@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  color: #666;
  overflow-x: hidden;
  width: 100vw;
}
body {
  margin: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
canvas,
img,
svg,
video {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}

.uk-grid a {
  text-decoration: none !important;
}
.uk-navbar-right {
  gap: 0 !important;
}

header {
  width: 100%;
  position: fixed;
  transition: 0.3s ease;
  height: 92px;
  transition: background 0.5s ease;
  transition: background-color 0.5s ease;
  z-index: 99;
  top: 0;
  outline: 0 !important;
  background-color: #171717;
}
header .shadow-page {
  position: fixed;
  width: 100vw;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.6;
  display: none;
}
header .header-logo {
  filter: brightness(0) invert(1);
}
header .uk-navbar-container {
  transition: background 0.5s ease;
  transition: background-color 0.5s ease;
}
header .uk-navbar-nav > li > a {
  font-family: "Poppins";
  font-style: normal;
  text-transform: capitalize;
  color: #fff !important;
  font-weight: 600;
  font-size: 18px;
  line-height: 17px;
  letter-spacing: 0.02em;
  outline: 0 !important;
}
header .uk-navbar-nav > li > a:hover {
  color: #aa0112 !important;
  text-decoration: none;
}
header .uk-navbar-dropdown {
  border-radius: 4px;
  background: #fff;
  color: #000;
  min-width: 310px;
  width: auto !important;
  padding: 30px;
  outline: 0 !important;
}
header .uk-navbar-dropdown .view-all {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #1d1d1b;
}
header .uk-navbar-dropdown .uk-nav-divider {
  border-top: 1px solid #f7f7f7;
  min-width: 180px;
}
header .uk-navbar-dropdown.language-select {
  max-width: 50px;
  min-width: 50px;
  width: 50px;
}
header .uk-navbar-dropdown .mega-menu-dd {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  gap: 45px;
}
header .uk-navbar-dropdown .drop-logo {
  min-width: 260px;
  min-height: 200px;
  aspect-ratio: 26/20;
  object-fit: cover;
  transition: 0.35s;
}
header .uk-navbar-dropdown-nav > li {
  transition: 0.35s;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
header .uk-navbar-dropdown-nav > li::after {
  position: absolute;
  right: 0;
  transition: opacity 0.5s;
  opacity: 0;
  z-index: 0;
}
header .uk-navbar-dropdown-nav > li:hover::after {
  opacity: 1;
}
header .uk-navbar-dropdown-nav > li.uk-nav-header:hover::after {
  content: none;
}
header .uk-navbar-dropdown-nav > li.language:hover::after {
  content: none;
}
header .uk-navbar-dropdown-nav > li.uk-nav-divider:hover::after {
  content: none;
}
header .uk-navbar-dropdown-nav > li.submenuElement:hover::after {
  content: none;
}
header .uk-navbar-dropdown-nav > li > a {
  display: flex;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #1d1d1b;
  width: 100%;
  z-index: 1;
}
header .uk-navbar-dropdown-nav > li > a:hover {
  color: #1d1d1b;
  text-decoration: none;
}
header .uk-navbar-dropdown-nav .uk-nav-header {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.02em;
  color: #1d1d1b;
}
header .uk-navbar-dropdown-nav .uk-nav-header a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.02em;
  color: #1d1d1b;
}
header .about-link img {
  opacity: 0;
  transition: 0.5s ease-in-out;
}
header .about-link:hover img {
  opacity: 1;
}

header .hamburgerButton {
  margin-left: 55px;
  position: relative;
  z-index: 4;
  width: 28.5px;
  margin-right: 15px;
}
header .hamburgerButton #nav-icon {
  width: 28px;
  height: 20.5px;
  position: relative;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  cursor: pointer;
}
header .hamburgerButton #nav-icon.open {
  position: fixed;
  right: 35px;
  top: 30px;
}
header .hamburgerButton #nav-icon span {
  display: block;
  position: absolute;
  height: 1.5px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
