:root {
  --blue-aqua-color: #F6FDFF;
  --aqua-color: #227DB5;
  --dark-blue-color: #2C3151;
  --green-color: #BCFAD4;
  --light-green-color: #E8FFF1;
  --light-blue-color: #EBF7FF;
  --light-purple-color: #F3F4FF;
  --standard-gap: 20px;
}

@font-face {
  font-family: 'Gik';
  src: url('./fonts/gik-fine.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gik';
  src: url('./fonts/gik-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gik';
  src: url('./fonts/gik-brutal.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('./fonts/IBMPlexSans-VariableFont_wdth,wght.woff2') format('woff2'),
       url('./fonts/IBMPlexSans-VariableFont_wdth,wght.ttf') format('ttf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('./fonts/IBMPlexSans-Italic-VariableFont_wdth,wght.woff2') format('woff2'),
       url('./fonts/IBMPlexSans-Italic-VariableFont_wdth,wght.ttf') format('ttf');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('./fonts/IBMPlexSans-VariableFont_wdth,wght.woff2') format('woff2'),
       url('./fonts/IBMPlexSans-VariableFont_wdth,wght.ttf') format('ttf');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('./fonts/IBMPlexSans-VariableFont_wdth,wght.woff2') format('woff2'),
       url('./fonts/IBMPlexSans-VariableFont_wdth,wght.ttf') format('ttf');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

img{
  max-width: 100%;
}

body {
  font-family: 'Segoe UI', sans-serif;
  background: var(--blue-aqua-color);
}


header {
  padding: 1rem 0;
  width: 100%;
}

html, body {
  overflow-x: hidden;
}

.header-main {
  position: absolute;
  z-index: 3;
}

.nav-link {
  color: white;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0;
  vertical-align: middle;
}

.nav-link-dark {
  color: var(--dark-blue-color);
}

.navbar-toggler {
  border-color: transparent;
}

.navbar-toggler-icon {
  background-image: url(./img/navbar_toggler.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform-origin: right;

}

.navbar-toggler-icon.icon-dark {
  background-image: url(./img/navbar_toggler_dark.svg);
}

.dropdown-menu {
  background-color: white;
  width: 320px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 25px;
  padding-left: 20px;
  border-radius: 15px;
}

.choose-language,
.choose-language:hover {
  color: var(--aqua-color);
  background-color: white;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0;
  vertical-align: middle;
}

.language {
  color: var(--dark-blue-color);
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0;
  vertical-align: middle;
}

.current-language {
  font-weight: 600;
  line-height: 1;
}

.language-short {
  opacity: 0.1;
}

.current-language-short {
  opacity: 0.55;
}

.swiper {
  width: 100%;
  height: 900px;
}

/* .homeslider {
  pointer-events: none;
} */

.homeslider .container{
  background-size: cover;
  margin-top: 190px;
}

.homeslider:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -3px;
  height: 120px;
  width: 103%;
  background: url(./img/slideb.svg);
  z-index: 1;
  background-size: 100%;
  background-repeat: no-repeat;
}

.homeslider .swiper-slide,
.about-industry-item-2,
.about-offers-item,
.logistics-setup-item {
  background-size: cover;
  background-position: 50%;
}

.hslider {
  color: rgb(255, 255, 255);
  font-family: 'Gik', sans-serif;
  font-size: 94px;
  font-weight: 400;
  line-height: 85px;
  letter-spacing: 0%;
  text-align: left;
  vertical-align: middle;
}

.dslider {
  color: rgb(255, 255, 255);
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: left;
  margin-top: 33px;
  vertical-align: middle;
}

a.btn.bw-btn,
a.btn.bw-btn:hover,
a.btn.bw-btn:focus {
  border-radius: 8px 0px 8px 0px;
  background: var(--aqua-color);
  color: rgb(255, 255, 255);
  font-family: 'IBM Plex Sans', sans-serif;
  height: 62px;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  pointer-events: auto !important;
}

#industries,
#industries > .container {
  min-height: 515px;
}

#about {
  background-image: url(./img/aboutus.png);
  background-size: cover;
  background-position: 50%;
}

#about {
  min-height: 1047px;
}

#about:before {
  content: '';
  display: block;
  position: relative;
  top: -2px;
  height: 140px;
  width: 100%;
  background: url(./img/headabout.svg);
  z-index: 1;
  background-size: 100%;
  background-repeat: no-repeat;
}

#about > .container {
  margin-top: 49px;
}

#about:after {
  content: '';
  display: block;
  position: relative;
  height: 100px;
  width: 100%;
  background: url(./img/footabout.svg);
  z-index: 1;
  background-size: 100%;
  background-repeat: no-repeat;
}

.ttl-bblock {
  color: var(--aqua-color);
  font-family: 'Gik', sans-serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0%;
  text-align: left;
  text-transform: uppercase;
}

