@import url('https://fonts.googleapis.com/css2?family=Titillium+Web&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Domine&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap');

body{
  font-family: 'Lato', sans-serif;
  font-size: 1.3rem;
}
button a{
  color: #4A8A34 !important;
  text-decoration: none !important;
}
button:hover a, button:focus a, button:focus-within a{
  color: #fff !important;
}

a:hover, a:focus, a:focus-within{
  text-decoration: none !important;
}
input:hover, input:focus, input:focus-within{
  outline: none;
}
img{
  height: auto;
  width: 100%;
  border-radius: 10px;
}
p{
  font-size: 1rem;
}
.th-container{
  padding: 0rem 4rem;
  background-image: url(../images/moroccan-flower.png);
}
.th-header-wrap-abs{
  position: absolute;
  width: 100%;
  z-index: 2;
}
.th-header-wrap{
  position: relative;
  z-index: 2;
}
.th-topbar{
  padding: 2rem 0rem;
  background: #ffffe9;
  z-index: 3;
}
.th-topbar .navbar{
  display: flex;
  flex-wrap: wrap;
}
.th-contact-wrap{
    display: flex;
    flex-wrap: wrap;
}
.th-contact-wrap a{
  font-size: 1rem;
  color: #4A8A34;
}
.th-contact-wrap a:nth-child(1){
  border-right: 2px solid #4A8A34;
  padding-right: 1rem;
}
.th-contact-wrap a:nth-child(2){
  margin-left: 1rem;
}
.th-contact-links span{
  font-size: 1rem;
  line-height: 1;
  color: #000;
}
.th-contact-links .material-icons{
  font-size: 1rem;
  line-height: 1;
  vertical-align: middle;
  color: #4A8A34;
}
.th-socialmedia-wrap{
  text-align: right;
}
.th-logo{
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
}
.th-logo img{
  width: 14rem;
  height: auto;
}
.th-socialmedia-wrap .material-icons{
  color: #4A8A34;
}
.th-secondbar {
  width: 100%;
  background: #022009cf;
}
.th-secondbar .navbar{
  width: fit-content;
  margin: 0 auto;
  text-transform: uppercase;
  z-index: 3;
  height: 2.75rem;
}
.th-secondbar .navbar-nav .nav-item {
  padding: 0rem 1.5rem;
}
.th-secondbar .navbar-nav .nav-link {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
}
.th-secondbar .navbar-nav .nav-link:hover, .th-secondbar .navbar-nav .nav-link:focus, .th-secondbar .navbar-nav .nav-link:focus-within{
  color: #4A8A34;
}
.dropbtn{
  position: relative;
}
.dropdown-content {
  display: none;
  background: #EBE9EE;
  color: #4A8A34;
  position: absolute;
  top: 2.5rem;
  padding: 0.5rem;
}
.dropdown:hover .dropdown-content{
  display: block;
}
.dropdown-item{
  font-size: 1rem;
  font-weight: 600;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover,  .dropdown-item:focus{
  background-color: #022009;
  color: #28a745;
}
/* .th-banner-wrapper{
  background-image: url(../images/home-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 15rem 0rem 0rem 0rem;
} */
.th-homebooking-wrapper{
  background: #022009cf;
}
.th-homebooking-wrapper .th-homebooking-form-wrap {
  background: #022009cf;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 4rem 2rem;
  color: #fff;
  font-size: 1rem;
  max-width: 30rem;
  z-index: 1;
}
.th-homeamenity-wrap{
  height: 30rem;
}
.th-homebooking-title{
  font-size: 2rem;
  display: block;
  text-align: center;
  font-family: 'Domine', serif;
  border-bottom: 1px solid #fff;
  margin-bottom: 0.5rem;
}
.th-homebooking-subtitle{
  font-size: 1.5rem;
  display: block;
  text-align: center;
  font-family: 'Domine', serif;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #fff;
  background-image: none;
}
/* Remove IE arrow */
select::-ms-expand {
  display: none;
}
/* Custom Select */
.th-select {
  position: relative;
  display: flex;
  width: 100%;
  height: 3em;
  line-height: 3;
  background: #fff;
  overflow: hidden;
  border-radius: .25em;
  margin: 1.5rem 0rem;
  font-size: 1rem;
}
select {
  flex: 1;
  padding: 0 .5em;
  color: #34495e;
  cursor: pointer;
}
/* Arrow */
.th-select::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 1em;
  background: #fff;
  color: #34495e;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}
/* Transition */
.th-select:hover::after {
  color: #34495e;
}
.th-date{
  width: 100%;
  padding: 0.75rem;
  border-radius: 0.25rem;
  box-shadow: none;
  border: none;
  font-size: 1rem;
  font-family: 'Titillium Web';
  text-transform: uppercase;
}
.th-btn, form-group button, input[type=button]{
  background: #4A8A34;
  border: #4A8A34;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  text-align: center;
  color: #fff;
  width: 100%;
  font-weight: 600;
}
.th-btn:hover, form-group button:hover, input[type=button]:hover {
  background: #022009;
  border: #022009;
  color: #4A8A34;
}

.th-offers-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  background: #022009cf;
  margin-top: 5rem;
  padding: 2rem 1rem;
  color: #fff;
  z-index: 2;
}
.th-offers-text{
  font-size: 1.5rem;
  text-align: center;
}
.th-offers-btn .th-btn{
  background: #C45D18;
  color: #fff;
}
.th-offers-btn .th-btn:hover{
  background: #fff;
  color: #C45D18;
}
.th-homedesc-wrapper{
  padding: 4rem 0rem;
  display: flex;
  flex-wrap: wrap;
}
.th-homedesc-text{
  padding: 1rem;
}
.th-homedesc-img{
  padding: 1rem;
}
.th-homedesc-text h3{
  color: #4A8A34;
  font-family: 'Domine', serif;
  margin-bottom: 1.5rem;
  font-weight: 600;
  letter-spacing: 2px;
  position: relative;
}
.th-links, .th-links:hover{
  color: #4A8A34;
 }
