﻿.card-sliderss .owl-nav button, .pkg-sp .owl-nav button {
    background: #fff !important;
    box-shadow: 0 2px 10px rgba(0,0,0,.15)
}

.search-box .form-control {
    margin-bottom: 0
}

.recommend-section {
    padding: 0 30px;
    margin-top: 50px;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    background-size: cover !important
}

.recommend-title {
    font-weight: 500;
    font-size: 45px
}

    .recommend-title + p {
        font-size: 19px;
        color: red
    }

.pkg-sp .package-card {
    padding: 10px;
    text-align: center
}

    .pkg-sp .package-card a {
        text-decoration: none;
        color: #000;
        display: block
    }

    .pkg-sp .package-card img {
        width: 24em !important;
        height: 315px;
        border-radius: 15px;
        object-fit: cover
    }
    @media (max-width:798px){
        .pkg-sp .package-card img {
            width: 21em !important;
        }
    }

    .pkg-sp .package-card h6 {
        font-size: 16px;
        font-weight: 500;
        margin: 12px 0 8px;
        text-align: left
    }

.price-info {
    font-size: .95rem;
    display: flex;
    justify-content: space-between
}

    .price-info .fw-bold {
        font-weight: 600 !important;
        margin: 0;
        position: relative;
        top: 33px !important;
        font-size: 18px;
        font-weight: 600;
        line-height: 27px;
        left:-70%;
    }

.adjust {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.pkg-sp .owl-nav button {
    position: absolute;
    top: 42%;
    border: 1px solid #000;
    width: 40px;
    height: 40px;
    font-size: 20px
}

    .pkg-sp .owl-nav button:hover {
        background: var(--secondary-color) !important;
        color: #fff;
        border: none
    }

.pkg-sp .owl-nav .owl-prev, .text-crousel .owl-carousel .owl-nav button.owl-prev {
    left: -20px
}

.pkg-sp .owl-nav .owl-next, .text-crousel .owl-carousel .owl-nav button.owl-next {
    right: -20px
}

@media (max-width:768px) {
    .card-sliderss .owl-nav button.owl-next {
        right: -10px !important
    }

    .card-sliderss .owl-nav button.owl-prev {
        left: -10px !important
    }

    .recommend-section {
        padding: 0 15px;
        margin-top: 50px
    }

    .recommend-title {
        font-size: 22px
    }

        .recommend-title + p {
            font-size: 13px;
            margin-bottom: 15px;
            color: #fff
        }

    .pkg-sp .package-card {
        padding: 0;
        text-align: left
    }

    .pkg-sp .owl-nav, .text-crousel .owl-carousel .owl-nav {
        display: none
    }

    .text-crousel .testimonial-card {
        width: 300px
    }

    .text-crousel .recommend-title {
        font-size: 24px;
        padding: 24px 5px 0
    }

    .text-crousel .recommend-section {
        padding: 0 10px
    }
}

.card-sliderss .item {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    color: #fff;
    text-align: left
}

    .card-sliderss .item a {
        color: #fff
    }

    .card-sliderss .item img {
        width: 14em !important;
        height: 230px;
        object-fit: cover;
        border-radius: 16px
    }
    @media (min-width:799px) and (max-width:1024px){
        .card-sliderss .item img {
            width: 310px !important;
        }
    }
.card-sliderss .content {
    position: absolute;
    bottom: 19px;
    left: 0;
    right: 0;
    z-index: 2;
    text-align: center
}

.card-sliderss h4 {
    font-size: 35px;
    margin: 0;
    font-weight: 500;
    font-family: Rancho !important
}

.card-sliderss h3 {
    font-size: 23px;
    margin: 0;
    font-weight: 700;
    text-transform: capitalize
}

.card-sliderss .owl-nav button {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: none
}

    .card-sliderss .owl-nav button:hover {
        color: #000 !important;
        background: var(--primary-color)
    }

    .card-sliderss .owl-nav button.owl-prev {
        left: -30px
    }

    .card-sliderss .owl-nav button.owl-next {
        right: -30px
    }

    .card-sliderss .owl-nav button span {
        font-size: 26px
    }

#blogs-section {
    background: #000
}

.blogs-sp .owl-nav button {
    top: 40% !important
}

.blogs-sp .package-card {
    padding: 10px !important;
    text-align: center !important;
    background: #fff !important;
    box-shadow: rgba(0,0,0,.1) 0 4px 12px !important;
    margin: 20px 0 !important
}

    .blogs-sp .package-card h6 {
        box-shadow: none !important
    }

#blogs-section .adjust h2 {
    color: #fff !important
}

.text-crousel.testimonial-card {
    border-radius: 15px;
    box-shadow: 0 6px 15px rgba(0,0,0,.1);
    overflow: hidden;
    background: #fff;
    margin: 20px auto;
    transition: transform .3s
}

    .text-crousel .testimonial-card:hover {
        transform: translateY(-5px)
    }

.text-crousel .testimonial-image img {
    width: 100%;
    height: 180px;
    object-fit: cover
}

.text-crousel .testimonial-content {
    padding: 15px
}

.text-crousel .profile-row, .text-crousel .rating-row {
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.text-crousel .profile-initial {
    width: 40px;
    height: 40px;
    background: #f16d6d;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600
}

.text-crousel .profile-name {
    margin-left: 10px;
    font-weight: 600;
    font-size: 16px;
    color: #333
}

.text-crousel .stars {
    color: #ffc107;
    font-size: 18px;
    margin-right: 5px
}

.text-crousel .rating-number {
    font-weight: 700;
    color: #555
}

.text-crousel .testimonial-text {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
/*    margin-bottom: 70px*/
padding-bottom: 50px;
}

.text-crousel .read-more {
    font-size: 14px;
    font-weight: 700;
    color: #e63946;
    text-decoration: none
}

    .text-crousel .read-more:hover {
        text-decoration: underline
    }

.text-crousel .owl-carousel .owl-nav button.owl-next, .text-crousel .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 40%;
    background: #fff !important;
    border: 1px solid #000;
    width: 40px;
    height: 40px;
    box-shadow: 0 2px 10px rgba(0,0,0,.15);
    font-size: 20px
}

.text-crousel .owl-carousel .owl-nav button span {
    font-size: 24px;
    font-weight: 700
}