.aboutitem {
  border-radius: 10px;
  box-shadow: 3px 4px 16px 0px rgba(44, 49, 81, 0.08);
  background: rgb(255, 255, 255);
  padding-top: 20px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  height: 427px;
  z-index: 2;
  text-decoration: none;
  color: var(--dark-blue-color);
  width: calc((100% - 2 * var(--standard-gap)) / 3);
}

.aboutitem-heading {
  color: var(--dark-blue-color);
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  margin-top: 24px;
  vertical-align: middle;
}

.aboutitem-text {
  color: rgba(44, 49, 81, 0.8);
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  margin-top: 10px;
}

.descah {
  color: rgb(255, 255, 255);
  font-family: IBM Plex Sans;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 2%;
  text-align: left;
  margin-top: 4px;
}

.wtlgk {
  color: rgb(255, 255, 255);
  font-family: Gik;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0%;
  /* text-transform: uppercase; */
  margin: auto;
}

.wtlah {
  color: rgb(255, 255, 255);
  font-family: IBM Plex Sans;
  font-size: 24px;
  font-weight: 600;
  line-height: 31px;
  text-align: left;
  margin-top: 97px;
}

.lbah {
  display: flex;
  margin-top: 8px;
}

.destcah {
  color: rgb(255, 255, 255);
  font-family: IBM Plex Sans;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  text-align: left;
  max-width: 460px; 
  margin: auto;
}

.coub-ah {
  color: rgb(255, 255, 255);
  position: relative;
  text-align: center;
  width: 212px;
  height: 212px;
  padding-top: 49px;
  margin: auto;
}

.coub-ah:before {
  position: absolute;
  width: 149.91px;
  height: 149.91px;
  transform: rotate(45.00deg);
  content: '';
  display: inline-block;
  background: var(--dark-blue-color);
  z-index: 0;
  top: 20px;
  left: 31px;
}

.coub-ah div{
  font-family: Gik;
  font-size: 44.17px;
  font-weight: 700;
  line-height: 53px;
  z-index: 1;
  position: relative;
  display: inline-block;
}

.coub-ah p{
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 25.24px;
  font-weight: 600;
  line-height: 33px;
  z-index: 1;
  position: relative;
  /* margin-right: 0px; */
  display: inline-block;
}

.partner-row {
  background: rgb(255, 255, 255);
  padding: 55px 0px;
  margin-top: 40px;
}

.fiv {
  color: rgb(255, 255, 255);
  margin-top: -20px;
  border-bottom: solid white;
}

.fiv-a {
  color: rgb(255, 255, 255);
  font-family: Gik;
  font-size: 75px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0%;
  width: 45px;
  margin-top: 40px;
}

.fiv-b {
  color: rgb(255, 255, 255);
  font-family: Gik;
  font-size: 170px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0%;
  width: auto;
  margin-top: -8px;
}

.fiv-c {
  color: rgb(255, 255, 255);
  font-family: IBM Plex Sans;
  font-size: 40px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -2%;
  width: 100px;
  margin-left: 21.51px;
  margin-top: 6px;
}

.services-item {
  border-radius: 15px;
  box-shadow: 3px 4px 16px 0px rgba(44, 49, 81, 0.08);
  background: rgb(255, 255, 255);
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 24px;
  padding-right: 24px;
  min-height: 269px;
  width: calc((100% - 2 * var(--standard-gap)) / 3);
}

.services-item h5,
.why-choose-item h5,
.logistics-turnkey-item h5,
.logistics-stages-item h5 {
  color: var(--dark-blue-color);
  font-family: 'IBM Plex Sans', sans-serif;
  /* font-size: 24px; */
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}

.services-item p,
.why-choose-item p,
.logistics-turnkey-item p,
.logistics-stages-item p {
  color: var(--dark-blue-color);
  font-family: 'IBM Plex Sans', sans-serif;
  /* font-size: 18px; */
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
}

.logistics-stages-item h5,
.logistics-stages-item p {
  padding: 0 5px 0 5px;
}

.why-choose-item p,
.logistics-turnkey-item p {
  font-size: 16px;
}

.countries-ttl {
  color: var(--dark-blue-color);
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 52px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -2%;
  text-align: left;
  margin-top: 36.5px;
}

.countries-text {
  color: var(--dark-blue-color);
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: left;
  margin-top: 40px;
}

.contacts-about  {
  color: var(--dark-blue-color);
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  padding-left: 80px;
  padding-right: 80px;
  z-index: 2;
}

.contacts-about.english {
  padding-bottom: 40px;
}

.contact-form {
  background-color: white;
  padding-top: 32px;
  padding-right: 32px;
  padding-bottom: 43px;
  padding-left: 32px;
}

.contact-form-outer {
  border-radius: 15px;
  box-shadow: 3px 4px 16px 0px rgba(44, 49, 81, 0.08);
  margin-top: 120px;
  max-width: 874px;
  position: relative;
  overflow: hidden;
}

