/* Home Page */
.mobile-menu {
  display: none;
}
@media only screen and (max-width: 1283px) {
  .about-design1::before {
    bottom: 0;
  }
  .about-design1::after {
    bottom: -60px;
  }
  .home-page-about-sec .container {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 1100px) {
  .container {
    padding: 0 25px;
  }
  .home-product-content-sec {
    flex-direction: column;
  }
  .home-banner-sec1 {
    padding-top: 110px;
  }
}
@media only screen and (max-width: 1000px) {
  .about-design1::before {
    bottom: -70px;
  }
  .about-design1::after {
    bottom: -130px;
  }
  .home-page-about-sec-sub {
    flex-direction: column;
  }
  .home-page-about-sec-sub {
    align-items: center;
  }
  .home-page-about-sec .container {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 800px) {
  .footer-contact-sec {
    grid-template-columns: 1fr 10fr;
    min-width: auto;
  }
  .why-choose-card-sec {
    grid-template-columns: 1fr 1fr;
  }
  .home-page-product-cards {
    grid-template-columns: 1fr 1fr;
  }
  .home-banner-sec2 {
    display: none;
  }
  .home-banner-container-sec {
    min-height: 100%;
  }
  .home-banner-sec1 {
    padding-top: 163px;
    padding-bottom: 50px;
  }
  .home-page-about-sec .container {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 700px) {
  .home-banner-sec1 h5 {
    font-size: 21px;
  }
  .home-banner-sec1 h2 {
    font-size: 36px;
  }
  .mobile-menu.active {
    transform: translateY(0%);
  }
  .mobile-menu {
    position: absolute;
    top: 0px;
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
      rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
      rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    flex-direction: column;
    gap: 50px;
    align-items: center;
    background-color: var(--primary-white);
    padding-top: 100px;
    padding-bottom: 50px;
    transform: translateY(-130%);
    width: 100%;
    transition: 1s ease;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }
  .mobile-menu li a {
    color: var(--primary-red);
    padding: 10px 15px;
    border-radius: 15px;
    position: relative;
  }
  .mobile-menu li a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 0%;
    height: 5px;
    border-radius: 5px;
    background-color: red;
    transition: 0.5s linear;
  }
  .mobile-menu li a:hover::after {
    width: 100%;
  }
  .mobile-menu .header-link-sec-mobile ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
  .header-contact-btn-sec-mobile {
    margin: auto;
  }
  header .header-container-sec .header-link-sec {
    display: none;
  }
  header .header-container-sec .header-contact-btn-sec {
    display: none;
  }
  .mobile-menu-icon {
    width: 25px;
  }
  .container {
    padding: 0 15px;
  }
  .why-choose-card-sec {
    grid-template-columns: 1fr;
  }
  .home-page-product-cards {
    grid-template-columns: 1fr;
  }
  .home-page-about-sec .about-design2 {
    display: none;
  }
  .home-page-about-sec .about-design3 {
    left: 0;
  }
  .home-page-about-sec .about-design3 h4 {
    font-size: 22px;
  }
  .home-page-about-sec .about-design3 {
    gap: 10px;
  }
  .home-about-sec2 h3 {
    font-size: 36px;
  }
  .why-choose-section .why-choose-title h2 {
    font-size: 36px;
    text-align: center;
  }
  .whychoose-card-each-sec h4 {
    color: 20px;
  }
  .product-section .p-content-one {
    text-align: center;
  }
  .product-section .p-content-one h3 {
    font-size: 36px;
  }
  .testimonial-section .testimonial-title-sec h3 {
    font-size: 36px;
  }
  .mobile-menu .cross-icon {
    width: 25px;
    position: absolute;
    right: 15px;
    top: 15px;
  }
  .p-content-two {
    text-align: center;
    color: var(--primary-red);
  }
  .home-about-sec2 {
    align-items: center;
  }
  .home-about-sec2 h3 {
    text-align: center;
  }
  .home-about-sec2 p {
    text-align: center;
  }
}

/* ABOUT PAGE RESPONSIVE */
@media only screen and (max-width: 1000px) {
  .about-page-main-container {
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 700px) {
  .ourvision-ourmission .container {
    flex-direction: column;
  }
  .aboutpage-img-sec::after {
    left: -15px;
  }
  .about-page-one {
    flex-direction: column;
  }
  .about-two {
    flex-direction: row;
    transform: translateY(0);
    padding-top: 30px;
    padding-bottom: 60px;
  }
}

/* PRODUCTS PAGE */
@media only screen and (max-width: 700px) {
  .product-main-sec .container .product-page-product-one {
    flex-direction: column;
  }
  .product-page-product-one .swiper {
    order: 2;
  }
  .product-page-product-one .swiper {
    max-width: 100%;
  }
  .product-main-sec .product-content-sec {
    padding: 0;
  }
  .product-main-sec .product-content-sec h3 {
    font-size: 26px;
  }
  .product-main-sec {
    padding-top: 150px;
  }
  .aboutpage-content-sec h3 {
    font-size: 32px;
  }
  .about-two .about-number-one {
    font-size: 36px;
  }
  .about-two .about-number-two {
    font-size: 36px;
  }
}

/* GALLERY PAGE */
@media only screen and (max-width: 700px) {
  .gallery-banner-content {
    max-width: 100%;
  }
  .galler-image-sec .container {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 400px) {
  .galler-image-sec .container {
    grid-template-columns: 1fr;
  }
}

/* CONTACT PAGE */
@media only screen and (max-width: 1200px) {
  .contact-page-main .container {
    flex-direction: column;
    gap: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .contact-icon img {
    width: 20px;
  }
  .contact-icon h6 {
    /* font-size: 16px; */
    display: none;
  }
  .email h6 {
    font-size: 16px;
  }
  .contact h6 {
    font-size: 16px;
  }
  .address h6 {
    font-size: 16px;
  }
  .contact-sec2 {
    gap: 15px;
    padding: 15px;
  }
  .contact-page-main .contact-sec1 h1 {
    font-size: 36px;
  }
  .contact-page-container h3 {
    font-size: 30px;
  }
  .contact-page-container h6 {
    font-size: 18px;
  }
  .contact-form .form-input-one {
    flex-direction: column;
  }
  .contact-form-msg-sec {
    flex-direction: column;
  }
  .contact-form-sub-sec {
    flex-direction: column;
  }
  .contact-form-name-sec {
    flex-direction: column;
  }
}
