/**
Theme Name: Evolve - Child
Author: Acsius Technologies Pvt. Ltd
Author URI: https://acsius.com/
Description: Founded in 2010 by Mr. Arun Singh, ACSIUS has grown into a globally recognised digital marketing company in India. Our mission is to provide businesses with a reliable service provider that can deliver tangible results in an ever-competitive digital world.
Version: 4.11.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: evolve-child
Template: astra
*/
/*@font-face {
    font-family: "PP Editorial New";
    src: url("https://db.onlinewebfonts.com/t/926fcaaa8b66e0df67e176f329259711.eot");
    src: url("https://db.onlinewebfonts.com/t/926fcaaa8b66e0df67e176f329259711.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/926fcaaa8b66e0df67e176f329259711.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/926fcaaa8b66e0df67e176f329259711.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/926fcaaa8b66e0df67e176f329259711.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/926fcaaa8b66e0df67e176f329259711.svg#PP Editorial New")format("svg");
}

.PP-Editorial, .PP-Editorial h2, .PP-Editorial p, .PP-Editorial h1, .PP-Editorial h3, .PP-Editorial a{
    font-family: "PP Editorial New"!important; 
}

html, body, p,b,strong,ul,ol,ul li,ol li,ul li a,ol li a, div,a,div a{
    font-family: 'PP Neue Montreal Book'!important;
    font-family: 'PP Neue Montreal'!important;
    font-style: normal;
    font-weight: normal;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'PP Neue Montreal Medium'!important;
    font-family: 'PP Neue Montreal'!important;
}*/
.btnspk .eael-infobox-button:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.bgmov{
	animation: backgroundMove 20s linear infinite;
}
@keyframes backgroundMove {
  0% {
    background-size: 100%;
  }
  100% {
    background-size: 150%;
  }
}
.site-header-primary-section-right {
    position: relative;
}
.ast-builder-layout-element.ast-header-button-1 {
    padding: 0;
}
.ast-header-language-switcher {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
}
.site-header-primary-section-right-center {
    display: none;
}
.main-header-menu{
    position:relaive;
}
.ast-footer-social-1-wrap .ast-builder-social-element, 
.ast-footer-social-1-wrap .social-show-label-true .ast-builder-social-element {
    border: 1px solid #dddddd;
}

.site-footer {
    margin: 0px;
    border-radius: 0px;
}

.main-header-menu > .menu-item > .menu-link, #astra-footer-menu > .menu-item > .menu-link {
    height: auto;
}

.main-header-bar.ast-sticky-active {
    box-shadow: none;
}
.animate-buttons .elementor-button-icon {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 100%;
    text-align: center;
    justify-content: center;
    fill:#deb35a;
}

#timingslider .swiper-button-next, #timingslider .swiper-button-prev {
    position: absolute;
    top: -17px!important;
}

#timingslider .swiper-button-next, #timingslider .swiper-button-prev {
    height: 49px !important;
    width: 49px !important;
    border: solid 1px;
    border-radius: 34px;
    padding: 18px;
    border-color: transparent;
    background-color: #deb35a;
    color: #000;
}

#timingslider .swiper-button-next, #timingslider .swiper-button-prev {
    position: absolute;
    top: 25px;
    margin-top: 50px;
    right: 10px!important;
}
#timingslider .swiper-button-prev {
    left: auto;
    right: 80px !important;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 1036px;
    right: auto;
}

.animate-buttons .elementor-button-content-wrapper {
    gap: 12px;
    justify-content: center;
    align-items: center;
}
.service-items-text{
	margin-left:auto;	
	margin-right:auto;	
}
.service-slider{
	position:relative;
}
.service-slider:after{
	position: absolute;
    width: 100%;
    height: 100%;
    background: url(../../../wp-content/themes/evolve/img/line-circle.png);
    content: '';
    top: auto;
    bottom: -50px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
}



.ctm-event-list .em.em-list {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    flex-direction: row;
}
.ctm-event-list .em.em-list .event-item {
    width: 48%;
    background: #fff;
    padding: 40px;
    border-radius: 40px;
}

.ctm-event-list .em.em-list .event-item:hover {
    background: #DEB35A;
}
.ctm-event-list .em.pixelbones .event-item h3 {
font-size: 42px !important;
	font-weight:400!important;
	margin-bottom: 0px !important;
}
.ctm-event-list .em.pixelbones .event-item *{
	color:#000!important;
}
.ctm-event-list .em.pixelbones .event-item:hover *{
	color:#fff!important;
}
.ctm-event-list .em.pixelbones .event-item:hover input.event-qty{
    background: transparent;
    border: 1px solid #fff;
}


