/*
Theme Name: Divi - Child theme
Theme URI: 
Version: 0.8
Description: Divi - Child 
Author: Social Mind
Author URI: http://www.socialmind.gr
Template: Divi
*/
/*@import url(../Divi/style.css);*/
/* =Theme customization starts here

------------------------------------------------------- */

:root {
	--main: #5b4c3a;
	--secondary: #8a7356;
	--light: #c4b39a;
	--off-white: #f4efe6;
}

@font-face {
	  font-family: 'ACElegantLuxMager';
	  src: URL('./font/ACElegantLuxMager.ttf') format('truetype');
}

body h1, body h2, body h3, body h4, body h5, body h6, body .header-font * {
	font-family: 'ACElegantLuxMager' !important;
}


/** MAIN ELEMENTS **/
/* start */

/* Titles */
.mail-title.et_pb_text {
	min-height: 120px;
    display: flex;
    align-items: center;
    width: fit-content;
    position: relative;
}

.mail-title.et_pb_text .et_pb_text_inner, .banner-inside .intro.et_pb_text {
    position: initial;
	overflow: hidden;
}

.mail-title.et_pb_text h2 {
    font-size: 58px;
    padding: 0;
    transform: translateY(100%);
	transition: all 2s ease;
}

.mail-title.et_pb_text.et_had_animation h2 {
	transform: translateY(0%);
}

.mail-title.et_pb_text p {
	font-size: 7em;
    font-family: serif;
    color: white;
    position: absolute;
    line-height: 1em;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.mail-title.centered.et_pb_text {
    margin: auto;
}

.mail-title.centered.et_pb_text p {
    margin: auto;
    right: 0;
    width: fit-content;
}

.mail-title.right.et_pb_text {
    margin-left: auto;
}

.mail-title.right.et_pb_text p {
	right: 0;
	left: unset;
	width: fit-content;
}

.about-us-main .mail-title.et_pb_text p {
    font-size: 8em;
    margin-top: -38px;
}

.mail-title.light.et_pb_text p {
    color: #6a5842;
}

/*image style*/
.image-style .et_pb_image_wrap {
	background-color: var(--light);
	overflow: hidden;
}

.image-style .et_pb_image_wrap img {
	transition: all 1s ease;
	transform: translateY(30%);
}

.image-style.et_had_animation .et_pb_image_wrap img {
	transform: translateY(0%);
}

.image-style-png {
    filter: drop-shadow(-5rem 0px 0px var(--main));
	transition: all 1s ease;
}

.image-style-png.et_had_animation {
    filter: drop-shadow(0px 0px 0px transparent);
}

/* Buttons */
.main-button.et_pb_text, .wpcf7-submit {
	width: fit-content;
    padding: 2% 5%;
    border: 1px solid;
    letter-spacing: 1px;
    text-align: center;
}

.main-button.et_pb_text:before {
    content: '';
    width: 0;
    height: 54%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -10px;
    z-index: -1;
    background: var(--light);
    transition: all 2s ease;
}

.main-button.et_pb_text:hover:before {
    width: calc(100% + 20px);
}

.fixed-interest .main-button.et_pb_text {
    padding: 10px 20px;
}

.fixed-interest .main-button.et_pb_text {
	transition: all 0.5s ease;
}

.fixed-interest .main-button.et_pb_text:hover {
	background-color: black;
	color: white;
	border-color: black;
}

.fixed-interest .main-button.et_pb_text:before {
	display: none;
}

/* Banners inside pages */

.banner-inside.et_pb_section {
    background-size: 50%;
	background-position: center right;
}

.banner-inside .mail-title h1 {
	font-size: 5.5vw;
}

.banner-inside .intro {
    max-width: 48%;
}

.banner-inside .mail-title.et_pb_text h1, .banner-inside .intro.et_pb_text p {
    padding: 0;
    transform: translateY(100%);
	transition: all 2s ease;
}

.banner-inside .mail-title.et_pb_text.et_had_animation h1, .banner-inside .intro.et_pb_text.et_had_animation p {
	transform: translateY(0%);
}

/** MAIN ELEMENTS **/
/* end */

/** HEADER **/
/* start */

.fixed-interest.et_pb_section {
    position: fixed;
    bottom: 5%;
    right: 0%;
    z-index: 99;
    width: 207px;
	max-width: 100%;
}

.main-header.et_pb_section.et_pb_with_background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent !important;
	transition: all 1s ease;
}

