body > footer {
  border-top: 6px solid #B78E4F;
  background: #0E2944;
  height: 330px;
  padding: 60px 125px 0 110px;
  display: flex;
  flex-direction: column; }
  body > footer .logo {
    color: #FFF;
    display: flex;
    gap: 17px;
    padding-bottom: 20px; }
    body > footer .logo .logo-icon {
      width: 34px;
      height: 42px;
      flex-shrink: 0; }
    body > footer .logo .logo-text {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
      text-align: center; }
      body > footer .logo .logo-text .company-name {
        margin: 0;
        color: #FFF;
        font-family: Hind;
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
        line-height: normal; }
      body > footer .logo .logo-text .company-type {
        width: 40px;
        height: 13px;
        padding-right: 60px;
        flex-shrink: 0;
        color: #FFF;
        font-family: Hind;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal; }
  body > footer .footer-text {
    color: #F8F3EA;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.28px;
    max-width: 500px;
    padding-bottom: 50px;
    opacity: 0.8; }
  body > footer .footer-nav {
    display: flex;
    justify-content: space-between;
    color: #F8F3EA;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.28px;
    opacity: 0.8;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 20px; }
    body > footer .footer-nav .all-rights-reserved {
      color: #F8F3EA;
      font-family: Inter;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      letter-spacing: -0.28px; }
    body > footer .footer-nav .main-nav ul {
      display: flex;
      gap: 60px; }
      body > footer .footer-nav .main-nav ul li a {
        padding: 0;
        color: #FFF;
        text-align: right;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.8px; }

@media (max-width: 960px) {
  body > footer {
    padding: 60px 50px 0 50px; }
    body > footer .footer-nav .main-nav ul {
      gap: 30px; } }
@media (max-width: 600px) {
  body > footer {
    height: 270px;
    padding: 30px 15px 0 15px; }
    body > footer .footer-nav .main-nav ul {
      display: none; } }

/*# sourceMappingURL=footer.css.map */
