/*
Theme Name: Dream of the desert
Theme URI:
Description:
Author: Stefano Esu/Manuel Frazzetta per jakala
Author URI:
Version: 1.0.2
License:
License URI:
Tags:
Text Domain: dotd
*/

@charset "utf-8";

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    background-color: #ffffff;
    font-size: 100%;
    line-height: 1.125em;
    height: 100%;
    overflow-x: hidden;
    max-width: 100vw;
    image-rendering: -webkit-optimize-contrast;
    /* Cross Browser graphic and fonts fixes */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-interpolation-mode: nearest-neighbor;
}

/* GENERAL STYLES */
.p-relative, div.wrapper {
    position: relative;
}

.p-absolute {
    position: absolute;
}

.c-white {
    color: white;
}
.force-ltr {
  direction: ltr !important;
}
.img-like-bck {
    position: absolute;
    max-width: 100%;
    width: 100%;
    /*height: 335px;*/
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    object-position: center;
}

.img-like-bck.img-contain {
    object-fit: contain !important;
}

.img-on-top {
    height: 265px !important;
    width: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    top: 0% !important;
    left: 0% !important;
    position: initial !important;
    transform: translate(-0%, -0%) !important;
}

.btn-play-video, .btn-play-videomedia {
    position: absolute;
    z-index: 2;
    background: transparent;
    border: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

body.admin-bar, body.admin-bar .site-header,  body.admin-bar .fixed-top-menu{
    top: 32px !important;
}

.header-logo {
    width: 300px;
    height: auto;
}
.navbar-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 2px;
}

.home .navbar-brand {
    position: absolute;
    top: 50vh;
    left: 50%;
    transform: translate(-50%, 0) scale(1.5);
    animation: logoShrink 1s ease-out 1s forwards;
}

#menuToggle.navbar-toggler {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
    padding: 0;
}

#menuToggle:focus,
#menuToggle:active,
#menuToggle:focus-visible {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
}

.btn-outline-purple {
    border: 1px solid #491B48;
    color: #491B48;
    border-radius: 0;
    background-color: transparent;
}

.btn-outline-purple:hover {
    border: 1px solid #491B48;
    color: #491B48;
}

.btn-purple {
    border: 1px solid #491B48;
    background-color: #491B48;
    color: #FFFFFF;
}

.btn-purple:hover {
    border: 1px solid #672665;
    background-color: #672665;
    color: #FFFFFF;
}

@keyframes logoShrink {
    to {
        top: 20px;
        transform: translate(-50%, 0) scale(1);
    }
}

/* Scroll Arrow */
.scroll-arrow {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    cursor: pointer;
}

.scroll-arrow img {
    width: 32px;
    height: 32px;
    animation: bounce 1.5s infinite;
    aspect-ratio: 1 / 1;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

/* ============================
    Common Components Styling
============================ */

.button-outline-light {
    padding: 12px 12px;
    width: 114px;
    height: 45px;
    border: 1px solid #F6EBE1;
    background-color: transparent;
    color: #F6EBE1;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0;
    font-family: 'Avenir', sans-serif;
    transition: all 0.3s ease;
    text-transform: uppercase;
    text-decoration: none;
}

.button-outline-light:hover {
    background-color: transparent;
    color: #F6EBE1;
    border: 1px solid #F6EBE1;
}

.button-outline-primary {
    padding: 12px 16px;
    height: 45px;
    border: 1px solid #491B48;
    width: auto;
    background-color: transparent;
    color: #491B48;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0;
    font-family: 'Avenir', sans-serif;
    transition: all 0.3s ease;
    text-decoration: none;
}

.button-outline-primary:hover {
    background-color: transparent;
    color: #491B48;
}


.link-purple {
	font-size: 0.875em;
    font-family: 'Avenir-medium', sans-serif;
    color: #491B48;
    text-decoration: underline;
    transition: color 0.3s ease;
    text-underline-offset: 8px;
    letter-spacing: 0.2px;
    background: none;
    border: none;	
}
.h-100vh{ height: 100vh; }
.bck-bottom, .bck-bottom::before{ background-position: bottom !important; }
.bck-top, .bck-top::before{ background-position: top !important; }
.big-pb{ padding-bottom: 7rem !important; }

.fixed-top-menu {
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999; /* o quello che ti serve */
	background-color: rgba(247, 237, 225, 0.7) !important;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);  
}
.fixed-top-menu .sub-menu-itineraries{
	margin-top: 0.5rem !important;
	margin-bottom: 0.5rem !important;
}
.fixed-top-menu ul.sub-menu-itineraries li{
	padding-top: 7px !important;
	padding-bottom: 7px !important;
}
.f-right{ float: right; }
.otgs-development-site-front-end{
	display: none !important;
	opacity: 0 !important;
	visibility: hidden !important;
}
/* ============================
    Footer Styling
============================ */

