@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}

html, body, .wrapper {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}


html {
    margin-top: 0 !important;
}

body {
    position: relative;
}

/* OVERLAY */
.overlay {
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 100;
}

.overlay-container {
    padding: 40px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlay--active {
    display: flex;
}

.overlay-close {
    font-size: 40px;
    color: #fff;
    position: absolute;
    right: 20px;
    top: 0;
    cursor: pointer;
    background: transparent;
    padding: 0;
    border: none;
}

.overlay-img {
    object-fit: cover;
    max-width: 100%;
    width: 600px;
    height: 400px;
}


/* -------------- **/

body {
    overflow-x: hidden;
}

img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.h-container {
    width: 1600px;
    margin: auto;
}

.container {
    width: 1600px;
    margin: auto;
}


.bstyle {
    text-decoration: none;
    color: #000;
    font-family: Caveat;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: center;
    border-radius: 30px;
}

.bgold {
    display: block;
    width: fit-content;
    margin: 20px 0;
    padding: 10px 30px;
    background: linear-gradient(90.53deg, #E9CD99 -2.22%, #EFB953 11.91%, #E8C684 37.75%, #C5A059 56.21%, #EDB955 69.58%, #E7C991 83.91%),
    linear-gradient(90.53deg, #EFEFEF -2.22%, #EFB953 8.23%, #E8C684 37.75%, #C5A059 56.21%, #EDB955 69.58%, #E7C991 83.91%);
}

.wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.main {
    flex: 1 0 auto;
}

.footer {
    flex: 0 0 auto;
}

/* HEADER */

.header {
    padding-bottom: 200px;
}

.header__main {
    display: flex;
    justify-content: space-between;
    padding-top: 100px;
    position: relative;
}

.logo,
.custom-logo {
    width: 500px;
    object-fit: contain;
    user-select: none;
}


.h-logo {
    position: relative;
    display: flex;
    justify-content: center;
}

.hsh {
    position: absolute;
}

.hsh-1 {
    width: 900px;
    top: -200px;
    left: -40px;
}

.logo,
.custom-logo {
    position: relative;
    z-index: 1;
}


.header-left-down {
    margin-top: 240px;
    position: relative;
}

.hsh-2 img {
    position: absolute;
    top: -200px;
    left: -150px;
    width: 1000px;
    z-index: -1;
}


.header__untitle {
    font-family: "Montserrat Alternates", sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 49px;
    letter-spacing: 0em;
    color: rgba(134, 48, 187, 1);
}

.header__h1-title {
    font-family: "Montserrat Alternates", sans-serif;
    font-size: 50px;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: 0em;
    margin-top: 10px;
    margin-bottom: 20px;
}

.header__subtitle {
    font-family: Montserrat;
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
    color: rgba(64, 63, 63, 1);
}

.btelegram {
    background: linear-gradient(180deg, #00C2FF 11.85%, #AECFD9 100%);
}

.bwhatsapp {
    background: linear-gradient(180deg, #6DF272 0%, #C6DEBD 100%);
}


.header-buttons {
    display: flex;
    margin-top: 40px;
}

.header__button {
    display: block;
    padding: 15px 80px;
    width: 349px;
    font-family: Caveat;
    font-size: 40px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
    text-decoration: none;
    text-align: center;
    color: rgba(0, 0, 0, 1);
    border-radius: 20px;
}

.bstyle:hover {
    text-decoration: underline;
}

.header__button:not(:first-child) {
    margin-left: 30px;
}


.header-right {
    position: relative;
    right: 200px;
}


.h-img {
    position: relative;
    overflow: hidden;
    border-radius: 50px;
}

.h-img img {
    object-fit: cover;
    transition: 3s;
    width: 100%;
}

.h-img:hover img {
    transform: scale(1.1);
}


.h-img-c {
    width: 404px;
    height: 609px;
}


.h-img-b {
    position: absolute;
    width: 461px;
    height: 346px;
    top: 440px;
    left: 100px;
}


.hsh-3 {
    width: 1000px;
    position: absolute;
    left: -300px;
    top: -100px;
    z-index: -1;
}

.hsh-4 {
    width: 1000px;
    position: absolute;
    left: -200px;
    top: 140px;
    z-index: -1;
}


/* SECTION-1 */

.section-1__main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-top: 100px;
    padding-bottom: 80px;
}

.section-1__bg {
    position: absolute;
    left: -800px;
    width: 3000px;
    z-index: -1;
}

.section-1__text {
    font-family: Montserrat, sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 39px;
    letter-spacing: 0em;
    margin-right: 40px;

}

.section-1__text p:not(:first-child) {
    margin-top: 20px;
}


/* SECTION 2 */

.section-2 {
    background: url("../img/s2/bg.png") no-repeat center;
    background-size: cover;
    padding: 300px 0;
    clip-path: polygon(100% 0, 100% 80%, 0 100%, 0 20%);
    position: relative;
    z-index: 1;

}

.section-2__bg img {
    width: 100%;
    clip-path: polygon(100% 0, 100% 80%, 0 100%, 0 20%);
}

.section-2__h3-title {
    font-family: "Montserrat Alternates";
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: 0em;
    color: #fff;

}

.section-2__buttons {
    margin-top: 50px;
}

.section-2__button {
    padding: 8px 80px;
    width: 393px;
    line-height: 50px;
}

.section-2__button:not(:first-child) {
    margin-left: 30px;
}


/* SECTION-3 */

.section-3 {
    position: relative;
    padding: 290px 0 90px;
    overflow: hidden;
    margin-top: -200px;
}


.section-3__bg {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    top: -400px;
    z-index: -1;
    width: 100%;
}

.section-3__bg img {
    width: 20000px;
    margin: auto;
}


.section-3__bg {
}


.section-3__h3-title {
    font-family: "Montserrat Alternates";
    font-size: 60px;
    font-weight: 300;
    line-height: 69px;
    letter-spacing: 0em;
    color: #000;
    margin-bottom: 20px;
}

.section-3__subtitle {
    font-family: "Montserrat Alternates";
    font-size: 30px;
    font-weight: 500;
    line-height: 45px;
    letter-spacing: 0em;
    color: #000;
}

.gallery {
    position: relative;
    padding-bottom: 50px;
}

.gallery-top {
    position: relative;
    height: 500px;
}

.gallery__img {
    position: absolute;
}

.gallery__img img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    transition: 1s;
    border-radius: 50px;
}


.gallery-top .gallery__img:nth-child(1) {
    left: 0;
    top: 100px;
    width: 603px;
    height: 413px;

}

.gallery-top .gallery__img:nth-child(2) {
    left: 700px;
    top: 280px;
    width: 237px;
    height: 230px;
}

.gallery-top .gallery__img:nth-child(3) {
    right: 50px;
    top: -100px;
    width: 478px;
    height: 576px;
}

.gallery-mid {
    position: relative;
    top: 250px;
    height: 700px;
}

.gallery-mid .gallery__img:nth-child(1) {
    left: 0;
    top: 0;
    width: 393px;
    height: 465px;
    z-index: 1;
}

.gallery-mid .gallery__img:nth-child(2) {
    left: 300px;
    top: -150px;
    width: 204px;
    height: 243px;
    z-index: 0;
}

.gallery-mid .gallery__img:nth-child(3) {
    right: 600px;
    top: -100px;
    width: 409px;
    height: 447px;
    z-index: 0;
}

.gallery-mid .gallery__img:nth-child(4) {
    right: 50px;
    top: -100px;
    width: 404px;
    height: 609px;
    z-index: 1;
}


.gallery-down {
    position: relative;
    height: 500px;
    top: 80px;
    display: none;
}


.gallery-down .gallery__img:nth-child(1) {
    width: 211px;
    height: 200px;
    left: 120px;
    top: 0;
}

.gallery-down .gallery__img:nth-child(2) {
    width: 504px;
    height: 409px;
    left: 420px;
    top: -40px;
}

.gallery-down .gallery__img:nth-child(3) {
    width: 212px;
    height: 283px;
    right: 370px;
    top: -100px;
    z-index: 0;
}


/* SECTION-4 */

.section-4 {
    /*background: url("../img/s3/bg.png") no-repeat center;*/
    background-size: cover;
    padding: 140px 0 360px 0;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
}


.section-4__main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-4__h3-title {
    font-family: "Montserrat Alternates";
    font-size: 60px;
    font-weight: 500;
    line-height: 69px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
}


.section-4__block {
    margin-top: 180px;
}

.section-4__text-title {
    font-family: "Montserrat Alternates";
    font-size: 50px;
    font-weight: 600;
    line-height: 61px;
    letter-spacing: 0em;
    color: #fff;
}


.section-4__desc {
    font-family: "Montserrat";
    font-size: 32px;
    font-weight: 500;
    line-height: 39px;
    letter-spacing: 0em;
    color: #fff;
    margin-top: 10px;
}

.section-bline {
    position: relative;
    padding-bottom: 20px;
}


.section-bline-bg {
    position: absolute;
    width: 100%;
}

.section-bline:nth-child(1) .section-bline-bg {
    top: -120px;
    right: -200px;
}


.section-bline-bg img {
    width: 100%;
    height: 400px;
    position: relative;
    z-index: -1;
}


.section-bline-2 {
    padding-top: 50px;
}

.section-bline-bg-2 img {
    position: absolute;
    left: -200px;
    top: -120px;
    height: 400px;
    width: 120%;
}


.section-bline__h3-title {
    font-family: "Montserrat";
    font-size: 35px;
    font-weight: 400;
    line-height: 43px;
    letter-spacing: 0em;
    text-align: right;
    margin-top: -10px;
    position: relative;
}

.section-bline__h3-title-2 {
    text-align: left;
    position: relative;
    z-index: 1;
}

/* SECTION-5 */

.section-5 {
    /*background: url("../img/s4/bg.png") no-repeat center;*/
    background-size: cover;
    padding: 400px 0;
    clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
}


.section-5__h3-title {
    font-family: "Montserrat Alternates";
    font-size: 50px;
    font-weight: 600;
    line-height: 61px;
    letter-spacing: 0em;
    color: #fff;

}

.section-5__desc {
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 500;
    line-height: 39px;
    letter-spacing: 0em;
    color: #fff;
    margin-top: 20px;

}

.section-5__main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* SECTION-6 */

.section-6 {
    /*background: url("../img/s5/bg.png") no-repeat center;
    background-size: cover;*/
    padding: 350px 0 350px 0;
    clip-path: polygon(0 10%, 100% 1%, 100% 100%, 0 100%);
}


.section-6__main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-6__h3-title {
    font-family: "Montserrat Alternates";
    font-size: 50px;
    font-weight: 600;
    line-height: 61px;
    letter-spacing: 0em;
    color: #fff;
}

.section-6__desc {
    font-family: "Montserrat";
    font-size: 32px;
    font-weight: 500;
    line-height: 39px;
    letter-spacing: 0em;
    color: #fff;
    margin-top: 20px;
}

/* SECTION-7 */

.section-7 {
    padding: 100px 0;
    position: relative;
}

.section-7-bg {
    position: absolute;
    width: 100%;
    height: 120%;
    z-index: -1;
    top: 0;
    background: linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(250, 235, 235, 0.1) 51%, rgba(251, 231, 231, 1) 70%);
}

.section-7__h3-title {
    font-family: "Montserrat Alternates";
    font-size: 60px;
    font-weight: 300;
    line-height: 69px;
    letter-spacing: 0em;
    padding-left: 150px;
}

.section-7__desc {
    font-family: "Montserrat Alternates";
    font-size: 32px;
    font-weight: 500;
    line-height: 39px;
    letter-spacing: 0em;
    margin-top: 20px;
    padding-left: 150px;
}

.section-7__button {
    margin-left: 150px;
}

.section-7-mid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 120px;
    padding-left: 150px;
}

.section-7-mid-video {
    width: auto;
    height: 547px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 32px;
    padding: 0;
    overflow: hidden;
}

/* SLIDER */

.section-7__slider {
    display: flex;
    align-items: center;
}

.slider-button {
    background: none;
    border: none;
    cursor: pointer;
}

.slider-button img {
    transition: .3s;
}

.slider-button:hover img {
    transform: scale(1.1);
}

.b-prev {
    margin-right: 20px;
}

.b-next {
    transform: rotate(180deg);
    margin-left: 20px;
}

.slider-main {
    width: 805px;
    height: 546px;
    overflow: hidden;
    border-radius: 50px;
    display: flex;
    align-items: center;
}

.slider-main img {
    max-width: 100%;
    width: 100%;
    height: 120%;
    object-fit: cover;
    transition: 1s;
    display: block;
}


.slider-images {
    display: none;
}


.section-7-down {
    margin-top: 50px;
}


/* SECTION-8 */

.section-8 {
    /*background: url("../img/s6/bg.png") no-repeat center;
    background-size: cover;*/
    padding: 300px 0;
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
}


.section-8__h3-title {
    font-family: "Montserrat Alternates";
    font-size: 50px;
    font-weight: 500;
    line-height: 60px;
    letter-spacing: 0em;
    color: #fff;
}

.section-8__desc {
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 500;
    line-height: 37px;
    letter-spacing: 0em;
    color: #fff;
    margin-top: 20px;
}

.section-8__buttons {
    margin-top: 60px;
    display: flex;
    align-items: center;
}

.section-8__button {
    padding: 8px 60px;
    width: 349px;
}

.section-8__button:not(:last-child) {
    margin-right: 40px;
}

.section-8__link {
    font-family: "Montserrat Alternates";
    font-size: 32px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: 0em;
    color: #fff;
}

/* SECTION-9 */


.section-9 {
    padding: 80px 0;
    position: relative;
}

.section-9-bg {
    position: absolute;
    top: -1100px;
    left: -300px;
    width: 120%;
    z-index: -1;
}

.section-9-bg img {
    max-width: 100%;
    width: 100%;
    margin: auto;
}

.section-9__h3-title {
    font-family: "Montserrat Alternates";
    font-size: 60px;
    font-weight: 500;
    line-height: 69px;
    letter-spacing: 0em;
    margin-bottom: 20px;
}

.section-9__desc {
    font-family: "Montserrat";
    font-size: 32px;
    font-weight: 500;
    line-height: 55px;
    letter-spacing: 0em;
}

.section-9__desc p:not(:first-child) {
    margin-top: 40px;
}

.section-9-mid {
    margin-top: 150px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.section-9-mid__desc {
    font-family: "Montserrat Alternates";
    font-size: 35px;
    font-weight: 500;
    line-height: 55px;
    letter-spacing: 0em;
}

.section-9__buttons {
    display: flex;
    align-items: center;
}

.section-9__button {
    display: block;
    padding: 8px 60px;
    width: 349px;
    margin-top: 30px;
}

.section-9__button:not(:first-child) {
    margin-left: 30px;
}


/* FOOTER */


.footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-block {
    height: 800px;
    width: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    padding: 0 20px;

    font-family: "Montserrat Alternates";
    font-size: 35px;
    font-weight: 600;
    line-height: 43px;
    letter-spacing: 0em;

}

.footer-block:nth-child(1) {
    background: url("../img/footer/f1.png") no-repeat;
    background-size: cover;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
}

.footer-block:nth-child(2) {
    background: url("../img/footer/f2.png") no-repeat;
    background-size: cover;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
}

.footer-block:nth-child(3) {
    background: url("../img/footer/f3.png") no-repeat;
    background-size: cover;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
}
