/********** Template CSS **********/


:root {
    --primary: #86B817;
    --secondary: #FE8800;
    --third:#85C1E9;
    --forth: #cbe1ef;
    --light: #F5F5F5;
    --dark: #14141F;
}

.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 {
    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: 0;
    display: flex;
    align-items: center;
    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: 35px 0;
    color: #000000 !important;
    font-size: 14px;
    font-weight: 600;
    outline: none;
    transition: .5s;
}

.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: var(--primary) !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 #DDDDDD;
    }

    .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 ***/
.hero-header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    animation: changeImage 30s linear infinite;
    margin-top: 47px;
    box-shadow: -1px 1px 10px rgba(0, 0, 0, .5);
   
/**    width: 1215px;
    height: 400px; **/
}

@keyframes changeImage {

    0% {
        background-image: url(../img/bg-hero.jpg);
        
    }
    25% {
        background-image: url(../img/destination-2.jpg);
    }
    50% {
        background-image: url(../img/destination-3.jpg);
    }
    75% {
        background-image: url(../img/destination-4.jpg);
    }
    100% {
        background-image: url(../img/Gallary10.jpg);
    }
}

.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;
}


/*** 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: var(--light) !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);
}

.package-item img {
    transition: .5s;
}

.package-item:hover img {
    transform: scale(1.1);
}


/*** Booking ***/
.booking {
    background: linear-gradient(rgba(15, 23, 43, .7), rgba(15, 23, 43, .7)), url(../img/booking.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item .btn {
    background: #FFFFFF;
    color: var(--primary);
    border-radius: 20px;
    border-bottom: 1px solid var(--primary);
}

.team-item .btn:hover {
    background: var(--primary);
    color: #FFFFFF;
}


/*** 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: var(--primary) !important;
    border-color: var(--primary) !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: var(--light);
    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: var(--light);
}

.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;
}
/********login*************/
.navbar-light .navbar-nav .nav-link1 {
    font-family: 'Nunito', sans-serif;
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    color: #86B817 !important;
    font-size: 15px;
    font-weight: 600;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link1 {
    color: var(--dark) !important;
}
.navbar-light .navbar-nav .nav-link1:hover,
.navbar-light .navbar-nav .nav-link1.active1 {
    color: var(--primary) !important;
}

/******************************p********************/
 p {
            font-size: 14px; /* You can replace 16px with any other size you want */
        }
        
.submit{background: #86B817;}

/******************************Email********************/


.custom-heading {
    font-size: 14px; /* Size of the heading */
    color: #86B817; /* Color of the heading (here, a shade of blue) */
    /* Additional styles can be added here */
}
/************************************** Readmore **********/
.extra-content {
    display: none;
  }

/************************************** table **********/
  h8 {
    text-align: center;
    font-size: 10px;
  }
  table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;

  }
  th, td {
    border: 2px solid #ddd;
    padding: 4px;
    text-align: left;
    font-size: 12px;

  }
  th {
    background-color: #f2f2f2;
  }
/************************************** topsytle **********/
  .top-header {
    background:url(../knp/kaz.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 47px;
    height: 150px;
}

.top-div {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    margin-bottom: 100px;
}

.toptext {
    margin-left: 10px;
    background-position: center center;

}
.div-class {
    float: left;
}
/*****************Container*************/

.container-xxl1{

    margin: 0;
}

/**************************START BOOKNOW Button********************/

h11 {
    margin: 0;
    padding: 0;
    border: none;
    font-family: Arial, sans-serif;
  }
  
  
  .bookbutton {
    font-size: 12px;
    background-color: red;
    padding: 10px;
    top: 3px;
    right: 3px;
    color: white;
    border-radius: 3px;
  }

/**************************END BOOKNOW Button********************/

 /****************************start Social Media*****************/
  .facebook {
    background: #3B5998;
    color: white;
  }
  
  .twitter {
    background: #55ACEE;
    color: white;
  }
  
  .google {
    background: #dd4b39;
    color: white;
  }
  
  .linkedin {
    background: #007bb5;
    color: white;
  }
  
  .youtube {
    background: #bb0000;
    color: white;
  }

  .instagram{
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    color: white;
  }
 
  /****************************END Social Media*****************/

  /********************************Font*********************/
  h16 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    line-height: 1.2;
    color: #86B817;
    font-size: 1rem;
    border: #777;
    
}
h17 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    line-height: 1.2;
    color: #86B817;
    font-size: .7rem;
    border: #777;
    
}


    

  /********************************Font*********************/
 
/******************************Popular***************/
div.gallery {
    border: 1px solid #ccc;

  }
  
  div.gallery:hover {
    border: 1px solid #777;
  }
  
  div.gallery img {
    width: 100%;
    height: auto;
  }
  
  div.desc {
    padding: 15px;
    text-align: center;
    color: #000000;
    font-weight: bolder;
  }
  
  * {
    box-sizing: border-box;
  }
  
  .responsive {
    padding: 0 6px;
    float: left;
    width: 24.99999%;
  }
  
  @media only screen and (max-width: 700px) {
    .responsive {
      width: 49.99999%;
      margin: 6px 0;
    }
  }
  
  @media only screen and (max-width: 500px) {
    .responsive {
      width: 100%;
    }
  }
  
  .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

/* Select Option*/
#mySelect {
     color: white; /* Set color for the 
    boselect dropdown */
    background:#86B817;
    box-sizing: border-box;

}

#mySelect option {
  color: white; /* Set color for the options */
    border: 10px;
}

