html, body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

/* font family */
.jose {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.play {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* button */
.btn-grad {
  padding: 7px 20px;
  background-color: #b39673;
  border: none;
}

.btn-grad a {
  color: white;
  font-size: 16px;
}

.btn-grad a:hover {
  color: white;
}

.wo-button {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.wo-button .btn-grad {
  margin: 15px auto 0px !important;
  text-align: center;
}

/* annimation */
.fadeinleft {
  opacity: 0;
  transform: translateX(100px);
  transition: all 1s ease-out;
}

.fadeinright {
  opacity: 0;
  transform: translateX(-100px);
  transition: all 1s 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;
}

/* footer */
:root {
  /* Background Color */
  --primary-color: #212122b9;
  --secondary-color: #a3a190;
  --bg-color: #f4f4f4;
  --bg-white: #fff;
  --bg-black: #000;
  /* Text Style */
  --primary-font: "Poppins", sans-serif;
  --secondary-font: "Oswald", sans-serif;
  --tertiary-font: "Cinzel", serif;
  --primary-text: #212122b9;
  --secondary-text: #cea356;
  --text-white: #fff;
  --text-black: rgb(79, 79, 79);
  --text-gray: #e4e4e4;
}

.footer_wrapper {
  background-color: #1d1f25;
}
.footer_wrapper h5 {
  color: white;
  margin-bottom: 1.25rem;
}
.footer_wrapper ul li {
  margin-bottom: 0.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;
  text-decoration: none;
}
.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: 0.625rem;
  color: #b39673;
}
.footer_wrapper .social-network a {
  width: 2.1rem;
  height: 2.1rem;
  margin: 0.6rem;
  line-height: 2rem;
  font-size: 0.875rem;
  display: inline-block;
  border: 0.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 0.625rem 0.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 {
  padding: 1.25rem 0 0.3125rem;
  text-align: center;
}
.footer_wrapper .copyright-section h3 {
  color: white;
}

/* navbar */
.nav-link {
  text-decoration: none;
  display: inline-block;
  padding: 10px;
  color: black;
  transition: color 0.3s ease-in-out;
  font-weight: bold;
}

.nav-item .underline {
  height: 4px;
  background-color: transparent;
  width: 0;
  transition: width 0.6s, background-color 0.6s;
  border-radius: 70px;
}

.nav-item.active-link a {
  color: #b39673;
  font-weight: 300;
}

.nav-item.active-link .underline {
  width: 100%;
  background-color: #b39673;
}

.nav-item:hover .underline {
  background-color: #b39673;
  width: 100%;
}

.nav-item:hover a {
  color: #b39673;
}

.nav-item:active a {
  transition: none;
}

.nav-item:active .underline {
  transition: none;
  background-color: #b39673;
}

.navbar-nav {
  margin-left: auto;
  gap: 20px;
  font-size: 18px;
}

.navbar {
  background-color: white;
  transition: background-color 0.3s ease-in-out;
}

.navbar-toggler {
  border: 2px solid #8ed3ee !important;
  background-color: #222f65;
  color: transparent !important;
}

.navbar-toggler:hover,
.navbar-toggler:active {
  border: 2px solid #8ed3ee !important;
  background-color: #222f65;
  color: transparent !important;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  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(142, 211, 238, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

/* index */
#index-bg {
  background: url(img/featured-bg-1.png);
}

.bg-1 {
    background: url(img/img-2.jpg) rgba(0, 0, 0, 0.40);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
    text-align: center;
    height: 70vh;
}

.bg-2 {
    background: url(img/img-11.jpg) rgba(0, 0, 0, 0.40);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
    text-align: center;
    height: 70vh;
}

.bg-3 {
    background: url(img/img-4.jpg) rgba(0, 0, 0, 0.40);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
    text-align: center;
    height: 70vh;
}

.index-ds {
    margin: 0 auto;
}
.index-ds h3 {
    color: #FFFFFF;
    font-size: 65px;
    line-height: 102px;
    font-weight: 600;
    text-align: center;
}

.index-ds p {
    font-size: 22px;
    color: #FFFFFF;
    line-height: 33px;
    font-weight: 400;
    text-align: center;
}

/* about */
#about {
    background: url(img/featured-bg-1.png);
    padding: 70px 0;
}

.about-dsc span {
    color: #b39673;
    font-size: 19px;
    line-height: 32.3px;
    letter-spacing: 2px;
    margin: 15px 0;
    font-weight: 400;
}

.about-dsc h3 {
    color: #FFFFFF;
    font-size: 55px;
    line-height: 66px;
    letter-spacing: 1px;
    font-weight: 400;
}

.about-dsc p {
    color: #bcb9c8;
    font-size: 19px;
    line-height: 28.5px;
    font-weight: 400;
}

.about-img img {
    width: 100%;
    height: 40rem;
}

/* facilities */
#facilities {
    background: url(img/featured-bg-1.png);
    padding: 70px 0;
}
.facilities-ds span {
    color: #b39673;
    font-size: 19px;
    line-height: 32.3px;
    margin: 20px 0;
    font-weight: 400;
}

.facilities-ds h3 {
    color: #FFFFFF;
    font-size: 52px;
    line-height: 62.4px;
    letter-spacing: -1px;
    font-weight: 400;
}

.faci-card {
    display: flex;
    margin: 15px 0;
    align-items: center;
}

.faci-card .icon img {
    width: 100%;
    height: 60px;
}

.faci-card .text {
    margin-left: 20px;
}
.faci-card .text span {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 400;
    line-height: 34.4px;
}

.faci-card .text p {
    color: #b39673;
    font-size: 17px;
    line-height: 28.9px;
    margin: 15px 0;
    font-weight:400 ;
}

/* rooms */
#rooms {
    padding: 70px 0;
}

.rooms-ds {
  margin-bottom: 20px;
}


.rooms-ds span {
    color: #b39673;
    font-size: 19px;
    line-height: 32.3px;
    margin: 15px 0;
    font-weight: 400;
}

.rooms-ds h3 {
    color: #222a3e;
    font-size: 50px;
    line-height: 60px;
    font-weight: 400;
}

.room-card {
    border: 2px solid #bcb9c8;
    border-radius: 20px;
    padding: 15px;
    margin: 15px 0px;
    -webkit-box-shadow: 10px 10px 26px 0px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 10px 10px 26px 0px rgba(0, 0, 0, 0.21);
    box-shadow: 10px 10px 26px 0px rgba(0, 0, 0, 0.21)
}

.room-img img {
    border-radius: 15px;
}

.room-text h4 {
    font-size: 30px;
    color: #222f65;
    margin: 20px 0;
}

.room-footer {
    display: flex;
    justify-content: space-between;
}

.rooms-details {
    display: flex;
    border-top: 2px solid #e4e4e4;
    padding-top: 10px;
}

.room-dsc {
    border-top: 2px solid #bcb9c8;
    padding: 20px 0px 0px 0px;
}
.room-dsc p {
    font-size: 17px;
}

.rooms-details .icon  img{
    width: 100%;
    height: 30px;
}

.rooms-details .text h4 {
    font-size: 20px;
    margin-left: 15px;
}

.rooms-button {
  border-top: 2px solid #bcb9c8;
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.rooms-button .btn-grad {
  margin: 15px auto !important;
  text-align: center;
}
/* gallery */
#gallery {
    padding: 70px 0px;
}

.gallery-ds {
  margin-bottom: 20px;
}

.gallery-ds span {
    color: #b39673;
    font-size: 19px;
    line-height: 32.3px;
    margin: 15px 0;
    font-weight: 400;
}

.gallery-ds h3 {
    color: #222a3e;
    font-size: 50px;
    line-height: 60px;
    font-weight: 400;
}

.gallery-img img {
    -webkit-box-shadow: 10px 10px 26px 0px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 10px 10px 26px 0px rgba(0, 0, 0, 0.21);
    box-shadow: 10px 10px 26px 0px rgba(0, 0, 0, 0.21)
}

/* testimonials */
#testimonials {
    padding-bottom: 70px ;
}

