@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gloock&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300&display=swap');

:root {
    --text-color: #111;
    --bg-color: #b9b3a9;
    --title-size: clamp(6em, 7vw, 7em);
    --color-theme-border: #434140;
}

body {
    font-family: 'Rubik', sans-serif;
    /*color: var(--text-color);*/
    background: #e7e4df;
    transition: 0.3s ease-out;
    overflow-x: hidden;
    max-width: 100%;
    width: 100%;
    overscroll-behavior: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Gloock', serif;
}

.special-font {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
}

*:focus-visible {
    outline-offset: 0px;
    outline: 0;
}

/*section:not(#sectionPin) {
    min-height: 100vh;
    width: 100%;
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(1000px, 1fr));
    grid-gap: 2rem;
    padding: 0px;
    margin: auto;
    place-items: center;
}*/

#sectionPin img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

h1 {
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 800;
    margin-bottom: 1rem;
    top: 10vw;
    left: 10vw;
    z-index: 4;
    overflow-wrap: break-word;
    hyphens: auto;
}

@media (max-width: 768px) {
    h1 {
        font-size: 10vw;
    }

    body {
        height: 100vh;
    }

    .c-header {
        height: inherit !important;
        min-height: inherit !important;
    }

    .c-header_title {
        padding: 1.7rem 0;
    }

    .section0 {
        margin-top: 95px;
    }

    .contact-form-wrapper {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }

    .woocommerce .col2-set .col-1,
    .woocommerce-page .col2-set .col-1,
    .woocommerce .col2-set .col-2,
    .woocommerce-page .col2-set .col-2 {
        padding: 10px !important;
    }


    /*****home-page****/
    #sectionPin {
        height: inherit !important;
        display: inherit !important;
    }

    .pin-wrap {
        height: inherit !important;
        display: inherit !important;
        padding: 0px 0vw !important;
    }

    .home-title {
        font-size: 33px !important;
    }

    .pin-wrap .p-5 {
        padding: 1rem !important;
    }

    #sectionPin img {
        height: inherit;
        !important;
        width: 100%;
        object-fit: cover;
    }

    p {
        font-size: 1rem !important;
    }
}

h1 span {
    display: block;
}

h2 {
    font-size: 2rem;
}

.credit {
    font-family: Termina, sans-serif;
}

.credit a {
    color: var(--text-color);
}

* {
    box-sizing: border-box;
}

.for-mobile {
    display: none;
}

#sectionPin {
    height: 100vh;
    overflow: hidden;
    display: flex;
    left: 0;
    background: #2d2d2d;
    color: #fff;
}

.pin-wrap {
    height: 100vh;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /*padding: 0px 2vw;*/
}

.pin-wrap>* {
    min-width: 100vw;
    /*padding: 0 5vw;*/
}

.align-self {
    align-self: center;
}

.home-title {
    font-size: 75px;
}

p {
    font-size: 20px;
}


/*SEARCH BOX*/
.search-box {
    background-color: #d0cdc9;
    border-radius: 0.375rem;
}

.search-box span,
.search-box input,
.search-box select {
    background-color: #d0cdc9;
    border: none;
    padding: 8px !important;
}

.search-box span:focus,
.search-box input:focus,
.search-box select:focus {
    background-color: inherit !important;
    box-shadow: none !important;
    border: none !important;
}

.search-box span:focus-visible,
.search-box input:focus-visible,
.search-box select:focus-visible {
    background-color: inherit !important;
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
}

.search-box select {
    border-radius: 0.375rem;
}



.btn-primary {
    --bs-btn-color: #000;
    --bs-btn-bg: #d0cdc9;
    --bs-btn-border-color: #d0cdc9;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #000;
    --bs-btn-hover-border-color: #000;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
}

.btn-toggle::before {
    font-family: FontAwesome;
    width: 1.25em;
    line-height: 0;
    content: "\f078";
    transition: transform .35s ease;
    transform-origin: 0.5em 50%;
}

.main-menu {
    margin-left: 32px;
}

.second-menu-wrap {
    width: 100%;
    position: absolute;
    display: list-item;
    top: 85px;
    left: 0;
}

.second-menu {
    position: absolute;
    display: block !important;
}

.second-menu a {
    color: #fff;
}

.nav-link:focus,
.nav-link:hover {
    color: #fff;
    opacity: 0.8;
}

.bg-menu {
    background-color: #e7e4df;
}

.main-content {
    margin-top: 125px;
    position: relative;
    display: block;
}

.main-content h1 {}

/*! locomotive-scroll v4.1.3 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
.o-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 95rem
}

@media (max-width:699px) {
    .o-container {
        padding-left: 20px;
        padding-right: 20px
    }

    .navbar-toggler {
        background-color: white;
    }

    .second-menu-wrap {
        position: initial;
    }

    .second-menu-wrap .start-50 {
        left: 0% !important;
        position: relative;
    }

    .second-menu-wrap .translate-middle {
        transform: initial !important;
    }

    .second-menu-wrap header {
        display: block !important;
    }

    .second-menu-wrap #menu-main-menu {
        margin: 0;
    }

    .second-menu-wrap .py-3 {
        padding: 0 !important
    }

    .second-menu-wrap .second-menu a {
        color: #fff;
        border-bottom: 1px solid #e7e4df3d !important;
        border-radius: 0 !important;
    }

    .sub-menu {
        width: 100% !important;
    }

    .menu-center {
        text-align: center !important;
        padding: 10px 0px !important;
    }

    .logo {
        vertical-align: inherit !important;
    }

}

@media (min-width:700px) {
    .o-container {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }

}

.o-ratio {
    display: block;
    overflow: hidden;
    position: relative
}

.o-ratio:before {
    content: "";
    display: block;
    padding-bottom: 100%;
    width: 100%
}

.o-ratio>embed,
.o-ratio>iframe,
.o-ratio>img,
.o-ratio>object,
.o-ratio_content {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.o-layout {
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 0
}

.o-layout.-gutter {
    margin-left: -3.75rem
}

.o-layout.-gutter-small {
    margin-left: -1.875rem
}

.o-layout.-center {
    text-align: center
}

.o-layout.-right {
    text-align: right
}

.o-layout.-reverse {
    direction: rtl
}

.o-layout.-reverse.-flex {
    flex-direction: row-reverse
}

.o-layout.-flex {
    display: flex
}

.o-layout.-flex.-top {
    align-items: flex-start
}

.o-layout.-flex.-middle {
    align-items: center
}

.o-layout.-flex.-bottom {
    align-items: flex-end
}

.o-layout.-stretch {
    align-items: stretch
}

.o-layout_item {
    display: inline-block;
    font-size: 1rem;
    padding-left: 0;
    vertical-align: top;
    width: 100%
}

.o-layout.-gutter>.o-layout_item {
    padding-left: 3.75rem
}

.o-layout.-gutter-small>.o-layout_item {
    padding-left: 1.875rem
}

.o-layout.-middle>.o-layout_item {
    vertical-align: middle
}

.o-layout.-bottom>.o-layout_item {
    vertical-align: bottom
}

.o-layout.-center>.o-layout_item,
.o-layout.-reverse>.o-layout_item,
.o-layout.-right>.o-layout_item {
    text-align: left
}

.o-layout.-reverse>.o-layout_item {
    direction: ltr
}

.o-checkbox-label,
.o-label,
.o-radio-label {
    display: block;
    margin-bottom: .9375rem
}

.o-input,
.o-select,
.o-textarea {
    background-color: #fff;
    border: 1px solid #d3d3d3;
    padding: .625rem
}

.o-input:focus,
.o-select:focus,
.o-textarea:focus {
    border-color: gray
}

.o-input::-moz-placeholder,
.o-select::-moz-placeholder,
.o-textarea::-moz-placeholder {
    color: gray
}

.o-input:-ms-input-placeholder,
.o-select:-ms-input-placeholder,
.o-textarea:-ms-input-placeholder {
    color: gray
}

.o-input::placeholder,
.o-select::placeholder,
.o-textarea::placeholder {
    color: gray
}

.o-checkbox,
.o-radio {
    opacity: 0;
    position: absolute;
    width: 0
}

.o-checkbox:focus+.o-checkbox-label:before,
.o-checkbox:focus+.o-radio-label:before,
.o-radio:focus+.o-checkbox-label:before,
.o-radio:focus+.o-radio-label:before {
    border-color: gray
}

.o-checkbox:checked+.o-checkbox-label:after,
.o-checkbox:checked+.o-radio-label:after,
.o-radio:checked+.o-checkbox-label:after,
.o-radio:checked+.o-radio-label:after {
    opacity: 1
}

.o-checkbox-label,
.o-radio-label {
    display: inline-block;
    margin-right: .5em;
    padding-left: 1.75rem;
    position: relative
}

.o-checkbox-label:after,
.o-checkbox-label:before,
.o-radio-label:after,
.o-radio-label:before {
    content: "";
    display: inline-block;
    height: 1.125rem;
    left: 0;
    margin-top: -.5625rem;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 1.125rem
}

.o-checkbox-label:before,
.o-radio-label:before {
    background-color: #fff
}

.o-checkbox-label:after,
.o-radio-label:after {
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='10.5' xml:space='preserve'%3E%3Cpath fill='%23424242' d='M4.8 5.8 2.4 3.3 0 5.7l4.8 4.8L13 2.4 10.6 0 4.8 5.8z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: .8125rem;
    border-color: transparent;
    opacity: 0
}

.o-radio-label:after,
.o-radio-label:before {
    border-radius: 50%
}

.o-radio-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' xml:space='preserve'%3E%3Ccircle fill='%23424242' cx='6.5' cy='6.5' r='6.5'/%3E%3C/svg%3E");
    background-size: .5rem
}

.o-select {
    padding-right: 2.5rem;
    z-index: 1
}

.o-select,
.o-select-wrap {
    position: relative
}

.o-select-wrap:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='11.3' xml:space='preserve'%3E%3Cpath fill='%23424242' d='M6.5 11.3 3.3 5.6 0 0h13L9.8 5.6z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: .625rem;
    bottom: 0;
    content: "";
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 2.5rem;
    z-index: 2
}

.o-textarea {
    min-height: 6.25rem
}

.o-button {
    background-color: #272727;
    color: #fff;
    font-size: 1.5rem;
    padding: 2rem 2.1875rem;
    position: relative;
    text-align: left;
    transition: color .3s cubic-bezier(.215, .61, .355, 1);
    width: 100%;
    z-index: 1
}

.o-button:before {
    background-color: #fff;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleY(0);
    transform-origin: center top;
    transition: transform .3s cubic-bezier(.215, .61, .355, 1);
    z-index: -1
}

.o-button:focus,
.o-button:hover {
    color: #272727
}

.o-button:focus:before,
.o-button:hover:before {
    transform: scaleY(1);
    transform-origin: center bottom
}

.o-button_icon {
    display: inline-block;
    height: 3.4375rem;
    margin-right: .9375rem;
    vertical-align: middle;
    width: 3.4375rem
}

.o-button_icon svg {
    display: block;
    height: 100%;
    width: 100%
}

.o-button_arrow {
    position: absolute;
    right: 2.1875rem;
    top: 50%;
    transform: translateY(-50%)
}

.o-scroll {
    background-color: #d4c9c9;
    overflow: hidden
}

.o-title {
    margin: 0;
    padding: 2.5rem 0;
    perspective: 600px;
    -webkit-perspective: 600px
}

.o-title_line {
    display: block;
    font-size: 0;
    opacity: 0;
    transform: translateY(100%) rotateX(-80deg);
    transform-origin: center top;
    transform-style: preserve-3d;
    transition: opacity .8s cubic-bezier(.215, .61, .355, 1), transform .8s cubic-bezier(.215, .61, .355, 1)
}

.o-title.is-inview .o-title_line {
    opacity: 1;
    transform: none
}

.o-title.is-inview .o-title_line:first-child {
    transition-delay: .4s
}

.o-title.is-inview .o-title_line:nth-child(2) {
    transition-delay: .5s
}

.o-title.is-inview .o-title_line:nth-child(3) {
    transition-delay: .6s
}

.o-title.is-inview .o-title_line:nth-child(4) {
    transition-delay: .7s
}

.o-title_line span {
    display: inline-block;
    font-size: 3.5vw;
    min-width: .05em
}

.o-image_wrapper {
    background-color: #d4c9c9;
    overflow: hidden;
    position: relative
}

.o-image_wrapper.-full {
    align-content: center;
    display: flex;
    height: 100%;
    margin: 0 6.25rem
}

@media (max-width:699px) {
    .o-image_wrapper.-full {
        margin: 1.875rem 0
    }
}

.o-image {
    mix-blend-mode: multiply;
    /*opacity: .75*/
}

