:root {
  --color-white: #ffffff;
  --color-black: #000000;
  --color-primary:  #3D8052;
  --color-info:#E3BF01;
  --color-secondary: #2F3645;
}


@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

:root {
  --font-Roboto: "Roboto", sans-serif;
  --font-Outfit: "Outfit", sans-serif;
}

/*-------------- Owl crousel ---------------*/

/* Add this CSS to make the parent container a flex container */
/*.row.equal-height-row {
    display: flex;
}*/
/* Add this CSS to make each offer-box a flex item with equal height */
/*.row.equal-height-row .rew-box{
    display: flex;
    flex-direction: column;
}
.row.equal-height-row .review-data{
    flex: 1;
    align-content: end;
}*/
.owl-carousel .owl-item img {
  width: auto !important;
  margin: 0 auto;
  width: auto;
}
#our_partners img{
  width: auto !important;
}

/* --------- SLIDER--------- */
#slider-banner{
  position: relative;
 
}
#slider-banner .inner_carousel {
  position: absolute;
  top: 0;
  padding-top: 8%;
  width: 100%;
  left:0;
  right:0;
}
section#slider-banner .carousel-caption {
  transform: translateY(-50%);
  text-align: start;
  left: 0%;
  right: auto;
  bottom: 0rem;
  margin-top: 0%;
  position: relative;
  padding: 0px;
}
.inner_carousel .container-fluid {
    padding: 0 110px !important;
}

.carousel-caption p.main-text {
    font-size: 24px;
    line-height: 34px;
}
.slide-right{
  border-radius: 354.5px;
  overflow: hidden;
  position: relative;
}
.slide-right img{
  height:100%;
  width:100%;
  object-fit:cover;
}
.slide-right-upper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slide-right-upper img {
    object-fit: contain;
    height: auto;
    width: auto;
    margin-bottom: 127px;
}
#slider-banner h1{
  font-size: 47px;
  font-weight: 700;
  line-height: 50px;
  font-family: var(--font-Outfit);
  color:var(--color-black);
  padding: 0px;
}
#slider-banner .review .review-text{
  padding: 10px 2px;
}
#slider-banner .review .review-text h5{
  font-size: 20px;
  font-weight: 600;
  font-family: var(--font-Outfit);
  margin-bottom: 0px;
}
#slider-banner .review .review-text p{
  font-size: 16px;
  font-weight: 400;
  font-family: var(--font-Roboto);
  color:#000;
}
#slider-banner .review .image{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  float:left;
  margin-left: -20px;
}
#slider-banner .review .image:nth-child(1){
  margin-left: 0px;
}
#slider-banner .review .image img{
  border-radius: 50%;
}
.slid-btn .btn-primary{
  margin-left: -20px;
  padding: 10px 20px 10px 30px;
}
.slider-banner-image img {
    width: 100%;
}
#slider-banner .slide-nav{
  display: none;
}
.slide-nav i {
    background: #fff;
    font-size: 14px;
    opacity: 1 !important;
    border-radius: 50%;
    padding: 10px 12px;
    color:#000;
}
.slide-nav .carousel-control-prev-icon,.slide-nav .carousel-control-next-icon {
    background-image: unset;
}
.slide-nav a.carousel-control-prev,.slide-nav a.carousel-control-next{
    opacity: 1;
}
.slide-nav .carousel-control-prev,.slide-nav .carousel-control-next{
  width: 8%;
}
.slide-nav i:hover {
    background: #ffffff;
    color: var(--color-info);
}
#slider-banner .slide-small-head span {
  background: var(--color-primary);
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  padding: 5px 30px 5px 20px;
  color: #fff;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 500;
}
#slider-banner .carousel-item {
  transition: transform 2s ease, opacity 2s ease; /* Adjust timing here */
  position: relative;
}
#slider-banner .review {
  background-color: #fff;
  box-shadow: 1px 0px 8px 5px #0000001A;
  border-radius: 40px;
}
#slider-banner .review .seller-star {
  background-color: transparent;
  padding: 0px;
  box-shadow: none;
  border-radius: 0px;
  margin-left: 10px;
}
#slider-banner .search-form{
  margin-top: -60px;
}
#slider-banner .search-form form {
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px #00000040;
    border-radius: 50px;
    padding: 19px 21px 19px 32px;
    align-items: center;
}
#slider-banner .search-form form label{
  margin-bottom: 0px !important;
  font-size: 20px;
  line-height: 100%;
  color:#000;
  font-weight: 600;
  font-family: var(--font-Outfit);
}
#slider-banner .search-form form label {
    position: relative;
    font-family: Outfit;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    color: #181919;
    display: flex;
    margin-bottom: 10px !important;
}

