@import url("https://fonts.googleapis.com/css2?family=Inria+Serif&family=Inter:wght@300;400;500;600;700&family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Reenie+Beanie&display=swap");

@tailwind base;
@tailwind components;
@tailwind utilities;

body {
  font-size: 16px;
  width: 100vw;
  overflow-x: hidden;

}
body::-webkit-scrollbar {
  width: 15px;
  border-radius: 10px;
}
body::-webkit-scrollbar-track {
  background: #fff;
}
body::-webkit-scrollbar-thumb {
  background-color: #405749;
  border-left: 1px solid #bacec1;
  /* border-radius: 10px; */
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

a {
  color: #000;
  text-decoration: none;
}

button {
  border: 0px;
  background-color: transparent;
}

i {
  margin: 0;
  padding: 0;
}

.mobile-hidden {
}

.section {
  max-width: 1350px;
  margin: 0 auto;
}

.home-wrapper {
  position: relative;
}
.background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -10;
  background-color: #405749;
}
.background-image img {
  mix-blend-mode: multiply;
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px)
    hue-rotate(0deg);
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.home-container {
  color: #fff;
}
.home-container a {
  color: #fff;
}

.socials-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  padding: 10px 30px;
  background-color: #2a3a309a;
}
.socials-row-left {
  display: flex;
  align-items: center;
  gap: 30px;
}
.socials-row-right {
  display: flex;
  align-items: center;
  gap: 30px;
}

.navbar {
  padding: 20px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.navbar-mobile {
  position: fixed;
  left: 0;
  top: 86px;
  width: 100vw;
  background-color: #405749;
  display: flex;
  flex-direction: column;
  z-index: 999;
  transition: all 1s ease-in-out;
  overflow: hidden;
}
.nav-hidden {
  height: 0;
}
.navbar-mobile a {
  padding: 12px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.navbar-mobile a:hover {
  background-color: #cc976c;
}
#mobile-nav-toggle {
  display: none;
}
#navbar-copy {
  height: 81px;
  display: none;
}
.navbar-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #405749;
  border-bottom: 3px solid #51725e;
}
.site-logo {
  font-size: 28px;
  font-weight: 700;
  max-height: 50px;
}
.navbar-middle {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.navbar-right {
  display: flex;
  align-items: center;
  gap: 25px;
}

.home-content {
  padding: 75px 15px;
  display: flex;
  justify-content: center;
}
.home-content-banner {
  position: relative;
}
.home-content-banner-heading {
  font-size: 66px;
  line-height: 1.5;
  font-weight: 700;
  position: absolute;
  top: 20px;
  left: 25px;
}
.banner-image {
  max-height: 100svh;
  max-width: 100%;
}
.banner-decorator-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -25%);
  padding: 5px;
  background-color: #fff;
  border-radius: 50%;
}
.banner-decorator {
  height: 120px;
  width: 120px;
  border-radius: 50%;
}

.plan {
  padding: 120px 25px;
}
.plan-content {
  display: flex;
}
.plan-content-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.plan-content-left-styled {
  font-size: 30px;
  font-family: "Reenie Beanie";
  font-weight: 600;
  color: #405749;
}
.plan-content-left-heading {
  font-size: 50px;
  line-height: 1.25;
  font-weight: 700;
}
.plan-content-left-text {
  color: #6e6e6e;
}
.plan-content-left-cta {
  padding: 15px 30px;
  font-size: 14px;
  color: #fff;
  background-color: #405749;
  margin-top: 10px;
  font-weight: 500;
  border-radius: 6px;
  line-height: 1;
}
.plan-content-right {
  flex: 1;
}
.plan-content-right img {
  max-width: 100%;
  transform: translate(10%, -25%) scale(0.9);
  mix-blend-mode: multiply;
}
.plan-list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 50px;
}
.plan-item {
  flex: 1;
  border-radius: 15px;
  padding: 30px;
  height: 140px;
  background-size: cover;
  display: flex;
  align-items: center;
  gap: 25px;
}
.plan-item img {
  max-height: 100%;
}
.plan-item h4 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.plan-item-1 {
  background-image: url("https://travel.nicdark.com/wild-wordpress-theme/wp-content/uploads/sites/10/2023/05/d-banner-01.jpeg");
}
.plan-item-2 {
  background-image: url("assets/images/destination-wedding.webp");
  background-position: top;
}
.plan-item-3 {
  background-image: url("https://travel.nicdark.com/wild-wordpress-theme/wp-content/uploads/sites/10/2023/05/d-banner-03.jpeg");
}