.o-image img {
    opacity: 0;
    transform: scale(1.4);
    transition: opacity 1.2s cubic-bezier(.215, .61, .355, 1), transform 1.2s cubic-bezier(.215, .61, .355, 1);
    width: 100%
}

.o-image.is-inview img {
    opacity: 1;
    transform: scale(1);
    transition-delay: .6s
}

.o-image_wrapper.-full .o-image {
    align-self: center
}

html.has-scroll-smooth {
    overflow: hidden
}

html.has-scroll-dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.has-scroll-smooth body {
    overflow: hidden
}

.has-scroll-smooth [data-scroll-container] {
    min-height: 100vh
}

[data-scroll-direction=horizontal] [data-scroll-container] {
    display: inline-block;
    height: 100vh;
    white-space: nowrap
}

[data-scroll-direction=horizontal] [data-scroll-section] {
    display: inline-block;
    height: 100%;
    vertical-align: top;
    white-space: nowrap
}

.c-scrollbar {
    height: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform-origin: center right;
    transition: transform .3s, opacity .3s;
    width: 11px
}

.c-scrollbar:hover {
    transform: scaleX(1.45)
}

.c-scrollbar:hover,
.has-scroll-dragging .c-scrollbar,
.has-scroll-scrolling .c-scrollbar {
    opacity: 1
}

[data-scroll-direction=horizontal] .c-scrollbar {
    bottom: 0;
    height: 10px;
    top: auto;
    transform: scaleY(1);
    width: 100%
}

[data-scroll-direction=horizontal] .c-scrollbar:hover {
    transform: scaleY(1.3)
}

.c-scrollbar_thumb {
    background-color: #000;
    border-radius: 10px;
    cursor: -webkit-grab;
    cursor: grab;
    margin: 2px;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    width: 7px
}