#slider-banner .search-form form p:nth-child(3) label::before {
    content: "\f002";
}

label {}

#slider-banner .search-form form p label::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 13px;
    margin-right: 3px;
}

#slider-banner .search-form form p:nth-child(4) label::before {content: "\f5b0";font-family: "Font Awesome 6 Free";font-weight: 900; /* solid icon */}

#slider-banner .search-form form p:nth-child(5) label::before {
    content: "\f3c5";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}
#slider-banner .search-form form select{
  border:none;
  outline: none;
  box-shadow: none;
  color:#626B7D;
  font-size: 14px;
  font-family: var(--font-Roboto);
  padding: 0px;
  line-height: 100%;
  background: transparent;
  width: auto;
}

#slider-banner .search-form form .search-btn .btn-primary{
  float: right;
  padding: 10px 14px;
  background-color: var(--color-primary) !important;
  border:var(--color-primary) !important;
}
#slider-banner .search-form form .search-btn .btn-primary i {
  margin-left: 0px;
  position: relative;
  font-size: 15px;
  margin-top: 4px;
}
/*destination */
#topdestination  {
  position: relative;
}
#topdestination .owl-item .destination_box{
  position: relative;
}
.destination-image {
    height: 378px;
    overflow: hidden;
    border-radius: 345.5px;
    position: relative;
}
#topdestination .owl-item .destination_box .destination-image, #topdestination .owl-item{
  width: 127px !important;
}
#topdestination .owl-item.expand, #topdestination .owl-item.expand .destination_box .destination-image{
  height: 378px !important;
  width: 536px !important;
}
#topdestination .owl-item .destination_box .destination-image img{
    height: 100%;
    width: 100% !important;
    object-fit: cover;
}
#topdestination .owl-item .destination_box .destination_content {
  position: absolute;
  bottom: 32px;
  left: 0;
  display: none;
  padding: 0 35px;
  width: 100%;
  background: transparent;
  overflow: hidden;
  /* height: 100%; */
}
.destination_content_inner {
    padding: 40px 50px 30px 50px;
    border-radius: 218px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #fff;
    color:#000;
    /* height: 100%; */
    height: 100%;
}
#topdestination .owl-item .destination_box .destination_content h3{
  padding: 0px;
  margin: 0;
  font-size: 18px;
  font-family: var(--font-Outfit);
}
#topdestination .owl-item .destination_box .destination_content p{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 15px;
}
#topdestination .owl-item.expand .destination_box .destination_content {
  display: block;
}
#topdestination .owl-item .destination_box .counter {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--color-primary);
  color: var(--color-white);
  border-radius: 50%;
  width: 78px;
  height: 78px;
  margin: 15px auto;
  padding: 20px 25px;
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  text-align: center;
  font-family: 'Outfit';
}
#topdestination .owl-item.expand .destination_box .counter {
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  background-color: var(--color-info);
  color: var(--color-white);
  border-radius: 50%;
  width: 78px;
  height: 78px;
  margin: 0px 50px 92px;
  padding: 10px 16px;
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Outfit';
}
/*why choose us*/
section#why_choose_us {
  position: relative;
  padding-bottom: 0;
}
#why_choose_us .small-heading {
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 500;
  padding: 0px;
}
#why_choose_us .main-heading{
margin-bottom: 10px;
padding: 0;
}
.trip .icon {
  background-color: var(--color-primary);
  padding: 10px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.trip .icon:hover{
  background-color: var(--color-info);
}
.trip h5{
  font-size: 18px;
  font-family: var(--font-Outfit);
  font-weight: 600;
  padding: 0;
  margin: 0;
}
.trip p{
  font-size: 14px;
  font-family: var(--font-Roboto);
  font-weight: 400;
  padding: 0;
  margin: 0;
}
#why_choose_us .tourman img{
  position: relative;
}
.mylist{
  margin-left: 0px;
  padding-left: 0px;
}
.mylist li{
  font-size: 16px;
  font-family: var(--font-Roboto);
  font-weight: 400;
  line-height: 30px;
  list-style: none;
}
.mylist li::before{
  font-family: 'Font Awesome 5 Free'; 
  content: "\f054";
  margin-right: 8px;
  color: var(--color-info);
  font-weight: 900;
}
/* faqs*/
#faqs .main-heading{
  padding: 0px 20%;
}
#faqs .sec_heading p{
  padding: 0px 10%;
  color:#4E5054;
  font-size: 16px;
}
#faqs .accordion .accordion-item.collapsed{
border:none;
width: 100%;
padding: 0px 0px;
border-radius: 30px;
background-color: var(--color-white);
margin-bottom: 20px;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
#faqs .accordion .accordion-item:not(:first-of-type) {
  border-top: 0;
}