.site-footer {
    background-color: #F6EBE1;
    color: #491B48;
    font-family: 'Avenir', sans-serif;
}

.footer-logo {
    max-width: 195px;
	width: 100%;
    height: auto;
    display: block;
    margin-bottom: 1rem;
}

.list-unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.list-unstyled li {
    margin-bottom: 1.25rem;
}

.list-unstyled a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: #000000;
}

.footer-newsletter {
    font-family: 'ogg-regular', sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.5;
    color: #491B48;
}

.footer-signup-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: black;
}

.custom-newsletter-form {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
    margin-top: 1rem;
}

.custom-newsletter-form__input {
    height: 48px;
    padding: 0.5rem 1rem;
    border: 1px solid #491B48;
    background-color: transparent;
    color: #491B48;
    font-size: 14px;
    border-radius: 0;
    outline: none;
    box-sizing: border-box;
    max-width: 310px;
	width: 100%;
}
.custom-newsletter-form__input::placeholder {
    color: #000 !important;
    opacity: 1;
}

.custom-newsletter-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    margin-top: 0.5rem;
}

.custom-newsletter-text a {
    color: #000000;
    text-decoration: none;
}

.footer-bottom-text {
    font-size: 14px;
    color: #000000;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.social-icons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
}

.social-icons a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.social-icons img {
    width: 24px;
    height: auto;
    display: block;
    transition: opacity 0.3s ease;
}

.social-icons img:hover {
    opacity: 0.7;
}

/* ============================
    HOME : Carousel Fade BANNER
============================ */

.carousel-fade-animation .swiper-slide {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 2s ease-in-out !important;
}

.swiper-container .hero-heading {
    font-family: 'ogg-regular', serif;
    color: #fff;
    font-weight: 300;
    line-height: 120%;
    text-align: center;
    font-size: 6.25em;
    margin: 0 auto;
}

.carousel-fade-animation .hero-heading span {
    font-weight: 700;
}

/* ============================
    Header Styling
============================ */
.site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 16px 0;
    background-color: transparent;
    z-index: 9999;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.hero-logo-image {
    width: 854px;
    height: 140px;
    transition: transform 1s ease-in-out, opacity 1.2s ease-in-out; /* Faster fade */
    opacity: 1;
}

.site-header .navbar-nav > li > .nav-link {
    font-family: 'Avenir', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff !important;
    letter-spacing: 0.7px;
    line-height: 150%;
    font-style: normal;
    text-decoration: none;
}

.navbar-toggler-icon {
    width: 32px;
    height: 32px;
    object-fit: contain;
}


.btn-lang-selector {
    font-family: 'Avenir', sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.7px;
    background: transparent;
    border: none;
    color: #ffffff;
    padding: 0;
    min-width: 80px;
    text-transform: none;
}

.btn-lang-selector.dropdown-toggle::after {
    display: none !important;
}

.lang-arrow-icon {
    display: flex;
    width: 24px;
    height: 32px;
    align-items: flex-start;
}

.dropdown-menu {
    width: 100%;
    min-width: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 8px 0;
    box-shadow: none;
}

.dropdown-menu .dropdown-item {
    color: #fff;
    font-size: 16px;
    font-family: 'Avenir', sans-serif;
    padding: 6px 16px;
    background-color: transparent;
    transition: background-color 0.2s ease;
}

.dropdown-menu .dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.nav-icon img {
    width: 40px;
    height: 40px;
    padding: 8px;
}

/* Hero Banner */
.hero-section {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 0;
}

.hero-overlay {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; /* Stays below the logo but above the video */
}

.block-text-cont-hero{
	position: absolute;
	color: white;
	bottom: 60px;
	z-index: 3;
	font-family: 'ogg-regular';
}
.block-text-cont-hero .main-title{
	font-size: 6.25em;
	line-height: 1.2;
}
.block-text-cont-hero .main-title strong {
	font-family: "ogg-medium", serif;
} 
/* ============================
    Itinerary Block
============================ */

.image-blend-container img {
  width: 100%;
  height: auto;
  display: block;
}

.image-blend-container .textual-content {
    position: relative;
    z-index: 2;
}
.image-blend-container .textual-content p {
    font-size: 0.875em;
    font-weight: 400;
    line-height: 150%;
    padding-bottom: 0;
    margin-bottom: 0;
}
.image-blend-container .textual-content .age-block {
    display: flex;
    align-items: baseline;
}
.image-blend-container .textual-content .age-button {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    padding: 4px 10px;
    border-radius: 360px;
    border: 1px solid #000;
    display: inline-block;
    margin-right: 8px;
}

.itinerary-slider-new .blend-heading {
  position: absolute;
  top: 0;
  /*left: 0;*/
  padding: 2rem;
  font-size: 8.75rem;
  color: white;
  mix-blend-mode: luminosity;
  z-index: 2;
  padding-top: 0px;
  padding-left: 0.2rem;
  width: 108%;
}

