@font-face {
    font-family: 'IndustriaSolida';
    src: url('fonts/INDUSTRIASOLIDA.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    color: #333;
    background-color: #F5F5F5;
    /* Light background color */
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 400;
    min-height: 100vh;
}

.container {
    max-width: 1280px;
    width: 100%;
    padding: 0px 20px;
}


/* Hero Section */

.section1 {
    --container-max: 1280px;
    --container-padding: 20px;
    --left-col-width: 40%;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #FFF;
    position: relative;
}

.section1 .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    --container-max: 1280px;
    --container-padding: 0px;
    --left-col-width: 40%;
}


.section1-left-container {
    width: 40%;
    display: flex;
    align-items: center;
    background-image: url(img/Header-Left.png);
    background-size: cover;
    background-position: right;
    z-index: 4;
    background-repeat: no-repeat;
}

.section1-left-container h1 {
    height: 0 !important;
    width: 0 !important;
    opacity: 0 !important;
    position: absolute;
    z-index: -3;
}

.header-left {
    width: calc(100% - 250px);
    z-index: 2;
}

.section1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
    width: calc(((100vw - min(100vw, var(--container-max))) / 2) + var(--container-padding) + ((min(100vw, var(--container-max)) - (var(--container-padding) * 2)) * 0.4) - 10px);
    background: #0C1827;
}

.section1-right-container-top {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: flex-end;
    width: 100%;
    flex-wrap: wrap;
}

.section1-right-container-top-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #CFD1D4;
    padding-bottom: 20px;

}

/* .section1-right-container-top2 {
    padding-right: 20px;
    border-right: 1px solid #CFD1D4;
} */

.section1-right-container-top1,
.section1-right-container-top2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 49%;
    justify-content: center;
}

.section1-right-container-top3 {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: space-around;
    border-bottom: 1px solid #CFD1D4;
    padding-bottom: 20px;
}

.section1-right-container-top1 img,
.section1-right-container-top2 img {
    height: 75px;
    width: auto;
    margin-right: 15px;
}

.section1-right-container-top h3 {
    font-family: "bd-supper", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #000;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    text-transform: uppercase;
}

.section1-right-container-top p {
    font-family: "bd-supper", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #C69F45;
    text-transform: uppercase;
    margin-top: 3px;
    text-align: left;
}




.section1-right-container {
    width: 60%;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 60px 0px;
}

.section1-right-container-bottom {
    width: 100%;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}


.section1-right-container-bottom h2 {
    font-family: 'IndustriaSolida', sans-serif;
    font-size: 64px;
    font-weight: 400;
    line-height: 76px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
}

.section1-right-container-bottom p {
    font-family: "bd-supper", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #C69F45;
    text-transform: uppercase;
    text-align: center;
}




.section2 {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 80px 0px;
    background-color: #0C1827;
}

.section2 .container {
    display: flex;
    flex-wrap: wrap;

    justify-content: space-between;
}

.section2-left-container {
    max-width: 580px;
    width: 100%;
}

.section2-right-container {
    width: calc(100% - 660px);
}

.section2-right-container iframe {
    margin-bottom: -30px;
}

.section2-right-container h3 {
    font-family: 'IndustriaSolida', sans-serif;
    font-size: 64px;
    font-weight: 400;
    line-height: 76px;
    color: #C69F45;
    margin: 0px;
    padding-left: 20px;
    margin-bottom: -20px;
}

.section2-right-container {
    padding: 30px 10px 0px 10px;
    background: #FFF;
    border-radius: 10px;
}

.section2-left-container h2 {
    font-family: 'IndustriaSolida', sans-serif;
    font-size: 64px;
    font-weight: 400;
    line-height: 76px;
    color: #C69F45;
    margin: 0px;
}

.section2-left-container p {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #FFF;
    margin: 20px 0px 40px 0px;

}

.section2-left-container p span {
    color: #C69F45;
    font-weight: 700;
}


.section2-left-container h3 {
    font-family: "Inter", sans-serif;
    font-size: 24px;
    line-height: 36px;
    color: #C69F45;
    max-width: 400px;
    width: 100%;

}

.section2-left-container h3 a {
    color: #C69F45;

}



.section3 {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 80px 0px;
    background-color: #FFF;
}

.section3 .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.section3 h2 {
    font-family: 'IndustriaSolida', sans-serif;
    font-size: 64px;
    font-weight: 400;
    line-height: 76px;
    color: #C69F45;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;

}

.gallery-img {
    width: calc(50% - 10px);
    aspect-ratio: 630 / 417;
    object-fit: cover;
    border-radius: 10px;

}

.section3-sub-container {
    width: 100%;
    margin-top: 80px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.section3-left-container,
.section3-right-container {
    width: 50%;
}

.section3-left-container {
    padding-right: 60px;
}

.section3-right-container {
    padding-left: 60px;
}

.section3-left-container {
    border-right: 1px solid #C69F45;
}

.section3-left-container h3,
.section3-right-container h3 {
    font-family: 'IndustriaSolida', sans-serif;
    font-size: 64px;
    font-weight: 400;
    line-height: 76px;
    color: #C69F45;
    text-align: center;
    margin-bottom: 40px;
}

.section3-right-container h3 {
    margin-bottom: 0px;
}

.logo-gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.logo-gal {
    width: calc(100% / 3);
}


.logo-gallery2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: calc(100% - 76px);
    align-items: center;
}



