@font-face {
  font-family: 'CabinetGrotesk-Thin';
  src: url('/fonts/cabinet-grotesk/fonts/CabinetGrotesk-Thin.woff2') format('woff2'),
       url('/fonts/cabinet-grotesk/fonts/CabinetGrotesk-Thin.woff') format('woff'),
       url('/fonts/cabinet-grotesk/fonts/CabinetGrotesk-Thin.ttf') format('truetype');
  font-weight: 100;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'CabinetGrotesk-Extralight';
  src: url('/fonts/cabinet-grotesk/fonts/CabinetGrotesk-Extralight.woff2') format('woff2'),
       url('/fonts/cabinet-grotesk/fonts/CabinetGrotesk-Extralight.woff') format('woff'),
       url('/fonts/cabinet-grotesk/fonts/CabinetGrotesk-Extralight.ttf') format('truetype');
  font-weight: 200;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'CabinetGrotesk-Light';
  src: url('/fonts/cabinet-grotesk/fonts/CabinetGrotesk-Light.woff2') format('woff2'),
       url('/fonts/cabinet-grotesk/fonts/CabinetGrotesk-Light.woff') format('woff'),
       url('/fonts/cabinet-grotesk/fonts/CabinetGrotesk-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'CabinetGrotesk-Regular';
  src: url('/fonts/cabinet-grotesk/fonts/CabinetGrotesk-Regular.woff2') format('woff2'),
       url('/fonts/cabinet-grotesk/fonts/CabinetGrotesk-Regular.woff') format('woff'),
       url('/fonts/cabinet-grotesk/fonts/CabinetGrotesk-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'CabinetGrotesk-Medium';
  src: url('/fonts/cabinet-grotesk/fonts/CabinetGrotesk-Medium.woff2') format('woff2'),
       url('/fonts/cabinet-grotesk/fonts/CabinetGrotesk-Medium.woff') format('woff'),
       url('/fonts/cabinet-grotesk/fonts/CabinetGrotesk-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'CabinetGrotesk-Bold';
  src: url('/fonts/cabinet-grotesk/fonts/CabinetGrotesk-Bold.woff2') format('woff2'),
       url('/fonts/cabinet-grotesk/fonts/CabinetGrotesk-Bold.woff') format('woff'),
       url('/fonts/cabinet-grotesk/fonts/CabinetGrotesk-Bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'CabinetGrotesk-Extrabold';
  src: url('/fonts/cabinet-grotesk/fonts/CabinetGrotesk-Extrabold.woff2') format('woff2'),
       url('/fonts/cabinet-grotesk/fonts/CabinetGrotesk-Extrabold.woff') format('woff'),
       url('/fonts/cabinet-grotesk/fonts/CabinetGrotesk-Extrabold.ttf') format('truetype');
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'CabinetGrotesk-Black';
  src: url('/fonts/cabinet-grotesk/fonts/CabinetGrotesk-Black.woff2') format('woff2'),
       url('/fonts/cabinet-grotesk/fonts/CabinetGrotesk-Black.woff') format('woff'),
       url('/fonts/cabinet-grotesk/fonts/CabinetGrotesk-Black.ttf') format('truetype');
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 900.0;
*
* available axes:
'wght' (range from 100.0 to 900.0
*/
@font-face {
  font-family: 'CabinetGrotesk-Variable';
  src: url('/fonts/cabinet-grotesk/fonts/CabinetGrotesk-Variable.woff2') format('woff2'),
       url('/fonts/cabinet-grotesk/fonts/CabinetGrotesk-Variable.woff') format('woff'),
       url('/fonts/cabinet-grotesk/fonts/CabinetGrotesk-Variable.ttf') format('truetype');
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
}
.bigTitle {
    font-family: "CabinetGrotesk-extrabold", sans-serif;
    line-height: 0.9;
    font-size: 13vw;
}
@media (min-width: 425px) {
    .bigTitle {
        font-size: 10vw;
    }
}
@media (min-width: 1024px) {
    .bigTitle {
        font-size: 6vw;
    }
}
.bigTitle .orangeIcon {
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    background-color: #00a150;
    display: inline-block;
    margin-left: 5px;
}
@media (min-width: 768px) {
    .bigTitle .orangeIcon {
        width: 13px;
        height: 13px;
    }
}
@media (min-width: 1440px) {
    .bigTitle .orangeIcon {
        width: 16px;
        height: 16px;
    }
}

.arrow-button {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-family: "CabinetGrotesk-extrabold", sans-serif;
    color: #000;
    transition: padding 1s cubic-bezier(0.16, 1, 0.3, 1);
    width: fit-content;
    font-size: 12px;
}
.arrow-button svg {
    width: 33px;
    margin-left: 10px;
}
.arrow-button svg circle {
    transition: fill 0.75s ease;
    fill: transparent;
}
@media (min-width: 425px) {
    .arrow-button {
        font-size: 16px;
    }
    .arrow-button svg {
        width: 45px;
    }
}
@media (min-width: 1024px) {
    .arrow-button {
        font-size: 20px;
    }
    .arrow-button svg {
        width: 62px;
    }
    .arrow-button:hover {
        padding-left: 20px;
    }
    .arrow-button:hover svg circle {
        fill: #8c97d0;
    }
}
@media (min-width: 1440px) {
    .arrow-button {
        font-size: 15px;
    }
    .arrow-button svg {
        width: 60px;
    }
}
@media (min-width: 1920px) {
    .arrow-button {
        font-size: 18px;
    }
    .arrow-button svg {
        width: 70px;
    }
}

.home-showcase {
    padding: 0 var(--columnExt) 0;
    position: relative;

}
.home-showcase .home-showcaseSlider {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide {
    position: relative;
    /* height: 50vh; */
    overflow: hidden;
}
.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image {
    padding: 2vw 0 6vw 2vw;
    width: 100%;
    height: calc(100% - (5vw*2));
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: flex-end;
}
.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container {
    max-width: 100%;

}
.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .bigTitle {
    transform: translate(-140%, 0);
    transition: transform 1.15s cubic-bezier(0.58, 0, 0.28, 0.99) 0.4s;
    color: #fff;
    margin: 0 0 2.5rem;
    text-shadow: #21212121 0px 0px 5px;
}
.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .container-arrow-button {
    transform: translate(-160%, 0);
    transition: transform 0.6s cubic-bezier(0.58, 0, 0.28, 0.99) 1s;
    width: fit-content;
}
.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .container-arrow-button .arrow-button {
    color: #fff;
}
.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .container-arrow-button svg path {
    fill: #fff;
}
.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .container-arrow-button svg circle {
    stroke: #fff;
}
.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .container-arrow-button:hover svg circle {
    stroke: #8c97d0;
}
.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .filter {
    width: 100%;
    height: 100%;
    background-color: #10112b;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.5;
    transition: opacity 0.8s ease-in 0.5s;
}
.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide-active .swiper-image .text-container .bigTitle, .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide-active .swiper-image .text-container .container-arrow-button {
    transform: translate(0, 0);
}
.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide-active .swiper-image .filter {
    opacity: 0;
}
.home-showcase .home-showcaseSlider .swiper-pagination {
    position: relative;
    bottom: 0;
    left: 0;
    width: fit-content;
    padding: 3.5% 0;

    bottom: 20px;
    left: 10px;
}
.home-showcase .home-showcaseSlider .swiper-pagination-bullet {
    width: 4vw;
    border-radius: 50px;
    height: 2px;
    background-color: #8f9397;
    opacity: 1;
    transition: width 0.8s ease-in-out, 0.4s ease-in-out;
    margin: 0 4px !important;
}
.home-showcase .home-showcaseSlider .swiper-pagination-bullet-active {
    background-color: #00a150;
    width: 8vw;
}
.home-showcase .home-showcaseSlider .showcaseSlider-nav {
    display: flex;
    flex-direction: row;
    padding: 0 0 3.5% 5%;
    padding-right: 0;
    position: absolute;
    bottom: 20px;
    right: 0px;
}
.home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev, .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next {
    position: static;
    display: flex;
    align-items: flex-end;
    font-weight: 900;
    margin: 0 2vw;
    width: 20px;
    height: auto;
}
.home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev.swiper-button-disabled, .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next.swiper-button-disabled {
    opacity: 1;
}
.home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev.swiper-button-disabled:after, .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next.swiper-button-disabled:after {
    color: #8f9397;
}
.home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev::after, .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next::after {
    font-size: 4vw;
    color: #00a150;
}
.home-showcase .home-showcaseSlider #macaron {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    margin: 5%;
    width: 30%;
}
.home-showcase .home-showcaseSlider #macaron #text-circle {
    animation: rotate-360 12s linear 0s infinite reverse forwards;
    transform-origin: center;
}
.home-showcase .scrollSliderButton {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translate(-50%, 0%);
    color: #fff !important;
    text-decoration: none;
    font-size: 3.5vw;
    height: 21vw;
    font-family: "CabinetGrotesk-light", sans-serif;
}
.home-showcase .scrollSliderButton .line {
    height: 15vw;
    width: 1px;
    background: #8c97d0;
    margin-top: 5px;
    animation: scroll-anim-mobile 1.6s cubic-bezier(0.62, 0.01, 0.71, 0.47) 0s infinite normal forwards;
}
@media (min-width: 1024px) {

    .home-showcase .home-showcaseSlider {
        display: block;
    }
    .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide {
        /* height: clamp(45rem, 75vh, 5000px); */
    }
    .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image {
        align-items: center;
    }
    .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container {
        max-width: 75%;
        margin: 0;
    }
    .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .bigTitle {
        margin: 0 0 1.25rem;
    }
    .home-showcase .home-showcaseSlider .swiper-pagination {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 0 0 2.5% 5%;
    }
    .home-showcase .home-showcaseSlider .swiper-pagination-bullet {
        width: 1.5vw;
        height: 3px;
        margin: 0 8px !important;
    }
    .home-showcase .home-showcaseSlider .swiper-pagination-bullet-active {
        width: 3vw;
    }
    .home-showcase .home-showcaseSlider .showcaseSlider-nav {
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 1;
        padding: 0 5% 2.5% 5%;
    }
    .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev, .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next {
        margin: 0 0.6vw;
    }
    .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev::after, .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next::after {
        font-size: 1vw;
    }
    .home-showcase .home-showcaseSlider #macaron {
        width: fit-content;
        width: 8.4vw;
    }
    .home-showcase .scrollSliderButton {
        position: absolute;
        left: 50%;
        bottom: 0;
        z-index: 2;
        display: flex;
        flex-direction: column;
        align-items: center;
        transform: translate(-50%, 40%);
        color: #fff !important;
        text-decoration: none;
        font-size: 0.9vw;
        height: 4.8vw;
        font-family: "CabinetGrotesk-light", sans-serif;
    }
    .home-showcase .scrollSliderButton .line {
        height: 4.8vw;
        width: 2px;
        background: #8c97d0;
        margin-top: 5px;
        animation: scroll-anim 1.6s cubic-bezier(0.62, 0.01, 0.71, 0.47) 0s infinite normal forwards;
    }
} 