@import url('https://fonts.cdnfonts.com/css/satoshi');
:root{
    --card-width:300px;
    --card-gap:10px;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "satoshi", sans-serif;
}
body{
    width: 100%;
    overflow-x: hidden;
}
.head_er{
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 70px;
    padding: 13px 8rem;
    background-color: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(15px) ;
    position: fixed;
    display: flex;
    justify-content: space-between;
    z-index: 100;

}
@media (max-width:768px) {
    .head_er{
        padding: 6px 1rem;
        align-items: center;
    }  
    .nav_bar a:first-child{
        display: none;
    }
}
.nav_logo{
    width: 100px;
    height: 20px;
}

.nav_logo img{
    width: 100%;
    height: 100%;
}
.nav_bar{
    display: flex;
    gap: 20px;
    align-items: center;
}
.nav_bar a{
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    color: #000;
}
.nav_bar .my-btn{
 padding: 5px 14px;
 border-radius: 20px;
 background-color: #000;
 color: #fff;
}

section{
    width: 100%;
    position: relative;
    overflow-x: hidden;
}
#hero{
    margin-top: 4rem ;
    display: flex;
    flex-direction: column;
    gap: 25px;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 20px 12rem;
}
@media (max-width:768px) {
    #hero{
        padding: 6px 1rem;
    }  
    .img_contain{
        width: 80px;
        height: 80px;
        gap:5px
       }
       .text_contain h1{
        font-size: 32px !important;
        letter-spacing: -2px !important;
    }
    .text_contain p{
        font-size: 13px !important;
    }
}
.img_contain{
 width: 90px;
 height: 90px;
 display: flex;
 flex-direction: column;
 gap:7px
}
.img_contain img{
    width: 100%;
    height: 100%;
    scale: 3;
    z-index: 1000;
    animation: scaleUp linear forwards .53s;
}
.img_contain p{
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}
.text_contain{
    display: flex;
    flex-direction: column;
    gap:0px
}
.text_contain h1{
    font-size: 75px;
    font-weight: 500;
    letter-spacing: -4px;
    text-align: center;
}
.text_contain p{
    text-align: center;
    color: #ccc;
    font-size: 16px;
}
#hero .my-btn{
    padding: 12px 24px;
    border-radius: 20px;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
   }
   .my-btn p{
    align-self: center;
   }

   @keyframes scaleUp {
     from{
      scale: 3;
      z-index: 1000;
     }
     to{
       scale: 1;
       z-index: 1;
     }
   }
   #imgs{
    margin-top: 2rem;
    display: flex;
    position: relative;
    height: 650px;
   }
   #imgs img{
    position: absolute;
    width: 300px;
    height: 550px;
    left: calc(var(--pos)*(var(--card-width)));
   }
   #imgs img:nth-child(odd){
    transform: translateY(4rem);
   }
   @media (max-width:768px) {
    #imgs img{
        position: absolute;
        width: 240px;
        height: 450px;
        left: calc(var(--pos)*(220px));
       }
       #texts .texts_container{
        width: 100% !important;
        margin: 1rem auto;
        padding: 8px 10px;
       }
       #texts .texts_container p{
        font-size: 1.6rem !important;
        line-height: 32px !important;
       }
   }
   #texts{
width: 100%;
height: max-content;
overflow-y: hidden;
padding-bottom: 2rem;
   }
   #texts .texts_container{
    width: 40rem;
    margin: 1rem auto;
    display: flex;
    flex-direction: column;
    gap:30px;
    text-align: center;
   }

   #texts .texts_container p{
    font-size: 2.8rem;
    line-height: 48px;
   }
   #my-news{
    margin: 3rem 0;
    padding: 3rem 10px;
    height: max-content;
    overflow-y: hidden;
   }
   .my-news-cont{
    display: flex;
    flex-direction: column;
    gap:3rem;
   }


   .news_header{
    color: #000;
    text-align: center;
    letter-spacing: -1.28px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Satoshi", sans-serif;
    font-size: 64px;
    line-height: 72px;
     font-weight: bold;
   }
   @media (max-width:768px) {
    .news_header{
        font-size: 34px;
        line-height: 42px;
       }
   }
  #sec1{
    display: flex;
    flex-direction: column;
    gap:30px;
  }
  .my-card{
    width: 46rem;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap:20px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px rgba(0, 0, 0, 0.4);
    height: 300px;
    overflow-y: hidden;
    padding: 10px 35px;
  }
  .my-card img{
    width: 20rem;
    margin-bottom: -4.5rem;
  }
  @media (max-width:768px) {
    .my-card{
        width: 100%;
        height: 100%;
        padding: 10px 10px;
    }
    .my-card>img{
       display: none;
      } 
  }
