@media (min-width: 576px) {
}

@media (min-width: 768px) {
  h1 {
    font-size: 70px;
  }

  h2 {
    font-size: 33px;
  }

  .heroWrapper .heroSocial ul {
    justify-content: flex-end;
  }
  .heroWrapper .heroSocial ul li {
    padding-right: 35px;
  }
}

@media (min-width: 992px) {
  /*  ----------- navbar section open ----------- */
  .headerWrapper .navbar-nav .nav-item {
    margin-right: 30px;
  }

  .headerWrapper .navbar-nav .nav-link {
    font-size: 18px;
    position: relative;
    text-align: center;
  }

  .headerWrapper .navbar-nav .nav-link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: var(--color-white);
    height: 1px;
    width: 0;
  }

  .headerWrapper .navbar-nav .nav-link:hover::before {
    width: 100%;
    transition: 0.5s ease;
  }

  /*  ----------- navbar section Close ----------- */
  /*  ----------- About us section Open ----------- */

  .aboutWrapper .aboutWrapper-right .playbutton {
    left: -2px;
  }

  .aboutWrapper .aboutWrapper-left {
    padding-left: calc(100% - 80%);
    padding-right: 80px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .aboutWrapper .aboutWrapper-right::before {
    content: "";
    position: absolute;
    background: var(--gradient-color);
    height: 100%;
    width: 100%;
    left: -20px;
    bottom: -20px;
    z-index: -1;
  }

  /*  ----------- About us section Close ----------- */
  /*  ----------- Contact Footer section Open  ----------- */
  .contactwrapper .contactWrapper__left {
    border-radius: 15px 0 0 15px;
  }

  .contactwrapper .contactWrapper__right {
    border-radius: 0 15px 15px 0;
  }

  /*  ----------- Contact Footer section Close ----------- */
  /*  ----------- CTA section Open  ----------- */
  .ctaWrapper .ctaInner p {
    padding: 0 70px;
  }

  /*  ----------- CTA section Close ----------- */
  /*   Footer */
  .footerWrapper .footerWrapperWrapper__list {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}

@media (min-width: 1200px) {
}

@media (min-width: 1400px) {
}
