@import url('https://fonts.googleapis.com/css2?family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playwrite+AU+SA:wght@100..400&display=swap');

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "poppins", sans-serif;
  background-size: cover;
  overflow-x: hidden;
}

.layout_padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.layout_padding2 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 120px;
}

.layout_padding-bottom {
  padding-bottom: 120px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: rgb(28 115 119);
  margin-top: 60px;
}

.heading_container h2 {
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
  color: #2a255b;
}

.heading_container h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 145px;
  height: 1px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #2a255b;
}

.heading_container p {
  margin: 0;
  color: #2a255b;
}

/*.container-bg {
  background-color: #ffffff;
  border-radius: 100%;
}*/

/*header section*/
.hero_area {
  /*background-image: url(../images/videocapriplanb.mp4);
  background-size: 1200px;
  background-position: center;
  background-repeat: no-repeat;*/
  color: #ffffff;
  min-height: 100vh;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 990px){
  .logocapripb{
    width: 25%;
  }
  
}
@media (max-width: 480px){
  .logocapripb{
    width: 35%;
  }
  
}
@media (min-width: 990px){
  .logocapripb{
    width: 15%;
  }
  
}

#video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  object-fit: cover; /* Scala il video per coprire l'intero elemento */
  z-index: -1; /* Sposta il video dietro agli altri elementi */
  transform: translateY(-110px);
}

.logo{
  width: 75%;
}
@media (max-width: 990px){
  .logo{
    width: 15%;
  }
}
@media (max-width: 766px){
  .logo{
    width: 25%;
  }
}
.hero_area.sub_pages {
  height: auto;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 30px;
  color: #2a255b;
  text-align: center;
  margin: 7px;
}
.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link:hover {
  padding: 10px 30px;
  background-color: #80808029;
  border-radius: 8px;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar-brand,
.navbar-brand:hover {
  font-weight: bold;
  font-size: 24px;
  color: #fafcfd;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand span {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin-top: 5px;
}

.custom_nav-container {
  z-index: 99999;
  padding: 15px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
  transform: translateY(16px);
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/hamb.png);
}

.quote_btn-container a {
  display: inline-block;
  padding: 10px 15px;
  background-color: #2a255b;
  border-radius: 8px;
  color: #f7f7f7;
  font-size: 16px;
}

/*end header section*/
/* slider section */
.slider_section .box {
  width: 75%;
  margin: 120px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.slider_section .detail-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

.slider_section .detail-box::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 145px;
  height: 1px;
  background-color: #ffffff;
}

.slider_section .detail-box h1 {
  font-weight: bold;
}

.slider_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 300px;
}

.slider_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #ffffff;
  color: #000000;
  border: 1.5px solid #ffffff;
  border-radius: 5px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.slider_section .btn-box a:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.slider_section .img-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slider_section .img-box .play_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  width: 75px;
  height: 75px;
  position: relative;
  z-index: 3;
}

.slider_section .img-box .play_btn a {
  background-color: #1a1a1a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  width: 75px;
  height: 75px;
  position: relative;
  z-index: 5;
}

.slider_section .img-box .play_btn img {
  width: 20px;
  margin-left: 3px;
}

.slider_section .img-box .play_btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #1a1a1a;
  opacity: 1;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slider_section .img-box .play_btn::before {
  z-index: 2;
  -webkit-animation: before-animation 2s infinite;
          animation: before-animation 2s infinite;
}