.form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(44, 49, 81, 0.55);
  box-shadow: none;
  border-radius: 0;
  color: var(--dark-blue-color);
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: left;
  padding-left: 0;
}

.form-control::placeholder {
  color: rgba(44, 49, 81, 0.55);
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: left;
}

.form-check-input {
  width: 20px;
  height: 20px;
  border: 1px solid  rgba(44, 49, 81, 0.55);
  border-radius: 0px;
}

.form-check-label,
.form-check-label > a {
  color: var(--dark-blue-color);
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
}

.form-submit-button {
  border-radius: 8px 0px 8px 0px;
  background: var(--green-color);
  color: var(--dark-blue-color);
  font-family: 'IBM Plex Sans', sans-serif;
  height: 62px;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.contact-form-figure {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -12px;
  height: 120px;
  width: 105%;
  background: url(./img/contact_form_head.svg);
  z-index: 1;
  background-size: 100%;
  background-repeat: no-repeat;
  border-radius: 15px 15px 0 0;
}

.footer-upper {
  height: auto;
}

.footer-upper-1 {
  width: 391px;
  position: relative;
}

.footer-upper-1 > img {
  position: absolute;
  bottom: 0;
}

.footer-upper-2 {
  margin-left: 90px;
  width: 124px;
}

.footer-upper-3 {
  margin-left: 90px;
}

.footer-upper-2 > div,
.footer-upper-3 > div,
.footer-upper-2 > div > a,
.mobile-navbar-contacts > div {
  color: var(--dark-blue-color);
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0;
}

.footer-upper-2 li,
.footer-upper-3 li,
.footer-upper-2 a,
.footer-upper-3 a,
.mobile-navbar-contacts li,
.mobile-navbar-contacts a {
  color: var(--dark-blue-color);
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0;
  text-decoration: none;
}

.footer-upper-4 {
  display: none;
}

.no-bullets {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.soc {
  margin-top: 6px;
}

.soc li {
  display: inline;
}

footer .container {
  padding-top: 60px;
  border-top: 1px solid rgba(44, 49, 81, 0.1);
}

.footer-lower {
  margin-top: 60px;
  border-top: 1px solid rgba(44, 49, 81, 0.1);
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-lower p,
.footer-lower a {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
}

.footer-lower p {
  color: rgba(44, 49, 81, 0.8);
}

.footer-lower a {
  color: var(--dark-blue-color);
  text-decoration: none;
}

.footer-lower-1 {
  width: 391px;
}

.footer-lower-2 {
  margin-left: 280px;
  width: 245px;
}

.equipment-page-title {
  color: var(--aqua-color);
  font-family: 'Gik', sans-serif;
  font-size: 94px;
  font-weight: 400;
  line-height: 96px;
  letter-spacing: 0%;
  text-align: left;
}

.equipment-products {
    margin-top: 120px;
}

#equipment-page-content,
#motorola-page-content {
  margin-top: 210px;
}

.equipment-product {
  border-radius: 15px;
  position: relative;
  /* height: 100%; */
  padding: 32px;
}

.equipment-motorola,
.equipment-electronics {
  background-color: var(--light-green-color);
}

.equipment-aviat {
  background-color: var(--light-blue-color);
}

.equipment-mast {
  background-color: var(--light-blue-color);
}

.equipment-icom {
  background-color: var(--light-purple-color);
}

.equipment-telecom {
  background-color: var(--light-purple-color);
}

.equipment-electronics-telecom {
  width: fit-content;
  margin-left: 20px;
}

.equipment-item-text {
  z-index: 2;
  position: relative;
  width: 60%;
}

.equipment-item-title,
.supply-chains-title,
.about-item-title {
  color: var(--dark-blue-color);
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 52px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -2%;
  text-align: left;
}

.equipment-item-description,
.supply-chains-description {
  margin-top: 10px;
  color: rgba(44, 49, 81, 0.8);
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: left;
}

.supply-chains-description-2 {
  margin-top: 10px;
  color: rgba(44, 49, 81, 0.8);
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;
}

.product-motto {
  color: rgba(44, 49, 81, 0.8);
  font-family: 'IBM Plex Sans', sans-serif;
  /* font-size: 20px; */
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 2%;
  text-align: left;
  margin-left: 20px;
  /* width: 650px; */
}

.equipment-item-details {
  margin-top: auto;
  margin-bottom: 64px;
}

.equipment-item-details a,
.about-item-details a {
  border-radius: 8px;
  background: transparent;
  color: var(--dark-blue-color);
  border-color: var(--dark-blue-color);
  font-family: 'IBM Plex Sans', sans-serif;
  height: 44px;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.equipment-product img,
.carousel-image {
  position: absolute;
}

.motorola-image,
.aviat-image,
.mast-image,
.telecom-image,
.dfend-image,
.avigilon-image {
  bottom: 0;
  right: 0;
  z-index: 2;
  transform-origin: bottom right;
}

.icom-image {
  bottom: 51px;
  left: 0;
  z-index: 2;
  transform-origin: left;
}

.motorola-pattern {
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 15px 0 0 0;
}

.aviat-pattern {
  top: 0;
  right: 0;
  z-index: 1;
}

.carousel-pattern-motorola {
  bottom: 0;
  left: 0;
  z-index: 1;
  transform-origin: bottom left;
  border-radius: 0 0 0 15px;
}

.electronics-image {
  bottom: 0;
  left: 0;
  z-index: 2;
  transform-origin: bottom left;
}

.product-navbar .nav-item,
.offices-navbar .nav-item {
  /* width: 265px; */
  height: 48px;
  width: auto;
}

.product-navbar .nav-link,
.offices-navbar .nav-link {
  border-radius: 10px;
  border: 1px solid var(--aqua-color);
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 10px;
  padding-left: 16px;
  background-color: transparent;
  color: var(--aqua-color);
  font-family: 'IBM Plex Sans', sans-serif;
  /* font-size: 20px; */
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 2%;
  text-align: center;
}

.product-navbar .nav-link.active,
.offices-navbar .nav-link.active {
  background-color: var(--aqua-color);
  color: white;
  font-weight: 600;
  letter-spacing: 0%;
}

#productCarousel {
  /* width: 873px; */
  position: relative;
}

#productCarousel .carousel-inner,
#productCarousel .carousel-item,
.product-accordion {
  height: 480px;
  background-color: white;
  border-radius: 15px;
  box-shadow: 3px 4px 16px 0px rgba(44, 49, 81, 0.08);
}

#productCarousel .carousel-item {
  transition: none !important;
  transform: none !important;
  opacity: 1 !important;
  display: none;
}

#productCarousel .carousel-item.active {
  display: block;
}

