﻿/*.booK_home {
  margin-top: -230px !important;
}*/
.logo-wrapper {
  display: flex;
  align-items: center; /* Centra verticalmente */
}
.nav-scroll .logo-img, .footer-logo {
  width: 230px;
}
.icon-wrapper{
display:none;
font-size:35px;
color:chartreuse;
}
.second-footer {
  border-bottom: 1px solid #222;
  border-top: 1px solid #222;
}

.kenburns-section {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 70vh;
}

.header {
  height: 70vh;
  overflow: hidden;
}

.slider-fade .item {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: contain;
  background-position: center top;
}

.list-icon {
  border: 1px solid #F5B754;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 15px; /* Riduce il padding interno */
  font-size: 0.9em; /* Riduce la dimensione del contenuto */
  margin-bottom: 10px;
}

  .list-icon span {
    font-size: 14px;
    color: #F5B754;
    background-color: transparent;
    text-align: center;
    padding: 0;
    border-radius: 0;
  }

  .list-icon i {
    font-size: 2.4em !important;
    margin-bottom: 8px;
    color: #F5B754;
  }

.navbar .navbar-right .wrap .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 50px;
  background-color: transparent;
  border-radius: 50%;
  font-size: 42px;
  color: #4cff00;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
}

.banner-header.middle-height {
  max-height: 50vh !important;
  height: 50vh !important;
  min-height: 50vh;
}

.

.blog1-home .item .wrapper .con .icon-btn:hover {
  background-color: #222;
  color: #fff;
}
/*--------Home booking form-------------*/


.form1 .col2 {
  float: left;
  width: 27%;
}

.form1 .col3 {
  float: left;
  width: 21%;
}

.form1 .col4 {
  float: left;
  width: 27%;
}

.form1 .col5 {
  float: left;
  width: 17%;
}

.form1 .col6 {
  float: left;
  width: 25%;
}
#HoneySpot {
  display: none;
  visibility: hidden;
}
.booking-button {
  display: block;
  padding: 0;
  border: none;
  margin: 0;
  width: 80%;
  background: #f5b754;
  color: #1b1b1b;
  font-family: 'Outfit', sans-serif;
  font-size: 14px;
  text-decoration: none;
  line-height: 60px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-out;
  font-weight: 300;
  border-radius: 30px;
  float: right;
}
.btn-main {
  display: inline-block !important;
  height: auto !important;
  padding: 19px 35px !important;
  border: none !important;
  border-radius: 0 !important;
  background-color: #f5b754 !important;
  -webkit-transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease !important;
  transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease !important;
  color: #1b1b1b !important;
  line-height: 20px !important;
  font-weight: 300 !important;
  text-align: center !important;
  font-size: 14px !important;
  border-radius: 30px !important;
}
.btn-main:hover {
  border: none;
  background-color: #fff;
  color: #1b1b1b;
}
.input_text_wrapper {
  margin-bottom: 0;
}

.input_text_inner {
  position: relative;
}

  .input_text_inner:after {
    content: '';
    display: block;
    position: absolute;
    right: 20px;
    top: 24px;
    pointer-events: none;
    content: "\e61c";
    font-family: "themify";
    font-size: 10px;
    color: #f5b754;
    font-weight: normal;
    line-height: 15px;
  }

.input_text_wrapper.form-check {
  display: flex;
  align-items: center;
  gap: 10px; /* Spazio tra checkbox e label */
  height: 100%; /* Adatta l'altezza dell'input */
}

