/* EFFECT SLIDER TEXT
**************************************************************/
.fade-in-effect-home { 
    opacity: 0;
    transform: translateY(30px);
}

@-webkit-keyframes fadeIn-effect-home {
    0% { 
        opacity: 0;
        transform: translateY(30px);
    }
    100% { 
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fadeIn-effect-home {
    0% { 
        opacity: 0;
        transform: translateY(30px);
    }
    100% { 
        opacity: 1;
        transform: translateY(0);
    }
}

.slick-current .fade-in-effect-home.entry-home-1,
.slick-current .fade-in-effect-home.entry-home-2,
.slick-current .fade-in-effect-home.entry-home-3,
.slick-current .fade-in-effect-home.entry-home-4,
.no-slide .fade-in-effect-home.entry-home-1,
.no-slide .fade-in-effect-home.entry-home-2,
.no-slide .fade-in-effect-home.entry-home-3,
.no-slide .fade-in-effect-home.entry-home-4 {
    -webkit-animation: fadeIn-effect-home 1.5s forwards;
    animation: fadeIn-effect-home 1.5s forwards;   
}
.slick-current .fade-in-effect-home.entry-home-2,
.no-slide .fade-in-effect-home.entry-home-2 {
    -webkit-animation-delay: 0.2s; 
    animation-delay: 0.2s;
}
.slick-current .fade-in-effect-home.entry-home-2,
.no-slide .fade-in-effect-home.entry-home-2 {
    -webkit-animation-delay: 0.4s; 
    animation-delay: 0.4s;
}
.slick-current .fade-in-effect-home.entry-home-3,
.no-slide .fade-in-effect-home.entry-home-3 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.slick-current .fade-in-effect-home.entry-home-4,
.no-slide .fade-in-effect-home.entry-home-4 {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8;
}


/* EFFECT OPACITY
**************************************************************/
.opacity-effect-home { 
    opacity: 0;
}

@-webkit-keyframes opacity-effect-home {
    0% { 
        opacity: 0;
    }
    100% { 
        opacity: 1;
    }
}
@keyframes opacity-effect-home {
    0% { 
        opacity: 0;
    }
    100% { 
        opacity: 1;
    }
}

.slick-current .opacity-effect-home.entry-home-1 {
    -webkit-animation: opacity-effect-home 1.5s forwards;
    animation: opacity-effect-home 1.5s forwards;
    -webkit-animation-delay: 0.3s; 
    animation-delay: 0.3s;
}


@media screen and (min-width: 1921px) {
	#header-content:after {
	    background-size: cover;
	}
}
body .with-counter-dots .slick-dots li button:before {
    content: '';
    display: block;
    height: 4px;
    width: 37.3px;
    background-color: #81b9ba;
    opacity: 1 !important;
    position: relative !important;
}
body .with-counter-dots .slick-dots li button,
body .with-counter-dots .slick-dots li {
    height: auto !important;
    width: auto !important;
}
body .with-counter-dots .slick-dots li button:after {
    content: '';
    display: block;
    height: 4px;
    width: 37.3px;
    background-color: #569292;
    opacity: 1 !important;
    position: absolute !important;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    transition: unset !important;
}
body .with-counter-dots .slick-dots li button,
body .with-counter-dots .slick-dots li {
    position: relative !important;
    overflow: hidden;
}
body .with-counter-dots .slick-dots li.slick-active  button:after {
        transition: unset !important;
}
body header .slick-dots {
    bottom: 1.25em;
}

/* DOT TIMING SLIDER
**************************************************************/
@-webkit-keyframes dotTiming {
    0% { 
        transform: translateX(-100%);
    }
    100% { 
        transform: translateX(0%);
    }
}
@keyframes fadeIn-effect {
    0% { 
        transform: translateX(-100%);
    }
    100% { 
        transform: translateX(0%);
    }
}
body .with-counter-dots .slick-dots li.slick-active  button:after {
    -webkit-animation: dotTiming 10s linear forwards;
    animation: dotTiming 10s linear forwards;   
}

.home-header {
    background: rgb(173,234,234);
    background: linear-gradient(90deg, rgba(173,234,234,1) 0%, rgba(199,232,232,1) 50%);
}

.header-slider-slide-container {
    position: relative;
    max-width: 1620px;
    width: 100%;
    margin: auto;
    padding: 0 20px;
}
.header-slider-slide-container,
.home-header {
    height: 600px;
}
.home-header {
    overflow: hidden;
}
.home-header .slider-text {
    width: 57%;
}
.header-slider-slide .slider-img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 43%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
}
.header-slider-slide .slider-img>* {
    height: 595px;
}
.home-header .slick-slide img{
    object-position: bottom;
}


.home-header .slider-text *:first-child:not(.btn) {
    font-size: 130px;
    font-weight: 600;
    margin-bottom: 35px;
    color: #fff;
    text-shadow: 0.97px 1.749px 0.96px rgba(125, 144, 144, 0.9);
    line-height: 0.64 !important;
}

.home-header .slider-text .hl-t {
    font-size: 250px;
    color: #d55e74;
}
.home-header .slider-text p {
    font-size: 24px;
    line-height: 1.2;
    color: #569393;
    font-family: 'Lato-Light';
    font-weight: 600;
}
.home-header .btn {
    font-size: 16px;
    padding: 1.3em 2.5em;
    border-radius: 100px;
    letter-spacing: 0;
    margin-top: 25px;
}


