/*myclasses*/

.little,
.little span {
  font-size: 20px;
  color: white;
  margin-top: 5px;
}
.col-40 {
  width: 30%;
}

.col-60 {
  width: 60%;
}

.cta {
  position: fixed;
  bottom: 20px;
  right: 20px;
  color: white;
  border-radius: 30px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  z-index: 100;
  -webkit-box-shadow: 5px 5px 15px -2px rgba(0, 0, 0, 0.19);
  box-shadow: 5px 5px 15px -2px rgba(0, 0, 0, 0.19);
}

.show-cta {
  opacity: 1;
  pointer-events: auto;
}

.in-view {
  bottom: 54px !important;
}
.btn {
  padding: 10px 40px;
  border-radius: 0;
  line-height: auto;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn:hover {
  color: #bf8034;
  background-color: #fdfdfd;
}

.btnSecondary {
  background-color: #bf8034 !important;
  color: #fdfdfd !important;
}

.btnSecondary:hover {
  background-color: #fdfdfd !important;
  color: #bf8034 !important;
}
.btnPrimary {
  color: #fdfdfd;
  background-color: #bf8034;
}
section {
  padding: 50px 0;
  position: relative;
}

ul,
p,
h1,
h2 {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1 {
  font-family: "Gilda Display";
  font-size: 80px;
  font-weight: 4x00;
  color: #fdfdfd;
  line-height: 60%;
  letter-spacing: 2px;
}
h1 span {
  font-family: "Gilda Display";
  font-size: 40px;
  font-weight: 400;
  color: #fdfdfd;
  line-height: 100%;
}
h2,
h3 {
  font-family: "Gilda Display";
  font-size: 40px;
  font-weight: 400;
  color: #282828;
  margin-bottom: 20px;
  line-height: 110%;
}

h3 {
  font-size: 30px;
  margin-bottom: 10px;
  margin-top: 20px;
}
p,
li {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 300;
  color: #282828;
}

img {
  width: 100%;
  height: 100%;
}
/*Header*/

header {
  padding: 20px 0;
  position: absolute;
  z-index: 100;
  width: 100%;
  color: white;
}
/*footer*/

/*Section*/
#hero {
  height: calc(100vh / 1.5);
  min-height: 500px;
}

#information {
  position: relative;
  padding-top: 100px;
}

#gallery {
  padding-bottom: 0;
}

/*Hero*/

#hero .container {
  position: relative;
  z-index: 10;
  color: white;
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.prenotationBar {
  position: absolute;
  bottom: -85px;
  -webkit-box-shadow: 0px 0px 13px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 13px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 13px 5px rgba(0, 0, 0, 0.3);
}

/*swiper*/
.overflow-hidden {
  top: 0;
}

#hero .overflow-hidden::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 130%;
  z-index: 9;
  background: rgb(2, 0, 36);
  background: linear-gradient(
    180deg,
    rgba(2, 0, 36, 0.6) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}
.swiper-slide img,
.overflow-hidden video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mySwiperBottom {
  padding-bottom: 50px;
}

.mySwiperBottom .swiper-pagination {
  bottom: 0;
}
.swiper-pagination-bullet-active {
  background-color: #bf8034 !important;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fdfdfd !important;
}
/*Content*/
h2 {
  margin-bottom: 30px;
}

h2 span {
  color: #bf8034;
}

li:not(.col-40 li) {
  margin-bottom: 10px;
}

.col-60 ul {
  margin: 20px 0;
}

.col-60 ul li {
  padding: 10px 60px 10px 0px;
}

.col-60 p {
  margin: 20px 0;
}

.col-40 li:nth-of-type(1) {
  padding: 0 0 15px 0;
}
.col-40 li {
  padding: 15px 0;
  display: flex;
  justify-content: start;
  align-items: center;
}

.col-40 li img {
  width: 32px;
  height: 32px;
  margin-right: 20px;
}

.banner {
  background-color: #282828;
  padding: 70px 0;
  margin: 20px 0;
}

.banner p {
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 1%;
  color: white;
  line-height: 110%;
}

.banner a {
  background-color: #fdfdfd;
  font-size: 18px;
  color: #bf8034;
  font-weight: 500;
}

a.iconHolder {
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: block;
}

/*Gallery*/
#gallery .info {
  margin-top: 50px;
}
#gallery h2 {
  margin-bottom: 10px;
}

iframe {
  margin-top: 25px;
}
#gallery .swiper {
  margin: 50px 0 0 0;
}
#gallery .swiper-slide {
  height: 550px;
}

/*info*/

#info h2 {
  margin-bottom: 10px;
}

#info a {
  color: #bf8034;
  margin-right: 20px;
}

#info a i {
  font-size: 30px;
}

#info .overflow-hidden {
  width: 200px;
  margin: 20px 0;
}
/*Footer*/

footer {
  background-color: #bf8034;

  margin: 0;
  position: relative;
  z-index: 101;
  color: white;
  padding: 8px 0;
}
footer a,
footer p {
  color: #fdfdfd;
  text-decoration: none;
}
@media (max-width: 767px) {
  .in-view {
    bottom: 64px !important;
  }
  .col-60,
  .col-40 {
    width: 100%;
  }

  .overflow-hidden .swiper {
    height: 100%;
  }

  h1 {
    font-size: 50px;
    line-height: 100%;
  }

  h1 span {
    font-size: 20px;
  }

  .banner {
    padding: 50px 0;
  }
  .banner p {
    margin-bottom: 40px;
  }

  .col-60 li {
    padding: 10px 0 !important;
  }

  #gallery .swiper-slide {
    height: 400px;
  }

  .mySwiperBottom {
    margin-bottom: 0px !important;
  }

  #info {
    padding: 20px 0 50px;
  }

  .cta {
    bottom: 0px;
    width: 100%;
    left: 0;
  }

  .cta .btn {
    width: 100%;
    padding: 20px 40px;
  }

  .prenotationBar {
    bottom: -150px;
  }

  #information {
    padding-top: 150px;
  }
}
