/* laptop */
@media (max-width: 1300px) {
    .welcome:before {
        content: '';
        width: 100%;
        height: 700px;
        background: url(../images/bg_waves_before.webp);
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        bottom: -133px;
        z-index: -1;
    }
    .dubbing_img {
        min-width: 440px;
    }
    .dubbing_img img {
        min-width: 440px;
    }
    .sound_head img {
        position: absolute;
        width: 450px;
        right: 0;
        top: 36px;
    }
    .about_banner {
        text-align: center;
        margin-bottom: 25px;
    }
}


/* tab */
@media (max-width: 1080px) {}


/* ipad */
@media (max-width: 860px) {
    
    .dubbing_main {
        display: flex;
        grid-template-columns: 1fr 2fr;
        gap: 40px;
        flex-wrap: wrap;
    }
     .mobile-header-icon span {
        display: block;
        width: 20px;
        height: 3px;
        border-radius: 30px;
        right: 0;
        margin-right: 0px;
        background: #fff;
        -webkit-transition: .2s ease;
        -ms-transition: .2s ease;
        -moz-transition: .2s ease;
        -o-transition: .2s ease;
        transition: .2s ease;
        position: relative;
        opacity: 1;
    }
    .mobile-header-icon span:before {
        content: '';
        position: absolute;
        width: 20px;
        height: 3px;
        border-radius: 30px;
        background: #fff;
        left: 0;
        top: -8px;
    }
    .mobile-header-icon span:after {
        content: '';
        position: absolute;
        width: 20px;
        height: 3px;
        border-radius: 30px;
        background: #fff;
        left: 0;
        top: 8px;
    }
    
    
    .bg-color .mobile-header-icon span {
        display: block;
        width: 20px;
        height: 3px;
        border-radius: 30px;
        right: 0;
        margin-right: 0px;
        background: linear-gradient(90deg, #052A45 0%, #076386 100%);
        -webkit-transition: .2s ease;
        -ms-transition: .2s ease;
        -moz-transition: .2s ease;
        -o-transition: .2s ease;
        transition: .2s ease;
        position: relative;
        opacity: 1;
    }
    .bg-color .mobile-header-icon span:before {
        content: '';
        position: absolute;
        width: 20px;
        height: 3px;
        border-radius: 30px;
        background: linear-gradient(90deg, #052A45 0%, #076386 100%);
        left: 0;
        top: -8px;
    }
    .bg-color .mobile-header-icon span:after {
        content: '';
        position: absolute;
        width: 20px;
        height: 3px;
        border-radius: 30px;
        background: linear-gradient(90deg, #052A45 0%, #076386 100%);
        left: 0;
        top: 8px;
    }
    .header_logo a img{
        width: 284px;
    }
     .header_link ul {
        display: block;
        gap: 10px;
        margin: 0;
        padding: 0;
        justify-content: flex-start;
        width: 100%;
    }
    .header_link ul li{
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        border-bottom: 1px solid #E6E6E6;
        padding-bottom: 15px;
        margin-bottom: 10px;
      }
    .max {
        max-width: 1600px;
        width: 100%;
        padding-left: calc(20px + 0vw);
        padding-right: calc(20px + 0vw);
        margin: 0 auto;
    }
    .header_link {
        position: fixed;
        background: #fff;
        left: 0;
        top: 67px;
        padding: 20px;
        width: 100%;
        z-index: 999;
        box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.10);
    }
    .header {
        padding: 13px 0px;
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 9999;
    }
    .header_link ul li a {
          color: #000;
        }
    .banner_img img{
        height: 490px;
    }
     .banner_div {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        height: 100%;
        align-content: end;
      }
      .banner_left h1 {
          font-family: var(--headfont);
          font-size: 34px;
          font-weight: 400;
          line-height: 1;
          color: #F2BA09;
        }
        .banner_left h3 {
          font-family: var(--font);
          font-size: 28px;
          font-weight: 400;
          line-height: 1.6;
          color: #FFFFFF;
        }
    .banner_right img {
      width: 244px;
      margin-left: 62px;
    }
    img.img_man {
      position: absolute;
      bottom: -60px;
      right: -27px;
      width: 212px;
    }
     .banner_left img {
        width: 83px;
        position: absolute;
        right: auto;
        top: 219px;
        left: 0;
        z-index: 999;
      }
      .welcome {
  padding: 60px 0 100px;
}
.welcome_content h3 {
  font-family: var(--headfont);
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 20px;
}
.welcome_content {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
.welcome_content p {
  font-family: var(--font);
  font-size: 14px;
}
     .welcome::before {
    content: '';
    width: 100%;
    height: 41%;
    background-size: cover;
    bottom: -53px;
    z-index: -1;
  }
    .feature {
      position: relative;
      padding: 70px 0px 70px;
      z-index: 1;
      overflow: hidden;
    }
    .feature::before {
      content: '';
      width: 100%;
      height: 82px;
      bottom: -40px;
      z-index: -1;
    }
    .feature_head h3 {
      font-family: var(--headfont);
      font-size: 40px;
      font-weight: 400;
      line-height: 1;
      color: #FFFFFF;
      text-transform: capitalize;
    }
    .feature_div h3 {
      font-family: "Jomhuria", serif;
      font-size: 46px;
      font-weight: 400;
      line-height: 0.6;
      color: #fff;
      margin-top: -16px;
    }
    .feature_main .owl-dots button {
      width: 8px !important;
      height: 8px !important;
    }
     .dubbing_img img {
        min-width:100%;
     }
      .dubbing_img{
        min-width:100%;
     }
     .dubbing_div {
         width: 100%;
    }
    .pl_0 {
      padding-left: calc(20px + 0vw) !important;
    }
    .dubbing {
      padding: 40px 0px;
    }
    .dubbing_div h3 {
      font-family: var(--headfont);
      font-size: 40px; 
      font-weight: 400;
      line-height: 1.2;
      background: linear-gradient(90deg, #0B7F9B 0%, #023047 100%);
        background-clip: border-box;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    .copy p {
      font-family: var(--font);
      font-size: 12px;
      font-weight: 400;
      line-height: 1.6;
      color: #fff;
    }
    .copy {
      padding: 15px 0px;
      text-align: center;
    }
    .abo_main {
      display: grid;
      grid-template-columns: 1fr;
      gap: 20px;
    }
    .abo_banner_img img{
        height:180px;
    }
    .about_banner h1 {
      color: #fff;
    }
    .abo_sec::before {
      top: -10px;
      right: -10px;
    }
    img.abo_top {
      width: auto;
      position: absolute;
      left: -45px;
    }
    .sound_head h3 {
      font-size: 40px;
      font-weight: 400;
      line-height: 1;
    }
     .sound_head img {
        position: absolute;
        width: 450px;
        right: 0;
        top: 86px;
      }
      .sound_main {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 40px;
}
.sound_div p {
  font-family: var(--font);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #434343;
}
.studio_head h3 {
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
}  
.gall {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.nnn ul {
  background: linear-gradient(180deg, #F06F19 0%, #D9B122 100%);
  padding: 18px 49px;
  border-radius: 54px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 23px;
}
    
.nnn ul li.tab.active::before {
    width: 130%;
  height: 35px;
  background: #FAF0EE;
  content: '';
  position: absolute;
  bottom: -3px;
  left: -15%;
  clip-path: none;
  border-radius: 17px 17px 0 0;
}
.counrty {
  margin-top: 20px;
  text-align: center;
}
.counrty h3 {
  font-family: var(--headfont);
  font-size: 40px;
}
.client h3 {
  text-align: center;
  font-family: var(--headfont);
  font-size: 40px;
  margin-bottom: 20px;
}
.client {
  padding: 20px;
}
    .client_div {
  width: 46%;
  border-radius: 12px;
  border: 1px solid #EEEAEA;
}
.service_main {
  width: 100%;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.client h4 {
  font-family: var(--font);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  color: #434343;
  width: 100%;
  margin: 0 auto 20px;
}
.client p {
  font-family: var(--font);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  color: #434343;
  width: 100%;
  margin: 0 auto;
}
.contact {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.contact_left h3 {
  font-family: var(--headfont);
  font-size: 40px;
}
.contact_form {
  padding: 20px;
  box-shadow: 0px 4px 30px 0px #0000001A;
  background: #fff;
  border-radius: 30px;
}
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}


/* mobile */
@media (max-width: 640px) {}