@import url("https://fonts.googleapis.com/css2?family=Moderustic&family=SUSE:wght@600&display=swap");

* {
  padding: 0px;
  margin: 0px;
  font-family: "Moderustic";
}
body {
  font-family: "Moderustic", "Poppins", sans-serif;
  color: #2f4f4f; /* Dark Slate Gray */
  /* background-color: #87cefa; Light Sky Blue */
}
.overlay {
  position: relative;
  /* width: 100%;
  height: 100%; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
}

.back-btn {
  top: 20px;
  left: 20px;
  font-size: 1em;
  text-decoration: none;
  color: #38b6ff; /* Sky Blue */
  background: transparent;
  border: 2px solid #38b6ff;
  padding: 8px 16px;
  border-radius: 5px;
  font-weight: bold;
  transition: 0.3s ease;
}

.back-btn:hover {
  background: #38b6ff; /* Sky Blue */
  color: #fff; /* White */
}
/* Navigation Bar */
.nav-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 1.5px;
}
.UttDest {
  max-width: 100%;
  height: 600px;
  display: flex;
}
/* .UttDest div {
  border: 1px solid black;
} */
.leftSection {
  width: 36.5%;
  display: flex;
}
.rightSection {
  width: 64.5%;
  display: flex;
}
.leftImg {
  width: 40%;
  display: flex;
}
.rightImg {
  width: 60%;
}
.One {
  padding-top: 300px;
  padding-left: 5px;
  width: 80%;
  height: 240px;
}
.Two {
  width: 100%;
  padding-top: 50px;
  height: 440px;
}
.contentDest {
  width: 40%;
  /* border: 1px solid green; */
}
.imageDestSec {
  width: 60%;
  /* border: 1px solid green; */
  display: flex;
}
.imgRLeft {
  width: 40%;
}
.imgRRight {
  width: 60%;
}
.Three {
  width: 90%;
  padding-top: 180px;
  height: 300px;
}
.Three img {
  height: 500px;
}
.Four {
  padding-bottom: 20px;
  height: 300px;
}
.Five {
  height: 30%;
}

