@import url(//cdn.rawgit.com/rtaibah/dubai-font-cdn/master/dubai-font.css);
* {
    margin: 0;
    padding: 0;
  }
  a{
    text-decoration: none;
}

  html,
  body {
      width: 100%;
      height: 100%;
      margin: 0px;
      padding: 0px;
      overflow-x: hidden;
  }
  .navbar {
    -webkit-box-shadow: 0 0.5rem 0.375rem -0.375rem rgb(0 0 0 / 40%);
    box-shadow: 0 0.5rem 0.375rem -0.375rem rgb(0 0 0 / 40%);
    -webkit-transition: background 0s ease-in-out 0s, margin-top 0s ease-in-out 0s, opacity 0s ease-in-out 0s;
    transition: background 0s ease-in-out 0s, margin-top 0s ease-in-out 0s, opacity 0s ease-in-out 0s;
    overflow-x: hidden;
    background-color: #091921;
}
.navbar-nav a {
    margin-left: 10px;
    font-size: 22px;
    font-weight: 500;
    color: rgb(117, 113, 113);
}

.nav-link img {
    width: 25px;
    height: 15px;
}



.navbar-nav a {
    text-decoration: none;
    padding: 10px;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.534);
    border-bottom: 1px solid transparent;
}

.navbar-nav a:hover {
    color:#B18F62;
    border-bottom: 1px solid #B18F62;
}

