@import url("https://fonts.cdnfonts.com/css/satoshi");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

p {
  color: #3e1a09;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}

span {
  display: inline-block;
}

a {
  display: inline-block;
  text-decoration: none;
  transition: all linear 0.2s;
}

button {
  transition: all linear 0.2s;
}

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

ul,
ol {
  margin: 0;
  list-style: none;
  padding: 0;
}

li {
  list-style: none;
}

body {
  overflow-x: hidden;
  background-color: #f5f4ee;
  color: #3e1a09;
  position: relative;
  font-family: "Satoshi", sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1;
}
main {
  overflow: hidden;
}
::selection {
  background-color: #3e1a09;
  color: #f5f4ee;
}

.section_title {
  font-size: 48px;
  font-weight: 700;
  color: #3e1a09;
  text-align: center;
}
.section_title a {
  text-decoration: underline;
  color: #febb00;
}

.line-limit-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical;
}

.line-limit-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical;
}

.line-limit-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical;
}

.line-limit-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4 !important;
  -webkit-box-orient: vertical;
}

.line-limit-6 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6 !important;
  -webkit-box-orient: vertical;
}

.line-limit-7 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7 !important;
  -webkit-box-orient: vertical;
}

.line-limit-8 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 8 !important;
  -webkit-box-orient: vertical;
}

.line-limit-9 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 9 !important;
  -webkit-box-orient: vertical;
}

.line-limit-10 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 10 !important;
  -webkit-box-orient: vertical;
}

.header_area {
  z-index: 999;
  width: 100%;
}
.header_area .navbar .nav-item {
  margin-left: 63px;
}
.header_area .navbar .nav-item .nav-link {
  font-size: 20px;
  font-weight: 700;
  color: #3e1a09;
}
.header_area .navbar .nav-item .nav-link:hover {
  color: #febb00;
}

.img_vector {
  width: 120%;
  position: absolute;
  z-index: -1;
  right: 0%;
  top: 20%;
  transform: translate(-50%, -50%);
  margin-top: -5px;
}
.img_vector_team {
  width: 120%;
  position: absolute;
  z-index: -1;
  right: -10%;
  top: 2%;
  transform: translate(-50%, -50%);
  margin-top: -5px;
}
.banner_area_home {
  padding-top: 150px;
  padding-bottom: 30px;
  text-align: center;
}
.banner_area_home .text {
  position: relative;
  display: inline-block;
}
.banner_area_home .text .subtitle {
  font-size: 32px;
  font-weight: 700;
}
.banner_area_home .text .title {
  font-size: 150px;
  font-weight: 700;
  margin-top: -29px;
  margin-bottom: 15px;
}
.banner_area_home .text p {
  max-width: 558px;
  margin: 0 auto;
  line-height: normal;
}
.banner_area_home .banner_image img {
  position: absolute;
}
.banner_area_home .banner_image .img_1 {
  top: -147px;
  left: -5px;
}
.banner_area_home .banner_image .img_2 {
  top: 114px;
  left: -150px;
}
.banner_area_home .banner_image .img_3 {
  top: 82px;
  right: -109px;
}














.banner_area {
  padding-top: 60px;
  padding-bottom: 30px;
  text-align: center;
}
.banner_area .text {
  position: relative;
  display: inline-block;
}
.banner_area .text .subtitle {
  font-size: 32px;
  font-weight: 700;
}
.banner_area .text .title {
  font-size: 150px;
  font-weight: 700;
  margin-top: -29px;
  margin-bottom: 15px;
}
.banner_area .text p {
  max-width: 558px;
  margin: 0 auto;
  line-height: normal;
}
.banner_area .banner_image img {
  position: absolute;
}
.banner_area .banner_image .img_1 {
  top: -147px;
  left: -195px;
}
.banner_area .banner_image .img_2 {
  top: 114px;
  left: -350px;
}
.banner_area .banner_image .img_3 {
  top: 82px;
  right: -309px;
}

.destinazioni_area {
  margin-top: 100px;
  position: relative;
}
.destinazioni_area .section_top .arrow_down {
  margin-top: 25px;
  margin-bottom: 50px;
}
.destinazioni_area .destinazioni_img {
  position: absolute;
  z-index: -1;
  bottom: -484px;
  left: -15px;
}

.destinazioni_item {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}