/* SERVICES */
.services {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: 50px;
  column-gap: 25px;
  padding: 0 25px;
}
.services-item {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.services-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: all 0.2s ease-in-out;
}
.services-item img:hover {
  transform: scale(1.25);
}
.services-item-content {
  transform: translateY(-25px);
  padding: 0 30px 5px;
}
.services-item-content > div {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 6px;
  overflow: hidden;
}
.services-item-chip {
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #405749;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
.services-item-chip > div {
  display: flex;
  gap: 15px;
  font-size: 14px;
  align-items: center;
}
.services-item-header h4 {
  font-size: 20px;
  font-weight: 700;
}
.services-item-header-location {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 15px;
  color: #405749;
  font-size: 14px !important;
}
.services-item-text {
  color: #405749d7;
  padding: 15px 0;
  border-top: 1px solid #40574991;
  border-bottom: 1px solid #40574991;
}
.services-item-footer {
  display: flex;
}
.services-item-footer a {
  border-radius: 6px;
  padding: 10px 30px;
  color: #fff;
  background-color: #405749;
  font-weight: 500;
}

/* DESTINATIONS */
.destinations {
  padding: 120px 25px;
  background-image: url("https://travel.nicdark.com/wild-wordpress-theme/wp-content/uploads/sites/10/2023/06/bg-05.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  display: flex;
  flex-direction: column;
}
.destinations-content {
  display: flex;
}
.destinations-content-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.destinations-content-left-styled {
  font-size: 30px;
  font-family: "Reenie Beanie";
  font-weight: 600;
  color: #405749;
}
.destinations-content-left-heading {
  font-size: 50px;
  line-height: 1.25;
  font-weight: 700;
}
.destinations-content-left-text {
  color: #6e6e6e;
}
.destinations-content-left-cta {
  padding: 15px 30px;
  font-size: 14px;
  color: #fff;
  background-color: #405749;
  margin-top: 10px;
  font-weight: 500;
  border-radius: 6px;
  line-height: 1;
}
.destinations-content-right {
  flex: 1;
}
.destinations-content-right img {
  max-width: 100%;
  transform: translate(10%, -25%) scale(0.9);
  mix-blend-mode: multiply;
}
.destinations-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* grid-template-columns: repeat(3, minmax(0, 1fr)); */
  gap: 25px;
  margin-top: 50px;
}
.destinations-item {
  flex: 1;
  min-width: 330px;
  max-width: 300px;
  border-radius: 15px;
  height: 400px;
  background-size: cover;
  overflow: hidden;
}
.destinations-item-overlay {
  width: 100%;
  height: 100%;
  backdrop-filter: brightness(60%);
  display: flex;
  padding: 30px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  justify-content: flex-end;
  color: #fff;
}
.destinations-item img {
  max-height: 100%;
}
.destinations-item h3 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.destinations-item-1 {
  background-image: url("/assets/images/jim-corbett.jpg");
}
.destinations-item-2 {
  background-image: url("/assets/images/nainital.jpeg");
}
.destinations-item-3 {
  background-image: url("/assets/images/bhimtal.jpg");
}
.destinations-item-4 {
  background-image: url("/assets/images/mukteshwar.jpeg");
}
.destinations-item-5 {
  background-image: url("/assets/images/rishikesh.jpeg");
}
.destinations-item-6 {
  background-image: url("/assets/images/haridwar.jpeg");
}
.destinations-cta {
  width: 100%;
  max-width: 300px;
  margin: 55px auto 0;
  color: #fff;
  background-color: #405749;
  padding: 14px;
  border-radius: 8px;
  text-align: center;
}

/* Travel */
.adventure {
  min-height: 100svh;
  background-image: url("https://travel.nicdark.com/wild-wordpress-theme/wp-content/uploads/sites/10/2023/05/i-parallax-16.jpeg");
  background-size: cover;
}
.adventure > div {
  height: 100%;
  width: 100%;
  backdrop-filter: brightness(50%);
  padding: 80px 25px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 75px;
  flex-wrap: wrap;
}
.adventure-left {
  flex: 1;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.adventure-right {
  color: #fff;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.adventure-right h6 {
  font-size: 30px;
  font-family: "Reenie Beanie";
}
.adventure-right h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.25;
}
.adventure-list {
}
.adventure-list-item {
  padding: 20px 0;
  display: flex;
  gap: 30px;
  align-items: center;
}
.adventure-list-divider {
  border-bottom: 1px solid #aaaa;
}
.adventure-cta a {
  border-radius: 6px;
  padding: 10px 30px;
  color: #fff;
  background-color: #405749;
  font-weight: 700;
}

/* Travel Video */
.travel-vid {
  min-height: 100svh;
  position: relative;
  margin-top: 175px;
}
.travel-vid h1 {
  /* position: absolute;
  top: 75px;
  left: 50%;
  transform: translateX(-50%); */
  font-size: 100px;
  font-weight: 700;
  white-space: nowrap;
  text-align: center;
  text-wrap: wrap;
}
.travel-vid video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.review-container {
  background-image: url("https://travel.nicdark.com/wild-wordpress-theme/wp-content/uploads/sites/10/2023/05/i-parallax-19.jpeg");
  background-size: cover;
  margin-top: 180px;
}
.review-container > div {
  backdrop-filter: brightness(50%);
}
.review {
  min-height: 100svh;
  padding: 120px 25px;
  display: flex;
  flex-direction: column;
  backdrop-filter: brightness(50%);
  color: #fff;
}
.review-top {
  width: 50%;
}
.review-top h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 20px;
}
.review-cards {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.review-card {
  flex: 1;
  min-width: 350px;
  background-color: #405749;
  border-radius: 15px;
  padding: 50px;
}
.review-card-text {
  font-size: 25px;
  line-height: 1.5;
}
.review-card-user {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 25px;
}

/* footer */
.footer {
  background-image: url("https://travel.nicdark.com/wild-wordpress-theme/wp-content/uploads/sites/10/2023/05/i-parallax-04-package-02.jpeg");
  background-size: cover;
}
.footer > div {
  backdrop-filter: brightness(30%);
  background-color: #394e4182;
}
.footer-cont {
  display: flex;
  padding: 120px 25px;
  color: #fff;
  gap: 75px;
}
.footer a {
  color: #fff;
}
.footer-left {
  flex: 1;
}
.footer-left h1 {
  font-size: 50px;
  font-weight: 700;
}
.footer-right {
  flex: 1;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.footer-address {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer-contact-email {
  padding: 15px 30px;
  background-color: #cc976c;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
}
.footer-address .terms-and-conditions {
  color: #ddd;
}

#whatsapp-cta {
  position: fixed;
  right: 50px;
  bottom: 50px;
  box-shadow: 0 0px 10px 1px rgba(0, 0, 0, 0.452);
  border-radius: 50%;
  overflow: hidden;
  height: 60px;
  width: 60px;
}
#whatsapp-cta > img {
  height: 100%;
  width: 100%;
}

.google-map {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 25px;
}
.google-map-text {
  font-size: 50px;
  font-weight: 700;
  max-width: 40%;
}

@media screen and (max-width: 1024px) {
  .mobile-hidden {
    display: none !important;
  }
  #mobile-nav-toggle {
    display: inline-block;
  }
  .services {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 25px;
  }
  .adventure > div {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding: 20px 25px;
  }
  .travel-vid h1 {
    font-size: 75px;
  }
}

@media screen and (max-width: 640px) {
  .services {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .footer-right {
    flex-direction: column;
    gap: 70px;
  }
  .plan-content-right {
    display: none;
  }

  .navbar {
    padding: 20px 15px;
  }
}

@media screen and (max-width: 768px) {
  .review-top {
    width: 100%;
  }
  .footer-cont {
    flex-direction: column;
  }
  .travel-vid h1 {
    font-size: 50px;
  }
  .home-content-banner-heading {
    display: none;
  }
  .google-map {
    justify-content: center;
  }
  .google-map-text {
    display: none;
  }
}

/* * {
  background: #000 !important;
  color: #0f0 !important;
  outline: solid #f00 1px !important;
} */
