html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  background: rgb(255,255,255);
background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 100%);
}

/* button */

#button,
#button::after {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#button {
  background:#cea356;
  border: 3px solid #cea356 !important;
  border-radius: 0px !important;
  color: white !important;
  font-size: 15px;
  font-weight: bold;
  margin: 0 auto;
  padding: 10px 30px;
  position: relative;
  text-transform: uppercase;
  border-radius: 10px;
  font-family: "Lato", sans-serif;
}

.gilda {
  font-family: "Gilda Display", serif;
  font-weight: 400;
  font-style: normal;
}

.alef {
  font-family: "Alef", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#button::before,
#button::after {
  background: white !important;
  content: "";
  position: absolute;
  z-index: -1;
}

#button:hover {
  color: #cea356 !important;
  transform: scale(1);
  cursor: pointer;
}

.btn-3 {
  overflow: hidden;
}
.btn-3::after {
  height: 100%;
  left: -35%;
  top: 0;
  transform: skew(50deg);
  transition-duration: 0.6s;
  transform-origin: top left;
  width: 0;
}

.btn-3:hover:after {
  height: 100%;
  width: 135%;
}

/* header-index */
.bg-1 {
  background: url(img/img-15.jpg) rgba(0, 0, 0, 0.4);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 70vh;
  display: flex;
  align-items: center;
  text-align: center;
}

.bg-2 {
  background: url(img/img-16.jpg) rgba(0, 0, 0, 0.4);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 70vh;
  display: flex;
  align-items: center;
  text-align: center;
}

/* Gallery */
.gallery-img img {
  height: 300px;
  width: 100%;
  border-radius: 20px;
  margin: 15px 0;
  box-shadow: 2px 2px 2px #cea356;
}
/* 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;
}
.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: #cea356;
}
.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 {
  background-color: #dddddd;
  padding: 1.25rem 0 0.3125rem;
  text-align: center;
}
.footer_wrapper .copyright-section a {
  color: var(--secondary-text);
}

/* navbar */
.navbar {
  -webkit-box-shadow: 0 0.5rem 0.375rem -0.375rem rgb(0 0 0 / 40%);
  box-shadow: 0 0.5rem 0.375rem -0.375rem rgb(0 0 0 / 40%);
  -webkit-transition: background 0s ease-in-out 0s, margin-top 0s ease-in-out 0s,
    opacity 0s ease-in-out 0s;
  transition: background 0s ease-in-out 0s, margin-top 0s ease-in-out 0s,
    opacity 0s ease-in-out 0s;
  overflow-x: hidden;
  background-color: #ffffff;
  /* background-image: linear-gradient(45deg, black 30%, blue 70%); */
}
.navbar-nav a {
  margin-left: 10px;
  font-size: 22px;
  font-weight: 500;
  /* color: rgb(117, 113, 113); */
}
.nav-link img {
  width: 25px;
  height: 15px;
}
.navbar-nav a {
  text-decoration: none;
  padding: 10px;
  font-size: 20px;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-weight: 700;
  color: #cea356;
  border-bottom: 1px solid transparent;
  position: relative;
}
.navbar-nav a:hover {
  color: #cea356;
  /* border-bottom: 1px solid #000000; */
}
.navbar-nav a.active {
  /* border-bottom: 1px solid #000000; */
  color: #666666 !important;
}
.navbar-nav a::before {
  content: "";
  width: 0;
  height: 2px;
  border-radius: 2px;
  background-color: #cea356;
  position: absolute;
  bottom: -0.25rem;
  left: 50%;
  transition: width 0.4s, left 0.4s;
}
.navbar-nav a:hover::before {
  width: 100%;
  left: 0;
}



/* facilities */
.faci-border {
  border: 2px solid #cea356;
  padding: 10px;
  margin-top: 15px;
  border-radius: 5px;
}


.faci-ds {
  border-radius: 5px;
  width: 100%;
  border: 2px dashed #cea356;
  padding: 20px;
  height: auto;
  text-align: center;
}

.faci-ds i {
  font-size: 35px;
}

.faci-ds h6 {
  font-size: 25px;
  margin: 15px 0;
}

.faci-ds p {
  font-size: 17px;
  font-family: var(--ff-poppins);
}

.iconss {
  margin: 30px 0;
}

.iconss i {
  text-align: start;
  font-size: 30px;
  color: #cea356;
  margin-right: 30px;
}
/* rooms */
.border-top {
  border-top: 5px solid #cea356;
  background-color: #cea356;
  height: 5px;
  margin: 30px 0;
}
.rooms-dsc {
  height: auto;
  width: 100%;
  padding: 30px;
  text-align: start;
  margin: 20px 0;
}

