@font-face {
    font-family: 'VC Cardinal' sans-serif;
    src: url('../font/VCCardinal-ExtraBold.woff2') format('woff2'),
        url('../font/VCCardinal-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'VC Cardinal';
    src: url('../font/VCCardinal-Bold.woff2') format('woff2'),
        url('../font/VCCardinal-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'VC Cardinal';
    src: url('../font/VCCardinal-Medium.woff2') format('woff2'),
        url('../font/VCCardinal-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'VC Cardinal';
    src: url('../font/VCCardinal-Light.woff2') format('woff2'),
        url('../font/VCCardinal-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'VC Cardinal';
    src: url('../font/VCCardinal-SemiBold.woff2') format('woff2'),
        url('../font/VCCardinal-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'VC Cardinal';
    src: url('../font/VCCardinal-Regular.woff2') format('woff2'),
        url('../font/VCCardinal-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'VC Cardinal';
    src: url('../font/VCCardinal-Thin.woff2') format('woff2'),
        url('../font/VCCardinal-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'VC Cardinal';
    src: url('../font/VCCardinal-ExtraLight.woff2') format('woff2'),
        url('../font/VCCardinal-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'VC Cardinal';
    text-wrap: pretty;

}

html {
    scroll-behavior: smooth;
}

ul,
li,
ol {
    list-style: none;
}

img {
    max-width: 100%;
}

button,
a {
    cursor: pointer;
}

.yellow-text {
    color: #FFDE17;
}

.yellow-bg {
    background: #FFDE17;
}

section {
    scroll-margin-top: 127px;
}

input:focus,
input:focus-visible,
input:focus-within,
button:focus,
button:focus-visible,
button:focus-within,
textarea:focus,
textarea:focus-visible,
textarea:focus-within {
    outline: unset;
    box-shadow: unset;
}

.container {
    margin: 0 auto;
    padding: 0 20px;
}

header.scrolled {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    background: #000;
    padding: 20px 0;
}

/*  STYLING START */
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #FFDE17 !important;
}

.swiper-pagination-bullet {
    background: #fff !important;
    opacity: 1 !important;
    width: 11px !important;
    height: auto !important;
    aspect-ratio: 1/1;
    margin: 0 9px !important;
}

.text-balance {
    text-wrap: balance;
}

.bannerBottomSlider .swiper-slide-active h4 {
    color: #FFDE17 !important;
}

.swiper-wrapper {
    transition-timing-function: linear !important;
}

/*  STYLING FINISHED */

.progress-segment {
    height: 100%;
    flex-grow: 1;
}

.progress-segment:not(:last-child) {
    margin-right: 2px;
}

.testimonials-progress-segment {
    height: 100%;
    flex-grow: 1;
}

.testimonials-progress-segment:not(:last-child) {
    margin-right: 2px;
}

.slick-track {
    display: flex !important;
    align-items: center;
}

.input-box.active label {
    font-size: 16px !important;
    top: -13px;
}


.outlined-text {
    font-size: 200px;
    font-weight: 600;
    color: transparent;
    -webkit-text-stroke: 1px #FFDE17;
    text-stroke: 1px #FFDE17;
 
}