header .hamburgerButton #nav-icon span:first-child {
  top: 0;
}
header .hamburgerButton #nav-icon span:nth-child(2) {
  top: 8px;
}
header .hamburgerButton #nav-icon span:nth-child(3) {
  top: 8px;
}
header .hamburgerButton #nav-icon span:nth-child(4) {
  top: 16px;
}
header .hamburgerButton #nav-icon.open span {
  background: #fff !important;
}
header .hamburgerButton #nav-icon.open span:first-child {
  top: 8px;
  width: 0%;
  left: 50%;
}
header .hamburgerButton #nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .hamburgerButton #nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header .hamburgerButton #nav-icon.open span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}

header .hamburgerMenu-m {
  display: none;
}
header .hamburgerMenu {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  height: 100vh;
  max-height: 100vh;
  width: 0;
  max-width: 400px;
  z-index: 3;
  transition: 0.15s ease;
}
header .hamburgerMenu .menuElements {
  padding: 80px 40px 40px 40px;
  width: 280px;
}
header .hamburgerMenu .menuElements > div {
  margin-bottom: 12px;
}
header .hamburgerMenu .menuElements .linkElement a {
  color: #1d1d1b;
  font-family: "Poppins";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
header .hamburgerMenu .menuElements .linkElement a:hover {
  color: #1d1d1b;
  text-decoration: none;
}
header .hamburgerMenu .menuElements .dropElement a {
  text-decoration: none;
}
header .hamburgerMenu .menuElements .dropElement a:hover {
  text-decoration: none;
}
header .hamburgerMenu .menuElements .dropElement > a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 12px;
  margin-left: -12px;
  color: #1d1d1b;
  font-family: "Poppins";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
header .hamburgerMenu .menuElements .dropElement > a.open {
  background: #f7f7f7;
  border-radius: 4px;
}
header .hamburgerMenu .menuElements .dropElement > a.open .uk-icon {
  transform: rotate(180deg);
  transition: 0.3s ease;
}
header .hamburgerMenu .menuElements .dropElement .subLinks {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 14px;
  margin-bottom: 40px;
}
header .hamburgerMenu .menuElements .dropElement .subLinks.open {
  display: flex;
}
header .hamburgerMenu .menuElements .dropElement .subLinks a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #232321;
}
header .hamburgerMenu .socialIcons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 12px;
  width: 280px;
  padding: 40px;
  bottom: 0;
  position: absolute;
}
header .hamburgerMenu .socialIcons a {
  width: 40px;
  height: 40px;
  aspect-ratio: 1;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
}
header .hamburgerMenu .socialIcons a .uk-icon {
  color: #1d1d1b;
}
.header-transition {
  transition: 0.3s ease-in-out;
}
/* .fixed-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    gap: 8px;
    position: fixed;
    right: -100px;
    transform: rotate(90deg);
    top: 300px;
  }
  .fixed-buttons .botros-button-default {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 145px;
    height: 42px;
    background: #fff;
    border: 1px solid transparent;
    backdrop-filter: blur(2px);
    border-radius: 2px;
  }
  .fixed-buttons .botros-button-default a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #fff;
  }
  .fixed-buttons .botros-button-default a:hover {
    color: #fff;
    text-decoration: none;
  }
  .fixed-buttons > div:first-child {
    background: #aa0112;
  }
  .fixed-buttons > div:last-child {
    background: #aa0112;
  }
  
  .letsCallYouModal .iti {
    position: relative;
    display: inline-block;
    width: 100%;
  }
  .letsCallYouModal .iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0);
  }
  .letsCallYouModal .iti--separate-dial-code .iti__selected-flag::after {
    content: "";
    width: 1px;
    height: 12px;
    background: #e6e6e6;
    margin-left: 5px;
    margin-top: 1px;
  }
  .letsCallYouModal .uk-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px;
    gap: 10px;
    width: 170px;
    height: 52px;
    background: #aa0112;
    border-radius: 4px;
    margin-left: auto;
    font-family: Chalet;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #fff;
    text-transform: capitalize;
  }
  .letsCallYouModal h2 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0.02em;
    color: #1d1d1b;
  }
  .letsCallYouModal label {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #232321;
  }
  .letsCallYouModal input {
    background: #fff;
    border: 1px solid #f7f7f7;
    border-radius: 4px;
    background-repeat: no-repeat;
  }
  .letsCallYouModal input:not([type="checkbox"]) {
    height: 52px !important;
  }
  .letsCallYouModal select {
    height: 52px !important;
    background: #fff;
    border: 1px solid #f7f7f7;
    border-radius: 4px;
  }
  .letsCallYouModal .uk-select:not([multiple]):not([size]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 20px;
    background-repeat: no-repeat;
    background-position: 98% 50%;
  }
  .letsCallYouModal.uk-modal {
    padding-top: 80px;
  }
  .letsCallYouModal.uk-modal .uk-modal-dialog {
    width: 550px;
    padding: 40px;
    border-radius: 4px;
  } */
