@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");

* {
    margin: 0px;
    box-sizing: border-box;
    padding: 0px;
}
body {
    font-family: "Oswald", sans-serif;
}
/* .header {
    min-height: 15vw;
    max-height: 15vw;
    background-color: #003399;
    width: 33vw;
    clip-path: polygon(0 0, 100% 0, calc(100% - 5vw) 100%, 0% 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
} */
/* .header svg {
    width: 40%;
}
.header-span {
    padding: 0px;
    color: #ffe900;
} */

.main-picture {
    background: #ffcc00;
    padding: 0px;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 47.03% 0 0 0;
}

.mySlidesMain {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.main-picture-text-inside {
    position: absolute;
    text-align: right;
    font: normal normal 600 5rem/5rem Oswald;
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: uppercase;
    top: 40%;
    padding: 0px 20%;
}

.main-button__container {
    position: relative;
    display: flex;
    gap: 10vw;
}

.main-button__container-text {
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
}
.main-button__container-text h1 {
    margin-bottom: 0px;
}

.main-button__container-video {
    width: 25%;
    background: #e8eff7;
    height: 12vw;
    margin: auto 0;
    cursor: pointer;
}

.homepage-video-link {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 50%;
    width: auto;
    display: flex;
    margin-left: 9%;
}

.hover-effect:hover ~ .hover-effect-text {
    transform: translateY(-300px);
}

.homepage-image-container {
    margin-top: 5%;
    margin-bottom: 2%;
    display: flex;
    justify-content: center;
    gap: 4%;
}

.homepage-image h1 {
    margin-top: 1%;
    text-transform: uppercase;
    text-align: center;
    color: #00317e;
    font: normal normal 500 1.56rem/1.4rem Oswald;
    letter-spacing: 0px;
}

.main-button__button {
    padding: 8% 20%;
    background: #003399;
    color: white;
    text-transform: uppercase;
    text-align: left;
    bottom: -70px;
    font: normal normal bold 5rem/5rem Oswald;
    min-height: 15vw;
    display: flex;
    align-items: center;
}

.main-picture img {
    display: block;
    width: 100%;
    background-size: 100%;
    clip-path: polygon(20% 0%, 95% 0%, 95% 100%, 2% 100%);
}

.main-vission-text {
    margin-top: 4%;
    padding: 0px 7%;
}

.main-vission-text p {
    font: normal normal bold 2.12rem/2.5rem Oswald;
    color: black;
    text-align: center;
    text-transform: uppercase;
}

.main-homepage-blue-boxes-container {
    margin-top: 5%;
    padding: 0px 10%;
    display: flex;
    justify-content: center;
    gap: 5%;
    margin-bottom: 10%;
}

.main-homepage-blue-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20vw;
    height: 100%;
    background: #003399;
    padding: 10% 25%;
}

.main-homepage-text-under {
    margin-top: 3%;
    text-align: center;
    font: normal normal normal 1.56rem/1.75rem Oswald;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
}

.homepage-image-container {
    padding: 0px 5%;
}

.homepage-image img {
    display: block;
    width: 100%;
    height: 100%;
}

.test-image-div {
    position: relative;
}

.test-image-text {
    color: white;
    margin-top: 1%;
    text-transform: uppercase;
    text-align: center;
    font: normal normal 500 3rem/3rem Oswald;
    letter-spacing: 0px;
}

.test-pseudo {
    position: absolute;
    background: rgba(0, 49, 126, 0.6);
    cursor: pointer;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
    transition: all 0.3s;
    opacity: 0;
}

.image-to-hover:hover ~ .test-pseudo {
    z-index: 1;
}

.test-pseudo:hover {
    z-index: 1;
    opacity: 1;
}

.for-transitioning-text {
    opacity: 1;
    transition: all 0.7s;
}

.homepage-image:hover > .for-transitioning-text {
    opacity: 0;
    transform: translateY(-40vh);
}

.homepage-blue-boxes-button-container {
    margin: 0px auto;
    background: #00317e;
    width: fit-content;
    padding: 0.5% 5%;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    cursor: pointer;
    border: 1px solid #00317e;
    transition: all 0.2s;

    position: relative;
}

.homepage-blue-boxes-button {
    text-align: center;
    font: normal normal normal 1.56rem/1.56rem Oswald;
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: uppercase;
}

.homepage-blue-boxes-button-container:hover {
    background: white;
    border: 1px solid #00317e;
}

.homepage-blue-boxes-button-container:hover > .homepage-blue-boxes-button {
    color: #00317e;
}

.homepage-blue-boxes-button-container:active {
    transform: translateY(-2px);
}

.main-homepage-blue-box-text-inside {
    text-align: center;
    font: normal normal 500 3.125rem/3.75rem Oswald;
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: uppercase;
}

.main-vission-image {
    margin-top: 3%;
}

.main-vission-image__background {
    clip-path: polygon(0 10vw, 100% 0, 100% calc(100% - 10vw), 0% 100%);
    width: 100%;
}

