@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: "asblack";
    src: url("../fonts/ArgentumSans-Black.ttf");
}
@font-face {
    font-family: "asm";
    src: url("../fonts/ArgentumSans-Medium.ttf");
}
@font-face{
  font-family: "bah";
  src: url("../fonts/bahnschrift.ttf");
}
@font-face{
  font-family: "gothiceb";
  src: url("../fonts/DharmaGothicE-ExBold.ttf");
}
@font-face{
  font-family: "monumentub";
  src: url("../fonts/MonumentExtended-Ultrabold.otf");
}
@font-face{
  font-family: "gothich";
  src: url(../fonts/DharmaGothicE-Heavy.ttf);
}
html,body{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
h1,h2,h3{
  padding: 0;
  margin: 0;
}
a{
  text-decoration: none;
}
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.692);
  display: none;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(3px);
  z-index: 1000;
}

.popup {
  background-color: #fff;
  width: 32vw;
  height: 10vw;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.popup-h{
  font-family: "Montserrat";
  font-weight: 800;
  font-size: 1.2vw;
  color: #005638;
  margin-top: 2vw;
  padding-bottom: 2vw;
}

.popup button {
  color: #007069;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1.5vw;
  position: absolute;
  right: 1vw;
  top: 1.8vw;
}

.popup button:hover {
  background-color: #005638;
  color: white;
}


/* navbar */
.nav-linkss{
  color: black;
  transition: all 0.5s ease;
}
.mob_traicon_logo{
   position: fixed;
   width: 8vw;
   left: 1vw;
   top: 1vw;
   z-index: 1000;
   display: none;
}
#nav-toggler{
    display: none;
}
.navbar{
    width: 100%;
    height: 4vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #174420cd;
    backdrop-filter: blur(3px);
    position: fixed;
    z-index: 100;
}
.traicon-logo{
    width: 6vw;
    margin-left: 1vw;
}
.navbar ul{
    width: 35%;
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: space-around;
}
.navbar ul li a{
    color: white;
    text-decoration: none;
    font-family: "Montserrat";
    font-size: 0.8vw;
}

