/********** Template CSS **********/
:root {
  --primary: #000;
  --secondary: #FE8800;
  --light: #f95959;
  --dark: #14141F;
}


  html, body {width: auto!important; overflow-x: hidden!important} 



.fw-medium {
  font-weight: 600 !important;
}

.fw-semi-bold {
  font-weight: 700 !important;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}


/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity .5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}


/*** Button ***/
.btn {
    text-wrap:nowrap;
  font-family: 'Nunito', sans-serif;
  font-weight: 600;
  transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
  color: #FFFFFF;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 10px;
  display: flex;
  justify-content: center;
  font-weight: normal;
  border-radius: 0px;
}


/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
  font-family: 'Nunito', sans-serif;
  position: relative;
  margin-right: 25px;
  padding: 20px 0;
  color: #0c4ca3 !important;
  font-size: 22px;
  font-weight: 400;
  outline: none;
  transition: .5s;
  white-space: nowrap; /* Prevent text from wrapping */
}

.sticky-top.navbar-light .navbar-nav .nav-link {
  padding: 20px 0;
  color: var(--dark) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: #efb100 !important;
}

.navbar-light .navbar-brand img {
  max-height: 60px;
  transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
  max-height: 45px;
}

@media (max-width: 991.98px) {
  .sticky-top.navbar-light {
      position: relative;
      background: #FFFFFF;
  }

  .navbar-light .navbar-collapse {
      margin-top: 15px;
      border-top: 1px solid #f7efae;
  }

  .navbar-light .navbar-nav .nav-link,
  .sticky-top.navbar-light .navbar-nav .nav-link {
      padding: 10px 0;
      margin-left: 0;
      color: var(--dark) !important;
  }

  .navbar-light .navbar-brand img {
      max-height: 45px;
  }
}

@media (min-width: 992px) {
  .navbar-light {
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
      border-bottom: 1px solid rgba(256, 256, 256, .1);
      z-index: 999;
  }
  
  .sticky-top.navbar-light {
      position: fixed;
      background: #FFFFFF;
  }

  .navbar-light .navbar-nav .nav-link::before {
      position: absolute;
      content: "";
      width: 0;
      height: 2px;
      bottom: -1px;
      left: 50%;
      background: var(--primary);
      transition: .5s;
  }

  .navbar-light .navbar-nav .nav-link:hover::before,
  .navbar-light .navbar-nav .nav-link.active::before {
      width: calc(100% - 2px);
      left: 1px;
  }

  .navbar-light .navbar-nav .nav-link.nav-contact::before {
      display: none;
  }
}


/*** Hero Header ***/
#cssanimation, #cssanimation span {
  animation-duration: 1s;
  animation-fill-mode: both;
}

#cssanimation span { display: inline-block }

.leFadeInLeft span { animation-name: leFadeInLeft }
@keyframes leFadeInLeft {
  from {
      opacity: 0;
      transform: translateX(-60px);
  }
  to { opacity: 1 }
}


.hero-header {
  background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url(../img/bg-hero.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}





#hero-header-mountaineering{
  background:url(../img/chogolisa-peak-1.png);
background-position: center center;
background-repeat: no-repeat;
 background-size: 100% 100%; 
 height:700px;


}

@media (max-width: 768px) {
  #hero-header-mountaineering {
    background-size: cover; /* Use 'cover' for mobile devices to maintain image aspect ratio */
    height: auto; /* Let the height adjust automatically */
  }
}
#hero-header-rockclimbing{
background:  url(../img/ban21.jpg);
background-position: bottom center;
background-repeat: no-repeat;
 background-size: 100% 100%; 
 height:700px;


}
@media (max-width: 768px) {
  #hero-header-rockclimbing {
    background-size: cover; /* Use 'cover' for mobile devices to maintain image aspect ratio */
    height: auto; /* Let the height adjust automatically */
  }
}

#hero-header-tour {
background:  url(../img/Buty-of-Baltistan.jpg);
background-position: center center;
background-repeat: no-repeat;
  background-size: cover;
   height:700px;

}
@media (max-width: 768px) {
  #hero-header-tour {
    background-size: cover; /* Use 'cover' for mobile devices to maintain image aspect ratio */
    height: auto; /* Let the height adjust automatically */
  }
}