.carousel-item-text {
  padding-top: 148px;
  padding-left: 32px;
  height: 480px;
  width: 55%;
  z-index: 2;
  position: relative;
}

.carousel-item-title {
  color: var(--dark-blue-color);
  font-family: 'Gik', sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
}

.carousel-item-motto {
  padding-top: 24px;
  color: var(--aqua-color);
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: left;
}

.carousel-logo {
  margin-top: auto;
  margin-bottom: 39px;
}

#productCarousel button {
  z-index: 2;
  position: absolute;
  top: 64px;
  border-radius: 10px;
  background: transparent;
  border: 1px solid var(--aqua-color);
  color: var(--aqua-color);
  height: 44px;
  width: 44px;
}

.product-accordion {
  padding-left: 32px;
  padding-right: 0;
}

.product-accordion .accordion-item {
  background: transparent;
  border: none;
  box-shadow: none;
}

.product-accordion .accordion-button,
.product-accordion .accordion-heading,
.product-accordion .accordion-contents-bold {
  background: transparent;
  border: none;
  box-shadow: none;
  color: var(--dark-blue-color);
  font-family: 'IBM Plex Sans', sans-serif;
  /* font-size: 20px; */
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: left;
}

.product-accordion .accordion-button::after,
.product-accordion {
   display: none;
}

.product-accordion.active {
  display: block;
}

.product-accordion .accordion-button::before {
  content: "-";
  padding-right: 16px;
  font-size: 32px;
  font-weight: 400;
}

.product-accordion .accordion-heading {
  position: relative;
  padding-left: 30px !important;
}

.product-accordion-svg {
  position: absolute;
  left: 0;
  top: 2px;
}

.product-accordion .accordion-button.collapsed::before {
  content: "+";
}

.product-accordion .accordion-collapse {
   padding-top: 8px;
   padding-left: 30px;
}

.product-accordion .accordion-body {
  color: rgba(44, 49, 81, 0.8);
  font-family: 'IBM Plex Sans', sans-serif;
  /* font-size: 18px; */
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: left;
}

.why-choose-item,
.logistics-turnkey-item {
  border-radius: 15px;
  box-shadow: 3px 4px 16px 0px rgba(44, 49, 81, 0.08);
  background: var(--light-blue-color);
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 24px;
  padding-right: 24px;
  min-height: 233px;
  width: calc((100% - 2 * var(--standard-gap)) / 3);
}

.other-products-swiper {
  border-radius: 15px;
  box-shadow: 3px 4px 16px 0px rgba(44, 49, 81, 0.08);
}

.other-products-swiper .swiper-slide {
  border-radius: 15px;
  box-shadow: 3px 4px 16px 0px rgba(44, 49, 81, 0.08);
  background: rgb(255, 255, 255);
  width: 315px;
  height: 240px;
  position: relative;
}

.other-products-swiper .swiper-slide h5 {
  color: var(--dark-blue-color);
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: left;
  padding-top: 32px;
  padding-left: 24px;
}

.other-products-swiper .swiper-slide a {
  text-decoration: none;
}

