html,
body {
    font-family: "Inter", sans-serif;
}

p {
    margin: 0px;
}

.navbar {
    border-bottom: 1px solid #f2f2f2;
    height: 80px;
    background-color: white;
}

.nav-link {
    font-size: 16px;
    font-weight: 500;
    padding-left: 50px !important;
    color: #667085;
}

.btn-primary-1 {
    color: white;
    background-color: #22a0c0;
    padding: 10px 18px;
    font-weight: 700;
    font-size: 20px;
    text-decoration: none;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    transition: all ease-in-out 0.2s;
}

.btn-primary-1:hover {
    background-color: #156072;
}

.section-gray {
    background-color: #f9fafb;
}

#section-intro {
    padding-top: 80px;
}

#section-intro .intro-mobile {
    height: calc(100% - 80px);
    background: url("../assets/intro-img-mobile.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#section-intro .intro-mobile .intro-mobile-transparent {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    height: calc(100% - 80px);
    width: calc(100% + 15px);
    left: -15px;
}

#section-intro .intro-mobile .row {
    z-index: 1;
}

#section-intro .intro-mobile p {
    font-size: 32px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0em;
    text-align: left;
    color: white;
    padding-bottom: 32px;
}

#section-intro p {
    font-size: 40px;
    font-weight: 700;
    line-height: 54px;
    padding-bottom: 40px;
}

#section-intro p span {
    color: #22a0c0;
}

#section-about {
    padding: 80px;
}

#section-about #p-about-us {
    color: #5eb594;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 12px;
}

#section-about #p-about-us-desc {
    color: #101828;
    line-height: 40px;
    font-size: 24px;
    font-weight: 600;
}

#section-about .about-boxes {
    margin-top: 64px;
}

#section-about .about-box {
    display: inline-block;
    background: white;
    padding: 16px;
    margin-right: 48px;
}

#section-about .about-box .p-about-box-title {
    color: #22a0c0;
    font-size: 60px;
    font-weight: 600;
    line-height: 72px;
    padding-bottom: 12px;
}

#section-about .about-box .p-about-box-desc {
    color: #101828;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}

#section-services {
    padding: 50px 0px;
}

#section-services #p-our-services {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #101828;
    padding-bottom: 10px;
}

#section-services #p-our-services-desc {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #667085;
}
#section-services #p-our-services-desc span {
    color: #5eb594;
}

#section-services .services-boxes {
    margin-top: 55px;
}

#section-services .service-box {
    padding-bottom: 24px;
}

#section-services .service-box .p-service-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #101828;
    padding: 8px 0px;
}

#section-services .service-box .p-service-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0645ad;
    text-decoration: none;
    transition: all ease-in-out 0.1s;
}

#section-services .service-box .p-service-desc:hover {
    color: #22a0c0;
    cursor: pointer;
}

#section-services .service-box .p-service-desc-more {
    font-weight: 700;
    color: #22a0c0;
}

#section-testimonials {
    padding: 50px 0px;
}

#section-testimonials .carousel-control-prev-icon {
    background-image: url("../assets/left-arrow.svg");
}

#section-testimonials .carousel-control-next-icon {
    background-image: url("../assets/right-arrow.svg");
}

#section-testimonials .carousel-inner {
    padding: 0px 15%;
}

#section-testimonials .p-content {
    font-weight: 500;
    font-size: 32px;
    line-height: 60px;
    color: #101828;
    text-align: center;
    padding-bottom: 32px;
}

#section-testimonials .p-author {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #101828;
    text-align: center;
}

#section-testimonials .p-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #667085;
    padding-top: 4px;
}

#section-contact {
    padding: 60px 0px;
}

#section-contact p#form-hint {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: #667085;
    padding-bottom: 32px;
}

#section-contact p#form-hint span {
    font-size: 12px;
    line-height: normal;
}

#section-contact #p-contact-1 {
    color: #101828;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
}

#section-contact #p-contact-2 {
    color: #667085;
    font-weight: 500;
    font-size: 24px;
    line-height: 44px;
    padding-bottom: 20px;
}

#section-contact #p-contact-3 {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #667085;
    padding-bottom: 48px;
}

#section-contact #p-contact-3 span {
    color: #5eb594;
}

#section-contact .form-label {
    color: #344054;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

#section-contact .form-control {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #667085;
    border: 1px solid #d0d5dd;
    box-shadow: none;
}

#section-contact button {
    width: 100%;
    border: 0 none;
}

#floating-cta-mobile {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: white;
    padding: 16px;
    border-top: 1px solid #f6f6f7;
}

#floating-cta-mobile a {
    display: block;
    text-align: center;
}

footer {
    background-color: #15253c;
    padding: 48px 0px;
}

footer p {
    color: #98a2b3;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
}

@media screen and (max-width: 500px) {
    #section-intro p {
        font-size: 20px;
        line-height: 24px;
    }

    .btn-primary-1 {
        padding: 6px 10px;
        font-size: 16px;
    }

    #section-intro {
        padding-bottom: 20px;
    }

    #section-about {
        padding: 20px;
    }

    #section-about #p-about-us {
        padding-top: 12px;
    }

    #section-about #p-about-us-desc {
        line-height: 20px;
        font-size: 14px;
    }

    #section-about .about-box {
        display: table;
        margin: 8px auto;
    }

    #section-about .about-box .p-about-box-title {
        font-size: 30px;
        line-height: 30px;
        padding-bottom: 8px;
    }

    #section-about .about-box .p-about-box-desc {
        font-size: 14px;
        line-height: normal;
    }

    #section-services #p-our-services {
        font-size: 24px;
        line-height: normal;
    }

    #section-services #p-our-services-desc {
        font-size: 16px;
    }

    #section-services .service-box .p-service-title {
        font-size: 16px;
        line-height: normal;
    }

    #section-services .service-box .p-service-desc {
        font-size: 14px;
    }

    #section-testimonials .p-content {
        font-size: 18px;
        line-height: normal;
    }

    #section-contact #p-contact-1 {
        font-size: 22px;
        line-height: normal;
    }
    #section-contact #p-contact-2 {
        font-size: 16px;
        line-height: normal;
    }

    #section-contact #p-contact-3 {
        font-size: 14px;
        line-height: normal;
    }

    #section-contact p#form-hint {
        font-size: 16px;
    }

    .navbar-collapse {
        background: white;
        padding-bottom: 24px;
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        border-radius: 9px;
        -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
        box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    }

    .nav-btn {
        margin-left: 48px;
    }
}