#hero-header-trekking{
background:  url(../img/k-7.jpg);
background-position: center center;
background-repeat: no-repeat;
 background-size: 100% 100%; 
 height:900px;


}
@media (max-width: 768px) {
  #hero-header-trekking {
    background-size: cover; /* Use 'cover' for mobile devices to maintain image aspect ratio */
    height: auto; /* Let the height adjust automatically */
  }
}

#hero-header-specialInterest{
background: url(../img/sp.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;

}
#about-hero-header{
background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url(../img/takpaktourpakistan-tourism-inpakistan.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;


}
#hero-header-search{
background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url(../img/search-results-takpak-tour.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;



}

#package_img_hero{
    height:900px;
    
}
@media (max-width: 768px) {
#package_img_hero{
 background-size: cover; background-position: center;
 height:500px;
}}
Single Page Style
--------------------------------------------- 
*/

.single-property .main-image img {
float: none;
}

.single-property .main-content h4 {
font-size: 25px;
margin-top: 25px;
margin-bottom: 40px;
padding-bottom: 40px;
border-bottom: 1px solid #eee;
}

.single-property .main-content span.category {
background-color: #73ad00;
font-weight: 500;
border-radius: 5px;
font-size: 14px;
color: #1e1e1e;
padding: 5px 12px;
display: inline-block;
margin-top: 40px;
}



.single-property .info-table {
border-radius: 10px;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
padding: 20px 15px;
margin-left: 60px;
}

.single-property .info-table ul li {
display: block;
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #eee;
}

.single-property .info-table ul li:last-child {
border-bottom: none;
padding-bottom: 0;
margin-bottom: 0;
}

.single-property .info-table ul li img {
float: left;
margin-right: 25px;
}

.single-property .info-table ul li h4 {
font-size: 22px;
font-weight: 600;
}

.single-property .info-table ul li h4 span {
font-size: 15px;
color: #aaa;
font-weight: 400;
}
.best-deal .section-heading {
text-align: center;
}
.best-deal .tabs-content ul.nav-tabs {
margin-top: 0px;
justify-content: center;
}
.best-deal .info-table {
margin-bottom: 45px;
}
.best-deal .tab-content img {
padding: 0px;
}
.best-deal .tabs-content h4 {
margin-top: 45px;
}
.properties .item h6 {
text-align: center;
margin-bottom: 15px;
}
.properties .item .main-button {
text-align: center;
}
.properties .item ul li {
margin-right: 10px;
font-size: 13px;
}

Responsive Style
--------------------------------------------- 
*/

body {
overflow-x: hidden;
}

@media (max-width: 767px) {
.header-area .main-nav .logo h1 {
  line-height: 80px !important;
}
.best-deal .tabs-content .nav-link {
  font-size: 14px;
  padding: 0px 15px;
  height: 44px;
  line-height: 44px;
}
.best-deal .tabs-content ul.nav-tabs li {
  margin: 0px 5px;
}
.properties ul.properties-filter li a {
  font-size: 14px;
  padding: 10px 15px;
}
.properties ul.properties-filter li {
  margin: 5px;
}
.header-area .main-nav .nav li:last-child {
  display: none;
}
}

@media (max-width: 992px) {
.sub-header {
  display: none;
}
.header-area .main-nav .logo h1 {
  line-height: 80px;
}
.background-header .main-nav .logo h1 {
  line-height: 80px;
}
.header-area .main-nav .nav li a {
  padding-left: 3px;
  padding-right: 3px;
}
.header-area .main-nav .nav li:last-child a {
  padding-right: 15px;
}
.main-banner .item h2 {
  width: 100%;
}
.featured .section-heading {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 100px;
}
.featured .accordion {
  margin-left: 0px;
  margin-right: 0px;
}
.featured .info-table {
  margin-top: 45px;
}
.fun-facts .counter {
  margin-bottom: 45px;
}
.best-deal .section-heading {
  text-align: center;
}
.best-deal .tabs-content ul.nav-tabs {
  margin-top: 0px;
  justify-content: center;
}
.best-deal .info-table {
  margin-bottom: 45px;
}
.best-deal .tab-content img {
  padding: 0px;
}
.best-deal .tabs-content h4 {
  margin-top: 45px;
}
.properties .item h6 {
  text-align: center;
  margin-bottom: 15px;
}
.properties .item .main-button {
  text-align: center;
}
.properties .item ul li {
  margin-right: 10px;
  font-size: 13px;
}
.contact-content .phone {
  margin-right: 0px;
  margin-bottom: 20px;
}
.contact-content .email {
  margin-left: 0px;
  margin-bottom: 45px;
}
.contact-content #contact-form {
  margin-left: 0px;
}
.single-property .info-table {
  margin-left: 0px;
  margin-top: 45px;
}
.contact-page .section-heading {
  margin-right: 0px !important;
}
.contact-page #contact-form {
  margin-left: 0px;
  margin-top: 60px;
}
.best-deal .info-table ul li span {
  float: right !important;
  width: auto !important;
}
}

