@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

*{
    margin: 0;
    padding: 0;
}

a{
  text-decoration: none;
}

body,html{
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}
html{
  scroll-behavior: smooth;
  scrollbar-width: thin;
  background: #000000;
}
#particles-js{
  max-height: 100vh;
}
html::-webkit-scrollbar-thumb{
  background-color: #d0d0d085;
  border-radius: 10px;
  height: 10px;
}
html::-webkit-scrollbar{
  width: 2vh;

}
a{
    font-family: 'Montserrat', sans-serif;
}
/* .bg{
  background-image: url("images/1.jpg");
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  opacity: .7;
} */
nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 5% 0px 2.5%;
    position: sticky;
    top:0;
    z-index: 5;
    
}
.logo{
    width: 16vh;
    padding: 0px;
    margin-right: 16.5px;
    margin-left: 16px;
    margin-top: 24px;

  
}
.nav-left, .nav-right,.nav-middle{
    display: flex;
    align-items: center;
}

.nav-middle {
    margin-top: 3vh;
}

.nav-button  a{
    cursor: pointer;
    margin-right: 7x;
    padding: 12px 20px 12px 20px;
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-size: 13px;
    opacity: 1;
    font-family: 'Russo One', sans-serif;
    font-weight: 100;

}

.nav-button:hover{
    filter: brightness(1.5);
}

#dev img{
  width: 20px;
  margin: 0px 7px -4px 0px;
}
#dev::before{
  /* margin: 0px;
    content: '';
      position: absolute;
      top: 0;
      right: 0;
      border-top: 80px solid white;
      border-left: 80px solid red;
      width: 0; */
}
#dev{
  margin-top: 10px;
}
.nav-button {
    transition: all 0.3s ease;
  }

  nav .fa{
    display: none;
    color: rgb(0, 0, 0);
    margin: 10px;
    font-size: 22px;
    cursor: pointer;
}
.fa{
    width: 20px;
}

  
  span {
    display: inline-block;
    font-family: 'Russo One', sans-serif;
    font-weight: 200;
    color: #fff;
    text-transform: uppercase;
    /* pointer-events: none; */
    transition: transform 0.1s linear;
    letter-spacing: 1.5px;
    
  }
  
  .cursor {
    pointer-events: none;
    position: fixed;
    padding: 0.4rem;
    background-color: #10354f;
    border-radius: 50%;
    mix-blend-mode: difference;
    transition: transform 0.3s ease;
  }
  
  .nav-button:hover ~ .cursor {
    transform:translate(-50%, -50%) scale(8);
  }


  .container{
    position: relative;
    width: 100%;
    min-height: 76vh;
    background: #00061c;
    /* scroll-snap-type: y mandatory;
    overflow-y: scroll; */
}
.container-2{
  position: relative;
  width: 100%;
  height: 100%;
  /* scroll-snap-type: y mandatory;
  overflow-y: scroll; */
}
.container .section{
    position: relative;
    width: 100%;
    height: 100%;
    /* scroll-snap-align: start; */

}
.container .section:nth-child(1){
    background: url("image/bg12.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
.container-2 .section:nth-child(1){
    background: url("image/bg12.jpg");
    background-size: cover;
    background-attachment: fixed;
}
.container .section:nth-child(3){
    background: url("image/bg5.jpg");
    background-size: cover;
    background-attachment: fixed;
}
.container .section:nth-child(4){
  background: url("image/bg5.jpg");
  background-size: cover;
  background-attachment: fixed;
  height: 158vh;
}
.container .section:nth-child(5){
  background: url("image/bg5.jpg");
  background-size: cover;
  background-attachment: fixed;
  height: 150vh;
}
.container .section:nth-child(6){
  background: url("image/bg5.jpg");
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
}
.container .section:nth-child(7){
  background: url("image/bg5.jpg");
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
}
.container .section:nth-child(8){
  background: url("image/bg5.jpg");
  background-size: cover;
  background-attachment: fixed;
  height: 60vh;
}
.container .section:nth-child(9){
  background: url("image/bg5.jpg");
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
}
.container .section:nth-child(10){
  background: url("image/bg5.jpg");
  background-size: cover;
  background-attachment: fixed;
  height: 60vh;
}
.container .section .content{
    position: absolute;
    width: 100%;
}
 .content1{
    position: relative;
    min-height: 0vh;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}
.intro{
    text-align: center;
    background-size: cover;
    width: 100%;
    margin-top: 3vh;
    position: relative;
    background-position: center;
    top: 50%;
      transform: translate(0, -50%);

    
}
.bg13-content{
  position: absolute;
  width: 100%;
  margin-top: 50px;

}
.bg13{
  position: absolute;
  width: 100%;
}
.bg13 img{
    max-width: 90%;
      max-height: 80vh;
}
.bg13-content img{
    width: 32%;
}
.intro h3{
    font-weight: 400;
    color: #fff;
    font-family: "Poppins", sans-serif;

}
.intro a{
    width: 30px;
    padding: 10px 30px;
    text-decoration: none;
    color: #fff;
    border-radius: 0px;
    background: rgb(37 28 195 / 41%);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(0.5px);
    -webkit-backdrop-filter: blur(1px);
    margin-top: 20px;
    font-family: "Poppins", sans-serif;
    transition: .5s;
       
}
.time-div{
  display: flex;
}

.intro a:hover{
  background: rgb(199 199 199 / 18%);
  transition: .5s;
}

#arrow-image {
    width: 30px;
    padding: 10px 30px;
    background: rgba(0, 38, 255, 0);
    margin-top: 20px;
}
#arrow-image img{
    width: 50px;
    margin-top: 47px;
} 
.content2{
    position: relative;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;


    
}
.about-left{
    flex-wrap: 70%;
    width: 100%;
    height: 100%;
    border-radius: 0% 0% 0% 0%;
    background: rgba(2, 41, 70, 0.153);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5.5px);
    text-align: center;
    color: #fff;
    font-family: "Poppins", sans-serif;
    display: flex;
      flex-direction: column;
      align-items: center;
      gap: 80px;


}
.image-right{
    flex-wrap: 45%;
    width: 100%;
    height: 100%;

}
.about-box p{
    padding: 0px 60px 20px 60px;
    font-size: 13px;
    text-indent: 0px;
    text-align: left;
    letter-spacing: .9px;
    font-family: "Poppins", sans-serif;


}