.rooms-dsc h4 {
  color: #24416b;
  font-size: 20px;
  font-family: var(--ff-source-sans-pro);
}

.rooms-dsc p {
  font-size: 20px;
}

.icons i {
  font-size: 30px;
  color: #cea356;
  margin: 0 20px;
}

.icons p {
  font-size: 17px;
}

.rooms-img {
  height: auto;
  width: 100%;
  margin: 20px 0;
}

.rooms-img img {
  border-radius: 20px;
}

/* facny box */
.gallery-section {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.options {
  display: flex;
  justify-content: center;
  align-items: center;
}

.options .btn {
  padding: 10px 20px;
  background-color: #cea356;
  color: white;
  font-size: 18px;
}
.filter-button {
  display: inline-block;
  font-weight: 600;
  color: #cea356;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  font-size: 1.2rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  border-color: #cea356;
  margin: 10px;
  box-shadow: 2px 2px 2px #24416b;
}
.filter-button:focus,
.filter-button.active {
  background-color: #cea356;
  border-color: #ffffff;
  color: white;
}
.filter-button:hover {
  color: white;
  background-color: #0874bd;
  border-color: #0874bd;
}
.gallery_product {
  overflow: hidden;
}
.gallery_product img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 230px;
  border-radius: 10px;
  transition: 1s ease;
}
.gallery_product img:hover {
  transform: scale(1.05);
  transition: 1s ease;
  border-radius: 10px;
}

/* testimonials */
.swiper-slide p {
  font-size: 18px;
  color: black;
  text-align: start;
  margin: 10px 0;
}

.item {
 border: 2px solid #cea356;
 padding: 10px;
 border-radius: 5px;
}

.items {
  border-radius: 5px;
  padding: 20px;
  border: 2px dashed #0874bd;
}

.user {
  display: flex;
}

.user-info {
  margin-left: 10px;
}

.stars {
  margin-left: 20px;
}
.user-info h3 {
  color: #0874bd;
}

/* contact */
.google-maps-contact-info {
  border-radius: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .google-maps-contact-info {
    padding-left: 2%;
    padding-right: 2%;
  }
}

.google-maps-contact-content {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  padding: 35px;
}
@media only screen and (max-width: 767px) {
  .google-maps-contact-content {
    padding: 20px;
  }
}
.google-maps-contact-content .single-contact-info {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .google-maps-contact-content .single-contact-info h4 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .google-maps-contact-content .single-contact-info h4 {
    font-size: 14px;
  }
}
.google-maps-contact-content .single-contact-info i {
  display: inline-block;
  font-size: 30px;
  margin-bottom: 15px;
  color: #586b79;
}
@media only screen and (max-width: 767px) {
  .google-maps-contact-content .single-contact-info i {
    font-size: 24px;
  }
}
.google-maps-contact-content .single-contact-info p {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .google-maps-contact-content .single-contact-info p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .google-maps-contact-content .single-contact-info p {
    font-size: 12px;
  }
}
.google-maps-contact-content .google-maps {
  position: relative;
  z-index: 1;
}
.google-maps-contact-content .google-maps iframe {
  width: 100%;
  height: 500px;
  border: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .google-maps-contact-content .google-maps iframe {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .google-maps-contact-content .google-maps iframe {
    height: 300px;
  }
}

.service-card {
  padding: 25px;
  box-shadow: var(--shadow);
  border-radius: var(--radius-12);
  margin-bottom: 20px;
}

.service-list {
  list-style: none;
  background-color: #f1f1f1;
  border-radius: 20px;
  height: auto;
  width: 100%;
}

.service-card .card-icon {
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 165px;
  display: flex;
  place-content: center;
  margin-inline: auto;
  transition: var(--transition-1);
}

.card-icon h3 {
  font-size: 25px;
}

.service-card .card-icon ion-icon {
  font-size: 5rem;
  color: #c49f53;
  --ionicon-stroke-width: 20px;
  transition: var(--transition-1);
}

.service-card:hover .card-icon ion-icon {
  color: #574218;
}

.service-card .title {
  text-align: center;
  margin-block-end: 15px;
}

.service-card .sedan {
  text-align: center;
  margin: 30px 0;
}

.service-card h3 {
  font-size: 25px !important;
}

/* background */
#contact-bck {
  background: url(img/img-27.jpg) rgba(0, 0, 0, 0.4);
  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-bck {
  background: url(img/img-25.jpg) rgba(0, 0, 0, 0.4);
  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-bck {
  background: url(img/img-21.jpg) rgba(0, 0, 0, 0.4);
  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-bck {
  background: url(img/img-25.jpg) rgba(0, 0, 0, 0.4);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  display: flex;
  align-items: center;
  text-align: center;
  height: 70vh;
}

/* 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;
}
