.logo-wrapper .logo img {
  width: 80px;
  padding: 5px 0;
}

.header-social-link ul {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.header-social-link ul li a {
  display: grid;
  place-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
}

.popular-destination {
  background-image: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.9),
      rgba(0, 0, 0, 0.9)),
    url("../img/bg/bg-1.jpg");
  width: 100%;
  background-attachment: fixed;
}

.pointer-list li {
  margin-bottom: 5px;
  color: #222;
  position: relative;
  padding-left: 15px;
}

.pointer-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  left: -15px;
}

.faq-section {
  padding-top: 50px;
  position: relative;
  padding-bottom: 150px;
}

.faq-section .faq-container .accordion {
  position: relative;
  z-index: 10;
}

.faq-section .faq-section-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  opacity: 0.5;
}

.tour-package {
  /* padding-top: 50px; */
  position: relative;
  padding-bottom: 190px;
}

.tour-package .container {
  position: relative;
  z-index: 10;
}

.tour-package .tour-package-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  opacity: 0.6;
}

img.img-fluid.tour-package-bg {
  mix-blend-mode: luminosity;
}

.color-green {
  color: #8ab387;
}

.color-white {
  color: #fff;
}

.color-offwhite {
  color: #ddd;
}

.line-height-relaxed {
  line-height: 1.8;
}

.text-justify {
  text-align: justify;
}

/* ************************
CHECKOUT PAGE DESIGN
************************ */

.checkout__section {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  margin-bottom: 80px;
}

.form__checkout {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.field label {
  color: #ddd;
  font-size: 14px;
}

.field input {
  background: none;
  outline: none;
  border: 1px solid #ddd;
  color: #ddd;
  border-radius: 10px;
  padding: 10px;
}

.field input::placeholder {
  margin-left: 25px;
}

.checkout {
  flex-basis: 50%;
}

.checkout p {
  margin-bottom: 30px;
}

.checkout h4 {
  font-size: 30px;
  margin-bottom: 16px;
}

.flex-50 {
  flex-basis: 50%;
}

.flex-100 {
  flex-basis: 100%;
}

.field-row {
  display: flex;
  gap: 10px;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.order__summary-heading {
  color: #151c14;
  margin-bottom: 20px;
}

.order__summary {
  flex-basis: 50%;
  padding: 50px;
  background-color: #ddd;
  border-radius: 20px;
}

.summary {
  margin-bottom: 30px;
}

.summary-row p {
  margin: 0;
}

.summary-row h5 {
  color: #222;
}

.summary-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #222;
  border-bottom: 1px solid #222;
  padding: 10px 0;
}

.button {
  position: relative;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  padding-block: 0.5rem;
  padding-inline: 1.25rem;
  background-color: rgb(0 107 179);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #ffff;
  gap: 10px;
  font-weight: bold;
  border: 3px solid #ffffff4d;
  outline: none;
  overflow: hidden;
  font-size: 15px;
}

.icon {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease-in-out;
}

.button:hover {
  transform: scale(1.05);
  border-color: #fff9;
}

.button:hover .icon {
  transform: translate(4px);
}

.button:hover::before {
  animation: shine 1.5s ease-out infinite;
}

.button::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(120deg,
      rgba(255, 255, 255, 0) 30%,
      rgba(255, 255, 255, 0.8),
      rgba(255, 255, 255, 0) 70%);
  top: 0;
  left: -100px;
  opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

@media (max-width: 768px) {
  .checkout__section {
    flex-direction: column;
    padding: 20px;
    margin-bottom: 40px;
  }

  .field-row {
    flex-direction: column;
  }
}

.input-group input {
  height: 50px;

}

.input-group {
  margin-bottom: 30px;
}

.input-group select {
  background-color: #fff;
  width: 100%;
  padding: 10px 20px;
}

.input-group input,
.input-group textarea {
  width: 100%;
  padding: 10px 20px;
}

.service-item {
  background: #628471;
  margin-bottom: 80px;
  padding: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
  min-height: 150px;
}

.service-item .service-icon {
  background-color: #ec8025;
  width: 50px;
  height: 50px;
  display: grid;
  place-content: center;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  top: -25px;
}


.service-item h4 {
  font-size: 20px;
  color: #fff;
  margin: 10px 0;
  margin-top: 20px;
}

.service-item p {
  text-align: center;
}

.abt-choose-icon img {
  filter: brightness(0) invert(1);
}

.sidebar-card-container {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  position: sticky;
  top: 100px;
}

.sidebar-card-container .sidebar-card-title {
  background-color: #628471;
  padding: 10px;
  border-radius: 5px;
}

.logo-group {
  display: grid;
  grid-template-columns: 80px auto;
  align-items: center;
  column-gap: 5px;
}

.logo-group .logo-content h3 {
  font-size: 20px;
  margin: 0;
  line-height: normal;
}

.two-group-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.blog-details-wrapper.project-details-wrapper {
  background: #2f362e;
  padding: 20px;
  border-radius: 10px;
}

/* .logo-group .logo-content span {
  font-family: "Niconne", cursive;
} */

 
 
 .trek-booking-amount {
     font-size: 25px;
 }
 
 
 .cta-section .sidebar-card .extra-item .checkbox-item {
  display: flex;
  align-items: center;
  column-gap: 5px;
}

.itinerary-content ul li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 15px;
  color: #1C1C1C;

}

.itinerary-content ul li::before {
  content: "\f061";
  font-family: "Font Awesome 6 pro";
  position: absolute;
  top: 0;
  left: -20px;

}

.blog-details-wrapper .line-height-relaxed ul {
  padding-left: 0;
}

.blog-details-title .section-title {
  font-size: 60px;
}



/*slider start*/
.popular-destination-item2 {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  bottom: 0;
  transition: all 0.3s linear;
}

.popular-destination-item2:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  bottom: 5px;
}

.popular-destination-item2:hover .shape1 {
  top: 130%;
  opacity: 1;
}

.popular-destination-item2:hover .shape2 {
  bottom: 130%;
  opacity: 1;
}

.popular-destination-item2 img {
  width: 100%;
}

.popular-destination-item2 .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(28, 28, 28, 0) 0%, #1C1C1C 100%);
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.popular-destination-item2 .popular-destination-content .popular-destination-name {
  margin-top: 12px;
  margin-bottom: 17px;
}

@media only screen and (max-width: 1599px) {
  .popular-destination-item2 .popular-destination-content .popular-destination-name {
    margin-top: 10px;
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 1399px) {
  .popular-destination-item2 .popular-destination-content .popular-destination-name {
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 1199px) {
  .popular-destination-item2 .popular-destination-content .popular-destination-name {
    margin-bottom: 12px;
  }
}



.package-image.special-tour-package{
    max-height: 300px;
}

.package-image.special-tour-package img{
    max-height: 100%;
    object-fit: cover;
}

@media(max-width:768px){
    .preloader-title {
    font-size: 25px; 
}
.line-height-relaxed h2{
  font-size: 25px;
        text-align: left !important;
        line-height: 1.6;
        margin-bottom: 10px;
}.footer-bottom p {
   
    text-align: center;
}
.gallary-container .sm-img {
    grid-column: span 2;
    
}.gallary-container .big-img {
    grid-column: span 2;
    grid-row: span 1;
   
}
.price-book-btn {
    display: grid;
    
    grid-template-columns: repeat(2, 1fr);
}

    .about-us {
        padding-top: 0;
        padding-bottom: 0px; 
    }
.breadcrump-container {
   
    min-height: 170px; 
}
.inner-about-content {
    padding: 0;
}
.desc-text p {
    
    text-align: justify;
}
}