.logistics-page-title {
  height: 912px;
  position: relative;
  background-image: url(./img/logistics.png);
  background-size: cover;
  background-position: 50%;
}

.logistics-page-title-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.logistics-title {
  color: rgb(255, 255, 255);
  font-family: 'Gik', sans-serif;
  font-size: 94px;
  font-weight: 400;
  line-height: 85px;
  letter-spacing: 0%;
  text-align: left;
  padding-top: 211px;
  z-index: 2;
  position: relative;
}

.logistics-motto {
  color: rgb(255, 255, 255);
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: left;
  padding-top: 20px;
  z-index: 2;
  position: relative;
  width: 65%;
}

.logistics-page-title:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -3px;
  height: 120px;
  width: 103%;
  background: url(./img/slideb.svg);
  z-index: 2;
  background-size: 100%;
  background-repeat: no-repeat;
}

.supply-chains {
  position: relative;
  background-image: url(./img/colored-containers.png);
  background-size: cover;
  margin-top: 120px;
  padding-top: 120px;
  padding-bottom: 120px;
  background-position: 50%;
}

.supply-chains-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.supply-chains-card-1 {
  border-radius: 15px;
  /* height: 490px; */
  background-color: white;
}

.supply-chains-row {
  z-index: 2;
  position: relative;
  gap: var(--standard-gap);
}

.supply-chains-text {
  padding: 30px;
}

.supply-chains-description {
  margin-top: 30px;
}

.supply-chains-card-2 {
  border-radius: 15px;
  height: 100%;
  width: 100%;
  background-color: white;
  padding: 20px;
}

.supply-chains-title-2 {
  color: var(--dark-blue-color);
  font-family: 'IBM Plex Sans', sans-serif;
  /* font-size: 24px; */
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0;
  text-align: left;
  padding-top: 10px;
  padding-right: 10px;
}

.logistics-turnkey-description,
.logistics-stages-description {
  color: rgba(44, 49, 81, 0.8);
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
  padding-top: 40px;
}

.logistics-stages-row {
  margin-top: 40px;
}

.logistics-stages-item {
  width: calc((100% - 2 * var(--standard-gap)) / 3);
  padding: 0;
  height: 262px;
}

.logistics-stages-number {
  color: var(--dark-blue-color);
  background-color: white;
  border-radius: 20px;
  font-family: 'Gik', sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  padding-top: 26px;
  padding-right: 37.5px;
  padding-bottom: 26px;
  padding-left: 37.5px;
  width: 100px;
  height: 100px;
  box-shadow: 3px 4px 16px 0px rgba(44, 49, 81, 0.08);
  display: inline-block;
}

.logistics-stages-number-outer {
  padding-right: 20px;
  padding-left: 20px;
  margin: auto;
  width: 140px;
  background-color: var(--blue-aqua-color);
  position: relative;
  z-index: 1;
}

.logistics-stages-line-1 {
  position: absolute;
  height: 2px;
  background-color: var(--dark-blue-color);
  top: 245px;
  left: 160px;
  width: 200%;
}

.logistics-stages-line-2 {
  position: absolute;
  height: 2px;
  background-color: var(--dark-blue-color);
  bottom: 215px;
  right: 240px;
  width: 200%;
}

.logistics-setup-item {
  background-size: cover;
  padding-top: 24px;
  padding-right: 24px;
  padding-bottom: 40px;
  padding-left: 24px;
  min-height: 300px;
  position: relative;
  width: calc((100% - var(--standard-gap)) / 2);
}

.logistics-setup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.logistics-setup-item,
.logistics-setup-overlay {
  border-radius: 15px;
  box-shadow: 3px 4px 16px 0px rgba(44, 49, 81, 0.08);
  /* width: 650px */
}

.logistics-setup-item h3 {
  color: white;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
  position: relative;
  z-index: 1;
}

.logistics-setup-item p {
  padding-top: 10px;
  color: white;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: left;
  position: relative;
  z-index: 1;
}

.about-us-text {
  color: var(--dark-blue-color);
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: left;
}

.about-us-text.item-1 {
  margin-left: 112px;
  width: 640px;
}

.about-us-text.item-2 {
  margin-top: 120px;
  width: 500px;
}

.about-us-image {
  padding-top: 60px;
  padding-left: 70px;
  transform: scale(1.1); /* ??? */
  transform-origin: top left;
}

.about-us-content {
  margin-top: 120px;
}

.about-industry-row {
  /* margin-top: 40px; */
  gap: 20px;
}

.about-industry-item-1 {
  border-radius: 15px;
  height: 500px;
  background-color: white;
  box-shadow: 3px 4px 16px 0px rgba(44, 49, 81, 0.08);
  padding: 30px;
}

.about-industry-item-2 {
  border-radius: 15px;
  background-size: cover;
  box-shadow: 3px 4px 16px 0px rgba(44, 49, 81, 0.08);
  height: 500px;
}

