*{
    padding: 0;
    margin: 0;
}
section{
    display: flex;
    flex-wrap: wrap;
    font-family: 'Poppins', sans-serif;
}
.left{
    background-color: #FFB100;
    height: 100vh;
    width: 50%;
    text-align: center;
    color: white;
}
.right{
    background-color: #fff;
    height: 100vh;
    width: 50%;
    text-align: center;
    color: #FFB100;
}
.left-box {
    top: 25%;
    left: 19%;
    position: absolute;
   
  

}
.right-box{
    top: 25%;
    position: absolute;
    right: 19%;
}
h1{
    font-size: 40px;
}
.h2{
    font-size: 35px;
}
button{

    border: none;
    padding: 10px 20px;
    margin-top: 20px;
    font-size: 25px;
    text-decoration: none;
    
    border-radius: 10px 30px;
    padding: 20px 30px;
    font-size: 20px;
    color: #333;
    box-shadow: 10px 10px 15px rgb(73 78 92 / 10%);
    background-color: white;
}
button:hover{
background-color: #333;
color: white;
}
.photo{
    border-radius: 50%;
}
.logo1{
    text-align: center;
    
}
.logo2{
    float: right;
    margin: 20px;
}
#btn{
    background-color: #FFB100;
    color: white;
}
#btn:hover{
    background-color: #333;
color: white;
}
@media only screen and (max-width: 1025px) {
 
 h1{
     font-size: 20px;
 }
 .h2{
     font-size: 13px;
 }
 

   }
@media only screen and (max-width: 450px) {
   .left , .right{
       width: 50%;
       height: 100vh;
      
   }
   .left-box{
    top: 25%;
    left: 7%;
    position: absolute;

}
.right-box{
    top: 25%;
    right: 7%;
   
}
.photo{
   width: 80%;
}
.logo2 img{
    width: 80%;
}
h1{
    font-size: 20px;
}
.h2{
    font-size: 15px;
}
button{

    border: none;
    padding: 10px 20px;
    margin-top: 20px;
    font-size: 25px;
    text-decoration: none;
    
    border-radius: 10px 30px;
    padding: 20px 30px;
    font-size: 16px;
    color: #333;
    box-shadow: 10px 10px 15px rgb(73 78 92 / 10%);
    background-color: white;
}
  }
  @media only screen and (max-width: 320px) {
    .left , .right{
        width: 50%;
        height: 100vh;
       
    }
    .left-box{
     top: 25%;
     left: 2%;
     position: absolute;
 
 }
 .right-box{
     top: 25%;
     right: 2%;
    
 }
 .photo{
    width: 70%;
 }
 .logo2 img{
     width: 80%;
 }
 h1{
     font-size: 20px;
 }
 .h2{
     font-size: 15px;
 }
 button{
 
     border: none;
     padding: 10px 20px;
     margin-top: 20px;
     font-size: 25px;
     text-decoration: none;
     
     border-radius: 10px 30px;
     padding: 20px 30px;
     font-size: 16px;
     color: #333;
     box-shadow: 10px 10px 15px rgb(73 78 92 / 10%);
     background-color: white;
 }
   }
   /**************************************************************************************/
   
.footer {
    display: flex;
    flex-flow: row wrap;
    padding: 30px 30px 20px 30px;
    color: #2f2f2f;
    background-color: #333;
    border-top: 1px solid #e5e5e5;
  }
  
  .footer > * {
    flex:  1 100%;
  }
  
  .footer__addr {
    margin-right: 1.25em;
    margin-bottom: 2em;
  }
  
  .footer__logo {

    font-weight: 400;
    text-transform: lowercase;
    font-size: 1.5rem;
  }
  
  .footer__addr h2 {
    margin-top: 1.3em;
    font-size: 15px;
    font-weight: 400;
  }
  
  .nav__title {
    font-weight: 400;
    font-size: 15px;
  }
  
  .footer address {
    font-style: normal;
    color: #999;
  }
  
  .footer__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    max-width: max-content;
    background-color: rgb(33, 33, 33, 0.07);
    border-radius: 100px;
    color: #2f2f2f;
    line-height: 0;
    margin: 0.6em 0;
    font-size: 1rem;
    padding: 0 1.3em;
  }
  
  .footer ul {
    list-style: none;
    padding-left: 0;
  }
  
  .footer li {
    line-height: 2em;
  }
  
  .footer a {
    text-decoration: none;
  }
  
  .footer__nav {
    display: flex;
      flex-flow: row wrap;
  }
  
  .footer__nav > * {
    flex: 1 50%;
    margin-right: 1.25em;
  }
  
  .nav__ul a {
    color: #999;
  }
  
  .nav__ul--extra {
    column-count: 2;
    column-gap: 1.25em;
  }
  
  .legal {
    display: flex;
    flex-wrap: wrap;
    color: #999;
  }
    
  .legal__links {
    display: flex;
    align-items: center;
  }
  
  .heart {
    color: #2f2f2f;
  }
  
  @media screen and (min-width: 24.375em) {
    .legal .legal__links {
      margin-left: auto;
    }
  }
  
  @media screen and (min-width: 40.375em) {
    .footer__nav > * {
      flex: 1;
    }
    
    .nav__item--extra {
      flex-grow: 2;
    }
    
    .footer__addr {
      flex: 1 0px;
    }
    
    .footer__nav {
      flex: 2 0px;
    }
  }

  .hire{
      background-color: #fff;
      text-align: center;
      margin-top: 10vh;
    display: flex;
    justify-content: center;
    margin: 20px;
    padding: 20px;
    border-radius: 20px;
  font-family: sans-serif;
  text-align: left;
     
  }