/*==== importing font ====*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*=== variables ====*/
:root {
    --dark: #131316;

    --blue: #008DE9;

    --light-blue : #6CD1FF;

    --lightGray: #f2f2f281;

    --darkBlue: #000B28;

    --secondary: #8B96FF;
}

/*==== wrapper ====*/

body {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    scroll-behavior: smooth;
    transition: all .4s ease-in-out;
}

::-webkit-scrollbar {
    width: 0;
}

.wrapper {
    width: 100%;
    font-family: 'Poppins', sans-serif;
    height: 100%;
}

/*==== navbar ====*/
.nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 40px;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fig {
    display: flex;
    align-items: center;
}

.logo img {
    width: 70px;
}

.logo-name {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 600;
}

/*== navlinks ==*/
.nav-grp {
    display: flex;
    align-items: center;
    gap: 24px;
}

.nav-grp a {
    text-decoration: none;
}

.navlinks {
    display: flex;
    align-items: center;
    gap: 40px;
    text-decoration: none;
    list-style-type: none;
    font-size: 14px;
    font-weight: 500;
}

.navlinks a{
    color: var(--dark);
}

.nav-btn {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--blue);
    border-radius: 40px;
    font-weight: 500;
    color: #fff;
}

.nav-btn a{
    color: #fff;
}

/*==== hero section ====*/
.hero {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 100px;
    gap: 40px;
    text-align: center;
}

.main-svg{
    width: 100%;
    max-width: 800px;
}

.main-hero-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    background-color: var(--light-blue);
    border-radius: 10px;
    font-weight: 500;
    cursor: pointer;
    font-size: 18px;
    color: var(--darkBlue);
    transition: all .4s ease-in-out;
}

.main-hero-btn:hover{
    scale: 1.02;
    transition: all .4s ease-in-out;
}

.main-txt {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.head-txt {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--secondary);
}

.head-h1 {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 10px;
}

.head-sm {
    font-size: 15px;
    line-height: 1.4rem;
}