@media (max-width: 1200px) {
.best-deal .info-table ul li span {
  float: none;
  width: 100%;
}
.contact-page .section-heading {
  margin-right: 100px;
}
}


/* Add this to your CSS file */

Best Deal Style
--------------------------------------------- 
*/

.best-deal {
background-color: #f95959;
padding: 400px 400px;
}

.best-deal .tab-content img {
padding: 0px 45px;
}

.best-deal .tabs-content .nav-link {
font-size: 16px;
font-weight: 500;
background-color: #000 !important; 
border-radius: 5px;
height: 50px;
line-height: 50px;
display: inline-block;
padding: 0px 25px;
color: #fff;
}

.best-deal .tabs-content .nav-tabs .nav-link.active {
background-color: #f95959 !important;
color: #fff;
}

.best-deal .tabs-content ul.nav-tabs {
border-bottom: none !important;
margin-bottom: 80px;
align-items: end;
justify-content: end;
margin-top: -130px;
}

.best-deal .tabs-content ul.nav-tabs li {
padding-right: 0px;
border-right: none;
margin-left: 20px;
}

.best-deal .info-table {
border-radius: 10px;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
padding: 35px 30px;
}

.best-deal .info-table ul li {
display: block;
margin-bottom: 24px;
padding-bottom: 24px;
border-bottom: 1px solid #eee;
text-align: left;
font-size: 15px;
color: #aaa;
font-weight: 400;
}

.best-deal .info-table ul li:last-child {
border-bottom: none;
padding-bottom: 0;
margin-bottom: 0;
}

.best-deal .info-table ul li span {
font-size: 20px;
color: #1e1e1e;
font-weight: 700;
display: inline-block;
}

.best-deal .tabs-content {
padding: 0px;
background-color: transparent;
}

.best-deal .tabs-content h4 {
font-size: 17px;
font-weight: 600;
margin-bottom: 30px;
}

.best-deal .icon-button {
margin-top: 30px;
}
.section-heading {
margin-bottom: 70px;
}


#package_features{
margin-top:0;
margin-bottom:.5rem;
font-family:"Nunito",sans-serif;
font-weight:800;
line-height:1.2;
color:#000;
font-size:16px;

}
@media (max-width: 767px) {
.header-area .main-nav .logo h1 {
  line-height: 80px !important;
}
.best-deal .tabs-content .nav-link {
  font-size: 8px;
  padding: 0px 10px 20px;
  height: 44px;
  line-height: 44px;
}
.best-deal .tabs-content ul.nav-tabs li {
  margin: 0px 5px;
}

}
@media (max-width: 992px) {
.sub-header {
  display: none;
}
.header-area .main-nav .logo h1 {
  line-height: 100px;
}

.featured .accordion {
  margin-left: 0px;
  margin-right: 0px;
}
.featured .info-table {
  margin-top: 45px;
}
.fun-facts .counter {
  margin-bottom: 45px;
}
.best-deal .section-heading {
  text-align: center;
}
.best-deal .tabs-content ul.nav-tabs {
  margin-top: 0px;
  justify-content: center;
}
.best-deal .info-table {
  margin-bottom: 45px;
}
.best-deal .tab-content img {
  padding: 0px;
}
.best-deal .tabs-content h4 {
  margin-top: 45px;
}
.properties .item h6 {
  text-align: center;
  margin-bottom: 15px;
}
.properties .item .main-button {
  text-align: center;
}
.properties .item ul li {
  margin-right: 10px;
  font-size: 13px;
}

.best-deal .info-table ul li span {
  float: right !important;
  width: auto !important;
}
}

