@media (max-width: 1199px) {
  .banner_slider .banner_content {
    max-width: 600px;
  }
  /* .banner_right {
    top: inherit;
    bottom: 0;
    left: 50%;
    transform: translate(-10%, -10%);
    width: fit-content;
    right: 0;
    left: inherit;
  } */
  .certificate_image img {
    max-width: 80px;
  }
  .heading1 {
    font-size: clamp(50px, 10vw, 60px);
    line-height: 1.2;
  }
  .nav_menu ul {
    gap: 15px;
  }
  .touch_image.big {
    width: 375px;
    height: 375px;
  }
  .touch_image.small {
    width: 195px;
    height: 195px;
  }
  .touch_image_bg img {
    max-width: 220px;
  }
  .heading0 {
    font-size: clamp(35px, 10vw, 66px);
  }
  .banner_slider .swiper-pagination{
    /* left: 0; */
  }
  .logo_button_arrow.next {
      right: -15px;
  }
  .logo_button_arrow.prev {
      left: -15px;
  }
}
@media (max-width: 1023px) {
  .site_header {
    padding-block: 20px;
  }
  .outdoor_design_section::before {
    width: 100%;
  }
  .certificate_image img {
    max-width: 66px;
  }
  .heading1 {
    font-size: clamp(30px, 10vw, 50px);
    line-height: 1.2;
  }
  .banner_slider .banner_content {
    max-width: 500px;
  }
  .cmn_button {
    padding-block: 8px;
    padding-inline: 34px;
    min-height: 40px;
  }
  .banner_section::before {
    height: 120px;
  }
  .overlay_part::after,.heading2 .overlay_part::after {
    bottom: 10px;
    left: 36px;
    width: 30px;
    height: 30px;
  }
  .section_hd h2 {
    margin-left: 0;
  }
  .outdoor_image img {
    height: 100%;
    width: 100%;
  }
  .counter_bx img {
    max-width: 40px;
  }
  .heading2 {
    font-size: clamp(30px, 10vw, 40px);
  }
  .touch_image.big {
    width: 275px;
    height: 275px;
  }
  .touch_image.small {
    width: 150px;
    height: 150px;
  }
  .tab_image img {
    height: 400px;
  }
  .challenges_tab .tab-btnTwoTwo {
    min-width: 300px;
    max-width: 100%;
    height: auto;
  }
  .challenges_tab .tab-btnTwoTwo span:first-child {
    width: 218px;
    max-width: 100%;
  }
  .challenges_tab .tab-btnTwoTwo span:last-child {
    bottom: -12px;
  }
  .banner_image img {
    min-height: 650px;
  }
  .banner_right {
    position: absolute;
    right: 0;
    left: inherit;
  }
  .inner_banner_slider .banner_image img {
    min-height: 450px;
    height: 450px;
  }
}
@media (max-width: 991px) {
  .challenges_tab .tab-btnTwoTwo span:last-child {
    bottom: -10px;
  }
}
@media (max-width: 767px) {
  .banner_right {
    position: relative;
    bottom: 0;
    padding-block: 30px;
    transform: translate(0, 0);
  }
  .banner_image img {
    height: 600px;
    min-height: inherit;
    object-fit: cover;
  }
  .header_btn .cmn_button {
    display: none;
  }
  .mobile_menu .header_btn .cmn_button {
    display: block;
  }
  .header_holder img {
    max-width: 130px;
  }
  .outdoor_image {
    height: 400px;
  }
  .outdoor_image.image2 {
    height: 250px;
  }

  .key_box:first-child,
  .key_box:last-child {
    transform: translateX(0px) rotate(0deg);
  }
  .tab_image img {
    min-height: 200px;
  }
  .heading4 {
    font-size: clamp(15px, 10vw, 26px);
    line-height: 1.3;
  }
  .logo_button_arrow {
    top: 45%;
  }
  .banner_slider .swiper-pagination{
    flex-direction: row;
    top: 96%;
    gap: 10px;
    transform: translateX(0px);
    width: fit-content;
    left: inherit;
    right: 0;
  }
  .banner_image::before{
    width: 100%;
  }
  .banner_right {
    left: 0;
    padding-top: 0;
  }
  .certificate_image img{
    max-width: 45px;;
  }
  .banner_holder .client_logo img{
    max-width: 40px;
  }
  .banner_holder .client_box .heading6{
    font-size: 20px;
  }
  .inner_banner_slider .banner_image img {
    min-height: 450px;
    height: 450px;
  }
  .logo_button_arrow {
        top: 65%;
    }
}
@media (max-width: 480px) {
.banner_content h1{
   font-size: 25px;;
  }
  .overlay_part::after ,.heading2 .overlay_part::after{
    bottom: 5px;
    left: 20px;
    width: 20px;
    height: 20px;
    }
    .blogswiper .swiper-wrapper .swiper-slide {
      padding-inline: 10px;
    }
    .blogswiper .swiper-button-next, .blogswiper .swiper-button-prev,.logo_button_arrow.next,.logo_button_arrow.prev{
      width: 30px;
      height: 30px;
    }
    .logo_button_arrow.next i,.logo_button_arrow.prev i{
      font-size: 20px;
    }
    
    .banner_image img {
      height: 650px;
    }
}