.ctm-event-list .event-item .price-box{
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
	    border-top: dashed 2px;
    padding: 30px 0 0 0;
}
.ctm-event-list .event-item .price-box .qty {
    width: 44px;
}


.ctm-event-list .event-item .price-box .price {
    font-size: 40px;
    font-weight: 500;
}

.em-form-submit.em-booking-submit.em-button.em-button-1,.em.pixelbones.input input[type=submit]:not([data-nostyle]) {
    background: #deb35a !important;
    padding: 14px !important;
    height: 100% !important;
    border-radius: 50px !important;
    border: none !important;
    font-size: 24px !important;
    color: #fff !important;
    font-weight: 400 !important;
}

.ast-separate-container .post-navigation {
    display: none;
}

.ctm-event-list .em.em-list {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    flex-direction: row;
}
.ctm-event-list .em.em-list .event-item {
    width: 48%;
    background: #fff;
    padding: 40px;
    border-radius: 40px;
}

.ctm-event-list .em.em-list .event-item:hover {
    background: #DEB35A;
}
.ctm-event-list .em.pixelbones .event-item h3 {
font-size: 38px !important;
    font-weight: 500 !important;
    margin-bottom: 0px !important;
}
.ctm-event-list .em.pixelbones .event-item *{
	color:#000!important;
}

.ctm-event-list .em.pixelbones .event-item p{
	font-size: 18px;
}

.ctm-event-list .em.pixelbones .event-item:hover *{
	color:#fff!important;
	font-size: 18px;
}

.ctm-event-list .em.pixelbones .event-item:hover .price-box .price{
	font-size: 40px;
	
}

.ctm-event-list .em.pixelbones .event-item:hover input.event-qty{
    background: transparent;
    border: 1px solid #fff;
}

.em.pixelbones td, .em.pixelbones th {
    border: 0 !important;
    border: none !important;
}

.em.pixelbones table {
    border-width: 0px 0 0 0px!important;
    margin: 0 0 0em!important;
}


.ctm-event-list .event-item .price-box{
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
	    border-top: dashed 2px;
    padding: 30px 0 0 0;
}
.ctm-event-list .event-item .price-box .qty {
    width: 44px;
}


.ctm-event-list .event-item .price-box .price {
    font-size: 40px;
    font-weight: 500;
}



.em-form-submit.em-booking-submit.em-button.em-button-1,.em.pixelbones.input input[type=submit]:not([data-nostyle]) {
    background: #deb35a !important;
    padding: 14px !important;
    height: 100% !important;
    border-radius: 50px !important;
    border: none !important;
    font-size: 24px !important;
    color: #fff !important;
    font-weight: 400 !important;
}




.ast-separate-container .post-navigation {
    display: none;
}




.ast-separate-container.single.single-event #primary, 
.ast-separate-container.ast-left-sidebar.single.single-event #primary, 
.ast-separate-container.ast-right-sidebar.single.single-event #primary {
        margin: 1em 0!important;
    }





.em.pixelbones .input div.input-wrap, .em.pixelbones .input input[type=email], .em.pixelbones .input input[type=number], .em.pixelbones .input input[type=password], .em.pixelbones .input input[type=search], .em.pixelbones .input input[type=select-one], .em.pixelbones .input input[type=select-type], .em.pixelbones .input input[type=tel], .em.pixelbones .input input[type=text], .em.pixelbones .input input[type=url], .em.pixelbones .input select:not([multiple]), .em.pixelbones .input textarea, .em.pixelbones.input div.input-wrap, .em.pixelbones.input input[type=email], .em.pixelbones.input input[type=number], .em.pixelbones.input input[type=password], .em.pixelbones.input input[type=search], .em.pixelbones.input input[type=select-one], .em.pixelbones.input input[type=select-type], .em.pixelbones.input input[type=tel], .em.pixelbones.input input[type=text], .em.pixelbones.input input[type=url], .em.pixelbones.input select:not([multiple]), .em.pixelbones.input textarea {
    width: 100% !important;
    height: 100%!important;
    padding: 10px 20px!important;
    border-radius: 30px!important;
    background-color: var(--background-color-inputs) !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    border: 1px solid var(--border-color-softer) !important;
}
.em.em-event-booking-form .em-booking-form .input-group, 
.em.em-event-booking-form .em-booking-form .input-type, 
.em.em-event-booking-form .em-booking-form .input-user-field {
    margin-bottom: 15px !important;
}