@-webkit-keyframes before-animation {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes before-animation {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.slider_section .slider_section #carouselExampleControls,
.slider_section .carousel-inner,
.slider_section .carousel-item {
  height: 100%;
  position: unset;
}

.slider_section .custom_carousel-control {
  position: absolute;
  top: initial;
  bottom: 10%;
  left: 50%;
  width: 105px;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider_section .custom_carousel-control .carousel-control-prev,
.slider_section .custom_carousel-control .carousel-control-next {
  margin: 10px 1px;
  position: relative;
  width: 50px;
  height: 50px;
  border: none;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
  border-radius: 100%;
}


/* end slider section */
.trip_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.trip_section{
  background-image: url(/images/barcafoto2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.trip_section .box .img-box {
  margin-bottom: 45px;
}

.trip_section .box .img-box img {
  width: 100%;
  margin-top: -60px;
}

.trip_section .box .form_container {
  width: 75%;
}

.trip_section .box .form_container .range_input {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.servizi{
  display: grid;
  text-align: center;
  justify-content: center;
  padding: 50px;
}
.servizi p{
  color: #000;
}
.servizi h2{
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
  color: rgb(28 115 119);
}
.trip_section .box .form_container .range_input label {
  font-weight: 600;
  margin-bottom: 12px;
  margin-right: 35px;
  font-size: 18px;
}

.trip_section .box .form_container .range_input .irs--round .irs-handle {
  border-color: #041f3d;
}

.trip_section .box .form_container .range_input .irs--round .irs-from:before,
.trip_section .box .form_container .range_input .irs--round .irs-to:before,
.trip_section .box .form_container .range_input .irs--round .irs-single:before {
  border-top-color: #041f3d;
}

.trip_section .box .form_container .range_input .irs--round .irs-from,
.trip_section .box .form_container .range_input .irs--round .irs-to,
.trip_section .box .form_container .range_input .irs--round .irs-single,
.trip_section .box .form_container .range_input .irs--round .irs-bar {
  background-color: #041f3d;
}

.trip_section .box .form_container .form-group {
  margin-bottom: 20px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.trip_section .box .form_container .input-group-text {
  background-color: #333333;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
}

.trip_section .box .form_container .form-control {
  height: 50px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  position: relative;
  background-color: #dddcdb;
}

.trip_section .box .form_container select.form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.trip_section .box .form_container .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.trip_section .box .form_container .btn-box button {
  display: inline-block;
  padding: 14px 75px;
  background-color: #333333;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  -webkit-transition: all .2s;
  transition: all .2s;
  margin-top: 45px;
}

.trip_section .box .form_container .btn-box button:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  border: none;
}

.status{
  text-align: center;
  justify-content: center;
  color: #24a2a7;
}

.package_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 55px 0 90px 0;
  margin-top: 120px;
}

.package_section .box .img-box img {
  max-width: 100%;
}

.package_section .box .detail-container {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.package_section .box .detail-container .detail-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border: 1px solid #626262;
  padding: 75px 15px 45px 15px;
  border-radius: 195px;
  margin: 0 15px;
}

.package_section .box .detail-container .detail-box h4 {
  font-weight: bold;
  color: #001832;
}

.package_section .box .detail-container .detail-box h2 {
  font-weight: bold;
  color: #02152f;
  padding-bottom: 35px;
  margin-top: 15px;
  border-bottom: 1.5px solid #626262;
}

.package_section .box .detail-container .detail-box h2 span {
  color: #0866a4;
}

.package_section .box .detail-container .detail-box ul {
  padding: 0;
}

.package_section .box .detail-container .detail-box ul li {
  list-style-type: none;
  margin: 15px 0;
}

.package_section .box .detail-container .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #144a9e;
  color: #ffffff;
  border: 1.5px solid #144a9e;
  border-radius: 5px;
  -webkit-transition: all .2s;
  transition: all .2s;
  margin-top: 10px;
}

.package_section .box .detail-container .detail-box a:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.package_section .box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.package_section .box .btn-box a {
  display: inline-block;
  padding: 14px 75px;
  background-color: #001937;
  color: #ffffff;
  border: 1.5px solid #001937;
  border-radius: 30px;
  -webkit-transition: all .2s;
  transition: all .2s;
  margin-top: 55px;
}

.package_section .box .btn-box a:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.service_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 90px 0;
  margin-top: 120px;
}

.service_section .box .img-box img {
  max-width: 100%;
}

.service_section .box .detail-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border: 2px solid #081a32;
  margin: 10px 0;
  padding: 35px 45px;
  width: 415px;
  border-radius: 145px;
}

.service_section .box .detail-box .img-box {
  width: 75px;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.service_section .box .detail-box .img-box img {
  max-width: 100%;
  max-height: 100%;
}

.service_section .box .detail-box .img-box .img2 {
  display: none;
}

.service_section .box .detail-box .text-box {
  margin-top: 15px;
}

.service_section .box .detail-box .text-box h6 {
  font-weight: bold;
}

.service_section .box .detail-box:hover {
  border-color: #144a9e;
}

.service_section .box .detail-box:hover .img-box .img1 {
  display: none;
}

.service_section .box .detail-box:hover .img-box .img2 {
  display: block;
}

.service_section .box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.service_section .box .btn-box a {
  display: inline-block;
  padding: 14px 75px;
  background-color: #001937;
  color: #ffffff;
  border: 1.5px solid #001937;
  border-radius: 30px;
  -webkit-transition: all .2s;
  transition: all .2s;
  margin-top: 55px;
}

.service_section .box .btn-box a:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.blog_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0;
  margin-top: 120px;
}

.blog_section .box .blog_box-cover .blog_box .detail-box {
  border: none;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
}

.blog_section .box .blog_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 15px;
}

.blog_section .box .blog_box .date-box {
  width: 65px;
  height: 65px;
  background-color: #144a9e;
  color: #ffffff;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: -45px;
  position: relative;
  z-index: 1;
}

.blog_section .box .blog_box .date-box h4 {
  margin: 0;
}

.blog_section .box .blog_box .detail-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border: 1px solid #c1c1c1;
  margin: 10px 0;
  width: 300px;
  border-radius: 145px;
  overflow: hidden;
}

