/* Reset and Box Sizing */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Page Width */
.hero-text,
.header__container,
.solutions {
  width: 95%;
}

@media screen and (max-width: 900px) {
  .hero-text,
  .header__container,
  .solutions {
    width: 90%;
  }
}

/* Body */
body {
  font-family: 'Open Sans', sans-serif;
  background-color: rgb(27, 26, 26); /* blackish color */
  font-weight: 400;
  min-width: 300px;
}

/* Headings */
h1, h2, h3 {
  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  font-weight: 600;
  text-align: center;
  padding: 0 25px;
}

h1 {
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 20px;
}

@media screen and (max-width: 900px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

.textbox h1 {
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 20px;
  text-transform: none;
}

@media screen and (max-width: 900px) {
  .textbox h1 {
    font-size: 50px;
  }
}

h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

h3 {
  font-size: 30px;
}

/* Paragraphs and Lists */
p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #3A3B3C;
  text-align: left;
}

li {
  color: #3A3B3C;
}

/* Navigation and Menu */
@media screen and (max-width: 1000px) {
  nav,
  .menu-fullscreen {
    display: none;
  }

  .menu-fullscreen.active {
    display: flex;
  }

  .partners-row {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  }

  .content {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .image-container {
    display: none;
  }
}

.logo {
  display: flex;
  align-items: center;
  margin-left: 10px;
  z-index: 200;
}

.logo h3 a {
  color: white;
  font-weight: 500;
  text-transform: none;
}

.atwlogo {
  height: 40px;
  margin-right: 10px;
  margin-left: -10px;
}

.brand-title {
  color: white;
}

@media screen and (max-width: 1000px) {
  .language {
    font-size: 24px;
  }
}

.fa {
  font-size: 20px;
  color: white;
  display: inline-block;
}

.logo h3 {
  text-transform: none;
  font-weight: 300;
}

/* Common Styles */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

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

a:hover {
  text-decoration: none;
}

#menuList li {
  list-style: none;
}

img {
  vertical-align: top;
}

/* Content Layout */
.content {
  flex: 1;
  body._lock {
    overflow: hidden;
  }
  .wrapper {
    display: flex;
    flex-direction: column;
  }

  .page {
    padding: 90px 0 30px 0;
  }

  .page__section {
    padding: 30px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .page__section_1 {
    background-color: #794f45;
  }

  .page__section_2 {
    background-color: #77608d;
  }

  .page__section_3 {
    background-color: #7a956b;
  }

  .page__title {
    font-size: 40px;
    margin-bottom: 20px;
  }

  .page__text {
    font-size: 16px;
    line-height: 150%;
  }

  .page__text p {
    margin-bottom: 20px;
  }

  .page__sub-title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

/* Header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  margin: 0 auto;
  z-index: 10;
}

.header__container {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 70px;
}

.menu__icon {
  display: none;
}

.menu__list > li {
  position: relative;
  text-align: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
  margin-left: 10px;
}

.menu__link {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}

.menu-li:hover::after {
  width: 100%;
}

.menu__arrow {
  display: none;
}

@media screen and (max-width: 1100px) {
  .menu-li:hover::after {
    width: 0%;
  }
}

/* Copyright and Links */
.copyright {
  margin-top: -10px;
}

#copyright-company, #copyright-created {
  display: inline-block;
}

#copyright-created {
  margin: -10px 10px -10px 0;
  font-size: 14px;
  color: white;
}

.white-link {
  font-size: 14px;
  color: white;
  font-weight: 800;
}

/* Spacers and Lists */
.spacer {
  height: 45px;
}

.text-list {
  margin-top: -10px;
}

.text-table {
  margin-top: -20px;
}

.product-text-section li {
  margin-left: 30px;
}

/* Menu Icon */
.menu__icon {
  z-index: 5;
  display: block;
  position: relative;
  width: 30px;
  height: 18px;
  cursor: pointer;
}

.menu__icon span,
.menu__icon::before,
.menu__icon::after {
  left: 0;
  position: absolute;
  height: 10%;
  width: 100%;
  transition: all 0.3s ease 0s;
  background-color: #fff;
}

.menu__icon::before,
.menu__icon::after {
  content: '';
}

.menu__icon::before {
  top: 0;
}

.menu__icon::after {
  bottom: 0;
}

.menu__icon span {
  top: 50%;
  transform: scale(1) translate(0, -50%);
}

.menu__icon._active span {
  transform: scale(0) translate(0, -50%);
}

.menu__icon._active::before {
  top: 50%;
  transform: rotate(-45deg) translate(0, -50%);
}

.menu__icon._active::after {
  bottom: 50%;
  transform: rotate(45deg) translate(0, 50%);
}

/* Menu Body */
.menu__body {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 100px 30px 30px 30px;
  transition: left 0.3s ease 0s;
  overflow: auto; /* For scroll on menu */
}

.menu__body._active {
  left: 0; /* Use left to enable scrolling */
}

.menu__body::before {
  content: '';
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 70px;
  background-color: rgb(27, 26, 26); /* Blackish color */
  z-index: 2;
}

/* Spacer and Text Styles */
.spacer {
  height: 45px;
}

.text-list {
  margin-top: -10px;
}

.text-table {
  margin-top: -20px;
}

.product-text-section li {
  margin-left: 30px;
}

/* Cookie Consent Banner */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgb(27, 26, 26); /* Blackish color */
  color: #fff;
  padding: 10px;
  text-align: center;
  display: none;
}

.cookie-banner p {
  margin: 0;
  color: white;
  display: inline;
  font-size: 14px;
}

.cookie-banner button {
  display: inline-block;
  margin-left: 10px; /* Add some space between text and button */
  padding: 10px 20px;
  background-color: pink; /* Secondary color */
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

/* Footer */
footer {
  background-color: rgb(27, 26, 26); /* Blackish color */
  color: white;
  padding: 20px 0;
  width: 100%;
}

.footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-content p {
  color: lightgray;
}

.icons {
  margin-bottom: 10px;
}

.contact-icon {
  font-size: 24px;
  color: white;
  margin: 0 10px;
  text-decoration: none;
}

.contact-icon:hover {
  opacity: 0.8;
}

.footer-content p {
  margin: 0;
  font-size: 14px;
}

#copyright-created {
  text-decoration: none;
  color: white;
}

#copyright-created:hover {
  opacity: 0.8;
}

/* Your Existing Styles */
.mirrorball {
  text-align: center;
}

.mirrorball img {
  width: 200px;
  height: auto;
}

/* Hero Text */
.hero-text {
  min-width: 300px;
  height: 10vh;
  margin: 20vh auto 10vh auto;
}

/* White Section */
.white-section {
  width: 100%;
  background-image: url('images/gradient-trendy-background/9120703.jpg');
  background-position: center;
  background-size: cover;
  height: 50vh;
}

.solutions {
  margin: 0 auto;
  padding: 40vh 0 0 0;
}

