@import url('https://fonts.googleapis.com/css2?family=Barlow: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=Fugaz+One&family=Michroma&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&family=Rajdhani:wght@300;400;500;600;700&family=Source+Sans+3:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Teko:wght@300;400;500;600;700&display=swap');
body{
padding: 0;
margin: 0;
overflow-x: hidden;
scroll-behavior: smooth;
transition: all 0.5s ease;
background: #191919;
}
a{
    color: auto;
    color: white;
}
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.66);
    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: #29AB87;
    margin-top: 2vw;
    padding-bottom: 2vw;
  }
  
  .popup button {
    color: #29AB87;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1.5vw;
    position: absolute;
    right: 1vw;
    top: 1.8vw;
  }
  
  .popup button:hover {
    background-color: #29AB87;
    color: white;
  }
.navbar{
    width: 100%;
    height: 5vw;
    position: fixed;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.5s ease;
    padding-top: 1vw;
}
.tr-logo{
    width: 5vw;
    margin-left: 1vw;
}
.navbar ul{
    list-style: none;
    color: white;
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-family: "Rajdhani";
    font-weight: 600;
}
.navScroll{
    background-color: #000000d3;
    padding-top:0;
}
.celeb-logo-mob{
    display: none;
}
#nav-toggler{
    display: none;
}
/* cover */
.cover-full{
    height: 100vh;
}
.cover{
    width: 100%;
    height: 80vh;
    background: url("../images/cov_bg3.jpg");
    background-size: cover;
}
.cov-obj{
    color: #29AB87a3;
    position: absolute;
    font-size: 1.5vw;
}
.cov-obj i{
    animation: covObj 50s ease 0s infinite normal forwards;
}
@keyframes covObj {
	0%,
	100% {
		transform: rotate(0deg);
		transform-origin: 50% 50%;
	}

	10% {
		transform: rotate(8deg);
	}

	20%,
	40%,
	60% {
		transform: rotate(-10deg);
	}

	30%,
	50%,
	70% {
		transform: rotate(10deg);
	}

	80% {
		transform: rotate(-8deg);
	}

	90% {
		transform: rotate(8deg);
	}
}
.co-1{
    left: 30vw;
    top: 29vw;
}
.co-2{
left: 75vw;
top: 10vw;
}
.cover-cont{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.784);
}
.event-logo{
    width: 35vw;
}
.dt{
    margin-top: -1vw;
    display: flex;
    gap: 3vw;
    color: white;
    font-family: "Rajdhani";
    font-size:1.1vw;
    font-weight: 600;
}
.dt i{
color: #29AB87;
}
.tagline{
    font-size: 2vw;
    font-weight: 900;
    width: 40%;
    color: white;
    text-align: center;
    margin-top: 2vw;
    font-family: "poppins";
}
.tagline span{
    font-weight: 400;
    font-family: "montserrat";
    font-size: 2vw;
}
.cov-btns{
    display: flex;
    gap: 3vw;
    margin-top: 2vw;
}
.cov-btn{
    color: white;
    font-family: "montserrat";
    padding: 0.5vw 1vw;
    font-size: 1.2vw;
    font-weight: 400;
    border-radius: 2vw;
    /* border: 2px solid #27e2a3; */
    border: 2px solid #29AB87;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 10;
    transition: all 0.4s ease;
    cursor: pointer;
}
.cov-btn::after{
    content: "";
    width: 9%;
    right: 0;
    height: 100%;
    position: absolute;
    background-color: #29AB87;
    z-index: -1;
    border-radius: 2vw;
    transition: all 1s ease;
}
.cov-btn:hover::after{
    width: 100%;
    left: 0;
}
.countdown{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2vw;
    width: 45vw;
    height: 9vw;
    background-color: rgb(23, 23, 23);
    transform: translate(0vw,40.5vh);
    box-shadow: 0.2vw 0.2vw 0.2vw rgba(0, 0, 0, 0.349);
    border-radius: 5vw;
    position: absolute;
    border: 0.2vw solid #ffffff1d;
}
.count-b{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 7vw;
    height: 7vw;
    border-radius: 50%;
    border: 0.1vw  solid #ffffff1a;
}
.count-b:nth-child(4)::after{
    display: none;
}
.count-b::after{
    content: ":";
    position: absolute;
    transform: translate(4.5vw,0vw);
    font-size: 2vw;
    color: #6c7471;
}
.dig{
    font-family: "Rajdhani";
    font-size: 2vw;
    color: #29AB87;
    font-weight: 600;
}
.count-t{
    font-family: "Poppins";
    color: white;
}
/* overview */
.overview{
    width: 100%;
    height: 50vw;
    display: flex;
}
.over-left,.over-right{
    height: 50vw;
    position: relative;
}
.over-left{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55%;
}
.over-right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 40%;
}

