
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Be Vietnam Pro', sans-serif;
  line-height: 1.6;
  color: #333;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style-type: none;
}


.footer__content {
  --tw-bg-opacity: 1;
  background-color: rgb(0 31 100 / var(--tw-bg-opacity));
  padding: 0 1.25rem;
  color: #fff;
}

.footer-contact__item{
  color: white;
}

@media (min-width: 768px) {
  .footer__content {
    padding-left: 80px;
    padding-right: 80px;
  }
}

.footer__content .content__container {
  margin: auto;
  max-width: 1280px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10rem;
  padding: 1.75rem 0 3.5rem;
}

.footer__content .content__container > .footer__content-logo {
  width: 50%;
}

.footer__content .content__container > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

@media (min-width: 1024px) {
  .footer__content .content__container {
    display: flex;
    padding-top: 7rem;
    padding-bottom: 2rem;
  }
  .footer__content .content__container > :not([hidden]) ~ :not([hidden]) {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.footer__content-description {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  padding: 0px !important;
}

.footer__content-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
  color: rgb(214 214 214);
  padding:0px !important;
}

.footer__content-logo-img {
  width: 13.5rem;
  filter: grayscale(100%) brightness(500%);
}

.footer__content-menu {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 90px;
}

.footer__content-menu > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(1rem * (1 - 0));
  margin-bottom: calc(1rem * 0);
}

@media (min-width: 1024px) {
  .footer__content-menu {
    display: grid;
  }
  .footer__content-menu > :not([hidden]) ~ :not([hidden]) {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.footer__line-container {
  position: relative;
  margin: 1.5rem 0;
  height: 0.125rem;
  width: 2.5rem;
}

.footer__line-container .footer__line--long {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 0.125rem;
  width: 2rem;
  border-radius: 0.5rem;
  background-color: rgb(214 214 214);
}

.footer__line-container .footer__line-short {
  position: absolute;
  left: 35px;
  top: 0px;
  height: 0.125rem;
  width: 5px;
  border-radius: 0.5rem;
  background-color: rgb(214 214 214);
}

.footer-menu__title {
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: 700;
  color: #fff;
}

.footer-menu__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0px !important;
}

.footer-menu__list .menu-item .menu-link {
  color: #fff;
  transition: text-decoration 0.2s ease;
}
.footer-menu__list .menu-item .menu-link:hover {
  text-decoration: underline;
}

.footer-menu__link {
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgb(122 122 122);
}

.footer-menu__item--active .footer-menu__link {
  font-weight: 700;
  color: #fff;
}

.footer-menu__list-icon {
  display: flex;
  justify-content: flex-start;
  gap: 0.5rem;
  padding: 0px !important;
}

.footer-menu__icon-box {
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: rgb(26 52 181);
  transition: transform 0.2s ease-in-out;
}

.footer-menu__icon-box:hover {
    transform: scale(1.1);
}

.footer-menu__icon-img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.footer__copyright {
  background-color: rgb(22 30 41);
  padding: 0 1.25rem;
}

@media (min-width: 768px) {
  .footer__copyright {
    padding-left: 80px;
    padding-right: 80px;
  }
}

.footer__copyright .copyright__container {
  margin: 0 auto;
  display: flex;
  max-width: 1280px;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  padding: 1.25rem 0;
  color: #fff;
}

@media (min-width: 768px) {
  .footer__copyright .copyright__container {
    flex-direction: row;
    justify-content: space-between;
  }
}

.footer__copyright-text {
  order: 2;
  font-size: .9rem;
  line-height: 1rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

@media (min-width: 768px) {
  .footer__copyright-text {
    order: 1;
    width: 100%;
    text-align: left;
  }
}

.footer__legal-links {
  order: 1; 
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 1.75rem;
}

@media (min-width: 768px) {
  .footer__legal-links {
    order: 2; 
    width: auto;
    justify-content: flex-end;
  }
}

.footer__legal-item {
  font-size: 0.875rem; 
  line-height: 1rem;
  color: rgb(180, 180, 180);
}

.footer__legal-item-link {
  color: rgb(180, 180, 180);
  transition: color 0.2s ease;
}
.footer__legal-item-link:hover {
  color: #fff;
}

@media (max-width: 768px) {
  .footer__content .content__container > .footer__content-logo{
    width: 100%;
  }
}