.bg-custom-blue {
    background-color: #1c3e7b;
}

.hero-section h1{
    color: white;
}

/* header part */

.navbar-header-hill {
    height: 68px;
    /* background: white !important; */
}

/* header part */

/* top header */
.top-header-part {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-header-item {
    background: #1c3e7b;
    padding: 10px 0;
}

.mein-side-contant a {
    color: white;
    font-size: 14px;
}

.section-booking-right h2 {
    color: white;
}

.mein-side-contant a:hover {
    color: rgb(195, 193, 193);
}

/* top-header */

.header-nav-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu-list-item {
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 36px;
    padding: 0;
}

.menu-drop-down {
    display: flex;
    align-items: center;
    gap: 20px;
}
.center-side-logo a img {
    /* border-radius: 100px; */
    width: 130px;
}


.menu-list-item li a {
    font-size: 16px;
    font-weight: 600;
    color: black;
    text-transform: uppercase;
}


/* header part */


/* hero section */
.hero-section {
  position: relative;
  height: 80vh;
  min-height: 600px;
  overflow: hidden;
}

.hero-swiper {
  width: 100%;
  height: 100%;
}

.hero-swiper .swiper-slide {
  position: relative;
}

.hero-video,
.hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.7)
  );
  z-index: 1;
}

.hero-content {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

/* Hero Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.animate-fade-in {
  animation: fadeInUp 1s ease-out;
}

.animate-fade-in-delay-1 {
  animation: fadeInUp 1s ease-out 0.3s both;
}

.animate-fade-in-delay-2 {
  animation: fadeInUp 1s ease-out 0.6s both;
}

.animate-fade-in-delay-3 {
  animation: fadeInUp 1s ease-out 0.9s both;
}

/* Hero Swiper Navigation */
.hero-swiper .swiper-button-next,
.hero-swiper .swiper-button-prev {
  color: white;
  background: rgba(255, 255, 255, 0.2);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  backdrop-filter: blur(10px);
}

.hero-swiper .swiper-button-next:after,
.hero-swiper .swiper-button-prev:after {
  font-size: 20px;
}

.hero-swiper .swiper-button-next:hover,
.hero-swiper .swiper-button-prev:hover {
  background: rgba(255, 255, 255, 0.3);
}

.hero-swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: white;
  opacity: 0.5;
}

.hero-swiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--warning-color);
}

/* form */

.custom-booking-wrapper .form-label {
    display: block;
    text-align: left;
    font-weight: 600;
}

.custom-booking-wrapper .form-control,
.custom-booking-wrapper .form-select {
    height: 50px;
    border-radius: 6px;
}

.custom-booking-wrapper .nav-tabs .nav-link {
    color: #333;
    font-weight: 600;
}

.custom-booking-wrapper .nav-tabs .nav-link.active {
    background-color: #1c3e7b;
    color: #fff;
    border-color: #1c3e7b;
}

.custom-search-btn {
    background-color: #1c3e7b;
    border: none;
    color: #fff;
    height: 45px;
}

.custom-search-btn:hover {
    background-color: #1c3e7b;
}
.button-slider-item {
    width: 206px;
    font-size: 22px;
}

.button-slider-item {
    border: 1px solid #e7e7e7 !important;
}

.menu-list-drop {
    display: flex;
    align-items: center;
    gap: 8px;
}

.main-contan-open {
    position: relative;
}

/* hero section */

/* booking  */
.custom-number-name {
    background: #1c3e7b;
    border: navajowhite;
    color: white;
}


.text-price-primary {
    color: #1c3e7b;
}

.rating-plan {
    display: flex;
    justify-content: space-between;
}

.lest-booking {
    position: relative;
}

.custom-booking-form {
    position: absolute;
    width: 100%;
    top: -232px;
    z-index: 99;
}
.custom-booking-wrapper {
    padding-bottom: 152px;
}
.main-contant-slider {
    padding: 0px 100px;
}
/* booking */

.w-40 {
  width: 40% !important;
}


