* {
    box-sizing: border-box;
}
body {
    font-family: 'Montserrat', sans-serif;
    color: #646464;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    transition: .3s;
    text-transform: none;
}
a {
    text-decoration: none;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.page-layout {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow: hidden;
}
.page-layout img {
    max-width: 100%;
    height: auto;
}
main {
    flex-grow: 1;
}
.flat {
    background-color: #f4f2ff;
}
.gradient {
    background: linear-gradient(45deg, #AB46F8 0%, #5225f8 100%);
    color: #fff;
}
.btn-gradient {
    display: inline-block;
    background: linear-gradient(to right, #533efe, #740fd6);
    color: #fff;
    padding: 14px 35px;
    font-size: 18px;
    font-weight: 600;
    transition: .5s;
    border-radius: 5px;
}
.btn-gradient:hover {
    background: linear-gradient(to left, #533efe, #740fd6);
    color: #fff;
}
.btn--invert {
    background: transparent;
    color: #5a49f8;
    border: 1px solid #5a49f8;
}
.section-title {
    margin: 0 auto 45px 0;
    width: 100%;
    text-align: left;
    position: relative;
}
.section-title.t_left {
    margin: 0 auto 5px 0;
}
.section-title h5 {
    color: #5a49f8;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    margin: 0 0 15px 55px;
    position: relative;
    display: inline-block;
    z-index: 1;
}
.section-title.t_left h5:before {
    position: absolute;
    content: "";
    height: 5px;
    width: 20px;
    background: #cdc8fd;
    left: -40px;
    top: 46%;
    border-radius: 15px;
}
.section-title.t_left h5::after {
    position: absolute;
    content: "";
    height: 5px;
    width: 5px;
    left: -53px;
    top: 46%;
    background: #cdc8fd;
    border-radius: 50%;
}
.section-title h3, .section-title h2 {
    font-size: 42px;
    line-height: 1.2;
    font-weight: 300;
}
.section-title.mw h3 {
    margin: 0 auto;
    max-width: 800px;
}
.section--padding {
    padding: 80px 0 80px 0;
}
.section--padding-1 {
    padding: 130px 0 65px 0;
}
.section--padding-2 {
    padding: 25px 0 110px 0;
}
/*intro*/
.intro {
    padding: 80px 0 80px 0;
    background-image: url('../assets/img/main-bg.png');
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.intro__info {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.intro__info h1 {
    font-size: 65px;
}
.how {
    color: #fff;
}
.how .service-box-icon {
    color: #333;
    font-size: 40px;
    transition: all 0.5s ease 0s;
    position: relative;
    display: inline-block;
}
.how .service-box-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    height: 62px;
    width: 62px;
    margin-bottom: 32px;
    line-height: 62px;
    text-align: center;
    background: #694bf9;
    border-radius: 50%;
    transition: .5s;
}
.how .service-box-icon img {
    width: 31px;
}
.how .service-box-desc p {
    opacity: 0.8;
}

/*benefit*/
.benefit.magic .row {
    max-width: 1000px;
    margin: 0 auto;
}
.benefit__list {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.benefit__list-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}
.benefit__list-item i {
    font-size: 20px;
    margin-right: 10px;
}
.benefit__image-wrap {
    text-align: center;
}
.benefit__image-wrap img {
    max-width: 500px;
}
.benefit__info {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/*custom*/
.custom-item {
    overflow: hidden;
    height: 0;
    padding-bottom: 450px;
}
.custom-carousel-2 .custom-item {
    height: auto;
    padding-bottom: 0;
    display: flex;
    align-items: center;
}
.custom-item img {
    height: 100%;
    margin: 0 auto;
    width: auto !important;
    position: absolute;
    inset: 0;
}
.custom-carousel-2 .custom-item img {
    position: static;
    height: 450px;
    margin: 0;
    min-width: 400px;
    max-width: 100%;
}
.custom-carousel .owl-dots,
.custom-carousel-2 .owl-dots {
    text-align: center;
    margin-top: 32px;
}
.custom-carousel .owl-dots button.owl-dot,
.custom-carousel-2 .owl-dots button.owl-dot {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
}
.custom-carousel .owl-dots button.owl-dot span,
.custom-carousel-2 .owl-dots button.owl-dot span {
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 50%;
    opacity: 0;
}
.custom-carousel .owl-dots button.owl-dot.active span,
.custom-carousel-2 .owl-dots button.owl-dot.active span {
    opacity: 1;
}

.my-atropos .atropos-inner {
    overflow: visible; }
.benefit__image {
    position: relative; }
.benefit__image img {
    max-width: 100%; }
.benefit__image.stat {
    position: relative;
    height: 100%;
    min-height: 307px;
    width: 350px;
    max-width: 100%;
    margin: 0 auto; }
.benefit__image .widget {
    transform-style: preserve-3d;
    height: 100%;
    width: 100%; }
.benefit__image .widget .inner {
    height: 100%;
    backface-visibility: hidden;
    pointer-events: none;
    position: relative;
    transform: rotateY(calc(var(--rotation)*1deg));
    transform-style: preserve-3d;
    transition: transform 1s; }
.benefit__image .widget .inner img {
    height: 100%;
    width: 100%;
    backface-visibility: hidden; }
.benefit__image .widget .inner img:not(:first-child){
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.benefit__image .widget .inner img[data-visible=false] {
    visibility: hidden;
    transition: visibility 1s;
}
.benefit__image .widget .inner img:nth-child(2n) {
    transform: rotateY(180deg); }
.benefit__image.stat .img1 {
    width: 234px;
    left: 0;
    position: absolute; }
.benefit__image.stat .img2 {
    width: 90px;
    height: 153px;
    left: 249px;
    top: 4px;
    position: absolute; }
.benefit__image.stat .img3 {
    width: 100px;
    top: 160px;
    left: 0;
    position: absolute; }
.benefit__image.stat .img4 {
    width: 232px;
    left: 110px;
    top: 160px;
    position: absolute; }

.pricing__item {
    padding: 35px 40px 28px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: left;
    box-shadow: 0 10px 60px 0 rgb(90 73 248 / 15%);
    border: 0;
    border-radius: 0;
}
.pricing__name {
    font-size: 18px;
    margin: 0;
    padding-bottom: 30px;
    text-align: center;
}
.pricing__price {
    font-size: 65px;
    font-weight: 400;
    text-align: center;
    color: #5a49f8;
}
.pricing__price .currency {
    font-size: 18px !important;
    top: -1px;
    position: relative;
}

@media screen and (max-width: 1400px) {
    .intro__info h1 {
        font-size: 46px;
    }
}
@media screen and (max-width: 991px) {
    .intro__info {
        align-items: center;
        text-align: center;
        margin-top: 50px;
    }
    .intro__img-wrap {
        margin: 100px auto;
        max-width: 250px;
    }
    .custom-carousel-2 .custom-item img {
        height: 400px;
        min-width: 350px;
    }
}
@media screen and (max-width: 768px) {
    .section-title h3 {
        font-size: 28px;
    }
    .benefit__image-wrap img {
        max-width: 350px !important;
    }
    .custom-carousel-2 .custom-item img {
        height: 300px;
        min-width: 250px;
    }
}
@media screen and (max-width: 550px) {
    .custom-carousel-2 .custom-item {
        flex-direction: column;
    }
    .custom-carousel-2 .custom-info {
        text-align: center;
        margin-top: 15px;
    }
}