.main-header .et_pb_row {
	padding: 20px 0px;
	transition: all 1s ease;
}

.main-header.et_pb_section.et_pb_with_background.with-bg {
    background-color: #c4b39ae0 !important;
    backdrop-filter: blur(5px);
}

.main-header.with-bg .et_pb_row {
	padding: 5px 0px;
}

.main-header .logo img {
	transition: all 1s ease;
}

.main-header.with-bg .logo img {
    max-width: 100px;
}

.main-header .et_pb_row .et_pb_column {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-wrap {
    display: flex;
    align-items: center;
    gap: 9px;
    cursor: pointer;
}

.menu-wrap h3 {
    padding: 0;
    font-size: 24px;
    font-weight: bold;
}

.menu-wrap .lines {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.menu-wrap .lines span {
    width: 50px;
    height: 7px;
    background-color: var(--main);
    display: block;
	transition: all 0.5s ease;
}

.menu-wrap .lines span:nth-child(2) {
    width: 35px;
}

.menu-wrap .lines span:nth-child(3) {
    width: 28px;
}

.menu-wrap:hover .lines span {
	width: 50px;
}

.full-menu.et_pb_section.et_pb_with_background {
    background-color: #f4efe6f5 !important;
    backdrop-filter: blur(9px);
}

.full-menu .et_pb_menu ul.et-menu li a {
    font-family: 'ACElegantLuxMager';
	width: fit-content;
}

.full-menu .et_pb_menu ul.et-menu > li > a {
    font-size: 4.5vw;
    line-height: 1em;
}

.full-menu .et_pb_menu ul.et-menu > li ul li > a {
    font-size: 3vw;
    line-height: 1em;
}

.full-menu .nav li {
    overflow: hidden;
}

.full-menu.open .nav > li > a {
	animation: menuSlideUp 1s ease forwards;
}

.full-menu.closed .nav > li > a.anim {
	animation: menuSlideUp 1s linear reverse forwards;
}

@keyframes menuSlideUp {
	from {
		transform: translateY(100%);
	}
	to {
		transform: translateY(0%);
	}
}

.full-menu .nav li > a {
	animation: menuSlideUp 1s ease forwards;
}

.full-menu .nav li.hide > a {
	transform: translateY(100%);
	display: none;
}

.full-menu li > a > span.menu-toggle {
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    transform-origin: center;
	transition: all 1s ease;
}

.full-menu li > a > span.menu-toggle:before {
    content: '+';
    position: absolute;
    left: 0;
    top: 0;
    line-height: 31px;
    right: 0;
    margin: auto;
}

.full-menu li.opened > a > span.menu-toggle {
	transform: rotate(-45deg);
}

.full-menu .et-menu .menu-item-has-children > a:first-child {
    padding-right: 0;
}

.full-menu .et-menu a:hover {
    opacity: 1;
}

.full-menu .et_pb_menu ul.et-menu li a {
	opacity: 0.5;
}

.full-menu .et_pb_menu ul.et-menu li a:hover, .full-menu .et_pb_menu ul.et-menu li.opened > a {
	opacity: 1;
}

.full-menu .et_pb_menu ul.et-menu li a:before {
    content: '';
    width: 0;
    height: 30%;
    background: #c4b39ac9;
    position: absolute;
    bottom: 26%;
    margin: auto;
    left: -10px;
    transition: all 1s ease;
    z-index: -1;
}

.full-menu .et_pb_menu ul.et-menu li a:hover:before, .full-menu .et_pb_menu ul.et-menu li.opened > a:before {
    width: calc(100% + 20px);
}

.close-menu.et_pb_icon {
    position: fixed;
    top: 5%;
    right: 5%;
    cursor: pointer;
}

/**change defaults**/
.full-menu.et_pb_section {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    display: none;
}

.full-menu .et_pb_menu .et_pb_menu__menu>nav>ul {
    flex-direction: column;	
}

.full-menu .et_pb_menu ul.et-menu li {
    display: block;
}

.full-menu .nav li ul {
    position: relative;
    padding: 0;
    z-index: unset;
    width: auto;
    background: transparent;
    visibility: visible;
    opacity: 1;
    border-top: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.full-menu .et_pb_menu--without-logo.et_pb_menu .nav li ul {
	background-color: transparent !important;
}

.full-menu .et-menu li li a {
    padding: 6px 20px;
    width: auto;
}

.full-menu .et_pb_menu .et_pb_menu__menu>nav>ul>li>ul {
    top: unset;
    left: unset;
}

.full-menu .et-menu .menu-item-has-children>a:first-child:after {
	display: none;
}

.full-menu .et_mobile_menu li a:hover, .full-menu .nav ul li a:hover {
	background-color: transparent;
	opacity: 1;
}

.full-menu .et_pb_menu__wrap, .full-menu .et_pb_menu__menu, .full-menu .et-menu-nav, .full-menu .et-menu {
	width: 100%;
}

/** HEADER **/
/* end */

/** HOMEPAGE **/
/* start */

.full-row-3-col.et_pb_row .et_pb_column {
    min-height: 77vh;
	display: flex;
    align-items: flex-end;
    padding: 5%;
}

.full-row-3-col .descr {
	overflow: hidden;
}

.full-row-3-col .descr h2 {
    font-size: 32px;
    letter-spacing: 2px;
}

.full-row-3-col .descr p {
    transform: translatey(100%);
	transition: all 1s ease;
}

.full-row-3-col .et_pb_column:hover .descr p {
    transform: translatey(0%);
}

.full-row-3-col .et_pb_column:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: black;
	opacity: 0;
    z-index: 1;
	left: 0;
	top: 0;
	transition: all 2s ease;
}

.full-row-3-col.et_had_animation .et_pb_column:before {
	opacity: 0.5;
}

.full-row-3-col .descr.et_pb_text {
    transform: translateY(150px);
    opacity: 0;
	transition: all 2s ease;
}

.full-row-3-col.et_had_animation .descr.et_pb_text {
	transform: translateY(0);
    opacity: 1;
}

.full-row-3-col .et_pb_column:nth-child(2):before, .hm-rides .et_pb_column:nth-child(2) .descr.et_pb_text {
	transition-delay: 0.5s;
}

.full-row-3-col .et_pb_column:nth-child(3):before, .hm-rides .et_pb_column:nth-child(3) .descr.et_pb_text {
	transition-delay: 1s;
}

.full-row-3-col .arrow.et_pb_text {
    position: absolute;
    top: 5%;
    right: 5%;
    width: 0px;
    height: 1px;
    background: white;
	transition: all 1s ease;
}

.full-row-3-col .arrow:before, .full-row-3-col .arrow:after {
    content: '';
    width: 20px;
    height: 1.2px;
    background: white;
    position: absolute;
    right: -2px;
    top: -8px;
    transform: rotate(0deg);
    z-index: 1;
	opacity: 0;
	transition: all 0.5s ease;
}

.full-row-3-col .arrow:after {
    top: 8px;
    transform: rotate(0deg);
}

.full-row-3-col .et_pb_column:hover .arrow:before {
	transform: rotate(45deg);
	opacity: 1;
}

.full-row-3-col .et_pb_column:hover .arrow:after {
	transform: rotate(-45deg);
	opacity: 1;
}

.full-row-3-col .et_pb_column:hover .arrow.et_pb_text {
	width: 100px;
}

.full-row-3-col .et_pb_column .descr h2 {
    transform: translateY(2em);
    transition: all 1s ease;
}

.full-row-3-col .et_pb_column:hover .descr h2 {
    transform: translateY(0);
}

.hm-testimonials .ti-widget.ti-trip .ti-review-item>.ti-inner {
    background-color: transparent !important;
}

.hm-testimonials .ti-widget.ti-trip .ti-review-item>.ti-inner {
	border-color: var(--light) !important;
    border-radius: 0px !important;
    padding: 13% !important;
}

.hm-contact.et_pb_row {
    max-width: 1100px;
    margin-right: 12%;
}

/** HOMEPAGE **/
/* end */

/** ABOUT US **/
/* start */

.about-us-row-1.et_pb_row {
	justify-content: space-between;
}

.about-us-row-1.et_pb_row:after {
	display: none;
}

@media all and (min-width: 981px) {
	.about-us-row-1.et_pb_row .et_pb_column {
		max-width: 500px;
	}
}

.about-us-row-3.et_pb_row {
    max-width: 600px;
    margin: 0 auto;
}

.aboutus-trust .ti-widget.ti-trip .ti-widget-container .ti-date, .aboutus-trust .ti-widget.ti-trip .ti-widget-container .ti-name, .aboutus-trust .ti-widget.ti-trip .ti-widget-container, .aboutus-trust .ti-widget.ti-trip .ti-rating-text, .aboutus-trust .ti-widget.ti-trip .ti-rating-text span, .aboutus-trust .ti-widget.ti-trip .ti-rating-text span strong {
	color: white;
}

.aboutus-trust .ti-review-text-container {
    scrollbar-color: white var(--main);
    scrollbar-width: thin;
}

/** ABOUT US **/
/* end */


/** RIDES **/
/* start */

.mail-title.et_pb_text.tours {
	min-height: auto;
}

.info-rides .et_pb_column {
    display: flex;
    gap: 10px;
}

.info-rides .et_pb_text {
    flex: 1;
}

.info-rides h3 {
    font-size: 14px;
    font-family: 'Manrope' !important;
}

.info-rides p {
    font-size: 24px;
}

.rides-carousel h4, .rides-carousel h6 {
    font-family: 'Manrope' !important;
}

.rides-carousel .dica-item-content {
	position: initial;
}

.rides-carousel .dica-item, .rides-carousel span.image {
	position: relative;
}

.rides-carousel h4.item-title {
    padding: 5%;
}

.rides-carousel.dica_divi_carousel .dica_divi_carouselitem .dica-item-content h6.item-subtitle {
    position: absolute;
    top: 72%;
    padding: 10px 30px;
    background-color: var(--off-white);
    left: 5%;
    font-size: 11px;
    color: black;
    font-weight: bold;
    letter-spacing: 1px;
}

.rides-carousel .dica_divi_carouselitem span.image:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: white;
    z-index: 1;
    left: 0;
    top: 0;
    opacity: 0.4;
	transition: all 0.5s ease;
}

.rides-carousel .dica_divi_carouselitem:hover span.image:before {
	opacity: 0;
}

.rides-carousel .dica_divi_carouselitem span.image {
	overflow: hidden;
}

.rides-carousel .dica_divi_carouselitem span.image img {
	transition: all 5s ease;
}

.rides-carousel .dica_divi_carouselitem:hover span.image img {
	transform: scale(1.2);
}

/** RIDES **/
/* end */


/** FOOTER **/
/* start */

footer.et-l--footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;	
}

