@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1150px) {
  .value-number img {
    height: 200px;
  }
}

@media screen and (max-width: 1100px) {
}

@media screen and (max-width: 1000px) {
  /* .video-montage {
    background: #24252a;
  }

  .montage-title.active {
    color: #ffda34;
  }

  .montage-title:not(.active) {
    color: rgb(255 255 255 / 65%);
  }

  .montage-title-container::before {
    background-image: url("../images/mobile_hover.png");
  } */

  .video-montage .inner {
    flex-direction: column;
  }

  .montage-videos {
    flex: none;

    width: 100%;
    height: auto;
  }

  .montage-titles {
    margin-left: 30px;
  }
}

@media screen and (max-width: 900px) {
  .second-section {
    background-color: #f6f2e7;
  }

  .values-container {
    flex-direction: column;
  }

  .value-box {
    min-height: 260px;
  }

  .values-container .value-box:nth-child(1) .value-number .number-desktop {
    right: 25px;
    position: relative;
  }

  .hero-subtext h2 {
    width: 90%;
  }
  .contact-container {
    flex-direction: column;
  }

  .contact-information .inner {
    padding: 0px;
  }

  .contact-form form {
    padding-right: 0px;
  }

  .contact-form input[type="submit"] {
    margin: 30px 0;
  }
}

@media screen and (max-width: 850px) {
  .footer-address p,
  .footer-address a,
  .bottom-footer p,
  .bottom-footer a {
    font-size: 16px;
  }

  .bottom-profile {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
}

@media screen and (max-width: 800px) {
  /* .mobile-logo {
    display: block;
    width: 50px;
    height: auto;
    padding: 0 11px;
  }
  .desktop-logo {
    display: none;
  } */
  .site-header {
    position: relative;
  }
  /* .hamburger {
    display: inline-block !important;
    position: relative;
    right: 0;
    top: 0;
  } */

  .menu-text {
    display: block;
  }

  /* .hamburger.is-active .menu-text {
    display: none !important;
  }

  .header-top .menu-wrap {
    display: none;
  } */

  .hero-video-container video {
    padding-top: 70px;
  }

  .header-expander .inner {
    position: absolute;
    top: 0;
    z-index: 1000000;

    transition: all 0.25s ease-in-out;
  }

  /* .mobile-nav li {
    list-style: none;
  } */

  /* .site-header .inner {
    box-shadow: none;
  } */
}

@media screen and (max-width: 768px) {
  .bottom-footer::before {
    content: "";
    width: 90%;
    height: 2px;
    background-color: #ffffff45;
    position: absolute;
    top: 85px;
  }
  .bottom-footer {
    flex-direction: column-reverse;
    align-items: center;
    gap: 15px;
  }

  .top-footer {
    padding-bottom: 10px;
  }

  .bottom-footer p,
  .bottom-footer a {
    margin-top: 0;
    text-align: center;
    margin-bottom: 0;
  }

  .social-media {
    margin-bottom: 40px;
  }

  .bottom-footer .inner {
    gap: 10px;
  }

  .header-socials img {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 700px) {
  .footer-logo img {
    height: 80px;
  }

  .bottom-footer .inner {
    flex-direction: column;
  }
}

@media screen and (max-width: 650px) {
  .value-box h4 {
    font-size: 32px;
  }
  .value-box p {
    font-size: 18px;
  }
  .hero-text h1 {
    font-size: 49px;
  }

  .hero-subtext h2,
  .montage-title {
    font-size: 32px;
  }

  .hero-subtext h2 {
    text-align: left;
  }
}

@media screen and (max-width: 600px) {
  .hero-video-container video {
    padding-top: 113px;
  }

  .logo-container {
    margin-right: unset;
  }

  .header-top {
    flex-direction: column;
  }
}

@media screen and (max-width: 550px) {
  .footer-logo img {
    height: 63px;
  }
  .montage-title-container::before {
    top: 10px;
  }

  .montage-title,
  .second-section h1,
  .contact-information h1 {
    line-height: 1.3;
    font-size: 35px;
    padding: 0 20px;
  }

  .second-section h1::after,
  .contact-information h1::after {
    bottom: 9px;
  }
}

@media screen and (max-width: 480px) {
  .value-number img {
    height: 175px;
  }
  .hero-subtext h2 {
    padding: 50px 0;
  }
  .department-container {
    flex-direction: column;
    align-items: center;
    padding: 50px 0px;
    text-align: center;
  }
  .client-logo-container {
    flex-direction: column;
    gap: 30px;
    padding: 50px 0;
  }

  .single-logo-img {
    height: 100px;
  }
  .audio-button,
  .mute-button {
    height: 25px;
    width: 25px;
  }
}

@media screen and (max-width: 470px) {
  /* .logo-container img {
    width: 45px;
  } */

  .footer-logo img {
    height: 40px;
  }
}

@media screen and (max-width: 460px) {
  .bottom-footer .inner {
    flex-direction: column;
  }

  .bottom-footer .inner p {
    display: flex;
    flex-direction: column;

    align-items: center;
  }

  .contact-form input[type="submit"] {
    width: 100%;
    margin-top: 50px;
  }
  .pp-main {
    padding: 10px 0px;
  }

  .hero-subtext h2,
  .montage-title {
    font-size: 30px;
  }
}

@media screen and (max-width: 340px) {
  .desktop-logo {
    width: 250px;
  }
}
