:root {
    --gold: #CDAF63;
    --lightgold: #F6F0E1;
    --middlegold: #F1E7CC;
}

.mainColor {
    color: var(--gold);
}

.white {
    color: white;
}

html,
body {
    height: 100%;
    font-family: 'Tenor Sans';
}

body,
html {
    background: var(--lightgold);
    /* overflow-x: hidden; */
}

main {
    background-image: url('assets/img/elena.png');
    min-height: 880px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

h1 {
    margin-bottom: 100px;
}

h1,
h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 125%;
    position: relative;
}

h2 {
    font-size: 56px;
}

h1:before {
    content: "";
    width: 180px;
    height: 147px;
    background-image: url('assets/img/Stars.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    position: absolute;
    left: -95px;
    top: -130px;
}

h1:after,
.results h3:after,
.rates h3:after {
    content: "";
    width: 178px;
    height: 13px;
    background-image: url('assets/img/top-lines.svg');
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    position: absolute;
    left: 0;
    bottom: -50px;
}

p {
    font-family: 'Tenor Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    color: #000000;
}

.btn {
    font-size: 20px;
    line-height: 126%;
    letter-spacing: 0.405em;
    padding: 15px 40px;
    border-radius: 90px;
    color: #FFFFFF;
    transition: 0.5s all;
}

.btn:hover {
    color: white;
    opacity: 0.8;
}

.btn-gold {
    background: #CDAF63;
}

.btn-black {
    background: black;
    padding: 25px 50px;
}

main p {
    max-width: 600px;
    margin-bottom: 40px;
}

/* About */

.about {
    background: var(--middlegold);
    padding: 37px 0;
}

.about img {
    width: 480px;
}

.about ul {
    margin-top: 50px;
    font-size: 20px;
    line-height: 146%;
}

.about li {
    margin-bottom: 40px;
    color: #000000
}

.why {
    padding-top: 130px;
    padding-bottom: 200px;
}

.why h2 {
    margin-bottom: 50px;
}

.why-content {
    font-size: 18px;
    line-height: 140%;
    margin-left: 30px;
}

.why .icon {
    width: 85px;
    max-width: 100%;
}

.why .col-md-6 {
    margin: 50px 0;
}

.why h2:after {
    content: "";
    width: 325px;
    height: 224px;
    background-image: url('assets/img/moon.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: -50px;
}

.results,
section {
    overflow-x: hidden;
}

.results p {
    font-size: 20px;
}

.results .number {
    font-size: 72px;
}

.small-container,
.sm-container {
    max-width: 1000px;
    margin: auto;
}

.results h3 {
    position: relative;
    margin-bottom: 120px;
    font-size: 46px;
}

.results .small-container {
    position: relative;
}

.results .small-container:after {
    content: "";
    width: 1580px;
    height: 1761px;
    background-image: url('assets/img/longLines.svg');
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    position: absolute;
    right: -500px;
    top: 60px;
}

.results h3:after {
    left: 0;
    bottom: -50px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.results .small-container .row:nth-of-type(2) {
    margin-bottom: 180px;
}

.results .small-container .row:nth-of-type(3) {
    margin-bottom: 150px;
}

.results .small-container .row:nth-of-type(4) {
    margin-bottom: 120px;
}

.results .small-container .row:nth-of-type(5) {
    margin-bottom: 140px;
}

.results .small-container .col-md-6 {
    max-width: 460px;
}

.results .small-container .row:nth-of-type(2) {
    background: url('assets/img/Stars\ \(1\).png');
    background-repeat: no-repeat;
    background-position: 40% 45%;
    background-size: 125px 89px;

}

.results .small-container .row:nth-of-type(3),
.results .small-container .row:nth-of-type(5) .col-md-6:nth-of-type(2) {
    position: relative;
}

.results .small-container .row:nth-of-type(3):before {
    content: "";
    width: 91px;
    height: 101px;
    background-image: url('assets/img/Star.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: -100px;
    bottom: -70px;
}

.results .small-container .row:nth-of-type(5):before {
    content: "";
    width: 250px;
    height: 286px;
    background-image: url('assets/img/sun.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: -400px;
    bottom: -110px;
}

.results .small-container .row:nth-of-type(5) .col-md-6:nth-of-type(2):before {
    content: "";
    width: 91px;
    height: 101px;
    background-image: url('assets/img/Star.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 150px;
    bottom: -100px;
}

.bonus {
    border: 3px solid #CDAF63;
    box-sizing: border-box;
    border-radius: 40px;
}

.results .small-container .col-md-6:nth-of-type(2n) {
    margin-left: auto;
}

.results .small-container .col-md-6:nth-of-type(1n) {
    margin-right: auto;
}

h4,
.whom h2 {
    font-size: 48px;
}

.bonus {
    padding: 71px 140px 91px 160px;
    margin-top: 50px;
    margin-bottom: 180px;
    margin-right: 60px;
}

.bonus h4 {
    margin-bottom: 50px;
}

.bonus p {
    font-size: 24px;
    line-height: 216.5%;
    max-width: 850px;
    text-align: justify;
}


.whom {
    padding: 92px 0;
    background: #F9F7F0;
    border-radius: 140px;
    width: 95%;
    max-width: 1850px;
    margin: 0 auto 50px;
}

.card-light {
    background: #FFFFFF;
    border-radius: 101px;
    padding: 33px 50px;
    height: 100%;
}

.card-light img {
    max-width: 100px;
    margin-right: 28px;
}

.card-light p {
    margin: 0;
    max-width: 320px;
}

.whom h2 {
    margin-bottom: 70px;
}

.whom .card-light:nth-of-type(1n) {
    margin-right: 40px;
}

.whom .card-light:nth-of-type(2n) {
    margin-left: 40px;
}

.whom .col-lg-6 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.container-xs {
    max-width: 490px;
    margin: auto;
    padding-bottom: 30px;
}

.whom .container-xs h2 {
    margin-top: 60px;
    margin-bottom: 30px;
}

.whom .container-xs {
    position: relative;
}

.whom .container-xs:before {
    content: "";
    width: 180px;
    height: 147px;
    background-image: url('assets/img/Stars.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    position: absolute;
    left: -495px;
    top: 70px;
}


.card-border {
    border: 1px solid #1E1F24;
    box-sizing: border-box;
    border-radius: 23px;
    padding: 40px 40px 20px;
    margin: 20px;
    height: 100%;
}

.card-border p {
    margin: 0;
}

.card-border .number {
    font-size: 70px;
    margin-bottom: 40px;
}

.whom .col-lg-4 {
    padding-bottom: 60px;
}

.whom .col-lg-4:nth-of-type(10) .card-border {
    padding-bottom: 0px;
}

.whom .col-lg-4:nth-of-type(7) .card-border,
.whom .col-lg-4:nth-of-type(8) .card-border,
.card-rate__white,
.card-rate__gold {
    position: relative;
}

.whom .col-lg-4:nth-of-type(7) .card-border:before,
.whom .col-lg-4:nth-of-type(8) .card-border:before {
    content: "";
    width: 61px;
    height: 68px;
    background-image: url('assets/img/Star.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    right: -100px;
    top: 50px;
}

.whom .col-lg-4:nth-of-type(8) .card-border:before {
    width: 91px;
    height: 101px;
    top: inherit;
    bottom: -150px;
    right: inherit;
    left: -150px;
}

.potential {
    width: 95%;
    max-width: 1850px;
    background: url('assets/img/background.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 50px auto;
    border-radius: 42px;
    padding: 130px 40px;
}

.potential h4 {
    font-size: 30px;
    margin-top: 20px;
}

.potential h2 {
    position: relative;
    max-width: 800px;
    margin: auto;
}

.potential h2:before {
    content: "";
    width: 133px;
    height: 131px;
    background-image: url('assets/img/white-stars.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 30px;
    top: 150px;
}

.potential h2:after {
    content: "";
    width: 93px;
    height: 114px;
    background-image: url('assets/img/star-white.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    right: -60px;
    top: -70px;
}

.rates {
    margin-top: 50px;
    background: #F9F7F0;
    background-image: url('assets/img/rectangle.svg');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    border-radius: 91px;
    padding: 43px 0 190px;
}


.rates h3:after {
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    bottom: -40px;
}

.rates h3 {
    font-size: 48px;
    margin-bottom: 120px;
    position: relative;

}

.card-rate {
    padding: 30px 35px 70px;
    box-sizing: border-box;
    border-radius: 23px;
    margin: 20px;
    position: relative;
}

.card-rate h4 {
    position: relative;
    color: var(--gold);
    display: inline-block;
    margin: auto;
    margin-bottom: 33px;
}

.card-rate h4:after {
    content: "";
    width: 100%;
    height: 6px;
    background: var(--gold);
    left: 0;
    right: 0;
    bottom: -5px;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
}

.card-rate__gold h4:after {
    background: white;
}

.card-rate__white {
    border: 1px solid #1E1F24;
}

.card-rate__gold h4 {
    color: white;
}

.card-rate__gold {
    background-color: var(--gold);
    color: white;
}

.card-rate ul {
    list-style: none;
}

.card-rate li {
    margin-bottom: 20px;
    font-size: 20px;
    position: relative;
    text-align: justify;
}

.card-rate li:before {
    content: "";
    width: 18px;
    height: 18px;
    background: url('assets/img/smallStar.svg');
    left: -30px;
    top: 5px;
    position: absolute;
}

.card-rate__gold li:before {
    background: url('assets/img/white-star-small.svg');
}

.btn-buy strong {
    letter-spacing: 0;
    font-size: 26px;
    line-height: 145%;
    font-weight: 400;
}

.btn-add {
    text-align: center;
    color: black;
    bottom: -120px !important;
}

.btn-add2 {
    bottom: -140px !important;
}

.btn-new {
    letter-spacing: 0em !important;
    text-transform: uppercase !important;
}

.card-rate__gold .btn-buy {
    bottom: -50px;
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.52));
}

.btn-buy:hover {
    opacity: 1;
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.52));
}

.card-rate__gold .btn-buy:hover {
    filter: drop-shadow(0px 0px 20px rgba(255, 255, 255, 0.52));
}

.btn-buy {
    padding: 15px 25px 25px;
    position: absolute;
    bottom: -70px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: 320px;
}

.card-rate__white:before {
    content: "";
    width: 93px;
    height: 114px;
    background-image: url('assets/img/Star.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: -100px;
    top: -100px;
}

.card-rate__white:after {
    content: "";
    width: 93px;
    height: 114px;
    background-image: url('assets/img/Star.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    right: 0px;
    bottom: -250px;
}

.card-rate__gold:after {
    content: "";
    width: 223px;
    height: 180px;
    background-image: url(assets/img/Stars\ \(1\).png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    right: -100px;
    top: -180px;
}

.feedbacks {
    margin-top: 200px;
}

.slide {
    max-width: 900px;
    opacity: 0.5;
}

.slick-current {
    opacity: 1;
}

.border {
    border: 1px solid #000000 !important;
    box-sizing: border-box;
    border-radius: 7px;
    padding: 45px 60px 30px 40px;
    margin: 30px;
}

.feedbacks {
    width: 100%;
}

.border .content {
    margin-left: 20px;
    font-size: 16px;
    line-height: 165.5%;
    text-align: justify;
}

.border .content p,
.border .content .name {
    font-size: 18px;
}

.border .content .name {
    line-height: 165.5%;
    text-align: justify;
    color: #CDAF63;
    padding-top: 30px;
    display: block;
    text-transform: uppercase;
}

.slide .border img {
    border-radius: 100%;
    max-width: 100px;
}

.slick-next {
    right: 20%;
    width: 161px;
    height: 81px;
}

.slick-prev {
    left: 20%;
    width: 161px;
    height: 81px;
    z-index: 99;
}

.slick-next:before {
    content: "";
    width: 161px;
    height: 81px;
    background-image: url('assets/img/next.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 1;
}

.slick-prev:before {
    content: "";
    width: 161px;
    height: 81px;
    background-image: url('assets/img/prev.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 1;
}

.slick-dots li.slick-active button:before {
    color: var(--gold)
}

footer {
    padding-top: 50px;
    background: url('assets/img/rectangle.svg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    text-align: center;
}

footer .bg {
    padding-top: 100px;
    background: url('assets/img/footer.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
}

footer h3 {
    font-size: 46px;
}

.card_vip:after {
    display: none;
}

.card_vip {
    background: black;
    margin-top: 100px;
}

.gold {
    color: var(--gold);
    font-weight: bold;
}

/* .btn-large {
    padding: 35px 40px;
} */

.subhead {
    font-size: 30px;
}

.xs-container {
    max-width: 490px;
}

.social-links {
    margin-top: 20px;
}

.social-links a {
    max-width: 50px;
    margin: 20px;
    display: inline-block;
}

.my-tg {
    background: #000000;
    border-radius: 90px;
    color: #FFFFFF;
    font-size: 20px;
    padding: 12px;
    margin-top: 15px;
}

footer .btn-gold {
    letter-spacing: 0;
    padding: 25px 50px;
    font-size: 30px;
}

.contact {
    margin-top: 30px;
    padding-bottom: 50px;
}

.contact a {
    text-decoration: none;
    color: #000;
}

.contact a:hover {
    opacity: 0.8;
}

.potential {
    margin-top: 150px;
}

@media (max-width: 1250px) {
    main {
        background-size: 700px;
        background-position: bottom right;
    }

    .slick-next {
        right: 0;
    }

    .slick-prev {
        left: 0;
    }
}

@media (max-width: 1100px) {
    main {
        background-size: 600px;
        height: auto;
        padding-top: 150px;
        padding-bottom: 150px;
    }

    h1,
    h2 {
        font-size: 56px;
    }
}

@media (max-width: 1023px) {
    .slide {
        max-width: 100%;
        opacity: 0.5;
    }
}

@media (max-width: 998px) {
    main {
        background-size: 400px;
        height: auto;
        padding-top: 100px;
        padding-bottom: 100px;
    }

    /* .whom .card-light {
        margin: auto !important;
    } */

    .slide {
        opacity: 1;
    }

    .results .small-container:after {
        right: -180px;
        top: 100px;
    }

    .bonus {
        padding: 50px;
    }

    .results .small-container .row:nth-of-type(4) {
        margin-bottom: 30px;
    }

    .results .small-container .row:nth-of-type(3) {
        margin-bottom: 120px;
    }
}

@media (max-width: 767px) {

    h1,
    h2,
    .results h3 {
        font-size: 26px;
        line-height: 128.5%;
    }

    .btn-add2 {
        bottom: -100px !important;
    }

    .btn-add {
        padding: 10px 5px 25px !important;
    }

    /* .results .small-container:after {
        display: block;
    } */

    main p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    main {
        text-align: center;
        background-size: 370px;
    }

    h1:before,
    .results .small-container .row:nth-of-type(5) .col-md-6:nth-of-type(2):before {
        display: none;
    }

    h1:after,
    .results h3:after,
    .rates h3:after {
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        width: 100px;
        bottom: -30px;
    }

    .results h3 {
        margin-bottom: 60px;
    }

    .results .small-container .row:nth-of-type(2) {
        background: none;
    }

    .results .number {
        margin-bottom: 0;
    }

    .results .small-container .row {
        padding-left: 30px;
        padding-right: 30px;
    }

    .results .small-container .row:nth-of-type(2) .col-md-6:nth-child(1) {
        margin-bottom: 160px;
    }

    .results .small-container:after {
        /* background-image: url('assets/img/bg-mob-2.svg');
        width: 906px;
height: 1191px; */
        top: 60px;
        transform: rotate(-17.16deg);
        width: 906px;
        height: 1191px;
        left: -300px;
        right: 0;
        background-position: left;
    }

    main .btn-gold {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 100px;
        max-width: 270px;
        padding: 14px 30px;
        font-size: 18px;
    }

    h1 {
        margin-bottom: 60px;
    }

    .border {
        margin: 10px;
        flex-direction: column;
        padding: 25px;
    }

    main {
        padding-top: 50px;
        padding-bottom: 450px;
        min-height: auto;
        height: auto;
        background-position: bottom;
    }

    .results p {
        font-size: 18px;
    }

    .about li {
        margin-bottom: 20px;
        color: #000000;
        font-size: 18px;
    }

    .about ul {
        margin-top: 30px;
    }

    .why {
        padding-top: 50px;
        padding-bottom: 100px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .why .icon {
        width: 63px;
    }

    .why-content {
        margin-left: 19px;
    }

    .why .col-md-6 {
        margin: 20px 0;
    }

    .why h2:after {
        content: "";
        width: 134.79px;
        height: 153px;
        background-image: url("assets/img/moon-mob.png");
        background-repeat: no-repeat;
        background-position: right;
        background-size: contain;
        position: absolute;
        right: 0;
        bottom: -100px;
    }

    .slide {
        opacity: 1;
    }

    .border .content {
        margin: 20px 0 0;
    }

    .slide .border img {
        max-width: 71px;
    }

    .border .content p {
        font-size: 14px;
    }

    .border .content .name {
        padding-top: 20px;
    }

    .results .small-container .row:nth-of-type(3),
    .results .small-container .row:nth-of-type(4) .col-md-6:nth-of-type(1),
    .results .small-container .row:nth-of-type(4),
    .results .small-container .row:nth-of-type(5) .col-md-6:nth-of-type(1),
    .results .small-container .row:nth-of-type(5) {
        margin-bottom: 60px;
    }

    .results .small-container .row:nth-of-type(2) {
        margin-bottom: 120px;
    }

    .results .small-container .row:nth-of-type(3) .col-md-6:nth-of-type(1) {
        margin-bottom: 100px;
    }

    .bonus {
        padding: 40px 30px;
        margin: 100px auto 50px !important;
    }

    h4,
    .whom h2 {
        font-size: 36px;
    }

    .bonus h4 {
        margin-bottom: 20px;
    }

    .whom {
        width: 100%;
        border-radius: 40px;
        padding: 50px 0px;
    }

    .whom .card-light {
        margin: auto !important;
    }

    .card-light img {
        width: 61px;
    }

    .card-light p {
        font-size: 16px;
    }

    .card-light {
        padding: 30px 40px;
    }

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

    .whom h2 {
        margin-bottom: 10px;
    }

    .whom .col-lg-6 {
        margin-bottom: 0;
        padding: 0;
    }

    .about h2 {
        padding-left: 10px;
    }

    .prog p,
    .potential h4 {
        font-size: 18px;
    }

    .card-border .number {
        margin-bottom: 0;
    }

    .card-border {
        padding: 20px 40px 0px;
    }

    .whom .col-lg-4 {
        padding-bottom: 20px;
    }

    .potential h2 {
        font-size: 36px;
        margin-bottom: 40px;
    }

    .potential h2:after {
        top: -70px;
        width: 60px;
        height: 60px;
        right: -20px;
    }

    .rates h3 {
        font-size: 26px;
    }

    .potential h2:before {
        width: 108px;
        height: 92.47px;
        top: 320px;
        left: -10px;
    }

    .potential {

        padding: 160px 40px 200px;
    }

    footer h3 {
        font-size: 36px;
    }

    .subhead {
        font-size: 24px;
    }

    footer .btn-gold {
        letter-spacing: 0;
        padding: 13px 40px;
        font-size: 24px;
    }

    .my-tg,
    .contact,
    .contact a {
        font-size: 16px;
    }

    .rates {
        border-radius: 36px;
        padding: 43px 0px 120px;
    }

    .card-rate__white:before,
    .card-rate__white:after,
    .card-rate__gold:after {
        display: none;
    }

    .rates h3 {
        margin-bottom: 80px;
    }

    .card-rate li {
        font-size: 14px;
    }

    .card-rate {
        padding: 30px 25px 70px 15px;
    }

    .rates .sm-container .col-md-6:nth-of-type(1) {
        margin-bottom: 100px;
    }

    .btn-buy {
        font-size: 18px;
        padding: 10px 25px 15px;
        max-width: 300px;
        bottom: -40px;
    }

    .btn-buy strong {
        font-size: 24px;
    }

    .feedbacks {
        margin-top: 140px;
    }
}