html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
    font-family: 'Lobster Two', cursive;
    font-family: 'Satisfy', sans-serif;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Playfair Display', serif;
    font-family: 'Yeseva One', cursive;
    font-family: 'Gilda Display', serif;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Great Vibes', serif;
    font-family: 'Kurale', serif;
    font-family: 'Bellefair', serif;
    font-family: "Cormorant Infant", serif;
    font-family: 'Barlow Condensed', sans-serif;
    font-family: 'Lato', sans-serif;
}

*{
    letter-spacing: 0px;
}
/*************NAVBAR**************/
.navbar {
    background-color: #0E1618;
    padding: 10px;
    box-shadow:none;
}
.navbar li a {
    border-bottom: 1px solid transparent;
    margin: 0px 20px;
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-family: 'Lato', sans-serif;
}

.navbar li a:hover{
   transition: 0.3s;
    scale: 1.2;
    color: #DFD389;
}

.navbar-toggler-icon{
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgb(199, 154, 119)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler{
    border-color: #DFD389;
}
.navbar-brand-flag{
    padding-left: 20px;
    padding-top: 12px;
}
.navbar li a.active {
    color:#DFD389!important;
}

.dropdown-menu{
    background-color: #DFD389;
    padding: 0px;
}
.dropdown-item:hover{
    background-color: #DFD389;
   
}

.carousel-3{
    background: url('/img/pexels-photo-5491000.jpg') rgba(20, 19, 19, 0.486) ;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 850px;
}
.carousel-2{
    background: url('../img/bg.jpg')  rgba(20, 19, 19, 0.486) ;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 850px;
}
.carousel-1{
    background: url('../img/ph1.jpg')  rgba(20, 19, 19, 0.527) ;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 850px;
}
.header-text{
  margin-bottom: 300px;
    display: flex;
    justify-content: center;
    font-family: 'Gilda Display', serif;
    color: white;
}

  .index-tittle{
    font-size: 50px;
  }
.big-text{
  font-family: 'Gilda Display', serif;
  font-size: 70px;
  color: white;
  width: 100%;
}


.pq-spinning-img img {
    animation-duration: 10s;
    animation-name: spin;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

/**********What we offer************/


.left-bot-bg {
    float: left;
    margin-left: 0;
    margin-top: 200px;
    z-index: -1;
    width: 100px;
}
.__area {
    font-family: 'Cairo', sans-serif;
    color: #7c7671;
    margin-top: 50px
  }
  
  .__card {
    max-width: 350px;
    margin: auto;
    cursor: pointer;
    position: relative;
    display: inline-block;
    color: unset;
  }
  .__card:hover {
    color: unset;
    text-decoration: none;
  }
  .__img {
    border-radius: 10px;
  }
  
 
  .__card_detail {
    box-shadow: 0 4px 15px rgba(175,77,0,0.13);
    padding: 20px;
    border-radius: 8px;
    margin: -30px 10px 0;
    position: relative;
    background-color: #fff; 
  }
  .__card_detail h4 {
    color: #474340;
    line-height: 100%;
    font-weight: bold;
  }
  .__card_detail p {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 0.4rem;
  }
  .__type span {
    background-color: #feefe3;
    padding: 5px 10px 7px;
    border-radius: 5px;
    display: inline-block;
    margin-right: 10px;
    font-size: 12px;
    color: #fc9d52;
    font-weight: bold;
    line-height: 100%;
  }
  .__detail {
    margin-top: 5px;
  }
  .__detail i {
    font-size: 21px;
    display: inline-block;
    vertical-align: middle;
  }
  .__detail i:nth-child(3) {
    margin-left: 15px;
  }
  .__detail span {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px;
  }

  /*****END OF WHAT WE OFFER*******/


/**************Why Choose Us*******************/

   /*facilities*/

   .facility-box{
    text-align: center;
    padding: 5%;
    position: relative;
    transition-duration: 0.4s;
    background-color: white;
    margin: 10px;
    transition: top ease 0.5s;
    transition-duration: 0.4s;
    top: 0;
  }
  .facility-box:hover{
    background-color:#B48E50;
    color: #ffffff;
    top: -20px;
    transition: top ease 0.5s;
    background: none;
  }
  .facility-box:hover .fac-paragraph{
    color: #ffffff!important;
  }
  .box{
  margin: 0!important;
  }
 

 
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }


/**********TESTIMONIALS**********/

#testimonials{
    background: url("../img/bg-2.jpg")rgba(0, 0, 0, 0.733);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
    padding: 50px 0;
    height: 500px;
    color: white;
  }

span.carousel-control-prev-icon, span.carousel-control-next-icon{
    color:rgb(255, 255, 255);
}
  


/***********About Section***********/

#about-us{
    background: url('../img/ph1.jpg')  rgba(20, 19, 19, 0.527) ;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 700px;
}

.room-img{
    width: 300px;
    height: 400px;
}

.hidden-room-content{
    display: none;
}
.room-box-1:hover .hidden-room-content{
    display: block;
}
.room-img,.room-content{
    transition-duration: 0.4s;
}
.room-box-1:hover .room-img{
    filter: brightness(40%)!important;
    transition-duration: 0.4s;
}
.room-box-1:hover .room-content{
    margin-top: -230px!important;
    width: 300px;
    transition-duration: 0.4s;
}
.fac-paragraph{
    width: 220px;
    font-size: 16px;
}


