/**
 * 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.
 */

#news-l-sec input#form-field-email {
    padding-bottom: 14px;
    padding-left: 30px;
    height: 60px;
}

button#foot-n-btn {
    min-height: 52px !important;
    position: absolute;
    right: 5px;
    width: 160px;
    bottom: 5px;
}

#soc-icons a {
    background: linear-gradient(46.67deg, #B18532 0.82%, #EFCE68 34.96%, #CFA944 68.65%, #DBB048 89.49%), rgba(245, 0, 24, 0.15);
}

#soc-icons a:hover {
    background: #f660b1 !important;
}

#one-fourth .elementor-container.elementor-column-gap-default {
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

#gal-sec .e-gallery-grid .e-gallery-image {
    --aspect-ratio: 330px;
}

div#ser-box .elementor-widget-wrap.elementor-element-populated {
    height: 490px;
}

#ser-box .elementskit-section-title-wraper p {
    height: 220px;
    overflow-x: auto;
    padding: 0 20px;
}

/* width */
#ser-box ::-webkit-scrollbar, #ser-box ::-webkit-scrollbar {
  width: 5px;
    
}

/* Track */
#ser-box ::-webkit-scrollbar-track, #ser-box ::-webkit-scrollbar-track {
  background: #a459ff26;
    border-radius: 5px;
}

/* Handle */
#ser-box ::-webkit-scrollbar-thumb, #ser-box ::-webkit-scrollbar-thumb {
  background: #A459FF;
    border-radius: 5px;
}

/* Handle on hover */
#ser-box ::-webkit-scrollbar-thumb:hover, #ser-box ::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.wp-gr .rpi-dot.active {
    background: #a15aff !important;
}

#inn-pg-cont h5 {
    font-size: 18px;
    font-family: 'Coming Soon';
    font-weight: 600;
    color: black;
}

#inn-pg-cont h3 {
    font-size: 25px;
    font-family: 'Coming Soon';
    font-weight: 600;
    color: black;
}

#inn-pg-cont h2 {
    font-family: 'Coming Soon';
    font-weight: 600;
    color: black;
}












.dont-sec label {
    font-family: coming soon;
    margin: 10px 0 !important;
    color: black;
    font-size: 20px !important;
}

.dont-sec label.wpforms-field-label:nth-child(2) {
    margin-top: 60px !important;
}


label.wpforms-field-label.lab2 {
    margin-top: 30px !important;
}

.dont-sec b {
    font-family: "Varela Round";
    color: black;
    font-weight: 400;
}

form#wpforms-form-1051 p, form#wpforms-form-1051 li {
    color: #7c7c7c;
    font-family: "Varela Round" !important;
    font-size: 15px;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label-inline {
    font-size: 15px;
}

.dont-sec p {
    margin-bottom: 10px !important;
}

form#wpforms-form-1051 li {
    list-style: none !important;
    margin-bottom: 10px !important;
}


label[for=wpforms-1051-field_3] {
    font-family: 'Coming Soon';
    font-size: 20px !important;
    margin-bottom: 12px !important;
    color: black !important;
}

div#wpforms-1051-field_3-container label {
    color: #7c7c7c;
}

button#wpforms-submit-1051 {
    background: #f660b1;
    border: 0;
    color: white;
    padding: 18px 30px;
    font-family: "Varela Round", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1em;
    border-radius: 40px;
    transition: 0.7s all ease;
}

button#wpforms-submit-1051:hover {
    background: #a15aff;
}


/* 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;
	  z-index: 999999;
}
#videoPlayer {
		max-width: 100%;
		max-height: 100%;
		width: 100%;
		object-fit: cover;
}

@media only screen and (max-width: 1000px) {
	#videoPlayer {
		max-height: none !important;
		height: 100% !important;
		object-fit: contain !important;
	}
	.home .preloader.home {
		background: #fff !important;
	}
	#inn-pg-cont h3 {
    	font-size: 22px !important;
	}
}