#header-content:before,
#header-content:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;

}
#header-content:before {
    background-image: url("/wp-content/uploads/2022/10/element-01-min.png");
}
#header-content:after {
    background-image: url("/wp-content/uploads/2022/10/element-02-min.png");
    height: 595px;
    background-size: contain;
}
.header-slider {
    z-index: 2;
}


.home-header .slick-slide:nth-child(4) .slider-text {
    width: 50%;
}






/*************************************************************************************************************************************
**************************************************************************************************************************************
**************************************************************************************************************************************
************************************************************ RESPONSIVE **************************************************************
/*************************************************************************************************************************************
**************************************************************************************************************************************
**************************************************************************************************************************************/


/* Laptop Ok until 1560px 
---------------------------------------------------------------------------*/
@media screen and (max-width: 1670px) {

	.header-slider-slide-container {
		max-width: 100%;
		padding: 0 4em;
	}
	.home-header .slider-text *:first-child:not(.btn) {
		font-size: 120px;
	}
	.home-header .slider-text .hl-t {
		font-size: 233px;
	}

	.home-header .slick-slide:nth-child(4) .slider-text {
	    width: 48%;
	}



}

/* Laptop Ok until 1440px 
---------------------------------------------------------------------------*/
@media screen and (max-width: 1560px) {

	.home-header .slider-text *:first-child:not(.btn) {
		font-size: 108px;
	}
	.home-header .slider-text .hl-t {
		font-size: 208px;
	}
	.home-header .slider-text p {
	    font-size: 22px;
	}
	.header-slider-slide-container,
	.home-header  {
		height: 550px;
	}
	.home-header .slick-slide img {
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.home-header .slick-slide:nth-child(4) .slider-text {
	    width: 50%;
	}
}


/* Laptop Ok until 1300px 
---------------------------------------------------------------------------*/
@media screen and (max-width: 1439px) {

	.home-header .slider-text *:first-child:not(.btn) {
		font-size: 98px;
	}
	.home-header .slider-text .hl-t {
		font-size: 188px;
	}
	.home-header .slider-text p {
	    font-size: 20px;
	}
	.header-slider-slide-container,
	.home-header  {
		height: 500px;
	}
}



/* Laptop Ok until 1100px 
---------------------------------------------------------------------------*/
@media screen and (max-width: 1299px) {

	.home-header .slider-text *:first-child:not(.btn) {
		font-size: 80px;
	}
	.home-header .slider-text .hl-t {
		font-size: 154px;
	}
	.home-header .slider-text p {
	    font-size: 18px;
	}
	.header-slider-slide-container,
	.home-header  {
		height: 450px;
	}
	.home-header .btn {
	    font-size: 14px;
	}
}


/* Laptop Ok until 993px 
---------------------------------------------------------------------------*/
@media screen and (max-width: 1099px) {
	.header-slider-slide-container {
		padding: 0 2em;
	}
	.home-header .slider-text {
	    width: 60%;
	}
	.header-slider-slide .slider-img {
		width: 45%;
	}
}


/* Tablet ok until 767px
---------------------------------------------------------------------------*/
@media screen and (max-width: 992px) {
	.header-slider-slide-container,
	.home-header  {
	    height: 370px;
	}
	.home-header .slider-text *:first-child:not(.btn) {
		font-size: 62px;
		margin-bottom: 20px;
	}
	.home-header .slider-text .hl-t {
		font-size: 120px;
	}
	.home-header .slider-text p {
	    font-size: 17px;
	}
	.home-header .btn {
	    font-size: 13px;
	    margin-top: 15px;
	}

	#main-banner .cell-image img {
	    height: 12em;
	}
	#main-banner .cell-content {
	    padding: 2em;
	    min-height: 410px;
	}
}


/* Mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	.whatsapp-button {
	    margin-left: 0;
	}
	.header-buttons-container > * {
	    display: flex;
	    width: fit-content !important;
	    margin-left: auto !important;
	    margin-right: auto !important;
	}	
	.header-slider-slide-container,
	.home-header {
	    height: 420px !important;
	}
	.home-header .slider-text {
	    width: 100%;
	    text-align: center;
        height: 233px;
        overflow: hidden;	    
	}

	.header-slider-slide .slider-img {
	    display: none;
	}

	.home-header .slider-text *:first-child:not(.btn) {
	    font-size: 52px;
		letter-spacing: -0.002em;
		text-shadow: 1px 1.3px 1px rgb(125 144 144 / 100%);
	}

	.home-header .slider-text .hl-t {
	    font-size: 104px;
	    text-shadow: none;
	    display: block;
	}

	.home-header .slick-slide:nth-child(4) .slider-text {
	    width: 100%;
	}
	.home-header .slider-text p {
		font-family: 'Lato-Regular', sans-serif;
		font-weight: 400;
	}
	.big-btn {
	    min-width: 100% !important;
	}
}

/* Mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 320px) {
	.header-slider-slide-container {
	    padding: 0 1em;
	}
	.home-header .slider-text *:first-child:not(.btn) {
	    font-size: 46px;
	}
	.home-header .slider-text .hl-t {
	    font-size: 92px;
	}

	.stripe-container {
	    padding-left: 1em;
	    padding-right: 1em;
	}
}

@media screen and (min-width: 1921px) {
	#header-content:after {
	    background-size: cover;
	}
}