.price-container {
    display: flex;
    align-items: center;
  }
  
  
  .book-now {
    background-color: #86B817;
    color: white;
    border: none;
    padding: 10px 20px;
    margin-left: 10px;
    cursor: pointer;
    border-radius: 12px;
  }
  
  .book-now:hover {
    background-color: #5c7f0e;
  }

  .book-now1 {
    background-color: #ea232a;
    color: white;
    border: none;
    padding: 10px 10px;
    margin-left: 10px;
    cursor: pointer;
    border-radius: 12px;
  }
  
  .book-now1:hover {
    background-color: #f65b60;
  }

  

  h18 {
    /* Green */
    background-color: #bb0000;
    display: block;
    border: 2px;
    color:white;
    text-align: center;
    font-size: 15px;
    font-weight: bold; /* Make the text bold */
  text-shadow: 4px 4px 8px rgba(0, 0, 0, .5); 
  padding: 4px,4xp;

    }

    .red-container {
        background-color: whitesmoke;
        border-color: red;
        border: 2px;
        width: auto; /* Set width as needed */
        height: auto; /* Set height as needed */
        /* You can add more styles here as needed */
        box-shadow:4px 4px 8px rgba(0, 0, 0, .5);
        padding: 4px,2px;
        padding-left:10px;
        padding-top:20px;
    }
    .price {
        background-color: #86B817;
        color: white;
        border: none;
        padding: 10px 20px;
        margin-left: 10px;
      }
      
  /*****************Note*******************/    
  h19 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-family: "Nunito", sans-serif;
    line-height: 1.2;
    color: black;
    font-size: .8rem;
    border: #777;
    
}
p2{
    margin-top: 20px;
    font-family: "Nunito", sans-serif;
    font-size: 11px;
    word-wrap: break-word;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
 
    
}
/******************side ads**************/
.side-container {
    background-color: whitesmoke;
    border-color: red;
    border: 2px;
    width: auto; /* Set width as needed */
    height: auto; /* Set height as needed */
    /* You can add more styles here as needed */
    box-shadow:4px 4px 8px rgba(0, 0, 0, .5);
    padding: 4px,2px;
    padding-left:10px;
}

/***************************************************************container********************/

  
  .itinerary-container {
    max-width: 800px;
    margin: 10px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
  
  h1 {
    text-align: center;
    margin-bottom: 20px;
  }
  
  .itinerary-card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
  }

  .itinerary-left {
    background-color: rgba(0, 0, 0, 0.586);
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
    flex: 0 0 30%;
    width: auto;
    float: left;
    cursor: pointer;
 
  }

  .itinerary-right {
    background-color: #cbe1ef;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.242);
    padding: 20px;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
    flex: 0 0 70%; /* 70% width */
    margin-left: 0px; /* Add space between containers */
    width: auto;
    float: left;
    cursor: pointer;

  }

  .itinerary-heading {
    background-color: #cbe1ef;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 5px;
    margin-bottom: 5px;
    transition: transform 0.3s ease;
  }


  .itinerary-hotel {
    background-color: #cbe1ef;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 5px;
    margin-bottom: 5px;
    transition: transform 0.3s ease;
    height: 200px;
    margin-top: 0px;
  }


  .itinerary-plan {
   /* background-color: #dce9f2;*/
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 5px;
    padding-top: 20px;
    margin-bottom: 5px;
    transition: transform 0.3s ease;
    
    
  }

  
  
  .itinerary-card:hover {
    transform: translateY(-5px);
  }
 
  /************************************container**************************/
  p20 {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
    color: black;

    
}

/*************************************************************/
h20 {
    /* Green */
    background-color: #bb0000;
    display: block;
    border: 2px;
    color:black;
    text-align: center;
    font-size: 15px;
    font-weight: bold; /* Make the text bold */
  text-shadow: 4px 4px 8px rgba(0, 0, 0, .5); 
  padding: 4px,4xp;
}

.btn-itinerary{
    color: #000;
    background-color: whitesmoke;
    border-color: black;
}

h22 {
    width: 150px;
    height: 35px;
    background-color: white;
    border-radius: 8px;
    /* You can adjust these values as per your requirements */
    text-align: center;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    padding: 2px;
}
/**********************Whatsapp************************/


.sticky-element {
    position: fixed;
    top: 20%;
    left: 10px;
    transform: translateY(-50%);
   
  }

 /********************scroll****************************/

 div.scroll-container {
    background-color: #333;
    overflow: auto;
    white-space: nowrap;
    padding: 5px;
  
  }
  
  div.scroll-container img {
    padding: 7px;
  }



  /* Create three equal columns that floats next to each other */
.column {
    float: left;
    width: 50%;
    padding: 15px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
  }
  
  .columnleft {
   float: right;
    width: 50%;
    padding: 15px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
  }

  /****==================================***/

  .book-now2 {
    background-color: #86B817;
    color: white;
    border: none;
    padding: 12px 20px;
    margin-left: 9px;
    cursor: pointer;
    border-radius: 12px;
}