@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&family=Lora:ital,wght@0,400..700;1,400..700&display=swap');

.libre-franklin-<uniquifier> {
  font-family: "Libre Franklin", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.lora-<uniquifier> {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
body{
    font-family: "Libre Franklin", sans-serif;
}
.prata-regular {
  font-family: "Prata", serif;
  font-weight: 400;
  font-style: normal;
}

/*
p{
     font-family: "Libre Franklin", sans-serif;
}*/
.section-button{
    margin-top: 2rem;
    text-align: center;
    width: max-content;
    margin:2rem auto 0;
}
.section-button a{
    text-decoration: none;
    border-radius: ;
    color: #003541;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    padding: 15px 40px;
    border-radius: 100px;
    display: block;
    border:1px solid #003541;
    transition: all 0.3s ease-in-out;
}
.section-button a:hover{
    background-color:#003541;
    color: #fff;
    transform: translateY(-3px); 
    box-shadow: 0 6px 15px rgba(0, 53, 65, 0.3); 
}
.section-header h2{
    font-size: 3.75rem;
    font-weight: 300;
    color: #333;
    line-height: 1.1;
    font-family: "Libre Franklin", sans-serif;
    text-transform: capitalize;
}
/*banner css*/
#banner-slider .item{
    position: relative;
}
#banner-slider  .slide-caption{
    position: absolute;
    z-index: 2;
    top: 30%;
    right: 0%;
    left:0px;
    text-align: center;
}
#banner-slider  .slide-caption h1{
    font-size: 76px;
    font-family: "Lora", serif;
    font-weight: 400;
}
#banner-slider  .slide-caption h2{
        font-size: 20px;
    text-align: center;
    font-weight: 300;
    font-family: "Lora", serif;
}
#banner-slider.owl-carousel .item img {
  /*object-fit: fill; 
  width: 100%;
  height: 100vh;*/
}
.video-wrapper { position: relative; }
.mute-btn {
  position: absolute;
  bottom: 16px;
  right: 16px;
  background: rgba(0,0,0,0.6);
  color: #fff;
  border: none;
  padding: 8px 12px;
  border-radius: 4px;
  cursor: pointer;
}

span.tour-days{
    display: block;
        font-size: 17px;
    font-weight: 300;
    font-family: "Libre Franklin", sans-serif;
}
#banner-slider .btn-primary{
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 1rem 3rem;
    margin: 2rem;
    border-radius: 50px;
    transition: background 0.4s ease, border-color 0.4s ease;
}
#banner-slider .btn-primary:hover{
    background:#003541;
    color:#fff;
    border-color:#003541;
}
.owl-theme .owl-dots{
    display: flex;
    justify-content: center;
}
.owl-theme .owl-dots .owl-dot.active span{
     background: #0C4552;
    width: 13px;
    height: 13px;
}
.owl-theme .owl-dots .owl-dot span{
     background: #C8AB5F;
    width: 12px;
    height: 12px;
}
.two-box-header .header-wrapper{
    margin-top: 3.5rem;
}
.category-main-wrap .owl-item{
    height: 510px;
}
.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap{
    display: none !important;
}
/*group tour css*/
.section-header .header-wrapper p{
    color: #333333;
    font-size: 16px;
    font-family: "Libre Franklin", sans-serif;
    line-height: 25px;
}
.two-box-header .section-header p{
    margin-bottom: 2rem;
}
.two-box-header .header-wrapper{
    display: flex;
    align-items: center;
        padding-bottom: 2rem;
}
.two-box-header .sec-header:first-child{
    width: 60%;
}
.two-box-header .sec-header:nth-child(2){
    width: 40%;
}
.group-tour-top{
    padding: 0;

}
.two-box-header .list-inline li a{
    text-decoration: none;
    display: block;
    color: #B6B6B6;
    border: 1px solid #B6B6B6;
    border-radius: 40px;
    padding: 1rem 2rem;
    font-size: 0.875rem;
    text-transform: uppercase;
     font-family: "Libre Franklin", sans-serif;
     width:250px;
     text-align: center;
}
.two-box-header .list-inline li a:hover,
.two-box-header .list-inline li a.active{
    background: #003541;
    color: #fff;
}

