@import url('https://fonts.googleapis.com/css2?family=futura: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=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Montserrat:ital,wght@0,100..900;1,100..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');
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Rajdhani:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
@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=Lexend+Tera:wght@100..900&family=Lexend:wght@100..900&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');
    /* color: #w; */
@font-face {
    font-family: 'hB';
    src: url(./assets/fonts/HelveticaNeueLTProBlk.otf);
}
@font-face {
    font-family: 'hCn';
    src: url(./assets/fonts/HelveticaNeueLTProCn.otf);
}
@font-face {
    font-family: 'hMd';
    src: url(./assets/fonts/HelveticaNeueLTProMdCn.otf);
}
@font-face {
    font-family: 'futura';
    src: url(../fonts/Futura\ Bold.ttf);
}
@font-face {
    font-family: 'futura';
    src: url(../fonts/unicode.futurabb.ttf);
}
@font-face {
  font-family: "futm";
  src: url(../fonts/guminert-6y5gd.ttf);
}
body,html{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    scroll-behavior:smooth;
}
a:hover .cursor_dot{
    box-shadow: inset 0px 0px 3vw 2.8vw #a49900bd, 0px 0px 4vw 2vw #d5c512bd;
}
p{
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
}
.rel{
    position: relative;
    z-index: 12;
}
.cursor_dot{
    position: fixed;
    top: 0;
    width: .1vw;
    height: .1vw;
    border-radius: 50%;
    box-shadow: inset 0px 0px 3vw 2.8vw #0052a4bd, 0px 0px 4vw 2vw #4562e29e;
    background-color: #bbbbbb71;
    transition: all ease .1s;
}
.typingEffect.hidden {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
  }

  .typingEffect.visible {
    opacity: 1;
    visibility: visible;
  }
#loader{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 9999;
    background-color: #16162b8a;
    backdrop-filter: blur(4px);
}
#loader img{
    width: 7vw;
}
canvas{
    position: absolute;
    z-index: 10;
    top: 0;
    height: 100vh;
    width: 100%;
  }
  /* toggle button */
 
  .frame, .menu-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 14vw;
    height: 14vw;
}
.frame {
    background: #3faf82;
    width: 15vw;
    height: 15vw;
}
.frame{
    display: none;
  }
.menu-icon {
    width: 9vw;
    height: 9vw;
    position: relative;
    cursor: pointer;
}
.line-1 {
    background: #fff;
    width: 100%;
    height: 1.2vw;
    border-radius: 5px;
    position: absolute;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}
.line-2 {
    background: #fff;
    width: 100%;
    height: 1.2vw;
    border-radius: 5px;
    position: absolute;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}
.line-3 {
    background: #fff;
    width: 100%;
    height: 1.2vw;
    border-radius: 5px;
    position: absolute;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}
.line-1 {
    transition: 500ms;
    transform: translateY(-15px);
    animation: animateReverse 600ms ease-in-out;
}
.line-2 {
    transition: 500ms;
    transform: scale(1);
    opacity: 1;
}
.line-3 {
    transition: 500ms;
    transform: translateY(15px);
    animation: animate2Reverse 600ms ease-in-out;
}
.menu-icon.active {
    animation: rotateIcon 600ms ease-in-out forwards;
}
.line-1.active {
    animation: animate 600ms ease-in-out forwards;
}
.line-2.active {
    transform: scale(0);
    opacity: 0;
}
.line-3.active {
    animation: animate2 600ms linear forwards;
}
@keyframes animate {
    50% {
        transform: translateY(0px) rotate(0deg);
   }
    100% {
        transform: translateY(0px) rotate(-45deg);
   }
}
@keyframes animateReverse {
    0% {
        transform: translateY(0px) rotate(45deg);
   }
    50% {
        transform: translateY(0px) rotate(0deg);
   }
    100% {
        transform: translateY(-15px) rotate(0deg);
   }
}
@keyframes animate2 {
    50% {
        transform: translateY(0px) rotate(0deg);
   }
    100% {
        transform: translateY(0px) rotate(45deg);
   }
}
@keyframes animate2Reverse {
    0% {
        transform: translateY(0px) rotate(-45deg);
   }
    50% {
        transform: translateY(0px) rotate(0deg);
   }
    100% {
        transform: translateY(15px) rotate(0deg);
   }
}
@keyframes rotateIcon {
    100% {
        transform: rotate(90deg);
   }
}

.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: #cafe32;
    margin-top: 2vw;
    padding-bottom: 2vw;
  }
  
  .popup button {
    color: #cafe32;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1.5vw;
    position: absolute;
    right: 1vw;
    top: 1.8vw;
  }
  
  .popup button:hover {
    background-color: #cafe32;
    color: white;
  }

  /* Custom popup styles */
.custom-popup {
 
  position: fixed;
  right:-30vw;
  bottom: 0;
  width: fit-content;
  height: auto;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  transition: all 1s ease;
}

.custom-popup-content {
background-color: #ffffff15;
width: 30vw;
height: 10vw;
position: absolute;
display: flex;
align-items: center;
justify-content: center;
padding: 0vw 1vw;
right: 3vw;
bottom: 3vw;
border-radius: 1vw;
backdrop-filter: blur(20px);
overflow: hidden;
}

.custom-popup h2 {
 font-family: "Montserrat";
 text-transform: uppercase;
 font-weight: 800;
 color: white;
 font-size: 1.2vw;
}

.custom-popup h2 a{
  font-size: 0.8vw;
  font-weight: 400;
  padding: 0.5vw;
  height: 1vw;
  background-color: #ea2848;
  color: white;
  transform: translate(0.5vw,0.3vw);
  position: absolute;
}
.custom-popup h2 span{
  font-weight: 600;
  line-height: 3vw;
  color: #cafe32;
}
.popup-patch{
  width: 3vw;
  height: 3vw;
  background-color: #cafe32;
  border-radius: 50%;
  position: absolute;
  right: -0.6vw;
  top: -0.5vw;
}


.custom-close-btn {
  position: absolute;
  top: 0.5vw;
  right: 0.7vw;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  color: #ffffff;
  z-index: 2;
}

.custom-close-btn:hover {
  color: #000000;
}

