/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

body{
	--white-color: var(--e-global-color-aeef443);
	--gradient-1: var(--e-global-color-e17ced7);
	--gradient-2: var(--e-global-color-57f3244);
	--gradient-3: var(--e-global-color-58c448a);
	--divider-color: var(--e-global-color-dfac02f);
	--light-bg: var(--e-global-color-166dce7);
	overflow-x: clip;
}

.br-desktop-none br{
    display: none;
}

figure,
.elementor-widget-image-carousel .swiper .swiper-slide figure{
    line-height: 0;
}

.elementor-widget-theme-post-excerpt p:last-child,
.elementor-widget-text-editor p:last-child{
    margin-bottom: 0;
}

.elementor-widget-icon .elementor-icon-wrapper,
.elementor-widget-icon-box .elementor-icon-box-icon{
    line-height: 0;
}

.icon-height-size.elementor-widget-icon .elementor-icon-wrapper .elementor-icon svg{
    height: auto;
}

.elementor-widget-icon-box .elementor-icon-box-title,
.elementor-widget-image-box .elementor-image-box-title{
    margin-top: 0;
}

.icon-box-icon-center.elementor-widget-icon-box .elementor-icon-box-wrapper{
    align-items: center;
}

/* 
 * Button CSS 
 * */

.elementor-widget-button .elementor-button-wrapper{
	line-height: 0;
}

.elementor-widget-button .elementor-button .elementor-button-content-wrapper{
	align-items: center;
}


/* Icon & Images Box CSS */
.elementor-widget-icon-box .elementor-icon-box-description a,
.elementor-widget-image-box .elementor-image-box-description a{
    color: inherit;
    transition: all 0.3s ease-in-out;
}

/*  Tab Widget CSS */
.elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title:hover,
.elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title:focus{
    border-radius: var(--n-tabs-title-border-radius);
}

.elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title{
    transition: all 0.3s ease-in-out;
}

.elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title .e-n-tab-icon svg path{
    transition: all 0.3s;
}


/* Header Css */

.header-meu .animation-menu a{
	color: var(--e-global-color-accent) !important;
	animation:zoom_effect 1s infinite linear alternate;
}

@keyframes zoom_effect{
	0%{
		transform: scale(1.05);
	}
	100%{
		transform: scale(0.9);
	}
}

@media only screen and (max-width: 991px){
	.header-meu .animation-menu a{
		color:#fff !important;
	}
}


/* Reward Page Css */

.elementor-widget-text-editor p:last-child{
	margin-bottom: 0;
}

.hero-heading .elementor-heading-title{
	background: linear-gradient(270deg, #1D82B8 17.66%, #3D398A 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


.gradient-btn .elementor-button{
	position: relative;
	display: inline-block;
    background-image: linear-gradient(to right, #1D82B8 0%, #3D398A 50%, #1D82B8 100%);
    background-size: 200% auto;
    transition: all 0.4s ease-in-out;
	overflow: hidden;
	z-index: 0;
}

.gradient-btn .elementor-button:hover{
	background-position: right center;
}

.tour-package-section,
.coming-soon-section{
	overflow: hidden;
}

.tour-package-section:before{
	right: 0;
	top: 0;
	left: auto;
	transform: translatey(-50%);
	background: linear-gradient(273deg, #3D398A 0.51%, #1D82B8 90.28%);
	border-radius: 50%;
	height: 50.521vw;
	width: 50.521vw;
}

.coming-soon-section:before{
	top: auto;
	right: -6.25vw;
	left: auto;
	bottom: -62%;
	background: linear-gradient(273deg, #3D398A 0.51%, #1D82B8 90.28%);
	border-radius: 50%;
	height: 50.521vw;
	width: 50.521vw;
}

.key-terms-conditions:before{
	top: 100px;
	width: calc(100% - 200px);
	border-radius: 0 50px 0 0;
	
}

@media only screen and (max-width: 1024px) {
	
	.br-tablet-none br{
		display: none;
	}
}

@media only screen and (max-width: 991px) {
	.coming-soon-section:before {
		top: auto;
		right: auto;
		left: 50%;
		bottom: -220px;
		height: 500px;
		width: 500px;
		transform: translatex(-50%);
	}
	
	.key-terms-conditions:before {
		top: 50px;
		width: calc(100% - 50px);
		border-radius: 0 50px 0 0;
	}
}

@media only screen and (max-width: 767px) {
	
	.br-mobile-none br{
		display: none;
	}
	
	.hero-section:before{
		background-image: linear-gradient(184deg, #FFFFFFCC 22.97%, transparent 100%) !important;
	}
	
	.tour-package-section:before{
		height: 250px;
		width: 250px;
	}
}


