body,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p {
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
@font-face {
  font-family: "Acumin Variable Concept";
  src: url("fonts/Acumin Variable Concept.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Arciform Sans";
  src: url(fonts/arciform.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Spy Agency Condensed Italic";
  src: url(fonts/spyagency.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
.accordion-button:not(.collapsed) {
  background-color: unset;
  box-shadow: unset;
  color: #000;
}
.accordion-button:focus {
  border: 0;
  box-shadow: unset;
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-icon);
}
.accordion-button:after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #070540;
}
::-webkit-scrollbar-thumb:hover {
  background: #070540;
}
::-webkit-scrollbar {
  width: 4px;
  border-radius: 20px;
}
::-webkit-scrollbar-corner {
  background: #f1f1f1;
}
.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
}
@media screen and (max-width: 991.5px) {
  .container {
    padding: 0 16px;
    max-width: 100%;
  }
}
h5 {
  font-family: Rubik;
  font-size: 16px;
  font-weight: 500;
  line-height: 29.66px;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  h5 {
    font-size: 14px;
  }
}
@media screen and (max-width: 991.5px) {
  h5 {
    font-size: 14px;
  }
}
h4 {
  font-family: Rubik;
  font-size: 19.07px;
  font-weight: 500;
  line-height: 29.66px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 991.5px) {
  h4 {
    font-size: 14px;
  }
}
h3 {
  font-family: Acumin Variable Concept;
  font-size: 24px;
  font-weight: 600;
  line-height: 28.8px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  h3 {
    font-size: 20px;
    line-height: 44px;
  }
}
@media screen and (max-width: 991.5px) {
  h3 {
    font-size: 20px;
    line-height: 45px;
  }
}
h2 {
  font-family: Arciform Sans;
  font-size: 54px;
  font-weight: 400;
  line-height: 72.9px;
  text-align: left;
  letter-spacing: -0.015em;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  h2 {
    font-size: 44px;
    line-height: 65px;
  }
}
@media screen and (max-width: 991.5px) {
  h2 {
    font-size: 32px;
    line-height: 45px;
  }
}
p {
  font-family: Acumin Variable Concept;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  letter-spacing: -0.015em;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 991.5px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
.svg {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767.5px) {
  .svg {
    top: 2%;
  }
}
.header-hidden {
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
}
header {
  padding: 12px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  color: #25275f !important;
  /* background: rgba(0, 0, 0, 0.5); */
  background: #fff;
}
@media screen and (max-width: 1440px) {
  header {
    padding: 8px 0;
  }
}
@media screen and (max-width: 767.5px) {
  header {
    padding: 15px 0;
  }
}
@media screen and (max-width: 991.5px) {
  header {
    /* background: #070540; */
    background: #fff;
  }
}
@media screen and (max-width: 767.5px) {
  header nav .indian_gaming_convention_logo {
    width: 112px;
  }
}
header nav .register_now {
  position: relative;
  font-family: Spy Agency Condensed Italic;
  font-size: 14.24px;
  font-style: italic;
  font-weight: 400;
  line-height: 14.53px;
  text-align: left;
  text-decoration: none;
  color: #fff !important;
  padding: 12px 10px;
  background-color: #25275f;
  cursor: pointer;
}
header nav .register_now::after {
  position: absolute;
  position: absolute;
  content: "";
  width: 100%;
  height: 38px;
  background: #f15b29;
  left: 4px;
  z-index: -1;
}
@media screen and (max-width: 991.5px) {
  header nav .register_now::after {
    left: 3px;
    height: 23px;
  }
}
@media screen and (max-width: 991.5px) {
  header nav .register_now img {
    width: 10%;
  }
}
@media screen and (max-width: 1199.5px) {
  header nav .register_now {
    font-size: 8px;
    padding: 10px 8px;
  }
}
@media screen and (max-width: 991.5px) {
  header nav .register_now {
    position: absolute;
    right: 30px;
    font-size: 8px;
    padding: 5px 7px;
    right: 2%;
    top: 30%;
  }
  .register_now1 {
    right: 30% !important;
  }
}
header nav .nav_list {
  list-style: none;
  margin-bottom: 0;
  gap: 33px;
  padding-left: 0;
}
@media screen and (max-width: 1300px) {
  header nav .nav_list {
    gap: 26px;
  }
}
header nav .nav_list li a {
  font-family: Rubik;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.33px;
  text-align: left;
  color: #25275f;
  text-decoration: none;
}
header nav .nav_list li a:hover {
  color: #0336c9;
}
@media screen and (max-width: 1400px) {
  header nav .nav_list li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199.5px) {
  header nav .nav_list li a {
    font-size: 11px;
  }
}
@media screen and (max-width: 991.5px) {
  header nav .nav_list li a {
    font-size: 18px;
  }
}
header nav .nav_list_mob {
  padding: 80px 0 80px 40px;
  z-index: 99;
  position: fixed;
  top: 0;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  right: 0;
  height: 100vh;
  background: #070540;
  width: 100%;
  transform: translateX(400px);
  box-shadow: 2px 4px 20px #000;
}
header nav .nav_list_mob.visible {
  transform: translateX(0);
  opacity: 1;
}
header nav .nav_list_mob li {
  padding-bottom: 20px;
}
header nav .nav_list_mob li a {
  color: #fff;
}
header nav #hamburger {
  height: 40px;
  width: 40px;
  position: absolute;
  top: 13px;
  right: 20px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease;
  z-index: 9999;
}
header nav #hamburger:hover {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  transform: scale(1.1);
  transition: all 0.2s ease;
}
header nav #hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 28px;
  left: 50%;
  background: #f15b29;
  transform: translateX(-50%);
  border-radius: 10px;
  transition: all 0.15s ease;
}
header nav #hamburger span:first-child {
  top: 12px;
}
header nav #hamburger span:nth-child(2) {
  top: 20px;
}
header nav #hamburger span:last-child {
  top: 28px;
}
header nav #hamburger.close {
  top: 10px;
  right: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