.em.em-event-booking-form h3.em-booking-section-title {
    width: auto;
    background-color: transparent!important;
    color: #2c1a32;
    font-size: 24px !important;
    font-weight: 500 !important;
    padding: 0px 0 10px 0;
    border-width: 0px 0 1px 0px!important;
    border-style: solid;
    border-color: #deb35a!important;
    margin: 0!important;
}


.em.em-event-booking-form .em-booking-section {
    padding: 20px 0px!important;
}

.em.pixelbones .input label:not([data-nostyle]), .em.pixelbones .input legend:not([data-nostyle]), .em.pixelbones.input label:not([data-nostyle]), .em.pixelbones.input legend:not([data-nostyle]) {
    margin-bottom: 0px !important;
    font-size: 16px!important;
}
    
p.em-tickets-spaces select.em-ticket-select,
.em.pixelbones.input p.em-tickets-spaces select:not([multiple]),
.em.pixelbones .input .em-bookings-ticket-table-spaces select:not([multiple]){
	width: 100px !important;
    float: right!important;
    margin: -40px 0 0 0!important;
}
.em.pixelbones .input .em-bookings-ticket-table-spaces select:not([multiple]){
    margin: 0px 0 0 0!important;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 25px;
}
.swiper-button-next, .swiper-button-prev {
    color: #d9d9d9;
}
.em.em-item.em-item-single .em-item-meta h3, .em.pixelbones h2 {
    font-weight: 500 !important;
}
.em.em-item.em-item-single>section.em-event-content{
	margin-bottom:50px;
}
.em.em-item.em-item-single>section.em-event-content p{
	text-align: center;
    font-size: 40px;
    font-weight: 500 !important;
}
.em.em-item.em-item-single .em-item-meta>section section {
    margin-bottom: 40px;
    background: #fff;
    padding: 30px;
    border-radius: 45px;
}
.em.em-event-booking-form .em-booking-form {
    display: flex;
    flex-direction: column;
}
.em.em-event-booking-form .em-booking-form .em-booking-form-section-tickets,
.em.em-event-booking-form .em-booking-form .em-booking-form-section-summary{
    order: 0;
}

.em.em-event-booking-form .em-booking-form .em-booking-form-section-details {
    order: 1;
}
.em.em-event-booking-form .em-booking-form  .em-booking-form-section-confirm{
	order: 2;
}

.em.pixelbones p {
    margin: 0 0 10px !important;
}
.em.pixelbones form.em-form.em-login-form{
	background: #fff !important;
    border-radius: 30px;
    padding: 30px !important;
}
.em.pixelbones.input button.button-primary{
	background-color: hsl(40.45deg 66.67% 61.18%) !important;
    border-color: hsl(40.45deg 66.67% 61.18%) !important;
}
.ctm-event-page a, .em.pixelbones a {
    font-weight: 600;
	color:#deb35a!important;
	text-decoration: none;
}
.em .em-notice {
    padding: 10px !important;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
    color: #084298 !important;
    font-size: 16px;
}
.em.em-event-booking-form .em-booking-form-section-coupons.em-booking-section,
.em.em-event-booking-form .em-booking-section.em-booking-form-buttons.em-booking-buttons{
	display:block;
}
.em-bs-row.em-bs-row-discount.em-bs-row-discount-pre  .em-bs-cell-desc,
.em-bs-row.em-bs-row-discount.em-bs-row-discount-pre .em-bs-cell-price{
    color: #6dc144;
    font-weight: 500;
}
.em.em-event-booking-form .em-booking-form-section-coupons.em-booking-section
.em-coupon-code-wrap input[type=text]{
	padding: 0px 15px !important;
}
.em.em-event-booking-form .em-booking-form-section-coupons.em-booking-section button.em-coupon-code-button {
    border-radius: 30px !important;
    background: #deb35a !important;
    color: #fff !important;
    border: none !important;
    height: 46px !important;
}