.has-scroll-dragging .c-scrollbar_thumb {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

[data-scroll-direction=horizontal] .c-scrollbar_thumb {
    bottom: 0;
    right: auto
}

.c-header {
    position: relative
}

@media (max-width:699px) {
    .c-header {
        height: 50vh;
        min-height: 340px
    }
}

@media (min-width:700px) and (max-width:999px) {
    .c-header {
        height: 80vh;
        min-height: 380px
    }
}

/*@media (min-width:1000px) {
    .c-header {
        height: 100vh;
        min-height: 46.875rem
    }
}*/

.c-header_title {
    padding: 2.5rem 0;
    perspective: 600px;
    -webkit-perspective: 600px
}

.c-header_line,
.c-header_title {
    bottom: 0;
    margin: 0;
    /*position: absolute*/
}

.c-header_line {
    right: 0;
    transform: scaleX(0);
    transition: transform .6s cubic-bezier(.215, .61, .355, 1)
}

.c-header_line.is-inview {
    transform: scaleX(1)
}

.c-header_title_line {
    display: block;
    opacity: 0;
    transform: translateY(100%) rotateX(-80deg);
    transform-origin: center top;
    transform-style: preserve-3d;
    transition: opacity 0s cubic-bezier(.215, .61, .355, 1), transform 0s cubic-bezier(.215, .61, .355, 1)
}

html.is-ready .c-header_title_line {
    opacity: 1;
    transform: none;
    transition-duration: .8s
}

html.is-ready .c-header_title_line:first-child {
    transition-delay: .1s
}

html.is-ready .c-header_title_line:nth-child(2) {
    transition-delay: .2s
}

html.is-ready .c-header_title_line:nth-child(3) {
    transition-delay: .3s
}

html.is-ready .c-header_title_line:nth-child(4) {
    transition-delay: .4s
}



.c-header_title_line span {
    display: inline-block
}

.contact-page {
    background-color: #fff;
    padding: 70px 0px;
}

.delh-add {
    width: 90%;
    margin: 0 auto;
}

.contact-page p {
    font-size: 16px;
}

.contact-page h4 {
    color: #b47e5b;
    font-weight: 600;
    letter-spacing: 3px;
}

.woocommerce .woocommerce-form-register__submit {
    float: left;
    background: #a66739 !important;
    color: #fff !important;
    padding: 10px 20px !important;
    font-size: 14px !important;
    border-radius: 21px !important;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    float: left;
    margin-right: 1em;
    background: #a66739;
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 21px;
    margin-top: 10px;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    border-radius: 12px;
    margin-bottom: 0;
}

.c-header_title_line.-version {
    font-size: 0;
    text-transform: none
}

.c-header_heading {
    padding: 1.875rem 0
}

.c-header_heading_label {
    display: block;
    transform: translateY(-60px);
    transition: transform 0s cubic-bezier(.215, .61, .355, 1)
}

html.is-ready .c-header_heading_label {
    transform: none;
    transition-duration: .6s
}

html.is-ready .o-layout_item:nth-child(2) .c-header_heading_label {
    transition-delay: .1s
}

.c-header_logo {
    bottom: 2.5rem;
    opacity: 0;
    position: absolute;
    right: 0;
    transform: translateY(120px);
    transition: opacity 0s cubic-bezier(.215, .61, .355, 1), transform 0s cubic-bezier(.215, .61, .355, 1)
}

@media (max-width:699px) {
    .c-header_logo {
        height: 66px;
        width: 30px
    }
}

@media (min-width:700px) {
    .c-header_logo {
        height: 8.75rem;
        width: 4rem
    }
}

.c-header_logo svg {
    display: block;
    height: 100%;
    width: 100%
}

html.is-ready .c-header_logo {
    opacity: 1;
    transform: none;
    transition-delay: .6s;
    transition-duration: .6s
}

.c-fixed_wrapper {
    background-color: #d4c9c9;
    overflow: hidden;
    position: relative
}

@media (min-width:1000px) {
    .c-fixed_wrapper {
        height: 100vh
    }
}

@media (max-width:999px) {
    .c-fixed_wrapper {
        height: 50vh
    }
}

.c-fixed_target {
    bottom: -100vh
}

.c-fixed,
.c-fixed_target {
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.c-fixed {
    background-position: 50%;
    background-size: cover;
    height: 100%;
}

html:not(.has-scroll-smooth) .c-fixed {
    top: 0
}

.section0 {
    margin-top: 125px;
    position: relative;
    display: block;
}

.c-intro {
    font-size: 2.1875rem;
    line-height: 1.2;
    margin: 7.5rem 0;
    opacity: 0;
    transform: translateY(60px);
    transition: opacity .6s cubic-bezier(.215, .61, .355, 1), transform .6s cubic-bezier(.215, .61, .355, 1)
}

.c-intro.is-inview {
    opacity: 1;
    transform: none;
    transition-delay: .3s
}

.c-features {
    padding: 7.5rem 0
}

.c-features_item {
    background-color: rgba(0, 0, 0, .1);
    border-radius: 20px;
    margin-bottom: 3.75rem;
    padding: 3.75rem
}

.c-summary {
    margin: 3.75rem 0 7.5rem
}

.c-summary_text {
    font-size: 1.125rem;
    font-weight: 600;
    opacity: 0;
    transform: translateY(60px);
    transition: transform 1s cubic-bezier(.215, .61, .355, 1)
}

.c-summary.is-inview .c-summary_text {
    opacity: 1;
    transform: none
}

@media (min-width:1000px) {
    .c-summary_text {
        max-width: 320px
    }
}

@media (max-width:999px) {
    .c-summary_list {
        margin-top: 1.875rem
    }
}

.c-summary_list_item {
    opacity: 0;
    position: relative;
    transform: translateY(60px);
    transition: opacity .6s cubic-bezier(.215, .61, .355, 1), transform .6s cubic-bezier(.215, .61, .355, 1)
}

.c-summary_list_item:after {
    background-color: #272727;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    transform: scaleX(0);
    transform-origin: center left;
    transition: transform .6s cubic-bezier(.215, .61, .355, 1)
}

.c-summary_list_item.is-inview {
    opacity: 1;
    transform: none
}

.c-summary_list_item.is-inview:after {
    transform: scaleX(1)
}

.c-summary_list_item.is-inview:first-child {
    transition-delay: .1s
}

.c-summary_list_item.is-inview:first-child:after {
    transition-delay: .5s
}

.c-summary_list_item.is-inview:nth-child(2) {
    transition-delay: .2s
}

.c-summary_list_item.is-inview:nth-child(2):after {
    transition-delay: .6s
}

.c-summary_list_item.is-inview:nth-child(3) {
    transition-delay: .3s
}

.c-summary_list_item.is-inview:nth-child(3):after {
    transition-delay: .7s
}

.c-summary_list_item.is-inview:nth-child(4) {
    transition-delay: .4s
}

.c-summary_list_item.is-inview:nth-child(4):after {
    transition-delay: .8s
}

.c-summary_list_item.is-inview:nth-child(5) {
    transition-delay: .5s
}

.c-summary_list_item.is-inview:nth-child(5):after {
    transition-delay: .9s
}

.c-summary_list_item.is-inview:nth-child(6) {
    transition-delay: .6s
}

.c-summary_list_item.is-inview:nth-child(6):after {
    transition-delay: 1s
}

.c-summary_list_item a {
    display: block;
    padding: 8px 0
}

.c-summary_list_icon {
    opacity: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) translateX(30px) rotate(90deg);
    transition: opacity .4s cubic-bezier(.215, .61, .355, 1), transform .4s cubic-bezier(.215, .61, .355, 1)
}

.c-summary_list_item.is-inview .c-summary_list_icon {
    opacity: 1;
    transform: translateY(-50%) rotate(0deg)
}

.c-summary_list_item.is-inview:first-child .c-summary_list_icon {
    transition-delay: .6s
}

.c-summary_list_item.is-inview:nth-child(2) .c-summary_list_icon {
    transition-delay: .7s
}

.c-summary_list_item.is-inview:nth-child(3) .c-summary_list_icon {
    transition-delay: .8s
}

.c-summary_list_item.is-inview:nth-child(4) .c-summary_list_icon {
    transition-delay: .9s
}

.c-summary_list_item.is-inview:nth-child(5) .c-summary_list_icon {
    transition-delay: 1s
}

.c-summary_list_item.is-inview:nth-child(6) .c-summary_list_icon {
    transition-delay: 1.1s
}

.c-section {
    position: relative
}

@media (max-width:1199px) {
    .c-section {
        margin-bottom: 10vh;
        padding-bottom: 10vh
    }
}

@media (min-width:1200px) {
    .c-section {
        margin-bottom: 15vh
    }
}

.c-section_infos {
    max-width: 320px;
    position: relative;
    z-index: 0
}

@media (min-width:1000px) {
    .c-section_infos {
        padding-top: 7.5rem
    }

    .c-section_infos.-padding {
        padding-top: 35vh
    }
}

@media (max-width:999px) {
    .c-section_infos {
        margin-bottom: 1.875rem
    }
}

.c-section_infos_inner>* {
    opacity: 0;
    transform: translateY(60px);
    transition: opacity .6s cubic-bezier(.215, .61, .355, 1), transform .6s cubic-bezier(.215, .61, .355, 1)
}

.c-section_infos_inner.is-inview>* {
    opacity: 1;
    transform: none
}

.c-section_infos_inner.is-inview> :first-child {
    transition-delay: .06s
}

.c-section_infos_inner.is-inview> :nth-child(2) {
    transition-delay: .12s
}

.c-section_infos_inner.is-inview> :nth-child(3) {
    transition-delay: .18s
}

.c-sections_infos_text {
    margin-top: 1.25rem
}

.c-image {
    opacity: 0;
    transition: opacity .6s cubic-bezier(.215, .61, .355, 1)
}

.c-image.is-inview {
    opacity: 1;
    transition-delay: .6s
}

.c-speed-block {
    position: relative
}

/*@media (min-width:1000px) {
    .c-speed-block.-margin {
        margin-top: 7.5rem
    }
}*/

@media (max-width:999px) {
    .c-speed-block {
        margin: 1.875rem 0
    }
}

@media (max-width:699px) {
    .c-speed-block {
        margin: 15px 0
    }
}

.c-speed-block_image {
    margin-bottom: -30px;
    margin-top: -30px
}

.c-speed-block_title {
    bottom: 3.75rem;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    transform: translateY(60px);
    transition: opacity .6s cubic-bezier(.215, .61, .355, 1), transform .6s cubic-bezier(.215, .61, .355, 1)
}

.c-speed-block_title.is-inview {
    opacity: 1;
    transform: none;
    transition-delay: .3s
}

@media (max-width:1199px) {
    .c-speed-block_title {
        display: none
    }
}

.c-speed-block_bubble {
    color: #d4c9c9;
    font-size: 1.25rem;
    padding: 1.5rem 2.5rem;
    position: absolute;
    right: 20px;
    top: 30%;
    z-index: 1
}

.c-speed-block_bubble.-right {
    right: -30px
}

.c-speed-block_bubble.-left {
    left: -30px;
    right: auto
}

.c-speed-block_bubble.-top {
    top: -20%
}

.c-speed-block_bubble.-bottom {
    bottom: 0;
    top: auto
}

.c-speed-block_bubble:before {
    background-color: #272727;
    border-radius: 50%;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(0);
    transition: transform .6s cubic-bezier(.17, .67, .3, 1.33);
    z-index: -1
}

.c-speed-block_bubble.is-inview:before {
    transform: scale(1);
    transition-delay: .3s
}

@media (max-width:1199px) {
    .c-speed-block_bubble {
        display: none
    }
}

.c-direction-block_wrapper {
    margin-bottom: 31.25rem;
    position: relative;
}

@media (min-width:1200px) {
    .c-direction-block_wrapper {
        min-height: 100vh
    }
}

@media (min-width:1000px) and (max-width:1199px) {
    .c-direction-block_wrapper {
        min-height: 130vh
    }
}

@media (min-width:700px) and (max-width:999px) {
    .c-direction-block_wrapper {
        min-height: 100vh
    }
}

@media (max-width:699px) {
    .c-direction-block_wrapper {
        min-height: 70vh
    }
}

@media (min-width:1000px) {
    .c-direction-block_wrapper {
        /*margin-top: -35vh*/
    }
}

.c-direction-block {
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1
}

@media (min-width:1200px) {
    .c-direction-block {
        bottom: -50vh;
        top: -50vh
    }
}

@media (min-width:700px) and (max-width:1199px) {
    .c-direction-block {
        bottom: -50vh;
        top: -30vh
    }
}

@media (max-width:699px) {
    .c-direction-block {
        bottom: 0;
        top: -15vh
    }
}

@media (min-width:1000px) and (max-width:1199px) {
    .c-direction-block {
        margin-top: 6.25rem
    }
}

@media (min-width:1200px) {
    .c-direction-block {
        margin-top: 18.75rem
    }
}

.c-direction-block_item {
    font-size: 10vw;
    font-weight: 600;
    line-height: 1;
    position: absolute;
    text-transform: uppercase;
    white-space: nowrap
}

.c-direction-block_item span {
    display: block;
    padding: 0 20px;
    white-space: nowrap
}

.c-direction-block_item.-one {
    top: 33%;
    transform: translateX(-50vw) rotate(26deg)
}

.c-direction-block_item.-two {
    top: 15%;
    transform: translateX(-50vw)
}

.c-direction-block_item.-three {
    top: 50%;
    transform: translateX(-10vw)
}

.c-direction-block_item.-four {
    top: 85%;
    transform: translateX(30vw)
}

.c-direction-block_item.-five {
    top: 63%;
    transform: translateX(-10vw) rotate(3deg)
}

.c-direction-block_item.-services {

    transform: translateX(50vw);
    bottom: 0;
}

.c-lerp-block {
    font-weight: 700;
    margin-bottom: 1rem;
    text-transform: uppercase
}

@media (min-width:1000px) {
    .c-lerp-block:not(:first-child) {
        margin-top: 0.75rem
    }
}

@media (max-width:999px) {
    .c-lerp-block {
        margin-top: 1.875rem
    }
}

.c-lerp-block_index {
    align-items: center;
    color: #d4c9c9;
    display: flex;
    font-size: 1.25rem;
    height: 7rem;
    justify-content: center;
    position: relative;
    vertical-align: middle;
    width: 7rem;
    line-height: 7rem;
    z-index: 1;
    margin-right: 10px;
    padding: 10px;
    float: right;
}

.c-lerp-block_index img {
    border-radius: 100%;
}

.c-lerp-block_index:before {
    background-color: #ffffff;
    border-radius: 50%;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(0);
    transition: transform .6s cubic-bezier(.17, .67, .3, 1.33);
    z-index: -1;
}

.c-lerp-block_index.is-inview:before {
    transform: scale(1);
    transition-delay: .3s
}

.c-lerp-block_title {
    display: inline-block;
    font-size: 0;
    line-height: 1.1;
    margin-left: 1.25rem;
    vertical-align: middle
}

.c-lerp-block_title.is-inview>span:not([data-scroll]) {
    opacity: 1;
    transform: none;
    transition-delay: .4s
}

.c-lerp-block_title>span:not([data-scroll]) {
    opacity: 0;
    transform: translateY(60px);
    transition: opacity .6s cubic-bezier(.215, .61, .355, 1), transform .6s cubic-bezier(.215, .61, .355, 1)
}

.c-lerp-block_title span {
    display: inline-block;
    min-width: .3em
}

@media (max-width:699px) {
    .c-lerp-block_title span {
        font-size: 1.5625rem
    }
}

@media (min-width:700px) {
    .c-lerp-block_title span {
        font-size: 2.375rem
    }
}

.c-cta_line {
    margin: 0;
    transform: scaleX(0);
    transition: transform .6s cubic-bezier(.215, .61, .355, 1)
}

.c-cta_line.-margin {
    margin-bottom: 30px
}

.c-cta_line.is-inview {
    transform: scaleX(1)
}

.c-cta_content {
    margin: 3.75rem 0
}

.c-cta_content_text {
    max-width: 520px
}

.c-cta_content_text>* {
    opacity: 0;
    transform: translateY(60px);
    transition: opacity .6s cubic-bezier(.215, .61, .355, 1), transform .6s cubic-bezier(.215, .61, .355, 1)
}

.c-cta_content_text> :not(:first-child) {
    margin-top: 1.875rem
}

.c-cta_content_text.is-inview>* {
    opacity: 1;
    transform: none
}

.c-cta_content_text.is-inview> :first-child {
    transition-delay: .06s
}

.c-cta_content_text.is-inview> :nth-child(2) {
    transition-delay: .12s
}

.c-cta_content_text.is-inview> :nth-child(3) {
    transition-delay: .18s
}

.c-cta_button {
    margin-top: 5.625rem;
    opacity: 0;
    transform: translateY(60px);
    transition: opacity .6s cubic-bezier(.215, .61, .355, 1), transform .6s cubic-bezier(.215, .61, .355, 1)
}

.c-cta_button.is-inview {
    opacity: 1;
    transform: none
}

.c-cta_section {
    margin-bottom: 11.25rem
}

.c-choochoo_item {
    font-size: 6.25rem;
    padding: 50vh 0
}

.c-choochoo_item span {
    display: block
}

.c-choochoo_item.-reverse span {
    transform: rotateY(180deg)
}

html[data-direction=up] .c-choochoo_item span {
    transform: rotateY(180deg)
}

html[data-direction=up] .c-choochoo_item.-reverse span {
    transform: rotateY(0deg)
}

@media (max-width:1199px) {
    .c-choochoo_item {
        display: none
    }
}

@media (max-width:999px) {
    .c-damn {
        padding: 150vh 0 0
    }
}

@media (min-width:1000px) {
    .c-damn {
        padding: 100vh 0 0
    }
}

.c-helicopter_wrapper {
    display: flex;
    height: 100%;
    position: relative
}

.c-helicopter {
    align-self: center
}

.u-2\:1:before {
    padding-bottom: 50%
}

.u-4\:3:before {
    padding-bottom: 75%
}

.u-16\:9:before {
    padding-bottom: 56.25%
}

.u-1\/1 {
    width: 100% !important
}

.u-1\/2 {
    width: 50% !important
}

.u-2\/2 {
    width: 100% !important
}

.u-1\/3 {
    width: 33.33333% !important
}

.u-2\/3 {
    width: 66.66667% !important
}

.u-3\/3 {
    width: 100% !important
}

.u-1\/4 {
    width: 25% !important
}

.u-2\/4 {
    width: 50% !important
}

.u-3\/4 {
    width: 75% !important
}

.u-4\/4 {
    width: 100% !important
}

.u-1\/5 {
    width: 20% !important
}

.u-2\/5 {
    width: 40% !important
}

.u-3\/5 {
    width: 60% !important
}

.u-4\/5 {
    width: 80% !important
}

.u-5\/5 {
    width: 100% !important
}

@media (min-width:700px) {
    .u-1\/2\@from-small {
        width: 50%
    }
}

@media (min-width:1000px) {
    .u-1\/3\@from-medium {
        width: 33.33333%
    }

    .u-1\/2\@from-medium {
        width: 50%
    }

    .u-2\/5\@from-medium {
        width: 40%
    }

    .u-3\/5\@from-medium {
        width: 60%
    }
}

.u-float-left {
    float: left !important
}

.u-float-right {
    float: right !important
}

.u-text-center {
    text-align: center !important
}

.u-text-left {
    text-align: left !important
}

.u-text-right {
    text-align: right !important
}

.u-align-baseline {
    vertical-align: baseline !important
}

.u-align-bottom {
    vertical-align: bottom !important
}

.u-align-middle {
    vertical-align: middle !important
}

.u-align-top {
    vertical-align: top !important
}

.u-vertical-center {
    font-size: 0
}

.u-vertical-center:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.u-vertical-center>* {
    display: inline-block;
    font-size: 1rem;
    vertical-align: middle
}

.u-white {
    color: #fff
}

.u-label {
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase
}

.u-icon {
    font-family: Lucida Grande;
    font-size: 1.125rem
}

.u-text {
    font-size: .875rem
}

.u-clearfix:after {
    clear: both;
    content: "";
    display: block
}

.u-truncate {
    word-wrap: normal;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

[hidden][aria-hidden=false] {
    clip: rect(0, 0, 0, 0);
    display: inherit;
    position: absolute
}

[hidden][aria-hidden=false]:focus {
    clip: auto
}

.u-screen-reader-text {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px
}

@media not print {
    .u-screen-reader-text\@screen {
        clip: rect(0 0 0 0);
        border: 0;
        height: 1px;
        margin: 0;
        overflow: hidden;
        padding: 0;
        position: absolute !important;
        width: 1px
    }
}

.u-screen-reader-text.-focusable:active,
.u-screen-reader-text.-focusable:focus {
    clip: auto;
    height: auto;
    width: auto
}

.footer {
    background-color: #e7e4df;
    color: #000;
}

.footer ul {
    padding: 0;
}

.footer li {
    list-style: none;
}

.footer li a i {
    margin-right: 10px;
    float: left;
    width: 6%;
    line-height: 26px;
}

.footer li a b {
    font-size: 15px;
    color: #a66739;
}

.footer li a {
    color: #000;
    text-decoration: none;
    display: flex;
    padding-bottom: 8px;
}

.footer li a:hover {
    text-decoration: underline;
}



.contact-form-wrapper {
    max-width: 1140px;
    margin-top: 100px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 100px;
}

.contact-form-wrapper form {
    background: #fff;
    padding: 50px;
    border-radius: 25px;
}

.wpcf7-spinner {
    visibility: hidden;
    display: block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative;
}

.w-form {
    margin: 0 0 15px;
}

.contact-form-block {
    min-height: 420px;
}

.form-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 80px;
    padding-bottom: 16px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: 1px solid #f8f8f8;
}

.form-field {
    width: 210px;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
}

.w-input,
.w-select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #828282 !important;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
}