.fixed-scroll-button {
  position: fixed;
  bottom: 60px;
  right: 15px;
}
.fixed-scroll-button a .circle {
  border: 1px solid rgba(29, 29, 27, 0.1);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #1d1d1b;
}
.fixed-scroll-button a .circle .uk-icon {
  transform: rotate(270deg);
}
.fixed-scroll-button a:hover .circle {
  opacity: 0.9;
}
.index-banner {
  background-image: url(img/banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100vw;
  height: auto;
  color: white;
  margin: 0 auto;
  position: relative;
}

#InnerContactForm {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1rem 2rem;
  height: 100%;
}
#InnerContactForm h3 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0.8rem auto;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 35px;
  text-align: center;
}
#InnerContactForm h3 span {
  font-weight: 400;
}

#InnerContactForm .uk-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 42px;
  background: #aa0112;
  border-radius: 4px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #fff;
  margin-left: auto;
  transition: 0.35s ease;
}
#InnerContactForm .uk-button:hover {
  width: 190px;
}

#InnerContactForm .uk-form-label,
#InnerContactForm label {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #0b0b0b;
  display: inline;
}
#InnerContactForm input {
  border: 1px solid #f7f7f7;
  border-radius: 4px;
  background-repeat: no-repeat;
}
#InnerContactForm input:not([type="checkbox"]) {
  height: 42px !important;
  background: #fff;
}
#InnerContactForm input[type="checkbox"] {
  background-color: transparent;
}
#InnerContactForm select {
  height: 42px !important;
  background: #fff;
  border: 1px solid #f7f7f7;
  border-radius: 4px;
}
#InnerContactForm .uk-select:not([multiple]):not([size]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: 98% 50%;
}
/* Swiper container'ının genel stilleri */
.mySwiper {
  width: 100%;
  max-width: 1200px; /* Container genişliğini 1200px olarak sınırlıyoruz */
  margin: 0 auto;
  padding: 0;
  position: relative;
}

/* Görüntüleri içeren öğenin stilini ayarlayın */
.item-img {
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 100%; /* Görüntülerin container genişliğine sığması için */
}

.item-img img {
  display: block;
  width: 100%;
  height: auto;
}

/* Özelleştirilmiş düğme stilleri */
.custom-swiper-button-prev,
.custom-swiper-button-next {
  color: #aa0112 !important;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  padding: 0px;
  border-radius: 50%;
  transform: translateY(-50%);
}

.custom-swiper-button-prev {
  left: 20px;
}

.custom-swiper-button-next {
  right: 20px;
}

/* baguetteBox düğme stilleri */
.baguetteBox-button {
  background-color: transparent !important;
}
.material-symbols-outlined {
  font-size: 35px !important;
}
.info p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #0b0b0b;
  display: inline;
}

