html {
  width: 100%;
  font-size: 625%;
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-size: .16rem;
  width: 100%;
  transition: all .3s;
}

ul {
  list-style: none;
}

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

a {
  color: #000;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.yellow {
  color: #cd9627;
}

.white {
  color: white;
}

.gary {
  color: #8c8c8c;
}

.center {
  text-align: center;
}

.current {
  color: #d09b36 !important;
}

@media screen and (max-width: 750px) {
  .home .container-fluid .header .swiper-container {
    width: 200%;
    transform: translateX(-25%);
  }
  .home .container-fluid .header .h-bottom .banner-right {
    margin-top: .2rem;
    text-align: center;
    padding: 0;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    background: rgba(67, 52, 45, 0.8);
  }
  .home .container-fluid .header .h-bottom .banner-right li {
    padding: .2rem 0;
  }
  .home .container-fluid .header .h-bottom .banner-right li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
  }
  .home .container-fluid .header .bottom-btn {
    width: .65rem;
    height: .65rem;
  }
  .home .container-fluid .header .bottom-btn i {
    font-size: .3rem;
  }
  .home .menu {
    background-size: cover;
    background-position: top;
    height: auto;
  }
  .home .gallerie {
    background-size: cover;
    background-position: top;
    height: 5.66rem;
  }
  .home .contatti {
    background-size: cover;
    background-position: top;
    height: 5.66rem;
  }
}

.home .header {
  position: relative;
}

.home .header .swiper-container {
  width: 100%;
  height: 100%;
}

.home .header .swiper-container .swiper-slide {
  width: 100%;
}

.home .header .swiper-container .swiper-slide img {
  width: 100%;
}

.home .header .h-top {
  display: none;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(218, 190, 137, 0.8);
  z-index: 100;
}

.home .header .h-top .header-bar {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
}

.home .header .h-top .header-bar > li:nth-of-type(3) {
  padding: .15rem 0;
  margin-left: .6rem;
}

.home .header .h-bottom {
  position: absolute;
  top: .65rem;
  width: 100%;
  z-index: 1;
}

.home .header .h-bottom .banner-right {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.home .header .bottom-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: .95rem;
  height: .95rem;
  border-radius: 50%;
  background: rgba(218, 180, 102, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.home .header .bottom-btn i {
  font-size: .5rem;
  color: #fff;
}

.text {
  padding: .7rem 0 1rem;
}

.text .text-left h2 {
  font-family: gothicb;
  margin-top: 0;
}

.text .text-left p {
  font-family: GOTHIC;
  font-weight: 600;
  margin: .2rem 0;
}

.text .text-right {
  position: relative;
}

.text .text-right::before {
  content: '';
  background-image: url("../img/logo_white.png");
  background-repeat: no-repeat;
  width: 1.04rem;
  height: 1.04rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: contain;
}

.menu {
  background-image: url("../img/menu_img.jpg");
  background-repeat: no-repeat;
  position: relative;
}

.menu::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
}

.menu .menu-top {
  text-align: center;
  margin-top: .9rem;
}

.menu .menu-top h2 {
  font-weight: bolder;
  font-family: gothicb;
  margin: .3rem 0;
}

.menu .menu-top p {
  font-family: GOTHIC;
}

.menu .menu-bottom .menu-box {
  margin-bottom: .8rem;
}

.menu .menu-bottom .menu-item {
  transition: all .3s;
  position: relative;
}

.menu .menu-bottom .menu-item > img:nth-of-type(2) {
  position: absolute;
  left: -23%;
  top: 20%;
}

.menu .menu-bottom .menu-item:hover {
  opacity: 30%;
  transform: scale(0.7);
}

.text1 {
  text-align: center;
  margin: .7rem 0;
}

.text1 h2 {
  font-family: gothicb;
  font-weight: bolder;
}

.text1 p {
  font-family: GOTHIC;
  font-weight: 500;
}

.gallerie {
  background-image: url("../img/gallerie_img.jpg");
  background-repeat: no-repeat;
  height: 5.7rem;
  position: relative;
}

.gallerie::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
}

