/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 1300px) {

  h1 {
    font-size: 40px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 20px;
  }

  header .bottom-header .logo img {
    width: 249px;
  }

  header .bottom-header .primary-menu {
    gap: 10px;
  }

  header .bottom-header .primary-menu nav a {
    padding: 8px;
    font-size: 14px;
  }

  header .sticky .logo img {
    width: 200px;
  }

  header .primary-btn a {
    padding: 15px 15px;
  }

  .banner .container {
    gap: 36px;
  }

  .banner .banner-img img {
    max-width: 40%;
  }

  .banner .banner-feature .box {
    padding: 20px 15px;
  }

  .choose-us {
    background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../upload/bg-4.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
  }

  .testimonials .tesimonial-content {
    padding: 75px 30px;
  }

  .testimonials .testimonial-items {
    width: 100%;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 1100px) {

  .primary-btn a {
    padding: 15px 20px;
    font-size: 14px;
  }

  .banner .banner-feature .box {
    padding: 20px 7px;
  }

  .text-slide .big {
    font-size: 80px;
  }

  .about-us .about-main {
    display: flex;
    gap: 25px;
  }

  .services.section-padding {
    padding-top: 0px;
  }

  .services .service-items {
    margin-top: 40px;
  }

  .services .service-items .item-box {
    width: 32%;
  }

  .services .service-items .item-box img {
    width: 72px;
  }

  .services .service-img {
    margin-top: 10px;
  }

  .choose-us .choose-us-items .box {
    width: 45%;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
    flex-direction: column;
    cursor: pointer;
  }

  /* ========== book now page ========= */
  #book-page .book-area .main-book {
    background-color: #ffffff9d;
    width: 80%;
    margin: 0px auto;
    padding: 40px;
    border-radius: 15px;
  }

  /* =========== contact page =========== */
  #contact-page .contact-main .contact-form form {
    width: 100%;
  }

}


/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 992px) {

  h1 {
    font-size: 32px;
  }

  h3 {
    font-size: 26px;
  }

  .inner-page-title {
    font-size: 24px;
  }

  .inner-sub-title {
    font-size: 18px;
  }

  header .bottom-header .container {
    align-items: center;
  }

  header .primary-menu {
    flex-direction: column;
    padding: 150px 20px;
    position: fixed;
    background: #fff;
    width: 100%;
    max-width: 350px;
    right: -100%;
    top: 0px;
    transition: all .4s ease-in;
    z-index: 1;
    height: 100vh;
    justify-content: start;
  }

  header .primary-menu ul {
    gap: 15px;
    flex-direction: column;
  }

  header .primary-menu nav {
    text-align: center;
  }

  header .primary-menu nav a {
    display: block;
    padding: 10px 0px;
    font-size: 16px;
    color: #000;
  }

  header .menu-icon {
    display: block;
    border: none;
    background: transparent;
    width: 40px;
    z-index: 9;
    font-size: 24px;
    color: #fff;
  }

  header .menu-icon .fa-xmark {
    color: #000;
  }

  header .primary-menu.active {
    right: 0%;
  }

  header .sticky .menu-icon i {
    color: #ffffff;
  }

  header .primary-btn a {
    padding: 10px 5px;
  }

  .banner {
    padding: 190px 0px 0px;
  }

  .banner .banner-feature .box {
    padding: 20px 0px;
  }

  .banner .banner-feature span {
    font-size: 14px;
  }

  .banner .banner-img img {
    max-width: 60%;
  }

  /* ========= inner page ========== */
  /* ========= our fleet ========== */
  #fleet-page .main-fleet {
    grid-gap: 15px;
  }

  #fleet-page .item .item-img img {
    height: 200px;
  }

  #fleet-page .item .item-content {
    padding: 20px 10px 20px;
  }

  #service-page .service-main .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    grid-gap: 19px;
  }

  #about-page .main-about-content {
    flex-direction: column-reverse;
  }

  #about-page .content-box {
    width: 100%;
  }

}