.blog_section .box .blog_box .detail-box .img-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.blog_section .box .blog_box .detail-box .img-box img {
  width: 100%;
}

.blog_section .box .blog_box .detail-box .text-box {
  padding: 15px 30px 5px 30px;
}

.blog_section .box .blog_box .detail-box .text-box h5 {
  font-weight: bold;
}

.blog_section .box .blog_box .detail-box .text-box p {
  color: #828180;
}

.blog_section .box .blog_box a {
  display: inline-block;
  padding: 10px 35px;
  background-color: #141618;
  color: #ffffff;
  border: 1.5px solid #141618;
  border-radius: 5px;
  -webkit-transition: all .2s;
  transition: all .2s;
  margin-top: 15px;
}

.blog_section .box .blog_box a:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.client_section {
  position: relative;
}

.client_section::before {
  content: "";
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 600px;
  height: 390px;
  border-radius: 500px;
  background-color: #01152e;
  z-index: 2;
}

.client_section #carouselExample2Controls {
  padding: 120px 0;
  margin-top: 120px;
}

.client_section .carousel-inner {
  position: relative;
  z-index: 3;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.client_section .box .img-box {
  width: 350px;
}

.client_section .box .img-box img {
  width: 100%;
}

.client_section .box .detail-box {
  width: 650px;
  margin-top: 55px;
}

.client_section .box .detail-box h2 {
  text-transform: uppercase;
  font-weight: bold;
  color: #1a1a1a;
}

.client_section .box .detail-box p {
  margin-top: 15px;
}

.client_section .custom_carousel-control {
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  margin-top: 75px;
}

.client_section .custom_carousel-control .carousel-control-prev,
.client_section .custom_carousel-control .carousel-control-next {
  margin: 10px 3px;
  position: unset;
  width: 50px;
  height: 50px;
  border: none;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
  border-radius: 100%;
}

.client_section .custom_carousel-control .carousel-control-prev {
  background-image: url(../images/prev.png);
  background-color: #144a9e;
}

.client_section .custom_carousel-control .carousel-control-next {
  background-image: url(../images/next.png);
  background-color: #01122a;
}

/* info section */
.info_section {
  position: relative;
  overflow: hidden;
  /* footer section*/
  /* end footer section*/
}

.info_section::before {
  content: "";
  position: absolute;
  bottom: -45px;
  left: 50%;
  -webkit-transform: translate(-50%, 50%) scale(2.6);
          transform: translate(-50%, 50%) scale(2.6);
  width: 500px;
  height: 500px;
  background-color: #ffffff;
  border-radius: 100%;
  z-index: -1;
}

.info_section .info_container {
  margin: auto;
  margin-top: 120px;
  padding-top: 100px;
  width: 65%;
}

.info_section .info_container p {
  color: #1a1a1a;
}

.info_section .social_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 100px;
}

.info_section .social_container .info_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px auto 0 auto;
}

.info_section .social_container .info_social img {
  width: 40px;
  margin-left: 8px;
  opacity: 0.95;
}

.info_section .row > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 35px;
}

.info_section h5 {
  margin-bottom: 15px;
  font-weight: bold;
  color: #1a1a1a;
  text-transform: uppercase;
}

.info_section form input {
  padding: 10px;
  background-color: #fff;
  border: none;
  width: 100%;
  outline: none;
  color: #000;
}

.info_section form input ::-webkit-input-placeholder {
  color: #ffffff;
}

.info_section form input :-ms-input-placeholder {
  color: #ffffff;
}

.info_section form input ::-ms-input-placeholder {
  color: #ffffff;
}

.info_section form input ::placeholder {
  color: #ffffff;
}

.info_section form button {
  background-color: #144a9e;
  display: inline-block;
  padding: 8px 25px;
  background-color: #144a9e;
  color: #ffffff;
  border: 1.5px solid #144a9e;
  border-radius: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
  margin-top: 15px;
  font-size: 15px;
  text-transform: uppercase;
  width: 75%;
}

