/*!
Theme Name: EU Rich
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: foundation
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Foundation is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	font-family: "Manrope", sans-serif !important;
}

#custom-item {}

.uc-items-wrapper .galleryItem .swipe_css_carousel-content .swipe_css_carousel-content-titles .swipe_css_carousel-title {

	display: inline-block;
	font-size: 1.412em;
	line-height: 1em;
	font-weight: 600;
	letter-spacing: 0;
	color: #ffffff;
	margin-left: 15px;
	width: 70%;
}

.uc-items-wrapper .galleryItem .swipe_css_carousel-content .swipe_css_carousel-content-titles .swipe_css_carousel-title-one {
	margin-top: 20px;
	position: absolute;
	top: 70%;
	font-size: 1.712em;
	line-height: 1em;
	font-weight: 600;
	letter-spacing: 0;
	color: #ffffff;
	margin-left: 15px;
	width: 70%;
}

.uc-items-wrapper .galleryItem .swipe_css_carousel-content .swipe_css_carousel-content-titles .swipe_css_carousel-title-two {
	margin-top: 20px;
	position: absolute;
	top: 78%;
	font-size: 1.212em;
	line-height: 1em;
	font-weight: 400;
	letter-spacing: 0;
	color: #ffffff;
	margin-left: 15px;
	width: 200px;
}


.swipe_css_carousel-content {
	top: 0px !important;
	width: 100% !important;
	height: 100%;
	transition: all;
	transition-duration: 0.5s;
}

.uc-items-wrapper .galleryItem:hover {}

.swipe_css_carousel-content:hover {
	background-color: rgba(0, 0, 0, 0.4);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
}

.deensimc-wrapper {
	height: 100% !important;
}

.deensimc-marquee {
	height: 100% !important;
}

.custom-marquee {
	height: 300px !important;
}



#mySwiper .swiper-slide {
	height: 750px !important;

}

#mySwiper .swiper-slide-inner {
	visibility: hidden;
	align-items: end;
	padding: 0px !important;
	padding-bottom: 10px !important;
}

#mySwiper .swiper-slide-contents {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100% !important;
	max-width: 90% !important;
}

#mySwiper .swiper-slide-active .swiper-slide-inner {
	visibility: visible;
}

#mySwiper .elementor-slide-heading {
	margin-bottom: 0px !important;
}

#mySwiper .swiper-slide-bg {
	border-radius: 5%;
	transition: background-position 0.5s ease-in-out;
}


#mySwiper .swiper-slide-active .swiper-slide-bg {
	background-position: center top -70px;
}

#mySwiper .elementor-swiper-button-next {
	right: 32%;
	padding: 30px;
	border: 1px solid;
	border-radius: 50%;
}

#mySwiper .elementor-swiper-button-prev {
	left: 32%;
	padding: 30px;
	border: 1px solid;
	border-radius: 50%;
}

.sc_item_title_text2 {
	color: #125DF0;
	-webkit-text-stroke-width: 0px;
}

.sc_item_title {
	font-size: 3.353em;
	text-align: center;
	color: white;
	font-style: normal;
	font-weight: 400;
}

.form-row {
	display: flex;
	gap: 20px;
	align-items: end;
}

.form-row div {
	width: 100%;
}

.form-row label {
	position: relative;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.form-row p {
	margin: 0px !important;
}

.form-row input,
.form-row textarea,
.form-row select
{
	width: 100%;
	padding: 8px 0;
	font-size: 16px;
	background: black !important;
	border: none;
	color: white !important;
	border-bottom: 2px solid #ccc;
	outline: none;
	transition: border-bottom 0.3s ease-in-out;
	margin-bottom: 0px !important;
}

.form-row select,
.form-row textarea
{
    border-left: 0px !important;
    border-right: 0px !important;
    border-top: 0px !important;
}

.form-row input:focus,
.form-row textarea:focus,
.form-row select:focus {
	border-bottom: 2px solid #007BFF;
}

.form-row input::placeholder,
.form-row textarea::placeholder,
.form-row select::placeholder
{
	color: white !important;

}

.form-row input:focus::placeholder,
.form-row textarea:focus::placeholder,
.form-row select:focus::placeholder
{
	color: white !important;
}

.form-row textarea {
	resize: none;
	height: 100px;
}


.style-line {
	position: relative;
	display: inline-block;
	width: 100%;
}

.style-line .line {
	display: block;
	height: 1px;
	width: 100%;
	position: relative;
	background-color: #17181A;
	transition: all 0.4s;
	z-index: 1;
	margin-top: -1px;
}

.style-line .line:before {
	content: "";
	display: block;
	width: 0;
	height: 1px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-color: #007BFF;
	transition: all 0.4s;
}

.color-white{
    color: white !important;
}

.style-line input[type="text"],
.style-line input[type="number"],
.style-line input[type="email"],
.style-line input[type="url"],
.style-line input[type="tel"],
.style-line input[type="password"],
.style-line input[type="search"],
.style-line select,
.style-line textarea,
.style-line textarea.wp-editor-area {
	outline: none;
	background: transparent;
	border: none;
	padding: 5px 0;
	width: 100%;
	font-size: 16px;
}

.style-line input:focus+.line:before,
.style-line input:active+.line:before,
.style-line textarea:focus+.line:before,
.style-line textarea:active+.line:before {
	width: 100%;
}

.style-line:hover .line:before {
	width: 100%;
}

.style-line .wpcf7-not-valid~.line {
	opacity: 0;
}

.style-line .wpcf7-not-valid+.line+span.wpcf7-not-valid-tip {
	display: block;
}

.ekit-wid-con .ekit-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
	border: 0px !important;
}

.form-btn {
	margin: 0;
	padding: 17px 64px 17px 64px !important;
	background: #007BFF !important;
	position: relative;
	z-index: 1;
	border-radius: 10px !important;
}

.wpcf7-not-valid-tip {
	position: absolute;
	top: 60px;
}

.custom-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: transparent;
	/* Initially transparent */
	transition: transform 0.4s ease-in-out, background-color 0.4s ease-in-out;
	z-index: 1000;
	padding: 20px;
	/* Adjust padding as needed */
}

.custom-header.scrolled {
	background-color: black;
	/* Change background to black */
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}
.wp-gr:not(.wp-dark) .grw-review-inner.grw-backgnd{
    background-color: #17181A !important;
}
.grw-review{
    background-color: #17181A !important;
}
.wp-gr .wp-google-text{
    color: #7a7a7a !important;
}

@media (max-width: 1024px) {
    .elementskit-navbar-nav-default.elementskit-menu-offcanvas-elements{
        height: 100vh !important;       
    }

}

@media (max-width: 768px){

    .uc-items-wrapper .galleryItem .swipe_css_carousel-content .swipe_css_carousel-content-titles .swipe_css_carousel-title-one {

    	font-size: 1.3em !important;
    
    
    }
    
    .uc-items-wrapper .galleryItem .swipe_css_carousel-content .swipe_css_carousel-content-titles .swipe_css_carousel-title-two {
    
    	font-size: 1em !important;
    	margin-top: 8px !important;
    }
    #mySwiper .elementor-swiper-button-prev {
    	left: 2%;
    	padding: 12px;
    	
    }
    #mySwiper .elementor-swiper-button-next {
    	right: 2%;
    	padding: 12px;
    	
    }
    #mySwiper .swiper-slide{
        height: 450px !important;
        padding: 20px;
    }
    .form-row input,
.form-row textarea,
.form-row select
{
	font-size: 12px;
	padding-left: 5px !important;

}
}
/* .swiper-slide-active img {

	height: 200px !important;
} */