/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 768px) {

  header .top-header .social-details {
    display: none;
  }

  header .call-details {
    font-size: 14px;
  }

  .about-us .about-main {
    flex-direction: column;
  }

  .about-us .about-us-content {
    width: 100%;
  }

  .about-us .about-us-img {
    width: 70%;
  }

  .services .service-heading-content {
    width: 100%;
  }

  .services .service-items {
    margin-top: 30px;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
  }

  .services .service-items .item-box {
    width: 47%;
  }

  .services .service-items .item-box:nth-child(2) {
    transform: translateY(0px);
  }

  .choose-us .choose-us-main {
    flex-direction: column-reverse;
  }

  .choose-us .choose-content {
    width: 100%;
  }

  .choose-us .choose-img {
    width: 70%;
  }

  .testimonials {
    display: flex;
    background-color: #ededed;
    flex-direction: column-reverse;
  }

  .testimonials .map {
    width: 100%;
    height: 300px;
  }

  .testimonials .main-testimonial {
    width: 100%;
  }

  footer .footer-content {
    flex-wrap: wrap;
    gap: 20px;
  }

  footer .footer-about,
  footer .quick-link,
  footer .service-link,
  footer .contactus-link {
    width: 47%;
  }

  .inner-banner {
    padding: 240px 0px 80px;
  }

  #book-page .book-area .main-book {
    width: 100%;
  }

  #contact-page .contact-main .container {
    flex-direction: column;
  }

  #contact-page .contact-details,
  #contact-page .contact-form {
    width: 100%;
  }

  #serviceArea-page .servicearea-main {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    grid-gap: 20px;
  }

  #fleet-page .main-fleet {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
  }

}


/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 600px) {
  
  h3 {
    font-size: 22px;
  }

  .section-padding {
    padding: 40px 0px;
  }

  .banner {
    padding: 220px 0px 0px;
  }

  .banner .banner-feature {
    flex-wrap: wrap;
    gap: 10px;
  }

  .banner .banner-feature .box {
    width: 47%;
    gap: 9px;
    border-left: 1px dashed yellow;
  }

  .banner .banner-img img {
    max-width: 86%;
  }

  header .top-header .call-details {
    align-items: self-start;
    gap: 5px;
    flex-direction: column;
  }

  header .bottom-header .logo img {
    width: 160px;
  }

  .services .service-items .item-box {
    width: 100%;
  }

  .cta {
    padding: 30px 0px;
    background-position: center;
  }

  .cta .cta-img {
    display: none;
  }

  .cta .cta-content {
    width: 100%;
    text-align: center;
    align-items: center;
  }

  /* ============ book now page ======= */

  #book-page .book-area .main-book {
    padding: 20px;
  }

  /* ============ services areas ========== */

  #serviceArea-page .servicearea-main .item a {
    font-size: 14px;
  }

  /* ========= our fleet =========== */

  #fleet-page .main-fleet h4 {
    font-size: 16px;
  }

  #fleet-page .item .item-img img {
    height: 170px;
  }

  #service-page .service-main .container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, auto);
    grid-gap: 19px;
  }

  #about-page .main-about-content .about-image {
    display: none;
  }
}


@media only screen and (max-width: 450px) {
  
  p {
    font-size: 14px;
  }

  h1 {
    font-size: 16px;
  }

  h3 {
    font-size: 18px;
    line-height: 1.5;
  }

  .container {
    padding: 0px 15px;
  }

  .inner-page-title {
    font-size: 20px;
  }

  .inner-sub-title {
    font-size: 16px;
  }

  header .bottom-header .primary-menu {
    max-width: 260px;
  }

  .banner .banner-feature .box {
    img {
      width: 42px;
    }

    span {
      font-size: 10px;
    }
  }

  .choose-us .choose-us-items .box {
    width: 100%;
    box-shadow: 1px 1px 20px #cccccc61;
    gap: 10px;
  }

  .testimonials h3 {
    font-size: 18px;
  }

  .testimonials .tesimonial-content {
    padding: 40px 15px;
  }

  .testimonials .testimonial-items {
    margin-top: 20px;
  }

  footer h4 {
    font-size: 16px;
  }

  footer .footer-about {
    width: 100%;
  }

  footer .quick-link {
    width: 45%;
  }

  footer .service-link {
    width: 46%;
  }

  footer .contactus-link {
    width: 100%;
  }

  footer a {
    font-size: 14px;
  }

  /* ========== inner banner ======== */
  
  .inner-banner {
    padding: 205px 0px 50px;
  }

  #book-page .book-area .main-book {
    padding: 15px;
  }

  #book-page form {
    gap: 10px;
  }

  #book-page input,
  #book-page textarea,
  #book-page select {
    padding: 8px;
  }

  #book-page .two-box {
    gap: 10px;
    flex-direction: column;
  }

  #book-page .two-box > div {
    width: 100%;
  }

  #book-page label {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 5px;
  }

  /* ======= contact page ========= */

  #contact-page .contact-main .contact-details .details-items {
    margin-top: 20px;
  }

  #contact-page .contact-form form .box {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }

  /* =========== service areas ======= */
  
  #serviceArea-page .servicearea-main {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, auto);
    gap: 10px;
  }

  #serviceArea-page .servicearea-main .item a {
    font-size: 16px;
  }

  #fleet-page .main-fleet {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, auto);
  }
}