/**text fade-in css**/
section.panel { 
	min-height:100vh; 
	display:flex; 
	align-items:center; 
	justify-content:center; 
	padding-top:30px; 
}
#animated-text {
	font-size: clamp(28px, 6vw, 71px);
    line-height: 63px;
    font-weight: 500;
    width: 66%;
    margin: 0 auto 30px;
    text-align: center;
    color: #262626;
}
.word {
	margin-right:5px;
	background: linear-gradient(to right, #262626 50%, #D4D4D4 50%);
	background-size: 200% 100%;
	background-position-x: 100%;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	opacity: 1;
	will-change: background-position, opacity;
}
.textmainhng {
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative;
	overflow:visible;
	color:#000;
	flex-direction:column;
}
span.txtabhm {
    display: block;
    text-align: center;
    color: #5E4624;
    font-size: 16px;
    margin-bottom: 0px;
}
.text {
    width: 600px;
    max-width: 100%;
}
.heading {
	opacity: 0;
	transform: translateY(100vh);
	font-size: clamp(20px, 3.5vw, 2.5rem);
	margin: 1rem 0;
	will-change: transform, opacity;
    background:#F4E0B5 url(https://evolve-nextgen.com/wp-content/uploads/2025/10/Frame-16.png) left 10px center no-repeat;
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
    border-style: none;
    border-radius: 15px 15px 15px 15px;
    padding: 15px 15px 15px 65px;
    margin: 0 0 2px 0;
    background-size: 42px;
}
.heading.hdng2 {
    background: #EECF8D url(https://evolve-nextgen.com/wp-content/uploads/2025/10/Frame-17.png) left 10px center no-repeat;
	background-size: 42px;
	rotate: -2deg;
	margin-right: 20px;
    margin-left: -21px;
}
.heading.hdng3 {
    background: #E7BF6C url(https://evolve-nextgen.com/wp-content/uploads/2025/10/Frame-18.png) left 10px center no-repeat;
	background-size: 42px;
	rotate: 2deg;
	margin-right: -27px;
    margin-left: 22px;
    margin-top: 12px;
}
.heading.hdng4 {
    background: #DEB35A url(https://evolve-nextgen.com/wp-content/uploads/2025/10/Frame-19.png) left 10px center no-repeat;
	background-size: 42px;
	rotate: -1deg;
    margin-top: -5px;
    margin-left: 8px;
    margin-right: -10px;
}
.heading.hdng5 {
    background: #C99F4E url(https://evolve-nextgen.com/wp-content/uploads/2025/10/Frame-20.png) left 10px center no-repeat;
	background-size: 42px;
}
section.next {
	min-height:100vh;
	display:flex;
	align-items:center;
	justify-content:center;
	background: #fff;
	font-size: 1.5rem;
}
/**text fade-in css end**/


/*** cicle scroll**/
.slider-section {
  position: relative;
  width: 100vw;        
  height: 100vh;       
  display: flex;
  align-items: flex-end; 
  justify-content: center;
  overflow: hidden;
  background: #4d0054;
  border-radius:0px;
}
section.slider-section:before {
    content: "";
    width: 80%;
    height: 150%;
    border-radius: 70%;
    border: #fff solid 1px;
    background: transparent;
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%);
}
@media (min-width:1500px){
	section.slider-section:before {
	    width: 76%;
        top: 65%;
	}
}
.wheel {
    position: relative;
    width: 80%;
    height: 16vmin;
    transform-origin: center center;
    margin-bottom: -58vmin;
}
.wheel__card {
    position: absolute;
    width: 410px;
    height: 270px;
    transform-origin: 50% 50%;
}
.wheel__card img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.card-details {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 270px;
}
.uprcrdsc span {
    color: #fff;
    font-size: 22px;
    font-style: italic;
    display: block;
    font-weight: 300;
    margin-bottom: 15px;
    font-family: "Avenir", sans-serif;
}
.uprcrdsc img {
  	width: 56px;
    border-radius: 50%;
    background: #2c1a32;
    height: 56px;
    padding: 0;
    border: none;
}
.botm-crd p {
	font-size: 36px;
    font-weight: 700;
    line-height: 1.1;
    color: #FFFFFF;
    margin: 0 0 10px 0;
    font-family: "Avenir", sans-serif;
}
.botm-crd span {
	text-align: center;
    font-size: 17px;
    font-weight: 400;
    color: #DDDDDD;
    margin: 0;
    line-height: 25px;
    display: block;
	padding:0 15px;
	font-family: "Avenir", sans-serif;
}
.texthdjoin {
    position: absolute;
    left: 0;
    top: 0;
}
.texthdjoin h6{
    font-size: 56px;
    font-weight: 700;
    line-height: 1;
    color: #FFFFFF;
    margin: 0;
	font-family: "Avenir", sans-serif;
	text-align: center;
}
.texthdjoin span {
    font-size: 35px;
    font-weight: 700;
    color: #FDF9F1;
    font-family: "Avenir", sans-serif;
    text-align: center;
    display: block;
    line-height: 38px;
    margin-bottom: 15px;
}
.texthdjoin {
    position: absolute;
    top: 0;
    padding: 30px 20px;
    max-width: 1300px;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
}
.bxul.elementor-widget-image-box ul {
    margin: 0;
}
.bxul.elementor-widget-image-box ul li {
    color: #fff;
    font-weight: 300;
}
.eqbx .elementor-image-box-content {
    display: flex;
    column-gap: 10px;
}
/* ========== RESPONSIVE this section ========== */
@media (max-width: 767px) {
	.bxul.elementor-widget-image-box br:nth-child(2){
		display:none;
	}
	section.slider-section:before {
		width: 134%;
        height: 70%;
        top: 53%;
	}
  .slider-section:before {
    width: 90%;
    top: 60%;
  }
  .wheel {
    width: 100%;
        height: 41vmin;
        margin-bottom: -45vmin;
  }
  .wheel__card {
    width: 260px;
    height: 160px;
  }
  .botm-crd p { font-size: 26px; }
  .botm-crd span { font-size: 15px; }
  .uprcrdsc img {
    width: 50px;
    height: 50px;
  }
  .texthdjoin h6 { 
	  font-size: 28px; 
	  line-height: 1.2; 
	}
  .texthdjoin span { 
	  font-size: 16px;
	}
	.wheel__card {
		width: 270px;
		height: 500px;
  }
	.card-details {
		height: 230px;
	}
  .botm-crd p { font-size: 22px; }
  .botm-crd span { font-size: 13px;
        line-height: 21px;}
  .uprcrdsc span { font-size: 16px; }
  .texthdjoin h6 { font-size: 22px; }
}
/*** cicle scroll end**/