.group-tour-desti-box {
    width: 100%;
    margin: 0 auto;
    padding: 40px 0 0;
    position: relative;
}
/* Owl Carousel items */
.group-tours-owl .category-trips-single {
    position: relative;
    overflow: hidden;
    text-align: center;
    transition: transform 0.3s ease-in-out;
}
.group-tours-slider .group-tours-owl.category-grid.wte-col-3 .owl-item .category-trips-single{
    max-width: 100% !important;
    height: 510px;
}
.category-trips-single .category-trips-single-inner-wrap{
    height: 510px !important;
}
.group-tours-owl .category-trips-single img {
    width: 100%;
    height: 510px !important;
    object-fit: cover;
    display: block;
}




.group-tours-owl .item:hover {
    
}

/*.group-tours-owl .category-trips-single::before {
    content: attr(data-label); 
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 1.5rem;
    border-radius: 20px;
    z-index: 10;
    border: 0.1px solid #d7d5d5;
    font-family: "Libre Franklin", sans-serif;
}
*/
.group-tours-owl .category-trips-single h4 {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
    z-index: 10;
    text-shadow: 0 2px 10px rgba(0,0,0,0.6);
    font-family: "Lora", serif;
}
.group-tours-owl .owl-dots.disabled{
    display: flex;
    align-items: center;
}
.trip-type-name span{
    text-transform: uppercase;
}
.top-trending-section .owl-dots{
    margin-top: 2rem;
}
.group-tours-owl .owl-dots {
    text-align: center;
    margin: 0 auto;
    margin-top: 2rem;
}

.group-tours-owl .owl-dots .owl-dot span,
.top-trending-section .owl-dots .owl-dot span,
.signature-tours-section .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    background: #C8AB5F;
    display: inline-block;
    margin: 5px;
    border-radius: 50%;
    transition: background 0.3s;
}
.group-tours-owl .owl-dots .owl-dot.active span,
.top-trending-section .owl-dots .owl-dot.active span,
.signature-tours-section .owl-dots .owl-dot.active span {
    background: #0C4552;
     width: 12px;
    height: 12px;
}
.group-tours-owl .category-trips-single,
.signature-tours-section .category-trips-single {
    transform: scale(0.90);
    transition: transform 0.4s ease-in-out;
}

.group-tours-owl .owl-item.active.center .category-trips-single,
.signature-tours-section .owl-item.active.center .category-trips-single {
    transform: scale(1);
    opacity: 1;
    z-index: 10;
}
/*top trending*/
.top-trending-header{
    display: flex;
    justify-content: space-between;
}
.top-trending-wrapper{
    display: flex;
    justify-content: space-between;
}
.top-trending-wrapper .top-trending-box{
    width: 30%;
}
.top-trending-wrapper .top-trending-slider{
    width: 65%;
    align-self: end;
}
.top-trending-box p{
    color:#333;
    font-size:1rem;
    line-height: 1.6;
    margin-top: 2rem;
    font-weight: 500;
    letter-spacing: 1px;
}

.top-trending-desti-box .wte-category-outer-wrap .category-main-wrap.category-grid.wte-col-3 .category-trips-single,
.category-trips-single .category-trips-single-inner-wrap .category-trip-fig>a{
    height: 500px;
    border-radius: 0px;
}
.category-trips-single .category-trips-single-inner-wrap .category-trip-fig img{
    border-radius:0px;
}

