:root {
  --animate-delay: 0.5s;
}
@font-face {
  font-family: fa-extraBold;
  src: url(/fonts/CinaGEOTest-ExtraBold-BF640158980b295.otf);
  font-weight: 800;
}
@font-face {
  font-family: fa-bold;
  src: url(/fonts/CinaGEOTest-Bold-BF64015899f3908.otf);
  font-weight: 600;
}
@font-face {
  font-family: fa;
  src: url(/fonts/CinaGEOTest-Medium-BF64015899849c0.otf);
  font-weight: 500;
}
@font-face {
  font-family: fa-light;
  src: url(/fonts/CinaGEOTest-Light-BF64015899c5366.otf);
  font-weight: 300;
}
@font-face {
  font-family: fa-thin;
  src: url(/fonts/CinaGEOTest-Thin-BF6401589a20010.otf);
  font-weight: 100;
}
body {
  /* font-family: "Roboto", sans-serif; */
  /* font-family: "Poppins", sans-serif; */
  /* font-family: "Playwrite NL", cursive; */
  font-family: fa-light;
  background-color: #fefcf4;
  /* background-color: #f8f4f4; */
}
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.my-float {
  margin-top: 16px;
}
nav {
  font-family: "Poppins", sans-serif;
  /* background-color: black; */
}

