@media screen and (max-width: 1600px) {
  .header-wrapper
    .header-wraper-inner
    .menu-wraper
    .menu-container
    .menu-inner {
    gap: 30px;
  }

  .header-wrapper .header-wraper-inner .menu-wraper .menu-container {
    gap: 30px;
  }

  .header-wrapper
    .header-wraper-inner
    .menu-wraper
    .menu-container
    .menu-inner
    .menu-item
    .menu-link {
    font-size: 20px;
  }
}

@media screen and (max-width: 1300px) {
  .header-wrapper
    .header-wraper-inner
    .menu-wraper
    .menu-container
    .menu-inner {
    gap: 15px;
  }

  .header-wrapper .header-wraper-inner .logo-wraper .logo-cover img {
    max-width: 150px;
  }

  .header-wrapper .header-wraper-inner .logo-wraper .logo-cover {
    max-width: 150px;
  }

  .header-wrapper
    .header-wraper-inner
    .menu-wraper
    .menu-container
    .menu-inner
    .menu-item
    .menu-link {
    font-size: 18px;
  }
}

@media screen and (max-width: 1200px) {
  .header-wrapper .header-wraper-inner .menu {
    position: fixed;
    top: 105px;
    left: 0;
    z-index: 99;
    width: 100%;
    height: calc(100% - 105px);
    overflow: scroll;
    padding-block: 4rem 4rem;
    background: #fff;
    transition: all 0.45s ease-in-out;
    transform: translate(100%);
  }

  a {
    font-size: 18px;
  }

  h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .dec {
    font-size: 16px;
  }

  .login-button-wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-flow: column;
  }

  .header-wrapper .header-wraper-inner .menu.is-active {
    top: 105px;
    background: #fff;
    transition: all 0.45s ease-in-out;
    transform: translate(0%);
  }

  .header-wrapper .header-wraper-inner .menu-wraper .menu-container {
    flex-direction: column;
    gap: 0;
  }

  .header-wrapper
    .header-wraper-inner
    .menu-wraper
    .menu-container
    .menu-inner {
    flex-direction: column;
    gap: 0;
    margin-bottom: 10px;
  }

  .header-wrapper
    .header-wraper-inner
    .menu-wraper
    .menu-container
    .menu-inner
    .menu-item {
    margin-bottom: 30px;
  }

  .header-wrapper
    .header-wraper-inner
    .menu-wraper
    .menu-container
    .menu-inner
    .menu-item
    .menu-link {
    padding: 4px 2px;
  }

  .burger-wraper {
    display: block;
    visibility: visible;
  }
}
@media all and (min-width: 1025px) and (max-width: 1180px) {
  .login-mobile {
    display: block;
    bottom: 150px;
  }
}
@media screen and (max-width: 1024px) {
  .header-wrapper {
    position: relative;
  }
  .footer-wrapper {
    position: relative;
  }
}
@media all and (min-width: 992px) and (max-width: 1024px) {
  .footer-inner .footer-list {
    gap: 10px;
  }
  .footer-inner .footer-list li a img {
    width: 120px;
  }
  .login-mobile {
    display: block;
  }
  .login-button-wrapper {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  body {
    background: #ebe9e9;
  }
  .forweb {
    display: none;
  }
  .formob {
    display: block;
  }
  .login-button-wrapper {
    display: none;
  }
  .video-section video {
    width: 100%;
    height: 100vh;
    object-fit: unset;
  }
  .footer-mobile {
    display: block;
  }
  .footer-wrapper {
    display: none;
  }
  .login-mobile p {
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
  }
  .login-mobile p a {
    font-weight: 600;
  }
  .dec {
    font-size: 18px;
    line-height: 23px;
  }
  .footer-wrapper {
    position: relative;
  }
  .about-us-content {
    padding: 30px 0 30px 0;
  }
  .translations-content-container h1 {
    font-size: 26px;
    line-height: 36px;
  }
  .footer-wrapper ul.social-icon li a img {
    width: 18px;
    height: auto;
  }
  .about-us-left-img {
    margin-bottom: 30px;
  }
  .footer-inner .contact-list li img {
    width: 18px;
    height: auto;
  }

  .hero_header_background-video-wrapper .background-video {
    height: 50vh;
  }
  .footer-items.item4 .powerby {
    gap: 10px;
    flex-direction: column;
  }
  .youtube-section .youtube-card iframe {
    height: 450px;
  }
  .hero_header_background-video-wrapper .w-background-video > video {
    height: 50vh;
  }

  .footer-wrapper {
    background-color: #ebe9e9;
  }

  .footer-inner {
    display: flex;

    gap: 15px;
    grid-row-gap: 30px;
    flex-direction: column;
    justify-content: center;
  }

  .privacy-policy-text ul li {
    font-size: 18px;
    line-height: 23px;
  }

  .footer-inner .contact-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
  }

  .footer-items.item4 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
    flex-direction: column;
  }

  .privacy-policy-text h1 {
    font-size: 26px;
  }

  .privacy-policy-text h1 {
    font-size: 22px;
  }

  h1 {
    font-size: 36px;
    line-height: 46px;
  }

  p {
    font-size: 18px;
    line-height: 24px;
  }
  .login-mobile {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .hero_header_background-video-wrapper .background-video {
    height: 50vh;
  }
  .login-mobile {
    display: block;
  }
  .for-web {
    display: none;
  }
  .for-mobile {
    display: block;
  }
  .about-us-right-content p {
    font-size: 16px;
  }

  .inner-breadcrumbs-head h2 {
    font-size: 26px;
    line-height: 40px;
    padding: 0 52px;
    margin: 0 0 15px 0;
  }

  .inner-breadcrumbs-head h2::before,
  .inner-breadcrumbs-head h2::after {
    width: 40px;
  }

  .hero_header_background-video-wrapper .w-background-video > video {
    height: 50vh;
  }

  .privacy-policy-text {
    margin-top: 116px;
  }

  .dropdown-content {
    right: -50px;
  }

  a {
    word-break: break-all;
  }
  .about-us-content .contact-address .address-card {
    margin-bottom: 20px;
    min-height: auto;
  }
}

@media screen and (max-width: 567px) {
  h2 {
    font-size: 22px;
    line-height: 30px;
  }

  p {
    font-size: 16px;
    line-height: 22px;
  }
  .header-wrapper {
    padding: 20px 0;
  }
  .header-wrapper .header-wraper-inner .menu.is-active {
    top: 85px;
  }
  .about-us-right-content h6 {
    font: 800 18px/26px "Frank Ruhl Libre", serif;
    margin: 0 0 15px 0;
    color: #191919;
  }

  .translations-content-container h1 {
    font-size: 26px;
  }

  .header-wrapper {
    position: relative;
  }

  .dec {
    font-size: 16px;
    line-height: 21px;
  }
}

@media screen and (max-width: 480px) {
  .hero_header_background-video-wrapper .background-video {
    height: 35vh;
  }
  .login-mobile ul li {
    width: 80%;
  }
  .hero_header_background-video-wrapper .w-background-video > video {
    height: 35vh;
  }
  .youtube-section .youtube-card iframe {
    height: 250px;
  }
}

@media screen and (max-width: 440px) {
}