.counters {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  gap: 0.5rem;
}
.counters .counterElement {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: nowrap;
}
.counters .counterElement .count  {
margin-bottom: -25px;
}
.counters .counterElement .count p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  letter-spacing: 0.02em;
  color: #5a5a5a;
}
.counters .counterElement .count p span {
  font-weight: 600;
  font-size: 25px;
}
.counters .counterElement b {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #5a5a5a;
}
/* Footer genel stil */
footer {
  background: #333333;
  padding: 30px 0;
  text-align: center;
  /* Footer içeriğini ortala */
}

/* Logo stil */
footer .footerLogo img {
  max-width: 100%;
  height: auto;
}

/* Sosyal medya ikonları stil */
footer .socialIcons {
  display: flex;
  margin-top: 1rem;
  justify-content: center;
}

footer .socialIcons a {
  width: 40px;
  height: 40px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  transition: 0.35s;
  margin-left: 10px;
}

footer .socialIcons a i {
  color: #fff;
}

footer .socialIcons a:hover {
  background: #aa0112;
}

/* Başlık stil */
footer h5 {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  text-decoration: none !important;
}

/* Alt başlık listesi stil */
footer ul.uk-list {
  list-style: none;
  padding: 0;
}

/* Alt başlık listesi öğeleri stil */
footer ul.uk-list li {
  font-family: "Poppins";
  font-weight: 300;
  font-size: 14px;
  transition: transform ease-in 0.3s; /* Sadece transform özelliği üzerinde geçiş efekti uygulayalım */
}
/* Alt başlık listesi öğeleri stil */
footer ul.uk-list li:hover {
  transform: scale(1.05); /* Küçük bir artış ile hafif bir büyüme efekti */
}
/* Bağlantı stil */
footer ul.uk-list li a {
  text-decoration: none !important;
  color: #fff;
}

/* Bağlantı hover stil */
footer ul.uk-list li a:hover {
  color: #aa0112 !important;
}

/* Telif hakkı ve diğer bilgilerin içeriği */
footer > .uk-container.uk-container-xlarge > .uk-grid > div:first-child {
  text-align: left;
}
/* Telif hakkı bağlantıları hover stil */
footer .uk-container.uk-container-xlarge a:hover {
  color: #aa0112 !important;
}

footer > .uk-container.uk-container-xlarge > .uk-grid > div > p {
  font-family: "Poppins";
  font-weight: 300;
  font-size: 14px;
}

