@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, .testimonialsWrapper, .clientsWrapper {
    margin-top: 70px;
  }

  .servicesWrapper {
    margin-top: 90px;
  }

  .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;
  }



  /*  ==================  PAGE HEADER Section OPEN ======================  */

  .breadcumb-wrapper {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: var(--color-main);
    padding: 158px 0;
    overflow: hidden;
    position: relative;
    z-index: 0;
  }
  .breadcumb-title {
    font-size:40px;
    font-weight: 700;
    line-height: 1.18;
    text-transform: uppercase;
    color: var(--color-white);
    margin: -0.17em 0 -0.26em 0;
  }

  .breadcumb-menu {
    display: flex;
    margin-top: 20px;
  }
  .breadcumb-menu li {
    padding-right: 10px;
  }
  .breadcumb-menu li, .breadcumb-menu a{
    white-space: normal;
    color: inherit;
    word-break: break-word;
    font-weight: 600;
    font-size: 18px;
    color: var(--color-white);
  }


  /*  ==================  PAGE HEADER Section CLOSE ======================  */

  .servicesWrapper .servicesWrapper__box .servicesWrapper__box--title {
    font-size: 30px;
  }


  .servicesSingle {
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
  }



  .servicesSingle .servicesSingle__left img {
    width: 100%;
    min-height: 350px;
    max-height: 350px;
    object-fit: cover;
    margin-bottom: 20px;
  }

  .servicesSingle .servicesSingle__right {
    background-color: var(--color-main);
    padding: 30px;
    position: sticky;
    width: 100%;
    top: 80px;
  }

  .servicesSingle .servicesSingle__right .heading{
    color: var(--color-white);
  }

  .servicesSingle .servicesSingle__right ul li a{
    color: var(--color-white);
    font-weight: var(--fw-bold);
    transition: all .5s linear;
  }



  .servicesSingle .servicesSingle__right ul li {
    line-height: 5;
    border-bottom: 1px solid var(--color-white);
  }

  .servicesSingle .servicesSingle__right ul li:hover a{
    transform: translateX(20px);

  }


}

@media (min-width: 1200px) {
}

@media (min-width: 1400px) {
}
