﻿.slider_style_2 {
}
.slider-description-wrapper {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0000008a;
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  justify-content: center;
}

.slider-description-top {
  width: 50%;
}

.slider-description-text {
  position: relative;
  margin-bottom: 20px;
  font-family: "Gilda Display", serif;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1.35em;
  color: #fff;
  font-weight: 400;
  letter-spacing: 7px;
  width: 50%;
  text-shadow: 2px 7px 5px rgba(0, 0, 0, 0.3),
    0px -4px 10px rgba(255, 255, 255, 0.3);
}

.slider-description-hotel {
  font-family: "Barlow Condensed", serif;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 6px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.slider-description-special {
  font-family: "Barlow Condensed", serif;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}
.slider_style_2 .owl-stage-outer {
  width: 100%;
  transition: height 0.5s ease-in-out;
}

.slider_style_2 .owl-carousel .owl-item {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.slider_style_2 .owl-carousel .owl-item::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  right: 0;
  bottom: 0;
  width: 101%;
  height: 100%;
  z-index: 1;
  /* background-color: #1E1F2D; */
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}

/* 
        .slider_style_2 .owl-carousel .owl-item .item {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }
*/
.slider_style_2 .owl-carousel .owl-item .item {
  z-index: 99;
}

.slider_style_2 .owl-carousel .owl-item .item img {
  /*width: 100%;
            height: auto;*/
  display: block;
}

.slider_style_2 .owl-carousel .owl-item.active .item img {
  /*   transition: transform 20000ms ease-out 0s, opacity 1000ms ease 0s;*/
  opacity: 1;
  /*  transform: scale(1.1, 1.1);*/
  z-index: 0;
}

.slider_style_2 .owl-nav {
  position: absolute;
  top: 40%;
  display: table;
  z-index: 2;
  opacity: 0;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
}

.slider_style_2 .owl-theme .owl-controls {
  height: 0;
}

.slider_style_2 .owl-theme:hover .owl-controls .owl-nav {
  opacity: 10;
}

.slider_style_2 .owl-carousel .owl-controls .owl-nav .owl-next,
.slider_style_2 .owl-carousel .owl-controls .owl-nav .owl-prev {
  color: #fff;
  margin: 0;
  width: 65px;
  height: 65px;
  line-height: 55px;
  transition: all 0.3s ease-in-out;
  background: #e4b84d;
  border-radius: 20px;
}

.slider_style_2 .owl-carousel .owl-controls .owl-nav .owl-next:hover,
.slider_style_2 .owl-carousel .owl-controls .owl-nav .owl-prev:hover {
  transition: all 0.3s ease-in-out;
}

.slider_style_2 .owl-carousel .owl-controls .owl-nav .owl-prev {
  float: left;
  position: absolute;
  left: 25px;
}

.slider_style_2 .owl-carousel .owl-controls .owl-nav .owl-next {
  float: right;
  position: absolute;
  right: 25px;
}

.slider_style_2 .owl-theme .owl-dots {
  position: relative;
  top: -35px;
  text-align: right;
  right: 20px;
}

.slider_style_2 .owl-theme .owl-controls .owl-dot {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.slider_style_2 .owl-theme .owl-controls .owl-dot.active span {
  background: #ddd;
  opacity: 1;
  height: 15px;
  width: 25px;
}

.slider_style_2 .owl-theme .owl-controls .owl-dot span {
  width: 15px;
  height: 15px;
  border: 0;
  border-radius: 5px;
  margin: 0 0 0 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #303338;
  display: block;
  margin: 5px;
  opacity: 1;
}

@media only screen and (max-width: 1600px) {
}

@media only screen and (max-width: 1550px) {
}

@media only screen and (max-width: 1375px) {
}

@media only screen and (max-width: 1300px) {
}

@media only screen and (max-width: 1100px) {
}

@media only screen and (max-width: 850px) {
}

@media only screen and (max-width: 767px) {
  .slider_style_2 .owl-nav {
    top: 25%;
  }

  .slider_style_2 .owl-theme .owl-dots {
    position: relative;
    top: -20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .slider_style_2 .owl-nav {
    top: 30%;
  }

  .slider_style_2 .owl-carousel .owl-controls .owl-nav .owl-next,
  .slider_style_2 .owl-carousel .owl-controls .owl-nav .owl-prev {
    transition: all 0.3s ease-in-out;
    width: 30px;
    height: 30px;
    line-height: 1.6;
  }
}

@media only screen and (max-width: 480px) {
}

@media only screen and (max-width: 375px) {
}

@media only screen and (max-width: 320px) {
}

/*! Arrow Down */
.mbr-arrow {
  z-index: 9;
  position: absolute;
  bottom: 100px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgb(40 37 37 / 50%);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  animation: arrowdown 1.7s ease-in-out infinite;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -5px;
  left: 15px;
  font-size: 3rem;
  color: #fff;
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg);
  }
  .slider-description-text {
    font-size: 20px;
  }

  .slider-description-hotel {
    font-size: 15px;
  }

  .slider-description-special {
    font-size: 10px;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}
