@import "ui-kit.css";
@import "ui-blocks.css";
@import "../fonts/MyFontsWebfontsKit.css";
@import "hovers.css";

::-webkit-scrollbar {
  width: 24px;
}

::-webkit-scrollbar-thumb {
  background: #297434;
  border: 6px solid transparent;
  border-radius: 50px;
  background-clip: content-box;
  cursor: pointer;
}

/* Handle */
scrollbar-thumb {
  background-color: #297434;
  border-radius: 50px;
}

/* Handle on hover */
scrollbar-thumb:hover {
  background-color: #297434;
}

.custom-scroll {
  background: #297434;
  height: 6px !important;
  border-radius: 50px;
}
::-webkit-scrollbar-corner {
  background: transparent;
}

.solutions-section-new .news-controls {
  left: 50%;
  transform: translateX(-50%);
  display: none;
}

/* Page name | .block-class-name */

/*--*-- Header --*--*/

.header {
  position: fixed;
  top: 34px;
  left: 0;
  right: 0;
  z-index: 50;
}

.header-content {
  display: flex;
  height: 76px;
  padding: 0;
  justify-content: space-between;
  align-items: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-content.hide {
  -webkit-transform: translate3d(0, -115px, 0);
  transform: translate3d(0, -115px, 0);
}

.header__left-block {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
  padding: 4px 10px;
  border-radius: 10px;
}

.main-logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 12px;
  height: 28px;
}

.main-logo img,
.main-logo svg {
  margin-left: -11px;
  width: 160px;
  height: auto;
  padding-bottom: 20px;
}

.header__nav-block {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.header__nav-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin-left: 65px;
  gap: 45px;
}

.header__nav-list li span {
  position: relative;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.46px;
  text-wrap: nowrap;
}
.header__nav-list li span a {
  text-decoration: none;
  position: relative;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.46px;
  text-wrap: nowrap;
}
.header__nav-list li span a:visited {
  color: #fff;
}

.header__nav-list li span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 1px;
  border-radius: 2px;
  background: #297434;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.header__right-block {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  width: 100%;
}
.header-login-button {
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  cursor: pointer;
  padding: 5px 12px;
  border-radius: 40px;
  transition: background 0.5s;
}
.header-contact-us {
  cursor: pointer;
  display: flex;
  height: 54px;
  padding: 15px 24px;
  justify-content: center;
  width: 185px;
  align-items: center;
  gap: 8px;
  border-radius: 45px;
  background: var(--white);
  color: #04251a;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 121.739% */
  letter-spacing: -0.46px;
}

/* Language Dropdown */
.language-dropdown {
  position: relative;
}

.language-button {
  background: none;
  border: 2px solid #297434;
  border-radius: 50px;
  padding: 10px 20px;
  color: white;
  font-size: 18px;
  cursor: pointer;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  min-width: 118px;
  height: 54px;
}
.language-code {
  color: #fff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 121.739% */
  letter-spacing: -0.46px;
}
.language-button svg.language-arrow {
  width: 17px;
  height: 17px;
  transition: transform 0.3s ease;
}

.language-dropdown.open .language-button svg.language-arrow {
  transform: rotate(180deg);
}

.language-list {
  display: none;
  position: absolute;
  top: 100%;
  margin-top: 8px;
  right: 0;
  background: #04251a;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  list-style: none;
  padding: 0;
  z-index: 100;
  width: 118px;
}

.language-list li {
  padding: 10px 20px;
  color: white;
  cursor: pointer;
  white-space: nowrap;
}

.language-list li:hover {
  background: #297434;
}

.language-list li a {
    color: white;
}

.solutions-button {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.46px;
  text-wrap: nowrap;
  position: relative;
}
.solutions-button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 1px;
  border-radius: 2px;
  background: #297434;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.solutions-button:hover::after {
  transform: scaleX(1);
}

.solutions-arrow {
  width: 10px;
  height: 6px;
  transition: transform 0.3s ease;
}

.solutions-list {
  display: none;
  position: absolute;
  top: 100%;
  margin-top: 8px;
  left: 0;
  background: #04251a;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  list-style: none;
  padding: 0;
  z-index: 100;
  min-width: 180px;
}

.solutions-list li a {
  display: block;
  padding: 8px 20px;
  color: white;
  text-decoration: none;
  white-space: nowrap;
}

.solutions-list li a:hover {
  background: #297434;
}
/* 
FIRST SECTION */

.hero-section {
  color: white;
  padding: 250px 0 80px;
  position: relative;
  overflow: hidden;
}

.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1920px;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #080808 190%),
    url("../images/HomePage/firstSectionBg.webp") center/cover no-repeat,
    lightgray;
  mix-blend-mode: difference;
  z-index: -1;
}

.hero-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.hero-content .hero-content-header {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 90px;
  font-style: normal;
  font-weight: 600;
  line-height: 100px; /* 111.111% */
  letter-spacing: -1.8px;
  text-align: start;
}

.hero-content .hero-content-header .highlight {
  color: #297434;
}
.hero-content-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
}
.hero-description {
  color: #bebcbc;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: -0.64px;
  width: 430px;
  text-align: start;
}
.hero-description .highlight {
  color: #297434;
}

.hero-controls {
  display: flex;
  gap: 94px;
  margin-top: 60px;
}