.info_section form button:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.info_section .info_nav_link {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.info_section .info_nav_link ul {
  padding: 0;
}

.info_section .info_nav_link ul li {
  list-style-type: none;
  margin: 3px 0;
}

.info_section .info_nav_link ul li a {
  color: #1a1a1a;
}

.info_section .info_link-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0;
}

.info_section .info_link-box a img {
  margin-right: 15px;
}

.info_section .info_link-box a span {
  color: #1a1a1a;
}

.info_section .footer_section {
  margin-top: 45px;
  font-weight: 500;
}

.info_section .footer_section p {
  padding: 20px 0;
  margin: 0 auto;
  color: #2a255b;
  text-align: center;
  border-top: 1.2px solid #2a255b;
  width: 75%;
}

.info_section .footer_section a {
  color: #2a255b;
}

/* end info section */
/*# sourceMappingURL=style.css.map */


/* CARD */


/*=============== VARIABLES CSS ===============*/
:root {
  --header-height: 3.5rem;

  /*========== Colors ==========*/
  /*Color mode HSL(hue, saturation, lightness)*/
  --first-color: hsl(14, 98%, 50%);
  --black-color: hsl(0, 0%, 0%);
  --black-color-light: hsl(0, 0%, 40%);
  --white-color: hsl(0, 0%, 95%);
  --title-color: hsl(0, 0%, 0%);
  --text-color: hsl(0, 0%, 35%);
  --text-color-light: hsl(0, 0%, 64%);
  --body-color: hsl(0, 0%, 87%);
  --container-color: hsl(0, 0%, 83%);

  /*========== Font and typography ==========*/
  /*.5rem = 8px | 1rem = 16px ...*/
  --body-font: "Bai Jamjuree", sans-serif;
  --biggest-font-size: 2.5rem;
  --h1-font-size: 1.75rem;
  --h2-font-size: 1.25rem;
  --h3-font-size: 1.125rem;
  --normal-font-size: 0.938rem;
  --small-font-size: 0.813rem;
  --smaller-font-size: 0.75rem;

  /*========== Font weight ==========*/
  --font-regular: 400;
  --font-medium: 500;
  --font-semi-bold: 600;
  --font-bold: 700;

  /*========== z index ==========*/
  --z-tooltip: 10;
  --z-fixed: 100;
}

/*========== Responsive typography ==========*/
@media screen and (min-width: 1150px) {
  :root {
    --biggest-font-size: 4.5rem;
    --h1-font-size: 3rem;
    --h2-font-size: 1.5rem;
    --h3-font-size: 1.25rem;
    --normal-font-size: 1rem;
    --small-font-size: 0.875rem;
    --smaller-font-size: 0.813rem;
  }
}

/*=============== BASE ===============*/
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}


h1,
h2,
h3,
h4 {
  font-weight: var(--font-bold);
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

/*=============== THEME ===============*/
.nav__buttons {
  display: flex;
  align-items: center;
  column-gap: 1rem;
}

.change-theme {
  font-size: 1.25rem;
  color: var(--title-color);
  cursor: pointer;
  transition: color .3s;
}

/*=============== REUSABLE CSS CLASSES ===============*/
.container {
  max-width: 1120px;
}

.grid {
  display: grid;
  gap: 1.5rem;
}

.section {
  padding-block: 4rem 2rem;
}

.section__title-1,
.section__title-2 {
  position: relative;
  font-size: var(--h1-font-size);
  width: max-content;
  margin: 0.75rem auto 2rem;
  /*font-family: "Spectral", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 50px;*/
}

.section__title-1 span,
.section__title-2 span {
  z-index: 5;
  position: relative;
}


.section__title-2::after {
  top: initial;
  bottom: -4px;
}

.geometric-box {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: var(--first-color);
  rotate: -30deg;
}

.geometric-box::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border: 3px solid var(--black-color);
  left: -5px;
  top: -5px;
}

.main {
  overflow: hidden; /* For animation ScrollReveal */
}

/*=============== BUTTON ===============*/
.button {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.5rem;
}

.button {
  background-color: #2a255b;
  padding: 1.1rem 1.5rem;
  color: var(--white-color);
  font-weight: var(--font-medium);
  transition: background-color 0.4s;
}

.button i {
  font-size: 1.25rem;
}

.button:hover {
  background-color: #2a255b;
  color: #fff;
}

/*=============== PROJECTS ===============*/
.projects {
  transition: background-color 0.4s;
  background: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px;
}

