/* ===== Scrollbar CSS ===== */
/* Firefox */
body {
    scrollbar-width: auto;
    scrollbar-color: #8f54a0 #2e2e2e;
}

/* Chrome, Edge, and Safari */
body::-webkit-scrollbar {
    width: 16px;
}

body::-webkit-scrollbar-track {
    background: #333;
}

body::-webkit-scrollbar-thumb {
    background-color: #FFF;
    background-image: -webkit-linear-gradient(top, #ab2ffe 0%, #40affd 100%);
    border-radius: 12px;
    /* background-color: #8f54a0;

    border: 0px none #ffffff; */
}



.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}


@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}


.section-1 img.banner {
    width: 100%;
}

body.home-body {
    background: #0e0828;
    color: #fff;
    font-family: Inter;
    /* background-image: url(assets/images/Main\ Design.jpg);
        background-position: 0px -47px;
  
        background-size: 100%; */
}


.gradient-heading {
    color: #379de5;
    text-align: center;
    background-image: linear-gradient(314deg, #ab2ffe 0%, #40affd 96.88%);
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

section {
    position: relative;
}

.banner-content {
    top: 11vw;
    left: 7%;
    width: -webkit-fill-available;
    width: -moz-available;
}

.section-2 .row>* {
    width: auto;
}






h1.banner-heading {
    font-family: Inter;
    color: #fff;

    font-weight: 300;
}

.banner-text {
    font-size: 1.13vw;
    color: #fff;
    font-weight: 100;
}

.banner-text b {
    font-weight: 700 !important;
}

.banner-btn {
    margin: 2.4vw 0vw;
    /* padding: 0.7vw 3.2vw; */
    /* margin: 2.4vw 0vw; */
    border-radius: 1.1vw;
    /* border: 2px solid #379de5; */
    /* background: #000; */
    /* font-size: 1.5vw; */
    transition: 0.5s;
    width: fit-content;
    background: linear-gradient(-87.48deg, #ab2ffe, #40affd 96.88%);
    box-shadow: 0px 4px 87px -6px #06fff0,
        0px 4px 20px 0px rgba(6, 255, 240, 0.25) inset;
    backdrop-filter: blur(5px);
}

span.btn.btn-dark {
    padding: 0.7vw 3.2vw;
    /* margin: 2.4vw 0vw; */
    margin: 2px;
    border-radius: 1vw;
    /* border: 2px solid #379de5; */
    background: #000;
    font-size: 1.3vw;
}

.banner-btn:hover {
    box-shadow: 0px 4px 90px 5px #06fff0,
        0px 4px 30px 0px rgba(6, 255, 240, 0.25) inset;
    backdrop-filter: blur(5px);
}

.banner-text-gradient {
    background-image: linear-gradient(-90deg, #AB2FFE, #40AFFD);
    width: inherit;
    background-size: 105%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.2vw;
    text-shadow: 2px 1px 12px #40affdcc;
    font-weight: 400;
}

.section-2 {
    width: 100;
    height: 33.5vw;
    background: #090519;
}

.section-2 .banner-btn {
    margin: 2.4vw 0vw;
    box-shadow: 3px -9px 84px -6px #06fff0,
        0px 4px 19px 0px rgba(6, 255, 240, 0.25) inset;
    backdrop-filter: blur(5px);
}

.section-2 .banner-btn:hover {
    box-shadow: 0px -3px 88px 0px #06fff0,
        0px 4px 30px 0px rgba(6, 255, 240, 0.25) inset;
    backdrop-filter: blur(5px);
}

.heading-text {
    text-align: center;
    font-size: 1.7vw;
    font-weight: 300;
}

.section-5 .heading-text {
    font-size: 1.3vw;
}

.section-2 .col-md-6 {
    margin: 0 auto;
    padding-top: 5vw;
}

.section-2 .gcp img {
    display: block;
    margin: auto;
}

.section-2 .banner-btn {
    margin: 4.5vw auto;
    display: block;
    width: fit-content;
    font-size: 1vw;
    padding: 0vw;
}

.section-2 .labs {
    padding-top: 4.5vw;
    padding-left: 1vw;
}

.section-2 .labs img {
    height: 100%;
}

.section-2 .img-box {
    height: 5vw;
}

.section-2 .row {
    justify-content: space-evenly;
}

.section-3 .carousel-content {
    text-align: center;
}

.section-3 .carousel {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section-3 h1.carousel-heading {
    font-size: 4vw;
    font-weight: 300;
    font-family: inter;
}

.carousel-indicators {
    display: none;
}

p.carousel-text {
    margin-top: 1.6vw;
}

.section-3 .carousel-indicators button {
    width: 10px !important;
    height: 10px !important;
    border-radius: 100% !important;
    margin-bottom: -5vw !important;
}

.carousel-control-prev-icon {
    background-image: url("../images/right-arrow.svg");
    opacity: 1;
    filter: drop-shadow(0px 0px 3px #07f);
}

.carousel-control-next-icon {
    background-image: url("../images/right-arrow.svg");
    opacity: 1;
    filter: drop-shadow(0px 0px 3px #07f);
    transform: rotate(180deg);
}

button.carousel-control-prev,
button.carousel-control-next {
    opacity: 1;
    transform: scale(1.5);
}

/* button.carousel-control-prev:hover {} */

section img.bg {
    width: 100%;
    /* opacity: 0.4; */
}

.section-5 .col-md-4 {
    margin: 0 auto;
    /* padding-top: 16vw; */
    text-align: center;
}

h2.heading {
    font-size: 3vw;
}

.section-5 .carousel-indicators {
    text-align: center;
    margin-bottom: -3%;
}

.section-5 .carousel-indicators button {
    width: 15px !important;
    height: 15px !important;
    border-radius: 100% !important;
    /* background: linear-gradient(-87.48deg, #ab2ffe, #40affd 96.88%); */
}

.section-6 .col-md-6 {
    margin: 0 auto;
    padding-top: 12vw;
    text-align: center;
}

.section-6 .banner-btn {
    /* padding: 1.6vw 2.9vw; */
    margin: 5.4vw 0vw;
    font-size: 1.1vw;
    padding: 0;
}

.section-6 .btn.btn-dark.banner-btn span {
    padding: 1.6vw 2.9vw;
}

footer img.footer-logo {
    width: 25vw;
}

.footer-box {
    padding: 7vw 3vw 2vw 3vw;
}

.footer-box .row {
    justify-content: space-between;
    margin-bottom: 5vw;
}

.footer-social {
    display: flex;
    justify-content: end;
}

img.social-icons {
    padding: 0vw 0.75vw;
}

p.footer-links {
    text-align: right;
}

p.footer-links a {
    color: #fff;
    text-decoration: none;
    padding: 0vw 0.5vw;
}

.section-4 .byte-sized-content {
    width: 100%;
    padding: 7vw 0vw;
}

.section-4 .row.g-4 {
    justify-content: center;
}

.section-4 img.byte-icons {
    padding: 2vw 0vw;
}

.section-5::after {
    content: " ";
    position: absolute;
    border-radius: 479.042px;
    background: radial-gradient(50% 50% at 50% 50%, #fb0303 0%, #dc06ff 100%);
    filter: blur(254px);
    width: 36vw;
    height: 38vw;
    transform: rotate(-23.358deg);
    flex-shrink: 0;
    z-index: 1;
    opacity: 0.9;
    left: 30vw;
    top: 2vw;
    transition: 0.5s;
    /* animation: mymove 15s infinite; */
}

section.section-5.blue-theme-active::after {
    background: radial-gradient(50% 50% at 50% 50%, #0374fb 0%, #dc06ff 100%);
}

/* @keyframes mymove {
    0%   {    background: radial-gradient(50% 50.00% at 50% 50.00%, #FB0303 0%, #DC06FF 100%);}
    100% { background: radial-gradient(50% 50.00% at 50% 50.00%, #0374fb 0%, #DC06FF 100%); }
   
  } */
.section-5 section.section-5 {
    overflow: initial;
}

.section-5 .col-md-12.position-absolute {
    z-index: 9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

footer.container-fluid {
    height: 20.5vw;
    background: #000;
    border-top: 2px solid;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .section-4 h5.mb-3 {
        font-size: 1.3vw;
    }

    .section-4 p.m-0 {
        font-size: 1.1vw;
    }
}

/* Medium devices (landscape tablets, 768px and up) */

@media only screen and (max-width: 767px) {

    .carousel-indicators {
        display: flex;
        margin-bottom: -17vw;
    }

    .section-4 p.m-0 {
        /* padding: 0vw 13vw; */
    }

    div#carouselExampleCaptions {
        width: 90%;
    }

    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }

    .show-mobile {
        display: block;
    }

   

    .show-desktop {
        display: none;
    }

    h1.banner-heading {
        font-size: 12.5vw;
        padding-top: 32vw;
    }

    /* .section-1 .banner-btn{display: none;} */
    img.banner.show-mobile {
        padding-bottom: 100vw;
    }

    .banner-text {
        font-size: 4.13vw;
        color: #fff;
        padding: 41vw 19vw 0vw 1vw;
        /* padding-top: 41vw; */
        /* font-weight: 300; */
    }

    p.banner-text.banner-text-gradient {
        padding: 0;
    }

    .section-2 .row {
        justify-content: center;
    }

    .section-2 h3 {
        text-align: center;
        font-size: 8.1vw;
        font-weight: 300;
        padding: 0vw 10vw;
        padding-top: 12vw;
    }

    h3.gradient-heading,
    .section-3 h1.carousel-heading {
        font-size: 8.1vw;
        text-align: center;
    }

    p.carousel-text {
        margin-top: 1.6vw;
        font-size: 4vw;
        padding: 0vw 3.1vw;
    }

    .section-2 {
        width: 100;
        height: 116.5vw !important;
        background: #090519;
    }

    .section-2 .img-box {
        height: 12vw;
    }

    .section-2 .row {
        justify-content: center;
    }

    .banner-btn {
        margin: 2.4vw 0vw;
        /* padding: 0.7vw 3.2vw; */
        /* margin: 2.4vw 0vw; */
        border-radius: 2.1vw;
    }

    span.btn.btn-dark {
        padding: 2.3vw 6.2vw;
        /* margin: 2.4vw 0vw; */
        margin: 2px;
        border-radius: 2vw;
        /* border: 2px solid #379de5; */
        background: #000;
        font-size: 4.3vw;
    }

    .section-2 .banner-btn {
        margin: 10.5vw auto;
        display: block;
        width: fit-content;
        font-size: 1vw;
        padding: 0vw;
    }

    .section-5 .col-md-12.position-absolute {
        z-index: 9;
        width: 100%;
    }

    .section-5 .col-md-4 {
        margin: 0 auto;
        padding-top: 0px;
        text-align: center;
    }

    .section-5 .col-md-12.position-absolute {
        z-index: 9;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    h2.heading {
        font-size: 7vw;
        text-align: center;
    }

    .heading-text {
        text-align: center;
        font-size: 4.5vw !important
        ;
        font-weight: 100;
        padding: 0vw 7vw;
    }

    .section-6 {
        margin-bottom: -94px;
    }

    .section-6 .col-md-12.position-absolute {
        width: 100%;
    }


    .section-6 .col-md-6 {
        margin: 0 auto;
        padding-top: 18vw;
        text-align: center;
    }

    .section-6 h3.gradient-heading {
        font-size: 6.1vw;
    }


    .section-5::after {
        display: none;
    }

    .section-6 .btn.btn-dark.banner-btn span {
        padding: 1.8vw 2.9vw;
        border-radius: 1.5vw;
    }

    footer.container-fluid {
        height: 41.5vw;
    }

    footer .col-md-4,
    .footer-social {
        display: flex;
    }

    footer img.footer-logo {
        width: 51vw;
        margin: 0 auto;
    }

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

    img.social-icons {
        padding: 0vw 1.2vw;
        height: 5vw;
        margin: 4vw 0vw;
    }

    p.footer-links {
        display: none;
    }

    footer .col-md-12.d-flex {
        justify-content: center;
    }

    p.footer-text {
        width: 100%;
        text-align: center;
        font-size: 2.5vw;
        font-weight: 100;
    }

    .footer-box .row {
        margin-bottom: 4vw;
    }

   

    /* .floating-nav .banner-btn {
         margin: 0vw;
    } */



    .up-button i {
        padding: 15px;
        font-size: 20px;
        cursor: pointer;
        color: #000;
    }

    body.menu-open .up-button i:before {
        content: "\f00d";
    }

    .menu {
        display: inline-block;
        position: fixed;
        display: none;
        color: #000;
        text-align: center;
        /* right: 14vw; */
        bottom: 8vh;
        left: 50%;
        transform: translate(-50%);
        transition: background 0.5s ease-in-out;
        z-index: -28;
    }

    body.menu-open::after {
        content: " '";
        position: absolute;
        width: 100vw;
        height: 102vw;
        left: 0;
        top: 0;
        padding-top: 225vw;
        transition: 0.5s;
        z-index: 9999;
        background: #0009;
        backdrop-filter: blur(2px);
        pointer-events: none;
    }

    .menu ul {
        list-style-type: none;
        margin: 0;
        border-radius: 5vw;
        padding: 0px;
        background: #fff;
        border-radius: 5vw;
        /* box-shadow: 0px 1px 8px 0px #777373; */
    }

    .menu ul li {
        padding: 5vw 25vw;
        color: #000;
        font-size: 5vw;
    }

    /* .menu ul li:hover {
        background: #000200;
     
      } */

    /* .menu ul li:first-child {
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
      }
      .menu ul li:last-child {
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
      } */

    /* .active{
        display:block;
      } */

    .hero-section {
        height: 100vh;
        background-size: cover;
        width: 100%;
        display: table;
    }

    .hero-section .text-wrapper {
        display: table-cell;
        vertical-align: middle;
    }

    .hero-section .text-wrapper h1 {
        font-size: 70px;
        margin: 0;
        color: #fff;
        font-family: "Josefin Sans", sans-serif;
        max-width: 800px;
        padding: 100px;
        line-height: 89px;
        text-align: left;
        letter-spacing: 6px;
    }

    .section-5 .carousel-indicators {
        text-align: center;
        margin-bottom: -8%;
    }
}

/*------------------------For Desktop---------------------------------*/

@media only screen and (min-width: 768px) {
    .show-mobile {
        display: none;
    }

    .show-desktop {
        display: block;
    }

    h1.banner-heading {
        font-size: 6.3vw;
    }

    section.section-1 {
        width: 100%;
        background: url("/assets2/images/topbanner.webp");
        background-size: 100%;

        background-repeat: no-repeat;
        aspect-ratio: 3 / 1.55;
    }

    .section-1 span.btn.btn-dark {
        padding: 0.7vw 2.2vw;
    }

    .section-1 img.banner {
        width: 100%;
    }

    .home-body h3 {
        text-align: center;
        font-size: 2.8vw;
        font-weight: 300;
    }

    footer {
        height: 20.5vw;
    }
}


    /* Large devices (laptops/desktops, 992px and up) */
    @media only screen and (min-width: 992px) {
        div#carouselExampleCaptions {
            width: 77%;
        }
    }

    /* Extra large devices (large laptops and desktops, 1200px and up) */
    @media only screen and (min-width: 1200px) {
        div#carouselExampleCaptions {
            width: 77%;
        }
    }


    @media (min-width: 1800px) {
        main {
            max-width: 1800px;
            margin: 0 auto;
            overflow: hidden;
        }

        section.section-1::before {
            content: " ";
            position: absolute;
            background: radial-gradient(46% 156% at 50% 51%, #fb030300 37%, #0e0828 100%);
            height: 100%;
            opacity: 1;
            width: 100%;
            pointer-events: none;
        }

        h1.banner-heading {
            font-size: 114px !important;
        }

        .section-1 span.btn.btn-dark {
            padding: 14px 44px !important;
        }

        .banner-text {
            font-size: 24px !important;
        }

        .home-body h3 {
            font-size: 60px !important;
        }

        .heading-text {
            text-align: center;
            font-size: 34px !important;
        }

        span.btn.btn-dark {
            font-size: 26px !important;
        }

        .banner-content {
            top: 222px !important;
        }

        .banner-content {
            top: 110px;
        }


        .section-2 {
            height: 610px;
        }

        .section-2 .banner-btn {
            margin: 24px 0px;
        }

        .heading-text {
            font-size: 17px;
        }

        .section-2 .col-md-6 {
            padding-top: 100px;
        }

        .section-2 a.banner-btn {
            margin-top: 100px;
        }

        .section-2 .banner-btn {
            margin: 45px auto;
        }

        .section-2 .labs {
            padding-top: 45px;
            padding-left: 10px;
        }

        .section-2 .img-box {
            height: 50px;
        }

        .section-3 h1.carousel-heading {
            font-size: 85px;
        }

        p.carousel-text {
            margin-top: 16px;
        }

        .section-3 .carousel-indicators button {
            margin-bottom: -50px !important;
        }

        h2.heading {
            font-size: 30px;
        }

        .section-6 .col-md-6 {
            padding-top: 120px;
        }

        .section-6 .banner-btn {
            margin: 54px 0px;
            font-size: 11px;
        }

        .section-6 .btn.btn-dark.banner-btn span {
            padding: 16px 29px;
        }

        footer img.footer-logo {
            width: 250px;
        }

        .footer-box {
            padding: 70px 30px 20px 30px;
        }

        .footer-box .row {
            margin-bottom: 50px;
        }

        img.social-icons {
            padding: 0px 15px;
        }

        p.footer-links a {
            padding: 0px 5px;
        }

        .section-4 .byte-sized-content {

            padding: 165px 0px;
        }

        .section-4 img.byte-icons {
            padding: 20px 0px;
        }

        .section-5::after {
            left: 30%;
            /* left: 401px; */
            top: 15px;
            width: 760px;
            height: 741px;
        }

        footer.container-fluid {
            height: 205px;
            background: #000;
            border-top: 2px solid;
        }

        .section-4 h5.mb-3 {
            font-size: 25px;
        }

        .section-4 p.m-0 {
            font-size: 20px;
        }

        h1.banner-heading {
            font-size: 240px;
        }


        .section-1 span.btn.btn-dark {
            padding: 70px 220px;
        }

        h3 {
            text-align: center;
            font-size: 310px;
            font-weight: 300;
        }

        footer {
            height: 205px;
        }
    }

        @media (min-width: 1400px) {
            .fixed-top .container {
                /* max-width: 1478px; */
            }
        }

        @media only screen and (max-width: 767px) {

            .brand-logo {
                display: none !important;
                /* margin: 0 auto; */
            }
        
            /* .floating-nav .banner-btn {
                 margin: 0vw;
            } */
        
            .floating-nav span.btn.btn-dark {
                font-size: 3.5vw;
                padding: 2.5vw 6.2vw;
            }
        
            .floating-nav {
                display: flex;
                width: 94%;
                position: sticky;
                position: -webkit-sticky;
                bottom: 6%;
                background: #000b;
                justify-content: space-between;
                border-radius: 4vw;
                padding: 0vw 3vw;
                z-index: 9999999999999999;
                /* left: 50%;
                transform: translate(-50%, -50%); */
                /* bottom: 24vw; */
                backdrop-filter: blur(2px);
                margin: 15px auto;
            }
        
            .floating-nav p.signin-tab {
                margin: auto;
            }
        
            .floating-nav span.navbar-toggler-icon {
                opacity: 1;
                color: #fff;
                filter: brightness(27);
            }
        
            .floating-nav button.navbar-toggler {
                border-radius: 50%;
                padding: 2.3vw;
                background: #000;
                margin: 0.5vw;
            }
        
            .floating-nav .navbar {
                background: linear-gradient(-87.48deg, #ab2ffe, #40affd 96.88%);
                padding: 0px;
                height: fit-content;
                margin: auto 0;
                border-radius: 50%;
            }
        
            .white-text {
                color: #fff;
                text-decoration: none;
                font-weight: 700;
            }
        
            .up-button i {
                padding: 15px;
                font-size: 20px;
                cursor: pointer;
                color: #000;
            }
        
            body.menu-open .up-button i:before {
                content: "\f00d";
            }
        
            .menu {
                display: inline-block;
                position: fixed;
                display: none;
                color: #000;
                text-align: center;
                /* right: 14vw; */
                bottom: 8vh;
                left: 50%;
                transform: translate(-50%);
                transition: background 0.5s ease-in-out;
                z-index: -28;
            }
        
            body.menu-open::after {
                content: " '";
                position: absolute;
                width: 100vw;
                height: 102vw;
                left: 0;
                top: 0;
                padding-top: 225vw;
                transition: 0.5s;
                z-index: 9999;
                background: #0009;
                backdrop-filter: blur(2px);
                pointer-events: none;
            }
        
            .menu ul {
                list-style-type: none;
                margin: 0;
                border-radius: 5vw;
                padding: 0px;
                background: #fff;
                border-radius: 5vw;
                /* box-shadow: 0px 1px 8px 0px #777373; */
            }
        
            .menu ul li {
                padding: 5vw 25vw;
                color: #000;
                font-size: 5vw;
            }
        
            /* .menu ul li:hover {
                background: #000200;
             
              } */
        
            /* .menu ul li:first-child {
                border-top-left-radius: 50px;
                border-top-right-radius: 50px;
              }
              .menu ul li:last-child {
                border-bottom-left-radius: 50px;
                border-bottom-right-radius: 50px;
              } */
        
            /* .active{
                display:block;
              } */
        
           
        }
        
/* // navbar flickering issue css. */


nav.navbar {
    background: #5d5c5c4f !important;
    backdrop-filter: blur(17px);
    border-bottom: 1px solid #fff;
    box-shadow: 2px 2px 16px #0006;
    padding: 8px 0px;
    z-index: 999999999;
}

.brand-logo {
    display: flex;
    /* margin: 0 auto; */
    position: absolute;
    /* width: 100%; */
    justify-content: center;
    /* pointer-events: none; */
    /* z-index: -3; */
    left: 39%;
    padding: 8px 0px;
}


.brand-logo img {
    height: 100%;
    width: 278px;
}
.navbar-collapse {
    justify-content: space-between;
}

.auth-btns .btn {
    margin: 0vw 0.5vw;
}

.brand-logo-mobile img {
    height: 8vw;
    margin: 1vw;
}

.brand-logo-mobile {
    width: 100%;
    justify-content: center;
    display: flex;
}

.btn.btn-primary.signin {
    background: #0008;
}

.btn.btn-primary.signup {
    background: linear-gradient(-87.48deg, #ab2ffe, #40affd 96.88%);
    /* backdrop-filter: blur(10px); */
    padding: 0.6vw 2vw;
    border-radius: 0.7vw;
}

nav a.nav-link {
    color: #fff;
    padding: 0vw 1vw !important;
}

.btn.banner-btn.signin {
    padding: 0vw;
    border-radius: 0.9vw;
    background-size: 114%;
    background-position-x: -3px;
}

.signin span.btn {
    margin: 2px;
    border-radius: 0.7vw;
    /* border: 2px solid #379de5; */
    background: #000;
    color: #fff;
    padding: 0.5vw 2vw;
}

.auth-btns .btn {
    font-weight: 400;
}
.auth-btns {
    display: flex;
    align-items: center;
}

/*------------------------For Desktop---------------------------------*/

@media only screen and (min-width: 768px) {
    .show-mobile {
        display: none;
    }

    .show-desktop {
        display: block;
    }

    h1.banner-heading {
        font-size: 6.3vw;
    }

    section.section-1 {
        width: 100%;
        background: url(/assets2/images/topbanner.webp);
        background-size: 100%;

        background-repeat: no-repeat;
        aspect-ratio: 3 / 1.55;
    }

    .section-1 span.btn.btn-dark {
        padding: 0.7vw 2.2vw;
    }

    .section-1 img.banner {
        width: 100%;
    }

    .home-body h3 {
        text-align: center;
        font-size: 2.8vw;
        font-weight: 300;
    }

    footer {
        height: 20.5vw;
    }

    nav .banner-btn {
        box-shadow: none;
    }

    nav .banner-btn:hover {
        box-shadow: none;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    div#carouselExampleCaptions {
        width: 77%;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    div#carouselExampleCaptions {
        width: 77%;
    }
}


@media (min-width: 1800px) {

    .auth-btns .btn {
        margin: 0px 5px;
    }

    .btn.btn-primary.signup {
        padding: 5px 20px;
        border-radius: 7px;
    }

    nav a.nav-link {
        padding: 0px 10px !important;
    }

    .btn.banner-btn.signin {
        padding: 0px;
        border-radius: 9px;
    }

    .signin span.btn {
        border-radius: 7px;
        padding: 5px 20px;
    }

    .banner-text {
        font-size: 113px;
    }

    .banner-btn {
        margin: 24px 0px;
        border-radius: 11px;
    }

    span.btn.btn-dark {
        padding: 20px 38px;
        border-radius: 10px;
        font-size: 13px;
    }


}


nav a.nav-link {
    color: #fff;
    background: #0008;
    height: 52px;
    width: 51px;
    margin: auto;
    align-items: center;
    display: flex;
    padding: 9px 7px !important;
    border-radius: 50%;
    border: 2px solid #fff;
}

nav a.nav-link svg {
    width: 100%;
}

li.nav-item {
    margin: 0px 4px;
} 
.nav-icon {
    filter: drop-shadow(0px 0px 5px #40affd88) drop-shadow(0px 0px 5px #ab2ffe99);
} 

.get-premium1{
    /* filter: drop-shadow(1px 1px 9px #ab2ffeaa) drop-shadow(1px 1px 10px #ab2ffe99); */
}


.get-premium::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: -1px;
    border-radius: 17px;
    border: 4px solid transparent;
    background: linear-gradient(45deg, #40affd , #ab2ffe) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

.get-premium {
    background: #0009 !important;
    border-radius: 17px !important;
    border: none !important ;
    width: 180px;
    height: 52px;
    filter: drop-shadow(1px 1px 9px #ab2ffeaa) drop-shadow(1px 1px 10px #ab2ffe99);
}


.get-premium img {
    height: 76%;
}


nav div#navbarCollapse {
    position: relative;
}


@media (min-width: 1400px) {
.fixed-top .container {
    /* max-width: 1478px; */
}
}