/* .navbar-brand img {
  width: 10%;
  transform: scale(2);
  position: relative;
  left: 5%;
} */
nav .navbar-brand img {
  height: 5rem;
  width: 5rem;
  transform: scale(2);
  position: relative;
  left: 45%;
}
.navbar-brand img {
  height: 60px;
}
.navbar-brand .name-full {
  font-size: 0.9rem;
  font-weight: 400;
}
.footer .navbar-brand {
  font-size: 1.3rem;
}
.footer .navbar-brand .logohead {
  font-size: 0.8rem;
}
.nav-link {
  /* color: white; */
  color: black;
  font-size: 1rem;
  font-weight: 400;
}
.nav-link:hover {
  border-bottom: 2px solid #af8f6f;
  color: black;
}
.navbar {
  transition: all 0.5s;
}
.navbar-scrolled {
  /* background-color: black; */
  background: rgba(0, 0, 0, 0.55);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(13.5px);
  -webkit-backdrop-filter: blur(13.5px);
  /* border-radius: 10px; */
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

/* carousel */
.hero {
  margin-top: 0rem;
}

.carousel-item {
  height: 85vh;
  border-radius: 20px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    /* url("https://images.unsplash.com/photo-1715457573748-8e8a70b2c1be?q=80&w=1771&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"); */
      url("https://www.anubhavvacations.in/upload/tours/banners/1668081860_23.jpg");
  background-size: cover;
  background-position: 50% 30%;
}
.carousel-item img {
  height: 100%;
  object-fit: cover;
  object-position: 50% 30%;
  border-radius: 20px;
}
.carousel-overlay {
  position: absolute;
  height: 80vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  margin-left: 3rem;
  overflow: hidden;
}
.carousel-overlay h1 {
  /* font-family: "Playfair Display", serif; */
  color: white;
  font-family: fa;
  width: 60%;
  /* font-size: 1.8rem; */
  font-size: 4rem;
  /* text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.6); */
  margin-top: 5rem;
}
.carousel-overlay h1 span {
  color: white;
  font-weight: 500;
  font-size: 7rem;
}
.carousel-overlay h1 span small {
  /* font-size: 1.5rem; */
  font-style: italic;
}
.carousel-overlay button {
  border: none;
  border-radius: 20px;
  color: black;
  background-color: white;
  padding: 0.7rem 1.8rem;
  font-weight: 600;
}

/* subhero */
.icon-underline {
  height: 3rem;
}
.icon-underline img {
  height: 100%;
  width: 100%;
}
.packages h3 {
  font-size: 2.5rem;
  font-family: fa-bold;
}
.subhero .overlaycontainer {
  margin-top: 5rem;
  margin-bottom: 5rem;
  position: relative;
}
.subhero .row h4 {
  font-size: 1.3rem;
  font-weight: 200;
  color: grey;
}
.subhero .container:nth-of-type(2n) div {
  height: 50vh;
}
.subhero .container:nth-of-type(2n) img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  /* border: 3px solid #fefcf4; */
}
.subhero .overlayimg {
  position: absolute;
  top: -20%;
  right: -2%;
  min-width: 30vw;
  border-radius: 25px;
  border: 4px solid #fefcf4;
}
/* packages */
.price span {
  font-family: fa-bold;
  font-size: 1.2rem;
}
.package-btn {
  /* color: white; */
  color: white;
  font-size: 1.5rem;
  background-color: #af8f6f;
  /* background-color: black; */
  padding: 0.2rem 0.3rem;
  border: 1px solid #af8f6f;
  /* border: 1px solid black; */
  border-radius: 18px;
  transition: background-color 0.1s ease-in;
}
.package-btn:hover {
  color: #af8f6f;
  background-color: white;
  border: 1px solid #af8f6f;
  transition: background-color 0.1s ease-in;
}
.card {
  border: none;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.card-image {
  overflow: hidden;
  border-radius: 20px;
}
.card-image img {
  min-height: 45vh;
  max-height: 45vh;
  object-fit: cover;
  transition: 0.5s ease-in-out;
  border-radius: 20px;
}
.card-image img:hover {
  scale: 1.2;
  transition: 0.3s ease-in-out;
}

.card-title {
  font-family: fa;
  font-size: 1rem;
}
.card-body {
  padding-left: 1.5rem;
}
.card-location {
  font-size: 0.8rem;
  color: grey;
}
.package-link {
  color: grey;
}
.package-link:hover {
  color: #af8f6f;
  font-size: 1.1rem;
}

/* view all */
.viewall button,
.sustainable button,
.swipe-cards button {
  border: 2px solid #af8f6f;
  padding: 0.5rem 1rem;
  transition: 0.3s all ease-in-out;
}
.viewall button:hover,
.sustainable button:hover,
.swipe-cards button:hover {
  background-color: #af8f6f;
  color: white;
}

/* detinations start */
.destinations .card {
  min-height: 28rem;
  max-height: 28rem;
}

.destinations .package-link {
  color: #af8f6f;
  font-size: 1.4rem;
}
.destinations .package-link:hover {
  font-size: 1.5rem;
}
.destination h3 {
  font-size: 2.5rem;
  font-family: fa-bold;
}
/* detinations end */

/* about us */
.aboutUs {
  /* background-color: white; */
  background-color: #fefcf4;
  margin-top: 2rem;
}
.aboutUs h3 {
  /* font-family: "Playfair Display", serif; */
  font-family: fa;
  font-size: 2.5rem;
  border-bottom: 1px solid #af8f6f;
  width: 40%;
}
.aboutUs p {
  font-family: fa-light;
  line-height: 1.8;
  font-size: 1.1rem;
}
.aboutUs .img-container {
  height: 100%;
  background-color: black;
  border-radius: 20px;
}
.aboutUs .img-container img {
  height: 100%;
  width: 100%;
  border-radius: inherit;
}
.aboutUs a {
  border: 2px solid #af8f6f;
  padding: 0.5rem 0.8rem;
  font-size: 1rem;
  font-weight: 500;
}
.aboutUs a:hover {
  background-color: #af8f6f;
  color: white;
}
.icon-container {
  height: 10rem;
}
.fa-house-circle-check,
.fa-utensils,
.fa-taxi,
.fa-plane-departure {
  font-size: 2.5rem;
  color: #af8f6f;
}
.icon-container p {
  font-weight: 500;
  font-size: 1.2rem;
  text-transform: uppercase;
}
/* about us end */

/* Counter */
#counter {
  margin-top: 5rem;
  height: 50vh;
  border-radius: 20px;
}
#counter h3 {
  text-transform: uppercase;
  font-family: fa-extraBold;
  font-size: 2rem;
}
#counter h3 span {
  /* color: #ff0000; */
  color: #c9aa8c;
}
#counter h4 {
  font-weight: 400;
  font-family: fa-light;
  font-size: 1rem;
  color: grey;
}
#counter h5 {
  /* color: red; */
  color: #c9aa8c;
  font-family: "Roboto";
  font-weight: 700;
  font-size: 2.3rem;
  /* text-align: center; */
}
#counter h6 {
  /* text-align: center; */
  font-size: 1rem;
  /* font-weight: 400; */
  font-family: fa-light;
  padding-left: 0.5rem;
  margin-top: 0.5rem;
}
/* destinations */
.destination .img-container {
  border-radius: 20px;
}
.destination .img-container img {
  border-radius: 20px;
}
.destination .label {
  background-color: #c9aa8c;
  border-radius: 10px;
  font-family: fa-bold;
}
.destination h3 {
  font-size: 2.5rem;
}
.hidden {
  display: none;
  transition: all 1s ease-in;
}
.hover-paragraph {
  display: block;
  opacity: 0;
  transform: translateY(20px); /* Start slightly below */
  background: rgba(0, 0, 0, 0.7);
  color: white;
  text-align: left;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 16px;
  transition: opacity 0.3s ease, transform 0.3s ease; /* Add transform to the transition */
}