#testimonialss {
  padding: 70px 0;
}

.testimonials-ds {
  margin-bottom: 20px;
}

.testimonials-ds span {
    color: #b39673;
    font-size: 19px;
    line-height: 32.3px;
    margin: 15px 0;
    font-weight: 400;
}

.testimonials-ds h3 {
    color: #222a3e;
    font-size: 50px;
    line-height: 60px;
    font-weight: 400;
}

.testi-card {
    background: url(img/featured-bg-1.png);
    padding: 40px;
    -webkit-box-shadow: 10px 10px 26px 0px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 10px 10px 26px 0px rgba(0, 0, 0, 0.21);
    box-shadow: 10px 10px 26px 0px rgba(0, 0, 0, 0.21)
}

.testi-card .desc p {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 27px;
    font-weight: 4006;
    margin-top: 10px;
}

.testi-card .person h2 {
    font-size: 18px;
    line-height: 30.6px;
    letter-spacing: 1px;
    margin: 15px 0;
    font-weight: 400;
    color: #d3bca7;
}

.testi-card .footer {
    display: flex;
    justify-content: space-between;
}

.testi-card .footer h3 {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 30.6px;
    letter-spacing: 1px;
}

.testi-card .footer .stars i {
    color: #b39673;
    font-size: 20px;
}

/* about-html */
#about-bg {
  background: url(img/img-11.jpg) rgba(0, 0, 0, 0.40);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  display: flex;
  align-items: center;
  text-align: center;
  height: 70vh;
}

.about-ds span {
  color: #b39673;
  font-size: 25px;
  line-height: 32.3px;
  margin: 15px 0;
  font-weight: 400;
}

.about-ds h3 {
  color: white;
  font-size: 50px;
  line-height: 60px;
  font-weight: 400;
}


.about-ds-ds h3 {
  color: #FFFFFF;
  font-size: 65px;
  line-height: 100.8px;
  font-weight: 500;
}