@media (max-width: 1200px) {
.best-deal .info-table ul li span {
  float: none;
  width: 100%;
}
}
#package_features_subhead{
color:#f95959;
font-size: 14px;


}

/* 






.breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, .5);
}


/*** Section Title ***/
.section-title {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}

.section-title::before {
  position: absolute;
  content: "";
  width: calc(100% + 80px);
  height: 2px;
  top: 4px;
  left: -40px;
  background: var(--primary);
  z-index: -1;
}

.section-title::after {
  position: absolute;
  content: "";
  width: calc(100% + 120px);
  height: 2px;
  bottom: 5px;
  left: -60px;
  background: var(--primary);
  z-index: -1;
}

.section-title.text-start::before {
  width: calc(100% + 40px);
  left: 0;
}

.section-title.text-start::after {
  width: calc(100% + 60px);
  left: 0;
}
@media only screen and (min-width: 1000px) {
  .p-3 {
      padding:4rem !important

  }
}

@media only screen and (max-width: 390px) {
  .p-3 {
      padding-top:-200px !important;
      padding-left:3rem !important;
      padding-right:3rem !important;
  }
}
@media only screen and (max-width: 390px) {
  #btn_search {
      margin-top:20px !important;
     
  }
}



.custom-select {
  margin-bottom: 1em;
  padding: .25em;
  background-color: #F5F5F5;
  border: 0;
  border-bottom: 1px solid currentcolor; 
  border-radius: 0;
  &:focus, &:active {
    outline: 0;
    border-bottom-color: #f95959;
  }
}
/*** Service ***/
.service-item {
  box-shadow: 0 0 45px rgba(0, 0, 0, .08);
  transition: .5s;


  
}

.service-item:hover {
  background: var(--primary);
}

.service-item * {
  transition: .5s;
}

.service-item:hover * {
  color: #fff !important;
}


/*** Destination ***/
.destination img {
  transition: .5s;
}

.destination a:hover img {
  transform: scale(1.1);
}


/*** Package ***/
.package-item {
  box-shadow: 0 0 45px rgba(0, 0, 0, .08);
  object-fit: contain;

}

.package-item img {
  transition: .5s;
  width: 100%;
height: 25vh;
}

.package-item:hover img {
  transform: scale(1.1);
}

/* Media query for mobile devices with a maximum width of, for example, 768px */
@media (max-width: 768px) {
.package-item img {
    height: 20vh; /* Height for mobile devices */
}
}



/*** Team ***/
.team-item {
  box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.team-item img {
  transition: .5s;
  height:150px;
  width:300px;
}

.team-item:hover img {
  transform: scale(1.1);
}

@media only screen and (max-width: 768px) {
.team-item img{
height: 250px;
  width: 500px;
}

}

.team-item .btn {
  background: #FFFFFF;
  color: #f85a59;
  border-radius: 20px;
  border-bottom: 1px solid #f85a59;
}

.team-item .btn:hover {
  background: var(--primary);
  color: #FFFFFF;
}

.py-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-5 {
padding-top: 3rem !important;
}
.my-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.border-0 {
border: 0 !important;
}
.position-relative {
position: relative !important;
}
.shadow-lg {
box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%) !important;
}
.card {
position: relative;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 1px solid rgba(0,0,0,0.125);
border-radius: .25rem;
}

.member-profile {
top: -50px;
left: 0;
}
.text-center {
text-align: center !important;
}
.w-100 {
width: 100% !important;
}
.position-absolute {
position: absolute !important;
}

.member-profile img {
width: 100px;
height: 100px;
}
.rounded-circle {
border-radius: 50% !important;
}
.mx-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.shadow-sm {
box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
}
/*** Testimonial ***/
.testimonial-carousel::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

.testimonial-carousel::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

@media (min-width: 768px) {
  .testimonial-carousel::before,
  .testimonial-carousel::after {
      width: 200px;
  }
}

@media (min-width: 992px) {
  .testimonial-carousel::before,
  .testimonial-carousel::after {
      width: 300px;
  }
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
  transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
  background: #000 !important;
  border-color: #000 !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
  color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
  margin-top: 24px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.testimonial-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  border: 1px solid #CCCCCC;
  border-radius: 15px;
  transition: .5s;
}

