* {
    margin: 0% !important;
    padding: 0% !important;
    box-sizing: border-box;
  }
  
  .main {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 20px;
    width: 100%;
    height: 100vh;
    margin: 25px 0px !important;
  }
  .section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 20px;
    width: 90%;
    height: auto;
    margin-top: 30px !important;
  }
   
  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #289dcc;
    width: 70%;
    margin-top: 30px;
    padding: 10px;
  }
  
  .logo img {
    width: 35rem;
  }
  
  nav {
    display: flex;
    gap: 1rem;
  }

  .header-btn:nth-child(2) {
    border: 2px solid black;
  }
  .header-btn{
    background-color: #289dcc;
    color: white;
    padding: 0.875rem 1.875rem !important;
    cursor: pointer ;
    font-size: 1rem !important;
    border-radius: 50px !important;
    transition: background-color 0.3s;
  }
  .header-btn a{
    gap: 20px !important;
  }
  .header-2{
    display: flex;
    gap: 1remx;
    background-color: #289dcc;    
  }
  .header-2 a{
    /* padding: 20px !important; */
    gap: 20px !important;
  }
  
  .section-1,
  .section-4,
  .section-5 {
    width: 80%;
    height: 50px;
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 3px;
    color: white;
    font-family: Arial, sans-serif;
    font-weight: 600;
  }
  .section-1 {
    background-color: #fab215;
  }
  .section-4 {
    background-color: black;
  }
  .section-5 {
    background-color: #a4a083;
  }
  .section-2,
  .section-3,
  .section-6,
  .section-7 {
    width: 80%;
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 3px;
    color: white;
    font-family: Arial, sans-serif;
    font-weight: 600;
  }
  .section-2,
  .section-3 {
    height: 80px;
  }
  .section-6 {
    height: 130px;
    background-color: #fab215;
  }
  .section-2 {
    background-color: #858585;
  }
  .section-3 {
    background-color: #d08438;
  }
  .section-7 {
    background-color: #858585;
    height: 55px;
  }
  .section-img {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 25px;
    width: 100%;
    height: 100%;
    margin-top: 20px !important;
  }
  
  .button{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 50px !important ;
    gap: 50px;
    border-top: 2px solid #289dcc;
    border-bottom: 2px solid #289dcc;
    width: 70%;
    margin-top: 15px !important;
  }
  .button a{
    background-color: #289dcc;
    padding: 15px 30px!important;
    border-radius: 50px;
    color: white;
    text-decoration: none;
  }
  .footer{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .footer p{
    padding: 2rem 1rem !important;
  }