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

/* about page  */
section#events-slide-2,
section#events-slide,
section#brands-slide,
section#bars-slide,
.text-popup {
	transition: all 2s ease-in-out;
}
.slide-popup .text-popup {
    transform: translateX(0px);
}
.gradient-color {
	background: linear-gradient(360deg, #013C40 0%, rgba(6, 91, 91, 1) 48%, #013C40 100%) !important;
}
.hover-colors h2:hover {
    color: #6f706f !important;
    cursor: pointer;
}
.getintouch a{
	white-space:nowrap;
}
button.open-another-popup {
    background-color: #013C40;
    font-family: "Jost", Sans-serif;
    font-size: 20px;
    font-weight: 800;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    padding: 15px 48px 15px 48px;
    line-height: 1;
}
section#events-slide-2.open-slide,
section#events-slide.open-slide,
section#brands-slide.open-slide,
section#bars-slide.open-slide {
    transform: translateX(0px);
	    overflow: auto;
    height: 100%;
}
.left-text {
	transition: all 2s ease-in-out;
}
.text-popup{
	overflow:auto;
	height:100vh;
}
.slide-popup .left-text {
    width: 0;
    opacity: 0;
}

/* Add your custom styles here */
.elementor-nav-menu .current_page_item a{
	font-weight:700 !important;
}
.single-design p {
    display: flex;
    gap: 28px;
    margin-bottom: 33px;
}

.contact-form-design input[type=text], .contact-form-design input[type=email],.contact-form-design textarea {
    font-size: 20px;
    color: #A5A5A5;
    border-radius: 5px;
    padding: 12px 18px;
}
.bg-video .elementor-custom-embed-image-overlay img {
    aspect-ratio: initial !important;
}
.bg-video img.attachment-full {
    height: 100vh;
    aspect-ratio: initial !important;
}
.contact-form-design textarea {
    height: 171px;
}
/* animation */
.appear {-webkit-transition: all 1.3s; transition: all 1.3s; opacity: 0; -webkit-transform: translateY(-600px); transform: translateY(-600px); }
.appear.inview { opacity: 1; -webkit-transform: none; transform: none; -webkit-transition-delay: 2.5s; transition-delay: 2.5s; }


/* animation */
.appear-in {-webkit-transition: all 1.3s; transition: all 1.3s; opacity: 0; -webkit-transform: translateY(0px); transform: translateY(0px); }
.appear-in.inview {opacity: 1; -webkit-transform: none; transform: none; -webkit-transition-delay: 1.5s; transition-delay: 1.5s; }
.contact-form-design input.wpcf7-form-control.wpcf7-submit {
    color: #fff;
    font-size: 20px;
    border: 1px solid #fff;
    border-radius: 5px;
    width: 140px;
    height: 49px;
    margin-top: 27px;
	    margin-bottom: 20px;
    float: right;
}
.no-scroll {
    overflow: hidden;
    height: 100vh;
}
.no-scroll .elementor-location-header{
	display:none !important;
	}
.no-scroll .contact-data{
	z-index:-1 !important;
}
.card-section {
    position: sticky;
    top: 0px;
    height: 100%;
}
.contact-form-design input.wpcf7-form-control.wpcf7-submit:hover,.contact-form-design input.wpcf7-form-control.wpcf7-submit:focus {
	background-color:#013C40;
}
 .wpcf7-response-output {
    clear: both;
    color: #fff;
    text-align: center;
}
@media only screen and (max-width: 767px) {
.single-design p {
    flex-wrap: wrap;
}
}