/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.0.1.1706775827
Updated: 2024-02-01 09:23:47

*/
:root {
  --smoch: "Smooch Sans", Sans-serif;
  --montserrat: "Montserrat", Sans-serif;
  --blue-b: #01186B;
  --blue-dark: #0A0034;
  --brand-l: #25CFE6;
}

/* Global heading lock: force same H1/H2 rendering across Elementor/frontend */
html body h1,
html body h2,
html body .elementor h1,
html body .elementor h2,
html body .elementor-widget-heading h1.elementor-heading-title,
html body .elementor-widget-heading h2.elementor-heading-title {
  font-family: var(--smoch) !important;
  font-style: normal !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.2px !important;
}

html,
body {
  height: 100%;
  margin: 0;
  overflow-x: hidden !important;
}

/*4 header */
.header-top-desk {
  backdrop-filter: blur(5px);
}

/* stripe style */
.pay {
  text-transform: uppercase;
  background: #F68B1E;
  border: 1px solid #F68B1E;
  cursor: pointer;
  color: #fff;
  padding: 8px 40px;
  margin-top: 10px;
}

.pay:hover {
  background: #f17e0a;
  border-color: #f17e0a;
}

.form-control {
  display: block;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  margin-bottom: 10px;

}

#stripe-payment-message {
  padding: 20px;
  border-radius: 5px;
  padding-left: 30px;
  margin-bottom: 10px;
  color: #842029;
  background-color: #f8d7da;
  border: 1px solid #f5c2c7;
}

.btn-primary {
  font-weight: 600;
  color: rgb(255, 255, 255);
  text-align: center;
  background-color: rgb(0, 103, 171);
  border: 0 !important;
  border-radius: 6px !important;
  padding: 10px;
  cursor: pointer;
}

.hidden {
  display: none;
}

/* spinner/processing state, errors */
.spinner,
.spinner:before,
.spinner:after {
  border-radius: 50%;
}