/* cover */
.countdown{
  display:flex;
  align-items: center;
  justify-content: center;
  gap: 3vw;
  margin: 1vw 0vw;
  position: absolute;
  right: 4vw;
  top: 82vh;
}
.date sup{
  font-size: 1.5vw;
  position: relative;
  left: -.5vw;
  top: -.5vw;
}
.count-b{
  width: 7vw;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  border-radius: 1vw;
}
.dig{
  font-family: "monumente";
  font-size: 1.4vw;
  font-weight: 700;
display: flex;
}
.count-t{
  font-family: "bah";
  font-size: 1vw;
  margin-top: 0.3vw;
  color: #75ffc5;
}
.count-cl{
  color: #259a25;
}
.dig_class::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 0.1vw;
  background-color: #097044cd;
  z-index: -1;
  mix-blend-mode: color-burn;
}
.dig_class{
  z-index: 5;
  margin: 0vw 0.1vw;
  font-size: 4vw;
  line-height: 4vw;
  font-family: "bah";
  font-weight: 100;
  width: 3vw;
  padding-top: 0.6vw;
  display: flex;
  background-color: #087b0462;
  align-items: center;
  justify-content: center;
height: 6;
position: relative;
  border-radius: 0.7vw;
  color: #fff;
}
.cover-mob-patch{
  display: none;
}
.cover{
  position: relative;
    width: 100%;
    height: 100vh;
    background: #000701dd;
    background-size: 100% auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
video{
  position: absolute;
  z-index: -1   ;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cover-cont{
    width: 90%;
    height: 90vh;
    margin-top: 8vh;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.event-logo{
    width: 35vw;
    margin-top: 0vw;
    margin-left: 1vw;
}
.date{
  font-size: 3vw;
    color: white;
    font-family: "asm";
    font-weight: 800;
}
.date sup{
  position: relative;
  font-size: 1vw;
  margin-left: 0.5vw;
}
.date-place{
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-top: 1vw;
    gap: 1vw;
    margin-left: 3.7vw;
}
.place{
    width: auto;
    height: 3vw;
    background-color: #12673d;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-left: 0.5vw;
    margin-left: -1vw;
}
.place-line1{
    font-family: "Montserrat";
    color: #ffffff;
    font-size: 0vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: 600;
    text-align: center;
}
.place-line2::after{
  content: '';
  width: 0.9px;
  height: 2.4vw;
  transform: translate(-0.1vw,-2.3vw);
  display: block;
  margin-left: -0.8vw;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.54);
}
.place-line1 span:first-child{
  font-size: 1vw;
  font-weight: 600;
  margin-top: 0.7vw;
}
.place-line1 span:last-child{
  font-weight: 800;
  font-size: 1.6vw;
  transform: translateY(-0.4vw);
}
.place-line2{
  font-family: "Montserrat";
  color: #ffffff;
  font-size: 1.2vw;
  text-align: center;
  font-weight: 500;
  width: auto;
  line-height: 1.2vw;
  margin-left: 0.8vw;
  padding: 0vw 1vw;
}
.place-line2 span:first-child{
  font-weight: 600;
  font-size: 0.7vw;
  line-height: 0.5vw;
  position: relative;
  margin-top: 0vw;
}


.place-line2 span:last-child{
  font-size: 1.25vw;
  line-height: 1vw;
  position: relative;
font-weight: 500;
  font-family: 'asm';
}
.cover-spon{
  width: 32vw;
  height: 8vw;
  border-top: 0.1vw solid #00feeda5;
  border-bottom: 0.1vw solid #00feedac;
  margin-left: 3.7vw;
  margin-top: 0.5vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5vw;
}
.cover-spon .spon-h{
  padding: 0;
  margin: 0;
  font-weight: 400;
}
.cov-spon-cont{
  width: 100%;
  height: auto;
  display: flex;
  gap: 1vw;
}
.cov-spon-box{
  width: 10.5vw;
  height: 4.3vw;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cov-spon-img{
  width: 90%;
}
.cov-spon-img1{
  width: 80%;
}
.tagline{
  width: 20vw;
  margin-top: 0vw;
  margin-left: 3vw;
}

.cov-btns{
    display: flex;
    gap: 3vw;
    margin-left: 3vw;
    margin-top: 0vw;
}
.cov-btn{
    color: white;
    font-family: "Montserrat";
    font-size: 1vw;
    display: flex;
    align-items: center;
    padding: 0.1vw 1.2vw;
    border: 1px solid #12673d;
    border-radius: 2vw;
    gap: 0.2vw;
    box-shadow: 0 0 0.5vw #12673d,inset 0 0 0.5vw #12673d;
    transition: all 0.4s ease;
    cursor: pointer;
}
.c-arrow{
    font-family: "Manrope";
    font-size: 1.8vw;
    font-weight: 300;
    transform: translateY(-0.15vw) ;
    transition: all 0.4s ease;  
}

.cov-btn:hover{
    box-shadow: 0 0 0.5vw #20ab49,inset 0 0 0.5vw #20ab49;
    border: 1px solid #20ab49;
}

.cov-btn:hover .c-arrow{
    transform: translate(0.1vw,0vw) rotate(90deg) ; 
}
.calendar-dropdown {
  width: 13vw;
  visibility: hidden;
  display: none;
  position: absolute;
  background-color: #0000006f;
  backdrop-filter: blur(1px);
  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: #ffffff;
  font-family: "montserrat";
  font-size: 1vw;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.calendar-item:hover {
  background-color: #850030;
}

.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);
}


/* OVERVIEW */
#overview{
  width: 100vw;
  background: url(../images/overview_bg.avif);
  background-repeat:no-repeat;
  background-size: cover;
}
.overview-head{
  width: 100vw;
  
}
.over-heading{
  font-size: 6vw;
  font-family: "montserrat";
  color: white;
  font-weight: 900;
  font-style: italic;
  background: #20ab49;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #20ab49;
  /* transform: translatey(2.7vw); */
  padding: 0vw 0 0 2vw;
}
.over-cont-con{
  width: 100vw;
  display: flex;
  justify-content: start;

}
.over-cont{
  width: 48vw;
  font-family: "montserrat";
  padding: 1vw 0 1vw 3vw;
  font-size: 1.05vw;
  font-weight: 500;
  line-height: 1.6;
  color: white;
}
/* numbers */
#numbers-section{
  background: #03370e;
}
.numbers-head{
  width: 100vw;
  height: auto;
  
}
.numbers-head{
  padding:2vw 0 0 2vw;
}
.n-head{
  font-family: 'Montserrat';
    font-size: 4vw;
    color: white;
    font-weight: 900;
    font-style: italic;
    background: linear-gradient(90deg, rgba(91,181,87,1) 0%, rgba(9,112,68,1) 66%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.n-container{
  width: 100vw;
  height: auto;
  display: flex;
  justify-content: start;
  align-items: center;

}
.n-con{
  width: 90vw;
  margin: 2vw 0 4vw;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-left: 4vw;
}
.n-box{
  width: 12vw;
  height: 10vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.Num{
  color: #ffffff;
  font-family: "bah";
  font-size: 4.4vw;
  text-align: center;
}
.Num-des{
  color: #34C487;
  font-family: 'montserrat';
  text-align: center;
  font-size: 1.3vw;
  font-weight: 500;
}
/* market */
.market{
  width: 100%;
 height: auto;
  background-image: url("../images/themes_bg.avif");
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #020202;
}
.market-top{
  width: 100%;
  height: 35vw;
}
.market-down{
  width: 100%;
  height: 30vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.market-h{
  font-family: "asblack";
  font-size: 4vw;
  color: white;
  line-height: 4vw;
 font-style: italic;
 padding-top: 12vw;
 padding-left: 5vw;
}
.mar-h2{
  background: linear-gradient(90deg, rgba(91,181,87,1) 0%, rgba(9,112,68,1) 66%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mar-h3{
  background: linear-gradient(90deg, rgba(91,181,87,1) 0%, rgba(9,112,68,1) 66%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 7.5vw;
  line-height: 6vw;
}

.market-down .swiper-container {
  width: 90%;
  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: 90%;
  height: 90%;
  background: #005638;
  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-gr{
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(91,181,87,1) 0%, rgba(29,129,73,1) 48%, rgba(17,119,70,1) 58%, rgba(9,112,68,1) 100%);
  opacity: 0;
  transition: all 0.5s ease;
 position: absolute;
}
.mark-c-h{
  color: white;
  font-family: "asblack";
  text-align: center;
  font-style: italic;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mark-c-h::after{
  content: "";
  width: 105%;
  height: 0.2vw;
  background-color: #00ff11;
  display: block;
  position: absolute;
  margin-top: 8vw;
  box-shadow:-3px 3px 2px rgba(0, 0, 0, 0.534);
}
.mark-c-h1{
  font-size: 5vw;
text-shadow: -4px 4px 2px rgba(0, 0, 0, 0.534);
}
.mark-c-h1 sup{
  font-size: 3vw;
}
.mark-c-h2{
  color: #00ff11;
  font-size: 1.5vw;
  text-shadow: -3px 3px 2px rgba(0, 0, 0, 0.534);
  }
.mark-text{
  margin-top: 1vw;
  color: white;
  font-family: "Montserrat";
  font-weight: 600;
  text-shadow:-2px 2px 2px rgba(0, 0, 0, 0.534);
  position: relative;
  font-size: 1vw;
}
/* Themes */
#themes{
  background-color: #000;
}
.themes-head{
  width: 100vw;
  height: auto;
}
.themes-head{
  padding:2vw 0 0 2vw;
}
.t-head{
  font-family: 'Montserrat';
    font-size: 4vw;
    color: white;
    font-weight: 900;
    font-style: italic;
    background: linear-gradient(90deg, rgba(91, 181, 87, 1) 0%, rgba(9, 112, 68, 1) 66%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.themes-container{
  width: 100vw;
  display: flex;
  justify-content: center;
  padding: 3vw 0;
}
.theme-boxes{
  width: 85vw;
  display: flex;
  flex-wrap: wrap;
  
}
.t-icon{
 display: flex;
 justify-content: center;
 height: 6vw;
}
.t-icon svg{
  width: 4vw;
  fill: #ffffff;

}

.theme-box{
  width: 9vw;
  height: 9vw;
  background-color: #004d2a7d;
  border: 1px solid #34C487;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-evenly;
  color: #ffffff;
  margin: .05vw;
  transition: all ease-in-out 0.3s;
}
.t-des{
  font-family: 'montserrat';
  font-size: .7vw;
  text-align: center;
  font-weight: 500;
}
.theme-box:hover{
  background-color: #34C487;
color: #000;}
.theme-box svg{
  transition: all ease-in-out .3s;
}
.theme-box:hover svg{
  fill: #000;
}
.theme-box:hover .tdes{
  color: #000;
}
/* who */
.who-head{
  width: 40vw;
  margin: 0 0 0 7vw;
}
.who-heading{
  color: white;
  font-family: 'asblack';
  font-weight: 900;
  font-style: italic;
  font-size: 2.7vw;
}
.who-heading span:nth-child(1){
  font-size: 4.5vw;
  position: absolute;
  transform: translateY(5.7vw);
  
}
.who-heading span:nth-child(2){
  font-size: 4.5vw;
}
.who-heading span:nth-child(3){
  font-size: 5.5vw;
  color: #ffffff;
}
.qes{
  font-size: 10vw;
  font-style: italic;
}
#who-section{
  background: #000;
}
.who-container{
  width: 100vw;
  display: flex;
  justify-content: center;
  gap: 14vw;
  padding: 0 0 10vw;
}
.who-left{
  width: 41%;
  float: left;
}
.who-boxes{
  display: flex;
  flex-wrap: wrap;
}
.who-box{
  width: 10vw;
  height: 10vw;
  background: #11080b;
  border: 1px solid #34C487;
  color: #34C487;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  align-items: center;
  transition: all ease-in-out .3s;
}
.who-box:hover{
  background: #34C487;
  color: rgb(222, 240, 255);
  
}
.who-box svg{
  fill: #34C487;
  transition: all ease-in-out .3s;
}
.who-box:hover svg{
  fill: rgb(222, 240, 255);
}
.w-icon{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.w-icon svg{
  fill: #34C487;
  width: 40%;
}
.w-des{
  text-align: center;
  font-family: 'montserrat';
  font-size: .8vw;
  width: 80%;
  font-weight: 500;
}
.who-right{
  width: 30vw;
  transform: translateY(-6vw);
}
.who-right img{
  width: 30vw;
  /* transform: translateY(-10vw); */
  position: absolute;
}
/* summit-highlights */
.summit-highlights{
  width: 100%;
  height: 38vw;
  background: #002307;
}
.summit-h{
  background: linear-gradient(90deg, rgba(91, 181, 87, 1) 0%, rgba(9, 112, 68, 1) 66%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "asblack";
  font-size:4vw;
  font-style: italic;
  padding: 3vw;
}
.summit-content{
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3vw;
}
.summit-box{
  width: 29vw;
  height: 20vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-back-box{
  width: 90%;
  height: 18vw;
  background: linear-gradient(180deg, rgba(91, 181, 87, 1) 0%, rgba(29, 129, 73, 1) 48%, rgba(17, 119, 70, 1) 58%, rgba(9, 112, 68, 1) 100%);
  border-radius: 10px 50px 10px 10px;
}

.summit-box:nth-child(2) .sum-box{
  background-image: url("../images/summit2.avif");
}
.summit-box:nth-child(3) .sum-box{
  background-image: url("../images/summit3.avif");
}
.summit-cont{
  width: 100%;
  height: 100%;
}
.summit-box:hover .image-back-box{
  background: linear-gradient(180deg, #399d77 0%, #004d2a 66%);
}
.summit-box:hover .sum-cont{
  background: linear-gradient(to right, #004d2a, #0059137c);
}
.summit-box:hover .sum-h{
  background:#cdcdcd;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.summit-box:hover .sum-h2{
  background:#cdcdcd;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sum-box{
  width: 100%;
  height: 100%;
  border-radius: 10px 50px 10px 10px;
  background-image: url("../images/summit1.avif");
  background-size: 100% 100%;
  margin-left:-1vw;
  margin-top: -1vw;
}
.sum-cont{
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #03370e, #03370e2e);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  border-radius: 10px 50px 10px 10px;
}
.sum-h{
  font-family: "asblack";
  font-size: 1.5vw;
  font-style: italic;
  line-height: 1.4vw;
  background: #34C487;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-left: 1vw;
}
.sum-h2{
  font-size: 2.5vw;
  line-height: 2.5vw;
  background: #34C487;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sum-para{
  width: 70%;
  font-family: "Montserrat";
  font-size: 0.9vw;
  color: white;
  padding: 0.2vw 1vw;
}
/* attending */
.attending{
  width: 100%;
  height: auto;
  background: #050303;
  padding-bottom: 3vw;
  position: relative;
  z-index: 10;
}
.circles{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2vw;
  padding-top: 2vw;
}
.point {
  position: absolute;
  display: flex;
  transform: translate(-2vw, -2vw);
  padding: 0vw 4vw;
}

.point svg {
  width: 18vw;
  height: 18vw;
}

.round {
  transform: rotate(165deg) translate(0.5vw, -3.3vw);
  transition: all 1s ease-in-out;
  fill: none;
  stroke: url(#gradien);
  stroke-width: 7px;
  stroke-dasharray: 0 999;
  stroke-linecap: round;
}

.round:nth-child(2) {
  transform: rotate(165deg) translate(-0.6vw, -3.8vw);
}

.round:nth-child(3) {
  transform: rotate(165deg) translate(-1.7vw, -3.9vw);
}


.meet-circle-box {
  width: 17vw;
  height: 25vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  gap: 1vw;
  /* background-color: #10080a; */
  border-radius: 10px;
}

.meet-outer {
  width: 14vw;
  height: 14vw;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 6px solid #002307;
}


.meet-inner {
  width: 11vw;
  height: 11vw;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.inner-num {
  font-size: 4vw;
  color: #ffffff;
  font-family: 'asm';
  font-weight: 700;
  
}
.inner-num sup{
  font-size: 2.5vw;
}


.inner-name {
  font-family: 'Montserrat';
  color: white;
  font-size: 1.07vw;
  text-align: center;
  padding: 0 0 1vw 0;
  font-weight: 600;
  margin-top: 2vw;
}

.job-titles{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5vw;
}
.job-h{
  background: linear-gradient(90deg, rgba(91, 181, 87, 1) 0%, rgba(9, 112, 68, 1) 23%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "asblack";
  font-size: 2vw;
  padding-top: 3vw;
  width: 89%;
  font-style: italic;
}
.job-cont{
  width: 90%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.job-box{
  width: 14%;
  height: 6vw;
  border: 1px solid #34C487;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.2vw;
}
.job-box:hover{
  background-color: #34C487;
   border: 1px solid #34C487;
}
.job-text{
  color: #34C487;
  font-family: "Montserrat";
  width: 80%;
  text-align: center;
  font-weight: 500;
  font-size: 0.9vw;
}
.job-box:hover .job-text{
  color: black;
}

/* Exhibit */
#exhibit-section{
  width: 100vw;
  background: linear-gradient(90deg, rgba(2,9,2,1) 0%, rgba(7,68,16,1) 40%, rgba(8,74,18,1) 100%);
  height: auto;
  color: white;
} 
.exhibit-container{
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding:5vw 0;
  position: relative;
  z-index: 0;
}
.exhibit-top{
  width:70vw;
  display: flex;
}
.exibit-top-left{
  width: 50%;
  height: 23vw;
  background: url(../images/exhibit_2.avif);
  background-size: cover;
  background-repeat: no-repeat;
}
.exhibit-top-right{
  width: 50%;
  display: flex;
  align-items: end;
  justify-content: start;
}
.exhibit-down{
  width: 70vw;
  display: flex;
}
.exhibit-down-left{
  width: 50%;
  height: 20vw;
}
.exhibit-down-right{
  width: 50%;
  height: 23vw;
  background: url(../images/exhibit_1.avif);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: -1;
}
.exhibit-down-left{
  width: 50%;
  display: flex;
  align-items: end;
  justify-content: end;
  flex-direction: column;
}
.first-head{
  font-family: 'asblack';
  font-weight: 900;
  font-size: 3.7vw;
  position: absolute;
  transform: translate3d(-8vw, 0.5vw, 0px);
}
.first-head span{
  color: #34C487;
  position: relative;
  top: 1.4vw;
}
.sec-head{
  font-family: 'asblack';
  font-weight: 900;
  font-size: 3.7vw;
  text-align: right;
  position: absolute;
  transform: translate3d(9.2vw, -11.5vw, 0);
  z-index: 10;
}
.sec-head span:first-child{
  position: relative;
  right: 5.1vw;
  top: 5.8vw;
  color: #34C487;
}
.sec-head span:last-child{
  font-size: 9vw;
  font-family: 'asm';
  color: #34C487;
  }
.exhibit-des{
  width: 40%;
  font-size: 0.9vw;
  text-align: right;
  font-family: 'Montserrat';
  color: #ffffff8c;
  padding-right: 0.9vw;
}
.exhibit-list{
width: 70%;
text-align: right;
padding-right: 0.5vw;
font-family: "Montserrat";
font-size: 0.9vw;
}
.exhibit-list ul{
  list-style-type: none;
  font-size: .95vw;
}
.exhibit-list ul svg{
  fill: #34C487;
  width: 1.2vw;
  height: 1.2vw;
  transform: translateY(.2vw);
}
.light{
  width: 10vw;
  height: 7vw;
  border-radius: 50%;
  box-shadow: inset 0px 0px 7vw 15.8vw #34C487d3, 0px 0px 21vw 27vw #34c488d3;
  filter: blur(5px);
  background: radial-gradient(circle, #007069 11%, #007069 45%);
  position: absolute;
  z-index: -2;
  right: -4vw;
  transform: translateY(-31vw);
}
/* panel */
.panel{
  width: 100%;
  height: auto;
  display: flex;
  background: linear-gradient(86deg, rgba(15,2,17,1) 8%, rgba(56,4,15,1) 48%, rgba(56,4,15,1) 79%);
}
.panel-box{
  width: 25%;
  height: 100vh;
  background-image: url("../images/panel1.avif");
  background-size: 100% auto;
}
.panel-box:nth-child(2){
  background-image: url("../images/panel2.avif");
  background-position: bottom;
}
.panel-box:nth-child(3){
  background-image: url("../images/panel3.avif");
}
.panel-box:nth-child(4){
  background-image: url("../images/panel4.avif");
  background-position: bottom;

}
.panel-grad{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 1vw;
  /* background: linear-gradient(180deg, rgba(222,27,118,0) 0%, rgba(242,133,47,1) 70%, rgba(255,204,0,1) 100%); */

}
.panel-box:nth-child(2) .panel-grad,.panel-box:nth-child(4) .panel-grad{
 justify-content: start;
  /* background: linear-gradient(#042700 20%,#04270069,#0427000e); */
}

.panel-box:nth-child(2) .panel-h,.panel-box:nth-child(4) .panel-h{
  margin-top: 1vw;
}
.panel-h{
  font-family: "asblack";
  font-size: 2.3vw;
  font-style: italic;
  color: #fff;
  line-height: 2.1vw;
  padding-left: 1vw;
 }
.panel-para{
  font-family: "Montserrat";
  font-weight: 300;
  padding: 0vw 1vw;
  padding-bottom: 2vw;
  color: white;
  font-size: 0.9vw;
}

/* speakers */

.speaker-head{
  background: #002307;
  width: 97%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: start;
  position: absolute;
  z-index: 10;
  transform: translate(1.3vw,0vw);
}
.spk-line{
  width: 100%;
  height: 0.2vw;
  position: absolute;
  z-index: 10000;
  margin-top: 42.8%;
}
.speaker-h {
  padding: 2vw 0 0 2vw;
font-family: 'montserrat';
  font-style: italic;
  font-size: 3vw;
  line-height: 3.2vw;
  font-weight: 800;
  background: linear-gradient(to right, rgb(255, 255, 255) 10%, grey);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.speaker-h span{
  font-family: "montserrat";
  font-size: 5vw;
}
.speakers {
  width: 100%;
  height: auto;
  background-color: #002307;
  height: auto;
}
.prev-next{
  display: flex;
  position: absolute;
  right: 6vw;
  bottom: 5vw;
  gap: 1vw;
}
#speakers .swiper-button-prev{
  background-color: #007069;
  position: relative;
  padding: 1vw .5vw;
  /* transform: translate(85vw, 16vw); */
  color: #34C487d3 !important;
}
#speakers .swiper-button-next{
  background-color: #007069;
  position: relative;
  padding: 1vw .5vw;
  /* transform: translate(85vw, 16vw); */
  color: #34C487d3 !important;
}
.swiper-button-next:hover{
  background-color: #510001;
}
.swiper-button-prev:hover{
  background-color: #510001;
}
.spk-cont {
  width: 100%;
  height: 100vh;
  position: relative;
}

.spk-box {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.spk-thumb {
  width: 90px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.spk-img-part {
  width: 40%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spk-img-box img{
  width: 24vw;
}
.tri-patch-spk {
  width: 25vw;
  margin-top: 10.5vw;
}

.swiper-slide .spk-img {
  width: 21vw;
  transform: translate(-0.4vw,0.4vw);

}
.spk-img-box{
  width: 20.8vw;
  height: auto;
}

.spk-img-mask {
  overflow: visible;
  height: auto;
  position: absolute;
  -webkit-mask-image: url(../images/CRS-Speaker-mask.svg);
  mask-image: url(../images/CRS-Speaker-mask.svg);
  -webkit-mask-position-y: 100%;
  -webkit-mask-position-x: 110%;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  z-index: 10;
  transform: translate(-1.7%,5.465%);
}

.spk-title {
  position: absolute;
  z-index: 11;
}

.spk-t {
  display: flex;
  align-items: center;
  justify-content: center;
}

.st1 {
  transform: translate(-4vw, 8vw);
}

.st2 {
  transform: translate(0vw, 6vw);
}

.spk-t1 {
  font-size: 6vw;
  font-family: "Bebas Neue";
  position: absolute;
  z-index: 10;
  font-weight: 500;
  transform: translateX(-1vw);
}

.swiper-slide .spk-t-patch1 {
  width: 19vw;
}

.swiper-slide .spk-t-patch2 {
  width: 19vw;
}

.spk-t2 {
  font-size: 6vw;
  font-family: "Bebas Neue";
  position: absolute;
  z-index: 10;
  font-weight: 500;
  transform: translateX(-1vw);
  color: #dd1742;
}

.spk-content-part {
  width: 59%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.spk-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.vip-spk{
  font-family: "montserrat";
  color: #f2a630;
  font-size: 1vw;
  font-weight: 600;
  border: 1px solid #f2a630;
  padding: 0vw 0.6vw;
  width: fit-content;
}
#speak-section .vip-spk{
  text-align: center;
  position: absolute;
  transform: translate(40%,-90%);
}
.spk-name {
  font-family: "montserrat";
  font-size: 4.8vw;
  line-height: 5vw;
  font-weight: 900;
  text-transform: uppercase;
  color: #FDBE1B;
  width: 70vw;
  text-align: left;
}
.l-name{
  font-family: "montserrat";
  color: #FDBE1B;
  font-size: 3vw;
  font-weight: 900;
  text-transform:uppercase;
}
.spk-job {
  font-family: "montserrat";
  font-weight: 300;
  font-size: 1.4vw;
  text-align: start;
  line-height: 2.3vw;
  width: 80%;
  color: white;
}

.spk-company {
  font-family: "montserrat";
  font-weight: 500;
  font-size: 1.4vw;
  text-align: start;
  margin-top: 0.5vw;
  color: white;
}

.swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  height: 100%;
  width: 100vw;
}

.mySwiper2 .swiper-slide {
  background-color: transparent;
}

.white-patch {
  position: absolute;
  background-color: #002307;
  z-index: 5;
  width: 42%;
  height: 15vw;
  right: 17vw;
  top: 67.6vh;
  display: flex;
  justify-content: end;
  align-items: center;
}
/* .prev-next{
  display: block;
} */
.thumb-cont{
  display: flex;
}
.thumbslide{
  z-index: 10 !important;
}
.white-patch .mySwiper {
  height: auto;
  width: 30vw;
}

.mySwiper2 .swiper-slide {
  box-shadow: none !important;
}

.mySwiper .swiper-slide {
  height: 100%;
  opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
 .swiper-slide .spk-img-part .spk-img-patch img {
  display: block;
  width: 23vw;
}
.autoplay-progress {
  background-color: #007069;
  border-radius: 50%;
  position: absolute;
  left: 4vw;
  top: 81.7vh;
  z-index: 10;
  width: 4vw;
  height: 4vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #007069;
  font-family: "Bebas Neue";
}

.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: #34C487;
  fill: none;
  stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}

.spk-thumb {
  width:100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tri-patch-thumb {
  width: 7.2vw;
  margin-top: 2.1vw;
  margin-left: 0.4vw;
}

.thumb-img-mask {
  position: absolute;
  -webkit-mask-image: url(../images/CRS-Speaker-mask.svg);
  mask-image: url(../images/CRS-Speaker-mask.svg);
  -webkit-mask-position-y: 100%;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  z-index: 5;
  transform: translate(-2.5%, 2.5%);
}

.swiper-slide .thumb-spk {
  width: 9.2vw;
}
.spk-t-img-box{
  width: 8.6vw;
  height: auto;
  transform: translate(-1vw,0.4vw);
}

.thumb-title {
  position: absolute;
  z-index: 10;
}

.thumb-t {
  display: flex;
  align-items: center;
  justify-content: center;
}

.thumb-t1 {
  position: absolute;
  font-family: "Bebas Neue";
  font-size: 1.2vw;
  font-weight: 500;
}

.swiper-slide .thumb-t-patch1 {
  width: 6vw;
}

.swiper-slide .thumb-t-patch2 {
  width: 7vw;
  height: 2vw;
}

.thumb-t2 {
  position: absolute;
  font-family: "Bebas Neue";
  font-size: 1.2vw;
  font-weight: 500;
  color: #8a1742;
}

.tt1 {
  transform: translate(-1vw, 2vw);
}

.tt2 {
  transform: translate(0vw, 1.5vw);
}

.view-all {
  padding-left: 1vw;
  width: 10vw;
  height: 12vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.view-all svg {
  width: 7.2vw;
  fill: url(#linear-gradient);
  transform: rotate(-6deg);
}

.view-t {
  display: flex;
  align-items: center;
  justify-content: center;
}

.view-title {
  position: absolute;
  z-index: 10;
}

.view-t-patch1 {
      width: 9.8vw
}

.view-t-patch2 {
  width: 5vw;
}
.light2{
  width: 6vw;
  height: 3vw;
  border-radius: 50%;
  box-shadow: inset 0px 0px 9vw 3.8vw #34C487d3, 0px 0px 12vw 7vw #34C487d3;
  filter: blur(10px);
  background: radial-gradient(circle, #007069 11%, #007069 45%);
  position: absolute;
  z-index: -1;
  transform: translate(-1vw,1vw);
}
.view-t1 {
  transform: translate(1.1vw, -1vw);
  font-size: 1.4vw;
  position: absolute;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #FDBE1B;
  text-align: center;
}

.view-t2 {
  position: absolute;
  font-family: 'Montserrat';
  font-size: 1.4vw;
  font-weight: 700;
  color: #f2a630;
}
.v-all{
  text-decoration: none;
  color: #000000;
}
.speakers .wt1 {
  transform: translate(-1.5vw, 1.5vw);
}

.speakers .wt2 {
  transform: translate(-0.8vw, 1vw);
}
#speaker-section{
  background: #2f0000;
}

/* speaker-section */
.speak-container{
  padding: 12vw 0 0 0;
width: 90vw;
height: auto;
display: flex;
justify-content: space-evenly;
align-items: center;
flex-wrap: wrap;
}
#speak-section .speak-box{
  width: 22.4vw;
padding: 0 0 3vw 0;
}
#speak-section{
background: #002307;
height: auto;
padding-top: 3vw;
}
.speaker-h{
color: #fff;
font-weight: 900;
}
.speaker-h span {
  font-family: "montserrat";
  font-size: 4.4vw;
}
#speak-section .spk-img-patch img{
  width: 20.7vw;
}

#speak-section .spk-img-part {
  width: 100%;
}
#speak-section  .spk-img-box {
  width: 18.75vw;
}
#speak-section .spk-img-box img {
  width: 18vw;
  transform: translateY(1vw);

}
#speak-section .spk-img-mask {
  transform: translate(-1.75%,7.05%);
}
#speak-section .speak-pos{
font-family: 'montserrat';
color: #fff;
font-size: 1vw;
width: auto;
font-weight: 400;
width: 90%;
}
#speak-section .speak-des{
text-align: center;
transform: translateY(-1.4vw);
display: flex;
  flex-direction: column;
  align-items: center;
}
#speak-section .speak-comp{
font-family: 'montserrat';
font-weight: 700;
color: #fff;
font-size: 0.9vw;
height: 3vw;
}
#speak-section .speaker-head {
  background: #002307;
}
#speak-section .spk-fname{
font-family: 'montserrat';
color: #fce000;
font-weight: 900;
font-size: 2.3vw;
height: 2.4vw;
  text-transform: uppercase;
}
#speak-section .spk-l-name{
font-family: 'montserrat';
color: #fbad18;
font-weight: 900;
font-size: 1.6vw;
  text-transform: uppercase;
}

.light1{
width: 3vw;
  height: 3vw;
  border-radius: 50%;
  box-shadow: inset 0px 0px 9vw 1.8vw #b55007, 0px 0px 6vw 4vw #d1681c;
  filter: blur(10px);
  background: radial-gradient(circle, rgba(198,93,3,1) 11%, rgba(167,78,15,1) 45%);
  position: absolute;
  /* z-index: -2; */
  /* right: -4vw; */
  transform: translate(9vw,19vw);
  /* transform: translateY(-31vw);*/
}
/* sponsors */
.sponsors{
  width: 100%;
  height: 100%;
  background-color: #11080b;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.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;
  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;
  gap: 1vw;
}
.spon-h{
  font-family: "Montserrat";
  font-weight: 700;
  padding: 0.5vw;
  color: white;
}
.spon-boxes{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1vw;
  flex-wrap: wrap;
}

.spon-box{
  width: 14vw;
  border: 1px solid rgba(0, 0, 0, 0.168);
  height: 8vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 1vw;
}
.associate .spon-box{
  width: 18vw;
  height: 8vw;
}
.gold .spon-box{
  width: 23vw;
  height: 11vw;
}
.silver .spon-box{
  width: 18vw;
  height: 9vw;
}
.spon-img{
  width: 70%;
}
.sqMax{
  width: 90% !important;
}
.sq{
  width: 30%;
}
.sq1{
  width: 55% !important;
}
/* video */
.old_video{
  width: 100%;
  height: 100vh;
  /* background: linear-gradient(to right, #100218, #3b0000); */
}
.crs_mz_vd{
  width: 100%;
  height: 100vh;
  object-fit: cover;
  cursor: url("../images/video-play.svg"), auto;
}
/* agenda */
#agenda{
  width: 100vw;
  height: auto;
  background: url("../images/agenda-bg.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-y: -10vw;
}
.agenda-section{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  width: 100%;
}
.ag-head-con{
  width: 100vw;
  display: flex;
}
.ag-head{
  padding-left: 1vw;
  font-size: 6vw;
  text-align: right;
  height: 6.3vw;

}
.ag-down{
  color:#007069;
  font-size: 1.1vw;
  font-style: italic;
  font-weight: 500;
  text-align: right;
}
.agenda-boxes{
  width: 92.3%;
  border-radius: 2vw;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  overflow: visible;
}
.agenda-head{
  width: 32vw;
  font-family: 'montserrat';
}
.day-1{
  color: white;
    font-size: 2.5vw;
    font-weight: 900;
    font-style: italic;
    transform: translate3d(6.3vw,1.5vw,0);
}
.ag-head{
    font-weight: 900;
    font-style: italic;
    background: linear-gradient(to right, #ffcc00 0%, #cc0000);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.agenda-cont{
  width: 100%;
  background: #bcbcbe00;
  border-radius: 15px;
  display: flex !important;
  justify-content: center;
  height: auto;
    display: flex;
    align-items: center;
  border-radius: 2vw;
  overflow: visible;
  padding-top: .5vw;
}

.ag-page{
  border-radius: 16px;
  background-color: #bcbcbe00;
  height: 40vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  padding: .6vw 0;
}
.ag-page-con{
  width: 40vw;
  background-color: #bcbcbe29;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.ag-break{
 width: 95%;
 display: flex;
 padding: 0vw 0;
 align-items: center;
 font-family: 'montserrat';
 font-weight: 700;
 border-radius: 5px;
 font-size: 0.95vw;
}
.ag-prgm{
  width: 95%;
  display: flex;
  font-family: 'montserrat';
  font-size: .95vw;
  font-weight: 600;
  padding: 0.4vw 0.5vw;
}
.ag-time{
  width: 30%;
  text-align: center;
  font-weight: 600;
  font-size: 1vw;
}

.ag-br-time{
  width: 30%;
  text-align: center;
  font-size: 1vw;
}
.ag-br-des{
  width: auto;
  padding: 0.4vw 0.5vw;
  border-radius: 5px;
  display: inline-block;

  background: linear-gradient(to right, #ffcc00 40%, #cc0000);
}

.ag-des{
  width: 70%;
  font-weight: 400;
}
.ag-page-con{
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 40vw;
}
.ag-des span{
  border: 1px #e7a924 solid;
  font-size: .9vw;
  color: white;
  padding: 0 0.8vw;

  font-weight: 500;
}

.agenda-cont .owl-item.active::after {
  content: '';
  height: 91%;
  width: 1px;
  display: block;
  border-left:1.2px dashed #c3aa02;
  position: absolute;
  left: 31%;
  top: 4%;
}
/* .agenda-cont .owl-item.active::after:nth-child(1){
top: 10%;
} */

#agenda .owl-nav button:nth-child(1){
  width: 3vw;
  height: 3.5vw;
  border-radius: 8%;
  margin-right: 1vw;
  display: flex;
  justify-content: center;
  font-size: 2vw;
  align-items: center;
  position: absolute;
  right: 0vw;
  transform: translatey(-2.5vw) translateX(-89.3vw);
    background: #4c4c4c7d;
}
#agenda .owl-nav{
  height: 0;
}
#agenda .owl-nav button:nth-child(2){
  width: 3vw;
  height: 3.5vw;
  border-radius: 8%;
  margin-right: -0.8vw;
  display: flex;
  justify-content: center;
  font-size: 2vw;
  align-items: center;
  position: absolute;
  right: 0vw;
  transform: translate(0.35vw,-1.8vw);
  background: #4c4c4c7d;
}
#agenda .owl-nav button:nth-child(2)::before {
  content: "▶"; /* Unicode character for right-pointing triangle */
  color: white;
}
#agenda .owl-nav button:nth-child(1)::before {
  content: "◀︎"; /* Unicode character for right-pointing triangle */
  color: white;
}
.owl-nav button span{
  font-size: 2.2vw;
  display: none;
}
#agenda .owl-carousel .owl-item{
  display: flex;
    justify-content: center;
    border-radius: 20px;
}
#agenda .panel-dis img{
  width: 10.5vw;
  margin-bottom: .5vw;
}

.ag-des-pan{
  height: 4vw;
}
.a-day{
  font-size: 1.7vw;
    /* background: rgba(209, 36, 53, 0.737); */
    font-family: 'montserrat';
    position: absolute;
    left: 36.5vw;
    transform: translateY(-18.6vw);
    border-radius: 7px;
    padding: 0.6vw 0.6vw;
    color: #98701a96;
    font-weight: 700;
}



/* EVENTS */

.main-container {
  height: 50vw;
  display: flex;
  justify-content: space-around;
  background: linear-gradient(to bottom,  #000 0%, #00000001 20%);
}
.four-containers{
  height: 50vw;
  display: flex;
  justify-content: space-around;
}
.sub-container {
  width: 25vw;
  height: 50vw;
  position: relative;
  overflow: hidden;

}
.main-container .sub-container:nth-child(1)
{
  background: url(../images/mz.jpg);
  background-position-y: -21vw;
}
.main-container .sub-container:nth-child(2)
{
  background: url(../images/ind.jpg);
}    

.main-container .sub-container:nth-child(3)
{
  background: url(../images/nigeria.webp);
  background-size: 360%;
}    

.main-container .sub-container:nth-child(4)
{
  background: url(../images/KWT.avif);
}    

.main-container .sub-container:nth-child(5)
{
  background: url(../images/HMC.avif);
}    

.sub-container img {
  width: 100%; 
  height: 100vh;
  transition: transform 0.5s ease;
  display: block;
}
.event-head{
  width: 100vw;
  position: absolute;
  z-index: 10;
  display: flex;
  justify-content: center;
  padding-top: 3vw;
}
.event-svg{
  width: 15vw;
}
.event-svg svg{
  background: transparent;
}

.sub-container .text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vh;
  transform: translate(-50%, -50%) rotate(-90deg);
  color: rgb(218, 218, 218);
  text-align: center;
  font-family: 'monumentub';
  font-size: 3vw;
  pointer-events: none;
  transition: all 0.5s ease;
  z-index: 1;
}

.sub-container:hover{
  background-size: 150%;
}
.overlay{
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, #000 0%, #00000001 100%);
}
.sub-container::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none; 
}

.sub-container .patch {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%, rgba(254, 254, 254, 0) 100%);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 1;
  pointer-events: none;
}
#events .cls-1 {
  stroke-width: 0px;
}

#events .cls-1, .cls-2 {
  fill: #fff;
}