.about-left h2{
    padding: 20px 66px 20px 66px;
    font-size: 40px;
    text-align: left;
    letter-spacing: .9px;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    top:20px;

}

.scroller{
  color: #fff;
  height: 30px;
  overflow: hidden;
  transform: translateY(20px);
}
.scroller_box{
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: scroll 4s ease-in-out infinite;
}
.scroller_box div{
  flex-shrink: 0;
  width: 80px;
  height: 30px;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes scroll{
  0%{
    transform: translateY(0);
  }
  33%{
    transform: translateY(-30px);
  }
  66%{
    transform: translateY(-60px);
  }
  99.9%{
    transform: translateY(-90px);
  }
  100%{
    transform: translateY(0);
  }
}


  @keyframes slide {
    0% {
      top: 0;
    }
    25% {
      top: -1.2em;
    }
    50% {
      top: -2.4em;
    }
  }
  
.countdown-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.big-text {
font-weight: bold;
  font-size: 1.7rem;
  line-height: 0.6;
  margin: 0.2rem 1.8rem;
  color: #fff;
  font-family: "Poppins", sans-serif;

}

.countdown-el {
    text-align: center;
}

.countdown-el span {
    font-size: .8rem;
    font-family: "Poppins", sans-serif;

}
.about-box{
    position: relative;
    background: rgb(2 41 70 / 24%);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5.5px);
    -webkit-backdrop-filter: blur(1px);
    height: 80%;
    width: 90%;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin-top: 0px;
    margin-bottom: 50px;
    border-radius: 20px;
    -webkit-clip-path: polygon(16px 0, 100% 0, 100% 100%, 0 100%, 0 16px);
      clip-path: polygon(7% 0%, 100% 0px, 100% 100%, 0px 100%, 0 62px);
      padding-right: 10px;
}
.left-content-1{
    flex-basis: 70%;

}
.right-image-1{
    flex-basis: 30%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("image/grid1.png");

}
.right-image-1 img{
    width: 77vh;
    pointer-events: none;
}
.content3{
    position: relative;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    background: rgba(2, 41, 70, 0.153);
    backdrop-filter: blur(5.5px);
    -webkit-backdrop-filter: blur(1px);

    
}
.content31{
  position: relative;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  background: rgba(2, 41, 70, 0.153);
  backdrop-filter: blur(5.5px);
  -webkit-backdrop-filter: blur(1px);

  
}
.content311{
  position: relative;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  background: rgba(2, 41, 70, 0.153);
  backdrop-filter: blur(5.5px);
  -webkit-backdrop-filter: blur(1px);

  
}
.content32{
  position: relative;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  background: rgba(2, 41, 70, 0.153);
  backdrop-filter: blur(5.5px);
  -webkit-backdrop-filter: blur(1px);

  
}
.intro-3{
  width: 100%;
  height: 100%;
  border-radius: 0% 0% 0% 0%;
  display: flex;
  flex-direction: column;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("image/grid2.png");

}
.intro-35{
  width: 100%;
  height: 100%;
  border-radius: 0% 0% 0% 0%;
  display: flex;
  flex-direction: column;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("image/grid2.png");
  padding: 0px;

}
.intro-31{
  width: 100%;
  border-radius: 0% 0% 0% 0%;
  display: flex;
  flex-direction: column;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.intro-32{
  width: 100%;
  border-radius: 0% 0% 0% 0%;
  display: flex;
  flex-direction: column;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.why-heading,.why-heading-2,.why-heading-22,.why-heading-3{
    width: 100%;
    text-align: center;
    border-radius: 30px;


}
.why-heading h2{
  margin-bottom: 50px;
  color: #fff;
  font-size: 40px;
  font-family: 'poppins', sans-serif;
  margin-top: 25px;
  font-weight: 700;
  letter-spacing: 1px;


}
.why-heading-2 h2{
  margin-bottom: 26px;
  color: #fff;
  font-size: 40px;
  font-family: 'poppins', sans-serif;
  margin-top: 50px;
  font-weight: 700;
  letter-spacing: 1px;


}
.why-heading-22 h2{
  margin-bottom: 26px;
  color: #fff;
  font-size: 40px;
  font-family: 'poppins', sans-serif;
  margin-top: 50px;
  font-weight: 700;
  letter-spacing: 1px;


}
.why-heading-3 h2{
  margin-bottom: 0px;
  color: #fff;
  font-size: 40px;
  font-family: 'poppins', sans-serif;
  margin-top: 50px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;


}
.why-content{
    display: flex;
    width: 100%;
    top: 5vh;
    align-items: center;
    justify-content: center;
    margin-top: 13px;

}
.why-content-2{
    display: flex;
    width: 100%;
    margin-top: 20px;
    align-items: flex-start;
    justify-content: center;
    
}
.why-content-3 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  top: 5vh;
  align-items: center;
  justify-content: center;
  margin-top: 13px;
}
.why-content-31 {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-top: 13px;
}
.why-box{
  width: 240px;
  height: 185px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgb(2 41 70 / 25%);
  box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
  backdrop-filter: blur(18.5px);
  -webkit-backdrop-filter: blur(1px);
  border-radius: 15px;
  margin: 20px;
}
.why-box-1{
  width: 260px;
  height: 190px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgb(2 41 70 / 25%);
  box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
  backdrop-filter: blur(18.5px);
  -webkit-backdrop-filter: blur(1px);
  border-radius: 20px;
  margin: 20px;
}
.view-img{
    flex-basis: 15%;
    padding: 20px 23px;
    border-radius: 0%;
    margin-top: -40px;
    background: #10354f6e;
      -webkit-clip-path: polygon(16px 0, 100% 0, 100% 100%, 0 100%, 0 16px);
    clip-path: polygon(7% 0%, 100% 0px, 100% 100%, 0px 100%, 7 62px);

}
.view-img-1{
  flex-basis: 20%;
  padding: 17px 26px;
  border-radius: 50%;
  margin-top: -50px;

}
.view-img img{
    width: 35px;
    pointer-events: none;
}
.view-img-1 img{
  width: 80px;
  border-radius: 50%;
}
.view-content{
  flex-basis: 70%;
  height: 100%;
  width: 100%;
  text-align: center;
  color: #fff;


}
.view-content-1{
  flex-basis: 70%;
  height: 100%;
  width: 100%;
  text-align: center;
  color: #fff;


}
.view-content p{
  margin: 20px;
  font-size: 13px;
  top: 5px;
}
.view-content p a {
  color: #408baf;
}
.view-content-1 p{
  margin: 4px 10px 0px 10px;
  font-size: 13px;
  top: 0px;

}
.view-content-1 h4{
  margin: 0px;
  font-size: 16px;
  font-weight: 500;

}
.content4{
    position: absolute;
    display: flex;
    width: 100%;
    height: 100vh;
    flex-wrap: nowrap;
    justify-content: center;
    flex-direction: column;
    align-items: stretch;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("image/bg10.png");
    

    
}
.content4 h2{
    color: #fff;
    position: relative;
    font-size: 40px;
    font-family: 'poppins', sans-serif;
    margin-top: 40px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;



}
.intro-4{

    width: 100%;
    height: 99.96%;
    background: rgba(2, 41, 70, 0.153);
    backdrop-filter: blur(5.5px);
    -webkit-backdrop-filter: blur(1px);
}
.timer-section {
    min-height: 70vh;
    margin-right: 75px;
    margin-top: 20px;
  }
  .timer-section .container-2 {
    padding-left: 0px;
    padding-right: 15px;
  }
  
  .timer-section .timer-container {
    list-style: none;
    margin-top: 90px;

  }
  .timer-section .timer {
    list-style: none;
    position: relative;
    max-width: 50vw;
    margin: auto;
  }
  .timer-section .timer::before {
    position: absolute;
    height: 100%;
    width: 2px;
    background-color: #F2F2F2;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .timer-section .timer .step {
    width: 47%;
    padding: 18px 24px;
    position: relative;
    background: rgb(2 41 70 / 24%);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5.5px);
    -webkit-backdrop-filter: blur(1px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .04);
  }
  .timer-section .timer .step:not(:first-child),
  .timer-section .timer .step:not(:last-child) {
    margin: 55px 0 60px 0;
  }
  .timer-section .timer .step:nth-child(odd) {
    transform: translateX(100%);
    border-left: 2px solid rgb(155, 155, 155);
    

  }
  .timer-section .timer .step:nth-child(even) {
    border-right: 2px solid rgb(206, 206, 206);
    
  }
  
  .timer-section .timer .step > span {
    position: absolute;
    height: 26px;
    width: 25px;
    color: #333;
    background-color: #F2F2F2;
    text-align: center;
    line-height: 22px;
    border-radius: 3px;
    font-size: .8rem;
  }
  .timer-section .timer .step:nth-child(odd) > span {
    top: -43px;
    left: -13px;
    /* border: 2px solid rgb(178, 178, 178); */
  }
  .timer-section .timer .step:nth-child(even) > span {
    top: -45px;
    right: -13px;
    border: 2px solid rgb(165, 165, 165);
  }
  
  .timer-section .timer .step h3 {
    margin-bottom: 5px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
  }
  .timer-section .timer .step p {
    font-weight: 300;
    font-size: .85rem;
    color: rgb(223, 223, 223);
  }
  

  /* .content5{
    position: absolute;
    width: 100%;
    height: 100vh;
    background: rgba(2, 41, 70, 0.153);
    backdrop-filter: blur(5.5px);
    -webkit-backdrop-filter: blur(1px);
 
} */
.content5{
  position: relative;
  display: flex;
  width: 100%;
  height: 150vh;
  flex-wrap: nowrap;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(image/bg10.png);
  

  
}
.content5 h2{
  color: #fff;
  position: relative;
  font-size: 40px;
  font-family: 'poppins', sans-serif;
  margin-top: 40px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;



}
/* .intro5{
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("image/prize1.png");
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  


} */
.intro-5{

  width: 100%;
  height: 99.96%;
  background: rgba(2, 41, 70, 0.153);
  backdrop-filter: blur(5.5px);
  -webkit-backdrop-filter: blur(1px);
}