.footer-main.et_pb_section {
    padding-top: 5%;
    padding-bottom: 11%;
	background-color: #f7f4ee;
}

.footer-main .et_pb_column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 20px 2%;	
}

.footer-main .et_pb_module {
    flex: 100%;
    margin: 0 !important;
}

.footer-main .et_pb_module.et_pb_blurb {
    flex: 31.3%;
    display: flex;
    justify-content: center;
    max-width: 300px;
}

.footer-main .et_pb_social_media_follow a.icon:after, .contact-row .et_pb_column:nth-child(2) .et_pb_social_media_follow a.icon:after {
    content: '';
    width: 0;
    height: 64%;
    position: absolute;
    background: var(--light);
    left: -5px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
	transition: all 1s ease;
}

.footer-main .et_pb_social_media_follow a.icon:hover:after, .contact-row .et_pb_column:nth-child(2) .et_pb_social_media_follow a.icon:hover:after {
	width: calc(100% + 10px);
}

/** FOOTER **/
/* end */

.faq .et_pb_toggle {
    margin-bottom: 10px !important;
}

.faq .et_pb_toggle_title:before {
    content: "\33";
}

.faq .et_pb_toggle .et_pb_toggle_title:before {
    font-size: 28px;
}

.contact-row .et_pb_column:nth-child(2) {
    background: white;
    padding: 4%;
}