.ruhi-collection video,
.ruhi-collection img {
    height: 776.8px;
}

@media only screen and (max-width: 1600px) {

    .ruhi-collection video,
    .ruhi-collection img {
        height: 590.8px;
    }
}


@media only screen and (max-width: 1360px) {

    .ruhi-collection .headpera h1 {
        font-size: 40px;
    }

    .ruhi-collection .items .headpera {
        padding: 40px 32px;
    }
}


@media only screen and (min-width: 1899px) {
    section .container-fluid {
        max-width: 1900px;
        margin: auto;
    }
}

@media only screen and (max-width: 1199px) {
    header .logo img {
        max-width: 350px;
        width: 100%;
    }

    .ruhi-collection .headpera h1 {
        font-size: 34px;
    }

    .ruhi-collection .headpera p {
        font-size: 14px;
    }

    .ruhi-collection .headpera .btn {
        font-size: 16px;
    }

    .ruhi-collection .items .headpera {
        padding: 50px 20px;
    }

    .product-view .modal-xl {
        max-width: 580px;
    }

    .product-view .btn-close {
        width: 48px;
        height: 48px;
    }

    .product-view .btn-close svg {
        width: 30px;
        height: 30px;
    }
}

@media only screen and (max-width: 992px) {
    header .logo img {
        max-width: 300px;
        width: 100%;
    }

    .ruhi-collection .items {
        display: flex;
        flex-direction: column;
    }

    .ruhi-collection .items .headpera {
        order: 2;
        background: #fff !important;
    }

    .ruhi-collection .items .headpera h1 {
        color: #8D7249 !important;
    }

    .ruhi-collection .items .headpera p {
        color: #8D7249 !important;
    }

    .ruhi-collection .items .headpera .btn {
        color: #8D7249 !important;
        border-color: #8D7249 !important;
    }

    .ruhi-collection .items .headpera .btn:hover {
        color: #fff !important;
    }

    .product-view .btn-close {
        transform: unset;
        top: 5px;
        right: 5px;
        width: 40px;
        height: 40px;
    }

    .product-view .btn-close svg {
        width: 24px;
        height: 24px;
    }
}

@media only screen and (max-width:767px) {
    section {
        padding: 40px 20px;
    }

    header .logo img {
        max-width: 212px;
        width: 100%;
    }

    .footer .nav-links li a {
        width: 42px;
        height: 42px;
    }

    .footer .nav-links li a svg {
        width: 20px;
        height: 20px;
    }

    .marquee__inner {
        font-size: 80px;
    }

    .ruhi-collection .items .headpera {
        text-align: center;
    }

    .ruhi-collection .items .headpera {
        padding: 60px 20px;
    }

    .product-detail-view h3 {
        font-size: 22px;
    }

    .product-detail-view p {
        font-size: 18px;
    }

    .product-detail-view li {
        font-size: 18px;
    }

    .ruhi-gestures .items {
        grid-template-columns: 1fr;
    }

    .ruhi-gestures .code {
        font-size: 18px;
        min-width: auto;
    }

    .ruhi-gestures .view-more {
        font-size: 18px;
        min-width: auto;
        padding: 3px 20px;
    }

    .ruhi-gestures .title {
        font-size: 18px;
    }

    .ruhi-gestures .carat {
        font-size: 18px;
    }

    .heading h2 {
        font-size: 30px;
        line-height: 130%;
    }

    .ruhi-collection .items .headpera h1 {
        font-size: 30px;
    }
}