/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
  --site-font: "Roboto", sans-serif;
  --site-font-2: "Oswald", sans-serif;
}

html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
}

body {
  /*background-image: radial-gradient(
    circle farthest-corner at 50.3% 55.8%,
    rgba(239, 0, 0, 1) 0.8%,
    rgba(93, 17, 17, 1) 100.2%
  );
  background-image: radial-gradient(
    circle farthest-corner at 17.1% 22.8%,
    #940707 0%,
    rgba(160, 6, 6, 1) 90%
  );*/
  background-image: linear-gradient(
    109.6deg,
    rgba(204, 0, 0, 1) 11.2%,
    rgba(68, 0, 0, 1) 100.6%
  );
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  min-height: 75rem;
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--site-font);
  color: var(--site-black);
  margin: 0;
  letter-spacing: var(--site-letter-spacing);
}

p {
  margin: 0;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

a {
  text-decoration: none;
}

.nav-link a:hover {
  color: var(--bd-primary);
}

.ff1 {
  font-family: var(--font-family1);
}

.ff2 {
  font-family: var(--font-family2);
}

.fs-6 {
  font-size: 0.6rem;
}

.fs-7 {
  font-size: 0.7rem;
}

.fs-8 {
  font-size: 0.8rem;
}

.fs-9 {
  font-size: 0.9rem;
}

.fs-10 {
  font-size: 1rem;
}

.fs-12 {
  font-size: 1.2rem;
}

.fs-14 {
  font-size: 1.4rem;
}

.fs-16 {
  font-size: 1.6rem;
}

.fs-18 {
  font-size: 1.8rem;
}

.login_area {
  background: #121212;
  background: linear-gradient(
    0deg,
    rgba(18, 18, 18, 1) 0%,
    rgba(54, 54, 54, 1) 100%
  );
}

.logo_area {
  background-image: radial-gradient(
    circle farthest-corner at 48.4% 47.5%,
    rgba(255, 255, 255, 1) 0%,
    rgba(204, 204, 204, 1) 90%
  );
}

.logo {
  max-height: 60px;
}

.menu_area {
  background: linear-gradient(
    to bottom,
    #4c4c4c 0%,
    #595959 12%,
    #666666 25%,
    #474747 39%,
    #2c2c2c 50%,
    #000000 51%,
    #111111 60%,
    #2b2b2b 76%,
    #1c1c1c 91%,
    #131313 100%
  );
  color: #f7f7f7;
  font-family: var(--font-family2);
  text-transform: uppercase;
}

.menu_area a {
  color: #f7f7f7;
  cursor: pointer;
}

.menu_area a:hover {
  color: #ff0000;
}

.content_area {
  background-color: #f7f7f7;
}

swiper-wrapper {
  width: 100%;
  height: 100%;
}

swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer_area {
  background: linear-gradient(to bottom, #45484d 0%,#000000 100%);
  color: #f7f7f7;
  text-align: center;
}