body {
    scroll-behavior: smooth;
}

.navbar-nav>li {
    padding-left: 30px;
    padding-right: 30px;
}

.nav-link {
    font-family: 'poppins';
    font-size: 1rem;
    color: white;
}

.dropdown-item {
    font-family: 'poppins';
    font-size: 0.8rem;
    color: #FFFFFF;
    background-color: linear-gradient(-22.4249deg, rgb(104, 70, 255), rgb(26, 238, 217));
}

.hero {
    background: linear-gradient(-22.4249deg, rgb(104, 70, 255), rgb(26, 238, 217));
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.platforms {
    background-color: #F5FAFB;
    min-height: 100vh;
    display: flex;
    align-content: space-around;
    flex-direction: column;
    justify-content: center;
}

.contact-us {
    background: linear-gradient(-22.4249deg, rgb(104, 70, 255), rgb(26, 238, 217));
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.display-2 {
    margin-bottom: 1.5rem;
    font-family: 'poppins';
    text-align: center;
}

.intro {
    font-weight: 700;
    color: white;
}

.description {
    font-size: 1.5rem;
    display: block;
    color: white;
    text-transform: none;
    font-weight: 500;
    font-family: 'greycliff-cf' !important;
}

.btn-rounded {

    padding: 0.5rem 1.5rem;
    margin: 0;
    color: rgb(92, 92, 255);
    background-color: white;
    font-family: 'poppins';
    font-weight: 500;
    border: none;
    font-size: 1rem;

}

.btn-learn-more {
    text-align: center;
}

.sec-desc {
    font-family: 'poppins';
    font-size: 1.5rem;
}

.sec-desc-2 {
    font-family: 'poppins';
    font-size: 2.5rem;
}

.card-desc {
    font-family: 'greycliff-cf';
    font-size: 1.2rem;
    max-width: 25rem;
    font-weight: 600;
}

.card-bull-2 {

    font-family: 'greycliff-cf';
    font-size: 1rem !important;
    font-weight: lighter;
}

.card-bull-1 {
    font-family: 'greycliff-cf';
    font-size: 1rem !important;
    font-weight: lighter;
}

.card-bull-2 li::before {
    content: "\2022";
    color: #3E8CFF;
    font-weight: bold;
    display: inline-block;
    font-size: 1.5rem;
    width: 1rem;
}

.card-bull-1 li::before {
    content: "\2022";
    color: #5C5CFF;
    font-weight: bold;
    display: inline-block;
    font-size: 1.5rem;
    width: 1rem;
}

.card-link {
    font-family: 'greycliff-cf';
    font-size: 1rem;
    text-decoration: none;
}

ul {
    list-style: none;
}

.arrow-down {
    position: absolute;
    bottom: 0;
    margin-bottom: 20px;
    width: 14px;
}

.btn-rounded-submit {
    padding: 0.7rem 1.5rem;
    margin: 0;
    color: white;
    background-color: rgb(104, 70, 255);
    font-family: 'Poppins', 'sant-serfi';
    border: none;
    font-size: 1rem;
}

.request-demo-modal {
    font-family: 'Poppins', 'sant-serfi';
    font-weight: bold;
}

.epk-section-subtitle {
    font-family: 'greycliff-cf';
    font-size: 1.2rem;
}

.epk-card {
    width: 15rem !important;
    height: 19rem !important;
}

.card-title {
    font-family: 'Poppins', 'sant-serfi';
    font-weight: 600;
}

.card-text {
    font-family: 'greycliff-cf';
}

.epk-section {
    background: linear-gradient(#FFFFFF 55%, #F5FAFB 45%) no-repeat;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dbz-section {
    background: linear-gradient(#FFFFFF 55%, #F5FAFB 45%) no-repeat;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-us-title {
    display: inline-block;
    font-weight: 700;
    color: white;
    text-align: justify;
    font-size: 4rem;
}

.contact-us-desc {
    font-size: 1.3rem;
    display: block;
    color: white;
    font-weight: 500;
    font-family: 'greycliff-cf' !important;
    max-width: 32rem;
}

.navbar-sticky {
    background-color: rgba(255, 255, 255, 0.9);
}

.map-container {
    overflow: hidden;
    padding-bottom: 10rem;
    position: relative;
    height: 0;
    text-align: center;
}

.map-container iframe {
    left: 0;
    top: 0;
    height: 10rem;
    width: 20rem;
    position: relative;
    /* margin-left: 4rem; */
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) 
{
    .footer-links {
       font-size: 0.8rem;
    }
}


@media (max-width:992px) {
    /* .card-title {
        font-size: 0.8rem;
    } */
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (max-width: 768px) {
    .contact-us-link {
        margin-right: 0rem;
    }

    /* .card-title {
        font-size: 0.7rem;
    } */

    .contact-us-title {
        font-size: 2rem;
    }

    .contact-us-desc {
        font-size: 1rem;
    }

    .card-address {
        font-size: 0.8rem;
    }

    .contact-us-support {
        font-size: 0.8rem;
    }

    .launchpad {
        font-size: 1.5rem;
    }

    .stay-on-buzz {
        font-size: 1.5rem;
    }

    .logo-footer {
        max-width: 15rem;
    }
}

@media (max-width: 1200px) {
    /* .footer-address {
        font-size: 0.8rem;
    } */

    .contact-us-link {
        font-size: 0.8rem;
    }
}

.footer-link-row {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
}

body {
    overflow-y: scroll !important;
} 

.footer-links {
    font-family: 'Poppins', 'sant-serfi';
    font-weight: 600;
}