@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: "eurostile";
    src: url("../fonts/eurostile.TTF");
}
@font-face {
    font-family: "dgb";
    src: url("../fonts/DharmaGothicE-Bold.ttf");
}
@font-face {
    font-family: "agbold";
    src: url("../fonts/AktivGrotesk-Black.otf");
}
@font-face {
    font-family: "dgr";
    src: url("../fonts/DharmaGothicE-Regular.ttf");
}
@font-face {
    font-family: "dgel";
    src: url("../fonts/DharmaGothicE-ExLight.ttf");
}
@font-face {
    font-family: "agl";
    src: url("../fonts/AktivGrotesk-Light.otf");
}
@font-face {
    font-family: "agm";
    src: url("../fonts/AktivGrotesk-Medium.otf");
}
@font-face {
    font-family: "agb";
    src: url("../fonts/AktivGrotesk-BlackItalic.otf");
}
@font-face{
    font-family: "agr";
    src: url("../fonts/AktivGrotesk-Regular.otf");
}
@font-face {
    font-family: "agxb";
    src: url("../fonts/AktivGrotesk-XBoldItalic.otf");
}

body{
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    /* background: linear-gradient(to right,#00cea1,#0280e5); */
    scroll-behavior: smooth;
}
a {
    text-decoration: none;
  }
/* navbar */
.navbar{
    display: flex;
    width: 100%;
    height: 5vw;
    position: fixed;
    align-items: center;
    justify-content: space-between;
    z-index: 100;
    transition: all 0.5s ease;
}
.navbar ul{
    list-style: none;
}
.logo{
    width: 13vw;
    padding-left: 3vw;
}
.logo1{
    width: 12vw;
}
.logo1 {
    display: none;
}

.nav-active .logo {
    display: none;
}

.nav-active .logo1 {
    display: block;
   padding-left: 30px
}
.navbar li{
    display:inline-block;
    position:relative;
}
.navbar li a{
    display:block;
    text-decoration: none;
    color: #fff;
    font-family: "eurostile";
    text-align:left;
    padding: 2vw;
}
ul li ul.dropdown li{
    display:block;
}
ul li ul.dropdown{
    width:100%;
    position:absolute;
    z-index:999;
    display:none;
    background:#d53f6b;
}
ul li a:hover{
    background:#000;
}
ul li:hover ul.dropdown{
    display:block;
}

#nav-toggler{
    display: none;
}
.logo-mob{
    display: none;
}
.logo-mob1{
    display: none;
}
.nav-active{
    background-color: #d53f6b;
}