.o-let{
    font-size: 40vw;
    font-family: "Poppins";
    position: absolute;
    right: -1vw;
    top: 0;
    line-height: 18vw;
    color: rgb(15, 15, 15);
    z-index: -1;
    font-weight: 700;
    text-shadow: 0.2vw 0.2vw 0.2vw black;
}
.over-head{
    font-family: "Montserrat";
    font-weight: 900;
    font-size: 3vw;
    color: #29AB87;
}
.over-p{
    font-size: 1.05vw;
    font-family: "Source Sans 3";
    width: 90%;
    text-align: justify;
    line-height: 1.7vw;
    font-weight: 300;
    color: #ffffff;
}
.ov-img-box{
  width: fit-content;
  height: auto;
    background-color: #d3d3d3;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1vw;
    padding: 1vw;
    position: absolute;
}
.ov-img-box iframe{
    width: 35vw;
    height: 20vw;
}
.ov-img{
    width: 20vw;
    border-radius: 1vw;
}
.ov-cir1{
    width: 45vw;
    height: 45vw;
    border: 2px solid rgba(255, 255, 255, 0.142);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ov-cir2{
    width: 35vw;
    height: 35vw;
    border: 2px solid rgba(255, 255, 255, 0.134);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ov-cir3{
    width: 25vw;
    height: 25vw;
    border: 2px solid rgba(255, 255, 255, 0.138);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.over-i{
    position: absolute;
    z-index: 10;
    width: 8vw;
}
.oi1{
    transform: translate(10vw,-7vw);
}
.oi2{
    transform: translate(-15vw,-9vw);
}
.oi3{
    transform: translate(-15vw,16.5vw);
}

/* why */
#whySection{
    width: 100vw;
    height: 47vw;
    position: relative;
}
#whySection .o-let{
    font-size: 25vw;
    left: -6vw;
}
.whyContainer{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.whyHead{
    font-size: 4vw;
    font-weight: 800;
    color: #29AB87;
    font-family: 'Montserrat';
    padding: 1vw;
}
.numSection{
    width: 100vw;
    height: 16vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../images/num-bg.jpg");
    background-size: cover;
    background-position-y: -3vw;
}
.numBoxes{
    width: 85vw;
    display: flex;
    justify-content: space-around;
}
.numBox{
    width: 10vw;
    height: 10vw;
    display: flex;
    flex-direction: column;
    /* background-color: #01010136; */
    align-items: center;
    justify-content: center;
    /* backdrop-filter: blur(1px); */
    border-radius: .3vw;
}
.whyNum{
    font-family: "Rajdhani";
    font-size: 3.5vw;
    color: #ffffff;
    font-weight: 700;
    line-height: 2.5vw;
}
.numDes{
    font-family: 'Source Sans 3';
    font-size: 1.3vw;
    line-height: 1.3vw;
    color: white;
    text-align: center;
    margin-top: 0.5vw;
}
.whyBoxCont{
    width: 85vw;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1vw 0;
}
.whyBoxes{
    display: flex;
    width: 85vw;
    justify-content: space-around;
    flex-wrap: wrap;
    height: 22vw;
}
.whyBox{
    display: flex;
    width: 27vw;
    height: 9vw;
}
.whyLeft{
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.why-Num{
    height: 80%;
    color: #29AB87;
    font-size: 3.5vw;
    font-family: 'rajdhani';
    font-weight: 600;
    align-items: center;
    display: flex;
    justify-content: center;
    width: 80%;
    border-right: #29AB87 .3vw solid;
}

.why-Num sup{
    font-size: 2vw;
}
.whyRight{
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.whyTop{
    font-size: 1vw;
    font-family: 'source sans 3';
    font-weight: 700;
    color: #29AB87;
}
.whyBot{
    font-family: 'Source Sans 3';
    font-size: 1.1vw;
    color: #ffffff;
    font-weight: 300;
}

/* who */
.who{
    width: 100%;
    height: 48vw;
    position: relative;
}
.who .o-let{
    font-size: 30vw;
}
.who-cont{
    width: 100%;
    height: 40vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
.who-left{
    width: 50%;
    height: 40vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.who-right{
    width: 50%;
    height: 40vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1vw;
}

.block {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15vw;
    height: 15vw;
    border-radius: 50%;
  }
  
  .box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: calc(100% - 3.5vw);
    height: calc(100% - 3.5vw);
    border-radius: 50%;
    background-color: #171717;
    box-shadow: 0.1vw 0.1vw 0.3vw black;
  }
  
  .box::before {
    position: absolute;
    content: "";
    width: calc(100% + 1.5vw);
    height: calc(100% + 1.5vw);
    border-radius: 50%;
    border: 1px solid #dfdfdf5b;
  }
  
  .box .number span {
    color: #29AB87;
    font-family: "Rajdhani";
    font-weight: 700;
    font-size: 5vw;
  }
  .box p{
    padding: 0;
    margin: 0;
  }
  
  
  .box .number .sub {
    font-size: 2vw;
    position: absolute;
  }
  
  .box .title {
    font-size: 0.8vw;
    font-family: "Poppins";
    color: #ffffff;
  }
  
  /* .dots {
    display: block;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: 2s transform, 2s opacity ease;
  } */
  
  /* .dots::after {
    position: absolute;
    content: "";
    width: 0.5vw;
    height: 0.5vw;
    top: .25vw;
    left: 50%;
    border-radius: 50%;
    background-color: #29AB87;
    box-shadow: 0 0 5px 2px #7a4040;
    transform: translateX(-50%);
  } */
  
  .svg {
    position: absolute;
    width: 100%;
    height: 100%;
    fill: none;
  transform: rotate(-90deg);
  }
  
  .circle {
    stroke: url(#gradientStyle);
    stroke-width: 0.3vw;
    stroke-dasharray: 645;
    stroke-dashoffset: -500;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    transition: 2s stroke-dashoffset;
  }
  .who-circles{
    display: flex;
    gap: 2vw;
    margin-top: 3vw;
  }
  .who-progress{
    width: 100%;
    height:auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .progress-bar {
    width: 80%;
    height: 0.8vw;
    background-color: rgb(43, 43, 43);
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    border-radius: 1vw;
    box-shadow: inset 0.2vw 0.2vw 0.2vw rgba(0, 0, 0, 0.189);
}
.progress-box{
    height: auto;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0.5vw 0vw;
}

.progress {
    height: 100%;
    background-color: #29AB87;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 2s ease;
    border-radius: 1vw;
}
.pro-h-box{
    width: 80%;
    display: flex;
    justify-content: space-between;
    height: 3vw;
    align-items: center;
    font-family: "Montserrat";
    font-size: 0.75vw;
}
.pro-h-box span:nth-child(1){
    width: 80%;
    color: #ffffff;
    font-weight: 300;
}
.pro-h-box span:nth-child(2){
    width: 20%;
    font-family: "Rajdhani";
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 1.5vw;
    font-weight: 900;
    color: #29AB87;
}
.meet-boxes{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 1vw;
    align-items: center;
    justify-content: center;
    margin-top: 2vw;
}
.meet-box{
    width: 6.5vw;
    height: 6.5vw;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.b-up,.b-down{
    width: 100%;
    height: 100%;
    position: absolute;
}
.b-up::after{
    content: "";
    width: 0.05vw;
    height: 20%;
    background-color: #29AB87;
    position: absolute;
    transition: all 0.7s ease;
}
.b-up::before{
    content: "";
    width: 20%;
    height:0.05vw;
    background-color: #29AB87;
    position: absolute;
    transition: all 0.7s ease;
}
.b-down::after{
    content: "";
    width:0.05vw;
    height: 20%;
    background-color: #29AB87;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: all 0.7s ease;
}
.b-down::before{
    content: "";
    width: 20%;
    height:0.05vw;
    background-color: #29AB87;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: all 0.7s ease;
}

.meet-box:hover .b-down::after,.meet-box:hover .b-up::after{
    height: 100%;
}
.meet-box:hover .b-down::before,.meet-box:hover .b-up::before{
    width: 100%;
}
.meet-box:hover{
    background-color: #6c747118;
}
.meet-ibox{
    width: 4vw;
    height: 4vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
.meet-ibox svg{
    width: 60%;
    fill: #29AB87;
}
.meet-box:hover .meet-ibox svg{
    fill: #00ffb7;
}
.meet-des{
    font-family: "Poppins";
    font-size: 0.7vw;
    color: #ffffff;
}
.meet-box:hover .meet-des{
    color: #00ffb7;
}
.who-pic-box{
   background-color: #2d2723;
   padding: 1vw;
}
.who-pic{
    width: 41vw;
}
/* Why Speak */

.speakSection{
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: end;
    height: auto;
    padding: 1vw 0;
    background-color: #191919;
    position: relative;
}
.speakContainer{
    display: flex;
    position: relative;
    z-index: 2;
    overflow: hidden;
    width: 90vw;
    align-items: end;
    justify-content: center;
    flex-direction: column;
    height: 42vw;
}
.speakContainer .o-let{
    z-index: 1;
    font-size: 10vw;
    line-height: 10vw;
}
.speakBoxesContainer{
    display: flex;
    align-items: start;
    justify-content: start;
    width: 87vw;
}
.speakHead{
    font-family: 'montserrat';
    font-size: 3.7vw;
    font-weight: 900;
    color: #29AB87;
    width: 72vw;
    text-align: start;
    position: relative;
    z-index: 10;
}
.speakSub{
    font-family: 'source sans 3';
    font-size: 1.05vw;
    width: 70vw;
    padding: 1vw 0;
    color: #ffffff;
    position: relative;
    z-index: 10;
}
.speakColor{
    width: 26vw;
    height: 44vw;
    z-index: 0;
    position: absolute;
    left: 0;
    background-size: cover;
    background-image: url(../images/BG-why.jpg);
   
}
.speakBoxes{
    width: 85vw;
    display: flex;
    align-items: center;
    gap: .5vw;
    transition: all ease .3s;
    border: 1vw #191919 solid;
    background-color: #191919;
}
.speakBox{
    width: 20vw;
    height: 25vw;
    font-family: 'source sans 3';
    transition: all ease .3s;
}
.inBoxCover{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    background-color: #0e0e0e;
    transition: all ease .3s;
}
.inBox{
    display: flex;
    flex-direction: column;
    width: 90%;
    height: 90%;
    justify-content: space-evenly;
}
.sHead{
    font-size: 1.5vw;
    font-weight: 700;
    color: #29AB87;
}
.sDes{
    font-size: 1.05vw;
    color: #ffffff;
    position: relative;
    z-index: 10;
}
.box1{
    background: url(../images/why1.jpg);
    background-size: cover;
    background-position-x: -3vw;
}
.box2{
    background: url(../images/why2.jpg);
    background-size: cover;
     background-position-x: -3vw;
}
.box3{
    background: url(../images/why3.jpg);
    background-size: cover;
     background-position-x: -3vw;
}
.box4{
    background: url(../images/why4.jpg);
    background-size: cover;
     background-position-x: -3vw;
}

.box1:hover{
    background-position-x: -9vw;
}
.box2:hover{
    background-position-x: -9vw;
}
.box3:hover{
    background-position-x: -9vw;
}
.box4:hover{
    background-position-x: -9vw;
}
.speakBoxes .speakBox:hover .inBoxCover{
    background-color: #29AB8791;
}
.speakBoxes .speakBox:hover .sHead{
    color: #fff;
}
.speakBoxes .speakBox:hover .sDes{
    color: #fff;
}
.speakActive .inBoxCover{
    background-color: #29AB87;
}
.speakActive .sHead{
    color: #ffffff;
}
.speakActive .sDes{
    color: #ffffff;
}

/* why Exhibit */
.whyEx{
    width: 100%;
    height: 48vw;
    background-color: #29AB87;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.whyEx-cont{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    gap: 2%;
}
.whyEx-h{
    color: rgb(0, 0, 0);
    font-family: "Montserrat";
    font-size: 2vw;
    font-weight: 900;
    padding: 0.2vw;
}
.whyEx .o-let{
    color: #208d6e;
    left: -9vw;
    top: 2vw;
    font-size: 30vw;
    text-shadow: none;
}
.whyEx-p{
    color: rgb(0, 0, 0);
    font-family: "Source Sans 3";
    padding: 0vw 0.2vw;
    font-size: 1vw;
    font-weight: 400;
}
.whyEx-left{
    width: 30%;
    display: flex;
    flex-direction: column;
    gap: 2vw;
    align-items: center;
    justify-content: center;
    height: 30vw;
}
.whyEx-right{
    width: 68%;
    background-color: #208d6e;
    height: 30vw;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;

}
.whyEx-box{
    width: 23.5vw;
    height: 13vw;
    border: 1px solid rgba(0, 0, 0, 0.319);
    margin: 0vw 1.2vw;
    position: relative;
}
.whyEx-box::before{
    content: "98";
    width: 3vw;
    height: 3vw;
    background-color: #208d6e;
    position: absolute;
    left: -1.5vw;
    top: 4vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Rajdhani";
    font-size: 3.5vw;
    font-weight: 900;
    color: #000000ae;
}
.whyEx-box::after{
    content: "%";
    position: absolute;
    color: #000000a9;
    font-family: "Rajdhani";
    font-size: 1vw;
    font-weight: 700;
    top:3.5vw;
    left: 1.5vw;
    
}
.whyEx-box:nth-child(2)::before{
    content: "95";
}
.whyEx-box:nth-child(3)::before{
    content: "80";
}
.whyEx-box:nth-child(4)::before{
    content: "10";
}
.whyEx-box:nth-child(4)::after{
    content: "x";
    top: 4.5vw;
}
.whyEx-head{
    font-family: "montserrat";
    font-weight: 600;
    color: #000000a3;
    font-size: 1vw;
    font-weight: 800;
   padding: 1vw 0.3vw 0vw 2vw;
}
.whyExb-sh{
    color: #0000009d;
    font-family: "Poppins";
    padding: 0vw 1vw;
    padding-left: 2.5vw;
    font-size: 1vw;
    line-height: 1.3vw;
    margin-top: 0.8vw;
}
.whyExb-p{
    color: #ffffffb3;
    font-family: "Source Sans 3";
    padding: 0vw 1vw;
    padding-left: 2.5vw;
    margin-top: 0.2vw;
    font-weight: 300;
    font-size: 0.8vw;
}
.whyEx-box:nth-child(4) .whyExb-p{
    margin-top: 0.8vw;
}

/* AGENDA */
#agenda{
    position: relative;
    padding: 3vw 0;
    width: 100vw;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* background-color: #cdcdcd; */

}
#agenda .o-let{
    left: auto;
    right: -30vw;
    font-size: 30vw;
}
.agendaHead{
    font-size: 4vw;
    font-family: 'montserrat';
    font-weight: 800;
    width: 80vw;
    color: #29AB87;
}
.agendaContainer{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90vw;
}
.agendaBoxes{
    width: 80vw;
    height: 42vw;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.agendaBox{
    position: relative;
    width: 38vw;
    height: 42vw;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-radius: 1vw;
    /* background-color: #49006d; */
    color: rgb(0, 0, 0);
    border: 0.1vw solid rgba(0, 0, 0, 0.479);
  
}
.agHead{
    height: 12%;
    width: 100%;
    font-family: 'rajdhani';
    font-size: 1.9vw;
    font-weight: 500;
    display: flex;
    align-items: end;
    justify-content: start;
    margin-bottom: .5vw;
    border-bottom: .2vw solid #29AB87;
}
.agHead .date{
    margin-left: 1vw;
}
.agdate{
    font-family: 'rajdhani';
    font-size: 2vw;
    font-weight: 500;
    padding-left: 1vw;
    color: #29AB87;
}

.ag2 .date,.agHead{
    color: #29AB87;
    border-color: #801938;
}
.agContent{
    height: 88%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    padding-bottom: .5vw;
}
.agContent::before{
    content: '';
    position: absolute;
    display: block;
    width: 2px;
    height: 35vw;
    border-right: dotted #29AB87 3px;
    left: 8.3vw;
}
.agBox{
    width: 100%;
    height: 5vw;
    display: flex;
}
.line1{
    height: 3.2vw;
}
.line2{
    height: 3.5vw;
}
.line2 .agLeft{
    align-items: start;
}
.line2 .agTime{
    padding-top: .3vw;
}
.line3 .agLeft{
    align-items: start;
}
.line3 .agTime{
    padding-top: .3vw;
}
.agLeft{
    width: 23%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.agTime{
    font-family: 'rajdhani';
    font-weight: 600;
}
.agRight{
    width: 77%;
    display: flex;
    align-items: center;
    justify-content: start;
    font-size: 1.1vw;
}
.agDes{
    margin: 0 1vw ;
    font-family: 'source sans 3';
}
.breakBox{
    width: 99%;
    height: 3.2vw;
    background-color: #29AB87;
    display: flex;
    border-radius: 1vw;
    color: white;
}
.panel{
    border: 1px dotted #500b20;
    background-color: #500b2085;
    font-size: 1vw;
    
}

.ag2 .agHead{
    border-color: #500b20;
}
.ag2 .date{
    color: #500b20;
}
.ag2 .agContent:before{
    border-color: #500b20;
}
.ag2 .breakBox{
    background-color: #500b20;
    color: white;
}

/* Speakers Section */
#speakers{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}
#speakers .o-let{
    top: 3vw;
    font-size: 30vw;
}
.speakerHead{
    font-family: 'montserrat';
    font-size: 3.7vw;
    font-weight: 900;
    color: #29AB87;
    width: 96vw;
    padding: 2vw 0 0;
}
.speakerHead div{
    width: fit-content;
    line-height: 3.5vw;
}
.speaker-container{
    width: 90%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 3vw;
    padding:3vw 0vw;
}
.spk-box{
    width: 22vw;
    height: 28vw;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-top: 3vw;
}
.spk-inbox{
    width: 90%;
    height: 20vw;
    border: 0.2vw solid #bababa;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 2vw;
   
}
.spk-img-box{
    width: 15vw;
    height: 15vw;
    background-color: #cdcdcd;
    border-radius: 50%;
    position: absolute;
    margin-bottom: 12.5vw;
    overflow: hidden;
    /* box-shadow: inset 0.2vw 0.2vw 1vw rgba(0, 0, 0, 0.274),inset -0.2vw -0.2vw 1vw rgba(0, 0, 0, 0.175); */
}
.spk-hover{
    width: 40vw;
    height: 2vw;
    position: absolute;
    z-index: 2;
    background: linear-gradient(rgba(255, 255, 255, 0.374),rgba(255, 255, 255, 0.284),rgba(255, 255, 255, 0.33));
    transform:rotate(-50deg);
    margin-left: -20vw;
    border-radius: 10vw;
    box-shadow: 0.2vw 0.2vw 2vw 1vw rgba(255, 255, 255, 0.492);
    transition: all 0.3s ease;
}
.spk-img{
    width: 100%;
    margin-top: 1vw;
    filter: grayscale();
    transition: all 0.3s ease;
}
.spk-cont{
    height: 10vw;
    margin-top: 10vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
}
.spk-box:hover .spk-img{
   filter: none;
}
.spk-box:hover .spk-hover{
    margin-left: 10vw;
 }
 .spk-box:hover .spk-name{
    transform: scale(1.05);
    text-decoration: underline;
 }
.spk-name{
    font-family: "Montserrat";
    font-weight: 700;
    color: #29AB87;
    font-size: 1.2vw;
    transition: all 0.5s ease;
}
.spk-job{
    margin-top: 0.3vw;
    font-family: "Poppins";
    font-size: 0.9vw;
    color: #3f3f3f;
}
.spk-company{
    margin-top: 0.3vw;
    font-family: "Poppins";
    font-weight: 600;
    font-size: 0.9vw;
    color: #3f3f3f;
}
/* Sponsors */
#sponsors{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 5vw 0;
    position: relative;
    overflow: hidden;
    background-color: rgb(241, 241, 241);
}
#sponsors .o-let{
    font-size: 30vw;
    left: -20vw;
    top: 4vw;
    z-index: 10;
    color: #e8e8e8;
}
.sponHead{
    width: 95vw;
    font-family: 'montserrat';
    color: #29AB87;
    font-weight: 900;
    font-size: 4vw;
    position:relative;
    z-index: 11;
}
.sponHead div{
    width: fit-content;
    line-height: 3.3vw;
}
.sponContainer{
    width: 80vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 3vw;
    padding: 2.5vw 0;
    height: auto;
}

.spon-head{
    font-size: 2vw;
    font-family: 'rajdhani';
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.spon-head div{
    padding: .1vw;
    background-color: #49006d00;
    /* border: 1px grey solid; */
    width: auto;
    text-align: center;
    color: rgb(0, 0, 0);
    margin: .5vw 0 1vw;
    border-radius: 2vw;
    font-size: 1.5vw;
}
.spon-boxes{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    height: auto;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
.spon-conts{
    margin-top: 3vw;
    position: relative;
    z-index: 50;
}
.gold .spon-box{
    width: 26vw;
    height: 14vw;
}
.spon-box{
    width: 20vw;
    height: 10vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border: .5px ridge lightgray;
    transition: all ease .5s;
    background-color: white;
}
.spon-box:hover{
    box-shadow: 0px 15px 20px 0px rgba(163,163,163,1);
    border: white .5px ridge;
    
}
.spon-box img{
    width: 75%;
}

/* GALLERY */
/* gallery */
.gallery{
    width: 100%;
    position: relative;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* background-color: #29AB87; */
}
.g{
    font-family: 'montserrat';
    font-weight: 800;
    font-size: 20vw;
    position: absolute;
    color: rgb(227 227 227);   
    top: -5vw;
    right:  0;
}
.gallery .head{
    font-size: 4vw;
    font-family: 'montserrat';
    font-weight: 800;
 color: #29AB87;
    
}
.gallery .head{
    width: 100%;
    padding: 1vw;
    padding-left: 4vw;
}
.gallery-cont{
    width: 90%;
}

.gallery .item{
    height: 18vw;
    background-color: #000000;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: zoom-in;
}
.gallery .item .gal-img{
    width: 100%;
    transition: all 0.5s ease;
}
.gallery .item:hover .gal-img{
    width: 110%;
    opacity: 0.6;
}
/* Modal styles */
.modal2 {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
}

.modal-content {
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.close{
    color: white;
    cursor: pointer;
    font-size: 3vw;
    position: absolute;
    right: 1vw;
    top: 1vw;
    transition: all 0.3s ease;
}
.close:hover{
    color: #e87094;
    transform: skewX(10deg);
}

.modal-img {
    max-width: 50%;
    max-height: 80%;
}

.modal-btn {
    position: absolute;
    background-color: #000000;
    width: 3vw;
    height: 7vw;
    font-size: 4vw;
    font-weight: 300;
    font-family: "poppins";
    border: none;
    background-color:#8d1c3e8d;
    border-radius: 0.5vw;
    backdrop-filter: blur(3px);
    color: white;
    cursor: pointer;
}
.modal-btn:hover{
    background-color:#8d1c3e; 
}
.mbp{

    left: 1vw;
}
.mbn{
    right: 1vw;
}

 /* 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: linear-gradient(150deg,#29AB87,#29ab8639,#29ab8643);
    width: 90%;
    padding: 1vw 0.4vw;
    border-radius: 0vw 0vw 1vw 1vw;
    backdrop-filter: blur(3px);
  }
  
  .form-heading {
    font-family: "Poppins";
    color: #ffffff;
    font-size: 2vw;
    font-weight: 800;
    padding: 0.5vw 0.4vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #29AB87;
    backdrop-filter: blur(5px);
    width: 90%;
    border-radius: 1vw 1vw 0vw 0vw;
  }
  
  .modalWrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 35%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 1.3vw;
  }
  
  .modalBg {
    width: 100%;
    height: 100%;
    background: linear-gradient(43deg,rgba(0, 0, 0, 0.938),rgba(28, 27, 27, 0.834),rgba(0, 0, 0, 0.725));    
    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-color: transparent;
    border: none;
    border-bottom:2px solid #a5a2a9;
   display: flex;
   align-items: center;
   width: 45%;
   height: 1.7vw;
   font-size: 0.7vw;
   color: #b4b2bd;
  }
  .inputs input:focus{
    outline: none;
    background-color: none;
  }
  
  .inputs input::placeholder{
  font-family: "Poppins";
  color: #b4b2bd;
  font-size: 0.7vw;
  transform: translate(0.1vw,0vw);
  }
  .check-box{
    width: 95%;
   height: auto;
  }
  .checks{
    padding: 0.4vw 0vw;
  }
  .checks label{
    display: flex;
  }
  .f-btn{
    background: linear-gradient(30deg,#585c69aa,#565a67c2);
    border: none;
    font-family: "Poppins";
    font-size: 1vw;
    font-weight: 600;
    color: #b4b2bd;
    border-radius: 5px;
    padding: 0.2vw 1vw;
    margin: 1vw 0vw;
    cursor: pointer;
  }
  
  .f-btn:hover{
    color: #b4b2bd;
    background-color: rgb(15, 14, 14);
  }
  
  
  /* 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 #b4b2bd;
    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%;
    color: #b4b2bd;
  }
  
  
  .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;
    color: #b4b2bd;
  }
  .clModal{
    position: absolute;
    font-family: "Montserrat";
    font-weight: 800;
    font-size: 0.8vw;
    top: 1.5vw;
    right: 2vw;
    background-color: #3f3b3c;
    width: 1vw;
    height: 1vw;
    display: flex;
    align-items: center;
    justify-content: center;
    color:  #ffffff;
    cursor: pointer;
    opacity: 0.4;
  }
    /* ***************Footer Section**************** */
    a{
        text-decoration: none;
    }
#footer {
    border-top: 0.2vw solid #208d6e;
    width: 100%;
    height: auto;
    background: linear-gradient(90deg, #29AB87 0%, #29AB87 75%, #29AB87 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 rgb(0, 0, 0) solid;
    transition: all ease .4s;
  }
  
  .fUp div:hover {
    transform: translateY(-3px);
    background-color: #208d6e;
    border: 1.5px #208d6e solid;
  
  }
  
  .fUp div:hover .fLinks {
    color: #000000;
  }
  
  .fLinks {
    font-size: 1.25vw;
    padding-top: 0.1vw;
    color: #000000;
  }
  
  .fCopy {
    color: rgb(4, 4, 4);
    font-family: 'Montserrat';
    font-size: 0.8vw;
    font-weight: 400;
  }
  
  .fCopy span a {
    font-weight: 600;
    color: rgb(0, 0, 0);
    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: rgb(0, 0, 0);
    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: rgb(0, 0, 0);
    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: #208d6e;
    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;
  }

@media screen and (max-width: 450px){
    /* navbar */
    html,body {
        overflow-x: hidden;
        position: relative;
      }
      
    .popup {
        width: 80vw;
        height: 23vw;
      }
      .popup-h {
        font-size: 3.2vw;
      }
      .popup button {
        font-size: 3.2vw;
        top: 2vw;
      }
      #nav-toggler {
        appearance: none;
        position: fixed;
        top: 20px;
        right: 30px;
        cursor: pointer;
        z-index: 5010;
        font-size: 25px;
        color: #ffffff;
        display: block;
      }
    .mob-patch{
      width: 100%;
      height: 17vw;
      display: block;
      position: fixed;
      background:linear-gradient(to right,#000000d1,#393939bc);
      backdrop-filter: blur(3px);
      z-index: 500;
    }
      .navbar {
        position: fixed;
        background-color: #000000;
        backdrop-filter: blur(5px);
        justify-content: center;
        transition: all 1s ease;
        width: 100vw;
        height: 100vh;
        z-index: 5001;
        left: -100vw;
        background:linear-gradient(to right,#000000d1,#393939bc);
        padding-top: 0;
        backdrop-filter: blur(10px);
        color: white;
      }
      .navbar-scrolled {
        background-color: #000000;
        backdrop-filter: blur(5px);
        padding-top: 30px;
      }
    
      #nav-toggler:checked ~ .navbar {
        left: 0;
      }
    
      #nav-toggler:checked {
        transform: rotate(180deg);
      }
    
      #nav-toggler:checked::before {
        content: "\f00d";
        color: #ffffff;
        transition: 0.2s linear 0.2s;
      }
    
      .navbar ul {
        flex-direction: column;
        justify-content: center;
        padding: 0;
        margin: 0;
        width: 100%;
      }
    
      .navbar ul li{
        margin: 10px 0px;
        font-size: 3vw;
      }
      .navbar ul li a{
        letter-spacing: 2px;
      }
      .nav-down::after,.nav-up::before,.nav-down::before,.nav-up::after{
          display: none;
      }
    /* .mob-top{
      width: 100%;
      height: 9vh;
      background-color: #006FA657;
      position: fixed;
      z-index: 5000;
      backdrop-filter: blur(10px);
    } */
      .navbar img {
        display: none;
      }
      .celeb-logo-mob {
        width: 20vw;
        position: fixed;
        top: 9px;
        left: 9px;
        z-index: 10000;
        display: block;
      }
/* Home */
.event-logo {
    width: 80vw;
}
.date {
    font-family: 'rajdhani';
    font-size: 5vw;
}
.cover {
    width: 100vw;
    height: 90vh;
}
.dt {
    font-size: 5vw;
    flex-direction: column;
    align-items: center;
}
.tagline {
    font-size: 4vw;
    width: 60%;
}
.tagline span {
    font-size: 4vw;
}
.cov-btn {
    padding: 1vw 3vw;
    font-size: 4vw;
    border-radius: 4vw;
}
.cover-cont {
    gap: 8vw;
}
.countdown {
    gap: 2vw;
    width: 70vw;
    height: 15vw;
    transform: translate(0vw,44.5vh);
    border-radius: 8vw;
}
.count-b{
    width: 18vw;
    height: 18vw;
}
.dig {
    font-size: 6vw;
    font-weight: 900;
}
.countdown {
    gap: 3vw;
    width: 90vw;
    height: 25vw;
    border-radius: 14vw;
}
.count-t{
    font-size: 3vw;
}
.count-b::after {
    transform: translate(10.5vw,0vw);
    font-size: 5vw;
}
/* overview */
.overview {
    height: auto;
    flex-direction: column;
}
.over-left{
    width: 100%;
    height: 90vw;
}
.ov-cir1 {
    width: 80vw;
    height: 80vw;
}
.ov-cir2 {
    width: 60vw;
    height: 60vw;
}
.ov-cir3 {
    width: 40vw;
    height: 40vw 
}
.ov-img {
    width: 36vw;
}

.over-i {
    width: 20vw;
}
.oi3 {
    transform: translate(-36vw,16.5vw);
}
.oi2 {
    transform: translate(8vw,-29vw);
}
.oi1 {
    transform: translate(19vw,-7vw);
}
.over-right{
    width: 100%;
    height: auto;
}
.over-p {
    font-size: 3.05vw;
    line-height: 4.7vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.over-p p{
    padding: 0vw 3vw;
}
.over-head{
    font-size: 9vw;
}
.ov-img-box iframe {
    width: 58vw;
    height: 33vw;
}
/* why manila */
#whySection {
    width: 100vw;
    height: auto;
}
.numBoxes {
    width: 65vw;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    height: 35vw;
}
.whyHead {
    font-size: 6.2vw;
}
.whyBoxCont {
    width: 100vw;
}
.whyBoxes {
    width: auto;
    height: auto;
}
.whyBox {
    display: flex;
    width: 48vw;
    height: 12vw;
    margin-bottom: 4vw;
}
.why-Num {
    font-size: 5.5vw;
}
.whyTop {
    font-size: 2.1vw;
}
.why-Num sup {
    font-size: 2.8vw;
}
.whyBot {
    font-size: 2vw;
}
.whyNum {
    font-size: 5.5vw;
}
.numSection {
    width: 100vw;
    height: auto;
    padding: 5vw 0;
}
.numBox {
    width: 21vw;
    height: 16vw;
    justify-content: space-around;
}
.numDes {
    font-size: 2.5vw;
}

/* why speak */
/* why speak */
.speakContainer {
    height: 82vw;
}
.speakBox {
    width: 40vw;
    height: 55vw;
}
.speakColor {
    width: 40vw;
    height: 82vw;
}
.sHead {
    font-size: 3.5vw;
}
.sDes {
    font-size: 2.85vw;
}
.speakHead {
    font-size: 6.2vw;
    width: 60vw;
}
.speakBoxes {
    width: 60vw;
}
.speakBoxesContainer {
    width: 60vw;
}
.speakSub {
    width: 59vw;
    font-size: 2.15vw;
}
/* speakers */
.speaker-container {
    width: 100%;
}
.spk-box {
    width: 45vw;
    height: 70vw;
}
.spk-inbox {
    width: 90%;
    height: 50vw;
    padding: 0vw 2vw;
}
.spk-img-box {
    width: 34vw;
    height: 34vw;
    margin-bottom: 34.5vw;
}
.spk-hover{
    display: none;
}
.spk-cont {
    height: 25vw;
}
.spk-name {
    font-size: 3vw;
}
.spk-job {
    font-size: 2.9vw;
    color: #3f3f3f;
}
.spk-company {
    font-size: 2.9vw;
}
.spk-img{
    filter: none;
}
/* sponsors */
.sponHead {
    font-size: 6vw;
}
.sponHead div {
    width: 60vw;
    line-height: 11.3vw;
    margin-left: 8vw;
}
.spon-box {
    width: 40vw;
    height: 23vw;
}
.gold .spon-box {
    width: 59vw;
    height: 31vw;
}
.spon-boxes {
    height: auto;
    gap: 3vw;
}
.spon-head div {
    font-size: 3vw;
}
    .gallery .head {
    font-size: 6vw;
    padding-left: 10vw;
}
/* over-cont */
.who{
    height: auto;
}
.who-cont{
    height: auto;
    flex-direction: column;
}
.who-left{
    width: 100%;
    height: auto;
}
.whyHead {
    font-size: 7vw;
}
.pro-h-box {
    height: 24vw;
    font-size: 2.75vw;
    align-items: end;
    padding-bottom: 1vw;
}
.progress-bar {
    width: 80%;
    height: 1.8vw;
}
.pro-h-box span:nth-child(2) {
    font-size: 4.5vw;
}
.block {
    width: 30vw;
    height: 30vw;
    border-radius: 50%;
}
.box .number span {
    font-size: 9vw;
}
.box .number .sub {
    font-size: 5vw;
}
.box .title {
    font-size: 2.8vw;
    font-family: "Poppins";
    color: #7b7a7a;
    text-align: center;
    padding: 0vw 2vw;
}
.who-right {
    width: 100%;
    height: auto;
}
.circle {
    stroke-dasharray: 553;
}
.meet-box {
    width: 20.5vw;
    height: 20.5vw;
}
.meet-boxes {
    gap: 10vw;
    margin-top: 15vw;
}
.meet-ibox {
    width: 14vw;
    height: 14vw;
}
.meet-des {
    font-family: "Poppins";
    font-size: 2.4vw;
}
.who-pic {
    width: 84vw;
}
.who-pic-box {
    margin-top: 5vw;
    padding: 2vw;
}

/* whyEx */
.whyEx{
    height: auto;
}
.whyEx-cont {
    flex-direction: column;
    gap: 5vw;
}
.whyEx-left {
    width: 100%;
    height: auto;
}
.whyEx-h {
    font-size: 4vw;
    margin-top: 10vw;
}
.whyEx-p {
    color: white;
    font-family: "Source Sans 3";
    padding: 0vw 0.2vw;
    font-size: 3vw;
    font-weight: 300;
    text-align: center;
}
.whyEx-right {
    width: 100%;
    height: auto;
    margin-bottom: 4vw;
}
.whyEx-box {
    width: 65.5vw;
    height: 38vw;
    margin: 3vw 1.2vw;
}
.whyEx-head {
    font-size: 3vw;
    padding: 1vw 0.3vw 0vw 2vw;
}
.whyExb-sh {
    padding: 0vw 1vw;
    padding-left: 7.5vw;
    font-size: 3vw;
    line-height: 3.3vw;
}
.whyExb-p {
    padding-left: 7.5vw;
    font-size: 2.8vw;
}
.whyEx-box::before {
    width: 7vw;
    height: 7vw;
    left: -3.5vw;
    top: 10vw;
    font-size: 7.5vw;
}
.whyEx-box::after {
    font-size: 4vw;
    top: 8.5vw;
    left: 3.5vw;
}
.whyEx-box:nth-child(4)::after {
    top: 8.5vw;
}



/* agenda */
.agendaBox{
    width: 80vw;
    height: auto;
    border: none;
}
.agendaBoxes{
    height: auto;
}
.agContent {
    height: 110vw;
}
.agTime {
    font-size: 2.5vw;
}
.agDes {
    font-size: 2.5vw;
}

.agContent::before {
    width: 2px;
    height: 107vw;
    border-right: dotted #29AB87 1.5px;
    left: 16.7vw;
}
.agendaHead {
    font-size: 6vw;
}
.breakBox {
    height: 7vw;
}
.line1{
    height: 7vw;
}
.line2 {
    height: 7.2vw;
}
.line3 {
    width: 100%;
    height: 10vw;
}
.panel {
    font-size: 2vw;
}

    /* gallery */
.gallery .item {
    height: 55vw;
}
.close {
    font-size: 10vw;
    right: 3vw;
}
.modal-btn {
    width: 8vw;
    height: 18vw;
    font-size: 11vw;
}
.modal-img {
    max-width: 70%;
}
/* footer */

#footer {
    width: 100%;
    height: 35vw;
  }
  .footerContainer {
    flex-direction: column;
    gap: 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.5vw;
  }

  .modalContents {
    width: 80%;
  }

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

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

  .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){
     /* navbar */
     html,body {
        overflow-x: hidden;
        position: relative;
      }
      .popup-h {
        font-size: 2.2vw;
      }
      .popup {
        width: 60vw;
        height: 14vw;
      }
      .popup button{
        font-size: 2.5vw;
      }
      #nav-toggler {
        appearance: none;
        position: fixed;
        top: 20px;
        right: 30px;
        cursor: pointer;
        z-index: 5010;
        font-size: 25px;
        color: #ffffff;
        display: block;
      }
    .mob-patch{
      width: 100%;
      height: 10vw;
      display: block;
      position: fixed;
      background:linear-gradient(to right,#000000d1,#393939bc);
      backdrop-filter: blur(3px);
      z-index: 500;
    }
      .navbar {
        position: fixed;
        background-color: #000000;
        backdrop-filter: blur(5px);
        justify-content: center;
        transition: all 1s ease;
        width: 100vw;
        height: 100vh;
        z-index: 5001;
        left: -100vw;
        background:linear-gradient(to right,#000000d1,#393939bc);
        padding-top: 0;
        backdrop-filter: blur(10px);
        color: white;
      }
      .navbar-scrolled {
        background-color: #000000;
        backdrop-filter: blur(5px);
        padding-top: 30px;
      }
    
      #nav-toggler:checked ~ .navbar {
        left: 0;
      }
    
      #nav-toggler:checked {
        transform: rotate(180deg);
      }
    
      #nav-toggler:checked::before {
        content: "\f00d";
        color: #ffffff;
        transition: 0.2s linear 0.2s;
      }
    
      .navbar ul {
        flex-direction: column;
        justify-content: center;
        padding: 0;
        margin: 0;
        width: 100%;
      }
    
      .navbar ul li{
        margin: 10px 0px;
        font-size: 3vw;
      }
      .navbar ul li a{
        letter-spacing: 2px;
      }
      .nav-down::after,.nav-up::before,.nav-down::before,.nav-up::after{
          display: none;
      }
    /* .mob-top{
      width: 100%;
      height: 9vh;
      background-color: #006FA657;
      position: fixed;
      z-index: 5000;
      backdrop-filter: blur(10px);
    } */
      .navbar img {
        display: none;
      }
      .celeb-logo-mob {
        width: 15vw;
        position: fixed;
        top: 9px;
        left: 9px;
        z-index: 10000;
        display: block;
      }
/* Home */
.event-logo {
    width: 80vw;
}
.date {
    font-family: 'rajdhani';
    font-size: 5vw;
}
.cover {
    width: 100vw;
    height: 90vh;
}
.dt {
    font-size: 5vw;
    flex-direction: column;
    align-items: center;
}
.tagline {
    font-size: 4vw;
    width: 60%;
}
.tagline span {
    font-size: 4vw;
}
.cov-btn {
    padding: 1vw 3vw;
    font-size: 4vw;
    border-radius: 4vw;
}
.cover-cont {
    gap: 8vw;
}
.countdown {
    gap: 2vw;
    width: 70vw;
    height: 15vw;
    transform: translate(0vw,44.5vh);
    border-radius: 8vw;
}
.count-b{
    width: 18vw;
    height: 18vw;
}
.dig {
    font-size: 6vw;
    font-weight: 900;
}
.countdown {
    gap: 3vw;
    width: 90vw;
    height: 25vw;
    border-radius: 14vw;
}
.count-t{
    font-size: 3vw;
}
.count-b::after {
    transform: translate(10.5vw,0vw);
    font-size: 5vw;
}
/* overview */
.overview {
    height: auto;
    flex-direction: column;
}
.over-left{
    width: 100%;
    height: 90vw;
}
.ov-cir1 {
    width: 80vw;
    height: 80vw;
}
.ov-cir2 {
    width: 60vw;
    height: 60vw;
}
.ov-cir3 {
    width: 40vw;
    height: 40vw 
}
.ov-img {
    width: 36vw;
}

.over-i {
    width: 20vw;
}
.oi3 {
    transform: translate(-36vw,16.5vw);
}
.oi2 {
    transform: translate(8vw,-29vw);
}
.oi1 {
    transform: translate(19vw,-7vw);
}
.over-right{
    width: 100%;
    height: auto;
}
.over-p {
    font-size: 3.05vw;
    line-height: 4.7vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.over-p p{
    padding: 0vw 3vw;
}
.over-head{
    font-size: 9vw;
}
.ov-img-box iframe {
    width: 60vw;
    height: 34vw;
}
/* why manila */
#whySection {
    width: 100vw;
    height: auto;
}
.numBoxes {
    width: 65vw;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    height: 35vw;
}
.whyHead {
    font-size: 6.2vw;
}
.whyBoxCont {
    width: 100vw;
}
.whyBoxes {
    width: auto;
    height: auto;
}
.whyBox {
    display: flex;
    width: 48vw;
    height: 12vw;
    margin-bottom: 4vw;
}
.why-Num {
    font-size: 5.5vw;
}
.whyTop {
    font-size: 2.1vw;
}
.why-Num sup {
    font-size: 2.8vw;
}
.whyBot {
    font-size: 2vw;
}
.whyNum {
    font-size: 5.5vw;
}
.numSection {
    width: 100vw;
    height: auto;
    padding: 5vw 0;
}
.numBox {
    width: 21vw;
    height: 16vw;
    justify-content: space-around;
}
.numDes {
    font-size: 2.5vw;
}

/* why speak */
.speakContainer {
    height: 82vw;
}
.speakBox {
    width: 40vw;
    height: 55vw;
}
.speakColor {
    width: 40vw;
    height: 82vw;
}
.sHead {
    font-size: 3.5vw;
}
.sDes {
    font-size: 2.85vw;
}
.speakHead {
    font-size: 6.2vw;
    width: 60vw;
}
.speakBoxes {
    width: 60vw;
}
.speakBoxesContainer {
    width: 60vw;
}
.speakSub {
    width: 59vw;
    font-size: 2.15vw;
}
/* speakers */
.speaker-container {
    width: 100%;
}
.spk-box {
    width: 30vw;
    height: 50vw;
}
.spk-inbox {
    width: 95%;
    height: 36vw;
}
.spk-hover{
    display: none;
}
.spk-img{
    filter: none;
}
.spk-img-box {
    width: 21vw;
    height: 21vw;
    margin-bottom: 25.5vw;
}
.spk-cont {
    height: 19vw;
 
}
.spk-name{
    font-size: 2vw;
}
.spk-job{
    font-size: 1.9vw;
}
.spk-company{
    font-size: 1.9vw;
}
/* sponsors */
.sponHead {
    font-size: 6vw;
}
.sponHead div {
    width: 60vw;
    line-height: 11.3vw;
    margin-left: 8vw;
}
.spon-box {
    width: 35vw;
    height: 18vw;
}
.gold .spon-box {
    width: 50vw;
    height: 27vw;
}
.spon-boxes {
    height: auto;
    gap: 3vw;
}
.spon-head div {
    font-size: 3vw;
}
.gallery .head {
    font-size: 6vw;
}
/* over-cont */
.who{
    height: auto;
}
.who-cont{
    height: auto;
    flex-direction: column;
}
.who-left{
    width: 100%;
    height: auto;
}
.whyHead {
    font-size: 7vw;
}
.pro-h-box {
    height: 24vw;
    font-size: 2.75vw;
    align-items: end;
    padding-bottom: 1vw;
}
.progress-bar {
    width: 80%;
    height: 1.8vw;
}
.pro-h-box span:nth-child(2) {
    font-size: 4.5vw;
}
.block {
    width: 30vw;
    height: 30vw;
    border-radius: 50%;
}
.box .number span {
    font-size: 9vw;
}
.box .number .sub {
    font-size: 5vw;
}
.box .title {
    font-size: 2.8vw;
    font-family: "Poppins";
    color: #7b7a7a;
    text-align: center;
    padding: 0vw 2vw;
}
.who-right {
    width: 100%;
    height: auto;
}
.circle {
    stroke-dasharray: 553;
}
.meet-box {
    width: 20.5vw;
    height: 20.5vw;
}
.meet-boxes {
    gap: 10vw;
    margin-top: 15vw;
}
.meet-ibox {
    width: 14vw;
    height: 14vw;
}
.meet-des {
    font-family: "Poppins";
    font-size: 2.4vw;
}
.who-pic {
    width: 84vw;
}
.who-pic-box {
    margin-top: 5vw;
    padding: 2vw;
}

/* whyEx */
.whyEx{
    height: auto;
}
.whyEx-cont {
    flex-direction: column;
    gap: 5vw;
}
.whyEx-left {
    width: 100%;
    height: auto;
}
.whyEx-h {
    font-size: 4vw;
    margin-top: 10vw;
}
.whyEx-p {
    color: white;
    font-family: "Source Sans 3";
    padding: 0vw 0.2vw;
    font-size: 3vw;
    font-weight: 300;
    text-align: center;
}
.whyEx-right {
    width: 100%;
    height: auto;
    margin-bottom: 4vw;
}
.whyEx-box {
    width: 65.5vw;
    height: 38vw;
    margin: 3vw 1.2vw;
}
.whyEx-head {
    font-size: 3vw;
    padding: 1vw 0.3vw 0vw 2vw;
}
.whyExb-sh {
    padding: 0vw 1vw;
    padding-left: 7.5vw;
    font-size: 3vw;
    line-height: 3.3vw;
}
.whyExb-p {
    padding-left: 7.5vw;
    font-size: 2.8vw;
}
.whyEx-box::before {
    width: 7vw;
    height: 7vw;
    left: -3.5vw;
    top: 10vw;
    font-size: 7.5vw;
}
.whyEx-box::after {
    font-size: 4vw;
    top: 8.5vw;
    left: 3.5vw;
}
.whyEx-box:nth-child(4)::after {
    top: 8.5vw;
}


/* agenda */
.agendaBox{
    width: 80vw;
    height: auto;
    border-radius: 3vw;
    border: none;
}
.agendaBoxes{
    height: auto;
}
.agContent {
    height: 96vw;
}
.agTime {
    font-size: 2.1vw;
}
.agDes {
    font-size: 2.1vw;
}
.agHead .date{
    font-size: 3.5vw;
}
.agContent::before {
    width: 2px;
    height: 97vw;
    border-right: dotted #29AB87 1.5px;
    left: 16.7vw;
}
.agendaHead {
    font-size: 6vw;
}
.breakBox {
    height: 7vw;
}
.line1{
    height: 5vw;
}
.line2 {
    height: 7.2vw;
}
.line3 {
    width: 100%;
    height: 10vw;
}
.panel {
    font-size: 2vw;
}


    /* gallery */
.gallery .item {
    height: 55vw;
}
.close {
    font-size: 10vw;
    right: 3vw;
}
.modal-btn {
    width: 8vw;
    height: 18vw;
    font-size: 11vw;
}
.modal-img {
    max-width: 70%;
}
/* footer */

#footer {
    width: 100%;
    height: 35vw;
  }
  .footerContainer {
    flex-direction: column;
    gap: 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.5vw;
  }

  .modalContents {
    width: 80%;
  }

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

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

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

/*  gallery*/
.gallery .item {
    height: 28vw;
}
.close{
    font-size: 8vw;
    right: 3vw;
}
.modal-img {
    max-width: 75%;
}
.modal-btn {
    width: 6vw;
    height: 13vw;
    font-size: 9vw;
}
}