/*
Theme Name: Salamanca
Description: Salamanca Child Theme
Template: hello-elementor
Version: 1.1.7
Tags: four-columns, right-sidebar, full-width-template
Text Domain: salamanca

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

.page-id-999 .elementor-element-1dd38bd{
	background-color: var(--e-global-color-primary) !important;
}
#form-field-select option{
	background: #DD4400 !important;
}

.page-id-1190 .sticky-img{
	opacity: 0;
}
.page-id-1190 .stcky-1img{
	opacity: 1!important;
}

.page-id-1190 .sticky-img.elementor-sticky--effects{
	opacity: 1!important;
	transition: opacity 600ms ease, transform 600ms ease!important;
}
.main-div-ovr{
	clip-path: inset(0 0 0 0);
}
.page-id-1190 .sticky-img .elementor-widget-image img{
	aspect-ratio: 1;  
}

.menu-title .elementor-icon-list-item .elementor-icon-list-text { 
	font-weight:700 !important;
	text-transform: uppercase !important;
}
.home-header .elementor-nav-menu .menu-item a:hover {
	transform: scale(1.025);
}
.home-header.header-bg > .e-con-inner > .elementor-element{
	background-color: var(--e-global-color-primary) !important;
}
.newsletter-form .elementor-field-type-email .elementor-field{
	padding-left: 0px;
}
.newsletter-form .elementor-field-group .elementor-field-textual:focus{
	box-shadow: none;
	outline: none;
}
.home-btn .elementor-button:hover .elementor-button-text{
	font-weight: 700 !important;
}

.home-btn .elementor-button .elementor-button-text{
	transition: all 0.3s !important;
}

.menu-box:hover .menu-box-txt{
	transform: translatey(-110%);
}
.menu-box .menu-box-txt{
	z-index: 99 !important;
}

.menu-box:hover .elementor-icon-box-title, .menu-box:hover .elementor-icon-box-description{
	color: #ffffff !important;
}
.menu-box .elementor-icon-box-title, .menu-box .elementor-icon-box-description{
	transition: all 0.6s;
}
.menu-box-c1 {
	position: relative;
	z-index: 1;
	transition: all 0.6s !important;
}

.menu-box-c1::before {
	content: "";
	position: absolute;
	inset: 0; 
	background: rgba(0, 0, 0, 0); 
	z-index: -1;
	transition: background 0.3s ease;
}

.menu-box:hover .menu-box-c1::before{
	background: rgba(0, 0, 0, 0.3);
}


.salamnca-img-carousal img{
	aspect-ratio: 4/3;
	object-fit: cover;
}

.salamnca-img-carousal .swiper-wrapper {
	transition-timing-function: linear !important; 
}
.contact-icon-bx .elementor-icon-box-description a{
	color: var( --e-global-color-primary ) !important;
	text-decoration: underline;
}
.contact-icon-bx .elementor-icon-box-description a:hover{
	font-weight: 600 !important;
}
.banner-gallery{
	transform: scale(3.2);
}
.banner-gallery{
	filter: brightness(50%);
}
.banner-img{
	height: calc(33.33vh - 0.66rem) !important;
}
.center-img-banner{
	width: 100%;
	height: calc(33.33vh - 0.66rem) !important;
	object-fit: cover;
}

.main-container {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background: black;
}

.video-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 20%;   
	height: 20%;
	overflow: hidden;
}

.video-container video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.salamnca-img-carousal1 .swiper .swiper-slide{
	transform: translatex(calc(50% + 15px));
}
.faded-text{
	opacity: 0;
}
.video-anim{
	transform: scale(0.4);
	--before-left: -1%;
	--after-right: -1%;
}
.scaled-full{
	--border-radius: 0 !important;
}
.video-anim:before,
.video-anim:after {
	content: "";
	height: 100%;
	width: 22%;
	position: absolute;
	top: 0;
	background: var(--e-global-color-primary);
	z-index: 9;
	transition: none;
	border-radius: 0
}
.video-anim:before {
	left: var(--before-left);
}
.video-anim:after {
	right: var(--after-right);
}
.faded-text{
	transform: translatey(50%)
}
.salamanca-white-img img {
  filter: brightness(0) invert(1); 
}
.newsletter-txt a{
    text-decoration: underline;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
	.sticky-img{
	opacity: 1!important;
}
	.page-id-1190 .sticky-img.elementor-sticky--effects{
	opacity: 1!important;
}
}
@media screen and (max-width: 480px) {
	.video-anim:before,
	.video-anim:after {
		background: transparent !important;
	}
}