.projects__container {
  row-gap: 2rem;
}

.projects__card {
  padding: 1rem 1rem 2rem;
  border-radius: 0.75rem;
  background-color: rgb(255 255 255);
  transition: background-color 0.4s;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px;
}

.projects__image {
  position: relative;
  margin-bottom: 0.75rem;
}

.projects__img {
  border-radius: 0.75rem;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px;
}

.projects__button {
  position: absolute;
  right: 1rem;
  padding: 4px 20px;
  margin-top: 20px;
}

.projects__content {
  margin-bottom: 1.25rem;
}

.projects__subtitle {
  position: relative;
  display: inline-block;
  font-size: var(--small-font-size);
  font-weight: var(--font-medium);
  color: var(--text-color);
  margin-bottom: 0.75rem;
  padding-left: 1.75rem;
}

.projects__subtitle::after {
  content: "";
  width: 20px;
  height: 1px;
  background-color: var(--text-color);
  position: absolute;
  left: 0;
  top: 50%;
}

.projects__title {
  font-size: var(--h3-font-size);
  margin-bottom: 0.75rem;
  color: #2a255b;
}

.projects__buttons {
  display: flex;
  align-items: center;
  column-gap: 1rem;
}

.projects__link {
  display: flex;
  align-items: center;
  column-gap: 0.25rem;
  color: #2a255b;
  font-size: var(--small-font-size);
  font-weight: var(--font-medium);
  transition: color 0.4s;
}

.projects__link i {
  font-size: 1rem;
  color: var(--title-color);
  transition: color 0.4s;
}

.projects__card:hover {
  background-color: #e9e9e9;
  border-radius: 0.75rem;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px;
}

/*=============== MEDIA QUERIES ===============*/
/* For small devices */
@media screen and (max-width: 340px) {
  .container {
    margin-inline: 1rem;
  }
}

