@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/* Importing Inter from Google fonts */
/* Lenis Scroll CSS */
html.lenis, html.lenis body {
    height: auto;
  }
  
  .lenis.lenis-smooth {
    scroll-behavior: auto !important;
  }
  
  .lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
  }
  
  .lenis.lenis-stopped {
    overflow: hidden;
  }
  
  .lenis.lenis-smooth iframe {
    pointer-events: none;
  }


/* Normal Style Sheet */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
body{
    background-color: #000;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
    overflow: hidden;
}
header{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}
header nav{
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 80px;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}
nav .right-content{
    display: flex;
    align-items: center;
    gap: 32px;
}
nav .right-content ul li{
    display: inline-block;
    margin-left: 32px;
}
nav .right-content a{
    color: #fff;
    text-decoration: none;
}
.cta-btn{
    padding: 12px 16px;
    border: 1px solid #fff;
    border-radius: 64px;
    transition: all ease 0.2s;
}
.cta-btn:hover{
    border: 1px solid #000;
    background: #e9ffa0;
    color: #000;
}

main{
    padding: 0 160px;
    display: flex;
    flex-direction: column;
    margin-top: 160px;
}
main h1{
    background: linear-gradient(#e9ffa0, #ffd9a0);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 48px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -1px;
    margin-bottom: 8px;
}
main h3{
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #d9d9d9;
    margin-bottom: 48px;
}
main img{
    width: 100%;
}
.about-section{
    padding: 0 160px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin: 200px 0 120px 0;
}
.text-container{
    max-width: 550px;
    margin-bottom: 80px;
}
.text-container h2{
    font-size: 24px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 8px;
}
.text-container p{
    font-size: 18px;
    line-height: 150%;
    color: #c4c4c4;
    margin-bottom: 8px;
}
.text-container a{
    color: #e9ffa0;
}
.text-container a:hover{
    color: #ffd9a0;
}
.image-wrapper{
    width: 100%;
    display: flex;
    gap: 20px;
}
.image-wrapper img{
    width: 50%;
}
.question-section{
    padding: 0 160px;
    display: flex;
    flex-direction: column;
    margin-bottom: 120px;
}
.grid-section{
    padding: 0 160px;
    display: grid;
    grid-template-rows: repeat(3, 240px);
    grid-template-columns: repeat(3, 360px);
    gap: 20px;
}
.img-square{
    overflow: hidden;
}
.img-square img{
    width: 100%;
}
.square-1{
    grid-row: 1 / 4;
    grid-column: 1 / 3;
}
.square-3{
    grid-row: 2 / 4;
    grid-column: 3 / 4;
}
.animation-section{
    padding: 0px 160px;
    margin: 480px 0;
}
.animation-section h3{
    text-align: center;
    font-size: 56px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -1px;
}
.animation-section img{
    width: 64px;
    position: relative;
    top: 16px;
}
.banners-section{
    padding: 0 160px;
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 320px;
}
.banner{
    width: 100%;
    height: 272px;
    border-radius: 16px;
    background-color: #191919;
}
.social-banner{
    width: 100%;
    height: 272px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #191919;
    border-radius: 16px;
    grid-row: 1 / 1;
    grid-column: 1 / 3;
}
.social-banner h4{
    font-size: 32px;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 32px;
}
.socials{
    display: flex;
    align-items: center;
    gap: 24px;
}
.socials i{
    color: #c4c4c4;
    font-size: 40px;
}
.socials i:hover{
    color: #e9ffa0;
}
.schedule-banner{
    opacity: 70%;
    background-color: #e9ffa0;
    padding: 64px 48px;
}
.schedule-banner h4{
    font-size: 32px;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 8px;
    color: #000;
}
.schedule-banner p{
    color: #191919;
}
.article-banner{
    padding: 64px 48px;
}
.article-banner h4{
    font-size: 32px;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 8px;
    color: #fff;
}
.article-banner p{
    color: #c4c4c4;
}
.cta-section{
    padding: 0 160px;
    text-align: center;
    margin-bottom: 272px;
}
.cta-section p{
    font-size: 18px;
    color: #e9ffa0;
}
.cta-section h2{
    font-size: 40px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 80px;
}
.cta-section .cta-btn{
    font-size: 64px;
    padding: 40px 64px;
    border-radius: 120px;
    text-decoration: none;
    color: #fff;
}
.cta-section .cta-btn:hover{
    color: #000;
}
footer{
    padding: 24px 40px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 80px;
    align-items: flex-start;
    background-color: #e9ffa0;
    color: #000;
}
footer .top-content{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo img{
    width: 40px;
}
.left-content{
    max-width: 572px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.left-content p{
    line-height: 150%;
}
.left-content a{
    font-weight: 600;
    text-decoration: underline;
    color: #000;
}
.left-content .socials i{
    font-size: 24px;
    color: #000;
}
.right-content ul{
    list-style: none;
}
.right-content li{
    margin: 12px;
}
.right-content a{
    text-decoration: none;
    color: #000;
}



/* Custom Scrollbar */
::-webkit-scrollbar{
    width: 8px;
}
::-webkit-scrollbar-track{
    background: #101010;
}
::-webkit-scrollbar-thumb{
    background: #e9ffa0;
}
::-webkit-scrollbar-thumb:hover{
    background: #ffd9a0;
}