* {
    padding: 0;
    margin: 0;
}

::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

body {
    padding-top: 0;
}

::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

header#masthead {
    display: block !important;
}

#masthead {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: transparent;
    display: block;
    z-index: 999;
}

.header-wrapper .elementor-section .elementor-container {
    justify-content: space-between;
    align-items: center;
}

.header-wrapper .logo-box {
    width: auto !important;
    float: left;
}

.header-wrapper .menu-box {
    width: auto !important;
    float: right;
}

.notfound-content {
    text-align: center;
    padding: 7vw 0;
    width: 100%;
    float: left;
}

.error404 .notfound-content h1 {
    color: #000000;
}

.error404 .notfound-content h3 {
    margin: 20px 0;
}


body .gform_wrapper,
.gform_confirmation_wrapper {
    width: 100%;
    float: left;
}

body .gform_wrapper {
    margin: 0px 0;
}

body .gform_wrapper form {
    width: 100%;
    float: left;
}

/*body .gform_wrapper form .gform_body {
    float: left;
    width: calc(100% + 30px) !important;
    margin: 0 -15px !important;
}*/

body .gform_wrapper .gf_progressbar_wrapper {
    display: none;
}

body .gform_wrapper form .gform_body ul {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
}

body .gform_wrapper form .gform_body ul li.gfield {
    padding: 0px;
    width: 50%;
    float: left;
    padding: 0 15px !important;
    margin: 0 0px 30px !important;
    background-color: transparent;
    border: none;
    clear: inherit;
}

.newsletter-form h2.gform_title {
    display: none !important;
}

body .gform_wrapper form .gform_body ul li.gfield label {
    width: 100%;
    float: left;
    color: #000;
    font-family: 'Satoshi-Regular';
    font-size: 18px;
    font-weight: 400;
    margin-top: 0px !important;
    padding: 0 0px 10px;
    line-height: 120%;
}

body .gform_wrapper form .gform_body ul li.gfield label span.gfield_required {
    font-size: 18px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    display: none;
    vertical-align: top;
    margin-left: 0px;
    margin-top: 0px;
}

body .gform_wrapper form .gform_body ul li.gfield.full-box {
    width: 100%;
}

body .gform_wrapper form .gform_body ul li.gfield textarea {
    width: 100% !important;
    height: 120px !important;
    border-radius: 20px !important;
}

body .gform_wrapper form .gform_body ul li.description textarea {
    width: 100% !important;
}

body .gform_wrapper .validation_message {
    color: #790000;
    padding-top: 5px;
    padding-right: 0px !important;
    width: 100%;
    float: left;
    line-height: 120%;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-size: 14px;
}

body .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
body .gform_wrapper li.gfield_error ul.gfield_checkbox,
body .gform_wrapper li.gfield_error ul.gfield_radio,
body .gform_wrapper .field_description_below .gfield_description {
    color: #790000;
    padding-top: 10px;
    padding-right: 0px !important;
    width: 100%;
    float: left;
    line-height: 120%;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.5px;
	padding-bottom: 10px !important;
    font-family: 'Montserrat';
	justify-content: center;
}
h2.gform_submission_error.hide_summary {
    font-family: 'montserrat' !important;
    justify-content: center !important;
    display: flex !important;
}

body .gform_confirmation_message {
    width: 100%;
    float: left;
    text-align: center;
    font-weight: normal;
    background-color: #029300;
    line-height: 125%;
    border: 1px solid #E8E8E8;
    border-radius: 5px;
    padding: 16px 20px;
    color: #ffffff;
    font-size: 16px;
	 font-family: 'Montserrat';
	justify-content: center;
}

body .gform_wrapper div.validation_error {
    margin-bottom: 20px;
    border: none;
    background-color: #790000;
    color: #ffffff;
    padding: 18px 15px;
    line-height: 120%;
    font-size: 16px;
    display: flex;
}

body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0px !important;
    width: 100%;
    float: left;
}

/*body .gform_body input[type=text],
body .gform_body input[type=email],
body .gform_body input[type=tel],
body .gform_body input[type=number],
body select,
body textarea {
    width: 100% !important;
    border: 1px solid rgb(155 155 155 / 70%) !important;
    border-radius: 30px !important;
    padding: 15px 20px !important;
    color: #000000 !important;
    box-shadow: none;
    font-family: 'Satoshi-Regular';
    height: auto !important;
    font-weight: 300;
    line-height: 125% !important;
    letter-spacing: 0.5px;
    font-size: 16px !important;
    margin: 0 !important;
    background-color: transparent !important;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
}*/
.newsletter-form input {
    background: transparent !important;
    border-bottom: 1px solid rgb(255 255 255 / 20%);

    border-top: 0;
    border-left: 0;
    border-right: 0;
    font-family: Montserrat;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 144%;
    color: #DBDBDB !important;
}

.newsletter-form .email-field input {
    height: 52px;
}