#events .cls-2 {
  stroke: #fff;
  stroke-miterlimit: 10;
}
.sub-container .patch1 {
  top: 0;
  background: linear-gradient(to bottom, #a38f0def 0%, rgba(0,0,0,0) 50%);
}
.sub-container .patch2 {
  top: 0%;
  background: linear-gradient(to bottom, #005638 0%, rgba(0,0,0,0) 50%);}
.sub-container .patch3 {
  top: 0%;
  background: linear-gradient(to bottom, #611603 0%, rgba(0,0,0,0)  50%);
}
.sub-container .patch4 {
  top: 0%;
  background: linear-gradient(to bottom, #093857 0%, rgba(0,0,0,0)  50%);
}
.sub-container .patch-text {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 100%);
  text-align: center;
  color: rgba(255, 255, 255, 0.902);
  opacity: 1;
  transition: all 0.5s ease;
  z-index: 3;
}

.main-patch{
  width: 100vw;
  height: 100%;
  position: absolute;
  background: linear-gradient(to bottom,  #000 0%, #00000001 20%);
}
.sub-container .patch-text span{
  position: absolute;
  -webkit-text-stroke: 1.5px #c9c9c9; /* Apply text stroke to the span */
  -webkit-text-fill-color: transparent;
  text-shadow: 1px 1px 2px rgba(235, 235, 235, 0.518); /* Blur(2px), offset-x(1px), offset-y(1px) */
}
.sub-container .patch-text h1{
 font-family: 'gothiceb';
 font-size: 14vw;
 -webkit-text-stroke: 1px #000; /* Apply text stroke */
 -webkit-text-fill-color: transparent;
 text-shadow: 1px 1px 2px rgb(255, 255, 255); /* Blur(2px), offset-x(1px), offset-y(1px) */

}
.sub-container .patch-text h2{
  font-family: 'gothiceb';
  font-size: 4.9vw;
  width: 25vw;
  transform: translate3d(0vw,-4.6vw,0);
 }
 .sub-container .patch-text h3{
  font-family: 'monumentub';
  font-size: 2vw;
  transform: translate3d(0,-5.5vw,0);
  -webkit-text-stroke: 0.3px black;
 }
.sub-container:hover .text {
  top:150%;
}
.sub-container:hover .patch {
  opacity: 1;
}
.sub-container:hover .patch-text {
  opacity: 1;
  transform: translate(-50%, -35%);
}
/* GALLERY */
#gallery-section{
  background: linear-gradient(90deg, rgba(2,9,2,1) 0%, rgba(8,74,18,1) 100%);
}
.gallery{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  
}
.g-head{
  font-family: 'Montserrat';
    font-size: 4vw;
    width: auto;
    color: white;
    font-weight: 900;
    font-style: italic;
    background: linear-gradient(90deg, rgba(91, 181, 87, 1) 0%, rgba(9, 112, 68, 1) 66%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  padding: 2vw 1vw 0 2vw;
}
.gallery-head{
  width: 100vw;
  height: auto;
}
.gal-right{
  width: 100%;
  overflow: visible;
}
.gallery-slide{
  width: 98%;
  height: auto;
  padding: 2vw 0 2vw;
  overflow: visible;
}
.gallery-slide .item{
  height: 30vw;
  display: flex;
  align-items:center ;
  justify-content: space-around;
  overflow: visible;

}
.gal-box{
  width: 70.2%;
  height: 15.5vw;
  background: linear-gradient(90deg, rgba(91, 181, 87, 1) 0%, rgba(9, 112, 68, 1) 66%);
    transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}
.gallery-slide .item .gal-img{
  width: 22.6vw;
  transition: all 0.5s ease;
}
.gallery-slide .item .gal-active .gal-img{
  width: 39vw;
}
.gal-active{
  width: 120%;
  height: 26.5vw;
  position: absolute;
  margin: 0 4vw;
}



/* ***************Footer Section**************** */
#footer {
  width: 100vw;
  height: 11vw;
  background: linear-gradient(90deg, rgba(2,9,2,1) 0%, #084a12 100%);
  display: flex;
  align-items: center;
}

.footerContainer {
  display: flex;
  justify-content: space-between;
  width: 99vw;
  align-items: center;
}

.fLeft {
  width: 60vw;
  height: 8vw;
  display: flex;
  flex-direction: row;
  margin: 0 0 0 1vw;
  gap: 0.8vw;
}

.fMails {
  width: 12vw;
  height: 1.8vw;
  display: flex;
  border: 1.5px solid white;
  justify-content: center;
  align-items: center;
  color: white;
  border-radius: 20px;
  cursor: pointer;
}

.fUp {
  display: flex;
  gap: .7vw;
}

.fRight {
  width: 25vw;
  height: 10vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1vw;
}

.fUp div {
  width: 2vw;
  height: 2vw;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1.5px white solid;
  transition: all ease .4s;
}

.fUp div:hover {
  transform: translateY(-3px);
  background-color: #34C487;
  border: 1.5px #34C487 solid;

}

.fUp a:hover .fLinks {
  color: #fff;
}

.fLinks {
  font-size: 1.25vw;
  padding-top: 0.1vw;
  color: #fff;
}

.fCopy {
  color: white;
  font-family: 'Montserrat';
  font-size: 0.8vw;
  font-weight: 400;
}

.fCopy span a {
  font-weight: 600;
  color: white;
  text-decoration: none;
}









.foot-l {
  width: 70%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 1.5vw 0vw;
}

.mail-heading {
  color: white;
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 0.9vw;
}

.mail-box {
  width: 26%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
}


.mail {
  font-family: 'Montserrat';
  color: white;
  font-weight: 500;
  text-decoration: none;
  font-size: 0.9vw;
  transition: all 0.3s ease;
}

.mb-cont {
  cursor: pointer;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0.8vw 0vw;
  padding-left: 1vw;
}

.mb-cont::before {
  content: "";
  width: 0.1vw;
  z-index: -1;
  height: 3.8vw;
  display: block;
  background-color: #34C487;
    position: absolute;
  margin-left: -1vw;
  transition: all 0.5s ease;
}

.mail-box:hover .mb1::before {
  width: 13.5vw;
}

.mail-box:hover .mb2::before {
  width: 15.5vw;
}

.mail-box:hover .mb3::before {
  width: 14.5vw;
}

.mob_traicon_logo,
.toggle {
  display: none;
}
/* forms */
.modal {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .4s;
    z-index: 1000;
  }
  
  
  .modalContents {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #dcdcdc;
    width: 90%;
    padding: 1vw 0.4vw;
  }
  
  .form-heading {
    font-family: "Poppins";
    color: #ffffff;
    font-size: 2vw;
    font-weight: 800;
    margin: 0.5vw 0vw;
  }
  
  .modalWrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 35%;
    background-color: #156024cd;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 1.3vw;
  }
  
  .modalBg {
    width: 100%;
    height: 100%;
    background-color: #0000008c;
    backdrop-filter: blur(3px);
  }
  form{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .inputs{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  
  .inputs input{
    border-radius: 0px;
    margin: 1vw 0vw;
    background: white;
   border: 2px solid #cdcdcd;
   display: flex;
   align-items: center;
   width: 45%;
   height: 1.7vw;
   font-size: 0.5vw;
  }
  .inputs input:focus{
    outline: none;
  }
  
  .inputs input::placeholder{
  font-family: "Poppins";
  color: black;
  font-size: 0.5vw;
  transform: translate(0.1vw,0vw);
  }
  .check-box{
    width: 95%;
   height: auto;
  }
  .checks{
    padding: 0.4vw 0vw;
  }
  .checks label{
    display: flex;
  }
  .f-btn{
    background-color: #002307;
    border: none;
    font-family: "Poppins";
    font-size: 1vw;
    font-weight: 600;
    color: white;
    border-radius: 5px;
    padding: 0.2vw 1vw;
    margin: 1vw 0vw;
    cursor: pointer;
  }
  
  .f-btn:hover{
    color: #231f20;
    background-color: white;
  }
  
  
  /* Hide the default checkbox */
  input[type="checkbox"] {
    display: none;
  }
  
  /* Create a custom checkbox style */
  .custom-checkbox {
   width: 0.3vw;
   height: 0.3vw;
    border: 0.5px solid #0000009a;
    cursor: pointer;
    transform: translateY(0.1vw);
    position: relative;
  }
  /* Style for when the checkbox is checked */
  input[type="checkbox"]:checked + .custom-checkbox::after {
    position: absolute;
    content: '\2714';
    font-size: 0.5vw;
    top: -90%;
  }
  
  
  .is-show {
    visibility: visible;
    opacity: 1;
    scale: 1.5;
  }
  
  .lt {
    width: 96%;
    margin-left: 1%;
    font-size: 0.45vw;
    font-family: "Poppins";
    font-weight: 500;
  }
  .clModal{
    position: absolute;
    font-family: "Montserrat";
    font-weight: 800;
    font-size: 0.8vw;
    top: 0.2vw;
    right: 0.2vw;
    background-color: #05280f;
    width: 1vw;
    height: 1vw;
    display: flex;
    align-items: center;
    justify-content: center;
    color:  #ffffff;
    cursor: pointer;
    opacity: 0.7;
  }

/* responsive */
@media screen and (max-width: 450px){
    body,html{
        padding: 0;
        margin: 0;
    }

    .popup {
      width: 80vw;
      height: 23vw;
    }
    .popup-h {
      font-size: 3.2vw;
    }
    .popup button {
      font-size: 3.2vw;
      top: 2vw;
    }
    .mob-traicon-logo{
      display: block;
  }
  .mob_traicon_logo {
    display: block;
    width: 20vw;
    margin-left: 1vw;
    transition: all 0.5s ease;
    position: fixed;
    left: 5%;
    top: 3%;
    z-index: 1000;
  }

  .navbar {
    padding-top: 0;
    width: 35vw;
    right: 5%;
    top: 8%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(5px);
    border-radius: 10px;
    border: 2px solid #005638;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
    background: none;
  }

  .nav-link {
    color: white;
  }
  .traicon-logo {
    display: none;
  }

  .navbar ul {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    padding: 4vw 0vw;
    width: 100%;
    gap: 4vw;
  }

  .navbar ul li a {
    font-size: 3.5vw;
    color: white;
    margin: 3vw 0vw;
    padding: 2vw;
    border-radius: 10vw;
  }

  .toggle {
    position: relative;
    width: 17vw;
    height: 17vw;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
    position: fixed;
    right: 5%;
    top: 2%;
    z-index: 1000;
  }

  .toggle span {
    position: absolute;
    width: 40px;
    height: 4px;
    background: #ffffff;
    border-radius: 10px;
    transition: 0.5s;
  }

  .toggle span:nth-child(1) {
    transform: translateY(-15px);
    width: 25px;
    left: 15px;
  }

  .toggle.active span:nth-child(1) {
    width: 40px;
    transform: translateY(0) rotate(45deg);
    transition-delay: 0.125s;
  }

  .toggle span:nth-child(2) {
    transform: translateY(15px);
    width: 15px;
    left: 15px;
  }

  .toggle.active span:nth-child(2) {
    width: 40px;
    transform: translateY(0) rotate(315deg);
    transition-delay: 0.25s;
  }

  .toggle.active span:nth-child(3) {
    transform: translateX(60px);
  }

  .nav-active {
    opacity: 1;
    visibility: visible;
    top: 10%;
  }



   /* cover */
   .cover{
    background-size:400%;
    background-position: 80% 10%;
    background-repeat: no-repeat;
   }
   .cover-mob-patch{
    display: block;
    position: absolute;
    width: 100%;
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.673),rgba(0, 0, 0, 0));
  }
   .cover-cont{
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
    margin-top: 0;
    width: 100%;
   }
   .cover-top{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
   }
 
   .event-logo {
    width: 67vw;
   }
   .cover-spon {
    width: 65vw;
    height: 22vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
   }
   .cov-spon-cont{
    justify-content: center;
   }
   .cov-spon-box {
    width: 29vw;
    height: 12.5vw;
   }
   .date {
    font-size: 7vw;
   }
   
   .date sup{
    font-size: 4vw;
   }
   .place {
    width: auto;
    height: 9vw;
    gap: 2vw;
    padding: 1vw;
   }
  
   .place-line1 span:last-child{
    font-size: 5vw;
    line-height: 5vw;
    font-weight: 700;
   }
   .place-line1 span:first-child {
    font-size: 3vw;
   }
   .place-line2 {
    font-size: 4vw;
    width: auto;
    line-height: 4vw;
   }
   .place-line2 span:last-child {
    font-size: 4.2vw;
    line-height: 4.5vw;
   }
   .place-line2 span:first-child {
    font-size: 2.3vw;
    line-height: 3vw;
}
   .place-line2::after {
    height: 6.7vw;
    transform: translate(-1vw,-7.5vw);
   }
   .date-place{
    gap: 3vw;
    margin-top: 6vw;
   }
   .tagline {
    width: 63vw;
    margin-top: 40vw;
   }
   .cov-btns{
    gap: 5vw;
    margin-top: 8vw;
    margin-left: 0;
   }
   .cov-btn {
    font-size: 4vw;
    padding: 0.1vw 2.2vw;
    border-radius: 4vw;
   }
   .c-arrow {
    font-size: 5.8vw;
   }
   .cov-btn:hover .c-arrow {
    transform: translate(0.9vw,0vw) rotate(90deg);
}
/* overview */
.over-heading {
  font-size: 10vw;
  transform: translatey(7.7vw);
}
.over-cont {
  width: 70vw;
    font-family: "montserrat";
    padding: 5vw 8vw 3vw 2vw;
    font-size: 3.5vw;
    font-weight: 500;
    line-height: 1.3;
}
.countdown{
  right: 14vw;
  top:50vw;
}
.count-b{
  width: 16vw;
}
.dig_class{
  width: 8vw;
  font-size: 9vw;
  height: 11vw;
  margin: 0vw 0.4vw;
}
.count-t{
  font-size: 3vw;
  margin-top: 1.5vw;
}

#overview {
  width: 100vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: -125vw;
}
 /* NUMBERS */
 .n-head{
  font-size: 10vw;
}
/* .n-con {
  flex-direction: column;
  gap: 6vw;
} */
.n-con {
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2vw;
  padding: 0;
}
.Num {
  font-size: 8.5vw;
}
.Num-des {
  font-size: 4vw;
}
.n-box {
  width: 30vw;
  height: 30vw;
  border: 1px solid rgba(255, 255, 255, 0.319);
  border-radius: 2vw;
}
/* market */
.market-top {
  height: 45vw;
}
.market-h {
  font-size: 4.5vw;
  line-height: 4.5vw;
}
.market-down .swiper-container .swiper-slide {
  height: 50vw;
}
.mark-c-h1 {
  font-size: 12vw;
}
.mark-c-h2 {
  font-size: 3.5vw;
}
.mar-h3 {
  font-size: 9vw;
  line-height: 6vw;
}
.market-down {
  height: 60vw;
}
.mark-c-h::after{
  margin-top: 18vw;
}
.mark-text{
  text-align: center;
  font-size: 3vw;
  margin-top: 2vw;
}


/* THEMES */
.t-head {
  font-family: 'Montserrat';
  font-size: 10vw;
}
.theme-boxes {
  justify-content: center;
  gap: 3vw;
}
.theme-box{
  width: 22vw;
  height: 22vw;
}
.t-icon {
  height: 8vw;
}
.t-icon svg {
  width: 10vw;
}
.t-des {
  font-family: 'montserrat';
  font-size: 2.2vw;
  width: 80%;
  font-weight: 600;
}
/* summit */
.summit-highlights{
  height: auto;
}
.summit-h{
  font-size: 6vw;
}
.summit-content{
  flex-wrap: wrap;
  gap: 10vw;
  padding: 4vw 0 6vw;
}
.summit-box {
  width: 70vw;
  height: 50vw;
}
.image-back-box {
  width: 100%;
  height: 50vw;
}
.sum-h {
  font-size: 4.5vw;
  line-height: 5.4vw;
  padding-left: 3vw;
}
.sum-h2 {
  font-size: 6.5vw;
  line-height: 6.5vw;
}
.sum-box {
  border-radius: 10px 50px 10px 10px;
  margin-left: -3vw;
  margin-top: -3vw;
}
.sum-cont{
  border-radius: 10px 50px 10px 10px;
}
.sum-para {
  font-size: 2.9vw;
  padding: 0.2vw 3vw;
  line-height: 4vw;
}
/* who */
.who-heading span:nth-child(1) {
  font-size: 9.5vw;
  transform: translateY(0.7vw);
}
.who-heading {
  font-size: 4.7vw;
}
.who-head {
  width: 80vw;
  padding: 4vw 0px 2vw 0vw;
}
.who-heading span:nth-child(3) {
  font-size: 8.5vw;
}
.who-container{
  flex-direction: column;
  align-items: center;
}
.who-right img {
  width: 43vw;
  transform: translateY(0vw);
  position: absolute;
}
.who-left {
  width: 83%;
  float: left;
}
.who-box {
  width: 27vw;
  height: 27vw;
}
.w-des {
  font-size: 2.5vw;
}

.who-right {
  width: 30vw;
  height: 65vw;
  transform: translate(-9vw,-5vw);
}
.meet-circle-box {
  width: 29vw;
  height: 38vw;
  gap: 3vw;
}
.meet-outer {
  width: 22vw;
  height: 22vw;
}
.meet-inner {
  width: 20vw;
  height: 20vw;
}
.inner-name {
  font-size: 2.5vw;
}
.inner-num {
  font-size: 7vw;
}
.round {
  transform: rotate(165deg) translate(0.5vw, -6.3vw);
  transition: all 1s ease-in-out;
  fill: none;
  stroke: url(#gradien);
  stroke-width: 8px;
}
.point svg {
  width: 31vw;
  height: 31vw;
}
.round:nth-child(2) {
  transform: rotate(165deg) translate(0.4vw, -6.8vw);
}
.round:nth-child(3) {
  transform: rotate(165deg) translate(0.3vw, -6.9vw);
}
.job-h {
  font-size: 4vw;
  padding-top: 3vw;
  padding-bottom: 3vw;
  width: 89%;
}
.job-box {
  width: 31%;
  height: 20vw;
  margin-bottom: 0.5vw;
}
.job-text {
  font-size: 2.5vw;
}
.exhibit-top {
  width: 95vw;
}
.exibit-top-left {
  width: 50%;
  height: 40vw;
}
.exhibit-down {
  width: 95vw;
  display: flex;
}
.exhibit-down-right {
  width: 50%;
  height: 40vw;
}
.sec-head {
  font-weight: 900;
  font-size: 6.7vw;
  transform: translate3d(16.2vw, -5.5vw, 0);
  z-index: 10;
  line-height: 11vw;
}
.first-head {
  font-size: 6.7vw;
  transform: translate3d(-12vw, 0.5vw, 0px);
}
.sec-head span:last-child {
  font-size: 16vw;
}
.sec-head span:first-child {
  right: 9.1vw;
  top: 8vw;
}
.exhibit-des {
  width: 70%;
  font-size: 2.1vw;
  text-align: right;
  font-family: 'Montserrat';
  color: #ffffff8c;
  padding-right: 1.9vw;
  transform: translate(1vw,21.5vw);
}
.exhibit-list ul {
  list-style-type: none;
  font-size: 1.8vw;
  transform: translateY(21vw);
}
.exhibit-list ul svg {
  fill: #0ddf4c;
  width: 3vw;
  height: 3vw;
  transform: translateY(0.7vw);
}
.exhibit-list {
  width: 127%;
  text-align: right;
  padding-right: 0.5vw;
  font-family: "Montserrat";
  font-size: 0.9vw;
}
/* panel */
.panel-box {
  width: 50%;
  height: 100vw;
}
.panel{
  flex-wrap: wrap;
}
.panel-h {
  font-size: 4.7vw;
  line-height: 4.7vw;
  padding-left: 2vw;
}
.panel-para {
  padding: 0vw 2vw;
  padding-bottom: 2vw;
  font-size: 2.9vw;
}
.panel4{
  padding-top: 2vw;
}

/* SPEAKERS */
.spk-cont {
  height: 100vw;
}
.spk-img-part {
  width: 50%;
  height: 100vw;
}
.spk-box {
  height: 100vw;
}
.swiper-slide .spk-img-part .spk-img-patch img {
    width: 38vw;
}
.swiper-slide .spk-img {
  width: 34.89vw
}
.spk-name {
  font-size: 7vw;
  line-height: 7vw;
}
.vip-spk{
  font-size: 2.5vw;
}
.l-name{
  font-size: 4vw;
}
.spk-company {
  font-size: 2.8vw;
}

.spk-job {
  font-size: 2.8vw;
  line-height: 3vw;
}

.autoplay-progress {
    background-color: #510001;
    border-radius: 50%;
    position: absolute;
    left: 8vw;
    top: 85vw;
}
.white-patch .mySwiper {
    width: 45vw;
}
.autoplay-progress{
  width: 7vw;
  height: 7vw;
}
.spk-img-box {
  width: 34.3vw;
}
.spk-img-mask{
  transform: translate(-1.8%,5.4%);
}
.white-patch {
  top: 80vw;
  right: 0;
  width: fit-content;
  height: 20vw;
}
.view-all {
  width: 15vw;
  height: 15vw;
}
.view-t-patch1 {
  width: 12.8vw;
}
.spk-t-img-box {
  width: 11.6vw;
}
.swiper-slide .thumb-spk {
  width: 13.2vw;
}
.view-t1 {
  font-size: 2.4vw;
}

.prev-next{
  display: none;
}
.speaker-h {
  line-height: 4.4vw;
  font-size: 4vw;
}
.speaker-h span {
  font-size: 6vw;
}
.spk-content-part {
  width: 50%;
  height: 50vh;
}
/* speaker-section */
#speak-section .speak-container{
  margin-top: 10vw;
}
#speak-section .spk-img-box {
  width: 44.8vw;
}
#speak-section .spk-img-box img {
  width: 44.1vw;

}
#speak-section .spk-img-patch img {
  width: 51vw;
}
.spk-img-part {
  height: auto;
}
#speak-section .spk-fname {
  font-size: 6vw;
  height: auto;
}
#speak-section .spk-l-name {
  font-size: 3.8vw;
}
#speak-section .speak-pos {
 font-size: 2.5vw;
}
#speak-section .speak-comp {
  font-size: 2.1vw;
}

