* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --black: #000;
    --white: #fff;
    --content: #00000056;
}

body {
    color: #000;
    font-family: 'Jost' !important;
}

.container-fluid {
    padding: 0 50px !important;
}

.small_container {
    max-width: 900px;
    margin: 0 auto;
}

figure {
    line-height: 0;
    margin: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
    font-family: 'EB Garamond';
}

a {
    text-decoration: none !important;
}

li {
    list-style: none;
}

.al_sc {
    padding: 60px 0;
}

.sb_hd {
    margin-bottom: 50px;
}

.sb_hd h2 {
    font-size: 42px;
}

.main_btn.white {
    background: var(--white);
    padding: 15px 45px;
    font-size: 18px;
    border: 1px solid var(--white);
    color: var(--black);
    width: 226px;
    text-transform: uppercase;
}

.main_btn.black {
    background: var(--black);
    padding: 15px 45px;
    font-size: 18px;
    border: 1px solid var(--black);
    color: var(--white);
    width: 226px;
    text-transform: uppercase;
}

.contact-form button {
    display: block;
    margin-left: auto;
}

.main_btn.white:hover {
    background: var(--black);
    border: 1px solid var(--black);
    color: var(--white);
}

.main_btn.black:hover {
    background: var(--white);
    border: 1px solid var(--black);
    color: var(--black);
}

.brdr_btn {
    color: var(--black);
    border: 1px solid var(--black);
    padding: 12px 30px;
    text-transform: uppercase;
}

.brdr_btn:hover {
    color: var(--white);
    border: 1px solid var(--black);
    background: var(--black);
    padding: 12px 30px;
}

nav.navbar.scrolled {
    background-color: var(--white);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    z-index: 1024;
}

nav.navbar.scrolled a.navbar-brand {
    color: var(--black) !important;
}

.navbar.scrolled .nav-item .nav-link {
    color: var(--black) !important;
}

.navbar.navbar-expand-xl:has(.navbar-toggler[aria-expanded="true"]) {
    background: var(--white) !important;
}