.hero-buttons {
  display: flex;
  gap: 20px;
  padding-top: 14px;
}

.btn-primary {
  display: flex;
  width: 277px;
  align-items: center;
  justify-content: center;
  border-radius: 45px;
  background: #297434;
  box-shadow: 0px 0px 10px 0px #297434;
  height: 76px;
  color: #fff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 121.739% */
  letter-spacing: -0.46px;
  transition: 0.3s;
}

.btn-secondary {
  width: 277px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 45px;
  border: 3px solid #297434;
  height: 76px;
  color: #fff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 121.739% */
  letter-spacing: -0.46px;
  transition: 0.3s;
}

.btn.btn-card {
  cursor: pointer;
  display: flex;
  height: 75px;
  padding: 15px 24px;
  justify-content: center;
  width: 100%;
  align-items: center;
  gap: 8px;
  border-radius: 45px;
  background: var(--white);
  color: #04251a;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 121.739% */
  letter-spacing: -0.46px;
  transition: 0.3s;
}

.hero-stats {
  display: flex;
  gap: 70px;
  justify-content: flex-start;
}

.hero-stats .stat {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
}

.hero-stats .stat .value {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px;
  letter-spacing: -1px;
}

.hero-stats .stat .text {
  color: #297434;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.2);
  font-family: "Inter", sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.92px;
  text-transform: uppercase;
}

.stat strong {
  font-size: 36px;
  display: block;
}

.stat span {
  font-size: 18px;
}

.hero-cards {
  margin-top: 110px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 30px;
}

.card {
  border-radius: 38px;
  background: rgba(4, 37, 26, 0.5);
  backdrop-filter: blur(15px);
  width: 500px;
  padding: 50px;
  flex-shrink: 0;
}
.card h3 {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px; /* 90% */
  letter-spacing: -1px;
  padding-bottom: 50px;
  position: relative;
}
.card .description {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 137.5% */
  letter-spacing: -0.64px;
  opacity: 0.5;
  padding-bottom: 70px;
}
.card:not(:last-child) .description {
  padding-bottom: 60px;
}
.card .description-second {
  color: var(--white);
  font-family: "Roboto", sans-serif;
  font-size: 120px;
  font-style: normal;
  font-weight: 400;
  line-height: 103px; /* 111.724% */
  letter-spacing: -10.15px;
  text-align: center;
  padding-bottom: 73px;
}
.robot {
  width: 500px;
  height: 748px;
  flex-shrink: 0;

  background: url("../images/HomePage/robot.webp") center/cover no-repeat;
  z-index: -1;
}
.robot.ru {
    background: url("../images/HomePage/robot-ru.webp") center/cover no-repeat;
}

.center-robot img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.card.services ul {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}

.card.services li {
  margin-bottom: 10px;
}

.service-button-wrapper {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  padding-bottom: 40px;
}
.service-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 55px;
  border: 2px solid #297434;
  background: #297434;
  box-shadow: 0px 0px 10px 0px #297434;
  height: auto;
  color: #fff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
  letter-spacing: -0.32px;
  cursor: pointer;
  padding: 5px 32px;
  transition: all 0.3s ease;
}

.service-svg {
  position: absolute;
  top: 45px;
  right: 40px;
}

/*--*-- Solutions --*--*/

.solutions-section-new {
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
}
.solutions-section-new .left-light {
  position: absolute;
  top: 0;
  left: 0;
}
.solutions-section-new .right-light {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(30%);
}
.solutions-section {
  padding-top: 260px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 20px;
}

.solutions-content {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 67px;
  padding-bottom: 80px;
  scroll-snap-align: start;
  position: relative;
  z-index: 2;
}
.solutions-content h2 {
  color: #fff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 250px;
  font-style: normal;
  font-weight: 400;
  line-height: 240px; /* 96.154% */
  letter-spacing: -18.2px;
}

.solutions-content p {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 137.5% */
  letter-spacing: -0.64px;
  opacity: 0.5;
  max-width: 520px;
  margin-bottom: 20px;
}

.solutions-items {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding-left: 80px;
  padding-right: 80px;
  position: relative;
  z-index: 2;
  /* min-width: 1340px; */
  overflow: auto;
}
.solution-item {
  width: 24%;
  min-width: 310px;
  margin-left: 15px;
  margin-right: 15px;
  background-color: #fff;
  border-radius: 10px;
  padding: 25px;
  cursor: pointer;
  transition: 0.3s;
  flex-shrink: 0;
}
.solution-item a,
.solution-item a:visited {
  color: #080808;
}
.solution-item-title {
  font-size: 60px;
  line-height: 1;
  padding-bottom: 25px;
  margin-bottom: 15px;
  border-bottom: 2px solid #252525;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  letter-spacing: -1px;
}
.solution-item-content {
  font-size: 16px;
  line-height: 18px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #252525;
}
.solution-item-content span {
  display: block;
  margin-bottom: 15px;
  min-height: 130px;
}
.solution-item-content img {
  max-width: 100%;
}
.solution-item-list {
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.solution-item-list .list-item {
  display: flex;
  align-items: center;
  padding: 11px 15px;
  border: 1px solid #080808;
  margin-bottom: 15px;
  border-radius: 30px;
  font-size: 16px;
  line-height: 18px;
}
.solution-item-list .list-item img {
  margin-right: 5px;
  filter: brightness(0);
}
.solution-item-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  font-size: 16px;
  line-height: 18px;
}
.solution-item-footer span {
  font-weight: bold;
}
.solution-item-footer button {
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  padding: 13px 15px;
  border-radius: 30px;
  background-color: #297434;
  color: #fff;
}
.solution-item-footer button img {
  filter: brightness(0) invert(1);
  margin-left: 5px;
}
.solution-item:hover,
.solution-item a:hover {
  background-color: #297434;
  color: #fff;
}
.solution-item:hover .solution-item-title,
.solution-item:hover .solution-item-content,
.solution-item:hover .solution-item-list .list-item {
  border-color: #fff;
}
.solution-item:hover .solution-item-list .list-item img {
  filter: brightness(0) invert(1);
}
.solution-item:hover .solution-item-footer button {
  color: #297434;
  background-color: #fff;
}
.solution-item:hover .solution-item-footer button img {
  filter: none;
}
/*--*-- Footer --*--*/