.about-item-description {
  margin-top: 20px;
  color: rgba(44, 49, 81, 0.8);
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: left;
}

.about-offers-row {
  margin-top: 60px;
  gap: 20px;
  height: 480px;
}

.about-offers-item {
  border-radius: 15px;
  height: auto;
  background-size: cover;
  box-shadow: 3px 4px 16px 0px rgba(44, 49, 81, 0.08);
  padding: 30px;
  position: relative;
  width: calc((100% - var(--standard-gap)) / 2);
}

.about-offers-title {
  color: white;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 52px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -2%;
  text-align: left;
  position: relative;
  z-index: 2;
}

.about-offers-description {
  margin-top: 20px;
  color: white;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 2%;
  text-align: left;
  position: relative;
  z-index: 2;
}

.about-offers-details a,
.about-offers-details a:hover,
.about-offers-details a:focus {
  border-radius: 8px 0px 8px 0px;
  background: var(--aqua-color) !important;
  color: rgb(255, 255, 255) !important;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  width: 203px;
  text-transform: uppercase;
  padding: 16px 0 16px 0;
  position: relative;
  z-index: 2;
}

.about-offers-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 1;
  box-shadow: 3px 4px 16px 0px rgba(44, 49, 81, 0.08);
  border-radius: 15px;
}

.certificates-swiper {
  margin-top: 40px;
  height: 400px;
}

.certificates-swiper .swiper-slide.vertical {
  width: 332px !important;
}

.certificates-swiper .swiper-slide.horizontal {
  width: 582px !important;
}

.contacts-expanded {
  margin-top: 60px;
  padding: 32px 112px 32px 112px;
}

.contacts-text-normal {
  color: rgba(44, 49, 81, 0.8);
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
}

.contacts-text-bold,
.contacts-text-bold a{
  color: var(--dark-blue-color);
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  text-decoration: none;
}

.policy-item {
  padding: 32px 32px 32px 32px;
  margin: 0;
  border-radius: 15px;
  background-color: white;
  box-shadow: 3px 4px 16px 0px rgba(44, 49, 81, 0.08);
  height: 479px;
}

.policy-item.item-1 {
  padding-right: 48px;
  width: 427px;
  position: sticky;
  top: 0;
}

.policy-item.item-2 {
  /* width: 840px; */
  /* overflow: scroll; */
  height: auto;
}

.policy-heading,
.policy-heading a {
  color: var(--aqua-color);
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0%;
  padding-top: 24px;
  text-decoration: none;
}

.policy-text {
  color: var(--dark-blue-color);
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0%;
  margin-top: 24px;
}

#navbarDropdownLanguage:hover,
#navbarDropdownLanguage:focus {
  color: white;
}

#navbarDropdownLanguage.nav-link-dark:hover,
#navbarDropdownLanguage.nav-link-dark:focus {
  color: var(--dark-blue-color);
}

.mobile-language-close,
.mobile-navbar-contacts {
  display: none;
}

.mobile-language {
  color: var(--aqua-color);
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0%;
}

.homeslider .swiper-pagination {
  pointer-events: auto !important;
  margin-right: 60px !important;
}

.homeslider .swiper-pagination-bullet {
  width: 6px !important;
  height: 6px !important;
  border-radius: 1px !important;
  background-color: white !important;
  opacity: 0.9 !important;
  margin-top: 10px !important;
}

.homeslider .swiper-pagination-bullet-active {
  background-color: var(--green-color) !important;
}

#mobile-equipment-page {
  display: none;
}

.product-navbar-carousel {
  margin-top: 120px;
}

.mobile-element {
  display: none !important;
}

.policy-page-main {
  margin-top: 120px;
  gap: 20px;
}

#policy-page-content {
  margin-top: 210px;
}

.product-navbar,
.product-navbar .nav {
  height: 50px !important;
  flex-wrap: nowrap !important;
}

.about-history-timeline {
  height: 840px;
  width: 100%;
  margin-top: 120px;
}

.about-history-timeline > .swiper-wrapper {
  padding-left: 65px !important;
}

.about-history-year {
  width: 280px !important;
  position: relative;
}

.about-history-year > p {
  color: black;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
  margin-left: -5px;
}

.about-history-circle {
  background-color: white;
  border-radius: 50%;
  border: 1px solid black;
  position: absolute;
  z-index: 2;
  width: 12px;
  height: 12px;
  left: 15px;
  top: 45px;
  transition: all 0.5s ease;
}

.about-history-borderline {
  position: absolute;
  height: 1px;
  background-color: black;
  top: 50px;
  left: 20px;
  width: 100%;
}

.card-right {
  left: -450px;
  border-radius: 10px 0 10px 10px;
}