.form-text-field {
    margin-bottom: 0;
    padding: 0;
    border: 1px #000;
    border-radius: 0;
    background-color: transparent;
    font-family: Nunito, sans-serif;
    font-size: 24px;
    line-height: 120%;
    font-weight: 400;
}

.form-text-field {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.w-input {
    color: black;
}

.required-field {
    color: #8b6967;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
}

.blog-block {
    margin-bottom: 25px;
    background-color: #000;
    color: #fff;
    padding: 10px;
    padding-bottom: 0;
    border-radius: 5px;
}

.blog-block img {
    border: 1px solid #e9b48a;
    border-radius: 5px;
    margin-bottom: 10px;
}

.blog-block h3 a {
    font-size: 1.25rem;
    color: #fff;
    text-decoration: none;
}

.blog-block span a,
.blogs-description span a {
    color: rgb(100, 116, 139);
    text-decoration: none;
}

.blog-block .row {
    border-top: 1px solid #64748b;
    margin-top: 7px;
}

.blog-block .col-sm-4 {
    border-right: 1px solid #64748b;
    padding-top: 10px;
    padding-bottom: 10px;
}

.blog-block .col-sm-4:last-child {
    border-right: none;
}

.blog-block .col-sm-4:first-child a {
    color: #e9b48a;
    text-decoration: none;
}



.blogs-description h1 {
    padding-top: 1.5rem;

}

.banner-title {
    z-index: 2;
}

.banner-title h1 {
    font-size: 6.5rem;
}

.service-intro-title {
    margin-top: 75px;
    font-weight: 100;
}

.service-description {
    font-size: 18px !important;
    text-transform: initial;
    font-weight: 200;
    margin-top: 10px;
}

.service-items-number {
    width: 76px;
    height: 61px;
}


/*GALLERY CSS*/

:root {
    --padding-sides: 2rem;
    --padding-row: 1rem;
    --color-row-border: #f0f0f0;
    --color-bg-row-hover: #f0f0f0;
    --color-text-alt: #000;
    --image-gap: 1vw;
    --image-gap-large: 2vw;
    --img-size: 5vw;
    --img-size-large: 14vw;
}


.oh {
    position: relative;
    overflow: hidden
}

.oh__inner {
    will-change: transform;
    display: inline-block
}

.js .loading:before,
.js .loading:after {
    content: "";
    z-index: 1000;
    position: fixed
}

.js .loading:before {
    width: 100%;
    height: 100%;
    background: var(--color-bg);
    top: 0;
    left: 0
}

.js .loading:after {
    width: 60px;
    height: 60px;
    opacity: .4;
    background: var(--color-link);
    border-radius: 50%;
    margin: -30px 0 0 -30px;
    animation: loaderAnim .7s linear infinite alternate forwards;
    top: 50%;
    left: 50%
}

@keyframes loaderAnim {
    to {
        opacity: 1;
        transform: scale(.5)
    }
}

a {
    color: var(--color-link);
    cursor: pointer;
    outline: none;
    text-decoration: none
}

.hover-line,
.cda-sponsor-link {
    position: relative;
    overflow: hidden
}

.hover-line:before,
.cda-sponsor-link:before {
    content: "";
    height: 1px;
    width: 100%;
    transform-origin: 0%;
    background: currentColor;
    transition: transform .3s;
    position: absolute;
    top: 92%
}

.hover-line:hover:before,
.cda-sponsor-link:hover:before {
    transform-origin: 100%;
    transform: scaleX(0)
}

a:hover {
    color: var(--color-link-hover);
    outline: none;
    text-decoration: none
}

a:focus {
    background: #d3d3d3;
    outline: none
}

a:focus:not(:focus-visible) {
    background: 0 0
}

a:focus-visible {
    background: 0 0;
    outline: 2px solid red
}

.unbutton {
    font: inherit;
    cursor: pointer;
    background: 0 0;
    border: 0;
    margin: 0;
    padding: 0
}

.unbutton:focus {
    outline: none
}

.frame {
    width: 100%;
    padding: 3rem var(--padding-sides);
    grid-row-gap: 1rem;
    grid-template: "title" "prevdemo" "sponsor" /1fr;
    justify-content: start;
    place-items: end start;
    display: grid
}

.frame__title {
    grid-area: title;
    line-height: 1;
    display: flex
}

.frame__title-main {
    text-transform: none;
    margin: 0;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-size: 1.953rem;
    font-weight: 400
}

.frame__title-back {
    align-items: flex-end;
    display: flex;
    position: relative
}

.frame__title-back span {
    display: none
}

.frame__title-back svg {
    fill: currentColor
}

.frame__prevdemo {
    grid-area: prevdemo
}

.intro {
    padding: 1rem var(--padding-sides)3rem
}

.intro p {
    max-width: 860px
}

.cover {
    background: var(--color-bg-row-hover);
    width: 100%;
    height: 0;
    opacity: 0;
    pointer-events: none;
    z-index: 10;
    will-change: height, top;
    position: fixed;
    left: 0
}

.content {
    z-index: 100;
    border-bottom: 1px solid var(--color-row-border);
    position: relative
}

.row-gallery {
    z-index: 1;
    color: var(--color-text);
    cursor: pointer;
    grid-template-rows: var(--img-size);
    grid-column-gap: 5vw;
    padding: var(--padding-row)var(--padding-sides);
    border-top: 1px solid var(--color-row-border);
    grid-template-columns: auto 1fr;
    align-items: center;
    transition: background-color .3s ease-out, border-color .3s ease-out;
    display: grid;
    position: relative
}

.row-gallery:hover {
    background-color: var(--color-bg-row-hover)
}

.row-gallery--current {
    z-index: 11;
    transition: border-color .3s ease-out
}

.cell {
    position: relative
}

.cell__title,
.preview__item-title {
    white-space: nowrap;
    margin: 0;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-size: clamp(1.953rem, 4vw, 3.052rem);
    font-weight: 400;
    line-height: 1;
    position: relative
}

.cell__title--switch {
    font-family: lores-22-serif, sans-serif;
    font-weight: 700
}

.cell__title {
    grid-template-rows: 100% 100%;
    display: grid
}

.cell--images {
    grid-gap: var(--image-gap);
    grid-auto-columns: auto;
    grid-auto-flow: column;
    place-content: center end;
    margin-left: auto;
    display: grid
}

.cell__img {
    width: var(--img-size);
    will-change: transform, opacity;
    opacity: 1 !important;
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
    display: grid;
    position: relative
}

.cell__img-inner {
    aspect-ratio: 1;
    width: 100%;
    border-radius: calc(var(--image-gap)/3);
    background-position: 50%;
    background-size: cover
}

.cell__img-title {
    max-width: 100%;
    color: var(--color-text-alt);
    height: 0;
    opacity: 0;
    white-space: nowrap;
    will-change: opacity, transform;
    margin: 0;
    font-size: 1rem;
    font-weight: 300;
    display: none
}

.page-footer {
    padding: 10vw 10vw 5vw
}

.page-footer__text {
    max-width: 860px;
    margin: 1.5rem auto;
    line-height: 1.5
}

.page-footer__credits {
    text-align: center;
    padding-top: 10vh
}

.preview {
    width: 100%;
    height: 200vh;
    pointer-events: none;
    z-index: 1031;
    position: absolute;
    top: 0;
    left: 0;
}

.preview__close {
    cursor: pointer;
    opacity: 0;
    padding: 2rem;
    font-family: sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1033;
}

.preview__close--show {
    pointer-events: auto
}

.preview__item {
    width: 100%;
    /* height: auto; */
    grid-gap: 10vh;
    /* height: 0; */
    opacity: 0;
    align-content: center;
    place-items: center;
    display: grid;
    /* overflow: scroll; */
    overflow-x: hidden;
    padding-bottom: 25px;
    position: fixed;
    top: 0;
}

.preview__item--current {
    pointer-events: auto;
    height: 100vh;
    opacity: 1;
    z-index: 1031;
    background-color: antiquewhite;
}

.preview__item-title {
    font-family: lores-22-serif, sans-serif;
    font-size: clamp(1.563rem, 6vw, 3.815rem);
    font-weight: 700
}

.grid {
    max-width: 1200px;
    width: 100%;
    grid-gap: var(--image-gap-large);
    --img-size: var(--img-size-large);
    grid-template-columns: repeat(4, var(--img-size));
    grid-template-rows: repeat(2, var(--img-size));
    justify-content: center;
    justify-items: center;
    display: grid;
    position: relative
}

.grid .cell__img {
    width: var(--img-size-large)
}

@media screen and (min-width:61em) {
    .frame {
        grid-column-gap: 2rem;
        grid-template: "title prevdemo sponsor" /auto auto 1fr
    }

    :root {
        --padding-sides: 4rem;
        --padding-row: 2rem
    }
}


.apparel-color {
    width: 25px;
    height: 25px;
    display: inline-block;
}

.cb-img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.custom-html {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(40, 40, 40, 0), #282828);
}

.big-wrapper-home p:first-child {
    font-family: Branch, Raleway, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-weight: 400;
    font-size: 10rem;
    color: #f39d72;
    mix-blend-mode: plus-lighter;
    margin-bottom: 100px;
}

.big-wrapper-home .btn {
    position: absolute;
    bottom: 0.9rem;
    transform: translate(-50%, -50%);
    color: #fff;
    border: 1px solid #fff;
}

.big-wrapper-home .btn:hover {
    background: #fff;
    transition: border-color .5s, background-color 1.5s, color .5s;
    color: #282828;
}

.custom-html p {
    margin-bottom: 0;
}

.styled-image,
.styled-video {
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: var(--color-theme-placeholder);
}

.block-quote-image .row {
    justify-content: center;
}

.block-quote-image h2 {
    font-size: calc(var(--title-size) * 0.65);
    line-height: 0.85;
    color: var(--color-theme-dark);
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
}

.block-quote-image h2 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 0.075em;
    white-space: nowrap;
}