.footer {
  display: flex;
  width: 100%;
  height: 945px;
  align-items: center;
  position: relative;
  justify-content: center;
}

.footer-wrapper {
  color: white;
  position: relative;
  padding: 250px 80px 0px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1760px;
}
.footer::before {
  content: "";
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
  width: 1920px;
  height: 100%;
  mix-blend-mode: color-dodge;
  background: url("../images/HomePage/hands.webp") center/cover no-repeat;
  z-index: -1;
}

.footer-logo-wrapper {
  display: flex;
  width: 100%;
}
.footer-top-section {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.footer-logo {
  width: 190px;
  height: 111px;
}

.footer-subtitle {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: -1.61px;
  display: none;
}

.footer-form {
  width: 100%;
  max-width: 550px;
  height: 76px;
  display: none;
}

.footer-form-wrapper {
  display: flex;
  border-radius: 57px;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
  height: 76px;
}

.footer-form input {
  padding: 30px;
  border: none;
  background: transparent;
  color: #ffffff;
  flex: 1;
  font-size: 16px;
  outline: none;
}

.footer-form input::placeholder {
  color: #fff;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 121.739% */
  letter-spacing: -1.61px;
  opacity: 0.5;
}

.footer-form button {
  background-color: #297434;
  border: none;
  width: 277px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  text-align: center;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 121.739% */
  letter-spacing: -0.46px;
  border-radius: 45px;
}

.footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 20px;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
}

.footer-nav .footer-link {
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.46px;
  text-decoration: none;
}

.footer-nav .footer-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 1px;
  border-radius: 2px;
  background: #297434;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.footer-socials {
  display: flex;
  gap: 30px;
  align-items: center;
  /*display: none;*/
}

.footer-socials img {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.footer-socials img.linkedin {
    width: 32px;
    height: 32px;
}
.footer-socials img.not-now{
    display: none;
}

.footer-site-divider {
  height: 2px;
  width: 100%;
  background: #297434;
  filter: drop-shadow(0px 0px 10px #297434);
}

.footer-site-info {
  color: #fff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -1.61px;
  opacity: 0.5;
  width: 100%;
  display: flex;
}

/*--*-- Suppliers --*--*/

.suppliers-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 100px 0 200px;
}

.suppliers-section-header {
  color: #fff;
  text-align: center;
  font-size: 145px;
  font-style: normal;
  font-weight: 400;
  line-height: 162px;
  letter-spacing: -10.15px;
  padding-bottom: 35px;
}

.suppliers-slider-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: hidden;
  padding: 40px 0;
  max-width: 1920px;
}

.suppliers-slider {
  display: flex;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.suppliers-slider::before,
.suppliers-slider::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  z-index: 2;
}

.suppliers-slider::before {
  left: 0;
  background: linear-gradient(to right, #000, transparent);
}

.suppliers-slider::after {
  right: 0;
  background: linear-gradient(to left, #000, transparent);
}

.suppliers-slider-track {
  display: flex;
  animation: scroll 120s linear infinite;
}

.reverse .suppliers-slider-track {
  animation-direction: reverse;
}

.suppliers-slider img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 94px;
  flex-shrink: 0;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.suppliers-section.with-background {
  background: url("/images/HomePage/supliers.webp") center center / cover
    no-repeat;
}

/*--*-- IGaming --*--*/

.gaming-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  position: relative;
  height: 1600px;
}
.gaming-section::before {
  content: "";
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
  width: 1920px;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #080808 100%),
    url("../images/HomePage/iGamingBg.webp") center/cover no-repeat;
  z-index: -1;
}
.gaming-content-wrapper {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  color: #fff;
  font-size: 145px;
  font-style: normal;
  font-weight: 400;
  line-height: 162px; /* 111.724% */
  letter-spacing: -10.15px;
  max-width: 1760px;
  width: 100%;
  gap: 35px;
  position: relative;
  margin-left: 150px;
}
.gaming-content-wrapper-second {
  z-index: 1;
}

.gaming-content-wrapper .highlight {
  color: #297434;
}
.gaming-content-description {
  opacity: 0.5;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 137.5% */
  letter-spacing: -0.64px;
  color: #fff;
}

.gaming-section-btn-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
}