.section4 {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 40px 0px;
    background: linear-gradient(90deg, rgba(23, 40, 23, 1) 0%, rgba(42, 80, 43, 1) 100%);
}

.section4 .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}

.section4-left-container {
    display: flex;
    align-items: center;
    gap: 30px;
    max-width: 720px;
    width: 100%;
}


.section4-left-container img {
    max-width: 190px;
    width: 100%;
}

.section4-left-container h3 {
    font-family: "bd-supper", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #FFF;
    font-size: 28px;
    line-height: 42px;
    text-transform: uppercase;
}

.section4-left-container p {
    font-family: "Inter", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    color: #FFF;
    margin-top: 10px;
}

.subscribe-button {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: #695106;
    padding: 12px 50px;
    background-color: #FCE73D;
    text-decoration: none;
    border-radius: 5px;
    display: block;
}



/* Footer */
.footer {
    background-color: #202541;
    padding: 40px 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: auto;
}

.footer .container {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 1240px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-top-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #565D67;
}

.footer-top-container h4 {
    font-family: "Inter", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    color: #FFF;
}

.footer-left-container {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-left-container p {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #FFF;
}

.footer-logo1 {
    width: 154px;
    height: auto;
}


.footer-logo2 {
    width: 80px;
    height: auto;
}


.social-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
}

.social-icons img {
    height: 40px;
    width: auto;
}

.social-icons a {
    transition: .3s;
}

.social-icons a:hover {
    transform: scale(1.1);
}


.footer-right-container {
    display: flex;
    max-width: 370px;
    width: 100%;
    gap: 30px;
    justify-content: space-between;
}

.footer-right-container ul {
    list-style: none;
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.footer-right-container ul li a {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #FFF;
    text-decoration: none;
    transition: .3s;
}

.footer-right-container ul li a:hover {
    color: #bebebe;

}


@media screen and (max-width:1024px) {

    .section1-right-container-top {
        flex-wrap: wrap;
    }

    .section1-right-container-top1,
    .section1-right-container-top2 {
        flex-direction: column;
    }

    .section1-right-container-top-wrapper {
        gap: 20px;
        padding-bottom: 0px;
        border-bottom: none;
    }

    .section1-right-container-top3 {
        width: 100%;
        border-top: 1px solid #CFD1D4;
        padding-top: 20px;

    }

    .section1-right-container-top3 div {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .section1-right-container-top1 img,
    .section1-right-container-top2 img {
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .section1-right-container-top h3,
    .section1-right-container-top p {
        text-align: center;
    }

    .section1-right-container-bottom {
        flex-direction: column;
    }

    .section1-right-container-top2 {
        padding-right: 0px;
        border-right: none;
    }

    .section1-right-container-top1,
    .section1-right-container-top2 {
        width: 100%;
        justify-content: flex-start;
    }

    .section1-right-container {
        width: 40%;
    }

    .section1-left-container {
        width: 60%;
    }

    .header-left {
        width: calc(100% - 300px);
        z-index: 2;
    }

    .section2-left-container {
        max-width: 470px;
        width: 100%;
    }

    .section2-right-container {
        width: calc(100% - 500px);
    }

    .section4-left-container {
        align-items: flex-start;
        flex-direction: column;
    }


}

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

    .gallery-img {
        width: 100%;
    }


    .footer .container {
        flex-direction: column;
        gap: 14px;
    }

    .social-icons {
        flex-wrap: wrap;
        gap: 10px 20px
    }

    .aide-contact {
        width: 100%;
        text-align: center;

    }

    .section2-left-container p span br {
        display: none;
    }

    .section1::before {
        display: none;
    }

    .section1-left-container {
        width: calc(100% + 40px) !important;
        max-width: calc(100% + 40px) !important;
        margin-right: -20px;
        margin-left: -20px;
        background-color: #0C1827;
        background-image: none;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
    }

    .header-left {
        width: 100%;
        max-width: 150px;
    }

    .section2-right-container {
        width: 100%;
        margin-top: 30px;
    }

    .section2-left-container p {
        margin: 20px 0px 20px 0px;
    }

    .section3,
    .section2 {
        padding: 40px 0px;
    }

    .section3-left-container,
    .section3-right-container {
        width: 100%;
    }

    .section3-left-container {
        padding-right: 0px;
        padding-bottom: 30px;
        border-right: none;
        border-bottom: 1px solid #C69F45;
    }

    .section3-right-container {
        padding-left: 0px;
        padding-top: 30px;
    }

    .section3-sub-container {
        margin-top: 30px;
    }

    .section1-left-container,
    .section1-right-container,
    .section2-offre-container {
        width: 100%;
    }

    .section1-right-container {
        justify-content: center;
        display: flex;
        padding: 20px 0px;
    }

    .logo-gallery2 {
        height: auto;
        margin-top: 40px;
    }

    .section3-left-container h3,
    .section3-right-container h3,
    .section3 h2,
    .section1-right-container-bottom h2,
    .section2-left-container h2,
    .section2-right-container h3 {
        font-size: 52px;
        line-height: 60px;
    }

    .section3 h2 {
        margin-bottom: 10px;
    }


    .footer-top-container {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .footer-left-container {
        margin-bottom: 20px;
    }

    .footer-logo1 {
        max-width: 100px;
    }

    .footer-logo2 {
        max-width: 50px;
    }

    .section4-left-container {
        gap: 20px;
    }

    .section1-right-container-bottom p {
        font-size: 16px;
        line-height: 22px;
    }



}