@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: #fff;
  font-family: fontu;
  font-weight: 200;
}
.head1{
  text-align: center;
  color: #fff;
  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;
    border-radius: 10px;
    border: #d3b050;
}
.form:focus {
  outline: none;
  border-color: #d3b050;
  box-shadow: 0 0 10px #fff;
}

h5{
 color: #fff;
 font-size: 10px;
}

h4{
    color: white;
    font-family: font1;
    font-weight: 200;
}
.btn{
    background-color: white;
    width: 75px;
    height: 30px;
    border-radius: 20px;
    border: #d3b050;
}
.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:active {
    background: #d3b050;
  }
  .button:hover {
    background-color: #d3b050;
      
  }
  .button__text:hover {
    color: #fff;
    padding: 5%;
  }
  .button__text:focus {
    color: #fff;
  }
  .button__text {
    font: bold 20px "Quicksand",;
    color: #d3b050;
    transition: all 0.2s;
  }
  
  .button--loading .button__text {
    visibility: hidden;
    opacity: 0;
  }
  
  .button--loading::after{
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 4px solid transparent;
    border-top-color: #d3b050;
    border-radius: 50%;
    animation: button-loading-spinner 1s ease infinite;
  }

  #form1 {
    border: #fff 2px solid !important;
    width: 25%;
    margin: auto;
    border-radius: 50px;
    background-color: #e7c669;
    padding-left: 40px;
    line-height: 0.6em;
  }
  
  @keyframes button-loading-spinner {
    from {
      transform: rotate(0turn);
    }
  
    to {
      transform: rotate(1turn);
    }
  }
  


@media screen and (max-width: 640px){
    
    .img{
        margin-left: 1%;
        width: 300px;
    }
    .main{
        width: 350px !important;
    }
    .form{
        width: 300px;
        height: 50px;
        border-radius: 10px;
        border: #d3b050;
    }
    .img1{
        margin-left: 17%;
        margin-top: 10%;
        width: 250px;
        height: 220px;
    }
    .img2{
        margin-left: 43%;
        width: 50px;
        height: 50px;
        
    }
    .load-text{
      margin-top: 119% !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: #e7c669;
      padding-left: 25px;
      line-height: 0.6em;
    }
    
}