html,
body {
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 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;
}

@mixin white-gradient {
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}
/*  Animation */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
.slider {
  background: white;
  height: 300px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  &::before,
  &::after {
    @include white-gradient;
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;
  }
  &::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
  }
  &::before {
    left: 0;
    top: 0;
  }
  .slide-track {
    animation: scroll linear infinite;
    animation-duration: 35s;
    display: flex;
    width: calc(250px * 14);
  }
}
.slide {
  margin-right: 15px !important;
}


/* 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: #3075b9;
}
.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 {
  -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;
  /* color: rgb(117, 113, 113); */
}
.nav-link img {
  width: 25px;
  height: 15px;
}
.navbar-nav a {
  text-decoration: none;
  padding: 10px;
  font-size: 21px;
  font-weight: 500;
  color: rgb(61, 59, 59);
  border-bottom: 1px solid transparent;
  position: relative;
}

.navbar-nav a:hover {
  color: #3075b9;
  /* border-bottom: 1px solid #000000; */
}
.navbar-nav a.active {
  /* border-bottom: 1px solid #000000; */
  color: #3075b9 !important;
}
.navbar-nav a::before {
  content: "";
  width: 0;
  height: 2px;
  border-radius: 2px;
  background-color: #3075b9;
  position: absolute;
  bottom: -0.25rem;
  left: 50%;
  transition: width 0.4s, left 0.4s;
}
.navbar-nav a:hover::before {
  width: 100%;
  left: 0;
}

/*BUTTONS CLASS*/
#button,
#button::after {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

#button {
  background: #3075b9;
  border: 2px solid #3075b9 !important;
  border-radius: 5px;
  color: white !important;
  font-size: 15px;
  font-weight: bold;
  padding: 13px 25px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.6s ease-in-out;
  font-family: "Outfit", sans-serif;
  border-radius: 5px;
  box-shadow: 0 10px 5px 0 rgba(0, 0, 0, 0.2);
}

#button::before,
#button::after {
  background: white !important;
  content: "";
  position: absolute;
  z-index: -1;
}

#button:hover {
  color: #3075b9 !important;
  transform: scale(1);
  border: 2px solid #3075b9 !important;
}

.btn-3 {
  overflow: hidden;
}

.btn-3::after {
  height: 100%;
  left: -35%;
  top: 0;
  transform: skew(50deg);
  width: 0;
}

.btn-3:hover:after {
  height: 100%;
  width: 100%;
}

.btn-3::before {
  height: 100%;
  right: -35%;
  bottom: 0;
  transform: skew(50deg);
  transition: all 0.6s ease-in-out;

  width: 0;
}

.btn-3:hover:before {
  height: 100%;
  width: 100%;
}