/* fonts */
@font-face {
    font-family: 'EB Garamond';
    src: url('./fonts/EBGaramond-ExtraBold.woff2') format('woff2'),
        url('./fonts/EBGaramond-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'EB Garamond';
    src: url('./fonts/EBGaramond-BoldItalic.woff2') format('woff2'),
        url('./fonts/EBGaramond-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'EB Garamond';
    src: url('./fonts/EBGaramond-Bold.woff2') format('woff2'),
        url('./fonts/EBGaramond-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'EB Garamond';
    src: url('./fonts/EBGaramond-ExtraBoldItalic.woff2') format('woff2'),
        url('./fonts/EBGaramond-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'EB Garamond';
    src: url('./fonts/EBGaramond-Italic.woff2') format('woff2'),
        url('./fonts/EBGaramond-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'EB Garamond';
    src: url('./fonts/EBGaramond-Medium.woff2') format('woff2'),
        url('./fonts/EBGaramond-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'EB Garamond';
    src: url('./fonts/EBGaramond-MediumItalic.woff2') format('woff2'),
        url('./fonts/EBGaramond-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'EB Garamond';
    src: url('./fonts/EBGaramond-Regular.woff2') format('woff2'),
        url('./fonts/EBGaramond-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'EB Garamond';
    src: url('./fonts/EBGaramond-SemiBold.woff2') format('woff2'),
        url('./fonts/EBGaramond-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'EB Garamond';
    src: url('./fonts/EBGaramond-SemiBoldItalic.woff2') format('woff2'),
        url('./fonts/EBGaramond-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('./fonts/Jost-BlackItalic.woff2') format('woff2'),
        url('./fonts/Jost-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('./fonts/Jost-BoldItalic.woff2') format('woff2'),
        url('./fonts/Jost-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('./fonts/Jost-Bold.woff2') format('woff2'),
        url('./fonts/Jost-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('./fonts/Jost-Black.woff2') format('woff2'),
        url('./fonts/Jost-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('./fonts/Jost-ExtraBold.woff2') format('woff2'),
        url('./fonts/Jost-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('./fonts/Jost-Italic.woff2') format('woff2'),
        url('./fonts/Jost-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('./fonts/Jost-Regular.woff2') format('woff2'),
        url('./fonts/Jost-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('./fonts/Jost-ExtraLight.woff2') format('woff2'),
        url('./fonts/Jost-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('./fonts/Jost-ExtraBoldItalic.woff2') format('woff2'),
        url('./fonts/Jost-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('./fonts/Jost-Medium.woff2') format('woff2'),
        url('./fonts/Jost-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('./fonts/Jost-ExtraLightItalic.woff2') format('woff2'),
        url('./fonts/Jost-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('./fonts/Jost-MediumItalic.woff2') format('woff2'),
        url('./fonts/Jost-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('./fonts/Jost-LightItalic.woff2') format('woff2'),
        url('./fonts/Jost-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('./fonts/Jost-Light.woff2') format('woff2'),
        url('./fonts/Jost-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('./fonts/Jost-SemiBold.woff2') format('woff2'),
        url('./fonts/Jost-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('./fonts/Jost-Thin.woff2') format('woff2'),
        url('./fonts/Jost-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('./fonts/Jost-ThinItalic.woff2') format('woff2'),
        url('./fonts/Jost-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('./fonts/Jost-SemiBoldItalic.woff2') format('woff2'),
        url('./fonts/Jost-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

/* fonts */
nav.navbar {
    position: fixed;
    width: 100%;
    padding: 10px 0;
    top: 0;
    z-index: 1030;
    padding: 0;
}

/* hero section */
.navbar .nav-item .nav-link {
    font-size: 14px !important;
    color: var(--black);
    padding: 0 14px !important;
    text-transform: uppercase;
    margin-right: 5px;
}

.navbar .nav-item .nav-link.active {
    /* text-decoration: underline !important; */
    background: #000;
    color: #fff !important;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

span.navbar-toggler-icon img {
    max-width: 30px;
}

.navbar .nav-link:focus,
.navbar .nav-link:hover {
    color: #ffffff !important;
    background: #000;
    /* border: 1px solid var(--black); */
    /* text-decoration: underline !important; */
}

a.navbar-brand {
    color: var(--black) !important;
    font-size: 28px;
    font-family: 'EB Garamond';
}

.navbar.navbar-expand-xl:has(.navbar-toggler[aria-expanded="true"]) a.navbar-brand {
    color: var(--black) !important;
}

[aria-expanded="true"] span.navbar-toggler-icon img {
    filter: brightness(0) invert(0);
}

.navbar.navbar-expand-xl:has(.navbar-toggler[aria-expanded="true"]) .nav-item .nav-link {
    color: var(--black);
    padding: 10px 0 !important;
}

nav.navbar.navbar-expand-xl.scrolled span.navbar-toggler-icon img {
    filter: brightness(0) invert(0);
}

.mh_hd h1 {
    font-size: 60px;
    color: var(--white);
    margin-bottom: 50px;
}

.row {
    /* width: 100%; */
    /* --bs-gutter-x: 0 !important; */
}

.hero_sec {
    background-image: url('/dus/frame_0-09_5f.jpeg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    padding: 100px 0;
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.hero_sec--video {
    background-image: none;
    padding: 0;
    margin-top: 0;
}

.hero_sec--video .hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
}

.hero_sec--video .hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.55) 0%,
        rgba(0, 0, 0, 0.25) 35%,
        rgba(0, 0, 0, 0.45) 100%
    );
    z-index: 1;
    pointer-events: none;
}

.hero_sec--video .hero-content-wrap {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    align-items: center;
    padding: calc(88px + 2.5rem) clamp(1.5rem, 5vw, 4rem) 4rem;
    background: transparent;
    box-sizing: border-box;
}

.hero_sec--video .mh_hd {
    width: 100%;
    max-width: 52rem;
    margin: 0 auto;
    text-align: center;
}

.hero_sec--video .mh_hd h1 {
    margin-bottom: 1.5rem;
    line-height: 1.15;
}

.hero-eyebrow {
    font-size: 0.85rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 1rem;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    align-items: stretch;
    margin-top: 0.5rem;
}

.hero_sec--video .hero-actions .main_btn.white,
.hero_sec--video .hero-actions .hero-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.25rem;
    padding: 0.875rem 2rem;
    width: auto;
    min-width: 12.5rem;
    font-size: 0.875rem;
    line-height: 1.2;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
    box-sizing: border-box;
    white-space: nowrap;
}

.hero_sec--video .hero-actions .hero-btn-outline {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.9);
    background: transparent;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.hero_sec--video .hero-actions .hero-btn-outline:hover {
    background: #fff;
    color: #000;
    border-color: #fff;
}

@media screen and (min-width: 992px) {
    .hero_sec--video .mh_hd {
        margin: 0;
        text-align: left;
    }

    .hero_sec--video .hero-actions {
        justify-content: flex-start;
    }

    .hero_sec--video .hero-actions .main_btn.white,
    .hero_sec--video .hero-actions .hero-btn-outline {
        min-width: 14rem;
    }
}

nav.navbar .container-fluid {
  background-color: #fff;
}

nav.navbar.scrolled .container-fluid {
  background-color: unset !important;
}

/* Video hero: keep nav above video, transparent until scroll */
body:has(.hero_sec--video) nav.navbar:not(.scrolled) {
    background: transparent;
    box-shadow: none;
}

body:has(.hero_sec--video) nav.navbar:not(.scrolled) .container-fluid {
    background-color: transparent;
}

body:has(.hero_sec--video) nav.navbar:not(.scrolled) a.navbar-brand,
body:has(.hero_sec--video) nav.navbar:not(.scrolled) .nav-item .nav-link {
    color: #fff !important;
}

body:has(.hero_sec--video) nav.navbar:not(.scrolled) span.navbar-toggler-icon img {
    filter: brightness(0) invert(1);
}

body:has(.hero_sec--video) nav.navbar:not(.scrolled) .nav-link:hover,
body:has(.hero_sec--video) nav.navbar:not(.scrolled) .nav-link:focus {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.18);
}

.hero_sec:not(.hero_sec--video) .container-fluid {
    background-color: rgba(0, 0, 0, 0.2);
    min-height: 300px;
}

.lhs_img {
    width: 100%;
    height: 760px;
}

.lhs_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* hero section */

/* service */
.nav-tabs {
    border: none !important;
    justify-content: center;
}

.service_tab .nav-link {
    padding: 0;
    margin: 0 20px;
    border: none !important;
    color: var(--black);
    opacity: .4;
}

.service_tab .nav-link.active,
.service_tab .nav-link:hover {
    color: var(--black);
    background-color: var(--white);
    opacity: 1;
    border-bottom: 1px solid var(--black) !important;
}

.art-service-menu-two .art-service-two-info .art-service-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.art-service-menu-two .art-service-two-info .art-service-block .art-service-item {
    width: 50%;
    padding: 0 54px;
    margin-bottom: 27px;
}

.art-service-menu-two .art-service-two-info .art-service-block .art-service-item .art-service-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.art-service-menu-two .art-service-two-info .art-service-block .art-service-item .art-service-top .service-data-title {
    margin-right: 20px;
    margin-bottom: 8px;
}

.art-body-three-font,
.art-post-tags a,
.woocommerce .woocommerce-breadcrumb,
h3#ship-to-different-address {
    font-family: Jost;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.02em;
    line-height: 20px;
    text-transform: none;
}

.art-service-block {
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
}

.art-service-item {
    /* width: 47%; */
    margin: 30px 0;
}

.story_sec {
    background: #f2eee9;

}

.gift_sec,
.story_sec {
    max-width: 100%;
    overflow-x: hidden;
}

.story_cnt {
    padding-left: 30px;
}

/* service */

.care_bx {
    text-align: center;
}

.care_bx h3 {
    margin-top: 40px;
    font-family: 'Jost';
    font-size: 18px;
}

.care_bx p, .care_bx a {
    color: var(--content);
    margin: 0;

}

.care-sec {
    background: #F2EEE9;
    padding: 100px 0;
}

.small_bx {
    max-width: 350px;
    margin: 30px auto;
    text-align: center;
}

.small_bx h2 {
    margin-top: 20px;
    font-family: 'Jost';
    font-size: 22px;
}

.small_bx p {
    margin-bottom: 30px;
}

.academy_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.line-text {
    display: block;
    margin: 0 auto;
    max-width: fit-content;
    color: var(--black);
    text-decoration: underline !important;
}

.line-text:hover {
    color: var(--black);
    text-decoration: none !important;
}

.qlt_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
    margin-top: 50px;
}

.img-glry {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 90px;
}

.img-glry li {
    width: 20%;
}

.small_bx figure {
    max-width: 50px;
    margin: 0 auto !important;
}



.prtnr_sec {
    background: #FAF7F4;
}

.prtnr_sec img {
    width: 100%;
    object-fit: cover;
}

.prtnr_sec .insta img {
    min-height: 350px;
}

.time_tab {
    margin-bottom: 80px !important;
    gap: 15px;
}

.time_tab .nav-link {
    border: 1px solid var(--black) !important;
    color: var(--black) !important;
    border-radius: 0 !important;
}

.time_tab .nav-link.active {
    background: var(--black) !important;
    color: var(--white) !important;
    border-radius: 0 !important;
}


.owl-theme .owl-controls {
    text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
    display: inline-block;
    zoom: 1;
    display: inline;
    /*IE7 life-saver */
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
    opacity: 0.5;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    display: inline;
    /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center
}

.shop_slider .owl-item>div img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 4px;
    object-fit: cover;
    object-position: center;
}

.shop_slider .owl-item>div {
    text-align: center;
    padding: 0 0 50px 0px;
    margin: 0 10px;
    font-size: 32px;
}

.wrapper-with-margin {
    margin: 0px 50px;
}


.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -45px;
    top: 55px;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    right: -45px;
    top: 55px;
}

.slide_cnt {
    margin-top: 20px;
    text-align: center;
}

.slide_cnt h3 {
    color: #000;
    font-size: 16px;
    font-family: 'Jost';
    font-weight: 500;
}

.slide_cnt p {
    color: var(--content);
    font-size: 16px;
}

.gel_bx figure {
    height: 354px;
    background: #f2eee9;
}

.gel_bx img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: top;
}

.owl-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop_slider .owl-theme .owl-controls .owl-page {
    width: 20%;
}

.shop_slider .owl-theme .owl-controls .owl-page span {
    width: 100%;
    border-radius: 0;
    height: 3px;
}

.wrapper-with-margin {
    margin: 0px 0 0 150px;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    right: 30px;
    top: 50%;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -55px;
    top: 50%;
}

.owl-buttons i {
    font-size: 25px;
}

.gift_sec .row {
    /* --bs-gutter-x: 0 !important; */
}

.story_cnt {
    padding-left: 90px;
}

.products img {
  max-width: 100px;
}
.gift-slider .owl-buttons {
    display: none !important;
}

.gift-slider .owl-item figure {
    height: 570px;
    width: 100%;
}

.gift-slider .owl-item figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gift-slider .owl-item {
    padding: 10px;
}

.footer {
    background: #F2EEE9;
}

.footer-one p {
    font-size: 14px;
}

.footer-one h5 {
    font-size: 30px;
}

.footer-mid ul {
    padding-left: 0;
}

.footer-mid ul li {
    padding: 0 0 10px 0;
}

.footer-mid ul li a {
    font-size: 14px;
    font-weight: 400;
    color: var(--black);
}

.footer-right p {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 10px;
}

.footer-right span {
    font-size: 14px;
    font-weight: 500;
}

.footer-right .form-control {
    width: 50% !important;

}

.footer-right button {
    width: 50%;
    background: #fff !important;
    border: none;
    font-size: 14px;
    color: #000 !important;
    font-weight: 500;
}

.footer-right .form-control {
    width: 50% !important;
    border: none;
    border-right: 1px solid #000;
    border-radius: 0;
    padding: 14px;
}

.footer-right form {
    border: 1px solid #000;
    margin: 17px 0;
}

.footer-right .form-control::placeholder {
    font-size: 13px;
    color: #808080a3;
}

.footer-right ul li i {
    font-size: 22px;
}

.footer-right ul li {
    margin: 10px 20px 0 0;
}

.footer-right ul {
    padding: 0;
    display: flex;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #000000 !important;
    outline: 0;
    box-shadow: none !important;
}

.btn-check:focus+.btn-outline-success,
.btn-outline-success:focus {
    box-shadow: unset !important;
}

.follow-us-area {
    background: #F2EEE9;
    padding: 60px 0;
}

.follow-us-left {
    text-align: center;
}

.footer-right ul {
    padding: 0;
    display: flex;
    justify-content: center;
}

.follow-us-left h6 {
    font-size: 22px;
    font-family: 'Jost';
    font-weight: 600;
}

.follow-us-right {
    text-align: center;
}

.footer-right p {
    font-size: 22px;
}

.follow-us-left {
    padding: 40px;
    border-right: 1px solid #000;
}

.follow-us-right {
    max-width: 70%;
    margin: 0 auto;
}

/* about us page */
.story-banner {
    background-image: url('/dus/frame_0-20_22f.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 160px;
    padding-bottom: 132px;
    background-size: cover;
    background-position: center center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.story-banner.course-banner {
    background-image: url('/dus/frame_0-23_3f.jpeg');
}

.story-banner.wedding-banner {
    background-image: url('/dus/frame_0-25_27f.jpeg');
}

.hero-content {
    max-width: 520px;
    text-align: center;
    margin: 0 auto;
}

.hero-content .mh_hd h1 {
    color: var(--black);
}

.story-page.navbar .nav-item .nav-link,
.story-page.navbar a.navbar-brand {
    color: var(--black) !important;
}

.philosophy-section .care_bx {
    padding: 20px 70px;
}

.team-slider .row {
    --bs-gutter-x: 1.5rem !important;
}

.responsive-map {
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
    height: 100%;
}

.responsive-map iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.contact-form {
    max-width: 900px;
    margin: 0 auto !important;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    border: 1px solid #000;
    color: #000;
    font-weight: 300;
    width: 100%;
    height: 50px;
    padding: 10px 16px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 15px;
    resize: none;
}

.blog_content span {
    font-size: 12px;
    font-weight: 300;
    display: block;
    margin-top: 15px;
}

.blog_content h3 {
    font-size: 42px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.blog_content p {
    margin-bottom: 25px;
}

.main_blog figure {
    height: 735px;
    width: 100%;
}

.main_blog {
    display: block;
    position: sticky;
    top: 0;
}

.main_blog a,
.main_blog a:hover,
.blog-box,
.blog-box:hover {
    color: var(--black);
}
.brdr_btn:hover, .navbar.scrolled .nav-item .nav-link:hover{
  color: var(--white) !important;
}

.main_blog figure img,
.blog-box figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.blog-box figure {
    height: 345px;
    width: 100%;
}

.blog-content span {
    font-size: 12px;
    display: block;
    margin: 15px 0 5px;
}

.blog-content {
    text-align: center;
}

.blog-content h3 {
    font-size: 16px;
    font-family: 'Jost';
}

.subscribe-box {
    max-width: 450px;
    margin: 0 auto;
    text-align: center;
}

.subscribe-box .footer-right button {
    width: 150px;
}

.subscribe-box .footer-right .form-control {
    width: calc(100% - 150px) !important;
}

.story-page .navbar-toggler img {
    filter: brightness(0);

}

.blog_bg {
    background: #f2eee9;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 70px;
}

.share-box {
    text-align: center;
}

.share-box ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    gap: 15px;
}

.share-box ul li a,
.share-box ul li a:hover {
    color: var(--black);
}

.blog_details {
    max-width: 800px;
    margin: 0 auto;
}

.blog_details p {
    margin: 25px 0;
}

.blog_details figure {
    max-width: 100%;
}

.blog_details figure img {
    max-width: 100%;
}

.selection_one {
    display: flex;
    align-items: center;
    gap: 5px;
}

.selection_one h3 {
    font-family: 'Jost';
    font-size: 15px;
    margin: 0;
}

.selection_one span {
    display: block;
    width: 20px;
    height: 20px;
    margin-left: auto;
    border-radius: 50%;
    border: 4px solid #000;
}

.select_service_one {
    background: #0000000a;
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0;
}

.service_box {
    background: #f2eee9;
    height: 100%;
    padding: 10px;
    margin: 0;
}

.service_head {
    background: white;
    padding: 20px 30px;
    /* box-shadow: 0 2px 3px #eeeeee; */
}

.details_service h4 {
    font-family: 'Jost';
    font-size: 18px;
    margin: 0;
}

/* calender css */
.calendar-container {
    height: auto;
    width: 400px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.4);
    padding: 10px 20px;
    margin-top: 10px;
}

.calendar-week {
    display: flex;
    list-style: none;
    align-items: center;
    padding-inline-start: 0px;
}

.calendar-week-day {
    max-width: 57.1px;
    width: 100%;
    text-align: center;
    color: #525659;
}

.calendar-days {
    margin-top: 30px;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
    padding-inline-start: 0px;
}

.calendar-day {
    text-align: center;
    color: #525659;
    padding: 10px;
    background: #f2eee9;
}

.calendar-month-arrow-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.calendar-month-year-container {
    padding: 10px 10px 20px 10px;
    color: #525659;
    cursor: pointer;
}

.calendar-arrow-container {
    margin-top: -5px;
}

.calendar-left-arrow,
.calendar-right-arrow {
    height: 30px;
    width: 30px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    color: #525659;
}

.calendar-today-button {
    margin-top: -10px;
    border-radius: 10px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    color: #525659;
    padding: 5px 10px;
}

.calendar-today-button {
    height: 32px;
    margin-right: 10px;
    background-color: #000000;
    color: white;
    border-radius: 5px;
}

.calendar-months,
.calendar-years {
    flex: 1;
    border-radius: 10px;
    height: 30px;
    border: none;
    cursor: pointer;
    outline: none;
    color: #525659;
    font-size: 15px;
}

.calendar-day-active {
    background-color: #000000;
    color: white;
}

.service_footer {
    background: white;
    padding: 20px;
    /* box-shadow: 0 -2px 3px #eeeeee; */
}

.service_footer button {
    background: #000;
    color: #fff;
    border: none;
    padding: 10px 20px;
    margin-left: auto;
    display: block;
}

.user-details {
    padding: 20px;
}

.payment-box {

    margin: 10px 30px;

}

.payment-box h5 {
    font-size: 15px;
    font-family: 'jost';
}

.payemt-content {
    border: 1px solid rgb(26 44 55 / 21%);
    padding: 20px;
    border-radius: 10px;
}

.service-name {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border: 1px solid rgb(26 44 55 / 21%);
    border-radius: 10px;
    padding: 10px;
}

.service-name p {
    margin: 0;
}

.service-name h6 {
    font-family: 'jost';
    font-size: 14px;
    margin: 0;
}

.subtotal {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}

.subtotal h3 {
    font-size: 14px;
    margin: 0;
    font-family: 'jost';
}

.coupon-box {
    display: flex;
    justify-content: space-between;
    border-top: 1px dashed #8c8c8c;
    padding: 15px 0;
}

.coupon-box h4 {
    font-size: 16px;
}

.coupon-box input {
    width: 60%;
}

.coupon-box button {
    background: #000;
    color: #fff;
    font-size: 14px;
    border: none;
    padding: 0 18px;

}

.congratulation-box {
    text-align: center;
    margin-bottom: 30px;
}

.congratulation-box h3 {
    font-size: 18px;
    font-family: 'jost';
    margin-top: 20px;
}

/* dropdown css */
.setting-description {
    border-radius: 15px 15px 0px 0px;

    min-width: 231.5px;
    width: 100% !important;
    max-width: 483px;
}

h10 {
    font-size: 12px;
    margin-left: 5px !important;
    letter-spacing: 0.8px;
    font-family: Arial !important;
}

.setting-description-text {
    padding-top: 18px !important;
    color: #81828b;
    font-family: Gilroy-Regular !important;
}

/* the code below is for the dropdown menu */
.wrapper-dropdown {
    position: relative;
    margin-top: 5px;
    display: inline-block;
    min-width: 231.5px;
    width: 100%;
    max-width: 483px;
    min-height: 44px;
    border-radius: 5px;
    text-align: left;
    color: #000;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid black;
}


.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

.arrow {
    margin-left: 10px;
    margin-right: 10px;
    float: right;
    rotate: 180deg;
}

.selected-display {
    /* margin-left: 20px; */
}
.wrapper-dropdown .arrow {
    position: absolute;
    top: 13px;
    right: 0;
}

svg {
    transition: all 0.3s;
}

.wrapper-dropdown::before {
    position: absolute;
    top: 50%;
    right: 16px;

    margin-top: -2px;

    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #fff transparent;
}

.rotated {
    transform: rotate(-180deg);
}

.wrapper-dropdown .dropdown-helen {
    transition: 0.3s;

    position: absolute;
    top: 120%;
    right: 0;
    left: 0;

    margin: 0;
    padding: 0;

    list-style: none;

    z-index: 99;

    border-radius: 15px;
    box-shadow: inherit;
    background: inherit;

    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    opacity: 0;
    visibility: hidden;
}

.wrapper-dropdown .dropdown-helen li, .selected-display {
    padding: 5px 15px 5px 5px;
    line-height: 45px;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 10px;
}
.wrapper-dropdown  figure{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}
.wrapper-dropdown  figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wrapper-dropdown  p{
    margin: 0;
}

.wrapper-dropdown .dropdown-helen li:last-child {
    border-bottom: none;
}

.dropdown-helen {
    padding: 0.5rem !important;
    background: #fff !important;
    box-shadow: 0 4px 4px #00000021 !important;
}



.wrapper-dropdown.active .dropdown-helen {
    opacity: 1;
    visibility: visible;

    border-radius: 15px;
}
.service_selwction_form {
    padding: 0 30px 20px 30px;
}
/* dropdown css */

/* stepper css */
.select_service_one.step.done span {
    background-color: #019719;
    background-image: url('./images/check.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px;
    border: 1px solid #fff;
}
.service_head i {
    border: 1px solid #00000033;
    font-size: 12px;
    padding: 5px 8px;
    margin-right: 10px;
    border-radius: 4px;
    cursor: pointer;
}

/*  */
@media screen and (max-width:1400px) {
    .gel_bx figure {
        height: 284px;
    }
}

@media screen and (max-width:1200px) {
    .mh_hd h1 {
        font-size: 50px;
    }

    .story_cnt {
        padding: 0 30px;
    }

    .pd_rs {
        padding: 40px 0;
    }

    .gift_sec {
        padding: 50px 30px;
    }

    .wrapper-with-margin {
        margin: 0;
    }

    .owl-theme .owl-controls .owl-buttons .owl-prev {
        left: 0;
        top: 40%;
    }

    .owl-theme .owl-controls .owl-buttons .owl-next {
        right: 0;
        top: 40%;
    }

    .navbar.navbar-expand-xl .nav-item .nav-link {
        color: var(--black);
        padding: 10px 0 !important;
    }
    .navbar-collapse {
      text-align: center;
      height: 100vh;
      padding-top: 45px;
    }
}

@media screen and (max-width:992px) {
    .timing-area {
        margin-top: 20px;
    }

    .main_blog {
        margin-bottom: 50px;
    }

    .follow-us-right {
        max-width: 80%;
    }

    .mh_hd h1 {
        font-size: 40px;
    }

    .sb_hd h2 {
        font-size: 32px;
    }

    .small_container {
        padding: 0 30px;
    }

    .story_cnt {
        margin-bottom: 40px;
    }

    .gift-slider .owl-item figure {
        height: 300px;
        width: 100%;
    }


    .blog_details {
      padding: 15px 25px;
    }

}

@media screen and (max-width:768px) {
    br {
        display: none;
    }

    .follow-us-left {
        border: none;
    }

    .shop_slider .owl-pagination {
        display: none;
    }

    .story_cnt {
        padding: 20px;
    }

    .mh_hd h1 {
        font-size: 28px;
    }

    .mh_hd p {
        font-size: 18px;
    }

    .care-sec {
        padding: 40px 0;
    }

    .care_bx {
        margin: 20px 0;
    }

    .pd_rs {
        padding: 0;
    }

    .al_sc {
        padding: 40px 0;
    }

    .qlt_logo {
        flex-direction: column;
    }

    .img-glry li {
        width: 33%;
    }

    .img-glry {
        justify-content: center;
    }

    .footer-mid ul li {
        display: inline-block;
        padding: 0 10px 10px 10px;
    }

    .footer-one,
    .footer-mid,
    .footer-right {
        text-align: center;
    }

    .main_btn.white,
    .main_btn.black {
        padding: 13px 23px;
        font-size: 14px;
    }

    .lhs_img {
        height: auto;
    }

    .service_tab .nav.nav-tabs {
        overflow-x: auto;
        /* flex-wrap: nowrap; */
        overflow-y: hidden;
        justify-content: center;
        padding: 6px 0;
    }

    .service_tab .nav.nav-tabs li {
        white-space: nowrap;
    }

    .main_blog figure {
        height: 450px;
    }
}

@media screen and (max-width:575px) {


    .art-service-item {
        width: 100%;
        margin: 20px 0 0;
        text-align: center;
    }

    .container-fluid {
        padding: 0 15px !important;
    }

    .mh_hd,
    .story_cnt {
        text-align: center;
    }

    .sb_hd {
        margin-bottom: 20px;
    }

    .sb_hd h2 {
        font-size: 28px;
    }

    .hero_sec {
        min-height: 60vh;
    }

    .hero-content {
        max-width: 80%;
    }

    .story-banner {
        padding-top: 100px;
        padding-bottom: 50px;
    }

}

@media screen and (max-width:420px) {
    .philosophy-section .care_bx {
        padding: 20px;
    }

    .brdr_btn {
        padding: 12px;
    }

    .img-glry li {
        width: 50%;
    }


}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  text-align: center !important;
}
