@charset "utf-8";

:root {
  --white: #ffffff;
  --black: #101010;
  --primary: #293d82;
  --secondary: #de6b14;
}

@media only screen and (max-width: 1700px) {
}

@media only screen and (max-width: 1600px) {
  .about-img {
    width: 750px;
    top: unset;
    bottom: 0 !important;
  }
}

@media only screen and (max-width: 1500px) {
}

@media only screen and (max-width: 1400px) {
  .about-img {
    width: 700px;
    top: unset;
    bottom: 0 !important;
  }
  .hero-wrapper {
    max-height: 600px;
  }

  video {
    width: auto;
    min-height: 600px;
    height: auto;
  }

  .stretch {
    margin-top: 600px;
  }
  .banner-text-logo img {
    width: 25%;
  }
}

@media only screen and (max-width: 1300px) {
  .about-img {
    width: 650px;
    top: unset;
    bottom: 0 !important;
  }
}

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 1100px) {
  .hero-wrapper {
    max-height: 500px;
  }

  video {
    width: auto;
    min-height: 500px;
    height: auto;
  }

  .stretch {
    margin-top: 500px;
  }
  .banner-text-logo img {
    width: 25%;
  }
  .section {
    padding: 40px 0;
  }
  .h1-title {
    color: #fff;
    font-size: 40px;
    font-weight: 800;
  }

  .h2-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 35px;
    text-transform: uppercase;
    color: var(--primary);
    margin-bottom: 25px;
  }
  .about-img {
    width: 500px;
  }
}

@media only screen and (max-width: 992px) {
  .banner-text-logo img {
    width: 30%;
  }
  .footer-contact {
    font-size: 20px;
    line-height: 50px;
  }

  .footer-contact i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
  }
  .about-img {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .h1-title {
    color: #fff;
    font-size: 30px;
    font-weight: 800;
  }
  .banner-text-logo img {
    width: 60%;
  }

  footer p br,
  .footer-contact br {
    display: block !important;
  }
  footer p {
    font-size: 14px;
  }
  footer p i {
    display: none !important;
  }
}

@media only screen and (max-width: 640px) {
}

@media only screen and (max-width: 600px) {
}

@media only screen and (max-width: 568px) {
}

@media only screen and (max-width: 480px) {
}

@media only screen and (max-width: 320px) {
}