.prize-content1{
  flex-basis: 40%;
  display: flex;
  position: relative;
  width: 100%;
  align-items: center;
  margin-left: 0px;
  justify-content: center;
}

.prize-content2{
  flex-basis: 70%;
  display: flex;
  position: relative;
  width: 60%;
  height: 100%;
  align-items: stretch;
  justify-content: space-around;
}
.prize-box{
  display: flex;
  height: 145px;
  width: 200px;
  align-items: stretch;
  justify-content: center;
  background: rgb(0 27 66 / 15%);
  backdrop-filter: blur( 3px );
  -webkit-backdrop-filter: blur( 3px );
  border-radius: 10px;
  border-right: 1px solid rgba( 255, 255, 255, 0.18 );
  margin: 40px;
  border-radius: 20px;
}
#box-3{
  margin: 30px 0px 30px 30px;

}
#first-prize{
  width: 230px;
  height: 170px;

}
.prize-content-img {
  flex-basis: 22%;
  width: 100%;
  margin-left: -73px;
  height: 76%;

}
.prize-content1 .prize-content-img img{
  width: 84px;
  margin-top: -6px;
  pointer-events: none;
}
#prize-image img{
  width: 92px;
  margin-top: -7px;
}
.prize-content-text{
  flex-basis: 60%;
  width: 100%;
  height: 100%;
  margin-left: -12px;
  text-align: center;
  color: #fff;
  margin: 30px 10px;

}
.prize-content-text h3{
  margin-bottom: 4px;

}
.prize-content2 .prize-content-img img{
  width: 85px;

}
.intro6{
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("image/prize1.png");
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-content: flex-start;
  flex-direction: column;
}
.bo-content{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  align-items: center;
  justify-content: center;
  flex-basis: 100%;
  margin-top: 70px;
  margin-bottom: 20px;
  gap: 20px;

}
.bo-box{
  flex-basis: 250px;
  width: 100px;
  height: 400px;
  background: rgb(0 27 66 / 15%);
  backdrop-filter: blur( 5px );
  -webkit-backdrop-filter: blur( 3px );
  border-radius: 10px;
  border-right: 1px solid rgba( 255, 255, 255, 0.18 );
  display: flex;
  flex-direction: column;
  margin: 0px;
  align-items: center;

}
.bo-box3{
  flex-basis: 100%;
    width: 100%;
    height: 125px;
    background: rgb(0 27 66 / 15%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(3px);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    margin: 0px;
    align-items: center;
}
.bo-box4 {
  flex-basis: 100%;
  width: 100%;
  height: 150px;
  background: rgb(0 27 66 / 15%);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(3px);
  border-radius: 10px;

  display: flex;
  flex-direction: column;
  margin: 0px;
  align-items: center;
}
.bo-box5 {
  flex-basis: 100%;
  width: 100%;
  height: 150px;
  background: rgb(0 27 66 / 15%);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(3px);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  margin: 0px;
  align-items: center;
}
.bo-box2{
  flex-basis: 190px;
  width: 232px;
  height: 200px;
  background: rgb(0 27 66 / 15%);
  backdrop-filter: blur( 3px );
  -webkit-backdrop-filter: blur( 3px );
  border-radius: 10px;
  border-right: 1px solid rgba( 255, 255, 255, 0.18 );
  display: flex;
  flex-direction: column;
  margin: 0px;
  align-items: center;

}
.bo-box-img2 {
  width: 100%;
  height: 34%;
  flex-basis: 20%;
  background: rgb(0 27 66 / 15%);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  border-radius: 10px;
  border-top: 5px solid #fcfaff;
  display: flex;
  justify-content: center;
  color: #fefeff;
}
.bo-box-img3 {
  width: 100%;
  height: 34%;
  flex-basis: 20%;
  background: rgb(0 27 66 / 15%);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  border-radius: 10px;
  border-top: 5px solid #FFD700;
  display: flex;
  justify-content: center;
  color: #FFD700;
}
.bo-box-img6 {
  width: 100%;
  height: 34%;
  flex-basis: 20%;
  background: rgb(0 27 66 / 15%);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  border-radius: 10px;
  border-top: 5px solid #c0d2ff;
  display: flex;
  justify-content: center;
  color: #c0d2ff;
}
.bo-box-img4 {
  width: 100%;
  height: 34%;
  flex-basis: 20%;
  background: rgb(0 27 66 / 15%);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  border-radius: 10px;
  border-top: 5px solid #C0C0C0;
  display: flex;
  justify-content: center;
  color: #C0C0C0;
  
}
.bo-box-img{
  width: 100%;
  height: 70%;
  flex-basis: 20%;
  display: flex;
  justify-content: center;
  background: rgb(0 27 66 / 15%);
  backdrop-filter: blur( 3px );
  -webkit-backdrop-filter: blur( 3px );
  border-radius: 10px;
  border-right: 1px solid rgba( 255, 255, 255, 0.18 );
  align-items: center;


}
.bo-box-img img{
  height: 30px;
  overflow: hidden;
  margin-top: 20px;
  margin-left: 0px;
  margin-bottom: 10px;
}
.bo-box-con {
  width: 75%;
  height: 70%;
  flex-basis: 70%;
  color: rgb(214, 214, 214);
  margin-top: 20px;
  text-align: left;
  align-items: center;


}
.bo-box-con1 {
  width: 100%;
  height: 70%;
  flex-basis: 70%;
  color: rgb(214, 214, 214);
  margin: 30px;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;


}
.bo-box-con4 {
  width: 100%;
  height: 70%;
  flex-basis: 70%;
  color: rgb(214, 214, 214);
  margin: 30px;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;


}

.bo-box-con li{
  font-size: .8rem;
  margin: 9px;

}
.bo-content2{
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  flex-basis: 20%;

}
.intro6 h2{
  color: #fff;
  position: relative;
  font-size: 40px;
  font-family: 'Russo One', sans-serif;
  margin-top: 40px;
  font-weight: 200;
  letter-spacing: 1px;
  text-align: center;
}
.intro7{
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-content: flex-start;
  flex-direction: column;
}
.bo-content3{
  display: flex;
  width: 100%;
  height: 80%;
  position: relative;
  flex-direction: column;
  flex-basis: 25%;
  align-content: space-around;
  justify-content: space-around;
  align-items: center;
}
.intro7 h2{
  color: #fff;
  position: relative;
  font-size: 40px;
  font-family: 'Russo One', sans-serif;
  margin-top: 40px;
  font-weight: 200;
  letter-spacing: 1px;
  text-align: center;
}
.bo-box-img2{
  width: 100%;
  height: 70%;
  flex-basis: 20%;
  border-radius: 10px;


}
.bo-box-img2 img{
  width: 55%;
  overflow: hidden;
  margin-top: -40px;
  margin-left: 49px;
  border-radius: 50%;

}
.bo-box-con2{
  width: 75%;
  height: 70%;
  flex-basis: 70%;
  color: rgb(214, 214, 214);
  margin-top: 3px;
  text-align: center;
}
.bo-box-con2 p{
  font-size: .6rem;
}
.sponsers{
  display: flex;
  height: 60%;
  width: 100%;
  align-items: center;


}
.sponser-box{
  width: 30%;
  height: 75%;
  display: flex;
  background: rgb(0 27 66 / 15%);
  backdrop-filter: blur( 3px );
  -webkit-backdrop-filter: blur( 3px );
  border-radius: 10px;
  text-align: center;
  align-items: flex-start;
  justify-content: flex-end;
  margin: 0px;
}
.sponser-box-con{
  width: 100%;
  height: 100%;
  margin-top: 20px;
  color: #fff;
}
.sponser-box-con img{
  width: 70%;
  margin-top: 30px;
}
.content6{
  position: absolute;
  width: 100%;
  height: 60vh;
  background: rgb(2 41 70 / 24%);
  backdrop-filter: blur(5.5px);
  -webkit-backdrop-filter: blur(1px);

}
.content6 h2{
  color: #fff;
  position: relative;
  font-size: 40px;
  font-family: 'Russo One', sans-serif;
  margin-top: 40px;
  font-weight: 200;
  letter-spacing: 1px;
  text-align: center;
}
.content7{
  position: absolute;
  width: 100%;
  height: 100vh;
  background: rgb(2 41 70 / 24%);
  backdrop-filter: blur(5.5px);
  -webkit-backdrop-filter: blur(1px);

}
.sponser-container{
  padding: 30px;
  position: relative;

}
.sponser-boxes{
  display: flex;
  gap: 10px;
  flex-direction: column;
      align-items: center;

}
.sponser-heading h2{
      margin-bottom: 50px;
      color: #fff;
      font-size: 40px;
      font-family: 'poppins', sans-serif;
      margin-top: 25px;
      font-weight: 700;
      letter-spacing: 1px;


}
.sponser-content{
  display: flex;
  gap: 30px;
  justify-content: center;
}

.sponser-img {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

.sponser-img img{
  width: 220px;
}
.time{
height: 70px;
  min-width: 35%;
  background: #79839a59;
  font-size: 24px;
  text-align: end;
  -webkit-clip-path: polygon(16px 0, 100% 0, 100% 100%, 0 100%, 0 16px);
  clip-path: polygon(38px 0, 109% 0, 93% 100%, 0 100%, 0 38px);
  padding-right: 10px;
  padding-top: 22px;
  }
  
.footer{
  min-height: 100px;
  width: 100%;
  background: rgb(11 0 56 / 77%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  border-top: 2px solid rgb(255 255 255 / 27%);

}
.footer img{
  padding: 20px;
  margin: 10px 30px;


}
.footer p{
  color: #fff;
}
#img15{
  display: inline;
  pointer-events: none;
}
#img16{
  display: none;
}

.imgbox {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  margin-top: 15px;
}

.hft__logo {
  width: 35%;
  margin-top: 2vh;
}

.keyvalue {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  margin-top: 1rem;
  gap: 0.5rem;
  width: 100%;
}

.keyvalue__logo {
  width: 150px !important;
}

.contact-icon{
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  margin-top: 8px;
}
.contact-icon img
{

  width: 20px;
  height: 20px;
  margin: 10px;
  pointer-events: none;
}
#mascot{
  display: none;
}

.fossunited {
  width: 80px !important;
}

.little_text {
  font-size: 0.7rem;
  margin-top: 0.125rem;
}

.footer .content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  color: #fff;
  height: 100%;
}

.footer .content .social {
  display: flex;
  gap: 0.7rem;
  font-size: 1.2rem;
}

.footer .content .social i {
  width: 40px;
  height: 40px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s;
  color: #ffffff;
}

.footer .content .social i:hover {
  color: #080031;
  background: #ffffff;

}


.footer .content .text {
  font-weight: 500;
  margin-top: auto;
  margin-bottom: 0.5rem;
}

.footer .content .text i {
  width: 2rem;
  font-size: 1.1rem;
  text-align: center;
  border-radius: 50%;
  color: #408baf;
}


@media (max-width: 700px) {
  .footer .content {
      gap: 0.3rem;
      font-size: 0.8rem;
  }

  .footer .content .social {
      gap: 0.4rem;
      font-size: 1rem;
  }
}


@media (max-width: 540px) {

}

@media (max-width: 440px) {
  .footer {
      flex-wrap: wrap;
      gap: 1.5rem;
  }

  .footer .content {
      order: 2;
      gap: 0.3rem;
      font-size: 0.8rem;
      margin: auto auto 0 auto;
  }
}