button {
  padding: 10px 25px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

button:hover {
  background-color: #0056b3;
}

/* navbar */
#navbar{
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease .5s;
}
.navBtns{
    display: flex;
    width: 23vw;
    justify-content: space-between;
}
.traicon-mob{
    display: none;
}
.GB{
    font-family: 'futura' !important;
}
.navButton{
    width: 9vw;
    height: 3.5vw;
    font-size: 1.1vw;
    color: white;
    font-weight: 600;
    font-family: 'rajdhani' !important;
    /* background: #4563E2; */
    background: linear-gradient(52deg, rgba(69,99,226,1) 0%, rgba(69,99,226,1) 22%, rgba(135, 157, 255, 0.933) 30%, rgba(69,99,226,1) 38%, rgba(69,99,226,1) 88%, rgba(69,99,226,1) 100%);    font-family: 'lexend';
    background-size: 200% 200%;
    border-radius: 0.4vw;
    background-position-x: -7vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease .3s;
    cursor: pointer;
}
.navButton span{
    transition: all ease .3s;
}
.navButton1 span{
    transition: all ease .3s;
}
.navButton:hover{
    background-position-x: 0;
}
.navButton:hover span{
    text-shadow: 0px 0px 3px black;
}
.navButton1:hover span{
    text-shadow: 0px 0px 3px black;
}
.navButton1{
    width: 9vw;
    height: 3.5vw;
    font-size: 1.1vw;
    color: white;
    font-weight: 600;
    /* background-color: #485877; */
    background: linear-gradient(52deg, rgba(72,88,119,1) 0%, rgba(72,88,119,1) 23%, rgba(211, 220, 255, 0.741) 30%, rgba(72,88,119,1) 37%, rgba(72,88,119,1) 88%, rgba(72,88,119,1) 100%);
    font-family: 'rajdhani';
    background-position-x: -7vw;
    background-size: 200% 200%;
    border-radius: 0.4vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease .3s;
    cursor: pointer;
}
.navButton1:hover{
    background-position-x: 0;
}
.navbar-container{
    width: 90%;
    height: 7vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all ease .5s;
}
.traiconLogo{
    width: 5.5vw;
    transition: all ease .3s;
}
.navUl{
    display: flex;
    list-style-type: none;
    width: 50vw;
    justify-content: space-around;
    align-items: center;
    padding: 0;
    transform: translateX(3vw);
}
.navUl a{
    color: #a1a1a1;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 0.8vw;
    transition: all ease .3s;
}
.navUl a:hover{
    color: white;
}
.navActive{
    color: #cafe32 !important;
}
.navbar-scrolled{
    height: auto;
    background: #111722c9;
    backdrop-filter: blur(4px);
}
.navbar-scrolled .navbar-container{
    height: 5.5vw;
}
.navbar-scrolled .traiconLogo{
    width: 5vw;
}
/* home */
#home{
    width: 100vw;
    height: 53vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: url(../images/homebg.webp);
    background-size: cover;
}
.cover{
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: end;
    justify-content: center;
    background: #18181845;
}
.homeVid{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -2;
    overflow: hidden;
    top: 0;
    background: url(../images/doha_Philippines_skyline.webp);
    background-size: cover;
    transform: scaleX(-1);
    /* background-position-x: -20vw; */
}
/* .homeVid video{
    width: 100%;
} */
.countdown{
  display:flex;
  align-items: center;
  justify-content: center;
  gap: 0.6vw;
  position: relative;
  width: fit-content;
  /* right: 4vw;
  top: 20vw; */
}
.count-b{
  width: 7.5vw;
  height: 6vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  border-radius: 1vw;
  background-color: #fff4f421;
  backdrop-filter: blur(10px);
}
.dig{
  font-family: "montserrat";
  font-size: 2vw;
  font-weight: 700;
display: flex;
color: #ffffff;
}
.count-t{
  font-family: "Montserrat";
  font-size: 0.8vw;
  font-weight: 500;
  margin-top: 0.3vw;
  color: #cafe32;

}
.secNumCol{
  color: #db6fff;
}
.count-cl{
  color: #fff;
}
.dig_class::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 0.1vw;
  /* background-color: #9a253a62; */
  z-index: -1;
  mix-blend-mode: color-burn;
}
.dig_class{
  z-index: 5;
      font-size: 1.5vw;
      line-height: 2vw;
      font-family: "Michroma";
      font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
position: relative;
  border-radius: 0.7vw;
  color: #ffffff;
}
.cover-cont{
    width: 90%;
    height: 43vw;
    display: flex;
}
.coverLeft{
    width: 70%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.coverRight{
    width: 40%;
    height: 100%;
}
.coverRight img{
    width: 35vw;
}
#dc25 {
  position: absolute;
  z-index: 100;
  width: 18vw;
  top: 4vw;
  left: 50vw;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#dc25:before{
  position: absolute;
  content: '';
  width: 1px;
  height: 80%;
  left: 0;
  bottom: -0.5vw;
  background-color: #ffffff5f;
}
.dcimg{
  width: 100%;
  transform: translateY(2vw);
}
.eventName{
    font-family: 'futura';
    font-size: 3.4vw;
    color: rgb(202, 254, 50);
    text-shadow: 1.5px 1.5px 1px #cafe32;
}
.eventLogo{
  width: 40vw;
    height: auto;
    position: relative;
    z-index: 12;
}
.eventLogo img{
    width: 100%;
}
.eventDate{
    position: relative;
    font-family: 'Montserrat';
    width: 24.5vw;
    height: 2.6vw;
    border-radius: 2vw;
    font-size: 1vw;
    font-weight: 500;
    border: 0.1px solid grey;
    /* background-color: rgba(138, 138, 138, 0.269); */
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(0, -0.1vw);
    gap: 0vw;
    color: white;
}
.eventDate::after{
  content: "";
  width: 2px;
  height: 1vw;
  background-color: white;
  position: absolute;
  transform: translateX(-1vw);
}
.eventDate span{
  transform: translate(0,-.1vw);
}
.eventDate a{
    color: white;
}
.blt{
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #cafe32;
    left: 0.8vw;
}
.cLeftCont{
    width: 90%;
    height: 35vw;
    margin-top: 0vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.5vw;
}
.tagLine{
    height: auto;
    font-size: 1.6vw;
    font-family: 'futm';
    font-weight: 100;
    text-transform: uppercase;
    line-height: 2.6vw;
    color: white;
}

.tagUp{
  letter-spacing: 0.1vw;
}

