: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: fa-light;
  background-color: #fefcf4;
}

.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 .navbar-brand img {
  height: 5rem;
  width: 5rem;
  transform: scale(2);
  position: relative;
  left: 45%;
}
.footer .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 */
.carousel-item {
  height: 65vh;
}
.carousel-item img {
  height: 100%;
  object-fit: cover;
  object-position: 50% 30%;
}
.carousel-overlay {
  position: absolute;
  height: 65vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.carousel-overlay h1 {
  color: white;
  font-size: 1.8rem;
  text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.6);
}
.carousel-overlay h1 span {
  color: white;
  font-weight: 600;
  font-size: 5rem;
}
.carousel-overlay button {
  border: none;
  border-radius: 10px;
  color: white;
  background-color: #af8f6f;
  padding: 0.5rem 1.2rem;
  font-weight: 500;
}
/* info */
.info {
  background-color: #ededed;
}
.info h2 {
  color: grey;
  font-size: 1.3rem;
  font-weight: 400;
}
.info h3 {
  font-size: 1rem;
  /* vertical-align: super; */
  font-weight: 400;
}
.info h3 span {
  color: grey;
}
.bi-currency-rupee,
.bi-hourglass-split,
.bi-cursor,
.bi-egg-fried,
.bi-car-front {
  font-size: 2.5rem;
  color: #f2b87e;
  font-weight: 700;
  margin-right: 0.5rem;
}
/* details */
.details h3 {
  font-weight: 600;
  font-size: 2rem;
}
.details h2 {
  font-weight: 300;
  font-size: 1rem;
  border-bottom: 1px solid grey;
}
.details h3:nth-of-type(2) {
  color: #af8f6f;
}

.days {
  background-color: #ededed;
  border: 1px solid #ccc;
  padding: 10px;
  border: none;
}
.days .bi-geo-alt {
  font-size: 1.4rem;
}
.days h4 {
  font-size: 1.3rem;
  display: inline-block;
  font-weight: 400;
  color: #ca8036;
}
.toggle-input {
  display: none;
}

.content {
  display: none;
  margin-top: 10px;
}

.read-more {
  display: block;
  cursor: pointer;
  color: black;
  text-decoration: none;
  position: relative;
  /* padding-left: 20px; */
}

.read-more::before {
  content: "\f078"; /* Unicode for right chevron */
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 45%;
  transform: translateY(-50%);
  color: grey;
}

.toggle-input:checked + .read-more::before {
  content: "\f077"; /* Unicode for down chevron */
  color: #f2b87e;
}

.toggle-input:checked + .read-more + .content {
  display: block;
}

ul {
  list-style-type: none;
  font-size: 1rem;
  color: grey;
  vertical-align: super;
  padding-left: 0;
}
li span {
  font-size: 1.6rem;
  vertical-align: sub;
}
.etc .days {
  background-color: #af8f6f;
}
.etc .days h4 {
  color: white;
  font-weight: 500;
}
.etc .read-more::before {
  color: white;
  top: 40%;
}
.etc ul {
  list-style-type: disc;
  color: white;
}
.etc ul li {
  margin-bottom: 1rem;
}

/* packages */
.packages h3 {
  font-size: 2.5rem;
}
.price {
  color: #af8f6f;
  font-size: 1.2rem;
}
.card {
  border-radius: 20px;
  border: none;
}
.card-image {
  /* overflow: hidden; */
  border-top-left-radius: 20px;
  border-top-right-radius: 30px;
}
.card-image img {
  min-height: 40vh;
  max-height: 40vh;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  object-fit: cover;
}
.duration p {
  background-color: #af8f6f;
  color: white;
  font-weight: 500;
  padding: 0.5rem 1.5rem;
  font-size: 1.2rem;
  position: absolute;
  bottom: -13%;
  left: 17%;
  border-radius: 10px;
}
.bi-calendar-event {
  font-size: 1.3rem;
}
.card-title {
  font-weight: 600;
  font-size: 1.5rem;
}
.card-body {
  padding-left: 1.5rem;
}
.card-location {
  font-size: 1.1rem;
  color: grey;
}

/* details */
.form form {
  border-radius: 20px;
  border-top: 5px solid orange;
}
form button {
  background-color: #af8f6f;
  border-radius: 10px;
  color: white;
  font-weight: 500;
  padding: 0.8rem;
  font-size: 1.3rem;
  transition: all 0.3s ease-out;
}
form button:hover {
  background-color: green;
  scale: 1.05;
  transition: all 0.3s ease-out;
}

/* 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) {
  .footer .navbar-brand img {
    max-width: 100%;
  }
  .navbar-brand {
    font-size: 0.5rem;
  }
  .navbar-brand .logohead {
    font-size: 1rem;
  }
  .carousel-overlay h1 {
    color: white;
    font-size: 1.4rem;
    text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.6);
  }
  .carousel-overlay h1 span {
    color: white;
    font-weight: 600;
    font-size: 3rem;
  }
  .overview .image {
    height: 30vh;
    border-radius: 20px;
  }
  .duration p {
    left: 27%;
  }
  .days h4 {
    font-size: 1rem;
  }
  .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;
  }
}
.footer .navbar-brand img {
  max-width: 50%;
  height: auto;
  transform: scale(1.5);
}