.itinerary-slider-new .blend-heading strong {
	font-family: 'ogg-medium', sans-serif;
}
.wrapper-itineraries .blend-heading{
    position: relative;
	text-wrap: nowrap;
	z-index: 999;
}
.swiper-mobile-nav button {
    background: none;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #491B48 !important;
}

.swiper-mobile-nav img {
    width: 18px;
    height: 18px;
}
.itineraries-slider .main-title, .wrapper-itineraries .main-title{
	font-family: 'ogg-light', sans-serif;
	color: #491B48;
	font-size: 1.5em;
	line-height: 1.2;
}
.itineraries-slider .blend-heading, .wrapper-itineraries .blend-heading{
	font-family: 'ogg-light', sans-serif;
	color: #491B48;
	font-size: 9em;
	line-height: 1.2;
}
.itineraries-slider .description p, .wrapper-itineraries .description p{
	font-family: 'Avenir', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 400;
}
.itinerary-details strong{ margin-bottom: 7px; display: inline-block; }

/* ============================
    Mi Gallery Section Styling
============================ */

.mirage-gallery-section {
    padding: 80px 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background: #f7ede1;
	background: linear-gradient(180deg,rgba(247, 237, 225, 1) 0%, rgba(223, 209, 196, 1) 70%);	
}
.mirage-gallery-section.inverse-bck{
	background: linear-gradient(0deg,rgba(247, 237, 225, 1) 0%, rgba(223, 209, 196, 1) 70%);	
}

.mirage-title {
    font-family: "ogg-light", serif;
    color: #491B48;
    text-align: center;
    font-weight: 300;
    line-height: 1.2;
    font-size: 9em;
}
.smaller-text .mirage-title{
	font-size: 6.25em;
}
.mirage-title strong, .mirage-title b{
	font-family: "ogg-medium", serif;
} 

.mirage-subtitle p{
    font-size: 1.05em;
    font-family: 'Avenir', sans-serif;
    font-weight: 500;
    line-height: 1.5;
    color: #000000;
}

/* Image */
.mirage-slide {
	max-width: 320px !important;
	height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.mirage-swiper-controls{
    display: flex;
    max-width: 330px;
    margin: 0 auto;	
	align-items: center;
}
.mirage-swiper-controls .btn-play-pause {
    background-color: transparent;
    border: none;
    padding: 8px 20px;
    color: #491b48;
    font-size: 14px;
    cursor: pointer;
}

.mirage-swiper-controls .progress {
    width: 100%;
    max-width: 270px;
    margin: 0 auto;
    border-radius: 0px;
    overflow: hidden;
    border: 1px solid #BDA5A3; /* bordo aggiunto */
    background-color: #BDA5A3;
	height: 6px;
}

/* ============================
    Arsenale block - alternate block
============================ */
.arsenale-block .title{
	color: #491B48;
	font-size: 2.5em;
	font-family: 'ogg-light';
	line-height: 1.2;
}
.arsenale-block .descr-cont p {
	font-size: 1.05em;
	font-family: 'Avenir';
	line-height: 1.5;
	margin-bottom: 0px;
}

/* Marquee slider */
.mirage-swiper-gallery {
    position: relative;
    z-index: 1;
}
.marquee-container {
    overflow: hidden;
    width: 100%;
    position: relative;
}
.marquee-track {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    will-change: transform;
}
.slide {
    flex-shrink: 0;
    width: auto;
}
.slide-max-width { 
    width: 320px;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.slide-max-width img {
    max-width: 320px;
    height: 400px;
    width: 100%;
    display: block;
}
.img-slide{
    position: absolute;
    width: 100%;
    object-fit: cover;
}
.marquee-track img {
    user-drag: none;
    user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    pointer-events: none;
}

.btn-play-pause {
    min-width: 85px;
}

/* The Train - Counter*/
.counter-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.40) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
}

.number-section {
    position: relative;
    z-index: 1;
}

/* Suite section */
.suite-showcase-section .swiper-slide .content-text {
    opacity: 0;
}

.suite-showcase-section .swiper-slide-active .content-text {
    opacity: 1;
    transition-delay: 0.5s;
    transition: opacity 1s ease;
}

.mirage-gallery-section-1.clouds::after {
    pointer-events: none;
}

.suite-showcase-section .suite-swiper .swiper-slide-next {
    pointer-events: none;
}

.suite-showcase-section .title-slide {
    padding-left: 1rem !important;
}

/* COMING SOON */
.coming-soon-page a {
    display: none;
}
.coming-soon-hero .block-text-cont-hero {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
}
.coming-soon-hero .block-text-cont-hero .main-title {
    text-align: center;
}
.footer-centered {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.footer-coming-soon {
    height: 120px;
}
.mail-form-block .input-group {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}