@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-font-smotthing: antialiased;
}

html,
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
a:hover{
  cursor: pointer;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 0 !important;
}

input,
textarea {
  outline: none !important;
}

input:focus,
textarea:focus,
select:focus,
a:focus,
button:focus {
  box-shadow: none !important;
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li,
span,
button {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
}

.f-bold {
  font-weight: 900;
}

.bold {
  font-weight: 600;
}
button:active{
  scale: 0.9;
}
p {
  line-height: 2;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #666666;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
ul,
li,
span,
button {
  font-family: "Barlow", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {

  font-weight: 400 !important;
  color: #222222;
}

/* Custom Scrollbar */

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #010101;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #010101;
}


.shadow {
  filter: drop-shadow(1px -1px 3px rgba(0, 0, 0, 0.25));
}

.btn1 {
  display: inline-block;
  padding: 8px 30px;
  color: #222222;
  background-color: transparent;
  cursor: pointer;
  transform: translateY(0px);
  border: 1px solid #4D4D4D;
  transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 1s;


}

.btn1:hover {
  background-color: #4D4D4D;
  color: #fff;
  transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
}

.btn2 {
  display: inline-block;
  padding: 12px 25px;
  color: #000;
  background-color: #fff;
  border: none;
  cursor: pointer;
  border: 0;
  font-size: 16px;
  transform: translateY(0px);
  transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
}

.btn2:hover {
  transform: translateY(-5px);
  transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
}

.flatbtn {
  padding: 5px 5px 5px 0px;
  border-bottom: 1px solid #4D4D4D !important;
  text-transform: uppercase;
  color: #4D4D4D;
}

.flatbtn:hover {
  color: #000;
}

.menu {
  display: none;
}

.color2 {
  color: #222222;
}


/* header */
.fa-envelope {
  font-size: 18px;
}

.download-div {
  position: fixed;
  right: 0;
  top: 30%;
  writing-mode: vertical-lr;
  transform: rotate(180deg) translateY(-50%);
  z-index: 100;
  transition: all 0.5s ease;
}

.download-div a {
  color: #222222;
  text-decoration: none;
  padding: 35px 11px !important;
  background-color: #EFEAE8;
  border-radius: 0px 5px 5px 0;
  border: 1px solid #a3a3a3 !important;
}



.modal .modal-content {
  background-color: rgba(255, 255, 255, 0.945) !important;
}

.modal input,
.modal select {
  width: 100%;
  height: 50px;
  padding-left: 1rem;
  outline: none;
  border: 1px solid;
  margin-bottom: 1rem;
  background-color: transparent;
  border-radius: 5px;
}

.modal input[type="checkbox"] {
  width: 15px;
  height: 15px;

}

.modal textarea {
  width: 100%;
  height: 70px;
  border-radius: 5px;
  padding-left: 1rem;
  border: 1px solid !important;
  padding-top: 0.6rem;
  outline: none;
  margin-bottom: 1.5rem;
  border: 0;
  background-color: transparent;
}



/* nav */
.fixed-top{
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1024;
  animation: smoothScroll 0.8s forwards alternate;
}
.header{
  animation: smoothScroll 0.8s forwards alternate;
}

@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}

@keyframes smoothImage {
	0% {
		width: 100%;
	}
	100% {
		width: 125px;
	}
}
.header .logo img{
  width: 50px;
  animation: all 0.8s ease-in-out alternate;
}
.fixed-top img{
  width: 125px;
  animation: smoothImage 0.8s ease-in-out alternate;
}

.fixed-top .nav-total{
  margin-top: 40px !important;
}

.nav-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
}

.nav-total {
  gap: 70px
}

.nav-items li {
  text-transform: uppercase;
}


.nav-items a {
  color: #222222;
}

.menu {
  display: none;
}

.rectangle1 {
  background-color: #efeae8;
  height: 39px;
  width: 200%;
  left: 250px;
  top: 0;
  position: absolute;
  /* border-width: 50px 0 50px 50px; */
  clip-path: polygon(50% 0%, 100% 0, 100% 100%, 2% 99%, 0 0);
  z-index: 2;
}

.icons i {
  font-size: 23px;
}
.info a{
  color  : #222;
}


.icons{
  top: 3px;
}


.top-header a:hover{
  color: #222;
  cursor: pointer;
}

