@media screen and (max-width: 1100px) {
  /* .splide__arrow--prev {
    left: 35%;
  }
  .splide__arrow--next {
    right: 35%;
  } */
  .slider-btn {
    padding: 1rem;
  }
}

@media screen and (max-width: 991px) {
  .side-bar {
    width: 40%;
  }
  .contact-container {
    width: 85%;
  }
}

@media screen and (max-width: 850px) {
  .partners-item-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .power-take-off-container {
    height: auto;
    min-height: 450px;
  }
  .power-take-off-pic-wrap {
    gap: 0.5rem;
  }
  .ptk-off-machine-pic {
    max-width: 120px;
  }
  .arrow-pic {
    max-width: 100px !important;
    height: auto;
  }
  .power-off-top-bar {
    padding: 0 !important;
  }
  .plane-wrap {
    height: auto;
    min-height: 400px;
  }
  .plane-wrap img {
    padding: 1.5rem 0;
  }
  .working-arm-wrap img {
    padding: 0;
    max-height: 320px !important;
    padding-bottom: 15px;
  }
  .aerodynamc-wrap {
    height: auto;
    min-height: auto;
    padding: 2rem 0;
  }
  .aero-btn-prev {
    left: 26% !important;
  }
  .aero-btn-next {
    right: 26% !important;
  }
  .powertrain-eff-wrap {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .powertrain-eff-sec {
    height: auto;
  }
  #platform-one .tob-bar {
    margin-bottom: 0;
  }
 
  .page-text-btn {
    text-align: center;
    font-size: 1rem !important;
  }
  .nav-btn-wrap {
    height: 19px;
}
  body {
    min-height: 100vh;
    background-color: #000;
  }
  #hero .hero-video-wrap {
    min-height: unset;
  }
  .section-title h2 {
    font-size: 2rem;
    text-align: center;
    font-family: "selawksemibold";
  }
  .nav-brand {
    margin: 0;
  }
  .nav-brand h3 {
    font-size: 1.16rem;
  }
  .side-bar {
    width: 50%;
  }
  .f-info-wrap {
    max-width: 90%;
  }
  .contact-container {
    width: 100%;
    padding: 2rem;
  }
  .contact-content-wrap {
    margin: 4rem 1rem 2rem;
  }
  .slider-inner-box {
    padding: 1.5rem;
  }
  .slider-pic-box {
    max-width: 350px;
  }
  .slider-pic-box h3 {
    font-size: 1.5rem;
  }
  /* .slider-btn {
    width: 200px;
  } */
  .splide__arrow--prev {
    left: 26%;
  }
  .splide__arrow--next {
    right: 26%;
  }
  .tob-bar .top-pic-item img {
    max-width: 300px;
  }
  .bottom-bar-title {
    font-size: 1.15rem;
  }
  .bottom-pic-item {
    padding: 0;
  }
  .top-bar-title {
    font-size: 1.15rem;
  }

  .platform-energy-modular {
    background-color: #000;
  }
  .safety-top-pic img {
    max-width: 190px !important;
  }
}

