@import url("https://fonts.googleapis.com/css2?family=Pinyon+Script&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cherry+Bomb+One&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  margin: 0;
}

body {
  background: #302323;
  background: linear-gradient(90deg,rgba(48, 35, 35, 1) 0%, rgba(36, 51, 41, 1) 0%, rgba(26, 26, 17, 1) 100%);
  background-attachment: fixed;
  background-repeat: no-repeat;
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}

.red-line {
  height: 5px;
  width: 100%;
  background: linear-gradient(#750000, #e00000);
}

.navigation {
  display: flex;
  position: relative;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  padding: 10px 0px 10px 0px;
  background: linear-gradient(#131313, #252525);
  max-width: 1400px;
  margin: auto;
}

.marquee-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 105px;
  overflow: hidden; 
  z-index: 0;
  
}

.track {
  display: flex;
  position: absolute;
  animation: scroll 15s linear infinite;
  z-index: 0;
  will-change: transform;
}

.track img {
  height: 105px;
  margin: 0px;
  padding: 0px;
  opacity: 0.3;
}

@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* Without marquee-wrapper */
/* .navigation {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px 0px 10px 0px;
   1f1f1f 
  background: linear-gradient(#131313, #252525);
  max-width: 1400px;
  margin: auto;
} */

.MENU ul {
  display: flex;
  list-style: none;
  align-items: center;
  margin: 0px;
  padding: 0px;
  height: 80px;
  z-index: 1;
}

.MENU li {
  flex-wrap: nowrap;
  align-items: center;
  margin: 0px 0px 0px 25px;
}

.MENU a.active {
  color: #00ffcc;
  font-weight: bold;
}

.MENU a {
  position: relative;
  margin: 10px;
  color: #bebebe;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s;
}
.MENU a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: #00cc66;
  left: 50%;
  bottom: -5px;
  transition: 0.3s;
}
.MENU a:hover::after,
.MENU a.active::after {
  width: 100%;
  left: 0;
}

.hover-chu:hover {
  color: #00cc66;
}

.account_box {
}

.selection {
  display: none;
  position: absolute;
  background-color: #333;
  width: 130px;
  z-index: 1;
}

.selection a {
  display: flex;
  color: white;
  padding: 10px;
  margin: 0px;
  gap: 10px;
  text-decoration: none;
}

.selection a:hover {
  background-color: #555555;
  color: #00ffcc;
}

.account_box:hover .selection {
  display: block;
}

.found {
  display: flex;
  align-items: center;
  z-index: 1;
}

.found label {
  color: white;
  margin-right: 8px;
  z-index: 1;
}

.search-box {
  display: flex;
  align-items: center;
  border: 2px solid #888;
  border-radius: 20px;
  padding: 5px 10px;
  background-color: #fff;
  transition: border 0.3s;
}

.search-box input {
  border: none;
  outline: none;
  background: transparent;
  padding: 5px 10px;
  font-size: 14px;
  width: 180px;
}

.search-box i {
  color: #555;
  margin-left: 6px;
  cursor: pointer;
  transition: color 0.3s;
}

.search-box:hover {
  border-color: #3f4a44;
}

.search-box i:hover {
  color: #00cc66;
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1f1f1f no-repeat center center;
  background-size: 80px 80px;
  z-index: 9999;
  transition: opacity 0.5s ease;
}
#loader.hidden {
  opacity: 0;
  pointer-events: none;
}

.footer {
  background: #210e0e;
  background: linear-gradient(324deg,rgba(33, 14, 14, 1) 100%, rgba(7, 64, 32, 1) 100%, rgba(74, 27, 27, 1) 100%);
  position: relative;
  overflow: hidden;
  margin-top: 50px;
  border-top: 2px solid rgb(82, 82, 82);
}

.footer-content {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 2rem 1rem;
  position: relative;
  z-index: 10;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}
.social-icons a {
  color: #9ca3af;
  transition: color 0.3s;
}
.social-icons a:hover {
  color: white;
}
.social-icons i {
  font-size: 1.5rem;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  padding: 1rem 0;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #4b5563;
}

.nav-links a {
  color: #9ca3af;
  transition: color 0.3s;
  font-size: 0.875rem;
}

.nav-links a:hover {
  color: white;
}

.legal-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 0rem;
  padding-left: 13rem;
}

.legal-section .abj-logo {
  width: 3.5rem;
  height: 3.5rem;
  background-color: #4b5563;
  border-radius: 0.5rem;
  background-image: url(../../picture/abj_logo.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.legal-section .text {
  font-size: 0.75rem;
  color: #757d8d;
  font-size: 11px;
}

.legal-section .text a {
  color: #d1d5db;
  font-size: 11px;
}

.copyright {
  font-size: 0.75rem;
  color: #6b7280;
  text-align: center;
  font-size: 11px;
}