#speak-section .spk-img-mask {
  transform: translate(-1.7%,8.3%);
}
#speak-section .speak-box {
  width: 51vw;
}
#speak-section .speaker-h span {
  font-size: 6.5vw;
  height: 5vw;
}
.light1 {
  width: 10vw;
  height: 10vw;
  border-radius: 50%;
  box-shadow: inset 0px 0px 9vw 1.8vw #b55007, 0px 0px 11vw 6vw #d1681c;
  filter: blur(10px);
  background: radial-gradient(circle, rgba(198,93,3,1) 11%, rgba(167,78,15,1) 45%);
  position: absolute;
  transform: translate(20vw,52vw);
  font-size: 4.5vw;
}
#speak-section {
  padding-top: 20vw;
}
 .speak-des {
  transform: translateY(-3.7vw);
}
#speak-section .speaker-h {
  font-size: 6vw;
  padding: 2vw 0 0 6vw;
}
/* 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;
}
.associate .spon-box{
  width: 37vw;
  height: 18vw;
}
.silver .spon-box {
  width: 37vw;
  height: 18vw;
}
.gold .spon-box{
  width: 40vw;
  height: 18vw;
}
/* agenda */
#agenda{
  background-size: cover;
  height: auto;
  background-position: 0;
}
.day-1 {
  font-size: 3.5vw;
}
.ag-head {
  padding-left: 1vw;
  font-size: 10vw;
  height: 10.5vw;
}
.agenda-head {
  width: 50vw;
}
.ag-down {
  font-size: 2.2vw;
}
.ag-page {
  height: 100vw;
  width: 90vw;
}
.ag-page-con {
  height: 95vw;
  width: 90vw;
}
.ag-prgm {
  font-size: 2.2vw;
}
.ag-time {
  font-size: 2.2vw;
}
.ag-br-time {
  font-size: 2.2vw;
}
.ag-break {
  font-size: 2.2vw;
}
#agenda .panel-dis img {
  width: 21.5vw;
  margin-bottom: 1vw;
}
.agenda-cont .owl-item.active::after {
  content: '';
  height: 88%;
  width: 1px;
  display: block;
  border-left: 1.2px dashed #c3aa02;
  position: absolute;
  left: 28%;
  top: 6%;
}
.a-day{
   
  font-size: 3.7vw;
  /* background: rgba(209, 36, 53, 0.737); */
  font-family: 'montserrat';
  position: absolute;
  transform: translateY(-44vw);
  left: 76vw;
  border-radius: 7px;
  padding: 0.6vw 0.6vw;
  color: #98701a96;
  font-weight: 700;
}
.owl-nav{
  display: none;
}
/* EVENTS */
.four-containers {
  height: 200vw;
  flex-wrap: wrap;
}
.main-container {
  height: auto;
}
.main-container {
  height: auto;
}
.sub-container {
  width: 49.99vw;
  height: auto;
}
.main-container .sub-container:nth-child(1) {
  background-size: cover;
  background-position-y: -8vw;
}
.main-container .sub-container:nth-child(2) {
  background-size: cover;
}
.main-container .sub-container:nth-child(3) {
  background-size: cover;
}
.main-container .sub-container:nth-child(4) {
  background-size: cover;
  width:50vw; 
}
.main-container .sub-container:nth-child(5) {
  background-size: cover;
  width:50vw;
}
.sub-container .patch-text h1{
  -webkit-text-stroke: .5px #000; /* Apply text stroke */
}
.sub-container .text {
  font-size: 6.5vw;
}
.sub-container .patch-text h1 {
  font-size: 20vw;
  line-height: 30vw;
}
.sub-container .patch-text h2 {
  font-size: 7.9vw;
  width: 50vw;
  transform: translate3d(0vw,-8.6vw,0);
}
.sub-container .patch-text h3 {
  font-size: 3.5vw;
  transform: translate3d(0,-8.5vw,0);
  -webkit-text-stroke: 0.1px black;
}
.g-head {
  font-size: 10vw;
}
.event-svg {
  width: 30vw;
}
.sub-container .patch-text h1 {
  -webkit-text-stroke: 0.5px rgb(45, 41, 41);
}
.gallery-slide .item {
  height: 80vw;
}
.gal-active {
  width: 90%;
  height: 61.5vw;
}
.gallery-slide .item .gal-active .gal-img {
  width: 87vw;
}
 
