html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}

/* 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 */

/* 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 .nav-link {
  color: black;
}

.nav-item .active-link {
  color: #CCA36B !important;
  font-weight: 400;
}

.nav-item.active-link .underline {
  width: 100%;
  background-color: #cea356;
}

.nav-item:hover .underline {
  background-color: #CCA36B;
  width: 100%;
}

.nav-item:hover a {
  color: #CCA36B;
}

.nav-item:active a {
  transition: none;
}

.nav-item:active .underline {
  transition: none;
  background-color: #CCA36B;
}

.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%;
}

/* 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:#CCA36B;
}
.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;
}

.plus {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.alo {
  font-family: "Aleo", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.btn-1 {
  background-color: #CCA36B;
  padding: 13px 23px;
  color: white;
  text-decoration: none;
  font-size: 15px;
  text-transform: uppercase;
  transition: 1s ease;
  border: 2px solid #CCA36B;
}

.btn-1:hover  {
  background-color: white;
  color: #CCA36B;
  transition: 1s ease;
  border: 2px solid #CCA36B;
}


.btn-2 {
  background-color: #15262D;
  padding: 13px 23px;
  color: white;
  text-decoration: none;
  font-size: 15px;
  text-transform: uppercase;
  transition: 1s ease;
  border: 2px solid #15262D;
}

.btn-2:hover  {
  background-color: #CCA36B;
  color: white;
  transition: 1s ease;
  border: 2px solid #15262D;
}

/* header-index */
.bg-1 {
  background: url(img/img-1.jpg) rgba(0, 0, 0, 0.20);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  height: 70vh;
}

.bg-2 {
  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;
  justify-content: center;
  height: 70vh;
}

.bg-3 {
  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;
  justify-content: center;
  height: 70vh;
}

.index-ds h2 {
  color: #CCA36B;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 500;
}

.index-ds h1 {
  font-size: 60px;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
}

/* about */
#about {
  padding: 70px 0;
  background-color: #1C2F36;
}

.about-description h2 {
  color: #CCA36B;
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: 1.5px;
}

.about-description h1 {
  color: white;
  text-transform: capitalize;
  font-size: 50px;
  font-weight: 500;
}

.about-description p {
  color: grey;
  font-size: 16px;
  margin: 15px 0;
}

/* rooms */
#rooms {
  padding: 70px 0;
  background-color: #15262D;
}

.rooms-ds {
  text-align: center;
  margin-bottom: 30px;
}

.rooms-ds h2 {
  color: #CCA36B;
  font-size: 17px;
  text-transform: uppercase;
}

.rooms-ds h1 {
  color: white;
  font-size: 45px;
  text-transform: capitalize;
}

.rooms-card {
  margin: 15px 0;
}

.rooms-descr {
  position: relative;
  padding: 20px;
  background-color: #1C2F36;
}

.earth {
  position: absolute;
  right: 20px;
  top: -32px;
}

.room-faci {
  position: absolute;
  top: -20px ;
}

.room-faci img {
  margin: 0 5px;
  background-color: #CCA36B;
  padding: 10px;
}

.rooms-descr .text h2 {
  color: white;
  text-transform: capitalize;
  font-size: 25px;
  margin: 10px 0;
}

.rooms-descr .text p {
  color: grey;
  font-size: 15px;
}

.rooms-descr .review {
  padding: 15px;
  border: 1px solid grey;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rooms-descr .review .person {
  display: flex;
}

.rooms-descr .review .person h3 {
  color: grey;
  text-transform: capitalize;
  font-size: 18px;
}

.rooms-descr .review .person span {
  color: white;
  font-size: 18px;
  margin-left: 10px;
}

/* gallery */
#gallery {
  background-color: #15262D;
  padding: 70px 0;
}


.gallery-img img {
  max-height: 200px;
  width: 100%;
}

.gallery-ds {
  text-align: center;
  margin-bottom: 30px;
}

.gallery-ds h2 {
  color: #CCA36B;
  font-size: 17px;
  text-transform: uppercase;
}

.gallery-ds h1 {
  color: white;
  font-size: 45px;
  text-transform: capitalize;
}

/* facilities */
#facilities {
  padding: 70px 0;
  background-color: #1C2F36;
}