.main-vission-image {
    position: relative;
    margin-bottom: 10%;
    /* padding: 0px 10%; */
}

.main-vission-image::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 25%;
    display: block;
    content: "";
    width: 10%;
    height: 1rem;
    background: white;
    z-index: 100;
}

.main-vission-image-header {
    position: absolute;
    font: normal normal bold 5rem/5rem Oswald;
    text-align: center;
    /* padding: 30% 8%; */
    text-transform: uppercase;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    padding: 0px 5%;
}

.main-vission-button-container {
    /* display: inline-block; */
    background: #ffcc00;
    width: fit-content;
    padding: 1% 5%;
    bottom: 22%;
    position: absolute;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    margin: 0px auto;
    cursor: pointer;
}

.main-vission-button {
    color: #00317e;
    font: normal normal bold 1.5rem Oswald;
    text-transform: uppercase;
}

.main-vission-button a {
    text-decoration: none;
    color: #00317e;
}

.main-principles-items-item {
    width: 80%;
    background: #101178;
    padding: 5% 0%;
    transform: skew(-20deg);
    box-shadow: 10px -10px #ffe900;
}

.items-item-center {
    justify-self: center;
}

.supporters {
    text-align: center;
    height: 500px;
    margin-bottom: 20%;
}

.supporters-header {
    display: inline-block;
    margin-top: 10%;
    color: #00317e;
    text-align: center;
    text-transform: uppercase;
    font-size: 4rem;
    font: Oswald;
    transform: rotateZ(-5deg);
}

.supporters-container {
    background: #e8eff7;
    height: 100%;
    clip-path: polygon(0 10vw, 100% 0, 100% calc(100% - 10vw), 0 100%);
}

hr {
    background: rgba(112, 112, 112, 0.25);
    background-size: 100% 100%;
    border: 1px solid rgba(112, 112, 112, 0.25);
    width: 100%;
    margin: 0px;
}

.homepage-statistics {
    margin-top: 5%;
}

.homepage-statistics-item {
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 25%;
}

sup {
    font-size: 0.8rem;
}

.statistic-item-one {
    background: rgba(255, 204, 0, 1);
    clip-path: polygon(0 0, 95% 0, 85% 100%, 0% 100%);
}

.statistic-item-two {
    clip-path: polygon(18% 0, 100% 0, 100% 100%, 8% 100%);
    position: relative;
}

.statistic-item-two::before {
    content: "";
    position: absolute;
    transform: skew(-20deg);
    height: 100%;
    border-left: 5px solid #101178;
    top: 0;
    left: 20%;
}

.statistic-item-three {
    background: rgba(0, 51, 153, 1);
    clip-path: polygon(0 0, 95% 0, 85% 100%, 0% 100%);
}

.homepage-statistics-item-number {
    width: fit-content;
    font: normal normal bold 15rem/15rem Oswald;
    letter-spacing: 7rem;
    color: rgba(0, 51, 153, 1);
}

.homepage-statistics-item-text {
    width: fit-content;
    font: normal normal 700 3.4rem Oswald;
    text-transform: uppercase;
    color: rgba(0, 49, 126, 1);
}

.item-white {
    color: white;
}

.homepage-whatson-container {
    padding: 0px 8%;
    position: relative;
}

.homepage-whatson-container::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 204, 0, 1);
    top: 0;
    left: 0;
    z-index: -10;
    clip-path: polygon(20% 0, 0 0, 0 100%, 2% 100%);
}

.homepage-whatson-article-header-main::after {
    content: "";
    width: 7%;
    height: 3px;
    background: rgba(255, 233, 0, 1);
    position: absolute;
    bottom: -20%;
    left: 0;
}

.homepage-whatson-articles {
    display: flex;
    gap: 3%;
}

.homepage-whatson-article {
    display: flex;
    flex-direction: column;
}

.homepage-whatson-article-header-main {
    text-align: left;
    font: normal normal bold 3.4rem/5.625rem Oswald;
    letter-spacing: 1.08px;
    color: rgba(32, 32, 32, 1);
    opacity: 1;
    margin-bottom: 3%;
    position: relative;
}

.homepage-whatson-article-header {
    text-align: left;
    font: normal normal bold 1.5rem/2.25rem Oswald;
    letter-spacing: 0.48px;
    color: rgba(32, 32, 32, 1);
    margin-top: auto;
    margin-bottom: 10%;
}

.homepage-whatson-article-text {
    text-align: left;
    font: normal normal bold 1.25rem/1.75rem Oswald;
    letter-spacing: 0px;
    color: rgba(32, 32, 32, 1);
    margin-top: auto;
}

.homepage-whatson-article-date {
    text-align: left;
    font: normal normal bold 1.5rem/2.25rem Oswald;
    letter-spacing: 0.48px;
    color: rgba(32, 32, 32, 1);
    margin-top: auto;
    padding: 5% 0px;
}

