/* Destination Landing Css */
section.tabjump-sec {
    width: 100%;
    position: relative;
    padding: 20px 0px;
    box-shadow: 0 1px 5px #9fa7b133;
}
.tabjump-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.destination-welcome-box p {
    font-size: 17px;
}
.child-despoints p {
    font-size: 15px;
}
ul.vistjump-list {
    display: flex;
    gap: 30px;
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.destination-welcome-box h2 {
    font-size: clamp(24px, 4vw, 36px);
    margin-bottom: 20px;
}
ul.vistjump-list li a {
    color: #000;
    text-decoration: none;
    font-size: 15px;
    text-underline-offset: 32px;
    text-decoration-thickness: 2px;
}
ul.vistjump-list li a:hover {
    color: #f6b512;
    text-decoration: underline;
    text-underline-offset: 32px;
    text-decoration-thickness: 2px;
}
.tabjump-box h4 {
    font-size: clamp(14px, 2vw, 20px);
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.tabjump-box h4 i {
    color: #f6b512;
    margin-right: 10px;
    font-size: 32px;
}
.destination-main-points {
    width: 100%;
    position: relative;
    border-left: 1px solid #bebebe;
    padding-left: 60px;
}
.child-despoints {
    width: 100%;
    position: relative;
    padding-left: 45px;
    margin-bottom: 30px;
}
.destination-main-points .child-despoints:last-child {
    margin-bottom: 0;
}
.child-despoints::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background-color: #f6b512;
    border-radius: 50%;
}

.destination-card img {
    border-radius: 15px;
}
.destination-card h4 {
    font-size: clamp(16px, 1.5vw, 18px);
    margin: 12px 0;
    padding: 8px 5px 0px 5px;
}
.destination-card p {
    padding: 0px 5px 0px 5px;
    margin: 0;
    font-size: 15px;
}
.destination-card a {
    text-decoration: none;
    color: inherit;
}
.destination-card:hover h4 {
    color: #f6b512;
    transition: 0.5s;
}
.destination-card:hover img{
    opacity: 0.7;
    transition: 0.5s;
}
/* ====Tour Highlights=== */
.highlights-sec-right {
    position: relative;
    width: 100%;
    height: 100%;
    padding-left: 50px;
}
.hight-slide-cont {
    width: 100%;
    padding: 30px 10px 0px 10px;
}
.tourHighlights-controls {
    width: 90%;
    position: absolute;
    bottom:-25px;
    left: 55%;
    transform: translateX(-50%);
    display: flex;
    gap: 15px;
    z-index: 5;
    justify-content: space-between;
}
.tourHighlights-controls .carousel-control-prev,
.tourHighlights-controls .carousel-control-next {
    position: static;  
    width: 40px;
    height: 40px;
}
.bestday-common-indicators {
    bottom: -22%;
    transform: translateY(-50%);
    z-index: 8;
    text-align: center;
}
.carousel-indicators.bestday-common-indicators button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #333 !important;
    border: 0;
    margin: 5px;
    opacity: 1;
}
.carousel-indicators.bestday-common-indicators .active {
    background-color: #f6b512 !important;
}
/* ====Travel Guide Section=== */
.travel-guide-slider .travel-guide-card {
    border-radius: 10px;
    overflow: hidden;
    background: #f9f9f9;
    height: 100%;
    border: 1px solid #dfded7;
}
.travel-guide-slider .travel-guide-pic img {
    height: 220px;
    object-fit: cover;
}
.travel-guide-slider .travel-guide-para {
    padding: 20px 20px 30px 20px;
}
.travel-guide-slider .travel-guide-para h6 {
    font-size: 15px;
    color: #888;
    margin-bottom: 5px;
    font-weight: 400;
}
.travel-guide-slider .travel-guide-para h4 {
    font-size: 16px;
    margin: 0;
}
.travel-guide-slider .carousel-control-prev,
.travel-guide-slider .carousel-control-next {
    width: 40px;
    height: 40px;
    background: rgb(246 181 18);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}
.travel-guide-slider .travel-guide-card a {
    text-decoration: none;
}
.travel-guide-pic {
    width: 100%;
    overflow: hidden;
}
.travel-guide-slider .travel-guide-card:hover h4 {
color:#f6b512;
}
.travel-guide-slider .travel-guide-card:hover img{
 transform: scale(1.1);
 transition: 0.5s;
}
/* ==when to visit ===*/
section.when-to-visit-sec {
    width: 100%;
    background: #f9f9f9;
    padding: 80px 0px;
    margin-top: 80px;
}
.best-time-month-box.mt-5.mb-5 {
    width: 100%;
    position: relative;
    background: #fff;
    padding: 25px;
}
.best-time-month-box ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.best-time-month-box ul li {
    width: 100%;
    border: 1.7px solid #dadada;
    text-align: center;
    font-size: 14px;
    padding: 10px;
    position: relative;
}
.best-time-month-box ul li i {
    position: absolute;
    top: 2px;
    right: 5px;
    color: #f6b512;
}
.best-season {
    border: 1.7px solid #f6b512 !important;
    background: #fcf5eb;
}
.mid-season {
    background: #edecf8;
    border: 1.7px solid #b0afae !important;
}
.best-season-card-box {
    width: 100%;
    position: relative;
    background: #f9f9f9;
    padding: 15px;
    border: 1.7px solid #f6b512 !important;
}
.best-season-card-box h4 {
    width: 100%;
    position: relative;
    font-size: clamp(14px, 1.5vw, 18px); 
}
.best-season-card-box h4 i {
    position: absolute;
    right: 0;
    color: #f6b512;
}
.best-season-card-box ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.best-season-card-box ul li {
    width: 100%;
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 300;
}
.best-season-card-box h6 {
    width: 100%;
    position: relative;
    font-size: clamp(11px, 1.5vw, 14px);
    font-weight: 400;
}
.best-season-card-box h6 span {
    position: absolute;
    right: 0;
    background: #333333;
    padding: 3px 10px;
    color: #ffffff;
    font-size: 12px;
}
.best-season-card-box h5 {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
}
.best-season-card-box.bg-best-white {
    background: #fff;
    border: 1.7px solid #d3d1e2 !important;
}

