html {
    scroll-behavior: smooth;
}

.hero-section {
    background-image: url(/images/hero-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

h1,
h2,
h3 {
    font-family: Syne;
}

p {
    font-family: Kanit;
    font-weight: 400;
}

.hero-text {
    color: #0000008f;
}

.logo-section img {
    width: 12%;
}

.purple-cta {
    display: flex;
    flex-direction: row;
    justify-content: center;
    left: -5.4rem;
    bottom: 11.8rem;
}

.cta-text {
    font-family: Kanit;
    font-size: 18px;
    text-align: left;
    margin-right: 2rem;
}

.cta-btn a {
    text-decoration: none;
    font-family: Syne;
    color: #6451DD;
    text-transform: uppercase;
    width: max-content;
    background-color: white;
    border-radius: 16px;
    padding: 1rem;
}

.cta-div {
    position: absolute;
    padding-top: 65px;
    width: max-content;
}

.reviews-section {
    overflow: hidden;
}

.expert-btn-outer {
    display: inline;
    margin-left: 1rem;
}

.expert-btn {
    font-family: Kanit;
    text-decoration: none;
}

.col-icon {
    position: relative;
    overflow: hidden;
}

/* .col-icon-one::after {
    content: "";
    background-image: url(images/italic-line-icon.svg);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 22rem;
}

.col-icon-two::after {
    content: "";
    background-image: url(images/italic-line-icon.svg);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 60rem;
} */

.contact-section-text {
    font-weight: 300;
    color: #0000008f;
    font-size: 16px;
}

.contact-details {
    background-color: #F2F2F2;
    border-radius: 15px;
    padding: 2rem;
}

.contact-details .phl {
    font-size: 16px;
    font-weight: 300;
    color: #0000008f;
    margin-bottom: 10px;
}

.contact-details .ph {
    font-family: Kanit;
    font-size: 20px;
    font-weight: 300;
    color: #000000c9;
}

.contact-form .form-control {
    border-color: #3C3E46;
    font-size: 16px;
    font-family: Kanit;
    color: #3C3E46;
    border-radius: 7px !important;
}

.contact-form .form-control:focus {
    border-color: #513c9b8a !important;
    box-shadow: 0 0 0 .15rem #513c9b8a !important;
}

.cta-section {
    background-color: #E9E5FF;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

.text-gray {
    font-family: Kanit;
    font-weight: 300;
    color: #0000008f;
    font-size: 16px;
}

.cta-ph {
    font-family: Syne;
}

.vendor-sec img {
    padding-right: 10px;
    width: 19%;
}

.text-roas {
    font-family: Kanit;
    font-weight: 400;
    font-size: 16px;
}

footer {
    background-color: #F7F7FA;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    margin-top: -3rem;
}

footer .text-gray {
    color: black !important;
    font-weight: 300 !important;
}

.copyrights .text-gray {
    color: #0000008f !important;
}

.copyrights .h6 {
    font-family: Kanit;
    font-weight: 300;
}

.social-icons {
    display: flex;
    justify-content: space-between;
}

.stars-icon {
    width: 46%;
}

.hero-sec-img-mobile {
    display: none;
    background-color: #e9e5ff;
    border-radius: 50px;
}

.awa {
    font-size: 20px;
    color: #000000B3;
}

.purple-cta-mobile {
    display: none;
}

@media only screen and (max-width: 1205px) { 
    .hero-sec-img {
        display: none;
    }

    .hero-sec-img-mobile {
        display: block;
    }

    .purple-cta-mobile {
        padding: 1rem;
        margin: 1rem;
        border-radius: 25px;
        display: flex;
        background-color: #503c9b;
        color: white;
        text-align: center;
    }

    .purple-cta-mobile p {
        font-size: 20px;
    }

    .purple-cta-mobile a {
        text-decoration: none;
        font-family: Syne;
        color: #6451DD;
        text-transform: uppercase;
        width: max-content;
        background-color: white;
        border-radius: 16px;
        padding: 1rem;
    }
}

@media only screen and (max-width: 1024px) { 
    .contact-details {
        margin: 0;
    }

    .contact-details .ph {
        font-size: 18px;
    }

    .contact-details {
        padding: 1rem;
    }

    .hero-sec-img-mobile {
        padding: 1rem;
    }
}

@media only screen and (max-width: 998px) { 
    .stars-icon {
        width: 20%;
    }

    .expert-btn-outer {
        margin-bottom: 5px;
    }

    .col-icon-two {
        flex-direction: column !important;
        align-items: center;
    }

    .col-icon-two p br {
        display: none;
    }
    .contact-details .phl {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 768px) {
    footer {
        margin-top: -2rem;
    }

    .vendor-sec img {
        padding-right: 10px;
        width: 30%;
    }
}

@media only screen and (max-width: 425px) {
    .awa {
        font-size: 17px;
        margin: 0;
        text-align: left;
    }

    .hero-sec-img-mobile {
        padding: 1rem;
        position: relative;
        border-radius: 25px;
    }

    .hero-sec-img-mobile .cup-img { 
        width: 45%;
        margin-left: 5rem;
    }

    .line-arrow {
        position: absolute;
        left: 24%;
        top: -2rem;
    }
    
    .purple-cta-mobile {
        margin-top: 1rem;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .logo-section img {
        width: 25%;
    }
}