@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@300;400;500;600;700&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

h1 {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px; }

h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px; }

h3 {
  font-weight: 600;
  font-size: 22px;
  line-height: 27px; }

h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 25px; }

.body {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px; }

.button-text {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px; }

.body-light {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px; }

aside {
  background: #010801;
  z-index: 999;
  color: #f0eee2;
  height: 100vh;
  position: sticky;
  left: 0;
  top: 0; }
  @media only screen and (max-width: 768px) {
    aside {
      position: fixed !important; } }
  aside .active-menu {
    color: #8a727f; }
    aside .active-menu img:last-child {
      filter: invert(49%) sepia(16%) saturate(368%) hue-rotate(275deg) brightness(92%) contrast(89%); }
    aside .active-menu img:first-child {
      visibility: visible !important; }
  aside a {
    color: #f0eee2 !important;
    text-decoration: none; }
  aside .logo {
    padding: 20px 0; }
  aside ul {
    row-gap: 20px; }
    aside ul li {
      column-gap: 21px;
      cursor: pointer; }
      aside ul li:hover {
        color: #8a727f; }
      aside ul li h4 {
        column-gap: 13px; }
  aside .language {
    bottom: 21px;
    right: 50%;
    transform: translate(50%, -50%); }
    aside .language ul {
      column-gap: 8px; }
      aside .language ul li {
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        color: #838383; }
        aside .language ul li:hover {
          color: #5c2c3a !important; }
    aside .language__divider {
      background: #838383;
      width: 4px;
      height: 4px;
      border-radius: 100%; }

.language--active {
  color: #5c2c3a !important; }

.menu {
  top: 0px;
  cursor: pointer;
  z-index: 999;
  position: fixed !important; }

.menuClose {
  top: 0;
  left: 0; }

.menuTrue {
  display: block !important; }

body {
  font-family: 'Kumbh Sans', sans-serif;
  overflow-x: hidden;
  background-color: #010801; }

form label,
form input,
form input:-ms-input-placeholder,
form textarea {
  font-family: 'Kumbh Sans', sans-serif !important; }

* {
  transition: all 0.1s; }

main {
  color: #f0eee2;
  padding-bottom: 20px; }
  main .content {
    margin: 50px 0; }
  main h1 {
    color: #8a727f; }
  main .divider {
    border: 3px solid #8a727f;
    background-color: #8a727f;
    margin: 20px 0; }
  main .about-us-text {
    color: #f0eee2;
    margin-top: 40px; }
    @media only screen and (max-width: 768px) {
      main .about-us-text {
        text-align: justify; } }
  main p {
    color: #f0eee2; }

.image-container {
  min-height: 100%; }
  .image-container img {
    min-width: 100% !important; }

.products-nav {
  column-gap: 50px; }
  @media only screen and (max-width: 768px) {
    .products-nav {
      column-gap: 27px;
      row-gap: 21px; } }
  .products-nav-active {
    color: #8a727f !important; }
  .products-nav li a {
    text-decoration: none;
    color: #f0eee2; }
    .products-nav li a:hover {
      color: #8a727f !important; }

.product-card {
  position: relative;
  min-height: 370px;
  padding: 20px;
  gap: 10px;
  box-shadow: 0px 0px 5px #605158;
  color: #8a727f; }
  @media only screen and (max-width: 768px) {
    .product-card {
      min-height: 348px; }
      .product-card img {
        width: 200px;
        height: 160px;
        margin: 0 auto; } }
  .product-card .product-title {
    color: #8a727f;
    text-align: center; }
  .product-card .product-description {
    color: #f0eee2; }
  .product-card button {
    position: absolute;
    bottom: 20px;
    padding: 10px 54px;
    border-radius: 5px;
    background: #f0eee2;
    border: 0;
    left: 20px;
    right: 20px; }
    .product-card button:hover {
      background-color: #8a727f;
      color: #f0eee2; }

.product-detail-card {
  padding: 20px;
  box-shadow: 0px 0px 5px #605158;
  background: #010801;
  color: #8a727f; }

.copyright {
  color: #f0eee2 !important;
  text-align: end;
  cursor: pointer; }

.swiper {
  width: 100%;
  height: 100%; }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

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

.mySwiper2 img {
  max-width: 465px;
  max-height: 450px; }
  @media only screen and (max-width: 768px) {
    .mySwiper2 img {
      max-width: 200px; } }

.mySwiper2 {
  max-width: 655px;
  max-height: 450px; }
  @media only screen and (max-width: 768px) {
    .mySwiper2 {
      max-width: 310px; } }

.mySwiper img {
  max-width: 249px;
  max-height: 141px;
  cursor: pointer; }

.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto; }

.swiper-slide {
  background-size: cover;
  background-position: center; }

.mySwiper2 {
  height: 80%;
  width: 100%; }

.mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0; }

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4; }

.mySwiper .swiper-slide-thumb-active {
  opacity: 1; }

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

.swiper-button-next,
.swiper-button-prev {
  color: #5c2c3a;
  max-width: 20px;
  max-height: 34px; }
  @media only screen and (max-width: 768px) {
    .swiper-button-next,
    .swiper-button-prev {
      max-width: 10px;
      color: #f0eee2; } }

.swiper-button-next {
  background-image: url(/images/icon/next-arrow-web.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center; }
  @media only screen and (max-width: 768px) {
    .swiper-button-next {
      background-image: url(/images/icon/next-arrow.svg);
      background-repeat: no-repeat;
      background-size: 100% auto;
      background-position: center; } }

.swiper-button-prev {
  background-image: url(/images/icon/prev-arrow-web.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center; }
  @media only screen and (max-width: 768px) {
    .swiper-button-prev {
      background-image: url(/images/icon/prev-arrow.svg);
      background-repeat: no-repeat;
      background-size: 100% auto;
      background-position: center; } }

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none; }

.client-card {
  min-height: 180px;
  padding: 20px;
  gap: 10px;
  box-shadow: 0px 0px 5px #605158;
  color: #8a727f; }

.pagination {
  column-gap: 10px;
  color: #f0eee2; }

.current-page {
  padding: 3px 10px;
  border: 1px solid #f0eee2;
  border-radius: 4px; }

.button-area button {
  background: #1f1f1f;
  border-radius: 4px;
  padding: 6px 10px;
  border: 0;
  margin: 1px; }
  .button-area button:hover {
    background: #8a727f; }

form button {
  padding: 10px;
  background: #f0eee2;
  border: 0;
  border-radius: 5px;
  text-transform: uppercase; }
  form button:hover {
    background: #8a727f;
    color: #f0eee2; }

.copyright {
  color: #f0eee2; }

footer {
  margin-top: 250px; }
  @media only screen and (max-width: 768px) {
    footer {
      margin-top: 100px; } }
  footer .footer-item {
    column-gap: 10px; }

.swiper {
  width: 100%;
  height: 100%; }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.mySwiper4 {
  height: 700px;
  width: 310px; }

.mySwiper4 .client-card {
  min-width: 200px; }

.mySwiper4 img {
  max-width: 146px;
  max-height: 110px;
  object-fit: contain; }

.mySwiper4 .swiper-pagination {
  color: aliceblue; }

.swiper-pagination-bullet-active {
  background-color: #8a727f !important; }

.swiper-pagination-bullet {
  background-color: #f0eee2; }