/* ====Travel Style slider ===*/
section.travel-style-sec {
    width: 100%;
    position: relative;
    padding: 80px 0px;
    background: #000000;
}
.travel-style-slider .slider-viewport {
    overflow: hidden;
    width: 100%;
}
.travel-style-slider .slider-track {
    display: flex;
    transition: transform 0.5s ease;
}
.travel-style-slider .slide {
    flex: 0 0 60%;
    margin: 0 20px;
    opacity: 0.6;
    transition: all 0.5s ease;
    position: relative;
}
.travel-style-slider .slide:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0; 
    width: 100%;
    height: 31%;
    background: linear-gradient(to bottom, #000000 0%, rgba(36, 36, 36, 0) 100%);
    z-index: 1;
}
.travel-style-slider .slide.active {
    opacity: 1;
}
.travel-style-slider .slide img {
    border-radius: 10px;
}
.travel-style-slider .slider-content {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
}
.travel-style-slider .nav {
    position: absolute;
    top: 65%;
    transform: translateY(-50%);
    background: rgb(246 181 18);
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.travel-style-slider .prev { left: 20px; }
.travel-style-slider .next { right: 20px; }

.top-con-style {
    width: 100%;
    position: absolute;
    top: 0;
    text-align: center;
    padding: 30px 80px;
    color: #fff;
    z-index: 5;
}
.top-con-style h3{
    color: #fff;
    font-size: 30px;
    font-weight: 500;
}
.top-con-style p {
    text-transform: uppercase;
    font-size: clamp(11px, 1.2vw, 14px);
}
section#highlights {
    margin-bottom: 150px !important;
}
ul.blog-list {
    font-weight: 300;
}

/*====Responsive Code====*/
@media (max-width: 767px) {
  .tabjump-box {
    align-items: flex-start;
    flex-direction: column;
}
ul.vistjump-list {
    display: flex;
    gap: 15px;
    row-gap: 6px;
    flex-wrap: wrap;
    padding: 0px;
    margin: 20px 0px 0px 0px;
}
.destination-main-points {
    border-left: none;
    padding-left: 0px;
    border-top: 1px solid #bebebe;
    padding-top: 40px;
    margin-top: 40px;
}
.highlights-sec-right {
    padding-left: 0px;
    padding-top: 20px;
}
.tourHighlights-controls {
    width: 100%;
    bottom: -40px;
    left: 50%;
}
.bestday-common-indicators {
    bottom: -10%;
}
.best-time-month-box ul li {
    width: 20%;
}
.best-time-month-box ul {
    flex-wrap: wrap;
}
.travel-style-slider .slide {
    flex: 0 0 100%;
    margin: 0px;
}
.child-despoints {
    padding-left: 30px;
}


}

@media (min-width: 768px) and (max-width: 1024px) {
.tabjump-box {
    align-items: flex-start;
    flex-direction: column;
}
ul.vistjump-list {
    display: flex;
    gap: 15px;
    row-gap: 6px;
    flex-wrap: wrap;
    padding: 0px;
    margin: 20px 0px 0px 0px;
}
.destination-main-points {
    border-left: none;
    padding-left: 0px;
    border-top: 1px solid #bebebe;
    padding-top: 40px;
    margin-top: 40px;
}
.desti-welcome-sec .row .col-md-7 {
    width: 100%;
}
.desti-welcome-sec .row .col-md-5 {
  width: 100%;  
}
.coomon-heading-box {
    width: 100%;
}
.all-des-main-box .row .col-md-4 {
    width: 50%;
}
.highlights-main .row .col-md-6 {
    width: 100%;
}
.highlights-sec-right {
    padding-left: 0px;
    margin-top: 40px;
}
.tourHighlights-controls {
    width: 100%;
    left: 50%;
}
.bestday-common-indicators {
    display: none;
}
.best-time-month-box ul li {
    width: 30%;
}
.best-time-month-box ul {
    display: flex;
    flex-wrap: wrap;
}
.top-best-season .row .col-md-3 {
    width: 50%;
}
.rating-head-bestday {
    width: 100%;
}

}