.gaming-section-btn {
  color: #fff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.46px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 76px;
  width: auto;
  flex-shrink: 0;
  border-radius: 45px;
  background: #297434;
  padding: 0 56px;
  /* For buttons */
  box-shadow: 0px 0px 10px 0px #297434;
  transition: all 0.3s ease;
}

.gaming-card {
  border-radius: 10px;
  width: 566px;
  height: 346px;
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 40px;
}
.gaming-card.first {
  top: 2.5%;
  right: 8.5%;
  background: url("/images/HomePage/NFTGaming.webp") center/cover no-repeat;
  background-color: #04251a;
  box-shadow: -5px 5px 8px 0px rgba(8, 8, 8, 0.5);
}
.gaming-card.second {
  top: 55%;
  right: 23.5%;
  background: url("/images/HomePage/AiAnalytics.webp") center/cover no-repeat;
  background-color: #04251a;
  box-shadow: -5px 5px 8px 0px rgba(8, 8, 8, 0.5);
  align-items: flex-start;
  text-align: left;
  justify-content: flex-end;
}
.gaming-card.third {
  left: 14%;
  bottom: -58.5%;
  background: url("/images/HomePage/OmniCahnel.webp") lightgray center/cover
    no-repeat;
  background-color: #04251a;
  box-shadow: -5px 5px 8px 0px rgba(8, 8, 8, 0.5);
}
.gaming-card.fourth {
  left: 47%;
  bottom: -58.5%;
  background: url("/images/HomePage/LiveGames.webp") lightgray center no-repeat;
  background-color: #04251a;
  box-shadow: -5px 5px 8px 0px rgba(8, 8, 8, 0.5);
  align-items: flex-end;
  text-align: right;
  justify-content: flex-end;
}
.gaming-card.fifth {
  left: 35%;
  bottom: -111.5%;
  background: url("/images/HomePage/EnhancedSecurity.webp") lightgray
    center/cover no-repeat;
  background-color: #04251a;
  box-shadow: -5px 5px 8px 0px rgba(8, 8, 8, 0.5);
  align-items: flex-start;
  text-align: left;
  justify-content: flex-end;
}

.gaming-card-title {
  color: #fff;
  text-shadow: 0px 0px 10px #297434;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
  letter-spacing: -1px;
  text-transform: capitalize;
}

.gaming-card-description {
  opacity: 0.5;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
  letter-spacing: -0.64px;
}
.gaming-section-circle {
  width: 315.586px;
  height: 315.586px;
  flex-shrink: 0;
  border-radius: 315.586px;
  background: #fff;
  filter: blur(100px);
  position: absolute;
  top: 75%;
  left: 38%;
  z-index: 1;
}
.gaming-section-big-circle {
  position: absolute;
  width: 763px;
  height: 763px;
  flex-shrink: 0;
  border-radius: 763px;
  background: #297434;
  filter: blur(200px);
  top: 50%;
  left: 20%;
  z-index: 0;
}

/* Why Choose Us? */

.why-choose-us-section {
  color: white;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1136px;
}

.why-choose-us-container {
  display: flex;
  align-items: center;
  width: 100%;
  padding-left: 120px;
  max-width: 1920px;
  position: relative;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #080808 100%);
}
.why-choose-us-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  max-width: 1920px;
  width: 100%;
  height: 100%;
  mix-blend-mode: color-dodge;
  background: url("../images/HomePage/why-you-choose-us-bg.webp") center/cover
    no-repeat;
  z-index: -1;
}

.why-choose-us-container .text-block {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.text-block .text {
  color: #fff;
  font-size: 260px;
  font-style: normal;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 250px;
  letter-spacing: -18.2px;
}

.why-choose-us-buttons {
  margin-top: 50px;
  display: flex;
  gap: 56px;
}

.why-choose-us-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #297434;
  border-radius: 50%;
  width: 93px;
  height: 93px;
  font-size: 20px;
  cursor: pointer;
  border: 1px solid white;
  transition: all 0.3s ease;
}
.why-choose-us-card {
  position: absolute;
  top: 0;
  right: 0;
  width: 657px;
  height: 753px;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s ease, opacity 0.6s ease;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  color: white;
  opacity: 0;
  z-index: 1;
  transform: scale(0.9) translateY(40px);
  pointer-events: none;
  padding: 80px;
}
.why-choose-us-carousel {
  display: flex;
  width: 100%;
}

.why-choose-us-card.first {
  background-image: url("../images/HomePage/RocketCard.webp");
}
.why-choose-us-card.second {
  background-image: url("../images/HomePage/secondCard.webp");
}
.why-choose-us-card.third {
  background-image: url("../images/HomePage/thirdCard.webp");
}
.why-choose-us-card.fourth {
  background-image: url("../images/HomePage/fourthCard.webp");
}
.why-choose-us-card.fifth {
  background-image: url("../images/HomePage/fifthCard.webp");
}
.why-choose-us-card.sixth {
  background-image: url("../images/HomePage/sixthCard.webp");
}

.why-choose-us-card.active {
  opacity: 1;
  z-index: 3;
  transform: scale(1) translate(-80px, 80px);
  pointer-events: auto;
}

.why-choose-us-card.next {
  opacity: 1;
  z-index: 2;
  transform: scale(0.95) translate(0, 0);
}