.tagDown{
font-family: "Montserrat";
font-weight: 800;
font-size: 2vw;
}
.tagDown span{
  color: #cafe32;
}
.coverBtns{
    display: flex;
    width: 29vw;
    justify-content: space-between;
}
.coverBtns i{
    margin: .25vw 0 0 .5vw;
    opacity: 0;
    position: absolute;
    transition: all .3s ease;
    right: 3vw;
    top: .7vw;
}
.coverBtns div:hover i{
    opacity: 1;
    right: 1.2vw;
}
.cBtn1{
    width: 14vw;
    height: 3vw;
    border-radius: 3vw;
    border: none;
    /* background: #c824ff; */
    border: 2px solid #cafe32;
    color: white;
    font-size: 1.1vw;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 400;
    cursor: pointer;
    transition: all ease .4s;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cBtn1:hover{
    transform: translateY(-3px);
    color: #000;
    background-color: #cafe32;
    font-weight: 500;
}
.cBtn2:hover{
    transform: translateY(-3px);
    color: #000;
    background-color: #cafe32;
    font-weight: 500;
}
.cBtn2{
    width: 14vw;
    height: 3vw;
    border-radius: 3vw;
    border: none;
       /* background: #c824ff; */
       border: 2px solid #cafe32;
    color: white;
    font-size: 1.1vw;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 400;
    cursor: pointer;
    transition: all ease .4s;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.off-mp-box{
  position: absolute;
  z-index: 20vw;
  width: 12vw;
  height: 11vw;
  left: 43vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3vw;
  border-left: 2px solid #ea284875;
  margin-bottom: 4vw;
  z-index: 10;
}
.off-mp-h{
  color: white;
  font-size: 0.9vw;
  font-family: "Source Sans 3";
  text-align: center;
  line-height: 1vw;
}
.off-logo{
  width: 70%;
}
/* oVERVIEW */
#overview{
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    /* gap: 2vw; */
    flex-direction: column;
    background: #0d0402;

}
.overPatch{
    width: 100%;
    height: 100%;
    position: absolute;
    transform: scaley(-1);
    z-index: 0;
    opacity: 0.7;
    background: url(../images/shape_bg.svg);
    background-size: cover;
}
.overHead{
    width: 100vw;
    /* background: linear-gradient(0deg, rgba(74, 109, 247, 0.16) 0%, rgb(123 150 255 / 56%) 100%);  
      background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    justify-self: end; */
    display: flex;
    align-items: center;
    justify-content: end;
}
.head{
    font-size: 4vw;
    /* width: 59vw; */
    font-weight: 500;
    font-family: 'futura';
    color: white;
    position: relative;
    z-index: 10;
}
#overview .head{
    color: #cafe32;
    font-size: 1.95vw;
    text-align: left;
}
.overviewCont{
    width: 90%;
    display: flex;
    align-items: center;
    height: auto;
    padding: 2vw 0;
    position: relative;
    z-index: 1;
    text-align: justify;
}
.overLeft{
    position: relative;
    width: 40%;
    height: 100%;
}
.overLeft img{
    position: relative;
    transform: scaleX(-1);
    width: 95%;
    border-radius: 1.5vw;
    background: #ffffff00;
    z-index: 2;
    /* box-shadow: 0px 0px 10px 3px #ffffff61; */
}
.overRight{
    width: 60%;
    height: 100%;
}
/* .overImgPatch{
    position: absolute;
    width: 90%;
    height: 28vw;
    background-color: #ffffffbc;
    backdrop-filter: blur(2px);
    border-radius: 1.5vw;
    z-index: 1;
} */
.overDes{
    color: #fff;
    font-family: 'Source Sans 3';
    font-size: 1.1vw;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    line-height: 1.8vw;
    margin-top: 1vw;
    gap: .7vw;
}
.overDes p{
    width: 100%;
}
/* requirement */
#require{
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0d0402;
}
.require-container{
  width: 90%;
  display: flex;
  gap: 4vw;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.require-head{
  font-size: 4vw;
  font-family: 'futura';
  color: #fff;
}
.require-boxes{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.r-box{
  width: 19vw;
  height: 30vw;
  padding: 1vw;
  display: flex;
  flex-direction: column;
  align-items: start;
  border-radius: 1vw;
  background-color: #cafe3258;
  backdrop-filter: blur(2px);
  border: 2px solid #007bff00;
  transition: box-shadow ease .4s;
}
.r-img{
  position: relative;
  border-radius: 1vw;
}
.r-name{
  position: absolute;
  left: 0;
  bottom: 2vw;
  font-size: 1.5vw;
  font-family: 'poppins';
  text-transform: uppercase;
  color: #fff;
  padding: .2vw 1vw;
  background-color: #00000089;
  backdrop-filter: blur(2px);
}
.r-box ul{
  font-family: 'poppins';
  font-size: 1.1vw;
  color: #fff;
  padding: 0 0 0 1vw;
  list-style-type: square;
}
.r1{
  background: url(../images/r1.jpg);
}
.r2{
  background: url(../images/r2.jpg);
}
.r3{
  background: url(../images/r3.jpg);
}
.r4{
  background: url(../images/r4.jpg);
}
.r-img{
  width: 19vw;
  height: 19vw;
  background-size: cover;
}
.r-box:hover{
  border: 2px solid #cafe32;
  box-shadow: 0px 0px 13px #cafe32;
}
/* FOCUS */
#focus{
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0d0402;
}
.focus-container{
  width: 90%;
  display: flex;
  flex-direction: column;
}
.focus-head{
  font-size: 4vw;
  font-family: 'futura';
  color: #fff;
}
.focus-boxes{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.focus-box{
  width: 50%;
  height: 16vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.focus-left{
  width: 60%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
.f-name{
  font-size: 1.5vw;
  font-family: 'montserrat';
  font-weight: 500;
  color: #fff;
  padding: 0 .5vw;
  border: 1px dotted #cdcdcd;
  border-bottom: none;
}
.f-des{
  font-size: 1.2vw;
  /* height: 10vw; */
  font-family: 'source sans 3';
  color: #fff;
  font-weight: 300;
  padding: 0 .5vw;
  border: 1px dotted #cdcdcd;
}
.focus-right{
  width: 40%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.f-img{
  width: 10vw;
  height: 10vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.f-img img{
  width: 100%;
}
.fb3,.fb4{
  flex-direction: row-reverse;
}
/* why Qutar */
#whyPhilippines{
    position: relative;
    width: 100%;
    height: 36vw;
    display: flex;
    flex-direction: column;
    background: #0d0402;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 2vw 0;
}
.whyPhilippinesHead{
    width: 100%;
    font-family: 'josefin sans';
    font-weight: 800;
    display: flex;
    justify-content: center;
}
.whyPhilippinesHead .head{
    width: 100%;
}
#whyPhilippines .head{
    margin-bottom: 1vw;
    font-size: 2vw;
    color: #cafe32;
    text-align: left;
}
.whyQcont{
    width: 90%;
    display: flex;
    height: 35vw;
}
.whyQLeft{
  color: white;
  font-family: 'Source Sans 3';
  font-size: 1.1vw;
  font-weight: 300;
  line-height: 1.9vw;
  text-align: justify;
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5vw;
}
.wp-topic{
    font-size: 1.1vw;
    font-weight: 500;
}
.wp-p{
    position: relative;
}
.wp-p p{
    position: relative;
    margin-left: 1vw;
}
.wp-p p::before{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #cafe32;
    display: block;
    left: -.75vw;
    top: 42%;
}
.whyQright{
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.whyQright img{
  width: 18vw;
}
.whyVid{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -2;
    overflow: hidden;
    top: 0;
}
.whyQdes{
    display: flex;
    flex-direction: column;
    gap: 1vw;
    width: 90%;
}
.whyPatch{
    position: absolute;
    width: 15vw;
    bottom: 0;
    left: 0;
}
.whyPatch img{
    width: 100%;
}
.why-boxes{
    position: relative;
    z-index: 2;
    width: 90%;
    display: flex;
    margin-top: 2vw;
    background-color: #141d09;
}
.why-box{
    width: 15vw;
    height: 10vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .5vw;
}
.why-box:hover{
  background-color: #aede201a;
}
.why-num{
    font-size: 1.6vw;
    font-family: 'poppins';
    font-weight: 700;
    text-transform: uppercase;
    color: #cdcdcd;
}
.why-detail{
    font-size: 1vw;
    text-align: center;
    font-family: 'poppins';
    color: #cdcdcd;
    width: 90%;
    font-weight: 300;
    line-height: 1vw;
    height: 2vw;
}

/* who will you meet */
.whoMeetHead{
    margin-bottom: 1vw;
    margin-top: 2vw;
}
#whoMeet{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #0d0402;
    padding: 2vw 0 0 0;
}
.whoMeetContainer{
    width: 100%;
    height: auto;
    gap: 2vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.whoMeetCont{
    width: 100%;
    height: 95%;
    display: flex;
    flex-direction: column;
}
/* jobtitle */
.jobTitlesContainer{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1vw;
}
.jobHead{
    font-family: 'futura';
    letter-spacing: 2px;
    color: #ffffff;
    font-size: 1.8vw;
    font-weight: 600;
    margin-top: 3vw;
    /* width: 95%; */
}
.jobTCont{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1.5vw;
}
.jobBoxes{
    width: 80%;
    height: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1vw;
    justify-content: center;
}
.jobBox{
    position: relative;
    width: 12vw;
    height: 4vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border: #cafe3237 1px solid;
    color: white;
    text-align: center;
    font-family: 'Source Sans 3';
    font-size: 1vw;
    font-weight: 400;
    z-index: 1;
    transition: all ease .3s;
}
.jobBox::before{
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 0;
    /* top: 0; */
    background-color: #cafe32;
    transition: all ease .4s;
}
.jobBox:hover::before{
    height: 100%;
}
.jobBox:hover span {
    color: black;
    font-weight: 400;
    /* transition: all ease .3s; */
}
.jobBox span{
    width: 95%;
    position: relative;
    z-index: 2;
}
#chartdiv {
    position: relative;
    width: 100%;
    height: 30vw;
  }
  #chartdiv svg{
      font-family: 'montserrat';
      font-size: 1vw;
  }
  .svg text{
      color: #fff;
      font-size: 1vw;
  }
  .bar-boxes{
    width: 100%;
    height: 20vw;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 3vw 0;
  }
  .bar-box{
    width: 25%;
    height: 5vw;
    display: flex;
    flex-direction: column;
  }
  .dot{
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #cdcdcd;
  }
  .bn1{
    margin-left: 1vw;
    position: relative;
  }
  .bn1 .dot{
    position: absolute;
    left: -.7vw;
    top: .5vw;
  }
  .bar-name{
    font-family: 'montserrat';
    font-size: .9vw;
    display: flex;
    align-items: center;justify-content: start;
    gap: 1vw;
    color: #fff;
    height: 45%;
    /* background: #151421cd; */
  }
  .bar-fill {
    width: 0;
    height: 20px;
    background-color: #3498db;
    transition: width 1s ease;
  }
  #chartdiv::before{
    content: '';
    width: 8vw;
    height: 3vw;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    /* background: #cdcdcd; */
  }



/* attending sectors */
.attendCont{
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1vw;
}
.attendHead{
    font-family: 'futura';
    color: white;
    font-size: 1.5vw;
    font-weight: 600;
    padding: 1vw 0vw;
    padding-top: 2vw;
    /* width: 95%; */
}
.attendLeft{
    position:relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* background: url(../images/attendBg.jpg); */
    background-position-y: -4vw;
    background-size: cover;
}
.attendBoxes{
    width: 85%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: auto;
    gap: 1vw;
    row-gap: 1vw;
    padding: 2vw 0;
}
.attendBox{
    position: relative;
    width: 8.5vw;
    height: 8.5vw;
    font-size: 1vw;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1vw;
    flex-direction: column;
    backdrop-filter: blur(2px);
    background-color: #ffffff12;
}
.attendIcon{
    position: relative;
    z-index: 2;
    width: 35%;
    height: 35%;
    transition: all ease .3s;
}
.attendIcon img{
    width: 100%;
}
.attendIcon svg{
    width: 100%;
    fill: #fff;
    transition: all ease .3s;
}
.attendDes{
    position: relative;
    z-index: 2;
    width: 90%;
    font-size: .8vw;
    text-align: center;
    font-family: 'poppins';
    color: #cdcdcd;
    line-height: .8vw;
}
.low{
    font-size: .75vw !important;
}
.a-up,.a-down{
    position: absolute;
    width: 100%;
    height: 100%;
}
.a-up::before {
    content: "";
    width: 20%;
    height: 0.05vw;
    background-color: #cafe32;
    position: absolute;
    transition: all 0.5s ease;
}
.a-up::after {
    content: "";
    width: 0.05vw;
    height: 20%;
    background-color: #cafe32;
    position: absolute;
    transition: all 0.5s ease;
}
.a-down::before {
    content: "";
    width: 20%;
    height: 0.05vw;
    background-color: #cafe32;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: all 0.5s ease;
}
.a-down::after {
    content: "";
    width: 0.05vw;
    height: 20%;
    background-color: #cafe32;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: all 0.5s ease;
}
.attendBox:hover .a-up:before{
    width: 100%;
    height: 100%;
}
.attendBox:hover .a-down::before{
    width: 100%;
    height: 100%;
}
.attendBox:hover .attendIcon{
    width: 30%;
    height: 30%;
}
.attendBox:hover .attendIcon svg{
    fill: #162d2d;
}
.attendBox:hover .attendDes{
    color: #162d2d;
}
.attendPatch{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #070f1ca1;
    backdrop-filter: blur(1px);

}



/* profiles */
#profile{
    background-color: #012a4a;
    width: 100%;
    height: auto;
    padding: 2vw 0;
    position: relative;
}
.profilePatch{
    position: absolute;
    width: 25vw;
    height: 25vw;
    bottom: 0;
    right: 0;
}
.profilePatch img{
    width: 100%;
}
.profileContainer{
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.profileHead{
    padding: 0 0 1% 5%;
}
.profileBoxes{
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    height: 45vw;
}
.profileBox{
    width: 10vw;
    height: 10vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #000431;
    /* border: 1px solid #4A6CF7; */
    gap: 1vw;
    border-radius: 1vw;
    transition: all ease .4s;
}
.profileBox:hover{
    filter: drop-shadow(0px 0px 15px #cafe32);
}
.profileBox:hover .profileIcon svg{
    transform: rotatey(360deg);
    fill: #cafe32;
}
.profileBox:hover .profileDes{
    color: #cafe32;
}
.profileIcon{
    width: 35%;
    transition: all ease .4s;
}
.profileIcon svg{
    width: 100%;
    fill: #fff;
    transition: all ease .7s;
}
.profileDes{
    width: 95%;
    color: #fff;
    text-align: center;
    font-family: 'lexend';
    font-size: .9vw;
    font-weight: 400;
    transition: all ease .4s;
}
/* main attraction */
#main{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2vw 0;
    background-color: #f0f1ff;
}
.main-container{
    width: 80%;
    display: flex;
    flex-direction: column;
    gap: 1vw;
}
.main-head{
    font-family: 'futura';
    text-align: center;
    color: #0d1600;
    font-weight: 400;
    padding-top: 2vw;
}
.main-boxes{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* gap: 3vw; */
    margin-top: 2vw;
}
.main-box{
    width: 13vw;
    height: 13vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1vw;
    border-radius: 1vw;
    text-align: center;
    background: linear-gradient(to top, #cafe3269 10%, #cafe3200 70%);
    background-color: #8d949514;
}
.m-num{
    position: relative;
    font-size: 2.5vw;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'montserrat';
}
.m-num span{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'michroma';
}
.m-des{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1vw;
    font-family: 'source sans 3';
    color: #002953;
    line-height: 1.1vw;
}
.m-des:after{
    content: '';
    position: absolute;
    display: block;
    height: 2px;
    width:2vw;
    top: -.5vw;
    background-color: #002953;
}
.main-cont{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1vw;
    padding: 2vw 0;
}
.main-cont .main-stage:nth-child(2){
    flex-direction: row-reverse;
}
.main-stage{
width: 100%;
display: flex;
align-items: center;
justify-content: space-evenly;
}
.main-l{
    width: 55%;
    display: flex;
    flex-direction: column;
}
.main-r{
    position: relative;
    height: 30vw;
    width: 25vw;
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-img{
    position: absolute;
    left: 2vw;
    top: 1vw;
    width: 25vw;
    height: 30vw;
    transform: skewX(-10deg);
    overflow: hidden;
}
.main-cont .main-stage:nth-child(2) .main-img img{
    transform: skewX(10deg) translateX(-12vw);
}
.main-img img{
  width: 180%;
  transform: skewX(10deg) translateX(-9vw);
}
.main-stage-head{
    font-size: 2vw;
    font-family: 'montserrat';
}
.main-stage-des{
    font-family: 'poppins';
    display: flex;
    flex-direction: column;
    gap: 2vw;
    margin: 1vw 0;
}
.main-patch{
    position: absolute;
    width: 25vw;
    height: 30vw;
    transform: skewX(-10deg);
    background-color: #0d0402;
}
/* speakers */
#speakers{
  width: 100%;
  height: auto;
  min-height: 100vh;
 background: #0d0402;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 2vw 0;

}
.speakerContainer{
  width: 95%;
  height: auto;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3vw 0;
}
.speakerBoxes{
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1vw;
  row-gap: 5vw;
}

.speakerHead .head{
  color: #ffffff;
  width: 90%;
  padding-top: 2vw;
}
.speakerHead{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.speaker-box{
width: 15vw;
height: 30vw;
background: #ffffff;
border-radius: 10vw;
overflow: hidden;
}
.spk2{
transform: translateY(-3vw);
}
.spk4{
transform: translateY(-5vw);
}
.spk-grey{
background: #c6c6c6;
}
.spk-blue{
background: #cafe32;
}
.spk-g2{
background: #8e8e8e;
}
.spk-cont{
width: 100%;
height: 15vw;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.spk-name{
font-family: "Montserrat";
font-size: 1.1vw;
text-align: center;
font-weight: 600;
text-transform:uppercase;  
}
.spk-job{
font-family: "source sans 3";
font-size: 0.9vw;
text-align: center;
padding: 0vw 0.5vw;
}
.spk-company{
font-family: "source sans 3";
font-size: 0.9vw;
font-weight: 600;
text-align: center;
padding: 0vw 0.5vw;
}
.spk-img-box{
width: 100%;
height: 15vw;
display: flex;
align-items: center;
justify-content: center;
}
.spk-img{
width: 120%;
}


/* sponsors */
#sponsors{
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #001516;
    padding: 2vw 0;
}
.sponsorHead{
    width: 90%;
}
.sponsorHead .head{
    color: #fff;
    padding-top: 2vw ;
}
.sPatch{
    position: absolute;
    background: url(../images/patches/grass.svg);
    width: 20vw;
    height: 20vw;
    background-size: cover;
    right: 0;
    bottom: 0;
}
.sponsorContainer{
    width: 85%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
    border-radius: 2vw;
    padding: 2vw 0 3vw 0;
    border: 1px solid rgba(255, 255, 255, 0.279);
    margin-top: 3vw;
}
.diamondSpons{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sponsCont{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 2vw;
}
.sponHead{
    width: fit-content;
    border-radius: 3vw;
    padding: .5vw 1vw;
    font-size: 1.05vw;
    font-family: 'lexend';
    font-weight: 600;
    color: black;
    border: 1px solid black;
    background-color: white;
    margin: 1vw 0;
    /* background: linear-gradient(0deg, rgba(0,35,180,1) 30%, rgba(255, 255, 255, 0.597) 50%, rgba(0,35,180,1) 70%); */
}
.sponBoxes{
  width: 90%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1vw;
}
.sponsBox{
    width: 22vw;
    height: 10vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border-radius: .5vw;
}
.sponsBox img{
    width: 70%;
}
.goldSpons .sponsBox{
    width: 18vw;
    height: 9vw;
}
.exhibitor .sponsBox{
  width: 14vw;
  height: 8vw;
}
.mag{
  padding-top: 10vw;
}
.media{
  position: relative;
  z-index: 3;
  padding-top: 2vw;
}
.media .sponBoxes{
  gap: 0.5vw;
}
.media .sponsBox{
    width: 11vw;
    height: 6vw;
}
/* AGENDA */
.title{
    font-size: 3vw;
    color: white;
    padding-top: 1vw;
    margin-left: 7vw;
    font-family: "futura";
}
.ag-blur{
  width: 100%;
  height: 23vw;
background: linear-gradient(transparent,#001516c4,#001516);
  position: absolute;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ag-blur-box{
  width: 100%;
  height: 6vw;
}
.agbtop{
  backdrop-filter: blur(1px);
}
.agbmid{
  backdrop-filter: blur(3px);
}
.agbdown{
  backdrop-filter: blur(7px);
}

.get-agenda{
  width: 13vw;
  height: 3vw;
  border-radius: 5vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #2b3118;
  position: absolute;
  z-index: 2;
  color: white;
  font-family: "montserrat";
  margin-top: 10vw;
  cursor: pointer;
  font-size: 1vw;
}

.get-agenda:hover{
  background: #cafe32;
  color: #000;
}

.agenda{
    width: 100%;
    height: 55vw;
    background-color: #001516;
    position: relative;
}
.agenda-cont{
  margin-top: 1vw;
    width: 100%;
    height: 44vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
.agenda-container{
    width: 80%;
    height: 100%;
}
.ag-carousel .item{
height: 44vw;
color: white;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.agenda-box{
    width: 95%;
    height: 100%;
}
.ag-cont-box{
    width: 100%;
    height: 4vw;
    border-bottom: 0.1vw solid rgba(255, 255, 255, 0.545);
    display: flex;
    gap: 0.5vw;
    align-items: center;
}
.ag-time{
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-family: "michroma";
    font-size: 0.75vw;
}
.ag-time::after{
    content: "";
    width: 0.2vw;
    height: 1vw;
    background-color: rgba(255, 255, 255, 0.458);
    display: block;
    position: absolute;
    right: 0;
    border-radius: 1vw;
}
.ag-des{
    display: flex;
    align-items: center;
    width: fit-content;
    font-family: "Source Sans 3";
    font-size: 1vw;
    width: 73%;
    font-weight: 300;
}
.ag-br{
  background-color: #cafe32;
    padding: 0vw 0.5vw;
    padding-bottom: 0.1vw;
    color: #000;
    font-weight: 400;
    width: fit-content;
}
.agenda .title{
    display: flex;
    gap: 0.5vw;
}
.ag-head-line{
    width: 10vw;
    height: 2vw;
    border-bottom: 0.1vw solid #c824ff;
}
.ag-date{
    font-family: "michroma";
    font-weight: 400;
    font-size: 1vw;
    margin-top: 1.2vw;
    color: #cafe32;
    font-weight: 900;
    width: 90%;
}

.panel .pl{
   color: #cafe32;
   font-weight: 600;
   text-transform: uppercase;
}
/* gallery */
#gallery{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.galleryHead{
    background-color: #001516;
    padding: 1vw 0;
}
.galleryHead .head{
    padding-left: 2vw;
}
.galleryContainer{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5vw;
    background-color: #001516;
}
.gallery-up{
    display: flex;
    width: 98%;
    background-color: #001516;
}
.gallery-down{
    display: flex;
    width: 98%;
    background-color: #001516;
}
.galleryBox{
    position: relative;
    width: 100%;
    height: 22vw;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.galleryBox:hover .gIcon{
    opacity: .8;
    font-size: 2vw;
    width: 3vw;
    height: 3vw;
}
.galleryBox img{
    width: 120%;
    transition: all ease .4s;
}
.galleryBox .gIcon{
position: absolute;
z-index: 10;
font-size: .5vw;
left: 45%;
top: 9vw;
width: 3vw;
height: 3vw;
opacity: 0;
color: white;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
border: 1px solid #fff;
transition: all ease .2s;
}
#gallery .owl-carousel .owl-item:hover img{
    transform: scale(1.1);
    opacity: .6;
} 
#gallery .owl-carousel .owl-item img {
    display: block;
    width: 115%;
    cursor: zoom-in;
    transition: all ease .3s;
}
.lightbox .lb-data .lb-details {
    display: none;
}
.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    border: 4px solid #cafe32;
}

.lb-nav a.lb-next {
    position: absolute;
    right: -4vw;
    width: 25%;
    color: #cafe32;
}
.lb-nav a.lb-prev {
    position: absolute;
    left: -4vw;
    width: 25%;
    color: #cafe32;
}
.lb-loader {
    display: none !important;
}
body .disable-scroll{
    overflow: hidden !important;
}

/* forms */
.modal {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .4s;
  z-index: 10000;
  }
  
  
  .modalContents {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(45deg,rgb(28, 28, 28),black);
  width: 90%;
  /* backdrop-filter: blur(3px); */
  border-top: none;
  border: 1px solid rgb(141, 141, 141);
  border-top: none;
  }
  .form-img-box{
    width: 30%;
    overflow: hidden;
    height: 26vw;
  }
  .form-img{
    width: 110%
  }
  
  .form-heading {
  font-family: "montserrat";
  font-weight: 800;
  color: rgb(255, 255, 255);
  font-size: 1.5vw;
  border-bottom: none;
  padding: 0.5vw 0vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(45deg, #cafe32, #93be18);
  width: 90%;
  border: 1px solid rgb(141, 141, 141);
  border-bottom: none;
  }
  
  .modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  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.814),rgba(0, 0, 0, 0.786));    
  }
  form{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80%;
  }
  .del-amount-box{
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 93%;
    padding: 0.5vw;
    margin-top: 0.5vw;
    background-color: #313131;
  }
  .del-price-input-box{
    display: flex;
    align-items: center;
    gap: 0.3vw;
  }
  .del-list{
    padding: 0;
    margin: 0;
    margin-left: 2vw;
    margin-top: 0.5vw;
  }
  form li{
    font-size: 0.55vw;
    font-family: "Poppins";
    font-weight: 300;
  
  }
  .del-price-input-box label{
    color: white;
    font-family: "Poppins";
    font-size: 0.6vw;
    display: flex;
    align-items: center;
    gap: 0.3vw;
  }
  .del-price-input-box label sup{
    color: red;
    font-size: 0.5vw;
  }

  .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:1px solid #ffffff37;
  display: flex;
  align-items: center;
  width: 45%;
  height: 1.7vw;
  font-size: 0.7vw;
  color: #ffffff;
  }
  .inputs input:focus{
  outline: none;
  background-color: none;
  }

  .inputs input::placeholder{
  font-family: "Poppins";
  color: #ffffff;
  font-size: 0.55vw;
  transform: translate(0.1vw,0vw);
  font-weight: 300;
  }
  .check-box{
  width: 93%;
  height: auto;
  }
  .checks{
  padding: 0.4vw 0vw;
  }
  .checks label{
  display: flex;
  }
  .f-btn{
  background: none;
  border: none;
  font-family: "Poppins";
  font-size: 1vw;
  font-weight: 600;
  color: #000;
  padding: 0.2vw 1vw;
  margin: 1vw 0vw;
  cursor: pointer;
  background-color: #cafe32;
  }
  
  .f-btn:hover{
  color: #000;
  background-color: #d4fb60;
}
  
  
  /* Hide the default checkbox */
  input[type="checkbox"] {
  display: none;
  }
  
  /* Create a custom checkbox style */
  .custom-checkbox {
  width: 0.5vw;
  height: 0.5vw;
  border: 0.5px solid #ffffff;
  cursor: pointer;
  transform: translateY(0.1vw);
  }
  /* Style for when the checkbox is checked */
  input[type="checkbox"]:checked + .custom-checkbox::after {
  position: absolute;
  content: '\2714';
  font-size: 0.8vw;
  top: -80%;
  color: #ea2848;
  }
  
  
  .is-show {
  visibility: visible;
  opacity: 1;
  scale: 1.45;
  }
  
  .lt {
  width: 96%;
  margin-left: 1%;
  font-size: 0.55vw;
  font-family: "Poppins";
  font-weight: 300;
  color: #ffffff;
  text-transform: uppercase;
  }
  .in-box .lt{
    font-weight: 500;
  }
  .clModal{
  position: absolute;
  font-family: "Montserrat";
  font-weight: 800;
  font-size: 0.8vw;
  top: 0.6vw;
  right: 3vw;
  background-color: #000000;
  width: 1vw;
  height: 1vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color:  #ffffff;
  cursor: pointer;
  opacity: 1;
  }

/* Style for invalid text fields */
input.invalid {
  border: 1px solid rgb(255, 0, 0);
}

/* Style for invalid custom checkbox */
label.invalid .custom-checkbox,
.del-price-input-box.invalid .custom-checkbox {
  border: 1px solid rgb(255, 0, 0);
}

.form-message{
  margin-top: 0.5vw;
  font-family: "poppins";
  text-transform: uppercase;
  color: rgb(255, 0, 0);
  font-size: 0.55vw;
  display: none;
}
.mshow{
  display: block;
}
.form-interest{
  width: 93%;
  background-color: #393939;
  padding: 0.5vw;
}
.in-h{
  color: white;
  font-family: "Poppins";
  font-size: 0.55vw;
  color: #cafe32;
}
.in-box{
  margin-top: 0.5vw;
  display: flex;
  flex-direction: column;
  gap: 0.3vw;
}
.in-box label{
display: flex;
gap: 0.5vw;
}

/* ***************Footer Section**************** */
#footer {
    width: 100vw;
    height: 10vw;
    background: linear-gradient(86deg, #13160a 8%, #344306 48%, #13160a 79%);
    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: #cafe32;
    border: 1.5px #cafe32 solid;
  
  }
  
  .fUp div: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;
    transition: all 0.3s ease;
  }
  
  .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: #cafe32;
    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;
  }
  .mail-box:hover .mail{
    color: #000;
  }
  .mail-box:hover .mail-heading{
    color: #000;
  }

  .mob_traicon_logo,
  .toggle {
    display: none;
  }
/* mobile responsive */
@media screen and (max-width: 450px){
    body,html{
        overflow-x: hidden;
    }
    .popup {
        width: 80vw;
        height: 23vw;
      }
      .popup-h {
        font-size: 3.2vw;
      }
      .popup button {
        font-size: 3.2vw;
        top: 2vw;
      }
    .navbar-scrolled {
        height: 100vh;
    }
    .frame{
        display: flex;
        position: fixed;
        right: 2vw;
        top: 2vw;
        z-index: 9999;
        background-color: transparent;
      }


      .custom-popup-content {
        width: 85vw;
        height: 25vw;
        right: 3vw;
        bottom: 11vw;
        border-radius: 4vw;
    }
    .custom-popup h2 {
      font-size: 3.5vw;
  }
  .custom-popup h2 span {
    line-height: 9vw;
   }
.custom-popup h2 a {
  font-size: 2.8vw;
  padding: 1vw 2vw;
  height: 3.5vw;
  transform: translate(0.5vw, 1.3vw);
}
.popup-patch {
  width: 10vw;
  height: 10vw;
  right: -1.8vw;
  top: -1.2vw;
}
.custom-close-btn {
  top: 0.9vw;
  right: 1.8vw;
}
  /* navbar */
    .navUl {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5vw;
    }
    .navButton,.navButton1{
        display: none;
    }
    #navbar{
        position: fixed;
        left: -110vw;
        background-color: #111722c9;
        backdrop-filter: blur(2px);
        height: 100vh;
    }
    .navbar-container {
        height: 100vh;
        align-items: center;
        justify-content: center;
    }
    .navbar-scrolled .navbar-container {
        height: 100vh;
        align-items: center;
        justify-content: center;
    }
    .navUl a {
        font-weight: 600;
        font-size: 6vw;
    }
    .countdown {
      gap: 3vw;
      width: 95%;
  }
  .count-b {
      width: 18vw;
      height: 18vw;
      border-radius: 2vw;
  }
  .dig_class{
      z-index: 5;
      font-size: 5.5vw;
      line-height: 4vw;
      width: auto;
    height: 6;
    position: relative;
      border-radius: 0.7vw;
      color: #fff;
    }
    .count-t {
      font-family: "montserrat";
      font-size: 3vw;
      margin-top: 2.3vw;
    }
    #home {
        background-size: cover;
        background-position-x: -160vw;
        width: 100vw;
        height: 100vh;
    }
    .homeVid {
        position: absolute;
        width: 100%;
        height: 100vh;
    }
    .cover-cont {
        width: 95%;
        height: 80%;
    }
    .cover {
        align-items: center;
    }    
    .coverLeft {
        width: 100%;
        align-items: center;
        justify-content: center;
    }
    .coverRight{
        display: none;
    }
    #dc25{
      position: absolute;
      z-index: 100;
      left: 76vw;
      top: 50vw;
      width: 22vw;
      height: auto;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
    }
    #dc25:before {
      position: absolute;
      content: '';
      width: 1px;
      height: 60%;
      left: 0;
      bottom: -2vw;
      background-color: #ffffff5f;
    }
    .eventName {
        font-size: 7.8vw;
    }
    .cLeftCont {
        width: 100%;
        height: 80%;
        align-items: center;
        justify-content: center;
        gap: 5vw;
    }
    .eventLogo{
      align-self: start;
      width: 72vw;
    }
    .off-mp-box {
      position: absolute;
      width: 32vw;
      left: auto;
      height: auto;
      top: 45vw;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 0.3vw;
      border: none;
      margin-bottom: 4vw;
      position: static;
  }
  .off-mp-h {
    color: white;
    font-size: 2.9vw;
    font-family: "Source Sans 3";
    text-align: center;
    line-height: 3vw;
}
    .eventDate {
      width: 80vw;
      height: auto;
      border-radius: 10vw;
      font-size: 3.4vw;
      flex-direction: column;
      align-items: center;
      gap: 1vw;
      padding: 2vw 0vw;
   
  }
  .eventDate::after{
    width: 70%;
    height: 1px;
    transform: translate(0);
  }
    .blt {
        left: 2vw;
        display: none;
    }
    .tagLine {
      height: auto;
      font-size: 5vw;
      width: 80vw;
      text-align: center;
      line-height: 6vw;
  }
    .tagDown {
      font-size: 6vw;
      line-height: 6vw;
  }
    .traiconLogo{
        display: none;
    }
    
    .navBtns {
        display: flex;
        width: 19vw;
        justify-content: space-between;
        position: fixed;
        right: 4vw;
        top: 2vw;
    }
    .navBtns {
        display: flex;
        width: 100vw;
        gap: 5vw;
    }
    .navButton1 {
        width: 15vw;
        height: 5.5vw;
        font-size: 2.2vw;
    }
    .navButton {
        width: 15vw;
        height: 5.5vw;
        font-size: 2.2vw;
    }

    .traicon-mob{
        display: block;
        position: fixed;
        top: 2vw;
        left: 2vw;
        width: 20vw;
        z-index: 1001;
    }
    
    .dcimg {
        width: 100%;
        transform: translateY(5vw);
    }
      .coverBtns {
        display: flex;
        width: 90%;
        justify-content: space-between;
      }
      .cBtn1 {
        width: 40vw;
        height: 10vw;
        font-size: 4vw;
        border-radius: 10vw;
      }
      .cBtn2{
        width: 40vw;
        height: 10vw;
        font-size: 4vw;
        border-radius: 10vw;
      }
      .coverBtns i {
        margin: 2.25vw 0 0 0.5vw;
      }
      /* overview */
      #overview {
        position: relative;
        width: 100%;
        height: auto;
      }
      .overviewCont {
        width: 90%;
        display: flex;
        height: auto;
        position: relative;
        z-index: 2;
        flex-direction: column;
      }
      .overLeft {
        position: relative;
        width: auto;
        height: auto;
      }
      #overview .head {
        color: #cafe32;
        font-size: 5.5vw;
    }
      .overRight {
        width: 100%;
        height: auto;
        margin-bottom: 4vw;
      }
      .head {
        font-size: 7vw;
      }
      .overDes {
        width: 90vw;
        color: #fff;
        font-family: 'poppins';
        font-size: 3.45vw;
        height: auto;
        line-height: 6vw;
        gap: 2.7vw
    }
    /* require */
    #require{
      padding: 8vw 0;
    }
    .require-head {
      font-size: 7vw;
      line-height: 7vw;
      text-align: center;
    }
    .require-boxes{
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 4vw;
    }
    .r-box {
      width: 70vw;
      height: auto;
      padding: 2.5vw;
      border-radius: 3vw;
    }
    .r-img {
      width: 70vw;
      height: 70vw;
    }
    .r-name {
      position: absolute;
      left: 0;
      bottom: 10vw;
      font-size: 5vw;
      padding: 0 3vw;
    }
    .r-box ul {
      font-size: 3.5vw;
      padding-left: 2.5vw;
    }