.th-links .material-icons{
  font-size: 2rem;
  line-height: 1;
  vertical-align: middle;
  color: #4A8A34;
}
.th-amenities-wrapper{
  background: #022009;
  padding: 4rem 0rem;
  color: #fff;
  position: relative;
  margin-top: 4rem;
}
.th-amenities-wrapper::before {
    content: "";
    background: #022009;
    height: 160px;
    transform: skewY(-4deg);
    -webkit-transform: skewY(-4deg);
    -moz-transform: skewY(-4deg);
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    top: -70px;
}
.th-amenities-wrapper h3{
  color: #28a745;
  font-family: 'Domine', serif;
  margin-bottom: 1.5rem;
  font-weight: 600;
  letter-spacing: 2px;
  position: relative;
}
.th-amenities-item {
    padding: 1rem;
    background: #fff;
    border-radius: 0.25rem;
    margin-bottom: 1rem;
    box-shadow: 0 1px 6px rgb(32 33 36 / 28%);
}
.th-amenities-item span{
  color: #4A8A34;
  font-weight: 600;
  padding-top: 1rem;
  display: block;
  font-size: 1rem;
}
.th-facilities-wrapper .th-container{
  padding: 4rem 0rem;
}
.th-facilities-title{
  text-align: center;
}
.th-facilities-title h3{
  color: #4A8A34;
    font-family: 'Domine', serif;
    text-align: center;
    margin-bottom: 1.5rem;
    font-weight: 600;
    letter-spacing: 2px;
}
.th-facilities-list ul{
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.th-facilities-list ul li {
    list-style: none;
    padding: 2rem;
    text-align: center;
}
.th-facilities-list ul li span{
  font-weight: 600;
}
.th-facilities-list svg{
  width: 5rem;
  height: 5rem;
  display: block;
  margin: 0 auto;
  transition: all 1s;
  transform-origin: 50% 50%;
  cursor: pointer;
}
.th-facilities-list svg:hover{
  fill: #4A8A34;
  transform: scale(1.2);
}
.th-offersect-wrapper{
  background: #fff;
  padding: 4rem 0rem;
}
.th-offersect-wrapper h3{
  color: #4A8A34;
  font-family: 'Domine', serif;
  text-align: center;
  margin-bottom: 1.5rem;
  font-weight: 600;
  letter-spacing: 2px;
}
.th-offersect-item1 {
  background-image: url(../images/bg-offer.jpg);
  background-size: cover;
  padding: 1rem;
  margin-bottom: 1rem;
  height: 20rem;
  width: auto;
  position: relative;
  overflow: hidden;
}
.th-offersect-item2 {
  background-image: url(../images/bg-offer.jpg);
  background-size: cover;
  padding: 1rem;
  margin-bottom: 1rem;
  height: 20rem;
  width: auto;
  position: relative;
  overflow: hidden;
}
.th-offersect-item1 span, .th-offersect-item2 span {
  background: #022009cf;
  padding: 1rem;
  color: #fff;
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  width: 50%;
  text-align: center;
}
.th-offersect-item1::after, .th-offersect-item2::after {
  content: "";
  position: absolute;
  margin: -1.5rem;
  width: 220px;
  height: 100px;
  transform: rotate(45deg);
  background-color: #022009cf;
  top: 0.5rem;
  right: -4rem;
}
.th-offer-label {
    background: #1e7e34;
    color: #fff;
    font-size: 1.5rem !important;
    font-weight: 600;
    padding: 0.5rem 1rem;
    position: absolute;
    top: 1rem;
    left: 2rem;
}
.th-nearby-wrapper{
  background: #EBE9EE;
  padding: 4rem 0rem;
}
.th-nearby-wrapper h3{
  color: #4A8A34;
  font-family: 'Domine', serif;
  text-align: center;
  margin-bottom: 1.5rem;
  font-weight: 600;
  letter-spacing: 2px;
  position: relative;
}
.th-contact-wrapper{
  padding: 4rem 0rem;
  display: flex;
  flex-wrap: wrap;
}
.th-footer-content{
  background: #1E3D14;
  padding: 2rem 2rem;
}
.th-footlogo-wrap{
  text-align: center;
}
.th-footlogo-wrap img{
  width: 15rem;
  margin-bottom: 1rem;
}
.th-footlogo-wrap {
  text-align: center;
}
.th-footlogo-wrap .th-socialmedia-wrap{
  text-align: center;
}
.th-footconnect-wrap .material-icons{
  margin-right: 1rem;
  color: #4a8a34;
}
.th-foot-title{
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  display: block;
  margin-bottom: 1.5rem;
}
.th-foot-nav {
    list-style: none;
    padding-left: 0;
    font-size: 1rem;
}
.th-foot-nav li a{
  color: #fff;
}
.th-foot-location, .th-foot-contact{
  color: #fff;
  font-size: 1rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;;
}
.th-foot-location a, .th-foot-contact a{
  color: #fff;
}
.th-phone-wrap a, .th-foot-contact a{
  border-right: none !important;
  padding-right: 0 !important;
}
.th-foot-copyright {
  background: #022009;
  display: flex;
  flex-wrap: wrap;
  padding: 0.5rem 0rem;
  color: #fff;
}
.th-foot-copyright p{
  font-size: 1rem;
  margin-bottom: 0;
}
.foot-jt-logo{
  max-width: 8rem;
}

 .th-homelive-section{
   position: relative;
   width: 100%;
   display: flex;
   flex-wrap: wrap;
   overflow: hidden;
   padding: 15rem 0rem 0rem 0rem;
 }
 .moving-image {
   background: url('https://ivang-design.com/svg-load/hotel/move-img@2x.jpg') repeat fixed;
   background-size: cover;
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   z-index: 1;
   width:100%;
   opacity: 0.8;
 }
 .th-homeamenity-wrapper {
   position: absolute;
   top: 50%;
   right: 20px;
   z-index: 2;
   width: auto;
   margin: 0;
   padding: 0;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
   list-style: none;
 }
 .th-homeamenity-wrapper .th-homeamenity-name {
   margin: 0;
   padding: 0;
 }
 .th-homeamenity-wrapper .th-homeamenity-name a {
   position: relative;
   list-style: none;
   margin: 0 auto;
   display: inline-block;
   text-align: center;
   padding: 0;
   margin-top: 6px;
   margin-bottom: 6px;
   font-size: 17px;
   font-weight: 700;
   line-height: 1.15;
   letter-spacing: 1px;
   color: rgba(255,255,255,.3);
   text-decoration: none;
   -webkit-writing-mode: vertical-lr;
   writing-mode: vertical-lr;
   -webkit-transition: all 300ms linear;
   transition: all 300ms linear;
   text-decoration: none;
 }
 .th-homeamenity-wrapper .th-homeamenity-name a:hover {
   text-decoration: none;
 }
 .th-homeamenity-wrapper .th-homeamenity-name.active a {
   color: #fff;
 }
 .th-homeamenity-wrapper .th-homeamenity-name a:before {
   position: absolute;
   content: '';
   left: -5px;
   top: 50%;
   height: 0;
   width: 4px;
   transform: translateY(-50%);
   background: linear-gradient(45deg, #4a8a34, #28a745);
   -webkit-transition: all 200ms linear;
   transition: all 200ms linear;
 }
 .th-homeamenity-wrapper .th-homeamenity-name:nth-child(2) a:before {
   background: linear-gradient(45deg, #4a8a34, #28a745);
 }
 .th-homeamenity-wrapper .th-homeamenity-name:nth-child(3) a:before {
   background: linear-gradient(45deg, #4a8a34, #28a745);
 }
 .th-homeamenity-wrapper .th-homeamenity-name:nth-child(4) a:before {
   background: linear-gradient(45deg, #4a8a34, #28a745);
 }
 .th-homeamenity-wrapper .th-homeamenity-name.active a:before {
   height: 100%;
 }

 .th-homeamenity-images {
   position: absolute;
   top: 50%;
   right: 70px;
   width: calc(100% - 90px);
   max-width: 500px;
   margin:0;
   padding: 0;
   z-index: 1;
   list-style: none;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
 }
 .th-homeamenity-images li {
   position: absolute;
   top: 50%;
   left: 0;
   width: 100%;
   margin:0;
   padding: 0;
   list-style: none;
   opacity: 0;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
   border-radius: 10px;
   overflow: hidden;
   box-shadow: 0 0 30px rgba(14,14,14,.35);
   -webkit-transition: all 300ms linear;
   transition: all 300ms linear;
 }
 .th-homeamenity-images li.show {
   opacity: 1;
 }
 .th-homeamenity-images li img {
   width: 100%;
   height: auto;
   display: block;
 }
 .th-homeamenity-images li p {
   position: absolute;
   top: 20px;
   left: 20px;
   text-align: left;
   font-size: 13px;
   line-height: 1;
   letter-spacing: 1px;
   color: #fff;
   font-weight: 300;
   margin: 0;
   padding: 5px 10px;
   background-color: rgba(0,0,0,.8);
   border-radius: 3px;
   display: inline-block;
 }
 .th-homeamenity-images li .info {
   position: relative;
   padding: 12px 20px;
   background-color: rgba(0,0,0,.5);
   display: block;
 }
 .th-homeamenity-images li .info img {
   width: 20px;
   height: 20px;
   display: inline-block;
   margin-right: 10px;
 }
 .th-homeamenity-images li .info a {
   background-color: #000;
   font-size: 11px;
   text-transform: uppercase;
   line-height: 28px;
   letter-spacing: 2px;
   color: #fff;
   font-weight: 300;
   position: absolute;
   right: 20px;
   top: 10px;
   height: 28px;
   padding: 0 20px;
   border-radius: 3px;
   -webkit-transition: all 300ms linear;
   transition: all 300ms linear;
 }
 .th-homeamenity-images li .info a:hover {
   text-decoration: none;
 }
 .th-offersect-caption{
  font-weight: 600;
  font-size: 1.25rem;
  margin-top: 1rem;
  text-align: center;
  display: block;
  margin-bottom: 1.5rem;
 }
 @media screen and (max-width: 992px){
    .th-logo {
        position: relative;
    }
    .th-homelive-section{
      padding: 20rem 0rem 0rem 0rem;
    }
    .navbar-light .navbar-toggler{
      color: #fff;
    }
    .navbar-light .navbar-toggler:hover, .navbar-light .navbar-toggler:focus{
      outline: none !important;
      border: none !important;
    }
    .th-secondbar{
      color: #022009;
    }
    .th-secondbar .navbar{
      width: 100%
    }
    .th-secondbar .navbar {
      height: 100%;
    }
    .th-secondbar .navbar {
      height: 100%;
      background: #022009;
    }
    .th-facilities-list ul li {
        width: 50%;
    }
  }
@media screen and (max-width: 540px){
    .th-contact-wrap a:nth-child(1) {
      border-right: none;
      display: block;
    }
    .th-contact-wrap a:nth-child(2) {
      margin-left: 0;
      display: block;
      width: 100%;
    }
    .th-container{
      padding: 0rem 2rem;
      background-image: url(../images/moroccan-flower.png);
    }
    .th-facilities-list ul li {
        width: 100%;
    }
  }

.th-homedesc-text h3::after, .th-amenities-wrapper h3::after{
    content: "";
    position: absolute;
    height: 3px;
    width: 100px;
    background-color: #c45d18;
    left: 0;
    bottom: -10px;
}
.th-contact-form{
  padding: 2rem;
}
.th-input {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
    padding: 0.25rem 1.25rem;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.th-amentype-wrapper, .th-offertype-wrapper{
 padding: 2rem 0rem;
 margin-bottom: 2rem;
}
.th-amentype-row, .th-offertype-row {
   margin-bottom: 2rem;
}
.th-amentype-title, .th-offertype-title {
  margin-bottom: 1.5rem;
  font-size: 1.75rem;
  font-weight: 700;
}
.th-inneramenity-wrapper {
    padding: 4rem 0rem;
    display: flex;
    flex-wrap: wrap;
}
.th-inneramenity-text h3 {
    color: #4A8A34;
    font-family: 'Domine', serif;
    margin-bottom: 1.5rem;
    font-weight: 600;
    letter-spacing: 2px;
    position: relative;
}
.th-inneramenity-text h3::after {
    content: "";
    position: absolute;
    height: 3px;
    width: 100px;
    background-color: #c45d18;
    left: 0;
    bottom: -10px;
}
.th-inneramenity-img {
    padding: 1rem;
}


/* login css */
.ht-login-wrapper{
  min-height: 100vh;
  max-width: 100%;
  background-image: url(../images/login-bg.png);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
.ht-login-screen, .ht-reg-screen{
  text-align: center;
}
.ht-login-screen span {
    display: block;
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 1rem;
}
.ht-reg-screen span{
    display: block;
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 1rem;
}
.ht-login-screen img, .ht-reg-screen img{
  height: auto;;
  width: 200px;
}

.ht-login-form-wrapper, .ht-reg-form-wrapper{
  background-color: #bcbcbc;
}
.ht-login-form, .ht-reg-form {
    background-color: #fff;
    width: 45%;
    margin: 0 auto;
    padding: 2rem;
    margin-top: 5rem;
    border-radius: 10px;
    box-shadow: 0 4px 6px 0 rgba(32,33,36,0.28)
}
.ht-login-form-field input, .ht-login-form-field input[type=text], .ht-login-form-field input[type=password], .ht-reg-form-field input, .ht-reg-form-field input[type=text], .ht-reg-form-field input[type=password] {
    border: none;
    border-bottom: 1px solid #bcbcbc;
    width: 60%;
 }
input[type=checkbox], input[type=radio] {
    width: 25px !important;
    box-sizing: border-box;
    padding: 0;
    height: 15px !important;
}
.ht-login-form-field input:hover, .ht-login-form-field input:focus, .ht-login-form-field input:focus-within, .ht-reg-form-field input:hover, .ht-reg-form-field input:focus, .ht-reg-form-field input:focus-within{
    outline: none;
 }
.ht-login-form-field, .ht-login-form-links, .ht-login-form-button, .ht-reg-form-field, .ht-reg-form-links, .ht-reg-form-button, .ht-reg-form-button-otp {
    text-align: center;
    margin: 1rem 0rem;
}
.ht-login-form-button button,.ht-reg-form-button button {
    background: #FF9800;
    border: none;
    padding: 0.5rem 2.5rem;
    border-radius: 5px;
    margin-top: 1rem;
}
.ht-login-form-button button:hover {
  background: #FFC107;
}
.ht-reg-form-button-otp button{
  background-color: #2196f3;
  color: #fff;
  border: none;
    padding: 0.5rem 1.5rem;
    border-radius: 5px;
    margin-top: 1rem;
}
.ht-reg-form-button-otp button:hover{
  background-color: #3f51b5;
}

@media screen and (max-width: 992px){
  .ht-login-form, .ht-reg-form {
    width: 75%;
  }
}
@media screen and (max-width: 320px){
  .ht-login-form, .ht-reg-form {
    width: 80%;
  }
}
@media screen and (max-width: 540px){
  .ht-login-form, .ht-reg-form {
    width: 90%;
  }
}


.scroll-slider {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  height: 100vh;
}

.scroll-wrapper {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.scroll-slide {
  flex: 1 0 75vw;
  max-width: 75vw;
  height: 100%;
}

.th-section-home{
  background: url(../images/bg-home.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.item-container {
  position: relative;
}

.item-image {
  width: auto;
  height: 100%;
  overflow: hidden;

}
.item-image img{
  width: 65%;
  height: auto;

}
.item-title {
  font-size: 4vw;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1.5rem;
}
.item-body {
    position: absolute;
    right: 0%;
    width: 100%;
    z-index: 2;
    background: #022009bf;
    padding: 2rem;
}
.scroll-slide{
  margin: 0rem 1.5rem;
}
@media screen and (min-width: 40em) {
  .item-body {
    position: absolute;
    right: 0%;
    top: 50%;
    width: 50%;
    transform: translate(-25%, -50%);
    z-index: 2;
    background: #022009bf;
    padding: 2rem;
    border: 1px double #fff;
    outline: 3px solid #669035;
    outline-offset: -15px;
  }
}

.tag {
  margin-right: 0.5rem;
}
.tag > a {
  display: block;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.25);
  color: #FFF;
  margin-bottom: 0.5rem;
}

#amenity-slider {
  position: relative;
  overflow: hidden;
  margin: 20px auto 0 auto;
  border-radius: 4px;
  height: auto;
}

#amenity-slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: auto;
  list-style: none;
}

#amenity-slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 500px;
  height: auto;
  background: #ccc;
  text-align: center;
  line-height: 300px;
}

button.control_prev, button.control_next {
  position: absolute;
  top: 40%;
  z-index: 999;
  display: block;
  padding: 4% 3%;
  width: auto;
  height: auto;
  background: #2a2a2a;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
}

button.control_prev:hover, button.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

button.control_prev {
  border-radius: 0 2px 2px 0;
}

button.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}

.slider_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
}