@import url('https://fonts.googleapis.com/css2?family=Kanit: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=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');


body{
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

 .whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    background-color: #25d366;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    transition: transform 0.3s ease;
  }

  .whatsapp-float:hover {
    transform: scale(1.1);
  }

  .whatsapp-float img {
    width: 40px;
    height: 40px;
  }
.loader{
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0d0b16c1;
}
.loader img{
  width: 100px;
}
/* color-code : #df3926 */
a{
    text-decoration: none;
    color: white;
}
h1,h2,h3{
    padding: 0;
    margin: 0;
}
/* community */
.community{
  position: fixed;
  bottom: 2vw;
  right: 2vw;
  z-index: 10;
}
.community h3{
  font-family: "source sans 3";
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9vw;
  background-color: #df3926;
  padding: 0.3vw 0.5vw;
  color: white;
}
.community-links{
  display: flex;
  justify-content: flex-end;
  gap: 0.5vw;
  align-items: center;
  margin-top: 0.5vw;
}
.com-logo{
  width: 2vw;
}
.inst{
  width: 1.7vw;
}
/* navbar */
.mob-logo{
    display: none;
}
.container{
    display: none;
}
.company-logo{
    width: 80px;
}
.trinity{
    width: 60px;
}
.company-logo-box{
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    gap: 20px;
    margin-left: 30px;
}
/* .company-logo-box::after{
    content: "";
    position: absolute;
    height: 20px;
    width: 1px;
    background-color: white;
    margin-left: 20px;
} */
.navbar{
    position: fixed;
    width: 100%;
    z-index: 10;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    padding-top: 15px;
 transition: all 0.5s ease;
}
.navbar ul{
    list-style: none;
 display: flex;
 align-items: center;
 justify-content: center;
 gap: 50px;
 margin-right: 30px;
}
.navscrolled{
    background-color: #0d0b16af;
    backdrop-filter: blur(10px);
    padding-top: 0;
}
.navbar ul li a{
    color: white;
    font-size: 16px;
    font-family: "Source Sans 3";
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}
.navbar ul li a::after{
    content: "";
    position: absolute;
    height: 1px;
    background-color: #df3926;
    bottom: 0;
    width: 0;
    right: 0;
    transition: all 0.5s ease;
}
.navbar ul li a:hover{
    color: #df3926;
    font-weight: 600;
}
.navbar ul li a:hover::after{
    width: 100%;
    left: 0;
}
.navbar ul li .active{
    color: #df3926;
    font-weight: 600;
}
.navbar ul li .active::after{
    width: 100%;
    left: 0;
}
/* cover */
.cover{
    width: 100%;
    height: 100vh;
    background-image: url("../images/cover_bg.jpg");
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.cover-patch{
    width: 100%;
    height: 15vw;
    background:linear-gradient(#0d0b1600,#0d0b16);
    position: absolute;
    bottom: 0;
}
.cover-cont{
    width: 80%;
    height: 80vh;
    margin-top: 14vh;
    position: relative;
    z-index: 2;
}
.logo-box{
  display: flex;
  align-items: center;
  gap: 5vw;
}

.event-logo{
    width: 25vw;
}
.event-25-box{
  margin-top: -1vw;
  position: relative;
}
.event-25-box::before{
  content: "";
  width: 1px;
  height: 80%;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.416);
  left: -2vw;
  margin-top: 2.5vw;
}
.event-25{
  width: 15vw;
}
.tag1{
    color: #df3926;
    font-family: "Kanit";
    font-weight: 700;
    font-size: 2vw;
    margin-top: 1vw;
}
.date-place{
    display: flex;
    flex-direction: column;
    color: white;
    justify-content: center;
    width: fit-content;
    margin-top: 1.5vw;
    gap: 0.3vw;
}
.date{
  font-family: "Kanit";
  font-size: 1.3vw;
  padding:0.5vw 1vw;
  padding-top: 0.3vw;
  background-color: #df3926;
  width: fit-content;
  font-weight: 300;
}

.place{

display: flex;
/* gap: 0.4vw; */
font-family: "Source Sans 3";
font-size: 1.35vw;
text-transform: uppercase;
border-bottom: 1px solid #df3926;
padding-bottom: 0.3vw;
}

.tag2{
    color: white;
    font-size: 1.5vw;
    font-family: "Source Sans 3";
    margin-top: 2vw;
    font-weight: 300;
    line-height: 2vw;
}
.tag2 span{
    color: #df3926;
    font-weight: 700;
}
.countdown{
  color: white;
  position: absolute;
  right: -9vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 7%;
  gap: 0.2vw;
  justify-content: center;
}
.count-b{
  width: 7vw;
  height: 7vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #00000077;
  border-radius: 1vw;
  backdrop-filter: blur(30px);
  border: 2px solid rgb(111, 111, 111);
}
.dig{
  font-size: 2vw;
  font-family: "kanit";
  font-weight: 700;
  line-height: 2vw;
  color: #df3926;
}
.count-t{
  font-family: "Source Sans 3";
  font-size: 0.9vw;
}
.cov-btns{
    display: flex;
    align-items: center;
    gap: 1.5vw;
    margin-top: 2vw;
}
.cov-btn{
    width: 12vw;
    padding: 0.5vw 0vw;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background-color: #df3926;
    border-radius: 5vw;
    font-size: 1.1vw;
    font-family: "Source Sans 3";
    transition: all 0.3s ease;
    cursor: pointer;
}

.cov-btn:hover{
    background-color: white;
    color: black;
    transform: translateY(-0.3vw);
}
/* numbers */
.numbers{
    width: 100%;
    min-height: 20vw;
    background-color: #0d0b16;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    padding-bottom: 3vw;
}
.num-patch{
    width: 10vw;
    height: 10vw;
    background: #df38267d;
    position: absolute;
    border-radius: 50%;
    filter: blur(30px);
    z-index: 2;
    left: -4vw;
    top: 0vw;
}
.numbers .title::after{
    right: 3vw;
}
.numbers .title{
    line-height: 3.5vw;
}
.num-cont{
    width: 100%;
    height: auto;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2%;
}
.num-t{
    text-align: center;
    padding: 1vw 0vw;
    font-size: 2vw;
    font-family: "Kanit";
}
.num-left{
    width: 100%;
}
.num-right{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #dbdbdb1e;
    padding: 4vw 0vw;
    position: relative;
    z-index: 3;
    backdrop-filter: blur(30px);
}
.num-boxes{
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 1vw;
}
.num-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.3vw;

}
.num-des{
    text-align: center;
    font-family: "Source Sans 3";
    font-size: 1.1vw;
}
.num-dig{
    display: flex;
    font-family: "Kanit";
    font-size: 2vw;
    align-items: center;
    gap: 0.3vw;
}
.num-dig .odometer{
    font-family: "Source Sans 3";
    font-size: 3vw;
    font-weight: 700;
}
 .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner{
    overflow: visible;
}