/* focus */
.focus-container{
  gap: 5vw;
}
.focus-head {
  font-size: 8vw;
}
.focus-box {
  width: 100%;
  height: 35vw;
}
.f-name {
  font-size: 3.8vw;
  padding: 0 1vw;
}
.f-des {
  font-size: 3.2vw;
}
.fb2{
  flex-direction: row-reverse;
}
.fb3{
  flex-direction: row;
}
.f-img {
  width: 20vw;
  height: 20vw;
}
    /* whyPhilippines */
    #whyPhilippines {
        width: 105%;
        height: auto;
        flex-direction: column;
        padding: 4vw 0;
    }
    .whyQcont {
        width: 90%;
        display: flex;
        height: auto;
        flex-direction: column-reverse;
    }
    .whyQLeft {
        width: 95%;
        font-size: 3.45vw;
        padding: 4vw 0;
        gap: 3vw;
        line-height: 5vw;
    }
    #whyPhilippines .head {
        margin-bottom: 3vw;
        font-size: 6vw;
        text-align: start;
        line-height: 6.5vw;
    }
    .whyQdes {
        gap: 4vw;
        width: 90vw;
        line-height: 6vw;
    }
    .whyQright {
        width: 100%;
        padding-bottom: 2vw;
    }
    .whyQright img {
           width: 50vw;
    }
    .wp-topic {
        font-size: 4.1vw;
        font-weight: 500;
    }
    .wp-p p::before {
        display: block;
        left: -2.45vw;
        top: 22%;
    }
    .why-boxes {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
/* main attraction */
.main-container {
    width: 85%;
}
.main-boxes {
    width: 100%;
    gap: 2vw;
    flex-wrap: wrap;
    justify-content: center;
}
.main-box {
    width: 25vw;
    height: 25vw;
    gap: 1.5vw;
}
.m-num {
    position: relative;
    font-size: 4.5vw;
}
.m-num {
    position: relative;
    font-size: 4.5vw;
}
.m-des {
    font-size: 3.5vw;
    line-height: 3.1vw;
}
.m-des:after {
    height: 1px;
    width: 4vw;
    top: -1.2vw;
}
.main-stage-head {
    font-size: 5vw;
}
.main-stage {
    width: 100%;
    flex-direction: column-reverse;
    justify-content: space-evenly;
    gap: 5vw;
}
.main-r {
    height: 100vw;
    width: 25vw;
    width: 100%;
}
.main-patch {
    position: absolute;
    width: 55vw;
    height: 70vw;
}
.main-img {
    left: 10vw;
    top: 17vw;
    width: 55vw;
    height: 70vw;
}
.main-img img {
    width: 200%;
    transform: skewX(10deg) translateX(-35vw);
}
.main-cont .main-stage:nth-child(2) .main-img img {
  transform: skewX(10deg) translateX(-24vw);
}
.main-l {
    width: 100%;
}
.main-cont .main-stage:nth-child(2) {
    flex-direction: column-reverse;
}

    /* who-meet */
    #whoMeet {
        width: 100%;
        padding: 5vw 0;
    }

    .whoMeetContainer {
        width: 100%;
        height: auto;
        gap: 5vw;
    }
    .jobBox {
        position: relative;
        width: 46.5vw;
        height: 15vw;
        font-size: 3vw;
    }
    #chartdiv {
        position: relative;
        width: 100%;
        height: 80vw;
    }
    #chartdiv svg{
        font-family: 'montserrat';
        font-size: 2vw;
    }

    .jobTCont {
        row-gap: 4.5vw;
    }
    #whoMeet .owl-carousel .item {
        width: 45vw;
    }
    .jobHead {
        font-size: 4vw;
    }
    .jobBoxes {
        width: 95%;
        height: auto;
    }
    .attendHead {
        color: white;
        font-size: 4vw;
        font-weight: 600;
    }
    .attendBoxes {
        height: auto;
        gap: 2vw;
    }
    .attendBox {
        position: relative;
        width: 25vw;
        height: 25vw;
    }
    .attendDes {
        font-size: 2.3vw;
        line-height: 3vw;
    }
    .low {
        font-size: 2.35vw !important;
    }
    .why-box {
        width: 45vw;
        height: 22vw;
        gap: 1vw;
    }
    .why-num {
        font-size: 4.5vw;
    }
    .why-detail {
        font-size: 3vw;
        width: 90%;
        line-height: 3vw;
        height: auto;
    }
  
    .title{
        font-size: 7vw;
      }

      /* agenda */
