/* Slider Fonts */
@font-face {
    font-family: "Morganite-Bold";
    src: url("../slider/fonts/Morganite-ExtraBold.woff2") format("woff2"), url("../slider/fonts/Morganite-ExtraBold.woff") format("woff"), url("../slider/fonts/Morganite-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "Morganite-SemiBold";
    src: url("../slider/fonts/Morganite-SemiBold.woff2") format("woff2"), url("../slider/fonts/Morganite-SemiBold.woff") format("woff"), url("../slider/fonts/Morganite-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "ClashDisplay-Light";
    src: url("../slider/fonts/ClashDisplay-Light.woff2") format("woff2"), url("../slider/fonts/ClashDisplay-Light.woff") format("woff"), url("../slider/fonts/ClashDisplay-Light.ttf") format("truetype");
    font-weight: 300;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "ClashDisplay-Regular";
    src: url("../slider/fonts/ClashDisplay-Regular.woff2") format("woff2"), url("../slider/fonts/ClashDisplay-Regular.woff") format("woff"), url("../slider/fonts/ClashDisplay-Regular.ttf") format("truetype");
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "ClashDisplay-Medium";
    src: url("../slider/fonts/ClashDisplay-Medium.woff2") format("woff2"), url("../slider/fonts/ClashDisplay-Medium.woff") format("woff"), url("../slider/fonts/ClashDisplay-Medium.ttf") format("truetype");
    font-weight: 500;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "ClashDisplay-Semibold";
    src: url("../slider/fonts/ClashDisplay-Semibold.woff2") format("woff2"), url("../slider/fonts/ClashDisplay-Semibold.woff") format("woff"), url("../slider/fonts/ClashDisplay-Semibold.ttf") format("truetype");
    font-weight: 600;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "ClashDisplay-Bold";
    src: url("../slider/fonts/ClashDisplay-Bold.woff2") format("woff2"), url("../slider/fonts/ClashDisplay-Bold.woff") format("woff"), url("../slider/fonts/ClashDisplay-Bold.ttf") format("truetype");
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}

/* Slider Variables */
:root {
    --tp-ff-body: 'Kanit', sans-serif;
    --tp-ff-heading: 'Space Grotesk', sans-serif;
    --tp-ff-p: 'Kanit', sans-serif;
    --tp-ff-teko: 'Teko', sans-serif;
    --tp-ff-funnel: 'Funnel Display', sans-serif;
    --tp-ff-sora: 'Sora', sans-serif;
    --tp-ff-dm: 'DM Sans', sans-serif;
    --tp-ff-inter: 'Inter', sans-serif;
    --tp-ff-poppins: 'Poppins', sans-serif;
    --tp-ff-playfair: 'Playfair Display', serif;
    --tp-ff-jakarta: 'Plus Jakarta Sans', sans-serif;
    --tp-ff-familjen: 'Familjen Grotesk', sans-serif;
    --tp-ff-morganite-bold: 'Morganite-Bold', sans-serif;
    --tp-ff-morganite-semibold: 'Morganite-SemiBold', sans-serif;
    --tp-ff-clash-light: 'ClashDisplay-Light', serif;
    --tp-ff-clash-regular: 'ClashDisplay-Regular', serif;
    --tp-ff-clash-medium: 'ClashDisplay-Medium', serif;
    --tp-ff-clash-semibold: 'ClashDisplay-Semibold', serif;
    --tp-ff-clash-bold: 'ClashDisplay-Bold', serif;
    --tp-ff-phudu: 'Phudu', serif;
    --tp-ff-fontawesome: "Font Awesome 6 Pro";
    --tp-common-white: #fff;
    --tp-common-white-2: #f0f0f0;
    --tp-common-black: #030303;
    --tp-common-black-1: #10302a;
    --tp-common-black-2: #0d0d0d;
    --tp-common-black-3: #000;
    --tp-common-black-4: #405955;
    --tp-common-black-5: #111112;
    --tp-common-black-6: #333333;
    --tp-common-black-7: #121314;
    --tp-common-yellow: #fff112;
    --tp-common-yellow-2: #FFD500;
    --tp-common-green: #00dd80;
    --tp-common-green-2: #b4e717;
    --tp-common-green-3: #d5ffdd;
    --tp-common-blue: #5956e9;
    --tp-common-blue-2: #7463ff;
    --tp-common-nights: #7D5DFF;
    --tp-common-meteor: #E62415;
    --tp-common-angry: #f14f44;
    --tp-common-sugar: #FFFBF5;
    --tp-common-cream: #b7ab98;
    --tp-common-pink: #eb5939;
    --tp-common-red: #ff481f;
    --tp-grey-1: #525252;
    --tp-grey-2: #999;
    --tp-grey-3: #f8f8f8;
    --tp-grey-4: #aaa;
    --tp-grey-5: #f3f1f2;
    --tp-grey-6: #AFB7B6;
    --tp-grey-7: #5c5c5c;
    --tp-grey-8: #101010;
    --tp-theme-primary: #c4ee18;
    --tp-theme-secondary: #ff6d00;
    --tp-theme-1: #0752c5;
    --tp-border-1: #eee;
    --tp-border-2: rgba(51, 51, 51, 0.8);
    --tp-border-3: rgba(255, 255, 255, 0.1);
}

/* Slider Styles */
.fix {
    overflow: hidden;
}

.coverflow-slider-main {
    position: relative;
    background: linear-gradient(180deg, #001055 0%, #000833 100%);
}

.coverflow-slider-wrap {
    display: flex;
    align-items: center;
    /* height: 100vh; */
}

.coverflow-slider-active {
    padding: 100px 0;
}

.coverflow-slider-item {
    height: 500px;
    overflow: hidden;
}

.coverflow-slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.coverflow-slider-text-wrap {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.coverflow-slider-text-active {
    height: 100px;
    width: 100%;
}

.coverflow-slider-title-sm {
    font-size: 100px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 2px;
    color: #fff;
    font-family: var(--tp-ff-teko);
}

.coverflow-slider-title-sm a {
    color: #fff;
    text-decoration: none;
}

.tp-portfolio-mix-slider-navigation {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 20;
}

.tp-portfolio-mix-slider-navigation .slider-nav {
    display: flex;
    height: 80px;
    justify-content: space-between;
    width: 100%;
    padding: 0 50px;
    align-items: center;
}

.nav-icon {
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
}

.nav-icon i {
    font-size: 20px;
}

@media only screen and (max-width: 1399px) {
    .coverflow-slider-title-sm {
        font-size: 80px;
    }
}

@media only screen and (max-width: 991px) {
    .coverflow-slider-title-sm {
        font-size: 60px;
    }

    .coverflow-slider-item {
        height: 400px;
    }
}

@media only screen and (max-width: 767px) {
    .coverflow-slider-title-sm {
        font-size: 50px;
    }

    .coverflow-slider-item {
        height: 300px;
    }

    .coverflow-slider-text-wrap {
        bottom: 40px;
    }
}

.container-1800 {
    max-width: 1800px;
    margin: 0 auto;
}