.homepage-whatson-container-main-header {
    padding-top: 5%;
    text-align: center;
    font: normal normal bold 5rem/4.4rem Oswald;
    letter-spacing: 0px;
    color: rgba(0, 51, 153, 1);
    text-transform: uppercase;
}

.homepage-whatson-article-button-container {
    background: rgba(255, 204, 0, 1);
    padding: 5% 10%;
    width: 50%;
    margin-top: 10%;
    cursor: pointer;
    margin-bottom: 30%;
}

.homepage-whatson-article-button-container:hover {
    background: rgba(0, 51, 153, 1);
}

.homepage-whatson-article-button-container:hover
    > .homepage-whatson-article-button-text {
    color: white;
}

.homepage-whatson-article-button-text {
    text-transform: uppercase;
    font: normal normal bold 1.25rem/1.9rem Oswald;
    letter-spacing: 0.8px;
    text-align: center;
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

.homepage-slider-dots {
    margin-top: auto;
}

/* Hide the images by default */
.mySlides {
    display: none;
    padding: 0px 10%;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: 2% 0.5%;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover {
    background-color: #003399;
}

/* Fading animation */
.fadeing {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: 0.4;
    }
    to {
        opacity: 1;
    }
}

@keyframes fade {
    from {
        opacity: 0.4;
    }
    to {
        opacity: 1;
    }
}

.homepage-slider-text {
    color: #186aa5;
    font: normal normal 400 2.5rem Oswald;
}

.homepage-slider-text-name {
    margin-top: 10%;
    color: #186aa5;
    font: normal normal 500 2.4rem Oswald;
}

.homepage-slider-text-occupation {
    font: normal normal 400 1.6rem Oswald;
    color: #73a1c2;
    text-transform: uppercase;
}

.homepage-slider-quotes {
    background: url("../assets/svg/ios-quote.svg");
    background-size: 100% 100%;
    width: 60px;
    height: 60px;
    margin-bottom: 3%;
}

.media-row {
    display: none;
}

.homepage-blue-boxes-button::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00317e;
    top: 0;
    left: 0;
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 90% 100%);
}

@media (max-width: 1650px) {
    .homepage-statistics-item-number {
        font: normal normal bold 10rem/10rem Oswald;
        letter-spacing: 5rem;
    }

    .main-vission-image-header {
        font: normal normal bold 3rem/3rem Oswald;
    }
}

@media (max-width: 1450px) {
    .main-picture-text-inside {
        font: normal normal 600 3rem/3rem Oswald;
    }

    .main-button__button {
        font: normal normal bold 3rem/3rem Oswald;
    }

    .main-homepage-blue-box-text-inside {
        font: normal normal 500 2.125rem/2.75rem Oswald;
    }
}

@media (max-width: 1300px) {
    .homepage-statistics-item-number {
        font: normal normal bold 5rem/5rem Oswald;
        letter-spacing: 2rem;
    }

    .main-vission-image-header {
        font: normal normal bold 3rem/3rem Oswald;
    }

    .homepage-statistics-item-text {
        font: normal normal 700 2rem Oswald;
    }

    .homepage-blue-boxes-button-container {
        margin-top: 15vw;
    }
}

@media (max-width: 1100px) {
    .main-vission-image-header {
        font: normal normal bold 2rem/2rem Oswald;
    }
}

@media (max-width: 950px) {
    .supporters {
        height: 30vw;
    }

    .homepage-whatson-article-button-container {
        margin-bottom: 0px;
    }

    .media-row {
        display: block;
    }

    .main-homepage-blue-boxes-container {
        flex-direction: column;
    }

    .main-homepage-blue-box {
        margin: 5% auto;
    }

    .homepage-whatson-articles {
        flex-direction: column;
    }

    .homepage-whatson-article {
        width: 70%;
        margin: 5% auto;
    }

    .main-picture-text-inside {
        font: normal normal 600 2rem/2rem Oswald;
    }

    .main-button__button {
        font: normal normal bold 2rem/2rem Oswald;
    }

    .homepage-whatson-container::before {
        clip-path: polygon(20% 0, 5% 15%, 0 15%, 0 0);
    }

    .homepage-whatson-article-header-main {
        margin-top: 5%;
        margin-left: 15%;
    }

    .homepage-whatson-article-header-main::after {
        width: 35%;
    }
}

@media (max-width: 800px) {
    html {
        font-size: 70%;
    }
}

@media (max-width: 600px) {
    html {
        font-size: 50%;
    }

    .homepage-image-container {
        flex-direction: column;
    }

    .homepage-image {
        margin: 5% auto;
        width: 60%;
    }

    .supporters-header {
        font-size: 2.5rem;
    }
}

@media (max-width: 400px) {
    .main-vission-image-header {
        font-size: 1.3rem;
    }

    .homepage-statistics-item-text {
        font: normal normal 700 1.4rem Oswald;
    }
}