/* footer */

#footer {
  width: 100vw;
  height: 35vw;
}
.footerContainer {
  flex-direction: column;
  gap: 4vw
}
.mb2{
  margin-left: 2vw;
}
.mail-box:hover .mb1::before {
  display: none;
}
.mb-cont {
  width: auto;
  align-items: center;
}
.mb-2{
  border-left: 1px solid rgba(209,36,53,1);
  border-right: 1px solid rgba(209,36,53,1);
  padding-right: 1vw;
}
.mb2 a{
  padding-right: 1.2vw;
}
.mail-box:hover .mb2::before {
 display: none;
}
.mail-box:hover .mb3::before {
  display: none;
}
.fRight {
  width: 45vw;
  gap: 2vw;
}
.fUp {
  justify-content: space-around;
}
.fUp div {
  width: 4vw;
  height: 4vw;
}
.fLinks {
  font-size: 2.55vw;
}
.fLeft {
  width: 85vw;
  height: auto;
  display: flex;
  flex-direction: row;
  margin: 0 0 0 0vw;
  gap: 0.8vw;
  justify-content: center;
  align-items: center;
}
.mb-cont::before {
  display: none;
}
.mail-box {
  width: 40%;
}
.mail-heading {
  font-size: 1.85vw;
  text-align: center;
}
.mail {
  font-weight: 500;
  font-size: 2.02vw;
}
.fCopy {
  padding-left: 1vw;
  font-size: 1.825vw;
}
  /* form */
  .modalWrapper {
    width: 50%;
  }

  .inputs input {
    width: 85%;
    height: 4.7vw;
    font-size: 1.5vw;
  }

  .modalContents {
    width: 80%;
  }

  .inputs input::placeholder {
    font-family: "Poppins";
    color: black;
    font-size: 1.5vw;
    transform: translate(0.3vw, 0vw);
  }

  .form-heading {
    font-size: 4vw;
    font-weight: 800;
    margin: 1.5vw 0vw;
    margin-top: 4.5vw;
    text-align: center;
    line-height: 4vw;
  }

  .check-box {
    width: 85%;
  }

  .custom-checkbox {
    width: 0.9vw;
    height: 0.9vw;
  }

  .lt {
    font-size: 1vw;
  }

  input[type="checkbox"]:checked+.custom-checkbox::after {
    left: -0.2vw;
    font-size: 1.5vw;
  }

  .f-btn {

    font-size: 2vw;
    border-radius: 5px;
    padding: 0.5vw 3vw;
    margin: 2vw 0vw;
  }

  .clModal {
    font-size: 1.8vw;
    width: 3vw;
    height: 3vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px){
    body,html{
        padding: 0;
        margin: 0;
    }
    .popup-h {
      font-size: 2.2vw;
    }
    .popup {
      width: 60vw;
      height: 14vw;
    }
    .popup button{
      font-size: 2.5vw;
    }
    .mob_traicon_logo {
      display: block;
      width: 15vw;
      margin-left: 1vw;
      transition: all 0.5s ease;
      position: fixed;
      left: 5%;
      top: 3%;
      z-index: 1000;
    }
  
    .navbar {
      padding-top: 0;
      width: 35vw;
      right: 5%;
      top: 8%;
      height: auto;
      display: flex;
      align-items: center;
      justify-content: center;
      backdrop-filter: blur(5px);
      border-radius: 10px;
      border: 2px solid #007069;
      visibility: hidden;
      opacity: 0;
      transition: all 0.5s ease;
      background: none;
    }
  
    .nav-link {
      color: white;
    }
  
    .traicon-logo {
      display: none;
    }
  
    .navbar ul {
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 0;
      margin: 0;
      padding: 4vw 0vw;
      width: 100%;
      gap: 3vw;
    }
  
    .navbar ul li a {
      font-size: 1.9vw;
      color: white;
      margin: 1vw 0vw;
      padding: 2vw;
      border-radius: 10vw;
    }
  
    .toggle {
      position: relative;
      width: 9vw;
      height: 11vw;
      border-radius: 10px;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      overflow: hidden;
      position: fixed;
      right: 5%;
      top: 2%;
      z-index: 1000;
    }
  
    .toggle span {
      position: absolute;
      width: 40px;
      height: 4px;
      background: #ffffff;
      border-radius: 10px;
      transition: 0.5s;
    }
  
    .toggle span:nth-child(1) {
      transform: translateY(-15px);
      width: 25px;
      left: 15px;
    }
  
    .toggle.active span:nth-child(1) {
      width: 40px;
      transform: translateY(0) rotate(45deg);
      transition-delay: 0.125s;
    }
  
    .toggle span:nth-child(2) {
      transform: translateY(15px);
      width: 15px;
      left: 15px;
    }
  
    .toggle.active span:nth-child(2) {
      width: 40px;
      transform: translateY(0) rotate(315deg);
      transition-delay: 0.25s;
    }
  
    .toggle.active span:nth-child(3) {
      transform: translateX(60px);
    }
  
    .nav-active {
      opacity: 1;
      visibility: visible;
      top: 10%;
    }

   /*cover  */
   .cover{
    background-size: cover;
    background-position: 80% 0%;
    align-items: flex-start;
   }
   .cover-cont{
    height: auto;
    margin-top: 16vw;
   }
   .event-logo {
    width: 70vw;
   }
   .cover-top{
    margin-top: 5vw;
   }
   .date-place{
    margin-top: 3vw;
   }
   .date sup{
    font-size: 4vw;
   }
   .date {
    font-size: 7vw;
   }
   .place {
    width: 25vw;
    height: 6vw;
   }
   .cover-spon {
    width: 66vw;
    height: 18vw;
   }
   .cov-spon-box {
    width: 28vw;
    height: 11.5vw;
   }
   .place-line2 {
    font-size: 1.9vw;
   }
   .place-line1 {
    font-size: 2.7vw;
   }
   .place {
    width: auto;
    height: 9vw;
    padding: 0.5vw;
   }
  
   .place-line1 span:last-child{
    font-size: 5vw;
    line-height: 5.3vw;
    font-weight: 700;
   }
   .place-line1 span:first-child {
    font-size: 3vw;
    line-height: 3vw;
    margin-top: 1.6vw;
   }
   .place-line2 {
    font-size: 3.8vw;
    line-height: 4vw;
    width: auto;
   }
   .place-line2 span:last-child {
    font-size: 4vw;
    line-height: 3vw;
   }
   .place-line2 span:first-child {
    font-size: 1.9vw;
    line-height: 3vw;
}
   .place-line2::after {
    height: 6.7vw;
    transform: translate(0vw,-7.3vw);
   }
   .tagline {
    width: 45vw;
    margin-top: 24vw;
    margin-left: 3vw;
}
.c-arrow {
    font-size: 3.5vw;
}
.cov-btns{
    margin-top: 4vw;
}
.cov-btn {
    font-size: 2vw;
    padding: 0.1vw 2.2vw;
    border-radius: 4vw;
    gap: 0.2vw;
}
.cov-btn:hover .c-arrow {
    transform: translate(0.9vw,0vw) rotate(90deg);
}
.countdown{
  right: auto;
  top:60vw;
  left: 9vw;
}
.count-b{
  width: 12vw;
}
.dig_class{
  width: 6vw;
  font-size: 6vw;
  height: 8vw;
  margin: 0vw 0.25vw;
}
.count-t{
  font-size: 2.5vw;
  margin-top: 1vw;
}
/* Overview */
.over-cont {
  width: 70vw;
    font-family: "montserrat";
    padding: 5vw 3vw 12vw 2vw;
    font-size: 2.65vw;
    font-weight: 500;
    line-height: 1.4;
}
#overview {
  width: 100vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: -70vw;
}
.over-heading {
  font-size: 8vw;
  font-family: "montserrat";
  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);
}
 /* NUMBERS */
 .n-head{
  font-size: 8vw;
}
/* .n-con {
  flex-direction: column;
  gap: 6vw;
} */
.n-con {
  width: 100vw;
}
.Num {
  font-size: 4.5vw;
}
.Num-des {
  font-size: 1.8vw;
}
/* market */
.market-top {
  height: 45vw;
}
.market-h {
  font-size: 5vw;
  line-height: 6vw;
}
.market-down .swiper-container .swiper-slide {
  height: 41vw;
}
.mark-c-h1 {
  font-size: 6vw;
}
.mark-c-h2 {
  font-size: 3.5vw;
}
.mar-h3 {
  font-size: 9.5vw;
  line-height: 10vw;
}
.market-down {
  height: 60vw;
}
.mark-c-h::after{
  margin-top: 11vw;
}
.mark-text{
  text-align: center;
  font-size: 2.8vw;
  margin-top: 1vw;

}
.mark-sl{
  width: 75%;
  height: 100%;
}
/* THEMES */
.t-head {
  font-family: 'Montserrat';
  font-size: 8vw;
}
.theme-boxes {
  justify-content: center;
  gap: 3vw;
}
.theme-box{
  width: 22vw;
  height: 22vw;
}
.t-icon {
  height: 10vw;
}
.t-icon svg {
  width: 10vw;
}
.t-des {
  font-family: 'montserrat';
  font-size: 1.8vw;
  width: 80%;
}
/* summit */
.summit-highlights{
  height: auto;
}
.summit-h{
  font-size: 7vw;
  padding-top: 4vw;
}
.summit-content{
  flex-wrap: wrap;
  gap: 10vw;
  padding: 5vw 0 10vw;
}
.summit-box {
  width: 70vw;
  height: 50vw;
}
.image-back-box {
  width: 100%;
  height: 50vw;
}
.sum-h {
  font-size: 4vw;
  line-height: 5.4vw;
  padding-left: 3vw;
}
.sum-h2 {
  font-size: 5.5vw;
  line-height: 6.5vw;
}
.sum-box {
  border-radius: 10px 50px 10px 10px;
  margin-left: -3vw;
  margin-top: -3vw;
}
.sum-cont{
  border-radius: 10px 50px 10px 10px;
}
.sum-para {
  font-size: 2.4vw;
  padding: 0.2vw 3vw;
  line-height: 4vw;
}
/* who */
.who-heading span:nth-child(1) {
  font-size: 9.5vw;
  transform: translateY(0.7vw);
}
.who-heading {
  font-size: 4.7vw;
}
.who-head {
  width: 80vw;
  padding: 4vw 0px 2vw 0vw;
}
.who-heading span:nth-child(3) {
  font-size: 8.5vw;
}
.who-container{
  flex-direction: column;
  align-items: center;
}
.who-right img {
  width: 43vw;
  transform: translateY(0vw);
  position: absolute;
}
.who-left {
  width: 83%;
  float: left;
}
.who-box {
  width: 20vw;
  height: 20vw;
}
.w-des {
  font-size: 1.8vw;
  width: 90%;
}