.about-ds-ds span {
  color: #FFFFFF;
  font-size: 26px;
  margin: 15px 0;
  font-weight: 400;
  line-height: 44.2px;
}
/* rooms-html */
#rooms-bg {
  background: url(img/img-12.jpg) rgba(0, 0, 0, 0.40);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  display: flex;
  align-items: center;
  text-align: center;
  height: 70vh;
}

.rooms-ds-ds h3 {
  color: #FFFFFF;
  font-size: 65px;
  line-height: 100.8px;
  font-weight: 500;
}

.rooms-ds-ds span {
  color: #FFFFFF;
  font-size: 26px;
  margin: 15px 0;
  font-weight: 400;
  line-height: 44.2px;
}

/* gallery-html */
#gallery-bg {
  background: url(img/img-8.jpg) rgba(0, 0, 0, 0.40);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  display: flex;
  align-items: center;
  text-align: center;
  height: 70vh;
}

#o-gallery {
  padding: 70px 0;
}

.gallery-ds-ds h3 {
  color: #FFFFFF;
  font-size: 65px;
  line-height: 100.8px;
  font-weight: 500;
}

.gallery-ds-ds span {
  color: #FFFFFF;
  font-size: 26px;
  margin: 15px 0;
  font-weight: 400;
  line-height: 44.2px;
}

/* contact-html */
#contact-bg {
  background: url(img/img-2.jpg) rgba(0, 0, 0, 0.40);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  display: flex;
  align-items: center;
  text-align: center;
  height: 70vh;
}

.contact-ds h3 {
  color: #FFFFFF;
  font-size: 65px;
  line-height: 100.8px;
  font-weight: 500;
}

.contact-ds span {
  color: #FFFFFF;
  font-size: 26px;
  margin: 15px 0;
  font-weight: 400;
  line-height: 44.2px;
}

#contact-info {
  padding-top: 70px ;
}

.contact-card {
  background: url(img/featured-bg-1.png);
  padding: 40px;
}

.contact-card .header h2 {
  color: #FFFFFF;
  font-size: 27px;
  line-height: 50px;
  font-weight: 500;
}

.contact-card .location p {
  color: #bcb9c8;
  font-size: 18px;
  line-height: 25px;
}

.contact-card .location p a {
  color: #bcb9c8;
  font-size: 18px;
  line-height: 25px;
  text-decoration: none;
}

/* responsive */
@media (max-width:1100px) {
  .about-dsc span {
    font-size: 15px;
  }

  .about-dsc h3 {
    font-size: 40px;
  }

  .about-dsc p {
    font-size: 15px;
  }

  /* rooms */
  .rooms-ds span {
    font-size: 15px;
  }

  .rooms-ds h3 {
    font-size: 40px;
  }

  .room-text h4 {
    font-size: 25px;
  }

  .room-dsc p {
    font-size: 15px;
  }

  .rooms-details .text h4 {
    font-size: 15px;
  }

  /* facilities */
  .facilities-ds span {
    font-size: 15px;
  }

  .facilities-ds h3 {
    font-size: 40px;
  }

  .faci-card .text span {
    font-size: 18px;
  }

  .faci-card .text p {
    font-size: 15px;
  }

  /* gallery */
  .gallery-ds span {
    font-size: 15px;
  }

  .gallery-ds h3 {
    font-size: 40px;
  }

  /* testimonials */
  .testimonials-ds span {
    font-size: 15px;
  }

  .testimonials-ds h3 {
    font-size: 40px;
  }

  .testi-card .desc p {
    font-size: 16px;
  }

  /* contact */
  .contact-card .header h2 {
    font-size: 23px;
  }

  .contact-card .location p  {
    font-size: 15px;
  }

  .contact-card .location p a {
    font-size: 15px;
  }
}

@media (max-width:1000px) {
  .navbar-nav .nav-item a {
    font-size: 14px !important;
  }

  .dropdown button {
    font-size: 14px !important;
  }

  .btn-grad a {
    color: white;
    font-size: 12px !important;
  }

  .index-ds h3 {
    font-size: 40px;
  }

  .index-ds p {
    font-size: 17px;
  }

  .about-ds-ds h3 {
    font-size: 40px;
  }

  .about-ds-ds span {
    font-size: 17px;
  }

  .rooms-ds-ds h3 {
    font-size: 40px;
  }

  .rooms-ds-ds span {
    font-size: 17px;
  }

  .gallery-ds-ds h3 {
    font-size: 40px;
  }

  .gallery-ds-ds span {
    font-size: 17px;
  }

  .contact-ds h3 {
    font-size: 40px;
  }

  .contact-ds span {
    font-size: 17px;
  }
}

@media (max-width:900px) {
  .dropdown {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 15px;
  }

  .btn-grad {
    margin-left: 0px !important;
    margin-bottom: 10px;
  }

  .navbar-nav {
    text-align: center;
  }

  .gallery-img {
    margin: 15px 0 !important;
  }

  .about-img img {
    height: auto;
  }

  .faci-card .icon img {
    width: 100%;
    height: auto;
}

.testi-card {
  margin: 15px 0;
}

.contact-card {
  margin: 15px 0;
}
}