﻿body {
    font-family: "Roboto", sans-serif;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 26px; /*heading*/
}

h4 {
  font-size: 23px; /*card heading*/
  font-weight: 500;
  color: rgb(68, 68, 68);
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

p,
span {
  color: rgb(102, 102, 102);
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.btn-explore
{
  background-color: #8000ff;
}

.nav-link:hover {
    transform: translateY(-8px);
    color: #f66960 !important;
    transition: .4s;
}

.checkinchoice .nav-link{
    padding : 0;
}

.navbar-border {
    border-right: 2px solid #fff;
    height: auto; /* Ensures the border spans the height of the link text */
    display: flex;
    align-items: center;
}

.navbar-toggler
{
    background: white;
}

#video-background {
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    z-index: -3;
}

@media only screen and (max-width: 576px) {
  h1 {
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
  }

  .py-small-3{
      margin-top:20px;
      margin-bottom:20px;
  }
}

/* Medium screens (577px to 992px) */
@media only screen and (min-width: 577px) and (max-width: 992px) {
  h1 {
    font-size: 48px;
    font-weight: 800;
    text-transform: uppercase;
  }
}

/* Large screens (993px and above) */
@media only screen and (min-width: 993px) {
  h1 {
    font-size: 58px;
    font-weight: 800;
   /// text-transform: uppercase;
  }
}

.content {
  top: 30%;
  left: 0px;
}

.bg-header {
  background-color: rgba(0, 0, 0, 0.45);
}

.navbar-blur {
    background-color: rgba(0, 0, 0, 0.12); /* Adjust the transparency as needed */
    backdrop-filter: blur(3px); /* Adjust the blur radius as needed */
}

@media (min-width: 1400px) {
     .header-container {
        max-width: 1000px;
        margin: auto;
    }
}

.back-header {
  background: url("https://cdn-imgix-open.headout.com/home/video-banner/HotAirBalloon_fallback.jpg");
  background-repeat: no-repeat; /* Prevents image from repeating */
  background-position: center; /* Positions the image in the center */
  background-size: 100% 100%; /* Scales the image to cover the entire element */
  background-color: #f0f0f0;
  height: 90vh;
  width: 100%;
}


/* .carousel-control-prev-icon {
  background-color: yellow;
  display: inline-block;
} */

.slider-button {
    right: 26px;
}

.carousel-control-prev {
  left: -40px;
}

.carousel-control-prev,
.carousel-control-next {
  /* top: auto; */
  opacity: 1;
  /* margin-bottom: 5px; */
}

.custom-carousel-control-prev,
.custom-carousel-control-next {
  top: auto;
  opacity: 1;
  margin-bottom: 5px;
}


.scrollable-section {
  display: none !important;
  padding: 10px;
}

/* Show the section after scrolling for 200px */
.show-scrollable {
  display: block !important;
  animation: 0.3s ease-in-out 0s 1 normal none running smooth-header;
}

@keyframes smooth-header {
  0% {
    transform: translateY(-100%);
    /* height: 0px; */
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    height: 5.2rem;
    opacity: 1;
  }
}


.fs-medium{
  font-size: 18px;
  font-weight: 500;
}
.tab-shadow {
box-shadow: 0.1rem 0.1rem 0.8rem 0.1rem rgba(0, 0, 0, 0.15) !important;
}
.wrapper {
position: relative;
overflow-x: hidden;
background: #ffffff;
border-radius: 13px;
}
.wrapper .icon {
position: absolute;
top: 0;
height: 100%;
width: 120px;
display: flex;
align-items: center;
}
.icon:first-child {
left: 0;
display: none;
background: linear-gradient(90deg, #ffffff 70%, transparent);
}
.icon:last-child {
right: 0;
justify-content: flex-end;
background: linear-gradient(-90deg, #fffefe 70%, transparent);
}
.icon i {
width: 30px;
height: 30px;
cursor: pointer;
font-size: 0.8rem;
text-align: center;
line-height: 30px;
border-radius: 50%;
background: #efedfb;
}
.icon i:hover {
background: #efedfb;
}
.icon:first-child i {
margin-left: 15px;
}
.icon:last-child i {
margin-right: 15px;
}
.wrapper .tabs-box {
display: flex;
gap: 12px;
list-style: none;
overflow-x: hidden;
scroll-behavior: smooth;
}
.tabs-box.dragging {
scroll-behavior: auto;
cursor: grab;
}
.tabs-box .tab {
cursor: pointer;
font-size: 1.18rem;
white-space: nowrap;
/* background: #f5f4fd; */
padding: 13px 20px;
/* border-radius: 30px; */
/* border: 1px solid #d8d5f2; */
}
.tabs-box .tab:hover {
color: #8000ff;
}

.tabs-box .tab .tab-link:hover {
color: #8000ff;
}
.tabs-box.dragging .tab {
user-select: none;
pointer-events: none;
}
.tabs-box .tab.active,
.tabs-box .tab-link {
color: #8000ff;
}

a{
  text-decoration: none;
}

.accept-payments {
  display: grid;
  grid-template-columns: repeat(5, 35px);
}

.accept-payments-items {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}

.footer a{
  color: #000;
}

a:hover{
  color: #8000ff;
}

.round-circle {
  width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    background: rgb(68, 68, 68);
    color: rgb(255, 255, 255);
    font-family: halyard-text, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: 500;
    font-style: normal;
    font-feature-settings: normal;
    letter-spacing: 0px;
}


.separator {
  border: none;
  height: 1px;
  width: 100%;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
}


.overlay-card-content {
  display: flex;
  flex-direction: column;
  color: rgb(255, 255, 255);
  z-index: 3;
  padding: 1.6rem;
  background: linear-gradient(186.04deg, rgba(21, 1, 42, 0) 12.76%, rgb(21, 1, 42) 37.47%);;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.search-container {
  position: relative;
  width: 700px;
  height: 44px;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  display: flex;
  background-color: #f8f8f8;
  box-shadow: #0c0c0c;
}

@media screen and (max-width: 576px)
{
.search-container {  
width: 100% !important;
}

.content h1 {
    font-size: 2em !important;
}

}

.search-container input {
  flex: 1;
  padding: 9px 40px 9px 10px;
  border: none;
  border-radius: 40px;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  background-color: #f8f8f8;
}

.search-container .search-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: #555;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-container .search-icon i {
  color: #fff;
  font-size: 12px;
}

.login-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.language-options {
  display: flex;
  margin-right: 20px;
}

.language-option {
  margin-right: 10px;
  font-size: 14px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.language-option:last-child {
  margin-right: 0;
}

.language-option label {
  padding: 5px;
  cursor: pointer;
}

.language-option input[type="radio"] {
  display: none;
}

.language-option input[type="radio"]:checked + label {
  background: #555;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
}

.form-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}

.form-container h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

.form-container input[type="text"],
.form-container input[type="password"] {
  border: 1px solid #555;
  border-radius: 5px;
  padding: 10px;
  outline: none;
  margin: 5px 0;
  width: 100%;
  box-sizing: border-box;
}

.form-container input[type="text"]:focus,
.form-container input[type="password"]:focus {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}

.form-container .sign-in-button {
  border: none;
  background: #555;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
  margin: 10px 0;
  width: 100%;
}

.form-container .sign-in-button:hover {
  background: #777;
  color: #fff;
}

.form-container .sign-in-button:focus {
  box-shadow: 0 1px;
}


.select-date-container {
  align-items: center;
  background-color: #f9f9f9;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.price-text {
  color: #555;
  font-size: 18px;
  font-weight: 600;
  margin-right: 10px;
}

.select-date-text {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.check-availability-button {
  background-color: #555;
  color: #fff;
  border: none;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
}

.check-availability-button:hover {
  background-color: #777;
  color: #fff;
}

.city-heading-name{
  font-size: 16px;
}

.background {
    position: relative;
    background-image: url("https://checkinchoice.com/wp-content/uploads/2022/04/earth-1.jpg"); /* replace with the path to your background image */
    background-size: cover;
    min-height: 60vh;
    background-position: center;
    background-attachment: fixed;
    padding: 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1; /* Added this line */
}

    .background::before,
    .background::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 136px; /* Adjust height as needed */
        background-size: cover;
        background-position: center;
        z-index: -1; /* Added this line */
    }

    .background::before {
        top: 0;
        left: 0;
        background-image: url(/assets/images/upper-image.png); /* replace with the path to your starting image */
    }

    .background::after {
        bottom: 0;
        left: 0;
        background-image: url("/assets/images/lower-image.png"); /* replace with the path to your ending image */
    }

h1 {
    font-size: 36px;
    margin-bottom: 30px;
}

.offer {
    background: white;
    color: black;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
    overflow: hidden; /* Added this line */
}

    .offer .offer-image-container {
        width: 100%;
        padding-top: 100%; /* 1:1 aspect ratio */
        position: relative;
        overflow: hidden;
    }

    .offer img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 1.5s;
    }

        .offer img:hover {
            transform: scale(1.2);
        }


.footer-bg {
    background-image: linear-gradient(45deg, #000000c7, #1f1e1ebf), url('../images/footer_image.jpg');
    background-size: cover;
    min-height: 60vh;
    background-position: center;
    padding: 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-bg p,.footer-bg ul li a{
    color: #fff !important;
}