.agenda{
    height: auto;
  }
  .agenda-cont{
    height: auto;
  }
  .agenda-container{
    width: 95%;
  }
  .ag-carousel .item {
    height: auto;
  }
  .get-agenda {
    width: 44vw;
    height: 9vw;
    font-size: 3.5vw;
    margin-top: 40vw;
  }
.ag-blur{
  height: 100vw;
}

.ag-blur-box {
  width: 100%;
  height: 30vw;
}

  .ag-cont-box {
    width: 100%;
    height: 20vw;
    gap: 2.5vw;
  }
  .ag-time{
    width: 30%;
    font-size: 2.5vw;
  }
  .ag-des{
    width: 65%;
    font-size: 3.8vw;
  }
  /* .ag-br{
    width: auto;
  } */
  .ag-time::after {
    width: 0.6vw;
    height: 5vw;
  }
  .ag-head-line {
    height: 3.5vw;
  }
  .ag-date{
    font-size: 3vw;
  }
  .owl-carousel .owl-nav button.owl-next {
    display: none;
  }
    /* speaker section */
        /* speakers */
        #speakers {
          width: 100%;
          height: auto;
      }
      .spkJob {
          font-family: 'montserrat';
          font-size: 3.3vw;
      }
      .speakerBoxes {
          width: 95%;
          gap: 2vw;
      }
      .speaker-box {
        width: 43vw;
        height: 80vw;
        border-radius: 23vw;
    }
      .spk-img-box{
        height: 40vw;
      }
      .spk-cont{
        height: 40vw;
      }
      .spk-name {
        font-size: 3.1vw;
      }
      .spk-job {
        font-size: 2.9vw;
      }
      .spk-company {
        font-size: 2.9vw;
      }
      .spk2{
        transform: translate(0);
      }
      .spk4{
        transform: translate(0);
      }
