::selection {
    background: #AF9961;
    color: #535353;

  }
  html { width: 100vw; }
body{
    background-image:url(assets/img/bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}


h1, h2, h3, h4, h5, p, span, div{
    font-family: cairo;
    margin: 4px 0 8px 0;
}


.logo{
    margin: 0px auto;
    margin-top: 60px;
    text-align: center;
}

.logo img{
    width: 200px;
}
.bold{
    font-weight: 700;
}

.socialicons{
    float: none;
    margin: 14px 0;
    text-align: center;
    list-style:none;
    text-decoration: none;
    
}
.socialicons a{
    float: none;
    margin: 8px 30px;
    position: relative;
    list-style:none;
    text-decoration: none;
}
.socialicons img, .socialicons img:visited{
 
    opacity: 1;

}

.clicked{
    position: absolute;
    z-index: 9999;
    right: -80px;
    top: -40px;

}
img.clicked{
    width: 164px;
}
.socialicons img:hover{
    opacity: 1;
    transition:0.7s;
}

.noto-kufi-arabic{
    font-family: "Noto Kufi Arabic", sans-serif;
    font-optical-sizing: auto;
    font-weight:300, 700;
    font-style: normal;
  }
h1{
    font-size: 24px;
    color: #781B67;
    text-align: center;
    font-weight: 700;
    margin: 38px 0;
}
p{
    font-size: 18px;
    font-weight: 300;
    width: 860px;
    text-align: center;
    margin: 0px auto;
    line-height: 32px;
    letter-spacing: 0px;
    font-family: "Noto Kufi Arabic", sans-serif;
}

.tspace{
    margin-top: 12px;
    display: block;
}

.purple{

    color: #781B67;
}

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

    body{
    background-image:url(assets/img/bgm.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}


.click-indicator{
    margin: 10px 0;
}
    img.clicked{
        width: 104px;
    }

.clicked{
    position: absolute;
    z-index: 9999;
    right: -50px;
    top: -10px;

}
.purple{

    color: #781B67;
}

    .logo{
        margin: 0px auto;
        margin-top: 20px;
        text-align: center;
        width: 100%;
    }
    
    .logo img{
        width: 160px;
    }


    .bold{
        font-weight: 700;
    }
    
    .socialicons{
        float: none;
      
        text-align: center;
    }
    .socialicons a{
        float: none;
        margin: 4px 22px;
    }
    .socialicons img{
      
    }
    .socialicons img:hover{
        opacity: 0.2;
        transition:0.7s;
    }
    .noto-kufi-arabic{
        font-family: "Noto Kufi Arabic", sans-serif;
        font-optical-sizing: auto;
        font-weight:300, 700;
        font-style: normal;
      }
    h1{
        font-size: 18px;
        color: #781B67;
        text-align: center;
        font-weight: 700;
        margin: 8px 0 4px 0;
        line-height: 28px;
        font-family: "Noto Kufi Arabic", sans-serif;
    }
    p{
        font-size: 14.5px;
        font-weight: 400;
        width: 100%;
        text-align: center;
        margin: 0px auto;
        line-height: 26px;
        letter-spacing: 0px;
        font-family: "Noto Kufi Arabic", sans-serif;
    }
}