.top-header{
  position: absolute;
  right: 12px;
  top: 5px;
  width: 1000px;
  z-index: 3;
}


/* .rec1 {
  background: #EFEAE8;
  clip-path: polygon(50% 0%, 100% 0, 100% 100%, 4% 99%, 0 0);
  width: 1264px;
  position: absolute;
  z-index: 1;
  top: 0;
  height: 38px;
} */

.dropdown-toggle::after {
  vertical-align: middle;
}

.dropdown-menu {
  border-radius: 0px;
  background-color: rgb(255 255 255 / 100%);
  min-width: 15rem;
  padding: 0px;
  border: 1px solid transparent;
  box-shadow: 0px 1px 11px #00000024;
}

.dropdown-item {    
  padding: 10px 12px !important;
  transition: all 0.8s ease;
}

.dropdown-item:hover {
  background: #EFEAE8;
  color: #222222 !important;
}

/* banner */


/* Banner */
/* section.banner img{
  height: 550px;
  object-fit: cover;
} */

section.banner .banner_content {
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  color: #333333;
  z-index: 9;
}


section.banner .banner_content h1 {
  font-size: 50px;
  width: 80%;
}

section.banner .banner_content p {
  width: 80%;
}

section.banner .carousel-indicators [data-bs-target] {
  background-color: #333333;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

section.banner .carousel-indicators .active {
  background-color: #fff !important;
}


/* About us */


/* Roomtype */
section.roomsType .item p {
  font-size: 14px;
  line-height: 24px;
  columns: #666666;
}

section.roomsType .owl-carousel .owl-nav.disabled {
  display: block !important;
}


.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  font-size: 75px;

}

.owl-nav button.owl-prev {
  position: absolute;
  left: -50px;
  top: 30%;
  z-index: 999;
  scale: 1;
  transition: all 0.5s ease;
}

.owl-nav button.owl-next {
  position: absolute;
  right: -50px;
  top: 30%;
  z-index: 999;
  scale: 1;
  transition: all 0.5s ease;
}

.owl-nav button.owl-prev:hover {
  background-color: transparent !important;
  scale: 1.1;
  transition: all 0.5s ease;
  color: #222222;
}


.owl-nav button.owl-next:hover {
  background-color: transparent !important;
  scale: 1.1;
  transition: all 0.5s ease;
  color: #222222;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  color: #000 !important;
}

/* Testimonial */
#testimonial .testi-image img {
  width: 100px;
}

#testimonial .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none !important;
}

#testimonial .quote img {
  width: 30px;
}

#testimonial .quote .left {
  position: absolute;
  top: 0px;
}

#testimonial .quote .right {
  position: absolute;
  bottom: 10px;
  right: 0;

}

#testimonial p {
  font-size: clamp(16px, 2vw, 20px);
}

section.testimonials .owl-carousel .owl-dots.disabled {
  display: block !important;
}


.owl-theme .owl-dots .owl-dot span {
  background-color: transparent !important;
  outline: 1px solid #222222 !important;
  outline-offset: 4px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #222222 !important;
}


/* why choose us */
.why-content {
  position: absolute;
  top: 15%;
  z-index: 1;
}

/* Blogs */

.blog-bgColor {
  background-color: #F3F6FB;
}

section.blogs .owl-carousel.owl-drag .owl-item {
  /* margin-right: 0px !important; */
}

#blogs p {
  font-size: 14px;
  line-height: 24px;
}

#blogs h5 {
  line-height: 28px;
}

/* footer */


.hr1 {
  height: 1px;
  width: 70px;
  background-color: #222;
  margin-bottom: 3px;
}

.hr2 {
  height: 1px;
  width: 40px;
  background-color: #222;
}

section.footer .quick-links ul li {
  margin-bottom: 12px;
  font-family: "Poppins", sans-serif;
}

section.footer .quick-links ul li:hover {
  color: #222;
}



/* **************** rooms start */

.slick-slider .slick-prev,
.slick-slider .slick-next {
  z-index: 100;
  font-size: 2.5em;
  height: 40px;
  width: 40px;
  margin-top: -20px;
  color: #000000;
  position: absolute;
  top: 50%;
  text-align: center;
  color: #000;
  opacity: 1;
  transition: opacity .25s;
  cursor: pointer;
  background: #FFFFFF;
  display: none !important;
}

