@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');


body {
    font-family: "Rubik", sans-serif;
    text-align: center;
    background: #f4f0bb;
    background-size: cover;
    color: #43291f;
    height: 100%;
    width: 100%;
    margin: 0;
}

.content {
    font-family: "Rubik", sans-serif;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
    padding-top: 0.5rem;
    box-sizing: border-box;

}

.basmalaDiv {
    font-family: "Rubik", sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-bottom: 0.1em solid #43291f;
    margin-bottom: 0.2rem;
    padding-bottom: 0.3rem;
}

.basmala {
    font-size: 1rem;
    font-family: "Rubik", sans-serif;
    color: #43291f;
    font-weight: bold;
    margin: 0;
}

h1,
h2 {
    font-size: 2.5rem;
    margin: 0.5rem 0;
}

.main-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    background-color: #226f54;
    padding: 1rem;
    box-sizing: border-box;
    width: 100%;
    max-width: 1400px;
    margin: 0;
    gap: 2rem;

}

.content-of-main-page {
    text-align: right;
    width: 100%;
    max-width: 600px;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 1rem;
    border-radius: 1rem;
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.4);
}

.button {
    display: inline-block;
    font-family: "Rubik", sans-serif;
    padding: 10px 20px;
    margin: 10px;
    background: #da2c3800;
    color: #f4f0bb;
    text-decoration: none;
    border: #f4f0bb 0.1rem solid;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.4);
}

.button:hover {
    background: #da2c38;
}

.title {
    font-size: 3.5rem;
    color: #f4f0bb;
    text-shadow: 0 0.3rem 0.3rem #43291f;
}

.newsletter {
    height: auto;
    background-color: #da2c38ee;
    width: 100%;
    max-width: 600px;
    padding: 2rem 2rem 0rem 2rem;
    flex-wrap: wrap;
    display: flex;
    border-radius: 1.5em;
    justify-content: center;
    box-shadow: 0 1rem 1rem #0000007a;
}

.sub-title {
    font-size: 1.7rem;
    color: #f4f0bb;
    font-weight: bold;
    padding: 0;
    margin: 0.3em 0;
    justify-content: center;
}

.freeTitle {
    margin: 0;
    font-size: 1.5rem;
    color: #f4f0bb;
    text-shadow: 0 0.2rem 0.2rem #226f54;
}

.newsletter form {
    display: flex;
    margin-top: 3rem;
    margin-bottom: 2.5rem;
    font-family: "Rubik", sans-serif;
}

.newsletter input[type="email"] {
    font-family: "Rubik", sans-serif;
    padding: 0.2rem;
    width: 80%;
    border: none;
    border-radius: 0 0.4rem 0.4rem 0;
    font-size: 1rem;
    margin-left: 0.2rem;
    background-color: #f4f0bb;
    color: #43291f;
}

.newsletter button {
    font-family: "Rubik", sans-serif;
    padding: 10px;
    border: none;
    width: 40%;
    font-weight: bold;
    border-radius: 0.4rem 0 0 0.4rem;
    background: #43291f;
    color: #f4f0bb;
    border: 0.1rem #f4f0bb solid;
    cursor: pointer;
}

.newsletter button:hover {
    background: #226f54;
}

.contact {
    background-color: #87c38f;
    padding: 0.3rem;
    color: #43291f;
    font-size: 1.1rem;
    font-weight: 900;
    display: flex;
    justify-content: center;
    font-family: "Rubik", sans-serif;
}

.contact a {
    text-decoration: none;
    color: #43291f;
}

.contact a:hover {
    color: #da2c38;
}

.footer-buttons {
    background-color: #da2c38;
    margin: 0.5rem 0 0.5rem 0;
    padding: 1rem 0;
}

.footer-buttons a {
    color: #FFFFFF;
    margin: 0 10px;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-buttons a:hover {
    color: #FF6347;
}

.navigationBtn {
    padding: 0.6rem 2.5rem;
    color: #f4f0bb;
    background-color: #226f5400;
    border: 3px solid #f4f0bb;
    font-weight: bold;
    border-radius: 0.4rem;
    font-size: 1.3rem;
    margin: 0;
    font-family: "Rubik", sans-serif;
}

.navigationBtn:hover {
    background-color: #226f54;
    cursor: pointer;
}


footer {
    margin-top: 0.5rem;
    background: #43291f;
    padding: 20px 0;
    color: #FFFFFF;
}

.social-icons a {
    color: #FFFFFF;
    margin: 0 10px;
    font-size: 2rem;
    transition: color 0.3s;
}

.social-icons a:hover {
    color: #226f54;
}

.props a{
    text-decoration: none;
    color: #43291f;
    margin: 0.6rem 0.5rem;
    font-size: 0.7rem;
    font-family: 'Courier New', Courier, monospace  ;
}

@media screen and (min-width: 768px) {
    .main-content {
        flex-wrap: nowrap;
    }

    .content-of-main-page {
        width: calc(100% - 340px);
        margin-right: 0;
    }

    .newsletter {
        width: 300px;
        margin-left: 20px;
    }
    
    
}

@media screen and (max-width: 786px){
    .navigationBtn{
        margin-top: 0.5rem;
        width: 45%;
    }
}