.facilities-ds {
  text-align: center;
  margin-bottom: 30px;
}

.facilities-ds h2 {
  color: #CCA36B;
  font-size: 17px;
  text-transform: uppercase;
}

.facilities-ds h1 {
  color: white;
  font-size: 45px;
  text-transform: capitalize;
}

.faci-card {
  position: relative;
  background-color: #15262D;
  padding: 20px;
  margin: 15px 0;
}

.faci-card .img-right img {
  position: absolute;
  top: 0;
  right: 0;
}

.faci-card .img-bottom-right img {
  position: absolute;
  bottom: 0;
  right: 0;
}

.faci-card .icon .img-bg {
  position: relative;
}

.faci-card .icon .img-bg img {
  width: 120px;
}

.faci-card .icon .img-bgs img {
  position: absolute;
  top: 45px;
  left: 45px;
  padding: 5px;
  border-radius: 50%;
  width: 70px;
}



.faci-card .header h2 {
  color: white;
  font-size: 25px;
  text-transform: capitalize;
  margin: 15px 0;
}

.faci-card .text p {
  color: grey;
  font-size: 16px;
}

/* testimonials */
#testimonials {
  padding: 70px 0;
  background-color: #1C2F36;
}

.testimonials-ds {
  text-align: center;
  margin-bottom: 30px;
}

.testimonials-ds h2 {
  color: #CCA36B;
  font-size: 17px;
  text-transform: uppercase;
}

.testimonials-ds h1 {
  color: white;
  font-size: 45px;
  text-transform: capitalize;
}

.test-c {
  padding-top: 10px;
  background-color: #CCA36B;
  height: 85%;
  position: relative;
  margin: 15px 0;
}

.testi-card {
  position: relative;
  padding: 30px;
  text-align: center;
  clip-path: polygon(8% 0, 100% 0%, 100% 100%, 0% 100%);
  background-color: #15262D;
}

.testi-card .bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
}

.testi-card .img-wo img {
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 50%;
  background-color: #1C2F36;
}

.testi-card .text p {
  color: grey;
  font-size: 15px;
  margin: 15px 0;
}

.testi-card .person h2 {
  color: white;
  font-size: 20px;
  text-transform: capitalize;
}

.testi-card .person p {
  color: grey;
  font-size: 17px;
  text-transform: capitalize;
}

/* 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;
  display: flex;
  align-items: center;
  text-align: center;
  height: 70vh;
  background-blend-mode: multiply;
}

.about-des h2 {
  color: #CCA36B;
  font-size: 45px;
  text-transform: capitalize;
}

.about-des h1 {
  font-size: 65px;
  color: white;
  text-transform: capitalize;
}

/* rooms-html */
#rooms-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;
}

.rooms-dsc h2 {
  color: #CCA36B;
  font-size: 45px;
  text-transform: capitalize;
}

.rooms-dsc h1 {
  font-size: 65px;
  color: white;
  text-transform: capitalize;
}

/* gallery-html */
#gallery-bg {
  background: url(img/img-13.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;
}

.gallery-dsc h2 {
  color: #CCA36B;
  font-size: 45px;
  text-transform: capitalize;
}

.gallery-dsc h1 {
  font-size: 65px;
  color: white;
  text-transform: capitalize;
}

/* contact-html */
#contact-bg {
  background: url(img/img-15.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 h2 {
  color: #CCA36B;
  font-size: 45px;
  text-transform: capitalize;
}

.contact-ds h1 {
  font-size: 65px;
  color: white;
  text-transform: capitalize;
}

#contact-form {
  padding: 70px 0;
}

.contact-dsc {
  text-align: center;
  margin-bottom: 30px;
}

.contact-dsc h2 {
  color: #CCA36B;
  font-size: 17px;
  text-transform: uppercase;
}

.contact-dsc h1 {
  color: #000;
  font-size: 45px;
  text-transform: capitalize;
}

.contact-form {
  background-color: #CCA36B;
  padding: 20px;
}

.contact-form .header {
  background-color: #15262D;
  max-width: 70%;
  text-align: center;
  padding: 20px;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 50% 75%, 0 100%);
}
.contact-form .header {
  margin: 0px auto;
}

.contact-form .header h2 {
  color: white;
  font-size: 25px;
  text-transform: capitalize;
}