#faqs .accordion .accordion-item:not(.collapsed){
  background-color: var(--color-primary);
  color:var(--color-white);
  border:none;
  box-shadow: none;
  border-radius: 30px;
}
#faqs .accordion .accordion-item:not(.collapsed) .accordion-button{
  background-color: transparent;
  padding: 10px 20px;
  color:#fff;
  font-size: 20px;oppp;/ooppp
  font-weight: 600;
}
#faqs .accordion .accordion-button:not(.collapsed){
  background-color: transparent;
  padding: 10px 20px;
  border-radius: 30px; 
  box-shadow: none;
}
#faqs .accordion-item .accordion-button::after {
  content: "\2b";
  font-size: 30px;
  color: var(--color-info);
  background-image: none;
  margin-top: 0px;
  font-family: "Font Awesome 6 Free"; /* or "Font Awesome 6 Free" */
  font-weight: 900;
  width: auto;
  height: auto;
}
#faqs .accordion-item:not(.collapsed) .accordion-button::after {
  content: "\f068";
  font-size: 16px;
  color: var(--color-info);
  background-image: none;
  margin-bottom: 0px;
  margin-top: 0px;
  font-family: "Font Awesome 6 Free"; /* or "Font Awesome 6 Free" */
  font-weight: 900;
}
#faqs .accordion .accordion-item .accordion-body{
  color: #fff;
  font-family: var(--font-Worksans);
  font-weight: 400;
  font-size: 15px;
  padding: 20px;
  margin-bottom: 10px;
  background-color: var(--color-primary);
  border-radius: 30px;
  padding-top: 0px;
}

/*--------testimonial------*/


.testimonials-info{
  position: relative;
}

.testimonials-info .testimonials-data img {
  margin-left: 0 !important;
  margin-bottom: 0px;
  width: 50px !important;
  margin-right: 60px;
  margin-top: 10px;
}
  .vs-product:hover .quote img {
    filter: invert(88) brightness(15);
}
.testimonials-info .testimonials-data p{
  font-size: 14px;
  font-weight: 400;
  color: #787878;
  line-height: 20px;
  font-family: var(--font-Roboto);
  margin-bottom: 10px;
  }
  .testimonials-info .testimonials-img img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
  }
.testimonials-data h5 a{
  font-size: 20px;
  font-weight: 700;
  color:var(--color-black);
  font-family: var(--font-Worksans);
}
.profile-content h6{
  font-size: 14px;
  font-weight: 400;
  color:#fff;
  font-family: var(--font-Worksans);
}

 
 

/* explore*/
#explore {
  background-size: 100% 100%;
  margin: 0 20px;
  border-radius: 350px;
  max-height: 606px;
}
#explore .small-heading {
  color: #fff;
  text-transform: uppercase;
  font-size: 64px;
  line-height: 1;
  font-weight: 600;
  font-family:var(--font-Outfit);
  padding: 0px;
  margin: 0px;
}
#explore .main-heading {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 120px;
  line-height: 1;
  font-weight: 900;
}