.navbar-nav a.active {
    border-bottom: 1px solid #B18F62;
    color:#B18F62 !important;
}
.btn1 a{
    text-decoration: none;
    color: #B18F62 !important;
}
.btn1:hover a {
    color: white!important;
    transition: all 0.5s;
}
.btn1 {
    background-color: transparent;
    font-size: 16px;
    /* letter-spacing: 2px; */
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    padding: 8px 15px;
    border: 3px solid #B18F62;
    border-radius: 1px;
    position: relative;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
    color: #B18F62;
    text-decoration: none;
    transition: 0.3s ease all;
    z-index: 1;
  }
  
  .btn1:before {
    transition: 0.5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: '';
    background-color: #B18F62;
    z-index: -1;
  }
  
  .btn1:hover, .btn1:focus {
    color: white;
  }
  
  .btn1:hover:before, .btn1:focus:before {
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
  }
  
  .btn1:active {
    transform: scale(0.9);
  }



  .btn2 a {
    color: white !important;
}
.btn2{
    background-color: #B18F62;
    font-size: 16px;
    /* letter-spacing: 2px; */
    /* text-transform: uppercase; */
    display: inline-block;
    text-align: center;
    font-weight: bold;
    padding: 8px 15px;
    border: 1px solid #B18F62;
    position: relative;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    text-decoration: none;
    transition: 0.3s ease all;
    z-index: 1;
}
.btn2:hover {
    transform: scale(1.05) translate(0, -0.15rem);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.35);
  }
  
  .btn2:active {
    transform: scale(1) translate(0, 0.15rem);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .footer_wrapper {
    background-color:#091921 !important;
     background-position: center 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../img/footer_bottom_img.png') !important ;
}

.footer_wrapper h5 {
    color:white;
    margin-bottom: 1.25rem;
}

.footer_wrapper ul li {
    margin-bottom: .5rem;
    list-style: none;
}

.footer_wrapper .contact-info li a{
    color:white
}

.footer_wrapper .link-widget li a,
.footer_wrapper p {
    color: white;
    font-size: 14px;
    padding-left:1.5rem;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.footer_wrapper .link-widget li a::before {
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0.3rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    
}

.footer_wrapper .link-widget li a:hover {
    margin-left: .625rem;
    color:#CDA45E;
}

.footer_wrapper .social-network a {
    width: 2.1rem;
    height: 2.1rem;
    margin: .6rem;
    line-height:2rem;
    font-size: .875rem;
    display: inline-block;
    border: .125rem solid var(--text-gray);
    color: var(--text-gray);
    text-align: center;
    border-radius: 100%;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.footer_wrapper .social-network a:hover {
    background-color: var(--secondary-text);
    border-color: var(--secondary-text);
    color: var(--text-white);
    box-shadow: 0 .625rem .9375rem 0 rgb(0 0 0 / 10%);
    transform: translateY(-0.1875rem);
}

.footer_wrapper .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: var(--secondary-color);
}

.footer_wrapper .copyright-section {
    background-color:  #dddddd;
    padding: 1.25rem 0 .3125rem;
    text-align: center;
}


.footer_wrapper .copyright-section a {
    color: var(--secondary-text);
}


 .Head-home {
    height: 80vh;
    position: relative;
    width: 100%;
    box-shadow: 0 3px 10px rgba(0,0,0,0.3);
  }
  .Head-home .slider{
height: 100%;
width: 100% !important;
  }
  .Head-home  .item {
    width: 200px;
    height: 300px;
    list-style-type: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background-position: center 60%;
    background-size: cover;
    border-radius: 20px;
    box-shadow: 0 20px 30px rgba(255,255,255,0.3) inset;
    transition: transform 0.1s, left 0.75s, top 0.75s, width 0.75s, height 0.75s;
  
    &:nth-child(1), &:nth-child(2) {
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      transform: none;
      border-radius: 0;
      box-shadow: none;
      opacity: 1;
    }
  
    &:nth-child(3) { left: 60%; }
    &:nth-child(4) { left: calc(60% + 220px); }
    &:nth-child(5) { left: calc(60% + 440px);opacity: 0; }
  }
  
   .content {
    width: min(30vw,400px);
    position: absolute;
    top: 50%;
    left: 3rem;
    transform: translateY(-50%);
    font: 400 0.85rem helvetica,sans-serif;
    color: white;
    text-shadow: 0 3px 8px rgba(0,0,0,0.5);
    opacity: 0;
    display: none;
  
    & .title {
      font-family: 'arial-black';
      text-transform: uppercase;
      font-size:100px !important;
    }
  
    & .description {
      line-height: 1.7;
      margin: 1rem 0 1.5rem;
      font-size: 25px;
    }
  
    & button {
      width: fit-content;
      background-color: rgba(0,0,0,0.1);
      color: white;
      border: 2px solid white;
      border-radius: 0.25rem;
      padding: 0.75rem;
      cursor: pointer;
    }
  }
  
   .item:nth-of-type(2) .content {
    display: block;
    animation: show 0.75s ease-in-out 0.3s forwards;
  }
  
  @keyframes show {
    0% {
      filter: blur(5px);
      transform: translateY(calc(-50% + 75px));
    }
    100% {
      opacity: 1;
      filter: blur(0);
    }
  }
  
   .nav {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    user-select: none;
  
    & .btn {
      background-color: rgba(255,255,255,0.5);
      color: rgba(0,0,0,0.7);
      border: 2px solid rgba(0,0,0,0.6);
      margin: 0 0.25rem;
      padding: 0.75rem;
      border-radius: 50%;
      cursor: pointer;
  
      &:hover {
        background-color: rgba(255,255,255,0.3);
      }
    }
  }
  
  @media (width > 650px) and (width < 900px) {
 .content {
      & .title        { font-size: 1rem; }
      & .description  { font-size: 0.7rem; }
      & button        { font-size: 0.7rem; }
    }
     .item {
      width: 160px;
      height: 270px;
  
      &:nth-child(3) { left: 60%; }
      &:nth-child(4) { left: calc(60% + 170px); }
      &:nth-child(5) { left: calc(60% + 340px);opacity: 0; }
    }
  }
  
  @media (width < 650px) {
      .content {
      & .title        { font-size: 0.9rem; }
      & .description  { font-size: 0.65rem; }
      & button        { font-size: 0.7rem; }
    }
    .slider{
        width: 100%;
    }
     .item {
      width: 100px;
      height: 200px;
  
      &:nth-child(3) { left: 50%; }
      &:nth-child(4) { left: calc(60% + 140px); }
      &:nth-child(5) { left: calc(60% + 280px); opacity: 0; }
    }
  }
  @media (width < 520px) {
    .content {
    & .title        { font-size: 0.9rem; }
    & .description  { font-size: 0.65rem; }
    & button        { font-size: 0.7rem; }
  }
   .item {
    width: 30px ;
    height: 70px ;

    &:nth-child(3) { left:10%; }
    &:nth-child(4) { left: calc(10% + 140px); opacity: 0; }
    &:nth-child(5) { left: calc(10% + 280px);opacity: 0;  }
  }
}
@media (width < 431px) {
  .content {
  & .title        { font-size: 0.9rem; }
  & .description  { font-size: 0.65rem; }
  & button        { font-size: 0.7rem; }
}
 .item {
  width: 30px ;
  height: 70px ;

  &:nth-child(3) { left:10%; opacity: 0; }
  &:nth-child(4) { left: calc(10% + 140px); opacity: 0; }
  &:nth-child(5) { left: calc(10% + 280px);opacity: 0;  }
}
}


.room-container {
    position: relative;
    overflow: hidden;
}
.room-image {
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.158);
    z-index: 1;
}
.initial-text {
    position: absolute;
    top: 85%;
    left: 30%;
    transform: translate(-50%, -50%);
    color: white;
    display: flex;
    z-index: 2;
    font-weight: 700;
    text-align: left;
    font-size: 25px;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    text-shadow: 3px 3px 4px #1e1e1fb0;
}
.overlay {
    position: absolute;
    bottom: 0;
    left: -20%;
    width: 100%;
    height: 20%;
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    z-index: 3;
}
.room-text {
    color: white;
}
.room-container:hover .overlay {
    opacity: 1;
    transform: translateY(-30%);
    transition: all 0.3s;
}
.room-container:hover .initial-text{
    top: 65%;
    transition: 0.3s;
    
}
.room-container:hover .dark-overlay{
    backface-visibility: hidden;
    transition: all 0.3s ease;
    background: transparent;
    background: -webkit-linear-gradient(top, transparent, #000000d3);
    background: linear-gradient(to bottom, transparent, #000000c5);
}

.Slogan{
    background: url('../img/double-room1-1.jpeg') rgba(0, 0, 0, 0.466);
    background-position: center 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;
    padding: 150px 0 !important;
}


.facilities{
    padding-top: 100px;
    padding-bottom: 100px;
    justify-content: center;
    text-align: center;
    align-items: center;
  
  }
  .facilities h2{
    color: white;
    font-size: 18px ;
    font-weight: 300px !important;
    margin-top: 10px;
    font-family: Cinzel;
    text-transform: uppercase;
  }
  .facility-box{
  position: relative;
  
    left: 38%;
    border: 1px solid #B18F62;
   
    padding: 20px;
    background: rgba(44, 52, 64, 0);
  height: 100px;
  width: 100px;
  transition: 0.35s ease-in-out;
  }
  .facility-box .icon1{
    display: none;
  }
  .facility-box1 .icon2{
    display: none;
  }
  .facility-box:hover .icon1{
    display: inline-block;
  }
  .facility-box1:hover .icon2{
    display: inline-block;
  }
  .facility-box:hover .icon2{
    display: none;
  }
  .facility-box1:hover .icon1{
    display: none;
  }
  .facility-box:hover{
    background: #B18F62;
    transition: 0.35s ease-in-out;
  }
  .facility-box1{
    position: relative;
      left: 38%;
      border: 1px solid #B18F62;
     
      padding: 20px;
      background: #B18F62;
    height: 100px;
    width: 100px;
    transition: 0.35s ease-in-out;
    }
    .facility-box1:hover{
      background: transparent;
      transition: 0.35s ease-in-out;
    }

    .review-boxes{
      background-color: #091921;
      color:#8d8d8d;
      padding: 0 25px;
      padding-top: 60px;
      transition-duration: 0.5s;
      height: 400px;
  
  }
  
  .review-boxes:hover{
      background-color: #ffffff;
      color: #000;
      transition-duration: 0.5s;
      box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  }
  .review-boxes:hover p{
      color: #000000ef;
      transition-duration: 0.5s;
     
  }
  .Testimonials .row h2{
      font-family: var(--tertiary-font);
      font-size: 28px !important;
      font-weight: 300 !important;
  }
  .Testimonials .row h6{
      color:#6e6e6e;
  }

  .title-head{
    padding: 150px 0px !important;
    margin: 0 !important;
    color: white;
    font-size:70px;
    font-style: italic;
    font-weight: 300 !important;
    font-family: Cinzel;
  }

  .Contact-head{
    background: url('../img/twin-room1-1.jpeg')rgba(0, 0, 0, 0.425);
    background-position: center 70%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;
}

.contact-box {
  border: 1px solid rgba(41, 40, 40, 0.24);
  margin: 5%;
  padding: 2%;
  color: rgba(41, 40, 40, 0.836);
  box-shadow: 10px 10px #091921;
  transition: 0.5s;
}
.contact-box:hover{
  transition: 0.5s;
  box-shadow: none;
}
.contact-box h2{
  color: rgb(41, 40, 40) !important;
  font-size: 20px !important;
  margin-bottom: 10px;
}
.contact-box i{
  font-size: 40px;
  color: #091921;
}
.About-head{
  background: url('../img/one-1.jpg')rgba(0, 0, 0, 0.425);
  background-position: center 60%;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-attachment: fixed;
}
.Gallery-head{
  background: url('../img/twin-room1-4.jpeg')rgba(0, 0, 0, 0.425);
  background-position: center 60%;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-attachment: fixed;
}
.Rooms-head{
  background: url('../img/one-1.jfif')rgba(0, 0, 0, 0.425);
  background-position: center 80%;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-attachment: fixed;
}
.navbar-toggler {
  background-color: #1e4c63;
}


/* animation */
.fadeinleft {
  opacity:0;
  transform: translateX(200px);
  transition: all 1.3s ease-out;
}
.fadeinright{
  opacity: 0;
  transform: translateX(-200px);
  transition: all 0.8s ease-out;
}
.fadeindown{
  opacity: 0;
  transform: translateY(-100px);
  transition: all 1.2s ease-out;
}
.fadeinup{
  opacity: 0;
  transform: translateY(100px);
  transition: all 1.2s ease-out;
}
.fade-in{
  opacity:0;
  transition: all 1.3s ease-in;
}
.active-left,.active,.active-right,.active-down,.active-up{
  opacity:1;
  transform: translateX(0);
  transform: translateY(0);
}
.fadein{
opacity: 0;
}

@media screen and (max-width: 991px) {
  .content {
    width: min(30vw,400px);
    position: absolute;
    top: 50%;
    left: 3rem;
    transform: translateY(-50%);
    font: 400 0.85rem helvetica,sans-serif;
    color: white;
    text-shadow: 0 3px 8px rgba(0,0,0,0.5);
    opacity: 0;
    display: none;
  
    & .title {
      font-family: 'arial-black';
      text-transform: uppercase;
      font-size:80px !important;
    }
  
  }
  .review-boxes{
    background-color: #091921;
    color:#8d8d8d;
    padding: 10px 25px;
    padding-top: 60px;
    transition-duration: 0.5s;
    height: auto;

}
}
@media screen and (max-width: 800px) {
  .content {
    width: min(30vw,400px);
    position: absolute;
    top: 50%;
    left: 3rem;
    transform: translateY(-50%);
    font: 400 0.85rem helvetica,sans-serif;
    color: white;
    text-shadow: 0 3px 8px rgba(0,0,0,0.5);
    opacity: 0;
    display: none;
  
    & .title {
      font-family: 'arial-black';
      text-transform: uppercase;
      font-size:40px !important;
    }
  
  }
  .facility-box{
    position: relative;
    margin: auto !important;
      left: 0%;
      border: 1px solid #B18F62;
     
      padding: 20px;
      background: rgba(44, 52, 64, 0);
    height: 100px;
    width: 100px;
    transition: 0.35s ease-in-out;
    }
    .facility-box1{
      position: relative;
      margin: auto !important;
      left: 0;
      border: 1px solid #B18F62;
     
      padding: 20px;
      background: #B18F62;
    height: 100px;
    width: 100px;
    transition: 0.35s ease-in-out;
      }
      .Testimonials .review-boxes{
        margin-bottom: 20px !important;
      }
}
@media screen and (max-width: 430px){
  .content {
    width: min(50vw,400px);
    position: absolute;
    top:60%;
    left: 2rem;
    transform: translateY(-50%);
    font: 400 0.85rem helvetica,sans-serif;
    color: white;
    text-shadow: 0 3px 8px rgba(0,0,0,0.5);
    opacity: 0;
    display: none;
  
    & .title {
      font-family: 'arial-black';
      text-transform: uppercase;
      font-size:50px !important;
    }
  
    & .description {
      line-height: 1.1;
      font-size: 25px;
    }
  
    & button {
      width: fit-content;
      background-color: rgba(0,0,0,0.1);
      color: white;
      border: 2px solid white;
      border-radius: 0.25rem;
      font-size: 17px;
      padding: 0.75rem;
      cursor: pointer;
    }
  }



  .Slogan{
    background: url('../img/double-room1-1.jpeg') rgba(0, 0, 0, 0.466);
    background-position: center 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: none;
    padding: 150px 0 !important;
}
.Contact-head{
  background: url('../img/twin-room1-1.jpeg')rgba(0, 0, 0, 0.425);
  background-position: center 70%;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-attachment: none;
}

.About-head{
background: url('../img/one-1.jpg')rgba(0, 0, 0, 0.425);
background-position: center 60%;
background-repeat: no-repeat;
background-size: cover;
background-blend-mode: multiply;
background-attachment: none;
}
.Gallery-head{
background: url('../img/twin-room1-4.jpeg')rgba(0, 0, 0, 0.425);
background-position: center 60%;
background-repeat: no-repeat;
background-size: cover;
background-blend-mode: multiply;
background-attachment: none;
}
.Rooms-head{
background: url('../img/one-1.jfif')rgba(0, 0, 0, 0.425);
background-position: center 80%;
background-repeat: no-repeat;
background-size: cover;
background-blend-mode: multiply;
background-attachment: none;
}
}