@media screen and (max-width: 650px) {
  .partners-item-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.5rem;
  }
  .side-bar {
    width: 60%;
  }
}
@media screen and (max-width: 480px) {
  .working-arm-wrap {
    height: auto;
  }
  .aero-btn-prev {
    left: 50% !important;
    right: 0;
    top: 78%;
  }
  .aero-btn-next {
    right: 26% !important;
  }
  .aero-btn {
    max-width: 213px;
  }
  .aerodynamc-wrap {
    padding-bottom: 8rem;
  }

  .p-modular-energy-pic-wrap {
    height: auto;
  }

  .partners-item-wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0.5rem;
  }
  .side-bar {
    width: 100%;
  }
  .nav-brand h3 {
    font-size: 1rem;
    color: var(--white);
    text-align: end;
  }
  #navbar {
    padding: 1.3rem 0.5rem;
  }
  .section {
    padding: 2rem 0.5rem;
  }
  .section-title h2 {
    font-size: 1.8rem;
    margin-bottom: 1.1rem;
  }
  .bottom-line {
    width: 90px;
  }
  .inner-line {
    width: 35px;
  }
  .nav-brand {
    margin: 0;
  }
  .side-bar-content-wrap {
    padding: 2rem 1.5rem;
  }
  .side-bar-title {
    font-size: 0.97rem;
  }
  .play-button i {
    font-size: 3rem;
  }
  .video-notice {
    display: block;
  }
  .goal-item {
    padding: 1.1rem 1rem;
  }
  .goal-item .icon-wrap i {
    font-size: 2rem;
  }
  .goal-item h4 {
    font-size: 1.05rem;
  }
  footer {
    padding: 3rem 1rem 2rem;

  }

 

  .footer-title {
    font-size: 1.25rem;
  }
  .footer-links ul {
    row-gap: 0.5rem;
  }

  section#contact {
    min-height: unset;
  }


  #contact .section-title p {
    font-size: 1rem;
  }
  .contact-content-wrap {
    margin: 3rem 0rem 1rem;
  }
  .contact-container {
    padding: 2rem 1rem;
  }
  .contact-container form input {
    padding: 0.5rem 1rem;
  }
  .slider-pic-box h3 {
    font-size: 1.3rem;
  }
  .slider-pic-box p {
    font-size: 0.85rem;
    margin-top: 0.5rem;
  }
  .slider-inner-box {
    padding: 1rem;
  }
  .slider-pic-box {
    max-width: 275px;
    height: 175px;

    right: 3%;
    transform: translate(-50%, -50%);
  }
  .splide__arrow--prev {
    font-size: 0.8rem;
  }
  .splide__arrow--next {
    font-size: 0.8rem;
  }
  .patent-item h4 {
    font-size: 1.1rem;
  }
  .patent-item .icon-wrap i {
    font-size: 0.9rem;
  }
  .p-number-list p {
    font-size: 0.95rem;
  }
  .tob-bar .top-pic-item img {
    max-width: 250px;
  }
  .bottom-bar-title {
    font-size: 1rem;
  }
  .top-bar-title {
    font-size: 1rem;
  }

  .platform-pic-wrap img {
    min-height: fit-content;

  }
 
  .platform-energy-modular {
    height: calc(100vh - 230px);
    min-height: 400px;
    background-color: #000;
  }
  .safety-title {
    font-size: 0.9rem;
  }
  .safety-top-pic img {
    max-width: 170px !important;
  }
}




@media screen and (min-width: 768px) and (max-width: 991px) {
  .splide__arrow--prev {
    left: 20%;
  }
  .splide__arrow--next {
    right: 20%;
  }

  .platform-slider-wrap .page-text {
    top: 4% !important; 
    
  }
}

/* Home fixes */
@media screen and (max-width:767px) and (orientation: portrait) {
  #hero {
    height: 100%;
    max-height: calc(100vh - 66px);
  }
  #hero .hero-video-wrap {
    height: 100%;
    max-height: calc(100vh - 66px);
  }
  span.page-title-btn {
    top: 15px;
    left: 15px;
  }
}

/* mobile landscape */
@media screen and (max-width:991px) and (orientation: landscape) {
  #hero {
    height: 100%;
    max-height: calc(100vh - 66px);
  }
  #hero .hero-video-wrap {
    height: 100%;
    max-height: calc(100vh - 66px);
  }

  .splide__arrow--prev {
    top: unset !important;
    bottom: 15px !important;
  }
  .splide__arrow--next {
    top: unset !important;
    bottom: 15px !important;
  }
  span.page-title-btn {
    top: 15px;
    left: 15px;
  }
}

/* tab responsive */
@media screen and (min-width: 767px) and (max-width: 1024px) and (orientation: portrait) {
  #hero {
    height: 100%;
    max-height: calc(100vh - 66px);
  }
  #hero .hero-video-wrap {
    height: 100%;
    max-height: calc(100vh - 66px);
  }
}