/* overview */
.overview{
    width: 100%;
    height: 100vh;
    background: #0d0b16;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.over-patch{
    width: 20vw;
    height: auto;
    position: absolute;
    z-index: 2;
    left: 0;
  top: 7vw;
    display: flex;
    flex-wrap: wrap;
    gap: 1vw;
}
.over-dot{
    width: 0.3vw;
    height: 0.3vw;
    border-radius: 50%;
    background: #df3926;
}
.over-cont{
    width: 80%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.over-left{
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.over-img{
    width: 90%;
    height: 85%;
    background-image: url("../images/over-img.jpg");
    background-size: cover;
}
.over-right{
    width: 50%;
    height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
}
.title{
    font-size: 3vw;
    font-family: "Kanit";
    font-weight: 800;
    color: white;
    position: relative;
    width: fit-content;
    text-transform: uppercase;
}
.title::after{
    content: "";
    height: 2px;
    background-color: #df3926;
    position: absolute;
    right: 0;
    width: 30%;
    bottom: 0%;
}
.title span{
    font-weight: 300;
}
.t2{
    color: #df3926;
}
.t2 span{
    color: #0d0b16;
}
.over-p{
    color: white;
    font-size: 1.1vw;
    font-family: "Source Sans 3";
    text-align: justify;
    font-weight: 300;
}
@media screen and (min-width:1900px) {
    .over-p{
        font-size: 1vw;
    }
    .over-img{
        
        height: 80%;
    }
}

/* why this */
.why-this{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 5vw;
}
.why-this-cont{
    width: 80%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.why-this-left{
    width: 50%;
    height: 100%;
}
.why-this-p{
    color: #0d0b16;
    font-size: 1.1vw;
    font-family: "Source Sans 3";
    text-align: justify;
    font-weight: 400;
}
.why-this-right{
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2vw;
    position: relative;
   
}
.why-this-images{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2vw;
}
.why-this-img{
    width: 40%;
    height: 25vw;
  background-size: cover;
}
.why-this-img:nth-child(1){
    transform: translateY(-3.5vw);
    background-image: url("../images/why1.jpg");
}
.why-this-img:nth-child(2){
    transform: translateY(3.5vw);
    background-image: url("../images/why2.jpg");
}
.wrcb1{
    top: -3vw;
    right: 2vw;
}
.why-right-cont-box::before{
    content: "";
    width: 3vw;
    height: 1px;
    background-color: #df3926;
    position: absolute;
    left: -3vw;
}
.wrcb2{
    bottom: -3vw;
    left: 2vw;
}
.wrcb2::before{
    left: auto;
    right: -3vw;
}

.why-right-cont-box{
    position: absolute;
    z-index: 2;
    background-color: #efefef;
    width: 40%;
    padding: 0vw 1vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
.why-right-cont-box p{
    font-family: "Source Sans 3";
    font-size: 1vw;
    text-transform: capitalize;
    font-weight: 400;
    text-align: center;
    color: rgb(0, 0, 0);
}
.why-right-cont-box p span{
    color: #df3926;
    font-weight: 600;
}

.why-this-nums{
    width: 100%;
    height: 10vw;
    background-color: #dbdbdb;
    margin-top: 4vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
.why-num-cont{
    width: 80%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.why-num-box{
    width: 14%;
    height: 10vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5vw;
}
.why-num-dig{
    font-family: "Kanit";
    font-weight: 700;
    font-size: 2vw;
    color: #df3926;
}
.why-num-dig span{
    font-size: 1vw;
    font-weight: 500;
    text-transform: uppercase;
}
.why-num-des{
    font-family: "Source Sans 3";
    font-weight: 400;
    font-size: 1.1vw;
}
.full-form{
    width: 100%;
    text-align: right;
    margin-right:2vw ;
    padding: 1vw 0vw;
    font-family: "Source Sans 3";
    font-weight: 500;
    color: #df3926;
}

/* features */
.features{
    width: 100%;
    height: auto;
    min-height: 100vh;
    background: #0d0b16;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4vw 0vw;
}
.features-cont{
    width: 80%;
    height: auto;
    min-height: 100vh;
}
.feat-box{
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 2vw;
    gap: 10%;
    position: relative;
}
.feat-box .over-patch{
    top: auto;
    bottom: -3vw;
    left: -10vw;
    opacity: 0.5;
}
.feat-img-box{
    width: 40%;
    height: 30vw;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.feat-img{
    width: 100%;
    margin-top: 7vw;
}
.feat-cont-box{
    width: 50%;
    height: 30vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.feat-h{
    color: white;
    font-family: "kanit";
    font-weight: 600;
    font-size: 3vw;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;

    position: relative;
    z-index: 2;
}
.feat-h::before{
    content: "";
    height: 2px;
    width: 30%;
    background: #df3926;
    position: absolute;
    left: 0;
    bottom: 0;
}
.feat-para{
    color: white;
    font-family: "Source Sans 3";
    font-size: 1.2vw;
    font-weight: 300;
    line-height: 1.7;
    width: 90%;
    position: relative;
    z-index: 2;
    padding: 1vw 0vw;
}
.feat-num{
    position: absolute;
    color: rgba(255, 255, 255, 0.134);
    font-size: 15vw;
    font-family: "Kanit";
    top: -7vw;
}
.feat-box:nth-child(3) .feat-cont-box{
padding-left: 0;

}
.feat-box:nth-child(3) .feat-cont-box .feat-para{
    width: 100%;
}
.feat-box:nth-child(3) .feat-cont-box .feat-num{
    top: -3vw;
}

/* themes */
.themes{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 3vw;
}
.themes-cont{
    width: 80%;
    height: 90vh;
}
.tc1{
    margin-top: 2vw;
}
.themes-cont .tc .item img{
    width: 110%;
    position: absolute;
    transition: all 0.5s ease;
}
.themes-cont .tc .item{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 18vw;
    overflow: hidden;
}
.theme-box{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}
.theme-box:hover img{
    transform: translateY(-1vw);
}
.theme-oly{
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(rgba(0, 0, 0, 0.167),rgba(0, 0, 0, 0.463));
    z-index: 2;
}
.theme-box:hover .theme-des{
    background-color: #0d0b16;
    color: #df3926;
}
.theme-des{
    color: white;
    z-index: 2;
    font-family: "Kanit";
    text-transform: uppercase;
    font-size: 1vw;
    text-align: center;
    position: absolute;
    bottom: 1vw;
    width: 60%;
    height: 3vw;
    background-color: #0d0b1658;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0vw 1vw;
    line-height: 1vw;
    backdrop-filter: blur(30px);
    transition: all 0.5s ease;
}

/* who */
.who{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../images/who-attends.jpg");
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
.who-overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(#0d0b16,#0d0b16e2,#0d0b16);
}
.who-cont{
    width: 80%;
    height: 80vh;
    position: relative;
}
.who-boxes{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 2vw;
    gap: 3%;
}
.who-right{
    width: 67%;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.who-left{
    width: 30%;
    height: 70vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.who-h{
    color: white;
    width: 98%;
    font-size: 1.2vw;
    font-family: "Kanit";
    padding-bottom: 1vw;
}
.progress-bar-container {
    width: 100%;
    height: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2vw;
    border: 3px solid rgba(255, 255, 255, 0.164);
    border-radius: 1vw;
    background-color: rgba(255, 255, 255, 0.058);
  }
  
  .progress-wrapper {
    width: 70%;
    display: flex;
    align-items: center;
  flex-direction: column;
  gap: 1vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.237);
  padding-bottom: 1vw;
  }
  
  .progress-bar {
    width: 100%; /* 80% width for the bar */
    height: 1vw;
    background-color: #f3f3f31d;
    position: relative;
    border-radius: 2vw;
    overflow: hidden;
  }
  .progress-cont{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .progress-fill {
    height: 100%;
    width: 0;
    background-color: #df3926;
    border-radius: 12px;
    transition: width 1s ease; 
  }
  .progress-des{
    color: white;
    font-family: "Kanit";
    font-size: 1vw;
  }
  .progress-text {
    font-weight: bold;
    color: white;
    font-size: 1.2vw;
    font-family: "Kanit";
    font-weight: 600;
  }
.sec-up{
    width: 100%;
    height: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid rgba(255, 255, 255, 0.164);
    border-radius: 1vw;
    background-color: rgba(255, 255, 255, 0.058);
}
  .sector-boxes{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5vw;
  
 }
  .sec-box{
    width: 10vw;
    height: 13vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5vw;
  }
  .sec-box:hover .sec-icon{
    border: 2px solid #df3926;
    box-shadow: 0px 0px 5px #df3926;
  }
  .sec-icon{
    width: 7vw;
    height: 7vw;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgb(58, 58, 58);
    transition: all 0.5s ease;
  }
  .sec-icon svg{
    fill: #df3926;
    width: 40%;
    transition: all 0.5s ease;
  }
  .sec-box:hover svg{
    fill: #ff4833;
  }
  .sec-des{
    text-align: center;
    color: white;
    font-family: "Source Sans 3";
    font-weight: 300;
    font-size: 1vw;
    width: 90%;
}
/* job */
.job{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0d0b16;
    padding: 2vw 0;
}
.job-cont{
    width: 80%;
    height: auto;
}
.job-boxes{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 2vw;
}
.job-box{
    width: 32%;
    height: 80vh;
    border: 1px solid #df3926;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    gap: 0.5vw;
    border-radius: 1vw;
}
.job-box:hover{
    box-shadow: 0px 0px 10px #df3926;
}

.job-name{
  position: relative;
  font-size: 1.2vw;
  font-family: 'source sans 3';
  text-transform: uppercase;
  width: 80%;
  color: #df3926;
  padding-top: 1vw;
}
.job-name:after{
  position: absolute;
  content: '';
  width: 30%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #df3926;
}
.job-item{
    color: white;
    font-family: "Source Sans 3";
    font-size: 1.1vw;
    font-weight: 300;
    width: 70%;
    border-bottom: 1px solid #9999995a;
    padding-bottom: 0.5vw;
    display: flex;
    align-items: center;
    position: relative;
  
}
.job-item::before{
content: "";
width: 0.3vw;
height: 0.3vw;
border-radius: 50%;
background: #df3926;
position: absolute;
left: -1vw;
}

/* focused */
.focused{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10vw;
}
.focus-cont{
    width: 80%;
    height: 90vh;
}
.focus-boxes{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 2vw;
    height: 100%;
}
.focus-left{
    width: 35%;
    height: 100%;
    position: relative;
}
.focus-right{
    width: 65%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1vw;
    flex-wrap: wrap;
}
.foc-img1{
    width: 70%;
    height: 20vw;
    background-image: url("../images/foc1.jpg");
    background-size: cover;
    border: 0.5vw solid #0d0b16;
    margin-top: 4vw;
}
.foc-img2{
    width: 50%;
    height: 18vw;
    background-image: url("../images/foc2.jpg");
    background-size: cover;
    border: 0.5vw solid #0d0b16;
    position: absolute;
    top: 18vw;
    right: 0vw;
}
.foc-stroke{
    width: 10vw;
    height: 15vw;
    position: absolute;
    border: 3px solid #df3926;
    top: 6vw;
    right: 3vw;
}
.focused .over-patch{
    top: auto;
    bottom: -1vw;
}

.focus-box{
    width: 45%;
    height: 14vw;
    display: flex;
    flex-direction: column;
    gap: 0.3vw;
}
.focus-box:nth-child(5),.focus-box:nth-child(6){
    height: 8vw;
}
.focus-box:nth-child(1),.focus-box:nth-child(2){
    height: 12vw;
}

.focus-icon{
    width: 3vw;
}
.focus-icon svg{
    fill: #df3926;
}
.focus-h{
    font-family: "Kanit";
    font-size: 1.2vw;
    font-weight: 700;
}
.focus-des{
    font-family: "Source Sans 3";
    font-size: 1vw;
    position: relative;
}
.focus-des::after{
    content: "";
    width: 20%;
    height: 2px;
    background-color: #df3926;
    position: absolute;
    bottom: -1vw;
    left: 0;
}
/* speakers */
.speakers{
  width: 100%;
  min-height: 100vh;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0d0b16;
  padding: 4vw 0vw;
}
.speakers-cont{
  width: 80%;
  height: auto;
  min-height: 80vh;
}
.speakers .t2 span {
  color: #f3f3f3;
}
.speaker-boxes{
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2vw;
  margin-top: 10vw;
}
.spk-box{
  width: 22vw;
  height: 31.5vw;
  border-radius: 1vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.spk-img-box{
  width: 17vw;
  height: 21vw;
  background-color: #d0d0d0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;

}
.spk-c0{
  background-color: #ee5b4b;
}
.spk-c1{
  background-color: #df3926;
}
.spk-c2{
  background-color: #ec9a1c;
}
.spk-c3{
  background-color: #3ea449;
}
.spk-c4{
  background-color: #8a549f;
}
.spk-img{
  width: 130%;
  margin-top: 3vw;
  position: relative;
}

.spk-des{
  width: 70%;
  height: 7.5vw;
  margin-left: 15%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.2vw;
 }
 .spk-des::before{
  content: "";
  width: 0.1vw;
  height: 15vw;
  background-color: white;
  position: absolute;
  bottom: 0;
  left: -0.5vw;
 }
.sb2{
  transform: translateY(-5vw);
}
.sb3{
  transform: translateY(-10vw);
}
.spk-name{
  color: white;
  font-size: 1.2vw;
  font-family: "source sans 3";
  text-transform: uppercase;
  font-weight: 600;
}
.spk-job{
  color: white;
  font-family: "source sans 3";
  font-size: 0.9vw;
}
.spk-comp{
  color: white;
  font-size: 0.9vw;
  font-family:"source sans 3";
  font-weight: 600;
}
.spk-comp span{
  font-weight: 300;
}

/* sponsors */
.sponsors{
  width: 100%;
  height: auto;
  min-height: 60vh;
  display: flex;
  padding-top: 3vw;
  justify-content: center;
  padding-bottom: 3vw;
}
.sponsors-container{
  width: 80%;
  height: auto;
  min-height: 40vh;
}
.sponsors-cont{
  width: 100%;
  height: auto;
  min-height: 30vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3vw;
}
.sponsors-h{
  border:  2px solid #df3926;
  padding: 0.5vw 1vw;
  font-family: "kanit";
  text-transform: uppercase;
  font-size: 1vw;
  border-radius: 1vw;
}
.spon-boxes{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1vw;
  flex-wrap: wrap;
  margin-top: 1.5vw;
}
.spon-box{
  width: 16vw;
height: 9vw;
border: 1px solid rgba(0, 0, 0, 0.19);
display: flex;
align-items: center;
justify-content: center;
}
.diamond .spon-box{
  width: 23vw;
height: 12vw;
}
.drone .spon-box{
  width: 20vw;
height: 11vw;
}

.silver .spon-box{
  width: 18vw;
height: 10vw;
}
.media .spon-box{
  width: 12vw;
height: 7vw;
}
.spon-logo{
  width: 80%;
}
/* agenda */
.agenda{
    width: 100%;
    height: 110vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    position: relative;
    padding-top: 1vw;
    background: linear-gradient(#0d0b16,#0d0b16ee,#0d0b16);
  }
  .agenda-cont{
  width: 80%;
  height: 100vh;
  position: relative;
  z-index: 3;

  }
  .agenda-olay{
    width: 100%;
    height: 100vh;
    position: absolute;
 
  }
  .agenda-boxes{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    display: flex;
    margin-top: 1vw;
  }
  .agenda-box{
    width: 50%;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .agenda-day{
    width: 95%;
    font-family: "Kanit";
    font-size: 5vw;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.236);
  }
  .agenda-cont-box{
    display: flex;
    width: 95%;
    padding: 0.5vw 0vw;
  }
  .ag-time{
    width: 20%;
    color: #df3926;
    font-family: "Source Sans 3";
    font-size: 1vw;
    font-weight: 600;
  
  }
  .ag-des{
    width: 75%;
    color: white;
    font-family: "Source Sans 3";
    font-size: 1vw;
    font-weight: 300;
  }
  
  .agenda-patch{
    width: 100%;
    height: 60vh;
    position: absolute;
    bottom: 0;
    z-index: 5;
    background: linear-gradient(#0d0b1665,#0d0b16db,#0d0b16);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ag-btn{
    color: white;
    border: 2px solid #df3926;
    height: 2.3vw;
    font-family: "Source Sans 3";
    font-weight: 500;
    font-size: 0.9vw;
    width: 10vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3vw;
    cursor: pointer;
    transition: all 0.2s ease;
  }
  
  .ag-btn:hover {
    background-color: #df3926;
    color: #120309;
  }
  .panel span{
    background: #df3926;
  }

  /* footer */
  /* footer */
a{
    text-decoration: none;
  }
  #footer {
  width: 100%;
  height: auto;
  background: #0d0b16;
  display: flex;
  align-items: center;
  border-top: 0.2vw solid #df3926;
  }
  
  .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: 45vw;
  height: 10vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2vw;
  }
  .s-f{
    display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1vw;
  position: relative;
  }
  
  .s-f::after{
    content: "";
    width: 2px;
    height: 4vw;
    position: absolute;
    background-color: #df3926;
    right: -1.7vw;
  }
  
  .org{
    width: auto;
    height: 10vw;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5vw;
  }
  .foot-logo-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5vw;
    height: 5vw;
    /* border: 1px solid rgba(255, 255, 255, 0.379); */
    width: 7vw;
  }
  .foot-logo-box img{
    width: 4vw;
  }
  .foot-logo-box:nth-child(2) .fl-des{
    margin-top: -0.5vw;
  }
  .foot-logo-box:nth-child(2) img{
    transform: translateY(0.3vw);
  }
  .fl-des{
    color: rgb(255, 255, 255);
    font-family: "Source Sans 3";
    font-weight: 400;
    font-size: 0.8vw;
  }
  .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: #df3926;
  border: 1.5px #df3926 solid;
  color: black;
  
  }
  
  .fUp div:hover .fLinks {
  color: #fff;
  }
  
  .fLinks {
  font-size: 1.25vw;
  padding-top: 0.1vw;
  color: #fff;
  }
  
  .fCopy {
  color: white;
  font-family: 'Source Sans 3';
  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: 'Source Sans 3';
  font-weight: 500;
  font-size: 1vw;
  }
  
  .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: 'Source Sans 3';
  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:linear-gradient(#df3926,#df3926);
  position: absolute;
  margin-left: -1vw;
  transition: all 0.5s ease;
  }
  
  .mail-box:hover .mb-cont::before{
  width: 100%;
  }

  /* 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;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: white;
    width: 90%;
    padding: 0.2vw 0.4vw;
  }
  
  .form-heading {
    font-family: "Kanit";
    color: #000000;
    font-size: 1.1vw;
    font-weight: 800;
    padding: 0.3vw 0.4vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #df3926;
    width: 90%;
    
  }
  
  .modalWrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 45%;
    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;
  }
  .del-amount-box{
    width: 94%;
    background-color: #f1f1f1;
    padding: 0.5vw;
    margin-top: 0.3vw;
  }
  .del-amount-box label{
    font-family: "Source Sans 3";
    font-size: 0.65vw;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.3vw;
  }
  .del-amount-box label sup{
    color: red;
  }
  .del-list{
    padding: 0;
    margin: 0;
    margin-left: 2vw;
    margin-top: 0.3vw;
  }
  .del-list li{
    font-family: "Source Sans 3";
    font-size: 0.6vw;
  }
  .inputs{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  
  .inputs input{
    border-radius: 0px;
    margin: 0.5vw 0vw;
    background-color: transparent;
    border: none;
    border-bottom:1px solid #0000005b;
   display: flex;
   align-items: center;
   width: 45%;
   height: 1.7vw;
   font-size: 0.6vw;
   color: #1e1e1e;
  }
  .inputs input:focus{
    outline: none;
    background-color: none;
  }
  
  .inputs input::placeholder{
  font-family: "Source Sans 3";
  color: #3e3e3e;
  font-size: 0.6vw;
  transform: translate(0.1vw,0vw);
  }
  .check-box{
    width: 94%;
   height: auto;
   margin-top: 0.5vw;
  }
  .checks{
    padding: 0.4vw 0vw;
  }
  .checks label{
    display: flex;
  }
  .f-btn{
    background: #df3926;
    border: none;
    font-family: "Source Sans 3";
    font-size: 1vw;
    font-weight: 600;
    color: #000000;
    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.5vw;
   height: 0.5vw;
    border: 0.5px solid #000000;
    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.85vw;
    top: -90%;
    color: #df3926;
  }
  
  
  .is-show {
    visibility: visible;
    opacity: 1;
    scale: 1.5;
  }
  
  .lt {
    width: 96%;
    margin-left: 1%;
    font-size: 0.55vw;
    font-family: "Source Sans 3";
    font-weight: 500;
    color: #181818;
  }
  .clModal{
    position: absolute;
    font-family: "Source Sans 3";
    font-weight: 800;
    font-size: 0.8vw;
    top: 0.6vw;
    right: 2.5vw;
    width: 1vw;
    height: 1vw;
    display: flex;
    align-items: center;
    justify-content: center;
    color:  #ffffff;
    border: 1px solid white;
    cursor: pointer;
    opacity: 1;
  }

  .form-interest{
    padding: 0.5vw;
    width: 94%;
    background-color: #ededed;
  }
  .form-interest label{
    display: flex;
    align-items: center;
    gap: 0.2vw;
  }
  .form-interest label .lt{
text-transform: uppercase;
font-size: 0.6vw;
  }
  .in-h{
    font-size: 0.8vw;
    font-family: "Source Sans 3";
    color: #df3926;
    font-weight: 600;
  }
  .in-box{
    margin-top: 0.3vw;
  }
  /* 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: "Source Sans 3";
  text-transform: uppercase;
  color: rgb(255, 0, 0);
  font-size: 0.65vw;
  display: none;
  font-weight: 600;
}
.mshow{
  display: block;
}

  @media screen and (max-width:600px) {
    html,body{
        overflow-x: hidden;
      }
    /* community */
    .community {
      bottom: 6vw;
      right: 6vw;
    }
    .community h3 {
      font-weight: 400;
      font-size: 2.9vw;
      padding: 0.3vw 0.5vw;
      color: white;
  }
  .com-logo {
    width: 9vw;
}
.community-links{
  margin-top: 2vw;
}
.inst {
  width: 8vw;
}
      /* navbar */
      .mob-logo{
        position: fixed;
        width: 20vw;
        z-index: 10000;
        top: 4vw;
        left: 4vw;
        display: block;
      }
      .ml2{
        left: 28vw;
        width: 15vw;
        top: 7.6vw;
      }
      .mob-line{
        width: 1px;
        height: 4vw;
        background-color: white;
        position: fixed;
        z-index: 10000;
        display: block;
        left: 25.5vw;
        top: 8vw;
      }
      
    
      .navbar{
     width: 100%;
     height: 100vh;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     left: -100vw;
     transition: all 0.5s ease;
     background-color: #000000c5;
      }
    
      .navbar ul{
        flex-direction: column;
        padding: 0;
        gap: 3vw;
        background: none;
        backdrop-filter: none;
      }
      .navbar ul li a{
        font-size: 4vw;
      }
      .nav-btn{
        font-size: 4vw;
        padding: 1vw 2vw;
        margin-top: 3vw;
      }
      .navactive{
        left: 0;
      }
      .traicon_logo{
        display: none;
      }
      .container, .menu-icon, .frame {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 20vw;
        height: 20vw;
        position: fixed;
        z-index: 10000;
        right: 0;
        top: 0;
      }
      
      .frame {
     
        width: 20vw;
        height: 20vw;
      }
      .nav-logo-box{
        display: none;
      }
      .menu-icon {
        width: 9vw;
        height: 11vw;
        position: relative;
        cursor: pointer;
      }
      
      .line-1 {
        background: #fff;
        width: 100%;
        height: 1vw;
        border-radius: 5px;
        position: absolute;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
      }
      
      .line-2 {
        background: #fff;
        width: 100%;
        height: 1vw;
        border-radius: 5px;
        position: absolute;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
      }
      
      .line-3 {
        background: #fff;
        width: 100%;
        height: 1vw;
        border-radius: 5px;
        position: absolute;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
      }
      
      .line-1 {
        transition: 500ms;
        transform: translateY(-3vw);
        animation: animateReverse 600ms ease-in-out;
      }
      
      .line-2 {
        transition: 500ms;
        transform: scale(1);
        opacity: 1;
      }
      
      .line-3 {
        transition: 500ms;
        transform: translateY(3vw);
        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(-3vw) 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(3vw) rotate(0deg);
        }
      }
      @keyframes rotateIcon {
        100% {
          transform: rotate(90deg);
        }
      }
     .company-logo-box{
display: none;
     }    

     /* cover */
     .cover {
        width: 100%;
        height: 100vh;
        background-position-x: -90%;
    }
     .cover-cont{
        width: 90%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 7vw;
        justify-content: center;
        margin-top: 0;
     }

     .event-logo {
        width: 50vw;
    }
    .event-25 {
      width: 26vw;
  }
  .event-25-box::before {
    left: -2vw;
    margin-top: 4.5vw;
}

    .tag1 {
       text-align: center;
        font-size: 5vw;
        line-height: 5vw;
    }
    .date-place {
        gap: 1.3vw;
        align-items: center;
    }
    .date {
        font-size: 4.3vw;
        padding: 1.5vw 3vw;
        padding-top: 0.3vw;
    }
    .place {
        display: flex;
        gap: 0.4vw;
        font-size: 4vw;
        flex-direction: column;
        align-items: center;
    }
    .tag2 {
        font-size: 4.5vw;
        margin-top: 0vw;
        line-height: 5vw;
        text-align: center;
    }
    .countdown{
      position: static;
      flex-direction: row;
      gap: 1vw;
    }
    .count-b{
      width: 17vw;
      height: 17vw;
      border-radius: 3vw;
    }
    .dig{
      font-size: 6vw;
      line-height: 6vw;
    }
    .count-t{
      font-size: 2.8vw;
    }
    .cov-btn {
        width: 40vw;
        padding: 1.5vw 0vw;
        border-radius: 5vw;
        font-size: 4.1vw;
    }
    /* numbers */
    .num-t {
        padding: 3vw 0vw;
        font-size: 4vw;
    }
    .num-box{
        width: 30%;
        height: 30vw;
    }
    .num-dig{
        font-size: 5vw;
    }
    .num-dig .odometer {
        font-size: 8vw;
        font-weight: 700;
    }
    .num-des{
        font-size: 3vw;
    }
    /* overview */
    .overview{
        height: auto;
        padding: 10vw 0vw;
    }
    .over-cont{
        flex-direction: column;
        align-items: center;
        width: 90%;
    }
    .over-left {
        width: 100%;
        height: auto;
        justify-content: center;
    }
    .over-img {
        width: 90%;
        height: 98vw;
    }
    .over-right{
        width: 100%;
        height: auto;
        margin-top: 5vw;
    }
    .title{
        font-size: 7vw;
    }
    .over-p {
        font-size: 4.1vw;
    }
    /* why-this */
    .why-this-cont {
        width: 90%;
        height: auto;
        flex-direction: column;
    }
    .why-this-left {
        width: 100%;
        height: auto;
    }
    .why-this-p {
        font-size: 4.1vw;
        padding: 5vw 0vw;
    }
    .why-this-right {
        width: 100%;
        height: 100vw;
    }
    .why-this-img {
        width: 50%;
        height: 71vw;
    }
    .why-this-img:nth-child(1) {
        transform: translateY(-9.5vw);
    }
    .why-this-img:nth-child(2) {
        transform: translateY(9.5vw);
    }
    .wrcb1 {
        top: 8vw;
        right: 0vw;
    }
    .why-right-cont-box p {
        font-size: 3vw;
    }
    .why-right-cont-box {
        width: 47%;
    }
    .wrcb2 {
        bottom: 7vw;
        left: 0vw;
    }
    .why-this-nums{
        height: auto;
        padding: 5vw 0vw;
    }
    .why-num-cont{
        width: 90%;
        flex-wrap: wrap;
    }
    .why-num-box {
        width: 30%;
        height: 20vw;
    }
    .why-num-dig {
        font-size: 6vw;
    }
    .why-num-dig span {
        font-size: 3vw;
    }
    .why-num-des {
        font-size: 3.1vw;
    }
    /* features */
    .features{
        height: auto;
        min-height: auto;
        padding: 10vw 0vw;
    }
    .features-cont {
        width: 90%;
        height: auto;
        min-height: auto;
    }
    .feat-box{
        flex-direction: column;
    }
    .feat-img-box {
        width: 100%;
        height: 70vw;
        padding: 10vw 0vw;
        overflow: hidden;
    }
    .feat-img {
        width: 100%;
        margin-top: 0vw;
    }
    .feat-cont-box {
        width: 100%;
        height: auto;
        padding: 15vw 0vw;
    }
    .feat-h {
        font-size: 6vw;
    }
    .feat-para {
        font-size: 4.1vw;
        line-height: 1.7;
        width: 100%;
        text-align: justify;
    }
    .feat-num {
          font-size: 30vw;
        top: -5vw;
    }
    /* themes */
    .themes{
        height: auto;
        padding: 10vw 0vw;
    }
    .themes-cont{
        height: auto;
        width: 90%;
    }
    .themes-cont .tc .item {
        height: 37vw;
    }
    .theme-des {
        font-size: 3vw;
        bottom: 1vw;
        width: 80%;
        height: 10vw;
        padding: 1vw 1vw;
        line-height: 3vw;
    }
    /* who */
    .who-cont{
        width: 90%;
        height: auto;
    }
    .who{
        height: auto;
        padding: 10vw 0vw;
    }
    .who-boxes{
        flex-direction: column;
    }
    .who-left {
        width: 90%;
        height: 100vw;
    }
    .who-h {
        font-size: 4.2vw;
    }
    .progress-bar-container{
        border-radius: 3vw;
        gap: 7vw;
    }
    .progress-bar {
        width: 100%;
        height: 3vw;
    }
    .progress-wrapper {
        width: 70%;
        gap: 2vw;
        border-bottom: 1px solid rgba(255, 255, 255, 0.237);
        padding-bottom: 3vw;
    }
    .progress-des {
        font-size: 3vw;
    }
    .progress-text {
        font-size: 5.2vw;
    }
    .who-right {
        width: 90%;
        height: auto;
    }
    .sec-up {
        border-radius: 3vw;
    }
    .sec-box {
        width: 25vw;
        height: 40vw;
        gap: 2vw;
    }
    .sec-icon {
        width: 16vw;
        height: 16vw;
    }
   .sec-des{
    font-size: 3vw;
   }

   /* job */
   .job{
    height: auto;
    padding: 10vw 0vw;
   }
   
.job-name {
  font-size: 3.8vw;
  padding-top: 5vw;
}
.job-cont{
    width: 90%;
    height: auto;
}
.job-boxes{
    flex-wrap: wrap;
    gap: 5vw;
    align-items: center;
    width: 100%;
    justify-content: center;
    padding: 5vw 0vw;
}
.sec-icon {
    width: 16vw;
    height: 16vw;
}
.job-box {
    width: 100%;
    height: 110vw;
    justify-content: center;
    gap: 2vw;
    border-radius: 3vw;
}
.job-item{
    font-size: 4vw;
}
.job-item::before {
    width: 1.3vw;
    height: 1.3vw;
    left: -5vw;
}
/* focused */
.focused{
    height: auto;
}
.focus-cont {
    width: 90%;
    height: auto;
}
.focus-boxes{
    flex-direction: column;
    height: auto;
}
.focus-left {
    width: 100%;
    height: 100vw;
}
.foc-img1 {
    width: 70%;
    height: 48vw;
}
.foc-img2 {
    width: 50%;
    height: 42vw;
    top: 30vw;
    right: 0vw;
}
.focused .over-patch {
    top: auto;
    bottom: 20vw;
}

.foc-stroke {
    width: 24vw;
    height: 26vw;
    top: 10vw;
    right: 10vw;
}
.focus-right {
    width: 100%;
    height: 100%;
}
.focus-box:nth-child(1),.focus-box:nth-child(2),.focus-box:nth-child(3),.focus-box:nth-child(4),.focus-box:nth-child(5),.focus-box:nth-child(6) {
    width: 100%;
    height: 50vw;
}
.focus-icon {
    width: 8vw;
}
.focus-h {
    font-size: 4.2vw;
}
.focus-des {
    font-size: 4vw;
    text-align: justify;
}
/* speakers */
.spk-box {
  width: 40vw;
  height: 80vw;
 
}
.spk-img-box {
  width: 40vw;
  height: 50vw;
}
.spk-des {
  width: 90%;
  height: 23vw;
  margin-left: 20%;

}
.sb2,.sb3{
  transform: translate(0);
}
.spk-des::before {
  content: "";
  width: 0.2vw;
  height: 45vw;
  bottom: 0vw;
  left: -0.5vw;
}
.spk-name{
  font-size: 2.5vw;
}
.spk-job{
  font-size: 2.5vw;
}
.spk-comp{
  font-size: 2.5vw;
}
/* sponsors */
.sponsors{
  min-height: auto;
  padding: 10vw 0vw;
}
.sponsors .title::after {
  right: 45vw;
  width: 30%;
}
.sponsors-container{
  min-height: auto;
}
.sponsors-cont{
  min-height: auto;
}
.sponsors-h {
  padding: 2.5vw 3vw;
  font-size: 4vw;
  border-radius: 3vw;
}
.sponsors-cont {
  margin-top: 10vw;
}
.spon-box {
  width: 44vw;
  height: 25vw;
}
.media .spon-box {
  width: 24vw;
  height: 13vw;
}
.diamond .spon-box {
  width: 80vw;
  height: 42vw;
}
.drone .spon-box {
  width: 68vw;
  height: 40vw;
}
.silver .spon-box{
  width: 55vw;
height: 30vw;
}
.spon-boxes{
  margin-top: 6vw;
}

/* agenda */
.agenda{
    height: 250vw;
  }
  .agenda-olay{
    width: 100%;
    height: 250vw;
  }
  .agenda-cont {
    width: 90%;
    height: auto;
  }
  .agenda-box:nth-child(2){
    display: none;
  }
  .agenda-box{
    width: 100%;
    height: 220vw;
  }
  
  .agenda-cont-box {
    width: 95%;
    padding: 2.5vw 0vw;
  }
  .agenda-cont-box {
      display: flex;
      width: 95%;
      padding: 2.5vw 0vw;
  }
  .ag-des {
    width: 65%;
    font-size: 4vw;
  }
  .agenda-day{
    font-size: 13vw;
  }
  
  .ag-time {
    width: 30%;
    font-size: 3vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ag-btn{
    width: 40vw;
    height: 8.3vw;
    font-size: 3vw;
    border-radius: 10vw;
  }
  
  /* footer */
  .footerContainer{
    flex-direction: column;
  }
  .fLeft {
    width: 100vw;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 5vw;
  }
  .mail-box{
    width: fit-content;
  }
  .mb-cont{
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5vw;
  }
  .mb-cont::before{
    display: none;
  }
  .mail{
    font-size: 3vw;
  }
  .mail-heading{
    font-size: 4vw;
  }
  .fRight{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
    margin-top: 4vw;
  }
  .s-f{
    align-items: center;
  }
  .s-f::after{
    display: none;
  }
  .org{
    width: 100%;
    height: auto;
    padding-bottom: 3vw;
    gap: 3vw;
  }
  .foot-logo-box {
    gap: 0.5vw;
    height: 20vw;
    width: 30vw;
  }
  .fl-des {
    font-size: 2.8vw;
  }
  .foot-logo-box img {
    width: 15vw;
  }
  .fUp div{
    width: 6vw;
    height: 6vw;
  }
  .fLinks{
    font-size: 3vw;
  }
  .fCopy{
    font-size: 3vw;
    margin-top: 3vw;
  
  }
  
  /* form */
  .modalWrapper {
    width: 70%;
  }
  .inputs{
    padding: 3vw 0vw;
  }
  .inputs input {
    width: 85%;
    height: 4.7vw;
    font-size: 1.5vw;
  }
  
  .modalContents {
    width: 80%;
  }
  
  .inputs input::placeholder {
    font-family: "Source Sans 3";
    font-size: 1.8vw;
    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: 1.5vw;
    height: 1.5vw;
  }
  
  .lt {
    font-size: 1.6vw;
    line-height: 1.7;
  }
  
  input[type="checkbox"]:checked+.custom-checkbox::after {
    left: -0.2vw;
    font-size: 2.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{
    margin-top: 3vw;
  }
  .del-amount-box label {
    font-family: "Source Sans 3";
    font-size: 2.15vw;
    gap: 1vw;
  }
  .del-list li {
    font-size: 1.8vw;
}
.del-list {
  margin-left: 5vw;
}
.in-h {
  font-size: 2vw;
}
.form-interest {
  padding: 2.5vw;
  width: 85%;
}
.form-interest label .lt {
  font-size: 1.8vw;
}
.form-message{
  font-size: 2vw;
  margin-top: 2vw;
}
  }

  @media screen and (min-width: 600px) and (max-width: 1024px){
    body,html{
      overflow-x: hidden;
    }
    .mob-logo{
      position: fixed;
      width: 15vw;
      z-index: 10000;
      top: 4vw;
      left: 4vw;
      display: block;
    }
    .ml2{
      left: 22vw;
      width: 12vw;
      top: 6.6vw;
    }
    .mob-line{
      width: 1px;
      height: 4vw;
      background-color: white;
      position: fixed;
      z-index: 10000;
      display: block;
      left: 20vw;
      top: 6.5vw;
    }
        /* community */
        .community {
          bottom: 2vw;
          right: 2vw;
        }
        .community h3 {
          font-weight: 400;
          font-size: 2vw;
          padding: 0.3vw 0.5vw;
          color: white;
      }
      .com-logo {
        width: 6vw;
    }
    .community-links{
      margin-top: 2vw;
    }
    .inst {
      width: 5vw;
    }
  
    .navbar{
   width: 100%;
   height: 100vh;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   left: -100vw;
   transition: all 0.5s ease;
   background-color: #000000c5;
    }
  
    .navbar ul{
      flex-direction: column;
      padding: 0;
      gap: 3vw;
      background: none;
      backdrop-filter: none;
    }
    .navbar ul li a{
      font-size: 3vw;
    }
    .nav-btn{
      font-size: 3vw;
      padding: 1vw 2vw;
      margin-top: 3vw;
    }
    .navactive{
      left: 0;
    }
    .traicon_logo{
      display: none;
    }
    .container, .menu-icon, .frame {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 20vw;
      height: 20vw;
      position: fixed;
      z-index: 10000;
      right: 0;
      top: 0;
    }
    
    .frame {
      width: 15vw;
      height: 15vw;
    }
    
    .menu-icon {
      width: 7vw;
      height: 7vw;
      position: relative;
      cursor: pointer;
    }
    
    .line-1 {
      background: #fff;
      width: 100%;
      height: 0.7vw;
      border-radius: 5px;
      position: absolute;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    }
    
    .line-2 {
      background: #fff;
      width: 100%;
      height: 0.7vw;
      border-radius: 5px;
      position: absolute;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    }
    
    .line-3 {
      background: #fff;
      width: 100%;
      height: 0.7vw;
      border-radius: 5px;
      position: absolute;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    }
    
    .line-1 {
      transition: 500ms;
      transform: translateY(-2vw);
      animation: animateReverse 600ms ease-in-out;
    }
    
    .line-2 {
      transition: 500ms;
      transform: scale(1);
      opacity: 1;
    }
    
    .line-3 {
      transition: 500ms;
      transform: translateY(2vw);
      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(-3vw) 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(3vw) rotate(0deg);
      }
    }
    @keyframes rotateIcon {
      100% {
        transform: rotate(90deg);
      }
    } 
    
   .company-logo-box{
display: none;
   }    

   /* cover */
   .cover {
      width: 100%;
      height: 100vh;
      background-position-x: -120%;
  }
   .cover-cont{
      width: 90%;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 4vw;
      justify-content: center;
      margin-top: 0;
   }

   .event-logo {
      width: 40vw;
  }
  .event-25 {
    width: 21vw;
}
.event-25-box::before {
  left: -2vw;
  margin-top: 3.5vw;
}
  .tag1 {
     text-align: center;
      font-size: 4vw;
      line-height: 4vw;
  }
  .date-place {
      gap: 1.3vw;
      align-items: center;
  }
  .date {
    font-size: 2.7vw;
    padding: 1vw 3vw;
    padding-top: 0.6vw;
}
  .place {
      display: flex;
      gap: 0.2vw;
      font-size: 2.7vw;
      flex-direction: column;
      align-items: center;
  }
  .tag2 {
      font-size: 3.5vw;
      margin-top: 0vw;
      line-height: 5vw;
      text-align: center;
  }
  .countdown{
    position: static;
    flex-direction: row;
    gap: 1vw;
  }
  .count-b{
    width: 14vw;
    height: 14vw;
    border-radius: 3vw;
  }
  .dig{
    font-size: 4vw;
    line-height: 4vw;
  }
  .count-t{
    font-size: 2vw;
  }
  .cov-btn {
      width: 30vw;
      padding: 1.5vw 0vw;
      border-radius: 5vw;
      font-size: 2.7vw;
  }
  /* numbers */
  .num-t {
      padding: 3vw 0vw;
      font-size: 4vw;
  }
  .num-box{
      width: 30%;
      height: 25vw;
  }
  .num-dig{
      font-size: 4vw;
  }
  .num-dig .odometer {
      font-size: 6vw;
      font-weight: 700;
  }
  .num-des{
      font-size: 2.7vw;
  }
  /* overview */
  .overview{
      height: auto;
      padding: 10vw 0vw;
  }
  .over-cont{
      flex-direction: column;
      align-items: center;
      width: 90%;
  }
  .over-left {
      width: 100%;
      height: auto;
      justify-content: center;
  }
  .over-img {
      width: 90%;
      height: 98vw;
  }
  .over-right{
      width: 100%;
      height: auto;
      margin-top: 5vw;
  }
  .title{
      font-size: 7vw;
  }
  .over-p {
      font-size: 2.7vw;
  }
  /* why-this */
  .why-this-cont {
      width: 90%;
      height: auto;
      flex-direction: column;
  }
  .why-this-left {
      width: 100%;
      height: auto;
  }
  .why-this-p {
      font-size: 2.7vw;
      padding: 5vw 0vw;
  }
  .why-this-right {
      width: 100%;
      height: 100vw;
  }
  .why-this-img {
      width: 50%;
      height: 71vw;
  }
  .why-this-img:nth-child(1) {
      transform: translateY(-9.5vw);
  }
  .why-this-img:nth-child(2) {
      transform: translateY(9.5vw);
  }
  .wrcb1 {
      top: 8vw;
      right: 0vw;
  }
  .why-right-cont-box p {
      font-size: 3vw;
  }
  .why-right-cont-box {
      width: 47%;
  }
  .wrcb2 {
      bottom: 7vw;
      left: 0vw;
  }
  .why-this-nums{
      height: auto;
      padding: 5vw 0vw;
  }
  .why-num-cont{
      width: 90%;
      flex-wrap: wrap;
  }
  .why-num-box {
      width: 30%;
      height: 20vw;
  }
  .why-num-dig {
      font-size: 5vw;
  }
  .why-num-dig span {
      font-size: 3vw;
  }
  .why-num-des {
      font-size: 2.7vw;
  }
  /* features */
  .features{
      height: auto;
      min-height: auto;
      padding: 10vw 0vw;
  }
  .features-cont {
      width: 90%;
      height: auto;
      min-height: auto;
  }
  .feat-box{
      flex-direction: column;
  }
  .feat-img-box {
      width: 100%;
      height: 70vw;
      padding: 10vw 0vw;
      overflow: hidden;
  }
  .feat-img {
      width: 100%;
      margin-top: 0vw;
  }
  .feat-cont-box {
      width: 100%;
      height: auto;
      padding: 15vw 0vw;
  }
  .feat-h {
      font-size: 6vw;
  }
  .feat-para {
      font-size: 2.7vw;
      line-height: 1.7;
      width: 100%;
      text-align: justify;
  }
  .feat-num {
        font-size: 30vw;
      top: -5vw;
  }
  /* themes */
  .themes{
      height: auto;
      padding: 10vw 0vw;
  }
  .themes-cont{
      height: auto;
      width: 90%;
  }
  .themes-cont .tc .item {
      height: 37vw;
  }
  .theme-des {
      font-size: 2.7vw;
      bottom: 1vw;
      width: 80%;
      height: 10vw;
      padding: 1vw 1vw;
      line-height: 2.7vw;
  }
  /* who */
  .who-cont{
      width: 90%;
      height: auto;
  }
  .who{
      height: auto;
      padding: 10vw 0vw;
  }
  .who-boxes{
      flex-direction: column;
  }
  .who-left {
      width: 90%;
      height: 100vw;
  }
  .who-h {
      font-size: 3vw;
  }
  .progress-bar-container{
      border-radius: 3vw;
      gap: 7vw;
  }
  .progress-bar {
      width: 100%;
      height: 3vw;
  }
  .progress-wrapper {
      width: 70%;
      gap: 2vw;
      border-bottom: 1px solid rgba(255, 255, 255, 0.237);
      padding-bottom: 3vw;
  }
  .progress-des {
      font-size: 3vw;
  }
  .progress-text {
      font-size: 4.2vw;
  }
  .who-right {
      width: 90%;
      height: auto;
  }
  .sec-up {
      border-radius: 3vw;
  }
  .sec-box {
      width: 25vw;
      height: 40vw;
      gap: 2vw;
  }
  .sec-icon {
      width: 16vw;
      height: 16vw;
  }
 .sec-des{
  font-size: 3vw;
 }

 /* job */
 .job{
  height: auto;
  padding: 10vw 0vw;
 }
.job-cont{
  width: 90%;
  height: auto;
}
.job-boxes{
  flex-wrap: wrap;
  gap: 5vw;
  align-items: center;
  width: 100%;
  justify-content: center;
  padding: 5vw 0vw;
}
.sec-icon {
  width: 16vw;
  height: 16vw;
}
.job-name {
  font-size: 3.8vw;
  padding-top: 5vw;
}
.job-box {
    width: 100%;
    height: 90vw;
    justify-content: center;
    gap: 2vw;
    border-radius: 3vw;
}
.job-item{
  font-size: 3vw;
}
.job-item::before {
  width: 1.3vw;
  height: 1.3vw;
  left: -5vw;
}
/* focused */
.focused{
  height: auto;
}
.focus-cont {
  width: 90%;
  height: auto;
}
.focus-boxes{
  flex-direction: column;
  height: auto;
}
.focus-left {
  width: 100%;
  height: 100vw;
}
.foc-img1 {
  width: 70%;
  height: 48vw;
}
.foc-img2 {
  width: 50%;
  height: 42vw;
  top: 30vw;
  right: 0vw;
}
.focused .over-patch {
  top: auto;
  bottom: 20vw;
}

.foc-stroke {
  width: 24vw;
  height: 26vw;
  top: 10vw;
  right: 10vw;
}
.focus-right {
  width: 100%;
  height: 100%;
}
.focus-box:nth-child(1),.focus-box:nth-child(2),.focus-box:nth-child(3),.focus-box:nth-child(4),.focus-box:nth-child(5),.focus-box:nth-child(6) {
  width: 100%;
  height: 35vw;
}
.focus-icon {
  width: 8vw;
}
.focus-h {
  font-size: 3.2vw;
}
.focus-des {
  font-size: 2.7vw;
  text-align: justify;
}
/* speakers */
.spk-box {
  width: 40vw;
  height: 75vw;
}
.spk-img-box {
  width: 34vw;
  height: 43vw;
}
.spk-des {
  width: 90%;
  height: 22vw;
  margin-left: 20%;
}
.sb2,.sb3{
  transform: translate(0);
}
.spk-des::before {
  content: "";
  width: 0.2vw;
  height: 32vw;
  bottom: 0vw;
  left: -0.5vw;
}
.spk-name{
  font-size: 2.5vw;
}
.spk-job{
  font-size: 2.3vw;
}
.spk-comp{
  font-size: 2.3vw;
}
/* sponsors */
.sponsors{
  min-height: auto;
  padding: 10vw 0vw;
}
.sponsors .title::after {
  right: 45vw;
  width: 30%;
}
.sponsors-container{
  min-height: auto;
}
.sponsors-cont{
  min-height: auto;
}
.sponsors-h {
  padding: 2.5vw 3vw;
  font-size: 2.5vw;
  border-radius: 3vw;
}
.sponsors-cont {
  margin-top: 10vw;
}
.spon-box {
  width: 44vw;
  height: 23vw;
}
.diamond .spon-box {
  width: 70vw;
  height: 35vw;
}
.drone .spon-box {
  width: 58vw;
  height: 32vw;
}
.silver .spon-box{
  width: 50vw;
height: 27vw;
}
.media .spon-box {
  width: 24vw;
  height: 13vw;
}
.spon-boxes{
  margin-top: 6vw;
}

/* agenda */
.agenda{
  height: 250vw;
}
.agenda-olay{
  width: 100%;
  height: 250vw;
}
.agenda-cont {
  width: 90%;
  height: auto;
}
.agenda-box:nth-child(2){
  display: none;
}
.agenda-box{
  width: 100%;
  height: 220vw;
}

.agenda-cont-box {
  width: 95%;
  padding: 2.5vw 0vw;
}
.agenda-cont-box {
    display: flex;
    width: 95%;
    padding: 2.5vw 0vw;
}
.ag-des {
  width: 65%;
  font-size: 2.7vw;
}
.agenda-day{
  font-size: 13vw;
}

.ag-time {
  width: 30%;
  font-size: 3vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ag-btn{
  width: 40vw;
  height: 8.3vw;
  font-size: 2.7vw;
  border-radius: 10vw;
}

/* footer */
.footerContainer{
  flex-direction: column;
}
.fLeft {
  width: 100vw;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 5vw;
}
.mail-box{
  width: fit-content;
}
.mb-cont{
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5vw;
}
.mb-cont::before{
  display: none;
}
.mail{
  font-size: 2.7vw;
}
.mail-heading{
  font-size: 3vw;
}
.fRight{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: auto;
  margin-top: 4vw;
}
.s-f{
  align-items: center;
}
.s-f::after{
  display: none;
}
.org{
  width: 100%;
  height: auto;
  padding-bottom: 3vw;
  gap: 3vw;
}
.foot-logo-box {
  gap: 0.5vw;
  height: 20vw;
  width: 30vw;
}
.fl-des {
  font-size: 2.8vw;
}
.foot-logo-box img {
  width: 15vw;
}
.fUp div{
  width: 6vw;
  height: 6vw;
}
.fLinks{
  font-size: 3vw;
}
.fCopy{
  font-size: 2vw;
  margin-top: 3vw;

}

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

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

.modalContents {
  width: 80%;
}
.inputs{
  padding: 2vw 0vw;
}

.inputs input::placeholder {
  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: 1.2vw;
  height: 1.2vw;
}

.lt {
  font-size: 1vw;
}

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

.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{
  margin-top: 3vw;
}
.del-amount-box label {
  font-family: "Source Sans 3";
  font-size: 1.8vw;
  gap: 1vw;
}
.del-list li {
  font-size: 1.4vw;
}
.del-list {
margin-left: 5vw;
}
.in-h {
font-size: 2vw;
}
.form-interest {
padding: 2.5vw;
width: 85%;
}
.form-interest label{
  margin: 0.5vw 1vw;
}
.form-interest label .lt {
font-size: 1.3vw;
}
.form-message{
font-size: 1.8vw;
margin-top: 1vw;
}

  }