body {
    font-family: 'Poppins', sans-serif !important;
    color: #120d39;
    background-color: #fafaff;
}

p,
li {
    font-size: 14px;
}

/* Header */
header {
    position: absolute !important;
    z-index: 1;
    padding: 0 !important;
}

.navbar {
    padding: 1rem !important;
    box-shadow: 0px 6px 13px 0px rgb(0 0 0 / 6%);
}

.navbar-brand img {
    height: 40px;
}

.navbar-dark .navbar-nav .nav-link {
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 2px;
    padding: 1rem !important;
}

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

.navbar-dark .navbar-toggler {
    border: 0 !important;
}

.nav-item .nav-link.btn {
    margin-left: 20px;
    height: 50px;
    padding: 5px 1rem !important;
    font-size: 12px !important;
    color: #fff !important;
}

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

.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

/* Header */

/* Body */
#home {
    background-image: url(/assets/img/bg-main.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    color: #fff;
    margin-bottom: 6rem;
}

.hero {
    padding: 10rem 0 6rem;
}

.main .hero h1 {
    font-size: 50px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.4;
}

.main .hero p {
    font-size: 17px;
    margin-bottom: 30px;
    font-weight: 100;
    line-height: 26px;
}

.main-subtitle {
    margin-bottom: 10px;
}

.main-text {
    animation-name: fade-left;
    animation-duration: 2s;
    animation-direction: left;
    -moz-animation-timing-function: ease-in-out;
}

.main img {
    text-align: right;
    animation-name: fade-in;
    animation-duration: 4s;
    -moz-animation-timing-function: ease-in-out;
}

.pink-subtitle {
    font-size: 20px;
    font-weight: 500;
    color: #fa496e;
    text-transform: capitalize;
}

.btn {
    padding: 6px 36px !important;
    font-size: 14px !important;
    line-height: 40px !important;
    font-weight: 500 !important;
}

.btn.btn-white {
    background-color: transparent;
    border: 1px solid #07d1d6;
}

.btn.btn-color {
    background-color: #8874ff;
    color: #fff;
}

.btn.btn-color:hover {
    background-color: #2b1c7e;
    color: #fff;
}

.card {
    margin-bottom: 30px;
    border: 0 !important;
    border-radius: 10px !important;
}

.card .card-body {
    padding: 0;
}

.card .card-body img {
    width: 40px;
    margin-bottom: 5px;
}

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

.container-cards .subtitle {
    font-size: 20px;
}

.last-block {
    background: linear-gradient(135deg, #172a74, #21a9af);
    background-color: #21a9af;
    padding: 6rem 0;
    text-align: center;
}

/**** Pricing cards ****/
#services {
    background-color: #f3f7fc;
    padding: 6rem 0 5rem;
}

#services h2 {
    font-size: 20px;
}

.block-top-heading {
    margin: 0 0 0.625rem;
    font-weight: 300;
    letter-spacing: .2143rem;
}

.block-main-heading {
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 5px;
    color: #1b2631;
}

.block-sub-heading {
    font-size: 18px;
    line-height: 1.2;
    display: block;
    margin-bottom: 0.625rem;
    letter-spacing: .0625rem;
    line-height: 1.875rem;
}

.content-title {
    font-size: 20px;
    line-height: 1.2;
    display: block;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 0.9375rem;
    letter-spacing: .1429rem;
}

.ico-box {
    padding: 1.563rem 0.9375rem 0.9375rem;
    text-align: center;
    position: relative;
    -webkit-transition: box-shadow linear .5s;
    -o-transition: box-shadow linear .5s;
    -webkit-transition: -webkit-box-shadow linear .5s;
    transition: -webkit-box-shadow linear .5s;
    transition: box-shadow linear .5s;
    transition: box-shadow linear .5s, -webkit-box-shadow linear .5s;
    overflow: hidden;
    letter-spacing: .02rem;
}

@media only screen and (min-width: 991px) {
    .ico-box {
        padding: 2.8125rem 3.125rem;
    }

    .col-wrap {
        margin-bottom: 2rem;
    }
}

.bg-gray-light {
    background: #f8f8f8;
}

#services {
    background-image: url(/assets/img/bg-main.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding: 6rem 0;
    margin-bottom: 6rem;
}

#services .block-main-heading {
    color: #fff;
}

#services .col-wrap {
    font-weight: 300;
    box-shadow: 1px 1px 18px #6022b947;
    background-color: #0000005e;
    border-radius: 10px;
    color: #fff;
}