.spinner {
  color: #ffffff;
  font-size: 22px;
  text-indent: -99999px;
  margin: 0px auto;
  position: relative;
  width: 20px;
  height: 20px;
  box-shadow: inset 0 0 0 2px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.spinner:before,
.spinner:after {
  position: absolute;
  content: "";
}

.spinner:before {
  width: 10.4px;
  height: 20.4px;
  background: #F68B1E;
  border-radius: 20.4px 0 0 20.4px;
  top: -0.2px;
  left: -0.2px;
  -webkit-transform-origin: 10.4px 10.2px;
  transform-origin: 10.4px 10.2px;
  -webkit-animation: loading 2s infinite ease 1.5s;
  animation: loading 2s infinite ease 1.5s;
}

.spinner:after {
  width: 10.4px;
  height: 10.2px;
  background: #F68B1E;
  border-radius: 0 10.2px 10.2px 0;
  top: -0.1px;
  left: 10.2px;
  -webkit-transform-origin: 0px 10.2px;
  transform-origin: 0px 10.2px;
  -webkit-animation: loading 2s infinite ease;
  animation: loading 2s infinite ease;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media only screen and (max-width: 600px) {
  form {
    width: 80vw;
    min-width: initial;
  }
}

.loader {
  display: block;
  margin: 20px;
  border: 14px solid #f3f3f3;
  border-radius: 50%;
  border-top: 14px solid #3498db;
  width: 80px;
  height: 80px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#payment_processing {
  color: #078e29;
  font-weight: bold;
}


/* menu */
/* .menu-main{
  border:4px solid red;
} */
.menu-main>div>div>nav {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  right: 0;
  /* width:300px; */
}

.menu-main>div>div {
  justify-content: end;
}

/* .hfe-flyout-right.hfe-flyout-open{
  border:5px solid #333777;
} */
.hfe-flyout-right.hfe-flyout-open>div {
  background-color: rgba(255, 255, 255, 0.6) !important;
  backdrop-filter: blur(5px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.menu-main div.hfe-nav-menu-icon {
  margin: unset !important;
}

.menu-main>div>div nav ul.hfe-nav-menu {
  padding: 15px;
}

.menu-main>div>div nav {
  margin-top: 40px;
}

.menu-main>div>div nav ul.hfe-nav-menu li {
  margin: 10px 0;
}

.menu-main>div>div nav ul.hfe-nav-menu li a {
  justify-content: flex-start !important;
  font-family: "Smooch Sans", Sans-serif;
  text-transform: uppercase;
  color: #01186B;
  font-weight: 700;
  font-size: 35px;
  letter-spacing: 1px;
  transition: all 0.15s linear;
}

.menu-main>div>div nav ul.hfe-nav-menu li:hover a {
  transform: translate(-10px, 0);
  color: #fff;
}

/* animation menu close */
.hfe-flyout-close svg {
  transition: all 0.15s linear;
}

.hfe-flyout-close:hover svg {
  transform: rotate(180deg);
}

/* nav fppter menu */

/* .info-nav{
  border:1px solid #000;
} */
.info-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.info-nav ul li {
  margin: 4px 0;
  display: flex;
  gap: 10px;
}

.info-nav ul li div:nth-of-type(1) {
  flex: 1 1 auto;
  /* padding-top:10px; */
}

.info-nav ul li div:nth-of-type(2) {
  flex: 5 10 auto;
}

.info-nav ul li,
.info-nav ul li a {
  font-family: "Montserrat", Sans-serif;
  font-style: italic;
  font-weight: 300;
  color: #fff;
}

.social-nav {
  margin-top: 30px;
  display: flex;
  gap: 15px;
}

.social-nav div {
  width: 35px;
  height: 35px;
  border-radius: 35px;
  background: #ccc;
}

/* menu desk */
.menu-main-desk>div>div nav ul.hfe-nav-menu li a {
  color: #fff;
}

.logo-over div {
  display: block !important;
  width: 100%;
}

.logo-over img {
  display: block;
  margin: 0 auto;
}

/* HOME */

/* 4 gap home */
.elementor-element {
  gap: 0;
}

.servizi-home {
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 10%, rgba(242, 242, 242, 1) 90%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 10%, rgba(242, 242, 242, 1) 90%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 10%, rgba(242, 242, 242, 1) 90%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
}

.servizi-home>div {
  width: 90% !important;
  max-width: 1400px !important;
}

.servizi-home div h2 {
  min-height: 80px;
}
.servizi-home a{
  text-decoration: none;
}
/* 4 slide home hero */

.slide-home-hero,
.slide-home-hero>div,
.slide-about-hero,
.slide-about-hero>div {
  min-height: 90vh;
}

.slide-home-hero .carousel-item,
.slide-about-hero .carousel-item {
  transition: -webkit-transform 1.3s ease-in-out;
  transition: transform 1.3s ease-in-out;
  transition: transform 1.3s ease-in-out, -webkit-transform 1.3s ease-in-out;
}

.slide-home-hero .carousel-item:nth-of-type(1) {
  background-image: url('http://localhost:8888/wp-content/uploads/2024/02/1d814031-b746-4609-bc1f-254e66e63d36.jpg');
}

.slide-home-hero .carousel-item:nth-of-type(2) {
  background-image: url('http://localhost:8888/wp-content/uploads/2024/02/1d814031-b746-4609-bc1f-254e66e63d36.jpg');
}

.slide-home-hero .carousel-item:nth-of-type(3) {
  background-image: url('http://localhost:8888/wp-content/uploads/2024/02/1d814031-b746-4609-bc1f-254e66e63d36.jpg');
}

.slide-about-hero .carousel-item:nth-of-type(1) {
  background-image: url('http://localhost:8888/wp-content/uploads/2024/03/Cala-Corsara--scaled.jpg');
}

.slide-about-hero .carousel-item:nth-of-type(2) {
  background-image: url('http://localhost:8888/wp-content/uploads/2024/03/PHOTO-2023-06-19-18-01-59.jpg');
}

.slide-about-hero .carousel-item:nth-of-type(3) {
  background-image: url('http://localhost:8888/wp-content/uploads/2024/03/Spiaggia-Rosa-isola-di-budelli-1-1-scaled.jpg');
}

.slide-home-hero .carousel-item,
.slide-about-hero .carousel-item,
.slide-home-hero .carousel-item.active,
.slide-about-hero .carousel-item.active {
  height: 90vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.slide-home-hero .carousel-caption,
.slide-about-hero .carousel-caption {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  width: 100%;
  left: 0;
  right: 0;
  bottom: 80px;
  padding: 50px 0;
  color: white !important;
}

.slide-home-hero .carousel-caption h2,
.slide-about-hero .carousel-caption h2 {
  font-size: 42px;
  text-transform: uppercase;
  font-family: "Smooch Sans", Sans-serif;
}

.slide-home-hero .carousel-caption p,
.slide-about-hero .carousel-caption p {
  font-family: "Montserrat", Sans-serif;
}

@media screen and (max-width:768px) {
  .carousel-caption.d-none {
    display: block !important;
  }

  /*4 Escursioni */

  #carouselEscursioni .cta-home-esc a {
    justify-content: unset;
  }

  #carouselExampleIndicators .carousel-control-prev,
  #carouselExampleIndicators .carousel-control-next {
    display: none;
  }
}

.carousel-indicators .active {
  background-color: #25CFE6 !important;
}

/*4 slide escursioni mob*/
/* class .slide-home-escursioni */
#carouselEscursioni {
  display: flex;
  justify-content: center;
  padding: 10px 0;
}

#carouselEscursioni .carousel-inner {
  width: 85%;
}



.slide-home-escursioni .carousel-item {
  transition: -webkit-transform 1.3s ease-in-out;
  transition: transform 1.3s ease-in-out;
  transition: transform 1.3s ease-in-out, -webkit-transform 1.3s ease-in-out;
  transition-delay: 1s;
  padding: 0 0 10px 0px;
}

.slide-home-escursioni .carousel-item article {
  margin: 0 7px;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.15);
}

