/* Главный баннер */
.banner {
    height: 100svh;
    position: relative;
    overflow: hidden;
}

.banner__breadcrumbs {
    position: absolute;
    top: 15px;
    left: 50px;
    display: flex;
    font-family: "Manrope";
    color: #FFFFFF;
    font-size: 10px;
    list-style: none;
    z-index: 2;
}

.banner__breadcrumbs a {
    color: currentColor;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.banner__breadcrumbs a:after {
    content: '/';
    color: #FFFFFF;
    margin: 0 5px;
}

.banner__breadcrumbs span {
    opacity: 0.5;
}

.banner__img {
    width: 100%;
    height: 130%;
    object-fit: cover;
    object-position: bottom;
    position: absolute;
    top: 0;
    left: 0;
}

.banner__logo {
    position: absolute;
    z-index: 2;
    left: 50px;
    bottom: 50px;
}

.banner_content {
    position: absolute;
    right: 50px;
    bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    color: #FFFFFF;
    font-family: "Bounded";
    text-align: right;
}

.banner__country {
    font-size: 26px;
    text-transform: uppercase;
}

/* Первый блок с текстом */
.text-block-1 {
    padding: 115px 50px 80px;
}

.text-block-1__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 35px;
}

.text-block-1__heading {
    max-width: 755px;
    color: #292929;
    font-family: "Bounded";
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
}

