.header {
    background-image: url(../media/header/header.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-position-x: 0px;
    background-position-y: calc(75%);
    /* padding-bottom: 150px; */
    padding-top: 100px;
}

.header404{
    padding-top: 0;
}

.header-wrapper {
    max-width: 1600px;
    width: 100%;
    margin: auto;
    padding-bottom: 150px;
    /* padding: 0 20px 150px; */
}

.header-components-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.header-text-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 650px;
    padding-top: 200px;
}

.header-title {
    color: #172251;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    /* text-transform: uppercase; */
}


.header-title .bold {
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
}

.header-title .green {
    background-color: #84B92E;
}

.header-subtitle {
    color: rgba(0, 0, 0, 0.75);
    width: 100%;
    font-family: 'Poppins', sans-serif;
    line-height: 33px;
    font-size: 20px;
    font-weight: 300;
    margin-top: 15px;
}

.header-images-wrapper {
    max-width: 900px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 200px;
}

.header-about-images-wrapper {
    position: absolute;
    max-width: unset;
    padding-top: 0;
    top: 0;
    right: 0;
}

.header-publisher-images-wrapper {
    position: absolute;
    top: 30px;
    right: 250px
}

.header-formats-images-wrapper {
    position: absolute;
    top: 100px;
    right: 100px
}

.header-advertiser-images-wrapper{
    padding-top: 0px;

}

.header-image {
    position: relative;
    width: 100%;

}

.header-animated-images-home {
    width: 100%;
    height: 100%;
    object-fit: contain;
}



@keyframes floatMobile {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(20px);
    }

    100% {
        transform: translatey(0px);
    }
}

@keyframes floatMobile2 {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-20px);
    }

    100% {
        transform: translatey(0px);
    }
}


/********************* RESPONSIVE  *********************/

@media screen and (max-width: 3100px) and (min-width: 1880px) {


    .header-wrapper {
        padding-bottom: 150px;
        padding-left: 150px;
        padding-right: 150px;
        max-width: unset;
    }

    .header {
        background-position-y: calc(100%);
    }

    .header-about-images-wrapper {
        max-width: 1400px;
        top: -60px;
    }
}

@media screen and (min-width: 1860px) {
    .header-wrapper {
        padding-bottom: 200px;
        padding-left: 0;
        padding-right: 0;
        max-width: 1400px;
    }

    .header-about-wrapper {
        padding-bottom: 440px;
    }

    .header-publisher-wrapper {
        padding-bottom: 390px;

    }
}

@media screen and (max-width: 1680px) {
    .header-wrapper {
        padding: 0 0px 150px;
        max-width: unset;
    }

    .header-text-wrapper {
        padding-left: 100px;
    }
}

@media screen and (max-width: 1500px) {

    .header-components-wrapper {
        justify-content: center;
    }

    .header-publisher-images-wrapper,
    .header-about-images-wrapper,
    .header-formats-images-wrapper {
        position: unset;
    }
}

@media screen and (max-width: 1400px) {
    .header-wrapper {
        padding: 0 0px 150px;
    }

}

@media screen and (max-width: 1275px) {
    /* .header-components-wrapper {
        align-items: center;
        flex-direction: column;
    } */

    .header-text-wrapper {
        padding-bottom: 50px;
        padding-top: 0px;
    }

}

@media screen and (max-width: 1150px) {
    .header-components-wrapper {
        align-items: center;
        flex-direction: column;
    }

    .header-images-wrapper {
        padding-top: 50px;
    }

    .header-text-wrapper {
        max-width: unset;
        padding-left: 35px;
        padding-right: 35px;
        padding-bottom: 0;
    }

}


@media screen and (max-width: 900px) {
    .header {
        background-position-x: 0px;
        background-position-y: 0px;
        background-size: cover;
    }

    .header-images-wrapper {
        width: 100%;
    }
}

@media screen and (max-width: 700px) {
    h1 {
        font-size: 40px
    }

    .header-images-wrapper {
        width: 100%;
    }
}

@media screen and (max-width: 650px) {


    .header-components-wrapper {
        align-items: flex-start;
    }


    .header-images-wrapper {
        padding-top: 0;
    }
    .header-subtitle{
        font-size: 15px;
    }

}

@media screen and (max-width: 500px) {

    .header {
        background-position-y: 0px;
    }

    .header,
    .header-wrapper {
        padding-bottom: 0;
    }

    .header-text-wrapper {
        width: 100%;
    }
    .header-images-wrapper {
        display: none;
    }
}