  
body{
	font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background: rgb(220,58,13);
    /* background: linear-gradient(
180deg, rgba(220,58,13,1) 0%, rgba(241,92,50,1) 100%); */
    /* background-color: #414042; */
    background-image: url(../img/background.svg);
    background-size: 10px;
    background-repeat: repeat;
    background-position: top center;
    position: relative;
    height: 100vh;
	margin: 0;

}

.wrap{
position: relative;
  min-height: 100vh;}
  .wrap-content{
  padding-bottom: 2.5rem;    /* Footer height */
}




.header-top {
    
	display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 100px;
    padding: 50px 100px;
    height: 100px;
	
}

.header-logo {
    height: 50px;
    display: flex;
    gap: 20px;
}

.phone{
	display: block;
    position: absolute;
    right: 100px;
    margin-top: 20px;
    font-size: 13px;
}

.middle{
	    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    min-height: 600px;

}
.left{flex:45%; padding-left:5%;}
.right{flex:45%; padding-right:5%;}
.left p{
	font-size: 1.6em;
	margin: 0 0 20px 0;
}
.left h1{
	font-size: 6em;
    line-height: 1;
    margin: 0;
}

.membership-form{
	background: #fff;
    height: 400px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 10px 30px;
    margin: 0 20px 0 20px;
    width: 60%;
    margin: 20px auto 30px auto;
   
}
.p0{
	display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  background: #fff;

}

.partner{
	    flex: 8%;
    padding: 1%;
}

.partner img{filter: invert(89%) sepia(6%) saturate(0%) hue-rotate(183deg) brightness(89%) contrast(90%);}

.partner img:hover{filter: none;}

.footer{
	background:#56443d; 
	
	width:100%; 
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	}
.footer p {padding: 5px 30px;}	
	
.f1{    flex: 33.33%;
    
	text-align:left;
	font-size: 13px;
	}	
.f2{    flex: 33.33%;
   
	text-align:center;
	font-size: 13px;
	}	
.f3{    flex: 33.33%;
   
	text-align:right;
	font-size: 13px;
	}	

/*-----form */
.form-inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-left {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
.form-right {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.membership-form input {
   height: 25px;
    background-color: transparent;
    border: none;
    border: 1px solid #f3f3f3;
    outline: none;
    font-size: 0.7em;
    color: #000000;
    padding: 5px;
    border-radius: 5px;
}
.membership-form input::placeholder {
  color: #e5e2e2;
}

.membership-form input:focus {
  border-bottom: 1px solid #fff;
  color: #fff;
}

.membership-form input[type="submit"] {
	color: #e5e2e2;
    width: 110px;
    font-weight: 600;
    /* border-radius: 4px; */
    /* -webkit-box-shadow: 0px 2px 6px -2px rgb(94 94 94); */
    -moz-box-shadow: 0px 2px 6px -2px rgba(94, 94, 94, 1);
    /* box-shadow: 0px 2px 6px -2px rgb(94 94 94); */
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    background: #333333;
    margin: 10px auto;
    border-radius: 10px;
	height: 40px;
}

.membership-form input[type="submit"]:hover {
  border-radius: 0px;
}	
.form-bottom{
display: grid;
}
.form-bottom input{
	
   margin: 5px 0 10px 0;
 
}

.membership-form p{color:#000000; font-size:0.6em; margin: 5px 0 0 0;}
.membership-form h3{color:#000000;}

textarea{   
	border: 1px solid #f3f3f3;
    border-radius: 5px;
	color:#e5e2e2;}
	
h3.formakon {
  text-align: center;
  padding-top: 50px !important;
  font-size: 28px;
}	

.form-text h3{text-align:center;}

@media only screen and (max-width: 800px) {

  .header-top {
    
    display: block;
    padding: 30px;
    
    
  }

  .membership-form {margin: 20px auto 50px auto;}

  .header-logo {
    height: auto;
    display: block;

}

.left h1 {
  font-size: 3.8em;
  line-height: 1;
  margin: 0;
  text-align: center;
}


html, body { 
  margin:0;
  padding:0;
  width:100%;
  height:100%;
  overflow: auto;
  }
  .form-inputs {
    display: block;}


    .right {
      flex: 100%;
      padding-right: 0;
  }


.membership-form input {margin-top:5px;}

.f1 {
  flex: 100%;
  text-align: center;}
  .f2 {
    flex: 100%;
    text-align: center;}
    .f3 {
      flex: 100%;
      text-align: center;}


      .phone {
        display: block;
        position: relative;
        right: 0;
        margin-top: 20px;
        font-size: 13px;
        margin: auto;
        text-align: center;}    

        .partner {
          flex: 20%;
          padding: 10px 0;}     

}


@media only screen and (max-width: 1163px) {

  .left {
    flex: 100%;
    padding-left: 0;
    margin-top: 70px;
}

.left h1 {
  font-size: 3.8em;
  line-height: 1;
  margin: 0;
  text-align: center;
}

.left p {
  font-size: 1.6em;
  margin: 0 0 20px 0;
  text-align: center;
}

}

@media only screen and (min-width: 1200px) {

.bott{
  position: absolute;
  bottom: 0;
  width: 100%;`
  height: 2.5rem;  }