/*dr css*/
.scroll-bxlog {
	position: relative;
	width: 100%;
	min-height: 100vh;
	padding: 0;
	margin-top:50px;
}
.scrolbx-hldrlog {
	position: relative;
	width: 100%;
}
.stickyboxseclog {
	position: sticky;
	top: 0;
	height: 100vh;
	width: 100%;
	padding: 0;
	overflow-x: hidden;
}
.drbox {
    background-color: #2C1A32;
    padding: 10px 10px 20px 10px;
    border-radius: 25px;
}
.scrlinrtxtlog2 {
    padding: 0 15px;
}
.scrlinrtxtlog2 h6 {
    margin: 0 0 5px 0px;
    color: #fff;
    font-size: 18px;
	font-weight: 500;
}
.scrlinrtxtlog2 p {
    font-size: 14px;
    color: #fff;
    margin: 0 0 15px 0;
    font-weight: 400;
    line-height: 19px;
    padding-right: 0;
}
.scrlinrtxtlog2 a.drbtn {
    border: #fff solid 1px;
    color: #fff;
    font-size: 14px;
    padding: 10px;
    display: inline-block;
    border-radius: 50px;
	display: none;
}
.scrlinrtxtlog1 img {
    margin-bottom: 13px;
    height: 27vw;
    object-fit: cover;
    border-radius: 20px;
	width: 100%;
}
.text-probglog {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 40%;
}
.lfttxtdiv {
    margin-left: 0;
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    padding: 0 15px;
}
.text-probglog p {
    font-size: 250px;
    color: #000000;
    margin: 0;
    font-weight: 600;
    line-height: 290px;
    opacity: 1;
}
.lfttxtdiv span {
    font-size: 62px;
    font-weight: 500;
    line-height: 1em;
    color: #262626;
}
.lfttxtdiv p {
    font-size: 15px;
    color: #5E4624;
    text-transform: uppercase;
    margin-bottom: 7px;
}
.scrolhorilog {
	position: absolute;
	height: 100%;
	width: max-content;
	will-change: transform;
	z-index: 2;
	padding-top: 80px;
}

