@media (max-width: 767px) {
  /* toggle */
.switch {
    left: 10px;
}
  .load-section {
    display: flex;
    transition: transform 1.2s ease;
 
  }

  .load-logo {
    font-size: 80px;
    transition: transform 1.2s ease, opacity 1.2s ease;
    margin-bottom: 150px;
  }
  .load-logo.logo-slide-up {
    transform: translateY(-400px);
    opacity: 0;
}

  /* header-section */
  .header-section {
    display: flex;
    flex-direction: column;
    padding: 0px 0px;
    position: relative;
  }

  .header-imag {
    display: none;
  }

  .header-imag-mark {
    display: flex;
    width: 100%;
    height: 350px;
  }

  .kayo {
    color: #000000;
    font-size: 30px;
    font-weight: 1000;
  }
  .kayo a {
    color: #000000;
}

  .header-scroll-grid {
    height: auto;
    overflow-y: visible;
    order: 2;
    padding-left: 0;
  }

  .navbar {
    align-items: center;
    gap: 10px;
    padding: 20px;
    position: relative;

  
  top: 0;
  background: white;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
  }

  .nav-left {
    width: 50%;
  }

  .nav-mid {
    display: none;
  }

  .menu {
    display: flex;
    width: 20px;
    height: auto;
  }
  

  .header-content {
    flex-direction: column;
    padding: 0;
    padding: 20px;
    height: auto;
  }

  .header-content-left,
  .header-content-right {
    width: 100%;
    padding: 0 0px;
  }

  .heading {
    font-size: 80px;
    line-height: 70px;
    font-weight: 900;
    letter-spacing: -2px;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .heading span {
    font-size: 80px;
    letter-spacing: -2px;
  }
  .about {
    padding-top: 5px;
    padding: 0;
}

  .craft {
    font-size: 30px;
    line-height: 35px;
    font-weight: 300;
  }

  .second-heading {
    font-size: 44px;
    line-height: 42px;
    width: 30%;
    font-weight: 900;
  }
  .brand {
    display: block;
}
 .brand-option {
   padding: 5px 0px;

  }
  .craft-grid {
    font-size: 30px;
    font-weight: 400;
    line-height: 35px;
}
  .header-para {
    font-size: 16px;
    padding: 15px 0px;
    line-height: 24px;
  }

  .partner {
    height: auto;
    width: 110px;
  }

  /* selected-work-section-01 */
  .selected-work-section {
    padding: 0px;
  }

  .selected-work-header {
    padding: 20px;
  }

  .project {
    font-size: 60px;
    padding-bottom: 0px;
    line-height: 50px;
  }

  .project-minihead {
    font-size: 30px;
    line-height: 35px;
    font-weight: 200;
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .project-img-section {
    display: block;
  }
   .project-img-section,
    .project-img-section-grey {
        display: flex;
        flex-direction: column-reverse;
    }

  .project-img-section-grid {
    width: 100%;
    padding-top: 0px;
  }

 .project-img-wrapper {
    height: 50vh;
    overflow: hidden;
    position: relative;
  }

  .project-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    transform: translateY(0);
    transition: transform 0.1s ease-out;
    will-change: transform;
  }

  /* selected-work-section-02 */
  .project-img-section-grey {
    display: block;
    background-color: #F8F8F8;
  }

  /* selected-work-section-03 */
  .testimonial-grid {
    display: block;
  }

  .testimonial-grid-box {
    width: auto;
    padding: 20px;
  }

  .testimonial-grid-box-grey {
    width: auto;
    padding: 20px;
  }

  /* footer */
  .footer {
    padding: 20px;
    text-align: center;
  }

  .footer-logo {
    font-weight: 700;
    font-size: 60px;
    text-align: center;
  }

  .section {
    font-size: 16px;
  }

  .footer-sections {
    display: flex;
  }

}

@media (min-width: 768px) and (max-width: 991.98px) {
 /* toggle */
.switch {
    left: 30px;
}
  /* header-section */
  .header-section {
    display: flex;
    flex-direction: column;
    padding: 0px 0px;
    position: relative;
  }

  .header-imag {
    display: none;
  }

  .header-imag-mark {
    display: flex;
    width: 100%;
    height: 80vh;
  }

  .kayo a{
    color: #000000;
    font-size: 30px;
  }

  .header-scroll-grid {
    height: auto;
    overflow-y: visible;
    order: 2;
    padding-left: 0;
  }

  .navbar {
    align-items: center;
    gap: 10px;
    padding: 20px 60px;
    position: relative;
  }

  .nav-left {
    width: 5%;
  }

  .header-content {
    flex-direction: column;
    padding: 0;
    padding: 20px 60px;
    height: auto;
  }

  .header-content-left,
  .header-content-right {
    width: 100%;
    padding: 0 0px;
  }

  .heading {
    font-size: 100px;
    line-height: 80px;
    letter-spacing: -2px;
  }

  .heading span {
    font-size: 100px;
    letter-spacing: -2px;
  }

  .craft {
    font-size: 30px;
    line-height: 35px;
  }

  .second-heading {
    font-size: 60px;
    line-height: 55px;
    padding-top: 0px;
  }

  .partner {
    height: auto;
    width: 150px;
  }

  /* selected-work-section-01 */
  .selected-work-section {
    padding: 0px;
  }

  .selected-work-header {
    padding: 20px 60px;
  }

  .project {
    font-size: 110px;
    padding-bottom: 0px;
    line-height: 90px;
  }

  .project-minihead {
    font-size: 30px;
    line-height: 30px;
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .project-img-section {
    display: flex;
  }

  .project-img-section-grid {
    width: 100%;
  }

  .project-img {
    width: 100%;
    height: 40vh;
  }

  .project-img-wrapper {
    height: 40vh;
    overflow: hidden;
    /* Prevent scrollbars on zoom */
  }

  /* selected-work-section-02 */
  .project-img-section-grey {
    display: flex;
    background-color: #F8F8F8;
  }

  .service-grid-content {
    padding: 15px 20px;
  }

  .brand-option {
    margin: 0;
    font-size: 16px;
    font-weight: 700;

  }

  .testimonial-grid-box {
    padding: 20px;
    width: 50%;
  }

  .testimonial-grid-box-grey {
    padding: 20px;
    width: 50%;
  }

  .header-para {
    font-size: 16px;
    padding: 15px 0px;
    line-height: 20px;
  }


}

@media (min-width: 992px) and (max-width: 1200px) {

  /* selected-work-section-01 */
  .selected-work-section {
    padding: 0px;
  }

  .selected-work-header {
    padding: 20px 50px;
  }

  .project {
    font-size: 120px;
    padding-bottom: 0px;
    line-height: 90px;
  }

  .project-minihead {
    font-size: 30px;
    line-height: 30px;
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .project-img-section {
    display: flex;
  }

  .project-img-section-grid {
    width: 100%;
  }

  .project-img {
    width: 100%;
    height: 40vh;
  }

  .project-img-wrapper {
    height: 40vh;
    overflow: hidden;
    /* Prevent scrollbars on zoom */
  }

  /* selected-work-section-02 */
  .testimonial-grid-box {
    padding: 20px;
    width: 50%;
  }

  .testimonial-grid-box-grey {
    padding: 20px;
    width: 50%;
  }

  .section {
    margin: 0px;
  }

}

@media (min-width: 1201px) and (max-width: 1400px) {}