.about-history-triangle-right {
  position: absolute;
  top: 80px;
  left: 1px;
  filter: drop-shadow(3px 4px 16px rgba(44, 49, 81, 0.08));
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.about-history-year.active > p {
  font-size: 32px;
}

.about-history-year > p {
  transition: font-size 0.2s ease;
}

.about-history-year.active .about-history-circle {
  border: 3px solid var(--aqua-color);
  width: 26px;
  height: 26px;
  top: 38px;
  box-shadow: 0 0 4px 3px rgba(34, 125, 181, 0.25);
}

.about-history-year.active .about-history-card,
.about-history-year.active .about-history-triangle-left,
.about-history-year.active .about-history-triangle-right {
  visibility: visible;
  opacity: 1;

}

.geo-country {
  position: absolute;
  opacity: 0;
  z-index: 2;
}

.geo-country-blue {
  position: absolute;
}

.geo-country.active,
.geo-country:hover {
  opacity: 1;
}

#geoKz, #geoKzBlue {
  top: 42.4%;
  left: 60.1%;
  width: 11.4%;
}

#geoUs, #geoUsBlue {
  top: 27.9%;
  left: 0;
  width: 29%;
}

/* #geoDe, #geoDeBlue {
  top: 42.5%;
  left: 48.6%;
  width: 2.8%;
} */

#geoHk, #geoHkBlue {
  top: 61.1%;
  left: 78.2%;
  width: 0.7%;
}

#geoTu, #geoTuBlue {
  top: 51%;
  left: 54.2%;
  width: 5.6%;
}

#geoCh, #geoChBlue {
  top: 44%;
  left: 67.7%;
  width: 16.9%;
}

#geoAe, #geoAeBlue {
  top: 59.3%;
  left: 61.4%;
  width: 1.5%;
}

/* #geoJp, #geoJpBlue {
  top: 49.2%;
  left: 83.4%;
  width: 4.8%;
} */

#geoGe, #geoGeBlue {
  top: 50.2%;
  left: 58.2%;
  width: 2%;
}

.geo-country-card {
  position: absolute;
  padding: 30px;
  width: 43%;
  height: auto;
  background-color: white;
  border-radius: 10px 0 10px 10px;
  box-shadow: 3px 4px 16px 0px rgba(44, 49, 81, 0.08);
  font-family: 'ibm Plex Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0;
  text-align: left;
  color: var(--dark-blue-color);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  z-index: 3;
}

.card-us {
  border-radius: 0 10px 10px 10px;
}

.geo-country-card-contents {
  height: 100%;
  z-index: 2;
  background-color: white;
}

.geo-country-card.active {
  visibility: visible;
  opacity: 1;
}

.geo-country-card-dropdown {
  visibility: hidden;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  transition: top 0.2s;
}

.geo-country-card-spacer {
  height: 0;
  visibility: hidden;
  transition: height 0.2s;
}

.geo-triangle-right {
  position: absolute;
  top: -52px;
  right: -30px;
  filter: drop-shadow(3px 4px 16px rgba(44, 49, 81, 0.08));
  z-index: 2;
}

.geo-triangle-left {
  position: absolute;
  top: -53px;
  left: -30px;
  filter: drop-shadow(3px 4px 16px rgba(44, 49, 81, 0.08));
  z-index: 2;
}

#geoKzCard {
  top: 53%;
  left: 23%;
}

#geoUsCard {
  top: 59%;
  left: 18%;
}

/* #geoDeCard {
  top: 50%;
  left: 7%;
} */

#geoHkCard {
  top: 64.5%;
  left: 35.5%;
}

#geoTuCard {
  top: 56.5%;
  left: 14%;
}

#geoChCard {
  top: 63%;
  left: 33%;
}

#geoAeCard {
  top: 63.5%;
  left: 19%;
}

/* #geoJpCard {
  top: 59%;
  left: 41%;
} */

#geoGeCard {
  top: 54%;
  left: 16%;
}

.carousel-pattern-aviat {
  bottom: 0;
  left: 0;
  z-index: 1;
  transform-origin: bottom left;
  border-radius: 0 0 0 15px;
}

.carousel-pattern-aviat-2 {
  top: 0;
  right: 0;
  z-index: 1;
  transform-origin: top right;
  border-radius: 0 15px 0 0;
}

.carousel-pattern-icom {
  top: 0;
  left: 0;
  z-index: 1;
  transform-origin: top left;
  border-radius: 15px 0 0 0;
  width: 30%;
}

.carousel-pattern-icom-2 {
  bottom: 0;
  right: 0;
  z-index: 1;
  transform-origin: bottom right;
  border-radius: 0 0 15px 0;
  width: 30%;
}

#productCarousel .carousel-png {
    z-index: 1;
    width: 50%;
}

.carousel-pattern-masts {
  bottom: 0;
  left: 0;
  z-index: 1;
  transform-origin: bottom left;
  border-radius: 15px 0 0 0;
  width: 62%;
}