.grad {
    background: var(--linaaa, linear-gradient(90deg, #0085FE 67.64%, #00B68D 89.78%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: normal;
    font-weight: 700;
    line-height: 72px;
}

.hero-img {
    width: 540px;
}

/*featured sec*/
.sec-1 {
    width: 100%;
    padding: 60px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    text-align: center;
}

.sec-head {
    font-weight: 800;
    font-size: 54px;
    text-align: center;
}

.cards {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.card {
    width: 320px;
    height: 350px;
    background-color: var(--lightGray);
    border-radius: 10px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: left;
    line-height: 1.5rem;
    font-weight: 400;
}

.card-icon {
    width: 110px;
    height: 110px;
    border-radius: 20px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 10px 10px 15px #c0bbbb5e;
}

/*=== quote-sec ====*/
.sec-2 {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 80px 50px;
    background-color: var(--darkBlue);
}

.quote {
    width: 100%;
    height: 100%;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    line-height: 2.6rem;
}

.quote-grad {
    background: var(--linaaa, linear-gradient(90deg, #b9bec2 47.64%, #61cff7b6 90.78%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: normal;
    font-weight: 700;
}

/*=== about section ===*/
/*========= about =======*/
.about-sec{
    width: 100%;
    padding: 40px;
    padding-top: 60px;
}

.head{
    font-size: 48px;
    font-weight: 600;
    color: var(--main-txt);
    margin-bottom: 60px;
}

.grid-lay{
    width: 100%;
    min-height: 500px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 40px;
}

.grid01{
    width: 100%;
    height: 100%;
    /* background-color: #6c256d0d; */
    border-radius: 10px;
    background: url(./assets/images/about.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.grid02{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.grid-cards{
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.card-vr{
    width: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.card-i{
    width: 60px;
    height: 60px;
    background-color: #0083fe13;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-i svg{
    width: 26px;
    height: 26px;
    fill: #0085FE;
}

#target{
    width: 40px;
    height: 35px;
}
.card-txt{
    text-align: justify;
    color: #000000bb;
    font-size: 15px;
    line-height: 1.6;
}

.sec-3 {
    width: 100%;
    text-align: center;
    padding: 60px 100px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.grid-layout {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

.left-grid {
    width: 100%;
    height: 100%;
    background: #fff;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
}

.left-grid img {
    width: 400px;
}

.right-grid {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.card-sm {
    width: 100%;
    height: 100%;
    text-align: justify;
    border-radius: 20px;
    line-height: 1.5rem;
    padding: 20px;
    font-size: 17px;
}

.big-txt {
    font-size: 20px;
    background: var(--linaaa, linear-gradient(90deg, #0085FE 67.64%, #00B68D 89.78%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: normal;
    font-weight: 500;
}

/*==== Communities ====*/

.communities {
    width: 100%;
    padding: 60px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    text-align: center;
    align-items: center;
}

.communities-cards {
    width: 100%;
    gap: 40px;
    display: flex;
    flex-direction: column;
    max-width: 80vw;
}

.communities-card {
    width: 100%;
    height: auto;
    background-color: var(--lightGray);
    border-radius: 10px;
    padding: 30px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    text-align: left;
    line-height: 1.5rem;
    font-weight: 400;
}

.communities-card-logo {
    width: 88px;
    height: 88px;
    aspect-ratio: 1;
    border-radius: 10px;
    box-shadow: 10px 10px 15px #c0bbbb5e;
}

.communities-card-txt-heading {
    text-align: left;
    color: #000000bb;
    font-size: 32px;
    line-height: 1.6;
    font-weight: 600;
}

.communities-card-txt {
    text-align: left;
    color: #000000bb;
    font-size: 15px;
    line-height: 1.6;
}



/*==== get in touch / contact ====*/
.sec-4 {
    width: 100%;
    padding: 60px;
}

.right-box {
    width: 100%;
    height: 440px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: url("/assets/images/Frame.png");
    background-position: center;
    background-size: cover;
    border-radius: 40px;
}

.right-box img {
    width: 400px;
}

.left-box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 28px;
}

.card-h {
    width: 100%;
    height: 120px;
    border-radius: 20px;
    background-color: var(--lightGray);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px;
    gap: 20px;
    font-size: 18px;
    text-decoration: none;
    color: var(--dark);
    transition: all .4s ease-in-out;
}

.card-h svg {
    width: 32px;
    height: 32px;
}

.card-h:hover {
    scale: 1.02;
    transition: all .4s ease-in-out;
}

.discord {
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
    background: linear-gradient(98deg, #4353ffe4 2.94%, rgba(0, 34, 255, 0.879) 93.48%);
    color: #fff;
}

/*==== footer =====*/
a {
    color: #676f75;
    text-decoration: none;
}

.foot {
    width: 100%;
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
    height: 60px;
    font-size: 14px;
    color: #000000a0;
    padding: 20px;
}

.foot svg {
    width: 20px;
    height: 20px;
}

.social {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 20px;
}

.owner {
    padding-bottom: 40px;
}

.sec-head {
    margin-bottom: 20px;
}

.sec-4 .sec-head {
    margin-bottom: 60px;
}

/*======================== menu ====================*/

.hamburger {
    cursor: pointer;
    z-index: 40;
}

.hamburger input {
    display: none;
}

.hamburger svg {
    /* The size of the SVG defines the overall size */
    height: 2.5em;
    /* Define the transition for transforming the SVG */
    transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line {
    fill: none;
    stroke: rgba(0, 0, 0, 0.779);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 3;
    /* Define the transition for transforming the Stroke */
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
        stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line-top-bottom {
    stroke-dasharray: 12 63;
}

.hamburger input:checked+svg {
    transform: rotate(-45deg);
}

.hamburger input:checked+svg .line-top-bottom {
    stroke-dasharray: 20 300;
    stroke-dashoffset: -32.42;
}

.dis {
    display: none;
}


/*========== mobile/tab ==============*/
@media(max-width:1180px) {

    .sec-3,
    .sec-4 {
        padding: 40px;
    }

    .txt {
        font-size: 15px;
    }

    .quote {
        font-size: 28px;
    }
}

@media(max-width:860px) {
    .sec-3 {
        flex-direction: column;
    }

    .grid-layout {
        grid-template-columns: repeat(1, 1fr);
    }
    .grid-lay{
        grid-template-columns: 1fr;
        padding: 20px;
        gap: 0px;
    }
    .grid01 img{
        display: none;
    }
    .grid01{
        width: 100%;
        height: 380px;
        background: url(./assets/images/about.jpg);
        background-size: 400px;
        background-repeat: no-repeat;
        background-position: center;
    }
    .about-sec{
        padding: 20px;
    }
}

@media(max-width:640px) {
    .hero {
        padding: 40px;
        padding-top: 60px;
    }

    .main-hero-btn{
        font-size: 16px;
    }


    .nav-grp {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        position: fixed;
        right: 0;
        top: 0px;
        z-index: 20;
        background: #ffffff67;
        backdrop-filter: blur(10px);
        height: 100%;
        transform: translateX(200%);
        transition: all .4s ease-in-out;
        font-size: 18px;
    }

    .navlinks {
        display: flex;
        flex-direction: column;
        font-size: 18px;
    }

    .navlinks li {
        padding: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }


    .hero-img {
        width: 300px;
    }

    .sec-head {
        font-size: 32px;
    }

    .right-box img {
        width: 300px;
    }

    .right-box {
        height: 340px;
    }

    .left-grid img {
        width: 300px;
    }

    .card-sm {
        padding: 0;
        margin-bottom: 20px;
    }

    .nav {
        padding: 20px;
    }

    .sec-1 {
        padding: 20px;
        padding-bottom: 40px;
    }

    .head-h1 {
        font-size: 40px;
    }
    .sec-head{
        font-size: 45px;
    }

    .dis {
        display: block;
    }

    .grid-lay{
        grid-template-columns: 1fr;
        padding: 20px;
        gap: 0px;
    }
    .grid01 img{
        display: none;
    }
    .grid01{
        width: 100%;
        height: 380px;
        background: url(./assets/images/about.jpg);
        background-size: 400px;
        background-repeat: no-repeat;
        background-position: center;
    }
    .about-sec{
        padding: 20px;
    }
}

@media(max-width:480px) {
    .communities-card {
        flex-direction: column;
    }
}

@media(max-width:400px) {
    .nav {
        padding: 10px;
    }
    .main-hero-btn{
        font-size: 14px;
        padding: 10px 20px;
    }

    .hero {
        padding: 40px 20px;
        gap: 40px;
    }

    .main-txt {
        gap: 10px;
    }

    .head-sm {
        font-size: 12px;
    }

    .head-h1 {
        font-size: 26px;
    }
    .sec-2{
        padding: 40px 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .head-txt {
        font-size: 12px;
        line-height: 1.2rem;
    }

    .hero-img {
        width: 300px;
    }

    .sec-head {
        font-size: 28px;
    }

    .right-box img {
        width: 200px;
    }

    .right-box {
        height: 240px;
    }

    .left-grid img {
        width: 100%;
    }

    .quote {
        font-size: 18px;
        line-height: 1.5;
    }

    .card-txt {
        font-size: 14px;
    }

    .sec-1 {
        padding: 30px;
    }

    .logo-name {
        font-size: 20px;
    }

    .fig {
        width: 64px;
    }
    .sec-4{
        margin-top: -40px;
        width: 100%;
    }
    .right-box{
        max-width: 100%;
    }
    .left-box{
        max-width: 100%;
        justify-content: flex-start;
    }
    .card-h{
        width: 100%;
        font-size: 14px;
    }
    .right-box img{
        width: 200px;
    }
    .foot{
        text-align: center;
        font-size: 12px;
        line-height: 1.5rem;
    }

}


.show {
    transform: translateX(0);
    transition: all .4s ease-in-out;
}