#services .col-wrap p {
    margin-bottom: 0;
    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 .list-unstyled img {
    height: 22px;
    width: auto;
    margin-right: 10px;
}

.pricing .list-unstyled span {
    padding-right: 5px;
}

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

/**** Banner jumbotron ****/
.banner {
    color: #fff;
    background-image: url('/assets/img/main-bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 4rem 0;
    max-height: 480px;
}

.banner .hero-subtitle {
    font-size: 16px;
    line-height: 25px;
}

.subtitle {
    font-size: 18px;
}

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

.pricing-box-v1 {
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
    padding-bottom: 40px;
    padding: 30px 30px 50px;
    border-radius: 9px;
    background-color: #8874ff;
    color: #fff;
}

.pricing-box-v1 .price {
    line-height: 1.2;
    letter-spacing: .2143rem;
    font-size: 24px;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
    margin-bottom: 10px;
}

.pricing-box-v1 .btn {
    background-color: #46379a;
    width: 100%;
}

.pricing-box-v1 .price h3 {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 0;
}

.pricing-box-v1 ul {
    padding-inline-start: 0;
}

.pricing-box-v1 .price p {
    font-size: 28px;
}

.pricing-box-v1 .pricing-title.bg-primary {
    background-color: #dedede !important;
}

.pricing-box-v1.pricing-box-v2 .divider-double-border {
    max-width: 50%;
    margin: 0.9375rem auto;
}

.divider-double-border {
    border-top: 4px #ebedef double;
    margin: 2rem 0;
}

.pricing-box-v1 .plan-features ul li {
    border-top: #f8f8f8 1px solid;
    padding: 0.625rem 0.9375rem;
    list-style: none;
}

.about {
    background-color: #1a1a1a;
    color: #fff;
}

.about-text {
    padding: 6rem 2rem 2rem 3rem;
}

.about img {
    height: 100%;
    object-fit: cover;
}

.package {
    padding: 5rem 0;
}

hr {
    border-top: 1px solid rgb(246 246 246 / 29%) !important;
}

/* Footer */
footer {
    background-color: #13042f !important;
    padding: 2rem 0 1rem;
}

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

footer li,
footer p,
footer a {
    font-size: 12px;
}

footer h3 {
    font-size: 13px;
}

footer p,
footer ul {
    margin-bottom: 0;
}

/* Footer */

.signup #home {
    padding: 10rem 0 2rem;
    margin-bottom: 1rem;
}

.signup h1 {
    font-size: 50px;
    font-weight: 700;
}

.signup .main p {
    font-size: 15px !important;
}

.signup .navbar.sticker {
    background: #06062bf7;
}

.signup .card {
    background: #ffffff2b;
}

.signup .price p {
    font-size: 40px !important;
    font-weight: 700;
}

.signup .pricing-box-v1 {
    margin-top: 10px;
    padding-bottom: 0;
}

.signup .tpl__form input {
    height: 48px;
    border-radius: 12px;
    font-size: 13px !important;
}

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

.signup .tpl__form_checkbox span,
.signup .tpl__form_legal_text {
    font-size: 13px;
}

.signup .tpl__form_submit_button {
    border: 0;
    background-color: #46379a;
    color: #fff;
    border-radius: 10px;
    font-size: 14px !important;
    padding: 12px 50px !important;
}

.support header {
    position: relative !important;
    padding: 2rem 0 !important;
    border-bottom: 1px solid #d1d0d0;
    background-color: cadetblue;
}

.support .btn.btn-color {
    border-radius: 0 !important;
    background: cadetblue !important;
}

.support .banner {
    background-color: #0f3e40;
    padding: 4rem 0;
    color: #fff;
}

.support select {
    height: 40px;
    border: 1px solid #ced4da;
    color: #495057;
}

/* 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: 30px;
        margin-bottom: 24px;
        line-height: 1.2;
    }

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

@media (max-width:991px) {
    .jumbotron.hero-technology {
        background-position: right;
    }

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

    .brand {
        margin-bottom: 2rem;
    }

    .list-unstyled {
        align-items: center;
    }
}

@media (max-width:768px) {
    .main .hero h1 {
        font-size: 42px;
    }

    .signup h1 {
        font-size: 40px;
    }

    #services .col-wrap {
        margin-bottom: 10px;
    }

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

    footer .brand img {
        margin: 0 auto;
    }

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

    .navbar.sticker {
        background-color: #06062bf7;
    }
}

/* Responsive */