a:hover .hover-paragraph {
  opacity: 1;
  transform: translateY(0); /* Slide into place */
}
.hover-paragraph p {
  font-size: 1.2rem;
  font-weight: 500;
}
/* parallax */
.testimonials h3 {
  text-transform: uppercase;
  font-family: fa-extraBold;
  font-size: 2rem;
}
.parallax {
  margin-top: 4rem;
  height: 80vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    /* url(https://images.unsplash.com/photo-1519309621146-2a47d1f7103a?q=80&w=1773&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D); */
      url("https://images.unsplash.com/photo-1560853950-2502ec2ab867?q=80&w=1926&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
  background-position: center;
  background-attachment: fixed;
}
.parallax .swiper-slide p {
  color: white;
  font-size: 1.1rem;
  padding: 5rem;
  text-align: center;
}
p .name {
  font-size: 1.3rem;
}
.parallax .swiper-pagination-bullet {
  padding: 0.3rem;
  background-color: #af8f6f;
}
/* parallax end */
/* custom */
.custom {
  margin-top: 5rem;
  /* padding: 5rem 0rem; */
  /* background-image: url(https://images.unsplash.com/photo-1530173660394-4047e55984d1?q=80&w=1770&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D); */
  /* background-image: url("https://images.unsplash.com/photo-1662887957904-201296e951cb?q=80&w=2033&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 70%; */
}
.custom .container-fluid {
  padding: 5rem;
  background-image: url("https://images.unsplash.com/photo-1662887957904-201296e951cb?q=80&w=2033&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 70%;
  border-radius: 20px;
}
.custom h3 {
  font-weight: 600;
  font-family: fa;
  font-size: 3rem;
  color: white;
}
.custom h3 span {
  color: #c9aa8c;
  font-family: "Roboto";
  font-weight: 900;
}
.custom h4 {
  font-size: 1.5rem;
  font-weight: 500;
  color: white;
}
.custom h5 {
  font-size: 1rem;
  font-weight: 400;
  color: white;
}
.custom form {
  /* height: 25rem; */
  max-width: 35rem;
  background-color: rgb(255, 255, 255, 0.7);
  border-radius: 15px;
  margin-left: 3rem;
  padding: 2rem 3rem;
}
.custom form h3 {
  text-align: center;
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 2rem;
  color: black;
}
.custom form button {
  border: none;
  border-radius: 5px;
  color: white;
  background: #c9aa8c;
  transition: all 0.3s ease-out;
  font-family: fa;
}
.custom form button:hover {
  scale: 1.02;
  transition: all 0.3s ease-out;
  color: white;
  background-color: green;
}
/* footer */
/* h1,
h2,
h3,
h4,
h5,
h6 {
} */
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

a,
a:active,
a:focus {
  color: #333;
  text-decoration: none;
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
/* .footer .navbar-brand {
  font-family: fa;
  font-size: 2rem;
} */
.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer img {
  max-width: 50%;
  height: auto;
  transform: scale(1.5);
}
.footer section {
  padding: 60px 0;
  /* min-height: 100vh;*/
}
.footer {
  padding-top: 80px;
  padding-bottom: 40px;
  background-color: #fefcf4;
}
#footerbrand {
  font-size: 2rem;
  text-transform: initial;
}
/*END FOOTER SOCIAL DESIGN*/
/* .single_footer {
} */
@media only screen and (max-width: 768px) {
  .single_footer {
    margin-bottom: 30px;
  }
}
.single_footer h4 {
  color: #000;
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 20px;
}
.single_footer h4::after {
  content: "";
  display: block;
  height: 2px;
  width: 40px;
  background: #000;
  margin-top: 20px;
}
.single_footer p {
  color: #000;
}
.single_footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* .single_footer ul li {
} */
.single_footer ul li a {
  color: #000;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 36px;
  font-size: 15px;
}
.single_footer ul li a:hover {
  color: #af8f6f;
}

/* .single_footer_address {
}
.single_footer_address ul {
} */
.single_footer_address ul li {
  color: #000;
}
.single_footer_address ul li span {
  font-weight: 400;
  color: #000;
  line-height: 28px;
}
.contact_social ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

/*START NEWSLETTER CSS*/
.subscribe {
  display: block;
  position: relative;
  margin-top: 15px;
  width: 100%;
}
.subscribe__input {
  background-color: #000;
  border: medium none;
  border-radius: 5px;
  color: #333;
  display: block;
  font-size: 15px;
  font-weight: 500;
  height: 60px;
  letter-spacing: 0.4px;
  margin: 0;
  padding: 0 150px 0 20px;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .subscribe__input {
    padding: 0 50px 0 20px;
  }
}

.subscribe__btn {
  background-color: transparent;
  border-radius: 0 25px 25px 0;
  color: #01c7e9;
  cursor: pointer;
  display: block;
  font-size: 20px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
}
.subscribe__btn i {
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 768px) {
  .subscribe__btn {
    right: 0px;
  }
}

.subscribe__btn:hover i {
  color: #af8f6f;
}
button {
  padding: 0;
  border: none;
  background-color: transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/*END NEWSLETTER CSS*/

/*START SOCIAL PROFILE CSS*/
.social_profile {
  margin-top: 40px;
}
.social_profile ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.social_profile ul li {
  float: left;
}
.social_profile ul li a {
  text-align: center;
  border: 0px;
  transition: all 0.3s ease 0s;
  margin: 0px 5px;
  font-size: 18px;
  color: #000;
  border-radius: 30px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 768px) {
  .social_profile ul li a {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .social_profile ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.social_profile ul li a:hover {
  background: #af8f6f;
  border: 1px solid #ff3666;
  color: #000;
  border: 0px;
}
/*END SOCIAL PROFILE CSS*/
.copyright {
  margin-top: 70px;
  padding-top: 40px;
  color: #000;
  font-size: 15px;
  border-top: 1px solid black;
}
.copyright a {
  color: #01c7e9;
  transition: all 0.2s ease 0s;
}
.copyright a:hover {
  color: #af8f6f;
}

/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */

@media (width <= 1000px) {
  .navbar-brand {
    font-size: 0.5rem;
  }
  .navbar-brand .logohead {
    font-size: 1rem;
  }
  .carousel-overlay {
    margin-left: 1rem;
  }
  .carousel-overlay h1 {
    color: white;
    font-size: 2rem;
    width: 70%;
    text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.6);
  }
  .carousel-overlay h1 span {
    color: white;
    font-weight: 600;
    font-size: 4rem;
  }
  .carousel-overlay button {
    padding: 0.5rem 1.5rem;
    font-weight: 600;
  }
  .carousel-overlay h1 span small {
    font-size: 1.5rem;
    font-style: italic;
  }
  .subhero h2 {
    line-height: 2;
  }
  .subhero h3 {
    font-size: 2rem;
  }
  .subhero .container:nth-of-type(2n) {
    margin-top: 3rem;
    margin-bottom: 3rem;
    position: relative;
  }
  .subhero .row h4 {
    font-size: 1rem;
    font-weight: 200;
    color: grey;
  }
  .subhero .container:nth-of-type(2n) div {
    height: 15vh;
  }
  .subhero .container:nth-of-type(2n) img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
  }
  .subhero .overlayimg {
    position: absolute;
    top: 70%;
    right: -2%;
    min-width: 30vw;
    border-radius: 25px;
    border: 4px solid #fefcf4;
  }
  .packages {
    margin-top: 10rem;
  }
  /* about us */
  .aboutUs {
    margin-top: 5rem;
  }
  .aboutUs h3,
  .aboutUs p,
  .aboutUs .readmore {
    width: 100%;
    text-align: center;
  }
  .aboutUs p {
    font-size: 1rem;
  }
  .aboutUs .img-container {
    height: 50vh;
  }
  .fa-house-circle-check,
  .fa-utensils,
  .fa-taxi,
  .fa-plane-departure {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
  .icons-row p {
    font-size: 1rem;
    font-weight: 500;
  }
  .parallax .swiper-slide p {
    padding: 2rem;
  }

  .footer .navbar-brand .logohead {
    font-size: 1.3rem;
    font-weight: 700;
  }
  .custom h3 {
    font-size: 2rem;
  }
  .custom h5 {
    font-size: 0.8rem;
  }
  .custom form {
    margin-left: 0;
    padding: 1rem;
  }
  .custom button {
    border: none;
    color: white;
    background-color: #c9aa8c;
    font-weight: 500;
    padding: 0.5rem 1.5rem;
    border-radius: 10px;
    font-size: 1.2rem;
    transition: all 0.3s ease-out;
  }
  .custom button:hover {
    scale: 1.05;
    transition: all 0.3s ease-out;
    color: #205295;
    background-color: white;
  }
  .footer .navbar-brand {
    display: flex;
    justify-content: center;
  }
  .footer .navbar-brand img {
    height: 100px;
  }
  .footer {
    padding-top: 2rem;
  }
  .footer .social_profile {
    display: flex;
    justify-content: center;
    margin-bottom: 3rem;
  }
}
