@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

/*footer css*/
footer {
  background: #082f25;
  padding: 120px 0 80px;
}

@media only screen and (max-width: 768px) {
  footer {
    padding: 90px 0 20px;
  }
}

/* Default (Extra small screens - <576px) */
.footer-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* Large devices (≥992px) */
@media (min-width: 992px) {
  .footer-container {
    max-width: 960px;
  }
}

/* Extra large devices (≥1200px) */
@media (min-width: 1200px) {
  .footer-container {
    max-width: 1140px;
  }
}

/* XXL screens (≥1400px) */
@media (min-width: 1400px) {
  .footer-container {
    max-width: 1320px;
  }
}

.logo {
  text-align: left;
  margin-bottom: 50px;
  display: inline-block;
}

.section a {
  color: #000000;
  text-decoration: none;
}

/*
.section h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
}
*/

.section ul li {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  line-height: 24px;
  list-style: none;
  color: #000000;
  opacity: 60%;
}

.footer-text {
  display: flex;
  column-gap: 100px;
}

.section ul {
  text-align: left;
  padding: 0;
}

.contact {
  width: 50%;

  span {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    font-family: 'Bricolage Grotesque';
    color: #e6dccc;
  }

  .text {
    display: flex;
    column-gap: 50px;
    padding-top: 6px;
    margin-top: 20px;
  }
}

.text span {
  display: flex;
}

.text a {
  font-size: 16px;
  font-weight: 400;
  color: #f5e7d7;
  text-decoration: none;
  font-family: 'Figtree';
  margin-left: 15px;

  svg {
    margin-right: 20px;
  }
}

