@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

body {
    font-family: "Poppins", sans-serif;
}

.navbar-nav .nav-link {
    padding: 19px 15px !important;
}

#hero::before {
    content: '';
    position: absolute;
    right: -100%;
    top: 20%;
    width: 250%;
    height: 200%;
    z-index: -1;
    background-color: #4699ff;
    transform: skewY(135deg);
}

#hero {
    background: linear-gradient(to right,#fff0,#4699ff4d);
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 140px 0 80px 0;
}

    #hero h1 {
        margin: 0 0 10px 0;
        font-size: 48px;
        font-weight: 500;
        line-height: 56px;
        color: #000;
    }

    #hero h2 {
        color: #000;
        margin-bottom: 50px;
        font-size: 20px;
    }

    #hero .download-btn {
        font-weight: 500;
        font-size: 15px;
        display: inline-block;
        padding: 8px 24px 10px 46px;
        border-radius: 3px;
        transition: 0.5s;
        color: #fff;
        background: #408bff;
        position: relative;
    }

#header.header-scrolled {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.get-started a {
    background: #248bff;
    color: #fff !important;
    border-radius: 50px;
    padding: 10px 25px !important;
}

#hero .download-btn i {
    font-size: 20px;
    position: absolute;
    left: 18px;
    top: 8.5px;
}

.btnstart {
    padding: 10px 25px !important;
    margin-top: 8px;
}

.nav-item a {
    display: block;
    position: relative;
    color: #000;
    padding: 12px 15px;
    transition: 0.3s;
    font-size: 16px;
}

.aboutsection {
    padding: 60px 0;
    overflow: hidden;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

    .section-title h2 {
        font-size: 32px;
        font-weight: 400;
        margin-bottom: 20px;
        padding-bottom: 0;
        color: #5777ba;
    }

.hi-feat i {
    font-size: 48px;
    float: left;
}

.hi-feat p {
    font-size: 15px;
    color: #979aa1;
    margin-left: 60px;
}

.hi-feat h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 5px 0 10px 60px;
}

.back-to-top {
    position: fixed;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    right: 15px;
    bottom: 15px;
    background: #408bff;
    color: #fff;
    transition: display 0.5s ease-in-out;
    z-index: 99999;
}

    .back-to-top i {
        font-size: 24px;
        position: absolute;
        top: 7px;
        left: 12px;
    }

.footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer ul li {
        padding: 10px 0;
        display: flex;
        align-items: center;
    }

    .footer ul i {
        padding-right: 2px;
        color: #9fb2d8;
        font-size: 18px;
        line-height: 1;
    }

    .footer ul a {
        padding-left: 2px;
        color: #bbbbbb;
        transition: 0.3s;
        display: inline-block;
        line-height: 1;
    }

.footer h4 {
    font-size: 16px;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
}

.footer {
    border-bottom: 1px solid rgba(255,255,255,0.05);
    padding: 60px 0 30px 0;
    color: #fff;
    font-size: 14px;
    background: #273140;
}

    .footer p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0;
        color: #bbbbbb;
    }

.footer-top .copyright {
    text-align: center;
    float: left;
    color: #47536e;
}

.footer-top .credits {
    float: right;
    text-align: center;
    font-size: 13px;
    color: #47536e;
}

.foot {
    padding-top: 20px;
    padding-bottom: 10px;
}

.footer-top {
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;
    background: #273140;
}
/*=== Trigger  ===*/
.animate {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/**pricesection**/

.card-pricing.popular {
    z-index: 1;
    border: 3px solid #007bff;
}

.card-pricing .list-unstyled li {
    padding: .5rem 0;
    color: #6c757d;
}

.app-price {
    padding: 50px 0px 50px 0px;
    background: #efefef;
    margin-top: 40px;
}

.price-heading {
    text-align: center;
    padding-bottom: 50px;
}

.price-section {
    box-shadow: 0 0 10px rgb(46 59 125 / 23%);
    border-radius: 20px 20px 10px 10px;
    background-color: #fff;
    margin: 5px;
    min-height: 300px;
}

    .price-section h3 {
        font-size: 24px;
        padding: 25px;
        border-bottom: 1px solid #eeee;
    }

.price-range li {
    list-style: none;
    margin-bottom: 10px;
    line-height: 40px;
    border-bottom: 1px solid #eee;
}

.price-range {
    padding-left: 0px;
    margin-left: 17px;
}
/**faqschema**/
.faq {
    padding: 65px;
}

    .faq h3 {
        margin-bottom: 30px;
    }

.boxshadow {
    border-radius: 10px;
    padding: 30px 10px;
    box-shadow: 0 5px 40px 0 rgb(0 0 0 / 11%);
}

/****/

/*=== Animations start here  ===*/

/*==== FADE IN UP ===*/
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar .navbar-toggler {
    color: #908e89;
    border-color: #908e89;
}