/* Custom CSS */

/* Example: Override main section background color. */
/* body .jupiterx-main {
    background-color: gray;
} */


/******************************************* Header ***************************************************/

.section-header .raven-nav-menu {
    display: flex;
    flex-direction: row;
}

/******************************************* Slider ***************************************************/

@media only screen and (max-width: 600px) {
rs-bullets.tp-bullets { transform: translateY(-40px) !important; left: 0 !important; right: 0 !important; margin-inline: auto;}
}


/******************************************* Home ***************************************************/

.btn-whatsapp-pulse {
	background: #25d366;
	color: white !important;
	position: fixed;
	bottom: 20px !important;
	left: 20px;
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 35px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
	z-index:99;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.btn-whatsapp-pulse-border {
	bottom: 120px;
	right: 20px;
	animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 25px;
	border: 5px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}
	75% {
		padding: 50px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}


/*Instagram*/
@media (max-width: 767px){
.section-instagram {
    display: flex !important;
    width: 100% !important;
}
.section-instagram .elementor-widget-container {
    width: 100%;
}
}


/******************************************* PGs ***************************************************/
/*All*/
.pricing-table__subtitle {
    margin-top: 0 !important;
}
.pricing-table__features {
    display: none;
}

/* Relaxing-holidays */
body .relaxing-holidays .swiper-slide:hover .swiper-slide-bg {
    transform: scale(1.3);
}

/******************************************** Footer *********************************************/
.menu-footer .raven-nav-menu { display: grid !important; grid-template-columns: repeat(3, 1fr) !important; grid-gap: 10px; }
@media only screen and (max-width: 497px) {
.menu-footer .raven-nav-menu { display: grid !important; grid-template-columns: repeat(2, 1fr) !important; grid-gap: 10px; }
}