/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */

#inn-pg .gallery-item img {
    height: 350px;
    object-fit: cover;
    transition: .5s all ease;
}

section#inn-work .elementor-widget-wrap.elementor-element-populated:hover img {
    filter: brightness(0) invert(1);
}

section#inn-work .elementor-widget-wrap.elementor-element-populated:hover :is(.elementor-widget-container, p) {
    color: white !important;
}

section#inn-work .elementor-widget-wrap.elementor-element-populated :is(.elementor-widget-container, p, img, a.elementor-button, a.elementor-button i) {
    transition: .5s all ease;
}

section#inn-work .elementor-widget-wrap.elementor-element-populated:hover a.elementor-button {
    background: #ffffff;
}

section#inn-work .elementor-widget-wrap.elementor-element-populated:hover a.elementor-button i {
    color: #c3c439;
}








/* Inline radio options as buttons */
#wpforms-998-field_0 li {
    display: inline-block;
    margin: 4px !important;
}

#wpforms-998-field_0 input[type="radio"] {
    display: none;
}

#wpforms-998-field_0 label {
    display: inline-block;
    padding: 13px 28px;
    background-color: transparent;
    color: #fff;
    border-radius: 30px;
    cursor: pointer;
    font-weight: bold;
    border: 1px solid #ffffff;
    transition: all 0.3s ease;
    font-size: 15px;
}

/* Highlight active choice */
#wpforms-998-field_0 li.active-amount label {
    background-color: #c3c439;
    color: #ffffff;
    border-color: #c3c439;
}

/* Custom amount input */
#wpforms-998-field_1, #wpforms-1149-field_1 {
    padding: 0 20px;
    font-size: 18px;
    border-radius: 0;
    height: 75px;
    border: 0;
    font-family: Barlow;
    color: #747474;
    font-weight: 500;
}

/* Submit button styling */
#wpforms-submit-998 {
    margin-top: 0;
    padding: 0;
    text-align: center;
    height: 75px;
    line-height: 75px;
    background-color: #c3c439;
    border: none;
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
    border-radius: 0 50px 50px 0;
    transition: 0.3s ease;
    width: 100%;
    font-family: 'Barlow';
}

#wpforms-submit-998:hover, #wpforms-submit-1149:hover {
    background-color: #a8c41a;
}

.custom-amount-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.custom-amount-wrapper span.currency-symbol {
    background: #eef1f6;
    height: 75px;
    line-height: 70px;
    padding: 0 40px;
    color: #0097fd;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Barlow';
    border-radius: 50px 0 0 50px;
}

form#wpforms-form-998 .wpforms-submit-container {
    position: absolute !important;
    bottom: 0;
    right: 10px !important;
    width: 160px !important;
}

div#wpforms-998-field_1-container {
    padding: 0;
    margin-top: 5px;
}

div#wpforms-998 {
    margin: 0;
}

input#wpforms-1149-field_1 {
    /* pointer-events: none; */
    max-width: 85%;
    border-radius: 0 50px 50px 0 !important;
}

button#wpforms-submit-1149 {
    margin-top: 0;
    padding: 0;
    text-align: center;
    height: 60px;
    line-height: 60px;
    background-color: #c3c439;
    border: none;
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
    border-radius: 50px;
    transition: 0.3s ease;
    width: 100%;
    font-family: 'Barlow';
}

#inn-pg .gallery-item img:hover {
    filter: brightness(0.5);
}

div.wpforms-container-full .wpforms-form .wpforms-field-label {
    color: white;
    font-weight: 500;
}

.wpforms-error-container {
    display: none;
}

div.wpforms-container-full .wpforms-form .wpforms-submit-spinner {
    position: absolute;
}

/* preloader */

.preloader-img img {
    width: 9%;
}
.preloader-img {
	  animation: fadeIn 10s;
}
.page-loading .loader-icon {
    font-size: 0px !important;
    display: none !important;
}

.preloader.home{
	display: none;
}

.home .preloader.home {
    display: block;
}
.preloader {
	  position: fixed;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  background-color: #000;
	  z-index: 999999;
}
#videoPlayer {
		max-width: 100%;
		max-height: 100%;
		width: 100%;
		object-fit: cover;
}