
/* nature styles
--------------------------------------------- */
.nature {
    margin-top: 48px;
    color: #fff;
    position: relative;
}

.nature:first-child {
    margin-top: 80px;
}

.nature .section__title {
    color: var(--pure-white);
    font-size: 80px;
    font-weight: 400;
    line-height: 1.05;
    text-transform: uppercase;
    margin-bottom: 0;
}

.nature .container {
    padding-top: 68px;
    padding-bottom: 68px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.nature .section-image {
    position: absolute;
    z-index: -1;
    left: 16px;
    right: 16px;
    top: 0;
    bottom: 0;
    border-radius: 32px;
    overflow: hidden;
}

.nature .section-image::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0.5;
}

.nature .section-image img {
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nature .section-image .video-custom {
    position: relative;
    z-index: 2;
    height: 100%;
    object-position: center center;
}

.nature .button__custom {
    height: 48px;
    padding-left: 24px;
    padding-right: 24px;
}

.nature .button__custom span.mobile {
    display: none;
}

.nature .section__title-additional {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 32px 0;
}

.nature .nature__logo {
    margin-bottom: 55px;
    margin-top: 280px;
}

.nature .nature__logo img {
    display: block;
    height: 30px;
    width: auto;
}

@media screen and (max-width: 991px) {
    .nature {
        margin-top: 96px;
    }
    .nature:first-child {
        margin-top: 40px;
    }
    .nature .container {
        padding-left: 60px;
        padding-right: 60px;
        min-height: 1037px;
    }
    .nature .section__title {
        font-size: 49px;
        text-transform: none;
    }
    .nature .section-image {
        left: 28px;
        right: 28px;
    }
    .nature .section__title-additional {
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.27px;
    }
    .nature .button__custom:not(:hover) {
        color: #404041 !important;
        background-color: #F7F6F6;
        border-color: rgba(64, 64, 65, 0.1);
        padding-left: 32px;
        padding-right: 32px;
    }
    .nature .nature__logo {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nature .button__custom {
        font-size: 20px;
        height: 56px;
    }
    .nature .button__custom:not(:hover) {
        color: #404041 !important;
        background-color: #F7F6F6;
        border-color: rgba(64, 64, 65, 0.1);
        padding-left: 32px;
        padding-right: 32px;
    }
}

@media screen and (max-width: 768px) {
    .nature .section__title-additional {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    /**/
}

@media screen and (max-width: 576px) {
    .nature {
        margin-top: 64px;
    }
    .nature:first-child {
        margin-top: 40px;
    }
    .nature .section-image {
        left: 4px;
        right: 4px;
    }
    .nature .container {
        padding-left: 20px;
        padding-right: 20px;
        min-height: 650px;
    }
    .nature .section__title {
        font-family: Montserrat;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
        /* 123.077% */
    }
    .nature .section__title-additional {
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        /* 142.857% */
        letter-spacing: 0.035px;
        margin: 16px 0;
        max-width: 300px;
    }
    .nature .nature__logo {
        display: block;
        position: absolute;
        left: 50%;
        top: calc(50% - 50px);
        transform: translate(-50%, -50%);
        margin: 0;
    }
}
