@font-face {
    font-family: 'CabinetGrotesk';
    font-weight: 400;
    src: url('../fonts/CabinetGrotesk-Regular.ttf');
}

@font-face {
    font-family: 'CabinetGrotesk';
    font-weight: 500;
    src: url('../fonts/CabinetGrotesk-Medium.ttf');
}

@font-face {
    font-family: 'CabinetGrotesk';
    font-weight: 700;
    src: url('../fonts/CabinetGrotesk-Bold.ttf');
}

@font-face {
    font-family: 'CabinetGrotesk';
    font-weight: 900;
    src: url('../fonts/CabinetGrotesk-Extrabold.ttf');
}

@font-face {
    font-family: 'Rowdies';
    font-weight: 400;
    src: url('../fonts/Rowdies-Light.ttf');
}

@font-face {
    font-family: 'Allura';
    font-weight: 400;
    src: url('../fonts/Allura-Regular.ttf');
}

@font-face {
    font-family: 'CCMaladroitW00';
    src: url('../fonts/CCMaladroitW00-Bold.woff2') format('woff2'),
        url('../fonts/CCMaladroitW00-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-clr: #FDFEFF;
    --secondary-clr: #FF9944;
    --green-clr: #D8EE34;
    --linear-bg: linear-gradient(270deg, #00fff0 0%, #D8EE34 100%);
}

body {
    font-family: 'CCMaladroitW00', sans-serif;
    background: #0857FF;
    color: #000;
}

html {
    scroll-padding-top: 94px;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #ccc;
}

::-webkit-scrollbar-thumb {
    background: var(--primary-clr);
}

::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

p {
    font-size: 20px;
    font-weight: 500;
    color: #FDFEFF;
    text-transform: capitalize;
}

a,
.nav-link {
    text-decoration: none;
    transition: 0.2s linear;
}

button:focus:not(:focus-visible) {
    box-shadow: none;
}

.primary-btn {
    font-size: 16px;
    font-weight: 600;
    color: #0857FF;
    background: var(--primary-clr);
    padding: 13px 40px;
    border: 1px solid transparent;
    outline: none;
    border-radius: 10px;
    transition: 0.2s linear;
    text-transform: uppercase;
}

.primary-btn:hover {
    color: #FDFEFF;
    border-color: #FDFEFF;
    background: #0857FF;
}

.outer-gap {
    padding: 100px 0;
}

.section-title {
    font-size: 70px;
    font-weight: 700;
    color: #FDFEFF;
    text-transform: uppercase;
    padding-bottom: 30px;
}

.section-title span {
    color: #FDFEFF;
    font-weight: 800;
}

/* Header */
header {
    background: #0857FF;
    position: sticky;
    top: 0;
    z-index: 999;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.navbar-brand img {
    max-width: 220px;
}

.navbar-collapse {
    flex-grow: 0;
}

.navbar {
    padding-block: 0;
    border-bottom: 1px solid #fff;
}

.navbar-nav .nav-link {
    font-size: 20px;
    line-height: 1.7;
    font-weight: 700;
    padding: 32px 12px;
    color: #FDFEFF;
    text-transform: uppercase;
}

.nav-link:focus,
.nav-link:hover,
.nav-link.active {
    color: var(--primary-clr);
}

a.dropdown-item {
    font-size: 18px;
    line-height: 1.7;
    font-weight: 700;
    padding: 10px;
    color: #FDFEFF;
    text-transform: uppercase;
}

.toggle-menu-icon {
    width: 24px;
    height: 20px;
    display: inline-block;
    position: relative;
    margin: 0;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
}

.toggle-menu-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
    background: var(--primary-clr);
}

.toggle-menu-icon span:nth-child(1) {
    top: 2px;
}

.toggle-menu-icon span:nth-child(2),
.toggle-menu-icon span:nth-child(3) {
    top: 10px;
}

.toggle-menu-icon span:nth-child(4) {
    top: 18px;
}

.toggle-menu-icon.open span:nth-child(1) {
    top: 11px;
    width: 0%;
    left: 50%;
}

.toggle-menu-icon.open span:nth-child(2) {
    transform: rotate(45deg);
}

.toggle-menu-icon.open span:nth-child(3) {
    transform: rotate(-45deg);
}

.toggle-menu-icon.open span:nth-child(4) {
    top: 11px;
    width: 0%;
    left: 50%;
}

/* Banner */
.banner {
    padding-top: 70px;

    position: relative;
    margin-bottom: 40px;
}

.banner .social-media {
    margin-bottom: 20px;
}

.banner .social-media a img {
    height: 60px;
    vertical-align: middle;
    margin-inline: 5px;
    ;
}

.banner-content {
    text-align: center;
}

.banner-content h5 {
    font-size: 60px;
    line-height: 1;
    /* font-family: 'Allura', sans-serif; */
    color: var(--primary-clr);
    text-transform: capitalize;
    margin-bottom: 30px;
    font-style: italic;
}

.banner-content h1 {
    font-size: 100px;
    line-height: 1;
    font-weight: 700;
    color: #FDFEFF;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.banner-content h1 span {
    font-weight: 900;
    color: var(--primary-clr);
}

.banner-content p {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.element-1 {
    right: 30px;
    top: 30px;
}

.element-3 {
    right: 10%;
    bottom: 100%;
}

.banner-element-1 {
    bottom: 0;
    left: 0;
}

.banner-element-2 {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.banner-element-3 {
    bottom: 0;
    right: 0;

}

/* founder testimonial */
.founder {
    padding-block: 80px;
    position: relative;
}

.founder-in {
    position: relative;
}

.element-2 {
    left: 80px;
    top: 70px;
}

.element-5 {
    right: 0;
    bottom: 0;
}

.element-4 {
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

.founder-card {
    padding: 40px;
    border: 1px solid #ffffff;
    border-radius: 30px;
    background: #0857FF;
}

.founder-card h3 {
    font-size: 30px;
    font-weight: 800;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 8px;
    margin-top: 15px;
}

.founder .swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-avatar {
    text-align: center;
    margin-bottom: -44px;
    display: none;
}

.swiper-avatar img {
    max-width: 300px;
    border-radius: 30px;
    border: 5px solid #ffffff;
}

@media(max-width:768px) {
    .swiper-avatar img {
        max-width: 250px;
        border-radius: 30px;
        border: 5px solid #ffffff;
    }
}

.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
    background-image: none;
}

.swiper-slide.swiper-slide-visible.swiper-slide-next .swiper-avatar {
    display: block;
}

/* Counter */
.counter {
    background: linear-gradient(rgba(8, 87, 255, 0.6), rgba(8, 87, 255, 0.9)), url('../images/counter-bg.png'), lightgray 50% / cover no-repeat;
    width: 100%;
    padding-block: 50px;
    border-top: 3px solid rgba(253, 254, 255, 0.45);
    border-bottom: 3px solid rgba(253, 254, 255, 0.5);
    background: linear-gradient(90deg,
            #0857FF, #003EBD);
}

.counter-wrapper {
    display: flex;
    align-items: center;
    gap: 36px;
    color: #fff;
}

.counter-wrapper h3 {
    font-size: 65px;
    font-weight: 700;
    color: #FDFEFF;
    text-transform: capitalize;
    text-align: left;
}

.counter-wrapper p {
    font-size: 26px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    text-align: right;
}

@media(max-width:768px) {
    .counter-wrapper {
        justify-content: space-around;
        gap: 50px;
    }
}

/* About */
.about {
    padding-block: 100px;
}

/* How To Buy */
.how-to-buy {
    position: relative;
    padding-block: 150px 75px;
}

.how-to-buy::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;

    height: 68%;
    width: 100%;
    z-index: -1;
}

.buy-card {
    height: 100%;
    padding: 40px 28px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.04);
    text-align: center;
    transition: 0.2s linear;
}

.buy-card:hover {
    transform: translateY(-5px);
}

.buy-card img {
    height: 80px;
}

.buy-card a {
    display: block;
    font-size: 30px;
    line-height: 36px;
    font-weight: 800;
    color: #FDFEFF;
    margin-block: 16px;
}

.buy-card p {
    font-size: 16px;
}

.how-to-buy-step {
    margin-top: 80px;
}

/* Tokenomics */
.tokenomic {
    position: relative;
    padding-block: 80px 150px;
}

.element-6 {
    left: 20px;
    top: 0;
}

.chart-box {
    position: relative;
    max-width: 230px;
    margin: 0 auto;
}

.chart-box canvas {
    margin: 0 auto;
}

.chart-number {
    font-size: 30px;
    font-weight: 900;
    position: absolute;
    border: 1px solid #C1C1C1;
    color: #FDFEFF;
    height: 110px;
    width: 110px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

/* Roadmap */
.roadmap {
    position: relative;
    background: url('../images/roadmap-bg.png') no-repeat;
    background-color: #0857FF;
    width: 100%;
    padding-block: 100px 150px;
}

.roadmap-box {
    display: flex;
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.04);
    margin-bottom: 30px;
}

.phase-title {
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px 0px 0px 20px;
    background: #FDFEFF;
}

.phase-title h3 {
    font-size: 38px;
    color: white;
}

.phase-data {
    background: #fff;
    padding: 40px 30px;
    width: calc(100% - 200px);
}

.phase-data p {
    margin-bottom: 10px;
}

.phase-data ul {
    list-style: disc;
    padding-left: 16px;
}

.phase-data ul li {
    font-size: 20px;
    line-height: 1.8;
    color: #000;
    font-family: 'Rowdies', sans-serif;
    text-transform: capitalize;
}

/* Footer */
footer {
    text-align: center;
    background: #101727;
}

.footer-top {
    padding-block: 120px 60px;
    position: relative;
}

.footer-element-1 {
    bottom: 30px;
    left: 0;
}

.footer-element-2 {
    top: 30px;
    right: 0;
}

.footer-top p {
    color: #fff;
}

.footer-top .sub-title {
    font-size: 100px;
    line-height: 1.8;
    font-weight: 900;
    color: #FDFEFF;
    text-transform: uppercase;
}

.footer-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-link .nav-link {
    font-size: 24px;
    line-height: 1.8;
    font-weight: 700;
    padding-inline: 32px;
    color: #fff;
    /* background: rgba(217, 217, 217, 0.16); */
    text-transform: uppercase;
}

.footer-link .nav-link:hover {
    color: var(--secondary-clr);
}

.footer-bottom {
    padding-block: 15px;
    background: #303643;
    text-align: center;
}

.footer-bottom p {
    color: #fff;
}

.social-media {
    display: flex;
    justify-content: center;
}

.social-media a img {
    transition: 0.2s linear;
    height: 100px;
}

.social-media a:hover img {
    transform: translateY(-5px);
}


@media (min-width: 1650px) {
    .container {
        max-width: 1614px;
    }
}

@media (max-width: 1400px) {
    .section-title {
        font-size: 50px;
    }

    .banner {
        padding-block: 70px 45px;
    }

    .banner-content h5 {
        font-size: 56px;
    }

    .banner-content h1 {
        font-size: 70px;
    }

    .banner-content p {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .element-1 img {
        width: 100px;
    }

    .banner-element-1 img,
    .banner-element-3 img,
    .banner-element-2 img {
        height: 440px;
    }

    .how-to-buy,
    .tokenomic {
        padding-block: 80px;
    }

    .counter-wrapper h3 {
        width: 36%;
    }
}

@media (max-width: 1199px) {
    .navbar-brand img {
        max-width: 180px;
    }

    .section-title {
        font-size: 40px;
    }

    .element-2 {
        left: 20px;
    }

    .primary-btn {
        padding: 12px 26px;
    }

}

@media (max-width: 991px) {
    .section-title {
        font-size: 36px;
        padding-bottom: 20px;
    }

    .navbar {
        padding-block: 10px;
    }

    .navbar-nav .nav-link {
        font-size: 14px;
        padding: 12px 20px;
    }

    .dropdown-menu {
        padding: .5rem 15px;
        background-color: transparent;
        border: 0;
    }

    a.dropdown-item {
        font-size: 14px;
    }

    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        background: #0857FF;
        width: 100%;
        box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
    }

    .navbar-brand img {
        max-width: 180px;
    }

    .swiper-slide.swiper-slide-visible.swiper-slide-active .swiper-avatar {
        display: block;
    }

    .banner {
        padding-block: 40px 220px;
    }

    .banner-content h5 {
        font-size: 40px;
    }

    .banner-content p {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .banner-content h1 {
        font-size: 40px;
    }

    .banner-element-3 img,
    .banner-element-2 img,
    .banner-element-1 img {
        height: 220px;
    }

    .element-1 {
        right: 10px;
        top: 10px;
    }

    .element-1 img {
        width: 40px;
    }

    .element-4 img {
        width: 80px;
    }

    .element-3 {
        display: none;
    }

    .founder .swiper {
        padding-top: 30px;
    }

    .element-2 {
        left: 0;
        top: 50px;
    }

    .element-2 img {
        height: 80px;
        display: none;
    }

    .element-5 img {
        /* height: 100px; */
        display: none;
    }

    .counter-wrapper h3 {
        font-size: 40px;
    }

    .counter-wrapper p {
        font-size: 20px;
    }

    .phase-title h3 {
        font-size: 30px;
    }

    .footer-element-1 img,
    .footer-element-2 img {
        width: 140px;
    }

    .footer-top .sub-title {
        font-size: 50px;
    }

    .footer-link .nav-link {
        font-size: 20px;
        padding-inline: 16px;
    }

}

@media (max-width: 767px) {
    p {
        font-size: 18px;
    }

    .founder,
    .about,
    .how-to-buy,
    .tokenomic,
    .counter,
    .roadmap,
    .footer-top {
        padding-block: 60px;
    }

    .how-to-buy-step {
        margin-top: 60px;
    }

    .buy-card {
        padding: 30px;
    }

    .buy-card h4 {
        font-size: 24px;
        margin-block: 16px;
    }

    .how-to-buy::before {
        height: 100%;
    }

    .element-2 img {
        height: 40px;
    }

    .element-5 img,
    .element-6 img {
        height: 60px;
    }

    .element-6 {
        top: 20px;
    }

    .roadmap-box {
        flex-direction: column;
    }

    .phase-title {
        width: 100%;
        border-radius: 20px 20px 0px 0px;
        padding-block: 20px;
    }

    .phase-data {
        padding: 20px;
        width: 100%;
    }

    .about-img img {
        width: 80%;
    }

    .about-img {
        text-align: center !important;
    }

    .about-content {
        text-align: center;
    }

    .founder-card {
        text-align: center;
    }

    .buy-card a {
        font-size: 24px;
        line-height: 28px;
        margin-block: 12px;
    }

    .tokenomics-img {
        text-align: center;
    }

    .tokenomics-img img {
        width: 80%;
        margin: auto;
    }

    .banner .social-media a img,
    .social-media a img {
        height: 60px;
    }

    .tokenomic .section-title,
    .tokenomic p,
    .how-to-buy-content {
        text-align: center;
    }

    .footer-element-1 img,
    .footer-element-2 img {
        width: 100px;
    }

    .footer-link .nav-link {
        font-size: 18px;
        padding-inline: 20px;
    }

    .footer-top .sub-title {
        font-size: 30px;
    }
}

@media (max-width: 576px) {
    .section-title {
        font-size: 26px;
        font-weight: 800;
    }

    p {
        font-size: 16px;
    }

    .primary-btn {
        font-size: 15px;
        padding: 8px 16px;
    }

    .navbar-brand img {
        max-width: 120px;
    }

    .banner {
        padding-block: 40px;
        background-color: #0857FF;
        margin: 0;
    }

    .banner-content p {
        font-size: 18px;
    }

    .element-1,
    .element-2,
    .element-4,
    .element-6,
    .banner-element-1,
    .banner-element-2,
    .banner-element-3 {
        display: none;
    }

    .element-5 img {
        height: 60px;
    }

    .founder .swiper {
        padding-top: 0;
    }

    .founder,
    .about,
    .how-to-buy,
    .tokenomic,
    .counter,
    .roadmap,
    .footer-top {
        padding-block: 40px;
    }

    .how-to-buy-step {
        margin-top: 40px;
    }

    .buy-card img {
        height: 60px;
    }

    .counter-wrapper h3 {
        width: 25%;
    }

    .buy-card h4 {
        font-size: 20px;
        margin-block: 12px;
    }

    .footer-link .nav-link {
        font-size: 16px;
        padding-inline: 12px;
    }

    .phase-data ul li {
        font-size: 16px;
    }

    .banner .social-media a img,
    .social-media a img {
        height: 40px;
    }

    .phase-title h3 {
        font-size: 22px;
    }

    .footer-element-1 img,
    .footer-element-2 img {
        display: none;
    }
}

.ca {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.ca-btn {
    background: #FDFEFF;
    color: #0857FF;
    padding: 10px;
    border: 2px solid #0857FF;
    border-radius: 12px;
    word-wrap: break-word;
    max-width: 100%;
    display: inline-block;
}

.ca-btn:hover,
.ca-btn:active {
    background: #0857FF;
    color: #fff;
    border-color: #FDFEFF;
}

.gif {
    width: 500px;
}

@media(max-width: 768px) {
    .gif {
        width: 100%;
    }
}

img {
    border-radius: 15px;
}

.swiper-pagination-bullet {
    background: #fff !important;
}