/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
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.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.6.1774445707
Updated: 2026-03-25 13:35:07

*/
h1.elementor-heading-title span {
	font-size: 65.67px;
	font-family: "Ballantines", Sans-serif;
	font-weight: 400;
	letter-spacing: 0px;
	padding-left: 15px;
}

h2.elementor-heading-title span {
	font-size: 93.48px;
	font-family: "Ballantines", Sans-serif;
	font-weight: 400;
}

.banner-left {
	align-items: flex-end !important;
}

.elementor-widget-loop-carousel .elementor-widget.elementor-widget-theme-post-content {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	/* number of lines to show */
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

/*.dm-curve-swiper-slide .elementor-widget-image{
    will-change: transform;
    transform-origin: center;
    transition: none;
}

.dm-curve-swiper-slide {
    transition: opacity 0.3s ease;
}*/


@media (max-width: 1366px) {
	.banner-left>.e-con.e-child {
		width: 100% !important;
	}
}

@media (max-width: 768px) {
	h2.elementor-heading-title span {
		font-size: 63.48px;
	}
}

@media (max-width: 767px) {
	h2.elementor-heading-title span {
		font-size: 80px;
		line-height: 55%;
	}

	li.elementor-element.dm-curve-swiper-slide {
		width: 33.33% !important;
	}

	.dm-curve-swiper-wrapper {
		width: calc(100% + 70%) !important;
		left: -35%;
	}
}

@media(max-width:389px) {
	.over-mon-title h2.elementor-heading-title span {
		font-size: 65px;
		line-height: 55%;
	}

	.over-mon-title h2.elementor-heading-title {
		font-size: 30px !important;
	}
}

.img-reveal .elementor-widget-image {
	transition: 1s ease-out;
	transition-delay: 0.2s;
	position: relative;
	/* width: auto;
  height: 90vh;*/
	overflow: hidden;
	clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
	visibility: hidden;
	display: block;
}

.img-reveal .elementor-widget-image img {
	transform: scale(1);
	transition: 2s ease-out;
}

.img-reveal.active .elementor-widget-image {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	visibility: visible;
	transform: skewY(0);
	transition: 1s all ease;
}

.img-reveal.active img {
	transform: scale(1);
	transition: 4s ease-out;
}


#wheel {
	overflow: hidden;
	/*height: 100vh;*/
}

/*! jQuery.Flipster, v1.1.6 (built 2024-01-17) */
/* @group Flipster Essential Styles */
.flipster {
	display: block;
	overflow-x: hidden;
	overflow-y: visible;
	position: relative;
}

.flipster:focus {
	outline: none;
}

.flipster__container,
.flipster__item {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
}

.flipster__container {
	display: block;
	white-space: nowrap;
	word-spacing: -0.25em;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	backface-visibility: hidden;
}

.flipster__item {
	display: inline-block;
	white-space: normal;
	word-spacing: normal;
	vertical-align: bottom;
}

.flipster--click .flipster__item--past,
.flipster--click .flipster__item--future {
	cursor: pointer;
}

.flipster__item img {
	max-width: 100%;
}

/* @end */

/* @group Flipster Previous & Next Buttons */
.flipster__button {
	position: absolute;
	top: 50%;
	display: block;
	appearance: none;
	background: none;
	border: none;
	padding: 0;
	z-index: 999;
	cursor: pointer;
	font-size: 15px;
	opacity: 0.5;
	transition: opacity 500ms ease;
	margin: -1em 2em;
}

.flipster__button svg {
	width: 2em;
	stroke: currentColor;
	fill: transparent;
	stroke-width: 3;
	stroke-linecap: round;
}

.flipster__button:hover,
.flipster__button:focus {
	opacity: 1;
}

.flipster__button--prev {
	left: 0;
}

.flipster__button--next {
	right: 0;
}

/* @end */

