/* Font Family */
@font-face {
    font-family: 'Apple Garamond';
    src: url('/wp-content/uploads/2026/03/AppleGaramond-BoldItalic.woff2') format('woff2'),
        url('/wp-content/uploads/2026/03/AppleGaramond-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Apple Garamond';
    src: url('/wp-content/uploads/2026/03/AppleGaramond-Italic.woff2') format('woff2'),
        url('/wp-content/uploads/2026/03/AppleGaramond-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

body {
    background-color: #000;
}

.italic {
    font-style: italic;
}

body:not(.home) .header-main {
    background-color: rgba(0, 0, 0, 0.35);
}

body .header-main.scrolled {
    background-color: #000;
}

p {
    margin-bottom: 0;
}

svg:focus,
a:focus {
    outline: 0;
}

.home header .elementor-widget-theme-site-logo {
    opacity: 0;
    visibility: hidden;
}

.home header .header-main.scrolled .elementor-widget-theme-site-logo {
    opacity: 1;
    visibility: visible;
}

.collection-wraper {
    position: relative;
}

.collection-wraper::after {
    position: absolute;
    content: "";
    background: #c5a747;
    width: 10px;
    height: 100%;
    right: 0;
    top: 0;
}

.collection-desc .elementor-widget-text-editor {
    opacity: 0;
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.collection-desc .elementor-widget-image {
    transition: transform 0.4s ease;
}

.collection-wraper:hover .collection-desc .elementor-widget-image {
    transform: translateY(-20px);
}

.collection-wraper:hover .collection-desc .elementor-widget-text-editor {
    opacity: 1;
    transform: translateY(-20px);
}

.collection-section {
    position: relative;
}

.collection-text-img {
    transform: translate(0, -50%);
}

.crafted-video {
    position: relative;
}

.crafted-video::after {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, #000000 0.93%, rgba(0, 0, 0, 0.09) 22.23%, rgba(0, 0, 0, 0.04) 76.87%, #000000 97.24%);
    width: 100%;
    height: 100%;
    z-index: 2;
    inset: 0;
}

.btn-borderwhite a.elementor-button {
    background-color: transparent !important;
}

.btn-borderwhite a.elementor-button:hover {
    background-color: #000 !important;
}

.ourstory-wrapper {
    position: relative;
}

.ourstory-wrapper::after {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.09) 20.47%, rgba(0, 0, 0, 0.04) 81.78%, #000000 100.02%);
    width: 100%;
    height: 100%;
    inset: 0;
}

#elementor-popup-modal-88 .dialog-message {
    width: 940px !important;
}

a.dialog-close-button.dialog-lightbox-close-button {
    top: -10px;
    right: -10px;
}

svg.e-font-icon-svg.e-eicon-close.eicon-close {
    width: 25px;
    height: 25px;
    background: #f4f1ef;
    padding: 2px;
    border-radius: 2px;
}

.watch-icon .elementor-icon-wrapper {
    display: flex;
    align-items: center;
}

.privacy-block p a {
    color: #f4f1ef;
}

.privacy-block p a:hover {
    color: #fff;
}

.testimonial-reviews .elementor-testimonial__text div,
.testimonial-reviews .elementor-testimonial__text span {
    font-family: 'Open Sans';
    font-style: normal;
}

.testimonial-reviews .elementor-testimonial__text div {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #FBFAF9;
    margin-top: 25px;
}

.testimonial-reviews .elementor-testimonial__text span {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: rgba(251, 250, 249, 0.6);
}

.testimonial-reviews .elementor-testimonial__header {
    margin-bottom: 15px;
}

.testimonial-reviews .elementor-testimonial__header .elementor-testimonial__image img {
    width: 100% !important;
    height: auto !important;
}

.footer-links ul li.menu-item a.elementor-item {
    padding: 0;
}

.footer-links ul li.menu-item a.elementor-item:after {
    display: none;
}

/* Privacy Policy */
.post-content {
    padding: 150px 0 100px;
}

.post-content h2.wp-block-heading {
    margin: 30px 0 12px;
}

.post-content h1,
.post-content {
    color: #f4f1ef;
}

header.entry-header {
    margin: 0 !important;
}

/* contact page css */

.contact-form form label {
    font-size: 14px;
    display: block;
    margin-bottom: 8px;
    color: #fff;
    opacity: 70%;
}

.contact-form input.wpcf7-form-control,
.contact-form textarea,
.quote-request-wrap input.wpcf7-form-control,
.quote-request-wrap textarea,
.quote-request-wrap select {
    background: #000000;
    color: #fff !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    border-radius: 7px;
    padding: 12px 25px;
    width: 100%;
    border-color: #3f3f3f;
}

.contact-form input.wpcf7-form-control::placeholder,
.contact-form textarea::placeholder,
.quote-request-wrap input.wpcf7-form-control::placeholder,
.quote-request-wrap textarea::placeholder {
    color: #fff;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    color: #fff;
    font-size: 15px;
}

.wpcf7-not-valid-tip {
    font-size: 0.8em;
}

.contact-form input.wpcf7-form-control.wpcf7-submit {
    background-color: transparent;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 3px;
    fill: #c5a747;
    color: #c5a747 !important;
    border-style: solid;
    border-width: 1px;
    border-color: #c5a747;
    border-radius: 0px 0px 0px 0px;
    padding: 15px 20px 15px 20px;
    margin-top: 1.5rem;
}

.contact-form input.wpcf7-form-control:focus,
.contact-form textarea:focus,
.quote-request-wrap input.wpcf7-form-control:focus,
.quote-request-wrap textarea:focus,
.quote-request-wrap select:focus {
    outline: 0;
    border: 1px solid;
    box-shadow: none !important;
}

.contact-form input.wpcf7-form-control.wpcf7-submit:hover {
    border-color: #fff;
    color: #fff !important;
    background-color: transparent !important;
    box-shadow: none;
}

.contact-form input.wpcf7-form-control {
    height: 56px;
    margin-bottom: 12px;
}

.contact-form form p br {
    display: none;
}

.contact-form textarea {
    height: 120px;
    resize: vertical;
}


.contact-form .wpcf7 .wpcf7-not-valid-tip {
    margin-top: -4px;
    margin-bottom: 12px;
}

.wpcf7 .wpcf7-not-valid-tip {
    font-family: 'Aeonik';
}

.contact-form .submit-form p {
    width: max-content;
    position: relative;
}

.collections-block {
    position: relative;
}

.collections-block:after {
    position: absolute;
    content: "";
    background: #000000ba;
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: 0;
}

.newsletter-form {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10px;
}
.newsletter__input {
    flex-grow: 1;
    max-width: calc(100% - 170px);
}
.newsletter-form .newsletter__button {
    position: relative;
    flex: 0 0 auto;
    width: 160px;
}
.newsletter-form .newsletter__button p input.wpcf7-submit {
    margin: 0;
}

.newsletter-form span.wpcf7-spinner {
    position: absolute;
    inset: 0;
    margin: auto;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #46b450;
}
.collection-wraper .collection-desc .elementor-widget-text-editor {
    /* min-height: 145px; */
}
body .collection-wraper {
    justify-content: flex-start;
    padding-top: 65%;
 
}


 

@media (max-width: 1540px) {
    .collection-img img {
        height: 140px !important;
    }
}

@media (max-width: 1024px) {
    body.admin-bar .dialog-type-lightbox {
        position: fixed !important;
    }

    #elementor-popup-modal-88 .dialog-message {
        width: 650px !important;
    }

    .post-content {
        padding: 130px 0 80px;
    }
}

@media (max-width: 880px) {
    .home header .elementor-widget-theme-site-logo {
        opacity: 1;
        visibility: visible;
    }

    .home header svg.e-eicon-menu-bar {
        width: 27px;
        height: 27px;
    }

    .post-content {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 767px) {
    .hero-banner {
        position: relative;
    }

    header nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
        top: 40px !important;
    }

    .hero-banner:after {
        position: absolute;
        content: "";
        background: #00000069;
        width: 100%;
        height: 100%;
        inset: 0;
        z-index: 0;
    }

    .collection-img img {
        height: 120px !important;
    }

    .collection-desc .elementor-widget-text-editor {
        opacity: 1;
    }

    .collection-wraper::after {
        width: 8px;
    }

    #elementor-popup-modal-88 .dialog-message {
        width: 100% !important;
    }

    svg.e-font-icon-svg.e-eicon-close.eicon-close {
        width: 20px;
        height: 20px;
    }

    header .elementor-menu-toggle {
        padding: 0;
    }

    p br {
        display: none;
    }

    .post-content {
        padding: 100px 20px 40px;
    }

    .collection-wraper::after {
        top: auto;
        bottom: 0;
        width: 100%;
        height: 8px;
    }
    body .collection-wraper {
    padding-top: 15%;
}
    
}

@media (max-width: 1024px) { 
.stopCarousalMobile .swiper-wrapper {    
    transform: none !important;
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
}
 .stopCarousalMobile .swiper-slide{
    width: 100% !important;
    margin-bottom: 0;
  }

}
@media (max-width: 767px) {
.custom-carousel .swiper-wrapper { 
    flex-direction: column;
    transform: none !important;
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
  .stopCarousalMobile .swiper-wrapper {
    flex-direction: column; 
    display: flex !important;
  }
  
  .custom-carousel .swiper-slide {
    width: 100% !important;
    margin-bottom: 0;
  }

 
}

@media (max-width: 680px) {
    .footer-links nav ul {
        gap: 18px 10px;
    }
}
@media (max-width: 575px) { 
    .newsletter__input { 
    max-width: 100%;
}
}