body {
    font-family: 'DM Sans', sans-serif !important;
    color: #302f2f !important;
    overflow-x: hidden;
    background-color: #fffce7 !important;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #fff !important;
    text-decoration: none;
}

h2 {
    font-size: 38px !important;
    line-height: 42px !important;
    font-weight: 700 !important;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
    padding: 60px 0;
    overflow: hidden;
}

.section-header {
    text-align: center;
    padding-bottom: 40px;
}

.section-header h2 {
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 700;
    margin: 0;
    color: #4154f1;
    text-transform: uppercase;
}

.section-header p {
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 38px;
    line-height: 42px;
    font-weight: 700;
    color: #012970;
}

@media (max-width: 768px) {
    .section-header p {
        font-size: 28px;
        line-height: 32px;
    }
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.navbar a,
.navbar a:focus {
    color: #cf6f00;
    transition: 0.3s;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    color: #cf6f00 !important;
}

.navbar-brand {
    max-width: 300px;
}

.navbar-brand img {
    width: 200px;
}

.navbar-toggler img {
    width: 20px;
}

.nav-link {
    letter-spacing: 1px;
    padding: 1rem 1.2rem !important;
}

.nav-item .btn {
    margin-left: 20px;
    width: auto;
    background: rgb(255,138,0);
    background: linear-gradient(180deg, rgba(255,138,0,1) 0%, rgb(255 205 130) 100%);
}

.collapse.navbar-collapse.active {
    display: block !important;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
#home {
    width: 100%;
    padding-top: 2rem;
    background-image: url('../img/bg-main.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

.hero h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
}

.hero h2 {
    margin: 15px 0 0 0;
    font-size: 26px;
}

@media (min-width: 1024px) {
    .hero {
        background-attachment: fixed;
    }
}

@media (max-width: 991px) {
    .hero {
        height: auto;
        padding: 40px 0 60px 0;
    }

    .hero .hero-img {
        text-align: center;
        margin-top: 80px;
    }

    .hero .hero-img img {
        width: 80%;
    }
}

@media (max-width: 768px) {
    .hero {
        text-align: center;
    }

    .hero h1 {
        font-size: 32px;
    }

    .hero h2 {
        font-size: 24px;
    }

    .hero .hero-img img {
        width: 100%;
    }
}

.card {
    border: 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content {
    padding: 40px;
}

.about h3 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.about h2 {
    font-size: 24px;
    font-weight: 700;
}

.about p {
    margin: 15px 0 30px 0;
    line-height: 24px;
}

/*--------------------------------------------------------------
  # Values
  --------------------------------------------------------------*/
.values .box {
    padding: 30px;
    box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08);
    text-align: center;
    transition: 0.3s;
    height: 100%;
}

.values .box img {
    padding: 30px 50px;
    transition: 0.5s;
    transform: scale(1.1);
}

.values .box h3 {
    font-size: 24px;
    color: #012970;
    font-weight: 700;
    margin-bottom: 18px;
}

.values .box:hover {
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}

.values .box:hover img {
    transform: scale(1);
}

.mini-cards {
    margin-bottom: 6rem;
}

.mini-cards .card {
    background: #fff;
    box-shadow: 0px 0 30px rgb(112 51 1 / 15%);
    min-height: 140px;
    margin-bottom: 15px;
    border: 0;
}

.mini-cards h3 {
    font-weight: bold;
    font-size: 30px;
}

.mini-cards .card-text {
    font-size: 16px;
}

.mini-cards img {
    max-height: 50px;
}

.learn {
    max-height: 770px;
    object-fit: cover;
}

.section-text-general {
    padding-top: 8rem;

}

.btn {
    padding: 13px 30px !important;
    border-radius: 38px !important;
    transition: 0.5s !important;
    color: #fff !important;
    background: rgb(255,138,0);
    background: linear-gradient(90deg, rgba(255,138,0,1) 0%, rgba(253,185,83,1) 100%);
    box-shadow: 0px 5px 25px rgb(191 96 16 / 30%);
    font-weight: 400!important;
    border: 0 !important;
}


.btn.btn-white {
    background-color: #fff !important;
    color: #ff8a00 !important;
    background: transparent;
}

.card .card .category {
    font-size: 18px;
    color: #5268f2;
}

.card .price {
    font-size: 46px;
    font-weight: 500;
}

.cards-with-text .card {
    box-shadow: 0px 0 30px rgb(1 41 112 / 8%);
    height: 100%;
    padding: 30px;
    text-align: center;
    transition: 0.3s;
    border-radius: 5px;
}

.cards-with-text h3 {
    font-size: 20px;
    font-weight: bold;
    color: #012970;
}

.cards-with-text img {
    max-height: 180px;
    object-fit: contain;
    margin-bottom: 20px;
}

/**** Pricing cards ****/
.pricing {
    padding: 6rem 0;
    background-image: url('../img/bg-price.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.pricing img {
    height: 80px;
    margin-bottom: 10px;
}

.pricing .title-text {
    font-size: 20px;
    font-weight: 400;
}

.pricing .font-weight-medium {
    font-weight: 500;
}

.pricing h5 {
    line-height: 22px;
    font-size: 18px;
}

.pricing .subtitle {
    color: #8d97ad;
    line-height: 24px;
}

.pricing .card.card-shadow {
    -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
    box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}

.pricing .price-box sup {
    top: -20px;
    font-size: 16px;
}

.pricing .price-box .display-5 {
    line-height: 58px;
    font-size: 3rem;
    font-weight: bold;
}

.pricing .text-info {
    color: #188ef4 !important;
}

.pricing .badge-danger {
    background-color: #ff4d7e;
}

.pricing .font-14 {
    font-size: 14px;
}

.translate-middle {
    transform: translate(-50%, -50%) !important;
}

.rounded-bottom-left {
    border-radius: 0;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-bottom-right {
    border-radius: 0;
    border-bottom-right-radius: 0.25rem !important;
}

.pricing .card .list-unstyled {
    color: #525f7f;
}

.pricing .card .price-trial {
    font-size: 14px;
    color: #707b8e;
}

.about {
    padding: 5rem 0 !important;
}

.about img {
    min-height: 510px;
    object-fit: cover;
}

/**** Pricing cards ****/

.section-1 {
    padding: 7rem 0 !important;
}

/**** Banner jumbotron ****/
.banner {
    padding: 6rem 0;
}

.banner h1.hero-title,
.banner h2.hero-title,
.banner h3.hero-title {
    color: #fff;
}

.banner h2 {
    font-size: 45px;
    line-height: 60px;
    font-weight: 600;
}

.banner p.hero-subtitle {
    color: #fff;
    font-weight: 300;
    font-size: 20px;
}

/**** Banner jumbotron ****/

.border-right {
    border-bottom-right-radius: 140px;
}

.border-left {
    border-bottom-left-radius: 140px;
}

.contact {
    padding: 7rem 0;
    color: #fff;
}

.contact img {
    width: 40px;
}

.contact p,
.contact a {
    font-size: 14px;
    color: #fff;
}

hr {
    border-top: 1px solid #ffffff61 !important;
}

/* Footer */
footer {
    background-color: #f58134 !important;
    font-size: 13px;
    font-weight: 600;
}

footer h3 {
    font-size: 15px;
    color: #fff;
}

footer .list-unstyled,
footer a {
    font-size: 13px;
    color: #fff;
}

footer .pay-cards img {
    width: 50px;
    margin-left: 10px;
    max-height: 30px;
}

footer .copyright {
    font-size: 13px;
}

footer .navbar-brand img {
    max-width: 190px;
}

/* Footer */
.signup section {
    padding: 10rem 0 3rem;
}

.signup .card {
    padding: 2rem;
    -webkit-box-shadow: 0px 0px 30px rgb(115 128 157 / 10%);
    box-shadow: 0px 0px 30px rgb(115 128 157 / 10%);
}

.signup .price-box p {
    font-weight: bold !important;
    font-size: 34px;
}

.signup .card img {
    max-height: 110px;
    margin-bottom: 10px;
}

.signup .tpl__form {
    font-size: 14px;
}

.signup .tpl__form input {
    height: 48px;
    border-radius: 12px;
}

.signup .tpl__form_submit_button {
    border: 0;
    padding: 12px 20px !important;
    font-size: 16px !important;
    min-width: 180px;
    font-weight: bold !important;
    background-color: teal !important;
    color: #fff !important;
}

.signup .big-card {
    background-color: #232d68;
}

body.support {
    background-color: #fff !important;
    background-image: unset;
    font-family: 'Verdana'Arial, sans-serif !important;
}

.support h1,
.support h2,
.support h3,
.support h4 {
    font-family: 'Verdana', Arial, sans-serif !important;
    text-transform: capitalize;
    font-weight: initial !important;
}

.support header {
    position: relative !important;
    padding: 4rem 0 !important;
    background-color: #1b6194;
}

.support .btn.btn-color {
    border-radius: 0 !important;
    background: #182a50 !important;
}

.support .banner {
    background-color: #182a50;
    padding: 4rem 0;
}

/* Animations */
@keyframes fade-left {
    0% {
        opacity: 0;
        transform: translateX(-250px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-bottom {
    0% {
        opacity: 0;
        transform: translateY(250px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fade-right {
    0% {
        opacity: 0;
        transform: translateX(250px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Animations */

/* Responsive */
@media (min-width:992px) {
    .main .hero h1 {
        margin-top: 50px;
        margin-bottom: 24px;
        line-height: 1.2;
    }

    .signup .cards-signup {
        padding-right: 3rem;
    }
}

@media (max-width:991px) {
    #home {
        padding: 0;
    }

    header {
        position: relative;
    }

    .container-cards .title-cards {
        text-align: center;
    }

    .navbar-brand {
        max-width: 250px;
    }

    .brand {
        margin-bottom: 2rem;
    }

    .banner h2 {
        font-size: 30px;
    }

    .banner p {
        font-size: 16px;
    }

    .circle-card {
        margin-bottom: 40px;
    }

    footer .logo-footer {
        margin-bottom: 20px !important;
    }

    .btn {
        min-width: unset;
    }
}

@media (max-width:768px) {
    .main {
        padding-bottom: 30px;
        padding-top: 4rem;
    }

    .main .hero h1 {
        font-size: 42px;
    }

    .phone-1 {
        margin-bottom: 20px;
    }

    footer .brand {
        margin-bottom: 30px;
    }

    footer .brand img {
        margin: 0 auto;
    }

    .navbar.sticker {
        background-color: #103662 !important;
    }

    .nav-link.btn {
        margin-left: 0;
        margin-top: 10px;
    }

    .pricing .big-card {
        padding: 2rem;
    }

    .section-1,
    .about {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media (max-width:576px) {
    .about .content {
        padding: 0px;
    }
}
/* Responsive */