@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@font-face {
    font-family: 'Greed';
    src: url('../fonts/GreedNarrow-Bold-TRIAL.woff2') format('woff2'),
        url('../fonts/GreedNarrow-Bold-TRIAL.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Greed';
    src: url('../fonts/GreedNarrow-Bold-TRIAL.woff2') format('woff2'),
        url('../fonts/GreedNarrow-Bold-TRIAL.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Greed';
    src: url('../fonts/GreedNarrow-Light-TRIAL.woff2') format('woff2'),
        url('../fonts/GreedNarrow-Light-TRIAL.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Greed';
    src: url('../fonts/GreedNarrow-Heavy-TRIAL.woff2') format('woff2'),
        url('../fonts/GreedNarrow-Heavy-TRIAL.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Greed';
    src: url('../fonts/GreedNarrow-Medium-TRIAL.woff2') format('woff2'),
        url('../fonts/GreedNarrow-Medium-TRIAL.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Greed';
    src: url('../fonts/GreedNarrow-Light-TRIAL.woff2') format('woff2'),
        url('../fonts/GreedNarrow-Light-TRIAL.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Greed';
    src: url('../fonts/GreedNarrow-Heavy-TRIAL.woff2') format('woff2'),
        url('../fonts/GreedNarrow-Heavy-TRIAL.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Greed';
    src: url('../fonts/GreedNarrow-Medium-TRIAL.woff2') format('woff2'),
        url('../fonts/GreedNarrow-Medium-TRIAL.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Greed';
    src: url('../fonts/GreedNarrow-SemiBold-TRIAL.woff2') format('woff2'),
        url('../fonts/GreedNarrow-SemiBold-TRIAL.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Greed';
    src: url('../fonts/GreedNarrow-Regular-TRIAL.woff2') format('woff2'),
        url('../fonts/GreedNarrow-Regular-TRIAL.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Greed';
    src: url('../fonts/GreedNarrow-Regular-TRIAL.woff2') format('woff2'),
        url('../fonts/GreedNarrow-Regular-TRIAL.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Greed';
    src: url('../fonts/GreedNarrow-SemiBold-TRIAL.woff2') format('woff2'),
        url('../fonts/GreedNarrow-SemiBold-TRIAL.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter", serif;

}

body {
    text-wrap: pretty;
}

html {
    scroll-behavior: smooth;
}
img {
    max-width: 100%;
}

button,
a {
    cursor: pointer;
}

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;
}

.font-2 {
    font-family: "Greed", sans-serif;
}

.container {
    margin: auto;
    padding: 0 20px !important;
}

/*  STYLING START */
.accodian-box .accodian-item-box:last-child .accodian-btn {
    border-bottom: 1px solid #F0E7E01A;
}

.swiper-fade .swiper-slide {
    transition: opacity 1s ease-in-out;
}


.input-box.active label {
    font-size: 12px !important;
    top: 0px;
    color: #979387;
    /* background-color: rgba(255, 255, 255, 0.548); */
    background: #FDF4EC;
    padding: 0 2px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 50%, rgba(255, 249, 245, 1) 0%);

}

/* 09 June 2025 */
.relative label.error {
    display: none !important;
}
.input-box .required.error, .relative .required.error {
    border-color: #EF4136;
}
/*  STYLING FINISHED */