/* 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;
  }
  section{
    padding: 0;
  }
    /* form */
.modalWrapper {
  width: 70%;
}

.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{
  width: 100%;
}
.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%;
}
.checks label{
  gap: 0.5vw;
}
.custom-checkbox {
  width: 1.5vw;
  height: 1.5vw;
}

.lt {
  font-size: 1.6vw;
  list-style: 1.7;
}

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;
}
.form-img-box{
  display: none;
}
.del-amount-box {
  width: 86%;
  padding: 1.5vw;
  margin-top: 2.5vw;
}
.del-amount-box  .custom-checkbox{
  transform: translateY(-0.4vw);
}
.del-price-input-box label {
  font-size: 2vw;
  font-weight: 800;
}
.del-price-input-box {
  gap: 1.5vw;
}
.del-list li {
  font-size: 1.4vw;
}
.form-message {
  margin-top: 2.5vw;
  font-size: 1.95vw;
  display: none;
}
.in-h {
  font-size: 1.75vw;
}
.form-interest {
  width: 85%;
  background-color: #393939;
  padding: 1.5vw;
}
.in-box {
  margin-top: 1.5vw;
  gap: 0.9vw;
}
/* spons */
#sponsors{
    width: 100%;
    height: auto;
    gap: 4vw;
    padding: 6vw 0;
}
  .sponHead {
    width: fit-content;
    border-radius: 3vw;
    padding: 0.5vw 1vw;
    font-size: 4.05vw;
}
.sponsorContainer {
    gap: 3vw;
    height: auto;
}
.sponsCont {
    gap: 3vw;
}
.sPatch {
    width: 50vw;
    height: 50vw;
}
.sponsBox {
    width: 40vw;
    height: 24vw;
}
.goldSpons .sponsBox {
    width: 50vw;
    height: 25vw;
}
.exhibitor .sponsBox {
  width: 30vw;
  height: 17vw;
}
.media .sponsBox{
    width: 25vw;
    height: 15vw;
}
.galleryBox {
    width: 100%;
    height: 75vw;
}
.galleryContainer {
    width: 100%;
    height: auto;
}
#gallery {
    width: 100%;
    height: auto;
}
.galleryBox .gIcon {
    left: 45%;
    top: 45%;
}
.galleryBox:hover .gIcon{
    width: 10vw;
    height: 10vw;
    font-size: 5vw;
}

}

