@media (max-width: 1399px) {
  .text-reveal,
  .text-reveal-hover {
    font-size: 4vw;
    left: 0;
  }
}

@media (max-width: 1199px) {
  .menu li {
    margin-inline: 5px;
  }

  .video-cont-top,
  .video-cont-bottom {
    display: none;
  }

  .reveal-type {
    display: none;
  }

  .reveal-type-mobile {
    display: block;
  }

  .wsu-cont-img {
    margin-left: 0px;
  }

  .wsu-cont-img::before {
    left: -20px;
    top: 5%;
  }
}

@media (max-width: 991px) {
  header {
    background: var(--primary);
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  }

  .header-bg-color {
    animation: none !important;
  }

  .menu {
    position: fixed;
    background-color: var(--primary);
    width: 100%;
    height: 100vh;
    display: block;
    text-align: left;
    left: -200%;
    right: 0;
    top: 75px;
    transition: all 0.4s;
    z-index: 100;
    padding-top: 10px;
  }

  .menu li {
    display: block;
    border-bottom: solid 1px var(--secondary);
  }

  .menu li a {
    padding: 10px 10px 10px 30px;
    display: block;
  }

  .has-dropdown span {
    position: absolute;
    right: 10px;
    top: 7px;
    background-color: var(--light);
    display: block;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px;
    padding-top: 2px;
  }

  .show-menu {
    left: 0 !important;
  }

  .show-dropdown {
    display: block;
  }

  .header-right {
    display: block;
    position: fixed;
    right: 20px;
    top: 20px;
  }

  .menu-icon {
    cursor: pointer;
  }

  .menu-lines {
    position: relative;
    margin-left: 10px;
    width: 23px;
    height: 2px;
    background-color: var(--secondary-light);
    transition: all 0.3s;
    display: inline-block;
  }

  .menu-lines::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background-color: var(--secondary-light);
    top: -10px;
    left: 0;
    transition: all 0.3s;
  }

  .menu-lines::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background-color: var(--secondary-light);
    top: 10px;
    left: 0;
    transition: all 0.3s;
  }

  .toggle-lines::before {
    transform: rotate(45deg);
    top: 0px;
    transition: all 0.4s;
  }

  .toggle-lines::after {
    transform: rotate(-45deg);
    top: 0px;
    transition: all 0.4s;
  }

  .toggle-lines {
    background-color: transparent;
    transition: all 0.4s;
  }

  .inner-banner {
    margin-top: 83px;
  }

  .inner-sec {
    padding: 30px 0;
  }

  .mask-text {
    font-size: 40px;
    top: -10%;
  }

  .bg-color-1,
  .bg-color-2,
  .bg-color-3,
  .bg-color-4,
  .bg-color-5 {
    height: auto;
  }

  .wsu-cont-img {
    height: 300px;
  }

  .wsu-cont-text h1 {
    margin-bottom: 25px;
  }

  .ai-img {
    height: 100% !important;
    position: relative;
  }

  .ai-text-inner {
    padding: 40px 15px;
  }

  .ai-text-inner p {
    font-size: 18px;
  }

  .about-sec-two {
    margin-top: 60px;
  }
}

@media(max-width:768px) {
  .inner-banner-cont h1 {
    font-size: 3rem;
  }

  .about-sec-one h2 {
    font-size: 30px;
  }
}

@media (max-width: 525px) {
  .text-reveal,
  .text-reveal-hover {
    display: none;
  }

  .text-reveal-mobile {
    display: block;
    font-weight: 900;
  }

  .title {
    font-size: 2rem;
  }

  .loader-text {
    margin-top: 0;
  }
  .loader-cont h1 {
    font-size: 150px;
  }
  .loader-text .loader-text-slogan {
    font-size: 7px;
  }

  .loader-cont {
    margin-top: -40px;
  }
}
