@media (max-width: 1180px) {
  header {
    display: none !important;
  }
  .hero-video .content-part .left-part h1 {
    font-size: 48px;
    line-height: 60px;
  }
  .hero-video .content-part {
    margin-top: 0px;
  }
}
@media (max-width: 920px) {
  .hero-video .content-part {
    flex-direction: column;
    margin-top: 0px;
    top: 40px;
    transform: translate(0%, 0%);
  }
  .hero-video .content-part .left-part {
    width: 100%;
    text-align: center;
  }
  .hero-video .content-part .right-part {
    width: 100%;
    text-align: center;
  }
  .hero-video .content-part .left-part h1 {
    font-size: 42px;
    line-height: 54px;
  }
  .hero-video .content-part .left-part p {
    font-size: 16px;
    line-height: 24px;
  }
  .hero-video .content-part .right-part img {
    width: 90%;
  }
  .hero-video .content-part .left-part a {
    text-align: left;
  }
  .about-fluid .main-section {
    flex-direction: column;
  }
  .about-fluid .main-section .image-part {
    width: 100%;
    text-align: center;
  }
  .about-fluid .main-section .content-part {
    width: 100%;
    margin-top: 30px;
    padding: 0px 30px 0px 30px;
  }
  .about-fluid .main-section .image-part .card-part::after {
    bottom: 30px;
    left: -70px;
  }
  .about-fluid .content-part h3 {
    font-size: 32px;
    line-height: 48px;
  }
  .about-fluid .content-part h3:after {
    top: 34px;
  }
  .about-fluid .content-part p {
    margin-left: 0px;
  }
  .about-fluid .content-part a {
    margin-left: 0px;
  }
  .fine-fluid .content-part h3 {
    font-size: 32px;
    line-height: 44px;
  }
  .footer-fluid {
    padding: 30px 30px 0px 30px;
  }
  .footer-fluid .top-footer p br {
    display: none;
  }
  .copyright-fluid {
    padding: 30px 15px 30px 15px;
  }
  .footer-fluid .footer-main .card-part .list-part ul li a {
    font-size: 16px;
    line-height: 24px;
  }
}
@media all and (max-width: 767px) {
  .hero-video .content-part .left-part h1 {
    font-size: 32px;
    line-height: 42px;
  }
  .hero-video .content-part {
    padding: 0px 15px;
  }
  .hero-video .content-part .right-part img {
    width: 100%;
  }
  .about-fluid .content-part h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .about-fluid .content-part h3:after {
    top: 24px;
  }
  .about-fluid .main-section .content-part {
    padding: 0px 15px 0px 15px;
  }
  .about-fluid .main-section .image-part .card-part::after {
    bottom: -40px;
    left: auto;
    right: -30px;
  }
  .fine-fluid .content-part {
    top: 30px;
    transform: translate(0%, 0%);
    text-align: center;
    padding: 0px 15px;
  }
  .fine-fluid .content-part a {
    text-align: left;
  }
  .footer-fluid {
    padding: 30px 15px 0px 15px;
  }
  .copyright-fluid {
    padding: 15px 15px 50px 15px;
  }
  .footer-fluid .footer-main .card-part .list-part ul {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .footer-fluid .footer-main .card-part .list-part ul li {
    width: 50%;
    margin-bottom: 15px;
  }
  .copyright-fluid .main-section {
    justify-content: center;
    flex-direction: column;
  }
  .copyright-fluid .main-section p {
    line-height: 28px;
  }
  .about-fluid .main-section .image-part .card-part {
    width: 100%;
    padding: 0px 20px;
  }
}
