@font-face {
    font-family: "Hydrogen Whiskey";
    src: url('../fonts/hydrogen-whiskey.otf');
}

@font-face {
    font-family: "Advent Pro";
    src: url('../fonts/advent-pro.ttf');
}

@font-face {
    font-family: "Integra Chic";
    src: url('../fonts/integra-chic.otf');
}

@font-face {
    font-family: "Helvetica";
    src: url('../fonts/helvetica.ttf');
}

:root{
    --green: #C6F334;
}

.text-ai-assistant{
    display: flex;
    column-gap: 11px;
}

.slogan-side{
    width: 100%;
    justify-content: start;
}

.slogan .line:first-child{
    transform: translateX(0);
}

.slogan .line{
    font-size: calc(2.7rem + 45 * ((100vw - 320px) / 680))!important;
}

.slogan-bottom{
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.overview{
    align-self: start;
    margin-top: 5vh;
}

.overview .button{
    width: fit-content;
    column-gap: 20px;
    align-self: start;
}

.overview .button img{
    width: 36px;
}

.brief{
    padding-top: 0 !important;
}

/*                       
  SECTION COMPANY RANGE 
*/

.section-company-range{
    display: flex;
}

.section-company-range .image-side .img{
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-x: center;
    background-position-y: 0;
    border-radius: 10px;
    height: 80vh;
    max-height: 100vw;
    position: relative;
    overflow: hidden;
}

.section-company-range .image-side .img:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--green);
    opacity: .3;
}

.section-company-range .article-side{
    padding: 2.5vw;
}

.section-company-range .article-side .scroll-div-big p{
    font-size: calc(2rem + 3 * ((100vw - 320px) / 680))!important;
}
/*                       
  SECTION LEADERSHIP 
*/

.section-leadership .wrapper{
    align-items: center;
    flex-direction: column;
}

.section-leadership .wrapper .side{
    box-sizing: border-box;
    padding: 2.5vw;
}

/*
  SECTION LEADER SWIPER
*/

.section-leader-swiper .column{
    transform: translateX(-15%);
}

.leader-card{
    flex-direction: column;
    aspect-ratio: 1 / 1;
    align-items: space-between;
    padding: 20px;
    width: 25vw !important;
}

.leader-card .img{
    width: 100%;
    height: 100%;
}

.leader-card .info{
    height: 10%;
}

.leader-card .info #title{
    font-size: 0.8rem;
}

/*
  SECTION LEADERSHIP SEQUEL
*/

.section-leadership-sequel{
    display: flex;
}

.section-leadership-sequel .text-effect{
    text-align: end;
    min-width: fit-content;
}

.section-leadership-sequel .info-side{
    padding: 2vw 5vw 0 5vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
}

.section-leadership-sequel .info-side .scroll-container p{
    line-height: unset !important;
}

/*
  SECTION CALENDAR SCROLLER
*/
.calendar-scroller{
    position: relative;
    width: 100%;
    height: 50vh;
    margin-bottom: 50vh;
}

.calendar-scroller > span,
.calendar-scroller .year{
    
    font-size: calc(14em + 40 * ((100vw - 320px) / 680))!important;
    font-family: "Hydrogen Whiskey"
}

.calendar-scroller > span:first-of-type{
    left: 50%;
    top: 50%;
    transform: translate(-100%, -50%);
}

.calendar-scroller .start{
    left: 50%;
    top: -50%;
}

.calendar-scroller .end{
    position: relative;
}

.calendar-scroller .end .end-text{
    font-size: 80px;
    font-family: "Hydrogen Whiskey";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 100%);
    display: block;
    height: 80px;
    width: 200%;
    opacity: 0;
    text-align: center;
}

.calendar-scroller-cards{
    transform: translateY(50vh);
    display: flex;
    align-items: start;
    column-gap: 100px;
}

.calendar-scroller-cards


.section-partners .side:not(.partner-side){
    width: 45%;
}

.section-partners .partner-side{
    width: 55%;
}

.section-partners .side:not(.partner-side) > p{
    padding: 5vh 30% 0 0;
    display: block;
    font-size: 1.25rem;
}

@media only screen and (max-width: 1440px){
    .fixed-img{
        background-size: 100vmax !important;
    }
}

@media only screen and (max-width: 968px){
    .slogan-bottom{
        flex-direction: column-reverse;
    }
    .slogan-sequel {
        display: flex;
        justify-content: end;
        flex-direction: column;
        align-items: end;
        width: fit-content;
        align-self: center;
    }
    .overview{
        align-self: center;
    }
    
    .slogan .at-end{
        transform: translateX(100%) translateY(-45%);
    }
}

@media only screen and (max-width: 768px){
    .section-company-range{
        flex-direction: column;
    }

    .section-company-range > .side {
        width: 100%;
    }

    .section-leadership .wrapper .flex{
        flex-direction: column;
    }

    .section-leadership .wrapper .flex > .side{
        width: 100%;
    }

    .section-leadership-sequel{
        flex-direction: column;
    }

    .section-leadership-sequel .text-effect{
        align-self: center;
        font-size: calc(35px + 60 * ((100vw - 320px) / 680))!important;
    }
}

@media only screen and (max-width: 550px){
    .calendar-scroller .end .end-text{
        font-size: 50px;
        width: 150%;
    }
}