/* About bg section  */
.shariah_bg {
    background: linear-gradient(rgba(0, 0, 0, 0.185), rgba(0, 0, 0, 0.5)), url(assets/aboutSectionData/shariah-complaint-banner-bg\ \(1\).webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: end;
    flex-wrap: wrap;
    text-align: center;
    font-family: "Ubuntu", sans-serif;
}

.shariah_bg>p {
    color: white;
    font-size: 60px;
    font-weight: 400;
    line-height: 60px;
    font-family: 'Marcellus', serif;
    margin-bottom: 130px;
}

/* About bg section ends here  */

/* Shariah Intro section  */
.principlesContainer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.shariaIntro {
    width: 80vw;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 50px;
}

.shariaIntro>h2 {
    color: rgb(187, 151, 59);
    margin: 20px;
}

.shariaIntro> :nth-child(2) {
    font-family: 'Marcellus', serif;
    font-size: 36px;
    line-height: 47px;
    margin: 30px;
    margin-bottom: 40px;
}

.shariaIntro p {
    /* font-weight: bold; */
    line-height: 29px;
    font-size: 18px;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    text-align: center;
}

/* Principles editing  */
.principles {
    max-width: 500px;
    padding: 20px;
    margin: 50px;
}

.principlesImage {
    background-repeat: no-repeat;
    /* background-size: cover; */
    /* margin: 20px; */
}
.principlesImage img{
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    /* margin: 20px; */
}


.principlespara {
    margin-left: 50px;
}

.content {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 70%;
}

.principlespara p {
    font-size: 16px;
    font-family: Poppins, sans-serif;
    line-height: 26px;
    font-weight: 600;
    text-align: center;
}
 /* button styling  */
.btn {
    display: flex;
    justify-content: center;
    width: 150px;
    margin: auto;
}

.btn a {
    flex-grow: 1;
    text-align: left;
    padding: 1.5rem;
    margin: 1px;
    border: none;
    border-bottom: 1px solid;
    color: rgb(18, 18, 18);
    transition: box-shadow .1s ease;
    margin: 20px;
}

/* form .message {
     padding: 20px 10px 60px 10px;
 } */

.btn .inputs::placeholder {
    font-weight: 500;
}

.btn .submitbtn {
    width: 150px;
    border-radius: 20px;
    text-align: center;
    padding: 10px;
    background-color: #e7b126;
    font-size: 17px;
    line-height: 22px;
    color: black;
    cursor: pointer;
}



.btn .submitbtn:hover {
    color: #fff !important;
    background: linear-gradient(90deg, #d4af58, #e4cb3e 45%, #ecbe60 63%, #f1c85c);
    transition: .3s;
}

@media screen and (max-width: 850px) {
    /* .principles {
        flex-direction: column;
    } */
}