/* =======================
   Fonts
======================= */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

@font-face {
    font-family: "BricolageGrotesque-Light";
    src: url("/fonts/BricolageGrotesque-Light.ttf") format("truetype");
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
}

@font-face {
    font-family: "BricolageGrotesque-Bold";
    src: url("/fonts/BricolageGrotesque-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
}

@font-face {
    font-family: "BricolageGrotesque-Medium";
    src: url("/fonts/BricolageGrotesque-Medium.ttf") format("truetype");
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
}

@font-face {
    font-family: "BricolageGrotesque-ExtraLight";
    src: url("/fonts/BricolageGrotesque-ExtraLight.ttf") format("truetype");
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
}

@font-face {
    font-family: "KUNSTLER";
    src: url("/fonts/KUNSTLER.TTF") format("truetype");
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
}

/* =======================
   Root & Global
======================= */
:root {
    --bg-color: #c2175b;
    --text-white: #fff;
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    outline: 0;
    border: none;
    text-decoration: none !important;
    list-style: none;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
}

body {
    font-family: "BricolageGrotesque-Light", sans-serif;
}

/* =======================
   Scrollbar
======================= */
::-webkit-scrollbar {
    width: 8px !important;
}

::-webkit-scrollbar-thumb {
    background: var(--bg-color);
    border-radius: 150px;
}

/* =======================
   Inputs Reset
======================= */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    appearance: textfield;
    -moz-appearance: textfield;
}

/* =======================
   Typography Helpers
======================= */
.fw-bold {
    font-family: "BricolageGrotesque-Bold", sans-serif !important;
}

.fw-light {
    font-family: "BricolageGrotesque-ExtraLight", sans-serif !important;
}

.fw-medium {
    font-family: "BricolageGrotesque-Medium", sans-serif !important;
}

.kunsler {
    font-family: "KUNSTLER", sans-serif !important;
}

.fs-20 {
    font-size: clamp(16px, 1.5vw, 20px);
}

/* =======================
   Layout Helpers
======================= */
.mw-1060 {
    max-width: 1060px;
}

footer * {
    font-family: 'Montserrat', sans-serif !important;
}

.section-content-width {
    width: 100%;
}

/* =======================
   Colors
======================= */
.bg-color {
    background-color: var(--bg-color);
}

.text-color {
    color: var(--bg-color);
}

.text-white {
    color: var(--text-white) !important;
}

.text-justify {
    text-align: justify;
}

/* =======================
   Navbar
======================= */
.navbar-shrink {
    position: sticky;
    top: 0;
    z-index: 1000;
    padding-top: 10px !important;
}

/* =======================
   Slider
======================= */
.slider-section {
    position: relative;
}

.slider-modern-expression {
    max-width: 1140px !important;
    margin: 0 auto;
}

.custom-next,
.custom-prev {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
}

.custom-next i,
.custom-prev i {
    font-size: 40px;
    font-weight: 900;
    color: var(--bg-color) !important;
}

.slider-section .bi::before {
    font-weight: bold !important;
}

/* =======================
   Cards
======================= */
.card {
    position: relative;
    overflow: hidden;
}

.overlay {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: var(--text-white);
}

/* =======================
   Images
======================= */
.product-img {
    width: 100%;
    aspect-ratio: 9 / 12;
    object-fit: cover;
    object-position: center;
}

/* =======================
   Sections Backgrounds
======================= */
.made-section {
    background: url('../images/made.webp') center/cover no-repeat;
    height: 100vh;
}

.bg-new-collection {
    background: url('../images/new_collection.webp') center/cover no-repeat;
}

/* =======================
   Components
======================= */
.scroll-down-indicator {
    width: clamp(40px, 8vw, 60px);
    height: clamp(40px, 8vw, 60px);
}

.made-logo {
    max-width: 180px;
    width: 100%;
    z-index: 10;
}

.made-circle {
    width: 30px;
    height: 29px;
    font-size: clamp(18px, 2.8vw, 29px);
}

.fade-bottom {
    max-width: 400px !important;
    width: 100% !important;
    margin: 0 auto !important;
}

/* =======================
   Quotes
======================= */
.left-quote {
    max-width: clamp(39px, 8vw, 117px);
    top: -63%;
    left: 0;
    z-index: -1;
}

.right-quote {
    max-width: clamp(39px, 8vw, 117px);
    bottom: -70%;
    right: 0;
    z-index: -1;
}

/* =======================
   Misc
======================= */
.highlight {
    border: 2px solid var(--bg-color);
}

/* =======================
   Responsive
======================= */
@media (max-width: 500px) {
    .made-logo {
        width: 100%;
        max-width: 110px;
    }

    .made-section {
        height: 50vh !important;
    }

    .made-circle {
        width: 25px;
        height: 23px;
    }

    .new_collection_section {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}