* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

body, html {
	height: 100%;
	font-family: Poppins-Regular, sans-serif;
}

@font-face {
    font-family: Poppins-Regular;
    src: url('fonts/poppins/Poppins-Regular.ttf'); 
  }
  
  @font-face {
    font-family: Poppins-Medium;
    src: url('fonts/poppins/Poppins-Medium.ttf'); 
  }
  
  @font-face {
    font-family: Poppins-Bold;
    src: url('fonts/poppins/Poppins-Bold.ttf'); 
  }
  
  @font-face {
    font-family: Poppins-SemiBold;
    src: url('fonts/poppins/Poppins-SemiBold.ttf'); 
  }

.container{
    width: 100%;  
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* align-items: center; */
    padding: 0px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;  
  }
  
.container::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

.content {
    width: 100%;
  }

.content2{
     /*background: white; */
     background: #FFF; 
    /*background: whitesmoke;*/
    width: 100%;
    height: 60px;
  }
  
.logos{
    /* margin-top: -22px; */
    margin-top: 12px;
    text-align: left;
    margin-left: 13px;
  }

.logins{
  text-align: right;
  /* margin-top: -70px; */
  /*margin-top: -37px;*/
  margin-top: -32px;
  margin-right: 20px;
  font-weight: bold;
} 
  
  .fonts{
    /* font-size: 27px;
    margin-top: 14%;
    margin-left: 37%; */
    font-size: 60px;
    text-align: center;
    /* margin-bottom: 15%; */
   
  }
  .fonts, .fonts2{
    font-family: Poppins-Medium;
    color: #525d5c;
  }

  .fonts2{
    font-size: 24px;
    margin-top: 1%;
    margin-left: 32%;
  }

  .header{
    width: 100%;
    background-color: #eee;
    height: fit-content;
  }

  .button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    /* padding: 7px 22px; */
    padding: 0px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    /* font-size: 16px; */
    /* margin: 4px 2px; */
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 8px;
  }
  
  .btn {
    background-color: #dcdcdc; 
    color: #525d5c;; 
    border: 2px solid whitesmoke;
    /* margin-left: 30%; */
  }
  
  .btn:hover {
    background-color: #525d5c;
    color: white;
  }
  .rapih {
  text-align: justify;
  text-justify: inter-word;
}