* {
    margin: 0;
    padding: 0;
}

.notheader {
    padding-top: 74px;
}

header {
    width: 100vw;
    display: flex;
    align-items: center;
    padding: 12px 0;
    position: fixed;
    background-color: #fff;
    z-index: 5;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.home {
    margin-left: 20px;
    height: 50px;
    display: flex;
}

.header {
    height: 50px;
    padding-left: 15px;
}

.navlinks {
    margin-left: auto;
    margin-right: 20px;
}

.test {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;}

.test1 {
    width: 75vw;
    background-color: #f2f2f2;
    padding: 20px;
    border-left: 10px solid #888;
}

.navlinks a {
    text-decoration: none;
    color: darkred;
    margin: 15px;
    font-family: "ubuntu";
}

img {
    pointer-events: none;
}

h2,
p {
    text-align: center;
}

h1 {
    font-family: "Ubuntu";
    padding-bottom: 10px;
    color: darkred;
    text-align: center;
    font-weight: 100;
}

p,
li {
    font-family: "Lato";
    line-height: 1.3;
}

form {
    text-align: center;
    margin: 20px;
}

.content1 img,
.content2 img {
    height: 50px;
    margin: 20px;
    padding: 10px;
    border-top: 3px solid rgba(138, 0, 0, 0.5);
    border-bottom: 3px solid rgba(138, 0, 0, 0.5);
    border-radius: 2px;
}


.arabic {
    font-size: 5vw;
    /*color: #983;*/
    color: darkred;
    padding: 4vw 20px 5vw;
    font-family: "Lateef";
}

.intro {
    flex-direction: column;
    background-color: #ffe6e6;
    padding: 60px 100px 0 100px;
    display: flex;
    align-items: center;
}

.intro img {
    width: 75vw;
    padding-bottom: 30px;
}


.logo {
    height: 50px;
}

.slider {
    position: relative;
    margin: 0;
    padding: 0;
    background-color: #ffe6e6;
}

.slider .sample {
    width: 100vw;
    max-height: ;
    overflow: hidden;
    z-index: -2;
    height: 100%;
    opacity: 0.5;
    filter: grayscale(100%);

}

.heading {
    max-width: 70vw;
    position: absolute;
    z-index: 4;
    left: 50%;
    transform: translateX(-50%);
    top: 28vw;
}



.content1 {
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    align-items: flex-start;
    background-color: #ffe6e6;
}

.content2 {
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.content1 div,
.content2 div {
    margin: 10px 0;
    display: flex;
    padding: 5px 20px;
    align-items: center;
    flex-direction: column;
}

.content1 div:not(.intro):not(.terms) {
    max-width: 200px;
}

.content2 div:not(.intro):not(.terms) {
    max-width: 75vw;
}

.snh {
    font-size: 50px;
    color: #194f76;
    pointer-events: none;
    height: 50px;
    margin: 20px;
    padding: 10px;
    border-top: 3px solid rgba(138, 0, 0, 0.5);
    border-bottom: 3px solid rgba(138, 0, 0, 0.5);
    border-radius: 2px;
}

.terms {
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.terms ol {
    padding: 30px 50px;
    background-color: #f2f2f2;
    color: #666;
    border-radius: 10px;
}

.terms li {
    padding: 5px 10px;
}

.content h1 {
    padding-top: 30px;

}

form img {
    margin: 0;
    padding: 0;
}

.centerise {
    padding-left: 200px;
    padding-right: 200px;
}

.process {
    display: flex;
    justify-content: center;
    background-color: #ffe6e6;
}

.proc {
    max-width: 300px;
    padding: 20px;
    border: 3px solid #ba3250;
    border-radius: 50px 0;
    margin: 40px;
    position: relative;
    font-family: "Ubuntu";
    color: #333;
    background-color: #fff;
}

.num {
    position: absolute;
    left: 50%;
    top: -20px;
    background-color: #ba3250;
    border-radius: 50%;
    border: 3px solid #fff;
    height: 30px;
    width: 30px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.spin {
    transition: 0.2s ease all;
}

.spin:hover {

    transform: rotate(90deg);
}

.spun {
    transform: rotate(90deg);
}

.answer {
    display: none;
}

.faq p {
    text-align: left;
}

.faqs {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px;
    background-color: #fff;
    color: #333;
}

.faqs div:not(.answer) {
    padding: 10px;
    width: 90%;
    margin: 2px;
}

.answer p {
    padding: 10px 10px 0px;
    width: 90%;
    margin: 2px;
}

.faqs div:not(.answer) {
    border: 2px solid #ba3250;
    border-radius: 2px;
}

.faqs div:not(.answer):hover {
    border: 2px solid #ba3250;
    border-radius: 2px;
    background-color: #ba3250;
    color: #fff;
}

.title h1 {
    padding-top: 0;
    padding-bottom: 0;

}

.faqs h1 {
    padding-bottom: 20px;
}

.faq span {
    float: right;
}

footer {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffe6e6;
    height: 150px;
}

footer img {
    height: 100px;
    padding-right: 20px;
}

footer a {
    text-decoration: none;
    color: #ba3250;
}

footer li {
    list-style-type: none;
}

h2 {
    font-family: "lato";
}

.video {
    background-color: #ffe6e6;
    display: flex;
    justify-content: center;
}

h2 a {
    text-decoration: none;
    color: #000;
}

.icons a {
    color: #000;
}

h2 a:hover {
    color: #fff;
}

.socials,
.icons {
    display: flex;
    align-items: center;
}

.icons span {
    padding: 20px;
}


@media screen and (max-width: 700px) {

    .content1,
    .content2 {
        flex-direction: column;
        align-items: center;
    }

    header img {
        margin-left: 20px;
    }

    .navlinks {
        margin-right: 20px;
    }

    .centerise {
        padding-left: 0;
        padding-right: 0;
    }

    .process {
        flex-direction: column;
        align-items: center;
    }

    .navlinks {
        font-size: 14px;
    }

    .navlinks a {
        padding: 0;
    }

    .header {
        display: none;
    }

}

@media screen and (min-width: 700px) {
    .sample {
        max-height: 30vw;
    }

    .heading {
        top: 7vw;
    }
}