.block-quote-image h2 .span-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.15em;
    line-height: 70px;
}

.block-quote-image figure {
    width: 1.5em;
    height: 0.9em;
    border-radius: 0.5em;
    margin-bottom: 0;
    overflow: hidden;
    display: inline-block;
    position: relative;
    transform: translateY(-5%);
}

.block-quote-image picture,
.block-quote-image picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}




/*Bakery Home Category Section*/
.strip-outer {
    width: 100%;
    /* height: 100vh; */
    min-height: 600px;
    margin: auto;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: none;
}

.strip-inner {
    position: relative;
    top: 0;
    height: 100%;
    width: -moz-fit-content;
    width: fit-content;
}

.draggable {
    height: 500px;
    top: calc(50% - 250px);
    width: 100%;
    position: absolute;
    cursor: grab;
}

.draggable:active {
    cursor: grabbing;
}

.strip {
    height: 100%;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    align-items: start;
    position: relative;
    pointer-events: none;
}

.strip__item {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
}

.img-outer {
    --imgheight: 450px;
    height: var(--imgheight);
    width: calc(var(--imgheight) * 0.7);
    overflow: hidden;
    position: relative;
    flex: none;
}

.img-outer--size-s {
    --imgheight: 300px;
}

.img-outer--size-m {
    --imgheight: 360px;
}

.img-outer--size-l {
    --imgheight: 390px;
}

.img-outer--size-xl {
    --imgheight: 420px;
}

.img-inner {
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    left: -20px;
    top: -20px;
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
}

.strip__item-number {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.strip__item-link {
    pointer-events: auto;
    cursor: pointer;
    display: block;
    position: relative;
}

.strip__item-link::before {
    content: '';
    position: absolute;
    width: 160%;
    height: 120%;
    left: -30%;
    top: -10%;
}



.strip__item-link span {
    display: block;
}

.strip__item-plus {
    display: none;
    width: 13px;
    height: 13px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='13' height='13' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7 6h6v1H7v6H6V7H0V6h6V0h1v6z' fill='%23505050'/%3e%3c/svg%3e");
    background-size: 100%;
}

.strip__item-link:hover+.strip__item-plus {
    display: block;
}

.strip-cover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--color-cover);
    pointer-events: none;
    opacity: 0;
}

.strip-cover__title {
    font-family: fleisch-wolf, sans-serif;
    font-weight: 400;
    font-size: 20vw;
    margin: 0;
    line-height: 1;
    -webkit-text-stroke: 1px var(--color-cover);
    text-stroke: 1px var(--color-cover);
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    color: transparent;
}

.strip-cover__subtitle {
    font-size: 1.5rem;
    margin: 0;
}

/*.content {
    top: 0;
    position: absolute;
    height: 100vh;
    width: 100%;
    z-index: 1000;
}
*/
.js .content {
    pointer-events: none;
}

.content__item {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100vh;
    display: grid;
    align-items: center;
    grid-template-rows: 50% 40% 10%;
    grid-column-gap: 0;
    grid-template-areas: 'content-img' 'content-copy' '...';
    display: none;
}

.js .content__item {
    height: 100%;
    opacity: 0;
    pointer-events: none;
}

.js .content__item--current {
    pointer-events: auto;
    opacity: 1;
    top: 0;
    display: grid;
}

.img-outer--content {
    height: 100%;
    width: auto;
    grid-area: content-img;
}

.img-inner--content {
    background-position: 50% 35%;
}

.content__item-title {
    font-weight: normal;
    color: var(--color-content-title);
}

.content__item-copy {
    grid-area: content-copy;
    padding: 1.5rem 2rem;
    color: var(--color-copy);

}

.content__item-text {
    margin: 0;
}

.content__close {
    display: block;
    background: none;
    border: 0;
    margin: 0;
    padding: 0;
    color: inherit;
    opacity: 0;
    pointer-events: none;
    cursor: pointer;
    position: absolute;
    bottom: 1.5rem;
    left: 3rem;
}

.content__item--current~.content__close {
    pointer-events: auto;
}

.content__close svg {
    fill: currentColor;
}

.content__close:focus,
.content__close:hover {
    outline: none;
    color: #fff;
}

/* Will-change */
.strip,
.strip__item,
.cursor__side,
.content__close,
.content__item-title,
/*.content__item-copy {
    will-change: transform;

}*/


@media screen and (min-width: 53em) {
    body {
        overflow: hidden;
    }

    .frame {
        position: fixed;
        text-align: left;
        z-index: 10000;
        display: grid;
        align-content: space-between;
        width: 100%;
        max-width: none;
        height: 100vh;
        padding: 1.25rem 3rem;
        pointer-events: none;
        grid-template-columns: 80% 20%;
        grid-template-rows: auto auto auto;
        grid-template-areas: 'page-title links'
            '... ...'
            'indicator sub-title';
    }

    .frame__title-wrap {
        grid-area: page-title;
        display: flex;
    }

    .frame__title {
        margin: 0;
    }

    .frame__subtitle {
        grid-area: sub-title;
        justify-self: end;
        margin: 0;
    }

    .frame__links {
        padding: 0;
        margin: 0 0 0 2rem;
    }

    .frame__indicator {
        grid-area: indicator;
        margin: 0;
    }

    .content__item {
        top: 0;
        grid-template-columns: 40% 45% 15%;
        grid-template-rows: 100%;
        grid-template-areas: 'content-copy content-img ... ';
    }

    .content__item-copy {
        max-width: 240px;
        justify-self: end;
        align-self: end;
        text-align: right;
    }

    .strip-cover__title {
        font-size: 15vw;
        -webkit-text-stroke: 2px var(--color-cover);
        text-stroke: 2px var(--color-cover);
    }

    .strip-cover__subtitle {
        font-size: 3rem;
    }
}

@media (any-pointer: fine) {
    .cursor {
        display: block;
    }

    .cursor__inner {
        z-index: 9999;
        pointer-events: none;
        position: absolute;
        top: 0;
        left: 0;
        mix-blend-mode: difference;
        border-radius: 50%;
    }

    .cursor__side {
        position: absolute;
        top: 50%;
        width: 5px;
        height: 1px;
        background: #fff;
        opacity: 0;
    }

    .cursor__side--left {
        right: calc(100% + 5px);
    }

    .cursor__side--right {
        left: calc(100% + 5px);
    }

    .cursor__inner--circle {
        width: 25px;
        height: 25px;
        border: 1px solid #fff;
    }
}