@media screen and (min-width: 768px) and (max-width: 1024px){
    .blt {
        left: 2vw;
    }
    body,html{
        overflow-x: hidden;
    }
    .popup-h {
        font-size: 2.2vw;
      }
      .popup {
        width: 60vw;
        height: 14vw;
      }
      .popup button{
        font-size: 2.5vw;
      }
    .traiconLogo {
        width: 10.5vw;
    }
    .custom-popup-content {
      width: 65vw;
      height: 20vw;
      right: 3vw;
      bottom: 11vw;
      border-radius: 4vw;
  }
  .custom-popup h2 {
    font-size: 2.5vw;
}
.custom-popup h2 span {

  line-height: 6vw;

}

.popup-patch {
  width: 7vw;
  height: 7vw;
  right: -1.3vw;
  top: -0.9vw;
}
.custom-close-btn {
  top: 1vw;
  right: 1.8vw;
}
.custom-popup h2 a {
  font-size: 1.8vw;
  padding: 1vw 2vw;
  height: 2.2vw;
  transform: translate(0.5vw, 1.3vw);
}

    /* navbar */
    .navBtns {
        display: none;
    }
    .navUl {
        width: auto;
        gap: 3vw;
    }
    .navUl li{
        font-size: 2.3vw;
    }
    .navbar-scrolled {
        height: auto;
    }
    .navbar-scrolled .navbar-container {
        height: 9.5vw;
    }
    .navbar-scrolled .traiconLogo {
        width: 12vw;
    }

    #home {
        background-size: cover;
        background-position-x: -90vw;
        width: 100vw;
        height: 103vh;
    }
    .homeVid {
        position: absolute;
        width: 100%;
        height: 100vh;
    }
    .cover-cont {
        width: 95%;
        height: 80%;
    }
    .cover {
        align-items: center;
    }    
    .coverLeft {
        width: 100%;
        align-items: center;
        justify-content: center;
    }
    .coverRight{
        display: none;
    }
    #dc25{
      position: absolute;
      z-index: 100;
      left: 75vw;
      top: 24vw;
      width: 20vw;
      height: auto;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
    }
    #dc25:before {
      position: absolute;
      content: '';
      width: 1px;
      height: 60%;
      left: 0;
      bottom: 0;
      background-color: #ffffff5f;
    }
    .eventName {
        font-size: 8.5vw;
    }
    .cLeftCont {
        width: 100%;
        height: 80%;
        align-items: start;
        justify-content: center;
        gap: 5vw;
        
    }
    .eventDate {
      width: 75vw;
      height: 6.6vw;
      border-radius: 4vw;
      font-size: 2.3vw;
  }
  .eventDate::after {
    content: "";
    height: 2.6vw;
    transform: translateX(-4vw);
}
.off-mp-box {
  width: 18vw;
  height: 17vw;
  left: 72vw;
  gap: 0.5vw;
  border-left: 2px solid #ea284875;
  margin-bottom: 0vw;
}
.off-mp-h {
  font-size: 1.9vw;
  line-height: 2vw;
}
    .eventLogo {
      width: 70vw;
    }
    .tagLine {
        height: auto;
        font-size: 3.5vw;
        line-height: 5vw;
    }
    .tagDown{
      font-size: 3.8vw;
    }
    .countdown {
      gap: 2vw;
      width: fit-content;
  }
  .count-b {
      width: 15vw;
      height: 15vw;
      border-radius: 2vw;
  }
  .dig_class{
      z-index: 5;
      font-size: 3.5vw;
      line-height: 3vw;
      width: auto;
    height: 6;
    position: relative;
      border-radius: 0.7vw;
      color: #fff;
    }

    .count-t {
      font-family: "montserrat";
      font-size: 2vw;
      margin-top: 2.3vw;
    }
      .coverBtns {
        display: flex;
        width: 100%;
        justify-content: left;
        gap: 3vw;
      }
      .cBtn1 {
        width: 30vw;
        height: 7vw;
        font-size: 2.5vw;
        border-radius: 10vw;
      }
      .cBtn2{
        width: 30vw;
        height: 7vw;
        font-size: 2.5vw;
        border-radius: 10vw;
      }
      .coverBtns i {
        margin: 2.25vw 0 0 0.5vw;
      }
      /* overview */
      #overview {
        position: relative;
        width: 100%;
        height: auto;
      }
      #overview .head {
        font-size: 3.65vw;
      }

      .overviewCont {
        width: 90%;
        display: flex;
        height: auto;
        position: relative;
        z-index: 2;
        flex-direction: column;
      }
      .overLeft {
        position: relative;
        width: auto;
        height: auto;
      }
      .overRight {
        width: auto;
      }
      .head {
        font-size: 7vw;
      }
      .overDes {
        font-size: 2.45vw;
        height: auto;
        line-height: 4.5vw;
        margin-bottom: 3vw;
    }
    /* require */
    #require{
      padding: 8vw 0;
    }
    .require-container{
      width: 95%;
    }
    .require-head {
      font-size: 6vw;
      line-height: 6vw;
      text-align: center;
    }
    .require-boxes{
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 4vw;
    }
    .r-box {
      width: 39vw;
      height: auto;
      padding: 2vw;
      border-radius: 3vw;
    }
    .r-img {
      width: 39vw;
      height: 39vw;
    }
    .r-name {
      position: absolute;
      left: 0;
      bottom: 3vw;
      font-size: 3vw;
      padding: 0 3vw;
    }
    .r-box ul {
      font-size: 2.5vw;
      padding-left: 2vw;
    }
