body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}
a {
    text-decoration: none;
}
img {
    max-width: 100%;
}
.fw-500 {
    font-weight: 500;
}
.webs-page {
    position: relative; }
.webs-page img {
    max-width: 100%; }
.webs-content {
    overflow: hidden; }
.section--padding {
    padding: 50px 0;
}
.gradient {
    background: linear-gradient(45deg, #AB46F8 0%, #5225f8 100%);
    color: #fff;
}
.flat {
    background-color: rgba(82, 37, 248, 0.03); }
.my-atropos .atropos-inner {
    overflow: visible !important; }
.intro {
    background: linear-gradient(45deg, #AB46F8 0%, #5225f8 100%);
    padding: 150px 0 280px 0;
    color: #fff;
    position: relative; }

.intro .slide-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 25px;
}
.intro-image-wrap {
    display: flex;
    position: relative;
    justify-content: center;
}

.wave-one {
    position: relative; }
.wave-one:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 500px;
    background-position-y: bottom;
    background-repeat: repeat-x;
    background-size: cover;
    background-image: url("https://masudrana.me/templates/gxap-preview/gxap/images/slider/bg-shape.png"); }

.btn-gradient {
    padding: 12px 30px;
    color: #fff;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 100px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600; }
.btn-gradient:hover {
    background: linear-gradient(45deg, #F86754 0%, #fabe61 100%);
    border-color: #fabe61;
    color: #fff; }
.btn-gradient.btn-active {
    background: linear-gradient(45deg, #F86754 0%, #fabe61 100%);
    border-color: transparent; }
.btn-gradient.btn-active:hover {
    background: transparent;
    border-color: #fff; }

.page-title {
    font-size: 30px;
    font-weight: 600;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 15px;
    display: inline-block;
    width: 100%;
    letter-spacing: 0;
    text-align: center; }
.page-title:before {
    background: linear-gradient(45deg, #AB46F8 0%, #5225f8 100%);
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: 100px;
    z-index: 1; }

.page-desc {
    color: #666;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    max-width: 800px;
    margin: 0 auto; }

.slide-content-wrapper {
    display: flex;
    align-items: stretch;
    z-index: 1;
    position: relative; }
.slide-content-wrapper .atropos {
    height: 100%; }
/*.slide-content-wrapper .atropos .atropos-inner {*/
/*    overflow: auto !important; }*/

.slide-title {
    font-size: 48px;
    letter-spacing: 0;
    font-weight: 700;
    text-transform: unset;
    line-height: 1.2;
    margin-bottom: 15px; }

.slide-subtitle {
    font-size: 28px;
    letter-spacing: 0;
    font-weight: 300; }

.slide-description {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 25px;
    line-height: 28px;
    letter-spacing: .5px; }

.slide-thumbnail-image {
    width: 80%;
    padding-right: 25px;
    position: relative; }
.slide-thumbnail-image .img1 {
    z-index: 2; }
.slide-thumbnail-image .img2 {
    position: absolute;
    bottom: 0;
    left: -20px;
    z-index: 1; }
.slide-thumbnail-image .img3 {
    position: absolute;
    left: 50px;
    top: 85px;
    z-index: 3; }
.slide-thumbnail-image .img4 {
    position: absolute;
    top: 25px;
    left: auto;
    right: 0;
    z-index: 3; }
.slide-thumbnail-image .img5 {
    position: absolute;
    bottom: 15px;
    right: -40px;
    z-index: 1; }
.features {
    padding: 0 0 100px 0;
    color: #000;
    text-align: center;
}
.features__icon {
    max-width: 120px;
    margin: 0 auto 35px auto;
}
.features__inner h3 {
    margin-bottom: 15px;
}
.features__inner p {
    max-width: 350px;
    margin: 0 auto;
}
.benefit__info {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0 25px; }
.benefit__title {
    width: 100%;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 50px; }
.benefit__list {
  list-style: none;
}
.benefit__list-item {
  position: relative;
  padding-bottom: 10px;
}
.benefit__list-item img {
  max-height: 25px;
  position: absolute;
  left: -40px;
  top: 0;
}

.start {
    text-align: center;
}
.start p {
    max-width: 720px;
    margin: 0 auto;
}

.how__title {
    margin-bottom: 50px;
}
.how__item {
    text-align: center;
    opacity: 0;
    transition: all 2s ease;
    transition-delay: calc(var(--i) * 0.3s);
}

.how__item p {
    margin: 0;
}

.how__item--visible {
  opacity: 1;
}

.how__line-element {
    text-align: center;
    position: relative;
    padding: 30px 0;
}
.how__line-element:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50px;
    right: 50px;
    transform: translateY(-50%);
    background: linear-gradient(45deg, #AB46F8 0%, #5225f8 100%);
    height: 10px;
    border-radius: 15px;
    z-index: -1;
}
.how__dot {
    display: inline-block;
    height: 40px;
    width: 40px;
    background: #AB46F8;
    border-radius: 50%;
    margin-top: 6px;
}

.sell__title {
    margin-bottom: 50px;
}
.sell__info {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.video__wrap {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}
.video__wrap iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.example__item {
    background: #F8F8FA;
    border-radius: 20px;
    border: 1px solid #F8F8FA;
    margin-top: 170px;
    padding: 175px 20px 20px 20px;
}
.example__image {
    height: 0;
    max-width: 70%;
    margin: -50% auto 0 auto;
    padding-bottom: 60%;
}
.example__icon-text {
    display: flex;
    align-items: center;
    justify-content: center;
}
.example__icon-box img {
    width: 65px;
    min-width: 65px;
}
.example__title {
    text-align: center;
    margin: 0 0 25px 0;
}
.example__title a {
    font-size: 1.4rem;
    color: #000;
}
.example__big-text span {
    font-size: 38px;
    font-weight: 700;
}

.compare {
    background: #f8f8fa;
}
.compare__head {
    background: #fff;
}
.compare__head .compare__cell {
    font-weight: 700;
}
.compare__row {
    display: flex;
}


.compare__row:not(:last-child) {
    border-bottom: 1px solid #ddd;
}
.compare__cell {
    flex-grow: 1;
    padding: 25px 10px;
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.compare__cell:not(.side) {
    text-align: center;
    align-items: center;


}
.compare__cell.colored {
    background: #AB46F8;
    color: #fff;
}
.compare__cell i {
    font-size: 30px;
}
.compare__cell span {
  font-weight: 500;
}

@media screen and (max-width: 1400px) {
    .intro .slide-thumbnail-image {
        transform: scale(0.8);
        transform-origin: 0 0;
    }
    .example__item {
        margin-top: 120px;
    }
}

@media screen and (max-width: 1024px) {
    .intro .slide-thumbnail-image {
        display: none;
        transform: scale(1);
    }
    .benefit {
        text-align: center;
    }
    .example__item {
        margin-top: 70px;
    }
    .compare__cell {
      padding: 15px 10px;
    }
}
@media screen and (max-width: 521px) {
  .atropos-inner img {
    max-width: 200px!important;
  }
}
@media screen and (max-width: 480px) {
    .intro .slide-content {
        text-align: center !important;
        align-items: center;
    }
    .slide-subtitle {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .slide-title {
        font-size: 36px;
        margin-bottom: 25px;
    }
    .slide-description {
        font-size: 16px;
        margin-bottom: 25px;
    }
    .example__icon-text {
        justify-content: flex-start;
    }
    .compare__cell {
      width: 24%;
    }
    .compare__cell:not(.side) {
        width: 5%!important;
    }
    .compare__cell span {
      font-size: 7px;
      font-weight: bold;
    }
    .side {
      font-size: 9px;
    }
    .compare__head .compare__row .compare__cell {
      font-size: 7px;
    }
}