.container {
  display: flex;
  flex-direction: column;
  align-items: stretch;

  margin: 0 auto;
  width: 100%;
  max-width: 1200px;

  position: fixed;
  bottom: 0;
}

@media screen and (min-width: 1024px) {
  .container {
    margin-top: 50px;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    margin-top: 60px;
  }
}

.footer {
  display: block;
  align-items: center;
  justify-content: space-between;

  width: 100%;
  background-color: #35473B;

  color: #E6C38A;
  font-family: 'Tiro Devanagari Hindi', serif;
}

@media screen and (min-width: 480px) {
  .footer {
    padding: 5px 33px;
  }
}

@media screen and (min-width: 768px) {
  .footer {
    display: flex;
    padding: 5px 43px;
  }
}

@media screen and (min-width: 1024px) {
  .footer {
    padding: 5px 43px;
  }
}

.links {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px;
}

.footer-links {
  display: flex;
  padding: 6px;
  width: 50%;
  letter-spacing: 1px;
}

@media screen and (min-width: 768px) {
  .footer-links {
    width: 60%;
  }
}

.footer-links ul {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  list-style: none;
  line-height: 20px;
}

@media screen and (min-width: 768px) {
  .footer-links ul {
    line-height: 24px;
  }
}

@media screen and (min-width: 1024px) {
  .footer-links ul {
    line-height: 27px;
    margin: 0 27px;
  }
}

@media screen and (min-width: 1200px) {
  .footer-links ul {
    line-height: 33px;
  }
}

.footer-links ul li {
  font-family: 'Tiro Devanagari Hindi', serif;
  font-size: 14px;
}

@media screen and (min-width: 1024px) {
  .footer-links ul li {
    font-size: 18px;
    font-weight: 400;
  }
}

.footer-links li::before {
  content: "•";
  color: #E6C38A;
  margin-right: 5px;
}

@media screen and (min-width: 768px) {
  .footer-links li::before {
    margin-right: 8px;
  }
}

.footer-social {
  display: flex;
  width: 60%;
  padding: 10px;
  flex-direction: column;
  letter-spacing: 1px;
  line-height: 20px;
}

@media screen and (min-width: 1024px) {
  .footer-social {
    letter-spacing: 3px;
  }
}

.footer-social p::before {
  content: "•";
  color: #E6C38A;
  margin-right: 5px;
}

@media screen and (min-width: 768px) {
  .footer-social p::before {
    margin-right: 8px;
  }
}

.footer-social ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  list-style: none;
  line-height: 18px;
  max-width: 220px;
}

@media screen and (min-width: 1024px) {
  .footer-social ul {
    line-height: 16px;
    margin: 3px 20px;
  }
}

@media screen and (min-width: 1200px) {
  .footer-social ul {
    width: 45%;
    margin: 6px -10px;
    margin-top: -28px;
  }
}

.footer-social ul li {
  font-family: 'Tiro Devanagari Hindi', serif;
  font-size: 14px;
}

@media screen and (min-width: 1024px) {
  .footer-social ul li {
    font-size: 18px;
    font-weight: 400;
  }
}

.footer-social ul li img {
  width: 75%;
  height: auto;
  max-width: 160px;
  padding: 5px 0;
}

@media screen and (min-width: 1024px) {
  .footer-social ul li img {
    cursor: pointer;
  }
}

.footer-social ul li a img {
  width: 75%;
  height: auto;
  max-width: 39px;
  padding: 5px 0;
}

@media screen and (min-width: 1024px) {
  .footer-social ul li a img {
    cursor: pointer;
  }
}

@media screen and (min-width: 1200px) {
  .footer-social ul li img {
    width: 100%;
    margin: 20px 0;
  }
}

.footer-social p {
  font-family: 'Tiro Devanagari Hindi', serif;
  font-weight: 400;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .footer-social p {
    margin: 7px -2px;
  }
}

@media screen and (min-width: 1024px) {
  .footer-social p {
    font-size: 18px;
    margin: 13px -10px;
    line-height: 24px;
  }

  .footer-social h6 {
    font-size: 12px;
  }
}

.footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .footer-logo {
    width: 50%;
    margin-bottom: 19px;
  }
}

.footer-logo img {
  width: 100%;
  height: auto;
  max-width: 150px;
}

@media screen and (min-width: 1024px) {
  .footer-logo img {
    max-width: 160px;
  }
}

@media screen and (min-width: 1200px) {
  .footer-logo img {
    max-width: 170px;
  }
}

.footer-logo ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-logo ul li {
  font-family: 'Tiro Devanagari Hindi', serif;
  font-size: 16px;
  text-decoration: none;
  list-style: none;
}

@media screen and (min-width: 1024px) {
  .footer-logo ul li {
    font-size: 18px;
    font-weight: 400;
  }
}

.footer-logo p {
  font-family: 'Tiro Devanagari Hindi', serif;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .footer-logo p {
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 1024px) {
  .footer-logo p {
    font-size: 15px;
    margin-bottom: 35px;
  }
}