.testimonial-carousel .owl-dot.active {
  background: var(--primary);
  border-color: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-social {
  margin-right: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: normal;
  border: 1px solid #FFFFFF;
  border-radius: 35px;
  transition: .3s;
}

.footer .btn.btn-social:hover {
  color: var(--primary);
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
  transition: .3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
  color: #fff;
}

.footer .footer-menu a {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;

}
@keyframes slideTextIn {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.text-animation {
    animation: slideTextIn 2s forwards;
}
.carousel-item:not(.active) {
  opacity: 0;
  visibility: hidden;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;

  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  50% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10%);
  }
}

/* Apply the animation to the text with a delay */
.carousel-caption  {
  animation: bounceIn 2s 1s; /* Adjust the duration and delay as needed */
  opacity: 0;
  display: block;
  font-size: 10px;
  margin-top: 20px;
}
@media (max-width: 576px) {
  .carousel-caption h4 {
    font-size: 10px;
    margin-top:20px;
    display: none;

  }
  .carousel-caption h1 {
    font-size: 14px;      
    margin-top:20px;

  }
}

@media (min-width: 768px) {
  .booking {
    position: relative;
    margin-top: -60px !important;
    z-index: 1;
  }
}

@media (min-width: 992px) {
  .about-text {
    margin-left: -120px;
  }
}



.page-header {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/carousel-2.jpg), no-repeat center center;
  background-size: cover;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}


/********** pagination CSS **********/

.pagination {
margin: 20px auto;
text-align: center;
}

/* Style the "Previous" and "Next" links */
.pagination a {
text-decoration: none;
padding: 10px 20px;
background-color: #000;
color: #fff;
border-radius: 5px;
margin-right: 10px; /* Add space between "Previous" and "Next" links */
}

.pagination a:hover {
background-color: #f95959;
}

#parent-container{
display: flex;
justify-content: center;
align-items: center;
height: 30vh; /* Adjust the height as needed */



}



#datbase_text{

color:#383838;
font-family: 'Nunito', sans-serif;
font-size: 18px;

}
.database_text_spaces{
margin-top:-40px;
}

alert-warning:hover{
background-color: rgba(220, 128, 1, 0.33);
transition:0.5s;
}

.warning
{
    font-size: 18px;
  color: #ffb40b;
  text-shadow: none;
}

/*
---------------------------------------------
our facts
---------------------------------------------
*/

section.our-facts {
padding: 60px 0px 60px 0px;
}

section.our-facts h2 {
font-size: 38px;
color: #000;
line-height: 50px;
font-weight: 700;
letter-spacing: 0.5px;
text-wrap: nowrap;
}

.count-area-content {
text-align: center;
background-color: rgb(123 121 121 / 15%);
border-radius: 20px;
padding: 25px 30px 35px 30px;
margin: 15px 0px;
}

.percentage .count-digit:after {
content: '%';
margin-left: 3px;
}

.count-digit {
  margin: 5px 0px;
  color: #f85a59;
  font-weight: 700;
  font-size: 36px;
}
.count-title {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.5px;
}

.new-students {

}

section.our-facts .video {
text-align: center;
margin-left: 70px;
margin-top: 45px;
background-image: url(../img/Where-should-we-go-for-adventure-in-2024-in-pakistan.png);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
border-radius: 20px;

}

section.our-facts .video img {
padding: 170px 0px;
max-width: 56px;

}

section.our-facts .video {
margin-left: 0px;
margin-top: 15px;
}
.tab input {
position: absolute;
opacity: 0;
z-index: -1;
}
.tab__content {
max-height: 0;
overflow: hidden;
transition: all 0.35s;
}
.tab input:checked ~ .tab__content {
max-height: 60rem;
}

/* Visual styles */
.accordion {
color: #f95959;
border: 2px solid;
border-radius: 0.5rem;
overflow: hidden;
margin-bottom: 20px;
font-size: 18px;




}
.tab__label,
.tab__close {
display: flex;
color: white;
background: #f95959;
cursor: pointer;
}
.tab__label {
justify-content: space-between;
padding: 1rem;
}
.tab__label::after {
content: "\276F";
width: 1em;
height: 1em;
text-align: center;
transform: rotate(90deg);
transition: all 0.35s;
}
.tab input:checked + .tab__label::after {
transform: rotate(270deg);
}
.tab__content p {
margin: 0;
padding: 1rem;
color: #aaa;
font-size: 18px;
}
.tab__close {
justify-content: flex-end;
padding: 0.5rem 1rem;
font-size: 0.75rem;
}
.accordion--radio {
--theme: var(--secondary);
}

