/*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*/

h1,h2,h3,h4,h5,h6{
    font-family: 'Eb Garamond';
}

p{
    font-family: 'Roboto';
    font-weight: 400;
    color: #e4e4e4c4;
}

.navbar{
    background-color: #0e1317!important;
    box-shadow: none!important;
    position: relative!important;
    z-index: 10!important;
    
    padding: 1em 0em;
}
.carousel-1{
    background: url('../img/head-1.jpg')rgba(0, 0, 0, 0.4);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 80vh;
    display: flex;
    align-items: center;
   
}


.carousel-2{
    background: url('../img/head-2.jpg')rgba(0, 0, 0, 0.4);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 80vh;
    display: flex;
    align-items: center;
   
}

.carousel-3{
    background: url('../img/loby.jpg')rgba(0, 0, 0, 0.4);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 80vh;
    display: flex;
    align-items: center;
   
}

.carousel-caption{
    bottom: 35%;
    text-transform: uppercase;
    font-weight: 600;
}

.top-bar{
    background-color: #0e1317;
    color: white;
}

.navbar li a{
    color: white;
    font-family: 'Cormorant';
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
}

.navbar li a:hover{
    color: white;
}

.navbar li{
    margin: 0em 0.4em;
}

.navbar li a.active{
    color: white!important;
    border-bottom: 1px solid #c6ac83;
}

.link-btn{
    background-color: #d39364;
    
    font-family: 'Roboto';
    text-transform: capitalize;
    font-size: 18px;
    color: white;
}

.sec-btn {
    padding: 8px 30px;
    border: 1px solid #c6ac83;
    border-radius: 0px;
    color: white;
    z-index: 1;
    background: transparent;
    position: relative;
    font-weight:500;
    font-size: 15px;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
    box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
    transition: all 250ms;
    overflow: hidden;
    font-family: 'Poppins';
    
   }
   
   .sec-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 0px;
    background-color: #c6ac83;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
    box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
    transition: all 250ms
   }
   
   .sec-btn:hover {
    color: black;
   }
   
 

   .sec-btn:hover::before {
    width: 100%;
   }

   #home-about{
    background: url('../img/layers.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #0e1317;
   }

   .d-d-room{
    background: url('../img/deluxe-d-room.jpg')rgba(0, 0, 0, 0.2);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 60vh;
    background-blend-mode: multiply;
   }

   .d-t-room{
    background: url('../img/deluxe-triple-room.jpg')rgba(0, 0, 0, 0.2);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 60vh;
    background-blend-mode: multiply;
   }

   .e-t-room{
    background: url('../img/e-t-room.jpg')rgba(0, 0, 0, 0.2);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 60vh;
    background-blend-mode: multiply;
   }

   .room-desc{
    padding: 4em;
   }

  

   .zoom-wrapper{
    overflow: hidden!important;
    border-radius: 50%;
    
   }


   .zoom-img{
    transition: transform .5s ease;
    
   }

   .zoom-img:hover{
    transform: scale(1.2);
    opacity: 0.9;
    transition: transform .5s ease;

   }

   .pre-footer{
     background: url('../img/loby.jpg')rgba(0, 0, 0, 0.4);
     background-position: center;
     background-size: cover;
     background-repeat: no-repeat;
     background-blend-mode: multiply;
     height: auto;
     padding: 8em 0em;
    display: flex;
    align-items: center;
   }

   .pre-box{
    background: white;
    padding: 2em;
    color: black;
   }

   .pre-box p{
    color: black;
   }


   
footer{
    background: #0e1317;
    padding-top: 60px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }
  a.footer-link{
    color: white;
    font-family: 'Jost', sans-serif;
    font-weight: 300;
  }
  .footer-link:hover{
    color:  #A9D1DB;
  }
  .payment{
    display: flex;
  }
  
  .socials{
    display: flex;
    color: white;
  }
  .footer-links{
    display: flex;
    font-family: 'Jost', sans-serif;
    font-size: 18px;
  }


  .rooms-head{
    background: url('../img/deluxe-1.jpg')rgba(0, 0, 0, 0.4);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 50vh;
    display: flex;
    align-items: center;
    
  }

  .gallery-head{
    background: url('../img/gallery-7.jpg')rgba(0, 0, 0, 0.4);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 50vh;
    display: flex;
    align-items: center;
    
  }

  .about-head{
    background: url('../img/loby.jpg')rgba(0, 0, 0, 0.4);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 50vh;
    display: flex;
    align-items: center;
  }

  .contact-head{
    background: url('../img/gallery-4.jpg')rgba(0, 0, 0, 0.4);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 50vh;
    display: flex;
    align-items: center;
  }

  .dropdown-item{
    color: black!important;
  }

   .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.95)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }

  @media only screen and (max-width: 900px) {
    .top-bar {
      display: none!important;
    }
    .ab-img-mid{
        margin: 2em 0em;
    }
    .div-change-pos{
        text-align: center!important;
        padding: 3em 0em;
    }
    .pre-box{
        margin: 3em 0.2em;
    }
  }