.styling-element-x {
    height: 3.2em;
    position: relative;
    flex-shrink: 0;
    width: 10em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.border-static-x {
    height: 1px;
    width: 100%;
    background-color: var(--color-theme-border);
    flex-shrink: 0;
    transition: background-color var(--animation-primary);
}

.styling-element-x .round-back {
    width: 3.2em;
    height: 3.2em;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.styling-element-x .round-back {
    width: 3.2em;
    height: 3.2em;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.styling-element-x.styling-full-width {
    width: 100%;
}

.styling-element-x .overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #d4c9c9;
    border-radius: 50%;
    transition: background-color var(--animation-primary);
}

.styling-element-x .round-back svg {
    width: 30%;
}

.section-text.multi-column {
    text-align: left;
}

.section-text {
    display: block;
    overflow: hidden;
    padding: 7rem 2rem;
    text-align: center;
}

@media (min-width: 992px) {
    .section-text {
        padding: 10rem 6rem;
    }
}

.bg-white {
    background-color: var(--color-white);
}

.section-text__inner {
    margin: 0 auto;
    max-width: 98rem;
}

@media (min-width: 992px) {
    .multi-column .section-text__inner {
        display: grid;
        max-width: none;
        grid-template-columns: 1fr 3fr;
    }
}

.eyebrow {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.8rem;
    letter-spacing: -0.02em;
}

@media (min-width: 992px) {

    .eyebrow,
    .utility {
        font-size: 1rem;
        line-height: 1.4rem;
    }
}

.section-text__inner .eyebrow {
    display: block;
    margin: 0;
}

@media (min-width: 992px) {
    .multi-column .section-text__inner .eyebrow {
        margin: 0.8rem 0 0;
        max-width: 24rem;
    }
}

.section-text__heading {
    margin: 3rem 0 0;
}

@media (min-width: 992px) {
    .multi-column .section-text__heading {
        margin: 0;
        max-width: 98rem;
    }
}


.menu {
    padding: 10rem 0 20vh 0;
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: right;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    counter-reset: menucounter;
}

.menu__item {
    flex: none;
    display: flex;
    justify-content: space-around;
    position: relative;
    padding-left: 5rem;
}

.menu__item::before {
    counter-increment: menucounter;
    content: counters(menucounter, ".", decimal-leading-zero);
    position: absolute;
    left: 0;
    border-left: 3px solid currentColor;
    top: 20%;
    height: 60%;
    padding-left: 1rem;
    display: flex;
    align-items: center;
    line-height: 1;
    font-weight: bold;
    opacity: 0;
    transform: translateX(-1rem);
    transition: transform 0.3s, opacity 0.3s;
}

.menu__item:hover::before {
    opacity: 1;
    transform: translateX(0);
}

.menu__item-text {
    position: relative;
    cursor: pointer;
    padding: 0.5rem;
    display: block;
    /*overflow: hidden;*/
    font-size: 2vw;
}

.menu__item-textinner {
    display: block;
    font-family: goldenbook, serif;
    font-weight: 300;
    text-transform: uppercase;
    white-space: nowrap;
    color: #000;
}

.js .menu__item-textinner {
    transform: translateY(100%);
}

.menu__item:hover .menu__item-textinner {
    color: var(--color-menu-hover);
}

.menu__item-sub {
    display: none;
    text-transform: uppercase;
    font-weight: bold;
    white-space: nowrap;
    align-items: center;
    position: relative;
    margin-left: 2rem;
    padding-left: 3rem;
    opacity: 0;
    transform: translateX(-1rem);
    transition: transform 0.3s, opacity 0.3s;
}

.menu__item:hover .menu__item-sub {
    opacity: 1;
    transform: translateX(0);
}

.menu__item-sub::before {
    content: '';
    position: absolute;
    left: 0;
    top: 15%;
    width: 1px;
    height: 70%;
    background: currentColor;
    transform-origin: 0 100%;
    transform: rotate(22.5deg) scale3d(1, 0, 1);
    transition: transform 0.3s;
}

.menu__item:hover .menu__item-sub::before {
    transform: rotate(22.5deg) scale3d(1, 1, 1);
}

.hover-reveal {
    position: absolute;
    z-index: -1;
    width: 220px;
    height: 320px;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
}

.hover-reveal__inner {
    overflow: hidden;
}

.hover-reveal__inner,
.hover-reveal__img {
    width: 100%;
    height: 100%;
    position: relative;
}

.hover-reveal__img {
    background-size: cover;
    background-position: 50% 50%;
}

@media screen and (min-width: 53em) {
    .frame {
        flex-direction: column;
        align-items: flex-end;
        text-align: right;
        background: none;
        height: 50vh;
        pointer-events: none;
        padding-bottom: 0;
    }

    .frame__links a:not(:last-child) {
        margin-right: 0;
    }

    .frame__links {
        margin: 0.5rem 0 2rem;
        justify-self: start;
    }

    .frame__links a {
        margin-left: 0.5rem;
        pointer-events: auto;
    }

    .frame__button {
        cursor: not-allowed;
        pointer-events: auto;
        margin-top: auto;
        transform: translateY(50%);
    }

    .menu {
        padding-top: 20vh;
    }

    .menu__item {
        padding-left: 5vw;
        justify-content: initial;
    }

    .menu__item-text {
        padding: 1vh 0;
        font-size: 4vw;
    }

    .menu__item-sub {
        display: flex;
    }
}

@media (any-pointer: fine) {
    .cursor {
        position: fixed;
        top: 0;
        left: 0;
        display: block;
        pointer-events: none;
    }

    .cursor__inner {
        fill: var(--cursor-fill);
        stroke: var(--cursor-stroke);
        stroke-width: var(--cursor-stroke-width);
        opacity: 0.3;
    }

    .credits {
        padding-left: 25vw;
    }
}

/*! locomotive-scroll v3.5.4 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
    overflow: hidden;
}

html.has-scroll-dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.has-scroll-smooth body {
    overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
    min-height: 100vh;
}

.c-scrollbar {
    position: absolute;
    right: 0;
    top: 0;
    width: 11px;
    height: 100vh;
    transform-origin: center right;
    transition: transform 0.3s, opacity 0.3s;
    opacity: 0;
}

.c-scrollbar:hover {
    transform: scaleX(1.45);
}

.c-scrollbar:hover,
.has-scroll-scrolling .c-scrollbar,
.has-scroll-dragging .c-scrollbar {
    opacity: 1;
}

.c-scrollbar_thumb {
    position: absolute;
    top: 0;
    right: 0;
    background-color: black;
    opacity: 0.5;
    width: 7px;
    border-radius: 10px;
    margin: 2px;
    cursor: -webkit-grab;
    cursor: grab;
}

.has-scroll-dragging .c-scrollbar_thumb {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}


.woocommerce-tabs {
    padding: 0px 0px 0 0px
}

.tabs.wc-tabs {
    margin-top: 0;
}

.tabs.wc-tabs li {
    display: inline-block;
    list-style: none;
    margin: 0 2px 0 0;
    background: #0018a8;
    min-width: auto;
    text-align: center;
    border-radius: 4px
}

.tabs.wc-tabs li a {
    color: #fff;
    display: block;
    padding: 12px 20px;
}

.tabs.wc-tabs {
    padding-left: 0
}

.wpneo-single-sidebar .cart input[type="number"].wpneo_donate_amount_field {
    width: 100%
}

#comments h2 {
    font-size: 20px
}

.tabs.wc-tabs li.active {
    background: #ffc107;
}

.tabs.wc-tabs li.active a {
    color: #212529
}



.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background: #44c9ce;
    ;
    color: #fff
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background: #812990;
    color: #fff
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: 4px;
    position: absolute;
    top: 50%;
    width: 0;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    background: #fff;
    padding: 20px;
    border: 1px solid #eef1fd;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    border-radius: 0
}

.woocommerce-checkout #customer_details input,
.woocommerce-checkout #customer_details textarea {
    height: auto;
    border: 1px solid #dddddd;
    padding: 10px 15px;
    border-radius: 0;
    width: 100%
}

#customer_details select,
.select2-container--default .select2-selection--single {
    height: auto;
    border: 1px solid #dddddd;
    border-radius: 0;
    padding: 5px 10px;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    float: left;
    width: 48%;
    max-width: 48%;
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
    width: 100%;
    display: block
}

.woocommerce form .form-row {
    display: block
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    max-width: 48%
}

li.wc_payment_method payment_method_cod label {
    display: inline-block;
    margin-bottom: .5rem;
    vertical-align: top;
    line-height: 15px;
}

menu,
ol,
ul {
    margin: 16px 0;
    padding: 0 0 0 0px;
}

.doner_btn a:hover {
    color: #fff !important;
    border: 1px solid #0018a8;
}





#ship-to-different-address-checkbox {
    width: auto !important;
}


/*********raj-css**********/
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    height: 44px;
    border-radius: 12px;
    border: 1px solid #bfbfbf;
    padding: 0px 10px;
    font-size: 15px;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    border-radius: 12px;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    border-radius: 12px;
}

.edit-account .wp-element-button {
    font-size: 16px !important;
    background: #a96838 !important;
    color: #fff !important;
    margin-top: 16px !important;
}

.woocommerce-MyAccount-navigation {}

.woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 77%;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 20%;
    background: #e7e4df;
    padding: 18px;
}

.woocommerce-MyAccount-navigation ul li {
    list-style: none;
    padding-bottom: 5px;
    border-bottom: 1px solid #121212;
    margin-bottom: 9px;
}

.woocommerce-MyAccount-navigation ul li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.woocommerce table.shop_table {
    background-color: #fff;
}

.woocommerce table.shop_table {
    background: #fff;
}

.woocommerce-order-details__title {
    font-size: 1.5rem;
    padding-bottom: 11px;
}

.woocommerce-account .addresses .title h3 {
    float: left;
    font-size: 21px;
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 77%;
    background: #fff;
    padding: 14px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-top: 0;
}

.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    width: 56%;
}

.cart_totals h2 {
    font-size: 1.5re;
}

.woocommerce ul.order_details {
    background: #fff;
    padding: 12px;
}

.woocommerce-column__title {
    font-size: 1.5rem;
}

.woocommerce div.product form.cart .variations select {
    padding: 6px;
    border: 1px solid #b2b2b2;
    margin-bottom: 3px;
    border-radius: 8px;
}

.woocommerce .quantity .qty {
    height: 36px;
    border-radius: 8px;
    border: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #000000;
}

.single-product .contact-form-wrapper {
    margin-top: 140px;
}

.single-product h2 {
    font-size: 1.5rem;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    margin-bottom: 0;
}

.woocommerce .products ul,
.woocommerce ul.products {
    margin-bottom: 0;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    margin-bottom: 0;
    background-color: #fff;
    padding: 20px;
    border-radius: 16px;
}



.main-shop {
    padding: 4rem 0rem;
}

.main-shop .category {
    background: #fff;
    padding: 12px;
    text-align: left;
}

.main-shop h4 {
    text-align: left;
    padding-bottom: 12px;
    border-radius: 10px 10px 0px 0px;
    font-size: 1.25rem;
    text-transform: uppercase;
    border-bottom: 1px solid #000;
    margin-bottom: 16px;
}

.main-shop .category h5 {
    border-bottom: 1px solid #bbbbbb;
    padding: 26px 0px 6px;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
    color: #b47444;
    letter-spacing: 2px;
}

.main-shop .category .form-check-input:checked {
    background-color: #b47444;
    border-color: #0d6efd;
}

.bg-background {
    position: relative;
    padding: 60px 0px;
    background-color: #000;
}

.bg-background h2 {
    color: #fff;
    font-size: 2.3rem;
}

.main-shop .form-select {
    border: 1px solid #000;
    margin-bottom: 14px;
    background-color: #fff0;
    border-radius: 0;
    width: 50%;
    float: right;
}

.main-shop hr {
    border-top: 1px solid black;
    opacity: 1;
    width: 98% !important;
    margin-left: 8px;
    position: relative;
    top: -15px;
    margin-bottom: 0;
}

.range-slider {
    width: 100%;
    text-align: center;
    position: relative;
    padding-bottom: 35px;
}

.range-slider .rangeValues {
    display: block;
}

.range-slider input[type=range] {
    -webkit-appearance: none;
    border: 1px solid white;
    width: 100%;
    position: absolute;
    left: 0;
}

.range-slider input[type=range]::-webkit-slider-runnable-track {
    width: 300px;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}

.range-slider input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #b47444;
    margin-top: -4px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.range-slider input[type=range]:focus {
    outline: none;
}

.range-slider input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc;
}

.range-slider input[type=range]::-moz-range-track {
    width: 300px;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}

.range-slider input[type=range]::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #b47444;
}

.range-slider input[type=range]:-moz-focusring {
    outline: 1px solid white;
    outline-offset: -1px;
}

.range-slider input[type=range]::-ms-track {
    width: 300px;
    height: 5px;
    background: transparent;
    border-color: transparent;
    border-width: 6px 0;
    color: transparent;
    z-index: -4;
}