.carousel-pattern-masts-2 {
  bottom: 0;
  right: 0;
  z-index: 1;
  transform-origin: bottom right;
  border-radius: 0 15px 0 0;
  width: 38%;
}

.accordion-item.no-icons {
  padding: 48px;
}

.geo-country-card-dropdown .contents-small {
  font-size: 16px;
  margin-top: 10px;
}

.contact-modal,
.certificate-modal {
  display: none; 
  position: fixed;
  z-index: 3; 
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; 
  background-color: rgba(0,0,0,0.6);
}

.contact-modal-content {
  background-color: #fff;
  margin: 15% auto;
  padding: 32px;
  border-radius: 15px;
  width: 400px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  color: var(--dark-blue-color);
  font-family: 'IBM Plex Sans', sans-serif;
  text-align: center;
}

.certificate-modal {
  /* display: flex; */
  align-items: center;
  justify-content: center;
}

.certificate-modal > img {
  width: 40%;
  display: block;
  margin: auto;
}

.contact-modal-content h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0%;
  margin-top: 20px;
}

.contact-modal-content p {
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 2%;
  margin-top: 20px;
}

.contact-modal-content button {
  border-radius: 8px;
  border: 1px solid var(--aqua-color);
  padding: 10px 16px 10px 16px;
  background-color: transparent;
  margin-top: 40px;
}

.contact-modal-content button > a {
  text-decoration: none;
  color: var(--aqua-color);
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
}

.contact-modal-close {
  position: absolute;
  top: 0;
  right: 4%;
  color: rgba(44, 49, 81, 0.45);
  font-size: 48px;
  font-weight: 300;
}

#partners img {
  transition: opacity 2s ease-in-out;
}

#partners img.tintable {
  filter: url(#colorize);
}

.about-history-card > p {
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 2%;
}

.supply-chains-column {
  width: 100%;
}

.supply-chains-column-2 {
  width: calc((100% - 2 * var(--standard-gap)) / 3);
}

.supply-chains-column-3 {
  width: calc((100% - 2 * var(--standard-gap)) / 3 * 2 + var(--standard-gap));
}

.about-offers-item > div {
  overflow-wrap: break-word;
}

.br-440px,
.br-360px {
  display: none;
}

.partners-marquee-container {
  overflow: hidden;
  width: 100%;
  mask-image: linear-gradient(to right, transparent, white 90px, white calc(100% - 90px), transparent);
}

.partners-marquee-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: scroll-left 16s linear infinite;
}

.partners-marquee-item {
  flex: 0 0 auto;
  margin-right: 100px;
}

@keyframes scroll-left {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.contacts-branches {
  gap: 36px 20px;
  margin-top: 36px;
}

.contacts-branches-content {
  font-family: 'IBM Plex Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #2C3151;
  gap: 10px;
  width: calc((100% - 2 * var(--standard-gap)) / 3);
}

.contacts-branch-title {
  font-size: 20px;
  letter-spacing: 0.02em;
  color: #227DB5;
}

.history-block {
  position: relative;
  margin-top: 60px;
}

.history-timeline-container {
  overflow: hidden;
  width: 100%;
}

.history-timeline-track {
  display: flex;
  width: max-content;
  margin-left: 160px;
  transition: transform 1s ease;
}

.history-timeline-item {
  flex: 0 0 auto;
  width: 240px;
  height: 100px;
  position: relative;
}

.history-timeline-item > p {
  color: black;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
  margin-left: -3%;
  margin-top: 1%;
  margin-bottom: 0;
  transition: all 0.5s ease;
  transform: scale(1);
  transform-origin: left;
}

.history-timeline-item.active > p {
  transform: scale(1.33);
  transform-origin: left;
  color: var(--aqua-color);
  margin-top: 0;
  margin-left: -2%;
}

.history-timeline-item.active .about-history-circle {
  border: 3.5px solid var(--aqua-color);
  width: 20px;
  height: 20px;
  top: 40px;
}

.history-buttons button {
  border-radius: 10px;
  background: transparent;
  border: 1px solid var(--aqua-color);
  color: var(--aqua-color);
  height: 44px;
  width: 44px;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.about-history-card {
  position: absolute;
  margin-top: 0;
  margin-left: 190px;
  padding: 30px;
  width: 50%;
  height: auto;
  background-color: white;
  border-radius: 0 10px 10px 10px;
  box-shadow: 3px 4px 16px 0px rgba(44, 49, 81, 0.08);
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 2%;
  text-align: left;
  color: rgba(44, 49, 81, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.about-history-card.active,
.about-history-card.active .about-history-triangle-left {
  visibility: visible;
  opacity: 1;
}

.about-history-triangle-left {
  position: absolute;
  top: -20px;
  left: 0;
  filter: drop-shadow(3px 4px 16px rgba(44, 49, 81, 0.08));
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.about-us-content {
  margin-top: 120px;
}

.burger-button {
  padding-inline: 0;
}