@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  font-family: "Montserrat", sans-serif;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.fp-warning,
.fp-watermark {
  display: none !important;
}

.carousel {
  z-index: 1;
}

.carousel-inner {
  height: 100vh;
  position: relative;
  z-index: -1;
}

.carousel-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 60px);
  max-width: 600px;
  z-index: 15;
  color: #fff;
}

.carousel-item img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.carousel-wrap {
  width: 100vw;
  height: 100vh;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

a.btn {
  text-decoration: none;
  display: inline-block;
  padding: 0 20px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  position: relative;
  border: none;
}

a.btn:after,
a.btn:before {
  content: "";
  min-width: 130px;
  background: #fff;
  height: 2px;
  right: 100%;
  top: 50%;
  border: none;
  transform: translateY(-50%);
  position: absolute;
  transition: min-width 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  pointer-events: none;
  transition: 0.5s;
}
@media (max-width: 425px) {
  a.btn:after,
  a.btn:before {
    min-width: 80px;
  }
}

a.btn:after {
  right: auto;
  left: 100%;
}

a.btn:hover:after,
a.btn:hover:before {
  min-width: 180px;
}
@media (max-width: 425px) {
  a.btn:hover:after,
  a.btn:hover:before {
    min-width: 120px;
  }
}

/*********************** Navbar **********************/
.side-bar {
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  width: 290px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: -100%;
  overflow-y: auto;
  transition: 0.6s ease;
  transition-property: left;
}

.side-bar.active {
  left: 0;
  z-index: 10;
}

.side-bar .menu {
  width: 100%;
  margin-top: 80px;
}

.side-bar .menu .item {
  position: relative;
  cursor: pointer;
}

.side-bar .menu .item a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  display: block;
  padding: 5px 30px;
  line-height: 60px;
}

.side-bar .menu .item a:hover {
  background: rgb(28, 85, 114);
  transition: 0.3s ease;
}

.side-bar .menu .item i {
  margin-right: 15px;
}

.side-bar .menu .item a .dropdown {
  position: absolute;
  right: 0;
  margin: 20px;
  transition: 0.3s ease;
}

.side-bar .menu .item .sub-menu {
  background: rgba(255, 255, 255, 0.1);
  display: none;
}

.side-bar .menu .item .sub-menu a {
  padding-left: 80px;
}

.rotate {
  transform: rotate(90deg);
}

.close-btn {
  position: absolute;
  color: #fff;
  font-size: 20px;
  right: 0;
  margin: 25px;
  cursor: pointer;
}

.menu-btn {
  position: absolute;
  color: #fff;
  font-size: 20px;
  margin: 25px;
  cursor: pointer;
  z-index: 10;
}

.main {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
}

.main h1 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 60px;
  text-align: center;
  line-height: 80px;
}

@media (max-width: 900px) {
  .main h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
.col {
  padding: 0px !important;
}

#fp-nav ul li a span {
  background-color: rgba(228, 228, 228, 0.9019607843);
}

section p a {
  text-decoration: none;
}

.footer {
  background: #578dca;
  padding-top: 50px;
  padding-bottom: 40px;
  position: relative;
  width: 100%;
  height: 100%;
  color: #000;
}

@media (max-width: 425px) {
  .footer_cont {
    text-align: center;
  }
}

.footer_cont_logo__immagine {
  height: 155px;
}

.footer_cont_address {
  position: absolute;
  right: 30px;
  top: 50px;
}
@media (max-width: 425px) {
  .footer_cont_address {
    position: static;
    margin-top: 50px;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .footer_cont_address {
    position: static;
    margin-top: 50px;
    width: 100% !important;
  }
}

.footer_cont_address_sx {
  width: 210px;
}
@media (max-width: 425px) {
  .footer_cont_address_sx {
    width: auto;
  }
}
@media (max-width: 1024px) {
  .footer_cont_address_sx {
    width: auto;
    text-align: center;
  }
}

.footer_cont_address_dx {
  margin-top: 10px;
}
.footer_cont_address_dx a {
  color: #fff;
}
@media (max-width: 425px) {
  .footer_cont_address_dx {
    margin-top: 30px;
  }
}
@media (max-width: 1024px) {
  .footer_cont_address_dx {
    text-align: center;
  }
}

.footer_cont_menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 80px;
  list-style: none;
}
@media (max-width: 425px) {
  .footer_cont_menu {
    margin-top: 50px;
  }
}

.footer_cont_menu_element {
  margin: 5px 15px;
}
.footer_cont_menu_element a {
  color: #fff;
}

.footer_cont__by-blastness,
.footer_cont_address {
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 425px) {
  .footer_cont__by-blastness,
  .footer_cont_address {
    width: auto;
  }
}

.footer_cont__by-blastness {
  font-size: 12px;
  display: block;
  margin: 50px auto 0;
  color: #fff;
}

.swiper-slide > div {
  margin-bottom: 50px;
  margin-left: 15px;
}

.swiper-pagination-bullet,
.swiper-pagination-bullet-active {
  background: #fff !important;
}

.swiper-pagination {
  bottom: 1.25rem !important;
}

.swiper {
  width: 100% !important;
  padding-top: 3.125rem;
}
@media (max-width: 425px) {
  .swiper {
    height: 320px !important;
  }
}

.swiper-slide {
  width: 18.75rem;
  height: 28.125rem !important;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: self-start;
}

.swiper-slide h2 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 0.925rem;
  padding: 0 0 0 1.563rem;
  text-transform: uppercase;
}

.swiper-slide a {
  margin: 1.25rem 1.563rem 3.438rem 1.563rem;
  padding: 10px 30px;
  font-size: 1.1rem;
  text-decoration: none;
  color: white;
  letter-spacing: 1px;
  font-weight: 100;
  background-color: #1a2d59;
}