/* font family */
.play {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.jost {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* index */
.bg-1 {
  background: url(img/img-6.jpg) rgba(0, 0, 0, 0.55);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  height: 70vh;
}

.bg-2 {
  background: url(img/img-9.jpg) rgba(0, 0, 0, 0.55);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  height: 70vh;
}


.index-ds h2 {
  font-size: 70px;
  font-weight: 75px;
  font-weight: 400;
  color: #FFFFFF;
}

.index-ds img {
  width: 50px !important;
  height: 50px;
}

.section-separato {
  position: relative;
  margin-top: 20px;
}

.section-separato::before {
  left: 50%;
  margin-left: 70px;
}

.section-separato::after {
  right: 50%;
  margin-right: 70px;
}

.section-separato:before, .section-separato:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 70px;
  height: 1px;
  background: #eee;
}

/* section-about */
.content-section {
  position: relative;
  padding: 100px 0;
  background: #fff;
  z-index: 5;
}

.section-dec {
  position: absolute;
  left: 50%;
  top: 40px;
  width: 460px;
  height: 340px;
  margin-left: -230px;
  z-index: -1;
  background: url(img/map_bg.png) no-repeat center;
  opacity: .7;
}

.container {
  margin-inline: auto;
  position: relative;
  z-index: 5;
}

.clearfix:before, .clearfix:after, .container:before, .container:after {
  content: " ";
  display: table;
}

.section-title {
  position: relative;
  z-index: 5;
}

.section-title h4 {
  color: #c4a678;
  font-style: italic;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 10px;
  position: relative;
}

.section-title h2 {
  font-size: 3.5em;
  color: #323246;
}

.text-block {
  position: relative;
  z-index: 4;
}

.tb-sin {
  margin-top: 30px;
  padding-right: 50px;
}

.tb-sin p {
  text-align: left;
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 10px;
  font-weight: 400;
  color: #5e646a;

}

.dc_dec-item_left {
  left: -60px;
}
.dc_dec-item_left, .dc_dec-item_right {
  position: absolute;
  top: 50%;
  z-index: 5;
}

.footer-separator span, .dc_dec-item_left span, .dc_dec-item_right span {
  position: relative;
  width: 10px;
  height: 10px;
  background: #c4a678;
  transform: rotate(45deg);
  display: inline-block;
}

.hero-image-collge-wrap {
  position: relative;
  padding-left: 50px;
}

.image-collge-wrap:before, .hero-image-collge-wrap:before {
  content: '';
  position: absolute;
  left: 150px;
  bottom: -50px;
  right: -50px;
  height: 250px;
  background: #f9f9f9;
  border: 1px solid #eee;
  z-index: 1;
  border-radius: 10px;
}

.single-dec_img {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 30px 64px 0px rgba(0, 0, 0, .4);
  position: relative;
  z-index: 10;
}

.respimg, .single-slider img {
  width: 100%;
  height: auto;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

.hero_images-collage-item {
  position: absolute;
  height: auto;
  border-radius: 10px;
}

.hero_images-collage-item:before {
  content: '';
  position: absolute;
  left: -10px;
  right: -10px;
  top: -10px;
  bottom: -10px;
  border-radius: 10px;
  border: 1px dotted #ccc;
  z-index: 1;
}

.hero_images-collage-item img {
  position: relative;
  z-index: 2;
  border-radius: 10px;
  box-shadow: 0px 30px 64px 0px rgba(0, 0, 0, .4);
}

.respimg, .single-slider img {
  width: 100%;
  height: auto;
}

.btn-2 {
  position: relative;
  text-decoration: none;
  color: #cea356;
  background-color: #323246;
  padding: 15px 35px;
  font-size: 15px;
  border-radius: 5px;
  z-index: 1;
}



/* facilities */
.facilities-ds h5 {
  font-size: 16px;
  color: #c4a678;
  padding: 0px 0px 20px;
  font-weight: 400;
}

.facilities-ds h3 {
  color: #000;
  font-size: 42px;
  font-weight: 400;
}

.aminites-card-item {
  position: relative;
  padding: 40px 30px 30px;
  border: 1px solid #eee;
  border-radius: 10px;
  margin: 15px 0;
  transition: all .3s ease-in-out;
  background: #fff;
  transition:all .5s ease;
}

.aminites-card-item:hover {
  box-shadow: 0px 10px 14px 0px rgba(0,0,0,.10);
  cursor: pointer;
  transition: 1s ease;
}

.aminites-card-item i {
  text-align: left;
  display: block;
  color: #323246;
  font-size: 3.0em;
  margin-bottom: 20px;
  border-bottom: 2px solid #eee;
  padding-bottom: 20px;
}

.aminites-card-item h4 {
  font-size: 25px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #666;
  font-weight: 500;
}

.fa-alarm-clock:before {
  content: "\f34e";
}


.aminites-card-item p{
  text-align: left;
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 10px;
  font-weight: 400;
  color: #5e646a;
}

.aminites-card-item .tbc-separator {
  margin-top: 10px;
}

.tbc-separator {
  background: #eee;
  height: 1px;
  margin-top: 30px;
}

.aci_num {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px !important;
  color: #323246;
  width: 60px;
  height: 60px;
  padding-left: 10px;
  line-height: 60px;
  background: #f9f9f9;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-radius: 0 0 0 10px;
}

/* about-html */
#about-bg {
  background: url(img/img-10.jpg) rgba(0, 0, 0, 0.55);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 70vh;
  display: flex;
  align-items: center;
  text-align: center;
}

.about-dsc h2 {
  font-size: 30px;
  color: white;
  padding: 0px 0px 20px;
  font-weight: 400;
}

.about-dsc h1 {
  color: white;
  font-size: 42px;
  font-weight: 400;
} 

/* gallery */
.gallery-ds h5 {
  font-size: 16px;
  color: #c4a678;
  padding: 0px 0px 20px;
  font-weight: 400;
}

.gallery-ds h3 {
  color: #000;
  font-size: 42px;
  font-weight: 400;
} 

.gallery-img {
  height: 300px;
  width: 100%;
  margin: 15px 0;
}

.gallery-img img {
  width: 100%;
  height: 300px;
  border-radius: 5px;
}


/* testimonials */
#testimonials {
  position: relative;
  padding: 70px 0;
}

.testimonials-ds h4 {
  color: #c4a678;
  font-size: 18px;
  padding: 0px 0px 10px;
  font-family: italic;
  font-weight: 500;
}

.testimonials-ds h2 {
  font-size: 42px;
  font-weight: 400;
  color: #323246;
}
.testimonials-card {
  position: relative;
  background-color: #f9f9f9;
  padding: 15px;
  border: 2px solid #5e646a3f;
  border-radius: 10px;
  margin: 10px;
}

.quote-l {
  position: absolute;
  left: 25px;
  top: 20px;
}

.quote-r {
  position: absolute;
  right: 25px;
  bottom: 20px;
}

.quote-r i {
  font-size: 30px;
  color: #cea356;
}

.quote-l i {
  font-size: 30px;
  color: #cea356;
}

.testi-link {
  text-decoration: none;
  color: #cea356;
  font-size: 25px;
}
.testimonials-card .cards {
  padding: 20px;
  background-color: white;
  border-radius: 10px;
  border: 2px solid #6666663f;
}

.testimonials-card .cards h3 {
  color: #1e1e1e;
  font-size: 21.6px;
  font-weight: 600;
  text-align: center;
  margin-top: 15px;
}