/* Mobil cihazlar için düzen */
@media (max-width: 768px) {
  footer .uk-grid {
    display: block;
  }

  footer .uk-grid > div {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
  }

  footer .uk-grid > div > div {
    text-align: center !important;
  }

  footer .uk-flex-last > div:first-child {
    text-align: center !important;
  }

  footer .uk-flex-last > div:last-child {
    text-align: center !important;
  }

  footer .uk-container.uk-container-xlarge {
    margin-top: 0 !important;
  }
  footer .uk-grid > div:last-child {
    display: grid;
  }
}
@media screen and (max-width: 959.98px) {
  header .hamburgerMenu {
    display: none;
    visibility: hidden;
  }
  header .uk-navbar-container {
    background: #000;
  }
  header .uk-navbar-container .header-logo {
    filter: none;
  }
  header .uk-navbar-nav > li > a {
    color: #1d1d1b;
  }
  header .uk-navbar-nav > li > a:hover {
    color: #1d1d1b;
    text-decoration: none;
  }
  header .hamburgerButton {
    margin-left: 30px;
    margin-right: 15px;
  }
  header .hamburgerButton #nav-icon span {
    background: #fff;
  }
  header .hamburgerButton #nav-icon.open {
    right: 20px;
  }
  header .hamburgerMenu-m {
    position: absolute;
    top: 80px;
    right: 0;
    background: #fff;
    height: calc(100vh - 80px);
    max-height: calc(100vh - 80px);
    width: 0;
    max-width: 100%;
    z-index: 3;
    transition: 0.3s ease;
    display: block;
    overflow: hidden;
  }
  header .hamburgerMenu-m .menuElements {
    padding: 30px 15px 15px 15px;
    /* width: calc(100% - 40px); */
    height: var(--dinamic-height);
    overflow: scroll;
    border-top: 1px solid #e6e6e6;
  }
  header .hamburgerMenu-m .menuElements > div {
    margin-bottom: 12px;
  }
  header .hamburgerMenu-m .menuElements .linkElement a {
    color: #1d1d1b;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
  }
  header .hamburgerMenu-m .menuElements .linkElement a:hover {
    color: #1d1d1b;
    text-decoration: none;
  }
  header .hamburgerMenu-m .menuElements .dropElement a {
    text-decoration: none;
  }
  header .hamburgerMenu-m .menuElements .dropElement a:hover {
    text-decoration: none;
  }
  header .hamburgerMenu-m .menuElements .dropElement > a {
    font-family: "Poppins", sans-serif;
    color: #232321;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 12px;
    margin-left: -12px;
    color: #1d1d1b;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
  }
  header .hamburgerMenu-m .menuElements .dropElement > a.open {
    background: #f7f7f7;
    border-radius: 4px;
  }
  header .hamburgerMenu-m .menuElements .dropElement > a.open .uk-icon {
    transform: rotate(180deg);
    transition: 0.3s ease;
  }
  header .hamburgerMenu-m .menuElements .dropElement .subLinks {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 14px;
    margin-bottom: 20px;
  }
  header .hamburgerMenu-m .menuElements .dropElement .subLinks.open {
    display: flex;
  }
  header .hamburgerMenu-m .menuElements .dropElement .subLinks a {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #232321;
    width: 100%;
    border-bottom: 1px solid #f6f6f6;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  header .hamburgerMenu-m .menuElements .dropElement .subLinks a:first-child {
    border-top: 1px solid #f6f6f6;
  }
  header .hamburgerMenu-m .socialIcons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 12px;
    padding: 15px;
    padding-bottom: 28px;
  }
  header .hamburgerMenu-m .socialIcons a {
    width: 40px;
    height: 40px;
    aspect-ratio: 1;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
  }
  header .hamburgerMenu-m .socialIcons a .uk-icon {
    color: #1d1d1b;
  }
  header .hamburgerMenu-m .mailLinks {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    gap: 8px;
  }
  header .hamburgerMenu-m .mailLinks a {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #595959;
  }
  header .hamburgerMenu-m .m-menuButtons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    gap: 4px;
    margin-top: 33px;
  }
  header .hamburgerMenu-m .m-menuButtons .uk-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    gap: 11px;
  }
  header .hamburgerMenu-m .m-menuButtons .botros-button-light {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 162px;
    height: 58px;
    background: #fff;
    border: 1px solid #f7f7f7;
    backdrop-filter: blur(2px);
    border-radius: 4px;
  }
  header .hamburgerMenu-m .m-menuButtons .botros-button-light a {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #1d1d1b;
  }
  header .hamburgerMenu-m .m-menuButtons .botros-button-dark {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 339px;
    max-width: 100%;
    height: 60px;
    background: #1d1d1b;
    border-radius: 4px;
  }
  header .hamburgerMenu-m .m-menuButtons .botros-button-dark a {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #fff;
  }
  header .hamburgerMenu-m .m-menu-fixed {
    position: relative;
    padding-top: 25%;
    width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  header .uk-navbar-nav > li > a {
    font-size: 16px;
  }
  #InnerContactForm h2 {
    font-size: 24px;
  }
  .counters {
    flex-wrap: wrap;
    row-gap: 3rem;
  }
  .counters .counterElement .count p {
    font-size: 22px;
    padding: 0 1rem;
    flex-wrap: nowrap !important;
  }
}
