
.footer {
    background-color: #1b1b1b;
    padding: 5rem 0;
  }
  
  .footer .logo {
    max-width: 160px;
    width: 100%;
    margin-bottom: 2rem;
  }
  
  .footer p {
    color: #ffffff80;
    margin-bottom: 2rem;
    font-size: 14px;
  }
  
  .footer h4 {
    color: #ffffff80;
    margin-bottom: 1.5rem;
    font-size: 14px;
  }
  
  .footer .download {
    display: flex;
  }
  
  .footer ul li {
    margin-bottom: 1rem;
  }
  
  .footer ul li a {
    color: #ffffff80;
    font-size: 14px;
    transition: all 0.3s;
  }
  
  .footer ul li a:hover {
    color: #dedacc;
    font-size: 14px;
    transition: all 0.3s;
  }
  
  .footer h2 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 1.5rem;
  }
  
  .footer .insta {
    background-position: center;
    width: auto;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 1rem;
    border-radius: 16px;
  }
  
  .footer .insta:hover i {
    display: block;
    transform: scale(1.1);
    transition: all 0.3s;
  }
  
  .footer .insta i {
    color: #fff;
    display: none;
    transition: all 0.3s;
  }
  
  .footer .form-group {
    border-bottom: 1px solid #ffffff2d;
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.4rem;
  }
  
  .footer input {
    background-color: transparent;
    border: none;
    width: 100%;
  }
  
  .footer form i {
    rotate: 50deg;
    color: #dedacc;
  }
  
  .copyRight {
    display: flex;
    justify-content: space-between;
    padding: 1.5rem 0;
    border-top: 1px solid #ffffff2d;
  }
  
  .copyRight p {
    color: #ffffff81;
    font-size: 14px;
    margin: 0;
    padding: 0;
  }
  
  .copyRight ul {
    display: flex;
  }
  
  .copyRight ul li {
    margin-left: 0.6rem;
  }
  
  .copyRight ul li a {
    color: #ffffff80;
  }
  
  .copyRight ul li a:hover {
    color: #dedacc;
  }
  
.footer {
    padding: 2rem 0;
    position: relative;
  }
  
  .footer a {
    text-decoration: none;
    color: #fff;
  }
  
  .footer h1 {
    font-size: 34px;
    color: #000;
  }
  
  .footer span {
    display: block;
    font-size: 14px;
    color: #a8a8a8;
  }
  
  .footer ul {
    padding: 0;
    list-style: none;
  }
  
  .footer ul li {
    margin-bottom: 0.3rem;
  }
  
  .footer ul li a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
  }
  
  .footer .media {
    display: flex;
    flex-wrap: wrap;
  }
  
  .footer .media li a {
    background-color: #2e2f2e;
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all 0.3s;
    margin-right: 0.5rem;
    padding: 1rem;
  }
  
  .footer .media li a:hover {
    background-color: #000;
    color: #dedacc;
    transition: all 0.3s;
  }
  
  .footer .media li a i {
    font-size: 25px;
  }
  
  .main-button {
    background-color: #dedacc;
    padding: 0.8rem 2.5rem;
    color: #fff;
    font-size: 16px;
    border-radius: 18px;
    text-decoration: none;
    border: 1px solid #dedacc;
    transition: all 0.3s;
    margin: 1rem;
    cursor: pointer;
  }
  
  .main-button:hover {
    background-color: #fff;
    padding: 0.8rem 2.5rem;
    color: #dedacc;
    font-size: 16px;
    border-radius: 18px;
    text-decoration: none;
    border: 1px solid #dedacc;
    transition: all 0.3s;
  }
  
  .main-button i {
    margin-left: 0.5rem;
  }
  