h1 {
    font-family: Sahel-Bold;
    text-align: center;
    direction: rtl;
    padding-top: 40px;
    margin-bottom: 20px;
}
.home {
    margin-top: 90px;
}
@media screen and (max-width: 600px) {
    h1 {
        padding-top: 30px;
    }
    .home {
        margin-top: 75px;
    }
}
.new {
    direction: rtl;
    width: 90%;
    margin-left: 5%;
}
.new .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.new h3 {
    font-family: Sahel-SemiBold;
    text-align: center;
    font-size: 24px;
    margin: 24px 0;
}
.box a {
    margin: 0 20px;
}
.card {
    width: 330px;
    height: 420px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 14px -2px #000000;
    margin-bottom: 30px;
    background-color: #eaeaea;
}
.profile-img {
    width: 60%;
    margin: 13px 20% 0 0;
}
.description-bk {
    background-image: linear-gradient(0deg, #007198, #090d14);
    border-radius: 30px;
    position: absolute;
    top: 70%;
    left: -5px;
    height: 65%;
    width: 108%;
    transform: skew(19deg, -9deg);
}
.logo {
    width: 90px;
    border-radius: 20px;
    position: absolute;
    bottom: 16%;
    left: 23px;
    overflow: hidden;
}
.logo img {
    width: 100%;
}
.description {
    height: 37px;
    display: flex;
    padding-right: 30px;
    position: absolute;
    color: #fff;
    bottom: 18%;
    align-items: center;
}
.description p {
    font-family: Sahel-Bold;
    margin: 0;
}
.cartb {
    display: flex;
}
.price {
    width: 100%;
    position: absolute;
    color: #fff;
    bottom: 0;
    text-align: right;
    padding: 10px 20px 10px 0;
    border-top: 2px solid #fff;
}
.price del {
    color: #f04848;
}
.more {
    font-family: Sahel-SemiBold;
    background-color: #fff;
    position: absolute;
    color: #007198;
    bottom: 0;
    text-align: left;
    padding: 10px;
    border-top: 2px solid #fff;
    border-radius: 0 16px 0 0;
    left: 0;
}
.comingsoon {
    direction: rtl;
    width: 100%;
    position: absolute;
    color: #fff;
    bottom: 0;
    text-align: center;
    padding: 10px 0;
    border-top: 2px solid #fff;
    background-color: #095849;
}
@media screen and (max-width: 600px) {
    .new h3 {
        font-size: 21px;
    }
}