.des-hero-section{
    padding-top: 116px;
    position: relative;
    min-height: 180vh;
}

.culture{
    background: url('../images/culture-d.webp') top/cover no-repeat;
    
}

.nature{
    background: url('../images/nature-d.webp') top/cover no-repeat;
    
}

.adventure{
    background: url('../images/adventure-d.webp') top/cover no-repeat;
    
}

.local{
    background: url('../images/local-d.webp') top/cover no-repeat;
    
}

.eco{
    background: url('../images/eco-d.webp') top/cover no-repeat;
    
}


.hero-section {
    min-height: 80vh;
    position: relative;
    /* background: url('') center/cover no-repeat;
    background-size: cover;
    background-position: bottom; */
    /* padding-top: 120px; */
}

.hero-con-inner {
    position: absolute;
    width: 50%;
    height: 100%;
    display: grid;
    place-content: center;
    place-items: center;
    padding-left: 100px;
}

.left-hero {
    display: grid;
    gap: 15px;
}

.title h1 {
    color: #fff;
    font-size: 50px;
    position: relative;
    text-align: left;
    margin: 0;
    font-weight: 600;
    line-height: 50px;
}

.text-color {
    color: #fff;
}

.hero-desc {
    color: #fff;
    position: relative;
    text-align: left;
    font-weight: 400;

}

.hero-social{
    position: fixed;
    bottom: 1%;
    right: 1%;
    display: flex;
    gap: 10px;
    z-index: 999;
}

@media (max-width: 1300px) {
    .hero-con-inner {
        padding-left: 50px;
    }


    .section-style {
        padding: 0px 30px;
    }

    .hero-section {
        min-height: 80vh;}
}

@media (max-width: 1100px) {
    .des-hero-section {
        min-height: 160vh;
        margin-bottom: 50px;
    }

    .Destinations-section {
        min-height: 80vh;}

    .hero-section {
        min-height: 70vh;}

    .hero-con-inner {
        padding-left: 30px;
    }

    .title h1 {
        font-size: 40px;
    }
}

@media (max-width: 990px) {
    .des-hero-section {
        min-height: 200vh;
    }

    .culture{
        background: url('../images/culture-t.webp') top/cover no-repeat;
        
    }
    
    .nature{
        background: url('../images/nature-t.webp') top/cover no-repeat;
        
    }
    
    .adventure{
        background: url('../images/adventure-t.webp') top/cover no-repeat;
        
    }
    
    .local{
        background: url('../images/local-t.webp') top/cover no-repeat;
        
    }

    .eco{
        background: url('../images/eco-t.webp') top/cover no-repeat;
        /* background-size: 100% auto; */
    }
    

    .hero-section {
        min-height: 60vh;
    }
}

@media (max-width: 860px) {
    .hero-section {
        min-height: 50vh;
    }

    .hero-con-inner {
        height: 90%;
        width: 80%;}

    .title h1 {
        font-size: 35px;
        line-height: 40px;
    }
}

@media (max-width: 714px) {
    .des-hero-section  {
        min-height: 200vh;
        padding-bottom: 50px;
        margin: 0;
    }

    .culture{
        background: url('../images/culture-m.webp') top/cover no-repeat;
        
    }
    
    .nature{
        background: url('../images/nature-m.webp') top/cover no-repeat;
        
    }
    
    .adventure{
        background: url('../images/adventure-m.webp') top/cover no-repeat;
        
    }
    
    .local{
        background: url('../images/local-m.webp') top/cover no-repeat;
        
    }

    .eco{
        background: url('../images/eco-m.webp') top/cover no-repeat;
    }
    

    .hero-section {
        min-height: 80vh;
    }

    .Destinations-section {
        min-height: 120vh;
}
}

