@font-face{
    src: url(font/Montserrat-Arabic-Regular.ttf);
    font-family: 'Montserrat-Arabic';
}
body{
    color: black;
    text-align: end;
    font-family: Montserrat-Arabic;
}




/* nav bar styles */
header{
    background-color: rgb(255, 255, 255);
}
header h1{
    color: rgb(0, 0, 0);
}
header img{
    width: 10%;
}
nav{
    /* background: linear-gradient(136deg, rgba(255, 217, 3, 0.308), rgba(2, 27, 136, 0.438));
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    border: 1px solid rgba(10, 14, 255, 0.18);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37); */
    display: flex;
    justify-content: center;
    align-content: center;
    gap: 50px;
}
nav  button{
    font-family: Montserrat-Arabic;
    background: linear-gradient(136deg, rgba(1, 4, 49, 0.616), rgb(12, 2, 54));
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    border: 1px solid rgba(225, 225, 225, 0.18);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    text-align: center;
    justify-content: space-between;
    align-content: space-between;
    text-decoration: none;
    color: rgb(255, 246, 246);
    border-radius: 20px;
    margin-left: 10px;
    padding: 3px;
    height: 30px;
    width: 100px;
}
nav  button:hover{
    scale: 1.1;
    cursor: pointer;
    background: linear-gradient(136deg, rgba(1, 4, 49, 0.616), rgb(255, 215, 83));
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    border: 1px solid rgba(225, 225, 225, 0.18);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    }




/* main */
main{
    width: 100%;
    margin-top: 5%;
    display: flex;
}
main .tex{
    width: 50%;
}
main .tex h1{
    text-align: center;
    font-size: xx-large;
    font-weight: bolder;
}
main .tex p{
    font-size: x-large;
    font-weight: bolder;
}


main .imgs{
    width: 49%;
    display: flex;
}
main .imgs img{
    width: 50%;
}
main #img-ph{
    display: none;
}

/* most popler */
.most{
    margin-top: 10%;
    height: 500px;  
}
.most h1{
    text-align: center;
}
.most .most-holder{
    display: flex;
}
.most .most-holder .most-img{
    width: 25%;
    padding: 1%;
}
.most .most-holder .most-img h1{
    font-size: larger;
}
.most .most-holder .most-img img{
    width: 100%;
    border-radius: 17px;
}


/* profile */
.profile{
    width: 60%;
    margin-bottom: 10%;
    border-radius: 20px;
    border: 1px solid rgba(225, 225, 225, 0.18);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.527);
}
.profile h1{
    text-align: center;
}
.profile .pro-imgs{
    overflow: scroll;
    width: 100%;
    height: 550px;
}
.profile .pro-imgs img{
    width: 100%;
}


/* footer */
/* .fa-snapchat-ghost {
    color: #fffc00;
    background: black;
    border-radius: 50%;
    padding: 0 2px;
  }
  .fa-tiktok {
    color: black;
  }
  .fa-instagram {
    color: #c13584;
  }
  .fa-youtube {
    color: #ff0000;
  } */


  @media (max-width: 1000px) {
  /* nav bar styles */
header{
    background-color: rgb(255, 255, 255);
}
header h1{
    color: rgb(0, 0, 0);
}
header img{
    width: 30%;
}
nav{
    /* background: linear-gradient(136deg, rgba(255, 217, 3, 0.308), rgba(2, 27, 136, 0.438));
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    border: 1px solid rgba(10, 14, 255, 0.18);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37); */
    display: flex;
    justify-content: center;
    align-content: center;
    gap: 50px;
}
nav  button{
    font-family: Montserrat-Arabic;
    background: linear-gradient(136deg, rgba(1, 4, 49, 0.616), rgb(12, 2, 54));
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    border: 1px solid rgba(225, 225, 225, 0.18);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    text-align: center;
    justify-content: space-between;
    align-content: space-between;
    text-decoration: none;
    color: rgb(255, 246, 246);
    border-radius: 20px;
    margin-left: 10px;
    padding: 3px;
    height: 30px;
    width: 80px;
    font-size: x-small;
}
nav  button:hover{
    scale: 1.1;
    cursor: pointer;
    background: linear-gradient(136deg, rgba(1, 4, 49, 0.616), rgb(255, 215, 83));
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    border: 1px solid rgba(225, 225, 225, 0.18);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    }

main{
    width: 99%;
    margin-top: 10%;
}
main .tex{
    width: 99%;
}
main .tex h1{
    text-align: center;
    font-size: xx-large;
    font-weight: bolder;
}
main .tex p{
    font-size: x-large;
    font-weight: bolder;
}

main #img-ph{
    display: none;
}
main .imgs{
    width: 49%;
    display: none;
}
main .imgs img{
    width: 50%;
}


/* most popler */
.most{
    margin-top: 20%;
    height: 500px;  
}
.most h1{
    font-size: xx-large;
    text-align: center;
}
.most .most-holder{
    display: flex;
}
.most .most-holder .most-img{
    width: 25%;
    padding: 1%;
}
.most .most-holder .most-img h1{
    font-size: small;
}
.most .most-holder .most-img img{
    width: 100%;
    border-radius: 17px;
}




/* profile */
.profile{
    width: 80%;
    height: 40px;
    margin-top: -50%;
    border-radius: 20px;
    border: 1px solid rgba(225, 225, 225, 0.18);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.527);
}
.profile h1{
    text-align: center;
}
.profile .pro-imgs{
    overflow: scroll;
    width: 100%;
    height: 400px;
}
.profile .pro-imgs img{
    width: 100%;
}

  }
