@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@400;500;600;800;900&display=swap');



body {

    width: 1400px;
    max-width: 1400px;
    min-width: 1400px;
    margin: 0px auto;

    overflow-x: hidden;
    overflow-y: auto;

    font-family: 'Noto Kufi Arabic';

}



.offers {

    margin: 0px auto;

    padding: 2rem 10rem;

    background-color: #9db8d8;

    text-align: center;

    position: relative;

    padding-bottom: 5rem;

}



.offers img {

    width: 150px;

    height: 150px;

    margin-bottom: -6rem;

}



.offers .points {

    background: white;

    border-radius: 25px;

    padding: 5rem 8rem;

    text-align: right;

}



.offers .points p {

    font-size: 20px;

    position: relative;

}



.offers .points p::before {

    content: "";

    width: 20px;

    height: 20px;

    position: absolute;

    right: -3rem;

    background-image: url(image/check.png);

    background-size: 100%;

}



.offers .points h2 {

    text-align: center;

    font-size: 35px;

    letter-spacing: 1px;

    line-height: 55px;

    color: #9c255d;

}



.offers .points a {

    color: #9c255d;

    text-decoration: none;

    font-size: 20px;

}



.offers .points .sub_btn {

    position: absolute;

    bottom: 45px;

    right: 42%;

    display: flex;

    justify-content: center;

    align-items: center;

    font-size: 30px;

    width: 200px;

    height: 55px;

    border-radius: 37px;

    color: white;

    background-color: #9c255d;

    border: 6px solid rgba(255, 255, 255, 0.64);

}



/* ***************************************************************************************** */

ul>li {

    list-style-type: none;

}



.action_btn {

    background: #f9f3eb;

    padding: 2rem 10rem;

    text-align: center;

}



.action_btn h4 {

    font-size: 30px;

}



.action_btn p {

    margin: 0%;

    font-size: 30px;

}



.action_btn a {

    text-decoration: none;

    color: black;

}



.action_btn .ul1 {

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 1rem;

    width: 55%;

    margin: 0px auto;

    padding: 0;

    justify-items: center;

    align-items: center;

}



.action_btn .ul1 a {

    display: flex;

    justify-content: center;

    align-items: center;

    width: 265px;

    height: 55px;

    border-radius: 28px;

    background-color: #ffffff;

    color: black;

}



.action_btn .ul2 {

    display: flex;

    align-items: center;

    justify-content: center;

    margin: 3rem;

    gap: 1rem;

    flex-direction: row-reverse;

}



.action_btn .ul2 a {

    color: black;

    font-size: 22px;

}



.action_btn .last_btn {

    display: flex;

    justify-content: center;

    align-items: center;

    width: 450px;

    height: 60px;

    border-radius: 44px;

    background-color: #406ea5;

    border: 7.41px solid #9db8d8;

    margin-right: 28%;

    margin-top: 2rem;

    gap: 1rem;

}



.action_btn .last_btn a {

    font-size: 30px;

    letter-spacing: 1px;

    line-height: 53px;

    color: #ffffff;

    font-weight: bold;

}