.card_contnt{
display: flex;
flex-direction: column;
margin: auto 0;
line-height: 22px;
gap: 0.6rem;
  }
  .card_contnt>div{
    width: 2rem;
    height: 3.5rem;
    padding-bottom: 2rem;
  }
  .card_contnt>div>img{
    width: 100%;
    height: 100%;
  }
  .card_contnt>p{
    color: #656565;
    font-size: 16px;
    line-height: 22px;
  }
  .card_contnt >h2{
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
  }
  .my_card_2{
    width: 50rem;
    height: 420px;
    display: flex;
    border-radius: 20px;
    margin: 12px auto;
    overflow: hidden;
  }
  .my_card_2>.fir:first-child{
    width: 25rem;
    display: flex;
    background-image: url("/asset/img/bg1.jpg");
    background-position: center;
    background-size: cover;
  }
.fir_next{
    background-image: url("/asset/img/bg2.jpg") !important;
  }
  .sec_next{
    background-color: #6b89967a !important;
  }
  .my_card_2>.sec{
    background-color: #771808;
    width: 25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 3.5rem;
    
  }
  .my_card_2>.sec>h3,  .mobile_ctx>h3{
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: #fff;
    padding-bottom: 10px;
  }
  .my_card_2>.sec>p,  .mobile_ctx>p{
    font-size: 18px;
    font-weight: 100;
    line-height: 26px;
    position: relative;
    color: #fff;
    padding-bottom: 10px;
  }
  .my_card_2>.sec>a,  .mobile_ctx>a{
    width: 100%;
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
    position: relative;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap:10px;
    text-decoration: none;
  }
  .mobile_ctx{
   display: none;
   flex-direction: column;
   align-self: flex-end;
   padding: 10px 3.5rem;
  }
  #sec2{
    margin-top: 4rem;
    padding-bottom: 2rem;
  }
  @media (max-width:768px) {
    .my_card_2{
        width: 100%;
    }
    .my_card_2>.sec{
        display: none;
    }
    .mobile_ctx{
        display: flex;
        padding: 10px 1.5rem;
    }
  }
  #faq{
    display: flex;
    flex-direction: column;
    gap:3rem;
  }
  .faq_container{
    width: 50rem;
    margin: 15px auto;
  }
  .faq_container2{
    width: 100%;
  }
  .faq{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap:10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: .5px solid #E5E6E7;
  }
  .faq>.head{
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
  
  }
  .faq>.head>p{
    width: 100%;
    letter-spacing: -.48px;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    position: relative;
   
  }
  .faq>.head>i{
    color: #ccc;
    font-size: 24px;
  }
  .faq_text{
    display: none;
    transition: all ease .53s !important;
  }
  .faq_text.active{
    display: block;
  }
  .faq_container a{
    display: flex;
    gap:10px;
    align-items: center;
    text-decoration: none;
    font-size: 24px;
    font-weight: 500;
  }
  @media (max-width:768px) {
    .faq_container{
        width: 100%;
        padding: 10px 20px;
    }
    .faq>.head>p{
        font-size: 18px;
        line-height: 24px;
    }
    .sponsors{
        width: 100% !important;
        padding: 10px 20px !important;
      }
      .sponsors>img{
        width: 81.5px !important;
        height: 16px !important;
      }
  }
  #backed{
    margin: 4rem 0;
    padding: 2rem 0px;
  }
  .sponsors{
    width: 50rem;
    margin: 15px auto;
    display: flex;
    justify-content: space-between;
    padding: 1.5rem 0px;
  }
  .sponsors>img{
    width: 110.4px;
    height: 16px;
  }
  footer{
    width: 100%;
    height: 100%;
    padding: 4rem 8.5rem;
    background-color: #f4f4f4;
  }
  @media (max-width:768px) {
    footer{
        padding: 2rem 1rem;
    }
  }
  .foot_container{
    display: block;
    padding: 10px 0px;
    border-bottom: 1px solid #E5E6E7; 
  }
  .foot_container>h3{
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
  }
  .foot_container>p{
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    color: #9b9b9b;
  }
  .foot_links{
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
  }
  .foot_links h3{
    font-size: 16px;
    font-weight: 500;
  }
  .foot_links a{
    text-decoration: none;
    color: #656565;
    font-size: 16px;

  }
  .foot_links ul{
    padding: 0px;
  }
  .foot_links li{
    list-style: none;
    margin-top: 5px;
  }
  .foot_note>h2{
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #9b9b9b;
  }
  .foot_note>p{
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    color: #9b9b9b;
  }
  .page{
    margin-top: 3rem;
    padding: 2rem 10rem;
    gap:10px;
  }
  .page .news_header{
    text-align: start;
    font-size: 30px;
  }
  @media (max-width:768px) {
    .page{
      margin-top: 3rem;
      padding: 1rem 0.5rem;
      gap:10px;
    }
    .page .news_header{
      font-size: 25px;
    }
  }
  .disclaimer_container{
    background-color: #f4f4f4;
    padding: 1rem 1.5rem;
    border-radius: 5px;
  }
  @media (max-width:768px) {
    .disclaimer_container{
      padding: 1px 2px;
    }
    
  }

  .disclaimer_container h2, .disclaimer_container p{
    color: #000;
  }
  .disclaimer_container h1{
    font-size: 28px;
    font-weight: 600;
  }
  