.footer-list {
  margin-top: 1rem;
}

.nav-logo-center {
  display: flex !important;
  justify-content: center;
}

.splide__pagination__page.is-active {
  background-color: #000000;
}

/*!---------- Custom Styles Here ----------*/
@media screen and (max-width: 767px) {
  .page-wrapper {
    height: 100%;
  }

  .nav-utility {
    max-height: 100px;
    opacity: 1;
    transition: opacity 350ms ease-in-out, max-height 300ms ease-in-out;
  }

  nav.scrolled .nav-utility {
    max-height: 0;
    opacity: 0;
  }
  
  .nav-container {
    position: sticky;
    top: 0;
    right: 0;
    z-index: 999;
    background-color: #faf9f6;
  }
  .top-logo-container {
    padding-top: 16px;
    background-color: #faf9f6;
  }
  .for-desktop {
    display: none;
  }
  .text-phone-left {
    text-align: left;
  }
  .nav-bar {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    max-height: 100vh;
    z-index: 999;
    width: 100%;
    pointer-events: none;
    max-width: 375px;
    background-color: #000000;
    text-align: start !important;
    overflow: hidden;
    transform: translateX(100%);
  }
  .logo {
    max-height: 100px;
  }
  .fixed-menu-bottom {
    width: 100%;
    position: fixed;
    display: block;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 140;
  }
  .menu-phone-bottom {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
  }
  .fixed-menu-iteam {
    width: 23%;
    text-align: center;
  }
  .fixed-menu-iteam svg {
    height: 30px;
  }
  .fixed-menu-iteam a {
    display: flex;
    flex-direction: column;
    padding: 5px 0;
    align-items: center;
  }
  .fixed-menu-iteam a:hover {
    fill: white !important;
    color: white !important;
    background-color: #000000;
  }
  /*  .fill2 path {
    fill: rgb(0, 255, 204);
  } */
  .fixed-menu-iteam p {
    margin: 0;
    margin-top: -3px;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
  }

  nav.fixed .nav-bar {
    background-color: #000000;
  }

  .mobile-menu-btn {
    display: flex !important;
    flex-direction: column;
    gap: 4px;
    position: absolute;
    right: 26px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 24px;
    height: 24px;
    align-items: center;
    cursor: pointer;
    z-index: 99;
    transition: transform 0.5s ease-in-out;
  }
  
  .mobile-menu-btn div {
    width: 100%;
    height: 3px;
    background-color: #000;
    transition: all 0.4s ease;
    border-radius: 2px;
    transform-origin: center;
  }

  .mobile-menu-btn.open {
    transform: rotate(180deg);
  }

  .mobile-menu-btn.open div:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .mobile-menu-btn.open div:nth-child(2) {
    opacity: 0;
    transform: scale(0.5);
  }

  .mobile-menu-btn.open div:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }

  .nav-bar a {
    height: unset;
  }

  .nav-bar .menu .inner-link,
  .nav-bar .menu a {
    color: #ffffff;
    padding: 10px 20px;
    font-size: 18px;
    display: block;
  }

  .nav-bar.nav-active {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0%);
    transition: opacity 0.4s ease-out, transform 0.3s ease-out;
    overflow-x: hidden;
  }

  .nav-bar.nav-closing {
    opacity: 0;
    transform: translateX(100%);
    transition: opacity 0.2s ease-out, transform 0.2s ease-in;
  }

  .nav-inner:before {
    content: unset;
  }

  .nav-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }

  .nav-bar .menu {
    text-align: start;
    color: #ffffff;
  }

  nav.fixed.scrolled {
    visibility: unset;
    opacity: unset;
  }
  nav.fixed {
    position: unset;
    visibility: unset;
    opacity: unset;
  }
  nav.fixed,
  nav.absolute {
    top: unset;
    width: unset;
    z-index: unset;
    left: unset;
    right: unset;
  }

  nav.scrolled {
    transform: unset !important;
  }
  nav.fixed {
    position: unset !important;
    opacity: unset !important;
    visibility: unset !important;
  }

  nav.fixed .top-logo-container {
    display: block !important;
  }

  .menu-container .has-dropdown ul {
    background-color: #25262e;
  }

  .nav-bar .menu-container .has-dropdown ul a {
    font-size: 12px;
  }

  .menu-container {
    padding: 0;
    margin-top: 4rem;
  }

  .menu-container .has-dropdown:after {
    right: 25px;
  }

  .text-tabs .tabs {
    display: flex;
    flex-direction: row;
    overflow-x: scroll;
    scrollbar-width: auto;
  }

  .text-tabs .tabs::-webkit-scrollbar {
    height: 3px;
  }

  .text-tabs .tabs::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  .text-tabs .tabs::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 6px;
  }

  .text-tabs .tabs li {
    padding: 10px;
  }

  .nav-bar .bg-primary {
    background-color: #000000 !important;
  }

  .nav-logo {
    padding: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
  }

  .items-row {
    height: 100%;
  }

  .nav-inner > .bg-primary {
    padding-top: 4rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .close-button {
    position: absolute;
    color: white;
    z-index: 999;
    display: block;
    width: 40px;
    height: 40px;
    font-size: 0;
    cursor: pointer;
    transition: 0.4s;
    top: 45px;
    right: 10px;
  }

  .close-button:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .close-button:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .close-button:before,
  .close-button:after {
    position: absolute;
    top: 19px;
    left: 8px;
    display: block;
    width: 25px;
    height: 2px;
    background: currentColor;
    content: "";
    transition: transform 0.25s;
  }

  .footer-list {
    margin-bottom: 3rem;
  }
}