/* Arrow animation */
.tab input:not(:checked) + .tab__label:hover::after {
animation: bounce .5s infinite;
}
@keyframes bounce {
25% {
  transform: rotate(90deg) translate(.25rem);
}
75% {
  transform: rotate(90deg) translate(-.25rem);
}
}
.r-title{
margin-top: var(--rTitleMarginTop, 0) !important;
margin-bottom: var(--rTitleMarginBottom, 0) !important;
}


p:not([class]){
line-height: var(--cssTypographyLineHeight, 1.78);
margin-top: var(--cssTypographyBasicMargin, 1em);
margin-bottom: 0;
}

p:not([class]):first-child{
margin-top: 0;
}

/*
text component
*/

.text{
display: var(--textDisplay, inline-flex);
font-size: var(--textFontSize, 1rem);  
}

/*
time component
*/

/*
core styles
*/

.time{
display: var(--timeDisplay, inline-flex);
}

/*
extensions
*/

.time__month{
margin-left: var(--timelineMounthMarginLeft, .25em);
}

/*
skin
*/

.time{
padding: var(--timePadding, .25rem 1.25rem .25rem);
background-color: var(--timeBackgroundColor, #f0f0f0);

font-size: var(--timeFontSize, .75rem);
font-weight: var(--timeFontWeight, 700);
text-transform: var(--timeTextTransform, uppercase);
color: var(--timeColor, currentColor);
}

/*
card component
*/

/*
core styles
*/

.card{
padding: var(--timelineCardPadding, 1.5rem 1.5rem 1.25rem);
}

.card__content{
margin-top: var(--cardContentMarginTop, .5rem);
}

/*
skin
*/

.card{
border-radius: var(--timelineCardBorderRadius, 2px);
border-left: var(--timelineCardBorderLeftWidth, 3px) solid var(--timelineCardBorderLeftColor, var(--uiTimelineMainColor));
box-shadow: var(--timelineCardBoxShadow, 0 1px 3px 0 rgba(0, 0, 0, .12), 0 1px 2px 0 rgba(0, 0, 0, .24));
background-color: var(--timelineCardBackgroundColor, #fff);
}

/*
extensions
*/

.card__title{
--rTitleMarginTop: var(--cardTitleMarginTop, 1rem);
font-size: var(--cardTitleFontSize, 1.25rem);
}

/*
=====
CORE STYLES
=====
*/

.timeline{
display: var(--timelineDisplay, grid);
grid-row-gap: var(--timelineGroupsGap, 0.2rem);
}

/*
1. If timeline__year isn't displaed the gap between it and timeline__cards isn't displayed too
*/

.timeline__year{
margin-bottom: 1.25rem; /* 1 */
}

.timeline__cards{
display: var(--timeloneCardsDisplay, grid);
grid-row-gap: var(--timeloneCardsGap, 1.5rem);
}


/*
=====
SKIN
=====
*/

.timeline{
--uiTimelineMainColor: var(--timelineMainColor, #222);
--uiTimelineSecondaryColor: var(--timelineSecondaryColor, #fff);

border-left: var(--timelineLineWidth, 3px) solid var(--timelineLineBackgroundColor, var(--uiTimelineMainColor));
padding-top: 1rem;
padding-bottom: 1.5rem;
}

.timeline__year{
--timePadding: var(--timelineYearPadding, .5rem 1.5rem);
--timeColor: var(--uiTimelineSecondaryColor);
--timeBackgroundColor: var(--uiTimelineMainColor);
--timeFontWeight: var(--timelineYearFontWeight, 400);
}

.timeline__card{
position: relative;
margin-left: var(--timelineCardLineGap, 1rem);
}

/*
1. Stoping cut box shadow
*/

.timeline__cards{
overflow: hidden;
padding-top: .25rem; /* 1 */
padding-bottom: .25rem; /* 1 */
}

.timeline__card::before{
content: "";
width: 100%;
height: var(--timelineCardLineWidth, 2px);
background-color: var(--timelineCardLineBackgroundColor, var(--uiTimelineMainColor));

position: absolute;
top: var(--timelineCardLineTop, 1rem);
left: -50%;
z-index: -1;
}

/*
=====
SETTINGS
=====
*/
/**/
.timeline{
--timelineMainColor: #f95959;
}

/*
=====
DEMO
=====
*/




p:last-child{
margin-bottom: 0;
color:#000;;
}




.substack{
border:1px solid #EEE; 
background-color: #fff;
width: 80%;
max-width: 480px;
height: 280px;
margin: 1rem auto;;
}
.page{
max-width: 47rem;
padding: 0.1rem 0.1rem 3rem;
margin-left: auto;
margin-right: auto;
}

.linktr{
display: flex;
justify-content: flex-end;
padding: 2rem;
text-align: center;
}

.linktr__goal{
background-color: rgb(209, 246, 255);
color: rgb(8, 49, 112);
box-shadow: rgb(8 49 112 / 24%) 0px 2px 8px 0px;
border-radius: 2rem;
padding: .75rem 1.5rem;
}

.r-link{
  --uirLinkDisplay: var(--rLinkDisplay, inline-flex);
  --uirLinkTextColor: var(--rLinkTextColor);
  --uirLinkTextDecoration: var(--rLinkTextDecoration, none);

  display: var(--uirLinkDisplay) !important;
  color: var(--uirLinkTextColor) !important;
  text-decoration: var(--uirLinkTextDecoration) !important;
}

/* Default styles for larger screens */
.video-responsive {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio for responsive sizing */
  height: 0;
}

.video-responsive iframe {
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Media query for screens with a maximum width of 768px (typical for mobile devices) */
@media (max-width: 768px) {
  .video-responsive {
    padding-bottom: 75%; /* Adjust the aspect ratio for smaller screens */
  }
}

#search-heading{
text-wrap:nowrap;
display: flex;
justify-content: center;
align-items: center;
height: 70px;
}


#btn_search{
  height: 47px;width:100%; margin-top: -20px;
}
@media only screen and (max-width: 768px) {

#btn_search{
  height: 47px;
  width: 50%;
 
}

}
#btn-search-block{

  text-align: center;
}


#pkg-img-div{
  width: 23.33% !important;

}