.scrolcardslog {
	display: flex;
	align-items: center;
	height: 100%;
	margin: 0 0 0 9%;
	flex-flow: row nowrap;
	justify-content: flex-start;
	position: sticky;
	top: 0;
	width: 100%;
	overflow: hidden;
}
.scrlboxoutrlog {
	flex-shrink: 0;
    width: 28vw;
    margin-right: 50px;
    position: relative;
    align-items: center;
}
/*dr css end**/

/* ===== Testimonial SECTION ===== */
.scroll-merged-section {
	position: relative;
	height: 100vh;
	background:transparent;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.text-block {
	position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
    max-width: 850px;
    left: 50%;
}
#anitext {
	font-size: clamp(28px, 6vw, 71px);
	line-height: 68px;
	font-weight: 500;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	color: #262626;
}
.word {
  margin-right: 5px;
  background: linear-gradient(to right, #000 50%, #D4D4D4 50%);
  background-size: 200% 100%;
  background-position-x: 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.scroll-carousel-container {
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: relative;
	perspective: 1000px;
	position: absolute;
	inset: 0;
	z-index: 1; 
	pointer-events: none; 
}
.scroll-carousel-track {
  position: relative;
  transform-origin: center center;
  will-change: transform, opacity;
  width: 300px; 
  height: 350px;
}
.scroll-card {
	background: #DEB35A;
	border-radius: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
	top: 0;
	left: 0;
	will-change: transform, opacity;
	padding: 20px;
	position: absolute; 
	width: 300px; 
	height: 350px;
	opacity: 0;
	transform: translateY(100px);
}
.tstcrd {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.tstuprtxt p {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}
.tstuprtxt span {
    font-size: 42px;
    color: #fff;
    margin: 0;
    display: block;
    line-height: 30px;
}
.tstinftxt p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 1px;
}
.tstinftxt span {
    font-weight: 300;
    font-size: 15px;
    display: block;
    color: #fff;
    margin: 0;
}
span.txtabhm {
    display: block;
    text-align: center;
    color: #5E4624;
    font-size: 16px;
	text-transform:uppercase;
    margin-bottom: 0px;
}
/* ===== Testimonial SECTION end ===== */

.price-box:hover a.elementor-button{
	background-color: #000!important;
}
.price-box:hover .elementor-widget-heading,
.price-box:hover .usd-b{
    background-color: transparent;
    border-color: #ffffff;
}
.price-box:hover *{
	color:#fff!important;
}

.slidven .uael-grid-img-thumbnail img {
    height: 330px;
    object-fit: cover;
}

#abslid .swiper-button-prev {
    left: 0;
    right: auto;
}
#abslid .swiper-button-next:after, 
#abslid .swiper-button-prev:after{
	display:none;
}
#abslid .swiper-button-next,
#abslid .swiper-button-prev {
    width: 14px;
}
.MyTeams .title {
    font-size: 16px;
    color: #fff!important;
	padding: 0px !important;
    margin: 0px !important;
}
.MyTeams .infobox-content{
    display: flex;
    justify-content: space-between;
    margin: 15px 0 5px 0;
}
.MyTeams .infobox-button{
	display:flex;
}
.MyTeams .infobox-content .eael-infobox-button{
    width: 40px;
    height: 30px;
    padding: 0 !important;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #fff;
	display:block;
}
.MyTeams .infobox-content .eael-infobox-button img {
    object-fit: cover;
    width: 100%!important;
    height: 85%!important;
}
.MyTeams .infobox-content .infobox-title-section {
    justify-content: center;
}
.MyTeams .eael-infobox .infobox-icon img,
.MyTeams .eael-infobox:hover .infobox-icon img{
    width: 100%!important;
    border-radius: 15px;
}