.form-check-input {
  width: 18px;
  height: 18px;
  appearance: none;
  background: #222;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: none;
  border: 2px solid rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

  .form-check-input:checked {
    background: #00c853;
    border-color: #00c853;
  }

  .form-check-input::before {
    content: "\2713"; /* Simbolo di spunta */
    font-size: 14px;
    color: white;
    text-align: center;
    line-height: 18px;
    display: none;
  }

  .form-check-input:checked::before {
    display: block;
  }

.form-check-label  {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  display: inline-block !important;
}



/*---------------------*/
@media (min-width: 0px) and (max-width: 575px) {
  .nav-scroll .logo-img, .footer-logo {
    width: 130px !important;
  }
  .booK_home {
    margin-top: -230px !important;
  }

  .header {
    height: 90vh;
  }

  .slider-fade .item {
    background-size: cover;
    background-position: center top;
  }
}
/*---------------------*/

@media (min-width: 576px) and (max-width: 767px) {
  .nav-scroll .logo-img, .footer-logo {
    width: 130px !important;
  }
  .booK_home {
    margin-top: -230px !important;
  }

  .header {
    height: 70vh;
  }

  .slider-fade .item {
    background-size: cover;
    background-position: center top;
  }
}
/*---------------------*/

@media (min-width: 768px) and (max-width: 991px) {
  .nav-scroll .logo-img, .footer-logo {
    width: 160px !important;
  }
  .booK_home {
    margin-top: -230px !important;
  }

  .header {
    height: 75vh;
  }

  .slider-fade .item {
    background-size: cover;
    background-position: center top;
  }
}
@media screen and (max-width: 991px) {
  .icon-wrapper{
  display:inline;
  }
  /*.nav-scroll .logo-wrapper {
    padding: 0px 15px;
    background-color: transparent;
  }*/
}
/*---------------------*/
@media (min-width: 992px) and (max-width: 1199px) {

  .booK_home {
    margin-top: -230px !important;
  }

  .header {
    height: 80vh;
  }

  .slider-fade .item {
    background-size: cover;
    background-position: center top;
  }
}
/* ======= Blog Home style ======= */
.blog-home {
  position: relative;
  overflow: hidden;
}

.blog-home .item {
    margin-bottom: 15px;
  }
.blog-home .item .img {
      overflow: hidden;
      border-radius: 20px;
      isolation: isolate;
    }
.blog-home .item .img img {
        width: 100%;
        border-radius: 3px 3px 0 0;
        -webkit-transition: all 1s;
        transition: all 1s;
      }
.blog-home .item:hover .img img {
      -webkit-filter: none;
      filter: none;
      -webkit-transform: scale(1.1, 1.1);
      transform: scale(1.1, 1.1);
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
      transition: all 1s ease;
    }
.blog-home .item .wrapper {
      background-color: #222;
      padding: 0.1px 8px 20px 18px;
      margin: -45px 10px 0 10px;
      position: relative;
      z-index: 1;
      border-radius: 20px;
      transition: all ease 0.4s;
    }
.blog-home .item .wrapper .date {
        margin: -20px 0 20px 0;
      }
.blog-home .item .wrapper .date a {
          display: inline-block;
          font-size: 12px;
          padding: 14px 21px;
          line-height: 1;
          background-color: #f5b754;
          color: #1b1b1b;
          border-radius: 7px;
        }
.blog-home .item .wrapper .date a:hover {
            background-color: #fff;
            color: #1b1b1b;
          }
.blog-home .item .wrapper .con {
        overflow: hidden;
        position: relative;
        transition: all ease 0.4s;
        padding-bottom: 0;
      }
.blog-home .item .wrapper .con .category {
          margin: 0 0 15px 0;
        }
.blog-home .item .wrapper .con .category a {
            color: #999;
            display: inline-block;
            font-size: 12px;
            margin-right: 12px;
          }
.blog-home .item .wrapper .con .category a i {
              transition: all ease 0.4s;
              color: #f5b754;
              margin-right: 5px;
              font-size: 12px;
            }
.blog-home .item .wrapper .con .text {
          font-family: 'Outfit', sans-serif;
          font-size: 18px;
          color: #fff;
          font-weight: 500;
          margin: 0;
          line-height: 1.5em;
        }
blog1 .item .wrapper .con .icon-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateX(60px);
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  padding: 0;
  width: 100%;
  height: 100%;
  line-height: 15px;
  font-size: 14px;
  background-color: #222;
  border: 0px solid #f5b754;
  color: #fff;
  text-align: left;
  border-radius: 0;
  transition: all ease 0.4s;
}

.blog1 .item .wrapper .con .icon-btn:hover {
  background-color: #222;
  color: #fff;
}

.blog-home .item .wrapper .con .icon-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateX(60px);
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  padding: 0;
  width: 100%;
  height: 100%;
  line-height: 15px;
  font-size: 14px;
  background-color: #222;
  border: 0px solid #f5b754;
  color: #fff;
  text-align: left;
  border-radius: 0;
  transition: all ease 0.4s;
}
.blog-home .item:hover .wrapper {
      margin-top: -104px;
      background-color: #222;
      border-color: transparent;
    }
.blog-home .item:hover .wrapper .con {
        padding-bottom: 70px;
      }
.blog-home .item:hover .wrapper .con .category a {
          color: #999;
        }
.blog-home .item:hover .wrapper .con .category a i {
            color: #f5b754;
          }
.blog-home .item:hover .wrapper .con .category a:hover {
            color: #f5b754;
          }
.blog-home .item:hover .wrapper .con .text a {
          color: #fff;
        }
.blog-home .item:hover .wrapper .con .text a:hover {
            color: #fff;
          }
.blog-home .item:hover .wrapper .con .icon-btn {
          transform: translateX(0);
          opacity: 1;
          visibility: visible;
        }
.contact-box .item {
  background: #222;
  min-height:250px;
  padding: 30px 30px;
  -webkit-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  line-height: 1;
  text-align: left;
  overflow: hidden;
  transition: background-color 300ms ease, transform 300ms ease, color 300ms ease;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  border-radius: 20px;
}

#DivMappa {
  height: 320px;
  width: 100%
}
/*---------------------*/
@media (min-width: 1200px) and (max-width: 1399px) {

  .booK_home {
    margin-top: -230px !important;
  }
}
/*---------------------*/
@media (min-width: 1400px) {

  .booK_home {
    margin-top: -230px !important;
  }
}
