@media screen and (max-width: 1370px){
    .gobal-btn button{
        width:70%;
    }
    
}
@media screen and (max-width: 1050px){
    .product-box p {
        font-size: 14px;
        margin: 20px 0;
    }

    .product-box {
        text-align: center;
        padding: 15px 10px 80px;
    }
    .gobal-btn button {
        background: #5FB04A;
        border: none;
        padding: 10px 19px;
        border-radius: 25px;
        text-transform: uppercase;
        color: #ffff;
        transition: .6s;
        width: 77%;
    }
    .gobal-btn.center-btn button{
        width: auto;
    }
    .fomud-left {
        width: 55%;
        height: 50vh;
        overflow: hidden;
    }
    .fomud-right {
        width: 45%;
        height: 50vh;
        overflow: hidden;
    }
}

@media screen and (max-width: 950px){
    .about-fomud{
        flex-direction: column;
    }
    .fomud-left{
        width: 100%;
    }
    .fomud-right{
        width: 100%;
    }
    .footer-container{
        flex-wrap: wrap;
    }
    .footer-box {
        width: 46%;
        margin-bottom: 20px;
    }
    .store {
        padding: 100px 0;
        width: 100%;
    }
}

@media screen and (max-width: 700px){
    .hero{
        padding-top: 90px!important;
    }
    .carousel-indicators [data-bs-target] {
   
        margin-top: -20px;
    }
    
    .product-box:hover.product-box button {
        bottom: 35px;
    }
    .product-box{
        padding-bottom: 60px;
    }
    .fomud-top p {
        color: #fff;
        font-size: 17px;
        margin-bottom: 40px;
    }
    .cta h2 {
        font-size: 32px;
        font-weight: 600;
        margin-bottom: 40px;
    }
    .footer-box {
        width: 100%;
        margin-bottom: 30px;
    }
}