
  
 .breadcrumbb ul {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 1.2em;
}

.breadcrumbb li {
    display: flex;
    align-items: center;
    color: #333;
}

.breadcrumbb li:not(:last-child)::after {
    content: "›";
    margin: 0 8px;
    color: #999;
    font-size:1.2em;
}

.breadcrumbb a {
    text-decoration: underline !important;
    color:#6b6a6a ;
}
.breadcrumbb a:hover {
    text-decoration: none !important;
    
}

.breadcrumbb li:last-child {
    font-weight: bold;
}
  
.dest-baner{
    position: relative;
    height: 400px;
}
.dest-baner img{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.dest-explain{
    margin-top: 100px;
    margin-bottom: 100px;
}
.dest-explain p:nth-child(1){
    font-size: 1.9em;
    font-weight: lighter;
}
.dest-explain p:nth-child(2){
    font-size: 1.2em;
    margin-top: 10px;
    
}
.dest-offer-title{
    font-size: 2em;
}
.dest-items{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    
}
.dest-item{
    border: 2px solid rgb(221, 220, 220);
    min-height: 250px;
    margin-bottom:20px;
    display: flex;
    flex-direction: column;
    margin: 10px;
   
}
.dest-item a{
    color: #000;
}
.dest-item-img{
    width: 100%;
    height: 220px;
  
}
.dest-item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}
.dest-item-text{
    display: flex;
    align-items: center;
    padding: 20px 0px 20px 10px;
}
.dest-offers .dest-item {
    max-height: max-content;
    min-height: max-content;
    position: relative;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
   
  }
  
  
  .dest-offers .dest-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
  }
  
  
  .dest-offers .dest-item-img {
    position: relative;
    overflow: hidden;
  
    transition: transform 0.5s ease;
  }
  
  .dest-offers .dest-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease, filter 0.7s ease;
  }
  
  
  .dest-offers .dest-item:hover .dest-item-img img {
    transform: scale(1.05);
    filter: brightness(1.05) contrast(1.05);
  }
  
  
  .dest-offers .dest-item-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 60%);
    z-index: 1;
    transition: opacity 0.5s ease;
    opacity: 0.7;
  }
  
  .dest-offers .dest-item:hover .dest-item-img::before {
    opacity: 0.9;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 70%);
  }
  
  
  .dest-offers .country {
    position: absolute;
    left: 20px;
    bottom: 20px;
    color: #fff;
    z-index: 2;
    font-size: 1.4em;
    font-weight: bold;
    transition: transform 0.4s ease, color 0.4s ease;
  }
  
  .dest-offers .dest-item:hover .country {
    transform: translateY(-5px);
    color: var(--blue);
  }
  
  
  .dest-offers .dest-item-img::after {
    content: "Explore Now";
    position: absolute;
    bottom: -40px;
    right: 5px;
    background-color: var(--blue);
    color: white;
    padding: 8px 15px;
    /* border-radius: 15px; */
    font-size: 0.9em;
    font-weight: 500;
    opacity: 0;
    z-index: 2;
    transition: bottom 0.4s ease, opacity 0.4s ease;
  }
  
  .dest-offers .dest-item:hover .dest-item-img::after {
    bottom: 20px;
    opacity: 1;
  }
  
  
  .dest-offers .dest-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 15px;
    box-shadow: 0 0 0 0 rgba(var(--blue-rgb), 0);
    transition: box-shadow 0.5s ease;
    pointer-events: none;
  }
  
  .dest-offers .dest-item:hover::after {
    box-shadow: 0 0 0 3px rgba(var(--blue-rgb), 0.3);
  }
.discover-all{
    padding: 30px 0px;
    border: 1px solid rgb(221, 220, 220);
    border-radius: 5px;
    text-align: center;
}
.discover-txt p:nth-child(1){
    font-weight: bold;
    font-size: 1.4em;
}
.discover-txt p:nth-child(2){
    font-size: 1.2em;
    margin: 10px 0px;
}
.discover-txt a{
    font-size: 1.2em;
    margin-top: 10px;
    border: 1px solid rgb(122, 122, 122);
    padding: 10px 20px;
    border-radius: 5px;
    color: #000;
}
.discover-txt a:hover{
background-color: #000;
color: #fff;
}

.top-ten-sec{
    margin-top: 100px;
}
.top-ten-title{
    font-size: 2em;

}
.top-ten-item{
    border: 1px solid rgb(221, 220, 220);
    min-height: 820px;
    height: 820px;
    
}
.top-ten-text{
    font-size: 1.1em;
}
.top-ten-text p{
    min-height: 420px;
}
.top-ten-text button{
    width: 100%;
    padding: 10px 0px;
    background-color: #fff !important;
  
}
.top-ten-text button:hover{
    background-color: #000 !important;
    color: #fff;
}
.top-ten-navs{
    position: absolute;
    bottom: 0px;
    right: 10px;
}
.disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
}

.ten-nav{
    border: 1px solid rgb(221, 220, 220);
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    filter: brightness(-100%);
}
.ten-next{
    transform: translateX(0px);
    transition: .5s ease;
    cursor: pointer;
}
.ten-next:hover{
    transform: translateX(3px);
    transition: .5s ease;
}
.ten-prev{
    transform: translateX(0px);
    transition: .5s ease;
    margin-left: 10px;
    cursor: pointer;
}
.ten-prev:hover{
    transform: translateX(-3px);
    transition: .5s ease;
}
.review-question{
    background-color: #f6f4f0;
   padding: 30px;
   height: 150px;
}
.review-question p{
    font-size: 1.5em;
}
.review-question button{

}
.review-question button{
    width: 50px;
    background-color: none;
    border-radius: 8px;
 
  
}
.review-question button:hover{
    background-color: #000 !important;
    color: #fff;
}
.owl-dots button{
    width: 10px !important;
    height: 10px !important;
    background: var(--green) !important;
    margin: 0px 5px;
    border-radius: 50%;
}
@media screen and (max-width:1100px){
    .dest-items{
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width:768px){
    body{
        font-size: 13px;
    }
    .dest-item{
        /* margin: 10px; */
    }
    .top-ten-text p {
        min-height: 240px;
    }
    .top-ten-item {
        border: 1px solid rgb(221, 220, 220);
        min-height: 670px;
        height: 670px;
    }
    .dest-explain p {
        text-align: justify;
        text-align-last: center;
    }
    .dest-offer-title{
        text-align: center;
    }
    .top-ten-sec{
        margin-top: 80px;

        text-align: center;
    }
    .top-ten-navs {
        position: absolute;
        bottom: -50px;
        right: 10px;
    }
    .ten-nav{
        width: 40px;
        height: 40px;
    }
}