.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
  opacity: 1;

}

.slick-slider .slick-prev {
  left: 0;
}

.slick-slider .slick-next {
  right: 0;
}

#detail .product-images {
  width: 100% !important;
  margin: 0 auto;
}

#detail .product-images li,
#detail .product-images figure,
#detail .product-images a,
#detail .product-images img {
  display: block;
  outline: none;
  border: none;
  object-fit: cover;
  width: 100%;

}

#detail .product-images .main-img-slider figure {
  margin: 0 auto;
  padding: 0 0em;

}

#detail .product-images .main-img-slider img {
  height: 474px;
  cursor: zoom-in;
  border: 1px solid transparent;
  border-radius: 0;
  object-fit: cover;
  width: 100%;
  /* padding: 2px; */
}



#detail .product-images .main-img-slider figure a {
  /* cursor: pointer; */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in !important;

}

#detail .product-images .main-img-slider figure a img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

#detail .product-images .thumb-nav {
  padding: 20px 0px;
  width: 100%;
}

#detail .product-images .thumb-nav.slick-slider .slick-prev,
#detail .product-images .thumb-nav.slick-slider .slick-next {
  font-size: 1.2em;
  height: 20px;
  width: 26px;
  margin-top: -10px;
}

#detail .product-images .thumb-nav.slick-slider .slick-prev {
  margin-left: -30px;
}

#detail .product-images .thumb-nav.slick-slider .slick-next {
  margin-right: -30px;
}

#detail .product-images .thumb-nav li {
  display: block;
  margin: 0 auto;
  cursor: pointer;
  overflow: hidden;
  /* margin-right: 0.5rem; */
  /* margin-right: 10px; */
}

#detail .product-images .thumb-nav .slick-slide {
  margin-right: 10px;
  width: auto !important;
}

#detail .product-images .thumb-nav .slick-track {
  display: flex !important;
}

#detail .product-images .thumb-nav .slick-slide:last-of-type {
  margin-right: 0 !important;
}


#detail .product-images .thumb-nav li img {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: border-color .25s;
  -ms-transition: border-color .25s;
  -moz-transition: border-color .25s;
  transition: border-color .25s;
  object-fit: cover;
  height: 116px;
  padding: 0rem;

}

#detail .product-images .thumb-nav li:hover,
#detail .product-images .thumb-nav li:focus {
  border-color: #999;
}

#detail .product-images .thumb-nav li.slick-current img {
  border-color: #0079E3;
}

.main_img {
  width: 100%
}

section.room-details .amen {
  display: flex;
  align-items: center;
  gap: 15px;
  /* color: #383838; */
  justify-content: flex-start;
}

section.room-details .enquire-form {
  padding: 15px 15px;
}

.form-control::placeholder {
  font-family: "Poppins", sans-serif;
}

section.room-details .wrapper {
  position: sticky;
  top: 105px;
}

@media (min-width: 576px) {
  .dropdown:hover > .dropdown-menu {
      display: block;
      margin-top: 0;
  }
}




  /* About us  */
  .bg-blue{
    /* background-color: #0066A9; */
    background-color: #EFEAE8;
  }


  /* Start Highlight */
section.Highlight .background {
  background-image: url('../images/aboutbg.webp');
  height: auto;
  width: 100%;
  background-size: 100% 100%;
  padding-top: 55px;
}

section.Highlight .heading .class-1 {
  border-top: 3px solid #C94545;
  width: 5%;
}

section.Highlight .heading {
  display: flex;
  align-items: center;

}

section.Highlight .heading span {
  color: #C94545;
  font-weight: bold;
  font-size: 13px;
}

section.Highlight .main-head h3 {
  font-size: 42px;
  font-weight: bold;
  color: #fff;
  line-height: 53px;
}

section.Highlight .main-head p {
  line-height: 27px;
  font-size: 16px;
  color: #fff;
}

/* other head */

section.Highlight .other-head h4 {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
}

section.Highlight .other-head {
  color: #fff;
  height: 90%;
}

section.Highlight .other-head {
  border: 1px solid #fff;

}




/* End Highlight */

.border-b{
  border: 1px solid #222;
  background-color: #66666611;
}