.swiper-slide a:hover {
  background-color: #431597;
}

.swiper-slide div {
  display: none;
  opacity: 0;
  padding-bottom: 0.625rem;
}

.swiper-slide-active div {
  display: block;
  opacity: 1;
}

.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
  background-image: none;
}

.slide1 {
  background: url("https://source.unsplash.com/emqnSQwQQDo") no-repeat 50% 50%/cover;
}

.slide2 {
  background: url("https://source.unsplash.com/emqnSQwQQDo") no-repeat 50% 50%/cover;
}

.slide3 {
  background: url("https://source.unsplash.com/emqnSQwQQDo") no-repeat 50% 50%/cover;
}

.slide4 {
  background: url("https://source.unsplash.com/emqnSQwQQDo") no-repeat 50% 50%/cover;
}

.slide5 {
  background: url("https://source.unsplash.com/emqnSQwQQDo") no-repeat 50% 50%/cover;
}

@media screen and (min-width: 93.75rem) {
  .swiper {
    width: 85%;
  }
}
.room-section {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://source.unsplash.com/pSDe7ePo0Tc") no-repeat 50% 50%/cover;
  color: #fff;
  padding: 20px;
}

.room-desc h2 {
  color: #fff;
  font-size: 3.28rem;
  font-family: "Montserrat", sans-serif;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-weight: 400;
}
.room-desc ul {
  display: flex;
  justify-content: flex-start;
  padding: 0 !important;
}
.room-desc ul li .label {
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.room-desc ul li .services, .room-desc ul li .details {
  font-family: "Montserrat", sans-serif;
  line-height: 1;
}
.room-desc ul li:first-child {
  margin-right: 30px;
  max-width: 300px;
}

.restaurant-desc p a {
  color: #fff;
  font-weight: bold;
}

.restaurant-slide1 {
  background: url("https://source.unsplash.com/YYZU0Lo1uXE") no-repeat 50% 50%/cover;
}

.restaurant-slide2 {
  background: url("https://source.unsplash.com/wfM1Fi-kMaY") no-repeat 50% 50%/cover;
}

.restaurant-slide3 {
  background: url("https://source.unsplash.com/P1djASp78Ss") no-repeat 50% 50%/cover;
}

.restaurant-slide4 {
  background: url("https://source.unsplash.com/YYZU0Lo1uXE") no-repeat 50% 50%/cover;
}

.restaurant-slide5 {
  background: url("https://source.unsplash.com/wfM1Fi-kMaY") no-repeat 50% 50%/cover;
}

.bar-slide1 {
  background: url("https://source.unsplash.com/Lwx-q6OdGAc") no-repeat 50% 50%/cover;
}

.bar-slide2 {
  background: url("https://source.unsplash.com/2GNBoMgKYEo") no-repeat 50% 50%/cover;
}

.bar-slide3 {
  background: url("https://source.unsplash.com/P1djASp78Ss") no-repeat 50% 50%/cover;
}

.bar-slide4 {
  background: url("https://source.unsplash.com/Lwx-q6OdGAc") no-repeat 50% 50%/cover;
}

.bar-slide5 {
  background: url("https://source.unsplash.com/P1djASp78Ss") no-repeat 50% 50%/cover;
}

.event-title {
  text-transform: uppercase;
  font-weight: 300;
}

.carousel-text span {
  font-weight: 300;
}
.carousel-text span a {
  color: #fff;
  font-weight: 400;
  margin-left: 15px;
}

.owl-carousel .item img {
  height: 420px;
}

.contact-content {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://source.unsplash.com/M7GddPqJowg") no-repeat 50% 50%/cover;
}

.form-holder {
  height: 100%;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: 45px;
  overflow: hidden;
}
.form-holder h2 {
  color: #fff;
  text-align: center;
  font-weight: 400;
}
.form-holder .form-label {
  color: #fff;
}
.form-holder #text-box {
  background: transparent;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  color: #fff;
}
.form-holder .text-area {
  height: 120px !important;
}
.form-holder a {
  color: #00e5ff;
}
.form-holder span {
  display: block;
  position: absolute;
}
.form-holder span:nth-child(2) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #fff);
  animation: top-right 5s linear infinite;
}
.form-holder span:nth-child(3) {
  top: -100%;
  right: 0%;
  height: 100%;
  width: 2px;
  background: linear-gradient(180deg, transparent, #fff);
  animation: 5000ms linear 1250ms infinite normal none running bottom-right;
}
.form-holder span:nth-child(4) {
  bottom: 0;
  right: -100%;
  height: 2px;
  width: 100%;
  background: linear-gradient(90deg, #fff, transparent);
  animation: 5000ms linear 2500ms infinite normal none running bottom-left;
}
.form-holder span:nth-child(5) {
  left: 0;
  bottom: -100%;
  height: 100%;
  width: 2px;
  background: linear-gradient(180deg, #fff, transparent);
  animation: 5000ms linear 3750ms infinite normal none running top-left;
}
@keyframes top-right {
  0% {
    left: -100%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes bottom-right {
  0% {
    top: -100%;
  }
  50%, 100% {
    top: 100%;
  }
}
@keyframes bottom-left {
  0% {
    right: -100%;
  }
  50%, 100% {
    right: 100%;
  }
}
@keyframes top-left {
  0% {
    bottom: -100%;
  }
  50%, 100% {
    bottom: 100%;
  }
}

.about-content {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://source.unsplash.com/_twiIcIsp2s") no-repeat 50% 50%/cover;
}
.about-content .about-details {
  color: #fff;
  text-align: center;
}
.about-content .about-details h2 {
  font-weight: 600;
}/*# sourceMappingURL=style.css.map */