.group-tours-owl .category-trip-title,
.top-trending-section .category-trip-title,
.signature-tours-section .category-trip-title{
    font-family: Lora;
    font-weight: 400 !important;
    font-size: 30px !important;
    line-height: 1.3;
    text-transform: uppercase;
    text-align: center;
    max-width: 90%;
    margin: 0 auto !important;
}
.top-trending-section .category-grid, [class*=wte-col-]:not(.category-list),
.top-trending-section .wte-category-outer-wrap .category-main-wrap.category-grid{
    gap:0px !important;
}
.group-tour-section .trip-pagination,
.signature-tours-section .trip-pagination{
    display: none;
}
.top-trending-section .owl-dots,
.signature-tours-section .owl-dots{
        margin: 2rem auto 0;
        align-items: center;
        display: flex;
}
.top-trending-section .top-trending-slider .category-grid.wte-col-3 .category-trips-single,
.signature-tours-section .signature-tours-slider .category-grid.wte-col-3 .category-trips-single{
    max-width: 100% !important;
    width: 100% !important;
}
.top-trending-owl .category-trips-single{
    background: #FFFAEE;
}
.signature-tours-section .category-trip-prc-title-wrap > .trip-type-name,
.group-tours-owl .category-trip-prc-title-wrap .trip-type-name,
.top-trending-owl .category-trip-prc-title-wrap .trip-type-name{
        background: #00000033;
    width: max-content;
    opacity: 1;
    top: -20.8rem;
    left: 1rem;
    position: absolute;
    border-radius: 40px;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 20px;
    position: absolute;
    text-align: center;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: absolute;
    top:2rem;

}
.category-trip-prc-title-wrap{
    position: absolute;
    bottom: 0.6rem;
    right: 0;
    left: 0;
    top: auto;
    color: #fff;
    background: linear-gradient(179.49deg, rgba(0, 0, 0, 0) 9.72%, #000000c2 69.76%);
    height: 100%;

}
.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-title{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1rem; 
    margin: 0 auto !important;
}
.testimonial-content{
    background: linear-gradient(179.49deg, rgba(0, 0, 0, 0) 9.72%, #000000c2 69.76%);
    width: 100%;
    padding-left: 1rem;
    left: 0;
}
.top-trending-wrapper .section-button{
    margin:3rem 0 0 0;
}
.top-trending-slider .trip-pagination{
    display: none;
}
.top-trending-owl .owl-item{
    height: 510px;
}
.top-trending-owl .category-trips-single{
    height: 100%;
}
.top-trending-owl .category-trip-fig img{
    height: 100%;
  width: 100%;
  object-fit: cover;
}
.feature-list{
    padding-left: 0;
    margin-top: 2rem;
    margin-bottom: 0;
}
.feature-list .feature-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}
.feature-list .feature-item:last-child{
    margin-bottom: 0rem;
}
.feature-list .feature-item img{
    width: 30px;
    max-width: 100%;
    height: auto;
}
.feature-list .feature-item p{
    width: 85%;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #363636;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 500;
}
/*specialized tour css*/
.specialized-tours-section{
    background: #FBF7EE;
}
.specialized-tours-wrapper{
    position: relative;
}
.custom-trip-type-slider .custom-trip-type-box {
    position: relative;
    overflow: hidden;
    border-radius: 0px;
}
.custom-trip-type-slider{
    padding-left: 0rem;
}
.custom-trip-type-slider img {
    width: 100%;
    height: 500px; /* Adjust for your design */
    object-fit: cover;
}

.custom-trip-type-slider .trip-title {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-size: 27px;
    text-transform: uppercase;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.7);
    z-index: 2;
     font-family: "Lora", serif;
}

.custom-nav {
    position: absolute;
    left: -6.5rem;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 2;
}

