/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

html, body {
	overflow-x: hidden;
}
.header-menu {
	position: fixed;
    transition: transform 0.35s ease, background-color 0.3s ease;
    will-change: transform;
}
.header-menu.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.header-menu.hide-header {
    transform: translateY(-100%);
}
span.color-yellow {
    color: #DEAE62;
	font-style: italic;
}

/*for numbers at front */
.included-list h5 {
    font-family: 'Cormorant Garamond';
    color: #E8E4DD;
    font-size: 18px;
}
.included {
    counter-reset: included-counter;
    list-style: none;
    margin: 0;
    padding: 0;
}
.included-list {
    counter-increment: included-counter;
    position: relative;
    padding-left: 80px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #38322B99;
}
.included-list::before {
    content: "A." counter(included-counter, decimal-leading-zero);
    position: absolute;
    left: 0;
    top: 5px;
    color: #DEAE62;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 16.8px;
    font-weight: 500;
}
.included-list h5 {
    margin: 0 0 10px;
}
.counter-section span.elementor-counter-number-suffix {
    color: #DEAE62;
    font-size: 20px;
    line-height: 60px;
}
span.occasion-grid-title {
    font-family: Geist !important;
    color: #8D8579;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.92px;
    line-height: 14.4px;
}

.nh-contact-form label {
    color: #8D8579;
    font-size: 10px;
    line-height: 15px;
    font-weight: 400;
    letter-spacing: 1.1px;
    margin-bottom: 6px;
	text-transform: uppercase;
}
.img-grid .elementor-image-box-content {
    position: absolute;
    bottom: 30px;
    left: 30px;
}
.img-grid img {
    min-width: 100%;
}
/* ============================
   Crystal Venue - Text Slider
   ============================ */

.crystal-text-slider-wrapper {
    padding: 18px 0;
    overflow: hidden;

    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;
}

.crystal-text-slider .owl-stage-outer {
    overflow: visible;
}

.crystal-text-slider .owl-stage {
    display: flex;
    align-items: center;
}

.crystal-text-slider .owl-item {
    display: flex;
    align-items: center;
}

/* Each slide item */
.crystal-text-slider .text-slide-item {
    display: flex;
    align-items: center;
    white-space: nowrap;
/*     padding: 0 25px; */
}

/* Diamond icon via ::before */
.crystal-text-slider .text-slide-item::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url('assets/images/diamond-icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 45px;
    flex-shrink: 0;
}

/* Text styling */
.crystal-text-slider .text-slide-content {
    font-family: 'Playfair Display', 'Georgia', serif;
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 1px;
    color: #f3e4c8;
    text-transform: capitalize;
}

/* Hide owl nav/dots */
.crystal-text-slider.owl-carousel .owl-nav,
.crystal-text-slider.owl-carousel .owl-dots {
    display: none;
}


/* Media Screen */

@media (max-width: 1600px) {

}

@media (max-width: 1440px) {

}

@media (max-width: 1400px) {

}

@media (max-width: 1300px) {

}

@media (max-width: 991px) {

}

@media (max-width: 768px) {
	.crystal-text-slider .text-slide-content {
        font-size: 15px;
    }
    .crystal-text-slider .text-slide-item {
        padding: 0 15px;
    }
    .crystal-text-slider .text-slide-item::before {
        width: 10px;
        height: 10px;
        margin-right: 15px;
    }
}
@media (max-width: 480px) {
	 .crystal-text-slider .text-slide-content {
        font-size: 13px;
    }
    .crystal-text-slider .text-slide-item {
        padding: 0 10px;
    }
    .crystal-text-slider .text-slide-item::before {
        width: 8px;
        height: 8px;
        margin-right: 10px;
    }

}