.star-rating i {
  margin: 15px 0;
  color: #cea356;
  font-size: 15px;
}

.card-footer {
  margin: 15px 0;
}
.card-footer p {
  position: absolute;
  left: 30px;
  bottom: 15px;
  font-size: 20px;
}

/* rooms-html */
#rooms-bg {
  background: url(img/img-1.jpg) rgba(0, 0, 0, 0.55);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 70vh;
  display: flex;
  align-items: center;
  text-align: center;
}

#rooms {
  padding: 70px 0;
}

.rooms-dsc h2 {
  font-size: 30px;
  color: white;
  padding: 0px 0px 20px;
  font-weight: 400;
}

.rooms-dsc h1 {
  color: white;
  font-size: 42px;
  font-weight: 400;
} 

.rooms-card {
  border: 3px solid #eee;
  border-radius: 5px;
  margin: 15px 0;
}

.rooms-card .text {
  padding: 20px;
}

.rooms-card .header h2 {
  font-size: 27.6px;
  color: #c4a676;
  font-weight: 500;
  text-transform: capitalize;
}

.rooms-card .header p {
  font-size: 14.4px;
  color: #5e646a;
  line-height: 24px;
  margin: 15px 0;
  font-weight: 400;
}

.rooms-card .info  {
  display: flex;
  justify-content: space-between;
  border-top: 2px solid #eee;
  border-bottom: 2px solid #eee;
  padding: 20px 0;
}

.rooms-card .info .icons {
  display: flex;
}

.rooms-card .info .icons p {
  font-size: 15.6px;
  color: #666666;
  font-weight: 400;
  text-transform: capitalize;
  margin-left: 10px;
  margin-top: -3px;
}

.rooms-card .text .info .footer-room {
  margin-top: 150px !important;
}
/* gallery-html */
#gallery-bg {
  background: url(img/standard-double-room.jpg) rgba(0, 0, 0, 0.55);
  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-ds h2 {
  font-size: 30px;
  color: white;
  padding: 0px 0px 20px;
  font-weight: 400;
  text-transform: capitalize;
}

.gallery-ds h1 {
  text-transform: capitalize;
  color: white;
  font-size: 42px;
  font-weight: 400;
} 

#gallery-gallery {
  padding: 70px 0;
}

/* contact-html */
#contact-bg {
  background: url(img/img-4.jpg) rgba(0, 0, 0, 0.55);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 70vh;
  display: flex;
  align-items: center;
  text-align: center;
}

.contact-ds h2 {
  text-transform: capitalize;
  font-size: 30px;
  color: white;
  padding: 0px 0px 20px;
  font-weight: 400;
}

.contact-ds h1 {
  text-transform: capitalize;
  color: white;
  font-size: 42px;
  font-weight: 400;
}

#contact-form {
  padding-top: 70px ;
}

.contact-infoo {
  border: 2px solid #6666663f;
  padding: 5px;
  border-radius: 10px;
  background-color: white;
}

.contact-card .img  {
  padding-bottom: 20px;
  border-bottom: 2px solid #eee;
}

.contact-card {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  border: 2px solid #eee;
  border-radius: 5px;
  padding: 20px;
  margin: 15px 0;
}


.contact-card h2 {
  text-transform: capitalize;
  margin: 15px 0;
  color: #1e1e1e;
  font-size: 24px;
  font-weight: 500;
}


.contact-card p a {
  text-decoration: none;
  font-size: 15px;
  color: grey;
}
.contact-card p {
  font-size: 15px;
  color: grey;
}


/* media */
@media (max-width:1100px) {
  .btn-2 {
    padding: 10px 20px;
    font-size: 15px;
  }
  .index-ds h2 {
    margin-top: 140px;
    font-size: 40px;
    font-weight: 75px;
    font-weight: 400;
    color: #FFFFFF;
  }

  .section-title h4 {
    font-size: 18px;
  }
  .section-title h2 {
    font-size: 35px !important;
  }

  .facilities-ds h5 {
    font-size: 18px;
  }

  .facilities-ds h3 {
    font-size: 35px;
  }

  .aminites-card-item i {
    font-size: 23px;
  }

  .aminites-card-item h4 {
    font-size: 20px;
  }

  .aminites-card-item p {
    font-size: 14px;
  }

  .gallery-ds h5 {
    font-size: 18px;
  }

  .gallery-ds h3 {
    font-size: 35px;
  }

  .testimonials-ds h4 {
    font-size: 18px;
  }

  .testimonials-ds h2 {
    font-size: 35px;
  } 

  .cards h3 {
    font-size: 18px;
  }

  .cards p {
    font-size: 14px;
  }

  .testi-link {
    font-size: 18px;
  }

  /* contact */
  .contact-icon i {
    font-size: 20px;
  }
  .contact-header h2 {
    font-size: 20px;
  }

  .contact-text-p p {
    font-size: 12px;
  }

  .contact-footer h3 {
    font-size: 15px;
  }
}

@media(max-width:767px) {
  .hero-image-collge-wrap {
    margin: 30px 0;
  }

  .contact-infoo {
    margin: 20px 0;
  }
}