.custom-nav button {
    width: 50px;
    height: 50px;
    border: 1px solid #2f4f4f;
    background: transparent;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    color: #2f4f4f;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*why choose us css*/
.why_choose_wrapper .why_choose_jnc_logo_nd_description{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 2rem;
}
.why_choose_wrapper .why_choose-item{
    width: calc((100% - 30px) / 4);
    position: relative;
    text-align: center;
}
.why_choose_wrapper  .why_choose_sub_title{
        font-size: 1.2rem;
    color: #333333;
    padding-bottom: 1rem;
    font-weight: 400;
    display: block;
}
.why_choose_wrapper .seasonal-caption p{
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
.why_choose-item img{
    margin-bottom: 2rem;
}

.two-box-header  .section-header p:after{
    right: auto;

}
/*discount css*/

.discount-item{
    position: relative;
}
.promo-box {
   position: absolute;
    top: 50%;
    left: 7%;
    transform: translateY(-50%);
    padding: 50px 30px;
    text-align: center;
    background: rgba(255, 255, 255, 0.2); /* Semi-transparent */
    backdrop-filter: blur(10px); /* Frosted glass effect */
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #003541;
    margin: 0 auto;
    z-index: 5;
    font-family: "Libre Franklin", sans-serif;
    width: 30%;
}

/* Text styles */
.promo-box .top-text {
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 13px;
    font-weight: 300;
    border-bottom: 1px solid #fff;
    line-height: 50px;                                     
    color: #003541;
}

.promo-box h3 p{
    font-size: 28px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #003541;
}

.promo-box h2 {
    font-size: 38px;
    margin: 10px 0;
    font-weight: 700;
    letter-spacing: 2px;
}

.promo-box .discount {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}
.promo-box h5{
    font-size: 75px;
    color: #003541;
    font-weight: 400;
    letter-spacing: 1px;
}
.promo-box  h4{
        font-size: 48px;
        font-weight: 700;
        line-height: 1.3;
        margin: 1.5rem 0;
}
.promo-box a {
    display: inline-block;
    padding: 12px 30px;
    border: 1px solid #003541;
    border-radius: 30px;
    color: #003541;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 1px;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    width: 198px;
}

.promo-box a:hover {
    background: #003541;
    color: #fff;
}
.discount-carousel .owl-dots{
        position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
}
.discount-carousel.owl-theme .owl-dots .owl-dot span{
    background: #fff;
}
.discount-carousel.owl-theme .owl-dots .owl-dot.active span{
    background: #0C4552;
}
.video-controls {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: flex;
  gap: 10px;
  z-index: 10;
}

.video-controls button {
  background: rgba(0,0,0,0.5);
  border: none;
  color: #fff;
  font-size: 18px;
  padding: 8px 12px;
  border-radius: 5px;
  cursor: pointer;
}

.video-controls button:hover {
  background: rgba(0,0,0,0.8);
}
.category-trips-single .category-trips-single-inner-wrap{
    background: transparent;
}
.jnc-slider .item {
  position: relative;
  overflow: hidden;
}

/* Make video responsive and centered */
.banner-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Ensure images don't distort */
.jnc-slider .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jnc-slider .owl-dots{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2rem;
}

/* Maintain aspect ratio for the container */
.jnc-slider .item {
  aspect-ratio: 16 / 9; /* default widescreen ratio */
}
#banner-slider .item{
    aspect-ratio: auto !important;
}

@media screen and (min-width: 320px) and (max-width: 568px){
    .why_choose_wrapper .why_choose-item{
        width: 100%;
        margin: 0px;
        padding: 2rem;
    }
    #banner-slider .item{
    }
    #banner-slider .item img{
        object-fit: cover;
        height: 100%;

    }
    #banner-slider .slide-caption h1{
        font-size: 45px;
    }
     .jnc-slider .item {
        aspect-ratio: 9 / 16; /* taller video for mobile */
      }
    .section-padding{
        padding: 2rem 1rem;
    }
    .section-header h2 {
        font-size: 2.1rem;
        line-height: 1.3;
        text-align: left;
    }
    .two-box-header .header-wrapper{
        flex-wrap: wrap;
    }
    .two-box-header .sec-header{
        width: 100% !important;
    }
    .two-box-header .list-inline li:first-child{
        margin-bottom: 1rem;
    }
    .two-box-header .list-inline li a{
        padding: 0.8rem 1rem;
        font-size: 0.7rem;
        width: 200px;

    }
    .group-tour-top{
        margin-bottom: 0px;
    }
    .custom-trip-type-slider{
        padding-left: 0px;
        margin-bottom: 5rem;
    }
    .custom-nav {
        left: 0;
        top: auto;
        transform: translateY(-50%);
        display: flex;
        flex-direction: row;
        right: 0;
        justify-content: center;
        bottom: -1rem;
    }
    .section-header p{
        margin-bottom: 2rem;
    }
    .why_choose_wrapper .why_choose-item img {
        padding-bottom: 2rem;
        width: auto;
        margin:0 auto;
    }
    .top-trending-wrapper{
        flex-wrap: wrap;
    }
    .top-trending-wrapper .top-trending-box,.top-trending-wrapper .top-trending-slider{
        width: 100%;
    }
    .feature-list .feature-item{
        margin-bottom: 1.5rem;
    }
    .trip-pagination{
        display: none;
    }
    .top-trending-header{
        flex-wrap: wrap;
    }
    .top-trending-para{
        display: none;
        width: 100%;
    }
    .top-trending-header .section-header{
        width: 75%;
    }
    .top-header-filter{
        width: 25%;
        font-size: 16px;
        pointer:cursor;
    }
    .top-header-filter img{
        margin-right: 10px;
    }
    
    .discount-item img{
        object-fit: cover;
        object-position: 74%;
        height: 100%;
    }
    .promo-box{
        position: absolute;
        top: 6%;
        left: 0%;
        right: 0;
        padding: 30px 20px;
        margin: 0 auto;
        width: 80%;
        transform: none;
    }
    .promo-box .top-text {
        font-size: 15px;
    }
    .promo-box h5{
        font-size: 50px;
    }
    .promo-box h4{
        font-size: 40px;
        padding-block: 0.8rem;
    }
    .jnc-slider .owl-dots{
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .promo-box h3 p{
        font-size: 20px;
    }
    .group-tour-section{
        padding-inline: 0px;
    }
    .group-tours-para{
        padding-inline: 1rem;
    }
    .top-trending-wrapper .section-button a{
        display: block;
    }
    .top-trending-wrapper .section-button{
        width: 80%;
        margin: 2rem auto 0;
    }
    .specialized-tours-box .section-header p{
        text-align: left;
    }
    .signature-tours-para{
        padding-inline: 1rem;
    }
    .group-tours-owl .category-trip-title, .top-trending-section .category-trip-title, .signature-tours-section .category-trip-title{
        font-size: 25px !important;
    }
}
@media screen and (min-width: 569px) and (max-width: 768px){
    .why_choose_wrapper .why_choose-item{
        width: 100%;
        margin: 0px;
        padding: 2rem;
        height: 320px;
    }
#banner-slider .slide-caption h1{
    font-size: 45px;
}
#banner-slider .slide-caption{
    top: 15%;
}
#banner-slider .btn-primary{
    padding: 10px 20px;
    margin: 10px 0;
}
    #banner-slider .item img{
        object-fit: cover;
        height: 100%;

    }

    .section-padding{
        padding: 3rem 2rem;
    }
    .section-header h2 {
        font-size: 2.25rem;
        line-height: 1.4;
    }
    .two-box-header .header-wrapper{
        flex-wrap: wrap;
    }
    .two-box-header .sec-header{
        width: 100% !important;
    }
    .two-box-header .list-inline li a{
        padding: 0.8rem 1rem;
        font-size: 0.7rem;

    }
    .group-tour-top{
        margin-bottom: 0px;
    }
    .custom-trip-type-slider{
        padding-left: 0px;
        margin-bottom: 5rem;
    }
    .custom-nav {
        left: 0;
        top: auto;
        transform: translateY(-50%);
        display: flex;
        flex-direction: row;
        right: 0;
        justify-content: center;
        bottom: -1rem;
    }
    .section-header p{
        margin-bottom: 2rem;
    }
    .why_choose_wrapper .why_choose-item img {
        padding-bottom: 2rem;
        width: auto;
        margin:0 auto;
    }
    .top-trending-wrapper{
        flex-wrap: wrap;
    }
    .top-trending-wrapper .top-trending-box,.top-trending-wrapper .top-trending-slider{
        width: 100%;
    }
    .feature-list .feature-item{
        margin-bottom: 1.5rem;
    }
    .trip-pagination{
        display: none;
    }
    .top-trending-header{
        flex-wrap: wrap;
    }
    .top-trending-para{
        display: none;
        width: 100%;
    }
    .top-trending-header .section-header{
        width: 30%;
    }
    .top-header-filter{
        width: 25%;
        font-size: 16px;
        pointer:cursor;
    }
    .top-header-filter img{
        margin-right: 10px;
    }
   
    .discount-item img{
        object-fit: cover;
        object-position: 74%;
        height: 100%;
    }

    .promo-box{
        position: absolute;
        top: 6%;
        left: 0%;
        right: 0;
        padding: 30px 20px;
        margin: 0 auto;
        width: 80%;
        transform: none;
    }
    .promo-box .top-text {
        font-size: 15px;
    }
    .promo-box h5{
        font-size: 60px;
    }
    .promo-box h4{
        font-size: 40px;
    }
    .seasonal-box p{
        text-align: center;
    }
    .specialized-tours-wrapper{
        margin-left: 0;
    }
    .video-container .section-button{
        margin-top: 3rem;
    }
    
    .testimonial-video-name img{
        width: auto !important;
    }
    .top-trending-header .top-header-filter.mobile-view{
        display: none !important;
    }
    .top-trending-header .top-trending-box .top-trending-para{
        display: block !important;
    }
    .top-treding-top li a{
        width: 200px;
    }
    .top-trending-box{
        width: 100%;
    }
    .custom-trip-type-slider .trip-title{
        font-size: 24px;
        bottom: 1rem;
    }
    .why-choose-jnc.section-padding,
    .seasonal-section.section-padding{
        padding-bottom: 5rem;
    }
    .video-section .section-button{
        margin-top: 5rem;
    }
    .newletter-container .customer-form input[type="submit"]{
        width: 40%;
    }
    .group-tours-owl .category-trip-title, .top-trending-section .category-trip-title, .signature-tours-section .category-trip-title{
        font-size: 25px !important;
    }

}
@media screen and (min-width: 769px) and (max-width: 991px){
    
    #banner-slider .item img{
        object-fit: cover;
        height: 100%;
    }
    #banner-slider .slide-caption{
        top:25%;
    }
    #banner-slider .slide-caption h1{
    font-size: 45px;
}
#banner-slider .slide-caption{
    top: 15%;
}
#banner-slider .btn-primary{
    padding: 10px 20px;
    margin: 10px 0;
}
    .section-header h2{
        font-size: 2.5rem;
    }
    .group-tours-owl .category-trip-title, .top-trending-section .category-trip-title, .signature-tours-sectio{
        font-size: 25px !important;
        height: 85px;
    }
    .top-trending-wrapper .top-trending-box{
        width: 45%;
    }
    .top-trending-wrapper .top-trending-slider{
        width: 55%;
    }
    .why_choose_wrapper .why_choose-item{
        width: calc((100% - 80px) / 2);
    }
    .why_choose_wrapper .why_choose_jnc_logo_nd_description{
        justify-content: space-between;
    }
    .seasonal-container{
        margin-left: 0 !important;
    }
    .video-banner{
        height: 400px;
    }
    .promo-box{
        padding: 10px;
        width: 42%;
        left: 4%;
    }
    .promo-box h5{
        font-size: 50px;
    }
    .why_choose_wrapper .why_choose-item img{
        margin-top: 4rem;
    }
    .feature-list .feature-item p{
        font-size: 16px;
    }
    .two-box-header .list-inline li a{
        width: max-content;
    }
    .specialized-tours-section.section-padding{
        padding-bottom: 4rem;
    }
    .specialized-tours-wrapper{
        margin-left: 0px !important;
    }
    .custom-trip-type-slider .trip-title{
        font-size: 24px;
        bottom: 15px;
    }

}
@media screen and (min-width: 992px) and (max-width: 1024px){
    .top-trending-wrapper .top-trending-box{
        width: 40%;
    }
    .top-trending-wrapper .top-trending-slider{
        width: 58%;
    }
    #banner-slider .slide-caption{
        top: 13%;
    }
    .section-header h2{
        font-size: 3rem;
    }
    .custom-trip-type-slider{
        padding-left: 2rem;
    }
    .promo-box{
        padding: 20px;
        width: 40%;
    }
    .accordion-body p{
        line-height: 1.4;
    }
}
@media screen and (min-width:1025px) and (max-width:1280px) {
    .section-header h2{
        font-size: 3rem;
    }
    .wte-category-outer-wrap{
        margin-top: 0px;
    }
    .top-trending-wrapper .top-trending-slider{
        align-self: center;
    }
    .group-tours-owl .category-trip-title, .top-trending-section .category-trip-title, .signature-tours-section .category-trip-title{
        height: 75px;
        font-size: 20px !important;
    }
    .signature-tours-section .category-trip-prc-title-wrap > .trip-type-name, .group-tours-owl .category-trip-prc-title-wrap .trip-type-name{
        top:-25rem;
    }
    .custom-trip-type-slider .trip-title{
        bottom: 1rem;
    }
}
@media screen and (min-width:1920px) and (max-width:2048px) {
    .section-header .header-wrapper p,
    .top-trending-box p,.seasonal-box p,
    .blog-section .blog-container .blog-box .name a{
        font-size: 20px;
        line-height: 1.3;
    }
    .feature-list .feature-item p{
        font-size: 25px;
    }
    .testimonial-video-name p{
        font-size: 20px;
    }
    .testimonial-video-date-name ul li:last-child{
        font-size: 1rem;
    }
    .video-section .video-container .video-box ul li{
        font-size: 1.2rem;
    }
    .blog-section .blog-date{
        font-size: 1.2rem;
    }
    .blog-section .blog-container .blog-box a{
        font-size: 1.3rem;
    }
}