.newsletter-form legend {
    display: none;
}

.newsletter-form form#gform_4 {
    max-width: 700px;
    width: 100%;
}

.newsletter-form label {
    font-family: Montserrat;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 144%;
    color: #DBDBDB !important;
    margin-bottom: 0 !important;
}

.newsletter-form legend.gfield_label {
    display: none !important;
}

.newsletter-form .gform_footer input {
    border-radius: 120px;
    border: 2px solid #DBDBDB;
    padding: 20px 36px !important;
    color: #fff !important;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    align-self: center !important;
	font-weight:600 !important;
	line-height:100% !important;
}

.newsletter-form .gform_wrapper.gravity-theme .gform_footer,
.gform_wrapper.gravity-theme .gform_page_footer {
    margin: 52px 0 0 !important;
    padding: 0 !important;
}

.subscribe-input input {
    border-radius: 8px !important;
    border: 2px solid #A8B1C8 !important;
    width: 24px !important;
    height: 24px !important;
    background: transparent !important;
}

/* Hide the default "(Required)" text */
.gfield_required_text {
    display: none !important;
}

.consent-field .ginput_container.ginput_container_consent {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 12px;
}
.consent-field input{
    width: 24px;
    height: 24px;
}
.newsletter-form .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 1%;
    -ms-grid-columns: (1fr 2%) [12];
    grid-row-gap: 24px !important;
    display: grid;
    grid-template-columns: repeat(1,1fr) !important;
    grid-template-rows: repeat(auto-fill,auto);
    width: 100%;
}
#input_5_1:focus-visible {
    margin-top: 15px;
}




body select {
    background-image: url(../images/select-arrow.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    padding-right: 40px !important;
}

body .gform_wrapper textarea.small {
    height: 80px;
}

body .gform_wrapper .gform_page_footer {
    padding: 0 15px;
    margin-bottom: 0px;
    text-align: left;
    width: 100%;
    float: right;
    margin-top: 10px;
    border: none;
}

.gform_legacy_markup_wrapper .gform_validation_errors>h2 {
    color: #ffffff !important;
    font-weight: 400 !important;
    padding: 0 !important;
    margin: 0px !important;
    line-height: 120%;
}

.header-dropdown-menu {
    display: block;
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

/*.experience-story {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), 
                url('/wp-content/uploads/2025/06/snooping-for-love-kit-1.webp');
	position:fixed;
	inset:0;
	z-index:-1;
}*/
.body-bg {
    position: fixed !important;
    inset: 0;

}

.menu-icon {
    cursor: pointer;
}

.close-button {
    cursor: pointer;
}

.header-dropdown-menu>div {
    max-width: 1600px;
    width: 100%;
}

.icon-hover .elementor-icon:before,
.dialog-close-button:before {
    content: '';
    background: #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    transform: translate(100%, 100%);
    transition: all 0.6s;
}

.icon-hover .elementor-icon,
.dialog-close-button {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.icon-hover .elementor-icon:hover:before,
.dialog-close-button:hover:before {
    transform: translate(0%, 0%);
}

.icon-hover .elementor-icon:hover g path {
    stroke: #000;
}

.elementor-popup-modal .dialog-close-button:hover svg {
    fill: #000 !important;
}

.white-hover-btn a:before{
    content: '';
    background-color: #fff;
    height: 101%;
    width: 102%;
    position: absolute;
    left: -2px;
    top: 0;
    border-radius: 120px;
    transform: translate(-100%, 100%);
    transition: all 0.4s;
    z-index: :-1;
    
}
.white-hover-btn a{
    position: relative;
    overflow: hidden;
    border-radius: 120px;

}
.white-hover-btn a:hover:before{
     transform: translate(0%, 0%);
}
.white-hover-btn:hover a {
    background-color: #fff !important;
	 transition: all 0.4s;
transition-delay: 0.4s;

}

.white-hover-btn a:hover .elementor-button-text {
    color: #000000;
    z-index: 99999;
	
}


.newsletter-form .gform_footer:before{
      content: '';
    background-color: #fff;
    height: 101%;
    width: 102%;
    position: absolute;
    left: -2px;
    top: 0;
    border-radius: 120px;
    transform: translate(-100%, 100%);
    transition: all 0.4s;
    z-index: :-1;
    color:#000;
}
.newsletter-form .gform_footer{
     position: relative;
    overflow: hidden !important;
    border-radius: 120px;
    display: inline-block !important;

}
.newsletter-form .gform_footer:hover:before{
     transform: translate(0%, 0%);
}
.newsletter-form .gform_footer input{
    margin-bottom: 0 !important;
}
.newsletter-form .gform_footer:hover #gform_submit_button_5 {
    color: #000000 !important;
    z-index: 99999;
	position:relative;
	
}



#elementor-popup-modal-460 .dialog-close-button {
    display: flex;
    border: 1px solid #fff;
    border-radius: 120px;
    padding: 12px;
    font-size: 24px;
    font-weight: 100;
    top: 43px;
    right: 160px;
    color: #fff;
}

.elementor-popup-modal .dialog-close-button svg {
    fill: #fff !important;
    z-index: 99;
}

.dis-none {
    display: none;
}

.experience-story .elementor-background-video-container {
    position: relative;
}

.experience-story .elementor-background-video-container:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
    z-index: 1;
}