/* For medium devices */
@media screen and (min-width: 576px) {
  .projects__container {
    grid-template-columns: 350px;
    justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .projects__container {
    grid-template-columns: repeat(2, 350px);
  }
}

/* For large devices */
@media screen and (min-width: 1150px) {
  .container {
    margin-inline: auto;
  }
  .section {
    padding-block: 7rem 2rem;
  }
  .section__title-1::after,
  .section__title-2::after {
    width: 70px;
    height: 48px;
  }
  .projects__container {
    grid-template-columns: repeat(3, 352px);
    padding-block: 3rem 1rem;
  }
  .projects__card {
    padding: 1.25rem 1.25rem 2.5rem;
  }
  .projects__image {
    margin-bottom: 1rem;
  }
  .projects__content {
    margin-bottom: 2rem;
  }
  .projects__buttons {
    right: 1.25rem;
  }
}

.info_book{
  display: grid;
  text-align: center;
  justify-content: center;
  padding: 40px;
  background-color: rgb(39 141 146 / 88%);
  border-radius: 20px;
  margin-top: 60px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px;
}

.info_book i{
  color: #fff;
  font-size: 30px;
  margin-right: 20px;
  margin-top: -5px;
}
.txt{
  display: flex;
}

.txt p{
  color: #fff;
}

.cartbox{
  display: flex;
  padding: 20px;
  text-align: center;
  justify-content: center;
}
.cart{
  width: 60px;
  height: 60px;
  padding: 5px;
}
.image{
  margin-top: 130px;
  display: flex;
  text-align: center;
  justify-content: center;
}
.contentab{
  margin-top: 120px;
}
@media (max-width: 990px){
  .contentab{
    text-align: center;
    padding: 60px;
    margin-top: 30px;
  }
  .image{
    margin-top: -40px;
  }
  .img-fluid{
    max-width: 70%;
  }
}
@media (max-width: 480px){
  .contentab{
    text-align: center;
    padding: 40px;
    margin-top: -30px;
  }
  .cs{
    margin-top: -20px;
  }
}
button:focus {
  outline: none;
}
/* CONTACT SECTION */
.container2 {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 2rem;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form{
  width: 100%;
  max-width: 820px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.contact-form {
  background-color: #2a255b;
  position: relative;
}

.circle {
  border-radius: 50%;
  background: linear-gradient(135deg, transparent 20%, #2a255b);
  position: absolute;
}

.circle.one {
  width: 130px;
  height: 130px;
  top: 130px;
  right: -40px;
  background: #2a255b;
}

.circle.two {
  width: 80px;
  height: 80px;
  top: 10px;
  right: 30px;
  background: #2a255b;
}


form {
  padding: 2.3rem 2.2rem;
  z-index: 10;
  overflow: hidden;
  position: relative;
}

.title {
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0.7rem;
}

.input-container {
  position: relative;
  margin: 1rem 0;
}

.input {
  width: 100%;
  outline: none;
  border: 2px solid #fafafa;
  background: none;
  padding: 0.6rem 1.2rem;
  color: #fff;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  border-radius: 5px;
  transition: 0.3s;
}

textarea.input {
  padding: 0.8rem 1.2rem;
  min-height: 150px;
  border-radius: 5px;
  resize: none;
  overflow-y: auto;
}

.input-container label {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  padding: 0 0.4rem;
  color: #000;
  font-size: 0.9rem;
  font-weight: 400;
  pointer-events: none;
  z-index: 1000;
  transition: 0.5s;
}

.input-container.textarea label {
  top: 1rem;
  transform: translateY(0);
}

.btn {
  padding: 0.6rem 1.3rem;
  background-color: #fff;
  border: 2px solid #fafafa;
  font-size: 0.95rem;
  color: #2a255b;
  line-height: 1;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  margin: 0;
  width: 100%;
}

.btn:hover {
  background-color: transparent;
  color: #fff;
}

.input-container span {
  position: absolute;
  top: 0;
  left: 25px;
  font-size: 0.8rem;
  padding: 0 0.4rem;
  color: transparent;
  pointer-events: none;
  z-index: 500;
}

.input-container span:before,
.input-container span:after {
  content: "";
  position: absolute;
  width: 10%;
  opacity: 0;
  transition: 0.3s;
  height: 5px;
  background-color: #2a255b;
  top: 50%;
  transform: translateY(-50%);
}

.input-container span:before {
  left: 50%;
}

.input-container span:after {
  right: 50%;
}

.input-container.focus label {
  top: 50%;
  left: 25px;
  font-size: 0.8rem;
}

.input-container.focus span:before,
.input-container.focus span:after {
  width: 50%;
  opacity: 1;
}

.contact-info {
  padding: 2.3rem 2.2rem;
  position: relative;
}

.contact-info .title {
  color: #2a255b;
}

.text {
  color: #333;
  margin: 1.5rem 0 2rem 0;
}

.information {
  display: flex;
  color: #555;
  margin: 0.7rem 0;
  align-items: center;
  font-size: 0.95rem;
}

.information i {
  color: #2a255b;
}

.icon {
  width: 28px;
  margin-right: 0.7rem;
}

.social-media {
  padding: 2rem 0 0 0;
}

.social-media p {
  color: #333;
}

.social-icons {
  display: flex;
  margin-top: 0.5rem;
}

.social-icons a {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background: #2a255b;
  color: #fff;
  text-align: center;
  line-height: 35px;
  margin-right: 0.5rem;
  transition: 0.3s;
}

.social-icons a:hover {
  transform: scale(1.05);
}

.contact-info:before {
  content: "";
  position: absolute;
  width: 110px;
  height: 100px;
  border: 22px solid #2a255b;
  border-radius: 50%;
  bottom: -77px;
  right: 50px;
  opacity: 0.3;
}

.big-circle {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: #2a255b;
  bottom: 50%;
  right: 50%;
  transform: translate(-40%, 38%);
}

.big-circle:after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  background-color: #fafafa;
  border-radius: 50%;
  top: calc(50% - 180px);
  left: calc(50% - 180px);
}

.square {
  position: absolute;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(181%, 11%);
  opacity: 0.2;
}
.input-container label::after{
  color: #fff;
}

@media (max-width: 850px) {
  .form {
    grid-template-columns: 1fr;
  }

  .contact-info:before {
    bottom: initial;
    top: -75px;
    right: 65px;
    transform: scale(0.95);
  }

  .contact-form:before {
    top: -13px;
    left: initial;
    right: 70px;
  }

  .square {
    transform: translate(140%, 43%);
    height: 350px;
  }

  .big-circle {
    bottom: 75%;
    transform: scale(0.9) translate(-40%, 30%);
    right: 50%;
  }

  .text {
    margin: 1rem 0 1.5rem 0;
  }

  .social-media {
    padding: 1.5rem 0 0 0;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 1.5rem;
  }

  .contact-info:before {
    display: none;
  }

  .square,
  .big-circle {
    display: none;
  }

  form,
  .contact-info {
    padding: 1.7rem 1.6rem;
  }

  .text,
  .information,
  .social-media p {
    font-size: 0.8rem;
  }

  .title {
    font-size: 1.15rem;
  }

  .social-icons a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .icon {
    width: 23px;
  }

  .input {
    padding: 0.45rem 1.2rem;
  }

  .btn {
    padding: 0.45rem 1.2rem;
  }
}

/* END CONTACT SECTION */

.sectlogo{
  padding: 100px;
  text-align: center;
  align-items: center;
  transform: translateY(140px);
  background-color: #80808042;
  border-radius: 8px;
  width: 50%;
  display: grid;
  justify-content: center;
  position: absolute;
  left: 25%;
}

.logohero{
  justify-content: center;
  display: flex;
  position: relative;
  align-items: center;
  transform: translateY(240px);
}

.whatsapp-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #43ca25; /* Colore ufficiale di WhatsApp */
  color: white;
  border: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  z-index: 1000;
  transition: transform 0.3s ease;
}

.whatsapp-btn:hover {
  transform: scale(1.1); /* Effetto hover */
  color: #fff;
}

/* Icona */
.whatsapp-btn i {
  font-size: 24px;
}
.video-container{
  justify-content: center;
  display: flex;
  margin-top: 60px;
}
.video{
  width: 60%;
  border-radius: 10px;
}


.card {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.card[data-animation="true"] .card-header {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
  -moz-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
  -o-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
  -ms-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
  transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
}

.card:hover[data-animation="true"] .card-header {
  -webkit-transform: translate3d(0, -50px, 0);
  -moz-transform: translate3d(0, -50px, 0);
  -o-transform: translate3d(0, -50px, 0);
  -ms-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
}

.card .card-header {
  padding: 1.5rem;
}

.card .card-body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  padding: 1.5rem;
}

.card.card-plain {
  background-color: transparent;
  box-shadow: none;
  border: none;
}

.card .card-footer {
  padding: 1.5rem;
  background-color: transparent;
}

.author .name>span {
  line-height: 1.571;
  font-weight: 600;
  font-size: 0.875rem;
  color: #3A416F;
}

.author .stats {
  font-size: 0.875rem;
  font-weight: 400;
}

.card.card-background {
  align-items: center;
}

.card.card-background .full-background {
  background-position: 50%;
  background-size: cover;
  margin-bottom: 30px;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0.75rem;
}

.card.card-background .card-body {
  color: #fff;
  position: relative;
  z-index: 2;
}

.card.card-background .card-body .content-center,
.card.card-background .card-body .content-left {
  min-height: 330px;
  max-width: 450px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.card.card-background .card-body .content-center {
  text-align: center;
}

.card.card-background .card-body.body-left {
  width: 90%;
}

.card.card-background .card-body .author .name span,
.card.card-background .card-body .author .name .stats {
  color: #fff;
}

.card.card-background:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  display: block;
  content: "";
  background: rgba(0, 0, 0, 0.56);
  border-radius: 0.75rem;
}

.card.card-background.card-background-mask-primary:before {
  background: rgba(0, 0, 0, 0.2);
}

.card.card-background.card-background-mask-primary:after {
  background-image: linear-gradient(195deg, #EC407A 0%, #D81B60 100%);
  opacity: .85;
}

.card.card-background.card-background-mask-secondary:before {
  background: rgba(0, 0, 0, 0.2);
}

.card.card-background.card-background-mask-secondary:after {
  background-image: linear-gradient(195deg, #747b8a 0%, #495361 100%);
  opacity: .85;
}

.card.card-background.card-background-mask-success:before {
  background: rgba(0, 0, 0, 0.2);
}

.card.card-background.card-background-mask-success:after {
  background-image: linear-gradient(195deg, #66BB6A 0%, #43A047 100%);
  opacity: .85;
}

.card.card-background.card-background-mask-info:before {
  background: rgba(0, 0, 0, 0.2);
}

.card.card-background.card-background-mask-info:after {
  background-image: linear-gradient(195deg, #49a3f1 0%, #1A73E8 100%);
  opacity: .85;
}

.card.card-background.card-background-mask-warning:before {
  background: rgba(0, 0, 0, 0.2);
}

.card.card-background.card-background-mask-warning:after {
  background-image: linear-gradient(195deg, #FFA726 0%, #FB8C00 100%);
  opacity: .85;
}

.card.card-background.card-background-mask-danger:before {
  background: rgba(0, 0, 0, 0.2);
}

.card.card-background.card-background-mask-danger:after {
  background-image: linear-gradient(195deg, #EF5350 0%, #E53935 100%);
  opacity: .85;
}

.card.card-background.card-background-mask-light:before {
  background: rgba(0, 0, 0, 0.2);
}

.card.card-background.card-background-mask-light:after {
  background-image: linear-gradient(195deg, #EBEFF4 0%, #CED4DA 100%);
  opacity: .85;
}

.card.card-background.card-background-mask-dark:before {
  background: rgba(0, 0, 0, 0.2);
}

.card.card-background.card-background-mask-dark:after {
  background-image: linear-gradient(195deg, #42424a 0%, #191919 100%);
  opacity: .85;
}

.card.card-background .card-category {
  font-size: 0.875rem;
  font-weight: 600;
}

.card.card-background .card-description {
  margin-top: 24px;
  margin-bottom: 24px;
}

.btnrec{
  justify-content: center;
  text-align: center;
  display: flex ;
  margin-top: 40px;
}
.btn-rec{
  background-color: #2a255b;
  border-radius: 5px;
  padding: 15px 45px;

}
.btn-rec a{
  color: #fff;
  transition: all .2s;
}
.txt-rec h2::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 145px;
  height: 1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #2a255b;
}
.formdate{
  box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px;
  max-height: fit-content;
  width: 50%;
  border-radius: 13px;
  margin-top: 40px;
  padding: 13px;
  padding-top: 30px;
  top: 0;
  position: relative;
  background-color: #fff;
}

.fa-arrow-right:before{
  margin-right: 10px;
}
.text-bianco{
  color: #fff;
}
@media (max-width: 767px) {
  .vdsect{
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 50px;
  }
  .vds{
    margin-top: -60px;
  }
}
@media (max-width: 767px) {
  .formdate{
    top: 60px
  }
  .serviz{
    top: -50px;
    bottom: -100px;
    position: relative;
    padding: 30px;
  }
}

.serviz{
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .formdate{
    position: relative;
    margin-top: 250px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  .serviz{
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.pren{
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 580px) {
  .pren{
    margin-top: 0;
    margin-bottom: 0;
  }
}
.form-group *:required {
  background-image: url(/images/asterisco.svg);
}
.form-group *:required, .form-group select {
  background-repeat: no-repeat;
  background-position: center right 12px;
  background-size: 15px 15px;
}

details {
  width: 75%;
  margin: 0 auto ;
  background: #fff;
  margin-bottom: .5rem;
  box-shadow: 0 .1rem 1rem -.5rem rgba(0,0,0,.4);
  border-radius: 5px;
  overflow: hidden;
}

summary {
  padding: 1rem;
  display: block;
  background: #fff;
  padding-left: 2.2rem;
  position: relative;
  cursor: pointer;
  user-select: none;
}

summary:before {
  content: '';
  border-width: .4rem;
  border-style: solid;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 1.3rem;
  left: 1rem;
  transform: rotate(0);
  transform-origin: .2rem 50%;
  transition: .25s transform ease;
}

/* THE MAGIC 🧙‍♀️ */
details[open] > summary:before {
  transform: rotate(90deg);
}


details summary::-webkit-details-marker {
  display:none;
}

details > ul {
  padding-bottom: 1rem;
  margin-bottom: 0;
  margin-left: 30px;
}
details h1{
  margin-left: 25px;
  color: #2a255b;
  font-family: "Playwrite AU SA", serif;
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 30px;
}
.infotour{
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .infotour{
    margin-top: 10px;
    margin-bottom: 60px;
  }
}

.modal-content {
  position: relative;
  margin: auto;
  padding: 20px;
  max-width: 80%;
  display: flex;
  justify-content: center;
  border: none;
  align-items: center;
  background: none;
  margin-top: 70px;
}
@media (max-width: 1050px) and (min-width: 731px) {
  .modal-content {
    margin-top: 200px;
  }
}

@media (max-width: 730px) {
  .modal-content {
    margin-top: 350px;
  }
}

/* Stile iniziale: l'elemento è invisibile */
.fade-in {
  opacity: 0; /* Inizialmente trasparente */
  transform: translateY(20px); /* Spostato leggermente verso il basso */
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

/* Stile quando l'elemento è visibile */
.fade-in.show {
  opacity: 1; /* Completamente visibile */
  transform: translateY(0); /* Torna alla posizione originale */
}
.mappafoto{
  width: 60%;
  margin-top: 50px;
}

@media (max-width: 1200px) {
  .mappafoto {
    width: 90%;
  }
}
.best-seller-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: rgba(255, 0, 0, 0.607); /* Rosso trasparente */
  color: white;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 5px;
  text-transform: uppercase;
  z-index: 10;
}