.who-right {
  width: 30vw;
  height: 65vw;
  transform: translate(-10vw,-6vw);
}
.meet-circle-box {
  width: 29vw;
  height: 38vw;
  gap: 3vw;
}
.meet-outer {
  width: 22vw;
  height: 22vw;
}
.meet-inner {
  width: 20vw;
  height: 20vw;
}
.inner-name {
  font-size: 2.5vw;
}
.inner-num {
  font-size: 7vw;
}
.round {
  transform: rotate(165deg) translate(0.5vw, -6.3vw);
  transition: all 1s ease-in-out;
  fill: none;
  stroke: url(#gradien);
  stroke-width: 8px;
}
.point svg {
  width: 31vw;
  height: 31vw;
}
.round:nth-child(2) {
  transform: rotate(165deg) translate(0.4vw, -6.8vw);
}
.round:nth-child(3) {
  transform: rotate(165deg) translate(0.3vw, -6.9vw);
}
.job-h {
  font-size: 4vw;
  padding-top: 3vw;
  padding-bottom: 3vw;
  width: 89%;
}
.job-box {
  width: 31%;
  height: 15vw;
  margin-bottom: 0.5vw;
}
.job-text {
  font-size: 2.5vw;
}
.exhibit-top {
  width: 95vw;
}
.exibit-top-left {
  width: 50%;
  height: 40vw;
}
.exhibit-down {
  width: 95vw;
  display: flex;
}
.exhibit-down-right {
  width: 50%;
  height: 40vw;
}
.sec-head {
  font-weight: 900;
  font-size: 6.7vw;
  transform: translate3d(16.2vw, -5.5vw, 0);
  z-index: 10;
  line-height: 11vw;
}
.first-head {
  font-size: 6.7vw;
  transform: translate3d(-12vw, 0.5vw, 0px);
}
.sec-head span:last-child {
  font-size: 16vw;
}
.sec-head span:first-child {
  right: 10.1vw;
  top: 8.2vw;
}
.exhibit-des {
  width: 60%;
  font-size: 2.1vw;
  text-align: right;
  font-family: 'Montserrat';
  color: #ffffff8c;
  padding-right: 0.9vw;
  transform: translate(0vw,20vw);
}
.exhibit-list ul {
  list-style-type: none;
  font-size: 1.5vw;
  transform: translateY(20vw);
}
.exhibit-list ul svg {
  fill: #0ddf4c;
  width: 2.2vw;
  height: 2.2vw;
  transform: translateY(0.3vw);
}
.exhibit-list {
  width: 127%;
  text-align: right;
  padding-right: 0.5vw;
  font-family: "Montserrat";
  font-size: 0.9vw;
}
/* panel */
.panel-box {
  width: 50%;
  height: 80vw;
  
}
.panel-box:nth-child(2) {
  background-position-y: -15vw;
}
.panel-box:nth-child(4) {
  background-position-y: -15vw;
}
.panel{
  flex-wrap: wrap;
}
.panel-h {
  font-size: 3.7vw;
  line-height: 4.7vw;
  padding-left: 2vw;
}
.panel-para {
  padding: 0vw 2vw;
  padding-bottom: 2vw;
  font-size: 2.2vw;
}

/* SPEAKERS */
.spk-cont {
  height: 100vw;
}
.spk-img-part {
  width: 50%;
  height: auto;
}
.spk-box {
  height: 100vw;
}
.swiper-slide .spk-img-part .spk-img-patch img {
    width: 38vw;
}
.swiper-slide .spk-img {
  width: 35vw;
}
.vip-spk{
  font-size: 2vw;
}
.spk-name {
  font-size: 8vw;
  line-height: 8vw;
}
.l-name{
  font-size: 4vw;
}
.spk-company {
  font-size: 2.8vw;
}

.spk-job {
  font-size: 2.8vw;
  line-height: 3vw;
}

.autoplay-progress {
    background-color: #510001;
    border-radius: 50%;
    position: absolute;
    left: 8vw;
    top: 85vw;
}
.white-patch .mySwiper {
    width: 45vw;
}
.autoplay-progress{
  width: 7vw;
  height: 7vw;
}
.spk-img-box {
  width: 34.8vw;
}
.spk-img-mask{
  transform: translate(-1.9%,5%);
}
.white-patch {
  top: 80vw;
  right: 0;
  width: fit-content;
  height: 20vw;
}
.view-all {
  width: 15vw;
  height: 17vw;
}
.view-t-patch1 {
  width: 14.2vw;
  margin-top: 1vw;
}
.spk-t-img-box {
  width: 12.6vw;
  transform: translate(-1vw,1.4vw);
}
.swiper-slide .thumb-spk {
  width: 14.2vw;
}
.view-t1 {
  font-size: 2.4vw;
}

.prev-next{
  display: none;
}
.speaker-h {
  line-height: 4.4vw;
  font-size: 4vw;
}
.speaker-h span {
  font-size: 6vw;
}
.spk-content-part {
  width: 50%;
  height: 50vh;
}

/* speaker-section */
#speak-section .speak-box {
  width: 45vw;
  padding: 0 0 3vw 0;
}
#speak-section {
  padding-top: 15vw;
}
#speak-section .speak-container{
  margin-top: 8vw;
}
.speaker-h {
  font-size: 4vw;
  padding: 2vw 0 0 6vw;
  line-height: 3.9vw;
}
.speaker-h span{
  display: inline;
}
.speaker-h span {
  font-size: 6vw;
}
.light1{
  transform: translate(20vw,24vw);
}
#speak-section .spk-img-patch img {
  width: 34.1vw;
}
#speak-section .spk-img-box img {
  width: 30vw;
}
#speak-section .spk-img-box {
  width: 30.8vw;
}
#speak-section .spk-fname {
  font-size: 4vw;
  height: 4.2vw;
}
#speak-section .spk-l-name {
  font-weight: 900;
  font-size: 2.6vw;
}
#speak-section .speak-pos {
  font-size: 1.5vw;
}
#speak-section .speak-comp {
  font-size: 1.8vw;
}
/* 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;
}
.associate .spon-box{
  width: 37vw;
  height: 16vw;
}
.silver .spon-box {
  width: 37vw;
  height: 16vw;
}
.gold .spon-box{
  width: 40vw;
  height: 18vw;
}
/* agenda */
#agenda{
  background-size: cover;
  background-position-y: 0;
}
.day-1 {
  font-size: 3.5vw;
}
.ag-head {
  padding-left: 1vw;
  font-size: 10vw;
  height: 10.5vw;
}
.agenda-head {
  width: 50vw;
}
.ag-down {
  font-size: 2.2vw;
}
.ag-page {
  height: 100vw;
  width: 90vw;
}
.ag-page-con {
  height: 95vw;
  width: 90vw;
}
.ag-prgm {
  font-size: 2.2vw;
}
.ag-time {
  font-size: 2.2vw;
}
.ag-br-time {
  font-size: 2.2vw;
}
.ag-break {
  font-size: 2.2vw;
}
#agenda .panel-dis img {
  width: 21.5vw;
  margin-bottom: 1vw;
}
.agenda-cont .owl-item.active::after {
  content: '';
  height: 91%;
  width: 1px;
  display: block;
  border-left: 1.2px dashed #c3aa02;
  position: absolute;
  left: 28%;
  top: 4%;
}
.owl-nav{
  display: none;
}
/* EVENTS */
.four-containers {
  height: 200vw;
  flex-wrap: wrap;
}
.main-container {
  height: auto;
}
.main-container {
  height: auto;
}
.sub-container {
  width: 49.99vw;
  height: auto;
  background-size: cover;
}

