:root {
  --color-main: #374151;
  --color-v1: #BE123C;
  --color-v2: #960d30;
  --color-v3: #F59E0B;
  --color-v4: #cf8e1c;
  --color-scrollbar: #BE123C;
  --font-main: "Inter", sans-serif;
}

html {
  font-size: 14px;
  scroll-behavior: smooth;
  /* scrollbar-gutter: stable; */
}

@media (min-width: 1024px) {
  html {
    font-size: 16px;
  }
}

body {
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden;
  font-family: var(--font-main);
  scroll-behavior: smooth;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

input,
button,
select,
textarea {
  font-family: var(--font-main);
  outline: none;
}

::-webkit-scrollbar {
  width: 8px
}

::-webkit-scrollbar-track {
  background: #fff
}

::-webkit-scrollbar-thumb {
  background: var(--color-v1);
  border-radius: 8px
}

a,
i,
input[type="submit"],
button {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.s-content ol {
  list-style: decimal;
  margin-left: 15px;
  margin-bottom: 10px;
}

.s-content ul {
  list-style: initial;
  margin-left: 15px;
  margin-bottom: 10px;
}

.s-content li {
  list-style: inherit;
  margin-bottom: 5px;
}

.s-content p {
  margin-bottom: 10px;
}

.s-content img {
  display: block;
  max-width: 100%;
  margin: 10px auto;
  width: auto !important;
  -o-object-fit: contain;
  object-fit: contain;
  height: auto !important;
}

.s-content table,
.s-content iframe {
  max-width: 100%;
  width: 100%;
}

.s-content table {
  border-collapse: collapse;
  width: 100%;
  border: solid 1px rgba(0, 0, 0, 0.431372549);
}

.s-content table td {
  border-collapse: collapse;
  border: solid 1px rgba(0, 0, 0, 0.431372549);
  padding: 3px;
}

.s-content h1,
.s-content h2,
.s-content h3,
.s-content h4,
.s-content h5,
.s-content h6 {
  display: block;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.s-content h1 {
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
}

.s-content h2 {
  font-size: 1.5em;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}

.s-content h3 {
  font-size: 1.17em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.s-content h4 {
  font-size: 1em;
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}

.s-content h5 {
  font-size: 0.83em;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.s-content h6 {
  font-size: 0.67em;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.c-img {
  position: relative;
  display: block;
}

.c-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.scale-img {
  transition: all 0.5s;
  overflow: hidden;
}

.scale-img img {
  scale: 1.1;
  transition: all 0.5s;
}

.img__ {
  position: relative;
  overflow: hidden;
}

.img__:hover::after {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}

.img__::after {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.hv_img {
  display: block;
  position: relative;
  overflow: hidden;
}

.hv_img::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.hv_img:hover::before {
  -webkit-animation: circle 0.75s;
  animation: circle 0.75s;
}

@keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

.zoom__img {
  position: relative;
  transition: filter 0.6s ease, transform 0.6s ease, box-shadow 0.4s ease;
  transform-origin: center center;
  overflow: hidden;
}

.zoom__img img {
  transition: all 0.5s;
  bottom: 0;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.zoom__img:hover img {
  transform: scale(1.03) rotateZ(0.3deg) translateY(-2px);
  filter: brightness(1.2) contrast(1.1) saturate(1.2);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.4),
    0 0 40px rgba(255, 255, 255, 0.3), 0 0 60px rgba(255, 255, 255, 0.2),
    0 5px 10px rgba(0, 0, 0, 0.1);
}

.video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.img__contain img {
  width: 100%;
  height: auto;
  object-fit: contain;
  -o-object-fit: contain;
}

.img__h-full img {
  height: 100%;
}

.img__w-full img {
  width: 100%;
}

.img__center img {
  display: block;
  margin: 0 auto;
}

.title-gradient {
  background: linear-gradient(to right, var(--color-v1), var(--color-v3));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.lock-scroll {
  overflow: hidden;
}

@media not all and (min-width: 1536px) {}

@media not all and (min-width: 1280px) {
  .menu {
    position: fixed;
    height: 100dvh;
    top: 0;
    left: -100%;
    width: min(100%, 432px);
    z-index: 100;
    background: var(--color-v1);
    padding: 1rem;
    transition: all 0.3s;
  }

  .menu ul li a {
    padding: 0.75rem 0;
    display: block;
    border-bottom: 1px solid #fff;
  }

  header.active-menu .menu {
    left: 0;
  }
}

@media not all and (min-width: 1024px) {}

@media not all and (min-width: 768px) {}

@media not all and (min-width: 576px) {}

@media not all and (min-width: 425px) {}

@media (min-width: 425px) {}

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 1024px) {
  .wow {
    visibility: hidden;
  }
}

@media (min-width: 1280px) {
  .menu ul {
    display: flex;
    gap: 0.5rem;
  }

  .menu ul li a {
    display: block;
    padding: 0.5rem 1rem;
  }

  .menu ul li:hover>a {
    color: var(--color-v3);
  }
}

@media (min-width: 1536px) {
  .menu ul li a {
    padding: 0.5rem 1.5rem;
  }
}

@media (max-width: 576px) {
  .container {
    max-width: 576px;
  }
}