.slide-home-escursioni .carousel-caption {
  display: flex !important;
  flex-direction: row;
  position: relative;
  right: unset;
  left: unset;
  bottom: unset;
  z-index: 10;
  padding: 20px;
  min-height: 120px;
  font-family: var(--montserrat);
  text-align: center;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

#carouselEscursioni .carousel-caption-title,
#carouselEscursioniD .carousel-caption-title {
  flex: 1
}

#carouselEscursioni .cta-home-esc {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  border-radius: 50px;
  background: var(--brand-l);
  border: unset;
  overflow: hidden;
}


#carouselEscursioni .cta-home-esc a,
#carouselEscursioniD .cta-home-esc a {
  border: unset;
  color: #fff;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  padding: 15px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
}

#carouselEscursioni .cta-home-esc a:hover,
#carouselEscursioniD .cta-home-esc a:hover {
  background: var(--brand-l);
}

.anim-clip {
  gap: 10px;
  width: 15px;
  height: 15px;
  overflow: hidden;
}

#carouselEscursioni .cta-home-esc a:hover .c-path-arrow-r,
#carouselEscursioni .cta-home-esc a:hover .c-path-arrow-w {
  bottom: 35px;
}

#carouselEscursioni .cta-home-esc a:hover {
  background: var(--brand-l);
  border-radius: 50px;
}

.c-path-arrow-w,
.c-path-arrow-r {
  position: relative;
  transition: all 0.2s ease-in;
  width: 15px;
  height: 15px;
  bottom: 10px;
  margin: 10px 0;
}

.c-path-arrow-w {
  background: rgba(1, 24, 107, 0.6);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.c-path-arrow-r {
  background: rgba(255, 255, 255, 0.8);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

#carouselEscursioni .carousel-indicators li {
  background-color: #444 !important;
}

#carouselEscursioni .slide-home-escursioni .shadow-item,
#carouselEscursioniD article .shadow-item {
  margin: 5px;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.15),
    0 0px 6px 0 rgba(50, 50, 50, 0.0) inset;
  transition: all 0.2s ease;
}

#carouselEscursioni .carousel-caption h2,
#carouselEscursioniD .carousel-caption h2,
#carouselEscursioniD .carousel-caption h2 a {
  color: black;
  font-size: 20px;
  text-align: left;
  font-weight: 600;
  text-decoration: none;
}

/* control arrow */
#carouselEscursioni .carousel-indicators {
  bottom: -15px;
}

#carouselEscursioni .carousel-control-next,
#carouselEscursioni .carousel-control-prev {
  width: 9%;
  opacity: .9;
}

#carouselEscursioni .carousel-control-prev-icon,
#carouselEscursioni .carousel-control-next-icon {
  width: 15px;
  height: 33px;
}

#carouselEscursioni .carousel-control-prev-icon {
  background-image: url('http://localhost:8888/wp-content/uploads/2024/02/arrow-left.png');
}

#carouselEscursioni .carousel-control-next-icon {
  background-image: url('http://localhost:8888/wp-content/uploads/2024/02/arrow-right.png');
}

/*4  grid escursioni desk */
#carouselEscursioniD {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

#carouselEscursioniD article:hover .shadow-item {
  box-shadow: 0 0px 0px 0 rgba(50, 50, 50, 0.0),
    0 0px 14px 0 rgba(0, 0, 0, 0.15) inset;
}

.esc-thumb-desk {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  transition: all 0.1s ease;
}

#carouselEscursioniD .carousel-caption h2 a {
  display: inline;
}

.border-bt-desk {
  height: 2px;
  background: var(--blue-b);
  width: 0;
  transition: all 0.3s ease;
}

a.link-thumb-desk {
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
}

a.link-thumb-desk:hover {
  text-decoration: none;
}

.thumb-overlay {
  height: 100%;
  background: rgba(4, 4, 74, 0.4);
  opacity: 0;
  transition: all 0.1s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  overflow: hidden;
}

#carouselEscursioniD article:hover .thumb-overlay {
  opacity: 1;
}

.thumb-overlay h3 {
  text-decoration: none;
  text-align: center;
  margin-top: -100%;
  transition: all 0.3s ease;
}

#carouselEscursioniD article:hover .thumb-overlay h3 {
  margin-top: unset;
}

