/*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%;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Jost", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 450 !important;
  font-style: normal;
}
h1 span {
  font-family: serif;
  color: rgba(235, 194, 11, 0.913);
}

p {
  font-family: "Pathway Extreme", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 18px;
}
a {
  text-decoration: none;
}
.carousel-image-1 {
  background: url("../img/5.jpg") rgba(0, 0, 0, 0.6);
  background-size: cover;
  background-blend-mode: multiply;
  background-position: center;
  background-repeat: no-repeat;
  height: 80vh;
}
.carousel-image-2 {
  background: url("../img/1.jpg") rgba(0, 0, 0, 0.6);
  background-size: cover;
  background-blend-mode: multiply;
  background-position: center;
  background-repeat: no-repeat;
  height: 80vh;
}

.navbar-toggler-icon {
  background-color: rgba(214, 189, 146, 0.421);
}

.navbar {
  background-color: #000000 !important;
  color: white;
  position: fixed;
}

.navbar li a {
  color: rgb(254, 248, 229);
  font-size: 18px;
  padding: 10px 20px !important;
  font-weight: 500;
}
.navbar li a.active {
  background-color: #80808061;
  border-radius: 20px;
  margin: 0px;
  color: #fff !important;
}
.navbar li a:hover {
  color: #fff;
  background-color: #80808061;
  border-radius: 20px;
}

.navbar-nav {
  border: 1px solid rgb(252, 254, 255);
  border-radius: 25px;
  padding: 5px;
}

.dropdown {
  font-weight: 500;
  font-size: 18px;
}

.reservebtn {
  border-radius: 40%;
  padding: 15px 30px;
  background-color: rgb(73, 42, 2);
  color: rgb(255, 255, 255);
  font-size: 15px;
}
.reservebtn:hover {
  background-color: #333;
  color: white;
  transform: scale(0.9);
  transition: all 500ms ease;
}

.carousel-caption {
  bottom: 35%;
}

.about {
  color: black !important;
  margin-top: 50px;
}
.about h5 {
  padding-bottom: 30px;
  font-weight: 500;
}
.info {
  padding-left: 20px;
}
.info p {
  color: rgb(41, 40, 40) !important;

  margin-bottom: 20px;

  font-size: 22px;
  font-weight: 470 !important;
}

.col-md-3 h5 {
  margin-left: 24px;
  margin-top: 20px;
  margin-bottom: 0px;
  color: black !important;
}
.col-md-3 p {
  font-size: 15px !important;
  margin-top: 0px;
  padding: 0px;
  padding-left: 25px;
}

.col-md-4 {
  position: relative;
}


.bookbtn {
  background-color: rgb(235, 190, 132);
  color: black;
  font-size: 14px;
  display: block;
  border-radius: 100% !important;
  text-align: left;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  margin-right: 80px;
  margin-bottom: 50px;
  padding: 60px 35px 60px 35px;
}
.bookbtn:hover {
  background-color: #333;
  color: white;
  transform: scale(0.9);
  transition: all 500ms ease;
}

.whytext {
  margin-top: -760px !important;
  color: black;
  width: 700px;
  margin-left: 900px !important;
}
.whyimg2 {
  width: 60%;
  height: 50%!important;
  margin-top: -15em;
  border: 15px solid white;
}

.list-group-item {
  border: none;
  color: black;
}
.display-7 {
  color: black;
  font-size: 25px;
  font-weight: 500;
}
.custom-list {
  list-style: none;
  padding-left: 0;
}
.custom-list li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
  font-family: sans-serif;
  font-size: 18px;
}
.custom-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 16px;
  height: 16px;
  background: radial-gradient(
    circle,
    rgb(114, 90, 90) 15%,
    rgba(255, 126, 126, 0.173) 70%
  );
  border-radius: 50%;
  background-color: rgb(164, 162, 162);
  padding: 20px;
  margin-right: 100px !important;
}

#amneties {
  background-color: rgba(255, 250, 240, 0.871);
}

#amneties .fa-solid {
  background-color: rgba(151, 148, 148, 0.154);
  padding: 20px;
  border-radius: 50%;
  font-size: 30px;
  color: rgb(109, 107, 107);
}

#amneties .card {
  background-color: transparent;
  border: 1px solid rgba(5, 4, 4, 0.265);
}

#amneties .card:hover {
  background-color: rgba(228, 218, 205, 0.579);
}

#amneties .card:hover .fa-solid {
  background-color: black;
  color: white;
}

#amneties .card-text {
  color: black !important;
  font-size: 23px !important;
  font-weight: 550;
  padding: 20px;
  padding-top: 40px;
}

.card {
  padding: auto;
  color: black;
  margin-bottom: 50px;
}
.card h3 {
  padding-bottom: 10px;
}
.card p {
  padding-top: 10px;
  font-size: 15px;
}

.card span i {
  padding: 5px;
}
.fa-solid {
  padding-bottom: 17px;
}
.card .btn {
  display: flex;
}
.btn-light {
  margin-top: -24em;
  margin-bottom: 24em;
  position: relative;
  margin-right: 280px;
  z-index: 10;
}

.container-fluid {
  padding-top: 70px;
  max-width: 1440px !important;
  max-height: 1440px;
}

.blogtext {
  color: black;
  padding-left: 50px;
}

.footer {
  padding-bottom: 30px;
  background-color: #000000;
}

.emailbtn {
  background-color: rgba(77, 77, 77, 0.365);
  color: white;
  font-weight: 100;
  font-size: 14px;
}
.subscribebtn {
  font-weight: 100 !important;
  text-align: center;
  padding-bottom: 0px;
}
.fa-envelope-open-text {
  padding-bottom: 0%;
  padding-right: 5px;
}

.footer-text {
  color: white;
}

.footersect1 .col-md-4 p {
  padding-top: 30px;
}

.footer hr {
  color: white;
  border: 1px solid white;
}
.hotellogo {
  height: 70px;
  width: 200px;
}

.testimonials-section {
  background-color: #000000;
  padding: 5em 0em;
}

.testimonial-box {
  background-color: #202b34;
  padding: 1em;
  color: white;
}

.testimony p {
  font-size: 15px;
}
.author p {
  font-size: 16px;
}

.dropdown-item {
  background-color: #202b34;
}
.dropdown-item:hover {
  background-color: #202b34 !important;
  color: rgb(235, 190, 132);
  transform: scale(0.9);
  transition: all 500ms ease;
}

@media (max-width: 1024px) {

 
  .footer {
    height: auto;
  }

  .footer hr {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .hotellogo {
    height: 60px;
    width: 180px;
  }
}
@media (max-width: 768px) {
  

  .carousel-caption {
    bottom: 45%;
  }
  .container-fluid {
    padding-top: 20px;
    max-width: 100%;
  }


  .footer {
    margin-top: 0px;
    height: auto;
    padding-bottom: 20px;
  }

  .footer-logo {
    margin-left: 0;
  }

  .footer-mini-cols p {
    font-size: 14px;
  }

  .footer-mini-cols h4 {
    font-size: 16px;
    padding-bottom: 20px;
  }

  .footer hr {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .hotellogo {
    height: 50px;
    width: 150px;
  }
  #booknow {
    height: 400px;
  }

  #booknow h4 {
    font-size: 25px;
    text-align: center;
  }

  #booknow span {
    font-size: 25px;
  }

  
  .footer .row {
    flex-direction: column;
  }

  .footer .col-md-2 {
    width: 100%;
    margin-bottom: 20px;
  }

  .whyimages {
    max-width: 100%;
    max-height: auto;
    margin-left: 0;
    margin-top: 30px;
    padding-left: 0;
    padding-top: 20px;
  }

  .whyimg1 {
    height: auto;
    width: auto;
    margin-right: 0 !important;
    display: block;
    margin-bottom: 20px;
    margin-left: 20px;
  }

  .whyimg2 {
    display: none;
  }

  .whytext {
    margin-top: 0 !important;
    margin-left: 0 !important;
    width: 100%;
    text-align: center;
    padding: 20px;
  }

  .display-7 {
    font-size: 20px;
  }

  .custom-list li {
    padding-left: 20px;
    font-size: 16px;
  }

  .custom-list li::before {
    width: 12px;
    height: 12px;
    top: 7px;
  }

  .info p {
    margin-top: 3vh;
  }

  .navbar {
    margin-bottom: -5em;
    position: relative;
    z-index: 10;
    box-shadow: none !important;
  }
  .carousel-caption {
    font-size: 30em;
    margin-bottom: -200px;
  }

  .emailbtn {
    margin-bottom: 20px;
  }

  .modalimg {
    width: 200px;
    height: 200px;
  }
  .infoimg {
    width: 200px;
    height: 200px;
  }
}

#contact {
  background-color: rgba(255, 250, 240, 0.871);
}

#contact .fa-solid {
  background-color: rgba(121, 30, 30, 0.154);
  padding: 20px;
  border-radius: 50%;
  font-size: 30px;
  color: rgb(3, 1, 1);
}

#contact .card {
  background-color: #c9a55d;
  border: 1px solid rgba(5, 4, 4, 0.265);
}

#contact .card:hover {
  background-color: rgba(228, 218, 205, 0.579);
}

#contact .card:hover .fa-solid {
  background-color: black;
  color: white;
}

#contact .card-text {
  color: black !important;
  font-size: 23px !important;
  font-weight: 550;
}

.card {
  color: black;
}

.card .btn {
  display: flex;
}

.rooms-header {
  background-color: #182c3b!important;
  background-size: cover;
  height: 50vh;

  display: flex;
  align-items: center;
}
.about-header {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5)),
    url("../img/5.jpg");
  background-size: cover;
  height: 50vh;
position: 10% 40%;
  display: flex;
  align-items: center;
}