.Six {
  height: 20%;
  /* display: flex; */
  align-items: center;
}
.Four img {
  padding-top: 30px;
  width: 98%;
  z-index: -1;
}
.Five img {
  width: 70%;
  height: 100%;
}
/* .Six img {
  height: 70%;
} */
.Six a {
  padding-left: 10px;
  text-decoration: none;
  font-size: 1.2rem;
  /* letter-spacing: 3px; */
}
.Six p {
  padding-top: 20px;
}
.heading {
  width: 200%;
  z-index: 100;
  height: 25%;
  padding: 10px;
  font-size: 7rem;
}
.heading p {
  z-index: 100;
  position: absolute;
  color: #5699cc; /* Muted Sky Blue */
  -webkit-text-stroke: 1px white;
  -webkit-text-fill-color: #5699cc; /* Inner color */
}
.line {
  margin-left: 30px;
  border-radius: 8px;
  width: 35%;
  display: block;
  height: 3px;
  background-color: #5699cc; /* Muted Sky Blue */
}
.contentP {
  padding: 40px;
  letter-spacing: 3px;
}
/* img {
  border-radius: 12px;
} */
@media (min-width: 769px) {
  .UttDest {
    /* background-color: whitesmoke; */
    /* justify-content: center;
    align-items: center; */
  }
}
/* Media query for devices with a max-width of 768px (tablets and mobile devices) */
@media (max-width: 768px) {
  .UttDest {
    padding-top: 20px;
    flex-direction: column; /* Stack columns */
    height: 620px;
  }

  .heading {
    font-size: 3rem; /* Smaller heading font size on mobile */
  }
  .contentDest,
  .imageDestSec,
  .imgRLeft,
  .imgRRight {
    width: 100%; /* Make these sections take full width */
  }

  .One {
    padding-top: 100px; /* Reduced padding for mobile */
  }

  .Two {
    padding-top: 30px;
  }

  .Four img,
  .Five img {
    width: 100%; /* Images take full width on mobile */
    height: auto;
  }

  /* .Six {
    padding: 20px;
  } */

  .Six a {
    font-size: 1rem; /* Adjust link font size for mobile */
    background-color: rgba(160, 208, 247, 0.9); /* Glass effect */
    padding: 10px 20px;
    border-radius: 12px;
    color: white;
    box-shadow: 0 0 0 5px;
    backdrop-filter: blur(8px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    border: 1px solid rgba(209, 213, 219, 0.3);
  }

  .Six p {
    padding-top: 50px; /* Reduced padding for mobile */
  }
  .leftSection {
    display: none;
  }
  .heading {
    height: 18%;
    width: 100%;
    color: rgba(37, 146, 182, 0.642);
    -webkit-text-stroke: 1px white;
    -webkit-text-fill-color: rgba(37, 146, 182, 0.642);
  }
  .imageDestSec {
    position: absolute;
    z-index: -1;
  }
  .contentP {
    /* color: white; */
    /* background-color: rgb(107, 174, 232); */
    /* border: 1px solid white;
    border-radius: 12px;
    width: 90%;
    margin-left: 20px;
    margin-top: 30px; */
  }
  /* .line {
    display: none;
  } */
  .imgRRight {
    position: relative;
  }
  .Four img {
    width: 200px;
    height: 300px;
  }
  .Five img {
    position: relative;
    z-index: -1;
    margin-top: 120px;
    height: 150px;
  }
  /* .Six {
    margin-top: 60px;
  } */
  .line {
    margin-top: 40px;
  }
  .glass {
    color: rgb(0, 0, 0);
    margin-left: 20px;
    margin-top: 50px;
    width: 80%;
    position: absolute;
    backdrop-filter: blur(8px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background-color: rgba(235, 246, 247, 0.75);
    border-radius: 12px;
    border: 1px solid rgba(209, 213, 219, 0.3);
  }
}

.Four img {
  position: relative;
  padding-top: 30px;
  width: 90%;
  height: 80%;
  z-index: -1;
}
img {
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.UttDest [data-sr-id] {
  visibility: hidden;
}
.Dest1 {
  background-color: #add8e6; /* Soft Pastel Blue */
}
.Four img {
  position: relative;
  z-index: 1;
}

section:nth-child(odd) {
  background-color: whitesmoke;
}
@media (max-width: 768px) {
  section:nth-child(odd) {
    background-color: transparent;
  }
}
.travel-website-footer {
  background-color: #222;
  color: #fff;
  font-family: "Poppins", sans-serif;
  padding: 40px 0;
}

.travel-footer-heading {
  font-size: 18px;
  color: rgb(0, 102, 255);
  margin-bottom: 15px;
}

.travel-footer-container a {
  color: #ff5e14;
  text-decoration: none;
  transition: color 0.3s;
}

.travel-footer-container a:hover {
  color: #fff;
}

.travel-footer-container ul {
  list-style: none;
  padding: 0;
}

.travel-footer-contact-info li,
.travel-footer-quick-links li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.travel-footer-contact-info li i,
.travel-footer-quick-links li a:hover {
  color: #ff5e14;
  font-size: 18px;
}

.travel-footer-quick-links a {
  color: #ccc;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.3s;
}

.travel-footer-quick-links a:hover {
  color: #ff5e14;
}

/* Social Links */
.travel-footer-social-links {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.travel-footer-social-links a {
  background: #333;
  color: #fff;
  font-size: 18px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.3s, transform 0.3s;
}

.travel-footer-social-links a:hover {
  background: #1476ff;
  transform: scale(1.1);
}

/* Subscribe Form */
.travel-footer-subscribe-form {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.travel-footer-input {
  flex: 1;
  padding: 10px;
  border: none;
  border-radius: 4px;
  outline: none;
  background: #333;
  color: #fff;
}

.travel-footer-button {
  padding: 10px 20px;
  background: #14a1ff;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  transition: background 0.3s;
}

.travel-footer-button:hover {
  background: #1261e0;
}

/* Footer Bottom */
.travel-footer-bottom {
  margin-top: 20px;
  padding-top: 20px;
  /* border-top: 1px solid #444; */
}

.travel-footer-bottom p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.col12 {
  display: flex;
}
.col-lg-4 {
  padding: 0px 40px;
  width: 50%;
}
.leftF {
  width: 70%;
}
.travel-footer-contact-info,
.travel-footer-quick-links {
  display: flex;
  flex-direction: column;
}

.travel-footer-contact-info li,
.travel-footer-quick-links li {
  list-style: circle;
  padding: 2px 1px;
  border-radius: 0;
  width: 100%;
  height: auto;
  border: none;
  transform: translateY(0px);
  transition: 0.2s ease-in-out;
  color: black;
}
.travel-footer-contact-info li::before,
.travel-footer-quick-links li::before {
  background-color: transparent;
}
.travel-website-footer {
  background-color: rgb(234, 243, 247);
  color: black;
}
.text-center {
  width: 100%;
  justify-content: center;
  text-align: center;
}
@media (max-width: 480px) {
  .col12 {
    flex-direction: column;
  }
}
.travel-footer-social-links {
  padding: 10px;
}
.social-div {
  padding: 20px 36px;
}
body::-webkit-scrollbar {
  display: none; /* Hides scrollbar in Webkit browsers */
}
