@font-face {
  font-family: font1;
  src: url(./Righteous/Righteous-Regular.ttf);
}
@font-face {
  font-family: fontu;
  src: url(./Noto_Nastaliq_Urdu/NotoNastaliqUrdu-VariableFont_wght.ttf);
}
#moveline{
  color: #fff;
  font-family: fontu;
  font-weight: 200;
  
}
body {
  font-family: font1 !important;
  font-weight: 200;
  width: 100%;
  
} 

.head {
  text-align: center;
  color: black;
  font-family: fontu;
  font-weight: 200;
}

.head1 {
  text-align: center;
  color: black;
  font-family: fontu;
  font-weight: 200;
}

#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff url('./Spinner-1s-200px.gif') no-repeat center center;
  z-index: 99999;

}

.img12 {
  width: 155px;
  margin-left: 395px;
}

.img13 {
  width: 150px;
  margin-left: 50px;
}

.column {
  float: left;
  width: 33.33%;
  padding: 45px;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}

.img {
  margin-left: 20%;
  width: 380px;
}

.form {
  width: 400px;
  height: 50px;
  padding-left: 10px;
  border-radius: 10px;
  border: #6bf0de 1px solid;
}


.form:focus {
  outline: none;
  border-color: #6bf0de;
  box-shadow: 0 0 10px rgb(0, 0, 0);
}


h5 {
  color: rgb(0, 0, 0);
  font-size: 10px;
}

h4 {
  color: black;
  font-family: font1,fontu;
  font-weight: 200;
}

.btn {
  background-color: white;
  width: 75px;
  height: 30px;
  border-radius: 13% !important;
  border: #6bf0de !important;
} 

.img1 {
  margin-left: 38%;
  margin-top: 10%;
  width: 250px;
  height: 300px;
}

.img2 {
  margin-left: 48%;
  width: 50px;
  height: 50px;

}

.button {
  position: relative;
  padding: 8px 13px;
  background: #fff;
  border: none;
  outline: none;
  border-radius: 3px;
  cursor: pointer;
}


.button__text {
  font: bold 20px "font1", !important;
  color: black;
  transition: all 0.2s;
}


#form1 {
  border: #fff 2px solid !important;
  width: 25%;
  margin: auto;
  border-radius: 50px;
  background-color: #6bf0de;
  padding-left: 40px;
}

h1{
  font-size: 22px;
  font-weight: 150;
  color: #5568c4 !important;

}
#meta{
  height: 22px !important;
}




@media screen and (max-width: 640px) {
  .img {
    margin-left: 1%;
    width: 300px;
  }

  h1{
    font-size: 18px;
    font-weight: 150;
    color: #5568c4 !important;
    text-align: left !important;
    padding-left: 2%;

  }
  #meta{
    height: 20px !important;
  }
  #a,#add,#c,#near,#d{
    width: 90% !important;
  }

  .main {
    width: auto !important;
  }
  body{
    width: 100%;
  }
  .form {
    width: 300px;
    height: 50px;
    border-radius: 10px;
    border: #6bf0de;
  }

  .img1 {
    margin-left: 17%;
    margin-top: 10%;
    width: 250px;
    height: 220px;
  }

  .img2 {
    margin-left: 43%;
    width: 50px;
    height: 50px;

  }

  .load-text {
    margin-top: 110% !important;
    font-size: 15px !important;
  }

  .column {
    width: 50%;
  }

  .img12 {
    width: 85px;
    margin-left: 85px;
  }

  .img13 {
    width: 95px;
    margin-left: 35px;
  }

  #form1 {
    border: #fff 2px solid !important;
    width: 90%;
    margin: auto;
    border-radius: 50px;
    background-color: #6bf0de;
    padding-left: 25px;
  }
#ssl {
  padding-left: 39% !important;
}

}