
@media (max-width:576px){
	.bg-mobile{
		background-color: transparent !important;
		gap: 1rem;
	}
	.cart{
		width:100% !important;
		height:20rem !important;
	}
    .navbar-toggler{
        display: flex;
        padding: 0;
    }
	.image > img{
	width: 12rem !important;
	}
     .akhbar .row .div1{
        justify-content: end !important;   
    }
    .akhbar .row .div2{
        justify-content: start !important;
    }
    .akhbar .row .div3{
        justify-content: end !important;
    }
    .akhbar .row .div4{
        justify-content: stretch !important;
    }
    .footer-size{
        font-size: 0.9rem !important;
    }
    .footer-size-p{
        text-align: justify;
    }
    .top-right-size{
        font-size: 0.9rem !important;
    }
    .top-left-gap{
        gap: 1.2rem !important;
    }
		.title-img{
		width:10rem !important;
		height:3rem !important;
	}
	.logo-top{
		width:6rem !important;
		height:3rem !important;
	}
    .aboutme{
        margin-bottom: 30rem !important;
    }
    .img-aboutme{
        align-items: start !important;
        width: auto !important;
        padding-right: 5rem !important;
    }
    .aboutme-gap{
        gap:5rem !important; 
    }
    .div-back{
        padding: 0 !important;
        margin: 0 !important;
    }
    .top-right-p{
        padding: 0 !important;
    }
    .khadamat-xy{
        align-items: center !important;
        justify-content: center !important;
	}
	   .w-h{
        width: 100%;
        height: 100%;
    }
    .square{
        width: 15rem;
        height: 15rem;
	}
	.square-mb{
		margin-bottom: 1.5rem;
	}
    .svg-size{
        width: 7rem;
        height: 7rem;
    }
    
    .footer{
    height: 30rem;
    }
    /* Header */
    .icon-search{
        display: none !important;
    }
    .searchtop{
    right: 9rem;
    top: 0.2rem;
	}.justify-content-sm-center{justify-content:center !important;}
}


.link-footer{
    padding: 0 !important;
}


@media (min-width:568px){
     .top-right-size{
        font-size: 1.1rem !important;
	}
		 .title-img{
		width:10rem !important;
		height:3rem !important;
    }
}
@media (max-width:768px){
     .navbar-toggler{
        display: flex;
        padding: 0;
    }
    .akhbar .row .div1{
        justify-content: end !important;
    }
    .akhbar .row .div2{
        justify-content: start !important;
    }
    .akhbar .row .div3{
        justify-content: end !important;
    }
    .akhbar .row .div4{
        justify-content: stretch !important;
    }
     .top-right-size{
        font-size: 1rem !important;
    }	
	.title-img{
		width:14rem;
		height:5rem;
	}
}
@media (min-width:768px){
    /* .top-left-gap{
        gap: 3rem;
    } */
}
@media (max-width:992px){
    .div1,.div2,.div3,.div4{
        justify-content: center;
    }
}