body {
    font-family: "  ";
    color: white
}

html {
    scroll-behavior: smooth;
}

.heading,
.heading-text {
    font-family: "PoppinsSemiBold";
    font-size: 40px;
    color: #96D3BF;
    text-align: center;
    position: relative;
}

.heading:after {
    content: "";
    width: 100px;
    height: 2px;
    background-color: #96D3BF;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.description {
    font-family: "AndikaRegular";
    color: #fff;
    font-size: 20px;
}

.open-app {
    height: 47px;
    width: 137px;
}

/* Header Style START*/
.header {
    background-color: #23263C;
    height: 80px;
    position: sticky;
    top: 0;
    z-index: 5;
}

.header .connect-wallet {
    font-family: "PoppinsSemiBold";
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    height: 47px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header .navlinks .nav-link {
    position: relative;
    margin-right: 1rem;
    font-family: "PoppinsSemiBold";
    color: #96D3BF;
    font-size: 18px;
    cursor: pointer;
    transition: width 0.3s ease;
    padding-right: 3px;
}

.header .slider {
    position: absolute;
    display: block;
    left: 0;
    top: 90%;
    margin: 0 auto;
    height: 2px;
    background-color: #96D3BF;
    width: 0%;
    transition: width 0.3s ease;
}

.header .mobile-links {
    display: none;
}

.header .nav-link:hover .slider {
    width: 100%;
}

.header .nav-link:hover {
    padding-right: 0;
    margin-bottom: 2px;
}

.header .nav-link:hover:first-letter {
    font-size: 24px;
    transition: all 0.3s ease;
}

/* Header Style END*/

/* Hero Section Style START*/
.hero {
    height: calc(100vh - 80px);
    background-image: url('/assets/images/hero.png');
    background-size: cover;
}

.hero .title {
    font-family: "PoppinsBold";
    color: #fff;
    font-size: 60px;
    line-height: 1.3;
}

.hero .container {
    height: 100%;
}

.hero .sample_nfts {
    max-width: 80%;
    margin-left: auto;
    /* margin-right: auto; */
}

/* Hero Section Style END*/
/* Trusted Section Style START*/
.trusted {
    background-color: #0F0C1A;
}

.trusted .container {
    padding-top: 70px;
    padding-bottom: 70px;
}

.trusted .description {
    max-width: 650px;
    line-height: 2.5;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    text-align: center;
}

.trusted .achivement {
    font-family: "AndikaRegular";
    text-align: center;
    text-transform: uppercase;
    margin-top: 50px;
    font-size: 24px;
}

.trusted .cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.trusted .cards .card {
    width: 278px;
    margin: 10px;
    border: 1px solid #899CB8;
    border-radius: 12px;
    padding: 20px;
}

.trusted .cards .card .sub-heading {
    font-family: "PoppinsSemiBold";
    font-size: 22px;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
}

.trusted .cards .card .hr {
    background-color: #899CB8;
    height: 2px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
}

.trusted .cards .card .desc {
    font-family: "AndikaRegular";
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFFA6;
}

/* Trusted Section Style END*/

/* Featured Section Style START*/
.features {
    background-color: #23263C;
}

.features .container {
    padding-top: 70px;
    padding-bottom: 70px;
}

.features .cards {
    display: flex;
    flex-wrap: wrap;
}

.features .cards .card {
    border: 1px solid #899CB8;
    border-radius: 12px;
    padding: 20px;
    width: calc(25% - 20px);
    margin: 10px;
    position: relative;
}

.features .cards .card:after {
    display: block;
    position: absolute;
    font-family: "PoppinsBold";
    font-size: 160px;
    color: #96D3BF;
    top: 0;
    right: 10px;
    opacity: 0.1;
}

.features .cards .card-1:after {
    content: "1";
}

.features .cards .card-2:after {
    content: "2";
}

.features .cards .card-3:after {
    content: "3";
}

.features .cards .card-4:after {
    content: "4";
}

.features .cards .card-5:after {
    content: "5";
}

.features .cards .card-6:after {
    content: "6";
}

.features .cards .card-7:after {
    content: "7";
}

.features .cards .card-8:after {
    content: "8";
}

.features .cards .card .feature-img {
    height: 100px;
    margin-left: -10px;
}

.features .cards .card .title {
    font-size: 20px;
    font-family: "PoppinsSemiBold";
    color: #FFFFFF;
    margin-top: 14px;
}

.features .cards .card .desc {
    font-family: "AndikaRegular";
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 16px;
}

/* Featured Section Style END*/

/* Services Section Style END*/
.services {
    background-color: #0F0C1A;
}

.services .container {
    padding-top: 70px;
    padding-bottom: 70px;
}

.services .description {
    max-width: 550px;
    line-height: 2.5;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    text-align: center;
}

.services .cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.services .cards .card {
    border: 1px solid #899CB8;
    border-radius: 12px;
    padding: 20px;
    width: calc(33% - 20px);
    margin: 10px;
    position: relative;
    max-width: 350px;
}

.services .cards .card .img {
    height: 100px;
    margin-left: -10px;
}

.services .cards .card .title {
    font-size: 20px;
    font-family: "PoppinsSemiBold";
    color: #FFFFFF;
    margin-top: 14px;
}

.services .cards .card .desc {
    font-family: "AndikaRegular";
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 16px;
}

.services .cards .card ul {
    list-style: disc;
}

.services .cards .card li {
    margin-left: 20px;
}

/* Services Section Style END*/

/* Pricing Section Style END*/
.pricing {
    background-color: #23263C;
}

.pricing .container {
    padding-top: 70px;
    padding-bottom: 70px;
}

.pricing .cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.pricing .cards .card {
    border-radius: 5px;
    padding: 20px;
    width: 40%;
    margin: 10px;
    position: relative;
    max-width: 400px;
    background-color: #0F0C1A;
}

.pricing .card .title {
    font-size: 20px;
    font-family: "PoppinsSemiBold";
    color: #FFFFFF;
    margin-top: 14px;
}

.pricing .card .desc {
    font-family: "AndikaRegular";
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 16px;
}

.pricing .cards .card ul {
    list-style: none;
}

.pricing .cards .card li {
    margin-bottom: 10px;
}

.pricing .cards .card li::before {
    content: "\2714";
    margin-right: 10px;
}

.pricing .price-slider {
    background-color: #0F0C1A;
    border: 5px;
    width: calc(80% + 20px);
    max-width: 820px;
    padding: 10px 10%;
}

/* Pricing Section Style END*/

/* Footer Section Style START*/
.footer {
    background-color: #0F0C1A;
    overflow: hidden;
    position: relative;
}

.footer:after {
    content: url("/assets/images/brainxlogo.png");
    position: absolute;
    transform: scale(.5);
    top: -128px;
    right: -40px;
}

.footer .title {
    font-size: 20px;
    font-family: "PoppinsSemiBold";
    color: #FFFFFF;
}

.footer .link {
    font-family: "AndikaRegular";
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 10px;
    cursor: pointer;
    display: block;
    width: fit-content;
}

.footer .desc {
    font-family: "AndikaRegular";
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 16px;
}

.footer .icons-heading {
    margin-top: 50px;
}

.footer .icons {
    display: flex;
    margin-top: 20px;
}

.footer .icons .icon {
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.footer .contact_us {
    height: 47px;
    width: 137px;
    margin-top: 30px;
}

/* Footer Section Style END*/
.copyright {
    background-color: #23263C;
    height: 84px;
}

.copyright .container {
    align-items: center;
    height: 100%;
}

.copyright .detail {
    font-family: "PoppinsRegular";
    font-size: 14px;
}

.copyright .powered-by {
    width: 270px;
}

.range-slider {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    border-radius: 5px;
    background: white;
    outline: none;
    padding: 0;
    margin: 0;
}

.range-slider::-webkit-slider-thumb {
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: white;
    border: 4px solid #165663;
    cursor: pointer;
    transition: background .15s ease-in-out;
}

/* Styling for mobile responsiveness */

@media (max-width: 1026px) {
    .hero .title {
        font-size: 50px;
        line-height: 1.2;
    }
}

@media (max-width: 1022px) {
    .features .cards .card {
        width: calc(33.33% - 20px);
    }
}


@media (max-width: 1000px) {
    .services .cards .card {
        width: calc(50% - 20px);
        max-width: 450px;
    }
}


@media (max-width: 821px) {
    .features .cards .card {
        width: calc(50% - 20px);
    }

    .copyright .container {
        flex-direction: column;
    }

    .copyright .powered-by {
        width: 200px;
    }
}

@media (max-width: 600px) {

    .description {
        font-size: 18px;
        ;
    }

    .header .desktop-links {
        display: none !important;
    }

    .header .container {
        justify-content: space-between;
    }

    .header .mobile-links {
        display: flex;
        justify-content: end;
        cursor: pointer;
        position: relative;
        width: fit-content;
    }

    .header .mobile-links .navlinks {
        align-items: flex-start;
        flex-direction: column;
        background: #0F0C1A;
        position: absolute;
        top: 52px;
        width: 150px;
        padding: 20px;
        border-radius: 4px;
    }

    .header .mobile-links .navlinks .nav-link {
        font-size: 14px;
        padding-right: unset;
        padding-bottom: 4px;
        margin-bottom: 8px;
    }

    .header .mobile-links .navlinks .nav-link:hover:first-letter {
        font-size: inherit;
    }

    .hero {
        background-position: center;
        height: calc(90vh - 80px);
    }

    .hero .title {
        font-size: 30px;
        line-height: 1.2;
    }

    .hero .container {
        flex-direction: column;
    }

    .hero .container .contect-section,
    .hero .container .nfts-section {
        width: 100% !important;
    }

    .hero .container .contect-section {
        margin-top: 50px;
        ;
    }

    .hero .container .contect-section .title {
        max-width: 50%;
    }

    .hero .container .nft-section .description {
        max-width: 80%;
    }

    .hero .sample_nfts {
        max-width: 100%;
        margin-top: 50px;
        ;
    }

    .pricing .cards .card {
        width: calc(100% - 20px);
        max-width: 450px;
        border-radius: 4px;
    }

    .pricing .price-slider {
        max-width: 450px;
        padding: 10px 5%;
        margin-top: 10px;
        border-radius: 4px;
        width: 100%;
    }

    .trusted .cards .card {
        width: calc(100% - 10px);
        max-width: 80%;
    }

    .features .cards {
        justify-content: center;
    }

    .features .cards .card {
        max-width: 450px;
        width: calc(100% - 20px);
        border-radius: 4px;
    }

    .services .cards .card {
        border-radius: 4px;
        width: calc(100% - 20px);
        max-width: 450px;
    }

    .footer .container {
        flex-direction: column;
    }

    .footer .container .logo-link .icons-heading {
        margin-top: 5px;
    }

    .footer .container .logo-link,
    .footer .container .links,
    .footer .container .contact {
        width: 100% !important;
    }

    .footer .container .links {
        margin-top: 50px;
    }

    .footer .container .contact {
        margin-top: 20px;
    }

    .copyright .container {
        align-items: unset;
    }
}