@media screen and (max-width: 1250px) {
    .bg-hut-image {
        background-image: none;
        padding: 0px;
    }
    .home-feature .head-row {
        margin-top: 0px;
    }
}
/* @media screen and (max-width: 1025px) {
    .hero-banner {
        padding: 82px 0;
    }
} */
@media screen and (max-width: 1025px) {
    /* font sizes */
    .fs-40 {
        font-size: 30px;
        line-height: 40px;
    }
    .fs-56 {
        font-size: 38px;
        line-height: 48px;
    }

    /* padding & margin */
    .px-100 {
        padding-left: 50px;
        padding-right: 50px;
    }
    .my-100 {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .mt-100 {
        margin-top: 50px;
    }
    .mb-32 {
        margin-bottom: 20px;
    }
    .py-48 {
        padding-top: 28px;
        padding-bottom: 28px;
    }
    .mt-40 {
        margin-top: 20px;
    }
    /* custom classes */
    .bg-image {
        height: 80vh;
    }
    .navbar-nav .nav-item {
        margin-right: 0px;
        font-size: 15px;
        line-height: 23px;
    }
    .navbar-expand-lg .navbar-collapse {
        flex-basis: 100% !important;
    }
}

@media screen and (max-width: 769px) {
    /* font sizes */
    .fs-56 {
        font-size: 28px;
        line-height: 40px;
    }
    .fs-22 {
        font-size: 18px;
    }

    /* padding & margin */
    .mt-100 {
        margin-top: 20px;
    }
    .hero-banner {
        padding: 82px 0;
    }
    .px-100 {
        padding-left: 25px;
        padding-right: 25px;
    }
    /* custom classes */
    .bg-image {
        height: 60vh;
    }
    .feature-sec {
        position: unset !important;
    }
    .feature-sec .modal-img {
        position: unset !important;
        transform: none !important;
    }
    .navbar .navbar-brand img {
        width: 250px;
    }
    .bg-banner {
        padding: 60px 0 10px 0;
    }
}
@media screen and (max-width: 600px) {
    /* font sizes */
    .fs-56 {
        font-size: 20px;
        line-height: 30px;
    }
    .hero-banner {
        padding: 100px 0 52px 0;
    }
}
@media screen and (max-width: 430px) {
    /* font sizes */
    .fs-40 {
        font-size: 20px;
        line-height: 30px;
    }
    .fs-56 {
        font-size: 18px;
        line-height: 25px;
    }
    .fs-22-700,
    .fs-22 {
        font-size: 14px;
        line-height: 22px;
    }
    .black-bullet li::before,
    .bullet-list li::before {
        margin-left: -1em;
        width: 8px;
        height: 8px;
        position: relative;
    }

    .bottom-sec{
        font-size: 14px;
    }

    /* padding & margin */
    .hero-btn{
        padding: 6px 15px !important;
        font-size: 12px !important;
    }
    .container-xxl {
        padding: 0 20px;
    }
    .cabinet-sec {
        padding: 0 20px !important;
    }
    .px-40,
    .px-100 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .py-48,
    .py-40 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    /* custom classes */
    .modal-img {
        top: 0%;
        position: static !important;
    }
    .navbar .navbar-brand img {
        width: 170px;
    }
    .hero-banner,
    .bg-banner {
        padding: 77px 0 20px 0;
    }
}