.text-block-1__header hr {
    flex: 1;
    max-width: 590px;
    height: 3px;
    background: linear-gradient(to right, #F4C86F, #4681BD, #4E8D4C, #C84C4C, #F4C86F);
    background-size: 300% 100%;
    border: none;
    margin-top: 40px;
    animation: gradientShift 10s linear infinite;  
}

@keyframes gradientShift {
    0% { background-position: 0% 0%; }
    50% { background-position: 100% 0%; }
    100% { background-position: 0% 0%; }
}

.text-block-1__content {
    width: max-content;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 40px;
    margin: -10px 150px 0 auto;
}

.text-block-1__content-main {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.text-block-1__content-block {
    max-width: 440px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #292929;
    font-family: "Manrope";
}

.text-block-1__events {
    width: max-content;
    display: flex;
    align-items: center;
    gap: 40px;
    border-top: 1px solid #E69E5F;
    border-left: 1px solid #E69E5F;
    padding: 14px 40px;
    box-sizing: border-box;
}

.text-block-1__event img {
    width: 100%;
}

/* Второй блок с текстом  */
.text-block-2 {
    position: relative;
    padding: 0 50px;
    margin-bottom: 25px;
}

.text-block-2__heading {
    max-width: 755px;
    color: #292929;
    font-family: "Bounded";
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.text-block-2__content {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    color: #292929;
    font-family: "Manrope";
    z-index: 2;
}

.text-block-2__content p {
    max-width: 570px;
}

.text-block-2__img {
    max-width: 715px;
    margin-top: -190px;
}
 
/* Третий блок с текстом */
.text-block-3 {
    position: relative;
    padding: 0 50px;
    z-index: 2;
}

.text-block-3__heading {
    max-width: 920px;
    color: #292929;
    font-family: "Bounded";
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.text-block-3__content {
    display: flex;
    gap: 25px;
}

.text-block-3__content-img {
    height: 515px;
    aspect-ratio: 1.75;
    overflow: hidden;
}

.text-block-3__content-img img { 
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s ease;
    will-change: transform;
}

.text-block-3__content-img:hover img {
    transform: scale(1.05);
}

.text-block-3__content-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.text-block-3__content-text p {
    max-width: 460px;
    color: #292929;
    font-family: "Manrope";
}

.text-block-3__stones {
    height: max-content;
    display: flex;
    align-items: center;
    align-self: flex-end;
    gap: 30px;
    margin-left: -50px;
}

.text-block-3__stone img {
    width: 100%;
    height: auto;
}

/* Ссылка на главную */
.link__home {
    width: 185px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #292929;
    font-family: "Manrope";
    text-decoration: none;
    border: 1px solid #292929;
    border-radius: 5px;
    margin: 60px auto 80px;
}

@media (max-width: 1600px) {
    /* Баннер */
    .banner__country {
        font-size: 18px;
    }

    /* Первый блок с текстом */
    .text-block-1__content {
        margin-top: 10px;
    }
}

@media (max-width: 1440px) {
    /* Первый блок с текстом */
    .text-block-1__content {
        width: 100%;
    }

    .text-block-1__content-main {
        justify-content: flex-start;
    }

    .text-block-1__events {
        width: 100%;
    }

    /* Второй блок с текстом  */
    .text-block-2__img {
        max-width: 50%;
        margin-top: 0;
    }

    /* Третий блок с текстом  */
    .text-block-3__stones {
        margin-left: -35%;
    }
}

@media (max-width: 1024px) {
    /* Главный баннер */
    .banner__logo {
        max-width: 235px;
    }

    /* Первый блок с текстом */
    .text-block-1__header {
        position: relative;
    }

    .text-block-1__heading {
        max-width: 440px;
        font-size: 26px;
    }

    .text-block-1__header hr {
        width: 50%;
        position: absolute;
        right: 0;
        bottom: 15px;
    }

    .text-block-1__content {
        flex-direction: column;
        margin: 50px 0 0;
    }

    .text-block-1__content-block {
        max-width: 100%;
    }

    /* Второй блок с текстом  */
    .text-block-2__heading {
        max-width: 440px;
        font-size: 26px;
    }

    .text-block-2__content {
        flex-direction: column;
    }

    .text-block-2__content p {
        max-width: 100%;
    }

    /* Третий блок с текстом */
    .text-block-3__heading {
        max-width: 430px;
        font-size: 26px;
    }

    .text-block-3__content {
        flex-direction: column;
    }

    .text-block-3__content-text p {
        max-width: 100%;
    }

    .text-block-3__stones {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    /* Главный баннер */
    .banner {
        height: auto;
    }

    .banner__breadcrumbs {
        left: 15px;
    }

    .banner__img {
        position: static;
        transform: translateY(0) !important;
    }

    .banner__logo {
        max-width: 135px;
        left: 15px;
        bottom: 15px;
    }

    .banner_content {
        right: 15px;
        bottom: 10px;
        gap: 3px;
        font-size: 8px;
    }

    .banner__country {
        font-size: 8px;
    }

    /* Первый блок с текстом */
    .text-block-1 {
        padding: 50px 15px;
    }

    .text-block-1__heading {
        max-width: 330px;
        font-size: 18px;
    }

    .text-block-1__header hr {
        height: 1px;
        right: -15px;
        bottom: 5px;
    }

    .text-block-1__content {
        gap: 30px;
        font-size: 13px;
        margin-top: 20px;
    }

    .text-block-1__content-main {
        flex-direction: column;
        gap: 20px;
    } 

    .text-block-1__events {
        gap: 9px;
        padding: 15px 23px 7px;
    } 

    .text-block-1__event:nth-child(2) {
        order: 5;
    }

    .text-block-1__event:nth-child(4) {
        order: 4;
    }

    /* Второй блок с текстом  */
    .text-block-2 {
        padding: 0 15px;
        margin-bottom: 0;
    }

    .text-block-2__heading {
        max-width: 330px;
        font-size: 18px;
        margin-bottom: 20px;
    }

    .text-block-2__content {
        gap: 25px;
        font-size: 13px;
    }

    .text-block-2__img {
        max-width: 100%;
    }

    /* Третий блок с текстом */
    .text-block-3 {
        padding: 50px 15px 0px;
    }

    .text-block-3__heading {
        max-width: 260px;
        font-size: 18px;
        margin-bottom: 20px;
    }

    .text-block-3__content-img {
        height: auto;
    }

    .text-block-3__content-text {
        order: -1;
    }

    .text-block-3__content-text p {
        max-width: 100%;
        font-size: 13px;
    }

    .text-block-3__stones {
        width: 100%;
        max-width: 250px;
        gap: 15px;
        margin: -5px auto 0;
    }

    /* Ссылка на главную */
    .link__home {
        width: 160px;
        height: 40px;
        font-size: 13px;
        margin: 40px auto 60px;
    }
}

@media (max-width: 360px) {
    .text-block-1__heading {
        max-width: 230px;
    }
}