@media (max-width: 1151px) {
    .navbar {
        padding: 17px 40px;
    }
    .business , .details-section ,.silder-section ,.Request-section ,.featuredOn-section ,.footer-section {
        padding: 0 40px;
    }
    /* products section */
    .products-section {
        padding: 120px 40px;
    }
    .featuredOn-section{
        padding-bottom: 36px;
    }
}   

@media (max-width: 991px) {
    body{
        -webkit-tap-highlight-color: transparent;
    }
    .nav-list {
        display: none;
    }
    .btn-login {
        display: none;
    }
    .menu {
        display: block;
        font-size: 25px;
        margin: 5px;
        color: var(--color-icon);
        cursor: pointer;
    }
    /* side Navbar */
    /* change */
    .overlay{
        position: fixed;
        top: 0;
        width: 100vw;
        height: 100vh;
        z-index: 99;
        transition: all 0.5s ease-in-out;
        background-color: #1a1a1a7a;
    }
    .remove{
        display: none;
        transition: all 0.5s ease-in-out;
    }
    .hide {
        transform: translateX(-100%);
    }
    .sideNav {
        display: block;
        position: fixed;
        top: 0;
        height: 100vh;
        width: 230px;
        padding-top: 30px;
        transition: all 0.5s ease-in-out;
        background-color: rgb(255, 255, 255);
        border-right: 1px solid #c9c9c9a6;
        z-index: 100;
    }
    .side_logo {
        display: flex;
        padding-left: 25px;
        align-items: center;
    }
    /* change */
    .side_logo .close {
        position: relative;
        right: 0px;
        top: 0px;
        margin-left: 5px;
        margin-right: 10px;
        font-size: 20px;
        color: var(--color-icon);
        cursor: pointer;
    }
    .sideNav-list {
        display: flex;
        list-style: none;
        flex-direction: column;
        margin-top: 15px;
    }
    /* change */
    .nav-item {
        margin-left: 0;
        padding: 18px;
        width: 100%;
        display: flex;
        flex-direction: column;
        height: fit-content;
        border-bottom: 1px solid #c9c9c9a6;
    }
    .nav-item a {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .nav-item:nth-child(1) {
        margin-left: 0;
    }
    .nav-item:nth-last-child(1) {
        border: none;
    }
    /* change */
    .rotate-0{
        transition: all 0.5s ease;
        transform: rotate(0deg);
    }
    .rotate {
        transition: all 0.5s ease;
        transform: rotate(180deg);
    }
    /*  */
    ul.dropdown {
        display: none;
        margin-top: 5px;
        padding: 5px 5px 0 0;
    }
    ul.dropdown li a {
        text-decoration: none;
        justify-content: flex-start;
    }
    .product-list {
        padding: 15px;
        width: 100%;
        list-style: none;
    }
    /* Business section */
    .business-title .heading {
        font-size: 28px;
        text-align: center;
    }
    .business-btn {
        margin-top: 15px;
    }
    /* Our Silder  */
    .our-products{
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .our-products a{
        margin-top: 25px;
    }
    /* Featured On */
    .featuredOn .link{
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .featuredOn .link a{
        margin: 15px;
    }
    /* footer section  */
    .find-us{
        margin:10px;
    }
}
@media (max-width: 767px) {
    /* Business section */
    .business {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .business-image {
        width: 80%;
    }
    .business-title {
        width: 100%;
        margin-left: 15px;
    }
    .btn-section {
        width: 100%;
    }
    /* Our Silder */
    .our-silder{
        padding: 25px;
    }
    /* Request */
    .Request-section{
        overflow: hidden;
    }
    .Request-content{
        display: flex;
        justify-content: space-between;
        height: 118px;
    }
    .Request-content .text{
        font-size: 23px;
        font-weight: 800;
        margin-left: 10px;
    }
    .Request .btn{
        padding: 0.7rem;
        margin-left: 15px;
    }
    /* details Section */
    .details-section{
        padding: 0 10px;
    }
    .details{
        grid-template-columns: 1fr 0fr 1fr;;
        height: fit-content;
        padding: 5px;
    }
    .details .info{
        border: none;
    }
    .SMEs{
        grid-column: 1 / span 3;
        margin-bottom: 20px;
    }
    .cities{
        grid-column: 1 / span 1;
    }
    .language{
        grid-column: 3 / span 3;
    }
    /* footer section */
    .footer{
        padding-top: 50px;
    }
    .top-section{
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-info,.find-us ,.policy , .serve ,.copyrights{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-info{
        text-align: start;
        width: 100%;
    }
    .find-us{
        margin: 35px 0px;
        width: 100%;
    }
    .policy{
        width: 100%;
    }
    .footer-section{
        padding: 0 12px;
    }
    .bottom-section{
        flex-direction: column-reverse;
    }
    .bottom-section .serve {
        width: 100%;
        
    }
    .bottom-section .contect p{
        margin-left: 15px;
    }
    .bottom-section .register{
        justify-content: flex-start;
        margin: 15px;
    }
    .bottom-section .register .info:nth-child(1){
        margin-left: -35px;
    }
    .bottom-section .register .info img{
        width: 38px;
        height: 38px;
    }
    
}

@media (max-width: 480px) {
    /* Navbar section */
    .navbar {
        padding: 15px 17px;
    }
    .btn {
        padding: 9px 8px;
        font-size: 16px;
        margin-top: 2px;
    }
    /* Business section */
    .business{
        padding: 0 30px;
    }
    .available {
        justify-content: center;
    }
    .business-image {
        width: 100%;
    }
    .btn-section {
        width: 100%;
    }
    .business-btn {
        width: 100%;
    }
    .business-title .text {
        text-align: center;
        font-size: 18px;
        margin: 12px 0 0px 0;
        width: 100%;
    }
    /* details Section */
    .details{
        grid-template-columns: 1fr 0fr 1fr;;
        height: fit-content;
        padding: 5px;
    }
    .details .info img {
        margin-left: 0;
    }
    .details .info{
        border: none;
    }
    .details .info div{
        width: 180px;
    }
    .SMEs{
        grid-column: 1 / span 3;
        margin-bottom: 20px;
    }
    .cities{
        grid-column: 1 / span 3;
    }
    .language{
        grid-column: 1 / span 3;
    }
    /* Our Silder */
    .our-silder{
        padding: 8px;
    }
    .content p{
        font-size: 14px;
        line-height: 1.3rem;
    }
    .content p:nth-last-child(1){
        color: #858585 ;
        font-size: 12px;
    }
    /* products section  */
    .products-heading p{
        width: 100%;
    }
    /* footer section*/
    .bottom-section .serve .contect a{
        margin-left: 0.3rem;
    }
    .bottom-section .serve  p{
        margin-left: 5px;
    }
    .copyrights{
        margin-left: 5px;
    }
    /* modal  change*/
    .modal{
        display: flex;
        justify-content: center;
    }
    .modal-content{
        width: 90%;
    }
}