.why-choose-us-card.hidden {
  opacity: 0;
  z-index: 1;
  transform: translateY(60px);
}

.why-choose-us-card-content-block {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.why-choose-us-card-content-block h3 {
  color: #fff;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
  letter-spacing: -1px;
}
.why-choose-us-card-content-block p {
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.64px;
  opacity: 0.5;
}

.why-choose-us-card-content-block-button {
  width: 194px;
}
.why-choose-us-card-content-block-button a {
  width: 100%;
  height: 72px;
  border-radius: 38px;
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #04251a;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
  letter-spacing: -0.64px;
  transition: all 0.3s ease;
}

/* NEWS */

.news-section {
  height: 1000px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-section-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1920px;
  position: relative;
}

.news-section-wrapper:before {
  content: "";
  position: absolute;
  top: -50px;
  width: 1920px;
  height: 100%;
  mix-blend-mode: hard-light;
  background: url("../images/HomePage/news.webp") center/cover no-repeat;
  z-index: -1;
}

.news-section h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 260px;
  font-style: normal;
  font-weight: 400;
  line-height: 162px;
  letter-spacing: -18.2px;
  padding-bottom: 100px;
}

.news-carousel {
  position: relative;
  width: 100%;
  padding: 0 70px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 145px;
  max-width: 1920px;
  height: 720px;
}

.slick-track {
  display: flex !important;
  align-items: center !important;
}
.news-card {
  /* position: absolute; */
  width: 200px;
  height: 230px !important;
  border-radius: 20px;
  background: #080808;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
  z-index: 1;
  overflow: hidden;
  margin-left: 70px;
  margin-right: 70px;
  border: 1px solid #515152;
}
.news-card img {
  height: 110px;
  width: 100%;
}
.news-card.active {
  opacity: 1;
  transform: translateX(0);
  z-index: 3;
}
.news-card.slick-current {
  width: 400px;
  height: 440px !important;
}

/* .news-card.prev {
  opacity: 1;
  transform: translateX(-520px) translateY(45px) rotate(-10deg);
  z-index: 2;
}

.news-card.next {
  opacity: 1;
  transform: translateX(520px) translateY(45px) rotate(10deg);
  z-index: 2;
} */

.news-controls {
  position: absolute;
  bottom: 0;
}

#news-cards {
  display: flex;
  width: 100%;
}