.icons {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.icons a {
  padding-right: 20px;
  text-decoration: none;
}

.contact-us {
  display: flex;
  padding: 40px 0px 40px 0px;
  border-top: 1px solid #abceb7;
  margin-top: 30px;
  border-bottom: 1px solid #abceb7;
  justify-content: space-between;
}

.main-div5 {
  text-align: left;
  padding-top: 50px;
}

.list span {
  font-size: 16px;
  font-weight: 600;
  font-family: 'Bricolage Grotesque';
  color: #f5e7d7;
}

.list ul li {
  padding-bottom: 10px;
  display: flex;
  padding-top: 15px;
}

.list ul {
  padding: 0;
}

.content-box {
  margin-bottom: 24px;

  h4 {
    font-size: 16px;
    font-weight: 600;
    color: #e6dccc;
    font-family: 'Bricolage Grotesque';
  }

  p,
  a {
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    color: #f5e7d7;
    font-family: 'Figtree';
    margin: 0;
  }

   /*  a:hover {
        color: #FF8000;
    } */


}

@media (hover: hover) {
    .content-box a:hover {
        color: #FF8000;
    }
}

.extra-content {
  text-align: left;
  padding-top: 50px;
}

footer i.fa-brands.fa-facebook {
  font-size: 25px;
  padding-top: 10px;
  color: #f48102;
}

footer i.fa-brands.fa-twitter {
  font-size: 25px;
  padding-top: 10px;
  color: #f48102;
  padding-left: 15px;
}

footer i.fa-brands.fa-square-instagram {
  font-size: 25px;
  padding-top: 10px;
  color: #f48102;
  padding-left: 15px;
}

footer i.fa-brands.fa-youtube {
  font-size: 25px;
  padding-top: 10px;
  color: #f48102;
  padding-left: 15px;
}

i.fa-brands.fa-linkedin {
  font-size: 25px;
  padding-top: 10px;
  color: #f48102;
  padding-left: 15px;
}

footer i.fa-brands.fa-telegram {
  font-size: 25px;
  padding-top: 10px;
  color: #f48102;
  padding-left: 15px;
}

footer i.fa-brands.fa-reddit {
  font-size: 25px;
  padding-top: 10px;
  color: #f48102;
  padding-left: 15px;
}

.links {
  display: flex;
  column-gap: 20px;
  border-top: 1px solid #abceb7;
  padding: 32px 0;
  margin-top: 60px;
  border-bottom: 1px solid #abceb7;
}

.links span {
  font-family: 'Bricolage Grotesque';
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  color: #e6dccc;
}

.links a {
  color: #f5e7d7;
  text-decoration: none;
}

.links ul {
  margin: 0;
  padding: 0;

  li {
    display: inline-block;
    margin: 0px 41px 0px 0px;
  }
}

.last {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.last ul {
  display: flex;
  padding: 0;
}

.last ul li {
  display: flex;
  list-style: none;
  padding: 0;
}

.last ul li a {
  margin: 0px 41px 0px 0px;
  color: #f5e7d7;
  text-decoration: none;
  font-family: 'Figtree';
  font-size: 14px;
}

.last ul li,
.links ul li a {
  font-size: 16px;
  font-weight: 500;
  font-family: 'Figtree';
}

i.fa-regular.fa-copyright {
  font-size: 11px;
  margin: 0px 2px 0px 0px;
}

.heading {
  width: 28%;
  margin-top: 4px;
}

.anchor {
  width: 72%;
  a {
    font-size: 16px;
    font-weight: 400;
    color: #f5e7d7;
    font-family: 'Figtree';
    margin-right: 24px;
    display: inline-block;
  }
}

.footer-logo {
  text-align: left;
  margin-bottom: 20px;
}

.footer-logo h2 {
  font-size: 24px;
  color: #ff8000; /* Orange */
  margin: 0;
}

.footer-logo span {
  font-size: 16px;
  color: #333;
}

.footer-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 10px;
}

.footer-column {
  .heading {
    font-size: 20px;
    font-weight: 600;
    color: #e6dccc;
    margin-bottom: 20px;
    font-family: 'Bricolage Grotesque';
    width: 100%;
    margin-top: 0;
    padding: 0;
    line-height: 1.2;
  }

  ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  ul li {
    margin-bottom: 12px;
  }

  ul li a {
    text-decoration: none;
    font-size: 16px;
    font-family: 'Figtree';
    font-weight: 400;
    color: #f5e7d7;
  }

  ul li a:hover {
    color: #ff8000;
  }
}

.copyright-text {
  text-align: center;
  width: auto;

  a {
    color: #f5e7d7;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Figtree';
  }
}

.glass {
  margin-top: 40px !important;
}

.margin-32,
.margin-12 {
  margin-top: 0px;
}

@media only screen and (max-width: 767px) {
  .anchor {
    display: flex;
    flex-wrap: wrap;
    width: 100%;

    a {
      font-size: 12px;
      margin-right: 12px;
    }
  }

  .margin-12 {
    margin-top: 12px;
  }

  .margin-32 {
    margin-top: 32px;
  }

  .footer-column ul li a {
    text-decoration: none;
    font-size: 14px;
    font-family: 'Figtree';
    font-weight: 400;
    color: #f5e7d7;
  }

  .copyright-text {
    width: 100%;
    margin-top: 25px;

    a {
      font-size: 12px;
      font-weight: 500;
    }
  }

  .contact {
    width: 100%;
  }

  .contact-us {
    flex-wrap: wrap;
  }

  .text {
    flex-wrap: wrap;

    span {
      margin-bottom: 16px;
    }
  }

  .list ul li {
    flex-wrap: wrap;
    font-size: 12px;
  }

  .section ul li {
    font-size: 14px;
  }

  .last h5 {
    position: relative;
    top: 20px;
    left: 0;
    text-align: center;
    font-size: 12px;
  }

  .list span {
    padding-bottom: 0px;
  }

  .last {
    flex-wrap: wrap;
  }

  .last ul {
    flex-wrap: wrap;
    text-align: left;
  }

  .content-box p {
    font-size: 12px;
  }

  .col.phone_none {
    display: none;
  }

  .heading {
    width: 100%;
  }

  .links p {
    font-size: 12px;
  }

  .last ul li {
    width: 50%;
    font-size: 12px;
    font-family: 'Figtree';
    margin-bottom: 12px;
  }

  .last a {
    padding: 0px 20px 0px 0px;
  }

  .icons a {
    padding-right: 16px;
    text-decoration: none;
  }

  .links {
    display: flex;
    align-items: center;
    gap: 10px; /* Space between heading and links */
    flex-wrap: wrap; /* Ensures wrapping if needed */
  }

  .links span {
    margin: 6px 0 0 0;
    white-space: nowrap; /* Prevents wrapping */
    font-size: 12px;
    font-family: 'Figtree';
  }

  .links ul {
    display: flex;
    flex-wrap: wrap; /* Wrap items if needed */
    gap: 10px; /* Adds space between items */
    padding: 0;
    margin: 0;
    list-style: none; /* Removes bullet points */
  }

  .links ul li {
    display: inline-block;
    margin: 0px 12px 0px 0px;
  }

  .links ul li a {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Figtree';
  }
}

/*footer css end*/