#Myteam-List .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 30px;
    
}
#Myteam-List .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 30px;
}
#Myteam-List .swiper-button-next, .swiper-rtl .swiper-button-prev,
#Myteam-List .swiper-button-prev, .swiper-rtl .swiper-button-next{
	background: #000;
	padding: 0px 8px 0 9px;
}
span.egphone {
    font-size: 16px;
    color: #cd942a;
    position: absolute;
    display: block;
    margin: 50px 0 0 0;
}
.em.em-event-booking-form .em-booking-form-section-details .em-booking-form-details.em-booking-section p.input-field-how_did_you_hear_about_us label{
    margin-top: 25px !important;
}
.cta-meeting a.elementor-button{
	background: #DEB35A!important;
	color:#fff!important;
	font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 50px 50px 50px 50px;
	padding: 22px 20px 16px 20px;
}
.cta-meeting a.elementor-button:hover, .cta-meeting:hover a.elementor-button,
.em.pixelbones .cta-meeting a .elementor-button-content-wrapper:hover,
.em.pixelbones .cta-meeting a .elementor-button-text:hover,
.em.pixelbones .cta-meeting a:hover{
	background: #DEB35A!important;
	color:#000!important;
}
.em.em-event-booking-form .em-booking-section.em-booking-form-buttons.em-booking-buttons{
	display:block;
}
.em.pixelbones.input input[type=submit]:not([data-nostyle]) {
    margin-bottom: 0px !important;
}

@media (min-width:768px){
.e-con>.e-con-inner {
    max-width: 1300px;
}

/*.main-header-menu .menu-item a:after {
    position: absolute;
    content: "/";
    color: #fff;
    display: inline-block;
    top: 1px;
    left: auto;
    right: 0;
    font-weight: 300;
    height: 100%;
    font-size: 112%;
}
.main-header-menu .menu-item:last-child a:after {
    display: none;
}*/
.main-header-menu:before, .main-header-menu:after{
    position:relaive;
    display:inline-block;
    color:#fff;
}
/*.main-header-menu:before{
    content:"(";
}
.main-header-menu:after{
    content:")";
}*/
.main-header-menu .menu-item a {
    position: relative;
}

.ast-sticky-active .ast-builder-menu .main-navigation>ul {
    background: #2c1a32;
    padding: 0px 25px !important;
    border-radius: 30px;
}
	
.ctm-event-page {
    display: flex;
    gap: 50px;
    flex-direction: row;
    flex-wrap: nowrap;
	align-items: flex-start;
}	
	
.em.em-item.em-item-single .ctm-event-page .em-item-header {
    width: 35%;
}
	
	.em.em-item.em-item-single .ctm-event-page .em-event-bookings{
		width: 65%;
	}
.em.em-event-booking-form .em-booking-section p.ticket-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
	margin-bottom:25px!important;
}	
	
.em.em-event-booking-form #em-booking-form-section-details-1 .em-booking-section,
.em.em-event-booking-form .em-booking-form-section-details .em-booking-section{
	display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1%;
	}

.em.em-event-booking-form .em-booking-form-section-details .em-booking-section .em-login-trigger,
.em.em-event-booking-form .em-booking-form-section-details .em-booking-form-details.em-booking-section p.em-consent-checkbox.input-field-data_privacy_consent,
.em.em-event-booking-form .em-booking-form-section-details .em-booking-form-details.em-booking-section p.input-dbem_address.input-user-field,
.em.em-event-booking-form .em-booking-form-section-details .em-booking-form-details.em-booking-section p.input-field-how_did_you_hear_about_us,
.em.em-event-booking-form .em-booking-form-section-details .em-booking-form-details.em-booking-section p{
	width:100%;
}
	
.em.em-event-booking-form #em-booking-form-section-details-1 .em-booking-form-details.em-booking-section p,
.em.em-event-booking-form .em-booking-form-section-details .em-booking-form-details.em-booking-section p{
        width: 49%;
    }
	

}
	
	
@media (max-width:768px){
.ctm-event-list .em.em-list .event-item {
    width: 100%;
}
.ctm-event-list .event-item .price-box .price {
    font-size: 18px;
}

}


@media (max-width:767px){
	.scrolcardslog{
        margin: 0 0 0 2%;
    }
	.scrlboxoutrlog {
		width: 320px;
	}
	.scrlinrtxtlog2 {
		padding: 0 5px;
	}
	.scrlinrtxtlog1 img {
		height: 290px;
	}
	#animated-text,
	#anitext{
		line-height: 35px;
		width: 100%;
		margin: 0 auto 20px;
	}
	.text {
		width: auto;
		max-width: 100%;
	}
	.heading {
		font-size: 18px;
	}
	section.panel {
		align-items: center;
	}
	.texthdjoin h6 {
		font-size: 26px;
		line-height: 1.2;
	}
	.lfttxtdiv span {
		font-size: 32px;
        font-weight: 500;
        line-height: 1em;
        color: #262626;
	}
	.bgmov{
		animation:none;
	}

}