/* Animation classes */
.news-card.animating {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.news-card.slide-left {
  transform: translateX(-100%) translateY(45px) rotate(-10deg) !important;
  opacity: 1 !important;
}

.news-card.slide-right {
  transform: translateX(100%) translateY(45px) rotate(10deg) !important;
  opacity: 1 !important;
}

.news-card-content {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: -0.46px;
  padding: 10px;
  padding-bottom: 30px;
  height: 110px;
  position: relative;
}

.news-card-content-date {
  display: flex;
  gap: 5px;
  align-items: center;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.64px;
  opacity: 0.5;
  position: absolute;
  bottom: 0px;
  left: 10px;
}
.news-card-content-date svg {
  width: 15px !important;
  height: 15px !important;
  padding-bottom: 3px;
}
.news-card.slick-current img {
  height: 220px !important;
}
.news-card.slick-current .news-card-content {
  padding: 20px;
  height: 200px;
  font-size: 23px;
  line-height: 28px;
}
.news-card.slick-current .news-card-content-date {
  font-size: 16px;
  bottom: 0px;
  left: 20px;
}
.news-card.slick-current .news-card-content-date svg {
  width: 25px !important;
  height: 25px !important;
  padding-bottom: 3px;
}

.make-choise-section {
  padding: 100px 0;
  padding-top: 600px;
  background: url("../images/HomePage/choiseBg.webp") center/cover no-repeat;
}
.make-choise-container {
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  position: relative;
}
.make-choise-container img {
  position: absolute;
  top: -600px;
  left: 0;
}
.make-choise-content .title {
  font-size: 80px;
  line-height: 140px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  letter-spacing: -0.46px;
}
.make-choise-content .title span {
  color: #297434;
}
.make-choise-content .txt {
  font-size: 23px;
  line-height: 28px;
  margin-bottom: 40px;
  color: #fff;
  opacity: 0.6;
}

/* suppliers-card-section  */
.suppliers-card-section {
  display: flex;
  gap: 20px;
  padding: 40px 20px;
  background: #000;
  justify-content: center;
  flex-wrap: nowrap;
  position: relative;
}

.suppliers-card-scroller {
  display: flex;
  gap: 20px;
  padding: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 20px;
  pointer-events: auto;

  scrollbar-width: none;
  -ms-overflow-style: none;
}

.suppliers-card-scroller::-webkit-scrollbar {
  display: none;
}

.suppliers-card-section .image-light-bg {
  position: absolute;
  z-index: 0;
  width: 326px;
  left: 20%;
  height: 326px;
  top: 15%;
}
.suppliers-card-section .image-light-bg2 {
  position: absolute;
  z-index: 0;
  width: 326px;
  right: 22%;
  height: 326px;
  top: 15%;
}

.suppliers-card.suppliers-card {
  position: relative;
  width: 331px;
  height: 585px;
  background-size: cover;
  background-position: center;
  padding: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: 12px;
  z-index: 1;
  cursor: pointer;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  flex: 0 0 auto;
  scroll-snap-align: start;
}

.suppliers-card:nth-child(1) {
  background: url("../images/HomePage/suppliersCard1.webp") lightgray 50% / cover
    no-repeat;
}
.suppliers-card:nth-child(2) {
  background: url("../images/HomePage/suppliersCard2.webp") lightgray 50% / cover
    no-repeat;
}
.suppliers-card:nth-child(3) {
  background: url("../images/HomePage/suppliersCard3.webp") lightgray 50% / cover
    no-repeat;
}
.suppliers-card:nth-child(4) {
  background: url("../images/HomePage/suppliersCard4.webp") lightgray 50% / cover
    no-repeat;
}
.suppliers-card:nth-child(5) {
  background: url("../images/HomePage/suppliersCard7.webp") lightgray 50% / cover
    no-repeat;
}
.suppliers-card:nth-child(6) {
  background: url("../images/HomePage/suppliersCard6.webp") lightgray 50% / cover
    no-repeat;
}
.suppliers-card:nth-child(7) {
  background: url("../images/HomePage/suppliersCard7.webp") lightgray 50% / cover
    no-repeat;
}
.suppliers-card:nth-child(8) {
  background: url("../images/HomePage/suppliersCard1.webp") lightgray 50% / cover
    no-repeat;
}

.suppliers-card .card-header {
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.46px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.suppliers-card .card-title,
.suppliers-card .card-title span {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.46px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.suppliers-card .card-list {
  list-style: none;
  margin-bottom: 40px;
}

.suppliers-card .card-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 112.5% */
  letter-spacing: -0.64px;
}

.suppliers-card .card-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 8px;
  height: 14px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14" viewBox="0 0 8 14" fill="none"><path d="M4.5 1C4.5 0.723858 4.27614 0.5 4 0.5C3.72386 0.5 3.5 0.723858 3.5 1L4.5 1ZM3.64645 13.3536C3.84171 13.5488 4.15829 13.5488 4.35355 13.3536L7.53553 10.1716C7.7308 9.97631 7.7308 9.65973 7.53553 9.46447C7.34027 9.2692 7.02369 9.2692 6.82843 9.46447L4 12.2929L1.17157 9.46447C0.97631 9.2692 0.659728 9.2692 0.464466 9.46447C0.269203 9.65973 0.269203 9.97631 0.464465 10.1716L3.64645 13.3536ZM4 1L3.5 1L3.5 13L4 13L4.5 13L4.5 1L4 1Z" fill="white"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
}

.suppliers-card .card-button {
  display: flex;
  justify-content: center;
  width: 132px;
  height: 38px;
  border-radius: 32px;
  align-items: center;
  gap: 4px;
  background: #297434;
  color: #fff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.921px;
  letter-spacing: -0.32px;
  cursor: pointer;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}

/* Solutions */
.solution-section {
  padding: 180px 80px 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 55px;
  background: url("/images/HomePage//solutions/solutionBgImage.webp") lightgray
    0px -0.001px / 100% 140% no-repeat;
  mix-blend-mode: difference;
}
.solution-section-first-section {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.solution-section-first-section .solution-section-title {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 130px;
  font-style: normal;
  font-weight: 400;
  line-height: 120px; /* 92.308% */
  letter-spacing: -9.1px;
}

.solution-section-description {
  color: #979797;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: -0.32px;
}

.solution-section-btn {
  display: flex;
  gap: 20px;
  padding-top: 14px;
}

.solution-section-btn .btn-primary {
  display: flex;
  width: 277px;
  align-items: center;
  justify-content: center;
  border-radius: 45px;
  background: #297434;
  box-shadow: 0px 0px 10px 0px #297434;
  height: 54px;
  color: #fff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 125% */
  letter-spacing: -0.32px;
  transition: 0.3s;
}

.solution-section-btn .btn-secondary {
  width: 277px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 45px;
  border: 2.1px solid #297434;
  height: 54px;
  color: #fff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
  letter-spacing: -0.32px;
}

.solution-card-controls {
  position: absolute;
  left: 70%;
  top: -8%;
  z-index: 2;
}

.carousel-header h2 {
  font-size: 48px;
  line-height: 1;
}

.carousel-header p {
  max-width: 600px;
  margin: 20px 0;
}

.carousel-container {
  display: flex;
  align-items: center;
  margin-top: 40px;
  position: relative;
  max-width: 1920px;
}

.carousel-cards {
  display: flex;
  gap: 16px;
  overflow: hidden;
  margin: 0 20px;
  align-items: flex-end;
  transition: transform 0.5s ease;
  height: 390px;
}

.solution-card {
  flex: 0 0 auto;
  width: 253px;
  height: 246px;
  transition: all 0.5s ease;
  background: #297434;
  color: white;
  padding: 10px;
  border-radius: 16px;
  cursor: pointer;
  position: relative;
  top: 0;
  overflow: hidden;
}
.solution-card.active {
  padding: 15px;
  background: white;
  color: #297434;
  width: 400px;
  height: 390px;
}
.solution-description {
  display: none;
  transition: all 0.3s ease;
}

.solution-image {
  transition: all 0.3s ease;
}

.solution-card.active .solution-description {
  display: block;
  margin-bottom: auto;
  border-radius: 15px;
  background: #297434;
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 121.739% */
  letter-spacing: -0.46px;
  padding: 60px;
  height: 205px;
}
.solution-card.active .solution-description.small {
  padding: 73px;
}
.solution-card.active .solution-description.long {
  padding: 45px;
}
.solution-card.active .solution-description.middle {
  padding: 57px;
}
.solution-card.active .solution-description.x-long {
  padding: 34px;
}

.solution-card.active .solution-image {
  display: none;
}

.solution-card:not(.active) .solution-description {
  display: none;
}

.solution-card:not(.active) .solution-image {
  display: block;
}

.solution-card-content {
  transition: all 0.3s ease;
  overflow: hidden;
  height: 100%;
}

.solution-card img {
  width: 100%;
  height: 128px;
  object-fit: cover;
  border-radius: 10px;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.solution-card.active img {
  opacity: 0;
  transform: scale(0.9);
}

.solution-tag {
  color: #fff;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 164.286% */
  letter-spacing: -0.28px;
  padding-bottom: 15px;
}
.solution-card.active .solution-tag {
  color: #297434;
  font-family: "Inter", sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 36.455px; /* 158.498% */
  letter-spacing: -0.46px;
  padding-bottom: 20px;
}

.solution-card h4 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 95.652% */
  letter-spacing: -0.46px;
  padding-bottom: 15px;
}
.solution-card h4.long {
  line-height: 22px; /* 95.652% */
  font-size: 17px;
  letter-spacing: -0.46px;
  padding-bottom: 15px;
}
.solution-card h4.middle {
  line-height: 22px; /* 95.652% */
  font-size: 22px;
  letter-spacing: -0.46px;
  padding-bottom: 15px;
}

.solution-card.active h4 {
  color: #297434;
  font-family: "Roboto", sans-serif;
  font-size: 43px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px; /* 90% */
  letter-spacing: -1px;
  padding-bottom: 15px;
}
.solution-card.active h4.long {
  font-size: 33px;
  padding-bottom: 15px;
}

.solution-card .solution-card-arrow {
  position: absolute;
  top: 10px;
  right: 10px;
}

.solution-card.active .solution-card-arrow {
  position: absolute;
  top: 10px;
  right: 10px;
}

/* Burger menu button */
.burger-menu-button {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 20px;
  height: 18px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 100;
}

.burger-menu-button span {
  display: block;
  width: 100%;
  height: 3px;
  background: white;
  transition: all 0.3s ease;
  border-radius: 20px;
}

/* Mobile menu overlay */
.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 1);
  backdrop-filter: blur(5px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
}

.has-dropdown {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 121.739% */
  letter-spacing: -0.46px;
  position: relative;
}
.has-dropdown::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 120px !important;
  height: 1px;
  border-radius: 2px;
  background: #297434;
}