/* focus */
.focus-container{
  gap: 5vw;
}
.focus-head {
  font-size: 6vw;
}
.focus-box {
  width: 100%;
  height: 35vw;
}
.f-name {
  font-size: 3vw;
  padding: 0 1vw;
}
.f-des {
  font-size: 2.5vw;
}
.fb2{
  flex-direction: row-reverse;
}
.fb3{
  flex-direction: row;
}
.f-img {
  width: 20vw;
  height: 20vw;
}
    /* whyPhilippines */
    #whyPhilippines {
        width: 100%;
        height: auto;
        flex-direction: column;
        padding: 4vw 0;
    }
    .whyQcont {
        width: 90%;
        display: flex;
        height: auto;
        flex-direction: column;
    }
    .whyQLeft {
        width: 100%;
        font-size: 2.45vw;
        padding: 4vw 0;
        line-height: 4.9vw;
    }
    .whyQdes {
        gap: 4vw;
    }
    .whyQright {
        width: 100%;
        padding-bottom: 2vw;
    }
    .whyQright img {
        width: 28vw;
    }
    #whyPhilippines .head {
        font-size: 3.8vw;
        text-align: start;
    }
    .wp-topic {
        font-size: 3vw;
    }
    .wp-p p::before {
        left: -1.65vw;
        top: 2vw;
    }
   
    /* who-meet */
    #whoMeet {
        width: 100%;
        padding: 5vw 0;
        gap: 3vw;
    }
    .why-boxes {
        position: relative;
        z-index: 2;
        width: 90%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .why-detail {
        font-size: 2.1vw;
        font-weight: 300;
        line-height: 2.5vw;
        height: auto;
    }

    .why-box {
        width: 25vw;
        height: 20vw;
    }
    .why-num {
        font-size: 3vw;
    }

    .whoMeetContainer {
        width: 100%;
        height: auto;
        gap: 5vw;
    }
    #chartdiv {
        position: relative;
        width: 100%;
        height: 45vw;
    }
    #chartdiv svg {
        font-family: 'montserrat';
        font-size: 1.5vw;
    }
    .jobBox {
        position: relative;
        width: 30vw;
        height: 15vw;
        font-size: 2.4vw;
    }
    #whoMeet .owl-carousel .item {
        width: 30vw;
    }
    .jobHead {
        font-family: 'josefin sans';
        color: white;
        font-size: 4vw;
        padding-bottom: 3vw;
    }
    .jobTitlesContainer {
        gap: 1vw;
    }
    .jobBoxes {
        width: 95%;
        height: auto;
    }
    .spkJob {
        font-family: 'montserrat';
        font-size: 3vw;
    }
    .attendHead {
        font-family: 'josefin sans';
        color: white;
        font-size: 4vw;
        font-weight: 600;
        padding-bottom: 3vw;
    }
    .attendBoxes {
        height: auto;
        padding: 5vw 0;
    }
    .attendBox {
        position: relative;
        width: 18vw;
        height: 18vw;
        margin-bottom: 2vw;
    }
    .attendDes {
        font-size: 2.4vw;
        line-height: 2.5vw;
    }
    .low {
        font-size: 2.35vw !important;
    }
    /* main */
    .main-boxes {
        flex-wrap: wrap;
    }
    .m-des {
        font-size: 2.1vw;
        line-height: 2.2vw;
    }
    .main-stage-head {
        font-size: 3vw;
    }
    .main-container {
        gap: 3vw;
    }
      /* agenda */
.agenda{
    height: auto;
  }
  .agenda-cont{
    height: auto;
  }
  .agenda-container{
    width: 95%;
  }
  .ag-carousel .item {
    height: auto;
  }
  .ag-cont-box {
    width: 100%;
    height: 16vw;
    gap: 2.5vw;
  }
  .ag-blur {
    width: 100%;
    height: 100vw;
  }
  .ag-blur-box {
    height: 30vw;
}
.get-agenda {
  width: 33vw;
  height: 7vw;
  border-radius: 5vw;
  font-family: "montserrat";
  margin-top: 30vw;
  font-size: 2.5vw;
}
  .ag-time{
    width: 30%;
    font-size: 2.5vw;
  }
  .ag-des{
    width: 65%;
    font-size: 2.5vw;
  }
  /* .ag-br{
    width: fit-content;
  } */
  .ag-time::after {
    width: 0.6vw;
    height: 5vw;
  }
  .ag-head-line {
    height: 3.5vw;
  }
  .ag-date{
    font-size: 3vw;
  }
  .owl-carousel .owl-nav button.owl-next {
    display: none;
  }
    /* speaker section */
    #speakers {
      width: 100%;
      height: auto;
  }
  .speakerBoxes {
      width: 90%;
      gap: 2vw;
  }
  .speaker-box {
    width: 26vw;
    height: 50vw;
    border-radius: 19vw;
}
.spk-cont{
  height: 25vw;
}
.spk-img-box{
  height: 25vw;
}
.spk-name{
  font-size: 2vw;
}
.spk-job{
  font-size: 1.8vw;
}
.spk-company{
  font-size: 1.8vw;
}
.spk2,.spk4{
  transform: translate(0);
}
    /* sponsors */
    #sponsors {
        width: 100%;
        height: auto;
        padding: 2vw 0;
        gap: 2vw;
    }
    .sponHead {
        font-size: 2.75vw;
    }
    .sponsBox {
        width: 36vw;
        height: 19vw;
    }
    .goldSpons .sponsBox {
        width: 40vw;
        height: 20vw;
    }
    .exhibitor .sponsBox {
      width: 25vw;
      height: 13vw;
  }
    .media .sponsBox{
        width: 18vw;
        height: 10vw;
    }
    .sponsorContainer {
        padding: 3vw 0 4vw 0;
        gap: 2vw;
    }

     
/* 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;
  }
  section{
    padding: 0;
  }
    /* form */
.modalWrapper {
  width: 70%;
}

.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{
  width: 100%;
}
.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;
}
.form-img-box{
  display: none;
}
.del-amount-box {
  width: 86%;
  padding: 1.5vw;
  margin-top: 2.5vw;
}
.del-amount-box  .custom-checkbox{
  transform: translateY(-0.4vw);
}
.del-price-input-box label {
  font-size: 1.8vw;
  font-weight: 800;
}
.del-price-input-box {
  gap: 1.2vw;
}
.del-list li {
  font-size: 1.4vw;
}
.form-message {
  margin-top: 2.5vw;
  font-size: 1.95vw;
  display: none;
}
.in-h {
  font-size: 1.75vw;
}
.form-interest {
  width: 85%;
  background-color: #393939;
  padding: 1.5vw;
}
.in-box {
  margin-top: 1.5vw;
  gap: 0.9vw;
}




/* gallery */
#gallery{
    width: 100%;
}
.galleryBox {
    width: 100%;
    height: 35vw;
}
.galleryContainer {
    width: 100%;
    height: auto;
}
#gallery {
    width: 100%;
    height: auto;
}
.galleryBox .gIcon {
    left: 45%;
    top: 45%;
}
.galleryBox:hover .gIcon{
    width: 10vw;
    height: 10vw;
    font-size: 5vw;
}
}