@media (max-width: 500px) {
    .hero-section {
        min-height: 50vh;
    }

    .title h1 {
        font-size: 25px;
        line-height: 30px;
    }

    .text-style {
        font-size: 14px;
        line-height: 15px;
    }

    .Destinations-col {
        width: 200px;
    }

    .Destinations-col-img {
        height: 170px;}

    .Destinations-title {
        color: #000;
    }

    .Destinations-full-inner {
        padding-bottom: 0;
    }

    .culture{
        background: url('../images/culture-min.webp') top/cover no-repeat;
        
    }
    
    .nature{
        background: url('../images/nature-min.webp') top/cover no-repeat;
        
    }
    
    .adventure{
        background: url('../images/adventure-min.webp') top/cover no-repeat;
        
    }
    
    .local{
        background: url('../images/local-min.webp') top/cover no-repeat;
        
    }

    .eco{
        background: url('../images/eco-min.webp') top/cover no-repeat;
    }
}


/*Destinations Section  */
.Destinations-section {
    /* position: relative;
    overflow: hidden;
    min-height: 100vh;
    background: url('') center/cover no-repeat;
    background-size: cover;
    background-position: top; */
    min-height: 85vh;
    position: relative;
    display: grid;
    place-content: center;
}

.Destinations-full-inner {
    position: relative;
    margin-top: 40px;
    padding-bottom: 50px;
}

.Destinations-full {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.Destinations-col {
    position: relative;
    border: 3px solid #fff;
    border-radius: 10px;
    background: #fff;
    width: 300px;
}

.Destinations-col-img {
    width: 100%;
    background: url() 50% 50% no-repeat;
    background-size: cover;
    background-clip: content-box;
    position: relative;
    height: 200px;
    border-radius: 10px;
}

.Destinations-info {
position: relative;
    z-index: 99;
    background: #fff;
    border-radius: 0 0 10px 10px;
    min-height: 100px;
    padding: 0;
    display: grid;
}

.Destinations-title{
        color: #000;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    display: grid;
    margin-top: 10px;
}

.button-Destinations {
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 1;
}

.ex-btn{
    width: 100%;
}

.button-Destinations a {
    text-decoration: none;
}

@media (max-width: 990px) {
    .Destinations-full {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        align-items: center;
    }

    .Destinations-col {
        width: 200px;
    }
}


@media (max-width: 500px) {
    .Destinations-col {
        width: 250px;
    }
}


/* Destination Category css  */
.des-category-section{
    padding: 50px 100px;
    overflow: hidden;
}


.category-title{
    color: #000;
    font-size: 40px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 20px;
}

.category-inner{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: center;
}

.category-text{
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.category-button-area{
    display:flex;
    gap:10px;
    margin-top: 20px;
}

.category-right {
    width: 100%;
    overflow: hidden;
}

.btn-style{
    width: 200px;
}

.image-slider {
        position: relative;
        width: 90%;
        margin: 0 auto;
        border: 2px solid #000;
    }

    .image-title {
        position: absolute;
        bottom: 0px;
        width: 100%;
        right: 0%;
        background: rgba(0, 0, 0, 0.6);
        color: white;
        padding: 5px 0;
        font-size: 16px;
        font-weight: 600;
        white-space: nowrap;
    }

    .slide {
        position: relative;
        text-align: center;
    }


        .slick-slide img {
            display: block;
           width: 100%;
             height: 100%;
        }

       
        .slick-prev, .slick-next {
            width: 40px;
            height: 40px;
            background: none;
            border: none;
        }
        .slick-prev {
            left: 0px;
            background: url('') no-repeat center center;
            background-size: contain;
        }
        .slick-next {
            right: 0px;
            background: url('') no-repeat center center;
            background-size: contain;
        }

        .slick-prev:before, .slick-next:before {
            font-size: 40px;
        }

        @media (max-width: 1300px) {
            .des-category-section{
                padding: 50px;
        }}

        @media (max-width: 1100px) {
            .des-category-section{
                padding: 30px;
        }

        .category-text {
            font-size: 16px;}

            .image-slider {
            width: 100%;}

        }

        @media (max-width: 990px) {
            .category-inner{
            grid-template-columns: 1fr;
            }

            .category-title {
            font-size: 30px;
        }
        }

        @media (max-width: 500px) {
            .category-title {
                font-size: 20px;
            }

            .category-text {
        font-size: 14px;
    }

    .category-button-area {
    flex-direction: column;
}
        }