body, h1, h2, h3, h4, h5, h6, p{
    margin: 0px;
    padding: 0px;
    font-family: 'Tajawal', sans-serif;
}
.wrapper{
    margin: 0 auto;
    max-width: 1200px;
}
.mainbanner{
    width: calc(100% - 64px);
    text-align: center;
    background: #f1f1f1;
    padding: 40px 32px;
    color: #3C3C3C;
    background-size: cover;
}
.para1{
    background: #3C3C3C;
    color: #ffffff;
    font-weight: 400 !important;
    width: max-content;
    margin: auto;
    padding: 12px 16px 8px;
}
.arabic > .mainbanner{
    background-size: cover;
    color: #3C3C3C;
}
.mainbanner p:nth-child(1){
    font-size: 48px;
    font-weight: 600;
    margin-top: 40px;
}
.mainbanner p:nth-child(2){
    font-size: 24px;
    font-weight: 600;
}
.mainbanner p:nth-child(4){
    font-size: 20px;
    font-weight: 400;
}
.mainbanner p:nth-child(4) a{
    font-weight: 600;
    color: #ffffff;
}
.button{
    margin: 32px 0 16px;
}
.button a{
    color: #ffffff;
    background: #D4070E;
    border-radius: 32px;
    padding:12px 16px 4px;
    text-decoration: none;
    font-weight: 600;
    font-size: 24px;
    box-shadow: 0 2px 4px 0 rgba(23,43,77,0.32);
}
.contents{
    text-align: center;
    font-size: 16px;
    padding: 16px;
    color: #42526E;
}
.benefit-head, .shop-by-head{
    text-align: center;
    margin-top: 16px;
}
.benefit-head h1, .shop-by-head h1{
    font-size: 32px;
    color: #42526E;
}
.line-dvd{
    border: 1px solid #D4070E;
    width: 30%;
    margin: 4px auto;
}
.benefit-content-container, .shop-by-content-container{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    padding: 32px 0;
    gap: 16px;
}
.shop-by-content-container a{
    text-decoration: none;
}
.benefit-content-card{
    width: 300px;
    border: #D8DBDF 1px solid;
    border-radius: 8px;
    display: flex;
    flex-direction: column;

}
.card-title{
    padding: 8px 0 4px;
    text-align: center;
    background: #0052c0;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
}
.card-contents-container{
    width: 100%;
    display: flex;
    flex-direction: row;
}
.card-icon{
    padding: 16px;
}
.card-icon img{
    width: 60px;
}
.card-content{
    font-size: 16px;
    color: #42526E;
    padding: 16px;
}
.register-container{
    text-align: center;
}
.button-red{
    margin: 16px 0;
}
.button-red a{
    color: #ffffff;
    background: #D4070E;
    border-radius: 32px;
    padding:16px 32px 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 24px;
    box-shadow: 0 2px 4px 0 rgba(23,43,77,0.32);
}
.register-container p{
    text-align: center;
}
.register-container p > a{
    color: #0052c0;
}
.banners-container{
    width: 100%;
    margin-top: 32px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}
.banners-container img{
    width: 530px;
}
.shop-by{
    padding: 32px 0;
}
.shop-by-card-title{
    padding: 8px 0 4px;
    text-align: center;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    font-size: 20px;
    font-weight: bold;
    color: #42526E;
}
.shop-by-content-card{
    width: calc(25% - 32px);
    border: #D8DBDF 1px solid;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    padding: 16px 0;
}
.shop-by-card-images{
    text-align: center;
}
.shop-by-content-card img{
    height: 120px;
    width: auto;
}
.arabic{
    direction: rtl;
}

@media screen and (min-width: 300px) and (max-width:580px){
    .mainbanner{
        width: calc(100% - 32px);
        background-size: cover;
        background-repeat: no-repeat;
        padding: 32px 16px 8px 16px;
    }
    .arabic > .mainbanner{
        background-size: cover;
    }
    .mainbanner p:nth-child(1){
        font-size: 32px;
        margin-top: 0px;
    }
    .mainbanner p:nth-child(2){
        font-size: 18px;
    }
    .button a{
        font-size: 18px;
    }
    .mainbanner p:nth-child(4){
        font-size: 14px;
    }
    .contents{
        font-size: 14px;
    }
    .benefit-head h1, .shop-by-head h1{
        font-size: 24px;
    }
    .line-dvd{
        width: 80%;
    }
    .benefit-content-card{
        width: calc(100% - 32px);
    }
    .benefit-content-container{
        gap: 8px;
        padding: 16px 0;
    }
    .button-red a{
        padding: 16px 16px 8px;
        font-size: 18px;
    }
    .button-red{
        margin: 16px 0;
    }
    .banners-container img{
        width: calc(100% - 32px);
    }
    .shop-by-content-card{
        width: calc(100% - 32px);
    }
}