/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Raleway:100,400,600,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Baloo+Chettan&display=swap");

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/

/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
  box-sizing: border-box !important;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1170px;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #666666;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  line-height: 1.80857;
  font-weight: normal;
}

a {
  color: #1f1f1f;
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  font-weight: normal;
  position: relative;
  padding: 0 0 10px 0;
  font-weight: normal;
  line-height: normal;
  color: #111111;
  margin: 0;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 13px;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #212121;
  text-decoration: none !important;
  opacity: 1;
}

button:focus {
  outline: none;
}

ul,
li,
ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

p {
  margin: 0px;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
}

a {
  color: #222222;
  text-decoration: none;
  outline: none !important;
}

a,
.btn {
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

img {
  max-width: 100%;
  height: auto;
}

:focus {
  outline: 0;
}

.btn-custom {
  margin-top: 20px;
  background-color: transparent !important;
  border: 2px solid #ddd;
  padding: 12px 40px;
  font-size: 16px;
}

.lead {
  font-size: 18px;
  line-height: 30px;
  color: #767676;
  margin: 0;
  padding: 0;
}

.form-control:focus {
  border-color: #ffffff !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.navbar-form input {
  border: none !important;
}

.badge {
  font-weight: 500;
}

blockquote {
  margin: 20px 0 20px;
  padding: 30px;
}

button {
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.full {
  float: left;
  width: 100%;
}

.full {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}

/**-- heading section --**/

/*---------------------------- preloader area ----------------------------*/

.loader_bg {
  position: fixed;
  z-index: 9999999;
  background: #fff;
  width: 100%;
  height: 100%;
}

.loader {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader img {
  width: 280px;
}

/*-- header area --*/

/*--------------------------------------------------------------------- top banner area ---------------------------------------------------------------------*/

/*-- navigation--*/

.navigation.navbar {
  float: right;
  padding-top: 14px !important;
  padding: 0;
}

.navigation.navbar-dark .navbar-nav .nav-link {
  padding: 7px 0px 27px 0px;
  margin: 0 22px;
  color: #010101;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: #fff solid 3px;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
  color: #fe0000;
  border-bottom: #fe0000 solid 3px;
}

.navigation.navbar-dark .navbar-nav .active > .nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show > .nav-link {
  color: #fe0000;
  border-bottom: #fe0000 solid 3px;
}

/** banner section **/

.banner_main {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
}

/* Mobile-specific styles */
@media (max-width: 768px) {
  #myCarousel {
    display: none; /* Hide the carousel on small screens */
  }

  .banner_main {
    background-image: url("/images/car.png"); /* Static image for mobile */
    /* Adjust height to fit content */
  }
}
.banner .carousel-indicators li {
  width: 20px;
  height: 20px;
  border-radius: 30px;
  background: #000;
}

.banner .carousel-indicators .active {
  background-color: #fe0000;
}

.booking_ocline {
  position: absolute;
  width: 60%;
  top: 0;
  transform: translateY(1%);
}

.book_room {
  background-color: #000000c7;
  padding: 30px 35px;
  border-left: #ff0909 solid 5px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 90%, 0 100%);
  height: 120%;
}

.book_room h1 {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  padding-bottom: 20px;
  text-transform: uppercase;
  text-align: center;
}

.book_now span {
  display: block;
  color: #fff;
  font-size: 18px;
  padding-bottom: 5px;
}

.book_now .online_book {
  width: 100%;
  height: 50px;
  border: #fff solid 1px;
  background-color: transparent;
  color: #fff;
  padding: 0 10px;
  padding-right: 61px;
  margin-bottom: 25px;
  position: relative;
}

.book_btn {
  background-color: #fe0000;
  max-width: 189px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  border-radius: 50px;
  color: #fff;
  font-size: 20px;
  transition: ease-in 0.5s;
  display: block;
}

.nav_list a:hover {
  color: #fe0000;
  transition: ease-in 0.5s;
}

.carousel-control-next,
.carousel-control-prev {
  display: none;
}
.carousel-caption {
  position: absolute;
  bottom: 40%;
  left: 50%;
  padding: 20px;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}
.carousel-caption h3 {
  font-weight: 500;
  font-size: 34px;
  line-height: 30px;
  padding: 15px;
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
}
.carousel-indicators {
  right: inherit;
  bottom: 100px;
  margin-left: 9%;
}

/** end banner section **/

/**  inner page css **/
.back_re {
  background-color: #0f1521;
}
.back_re .title {
  text-align: center;
}
.back_re .title h2 {
  color: #fff;
  font-size: 40px;
  padding: 40px 0;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 35px;
}
.margin_0 {
  margin: 0 !important;
}

.inner_page .gallery {
  padding-top: 90px;
}
.inner_page .blog {
  margin-top: 90px;
}
.logo {
  width: 150px; /* Adjust as necessary */
}

.nav_list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.nav_list li {
  margin: 10px 0;
}

.nav_list a {
  text-decoration: none;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  padding-bottom: 20px;
  text-transform: uppercase;
  text-align: center;
}

.nav_list a:hover {
  text-decoration: underline;
}
