@font-face {
  font-family: 'Noto Kufi Arabic';
  src: 
       url('NotoKufiArabic-VariableFont_wght.ttf') format('truetype');
  font-display: swap;
}

.noto-kufi-arabic-unique-class {
  font-family: "Noto Kufi Arabic", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

* {
  padding: 0;
  margin: 0;
  direction: rtl;
  font-family: "Noto Kufi Arabic", sans-serif;
  font-size: 16px;
  text-decoration: none;
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

html {
  scrollbar-width: none;
}

body {
  margin-left: auto;
  margin-right: auto;
  background-color: #000000;
  text-align: center;
  max-width: 500px;
  color: #e9e9e9;
  position: relative;
  overflow-x: hidden;
}

iframe {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

h1 {
  font-weight: 500;
  font-size: 14px;
}

h2 {
  font-weight: 500;
  font-size: 12px;
}

h3, h4, h5, h6 {
  font-weight: 500;
  font-size: 12px;
  width: 100%;
}

a {
    height:  auto;
}



.header {
  height: 100%;
  min-height: 430px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;

}

.header_img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.header_bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background:  linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  margin-bottom: -1px;
}

.navbar {
  height: 100px;
  line-height: 70px;
  width: 100%;
  background: transparent;
  z-index: 10;
}

.navbar_user {
  height: 40px;
  line-height: 40px;
  width: 100%;
  font-size: 32px;
  font-weight: 600;
  text-shadow: 2px 2px 5px #000000;
}

.navbar_bio {
  height: 60px;
  line-height: 20px;
  width: 100%;
}

.navbar_net {
  height: 60px;
  line-height: 50px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px
}

.navbar_net_circle {
  display: inline-block;
  height: 50px;
  width: 50px;
  background: transparent;
  border-radius: 50%;
  margin: 5px;
  padding: 0;
  overflow: hidden;
}

.navbar_net_circle img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.coll {
  height: 50px;
  width: 100%;
}
.coll_div{
   width: 150px;
   height: 40px;
   margin: 5px;
   display: inline-block;
   background-color: #339900;
   color: #F9FCFF;
   border-radius: 8px;
   padding: 3px;


}
.coll_div_text{
    display: inline-block;
    width: 90px;
    height: 40px;
    line-height: 33px;
    font-size: 14px;
    vertical-align: top;
    font-weight: 600;
}
.coll_div_img{
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: top;
}
.box_title{
    height: 40px;
    line-height: 40px;
    text-align:  center;
    color: #F9FCFF;
    font-weight: 600;
    background-color: #0394B5;
    width: 150px;
    -webkit-border-top-left-radius: 9px;
    -webkit-border-bottom-left-radius: 9px;
    -moz-border-radius-topleft: 9px;
    -moz-border-radius-bottomleft: 9px;
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
    font-size: 18px;
    margin-bottom: 7px;

}

.nql_box_bar {
    width: 100%;
    height: 100px;
    line-height: 100px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.nql_box_bar_img{
    background: transparent;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    display: inline-block;
    margin: 5px;
}
.nql_box_bar_img img {
    background: transparent;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    line-height: 80px;
}

.box_youtube {
  min-height: 230px;
  width: 95%;
  margin: 10px auto;
  border-radius: 6px;
}

.box_youtube img {
   border-radius: 6px;
   max-height: 220px;
}

.box_insta {
  width: 100%;
  height: 137px;
  white-space: nowrap;
  overflow-x: auto;
  padding: 0;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.box_insta::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.box_insta_img {
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin: 3px;
  border-radius: 20px;
  background: transparent;
  height: 122px;
  width: 120px;

}

.box_insta_img img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box_snapchat {
  width: 100%;
  height: 237px;
  white-space: nowrap;
  overflow-x: auto;
  padding: 0;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.box_snapchat::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.box_snapchat_img {
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin: 3px;
  border-radius: 7px;
  background: #f9fcff;
  height: 206px;
  width: 130px;

}

.box_snapchat_img img {
  border-radius: 7px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Awards_box_title{
    height: 40px;
    line-height: 40px;
    text-align:  center;
    color: #F9FCFF;
    font-weight: 600;
    background-color: #0394B5;
    width: 150px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 18px;
    margin-bottom: -1px;

}
.Awards_box {
    width: 95%;
    height: 100%;
    border-radius: 7px;
    text-align: right;
    padding: 5px;
    border: 1px #0394B5 solid;
}

.Awards_box_raw {
    width: 100%;
    height: 50px;
    display:  flex;
    flex-direction: row;
    border-bottom: 1px #0394B5 solid;
    box-shadow:  -1px 3px 11px -3px #0394B5;
}


.Awards_box_raw_cel_img{
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
}
.Awards_box_raw_cel_title{
    flex-grow: 1;
    line-height: 50px;
    color: #E9E9E9;
    font-size: 12px;
    position: relative;
    overflow: hidden;
}


.Awards_box_raw_cel_title_span_qrebn{
    background: #E9E9E9;
    color:  #e74c3c;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    padding: 3px;
 }

.Awards_box_raw_cel_time{
    width: 100px;
    line-height: 50px;
    text-align: center;
}