header nav #hamburger.close span:first-child {
  top: 10px;
  transform: translate(-14px, 10px) rotate(135deg);
}
header nav #hamburger.close span:nth-child(2) {
  left: -20px;
  opacity: 0;
}
header nav #hamburger.close span:last-child {
  top: 10px;
  transform: translate(-14px, 10px) rotate(-135deg);
}
.gaming_convention_wrapper {
  overflow: hidden;
}
@media screen and (max-width: 767.5px) {
  .gaming_convention_wrapper {
    margin-top: 2rem;
  }
}
.gaming_convention_wrapper .gaming_convention_main {
  padding-top: 5rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.gaming_convention_wrapper .gaming_convention_main .gaming_convention_content {
  z-index: 5;
  position: absolute;
  /* top: 50%; */
  top: 37%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (max-width: 1366.5px) {
  .gaming_convention_wrapper
    .gaming_convention_main
    .gaming_convention_content
    .iamai_logo_img,
  .gaming_convention_wrapper
    .gaming_convention_main
    .gaming_convention_content
    .meta_logo_img {
    width: 7%;
  }
}
@media screen and (max-width: 767.5px) {
  .gaming_convention_wrapper
    .gaming_convention_main
    .gaming_convention_content
    .iamai_logo_img,
  .gaming_convention_wrapper
    .gaming_convention_main
    .gaming_convention_content
    .meta_logo_img {
    width: 25%;
    top: 38%;
  }
}
.gaming_convention_wrapper
  .gaming_convention_main
  .gaming_convention_content
  .nd_smbl {
  font-family: Arciform Sans;
  font-size: 24px;
  font-weight: 400;
  line-height: 24.22px;
  text-align: left;
}
.gaming_convention_wrapper
  .gaming_convention_main
  .gaming_convention_content
  .banner_logo {
  width: fit-content;
  /* margin: 30px auto 80px; */
  margin: 30px auto 30px;
}
@media screen and (max-width: 1366.5px) {
  .gaming_convention_wrapper
    .gaming_convention_main
    .gaming_convention_content
    .banner_logo {
    width: 20%;
    /* margin: 20px auto 50px; */
    margin: 20px auto 0px;
  }
}
@media screen and (max-width: 1199.5px) {
  .gaming_convention_wrapper
    .gaming_convention_main
    .gaming_convention_content
    .banner_logo {
    margin: 20px auto 70px;
  }
}
@media screen and (max-width: 991.5px) {
  .gaming_convention_wrapper
    .gaming_convention_main
    .gaming_convention_content
    .banner_logo {
    width: 30%;
  }
}
@media screen and (max-width: 767.5px) {
  .gaming_convention_wrapper
    .gaming_convention_main
    .gaming_convention_content
    .banner_logo {
    width: 80%;
    margin: 30px auto 50px;
  }
}
.gaming_convention_wrapper
  .gaming_convention_main
  .gaming_convention_content
  .banner_logo
  .logo_text {
  font-family: Acumin Variable Concept;
  font-size: 15px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: center;
  color: #040c43;
  position: absolute;
  bottom: -25%;
  left: 5%;
}
@media screen and (max-width: 1280.5px) {
  .gaming_convention_wrapper
    .gaming_convention_main
    .gaming_convention_content
    .banner_logo
    .logo_text {
    font-size: 14px;
    /*bottom: -30%;*/
  }
}
@media screen and (max-width: 1199.5px) {
  .gaming_convention_wrapper
    .gaming_convention_main
    .gaming_convention_content
    .banner_logo
    .logo_text {
    font-size: 11px;
    left: 5%;
    bottom: -30%;
  }
}
@media screen and (max-width: 991.5px) {
  .gaming_convention_wrapper
    .gaming_convention_main
    .gaming_convention_content
    .banner_logo
    .logo_text {
    font-size: 13px;
    bottom: -25%;
  }
}
@media screen and (max-width: 767.5px) {
  .gaming_convention_wrapper
    .gaming_convention_main
    .gaming_convention_content
    .banner_logo
    .logo_text {
    font-size: 15px;
    /*left: 13%;*/
    bottom: -25%;
  }
}
@media screen and (max-width: 360px) {
  .gaming_convention_wrapper
    .gaming_convention_main
    .gaming_convention_content
    .banner_logo
    .logo_text {
    font-size: 14px;
  }
}
.gaming_convention_wrapper
  .gaming_convention_main
  .gaming_convention_content
  .Presents {
  font-family: Arciform Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 16.14px;
  text-align: left;
  display: inline-block;
  padding-top: 20px;
}
@media screen and (max-width: 1366.5px) {
  .gaming_convention_wrapper
    .gaming_convention_main
    .gaming_convention_content
    .Presents {
    font-size: 14px;
    padding-top: 10px;
  }
}
.gaming_convention_wrapper
  .gaming_convention_main
  .gaming_convention_content
  a {
  font-family: Arciform Sans;
  font-size: 22px;
  font-weight: 400;
  line-height: 22.2px;
  text-align: left;
  color: #040c43;
  text-decoration: none;
  padding-bottom: 30px;
  /* padding-bottom: 15px; */
}
@media screen and (max-width: 1366.5px) {
  .gaming_convention_wrapper
    .gaming_convention_main
    .gaming_convention_content
    a {
    font-size: 18px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767.5px) {
  .gaming_convention_wrapper
    .gaming_convention_main
    .gaming_convention_content
    a {
    padding-bottom: 20px;
  }
}
.gaming_convention_wrapper
  .gaming_convention_main
  .gaming_convention_content
  .banner_register_btn {
  position: relative;
  font-family: Rubik;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 24.48px;
  text-align: left;
  display: block;
  width: fit-content;
  padding: 16px 20px;
  /* margin: 50px auto 0; */
  margin: 0px auto 0;

  background: #25275f;
  color: #fff;
}
@media screen and (max-width: 1366.5px) {
  .gaming_convention_wrapper
    .gaming_convention_main
    .gaming_convention_content
    .banner_register_btn {
    font-size: 18px;
    padding: 10px 24px;
    margin: 0px auto -10px;
  }
}
.gaming_convention_wrapper
  .gaming_convention_main
  .gaming_convention_content
  .banner_register_btn::after {
  position: absolute;
  position: absolute;
  content: "";
  width: 100%;
  height: 45px;
  background: #f15b29;
  left: 4px;
  z-index: -1;
}
@media screen and (max-width: 1366.5px) {
  .gaming_convention_wrapper
    .gaming_convention_main
    .gaming_convention_content
    .banner_register_btn::after {
    height: 40px;
  }
}
.gaming_convention_wrapper .gaming_convention_main .bottom_patch {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 1366.5px) {
  .gaming_convention_wrapper .gaming_convention_main .bottom_patch {
    bottom: -10px;
  }
}
.gaming_convention_wrapper .gaming_convention_main .center_patch_img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

@media screen and (max-width: 767.5px) {
  .gaming_convention_wrapper .gaming_convention_main .center_patch_img {
    top: 5%;
  }
}

.gaming_convention_wrapper .gaming_convention_main .center_patch_img img {
  height: 100vh;
}

.gaming_convention_wrapper .gaming_convention_main .dotted_arrow_right_img {
  position: absolute;
  right: 0;
  top: 10%;
}
@media screen and (max-width: 1360.5px) {
  .gaming_convention_wrapper .gaming_convention_main .dotted_arrow_right_img {
    width: 10%;
  }
}
.gaming_convention_wrapper .gaming_convention_main .dotted_arrow_left_img {
  position: absolute;
  left: 0;
  top: 10%;
}
@media screen and (max-width: 1360.5px) {
  .gaming_convention_wrapper .gaming_convention_main .dotted_arrow_left_img {
    width: 10%;
  }
}
.gaming_convention_wrapper .gaming_convention_main .overlay {
  height: 200px;
  z-index: 4;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: linear-gradient(180deg, rgba(15, 11, 106, 0) 0, #030b3b 100%);
}
@media screen and (max-width: 767.5px) {
  .gaming_convention_wrapper .gaming_convention_main .overlay {
    height: 100px;
  }
}
.gaming_convention_wrapper .gaming_convention_img img {
  height: 100vh;
}
@media screen and (max-width: 1199.5px) {
  .gaming_convention_wrapper .gaming_convention_img img {
    height: auto;
  }
}
@media screen and (max-width: 991.5px) {
  .gaming_convention_wrapper .gaming_convention_img img {
    height: 58vh;
  }
}
@media screen and (max-width: 767.5px) {
  .gaming_convention_wrapper .gaming_convention_img img {
    height: auto;
  }
}
.gaming_data {
  padding: 30px;
  background: #ffff;
  box-shadow: 0px 4px 30px 0px #0000001a;
}
.gaming_data .gaming_numbers h2,
.gaming_data .gaming_numbers p {
  text-align: center;
  color: #221f55 !important;
}

/* @media screen and (max-width: 767.5px) {
  .gaming_about_wrapper {
    background-image: url(../img/about_wrapper_mob.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 10% 0 17%;
  }
} */
.gaming_about_wrapper {
  margin-top: 2%;
}
.gaming_about_wrapper .about_banner_img {
  background: #fff;
  height: 700px;
}
@media screen and (max-width: 767.5px) {
  .gaming_about_wrapper .about_banner_img {
    display: none;
  }
}
.gaming_about_wrapper .overlay1 {
  position: absolute;
  z-index: 9;
  top: 0;
  height: 100px;
  width: 100%;
  background: linear-gradient(0deg, rgba(3, 11, 59, 0) 0, #030b3b 100%);
}
@media screen and (max-width: 767.5px) {
  .gaming_about_wrapper .overlay1 {
    height: 30px;
  }
}
.gaming_about_wrapper .overlay2 {
  position: absolute;
  z-index: 9;
  bottom: 0;
  height: 100px;
  width: 100%;
  background: linear-gradient(180deg, rgba(6, 9, 64, 0) 0, #011457 100%);
}
.gaming_about_wrapper .about_content {
  position: absolute;
  right: 0;
  left: 0;
  top: 15%;
  color: #221f55 !important;
}

.about_text p,
h2 {
  color: #221f55;
}
@media screen and (max-width: 767.5px) {
  .gaming_about_wrapper .about_content {
    padding: 10% 5%;
    position: unset;
  }
}
.gaming_about_wrapper .about_content .gaming_logo {
  position: absolute;
  right: 0;
  left: 0;
  top: 30%;
}
@media screen and (max-width: 767.5px) {
  .gaming_about_wrapper .about_content .gaming_logo {
    position: unset;
  }
}
.igc_wrapper {
  padding-top: 5%;
  /* padding-bottom: 5%; */
  background-image: url(../img/igc_wrapper_new.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767.5px) {
  .igc_wrapper {
    padding-top: 10%;
  }
}
.igc_wrapper p {
  font-size: 16px;
  color: #fff !important;
}
.igc_wrapper h2 {
  color: #fff !important;
}
@media screen and (max-width: 1440px) {
  .igc_wrapper p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199.5px) {
  .igc_wrapper p {
    font-size: 12px;
  }
}
@media screen and (max-width: 991.5px) {
  .igc_wrapper p {
    font-size: 12px;
  }
}
.igc_wrapper .igc_div {
  height: 450px;
}
@media screen and (max-width: 1440px) {
  .igc_wrapper .igc_div {
    height: 400px;
  }
}
@media screen and (max-width: 991.5px) {
  .igc_wrapper .igc_div {
    height: 360px;
  }
}
@media screen and (max-width: 767.5px) {
  .igc_wrapper .igc_div {
    height: 430px;
  }
}
.igc_wrapper .igc_img {
  cursor: pointer;
  padding: 50px 0 20px 0;
}
@media screen and (max-width: 1440px) {
  .igc_wrapper .igc_img {
    padding: 30px 0 10px 0;
  }
}
.igc_wrapper .igc_btn {
  box-shadow: 4.02px 5.74px 0 0 #f15b29;
  width: 158px;
  height: 44.2px;
  background: #fff;
  border: none;
  font-family: Spy Agency Condensed Italic;
  font-size: 14.24px;
  font-style: italic;
  font-weight: 400;
  color: #f15b29;
  line-height: 14.53px;
  text-align: left;
  margin-bottom: 30px;
}
.igc_wrapper p {
  font-size: 16x;
  line-height: 24px;
}
@media screen and (max-width: 1440px) {
  .igc_wrapper p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1199.5px) {
  .igc_wrapper p {
    font-size: 12px;
  }
}
@media screen and (max-width: 991.5px) {
  .igc_wrapper p {
    font-size: 16px;
    line-height: 24px;
  }
}
.gaming_speaker {
  padding-top: 3%;
  padding-bottom: 5%;
  background-image: url(../img/igc_wrapper_new.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767.5px) {
  .gaming_speaker {
    /* padding-top: 15%; */
  }
}

.gaming_speaker h2 {
  color: #fff !important;
}
.gaming_speaker .svg_speaker_mob {
  position: absolute;
  left: 0;
  top: 0;
}
.gaming_speaker .toggle-arrows {
  top: 15%;
  right: 19%;
  position: absolute;
}
@media screen and (max-width: 1600px) {
  .gaming_speaker .toggle-arrows {
    right: 13%;
  }
}
@media screen and (max-width: 1440px) {
  .gaming_speaker .toggle-arrows {
    right: 12%;
  }
}
@media screen and (max-width: 1199.5px) {
  .gaming_speaker .toggle-arrows {
    right: 9%;
  }
}
.gaming_speaker .toggle-arrows button {
  outline: 0;
  box-shadow: 4.02px 2.74px 0 0 #0f6a36;
  width: 58px;
  height: 44.2px;
  border: none;
  font-family: Spy Agency Condensed Italic;
  font-size: 14.24px;
  font-weight: 400;
  color: #0f6a36;
}
.gaming_speaker .toggle-arrows .next.active svg path,
.gaming_speaker .toggle-arrows .prev.active svg path {
  fill: #024c22;
}
.gaming_speaker .toggle-arrows svg path {
  fill: #0f6a36;
}
.gaming_speaker .speaker_slider {
  margin-top: 5%;
}
.speaker_slider_div img {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .gaming_speaker .speaker_slider .speaker_slider_div {
    text-align: center;
    /* margin-top: 5%; */
    margin: 0 10px;
  }
}
.gaming_speaker .speaker_slider .slick-list {
  padding: 0 9% 0 0 !important;
}
.gaming_speaker .speaker_slider p {
  font-size: 15px;
  font-weight: 400;
  line-height: 29.66px;
}
@media screen and (max-width: 1440px) {
  .gaming_speaker .speaker_slider p {
    font-size: 13px;
  }
}
.gaming_speaker .speaker_slider h5 {
  font-weight: 500;
  line-height: 19px;
  color: #f15b29;
}
@media screen and (max-width: 767.5px) {
  .gaming_speaker .speaker_slider h5 {
    margin-bottom: 18px;
  }
}
.gaming_speaker .speaker_slider img {
  width: 280px;
  height: auto;
}
@media screen and (max-width: 1440px) {
  .gaming_speaker .speaker_slider img {
    width: 230px;
  }
}
@media screen and (max-width: 767px) {
  .gaming_speaker .speaker_slider img {
    /* width: unset; */
    width: 100%;
  }
}
.gaming_speaker .speaker_slider .speaker_text {
  background: #1719b0;
  clip-path: polygon(0 0, 0 100%, 85% 100%, 100% 65%, 100% 0);
  width: 278px;
  height: auto;
  margin: 10px 0 20px 0;
  border-right: 5px solid #f15b29;
  border-bottom: 5px solid #f15b29;
}
@media screen and (max-width: 1440px) {
  .gaming_speaker .speaker_slider .speaker_text {
    width: 230px;
  }
}
@media screen and (max-width: 767px) {
  .gaming_speaker .speaker_slider .speaker_text {
    /* width: 270px; */
    width: 270px;
    width: 100%;
    margin: 3% auto 10%;
    position: relative;
  }
}
.gaming_speaker .speaker_slider .speaker_text .line {
  border-bottom: 5px solid #f15b29;
  width: 56px;
  /* transform: rotate(136deg) translateX(-113px) translateY(-128px); */
  /* transform: rotate(131deg) translateX(-106px) translateY(-138px); */
  transform: rotate(135deg) translateX(-114px) translateY(-130px);
  transform-origin: right;
}
@media screen and (max-width: 1440px) {
  .gaming_speaker .speaker_slider .speaker_text .line {
    /* transform: rotate(132deg) translateX(-77px) translateY(-105px); */
    /* transform: rotate(124deg) translateX(-64px) translateY(-116px); */
    transform: rotate(127deg) translateX(-68px) translateY(-113px);
  }
}
@media screen and (max-width: 767px) {
  .gaming_speaker .speaker_slider .speaker_text .line {
    /* transform: rotate(134deg) translateX(-104px) translateY(-128px); */
    /* transform: rotate(130deg) translateX(-99px) translateY(-134px); */
    /* transform: rotate(132deg) translateX(-103px) translateY(-131px); */
    width: 65px;

    position: absolute;
    right: 50px;
    bottom: -4px;
    /* transform: rotate(142deg); */
    transform: rotate(138deg) translateX(-4px) translateY(-3px);
  }
}
@media screen and (max-width: 767px) {
  .gaming_speaker .speaker_slider .one_line::after {
    position: absolute;
    content: "";
    width: 75px;
    height: 5px;
    background-color: #f15b29;
    transform: rotate(137deg);
    right: -18px;
    bottom: 17px;
  }
}
@media screen and (max-width: 767px) {
  .gaming_speaker .speaker_slider .two_line::after {
    position: absolute;
    content: "";
    width: 75px;
    height: 5px;
    background-color: #f15b29;
    transform: rotate(131deg);
    right: -15px;
    bottom: 16px;
  }
}

.why_attend_section {
  position: relative;
}
.why_attend_section .why_attend_content {
  position: absolute;
  /* top: 5%; */
  bottom: 5%;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1199.5px) {
  .why_attend_section .why_attend_content {
    /* top: 25%; */
    bottom: 0;
  }
}
@media screen and (max-width: 767.5px) {
  .why_attend_section .why_attend_content {
    top: 10%;
    bottom: 0;
  }
}
.why_attend_section .why_attend_content h2 {
  font-family: Arciform Sans;
  font-size: 54px;
  font-weight: 400;
  line-height: 54.49px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .why_attend_section .why_attend_content h2 {
    font-size: 44px;
    line-height: 44.49px;
  }
}
@media screen and (max-width: 991.5px) {
  .why_attend_section .why_attend_content h2 {
    font-size: 32px;
    line-height: 44.49px;
  }
}
.why_attend_section .why_attend_content .content_wrapper .img_wrap img {
  width: 100%;
  /* z-index: 99; */
}
.why_attend_section .why_attend_content .content_wrapper .text_wrap h3 {
  font-family: Acumin Variable Concept;
  font-size: 28px;
  font-weight: 400;
  line-height: 33.6px;
  text-align: left;
  color: #fff;
  margin-bottom: 16px;
}
@media screen and (max-width: 1440px) {
  .why_attend_section .why_attend_content .content_wrapper .text_wrap h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 1199.5px) {
  .why_attend_section .why_attend_content .content_wrapper .text_wrap h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 991.5px) {
  .why_attend_section .why_attend_content .content_wrapper .text_wrap h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767.5px) {
  .why_attend_section .why_attend_content .content_wrapper .text_wrap h3 {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.why_attend_section .why_attend_content .content_wrapper .text_wrap p {
  font-family: Acumin Variable Concept;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .why_attend_section .why_attend_content .content_wrapper .text_wrap p {
    font-size: 16px;
  }
}
@media screen and (max-width: 991.5px) {
  .why_attend_section .why_attend_content .content_wrapper .text_wrap p {
    font-size: 12px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767.5px) {
  .why_attend_section .why_attend_content .content_wrapper .text_wrap p {
    font-size: 16px;
  }
}
.why_attend_section .pink_arrow1 {
  position: absolute;
  bottom: 10%;
  left: 0;
}
@media screen and (max-width: 991.5px) {
  .why_attend_section .pink_arrow1 {
    bottom: 0;
  }
}
@media screen and (max-width: 767.5px) {
  .why_attend_section .pink_arrow1 {
    display: none;
  }
}
.who_attends_section {
  padding: 0 0;
  background: #221f55;
  position: relative;
}
@media screen and (max-width: 991.5px) {
  .who_attends_section {
    padding: 30px 0;
  }
}
.who_attends_section h2 {
  font-family: Arciform Sans;
  font-size: 54px;
  font-weight: 400;
  line-height: 54.49px;
  text-align: left;
  color: #fff;
  padding: 40px 0;
}
@media screen and (max-width: 1440px) {
  .who_attends_section h2 {
    font-size: 44px;
    line-height: 44.49px;
  }
}
@media screen and (max-width: 991.5px) {
  .who_attends_section h2 {
    font-size: 32px;
    line-height: 44.49px;
  }
}
.who_attends_section h3 {
  font-family: Arciform Sans;
  font-size: 28px;
  font-weight: 400;
  line-height: 28.25px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .who_attends_section h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 1199.5px) {
  .who_attends_section h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 991.5px) {
  .who_attends_section h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767.5px) {
  .who_attends_section h3 {
    font-size: 24px;
  }
}
.who_attends_section p {
  background: rgba(255, 255, 255, 0.05);
  padding: 12px 20px;
  border-radius: 4px;
  color: #fff;
  font-family: Acumin Variable Concept;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  .who_attends_section p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199.5px) {
  .who_attends_section p {
    font-size: 14px;
  }
}
@media screen and (max-width: 991.5px) {
  .who_attends_section p {
    font-size: 12px;
    padding: 12px;
  }
}
@media screen and (max-width: 767.5px) {
  .who_attends_section p {
    padding: 16px 20px 16px 20px;
    font-size: 20px;
  }
}
.who_attends_section p:hover {
  box-shadow: 4px 4px 0 0 #f15b29;
}
.who_attends_section .pink_arrow2 {
  position: absolute;
  top: 50%;
  right: 0;
}
@media screen and (max-width: 767.5px) {
  .who_attends_section .pink_arrow2 {
    display: none;
  }
}
.why_attend_content_overlay {
  background: linear-gradient(
    180deg,
    rgba(34, 31, 85, 0) 0%,
    rgba(34, 31, 85, 0.751334) 75.13%,
    #221f55 100%
  );
  height: 160px;
  z-index: 4;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.partner_supporter_section {
  padding: 60px 0;
  background: #ffffff;
}
@media screen and (max-width: 991.5px) {
  .partner_supporter_section {
    padding: 30px 0;
  }
}
.partner_supporter_section p {
  color: #221f55;
}
.partner_supporter_section h2 {
  font-family: Arciform Sans;
  font-size: 54px;
  font-weight: 400;
  line-height: 70.2px;
  text-align: left;
  color: #221f55;
  margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
  .partner_supporter_section h2 {
    font-size: 44px;
    line-height: 44.49px;
  }
}
@media screen and (max-width: 991.5px) {
  .partner_supporter_section h2 {
    font-size: 32px;
    line-height: 44.49px;
  }
}
.partnerLogo {
  gap: 50px;
}

.logoDiv {
  /* background-color: #fff; */
  height: 120px;
}
@media screen and (max-width: 767.5px) {
  .logoDiv {
    /* background-color: #fff; */
    height: 100px !important;
  }
}

.logodiv_title {
  font-family: Arciform Sans;
  text-align: center;
}

.partner_supporter_section .logo_wrap img {
  width: 50%;
}
.logoDiv1 {
  background: #fff;
}
/* .logoDiv1 img {
  width: 25% !important;
} */
.marquee_section {
  position: relative;
  padding: 60px 0;
  background: #221f55;
}
@media screen and (max-width: 991.5px) {
  .marquee_section {
    padding: 30px 0;
  }
}
.marquee_section .bottombg_img {
  position: absolute;
  bottom: 0;
  opacity: 0.4;
}
.marquee_section .bottombg_img img {
  width: 100vw;
}
.marquee_section .pink_arrow3 {
  position: absolute;
  bottom: 10%;
  z-index: 9;
}
@media screen and (max-width: 767.5px) {
  .marquee_section .pink_arrow3 {
    display: none;
  }
}
.marquee_section .scroller {
  overflow: hidden;
}
.marquee_section .scroller .scroller__inner {
  padding-block: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
}
.marquee_section .scroller[data-animated="true"] .scroller__inner {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-animation: scroll var(--_animation-duration, 100s)
    var(--_animation-direction, forwards) linear infinite;
  animation: scroll var(--_animation-duration, 100s)
    var(--_animation-direction, forwards) linear infinite;
}
.marquee_section .scroller[data-animated="true"] .scroller__inner2 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-animation: scroll var(--_animation-duration, 150s)
    var(--_animation-direction, forwards) linear infinite;
  animation: scroll var(--_animation-duration, 150s)
    var(--_animation-direction, forwards) linear infinite;
}
.marquee_section .scroller[data-direction="right"] {
  --_animation-direction: forwards;
}
@keyframes scroll {
  to {
    -webkit-transform: translate(calc(-50% - 0.5rem));
    transform: translate(calc(-50% - 0.5rem));
  }
}

.gaming_venue {
  padding-top: 3%;
  padding-bottom: 5%;
  background-image: url(../img/igc_wrapper_new.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.gaming_venue h3 {
  font-size: 48px;
  font-weight: 400;
  line-height: 62.4px;
}
@media screen and (max-width: 1440px) {
  .gaming_venue p {
    font-size: 16px;
    font-weight: 400;
  }
  .gaming_venue h3 {
    font-size: 38px;
    line-height: 44px;
  }
}
@media screen and (max-width: 991.5px) {
  .gaming_venue h3 {
    font-size: 23px;
    line-height: 45px;
  }
  .gaming_venue p {
    font-size: 20px;
    font-weight: 400;
  }
}

.gaming_venue_btn {
  box-shadow: 5.55px 7.92px 0px 0px #03177d;
  width: 158px;
  height: 44.2px;
  background: #f15b29;
  border: none;
  font-family: Spy Agency Condensed Italic;
  font-size: 14.24px;
  font-style: italic;
  font-weight: 400;
  color: #fff;
  line-height: 14.53px;
  text-align: center;
  margin-bottom: 30px;
}

/* @media screen and (max-width: 991.5px) {
  footer {
    background-image: url(../img/footer_banner_mob.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
} */

.footer_img {
  background: #fff;
  height: 300px;
  color: #221f55 !important;
}

@media screen and (max-width: 991.5px) {
  footer .footer_img {
    display: none;
  }
}
footer .footer_wrapper {
  padding: 83px 0 43px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 1360.5px) {
  footer .footer_wrapper {
    padding: 63px 0 33px;
  }
}
@media screen and (max-width: 1199.5px) {
  footer .footer_wrapper {
    padding: 16px 0 33px;
  }
}
@media screen and (max-width: 991.5px) {
  footer .footer_wrapper {
    padding: 64px 0 40px;
  }
}
@media screen and (max-width: 991.5px) {
  footer .footer_wrapper {
    position: unset;
  }
}
footer .footer_wrapper .rights_resevred {
  font-family: Rubik;
  font-size: 14px;
  font-weight: 400;
  line-height: 13.72px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #221f55 !important;
  padding-top: 86px;
  display: block;
}
@media screen and (max-width: 1360.5px) {
  footer .footer_wrapper .rights_resevred {
    padding-top: 66px;
  }
}
@media screen and (max-width: 1199.5px) {
  footer .footer_wrapper .rights_resevred {
    padding-top: 46px;
  }
}
@media screen and (max-width: 991.5px) {
  footer .footer_wrapper .rights_resevred {
    font-size: 12px;
    padding-top: 40px;
  }
}
footer .footer_wrapper h3 {
  font-family: Arciform Sans;
  font-size: 32px;
  font-weight: 400;
  line-height: 44.8px;
  text-align: left;
  color: #221f55 !important;
  padding-bottom: 40px;
}
@media screen and (max-width: 1440px) {
  footer .footer_wrapper h3 {
    font-size: 28px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1199.5px) {
  footer .footer_wrapper h3 {
    font-size: 26px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 991.5px) {
  footer .footer_wrapper h3 {
    font-size: 32px;
    padding-bottom: 40px;
    padding-top: 45px;
  }
}
@media screen and (max-width: 360.5px) {
  footer .footer_wrapper h3 {
    padding-top: 30px;
  }
}
footer .footer_wrapper h5 {
  font-family: Arciform Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  color: #221f55 !important;
}
footer .footer_wrapper a {
  font-family: Rubik;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  color: #221f55 !important;
  text-decoration: none;
  display: block;
  padding-bottom: 20px;
}
@media screen and (max-width: 1440px) {
  footer .footer_wrapper a {
    padding-bottom: 16px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1199.5px) {
  footer .footer_wrapper a {
    padding-bottom: 12px;
    font-size: 14px;
    display: flex;
  }
}
@media screen and (max-width: 991.5px) {
  footer .footer_wrapper a {
    padding-bottom: 20px;
    font-size: 16px;
  }
}
footer .footer_wrapper .mail {
  font-family: Roboto;
}
footer .footer_wrapper h4 {
  font-family: Rubik;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
  color: #f15b29;
  padding: 20px 0;
}
@media screen and (max-width: 1199.5px) {
  footer .footer_wrapper h4 {
    font-size: 18px;
    padding: 16px 0;
  }
}
@media screen and (max-width: 991.5px) {
  footer .footer_wrapper h4 {
    font-size: 20px;
    padding: 20px 0;
  }
}
footer .footer_wrapper .brdr_btm1,
footer .footer_wrapper .brdr_btm2 {
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 20px;
}
@media screen and (max-width: 1199.5px) {
  footer .footer_wrapper .brdr_btm1,
  footer .footer_wrapper .brdr_btm2 {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 991.5px) {
  footer .footer_wrapper .brdr_btm1,
  footer .footer_wrapper .brdr_btm2 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991.5px) {
  footer .footer_wrapper .brdr_btm1 {
    border-bottom: unset;
  }
}

.bg_blck_layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000a1;
}
.scroll_down {
  left: 90%;
  position: fixed;
  z-index: 90;
  width: 6%;
  bottom: 10%;
}
@media screen and (max-width: 767.5px) {
  .scroll_down {
    top: unset;
    left: 5%;
    width: 15%;
    display: none !important;
  }
}
.pulse:hover,
.pulse:focus {
  -webkit-animation: pulse 1s;
  animation: pulse 1s;
  box-shadow: 0 0 0 2em transparent;
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #ef8f6e;
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #ef8f6e;
  }
}

.rotateImg {
  transition: 0.3s ease-in-out;
}
.rotateImg:hover {
  transform: rotate(150deg) scale(1.5);
  cursor: pointer;
}
.scaleAnimation {
  transition: 0.3s ease-in-out;
}
.scaleAnimation:hover {
  transform: scale(1.2);
  cursor: pointer;
}
@media screen and (max-width: 767.5px) {
  .scaleAnimation:hover {
    transform: unset;
  }
}

@media screen and (max-width: 767.5px) {
  .why_attend_section_bg img {
    height: 1200px;
  }
}

/* conferance  */

.Conference_schedule_wrapper
  .all_sessions
  .session_content
  ul
  li
  .panelist_name,
.Conference_schedule_wrapper h2 span,
.Conference_schedule_wrapper h4 span,
.about_event_wrapper .about_event_content h2 span,
.great_opportunity_wrapper
  .great_opportunity_content_wrapper
  .great_opportunity_content
  h2
  span,
.join_now_wrapper h2 span,
.partner_wrapper .partner_content h2 span {
  color: #f15b29;
}
.Conference_schedule_wrapper .all_sessions .session_content p span,
.great_opportunity_wrapper
  .great_opportunity_content_wrapper
  .great_opportunity_content
  p
  span {
  color: #fff;
}
.Conference_schedule_wrapper {
  background-color: #221f55;
  padding: 5% 0;
}
.Conference_schedule_wrapper .right_circle_img {
  width: 120px;
  height: 120px;
  position: absolute;
  right: 0;
  top: 50px;
  transform: rotate(270deg);
}
/* .Conference_schedule_wrapper h2 {
  font-size: 48px;
  font-family: Arciform Sans;
  font-weight: 700;
  line-height: 57px;
  color: #fff;
  margin-bottom: 65px;
} */
/* @media screen and (max-width: 1600px) {
  .keynote_speaker_wrapper .speaker_content h3 {
    font-size: 44px;
    line-height: 30px;
  }
  .keynote_speaker_wrapper .speaker_content p {
    font-size: 20px;
  }
  .Conference_schedule_wrapper h2 {
    font-size: 44px;
    line-height: 54px;
  } */
/* } */

.Conference_schedule_wrapper h2 {
  font-family: Arciform Sans;
  font-size: 54px;
  font-weight: 400;
  line-height: 54.49px;
  text-align: left;
  color: #fff;
  margin-bottom: 65px;
}
@media screen and (max-width: 1440px) {
  .Conference_schedule_wrapper h2 {
    font-size: 44px;
    line-height: 44.49px;
  }
}
@media screen and (max-width: 991.5px) {
  .Conference_schedule_wrapper h2 {
    font-size: 32px;
    line-height: 44.49px;
  }
}
.Conference_schedule_wrapper h4 {
  font-size: 25px;
  font-weight: 500;
  line-height: 20px;
  font-family: "Acumin Variable Concept";
  color: #fff;
  margin-bottom: 85px;
}
@media screen and (max-width: 1440px) {
  .keynote_speaker_wrapper {
    padding: 80px 0;
  }
  .keynote_speaker_wrapper h2 {
    font-size: 34px;
    line-height: 42px;
  }
  .keynote_speaker_wrapper .speaker_content h3 {
    font-size: 34px;
    line-height: 30px;
  }
  .keynote_speaker_wrapper .speaker_content h5 {
    font-size: 16px;
    line-height: 30px;
    margin: 10px 0 16px;
  }
  .keynote_speaker_wrapper .speaker_content p {
    font-size: 16px;
    line-height: 25px;
  }
  .Conference_schedule_wrapper .right_circle_img {
    top: 22px;
  }

  .Conference_schedule_wrapper h4 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 65px;
  }
}
.Conference_schedule_wrapper .all_sessions .sponsor_strip {
  background-color: #4085f6;
  padding: 12px 320px 12px 0;
}
.our_partners_wrappper .partner_sponsors .gold_partners,
.our_partners_wrappper .partner_sponsors .security_partners,
.our_partners_wrappper .partner_sponsors .silver_partners {
  display: flex;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.07);
  background: #fff;
  border-radius: 12px;
}
@media screen and (max-width: 1600px) {
  .Conference_schedule_wrapper .all_sessions .sponsor_strip {
    padding: 12px 250px 12px 0;
  }
}
@media screen and (max-width: 1440.5px) {
  .india_event_wrapper
    .india_event_wrapper_layer
    .hero_section_content
    .big_logo_img {
    width: 40%;
  }
  .Conference_schedule_wrapper .all_sessions .sponsor_strip {
    padding: 12px 85px 20px 0;
  }
}
@media screen and (max-width: 1199.5px) {
  .great_opportunity_wrapper .great_opportunity_content_wrapper {
    top: 49%;
  }
  .great_opportunity_wrapper
    .great_opportunity_content_wrapper
    .great_opportunity_content
    h2,
  .keynote_speaker_wrapper h2 {
    font-size: 32px;
  }
  .Conference_schedule_wrapper h2 {
    font-size: 32px;
    margin-bottom: 25px;
  }
  .Conference_schedule_wrapper .all_sessions .sponsor_strip {
    padding: 12px 140px 12px 0;
  }
}
.Conference_schedule_wrapper .all_sessions .sponsor_strip p {
  color: #fff;
  margin: -1px 10px;
  font-family: "Acumin Variable Concept";
  font-size: 15px;
}

@media screen and (max-width: 1440.5px) {
  .Conference_schedule_wrapper .all_sessions .sponsor_strip p {
    font-size: 13px;
  }
}

.Conference_schedule_wrapper
  .all_sessions
  .sponsor_strip
  .paddingstrip
  .paddingstrip_time {
  position: absolute;
  left: 15px;
}

.Conference_schedule_wrapper .all_sessions .aftr_line {
  position: relative;
}
.Conference_schedule_wrapper .all_sessions .aftr_line::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #7f7f7f;
}
.Conference_schedule_wrapper .all_sessions .sessions_time .power50 {
  font-size: 38px;
  font-weight: 500;
  line-height: 60px;
  font-family: "Acumin Variable Concept";
  color: #fff;
  margin-top: 10%;
}
.Conference_schedule_wrapper .all_sessions .sessions_time .session_four {
  /* margin-bottom: 80px; */
}
.Conference_schedule_wrapper .all_sessions .sessions_time h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  font-family: "Acumin Variable Concept";
  color: #fff;
  position: absolute;
  bottom: 0;
}
.Conference_schedule_wrapper .all_sessions .sessions_time h4 {
  font-size: 25px;
  font-weight: 500;
  line-height: 20px;
  font-family: "Acumin Variable Concept";
  color: #fff;
  margin-bottom: 16px;
}
@media screen and (max-width: 1440px) {
  .Conference_schedule_wrapper .all_sessions .sessions_time h3 {
    font-size: 25px;
    line-height: 50px;
  }
  .Conference_schedule_wrapper .all_sessions .sessions_time h4 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .our_partners_wrappper {
    padding: 60px 0;
  }
}
.Conference_schedule_wrapper .all_sessions .session_content {
  padding: 0 0 0 5%;
}
/* .Conference_schedule_wrapper
  .all_sessions
  .session_content
  .session_content_img {
  width: unset;
} */
.Conference_schedule_wrapper
  .all_sessions
  .session_content
  .session_content_img2 {
  width: 31%;
  height: 40vh;
}
.Conference_schedule_wrapper .all_sessions .session_content .panelist_name {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  font-family: "Acumin Variable Concept";
  display: inline-block;
}
.Conference_schedule_wrapper .all_sessions .session_content p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  font-family: "Acumin Variable Concept";
}
.Conference_schedule_wrapper .all_sessions .session_content ul li {
  list-style-type: none;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  font-family: "Acumin Variable Concept";
  margin-right: 16px;
  width: 37%;
}
@media screen and (max-width: 991.5px) {
  .powered_by_wrapper p {
    font-size: 10px;
    line-height: 25px;
  }
  .about_event_wrapper .about_event_content h2,
  .join_now_wrapper h2,
  .our_partners_wrappper .partHeading {
    font-size: 32px;
    line-height: 42px;
  }
  .about_event_wrapper .about_event_content h4 {
    font-size: 12px;
  }
  .about_event_wrapper .about_event_content .event_detail_icon {
    width: 24px;
    margin-right: 16px;
    margin-bottom: 16px;
  }
  .about_event_wrapper .about_event_content .about_calender,
  .about_event_wrapper .about_event_content .get_direction {
    font-size: 10px;
  }
  .great_opportunity_wrapper
    .great_opportunity_content_wrapper
    .great_opportunity_content
    .partner_with_us {
    font-size: 18px;
    padding: 10px 12px;
    margin-top: 30px;
  }
  .keynote_speaker_wrapper .keynote_speaker .line_strip {
    right: 0;
  }
  .Conference_schedule_wrapper .all_sessions .sponsor_strip {
    padding: 12px 80px 12px 0;
  }

  .Conference_schedule_wrapper .all_sessions .sessions_time .power50 {
    font-size: 30px;
  }
  .Conference_schedule_wrapper .all_sessions .sessions_time h4 {
    font-size: 18px;
  }
  .our_partners_wrappper .desktopView img {
    height: 25px;
  }
}
@media screen and (max-width: 1199.5px) {
  .Conference_schedule_wrapper .all_sessions .session_content .panelist_name,
  .paddingstrip_div .panelist_name,
  .panel_title {
    font-size: 12px;
    line-height: 22px;
  }
  .Conference_schedule_wrapper .all_sessions .session_content ul li {
    font-size: 10px;
    line-height: 22px;
  }
  .join_now_wrapper h2,
  .modal_body h2,
  .our_partners_wrappper .partHeading,
  .partner_wrapper .partner_content h2 {
    font-size: 32px;
  }
}
.Conference_schedule_wrapper {
  padding: 10% 0;
}
.Conference_schedule_wrapper h4 {
  /* font-size: 24px; */
  font-size: 18px;

  margin-bottom: unset;
}
.Conference_schedule_wrapper .all_sessions .sessions_time h4,
.Conference_schedule_wrapper h4 span,
.privacy_heading h1 {
  margin-top: 10px;
  /* font-size: 24px; */
  font-size: 18px;
}
.Conference_schedule_wrapper .all_sessions .sponsor_strip {
  padding: 12px;
}
.Conference_schedule_wrapper
  .all_sessions
  .sponsor_strip
  .paddingstrip
  .paddingstrip_time {
  position: unset;
}
.Conference_schedule_wrapper .all_sessions .sponsor_strip .paddingstrip {
  padding-left: unset;
}

.Conference_schedule_wrapper .all_sessions .sessions_time .power50 {
  font-size: 32px;
  margin-top: 5%;
  margin-bottom: 3%;
}
.Conference_schedule_wrapper .all_sessions .sessions_time h3 {
  font-size: 32px;
  margin-top: 5%;
  margin-bottom: 3%;
  position: unset;
}
.Conference_schedule_wrapper .all_sessions .session_content,
.paddingstrip_div {
  padding: unset;
}

.Conference_schedule_wrapper
  .all_sessions
  .session_content
  .session_content_img2 {
  width: 100%;
  height: auto;
}
.Conference_schedule_wrapper .all_sessions .session_content .panelist_name,
.paddingstrip_div .panelist_name,
.panel_title {
  /* font-size: 16px; */
  font-size: 20px;
  line-height: 38px;
}
.Conference_schedule_wrapper .all_sessions .session_content p {
  font-size: 16px;
  line-height: 20px;
  padding-left: 32px;
}
.Conference_schedule_wrapper .all_sessions .session_content ul li {
  font-size: 16px;
  padding-bottom: 20px;
  margin-right: unset;
  width: 100%;
}

.paddingstrip_div {
  padding: 0 0 0 10%;
}

@media screen and (max-width: 1600px) {
  .paddingstrip_div {
    padding: 0 0 0 8%;
  }
}

.paddingstrip_div .panelist_name {
  color: #f15b29;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  font-family: "Plus Jakarta Sans";
  display: inline-block;
}
.paddingstrip_img {
  width: 85%;
}
.strip_dot_margin {
  position: absolute;
  left: 25%;
}

@media screen and (max-width: 767.5px) {
  .strip_dot_margin {
    position: absolute;
    right: 0 !important;
    left: unset;
  }
  .strip_dot_margin_large {
    padding-top: 20px;
  }
  .sponsor_strip_large {
    height: 80px;
  }
}
.btm_border {
  border-bottom: 1.5px solid #7f7f7f;
}
.accordion-item {
  background: unset;
}

.accordion-button {
  background-color: #221f5563;
  /* box-shadow: 0px 0px 10px 2px #476df5 !important; */
}
.accordion-item {
  box-shadow: 0px 0px 10px 2px #476df5 !important;
}
.accordion-button:after {
  background-image: url(../img/arrowDown.png) !important;
}

/*Gallery Sandeep Choudhary 7th November 2024*/
.gallery-container {
  display: flex;
  width: 100%;
  height: auto;
}
.main-display {
  width: 80%;
  position: relative;
  overflow: hidden;
}
.swiper-horizontal .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.swiper-horizontal {
  width: 100%;
  height: auto;
}
.swiper-horizontal .swiper-slide img {
  width: 60%;
  height: auto;
  object-fit: cover;
  max-height: 550px;
}
.swiper-horizontal .swiper-slide,
.swiper-horizontal .swiper-slide p {
  font-size: 25px;
  padding: 15px 0px 0px;
  text-align: center;
  text-transform: capitalize;
  line-height: 35px;
}
.thumbnail-section {
  width: 20%;
  padding: 10px;
  overflow-y: hidden;
}
.swiper-vertical {
  height: 500px;
  overflow-y: auto;
  border: 1px solid #fff;
  padding: 5px;
  box-sizing: border-box;
}
.swiper-vertical .swiper-slide {
  opacity: 0.5;
  transition: opacity 0.3s, border 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.swiper-vertical .swiper-slide.swiper-slide-active {
  opacity: 1;
  border: 2px solid blue;
}
.swiper-vertical .swiper-slide:nth-child(n+2):nth-last-child(-n+1) {
  border: 2px solid blue;
}
.swiper-vertical .swiper-slide img {
  width: 100%;
  border-radius: 5px;
  cursor: pointer;
  object-fit: cover;
}
.swiper-button-container {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  z-index: 10;
  gap: 10px;
}
.swiper-button-next,
.swiper-button-prev {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  padding: 25px;
  color: #000;
}
.marquee_section h2 {
  color: #fff;
  font-size: 54px;
}
@media (max-width: 768px) {
  .main-display {
    width: 100%;
  }
  .swiper-horizontal .swiper-slide img {
    width: 80%;
  }
  .thumbnail-section {
    display: none;
  }
  .swiper-button-container {
    top: 25%;
  }
}
@media (max-width: 480.5px) {
  .main-display {
    width: 100%;
  }
  .speakers-detail .speaker-name h3, .moderators-detail h3{
      padding:0px 3px !important;
  }
}
.swiper-button-next:after,.swiper-button-prev:after{
  font-size: 30px;
}
.gallery-details{
  display: inline-flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.speakers-detail,.moderators-detail,.gallery-details h3{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.speakers-detail .speaker-name{
  display: inline-flex;
  justify-content: center;
}
.speakers-detail .speaker-name h3,.moderators-detail h3{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 25px;
  color: #fff;
}
.gallery-title h2,.gallery-details h3{
  font-size: 15px;
  line-height:20px;
  font-weight: 100;
  text-align: center;
}