#carouselEscursioniD .shadow-item:hover .border-bt-desk {
  width: 30%;
}

#carouselEscursioniD .shadow-item:hover .c-path-arrow-r,
#carouselEscursioniD .shadow-item:hover .c-path-arrow-w {
  transition-delay: 0.5s;
  bottom: 35px;
}

#carouselEscursioniD .cta-home-esc {
  display: flex;
  width: 100px;
  justify-content: flex-end;
  flex-direction: column;
  border-radius: 50px;
  background: var(--brand-l);
  border: unset;
  overflow: hidden;
  transition: all 0.3s ease;
}

/* #carouselEscursioniD .shadow-item:hover .cta-home-esc {
  width:110px;
} */
#carouselEscursioniD .cta-home-esc a {
  border: unset;
}

.esc-desk.custom {
  background: var(--blue-dark);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 0 20px;
}

.esc-desk.custom h2 {
  font-family: var(--smoch);
  font-weight: bold;
  font-size: 42px;
}

.esc-desk.custom p {
  font-family: var(--montserrat);
  font-size: 22px;
}

/*4 FLOTTA HOME */
#carouselFlottaHome {
  padding: 0 20px;
}

#carouselFlottaHome .shadow-item {
  min-height: 400px;
  background-size: cover;
  background-position: 50% 50%;
  display: flex;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.15);
  /* justify-content: flex-end; */
  flex-direction: column;


}

#carouselFlottaHome article {
  padding: 0 5px;
}

#carouselFlottaHome .carousel-inner {
  padding-bottom: 25px;
}

#carouselFlottaHome .carousel-caption {
  color: white;
  flex: 1;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  right: unset;
  bottom: unset;
  left: unset;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 45%, rgba(10, 0, 52, 0.896796218487395) 100%);
  background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 45%, rgba(10, 0, 52, 0.896796218487395) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 45%, rgba(10, 0, 52, 0.896796218487395) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#0a0034", GradientType=1);
}

#carouselFlottaHome .carousel-caption h2,
#carouselFlottaHome .carousel-caption p {
  text-align: left;
  margin: 0;
}

#carouselFlottaHome .carousel-control-prev-icon {
  background: rgba(255, 255, 255, 0.95);
  clip-path: polygon(0 50%, 100% 0%, 100% 100%);
  background-image: unset;
  width: 22px;
  height: 40px;
}

#carouselFlottaHome .carousel-control-prev {
  left: 10px
}

#carouselFlottaHome .carousel-control-next {
  right: 10px
}

#carouselFlottaHome .carousel-control-next-icon {
  background: rgba(255, 255, 255, 0.95);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-image: unset;
  width: 22px;
  height: 40px;
}

.carousel-control-next,
.carousel-control-prev {
  z-index: 60 !important;
}

#carouselFlottaHome .carousel-indicators {
  bottom: 25px;
}

/*4 FLOTTA HOME DESK */
#carouselFlottaHomeD {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto auto;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.grid-1 {
  grid-area: 1 / 1 / 2 / 4; 
}

.grid-2 {
  grid-area: 2 / 1 / 3 / 2; 
}

.grid-3 {
  grid-area: 2 / 2 / 3 / 3; 
}

.grid-4 {
  grid-area: 2 / 3 / 3 / 4; 
}

.grid-5 {
  grid-area: 3 / 1 / 4 / 2; 
}

.grid-6 {
  grid-area: 3 / 2 / 4 / 3; 
}

.grid-7 {
  grid-area: 3 / 3 / 4 / 4; 
}
#carouselFlottaHomeD article {
  display: flex;
  align-items: stretch;
  min-height: 450px;
}

#carouselFlottaHomeD article .shadow-item {
  display: flex;
  align-items: stretch;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  flex: 1;
}

#carouselFlottaHomeD article .shadow-item>div {
  display: flex;
  width:100%;
  align-items: flex-end;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 25%, rgba(10, 0, 52, 0.896796218487395) 100%);
  background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 25%, rgba(10, 0, 52, 0.896796218487395) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 25%, rgba(10, 0, 52, 0.896796218487395) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#0a0034", GradientType=1);

}

#carouselFlottaHomeD article .shadow-item>div>div {
  padding: 20px 20px 0 20px;
  color: #fff;
  width: 100%;
}

#carouselFlottaHomeD article .shadow-item>div>div h2 {
  font-family: var(--montserrat);
  font-size: 33px;
}

#carouselFlottaHomeD article .shadow-item>div>div p {
  font-family: var(--montserrat);
  font-size: 13px;
}

/*4 PRIVACY POLICY FOOTER */
.url-privacy a .url-privacy a:hover,
.url-privacy a:link,
.url-privacy a:target,
.url-privacy a:focus,
.url-privacy a:visited {
  color: #fff;
}