.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.mobile-menu-content {
  width: 100%;
  padding: 20px;
  height: 100%;
}

.mobile-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  transition: all 0.3s ease;
}
.mobile-menu-list li {
  position: relative;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 121.739% */
  letter-spacing: -0.46px;
}
.mobile-menu-list li a {
  color: #fff;
}

.mobile-menu-list li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 1px;
  border-radius: 2px;
  background: #297434;
}

.mobile-menu-overlay-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 34px 20px 0;
  width: 100%;
}
.mobile-menu-close {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 100;
}

.mobile-menu-close svg {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}

.mobile-menu-close:hover svg {
  transform: rotate(90deg);
}

/* Active state for burger button */
.burger-menu-button.active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

.burger-menu-button.active span:nth-child(2) {
  opacity: 0;
}

.burger-menu-button.active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}
/* Solutions Accordion */
.solutions-dropdown {
  position: relative;
  display: flex;
  width: auto;
  flex-direction: column;
}

.solutions-accordion {
  max-height: 0;
  overflow: hidden;
  list-style: none;
  padding-left: 10px;
  margin: 0;
  transition: max-height 0.3s ease;
  will-change: max-height;
}

.solutions-dropdown.open .solutions-accordion {
  max-height: 300px;
  margin-bottom: -40px;
}

