@media (min-width: 768px) and (max-width: 990px) {
  .containerFull {
    padding: 0 15px;
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  /* .containerFull{
    max-width:100%;
    padding:0 30px;
   } */
}
/* @media (max-width: 1540px){
    .containerFull{
        width: 100%;
        max-width: 1300px;
    }
} */
@media (max-width: 767px) {
 
  .offcanvas {
    width: 280px;
    background: #080c16;
    color: #fff;
    transition: 0.4s ease;
  }
  p{
      font-size:15px;
  }
  .mobile-gap{
      gap:20px
  }
  .custom-item {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 15px;
  }

  .rightMusic .p-4 {
    padding: 0 !important;
  }
  .iconMusic {
    width: 60px;
    height: 60px;
  }

  .rightMusic {
    width: 100%;
  }

  .playIcon {
    margin-top: 10px;
    align-self: flex-start;
  }
.footer{
    padding:10px;
}
  .offcanvas-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 20px;
  }

  .leftLogo img {
    width: 150px;
  }
  .btn-close {
    filter: invert(1);
  }

  .mobileMenu {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .mobileMenu li {
    margin-bottom: 15px;
  }

  .mobileMenu li a {
    color: #b0b8c5;
    font-size: 16px;
    text-decoration: none;
    transition: 0.3s;
  }
  .btnMenu {
    width: 45px;
    height: 45px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    transition: 0.3s ease;
  }
  .itemTechonolgy {
      height:100%;
  }
  .offcanvas .btnTheme {
    border-radius: 6px;
    padding: 12px 30px;
    font-weight: 600;
  }
  .offcanvas-backdrop.show {
    background: rgba(0, 0, 0, 0.6);
  }
  section {
    padding: 30px 0;
  }
  .itemIndustries,
  .itemIndustries2 {
    padding: 20px;
  }
  .iconIndustries {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }
  .btnTheme {
    padding: 10px 20px;
    font-size: 14px;
  }
.header.stricky-fixed .leftLogo img {
    width: 120px;
}
  .large_heading {
    font-size: 2rem;
  }
    .containerFull{
        padding:0 15px;
    }

  .heading {
    font-size: 28px;
    line-height: 1.2;
  }

  .sub_heading {
    font-size: 22px;
  }

  .small_heading {
    font-size: 18px;
  }

  .title {
    font-size: 15px;
  }

  .text {
    font-size: 14px;
  }

  .contactForm1 {
    padding: 20px;
  }

  .itemForm input,
  .itemForm textarea {
    padding: 12px;
    font-size: 14px;
  }
  .industryList li {
    font-size: 14px;
    padding-left: 24px;
  }
  .innerPage{
      height:280px;
  }
  .listCheck li{
      font-size:14px;
      padding:6px;
      padding-left:25px;
  }
  .listCheck li:before{
    top: 9px;
  }
  .rightContactInner{
      width:calc(100% - 60px);
  }
  .innerPage ul li a:before{
      font-size: 11px;
      top: 16px;
  }
}

@media (min-width: 1700px) {
}
@media (min-width: 1300px) {
  .containerFull {
    max-width: 1300px;
    margin: 0 auto;
  }
  .mt-lg-6 {
    margin-top: 6rem !important;
  }
}
@media (min-width: 1920px) {
  .industiresBlock {
    padding-left: 18%;
  }
}