/* cover */
.cover{
    width: 100%;
    height: 100vh;
    background-image: url("../images/bg.gif");
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cover-cont{
    width: 90%;
    height: 85%;
    margin-top: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2vw;
    align-items: center;
}
.cover-oly{
  width: 100%;
  height: 100vh;
  background: linear-gradient(to right,black,rgba(0, 0, 0, 0));
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2vw;
}
.event-logo {
    width: 33vw;
}
.divider {
    width: 1px;
    height: 10vw;
    background-color: #fff;
}
.event-logo2 {
    width: 12vw;
}
.date_container{
    align-items: center;
    justify-content: center;
    text-align: center;
}
.date-place{
    display: flex;
    align-items: center;
    justify-content: center;
}
.digit{
    color: #fff;
    font-family: "dgb";
    font-size: 5vw;
    line-height: 5vw;
}
.month{
    color: #d53f6b;
    font-family: "dgr";
    font-size: 5vw; 
    line-height: 5vw;
    align-items: center;
    justify-content: center;
}
.month-place{
    margin-left: 0.5vw;
}
.month-place a{
    text-decoration: none;
}
.place{
    color: #fff;
    font-family: "dgr";
    font-size: 1.4vw; 
    line-height: 1.8vw; 
}
.pl{
    color: #fff;
    font-family: "dgr";
    font-size: 2.2vw;   
    background: #d53f6b;
    padding: 0.01vw 0.5vw;
}
.tagline{
    color: #fff;
    font-family: "dgr";
    font-size: 3.5vw;
    text-transform: uppercase;
    line-height: 2vw;
    text-align: center;
}
.tagline div:nth-child(2){
    font-size: 3.5vw;
    line-height: 4vw;
    color: white;
}
.highlight {
    color: #d53f6b;
}
.cover-buttons{
    display: flex;
    gap: 2vw;
}
.cov-btn{
   font-family: "dgr";
   font-size: 2vw;
   padding: 0.5vw 1vw;
   background-color: #d53f6b;
   cursor: pointer;
   text-decoration: none;
   color: black;
}
.cov-btn:hover{
background-color: #fff;
color: black;
}
.calendar-dropdown {
    width: 13vw;
   visibility: hidden;
    position: absolute;
    background-color: black;
    backdrop-filter: blur(1px);
    margin-top: 1%;
    z-index: 100;
    border-radius:10px;
    transition: all 1s ease;
    opacity: 0;
    transform: translateY(-2vw);
  }
  
  .calendar-item {
    padding: 0.7vw;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-family: "agl";
    font-size: 1vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .calendar-item:hover{
    background-color: #55cbf9;
  }
  .calendar-item svg{
    width: 1vw;
    margin: 0vw 0.5vw;
  }
  /* Show the dropdown when hovering over the button */
  .calendar-button:hover .calendar-dropdown {
   visibility: visible;
    opacity: 1;
    transform: translateY(0vw);
  }
  .countdown{
    display:flex;
    align-items: flex-end;
    justify-content: center;
    gap: 0.5vw;
    margin: 1vw 0vw;
    position: absolute;
    flex-direction: column;
    right: 0;
    top: 12vw;
  }
  .count-b{
    width: 6vw;
    height: 5.5vw;
    background-color: #d53f6b;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    backdrop-filter: blur(3px);
    border-radius: 1vw;
  }
 .dig{
    font-family: "dgb";
    font-size: 3vw;
    font-weight: 700;
    line-height: 3vw;
  }
  .count-b .count-t{
    font-family: "agr";
    font-size: 0.9vw;
    color: #fff;
  }
  .count-cl{
    background-color: black;
  }

/* OVERVIEW */
#overview{
  width: 100vw;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0)), url(../images/over_bg.jpg);
  background-repeat:no-repeat;
  background-size: cover;
}
.overview-head{
  width: 100vw;
  
}
.over-heading{
  font-size: 6.7vw;
  font-family: "agbold";
  color: white;
  font-weight: 900;
  font-style: italic;
  background: linear-gradient(86deg, rgb(168 168 168) 10%, rgba(120,120,120,1) 50%, rgba(86,86,86,1) 80%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: translatey(2.7vw);
  padding: 0 0 0 53vw;
}
.over-cont-con{
  width: 100vw;
  display: flex;
  justify-content: end;
}
.over-cont{
  width: 38vw;
  font-family: "agr";
  color: white;
  padding: 2vw 8vw 3vw 0;
  font-size: 1.05vw;
  font-weight: 500;
  line-height: 1.6;
}

/* market */
.market{
  width: 100%;
 height: auto;
 background-color: #000;
  background-image: url("../images/market_bg.webp");
  background-size: cover;
}
.market-top{
  width: 100%;
  height: 20vw;
}
.market-down{
  width: 100%;
  height: 30vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.market-h{
  font-family: "agb";
  font-size: 4vw;
  color: white;
  line-height: 4vw;
 font-style: italic;
 padding-top: 4vw;
 padding-left: 5vw;
}
.mar-h2{
  background: linear-gradient(to right,#2fa5e1,#0a2e41 30%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mar-h3{
  background: linear-gradient(to right,#d53f6b,#531829 30%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 7.5vw;
  line-height: 6vw;
}

.market-down .swiper-container {
  width: 100%;
  margin: 0 auto; /* Center the swiper */
  transition: all 0.5s ease;
}
.market-down .swiper-container .swiper-slide{
  height: 22vw;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}
.market-down .swiper-container .center-slide{
  transition: all 0.5s ease;
}
.market-down .swiper-container .center-slide .mark-gr{
   opacity: 1;
}
.mark-sl{
  width: 60%;
  height: 90%;
  transition: all 0.5s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.market-down .swiper-container .center-slide .mark-sl{
  height: 80%;
  margin-bottom: 10%;
}

.mark-c-h {
position: relative;
width: 30%;
}

.mark-text{
  margin-top: 1vw;
  color: white;
  font-family: "agr";
  font-weight: 600;
  text-shadow:-2px 2px 2px rgba(0, 0, 0, 0.534);
  position: relative;
  font-size: 1.5vw;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.nums_feat{
  width: 100%;
  height: 110vh;
  background-size: cover;
  position: relative;
  z-index: 11;
}
.numbers{
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1vw 0vw;
}
.numbers-cont{
  width: 90%;
  height:20vw;
  background-color: #ffffff8a;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  gap: 2vw;
}
.num-title{
  font-size: 3vw;
  color: black;
  font-family: "agbold";
  padding-top: 2vw;
  padding-left: 2vw;
}
.counter {
  font-size: 8vw;
  font-weight: bold;
  color: #841e3c;
  text-align: center;
  font-family: "dgb";
  line-height:5vw;
}

.counters{
  display: flex;
  gap: 5vw;
}
.coun-box{
  width: 15vw;
  height: 10vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.count-t{
  color: #00315b;
  font-size: 1vw;
  font-weight: 600;
  font-family: "Poppins";
  text-align: center;
}
.count-up{
  display: flex;
  position: relative;
  width: fit-content;
}
.count-up span{
  color: #841e3c;
  font-weight: bold;
  text-align: center;
  font-family: "dgel";
  font-size: 8vw;
  position: absolute;
  left: 100%;
  margin-top: -2.5vw;
}

.why_bnums{
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 2vw 0;
}
.why_bnumbox{
  width: 33%;
  height: 40vh;
  background-color: #e3e4e5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3vw;
}
.why_bnumbox:hover{
  background-color: #b0b2b4;
  cursor: pointer;
}
.whybnum{
  font-family: "dgb";
  font-size: 4.5vw;
  line-height: 5.5vw;
  text-align: center;
}
.whybnum-t{
  font-family: "agr";
  font-size: 1.5vw;
  text-align: center;
}

/* who */
.who{
  width: 100vw;
  height: auto;
  background-image:url("../images/who_bg.jpg");
}
.who-cont{
  width: 100%;
  height: 100%;
  background: linear-gradient(#250000d6 70%,#d53f6b);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
}

.who-content{
  width: 100%;
  height: 100%;
}
.who-h{
  font-family: "agbold";
  font-size: 2.5vw;
  color: white;
  padding: 1vw 0vw 0vw 3vw;
}
.who-h span{
  font-size: 4vw;
  font-family: "agb";
  color: #d53f6b;
}
.who-h .who-q{
  font-size: 6vw;
  font-family: "agb";
  color: white;
}
.who-up{
  width: 100%;
  height: 22vw;
  display: flex;
  align-items: center;
  padding: 0vw 0vw 0vw 3vw;
}
.who-up-left{
  width: 40%;
  height: 100%;
}
.attending-h{
  font-family: "agb";
  font-size: 1.2vw;
  color: #d53f6b;
  padding: 0.5vw 0vw;
}
.attending-cont{
  width: 90%;
  height: 80%;
  border: 1.5px solid #d53f6b;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
.attending-cont::before{
  content: "";
  width: 95%;
  height: 1px;
  background-color: #d53f6b;
  position: absolute;
  margin-top: -5.8vw;
}
.attending-cont::after{
  content: "";
  width: 95%;
  height: 1px;
  background-color: #d53f6b;
  position: absolute;
  margin-top: 5.8vw;
}
.attending-box{
  width: 24%;
  height: 5.5vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.attending-box::after{
  content: "";
  height: 1vw;
  width: 1px;
  right: -1.7%;
  bottom: -0.7vw;
  background-color: #d53f6b;
  position: absolute;
}
.attending-box:nth-child(4)::after{
  display: none;
}
.attending-box:nth-child(n+8):nth-child(-n+12)::after {
  display: none;
}
.attending-box:hover .attend-svg svg,.attending-box:hover .attend-t{
  animation: attendAnim 2s ease 0s infinite normal forwards;
  cursor: pointer;
}
@keyframes attendAnim {
0% {
  animation-timing-function: ease-out;
  transform: scale(1);
  transform-origin: center center;
}

10% {
  animation-timing-function: ease-in;
  transform: scale(0.91);
}

17% {
  animation-timing-function: ease-out;
  transform: scale(0.98);
}

33% {
  animation-timing-function: ease-in;
  transform: scale(0.87);
}

45% {
  animation-timing-function: ease-out;
  transform: scale(1);
}
}
.attend-svg{
  width: 50%;
  height: auto;
}
.attend-svg svg{
  width: 100%;
  fill: #d53f6b;
}
.attend-t{
  color: white;
  font-size: 0.6vw;
  font-family: "agr";
  width: 90%;
  text-align: center;
}
.who-up-right{
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.circles{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.point {
  position: absolute;
  display: flex;
  padding: 0vw 0vw;
  width: 600px;
  height: 220px;
}

.point svg {
  width: 185px;
  height: 185px;
}
.round {
      transform: rotate(165deg) translate(7px, 14.5px);
  transition: all 1s ease-in-out;
  fill: none;
  stroke: url(#gradien);
  stroke-width: 13.5px;
  stroke-dasharray: 0 999;
  stroke-linecap: round;
}

.round:nth-child(2) {
  transform: rotate(165deg) translate(-13px, 9.5px);
}

.round:nth-child(3) {
  transform: rotate(165deg) translate(-32px, 4px);
}


.meet-circle-box {
  width: 185px;
  height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  gap: 0.5vw;
}

.meet-outer {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 25px solid #49050f;
}


.meet-inner {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.inner-num {
  font-size: 2.5vw;
  color: #ffffff;
  font-family: 'agb';
  font-weight: 700;
  
}
.inner-num sup{
  font-size: 2vw;
}


.inner-name {
  font-family: 'agr';
  color: #b52d55;
  font-size:0.8vw;
  text-align: center;
  padding: 0 0 0vw 0;
  font-weight: 600;
}
@media screen and (min-width: 1024px) and (max-width: 1400px){
  .point {
      width: 466px;
      height: 160px;
  }
  
  .meet-circle-box {
      width: 140px;
      height: 160px;
  }
  .meet-outer {
      width: 80px;
      height: 80px;
      border: 20px solid #0b162f;
  }
  .meet-inner {
      width: 70px;
      height: 70px;
  }
  .inner-num {
      font-size: 2vw;
  }
  .inner-num sup {
      font-size: 1vw;
  }
  .point svg {
      width: 125px;
      height: 125px;
  }
  .round {
      transform: rotate(165deg) translate(-4px, 6.5px);
      stroke-width: 16px;
  }
  .round:nth-child(2) {
      transform: rotate(165deg) translate(-38px, -3.5px);
  }
  .round:nth-child(3) {
      transform: rotate(165deg) translate(-72.5px, -12.5px);
  }
}
@media screen and (min-width: 1400px) and (max-width: 1600px){
  .point {
      width: 515px;
      height: 184px;
  }
  .meet-inner {
      width: 100px;
      height: 100px;
  }

  .meet-outer {
      width: 105px;
      height: 105px;
      border: 22px solid #0b162f;
  }
  .meet-circle-box {
      width: 157px;
      height: 183px;
  }
  .point svg {
      width: 160px;
      height: 160px;
  }
  .round {
      transform: rotate(165deg) translate(5.5px, 13px);
  }
  .round:nth-child(2) {
      transform: rotate(165deg) translate(-11px, 8.5px);
  }
  .round:nth-child(3) {
      transform: rotate(165deg) translate(-27px, 4px);
  }
}
@media screen and (min-width: 1600px) and (max-width: 2500px){
.inner-num {
  font-size: 46px;
}
.inner-num sup {
  font-size: 35px;
}F
}

.who-down{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0vw 0vw 0vw 3vw;
}
/* job titles */
.job-cont{
  width: 83%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1vw;
}
.job-boxes{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: .1vw;
}
.job-box{
  width: 12%;
  height: 6vw;
  border: #ff80ae .1px solid;
  transition: all ease .5s;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #000;
}
.job-box:hover{
  background-color: #bc2155;
  color: white;
}
.job-head{
  width: 84%;
}
.jobheading{
  font-family: 'agb';
  font-size: 1.4vw;
  padding: 0.5vw 0vw;
  font-weight: 900;
  color: #d53f6b;
}
.job-des{
  font-family: 'agr';
  font-size: .7vw;
  text-align: center;
  width: 90%;
  color: white;
  transition: all 0.1s ease;
}
.job-box:hover .job-des{
  transform: scale(1.05);
}

.whyRightcont{
  width: 70%;
}
.whyBoxes{
  width: 100vw;
  display: flex;
}
.whyLeft{
  width: 30%;
  height: 45vw;
  background:url(../images/g18.webp)
}
.whyLpatch{
  width: 100%;
  height: 100%;
  background: #460013;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.whyLhead{
  padding-top: 3vw;
  font-size: 5vw;
  line-height: 3vw;
  color: white;
  font-family: 'agb';
  width: 90%;
}
.whyLhead span{
  font-size: 3vw;
}
.whyLdots{
  display: flex;
  flex-direction: column;
  width: 90%;
  padding-top: 4vw;
  gap: .5vw;
}
.whyLdot{
  font-size: 1.4vw;
  color: white;
  font-family: 'agr';
}
.whyLdot svg{
  transform: rotate(180deg);
    fill: white;
    width: 2vw;
    height: 1.2vw;
}
.whyLdes{
  padding-top: 2vw;
  color: white;
  font-size: 1.2vw;
  font-family: 'agr';
  width: 90%;
}
.whyRight{
  width: 70%;
  height: auto;
  display: flex;
}
.whyRBox{
  width: 19.3vw;
}
.whyRpatch{
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: end;
}
.whyRhead{
  color: white;
  font-size: 2vw;
  font-family: 'agb';
  width: 80%;
  margin-right: 1vw;
  padding-bottom: 1vw;
  line-height: 2vw;
}
.whyRdes{
  font-family: 'agr';
  width: 80%;
  color: white;
  font-size: 1.1vw;
  margin-right: 1vw;
  padding-bottom: 3vw;
}
.whyRpatch{
  background: linear-gradient(0deg, rgb(111 0 34) 15%, rgb(106 42 61 / 69%) 47%, rgb(160 0 109 / 20%) 74%);
  width: 19.3vw;
  height: 45vw;
}
.whyRight .whyRBox:nth-child(2) .whyRpatch{
  background: linear-gradient(0deg, rgb(3, 25, 39) 15%, rgba(0, 41, 62, 0.9) 47%, rgba(97, 129, 152, 0.4) 74%);
}
.whyRight .whyRBox:nth-child(4) .whyRpatch{
  background: linear-gradient(0deg, rgb(3, 25, 39) 15%, rgb(0, 41, 62, 0.9) 47%, rgba(97, 133, 152, 0.4) 74%);
}
.rbox1{
  background: url(../images/g1.jpg);
  background-size: 392%;
    background-position-y:0;
    background-position-x: -25vw;
}

.rbox2{
  background: url(../images/g2.jpg);
  background-size: 355%;
  background-position-y: -6vw;
  background-position-x: -26vw;
}
.rbox3{
  background: url("../images/g9.jpg");
  background-size: 240%;
  background-position-y:0;
  background-position-x: -9vw;
}
.rbox4{
  background: url(../images/g4.jpg);
  background-size: 281%;
  background-position-y: -2vw;
  background-position-x: -16vw;
}
.rbox5{
  background: url(../images/g3.jpg);
  background-size: 225%;
  background-position-y:0;
  background-position-x: -18vw;
}

/* why */
.why-s {
  width: 100vw;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.why-boxes {
  width: 90%;
  height: 16vw;
  display: flex;
  align-items: center;
}

.sum-h-cont {
  width: 95%;
  height: 98%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid;
  border-image-slice: 1;
  border-width: 2px;
  border-image-source: linear-gradient(to right, #2fa5e1, #00315b);
}

.summit-h {
  font-family: "frsmain";
  font-size: 1.8vw;
  color: #00315b;
  text-transform: uppercase;
}

.why-active {
  background: linear-gradient(to right, #2fa5e1, #00315b);
}

.why-active .summit-h {
  color: white;
}

.why-active .summit-content {
  color: white;
}

.summit-content {
  font-family: "frsmain";
  font-size: 1.4vw;
  font-weight: 300;
  padding: 0.5vw;
}

.why-b-left {
  width: 30%;
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: 2vw;
}

.why-carousal {
  width: 95%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-cr {
  width: 98%;
  height: 15vw;
}

.why-cr .item {
  height: 15vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-b-left .attend-h {
  color: #000000;
}

.why-b-right {
  width: 67.5%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-ex-boxes {
  width: 95%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2vw;
}

.why-ex-b {
  width: 47%;
  height: auto;
}

.why-ex-first {
  font-size: 1.5vw;
  font-family: "frsmain";
}

.why-list {
  list-style: none;
}

.why-list li:first-child {
  color: #00315b;
  background: none;
}

.why-list li {
  font-family: "frsmain";
  font-size: 1.55vw;
  color: #ffffff;
  border: 1px solid;
  border-image-slice: 1;
  border-width: 1px;
  border-image-source: linear-gradient(to right, #2fa5e1, #00315b);
  margin: 0.6vw 0;
  width: fit-content;
  padding: 0.3vw 0.3vw;
  background: linear-gradient(to right, #2fa5e1, #00315b);
  text-transform: uppercase;
}

.content-carousal {
  width: 96%;
  height: 98%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-cr {
  width: 100%;
}

.content-cr .item-in {
  height: 15vw;
  border: 1px solid;
  border-image-slice: 1;
  border-width: 1px;
  border-image-source: linear-gradient(to right, #2fa5e1, #00315b);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 98%;
}

.item-in:hover {
  background: linear-gradient(to right, #2fa5e1, #00315b);
}

.item-in:hover .content-h {
  color: white;
}

.item-in:hover .content-p {
  color: white;
}

.content-h {
  font-family: "frsmain";
  font-size: 1.8vw;
  color: #00315b;
  text-transform: uppercase;
  text-align: center;
}

.content-p {
  font-family: "frsmain";
  font-size: 1.4vw;
  font-weight: 300;
  padding: 0.5vw;
  text-align: center;
}

/* awards */
.background {
    position: relative;
    width: 100%;
    height: auto;
    background-image: url('../images/Awards BG.jpg');
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.content {
    position: relative;
    z-index: 2;
    width: 90%;
    height: auto;
    margin:auto;
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.main-heading {
    font-family: "dgb";
    font-size: 7vw;
    text-decoration: underline;
    margin-bottom: 1vw;
}

.award-section {
    margin-bottom: 4vh;
}

.section-heading {
    font-family: "dgb";
    font-size: 3vw;
    margin-bottom: 0.5vw;
    text-transform: uppercase;
}

.sub-sections {
    display: flex;
    justify-content: space-between;
    margin: 0 -5vw;
    flex-wrap: wrap;
}

.sub-section {
    position: relative;
    flex: 1 0 16%;
    width: 19.8vw;
    height: 11vw;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.sub-section:hover .image {
    transform: scale(1.1);
}

.image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    transition: transform 0.3s ease;
}

.image-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgb(120 0 37 / 70%) 15%, rgb(165 92 114 / 51%) 47%, rgb(232 78 183 / 32%) 74%);
}

.sub-section-heading {
    position: absolute;
    font-family: 'dgr';
    font-size: 1.5vw;
    line-height: 1.3vw;
    text-transform: uppercase;
    text-align: center;
    width: 80%;
    padding-left: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150%;
}

.nominate-btn {
    font-family: 'dgr';
    font-size: 2vw;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 1vw;
    margin-bottom: 2vw;
    padding: 0.5vw 1vw;
    background-color: #d53f6b;
    color: black;
    border: none;
    cursor: pointer;
    border-radius: .75vw;
}

.nominate-btn:hover {
    background-color: #910a37;
}

.speakers {
    text-align: center;
    width: 100%;
    height: auto;
    background-color: #191919;
}

.speakers-heading {
    color: white;
    font-family: "agbold";
    font-size: 3vw;
    line-height: 8vw;
    text-transform: uppercase;
    margin:0;
}

.speakers-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /*grid-template-rows: repeat(2, 1fr);*/
    height: calc(100% - 80px);
}

.speaker {
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.speaker img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: grayscale(100%);
    transition: transform 0.3s ease, filter 0.3s ease;
    will-change: transform, filter;
}

.speaker img:hover {
    transform: scale(1.1);
    filter: grayscale(0%);
}

.speakers-info {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    color: white;
    text-align: center;
    height: 30vh;
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction: column;
}

.speakers-first-name {
    font-family: "agb";
    font-size: 1.5vw;
    color: #d53f6b;
    text-transform: uppercase;
    padding: 0.5vw 1vw;
}

.speakers-job-title {
    font-family: "agr";
    font-size: 1vw;
    padding: 0 0.75vw;
}

.speakers-company-name {
    font-family: "agxb";
    font-size: 1vw;
    padding: 1vw 0.75vw;
}

.speakers-button {
    background: none;
    color: white;
    border: none;
    padding: 40px 40px;
    font-size: 1.5vw;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: background-color 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.speakers-button::before,
.speakers-button::after {
    content: '\25C0';
    position: absolute;
    color: white;
    transition: transform 0.3s ease, color 0.3s ease;
}

.speakers-button::after {
    content: '\25B6';
    right: 10px;
}

.speakers-button::before {
    left: 10px;
}

.speakers-button:hover {
    transform: scale(1.1);
}

.speakers-button:hover::before {
    transform: translateX(-10px);
    color: #2fa5e1;
}

.speakers-button:hover::after {
    transform: translateX(10px);
    color: #2fa5e1;
}


/* sponsors */
.sponsors{
  width: 100%;
  height: auto;
  background-color: #11080b;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.t-head{
  font-family: 'Montserrat';
    font-size: 4vw;
    color: white;
    font-weight: 900;
    font-style: italic;
    background: white;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  padding-top: 2vw;
}
.sponsors .themes-head{
  width: 90%;
}
.sponsors .t-head span{
  font-size: 3vw;
  line-height: 1vw;
}
.sponsors .t-head{
  line-height: 3.5vw;
}
.spon-container{
  width: 80%;
  padding: 0 2vw;
  height: 100%;
  min-height: 20vw;
  background: white;
  border: 1px solid white;
  margin: 2vw 0vw;
  border-radius: 1vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.spon-cont{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 1vw 0vw;
}
.spon-h{
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 1.2vw;
  color: black;
}
.spon-boxes{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1vw;
  flex-wrap: wrap;
}

.spon-box{
  width: 15vw;
  border: 1px solid rgba(0, 0, 0, 0.168);
  height: 7vw;
  display: flex;
  align-items: center;
  justify-content: center;
  
  border-radius: 1vw;
}
.platinum .spon-box{
  width: 24vw;
  height: 12vw;
}
.gold .spon-box{
  width: 20vw;
  height: 9vw;
}
.silver .spon-box{
  width: 18vw;
  height: 8vw;
}
.spon-img{
  width: 70%;
}
.sqMax{
  width: 90% !important;
}
.sq{
  width: 30%;
}
.sq1{
  width: 52% !important;
}


/* agenda */
 h1{
    font-family: 'Montserrat';
    font-size: 4vw;
    font-weight: 900;
    font-style: italic;
    color: white;
    padding: 2% 0 0 10%;
    margin: 0;
}
#agenda{
    position: relative;
    padding-top: 2vw;
    padding-bottom: 1vw;
    height: fit-content;
    background-color: #11080b;
}
.ag-container{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}
.ag-boxes{
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(45deg,#00315b,#000);
    backdrop-filter: blur(20px);
    padding: 2vw;
    border-radius: 1vw;
    margin-top: 1vw;
    border: 1px solid #2fa5e1;
}
.ag-left{
    width: 50%;
    height: auto;
}
.ag-right{
    width: 50%;
    height: auto;
}
.ag-head{
    display: flex;
    align-items: end;
}
.ag-head .ag-date{
    font-family: "dgb";
    font-weight: 900;
    color: #ffffff29;
    font-size: 14vw;
    width: fit-content;
    line-height: 10vw;
}
.ag-head .ag-day{
    font-family: "dgb";
    font-size: 2vw;
    font-weight: 300;
    color: white;
    transform: translate(-3vw, -0.3vw);
}
.ag-page{
    height: auto;
    display: flex;
    flex-direction: column;
    gap: .5vw;
    align-items: center;
}
/* #agenda .ag-page::-webkit-scrollbar {
    display: none;
  } */
.ag-box{
    width: 97%;
    height: auto;
    display: flex;
    color: white;
    padding: 0.7vw 0;
    justify-content: space-between;
    border-top: .5px solid #6d6d6d;
}
.ag-time{
    font-family: "agr";
    font-size: 1vw;
    font-weight: 500;
    width: 25%;
}
.ag-box-right{
    display: flex;
    flex-direction: column;
    width: 73%;
}

span.special{
    background-color: #2fa5e1;
    color: white;
    text-transform: uppercase;
    font-size: 1vw;
    padding: .1vw .3vw;
    border-radius: 0.3vw;
}
.ag-topic{
    font-family: "agxb";
    font-size: 1vw;
    font-weight: 600;
    color: #fff;
}

.ag-des{
    font-family: "agr";
    font-size: 1vw;
    color: #cacaca;
    font-weight: 400;
}
.blue{
    color: #fff ;
}
.cyan{
    color: #fff;
}
.break{
    color: #fff ;
}
.yellow{
    color: #fff;
}


  /* footer */
.footer{
    width: 100%;
    height: 12vw;
    background-color:#191919;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 2px solid #d53f6b;
  }
  .footer-cont{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer-box1,.footer-box3{
    width: 20%;
    height: 80%;
  }
  .footer-box2{
  width: 60%;
  height: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2vw;
  }
  .mail-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.2vw;
    cursor: pointer;
  }
  .footer-logo{
    width: 8vw;
  }
  .mail-heading{
    color: #d53f6b;
    font-family: "agr";
    text-align: center;
  }
  .mail{
    color: #d53f6b;
    text-decoration: none;
    font-family: "agm";
  }
  .mail-box:hover .mail{
    color: white;
  }
  .mail-box:hover .mail-heading{
    color: white;
  }
  .footer-box3{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1vw;
  }
  .footer-box1{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .social-box{
    color: black;
    text-decoration: none;
    width: 2vw;
    height: 2vw;
    display: flex;
    align-items: center;
    justify-content: center;
   background-color: white;
   border-radius: 50%;
   transition: all 0.5s ease;
  }
  .social-box:hover{
    transform: translateY(-0.5vw);
    background-color: #d53f6b;
  }
.venue-font {
    font-family: "agr";
    color: #d53f6b;
    font-size: 1vw;
}
  .foot-line{
    font-family: "agr";
    color: #d53f6b;
    font-size: 1vw;
    padding-bottom: 1vw;
  }
  .foot-line a{
    text-decoration: none;
    color: #d53f6b;
    font-family: "agbold";
  }

  @media screen and (min-width: 1200px) and (max-width: 1400px) {

    .form-heading {
        font-family: "agbold";
        color: #ffffff;
        font-size: 1vw;
        font-weight: 800;
        margin: 0.5vw 0vw;
        position: relative;
        z-index: 10;
        transform: translateY(-1%);
    }
  }
  

  

  @media screen and (max-width: 450px){
    body,html{
        overflow-x: hidden !important;
      }
      .mob-patch {
        width: 100%;
        height: 25vw;
        display: block;
        position: fixed;
        background-color: #d53f6b;
        backdrop-filter: blur(5px);
        z-index: 100;
    }
       .navbar{
        width: 100vw;
        height: 100vh;
        background-color: rgba(104, 104, 104, 0.712);
        backdrop-filter: blur(8px);
        align-items: center;
        justify-content: center;
        left: -100vw;
        text-align: center;
       }
       .logo{
        display: none;
       }
       .logo1{
        display: none;
       }
       .logo-mob{
        display: block;
        position: fixed;
        width: 65vw;
        top: 6vw;
        left: 3vw;
        z-index: 1000000000000000;
        }
        .logo-mob1{
        display: block;
        position: fixed;
        width: 35vw;
        top:25vw;
        left: 3vw;
        z-index: 1000000000000000;
        }
       .navbar ul{
        padding: 0;
        margin: 0;
        flex-direction: column;
        width: 65%;
       }
       .navbar ul li{
        margin: 4vw 0vw;
       }
       #nav-toggler{
        left:85vw;
        display: block;
        position: fixed;
        font-size: 7vw;
        appearance: none;
        color: white;
        top: 10vw;
        transition: all 0.5s ease;
        z-index: 1000;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
       }
       #nav-toggler:checked {
        transform:translate(-41vw,65vw);
      }
      #nav-toggler:checked ~ .navbar{
        left: 0;
      }
    
      #nav-toggler:checked::before {
        content: "\f00d";
        color: rgb(250, 250, 250);
        transition: 0.2s linear 0.2s;
      }
      #nav-toggler:checked::after{
        content: "";
        width: 10vw;
        height: 3px;
        background-color: #55cbf9;
        display: block;
        margin-top: 1vw;
      }
      /* countdown */
      .countdown {
        gap: 1.5vw;
        margin: 1vw 0vw;
        flex-direction: row;
        
        top: 80vh;
        left: 5%;
    }
    .count-b {
      width: 19vw;
      height: 15.5vw 
    }
    .dig {
      font-size: 9vw;
      line-height: 9vw;
    }
    .count-b .count-t {
      font-size: 2.9vw;
    }
       /* cover */
       .cover {
        background-size: cover;
       }
       .cover-cont {
        gap: 7vw;
    }
    .event-logo{
      width: 58vw;
    }
       .digit {
        font-size: 18vw;
        line-height: 16vw;
    }
    .month {
      font-size: 11.5vw;
      line-height: 8.2vw;
    }
    .place {
      font-size: 5vw;
      line-height: 4.8vw;
    }
    .pl {
      font-size: 6.87vw;
      line-height: 10vw;
    }
    .tagline {
      font-size: 9.5vw;
      line-height: 8vw;
    }
    .tagline div:nth-child(2) {
      font-size: 15vw;
      line-height: 13.5vw;
      color: #c83f6b;
    }
    .cov-btn {
      font-size: 6vw;
      padding: 1.5vw 2vw;
    }
    /* overview */
    #overview {
      width: 100vw;
      background-repeat: no-repeat;
      background-size: cover;
    }
    .over-heading {
      font-size: 8vw;
      font-family: "agbold";
      color: white;
      font-weight: 900;
      font-style: italic;
      background: linear-gradient(86deg, rgb(168 168 168) 10%, rgba(120,120,120,1) 50%, rgba(86,86,86,1) 80%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      transform: translatey(6vw);
      padding: 0 0 0 7vw;
    }
    .over-cont {
      width: 90vw;
        font-family: "agr";
        padding: 4vw 3vw 12vw 0vw;
        font-size: 4vw;
        font-weight: 500;
        line-height: 1.4;
    }

    /* market */
    
.market-top {
  height: 16vw;
}
.market-h {
  font-size: 4.5vw;
  line-height: 4.5vw;
}
.market-down .swiper-container .swiper-slide {
  height: 50vw;
}
.mar-h3 {
  font-size: 9vw;
  line-height: 8vw;
}
.market-down {
  height: 60vw;
}
.mark-text{
  text-align: center;
  font-size: 5.5vw;
  margin-top: 2vw;
}

  /* numbers */
.nums_feat {
  height: auto;
}
.numbers{
  padding: 6vw 0vw;
}
.counters {
  flex-wrap: wrap;
}
.numbers-cont {
  height: 60vw;
}
.num-title {
  font-size: 8vw;
  padding-left: 5vw;
}
.count-up span {
  font-size: 13vw;
}
.coun-box {
  width: 40vw;
  height: 20vw;
}
.counter {
  font-size: 14vw;
  line-height: 11vw;
}
.count-t {
  font-size: 3vw;
}

.why_bnumbox {
  width: 48%;
  height: 25vw;
  margin: 0.7vw 0;
}
.whybnum {
  font-size: 6.5vw;
  line-height: 8.5vw;
}
.whybnum-t {
  font-family: "agr";
  font-size: 2.65vw;
  line-height: 3vw;
}

/* circles */

.who {
  height: auto;
  background-size: 300%;
}
.who-content {
  width: 100%;
}
.who-h {
  font-size: 5.5vw;
}
.who-h span {
  font-size: 9vw;
}
.who-h .who-q {
  font-size: 12vw;
}
.who-up {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.who-up-left {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.attending-h {
  font-size: 4.2vw;
  padding: 5.5vw 0vw;
}
.attending-cont {
  width: 97%;
  border: none;
}
.attending-box {
  width: 31%;
  height: 26.5vw;
  margin: 0.5vw;
}
.attending-box::after{
  display: none;
}
.attend-t {
  color: white;
  font-size: 2.6vw;
}
.attending-cont::before {
display: none;
}
.attending-cont::after {
display: none;
}

.who-up-right {
  width: 100%;
}
.circles{
  margin: 20px 0px;
}
.meet-inner {
  width: 60px;
  height: 60px;
}
.meet-outer {
  width: 70px;
  height: 70px;
  border: 12px solid #0b162f;
}
.meet-circle-box {
  width: 102px;
  height: 116px;
}
.point{
  width: 346px;
  height: 118px;
}
.point svg {
  width: 104px;
  height: 104px;
}
.round {
  transform: rotate(165deg) translate(5px, 8.9px);
  stroke: url(#gradien);
  stroke-width: 11.4px;
}
.round:nth-child(2) {
  transform: rotate(165deg) translate(-13px, 4.2px);
}
.round:nth-child(3) {
  transform: rotate(165deg) translate(-30px, -0.5px);
}
.inner-num {
  font-size: 5.5vw;
}
.inner-num sup {
  font-size: 4vw;
}
.inner-name {
  font-size: 2.8vw;
}
.who-down {
  width: 100%;
  height: auto;
  margin-bottom: 15vw;
  justify-content: start;
}
.who-cont {
  background: linear-gradient(#3f3b3bd6 70%,#2fa5e1);
}
.who-png {
  display: none;
}
.job-cont {
  width: 95%;
}
.job-boxes {
  width: 100%;
  gap: 1vw;
}
.job-box {
  width: 48%;
  height: 12vw;
}
.job-des {
  font-size: 3vw;
  width: 90%;
}
.jobheading {
  font-size: 4.5vw;
  
}
.job-head {
  width: 77%;
}

/* WHY BOXES */
.whyLeft {
  width: 40vw;
  height: 75vw;
  }
  .whyLhead {
  padding-top: 5vw;
  font-size: 7vw;
  line-height: 5vw;
  }
  .whyLhead span {
  font-size: 5vw;
  }
  .whyLdes {
  font-size: 2.5vw;
  }
  .whyLdot {
  font-size: 2.4vw;
  }
  .whyLdots {
  width: 95%;
  }
  .whyLdot svg {
  transform: rotate(180deg);
  width: 2.5vw;
  height: 2.2vw;
  }
  .whyRightcont {
  width: 60vw;
  }
  .whyRpatch {
  width: 30.5vw;
  height: 75vw;
  }
  .whyRBox {
  width: 30vw;
  }
  .whyRhead {
  font-size: 3.5vw;
  line-height: 3.55vw;
  }
  .whyRdes {
  font-size: 2.34vw;
  /* line-height: 2vw; */
  }
  .rbox3 {
  background-size: 300%;
  background-position-y: -15vw;
  }
  .rbox4 {
  background-size: 350%;
  background-position-y: -7vw;
  background-position-x: -35vw;
  }
  .rbox5 {
  background-size: 330%;
  background-position-y: -21vw;
  background-position-x: -34vw;
  }
  .rbox1 {
  background-size: 340%;
  background-position-y: -7vw;
  background-position-x: -34vw;
  }
  .rbox2 {
  background-size: 340%;
  background-position-y: -13vw;
  background-position-x: -43vw;
  }
  
  /* awards */
    .background {
    height: auto;
    }
    
    .main-heading {
    font-size: 25vw;
    margin-bottom: 2vh;
    }
    
    .section-heading {
    font-size: 12vw;
    line-height: 10vw;
    margin-bottom: 1vh;
    }
    
    .sub-section {
    width: 100vw;
    height: 12vh;
    flex: 1 0 auto;
    }
    
    .sub-section-heading {
    font-size: 9vw;
    line-height: 4vh;
    height: 100%;
    text-shadow: 1px 1px 2px black;
    }
    
    .nominate-btn {
    font-size: 9vw;
    margin-top: 3vw;
    padding: 0.75vw 2vw;
    border-radius: 1.75vw;
    }
  
   .speakers-heading {
    font-size: 6vw;
    line-height: 12vw;
  }
  
  .speakers-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(2, 1fr);
    }

    .speakers-info {
    height: 20vh;
    }

    .speakers-first-name {
    font-size: 7vw;
    padding: 0.5vw 1vw;
    }

    .speakers-job-title {
    font-size: 4.5vw;
    padding: 0 1vw;
    }

    .speakers-company-name {
    font-size: 4.5vw;
    padding: 0 1vw;
    }
    
    .speakers-button {
    font-size: 5vw;
    }
  
  /* sponsors */
.sponsors .t-head span {
  font-size: 6vw;
  line-height: 6vw;
}
.sponsors .t-head {
  line-height: 8.5vw;
}
.spon-h{
  font-size: 3vw;
}
.spon-boxes {
  gap: 3vw;
}
.spon-container {
  width: 75%;
  min-height: 39vw;
  border-radius: 2vw;
  padding: 5vw 0vw;
}
.spon-box {
  width: 30vw;
  height: 15vw;
}
.platinum .spon-box {
  width: 45vw;
  height: 20vw;
}
.silver .spon-box {
  width: 37vw;
  height: 18vw;
}
.gold .spon-box{
  width: 40vw;
  height: 18vw;
}

.sq1{
  width: 42% !important;
}


  /* footer */
.footer {
    height: auto;
  }
  .footer-cont{
    flex-direction: column;
  }
  .footer-box1, .footer-box3 {
    width: 100%;
    height: 30vw;
  }
  .footer-box2 {
    width: 100%;
    height: auto;
    gap: 6vw;
    flex-direction: column;
  }
  .footer-box3 {
    gap: 4vw;
  }
  .social-box {
    width: 10vw;
    height: 10vw;
  }
  .foot-line {
    font-size: 4vw;
    padding-bottom: 4vw;
  }
  .footer-logo {
    width: 23vw;
  }
  }

  @media screen and (min-width: 768px) and (max-width: 1024px){
        body,html{
          overflow-x: hidden !important;
        }
        .mob-patch {
          width: 100%;
          height: 12vw;
          display: block;
          position: fixed;
          background-color: #03091ebb;
          backdrop-filter: blur(5px);
          z-index: 100;
      }
         .navbar{
          width: 100vw;
          height: 100vh;
          background-color: rgba(104, 104, 104, 0.712);
          backdrop-filter: blur(8px);
          align-items: center;
          justify-content: center;
          left: -100vw;
         }
         .logo{
          display: none;
         }
          .logo1{
          display: none;
         }
         .logo-mob{
          display: block;
          position: fixed;
          width: 18vw;
          top:3vw;
          left: 3vw;
          z-index: 1000000000000000;
          }
          .logo-mob1{
          display: block;
          position: fixed;
          width: 18vw;
          top:7vw;
          left: 3vw;
          z-index: 1000000000000000;
          }
         .navbar ul{
          padding: 0;
          margin: 0;
          flex-direction: column;
          width: 50%;
         }
         .navbar ul li{
          margin: 4vw 0vw;
         }
         .navbar ul li a{
          font-size: 3vw;
         }
         #nav-toggler{
          display: block;
          position: fixed;
          font-size: 7vw;
          appearance: none;
          color: white;
          right: 3vw;
          top: 2vw;
          transition: all 0.5s ease;
          z-index: 1000;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
         }
         #nav-toggler:checked {
          transform:translate(-41vw,31vw);
        }
        #nav-toggler:checked ~ .navbar{
          left: 0;
        }
      
        #nav-toggler:checked::before {
          content: "\f00d";
          color: rgb(250, 250, 250);
          transition: 0.2s linear 0.2s;
        }
        #nav-toggler:checked::after{
          content: "";
          width: 10vw;
          height: 3px;
          background-color: #55cbf9;
          display: block;
          margin-top: 1vw;
        }
        /* countdown */
        .countdown {
          gap: 1.5vw;
          margin: 1vw 0vw;
          flex-direction: row;
          right: auto;
          top: 80vh;
          left: 5%;
      }
      .count-b {
        width: 19vw;
        height: 15.5vw 
      }
      .dig {
        font-size: 9vw;
        line-height: 9vw;
      }
      .count-b .count-t {
        font-size: 2.9vw;
      }
         /* cover */
         .cover {
          background-size: cover;
         }
         .cover-cont {
          gap: 5vw;
      }
      .event-logo{
        width: 50vw;
        margin-top: -8vw;
      }
      .digit {
        font-size: 14vw;
        line-height: 12vw;
      }
      .month {
        font-size: 9vw;
        line-height: 6.2vw;
      }
      .place {
        font-size: 4vw;
        line-height: 3.8vw;
      }
      .pl {
        font-size: 5.47vw;
        line-height: 3vw;
      }
      .tagline {
        font-size: 6.5vw;
        line-height: 6vw;
      }
      .tagline div:nth-child(2) {
        font-size: 10vw;
        line-height: 8.5vw;
        color: #2fa5e1;
      }
      .cov-btn {
        font-size: 6vw;
        padding: 1.5vw 2vw;
      
      }
/* Overview */
.over-cont {
  width: 80vw;
    font-family: "agr";
    padding: 4vw 3vw 12vw 0;
    font-size: 3vw;
    font-weight: 500;
    line-height: 1.4;
}
#overview {
  width: 100vw;
  background-repeat: no-repeat;
  background-size: cover;
}
.over-heading {
  font-size: 8vw;
  font-family: "agbold";
  color: white;
  font-weight: 900;
  font-style: italic;
  background: linear-gradient(86deg, rgb(168 168 168) 10%, rgba(120,120,120,1) 50%, rgba(86,86,86,1) 80%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: translatey(6vw);
  padding: 0 0 0 16vw;
}

/* market */
.market-top {
  height: 20vw;
}
.market-h {
  font-size: 5vw;
  line-height: 6vw;
}
.market-down .swiper-container .swiper-slide {
  height: 41vw;
}
.mar-h3 {
  font-size: 9.5vw;
  line-height: 8vw;
}
.market-down {
  height: 60vw;
}
.mark-text{
  text-align: center;
  font-size: 5vw;
  margin-top: 4vw;
}
.mark-sl{
  width: 75%;
  height: 100%;
}

/* numbers */
.nums_feat {
  height: auto;
}
.numbers{
  padding: 6vw 0vw;
}
.counters {
  flex-wrap: wrap;
}
.numbers-cont {
  height: 60vw;
}
.num-title {
  font-size: 8vw;
  padding-left: 5vw;
}
.count-up span {
  font-size: 13vw;
}
.coun-box {
  width: 40vw;
  height: 20vw;
}
.counter {
  font-size: 14vw;
  line-height: 11vw;
}
.count-t {
  font-size: 3vw;
}

.why_bnums{
  flex-wrap: wrap;
}
.why_bnumbox {
  width: 32.3%;
  height:15vw;
  margin-bottom: 0.9vw;
}
.whybnum {
  font-size: 5.5vw;
  line-height: 5.5vw;
}
.whybnum-t {
  font-size: 2.25vw;
}

/* circles */

.who {
  height: auto;
}
.who-cont{
  width: 100%;
  height: auto;
  display: block;
}
.who-content {
  width: 92%;
}
.who-h {
  font-size: 5.5vw;
}
.who-h span {
  font-size: 9vw;
}
.who-h .who-q {
  font-size: 12vw;
}
.who-up {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.who-up-left {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.attending-h {
  font-size: 4.2vw;
  padding: 5.5vw 0vw;
}
.attending-cont {
  width: 97%;
}
.attending-box {
  width: 31%;
  height: 26.5vw;
  margin: 0.5vw;
}
.attending-box::after{
  display: none;
}
.attend-t {
  color: white;
  font-size: 2.6vw;
}
.attending-cont::before {
display: none;
}
.attending-cont::after {
display: none;
}

.who-up-right {
  width: 100%;
}
.circles{
  margin: 20px 0px;
}
.meet-inner {
  width: 124px;
  height: 124px;
}
.meet-outer {
  width: 134px;
  height: 134px;
  border: 16px solid #0b162f;
}
.meet-circle-box {
  width: 216px;
  height: 224px;
}
.point {
  width: 688px;
  height: 223px;
}
.point svg {
  width: 185px;
  height: 185px;
}
.round {
  transform: rotate(165deg) translate(-6px, 16.9px);
  stroke: url(#gradien);
  stroke-width: 9px;
}
.round:nth-child(2) {
  transform: rotate(165deg) translate(-56px, 3.2px);
}
.round:nth-child(3) {
  transform: rotate(165deg) translate(-106px, -9.5px);
}
.inner-num {
  font-size: 5.5vw;
}
.inner-num sup {
  font-size: 4vw;
}
.inner-name {
  font-size: 2.8vw;
}
.who-down {
  width: 107%;
  height: auto;
  justify-content: start;
}
.who-png {
  width: 80vw;
}
.job-cont {
  width: 95%;
}
.job-boxes {
  width: 100%;
  gap: 1vw;
}
.job-box {
  width: 48%;
  height: 12vw;
}
.job-des {
  font-size: 3vw;
  width: 90%;
}
.jobheading {
  font-size: 4.5vw;
  
}
.job-head {
  width: 77%;
}

/* WHY BOXES */
.whyLeft {
  width: 40vw;
  height: 75vw;
  }
  .whyLhead {
  padding-top: 5vw;
  font-size: 7vw;
  line-height: 5vw;
  }
  .whyLhead span {
  font-size: 5vw;
  }
  .whyLdes {
  font-size: 2.5vw;
  }
  .whyLdot {
  font-size: 2.4vw;
  }
  .whyLdots {
  width: 95%;
  }
  .whyLdot svg {
  transform: rotate(180deg);
  width: 2.5vw;
  height: 2.2vw;
  }
  .whyRightcont {
  width: 60vw;
  }
  .whyRpatch {
  width: 30.5vw;
  height: 75vw;
  }
  .whyRBox {
  width: 30vw;
  }
  .whyRhead {
  font-size: 4vw;
  line-height: 3.55vw;
  }
  .whyRdes {
  font-size: 2.34vw;
  /* line-height: 2vw; */
  }
  .rbox3 {
  background-size: 300%;
  background-position-y: -15vw;
  }
  .rbox4 {
  background-size: 350%;
  background-position-y: -7vw;
  background-position-x: -35vw;
  }
  .rbox5 {
  background-size: 330%;
  background-position-y: -21vw;
  background-position-x: -34vw;
  }
  .rbox1 {
  background-size: 340%;
  background-position-y: -7vw;
  background-position-x: -34vw;
  }
  .rbox2 {
  background-size: 340%;
  background-position-y: -13vw;
  background-position-x: -43vw;
  }
  
  /* awards */
    .background {
    height: auto;
    }
    
    .main-heading {
    font-size: 20vw;
    margin-bottom: 2vh;
    }
    
    .section-heading {
    font-size: 10vw;
    line-height: 9vw;
    margin-bottom: 1vh;
    }
    
    .sub-section {
    width: 100vw;
    height: 12vh;
    flex: 1 0 auto;
    }
    
    .sub-section-heading {
    font-size: 6vw;
    line-height: 5vh;
    height: 100%;
    text-shadow: 1px 1px 2px black;
    }
    
    .nominate-btn {
    font-size: 8vw;
    margin-top: 3vw;
    padding: 0.75vw 2vw;
    border-radius: 1.75vw;
    }
    
    .speakers-heading {
    font-size: 6vw;
    line-height: 12vw;
  }
  
  .speakers-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(2, 1fr);
    }

    .speakers-info {
    height: 20vh;
    }

    .speakers-first-name {
    font-size: 7vw;
    padding: 0.5vw 1vw;
    }

    .speakers-job-title {
    font-size: 4.5vw;
    padding: 0 1vw;
    }

    .speakers-company-name {
    font-size: 4.5vw;
    padding: 0 1vw;
    }
    
    .speakers-button {
    font-size: 3.5vw;
}
  
  /* sponsors */
.sponsors .t-head span {
  font-size: 6vw;
  line-height: 6vw;
}
.sponsors .t-head {
  line-height: 8.5vw;
}
.spon-h{
  font-size: 3vw;
}
.spon-boxes {
  gap: 3vw;
}
.spon-container {
  width: 75%;
  min-height: 39vw;
  border-radius: 2vw;
  padding: 3vw 0vw;
}
.spon-box {
  width: 30vw;
  height: 15vw;
}
.platinum .spon-box {
  width: 44vw;
  height: 20vw;
}
.silver .spon-box {
  width: 37vw;
  height: 16vw;
}
.gold .spon-box{
  width: 40vw;
  height: 18vw;
}

/* agenda */
.agendaHead {
  background-size: cover;
  height: 13vh;
}
.heading {
  font-size: 8vw;
  height: 8vw;
}
.ag-head {
  margin-top: 3vw;
}
.agendapatch1,.agendapatch2{
  display: none;
}
.agenda-boxes .agenda-slide:nth-child(2){
  display: none;
}
.agendapatch2{
  height: 4.3vh;
}
.agenda-container {
  height: auto;
}

  /* footer */
.footer {
    height: auto;
  }
  .footer-cont{
    flex-direction: column;
  }
  .footer-box1, .footer-box3 {
    width: 100%;
    height: auto;
    margin: 4vw 0vw;
  }
  .footer-box2 {
    width: 100%;
    height: auto;
    gap: 6vw;
    flex-direction: column;
  }
  .footer-box3 {
    gap: 4vw;
  }
  .social-box {
    width: 6vw;
    height: 6vw;
  }
  .foot-line {
    font-size: 4vw;
    padding-bottom: 4vw;
  }
  .footer-logo {
    width: 28vw;
  }
    .mail{
    font-size: 5vw;
  }
  
  }

