.header {
    background: none;
    box-shadow: none;
}

.header::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background: linear-gradient(90deg, var(--yellow), var(--orange));
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    opacity: 0;
    transition: .3s ease opacity;
}

.header.fill::after {
    opacity: 1;
}

.banner {
    position: relative;
    width: 100%;
    height: 700px;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    display: flex;
    align-items: center;
    padding: 0 200px;
}

.content {
    padding-top: 0;
}

.polaroid {
    margin-right: 200px;
    position: relative;
    transform: rotate(-9deg) scale(1.15) translateY(100px);
    z-index: 100;
}

.polaroid > .frame {
    position: relative;
    width: 500px;
    height: auto;
    z-index: 4;
}

.polaroid > .photo {
    position: absolute;
    top: 46px;
    left: 50px;
    transform: scale(1.05);
    z-index: 2;
    width: 403px;
    height: 456px;
}

.banner-logo-area {
    position: absolute;
    right: 0;
    width: 50%;
    display: flex;
    justify-content: flex-end;
    padding-right: 130px;
}

.banner-logo {
    width: 100%;
    max-width: 800px;
    margin-left: auto;
}

.banda {
    width: 100%;
    height: 15px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.first-block {
    width: 100%;
    display: flex;
    padding: 80px 120px;
}

.first-block > .col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
}

.first-block > .col:first-child {
    padding-bottom: 20px;
    padding-right: 120px;
}

.title {
    margin: 0 0 20px 0;
}

.subtitle {
    margin: 0 0 50px 0;
}

.block-photo {
    width: 100%;
    max-width: 800px;
    object-fit: cover;
    border-radius: 40px;
    margin-left: auto;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.second-block {
    flex-direction: row-reverse;
}

.second-block .block-photo {
    margin-left: 0;
}

.second-block > .col:first-child {
    padding-right: 0 !important;
    padding-left: 120px;
}

.second-block {
    text-align: right;
    margin-bottom: 40px;
}

.last-photo {
    display: none;
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.italy-block {
    width: 100%;
    display: flex;
    padding: 80px 120px;
}

.italy-block > .col {
    padding: 0 !important;
}

.orange-button {
    text-decoration: none;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-size: 26px;
    background: linear-gradient(180deg, #FF7D2C, #DE6920);
    width: fit-content;
    padding: 16px 30px;
    color: white;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: .3s ease box-shadow, .3s ease filter;
}

.italy-block > .col:last-child {
    width: 500px !important;
    position: relative;
    margin-left: auto;
}

.italy-block .tag {
    position: absolute;
    top: 80px;
    right: 80px;
    text-decoration: none;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-size: 26px;
    background: #0B4F89;
    width: fit-content;
    padding: 16px 30px;
    min-width: 150px;
    color: white;
    border-radius: 15px;
    letter-spacing: 1px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: .3s ease transform;
}

.italy-block .tag::after {
    content: "";
    position: absolute;
    top: 16px;
    left: -14px;
    width: 0; 
    height: 0; 
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-right: 14px solid #0B4F89;
}

.italy-block > .col:last-child > img {
    width: 100%;
    margin-left: auto;
}

.orange-button:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    filter: brightness(1.1);
}

.bags-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    margin: 40px 0;
}

.slider-photo {
    width: 600px;
    height: auto;
    object-fit: cover;
}

@keyframes scroll {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(var(--scroll-x));
    }
}

@media screen and (max-width: 1800px) {
    .banner {
        padding: 0 100px;
    }

    .first-block > .col:first-child {
        width: 60%;
        padding-right: 80px;
    }

    .first-block > .col:last-child {
        width: 40%;
    }

    .title {
        margin-bottom: 10px;
    }

    .subtitle {
        margin-bottom: 40px;
    }

    .polaroid {
        transform: rotate(-9deg) scale(1) translateY(80px);
    }

    .block-photo {
        border-radius: 20px;
        margin: 0;
    }

    .second-block > .col:first-child {
        padding-left: 80px;
    }
}

@media screen and (max-width: 1500px) {
    .banner {
        padding: 0 50px;
    }

    .banner-logo-area {
        padding-right: 50px;
    }

    .banner-logo {
        width: 100%;
        max-width: 800px;
        margin-left: auto;
    }
}

@media screen and (max-width: 1400px) {
    .first-block {
        flex-direction: column;
        align-items: center !important;
    }

    .first-block > .col {
        width: 100% !important;
        align-items: center;
        text-align: center;
        padding: 0 !important;
    }

    .first-block > .col:first-child {
        padding-bottom: 80px !important;
    }

    .second-block > .col:first-child {
        padding-bottom: 0 !important;
    }

    .block-photo {
        margin: 0;
        max-width: 600px;
    }

    .title {
        margin-bottom: 20px;
    }

    .subtitle {
        margin-bottom: 30px;
    }

    .title, .subtitle, .text {
        max-width: 800px;
    }

    .second-block .block-photo {
        display: none;
    }

    .second-block > .col:first-child {
        margin-bottom: 0;
    }

    .last-photo {
        display: block;
    }

    .italy-block > .col:last-child {
        margin-left: auto;
        margin-right: auto;
    }
    
    .slider-photo {
        width: 400px;
    }

    .first-block > .col {
        margin: 0 !important;
    }
}

@media screen and (max-width: 1250px) {
    .banner {
        padding: 0;
        height: 550px;
    }

    .polaroid {
        transform: scale(0.85) rotate(-9deg) translateY(100px);
        margin: 0;
    }
}

@media screen and (max-width: 950px) {
    .banner {
        justify-content: center;
    }

    .banner-logo-area {
        display: none;
    }

    .polaroid {
        transform: scale(0.85) rotate(-9deg) translateX(-20px) translateY(100px);
    }
}

@media screen and (max-width: 800px) {
    .first-block {
        padding: 80px 40px;
    }

    .italy-block > .col:last-child {
        transform: scale(0.8) translateX(-10px);
    }

    .italy-block {
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 600px) {
    .first-block {
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .first-block > .col:first-child {
        padding-bottom: 30px !important;
    }

    .second-block {
        padding-bottom: 20px;
    }

    .last-photo {
        height: 300px;
    }

    .italy-block > .col:last-child {
        transform: scale(0.6) translateX(-10px);
        height: 450px;
    }

    .orange-button {
        font-size: 20px;
        padding: 13px 25px;
    }

    .banner {
        height: 420px;
    }

    .polaroid {
        transform: rotate(0deg) scale(0.7) translateY(140px);
    }

    .first-block {
        padding-top: 60px;
    }

    .first-block .text {
        padding: 0 10px;
    }
}