.solutions-accordion li {
  margin-bottom: 10px;
  transform: translateY(-10px);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.solutions-dropdown.open .solutions-accordion li {
  transform: translateY(0);
  opacity: 1;
}

.solutions-dropdown.open .solutions-accordion li:nth-child(1) {
  transition-delay: 0.1s;
}
.solutions-dropdown.open .solutions-accordion li:nth-child(2) {
  transition-delay: 0.15s;
}
.solutions-dropdown.open .solutions-accordion li:nth-child(3) {
  transition-delay: 0.2s;
}
.solutions-dropdown.open .solutions-accordion li:nth-child(4) {
  transition-delay: 0.25s;
}
.solutions-dropdown.open .solutions-accordion li:nth-child(5) {
  transition-delay: 0.3s;
}
.solutions-dropdown.open .solutions-accordion li:nth-child(6) {
  transition-delay: 0.35s;
}

.solutions-accordion a {
  color: white;
  text-decoration: none;
  font-size: 18px;
  display: block;
  padding: 5px 0;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.solutions-accordion a:hover {
  opacity: 1;
}
.solutions-arrow {
  transition: transform 0.3s ease;
  margin-left: 5px;
}

.solutions-dropdown.open .solutions-arrow {
  transform: rotate(180deg);
}

.solutions-accordion-item::after {
  content: unset !important;
}
.solutions-accordion-item:first-child {
  padding-top: 5px;
}

.news-content-section {
  padding-top: 190px;
  padding-bottom: 100px;
  background-image: url("../images/art-bg.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.article-wrapper {
  max-width: 1920px;
  padding-left: 25px;
  padding-right: 25px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  margin: auto;
}
.article-wrapper .date {
  margin-bottom: 40px;
  font-size: 23px;
  line-height: 1;
  text-transform: uppercase;
}
.article-wrapper h1 {
  margin-bottom: 30px;
  font-size: 27px;
  line-height: 40px;
  letter-spacing: normal;
}
.article-wrapper img {
  max-width: 100%;
  margin-bottom: 80px;
  border-radius: 10px;
}
.article-wrapper .content {
  color: #979797;
}
.article-wrapper .content > * {
  margin-bottom: 20px;
}
.article-wrapper .content h2 {
  font-size: 27px;
  line-height: 40px;
  margin-bottom: 30px;
  color: #fff;
  letter-spacing: normal;
}
.article-wrapper .content h3,
.article-wrapper .content h4 {
  color: #fff;
}
.article-wrapper .content table {
  border-collapse: collapse;
}
.article-wrapper .content td,
.article-wrapper .content th {
  padding: 5px;
  border: 1px solid #979797;
}
.article-wrapper p {
    color: #d6d6d6;
    font-size: 18px;
}
.article-wrapper ul li::before {
    content: '\1F31F';
    position: relative;
    left: 0;
    top: 0;
    color: #4CAF50;
    font-weight: bold;
    margin-right: 10px;
}
.article-wrapper ul li {
    color: #d6d6d6;
}
.article-wrapper .content li {
  /*list-style-type: disc;*/
  margin-bottom: 10px;
}

/* FORM AND MODAL */
#contactForm h2 {
  margin-bottom: 20px;
  margin-top: 0;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 17.519px; /* 50.053% */
  letter-spacing: -0.7px;
  text-transform: capitalize;
}
#contactForm {
  position: relative;
  padding: 20px 24px 40px;
}
#contactForm::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 89%;
  height: 100%;
  padding: 40px 24px;
  background: url("/images/contactUsBg.webp") center no-repeat;
  mix-blend-mode: color-dodge;
  z-index: -1;
}
.modal-window input,
.modal-window textarea input[name="companyName"], input[name="message"] {
    text-transform: none !important;
}

.modal-window label {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: -0.46px;
  text-transform: capitalize;
}

.modal-window input,
.modal-window textarea {
  font-style: normal;
  all: unset;
  width: 100%;
  margin-top: 10px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  background: #080808;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  resize: vertical;
  padding: 20px;
  cursor: pointer;
  text-transform: lowercase;
}
.modal-window input {
  max-height: 40px;
  margin-bottom: 10px;
}
.modal-window textarea {
  margin-bottom: 33px;
  resize: none;
  height: 110px;
}
.modal-window input::placeholder,
.modal-window textarea::placeholder {
  text-transform: none !important;
  font-style: normal;
  color: rgba(255, 255, 255, 0.5);
}

.modal-window .sumbit-button {
  all: unset;
  border-radius: 24px;
  background: #297434;
  box-shadow: 0px 0px 5.574px 0px #297434;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: -0.32px;
  cursor: pointer;
  transition: transform 0.3s ease;
  opacity: 1;
}

.error-message {
  display: none;
  color: red;
  font-size: 12px;
  position: absolute;
  top: 130px;
}

.modal-window input:-webkit-autofill,
.modal-window textarea:-webkit-autofill {
  box-shadow: 0 0 0 1000px #080808 inset !important;
  -webkit-text-fill-color: #fff !important;
  transition: background-color 9999s ease-in-out 0s;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(8, 8, 8, 0.8);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;

  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

.modal-overlay.show {
  opacity: 1;
  visibility: visible;
  padding-top: 60px;
}

.modal-window {
  background: #080808;
  border-radius: 8px;
  width: 478px;
  position: relative;

  transform: scale(0.95);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.modal-overlay.show .modal-window {
  transform: scale(1);
  opacity: 1;
  overflow-y: auto;
  margin-top: 60px;
  margin-bottom: 60px;
  overflow-x: hidden;
}

.modal-overlay.show .modal-window::-webkit-scrollbar {
  width: 0;
}

.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  border: none;
  background: none;
  cursor: pointer;
  transition: transform 0.3s ease;
  opacity: 1;
}

body.modal-open {
  overflow: hidden;
}
.modal-window .logo-section {
  height: 111px;
  background: url("/images/contactUsTopBg.webp") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-window .logo-section img {
  width: 260px;
  height: 71px;
}

.success-message #contactForm {
  overflow: hidden;
}

.success-message #contactForm p {
  color: #fff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px; /* 90% */
  letter-spacing: -1px;
  padding: 80px 0;
  align-items: center;
}
.success-message #contactForm p .green {
  color: #297434;
}

.make-choise-content {
  position: relative;
  z-index: 9;
}