.range-slider input[type=range]::-ms-fill-lower {
    background: #777;
    border-radius: 10px;
}

.range-slider input[type=range]::-ms-fill-upper {
    background: #ddd;
    border-radius: 10px;
}

.range-slider input[type=range]::-ms-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #b47444;
}

.range-slider input[type=range]:focus::-ms-fill-lower {
    background: #888;
}

.range-slider input[type=range]:focus::-ms-fill-upper {
    background: #ccc;
}

.product-wrapper,
.product-img {
    overflow: hidden;
    position: relative
}

.mb-45 {
    margin-bottom: 14px
}

.product-action {
    bottom: 0px;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    transition: all 0.6s ease 0s
}

.product-wrapper {}

.product-action-style {
    background-color: #212529;
    display: inline-block;
    box-shadow: 0 0 8px 1.7px rgba(0, 0, 0, 0.06);
    padding: 6px;
}

.product-action-style>a {
    color: #fff;
    line-height: 1;
    padding: 0 21px;
    position: relative
}

.product-action-style>a.action-plus {
    font-size: 18px
}

.product-wrapper:hover .product-action {
    bottom: 25px;
    opacity: 1
}

.product-img img {
    width: 100%;
    height: auto;
    height: 240px;
}

.product-wrapper h6 {
    background: #ffffff6b;
    padding: 10px 4px;
    color: #000;
    font-family: 'Rubik';
}

.product-wrapper h6 a {
    font-size: 14px;
}

.product-wrapper span {
    background: #ededed;
    display: block;
    padding: 7px;
    color: #7f4112;
}

.bread-crumb {
    background: #fff;
    padding: 1px 12px;
    margin-bottom: 37px;
    border-radius: 10px;
}

.category .form-check-input {
    border: var(--bs-border-width) solid #050505;
    cursor: pointer;
}

.category ul {
    overflow: auto;
    height: 300px;
}

.category .form-check-input:focus {
    border-color: initial;
    box-shadow: initial;
}

.category li {
    border-bottom: 1px solid #c6c6c6;
    padding: 4px 0px;
}

.category li:last-child {
    border-bottom: none;
}

.category li p {
    font-size: 16px;
    margin-bottom: 0;
}

.main-shop .category ul::-webkit-scrollbar {
    width: 0.6em;
}

.main-shop .category ul::-webkit-scrollbar-thumb {
    background-color: #d4c9c9;
    border-radius: 50px;
}

.main-shop .category ul::-webkit-scrollbar-track {
    background-color: #ffffff;
    border-radius: 50px;
    border: 1px solid #d4c9c9;
}

.category ::marker {
    display: none;
}

.select-cate {
    width: 100%;
    margin-bottom: 16px;
}

.contact-form-wrapper .form-text-field {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    font-size: 21px;
    width: 100%;
}

.contact-form-wrapper .wpcf7-not-valid-tip {
    font-size: 0;
    font-weight: normal;
    display: block;
    border: 1px solid red;
    position: relative;
    top: 17px;
}

.contact-form-wrapper .form-row {
    margin-bottom: 50px;
}

.contact-form-wrapperb .border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) #656565 !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border: none;
    color: red;
    margin: 0;
    padding: 0;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
    margin: 0;
    padding: 0;
    border: none;
}



/****************wordpress-menu-css*******************/

.menu {
    margin: 0;
    padding: 0;
    margin-left: auto;
}

.menu>li {
    list-style: none;
    display: inline-block;
    position: relative;
    padding: 0;
    border-radius: 0;
}

.sub-menu {
    display: none;
    position: absolute;
    top: 32px;
    width: 200px;
    background: #7e604b;
    z-index: 99;
    margin: 0;
    transition: 0.5s;
}

.menu-item-has-children:hover .sub-menu {
    display: block;
    margin: 0;
    padding: 0;
}

.menu .menu-item-has-children a {
    padding: 20px;
}

.sub-menu li {
    list-style: none;
    display: block;
    padding: 0;
    border-radius: 0 !important;
}

.sub-menu li a {
    padding: 9px !important;
}

.sub-menu li:hover {
    background: #000000;
    border-radius: 0;
    opacity: initial;
}

.sub-menu .nav-link:focus,
.nav-link:hover {
    opacity: 1 !important;
}

.menu-item-137 {
    position: relative;
}

header ul li.menu-item-has-children:after {
    content: ' \25BC';
    position: absolute;
    right: 0;
    top: 4px;
    font-size: 12px;
    color: #ffffff;
    border-radius: 0;
}

/****************wordpress-menu-css*******************/


/**********product-page************/
.comment-form {
    padding: 20px 30px;
    background: #e6dcdc;
    margin-top: 25px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.comment-form input,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    line-height: inherit;
    width: 100%;
    border-radius: 8px;
    border: none;
    padding: 10px 10px;
    font-size: 16px;
}

.comment-form .comment-form-cookies-consent input {
    width: inherit !important;
}

.comment-form .form-submit input {
    width: inherit !important;
    background: red;
}

.woocommerce p.stars a {
    color: orange;
}

.woocommerce div.product .product_title {
    font-size: 1.8rem;
    letter-spacing: 1px;
}

.related {
    clear: both;
    margin-top: 30px;
    display: inline-block;
    ;
}

/**********product-page************/


/**********about-page*************/
.salon-about {
    padding: 60px 0;
    background: linear-gradient(80.22deg, rgb(173 111 66 / 54%) -6.74%, hsl(0deg 0% 0% / 68%) 127.41%), url(assets/img/salon-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 600px;
    position: relative;
    margin-top: 93px;
    text-align: center;
}

.salon-about .col-md-12 {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0px, -50px);
}

.salon-about2 {
    padding: 200px 0;
    background: linear-gradient(80.22deg, rgb(173 111 66 / 54%) -6.74%, hsl(0deg 0% 0% / 68%) 127.41%), url(assets/img/banner-cafe.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 600px;
    position: relative;
    margin-top: 93px;
    text-align: center;
}

.salon-about2 .col-md-12 {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0px, -50px);
}

.salon-about .col-md-12 {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translate(0px, -50px);
    left: 0;
}

.salon-about h1 {
    font-size: 3.5rem;
    letter-spacing: 2px;
    line-height: 60px;
}

.salon-about2 h1 {
    font-size: 3.5rem;
    letter-spacing: 2px;
    line-height: 60px;
}

.counter {
    padding: 50px 0;
    text-align: center;
    background-color: #000;
}

.counter h4 {
    font-size: 1rem;
    text-transform: capitalize;
    color: #fff;
}

.counter-count {
    font-size: 40px !important;
    position: relative;
    color: #fff;
    text-align: center;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 700;
    height: 50px
}

.counter span {
    font-size: 40px;
    color: #fff;
    font-weight: 700
}

.welcome-empros {
    padding: 60px 0px;
}

.welcome-empros h2 {
    margin-bottom: 40px;
}

.welcome-empros p {
    font-size: 17px;
}

.about-med {
    padding: 200px 0;
    background: linear-gradient(80.22deg, rgb(173 111 66 / 54%) -6.74%, hsl(0deg 0% 0% / 68%) 127.41%), url(assets/img/cafe.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 600px;
    position: relative;
    margin-top: 93px;
    text-align: center;
}

.meet-team {
    padding: 60px 0px;
    text-align: center;
}

.meet-team img {}

.meet-team h3 {}

.team {
    position: relative;
    padding-bottom: 50px;
}

.member-description {
    position: absolute;
    width: 84%;
    left: 8%;
    bottom: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background: #fff;
    padding: 25px 10px;
    -webkit-box-shadow: 10px 4px 60px rgba(0, 0, 0, .1);
    box-shadow: 10px 4px 60px rgba(0, 0, 0, .1);
    height: 190px;
}

.hair-dressing {
    padding: 60px 0px;
    background-color: #000;
}

.hair-dressing h2 {
    font-size: 5rem;
    color: #fff;
    margin-bottom: 30px;
}

.hair-dressing p {
    color: #fff;
}

.hair-dressing img {
    max-width: 430px;
    width: 100%;
    float: right;
    margin-bottom: -60px;
}

.misha_loadmore {
    background-color: #212529;
    padding: 10px 12px;
    color: #fff;
    transition: 0.5s;
}

.misha_loadmore:hover {
    background-color: #212529a8;
    padding: 10px 12px;
    color: #fff;
}

.o-layout_item a {
    color: #000;
}

.o-layout_item a:hover {
    color: #000;
}

/**imag-animation***/

.image-wrap {
    transition: 1s ease-out;
    transition-delay: 0.2s;
    position: relative;
    width: auto;
    height: 80vh;
    overflow: hidden;
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    visibility: hidden;
}

.image-wrap img {
    transform: scale(1.3);
    transition: 2s ease-out;
}

.animating .image-wrap {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    visibility: visible;
    transform: skewY(0);
}

.animating img {
    transform: scale(1);
    transition: 4s ease-out;
}

/**imag-animation***/



/****************sustenbility**********/
.sustain-bility {
    background: black;
    margin-top: 125px;
    padding: 60px 0px;
    color: #fff;
}

.sustain-bility h2 {
    font-size: 3.5rem;
}

.our-solution {
    padding: 60px 0px;
    background: #dcd9ce;
}

.border-s {
    text-align: center;
    border: 1px solid #000;
    padding: 20px 20px;
}

.border-s h6 {
    margin-top: 15px;
}

.chemical-water {
    padding: 60px 0px;
}

.closing-loop {
    background: #fff;
    padding: 60px 0px;
}

/****************sustenbility**********/




/*************faq***********/
.mt-se-98 {
    margin-top: 93px;
}

.faq {
    padding: 60px 0px;
    background-color: #fff;
}

.faq-banner {
    margin-top: 125px;
}

.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: inherit;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 #d4c9c9;
}

.accordion {
    --bs-accordion-bg: inherit;
}

.accordion-button {
    font-family: 'Rubik';
    border-bottom: 1px solid black;
    border-radius: 0 !important;
    font-size: 22px;
    padding: 24px 0px;
}


.accordion-body {
    padding: 21px 0px;
}

.faq .col-sm-4 h2 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.accordion-button:focus {
    border-color: inherit;
    outline: inherit;
    box-shadow: inherit !important;
}

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: inherit;
}

/*************faq***********/



/****************spa-home*************/
.home-hero .parent .cards {
    flex: 0 0 100%;
    display: flex;
    margin-top: 62px;
    justify-content: center;
}

.home-hero .parent .cards .card {
    display: flex;
    flex: 0 0 403px;
    border-radius: 8px;
    opacity: 0;
    transform: translateY(100px);
}

.home-hero .parent .cards .card:nth-child(2) {
    margin: 0 17px;
}

.home-hero .parent .cards .card .child {
    display: flex;
    width: 100%;
    height: 371px;
    position: relative;
    padding: 27px 31px;
    flex-wrap: wrap;
    background: #0f1d18;
    border-radius: 8px;
    flex-direction: column;
    justify-content: space-between;
    transition: .3s ease-in-out;
}

