body{
    background: linear-gradient(90deg, #FFEFBA 0%, #FFFFFF 100%);
}

.navbar{
    text-transform: capitalize;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction:row;
    gap: 10px;
}
.container1{
    align-items: center;
    flex-direction: column;
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
}
.container1 span{
    padding-right: 10px !important;
}
.contactus{
    width: 140px;
    height: 40px;
    padding-right: 26px;
    padding-bottom: 5px;
    padding-left: 26px;
    padding-top: 5px;
    background: linear-gradient(90deg, #FFE259 0%, #FFA751 100%);
    border: none;
    color: white;
    border-radius: 30px;
    font-size: 17px;
}
.container1 img{
    width: 25px;
    height: 30px;

}
h2{
    padding-left: 40px;
    margin-top: -180px;
    font-size:50px;
    font-family: 'Poppins', sans-serif;
    
}
.box1 p{
    padding-left: 40px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    width: 500px;
    margin-top: 70px;
}
.container2{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
    margin-top: 50px;
}
.getstarted{
    width: 140px;
    height: 40px;
    padding-right: 26px;
    padding-bottom: 5px;
    padding-left: 26px;
    padding-top: 5px;
    background: linear-gradient(90deg, #FF4E50 0%, #F9D423 100%);;
    border: none;
    color: white;
    border-radius: 30px;
    font-size: 17px;
     margin-left: 40px;
     margin-top: 90px;
}
.hamburger{
    display: none;
    font-size: 30px;
    cursor: pointer;
}
@media only screen and (max-width: 1200px){
 .container2{
    display: flex;
    flex-direction: column;  
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    text-align: center;
  }


  .box2{
    order: -1;
    width: 60%;
  }

  .box2 img{
    width: 100%;
    height: auto;
  }


  .box1{
    order: 1;
    width: 90%;
  }

 
  h2,
  .box1 p{
    padding-left: 0;
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }

  .getstarted{
    margin-left: 0;
    margin-top: 20px;
  }

  .container1 span{
    display: none;
  }

  .hamburger{
    display: block;
  }
}