.experience-anim-text {
    overflow: hidden !important;
}

/* Ensure the video stays behind the overlay */
.experience-story .elementor-background-video-hosted {
    z-index: 0;
}



/* Fade-out animation */
#elementor-popup-modal-460.fade-out {
    animation: fadeOut 0.5s ease forwards;
}

.elementor-popup-modal .dialog-widget-content {
    background-color: #00000000 !important;
}
#elementor-popup-modal-460 {
    background-color: rgba(0,0,0,.3) !important;
}

.marquu-sec .elementor-widget-container {
    overflow: hidden;
    /* Hides overflow for marquee effect */
    position: relative;
    /* Contains the animated element */
    width: 100%;
    /* Full width */
    display: flex;
    /* Aligns content */
    align-items: center;
    /* Centers vertically */
}

.marquu-sec .elementor-widget-container p {
    display: inline-flex;
    /* Keeps text inline */
    will-change: transform;
    /* Optimizes animation performance */
    flex-shrink: 0;
    /* Prevents shrinking */
    width: auto;
    /* Allows natural width */
    height: auto;
    /* Adjust height as needed */
    margin: 0;
    padding: 0;
    white-space: nowrap;
    /* Ensures text stays in a single line */
}

/* Keyframes for the marquee animation */
@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.grop-bg-image>.elementor-widget-wrap>.elementor-background-overlay {
    background: linear-gradient(90deg, rgba(18, 18, 18, 0.61) 39.69%, rgba(18, 18, 18, 0.00) 100%);
}

.product-box>div {
    display: flex;
    gap: 50px;
}

.pro-icon-box {
    backdrop-filter: blur(10px);
}


.image-gallery-sec {
    margin: 0 auto;
    max-width: 100%;
    padding: 20px 0;
}

.slider-wrapper .slick-slide {
    margin: 0 12px !important;
}

.slider-wrapper .slick-list {
    margin: 0 -12px;
}

.slider-wrapper .slick-slide img {
    width: 380px;
    height: 272px;
    object-fit: cover;
    margin: 0 auto;
}

.slider-wrapper .elementor-column {
    margin: 0;
    padding: 0;
}

.scroll-grow-image {
        overflow: hidden;
        position: relative;
    }

    /* Set initial state: 4px height, clipped from bottom to top */
    .scroll-grow-image img {
        height: auto;
        width: 100%;
        object-fit: cover;
        clip-path: inset(calc(100% - 4px) 0 0 0); /* Show only 4px from the bottom */
        transition: clip-path 2s ease-in-out; /* Smooth transition for clip-path */
    }

    /* Class to apply when image should grow (reveal from bottom to top) */
    .scroll-grow-image.grow img {
        clip-path: inset(0 0 0 0); /* Reveal the full image */
    }

.get-ticket-now-div {
    position: relative;
    width: 174px; /* Match SVG viewBox width */
    height: 174px; /* Match SVG viewBox height */
    overflow: visible; /* Ensure SVG paths can move outside the div */
}

.get-ticket-now-div svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.get-ticket-now-div .elementor-icon-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}
.experience-div > div {
    align-items: end;
}
.about-snooping-sec > div {
    justify-content: center;
}
.snooping-bg {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
.snooping-love-sec .elementor-element-5757d78 {
    position: relative; /* Positioning context for the pseudo-element */
}

.snooping-love-sec .elementor-element-5757d78:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(18, 18, 18, 0.61) 39.69%, rgba(18, 18, 18, 0.00) 100%);
    z-index: 1; /* Above the image */
}

/* Ensure the image stays below the overlay */
.snooping-love-sec .elementor-element-5757d78 img {
    position: relative;
    z-index: 0; /* Below the overlay */
}

.show-works-div > div {
    gap: 62px;
}

.menu-popup .elementor-nav-menu a.elementor-item {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.menu-popup .elementor-nav-menu a.elementor-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0%;
  background-color: #fff !important; /* Change to your desired line color */
  transition: width 0.3s ease-in-out;
}

.menu-popup .elementor-nav-menu a.elementor-item:hover::after {
  width: 100%;
}
.menu-popup nav ul li {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.menu-popup nav ul li a{
	    padding-bottom: 0 !important;
    margin-bottom: 15px !important;
}

#gform_ajax_spinner5,
input[name="version_hash"] {
  display: none !important;
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  z-index: -1 !important;
}
.gform_ajax_spinner{
    display: none !important;
}


