/*
** Responsive Code
*/
@media (min-width: 1700px) {
}
@media (max-width: 1700px) {
}
@media (max-width: 1560px) {
}
@media (max-width: 1400px) {
}
@media (max-width: 1380px) {
    /* Reviews */
    .swiper {
        height: 350px;
    }
    .swiper .swiper-slide {
        height: 230px !important;
    }
    .swiper .swiper-slide.active {
        height: 250px !important;
    }
    .reviewer-name h3 {
        font-size: 16px;
    }
    .review-stars img {
        height: 15px;
        width: 15px;
    }
}
@media (max-width: 1260px) {
    /* Benifit card */
    .benefit {
        flex-direction: column;
    }
    .benefit h3,
    .benefit p {
        text-align: center;
    }

    /* Product Detail */
    .grote_image,
    .product-description {
        width: 60%;
    }
    .product-images,
    .product-aside {
        width: 40%;
    }
}
@media (max-width: 1170px) {
    /* Reviews */
    .reviewer-name {
        flex-direction: column;
        align-items: start;
        gap: 10px;
    }
    .swiper {
        height: 400px;
    }
    .swiper .swiper-slide {
        height: 270px !important;
    }
    .swiper .swiper-slide.active {
        height: 300px !important;
    }

    /* Products */
    .product-text h3 {
        font-size: 18px;
    }

    
}
@media (max-width: 1070px) {
    /* Banner */
    .banner {
        height: 100%;
        padding-top: 180px;
    }
    /* Popular cards */
    .card h3 {
        font-size: 24px;
    }

    /* Reviews */
    .swiper {
        height: 370px;
    }
    .swiper .swiper-slide {
        height: 270px !important;
    }
    .swiper .swiper-slide.active {
        height: 290px !important;
    }

    /* Subscription */
    .subscribe {
        width: 700px;
    }

    /* Footer */
    .footer-links {
        gap: 50px;
    }
    .footer-actions {
        align-items: center;
    }
}
@media (max-width: 993px) {
    /* General */
    .title {
        font-size: 48px;
    }
    /* Header */
    .navigation a {
        font-size: 16px;
    }

    /* Popular cards */
    .card {
        height: 400px;
    }
    .benefit h3{
        font-size: 18px;
    }

    /* Footer */ 
    .footer-links {
        flex-direction: column;
        align-items: center;
    }
    .footer-nav {
        flex-direction: row;
        gap: 25px;
    }

    /* Products */
    .products-filter {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 300;
        transform: translate(100%, 0);
        transition: 0.5s;
        background-color: var(--white-color);
        width: 0;
        border: 0;
        padding: 0;
        height: 100%;
        border-radius: 0;
        overflow: scroll;
    }
    .range-input input {
        opacity: 0;
    }
    .range-input input.active {
        opacity: 1;
    }
    .filter-menu {
        display: flex;
    }
    .ai-x-small {
        display: block;
    }
    .price-input .field {
        width: 100%;
    }
    .medical .title {
        font-size: 76px;
    }

    /* Contacts */
    .contacts-details .container {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
        row-gap: 50px;
    }

    /* Product Detail */
    .image-gallery,
    .product-details {
        flex-direction: column;
        height: 100%;
    }
    .grote_image {
        height: 400px;
        width: 100%;
    }
    .product-images {
        width: 100%;
        display: flex;
    }
    .thumbnail {
        width: 100px;
        height: auto;
    }
    .thumbnail img {
        width: 100%;
    }
    .product-description,
    .product-aside {
        width: 100%;
    }
    .related-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
}
@media (max-width: 768px) {
    /* Header */
    .navigation,
    .header-social {
        display: none;
    }
    .lines {
        display: flex;
    }

    /* banner */
    .banner-form {
        flex-direction: column;
        gap: 25px;
    }
    .banner-selects {
        width: 100%;
    }
    .filter-btn {
        width: 100%;
        padding: 10px 0;
    }

    /* Popular Cards */
    .cards-container {
        flex-direction: column;
    }
    .benefits-container {
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }
    .benefit {
        flex-direction: row;
    }

    /* Reviews */
    .swiper {
        height: 350px;
    }
    .swiper .swiper-slide {
        height: 240px !important;
    }
    .swiper .swiper-slide.active {
        height: 270px !important;
    }

    /* Subscription */
    .subscription h1 br {
        display: none;
    }
    .subscribe {
        width: 100%;
    }

    /* Footer */ 
    .footer-links {
        flex-direction: column;
    }
    .footer-actions {
        justify-content: center;
        align-items: center;
    }
    .footer-nav {
        gap: 10px;
        align-items: center;
    }
    .app-images {
        width: 240px;
    }
    .footer-app h3 {
        text-align: center;
    }

     /* Products */
    .product  {
        height: 300px;
    }
    .product-price p {
        font-size: 16px;
    }
    .products-grid {
        gap: 15px;
    }
    .tours .title {
        font-size: 64px;
    }
}
@media (max-width: 600px) {
    /* Banner */
    .banner-selects {
        flex-direction: column;
    }
    .banner-text {
        margin-bottom: 100px;
    }

    /* Footer */
    .footer-apps {
        flex-direction: column;
    }

    /* Products */
    .product-text h3 {
        font-size: 16px;
    }
    .product-price p {
        font-size: 14px;
    }
    .sorting-box {
        flex-direction: column-reverse;
        align-items: start;
    }
    .sort-dropdowns-block {
        width: 100%;
        justify-content: space-between;

    }

    /* Contacts */
    .contact-detail h3,
    .contacts-form-title h3 {
        font-size: 24px;
    }
    .contact-detail p,
    .contacts-form-title p {
        font-size: 14px;
    }
    .contact-btn {
        font-size: 16px;
    }
    .contact-inputs {
        flex-direction: column;
    }
    .form-container,
    .contact-inputs input {
        width: 100%;
    }
}
@media (max-width: 500px) {
    /* General */
    .container {
        max-width: calc(1450px - 15px);
        padding: 0 15px;
    }
    .title {
        font-size: 36px;
    }

    /* Hamburger Menu */
    .sidebarMenu {
        width: 100%;
        padding: 0 10px 0 0;
    }

    /* Reviews */
    .swiper {
        height: 400px;
        padding: 0 15px;
    }
    .swiper .swiper-slide {
        height: auto !important;
        flex-direction: column;
    }
    .swiper .swiper-slide.active {
        height: auto !important;
    }

    /* Subscription */
    .arrow-bg {
        margin-right: 15px;
    }

    /* Footer */
    .footer-app h3 {
        font-size: 24px;
    }
    .copyright p {
        font-size: 16px;
    }

    /* Products */
    .tours .title {
        font-size: 36px;
    }
    .products-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .sorting-box > h3 {
        font-size: 14px;
    }
    .sort-dropdowns-block {
        position: relative;
    }
    .filter-menu {
        position: absolute;
        top: 0;
        right: 0;
    }
    .sort-dropdowns {
        flex-direction: column;
        align-items: start;
    }
    .sort-selects {
        flex-direction: column;
        gap: 10px;
    }
    .sort-form {
        width: 100%;
        margin: 15px 0;
    }
    .sort-dropdowns,
    .products-filter.open,
    .sort-selects .select-dropdown {
        width: 100%;
    }
    .sort-dropdowns .select-btn label {
        border: 1px solid rgba(0, 0, 0, 0.3) !important;
        width: 100%;
        justify-content: space-between;
        align-items: center !important;
    }
    .sort-selects .dropdown-options.active {
        top: 50px;
    }
    .products-filter.open {
        padding: 15px;
    }

    /* Contacts */
    .contacts-banner .container {
        align-items: center;
    }
    .contacts-banner .container h1 {
        font-size: 42px;
    }
    .contacts-details .container {
        grid-template-columns: repeat(1, 1fr);
    }

    /* Product Detail */
    .product-title h1 {
        font-size: 24px;
    }
    .trip-benefits h3 {
        font-size: 16px;
    }
    .benefit-box p,
    .benefit-box i {
        font-size: 14px;
    }
    .product-images {
        justify-content: space-between;
        gap: 5px;
    }
    .related-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media (max-width: 400px) {
    /* Benefits  */
    .benefit {
        flex-direction: column;
    }
}
@media (max-width: 380px) {
    /* General */
    .btns {
        flex-direction: column;
    }
    .title {
        font-size: 24px;
    }

    .footer-nav {
        flex-direction: column;
    }

    .footer-logo {
        /* display: none; */
    }

    .footer-links {
        flex-direction: column-reverse;
    }

    /* Popular cards */
    .card h3 {
        font-size: 16px;
    }

    /* Reviews */
    .swiper {
        height: 450px;
    }

    /* Subscription */
    .subscription {
        margin: 100px 0;
    }
    .subscribe input {
        font-size: 16px;
    }

    /* Products */
    .price-input,
    .reservation-box .date-top {
        flex-direction: column;
    }
    .price-input .field:nth-child(2) {
        margin-top: 0;
    }

    /* Product Detail */
    .grote_image {
        height: 300px;
    }
} 