/************CONTACT SECTION************/

.box-3 {
    background-color: rgba(45, 41, 46, 0.151);
    margin: 20px 100px;
    padding: 30px 0px;
}

  /***********MENU SECTION**********/

  #menu-section{
    background: url('../img/bg.jpg')  rgba(20, 19, 19, 0.527) ;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 700px;
}


.page_title {
    padding: 30px 0px;
}
.page_title h1 {
    color: #C6AC83;
    font-weight: 700;
    line-height: 2;
    margin-bottom: 0;
    position: relative;
    text-transform: capitalize;
}
.page_title h1::before {
    background: #C6AC83;
    width: 70px;
    height: 2px;
    position: absolute;
    content: '';
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.page_title h1::after {
    position: absolute;
    content: '';
    background: #fbc531;
    width: 30px;
    height: 2px;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*Menu starts*/
.menu_tab {
    margin: 0 auto;
    justify-content: center;
}
.nav-item {
    display: inline-block;
    text-align: center;
    color: white;
}
.nav-tabs .nav-link{
    transition: .3s;
}
.nav-tabs .nav-link.active {
    background: #C6AC83;
    color: #fff;
    font-weight: 700;
    border: 1px solid #C6AC83;
    text-transform: capitalize;
}
.nav-link {
color: white;
}
.nav-tabs .nav-link:hover {
    background: #C6AC83;
    color: #fff;
    border: 1px solid #C6AC83;
}
.single_menu {
    position: relative;
    margin-bottom: 75px;
    transition: .3s;
}
.single_menu:hover img{
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 50%, 100% 100%, 0% 100%);
clip-path: polygon(0% 0%, 100% 0, 100% 50%, 100% 100%, 0% 100%);

}
.single_menu img {
    width: 25%;
    position: absolute;
    height: 100px;
    -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    transition: .3s;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.menu_content {
    padding-left: 200px;
}
.menu_content h4 {
    font-size: 25px;
    font-weight: 300;
    border-bottom: 1px dashed #C6AC83;
    line-height: 2;
    text-transform: capitalize;
}
.menu_content h4 span {
    font-size: 25px;
    font-weight: 800;
    float: right;
    font-style: italic;
    color: #C6AC83;
}
.menu_content p {
    font-weight: 200;
    font-size: 16px;
    letter-spacing: 1px;
}
.menu_btn.btn.btn-danger {
    margin: 0 auto;
    display: block;
    width: 140px;
}
/*Menu ends*/
.menu_btn.btn.btn-danger {
	margin: 0 auto;
	display: block;
	width: 140px;
}
.btn.btn-danger {
	background: #C6AC83;
	border: 1px solid #C6AC83;
	transition: .3s;
	position: relative;
	z-index: 1;
	text-transform: capitalize;
	font-weight: 700;
	overflow: hidden;
	padding: 15px 25px;
}
.btn.btn-danger::before {
	position: absolute;
	content: '';
	background:  #000000;
	width: 100%;
	height: 100%;
	left: -100%;
	top: 100%;
	transition: .3s;
	z-index: -1;
}
.btn.btn-danger:hover:before{
    top: 0;
    left: 0;
}



.button-two-line {
    position: relative;
    width: max-content;
    height: 50px;
    padding: 0 33px 0 32px;
    border: 1px solid #c6ac83;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: #FFF;
    font-family: 'CerebriSans';
    font-size: 13px;
    line-height: 25px;
    font-weight: 500;
    letter-spacing: 2px;
    background-size: 300%;
    background-image: linear-gradient(340deg, #e6c9a2 50%, #fff0 50%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.button-two-line:hover {
    background-position: 98%;
    color: #fdfdfd;
}

.button-two-line::before {
    position: absolute;
    content: '';
    right: -9px;
    bottom: -10px;
    width: 100%;
    height: 1px;
    background-color: #c6ac83;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition   : all 0.3s ease-in-out;
    -ms-transition    : all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out;
}

.button-two-line::after {
    position: absolute;
    content: '';
    right: -9px;
    bottom: -9px;
    width: 1px;
    height: 100%;
    background-color: #c6ac83;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition   : all 0.3s ease-in-out;
    -ms-transition    : all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out;
}

.button-two-line:hover::before,
.button-two-line:hover::after {
    right: 0px;
    bottom: 0px;
    opacity: 0;
}


@media(max-width: 486px){
    .about-img{
        margin-top: -170px!important;
        justify-content: center !important;
    }
    .pq-spinning-img{
        padding-left: 20px !important;
    }
     .button-two-line{
    margin-top: 20px !important;
    }
    .fac-paragraph{
    width: 290px !important;
     }
     .menu_content h4, .menu_content h4 span{
        font-size: 18px;
     }
     .menu_content {
        padding-left: 164px !important;
    }
    .about-tittle{
        margin-top: 70% !important;
    }
    .box-3{
        margin: 20px 35px !important;
    }
    .map{
        width: 350px !important;
    }
    .contact-sq{
        font-size: 45px !important;
    }
    .room-box-1{
        margin: 30px !important;
      
    }
    .kolon{
        margin-top: 50px !important;
    }
    }