.main-container .sub-container:nth-child(4) {
  width: 50vw;
}
.main-container .sub-container:nth-child(5) {
  width: 50vw;
}
.sub-container .patch-text span {
  position: absolute;
  -webkit-text-stroke: 0.5px #c9c9c9;
}
.sub-container .text {
  font-size: 5vw;
}
.sub-container .patch-text h1 {
  font-size: 23vw;
  line-height: 30vw;
}

.sub-container .patch-text h2 {
  font-size: 7.9vw;
  width: 50vw;
  transform: translate3d(0vw,-8.6vw,0);
}
.sub-container .patch-text h3 {
  font-size: 3.5vw;
  transform: translate3d(0,-8.5vw,0);
  -webkit-text-stroke: 0.1px black;
}
.g-head {
  font-size: 10vw;
}
.event-svg {
  width: 30vw;
}
.sub-container .patch-text h1 {
  -webkit-text-stroke: 0.5px rgb(45, 41, 41);
}
.gallery-slide .item {
  height: 80vw;
}
.gal-active {
  width: 90%;
  height: 61.5vw;
}
.gallery-slide .item .gal-active .gal-img {
  width: 88vw;
}
 
/* footer */

#footer {
  width: 100vw;
  height: 35vw;
}
.footerContainer {
  flex-direction: column;
  gap: 2vw
}
.mb2{
  margin-left: 2vw;
}
.mail-box:hover .mb1::before {
  display: none;
}
.mb-cont {
  width: auto;
  align-items: center;
}
.mb-2{
  border-left: 1px solid rgba(209,36,53,1);
  border-right: 1px solid rgba(209,36,53,1);
  padding-right: 1vw;
}
.mail-box:hover .mb2::before {
 display: none;
}
.mail-box:hover .mb3::before {
  display: none;
}
.fRight {
  width: 45vw;
  gap: 2vw;
}
.fUp {
  justify-content: space-around;
}
.fUp div {
  width: 4vw;
  height: 4vw;
}
.fLinks {
  font-size: 2.55vw;
}

