body{
    font-family: "Rubik", sans-serif;
    line-height: 1;
    font-weight: 400;
    color: #555;
    letter-spacing: 1px;
}
/* the nav */
.nav-ithov{
    color: black;
    transition: all .3s;
}
.nav-ithov:hover{
    color: #d68034;
}
.but-hov{
    background-color: #d68034;
    height:2.5rem;
    transition: all .5s;
}
.but-hov:hover{
    background-color: #c36310;
}

@media (max-width :992px) {
    .collapse{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
}


/* The Head */
.bg-home{
    background-color: rgb(253, 242, 233);
}
.but-hov-2{
    background-color: white;
    border: 4px solid white;
    height:2.5rem;
    transition: all .3s;
}
.but-hov-2:hover{
    background-color: rgb(184, 182, 182);
    border: 4px solid white;
}
/* The Home */

@media (min-width:992px) {
    .h1-div{
        width: 470px ;
        h1{
            line-height: 2.3rem ;
        }
        p{
            font-size: 1.2rem ;
        }
    }
    .butts{
        a{
            height: 3.2rem;
        }
    }
    .img-div{
        max-width: 47%;
    }
    .home-sec{
        min-height: 85vh;
    }
    .num-meals{
        p{
            position: relative; 
            left: 10px; 
            top:70px;
        }
    }
}

@media (min-width:1200px) {
    .padd{
        padding: 0 3%;
    }
    .h1-div{
        width:600px;
        h1{
            font-size: 3em;
            line-height: 3.2rem ;
        }
        p{
            font-size: 1.3rem ;
        }
    }
    .butts{
        a{
            height: 3.2rem;
        }
    }
    .img-div{
        width: 570px;
    }
    .home-sec{
        min-height: 100vh;
    }
    .num-meals{
        p{
            max-width: 25vw;
            position: relative;
            left: 230px; 
            top:30px;
        }
    }
}
@media (max-width:991.9px) {
    .padd{
        align-items: center;
    }
    .h1-div{
        width: 100%;
    }
    .butts{
        justify-content: center;
        a{
            height: 2.5rem;
        }
    }
    .num-meals{
        justify-content: center;
        margin-bottom: 100px;
        .users{
            left: -120px;
        }
        p{
            position: relative;
            left: 100px; 
            top:30px;
        }
    }
    .img-div{
        width: 50vw;
        margin-bottom: 60px;
    }
}
@media (max-width:576px) {
        .h1-div{
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .num-meals{
        width: 250px;
        .users{
            left: 30px;
        }
        p{
            position: relative;
            left: 0px; 
            top:70px;
        }
    }
}



/* logos section */
.logos{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3vw;
    img{
        filter: brightness(0);
        opacity: 50%;
    }
}

/* Steps section */
.step-des{
    h2{
        color: rgb(221, 221, 221);
        font-size: 5rem;
    }
    p{
        letter-spacing: 1px;
        line-height: 2rem;
    }
}
/* .phone-img{

} */
/* .grad-back{
    background-image: radial-gradient(circle ,
    rgb(250, 229, 211) 0%,rgb(250, 229, 211)43%,
    rgb(253, 242, 233)44%,rgb(253, 242, 233)56%,transparent 57%,transparent 100%);
    background-size: 100% 100%;
    background-position: center 10px;
}
@media (max-width:992px) and (min-width:576px) {
    .grad-back{
    background-image: radial-gradient(circle ,
    rgb(250, 229, 211) 0%,rgb(250, 229, 211)26%,
    rgb(253, 242, 233)27%,rgb(253, 242, 233)30%,transparent 31%,transparent 100%);
     background-position: center 100px;
}
} */


/*.grad-back::before{
    content: "";
    width: 60%;
    height: 60%;
    border-radius: 50%;
    position: absolute;
    top: 22%;
    left: 20%;
    background-color: #fae5d3;
    z-index: -2;
}
.grad-back::after{

} */
@media (max-width:576px) {
    .phone-img{
        width: 30vw;
    }
    .step-des{
        h2{
            font-size: 4rem;
        }
        h3{
            font-size: 1rem;
        }
        p{
            letter-spacing: 1px;
            line-height: 1rem;
            font-size: .7rem;
        }
    }
}
@media (min-width:576px) {
    .phone-img{
        width: 18vw;
    }
}
@media (min-width:576px) and (max-width:768px) {
    .step-des{
        font-style: 1em;
    }
}
@media (min-width:992px) {
    .phone-img{
        width: 15vw;
    }
}
@media (min-width:1200px) {
    .phone-img{
        width: 12vw;
    }
}


/* cards section */
.card-hov{
    transition:all 0.3s ease-out;
}
.card-hov:hover{
    transform: scale(1.1) translateY(-20px) ;
    
}