/* @group Flipster Navigation */
.flipster__nav,
.flipster__nav__item {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.flipster__nav {
	display: block;
	margin: 0 0 4em;
	text-align: center;
	position: relative;
}

.flipster__nav__item {
	display: inline-block;
	margin: 0 0.25em;
}

.flipster__nav__link {
	display: block;
	color: inherit;
	padding: 0.5em 1em;
	position: relative;
	overflow: hidden;
	transition: all 250ms ease-out;
	transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
}

.flipster__nav__link::after {
	content: '';
	display: block;
	background: #232221;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	-ms-transform: translateY(100%) translateY(-0.25em);
	transform: translateY(100%) translateY(-0.25em);
	transition: inherit;
}

.flipster__nav__item--current>.flipster__nav__link,
.flipster__nav__link:hover,
.flipster__nav__link:focus {
	color: #FFF;
}

.flipster__nav__item--current>.flipster__nav__link::after,
.flipster__nav__link:hover::after,
.flipster__nav__link:focus::after {
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.flipster__nav__child {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin-top: -1px;
	padding: 0.5em;
	background: #4e4441;
	z-index: 1;
}

.flipster__nav__child .flipster__nav__link {
	color: #FFF;
}

.flipster__nav__child .flipster__nav__link::after {
	background: #FFF;
}

.flipster__nav__child .flipster__nav__item--current>.flipster__nav__link,
.flipster__nav__child .flipster__nav__link:hover,
.flipster__nav__child .flipster__nav__link:focus {
	color: #232221;
}

.flipster__nav__item--current .flipster__nav__child {
	display: block;
}

/* @end */

/* @group Flipster Carousel Theme */
.flipster--carousel .flipster__container,
.flipster--carousel .flipster__item,
.flipster--carousel .flipster__item__content {
	transition: all 350ms ease-in-out;
	transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
}

.flipster--carousel .flipster__item {
	perspective: 800px;
}

.flipster--carousel .flipster__item--past,
.flipster--carousel .flipster__item--future {
	opacity: 1;
	transition-delay: 115ms;
}

.flipster--carousel .flipster__item--past-2,
.flipster--carousel .flipster__item--future-2 {
	opacity: 1;
	transition-delay: 90ms;
}

.flipster--carousel .flipster__item--past-1,
.flipster--carousel .flipster__item--future-1 {
	opacity: 1;
	transition-delay: 60ms;
}

.flipster--carousel .flipster__item--past .flipster__item__content {
	transform: translateX(100%) rotateY(-20deg) scale(0.5);
}

.flipster--carousel .flipster__item--past-2 .flipster__item__content {
	transform: translateX(25%) rotateY(40deg) scale(0.65);
}

.flipster--carousel .flipster__item--past-1 .flipster__item__content {
	transform: rotateY(45deg) scale(0.8);
}

.flipster--carousel .flipster__item--future .flipster__item__content {
	transform: translateX(-100%) rotateY(20deg) scale(0.5);
}

.flipster--carousel .flipster__item--future-2 .flipster__item__content {
	transform: translateX(-25%) rotateY(-40deg) scale(0.65);
}

.flipster--carousel .flipster__item--future-1 .flipster__item__content {
	transform: rotateY(-45deg) scale(0.8);
}

.flipster--carousel.no-rotate .flipster__item--past .flipster__item__content {
	-ms-transform: translateX(175%) scale(0.5);
	transform: translateX(175%) scale(0.5);
}

.flipster--carousel.no-rotate .flipster__item--past-2 .flipster__item__content {
	-ms-transform: translateX(25%) scale(0.65);
	transform: translateX(25%) scale(0.65);
}

.flipster--carousel.no-rotate .flipster__item--past-1 .flipster__item__content {
	-ms-transform: translateX(0%) scale(0.8);
	transform: translateX(0%) scale(0.8);
}

.flipster--carousel.no-rotate .flipster__item--future .flipster__item__content {
	-ms-transform: translateX(-175%) scale(0.5);
	transform: translateX(-175%) scale(0.5);
}

.flipster--carousel.no-rotate .flipster__item--future-2 .flipster__item__content {
	-ms-transform: translateX(-25%) scale(0.65);
	transform: translateX(-25%) scale(0.65);
}

.flipster--carousel.no-rotate .flipster__item--future-1 .flipster__item__content {
	-ms-transform: translateX(0%) scale(0.8);
	transform: translateX(0%) scale(0.8);
}

.flipster--carousel .flipster__item--current .flipster__item__content {
	transform: translateX(0) rotateY(0deg) scale(1);
	transition-delay: 60ms;
}

/* @end */

/* @group Flipster Coverflow Theme */
.flipster--coverflow .flipster__container,
.flipster--coverflow .flipster__item,
.flipster--coverflow .flipster__item__content {
	transition: all 350ms ease-in-out;
	transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
}

.flipster--coverflow .flipster__item {
	perspective: 800px;
}

.flipster--coverflow .flipster__container {
	padding-bottom: 5%;
}

.flipster--coverflow .flipster__item__content {
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	box-reflect: below 0 -webkit-gradient(linear, left bottom, left top, color-stop(0.05, rgba(255, 255, 255, 0.12)), color-stop(0.2, transparent));
	-webkit-box-reflect: below 0 -webkit-gradient(linear, left bottom, left top, color-stop(0.05, rgba(255, 255, 255, 0.12)), color-stop(0.2, transparent));
}

.flipster--coverflow .flipster__item__content img:only-child {
	display: block;
}

.flipster--coverflow .flipster__item--past .flipster__item__content {
	-ms-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	transform: scale(0.75) rotateY(55deg);
}

.flipster--coverflow .flipster__item--future .flipster__item__content {
	-ms-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	transform: scale(0.75) rotateY(-55deg);
}

.flipster--coverflow .flip-current .flipster__item__content {
	transform: rotateY(0deg);
}

/* @end */

/* @group Flat */
.flipster--flat .flipster__container,
.flipster--flat .flipster__item,
.flipster--flat .flipster__item__content {
	transition: all 400ms ease-in-out;
}

.flipster--flat .flipster__item--past,
.flipster--flat .flipster__item--future {
	opacity: 0.5;
}

.flipster--flat .flipster__item--past .flipster__item__content {
	-ms-transform: scale(0.75);
	transform: scale(0.75);
}

.flipster--flat .flipster__item--future .flipster__item__content {
	-ms-transform: scale(0.75);
	transform: scale(0.75);
}

/* @end */

/* @group Flipster Wheel Theme */
.flipster--wheel {
	overflow: hidden;
}

.flipster--wheel .flipster__container,
.flipster--wheel .flipster__item__content {
	transition: all 400ms ease-in-out;
	transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
}

.flipster--wheel .flipster__container {
	padding-bottom: 50%;
}

.flipster--wheel .flipster__item__content {
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}

.flipster--wheel .flipster__item--past .flipster__item__content {
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

.flipster--wheel .flipster__item--future .flipster__item__content {
	-ms-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
}

.flipster--wheel .flipster__item__content img:only-child {
	display: block;
}

.flipster--wheel .flipster__item--past .flipster__item__content {
	opacity: 1;
	transform: rotateZ(-80deg) translate(-170%, 110%);
}

.flipster--wheel .flipster__item--future .flipster__item__content {
	opacity: 1;
	transform: rotateZ(80deg) translate(170%, 110%);
}

.flipster--wheel .flipster__item--past-3 .flipster__item__content {
	opacity: 1;
	transform: rotateZ(-60deg) translate(-70%, 75%);
}

.flipster--wheel .flipster__item--future-3 .flipster__item__content {
	opacity: 1;
	transform: rotateZ(60deg) translate(70%, 75%);
}

.flipster--wheel .flipster__item--past-2 .flipster__item__content {
	opacity: 1;
	transform: rotateZ(-40deg) translate(-17%, 30%);
}

.flipster--wheel .flipster__item--future-2 .flipster__item__content {
	opacity: 1;
	transform: rotateZ(40deg) translate(17%, 30%);
}

.flipster--wheel .flipster__item--past-1 .flipster__item__content {
	opacity: 1;
	transform: rotateZ(-20deg);
}

.flipster--wheel .flipster__item--future-1 .flipster__item__content {
	opacity: 1;
	transform: rotateZ(20deg);
}

.flipster--wheel .flip-current .flipster__item__content {
	transform: rotateX(0deg);
}

/* @end */

.cookie-text h2 {
	margin-top: 25px;
	font-size: 36px;
	line-height: 46px;
	margin-bottom: 10px;
}

.cookie-text a {
	color: #fff;
	text-decoration: underline;
}

.cookie-text ul {
	padding: 10px 0 10px 20px;
}

.cookie-text h3 {
	font-size: 24px;
	line-height: 34px;
}

.event-heading h2.elementor-heading-title span {
	padding-left: 15px;
}

#over-on-title h2 {}


/*@media(max-width: 880px){
  header li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-431 a.elementor-item.elementor-item-anchor{
    display: none;
  }
}*/