/*Animations*/
.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;
}

.fade-in{
    opacity:0;
    transition: all 1.3s ease-in;
}

.active-left,.active,.active-right,.active-down{
    opacity:1;
    transform: translateX(0);
    transform: translateY(0);
}



.fadein{
opacity: 0;
}   


/* End Animations*/

html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}

.navbar{
    background-color: rgb(26, 26, 26)!important;
    color: white;
    
}

.navbar li{
    margin: 0px 10px;
}

.navbar li a{
    color: white;
    font-family: 'Eb Garamond';
    font-weight:400;
    text-transform: uppercase;
}

.navbar li a:hover{
    color: #af9556;
}

.navbar li a.active{

    color: white!important;
}


.book-btn{
    background-color: #af9556;
    color: white;
    font-family: 'Poppins';
    padding: 15px 35px;
}

.book-btn:hover{
    background-color: white;
    color: #af9556;
}

@keyframes rotation {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(-359deg);
    }
  }

  @keyframes rotationreverse {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(359deg);
    }
  }

  .rotate-reverse{
    animation: rotationreverse 15s infinite linear;
  }

.rotate {
    animation: rotation 15s infinite linear;
  }

  h1,h2,h3,h4,h5,h6{
    font-family: 'Eb Garamond';
    text-transform: uppercase;
  }

  p{
    font-family: 'Poppins';
  }

  .carousel-1{
    background: url('../img/main-1.jpg')rgba(0, 0, 0, 0.4);
    height:70vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
  }

  .carousel-2{
    background: url('../img/main-2.jpg')rgba(0, 0, 0, 0.4);
    height:70vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;

  }

  .carousel-3{
    background: url('../img/main-3.jpg')rgba(0, 0, 0, 0.4);
    height:70vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;

  }

  .container-fluid{
    width: 90%;
  }

  .triple-room{
    background: url('../img/luxury-triple-room.jpg')rgba(0, 0, 0, 0.1);
    background-size: cover;
    background-position: center;
  }
  .king-room{
    background: url('../img/deluxe-king-room.jpg')rgba(0, 0, 0, 0.1);
    background-size: cover;
    background-position: center;
  }

  .room-box{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 55vh;
    display: flex;
    align-items: end;
  }

  .room-desc{
    color: white;
    width: 55%;
    padding: 15px 25px;
    background-color:rgb(22, 22, 22) ;
    margin: 10px;
    margin-bottom: -20vh;
  }

  .room-box:hover .room-desc{
    transform: translateY(-21vh);
    transition-duration: 0.4s;
  } 

  .fac-number{
	border-left: 1px solid #c4a6764f;
	border-bottom: 1px solid #c4a6764f;
	border-radius: 0px 10px 0px 10px;
	width:60px;
	padding: 5px 15px;
}

.fac-box{
	border: 1px solid #c4a6764f;
	border-radius:10px;
	transition-duration: 0.3s;
}

.fac-box:hover{
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	transition-duration: 0.3s;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }
  

@media only screen and (max-width: 600px) {
    .rotate {
     display: none;
    }
    .about-1{
        margin: 15px 0px;
    }
    .about-2{
        margin: 15px 0px;
    }
  }

  #rooms-head{
    background: url('../img/room-head.jpg')rgba(0, 0, 0, 0.5);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 45vh;
    display: flex;
    align-items: center;
    background-blend-mode: multiply;
  }


  .rooms-box{
	border-radius: 15px;
	border: 1px solid rgb(223, 223, 223);
    
  }

  .rooms-box:hover{
	box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
	transition-duration: 0.4s;
  }

  .rooms-img{
	border-radius: 15px 15px 0px 0px;
  }

  .rooms-btn:hover{
	background-color: #c4a676!important;
	color: white!important;
  }

  .tr-room{
	background: url('../img/luxury-triple-room.jpg')rgba(0,0,0,0.4);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 30vh;
	display: flex;
	align-items: start;
    
  }

  .kings-room{
    background: url('../img/deluxe-king-room.jpg')rgba(0,0,0,0.4);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 30vh;
	display: flex;
	align-items: start;
  }

  .book-icon{
	background-color: white;
	width: fit-content;
	padding: 10px;
	border-radius: 50%;
	border: 5px solid rgba(136, 136, 136, 0.267);
	transition-duration: 0.2s;

  }

  .book-icon:hover{
	background-color: #272535;
	
	transition-duration: 0.2s;
  }

  .book-icon:hover i{
	color: white!important;
	transition-duration: 0.2s;

  }

  #gallery-head{
    background: url('../img/beke-4.jpg')rgba(0, 0, 0, 0.5);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 45vh;
    display: flex;
    align-items: center;
    background-blend-mode: multiply;
  }

  #about-head{
    background: url('../img/beke-9.jpg')rgba(0, 0, 0, 0.5);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 45vh;
    display: flex;
    align-items: center;
    background-blend-mode: multiply;
  }

  #contact-head{
    background: url('../img/beke-16.jpg')rgba(0, 0, 0, 0.5);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 45vh;
    display: flex;
    align-items: center;
    background-blend-mode: multiply;
  }


  
  #offers{
    margin: 120px 0;
    padding: 120px 0;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 16%, rgba(245,243,236,1) 16%);
}