.contact-form .cont-card {
  display: flex;
  margin: 15px 0;
  align-items: center;
}

.contact-form .cont-card .icon {
  background-color: #15262D;
  padding: 20px;
  border-radius: 50%;
  margin-right: 20px;
}

.contact-form .cont-card .icon img {
  width: 40px;
}

.contact-form .cont-card .text h3 {
  font-size: 24px;
  color: white;
  text-transform: capitalize;
}

.contact-form .cont-card .text p {
  color: white;
  font-size: 18px;
}

.contact-form .cont-card .text p a {
  text-decoration: none;
  color: white;
  font-size: 18px;
}

@media (max-width:1100px) {
  .btn-1 {
    background-color: #CCA36B;
    padding: 10px 20px;
    color: white;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    transition: 1s ease;
    border: 2px solid #CCA36B;
  }
  
 
  
  
  .btn-2 {
    background-color: #15262D;
    padding: 10px 20px;
    color: white;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    transition: 1s ease;
    border: 2px solid #15262D;
  }
  

  .index-ds h2 {
    font-size: 35px;
  }

  .index-ds h1 {
    font-size: 45px;
  }

  .about-description h2 {
    font-size: 15px;
  }

  .about-description h1 {
    font-size: 35px;
  }

  .about-description p {
    font-size: 15px;
  }

  .rooms-ds h2 {
    font-size: 15px;
  }

  .rooms-ds h1 {
    font-size: 35px;
  }

  .rooms-descr .text h2 {
    font-size: 20px;
  }

  .rooms-descr .text p {
    font-size: 15px;
  }

  .rooms-descr .review .person h3 {
    font-size: 15px;
  }

  .rooms-descr .review .person span {
    font-size: 15px;
  }

  .rooms-descr .earth {
    position: absolute;
    top: -27px;
  }

  .rooms-descr .earth img {
    width: 50px;
  }

  .facilities-ds h2 {
    font-size: 15px;
  }

  .facilities-ds h1 {
    font-size: 35px;
  }

  .faci-card .header h2 {
    font-size: 20px;
  }

  .faci-card .text p {
    font-size: 15px;
  }

  
.faci-card .icon .img-bg img {
  width: 90px;
}

.faci-card .icon .img-bgs img {
  position: absolute;
  top: 35px;
  left: 35px;
  padding: 5px;
  border-radius: 50%;
  width: 60px;
}


  .gallery-ds h2 {
    font-size: 15px;
  }

  .gallery-ds h1 {
    font-size: 35px;
  }

  .testimonials-ds h2 {
    font-size: 15px;
  }

  .testimonials-ds h1 {
    font-size: 35px;
  }

  .testi-card .text p {
    font-size: 15px;
  }

  .contact-dsc h2 {
    font-size: 15px;
  }

  .contact-dsc h1 {
    font-size: 35px;
  }

  .navbar-nav .nav-item a {
    font-size: 12px !important;
  }

  .dropdown button {
    font-size: 12px !important;
  }
}

@media(max-width:900px) {
  .dropdown {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    margin-top: 20px;
  }

  .dropdown a {
    margin-top: 20px;
  }

  .gallery-img {
    margin: 15px 0;
  }

  /* contact-html */
  .contact-form .header h2 {
    font-size: 20px;
  }

  .contact-form .cont-card .icon img {
    width: 25px;
  }

  .contact-form .cont-card .text h3 {
    font-size: 18px;
  }

  .contact-form .cont-card .text p {
    font-size: 12px;
  }
  
  .contact-form .cont-card .text p a{
    font-size: 12px;
  }

  .index-ds h2 {
    font-size: 35px;
  }

  .index-ds h1 {
    font-size: 40px;
  }

  .about-des h2 {
    font-size: 35px;
  }

  .about-des h1 {
    font-size: 40px;
  }

  .rooms-dsc h2 {
    font-size: 35px;
  }

  .rooms-dsc h1 {
    font-size: 40px;
  }

  .gallery-dsc h2 {
    font-size: 35px;
  }

  .gallery-dsc h1 {
    font-size: 40px;
  }

  .contact-ds h2 {
    font-size: 35px;
  }

  .contact-ds h1 {
    font-size: 40px;
  }
}