section.hand-picked-comments2 {
    margin-top: 6vw;
    padding: 1vw;
    width: 100%;
    min-height: 26vw;
    color: var(--dark-font) !important;
    position: relative;
    justify-content: start!important;
    gap: 4vw;
}

section.hand-picked-comments2 > h2 {
    color: var(--dark-font);
    text-align: center;
    position: relative;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    transition-delay: 0.1s;
}

section.hand-picked-comments2.active > h2 {
    opacity: 1;
    visibility: visible;
}

body.dark section.hand-picked-comments2 > h2 {
    color: var(--light-font);
}

section.hand-picked-comments2 > h2::before {
    content: "";
    width: 0;
    height: 0.15vw;
    border-radius: 0.25vw;
    background-color: var(--blue2);
    position: absolute;
    bottom: -0.75vw;
    transition: all 0.35s;
    opacity: 0;
    visibility: hidden;
    transition-delay: 0.3s;
}

section.hand-picked-comments2.active > h2::before {
    opacity: 1;
    visibility: visible;
    width: 107%;
}


section.hand-picked-comments2 .swiper {
    width: 80vw;
    padding: 2vw!important;
    opacity: 0;
    transition: all 0.3s;
}

section.hand-picked-comments2 .swiper-wrapper {
    padding-bottom: 1vw;
}

section.hand-picked-comments2 .swiper.active {
    opacity: 1;
}

section.hand-picked-comments2 .swiper-slide {
    padding: 1vw;
    background-position: center;
    background-size: cover;
    width: 24vw!important;
    height: 18vw!important;
    border-radius: 0.8vw;
    position: relative;
    overflow: hidden;
    background-color: var(--light-bg);
    box-shadow: 0 0 0.7vw rgba(0, 0, 0, 0.25);
}

body.dark section.hand-picked-comments2 .swiper-slide {
    background-color: var(--dark-box-bg);
}

section.hand-picked-comments2 .swiper-slide a {
    width: 100%;
    height: 100%;
    justify-content: start!important;
    gap: 0.5vw;
}

section.hand-picked-comments2 .swiper-slide figure {
    position: relative;
    width: 3.5vw;
    height: 3.5vw;
    overflow: hidden;
    border-radius: 50%;
}

section.hand-picked-comments2 .swiper-slide figure img {
    width: 100%;
}

section.hand-picked-comments2 .swiper-slide a h2 {
    color: var(--blue2);
    font-size: 0.9vw;
    text-align: center;
}

section.hand-picked-comments2 .swiper-slide a q {
    font-size: 0.85vw;
    font-weight: 300;
    text-align: center;
    font-family: Vazir, sans-serif;
}

@media screen and (max-width: 992px) {
    section.hand-picked-comments2 {
        margin-top: 40vw;
        padding: 0;
        min-height: 40vw;
        gap: 2vw;
    }

    section.hand-picked-comments2 > h1 {
        margin-bottom: 4vw;
        font-size: 3.2vw;
    }

    section.hand-picked-comments2 > h1::before {
        height: 0.4vw;
        top: 120%;
    }

    section.hand-picked-comments2 .swiper {
        width: 100vw;
    }

    section.hand-picked-comments2 .swiper-slide {
        width: 30vw!important;
        height: 36vw!important;
        border-radius: 10px;
        box-shadow: 0 0 9px rgba(0, 0, 0, 0.25);
    }

    section.hand-picked-comments2 .swiper-slide a {
        gap: 2vw;
    }

    .brief-details-tour {
        padding: 0 2vw;
    }

    section.hand-picked-comments2 .swiper-slide a h2 {
        font-size: 2.7vw;
        text-align: center;
    }

    .brief-details-tour span {
        font-size: 1.9vw;
    }

    section.hand-picked-comments2 .swiper-slide a h3.price {
        padding: 0 2vw;
        margin-top: 1vw;
        font-size: 2.8vw;
    }

    section.hand-picked-comments2 .swiper-slide a h3.price span {
        font-size: 1.9vw;
    }

    section.hand-picked-comments2 a.btn {
        margin-top: 7vw;
        padding: 1vw 3vw;
        font-size: 2.6vw!important;
    }
}

@media screen and (max-width: 450px) {
    section.hand-picked-comments2 {
        margin-top: 20vw;
        margin-bottom: 20vw;
        min-height: 80vw;
    }

    section.hand-picked-comments2 > h2 {
        margin-bottom: 7vw;
        font-size: 4vw;
    }

    section.hand-picked-comments2 > h2::before {
        height: 0.5vw;
    }

    section.hand-picked-comments2 .swiper {
        padding: 6vw 2vw!important;
    }

    section.hand-picked-comments2 .swiper-slide {
        padding: 3vw 2.5vw;
        width: 60vw!important;
        height: 72vw!important;
    }

    section.hand-picked-comments2 .swiper-pagination {
        transform: translateY(2vw) !important;
    }

    section.hand-picked-comments2 .swiper-slide a {
        gap: 5vw;
    }

    section.hand-picked-comments2 .swiper-slide a h2 {
        font-size: 4vw;
        text-align: center;
    }

    section.hand-picked-comments2 .swiper-slide figure {
        width: 12vw;
        height: 12vw;
    }

    section.hand-picked-comments2 .swiper-slide a h2 {
        font-size: 3.5vw;
    }

    section.hand-picked-comments2 .swiper-slide a q {
        font-size: 2.85vw;
    }
}