#explore .badge{
  border: 2px dashed #fff;
  color:#fff;
  padding: 10px 10px;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  border-radius: 30px;
  margin-bottom: 20px;
}
.contact-call a{
  color:#fff;
  font-weight: 600;
  font-size: 30px;
  line-height: 100%;
}
.contact-call a:hover{
  color:var(--color-info);
}
#explore .offer img{
 width: 120px;
}
#explore .discount {
  position: absolute;
  text-align: center;
  right: 0;
  bottom: 0;
}
#explore .discount .offer-content{
  position: absolute;
  top:0;
  left:0;
 margin-top: 30px;
 width: 100%;
}
#explore .discount .offer-content h2{
  margin-bottom: 0px;
  margin-top: -10px;
}
#explore .discount .offer-content h2 span{
  font-size: 35px;
  font-weight: 600;
  padding: 0px;margin:0px;
  margin-bottom: 0px;
 font-family: var(--font-Outfit);
}
#explore .discount .offer-content sup{
  margin-left: -25px;
}
#explore .discount .offer-content sup{
  font-size: 18px;
  font-weight: 400;
}
#explore .discount .offer-content h2 small{
  font-size: 22px !important;
  font-weight: 400;
}
#explore .discount .offer-content p{
  margin-bottom: 0px;
  font-size: 11px;
  color:#000;
}
#explore .btn-primary {
  background-color: #fff !important;
  color:#000; 
}
#explore .btn-primary i{
  color:#000;
}
#explore .btn-primary:hover {
  background-color: #000 !important;
  color:#000; 
}
#explore .btn-primary:hover i{
  color:#fff;
}
/*gallery*/
#gallery{
  position: relative;
}
#gallery .view-btn{
text-align: right;
}
#gallery .main-grid .image{
  position: relative;
}
#gallery .main-grid{
  display: grid;
  grid-template-columns: 19% 19% 19% 19% 19%;
  grid-template-rows: repeat(2, 250px);
  grid-gap: 18px;
}
#gallery .main-grid .image img{
  border-radius: 20px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#gallery .main-grid .image:nth-child(1) {
  grid-column: 1 / 1;
  grid-row: 1 / 3;
  margin: 50% 0px;
}
#gallery .main-grid .image:nth-child(2){
  grid-column: 2 / 2;
  grid-row: 1 / 2;
}
#gallery .main-grid .image:nth-child(3){
  grid-column: 3 / 3;
  grid-row: 1 / 3;
}
#gallery .main-grid .image:nth-child(4){
  grid-column: 4 / 4;
  grid-row: 1 / 1;
}
#gallery .main-grid .image:nth-child(5){
  grid-column: 5 / 5;
  grid-row: 1 / 3;
  margin: 50% 0px;
}
#gallery .main-grid .image:nth-child(6){
  grid-column: 2 / 2;
  grid-row: 2 / 2;
}
#gallery .main-grid .image:nth-child(7){
  grid-column: 5 / 4;
  grid-row: 2 / 2;
}
/*newsletter*/
#newsletter{
  border-radius: 350px;
  margin: 0px 30px;
  padding: 0;
}
.newsletter-box {
    padding: 100px 0;
    z-index: 1;
}
#newsletter .main-heading{
  color:#fff;
}
#newsletter .main-text{
  color:#fff;
}
#newsletter .container{
  position: relative;
}
#newsletter .right_img{
  width: 693px;
  position: absolute;
  bottom: 0;
  right: -98px;
  height: 496px;
  /* height: 100%; */
  margin-top: 0;
  /* margin-right: 20px; */
}
#newsletter input[type="email"] {
  border: 1px solid #fff;
  font-size: 16px;
  padding: 10px 10px;
  margin: 0 0 0px 0;
  height: auto;
  width: 100%;
  background: #fff;
  border-radius: 30px;
  margin-bottom: 20px;
}
#newsletter input[type="email"]::placeholder{
  color:#000;
}
#newsletter input[type="submit"] {
  padding: 10px 50px 10px 20px;
  font-weight: bold;
  color: #ffffff;
  text-transform: capitalize;
  border: none;
  background-color: var(--color-black);
  border: 1px solid var(--color-black);
  border-radius: 30px;
}
#newsletter .shortcode p{
  position: relative;
}
#newsletter .shortcode p::after {
  content: url(../images/3.png);
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #fff;
  padding: 6px 5px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  margin-left: 26%;
  margin-top: 1.6%;
  cursor: pointer;
}

#tour_package{
  position: relative;
  margin: 0px 20px;
  border-radius: 30px;
}

/*testimonial slider*/
.vertical-slider {
  width: 100%;
  height: 500px;
  overflow: hidden;
  margin: auto;
}
.vs-product {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  margin-bottom: 20px;
  background-color: #EEEEEE;
  padding: 10px;
  border-radius: 130px;
}
.vs-product:hover{
  background-color: var(--color-primary);
}
.vs-product:hover .testimonials-data h5 a{
  color:#fff;
}
.vs-product:hover .testimonials-data h6{
  color:#fff;
}
.vs-product:hover .testimonials-info .testimonials-data p{
  color:#fff;
}
.vs-control {
  width: 30px;
  height: 30px;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  margin: 2px;
}
#testimonials{
  position: relative;
}
#testimonials .left_img img{
  height: 100%;
}
.vertical-slider .vs-control.up {
  top: 0;
  background-color: var(--color-primary);
}

.vertical-slider .vs-control.down {
  top: 0;
  background-color: var(--color-black);
}
.vertical-slider .nav_arrow{
  position: absolute;
  display: flex;
  top:0;
  right:0;
  margin-top: -60px;
  margin-right: 20px;
}
 