
.footer-section {
    background-color: black;
    color: white;
    display: flex;
    justify-content: space-around;
    padding: 50px;
  }
  
  @media (max-width: 480px) {
    .footer-section {
      background-color: black;
      color: white;
      display: flex;
      flex-wrap: wrap;
      padding: 50px;
    }
  }
  
  .social-icon {
    padding-top: 15px;
    cursor: pointer;
    display: flex;
    gap: 15px;
  }
  
  @media (max-width: 480px) {
    .social-icon {
      padding-top: 25px;
      cursor: pointer;
    }
  }
  
  input[type="email"] {
    width: 150px;
    height: 35px;
    border-radius: 10px;
    border: 1px solid #81818b4d;
    background-color: black;
    color: white;
    font-size: 13px;
    color: #9c9c9c;
    padding-left: 6px;
  }
  
  *:focus {
    outline: none;
  }
  
  button.subcribe {
    width: 130px;
    height: 35px;
    border-radius: 15px;
    border: none;
    background-color: #fa8128;
    color: white;
    cursor: pointer;
    margin-left: 15px;
  }
  
  @media (max-width: 820px) {
    button.subcribe {
      margin-top: 40px;
    }
  }
  
  @media (max-width: 768px) {
    button.subcribe {
      margin-top: 40px;
    }
  }
  .leaseo-details{
    width: 27%;
  }
  
  p.footer-descrption {
    padding-top: 25px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: #9c9c9c;
    width: 100%;
    text-align: justify;
  }
  
  p#news-des {
    padding-top: 20px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: #9c9c9c;
  }
  
  @media (max-width: 820px) {
    p#news-des {
      padding-top: 20px;
      font-size: 15px;
      font-family: "Poppins", sans-serif;
      color: #9c9c9c;
    }
  }
  
  @media (max-width: 768px) {
    p#news-des {
      padding-top: 20px;
      font-size: 15px;
      font-family: "Poppins", sans-serif;
      color: #9c9c9c;
    }
  }
  
  @media (max-width: 480px) {
    p#news-des {
      padding-top: 10px;
      font-size: 15px;
      font-family: "Poppins", sans-serif;
      color: #9c9c9c;
    }
  }
  
  .footer-btn {
    padding-top: 20px;
  }
  
  p#pg {
    font-size: 20px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
  }
  
  @media (max-width: 820px) {
    p#pg {
      font-size: 16px;
      font-weight: 500;
      font-family: "Poppins", sans-serif;
    }
  }
  
  @media (max-width: 768px) {
    p#pg {
      font-size: 16px;
      font-weight: 500;
      font-family: "Poppins", sans-serif;
    }
  }
  
  p#our {
    font-size: 20px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
  }
  
  @media (max-width: 820px) {
    p#our {
      font-size: 16px;
      font-weight: 500;
      font-family: "Poppins", sans-serif;
    }
  }
  
  @media (max-width: 768px) {
    p#our {
      font-size: 16px;
      font-weight: 500;
      font-family: "Poppins", sans-serif;
    }
  }
  
  p#sub {
    font-size: 20px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
  }
  
  @media (max-width: 820px) {
    p#sub {
      font-size: 16px;
      font-weight: 500;
      font-family: "Poppins", sans-serif;
    }
  }
  
  @media (max-width: 768px) {
    p#sub {
      font-size: 16px;
      font-weight: 500;
      font-family: "Poppins", sans-serif;
    }
  }
  
  @media (max-width: 480px) {
    .pages {
      margin-top: 30px;
    }
  }
  
  @media (max-width: 480px) {
    .policies {
      margin-top: 30px;
    }
  }
  
  @media (max-width: 480px) {
    .news-letter {
      margin-top: 20px;
    }
  }
  
  ul {
    padding-top: 20px;
    list-style-type: none;
  }
  
  @media (max-width: 480px) {
    ul {
      padding-top: 10px;
      list-style-type: none;
    }
  }
  
  li {
    padding: 5px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: #9c9c9c;
    cursor: pointer;
  }
  
  a {
    padding: 0px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: #9c9c9c;
    cursor: pointer;
    text-decoration: none;
  }
  
  @media (max-width: 820px) {
    li {
      padding: 5px;
      font-size: 14px;
      font-family: "Poppins", sans-serif;
      color: #9c9c9c;
    }
  }
  
  @media (max-width: 768px) {
    li {
      padding: 5px;
      font-size: 15px;
      font-family: "Poppins", sans-serif;
      color: #9c9c9c;
    }
  }
  
  .intectual-propert {
    background-color: black;
    color: white;
    height: 10vh;
    display: flex;
    justify-content: center;
    padding-top: 20px;
  }
  
  @media (max-width: 820px) {
    .intectual-propert {
      height: 5vh;
      padding-top: 20px;
    }
  }
  
  @media (max-width: 768px) {
    .intectual-propert {
      height: 5vh;
      padding-top: 20px;
    }
  }
  
  p.inteactual {
    font-size: 13px;
    color: #9c9c9c;
  }
  
  .bor {
    background-color: black;
  }
  
  .border {
    border: 1px solid #81818b4d;
    width: 90%;
    margin: 0 auto;
  }
  
  .copyright {
    width: 12px;
  }
  