/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/
.header-main-sec{
	position: absolute;
	width: 100%;
}
.footer-heading span{
	color: #383838;
}
.banner-heading .elementor-heading-title {
    color: white; /*/ Unfortunately you can't use transparent here … /*/
    text-shadow:
	   -1px -1px 0 #000,  
		1px -1px 0 #000,
		-1px 1px 0 #000,
		 1px 1px 0 #000
}

/*/ Real outline for modern browsers /
*/@supports((text-stroke: 2px black) or (-webkit-text-stroke: 2px black)) {
    .banner-heading .elementor-heading-title {
        color: transparent !important;
        -webkit-text-stroke: 2px #fff;
        text-stroke: 2px black;
        text-shadow: none;
    }
}
.dual-heading span{
	color: #383838;
}
.the-egg-left-video-sec .elementor-video{
	height: 695px !important;
}
/*/ Marquee styles /
*/.marquee {
    --gap: 50px;
    position: relative;
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: var(--gap);
}
  
.marquee__content {
    flex-shrink: 0;
    display: flex;
    justify-content: space-around;
    gap: var(--gap);
    min-width: 100%;
    list-style-type: none;
    padding: 0 !important;
}

.marquee__content li{
	font-family: La Fabrique Pro !important;
    font-size: 28px !important;
    font-weight: 900;
    line-height: 38px !important;
    text-transform: uppercase;
    color: #48433c !important;
    position: relative;
}
.marquee__content li:before{
	content: "";
	background: url(images/yolk-img.png);
    height: 42px;
    width: 30px;
    position: absolute;
    top: -2px;
    left: -39px;
    background-repeat: no-repeat;
    background-size: contain;
}
.marquee__content li:nth-child(even){
    color: transparent !important;
    -webkit-text-stroke: 0.5px #000;
    text-shadow: none;}

@keyframes scroll {
from {
    transform: translateX(0);
}
to {
    transform: translateX(calc(-100% - var(--gap)));
}
}

/* Pause animation when reduced-motion is set /
*/@media (prefers-reduced-motion: reduce) {
    .marquee__content {
        animation-play-state: paused !important;
    }
}
/*
Enable animation /*/
.enable-animation .marquee__content {
    animation: scroll 50s linear infinite;
}

/*/ Reverse animation /
.marquee--reverse .marquee__content {
    animation-direction: reverse;
}*/
.serve-up-right-video .elementor-video{
	height: 722px !important;
}
.about-video-sec .elementor-video{
	height: 629px !important;
}
.cntct-frm input{
	font-family: "LaFabrique", Sans-serif !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 30px !important;
	color: #636569 !important;
    border: 1px solid rgba(0, 0, 0, 0.17) !important;
    background: transparent !important;
    border-radius: 100px !important;
	padding: 19px 30px !important;
}

.cntct-frm textarea{
	font-family: "LaFabrique", Sans-serif !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 30px !important;
    text-transform: capitalize !important;
	color: #636569 !important;
    border: 1px solid rgba(0, 0, 0, 0.17) !important;
    background: transparent !important;
    border-radius: 20px !important;
	padding: 19px 30px !important;
	height: 208px !important;
}
.cntct-frm select{
	font-family: "LaFabrique", Sans-serif !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 30px !important;
    text-transform: capitalize !important;
	color: #636569 !important;
    border: 1px solid rgba(0, 0, 0, 0.17) !important;
    background: transparent !important;
    border-radius: 100px !important;
	padding: 19px 29px !important;
    margin-top: -6px !important;
    -moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background:url(images/select-arrow.svg) no-repeat 98% !important;
}
.cntct-frm div#gform_fields_1{
	grid-column-gap: 2.5%;
    grid-row-gap: 30px;
}
.cntct-frm input[type=submit]{
	font-family: "LaFabrique", Sans-serif !important;
	font-size: 16px !important;
	line-height: 24px !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	color: #ffffff !important;
	background: #F99D11 !important;
	color: #fff !important;
	padding:20px 45px !important;
	border: 1px solid #F99D11 !important;
}
.cntct-frm input[type=submit]:hover{
	color: #F99D11 !important;
	background:transparent !important;

}

.cntct-frm .gform_footer.top_label {
    margin-top: 47px !important;
}
.cntct-frm input:focus-visible{
		outline: none !important;
	}
.cntct-frm textarea:focus-visible{
		outline: none !important;
	}
.cntct-frm select:focus-visible{
		outline: none !important;
	}
	.loaction-tab-sec .e-n-tabs-heading{
		justify-content: space-between !important;
	}/*#input_1_5{
	width: 83% !important;
}
*/
@media(max-width: 767px){
	.the-egg-left-video-sec .elementor-video {
    height: 500px !important;
}
.cntct-frm .gform_footer.top_label {
	justify-content: center;
	}
	.cntct-frm select{
		background: url(images/select-arrow.svg) no-repeat 96% !important;
	}
	.cntct-frm input {
	    font-family: "LaFabrique", Sans-serif !important;
	    font-weight: 400 !important;
	    font-size: 12px !important;
	    line-height: 30px !important;
	    color: #636569 !important;
	    border: 1px solid rgba(0, 0, 0, 0.17) !important;
	    background: transparent !important;
	    border-radius: 100px !important;
	    padding: 8px 12px !important;
	}	
	.cntct-frm textarea {
	    font-family: "LaFabrique", Sans-serif !important;
	    font-weight: 400 !important;
	    font-size: 12px !important;
	    line-height: 30px !important;
	    text-transform: capitalize !important;
	    color: #636569 !important;
	    border: 1px solid rgba(0, 0, 0, 0.17) !important;
	    background: transparent !important;
    	border-radius: 20px !important;
	    padding: 8px 12px !important;
	}
	.cntct-frm select {
	    font-family: "LaFabrique", Sans-serif !important;
	    font-weight: 400 !important;
	    font-size: 12px !important;
	    line-height: 30px !important;
	    text-transform: capitalize !important;
		color: #636569 !important;
	    border: 1px solid rgba(0, 0, 0, 0.17) !important;
	    background: transparent !important;
	    border-radius: 100px !important;
	    padding: 8px 12px !important;
	}
	.cntct-frm input[type=submit] {
	    font-family: "LaFabrique", Sans-serif !important;
	    font-size: 14px !important;
	    line-height: 24px !important;
	    font-weight: 700 !important;
	    text-transform: uppercase !important;
	    color: #ffffff !important;
	    background: #F99D11 !important;
	    color: #fff !important;
	    padding: 12px 30px !important;
	    border: 1px solid #F99D11 !important;
}
}