.destinazioni_item img {
  transition: all linear 0.2s;
}
.destinazioni_item:hover img {
  transform: scale(1.1) rotate(3deg);
}
.destinazioni_item .overlay {
  position: absolute;
  top: 0;
  left: 0 px;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 56.89%, #000 100%);
  padding: 40px 35px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.destinazioni_item .overlay .tags {
  background-color: #febb00;
  font-size: 20px;
  font-weight: 700;
  color: #3e1a09;
  border-radius: 15px;
  padding: 6px 16px;
  position: absolute;
  top: 30px;
  right: 30px;
  line-height: 27px;
}
.destinazioni_item .overlay .text .title {
  font-size: 48px;
  font-weight: 700;
  color: #f5f4ee;
  margin-bottom: 10px;
  line-height: 100%;
}
.destinazioni_item .overlay .text ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.destinazioni_item .overlay .text ul li {
  gap: 24px;
  color: #f5f4ee;
  font-size: 20px;
  font-weight: 500;
}
.destinazioni_item .overlay .text ul li .sold_out {
  background-color: #d95b1c;
  font-size: 20px;
  font-weight: 700;
  color: #f5f4ee;
  border-radius: 15px;
  padding: 6px 16px;
  line-height: 27px;
}

.parti_con_area {
  padding-top: 210px;
}
.parti_con_area .section_title {
  padding-bottom: 65px;
}
.parti_con_area .main {
  max-width: 949px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.parti_con_area .main .item {
  text-align: center;
  flex: 0 0 auto;
  max-width: 240px;
  margin: 0 auto;
  position: relative;
  min-height: 95px;
}
.parti_con_area .main .item::before {
  position: absolute;
  top: 30px;
  right: -80px;
  width: 27px;
  height: 29px;
  background: url(../images/icon/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  content: "";
}
.parti_con_area .main .item:last-child::before {
  display: none;
}
.parti_con_area .main .item .num {
  font-size: 20px;
  font-weight: 700;
  color: #3e1a09;
  margin-bottom: 5px;
}
.parti_con_area .main .item .title {
  font-size: 20px;
  font-weight: 700;
  color: #3e1a09;
  line-height: normal;
}

.alcune_area {
  margin-top: 199px;
}
.alcune_area .section_title {
  padding-bottom: 76px;
}

.faq-body .accordion-button:focus {
  box-shadow: none;
}

.faq-body .accordion-item {
  border: 0;
  margin: 10px 0;
  border-radius: 0;
  border-bottom: 1px solid #3e1a09;
  margin-bottom: 16px;
  overflow: hidden;
  background-color: transparent !important;
}
.faq-body .accordion-item p {
  color: #7d7d7d;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.faq-body .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}

.faq-body .accordion-button {
  font-size: 32px;
  font-weight: 700;
  color: #3e1a09;
  background-color: transparent !important;
  padding-left: 0;
  padding-right: 0;
}

.accordion-body {
  padding-left: 0;
  padding-bottom: 100px;
  padding-top: 30px;
}
.accordion-body p {
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: normal;
  color: #3e1a09 !important;
  max-width: 914px;
}
.accordion-body p a {
  color: #3e1a09 !important;
  text-decoration: underline;
}

.Perche_area {
  max-width: 954px;
  margin: 0 auto;
  margin-top: 199px;
}
.Perche_area .section_title {
  padding-bottom: 79px;
}
.Perche_area .icon_box {
  display: flex;
  gap: 22px;
}
.Perche_area .icon_box .icon img {
  position: relative;
  top: 3px;
  transition: all linear 0.2s;
}
.Perche_area .icon_box:hover img {
  transform: rotateY(380deg);
}
.Perche_area .icon_box .text h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}

.cosa_dicono_area {
  padding-top: 199px;
  position: relative;
}
.cosa_dicono_area .section_title {
  padding-bottom: 65px;
}
.cosa_dicono_area .cosa_dicono_item {
  border-radius: 10px;
  background: #ffffff;
  overflow: hidden;
  padding: 59px 47px 67px 48px;
  transition: all linear 0.2s;
  border: 1px solid transparent;
}
.cosa_dicono_area .cosa_dicono_item:hover {
  border-color: #3e1a09;
}
.cosa_dicono_area .cosa_dicono_item .quote {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 6px;
}
.cosa_dicono_area .cosa_dicono_item p {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}
.cosa_dicono_area .cosa_dicono_item .name {
  font-size: 20px;
  font-weight: 700;
  margin-top: 30px;
}
.cosa_dicono_area .cose_image img {
  position: absolute;
}
.cosa_dicono_area .cose_image .img_1 {
  left: -31px;
  bottom: -380px;
}
.cosa_dicono_area .cose_image .img_2 {
  right: -31px;
  top: 0px;
  z-index: -1;
}

.viaggi_area {
  padding-top: 40px;
  position: relative;
}
.viaggi_area .section_title {
  padding-bottom: 65px;
}
.viaggi_area .viaggi_shape {
  position: absolute;
  bottom: -240px;
  right: -16px;
}

.email_us_area {
  margin-top: 274px;
  margin-bottom: 241px;
}
.email_us_area .section_title {
  max-width: 680px;
  margin: 0 auto;
  margin-bottom: 65px;
}
.email_us_area .input_groups {
  position: relative;
}
.email_us_area .input_groups input {
  width: 100%;
  height: 104px;
  background-color: #ffffff;
  border-radius: 10px;
  color: #3e1a09;
  font-size: 32px;
  font-weight: 700;
  padding: 0 63px;
  border: 1px solid transparent;
  transition: all linear 0.2s;
}
.email_us_area .input_groups input:focus {
  border-color: #3e1a09;
}
.email_us_area .input_groups button {
  background-color: #febb00;
  border-radius: 15px;
  font-size: 24px;
  font-weight: 500;
  padding: 14px 24px;
  line-height: 32px;
  border: 0;
  position: absolute;
  top: 50%;
  right: 31px;
  transform: translateY(-50%);
}
.email_us_area .input_groups button:hover {
  background-color: #3e1a09;
  color: #f5f4ee;
}
.email_us_area p {
  max-width: 835px;
  margin: 0 auto;
  line-height: normal;
  text-align: center;
  margin-top: 60px;
}

.footer_area {
  background-color: #3e1a09;
  padding-top: 31px;
  padding-bottom: 22px;
}
.footer_area .footer_logo {
  height: 75px;
}
.footer_area .footer_top .item .title {
  font-size: 20px;
  font-weight: 700;
  color: #f5f4ee;
  margin-bottom: 20px;
}
.footer_area .footer_top .item p {
  font-size: 20px;
  font-weight: 700;
  color: #f5f4ee;
  line-height: normal;
}
.footer_area .footer_middle {
  margin-top: 136px;
  margin-bottom: 174px;
}
.footer_area .footer_middle .midd_item .title {
  font-size: 20px;
  font-weight: 700;
  color: #febb00;
  line-height: normal;
  margin-bottom: 12px;
}
.footer_area .footer_middle .midd_item ul li a {
  font-size: 20px;
  font-weight: 700;
  color: #f5f4ee;
  line-height: normal;
}
.footer_area .footer_middle .midd_item ul li a:hover {
  color: #febb00;
}
.footer_area .footer_middle .midd_item .instagram {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.footer_area .footer_middle .midd_item .instagram .img {
  width: 96px;
  height: 96px;
  border-radius: 13px;
  overflow: hidden;
}
.footer_area .footer_middle .midd_item .instagram .img img {
  height: 100%;
  object-position: center;
  object-fit: cover;
  transition: all linear 0.2s;
}
.footer_area .footer_middle .midd_item .instagram .img:hover img {
  transform: scale(1.1);
}
.footer_area .footer_btm .copyright p {
  line-height: normal;
  color: #f5f4ee;
}
.footer_area .footer_btm .social a {
  margin-left: 40px;
}

.banner_area_two .img {
  position: absolute;
  bottom: -170px;
  right: 100px;
}

.banner_duck {
  width: 250px; 
  position: absolute;
  bottom: -125px; 
  right: 87px;
}

.turchia_area {
  margin-top: 118px;
  text-align: center;
}
.turchia_area .title {
  font-size: 150px;
  font-weight: 700;
  margin-bottom: 21px;
}
.turchia_area p {
  max-width: 825px;
  line-height: normal;
  margin: 0 auto;
  margin-bottom: 44px;
}
.turchia_area .buttons a {
  font-size: 24px;
  font-weight: 500;
  color: #3e1a09;
  border-radius: 15px;
  background: #ffffff;
  padding: 14px 24px;
  margin: 0 12px;
  transition: all linear 0.2s;
}
.turchia_area .buttons a:hover {
  background-color: #3e1a09;
  color: #f5f4ee;
}

.prossime_partenze_area {
  padding-top: 100px;
}
.prossime_partenze_area .top_title {
  margin-bottom: 98px;
}
.prossime_partenze_area .top_title img {
  margin-top: 30px;
}
.prossime_partenze_area .main .item {
  background-color: #fff;
  border-radius: 10px;
  padding: 59px 63px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
.prossime_partenze_area .item_container {
  background-color: #E1E4E8;
  border-radius: 10px;
}
.buy_flight_banner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  height: 42px;
  background-color: #E1E4E8;
  border-radius: 10px;
}
.buy_flight_banner > img {
  width: 132px;
  margin-left: 10px;
}
.buy_flight_banner > p {
  font-size: 20px;
  font-weight: 500;
  font-family: "Satoshi", sans-serif;
  margin-left: 3px;
  margin-right: 3px;
}
.buy_flight_banner > u {
  font-size: 20px;
  font-weight: 500;
  font-family: "Satoshi", sans-serif;
  margin-left: 3px;
  margin-right: 3px;
}
.buy_flight_banner .mobile_text {
  display: none;
}
.buy_flight_banner .web_text {
  display: flex;
}
.prossime_partenze_area .main .item .left {
  display: flex;
  align-items: center;
  gap: 152px;
}
.prossime_partenze_area .main .item .left .info_box {
  position: relative;
}
.prossime_partenze_area .main .item .left .info_box::before {
  position: absolute;
  width: 1px;
  height: 126px;
  background-color: #3e1a09;
  top: -20px;
  right: -75px;
  content: "";
}
.prossime_partenze_area .main .item .left .info_box:last-child::before {
  display: none;
}
.prossime_partenze_area .main .item .left .info_box .title {
  font-size: 32px;
  font-weight: 700;
  line-height: 43px;
  margin-bottom: 18px;
}
.prossime_partenze_area .main .item .left .info_box p {
  font-size: 20px;
  font-weight: 700;
}
.prossime_partenze_area .main .item .left .info_box p img {
  margin-right: 19px;
}
.prossime_partenze_area .main .item .right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
}
.prossime_partenze_area .main .item .right button {
  font-size: 24px;
  font-weight: 700;
  color: #f5f4ee;
  padding: 14px 34px;
  border-radius: 15px;
  background-color: #d95b1c;
  border: 0;
}
.prossime_partenze_area .main .item .right button:hover {
  background-color: #3e1a09;
}
.prossime_partenze_area .main .item .right .price {
  font-size: 32px;
  font-weight: 700;
}
.prossime_partenze_area .main .item .right .price_strike {
  font-size: 32px;
  font-weight: 700;
  opacity: 0.2;
}
.prossime_partenze_area .main .item .right .btn_2 {
  background-color: #384c0d;
  padding: 14px 47px;
}
.prossime_partenze_area .main .item .right .btn_2:hover {
  color: #fff;
  background: #384c0d7f;
}
.prossime_partenze_area .main .item + .item {
  margin-top: 30px;
}
.prossime_partenze_area .btm_info {
  margin-top: 63px;
  text-align: center;
}
.prossime_partenze_area .btm_info p {
  margin-bottom: 9px;
}

.cosa_e_incluso_area {
  padding-top: 179px;
  max-width: 954px;
  margin: 0 auto;
}
.cosa_e_incluso_area .section_title {
  padding-bottom: 79px;
}
.cosa_e_incluso_area .icon_box {
  display: flex;
  gap: 22px;
}
.cosa_e_incluso_area .icon_box .icon img {
  position: relative;
  top: 3px;
  transition: all linear 0.2s;
}
.cosa_e_incluso_area .icon_box:hover img {
  transform: rotateY(360deg);
}
.cosa_e_incluso_area .icon_box .text h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}
.cosa_e_incluso_area .icon_box .text h4 a {
  color: #3e1a09;
}

.cosa_e_incluso_area_two {
  padding-top: 217px;
  max-width: 606px;
  margin: 0 auto;
}

.un_gruppo_area {
  margin-top: 209px;
}
.un_gruppo_area .section_title {
  margin-bottom: 113px;
}
.un_gruppo_area .info_item_box {
  margin-bottom: 113px;
}
.un_gruppo_area .info_item_box .sm_title {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 39px;
}
.un_gruppo_area .info_item_box .main {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 20px;
  justify-content: space-between;
}
.un_gruppo_area .info_item_box .main .item {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.un_gruppo_area .info_item_box .main .item .img {
  border-radius: 24px;
  overflow: hidden;
  width: 97px;
  height: 97px;
}
.un_gruppo_area .info_item_box .main .item .img img {
  height: 100%;
  object-fit: cover;
  transition: all linear 0.2s;
}
.un_gruppo_area .info_item_box .main .item:hover img {
  transform: scale(1.1);
}
.un_gruppo_area .info_item_box .main .item p {
  margin-top: 13px;
}
.un_gruppo_area .button {
  text-align: center;
}
.un_gruppo_area .button a {
  font-size: 24px;
  font-weight: 500;
  color: #3e1a09;
  background-color: #fff;
  border-radius: 15px;
  padding: 14px 24px;
}
.un_gruppo_area .button a:hover {
  background-color: #3e1a09;
  color: #f5f4ee;
}

.noi_pensiamo_area {
  margin-top: 191px;
}
.noi_pensiamo_area .section_title {
  margin-bottom: 48px;
}
.noi_pensiamo_area .icon_box {
  margin-bottom: 57px;
}
.noi_pensiamo_area .icon_box p {
  margin-top: 63px;
}
.noi_pensiamo_area .info_form {
  background-color: #fff;
  border-radius: 10px;
  padding: 56px 46px 58px 61px;
  display: flex;
  gap: 67px;
}
.noi_pensiamo_area .info_form .left .main {
  display: flex;
  gap: 104px;
}
.noi_pensiamo_area .info_form .left .main .item .title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}
.noi_pensiamo_area .info_form .left .main .item .input_groups input {
  width: 100%;
  border: 0;
  height: 60px;
  font-size: 20px;
  font-weight: 500;
  border-bottom: 1px solid #3e1a09;
}
.noi_pensiamo_area .info_form .left .button_groups {
  margin-top: 44px;
}
.noi_pensiamo_area .info_form .left .button_groups .link_btn {
  font-size: 24px;
  font-weight: 500;
  color: #3e1a09;
  background-color: #febb00;
  padding: 14px 24px;
  border-radius: 15px;
}
.noi_pensiamo_area .info_form .left .button_groups .link_btn:hover {
  background-color: #3e1a09;
  color: #f5f4ee;
}
.noi_pensiamo_area .info_form .left .button_groups .link_btn:nth-child(2) {
  background-color: #f5f4ee;
}
.noi_pensiamo_area
  .info_form
  .left
  .button_groups
  .link_btn:nth-child(2):hover {
  background-color: #3e1a09;
}
.noi_pensiamo_area .info_form .left .button_groups .link_btn + .link_btn {
  margin-left: 23px;
}
.noi_pensiamo_area .info_form .right {
  flex-grow: 1;
}
.noi_pensiamo_area .info_form .right .main {
  display: flex;
  gap: 20px;
}
.noi_pensiamo_area .info_form .right .main .item {
  background-color: #f5f4ee;
  border-radius: 15px;
  padding: 14px 19px 17px;
  flex-grow: 1;
}
.noi_pensiamo_area .info_form .right .main .item .title {
  font-size: 20px;
  font-weight: 500;
  color: #3e1a09;
  margin-bottom: 24px;
}
.noi_pensiamo_area .info_form .right .main .item .input_groups input {
  width: 100%;
  height: 36px;
  background-color: #fff;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 500;
  color: #3e1a09;
  padding: 0 12px;
  border: 0;
}
.noi_pensiamo_area .info_form .right .button_groups {
  margin-top: 44px;
  text-align: right;
}
.noi_pensiamo_area .info_form .right .button_groups .link_btn {
  font-size: 24px;
  font-weight: 500;
  color: #f5f4ee;
  background-color: #384c0d;
  padding: 14px 24px;
  border-radius: 15px;
  width: 236px;
  text-align: left;
}
.noi_pensiamo_area .info_form .right .button_groups .link_btn:hover {
  background-color: #3e1a09;
}

.Itinerario_area {
  margin-top: 177px;
}
.Itinerario_area .section_title {
  margin-bottom: 76px;
}

.cosa_serve_area {
  margin-top: 190px;
}
.cosa_serve_area .section_title {
  margin-bottom: 39px;
}
.cosa_serve_area .main {
  background-color: #fff;
  border-radius: 10px;
  padding: 62px;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cosa_serve_area .main .item {
  max-width: 556px;
  width: 100%;
  flex: 0 0 auto;
}
.cosa_serve_area .main .item .title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.esplora_altre_area {
  margin-top: 190px;
  margin-bottom: 147px;
}
.esplora_altre_area .section_top {
  margin-bottom: 83px;
}
.esplora_altre_area .section_top .arrow_down {
  margin-top: 30px;
}
.esplora_altre_area .shape_img {
  position: absolute;
  z-index: -1;
  bottom: -632px;
  right: -2px;
}

.sticky-menu {
  position: fixed;
  left: 0;
  margin: auto;
  top: 0;
  width: 100%;
  background-color: #f5f4ee;
  box-shadow: 0 2px 20px rgba(25, 25, 25, 0.1);
}

.sticky-menu .mobile-menu-area .mobile-topbar {
  padding: 10px 0 !important;
}

#header-fixed-height.active-height {
  display: block;
  height: 68px;
}

/* back to top button start */
.scroll-to-top {
  display: inline-block;
  background-color: #031a12;
  width: 40px;
  height: 40px;
  text-align: center;
  position: fixed;
  bottom: 0px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  border-radius: 5px;
  font-size: 19px;
  color: #ffffff;
  cursor: pointer;
  transition: all linear 0.3s;
  border: 0;
}

.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}

.mobile-menu-area {
  z-index: 999;
  background-color: transparent;
  width: 100%;
  transition: all linear 0.2s;
}

.mobile-menu-area .mobile-topbar {
  width: 100%;
  background-color: transparent;
  padding: 20px 0;
}

.mobile-menu-area .mobile-topbar-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.mobile-menu-area .mobile-topbar .bars {
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 2px solid #031a12;
  color: #031a12;
  font-size: 20px;
  text-align: center;
  line-height: 31px;
  border-radius: 3px;
  cursor: pointer;
  transition: all linear 0.2s;
}

.mobile-menu-area .mobile-topbar .bars:hover {
  background-color: #031a12;
  border-color: #031a12;
  color: #fff;
}

.mobile-menu-area .mobile-topbar .icon i {
  width: 45px;
  height: 45px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
  font-size: 16px;
  cursor: pointer;
  transition: all linear 0.2s;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.mobile-menu-area .mobile-topbar .icon i:hover {
  background-color: #031a12;
  color: #fff;
  border-color: #031a12;
}

.mobile-menu-area .mobile-menu-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.mobile-menu-area .mobile-menu-main {
  width: 320px;
  height: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: -320px;
  z-index: 999;
  overflow-y: scroll;
  transition-duration: 0.3s;
}

.mobile-menu-area .mobile-menu-main .logo {
  padding: 20px;
}

.mobile-menu-area .mobile-menu-main .close-mobile-menu {
  position: absolute;
  top: 17px;
  right: 10px;
}

.mobile-menu-area .mobile-menu-main .close-mobile-menu {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #031a12;
  font-size: 17px;
  cursor: pointer;
  transition: all linear 0.2s;
  transition: all linear 0.2s;
}

.mobile-menu-area .mobile-menu-main .menu-body .menu-list {
  padding-top: 10px;
}

.mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li a {
  font-weight: 600;
  font-size: 15px;
  color: #031a12;
  border-top: 1px solid #ddd;
  width: 100%;
  padding: 0px 20px;
  line-height: 44px;
  padding-right: 10px;
  transition: all linear 0.2s;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li:last-child a {
  border-bottom: 1px solid #ddd;
}

.mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li a:hover {
  color: #031a12;
}

.mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li a i {
  width: 32px;
  height: 32px;
  background-color: #fff;
  text-align: center;
  line-height: 32px;
  font-size: 12px;
  border-radius: 3px;
  background-color: #ddd;
  transition: all linear 0.2s;
}

.mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li a:hover i {
  background-color: #031a12;
  color: #fff;
}

.mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li ul {
  padding-left: 0;
  display: none;
}

.mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li ul a {
  padding: 0px 20px;
  padding-left: 40px;
}

.mobile-menu-area
  .mobile-menu-main
  .menu-body
  .menu-list
  ul
  li
  ul
  li:last-child
  a {
  border-bottom: 0;
}

.mobile-menu-area .mobile-menu-main .menu-body .social-icon ul li {
  display: inline-block;
}

.mobile-menu-area .mobile-menu-main .social-icon {
  padding: 20px;
  text-align: center;
}

.mobile-menu-area .mobile-menu-main .social-icon ul li {
  display: inline-block;
  margin: 0 4px;
}

.mobile-menu-area .mobile-menu-main .social-icon ul li a {
  width: 36px;
  height: 36px;
  color: #031a12;
  text-align: center;
  font-size: 16px;
  line-height: 36px;
  border-radius: 3px;
  background-color: #ddd;
}

.mobile-menu-area .mobile-menu-main .social-icon ul li a:hover {
  background-color: #031a12;
  color: #fff;
  border-color: #031a12;
}

.mobile-menu-overlay {
  transition-duration: 0.3s;
  visibility: hidden;
  opacity: 0;
}

.mobile-menu-overlay.active {
  visibility: visible;
  opacity: 1;
}

.mobile-menu-main.active {
  right: 0 !important;
}

.mobile-menu-area .mobile-menu-action-btn {
  padding: 20px;
}

.mobile-menu-area .mobile-menu-action-btn a {
  color: #fff;
  background-color: #031a12;
  padding: 12px 0;
  font-size: 16px;
  font-weight: 700;
  border-radius: 5px;
  width: 100%;
  text-align: center;
}

.mobile-menu-area .mobile-menu-action-btn a:hover {
  background-color: #031a12;
}

.mobile-menu-area .mobile-menu-action-btn a i {
  font-size: 14px;
  margin-left: 8px;
}

.multiImg {
  display: flex;
  gap: 2%;
  margin-top: 50px;
  max-width: 100%;
  overflow: hidden;
}

.multiImg img {
  width: 25%;
}

.email_us_area.prenotaOras {
  margin: 0;
  margin-top: 30px;
  display: none;
}

.email_us_area.prenotaOras span {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  color: #3e1a09;
  display: block;
  font-weight: 700;
  font-size: 20px;
  opacity: 0.3;
}

.email_us_area.prenotaOras input::placeholder {
  color: #3e1a09;
  opacity: 0.3;
}

.email_us_area.prenotaOras.showthis {
  display: block;
}
.input_groups.not_valided button,
.input_groups.valided span {
  display: none;
}

.profile {
  max-width: 1390px;
  margin: 25px auto 20px;
  padding: 30px;

  border-radius: 15px;

  align-items: center;
}

.profile-name-mobile {
  display: none;
  font-size: 28px;
  font-weight: 800;
  color: #3e1a09;
  margin-bottom: 10px;
}


.profile-picture {
  width: 300px;
  height: 300px;
  border-radius: 24px;
  object-fit: cover;
  margin-bottom: 20px;
}
.profile-name {
  font-size: 28px;
  font-weight: 800;
  color: #3e1a09;
  margin-bottom: 10px;
}
.profile-description {
  font-size: 16px;
  color: #3e1a09;
  line-height: 1.5;
}
.profile-info p {
  font-size: 16px;
  color: #333;
  margin-left: 0px;
}
.page-2-images .profile-info p {
  font-size: 19px;
}
.profile-info a {
  color: #ffcc00;
  text-decoration: none;
}
.profile-quote {
  text-align: left;
  font-size: 20px;
  background-color: #ffffff;
  color: #3e1a09;
  margin-top: 40px;
  border-radius: 10px;
  max-width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.profile-quote .large-quote {
  font-size: 100px;
  line-height: 1;
  height: 50px;
  align-self: center;
  margin-left: 20px;
  max-width: 50px;
}
.profile-quote .quote-text {
  display: inline;
  font-weight: bold;
  word-wrap: break-word;
  align-self: center;
  margin-left: 12px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: 10px;
  text-align: left;
}
.profile-tags span {
  background-color: #ffffff;
  color: #3e1a09;
  padding: 8px 12px;
  display: inline-block;
  border-radius: 10px;
  font-size: 21px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.profile-destinations {
  text-align: left;
  margin-top: 30px;
}
.profile-destinations h2 {
  font-size: 24px;
  font-weight: 800;
  color: #3e1a09;
  margin-bottom: 15px;
}
.destinations-list {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.destinations-list .img {
  position: relative;
  margin: 10px;
}

.destinations-list .img img {
  width: 100px;
  border-radius: 10px;
  object-fit: cover;
}

.destinations-list .text {
  position: absolute;
  bottom: 26px;
  left: 9px;
  color: #fff;
  text-align: left;
  top: -36px;
}

.destinations-list .title {
  font-size: 16px;
  margin: 0;
}

.destinations-list .subtitle {
  font-size: 10px;
  color: #ddd;
  margin: 0;
  margin-top: 5px;
}
.blog-area {
  margin-top: 100px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.blog-area .container {
  width: 100%;
  max-width: 1200px;
}

.blog-area .title {
  font-size: 70px;
  font-weight: bold;
  margin-left: -7px;
}

.blog-area h2 {
  font-size: 40px;
  font-weight: bold;
  margin-left: -1px;
}

.blog-area p {
  font-size: 21px;
  line-height: 1.6;
  margin-bottom: 20px;
  margin-left: 1px;
}

.blog-area img {
  max-width: 100%;
  display: block;
  margin: 0 auto 20px;
}
.blog-area .equal-height-img {
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.banner_area_two {
  position: relative;
  width: 100%;
}

.overlay-container {
  position: absolute;
  bottom: 20px;
  left: 350px;
  z-index: 100;
  color: #febb00;
}

.vector-image {
  width: 700px;
  position: absolute;
  top: -50px;
  left: -120px;
  z-index: 200;
}

.banner-title {
  font-size: 70px;
  margin-bottom: 15px;
  font-weight: bold;
}

.modal-content {
  background-color: #f5f4ee;
  color: #3e1a09;
  padding: 20px;
  border-radius: 20px;
}

.profile-picture-button {
  width: 100%;
  height: auto;
  border-radius: 24px;
}

.profile-destinations .img {
  position: relative;
  width: 100px;
  margin: 5px;
}

.profile-destinations .overlay {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 100%;
  text-align: center;
}

h1.modal-title {
  font-size: 2rem;
  font-weight: bold;
}

.modal-footer {
  margin-bottom: 20px;
  border-top: none;
  display: flex;
  justify-content: center;
}

.btn-lg {
  padding: 15px 30px;
  font-size: 1.5rem;
}

#close-button-modal {
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  border-radius: 50px;
  background: #0000000f;
  height: fit-content;
  padding: 10px;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
}

.container_profile_button {
  justify-content: center;
  align-items: center;
  margin-top: 0px;
}

.container_profile_button h6 {
  font-size: 20px;
}

.large-image {
  width: 200px;
  border-radius: 24px;
}
.img-box {
  padding-left: 20px;
  margin-top: 20px;
}

.image-container {
  position: relative;
  display: inline-block;
}

.tripleader {
  position: absolute;
  top: 18px; /* Aggiustare la posizione verticale */
  left: 18px; /* Posiziona il testo a sinistra dell'immagine */
  background-color: #ffcc00; /* Colore di sfondo */
  color: #3e1a09; /* Colore del testo */
  border-radius: 10px;
  padding: 8px 10px;
  font-size: 20px; /* Aumenta la dimensione del font */
  font-weight: 800; /* Imposta il testo in grassetto */
  z-index: 1;
}

.svg-icon {
  width: 18px;
  margin-right: 20px;
}

.btn-lg {
  padding: 7px 30px;
  font-size: 1.5rem;
  border-radius: 15px;
}

.destinazioni_item .img-custom {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}

.destinazioni_item .img-custom img {
  border-radius: 10px;
}

.page-2-images .destinazioni_item .img-custom img {
  border-radius: 24px;
}

.destinazioni_item .overlay-custom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  color: white;
  text-align: left;
  padding: 16px;
}

.container-custom .overlay-custom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  color: white;
  text-align: left;
  padding: 22px 16px;
  border-radius: 24px;
}

.destinazioni_item .overlay-custom .title-custom {
  font-size: 18px; /* Riduce ulteriormente la dimensione del testo del titolo */
  color: white; /* Imposta il colore del testo su bianco */
  margin: 0; /* Rimuove il margine */
}

.destinazioni_item .overlay-custom .subtitle-custom {
  font-size: 12px; /* Riduce la dimensione del sottotitolo */
  font-weight: 300;
  color: white; /* Imposta il colore del testo su bianco */
  margin: 0; /* Rimuove il margine */
}

.page-2-images .destinazioni_item .overlay-custom .title-custom {
  font-size: 18px;
  color: white;
  margin: 0;
}

.page-2-images .destinazioni_item .overlay-custom .subbtitle-custom {
  font-size: 12px;
  color: white;
  margin: 0;
  margin-top: 5px;
  font-weight: 300;
}

.g-3 {
  margin-left: -24px;
  margin-right: -16px;
}


.banner-2-shape {
  position: absolute;
  bottom: -230px;
  right: 0;
  z-index: 2;
  width: 600px;
}

.terms-of-service {
  padding-right: 150px;
  padding-left: 150px;
}

.terms-of-service .c5 {
  margin-top: 35px !important;
  margin-bottom: 5px !important;
}