#main-pkg-img-pkg img{
height: 200px;
border:2px solid #000;
}


#main-pkg-img-pkg:hover{
  border:2px solid #000;
  }
@media only screen and (max-width: 768px) {

  #pkg-img-div{
    width: 43.33% !important;
  
  }
  
  #main-pkg-img-pkg img{
  height: 170px;
  
  }

  #pkg-summary{

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;        
    overflow: hidden;             
    text-overflow: ellipsis; 
    font-size: 0.8rem;
  }
  
  
}


#img-pkg-bordered img{
  border:2px solid #000;

}

#img-pkg-bordered:hover {
  border:2px solid #000;
  }


  h1{
    
 font-size: 1.5rem !important;
  
  }
  h3{
    font-size: 1.02rem !important;
  }

  @media only screen and (max-width: 768px) {
    h1 {
        font-size: 1.5rem !important;
    }

    h3 {
      font-size: 0.8rem !important;
      text-wrap: wrap;
    }
    
}


.blog-content {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 4.5em; 
}

@media only screen and (max-width: 768px) {
    
    #btn-read-book{
        font-size: .8rem;
    }
    #btn-content{
        text-wrap:nowrap;
        
    }
    
    
}



.facts-heading{
    
color:#000;
}


.heading-box h2{ width:100%; color: red; }
/*.text-box {*/
/*	position: absolute;*/
/*	top: 50%;*/
/*	left: 15%;*/
/*	right: 15%;*/
/*	color: #fff;*/
/*	text-align: center;*/
/*	transform: translateY(-50%);*/
/*}*/
#search-section{
padding: 45px;
    margin-top: 20px;
    border-radius: 100px;
}

#small-text{
   font-size: 0.8rem; 
}


@media only screen and (max-width: 768px) {


    #small-text{
   font-size: 0.3rem; 
}
.px-3{
   padding-right: 0.2rem !important;
    padding-left: 0.2rem !important; 
    
}
    
.btn-sm, .btn-group-sm>.btn {
    font-size: .675rem;
}
p{
 font-size: 12px;
}   

h5, .h5 {
    font-size: 1rem;
}  
   #mbl-class-card{
       width:50%;
   } 

}


.package-summary-card{
     display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
    
}