.font-d-100-w {
    font-size: 60px;
    line-height: 75px;
}

.font-d-60-w {
    color: #faf7f0;
    letter-spacing: .015em;
    font-weight: 300;
    font-family: 'Rubik', sans-serif;
    font-size: 40px;
    line-height: 45px;
    text-transform: uppercase;
    font-style: normal;
}

.font-n-14-g {
    line-height: 14px;
    font-size: 14px;
}

.font-n-16-g {
    line-height: 22px;
    font-size: 16px;
    font-weight: 400;
}

.home-hero .parent .cards .card .child .small {
    max-width: 276px;
    color: #faf7f0;
}

.home-hero .parent .cards .card .child img {
    bottom: 26px;
    right: 28px;
    position: absolute;
}

.home-about {
    background-color: #0f1d18;
    padding-top: 141px;
    padding-bottom: 82px;
}

.home-about .top-text {
    text-align: center;
    color: #faf7f0;
    text-transform: uppercase;
}

.home-about h3 {
    text-align: center;
    max-width: 1000px;
    letter-spacing: .01em;
    text-transform: uppercase;
    color: #faf7f0;
    margin: auto;
}

.home-about p {
    color: #faf7f0;
}

.home-about .last {
    position: relative;

}

.home-about .for-flex {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.home-about .image-2 img,
.home-about .image-3 img {
    width: 100%;
}

.home-about .image-1 .clip {
    width: 100%;
    height: 100%;
}

.home-about .image-1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.home-about .image-2 {
    width: 60%;
}

.home-about .last .line-anim {
    position: absolute;
    width: 1px;
    height: 0;
    background: hsla(0, 0%, 100%, .2);
    top: 0;
    left: 0;
}

.padding-15-15 {
    padding: 0 15px;
}

.lazy-image-parent[data-v-514e6560] {
    overflow: hidden;
}

.home-about .text-1 {
    max-width: 60%;
    margin-top: 25px;
}

.home-about .text-2 {
    max-width: 80%;
    margin-top: 100px;
}

.detail-global {
    display: flex;
    width: 100%;
    height: 45px;
    border: 0.5px solid #faf7f0;
    border-radius: 23px;
    align-items: center;
    color: #faf7f0;
    font-family: "NeueRegular", sans-serif;
    font-size: 18px;
    line-height: 1;
    padding: 0 20px 0 25px;
    justify-content: space-between;
    opacity: 0;
    transform: translateY(30px);
}

.detail-global:hover {
    color: #faf7f0
}

.home-about .last .line-anim {
    position: absolute;
    width: 1px;
    height: 0;
    background: hsla(0, 0%, 100%, .2);
    top: 0;
    left: 0;
}

.slick-sliders .slick-initialized .slick-slide {
    display: block;
    margin: 14px;
}

.slick-sliders h2 {
    text-align: center;
    margin-bottom: 40px;
}

.slick-sliders .draggable {
    height: initial;
}

.slick-sliders .slick-dots li button:before {
    font-size: 20px;
}

.slick-sliders .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #a36436;
}

.slick-sliders .slick-dots li button:before {
    content: '•';
    opacity: .25;
    color: #af7d5a;
}

/****************spa-home*************/

/**************spa-tretment**********/
.medspa-treat {
    padding: 200px 0;
    background: linear-gradient(80.22deg, rgb(173 111 66 / 54%) -6.74%, hsl(0deg 0% 0% / 68%) 127.41%), url(assets/img/treatment-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 600px;
    position: relative;
    margin-top: 125px;
    text-align: center;
}

.treat-ment {
    padding: 60px 0px;
    background-color: #fff;
}

.lesar-treat {
    padding: 60px 0px;
    background-color: #d4c8c8;
}

.treat-box {
    position: relative;
    margin-bottom: 25px;
    overflow: hidden;
}

.treat-box img {
    max-width: 100%;
    transition: all 0.3s;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}

.treat-box:hover img {
    transform: scale(1.1);
}

.treat-box h3 {
    font-size: 1.3rem;
    margin-top: 13px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.our-spa {
    padding: 60px 0px;
    background-color: #fff;
}

.our-spa h3 {
    margin-bottom: 25px;
}

.our-spa p {
    font-size: 1.2rem;
}

.therapy {
    padding: 200px 0;
    background: linear-gradient(80.22deg, rgb(173 111 66 / 54%) -6.74%, hsl(0deg 0% 0% / 68%) 127.41%), url(assets/img/therap-piest.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 600px;
    position: relative;
    margin-top: 125px;
    text-align: center;
}

.our-therapy {
    padding: 60px 0px;
}

/****************appointment*************/
.appointment {}

.appointment .required-field {
    font-size: 17px;
}

.appointment .date {
    width: 100%;
    background-color: #fff0;
    border: none;
}

.appointment .time {
    width: 100%;
    background-color: #fff0;
    border: none;
}

.appointment .form-row {
    border-bottom: 1px solid #666666;
}

.appointment .form-check-input:checked {
    background-color: initial;
    border-color: #000000;
}

/****************appointment*************/



/***********cafe-about*************/
.why-schoose {
    padding: 60px 0px;
    background-color: #fff;
}

.chef {
    padding: 60px 0px;
    text-align: center;
}

/***********cafe-about*************/




/***********fashion-about**********/
.fashion-about {
    padding: 60px 0;
    background: linear-gradient(80.22deg, rgb(108 108 108 / 54%) -6.74%, hsl(0deg 0% 0% / 68%) 127.41%), url(assets/img/fashion-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 600px;
    position: relative;
    margin-top: 125px;
    text-align: center;
}

.fashion-about .col-md-12 {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0px, -50px);
}







/******************************************************responsive***********************************************************/

@media(max-width: 767px) {

    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-first,
    .woocommerce-page form .form-row-last,
    .woocommerce .col2-set .col-1,
    .woocommerce-page .col2-set .col-1,
    .woocommerce .col2-set .col-2,
    .woocommerce-page .col2-set .col-2 {
        float: left;
        width: 100%;
        max-width: 100%;
    }


    .for-dekstop {
        display: none;
    }

    .for-mobile {
        display: block;
    }

    .for-mobile img {
        margin-bottom: 25px;
    }

    .footer {
        transform: inherit !important;
    }

    /******medspa******/
    .c-section {
        transform: inherit !important;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .section0 {
        margin-top: 85px;
    }

    .home-hero .parent .cards {
        margin-top: 0px;
    }

    .home-hero .parent .cards .card .child {
        height: inherit !important;
    }

    .home-about {
        padding-top: 30px !important;
        padding-bottom: 30px;
    }

    .font-d-100-w {
        font-size: 30px;
        line-height: 45px;
    }

    .home-about .image-2 {
        width: 100%;
    }

    .home-about .text-1 {
        max-width: 100%;
        margin-top: 25px;
    }

    .home-about .text-2 {
        max-width: 80%;
        margin-top: 4px;
    }

    .slick-sliders .slick-sliders h2 {
        margin-bottom: 0;
    }

    .slick-sliders {
        padding: 60px 0px;
    }

    .medspa-treat {
        margin-top: 85px;
        height: inherit;
        padding: 40px 0px;
    }

    .therapy {
        margin-top: 85px;
        height: inherit;
        padding: 40px 0px;
    }

    .about-med {
        padding: 50px 0;
        height: inherit;
        margin-top: 85px;
        background: linear-gradient(80.22deg, rgb(173 111 66 / 54%) -6.74%, hsl(0deg 0% 0% / 68%) 127.41%), url(assets/img/cafe.jpg);
    }

    .image-wrap {
        height: auto;
    }

    .welcome-empros h2 {
        margin-bottom: 13px;
    }

    .welcome-empros {
        padding: 20px 0px 30px;
    }

    .c-cta_section {
        margin-bottom: 1.25rem;
    }


    .heading>span:first-child {
        font-size: 11vw;
    }

    .heading {
        margin-top: 13px;
    }

    .c-header_title {
        padding: 1.5rem 0;
    }

    .item {
        margin: 0 !important;
    }

    .item__excerpt li {
        list-style: none;
    }

    main {
        padding: 0 !important;
    }

    .faq-banner {
        margin-top: 85px;
    }

    .salon-about2 {
        padding: 50px 0;
        height: 400px;
        margin-top: 85px;
    }

    .salon-about2 h1 {
        font-size: 2rem;
    }

    .c-fixed_wrapper {
        height: 40vh;
        margin-top: 0px;
    }

    .main-shop {
        padding: 2rem 0rem;
    }

    .main-shop .category {
        margin-bottom: 25px;
    }

    hr {
        width: 94% !important;
    }

    .c-speed-block_image {
        margin-bottom: 0;
        margin-top: 0;
    }

    .c-lerp-block {
        margin-top: 0;
    }

    .c-lerp-block_index {
        height: 150px;
        width: 150px;
        margin-right: 13px;
        float: right;
        margin-bottom: 20px;
    }

    .salon-about {
        height: 211px;
    }

    .salon-about h1 {
        font-size: 1.5rem;
        line-height: inherit;
    }

    .salon-about .col-md-12 {
        position: inherit;
    }

    .hair-dressing h2 {
        font-size: 3rem;
    }

    .team:last-child {
        padding-bottom: 0;
    }

    .member-description {
        width: 100%;
        left: 0;
        background: #000000ab;
        padding: 10px 10px;
        color: #fff;
    }

    .fashion-page .c-fixed {
        top: 84px !important;
    }

    .mt-res {
        padding-top: 25px;
    }

    .insta-api {
        padding: 50px 0px;
    }

    .accordion-button {
        font-size: 16px;
        padding: 16px 0px;
    }

    .page-template-fashion-faq.accordion-button:last-child {
        border: none;
    }

    .fashion-about {
        height: 310px;
        margin-top: 385px;
    }

    .why-schoose img {
        display: none;
    }

    .sustain-bility {
        margin-top: 385px;
    }

    .sustain-bility h2 {
        font-size: 2.5rem;
        margin-bottom: 1.5rem;
    }

    .border-s {
        margin-bottom: 19px;
    }

    .border-s:last-child {
        border-bottom: 0;
    }

    .section-text {
        padding: 3rem 0rem;
    }

    .menu__item-text {
        font-size: 7vw;
    }

    .block-quote-image h2 .span-row {
        display: inherit;
        justify-content: inherit;
        align-items: inherit;
        gap: inherit;
        line-height: inherit;
    }

    .block-quote-image h2 {
        font-size: calc(var(--title-size) * 0.35);
        line-height: 1.45;
        display: block;
        justify-content: inherit;
        flex-direction: inherit;
        gap: inherit;
        white-space: inherit;
    }

    .menu__item {
        flex: none;
        justify-content: flex-start;
        position: relative;
        padding-left: 5rem;
        display: inline-flex;
    }
}



/******************************************************responsive***********************************************************/


/********New Style - 30 April 2024*********/
/********By Sandeep Shukla*********/

.brand-partners {
    border-radius: 50%;
    width: 75% !important;
    margin-top: 10px;
    margin-bottom: 10px;
}