/* Contact */
.tour-headline h2{
  font-weight: 600;
  }
  .contact-heading h2{
  font-weight: 600;
  }


  .address-box{
    padding: 0px 45px 0px 45px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #d7d7d7;
  }


 .contact-form {
    background-color: #ffffff;
    border-radius: 12px;
  }
  
 .contact-form textarea {
    resize: none;
  }
  
  .contact-form .form-input,
  .form-text-area {
    background-color: #f0f4f5;
    height: 40px;
    padding-left: 16px;
  }
  
  .contact-form .form-text-area {
    background-color: #f0f4f5;
    height: auto;
    padding-left: 16px;
  }
  
  .contact-form .form-control::placeholder {
    color: black;
    opacity: 1;
  }
  
  .contact-form .form-control:-ms-input-placeholder {
    color: black;
    font-weight: 500;
  }
  
  .contact-form .form-control::-ms-input-placeholder {
    color: black;
    font-weight: 500;
  }
  
  .contact-form .form-control:focus {
    border-color: #f33fb0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07), 0 0 8px #4e4e4e;
  }
  
  .contact-form .title {
    text-align: center;
    color: white;
    font-size: 24px;
    font-weight: 500;
  }
  
  .contact-form .description {
    color: white;
    font-size: 14px;
    text-align: center;
  }
  
  .contact-form .submit-button-wrapper {
    text-align: center;
  }
  
  .contact-form .submit-button-wrapper input {
    border: 1px solid #fff;
    border-radius: 4px;
    background-color: #4e4e4e;
    color: white;
    text-transform: uppercase;
    padding: 10px 60px;
    font-weight: 500;
    letter-spacing: 2px;
    margin: 10px;
  }
  
  .contact-form .submit-button-wrapper input:hover {
    background-color: #4e4e4e;
  }




  

  /* Blog-single */
  .blog-image{
    height: 400px;
    width: 100%;
    object-fit: cover;
  }
  

  .latest-blogs{
  border: 1px solid #4d4d4d3f;
  padding: 20px;
  }
  
  .blog-logo-height{
    height: 40px;
    border-radius: 5px;
  }
  .latest-blogs ul a{
    color: #212529;
    padding: 5px 10px;
      display: inline-block;
      font-size: 14px!important;
      border: 1px solid #ddd
  }
  .latest-blogs h6{
    color: #212529;
  }

  .sticky{
    position: sticky;
    top : 120px;
  }

  .sticky1{
    position: sticky;
    top : 130px;
  }



  .card-img-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 38.47%, rgba(0, 0, 0, 0.74) 68.22%, #000000 114.29%);
    padding: 15px 18px;
}

 .case_text {
    display: -webkit-box;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 24px;
    font-weight: 300;
}


section.case-study .card {
    overflow: hidden;
    transition: all 4s ease;
}

section.case-study .card img {
    transition: all 4s ease;
    object-fit: cover;
    transform: scale(1);
}

section.case-study .card:hover img {
    transform: scale(1.1);
}

.bg-date{
  background-color: #EFEAE8;
  padding: 5px 10px ;
  color: #222;
}


.form input{
  border-bottom: 1px solid #222;
  border-top: unset;
  border-right: unset;
  border-left: unset;
  width: 200px;
}

.form input::placeholder{
  text-align: center;
  color: #4D4D4D;
}

/* Facilities */

section.services .nav-pills .nav-link{
  background-color: transparent !important;
  color : #222222 !important;
  border-radius: 0 !important;
  border-bottom : 1px solid #222 !important;
  padding: 12px 15px !important;
  text-align: left !important;
  display: flex !important;
  align-items: center !important;
  gap: 5px !important;
  width: 22rem;
  height: 100%;
}



.footer p{
  line-height: 1.6;
}


.btn-container{
  position: absolute;
  top: 0;
  left: 350px;
}

.btn-container i{
  font-size: 25px;
  border: none;
  padding: 5px;
  background-color: transparent;
}

.btn-container button{
  border: 1px solid #222;;
  background-color: #fff;
}


.facili img{
  height: 450px;
  object-fit: cover;
}


.caption-s {
  transform: translate(-50px,-50px);
}
.facility-s .caption-s{
  transition: all 0.5s ease;
}

.facility-s:hover .caption-s{
  transform: translate(-50px,-70px);
  transition: all 0.5s ease;
  cursor: pointer;
}

.image-s img{
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.facility-s{
  position: relative;
  overflow: hidden;
}

