@tailwind base;
@tailwind components;
@tailwind utilities;


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: font1;
    src: url(/assets/font/YaroSt-Thin.ttf);
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Urbanist", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background-color: #050808;

}

h1 {
    line-height: 100px !important;
}

h3 {
    line-height: 3.25rem !important;
}

p {
    font-family: font1;
}

/* header  */
.header {
    background-image: linear-gradient(to bottom, #05100c, #0b1914, #0e211a, #0f2a20, #103326);
    position: relative;
    width: 100%;
    height: 100%;

}

.gif {
    background-image: url(/assets/images/hero-bg.png);
    background-size: cover;
    background-position: center;
    padding: 3vw 5vw 0vw 5vw;
}
#about {
background: url(/assets/images/about-bg.png)no-repeat;
background-size: cover;
background-position: center;
}

.links {
    border: 1px solid #303030;
    background-image: linear-gradient(to bottom, #101714, #141b18, #171e1b, #1a221f, #1d2623);
    padding: 0.5vw 1vw 0.5vw 3vw;
    border-radius: 60px;
    align-items: center;
    gap: 4vw;
}

.buynow {
    background-image: linear-gradient(to right bottom, #65ec63, #57e46e, #4cdc78, #43d480, #3ecb86);
    padding: 0.6vw 2vw;
    border-radius: 30px;
    transition: all 0.5s ease-in-out;
    border: 1px solid #3ecb86;
}

.buynow:hover {
    background-image: linear-gradient(to right bottom, #000, #000, #000, #000, #000);

}

.social {
    background-color: #0B0B0B;
    transition: all 0.5s ease-in-out;
}

.social:hover {
    background-image: linear-gradient(to right bottom, #65ec63, #57e46e, #4cdc78, #43d480, #3ecb86);
}


/* Sidebar styles */
.sidebar {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    background-image: linear-gradient(to bottom, #101714, #141b18, #171e1b, #1a221f, #1d2623);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: top 0.3s ease;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.sidebar a {
    margin: 10px 0;
}

.sidebar.open {
    top: 0;
}


/* Close button */
.close-btn {
    background: none;
    border: none;
    font-size: 1.5rem;
    align-self: flex-end;
    cursor: pointer;
    margin-bottom: 1rem;
}


/* section 2  */
.box_main {
    background: linear-gradient(to right, #215E50, #10222199);
    padding: 2px;
    border-radius: 30px;
}

.box {
    background-image: linear-gradient(to bottom, #050808, #060b0b, #070e0e, #081010, #091212);
    background-repeat: no-repeat;
    border-radius: 30px;
    padding: 1.5vw;
    display: flex;
    align-items: center;
    gap: 12px;
}

/* section 2 */
.sec-3 {
    background-image: linear-gradient(to bottom, #05120e, #0e211a, #123122, #194129, #24522f);

}


/* section 4 */
.slide-btn {
    background: linear-gradient(to right, #65EC63, #3ECB86);
    padding: 2px;
    border-radius: 50%;
}

.slide-btn span {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    border-radius: 50%;
    font-size: 24px;
}






.slider-container {
    position: relative;
    overflow: hidden;
}

.slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    min-width: 100%;
}

.supply {
    position: relative;
    z-index: 99;
}

.supply::after {
    content: "";
    background-color: #1F784C;
    opacity: 0.5;
    width: 250px;
    height: 250px;
    position: absolute;
    display: block;
    top: -10%;
    border-radius: 50%;
    -webkit-filter: blur(100px);
    left: 40%;
    transform: translateX(-40%);
    z-index: -98;
}


/* case-box  */
.case-box {
    background-image: linear-gradient(to left bottom, #010D07, #010D07, #010D07, #010D07, #010D07, #010D07, #010D07, #010D07, #010D07, #010D07, #010D07, #010D07);
    border: 9px solid #0C2204;
    padding: 2vw 2vw;
    transition: all 1s ease-out;
}

.case-box:hover {
    transition: all 0.5s ease-in-out;
    transform: scale(1.1);
    border: 9px solid;
    border: 9px solid #52A8B4;
    background-image: linear-gradient(to left bottom, #56b514, #23b751, #00b778, #00b496, #00b0aa, #21a2a5, #34959d, #418792, #35707a, #285962, #1d434b, #122f35);
}



.case {
    position: relative;
    z-index: 99;
}

.case::after {
    content: "";
    background-color: #1F784C;
    opacity: 0.5;
    width: 300px;
    height: 300px;
    position: absolute;
    display: block;
    bottom: 0%;
    border-radius: 50%;
    -webkit-filter: blur(100px);
    left: 0%;
    z-index: -98;
}


.phase-2 {
    position: relative;
    z-index: 99;
}

.phase-2::after {
    content: "";
    background-color: #1F784C;
    opacity: 0.5;
    width: 170px;
    height: 170px;
    position: absolute;
    display: block;
    top: -18%;
    left: -10%;
    border-radius: 50%;
    -webkit-filter: blur(20px);
    z-index: -98;
}

.join .text {
    line-height: 170px;
}


.join {
    background-image: url(/assets/images/header-gif.gif);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    position: relative;
    padding: 5vw;
    z-index: 99;
}

.join::after {
    content: "";
    background-color: #1F784C;
    opacity: 0.5;
    width: 400px;
    height: 400px;
    position: absolute;
    display: block;
    bottom: 0%;
    border-radius: 50%;
    -webkit-filter: blur(100px);
    right: 30%;
    z-index: -0;
}


footer {
    border-top: 10px solid #033B20;
    background-color: #03150B;
    padding: 5vw 8vw;

}











/* animations  */
.rotating-image {
    animation: rotate 5s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.moving-image {
    animation: moveTopToBottom 5s linear infinite;
}

@keyframes moveTopToBottom {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(10px);
        /* Adjust the value as needed */
        rotate: 5deg;
    }

    100% {
        transform: translateY(0);
    }
}

.topbottom {
    animation: TopToBottom 2s linear infinite;
}




@keyframes TopToBottom {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0);
    }
}


@media screen and (max-width: 768px) {
    h1 {
        line-height: 40px !important;
    }

    .gif {
        padding: 5vw 5vw 0vw 5vw;
    }
}

@media screen and (max-width: 480px) {
    .navbar {
        border: 1px solid #303030;
        background-image: linear-gradient(to bottom, #101714, #141b18, #171e1b, #1a221f, #1d2623);
        padding: 2vw 4vw 2vw 3vw;
        border-radius: 60px;
    }

    h1 {
        line-height: 50px !important;
    }

    h3 {
        line-height: 40px !important;
    }

    .gif {
        padding: 5vw 5vw 0vw 5vw;
    }

    .buynow {
        padding: 3vw 2vw;

    }

    .box {
        padding: 4vw;
    }

    .case-box {
        padding: 5vw;
    }

    .case-box-3 {
        padding: 5vw;
        transition: all 1s ease-out;
        transform: scale(1);
    }

    .phase-2::after {
        display: none;
    }

    .join .text {
        line-height: 60px;
    }

    .join::after {

        width: 200px;
        height: 200px;

        bottom: 20%;
    }


}