.fLeft {
  width: 85vw;
  height: auto;
  display: flex;
  flex-direction: row;
  margin: 0 0 0 0vw;
  gap: 0.8vw;
  justify-content: center;
  align-items: center;
}
.mb-cont::before {
  display: none;
}
.mail-box {
  width: 40%;
}
.mailHead3{
  font-size: 1.92vw;
}
.mail-heading {
  font-size: 1.95vw;
  text-align: center;
}
.mail {
  font-weight: 500;
  font-size: 2.12vw;
}
.fCopy {
  padding-left: 1vw;
  font-size: 1.825vw;
}

  /* form */
  .modalWrapper {
    width: 50%;
  }

  .inputs input {
    width: 85%;
    height: 4.7vw;
    font-size: 1.9vw;
  }

  .modalContents {
    width: 80%;
  }

  .inputs input::placeholder {
    font-family: "Poppins";
    color: black;
    font-size: 1.5vw;
    transform: translate(0.3vw, 0vw);
  }

  .form-heading {
    font-size: 4vw;
    font-weight: 800;
    margin: 1.5vw 0vw;
    margin-top: 4.5vw;
    text-align: center;
    line-height: 4vw;
  }

  .check-box {
    width: 85%;
  }

  .custom-checkbox {
    width: 0.9vw;
    height: 0.9vw;
  }

  .lt {
    font-size: 1vw;
  }

  input[type="checkbox"]:checked+.custom-checkbox::after {
    left: -0.2vw;
    font-size: 1.5vw;
  }

  .f-btn {

    font-size: 2vw;
    border-radius: 5px;
    padding: 0.5vw 3vw;
    margin: 2vw 0vw;
  }

  .clModal {
    font-size: 1.8vw;
    width: 3vw;
    height: 3vw;
  }
}



@media screen and (min-width: 1900px) and (max-width: 2900px){
  .thumb-img-mask {
    transform: translate(-1.8%, 4.1%);
  }
  .spk-t-img-box {
    width: 8.85vw;
    height: auto;
    transform: translate(-0.5vw,0.4vw);
}
}
