﻿@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@400;500&family=Plus+Jakarta+Sans:wght@300;500&family=Urbanist:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@400;500&display=swap');


body {
    /*    font-family: 'IBM Plex Sans', sans-serif;
*/ font-family: "Urbanist", sans-serif;
    background: #fbedff;
    background: -webkit-linear-gradient(133deg, #fbedff 0%, #f7feff 100%);
    background: linear-gradient(133deg, #fbedff 0%, #f7feff 100%);
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Comfortaa', sans-serif;
}

#hero {
    width: 100%;
    height: auto;
    background: none;
}

.mt-9 {
    margin-top: 9rem;
}

.navbar a {
    color: #2e2b2b;
}

#header {
    padding: 25px 0;
}

#hero h1 {
    margin: 0 0 10px 0;
    font-size: 48px;
    font-weight: 500;
    line-height: 56px;
    color: #4a4a4a;
}

#hero h2 {
    color: #4a4a4a;
}

#hero .btn-get-started {
    background: #ff9a0c;
    font-family: inherit;
}

#hero .btn-get-try {
    border: 2px solid #ff9a0c;
    background: transparent;
    color: #6e6e6e;
    margin-left: 10px;
}

#footer .footer-top .footer-contact h3 {
    color: #faaf3a;
}

#hero .btn-get-start {
    border: 2px solid #ff9a0c;
    background: #ff9a0c;
    color: #fff;
    /*margin-left: 10px;*/
}

#hero .btn-get-started:hover {
    background: #333;
    border-color: #333;
    color: #ff9a0c;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
    color: #faaf3a;
}

.bg-corner {
    background: #009688;
    padding: 5rem;
    border-radius: 25% 25% 25% 25% / 0% 36% 0% 0%;
}

.feature-1 .wrap-icon {
    margin: 0 auto;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 15px 30px 0 rgb(0 0 0 / 20%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .feature-1 .wrap-icon.icon-1 {
        background: linear-gradient(-45deg, #e91e63, #ff5722);
    }

.feature-1 h3 {
    font-size: 3rem;
}

.feature-1 .wrap-icon i {
    font-size: 40px;
    line-height: 0;
    color: #fff;
}

.skills h1 {
    font-size: 2rem;
}

.counter-head {
    background: antiquewhite;
    padding: 0.5rem 1rem;
    width: fit-content;
    border-radius: 50px;
    margin: 0 auto;
    font-weight: 600;
    letter-spacing: 0.02rem;
    color: #484848;
}

.services .service-box {
    border: 2px solid #1c1919;
    box-shadow: 0px 0 25px 0 rgb(0 0 0 / 10%);
    padding: 50px 30px;
    transition: all ease-in-out 0.4s;
}

    .services .service-box h4 a {
        background: #fbffe9;
        padding: 0.3rem 1.8rem;
        border-radius: 24px;
        border: solid 2px #2c2c2c;
        margin-top: 2rem;
        color: #3d3e3e;
        font-family: 'Plus Jakarta Sans', sans-serif;
    }

    .services .service-box p {
        line-height: 24px;
        font-size: 17px;
        margin-top: 2rem;
    }

.bg-reddusty {
    background: #dc7672;
}

.bg-orangedusty {
    background: #eebb76;
}

.bg-bluedusty {
    background: #b7e0d6;
}

.about h5 {
    padding: 1rem 2rem;
    font-size: 1rem;
}

.services .icon-box h4 a {
    color: #37517e;
    transition: ease-in-out 0.3s;
    background: #fffaf3;
    padding: 0.3rem 1.5rem;
    border: 2px solid #343333;
    border-radius: 27px;
    font-size: 1.2rem;
}

.services .icon-box:hover {
    transform: none;
}

.skills .content h3 {
    color: #424242;
    font-family: "Urbanist", sans-serif;
}

.services .service-box .icon i {
    color: #ffffff;
    font-size: 3rem;
    transition: 0.3s;
    margin-bottom: 1rem;
}

.headline {
    margin-bottom: 5rem;
    font-family: 'Urbanist', sans-serif;
}

.head-line:after {
    content: "";
    position: absolute;
    display: block;
    background: var(--color-primary);
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    width: 172px;
    height: 14px;
    border-radius: 20px;
    background: #d9a2f9;
    top: 25px;
}

.clients {
    padding: 40px 0;
}

.sub-title {
    background: rgb(183 224 214);
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.04rem;
    padding: 13px 29px;
    color: #161616;
    font-weight: 600;
    /* padding: 0.3rem 1.8rem; */
    border-radius: 24px;
    border: solid 2px #2c2c2c;
    margin-bottom: 2rem;
}

.why-us .content {
    padding: 3rem;
}

.why-us .container {
    border: solid 2px #2c2c2c;
    padding: 5rem;
}

.section-title {
    text-align: center;
    padding-bottom: 74px;
}

    .section-title p {
        margin-bottom: 0;
        font-size: 1.1rem;
    }

    .section-title h2 {
        font-size: 30px;
        font-weight: 500;
        text-transform: capitalize;
        letter-spacing: 0.07px;
        color: #333334;
    }

        .section-title h2::after {
            background: #faaf3a;
        }

.skills .content ul i {
    vertical-align: middle;
    color: #d9a2f9;
}

.flex-ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
}

.container-ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.item {
    background: #d9a2f9;
    padding: 5px;
    width: 200px;
    /* height: 150px;*/
    margin: 10px;
    /* line-height: 150px; */

    border: 2px solid #333;
}

    .item p {
        margin-bottom: 0px;
        color: white;
        font-weight: 500;
        font-size: 1.8em;
        text-align: center;
    }

.pricing ul li {
    padding: 5px;
}

#header.header-scrolled {
    background: rgb(255 255 255 / 90%);
}

#footer .footer-top h4 {
    color: #333334;
}

#footer .footer-top .footer-links ul i {
    color: #faaf3a;
}

#footer {
    font-size: 14px;
    background: #333334;
}

    #footer .footer-top .social-links a {
        background: #333334;
    }

.back-to-top {
    background: #faaf3a;
}

.faq .faq-list a {
    color: #878787;
}

.faq .faq-list .icon-help {
    color: #faaf3a;
}

.faq .faq-list a.collapsed {
    color: #161616;
}

    .faq .faq-list a.collapsed:hover {
        color: #faaf3a;
    }

.cta {
    border-top: 2px solid #333;
    background: #d59d47;
    border-bottom: 2px solid #333;
}

    .cta .cta-btn {
        font-family: inherit;
    }

#hero .hero-img .img-right {
    margin-top: 5rem;
}

#hero i {
    font-size: 1.4rem;
    vertical-align: middle;
    line-height: revert;
}

@media (max-width: 575px) {
    .why-us .img {
        margin-top: 25px;
        margin-bottom: 20px;
    }
}



@media (max-width: 991px) {
    #hero .hero-img {
        margin-top: 2rem;
    }

        #hero .hero-img .img-right {
            margin-top: 1rem;
        }

    .head-line:after {
        top: 17px;
    }

    .why-us .container {
        padding: 2rem;
    }
}

.mobile-nav-toggle {
    color: #ff9a0c;
}

.navbar .getstarted, .navbar .getstarted:focus {
    padding: 8px 20px;
    margin-left: 30px;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    border: 2px solid #ff9a0c;
    font-weight: 600;
    background-color: #ff9a0c;
}

    .navbar .getstarted:hover, .navbar .getstarted:focus:hover {
        color: #ff9a0c;
        background-color: white;
    }
