@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);

:root {
    --main-color: #C88C43;
    --main-dark-color: #a37844;
}

body{
    margin: 0;
    font-family: 'Droid Arabic Kufi', serif;
}

header{
    display: flex;
    justify-content: center;
    position: sticky;
    top: 0;
    box-shadow: 5px 0px 5px #aaaaaa;
    background-color: rgba(255, 255, 255, 0.91);
}

header > img {
    margin: 25px;
}

footer {
    display: flex;
    /* background-color: var(--main-color); */
    background-color: #22190e;
    /* width: 100%; */
    padding: 25px;
    
    justify-content: center;
}

.social-media {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.social {
    height: 25px;
    width: 25px;
    margin: 10px;
    display: inline-flex;
    justify-content: center;
}

.social:hover{
    transform: scale(110%);
    /* height: 35px; */
}

.social > svg{
    fill: white;
    z-index: 100;
}


.social-media > span {
    color: white;
    font-size: 24px;

    text-align: center;
}

main {
    padding: 12%;
    padding-top: 64px;
    padding-bottom: 64px;
    direction: rtl;
}

.title {
    /* background-color: var(--main-color); */
    border-right: solid 6px var(--main-color);
    padding: 0 16px;
    /* width: 160px; */
    /* border-radius: 5%; */
    /* display: flex;
    justify-content: center; */
}

.title >h1{
    /* color: white; */
    margin: 0;
    font-size: 64px;
}

.line {
    height: 32px;
    width: 8px;
    background-color: var(--main-color);
    border-radius: 2px;
}

section{
    margin: 32px;
}

.subtitle{
    margin: 32px 16px;
    padding-right: 16px;
    border-right: solid 6px var(--main-color);
    font-size: 32px;
    color: #26190a;
}

.sub {
    display: flex;
    align-items: center;
}

.sub > svg {
    height: 32px;
}

.list {
    /* list-style-type: none; */
    margin: 0 24px;
    display: flex;
    /* width: 300px; */
}

.item {
    font-size: 28px;
    margin: 28px;
    border-radius: 12px;
    /* box-shadow: 1.5px -1px 4px 0px var(--main-color); */

    /* background: var(--main-color); */
    /* width: -webkit-fill-available; */
    padding: 6px 12px;
    /* color: white; */
    /* border-radius: 4%;

    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px; */
}


.list > div {
    padding: 26px 0;
}

.map {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    padding: 32px;

    background-color: var(--main-color);
    box-shadow: 0px 0px 2px 0px #333;

    margin: 0;
}

.map > div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.maptext {
    font-size: 42px;
    color: white;
    margin: 32px 16px;
}

.para {
    white-space: pre-line;
    font-size: 24px;
    text-align: center;
}

.para > p {
    margin: 0;
}

.underline {
    border-bottom: var(--main-color) 3px solid;
}

.callus {
    text-align: center;
    font-size: 52px;
}

.big {
    height: 52px;
    width: 52px;
    margin: 16px;
}

.big >svg{
    width: 52px;
    height: 52px;
}

.callus > div {
    margin-top: 16px;
}

@media screen and (max-width: 880px) {
    .callus {
        font-size: 38px;
    }
}

@media screen and (max-width: 660px) {
    .mapframe {
        height: 350px;
        width: 500px;
    }

    .callus {
        font-size: 32px;
    }
}

@media screen and (max-width: 550px) {
    .logo > img {
        height: 250px;
    }

    .mapframe {
        height: 250px;
        width: 400px;
    }

    .maptext {
        font-size: 28px;
    }

    .para {
        font-size: 20px;
    }

    .callus {
        font-size: 24px;
    }
}


@media screen and (max-width: 430px) {
    .mapframe {
        height: 150px;
        width: 250px;
    }

    .logo > img {
        height: 200px;
    }

    .callus {
        font-size: 20px;
    }
}