.gallerie .pos {
  display: flex;
  align-items: center;
}

.gallerie .gallerie-top {
  text-align: center;
}

.gallerie .gallerie-top h2 {
  font-weight: bolder;
  font-family: gothicb;
  margin: .3rem 0;
}

.gallerie .gallerie-top p {
  font-family: GOTHIC;
}

.img-box {
  padding: .7rem 0;
}

.img-box .col-md-4 {
  padding: 0;
}

.img-box .col-md-8 {
  padding: 0;
}

.img-box img {
  width: 100%;
  padding: .1rem;
}

.contatti {
  background-image: url("../img/gallerie_img.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 5.7rem;
  position: relative;
}

.contatti::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
}

.contatti .pos {
  display: flex;
  align-items: center;
}

.contatti .contatti-top {
  text-align: center;
}

.contatti .contatti-top h2 {
  font-weight: bolder;
  font-family: gothicb;
  margin: .3rem 0;
}

.contatti .contatti-top p {
  font-family: GOTHIC;
}

.tui-checkbox:checked {
  background: #ddc69d;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  margin-left: -.3rem;
  margin-top: 0;
}

.tui-checkbox {
  width: .24rem;
  height: .24rem;
  background-color: #ffffff;
  border: solid 1px #8e8e8e;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 0.8rem;
  padding: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  cursor: default;
  -webkit-appearance: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-transition: background-color ease 0.1s;
  transition: background-color ease 0.1s;
}

.tui-checkbox:checked::after {
  content: '';
  top: 50%;
  left: 50%;
  position: absolute;
  background: transparent;
  border: #fff solid 2px;
  border-top: none;
  border-right: none;
  height: 6px;
  width: 10px;
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.tex {
  font-weight: bolder;
  font-family: gothicb;
}

.form {
  margin-top: .9rem;
  margin-bottom: .6rem;
}

.form .btn {
  background: #c18c26;
  color: #fff;
}

.footer {
  margin-top: .9rem;
}

.footer h4 {
  font-family: gothicb;
  font-weight: bolder;
}

.footer p {
  font-family: GOTHIC;
  font-weight: bolder;
}

.footer .btn {
  width: 60%;
  height: .7rem;
  border: 1px solid #d6ab54;
  background: #fff;
  font-size: .2rem;
  margin-bottom: 1rem;
}

.footer .jiayibox {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer .jiayi {
  display: inline-block;
  width: .3rem;
  height: .3rem;
  background-image: url("../img/jiayi.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.footer .ver {
  display: flex;
  margin-left: 30%;
  align-items: center;
  font-weight: bolder;
}

.footer .ver .tel1 {
  display: inline-block;
  width: .3rem;
  height: .3rem;
  background-image: url("../img/tel1.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.footer .ver .tel2 {
  margin: 0 .2rem 0 .1rem;
  display: inline-block;
  width: .3rem;
  height: .3rem;
  background-image: url("../img/tel2.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.footer .ver:nth-of-type(2) .tel1 {
  margin: 0 .2rem 0 0;
}

.floating-window {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 925px; 
  height: 653px;
  background-color: white;
  border: 1px solid #ccc;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.floating-window img {
  max-width: 100%;
  max-height: 100%;
  display: block; 
}

.close-button {
  position: absolute;
  top: -30px;
  right: 5px;
  cursor: pointer;
  font-size: 1rem; 
  font-weight: bold;
  color: #0c0c0c; 
}

.close-button:hover {
  color: #cc0000; 
  text-shadow: 0 0 5px rgba(204, 0, 0, 0.5);
}

@media (max-width: 600px) {
  .floating-window {
    width: 90%; 
    height: auto; 
  }

  .close-button {
    font-size: 0.5rem; 
    top: -10px; 
    right: 0; 
  }
}