@media (max-width: 1920px) {
  html {
    font-size: 0.522vw;
  }
}
@media (min-width: 1920px) {
  .popup-content-wrapper {
    max-width: 1250px;
  }
}
@media (min-width: 1025px) {
  .bg-white .header-menu li a {
    color: #0c0d10;
  }
  .bg-white .header-menu li.current-menu-item a {
    color: #0c0d10;
  }
}
@media (max-width: 1024px) {
  html {
    font-size: 0.62vw;
  }
  .hide-1024 {
    display: none !important;
  }
  .show-1024 {
    display: block !important;
  }
  .show-1024.flex,
  .show-1024.flex-box {
    display: flex !important;
  }
  .full-width-1024 {
    width: 100% !important;
  }
  .container,
  .container.small-container {
    width: 97%;
  }
  .section-heading br,
  p br,
  h2 br {
    display: none;
  }
  .full-width-slider {
    width: 100%;
  }
  .full-width-1024.description {
    margin-top: 3rem;
  }
  /* ------------------------------ */
  /* ------- HEADER STYLES -------- */
  /* ------------------------------ */
  header .header-wrapper {
    padding: 0;
  }
  .header .header-inner {
    display: flex;
    justify-content: center;
    padding: 5rem 0;
  }
  header .header-logo {
    position: static;
    display: inline-block;
    transform: none;
  }
  header .menu-open,
  header .menu-close {
    display: flex;
    flex-direction: column;
    width: 40px;
    height: 28px;
    justify-content: space-between;
    align-items: flex-end;
    position: absolute;
    transition: all 0.4s ease;
  }

  header .menu-open {
    right: 0;
    top: 6rem;
  }
  header.menu-open .menu-open {
    opacity: 0;
  }
  header .menu-close {
    top: 7rem;
    right: 5rem;
    width: 35px !important;
    height: 35px;
    display: block;
  }
  header .menu-close span {
    position: absolute;
    top: 0;
    right: 0;
  }
  header .menu-close span:first-of-type {
    transform: rotate(45deg);
  }
  header .menu-close span:nth-of-type(2) {
    transform: rotate(-45deg);
  }
  header .menu-toggle span {
    display: inline-block;
    width: 100%;
    height: 1.5px;
    background-color: white;
    border-radius: 5px;
  }
  header.bg-white .menu-open span {
    background-color: #000000;
  }
  header .menu-toggle.menu-open span:nth-of-type(2) {
    width: 70%;
  }
  header .header-col {
    padding: 0;
  }
  header .header-menu-wrapper {
    position: fixed;
    left: -120%;
    top: 0;
    width: 100%;
    height: 100%;
    min-width: 100vw;
    min-height: 100vh;
    background-color: #191919;
    display: block;
    padding: 10rem 5rem 6rem 5rem;
    overflow-y: auto;
    transition: all 0.4s ease-in;
    z-index: 10;
  }
  header.menu-open .header-menu-wrapper {
    left: 0;
  }
  header .header-menu-wrapper > div {
    width: 100%;
    display: block;
  }
  header .header-menu-wrapper .header-menu {
    display: block;
    list-style: none;
  }
  .header-menu li a {
    font-size: 2.6rem;
    padding: 2.8rem 0;
    display: block;
    border-bottom: 0.5px solid #42453e;
  }
  .header-col .mail-icon,
  .commercial-process-section img.usp-line,
  .about-intro-section .content-wrapper::before {
    display: none;
  }

  /* ------------------------------ */
  /* ------- FOOTER STYLES -------- */
  /* ------------------------------ */
  footer.footer .max-1920 {
    padding-bottom: 25rem;
  }
  footer.footer .max-1920::after {
    bottom: -23rem;
    transform: rotate(90deg);
    left: calc(50% - 10rem);
  }
  .footer-top-right {
    padding-top: 10rem;
    margin-top: 10rem;
    border-top: 1px solid #434343;
  }
  .footer-top-left {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  /* --------------------------------- */
  /* ------- HOMEPAGE STYLES -------- */
  /* ---------------------------------- */
  .main-banner,
  .com-page-banner.main-banner {
    max-height: 95vh;
    height: 85vh;
    min-height: 50rem;
  }
  .main-banner .banner-content {
    padding: 28rem 0 12rem 0;
  }
  .main-banner.body-banner .banner-content {
    padding-top: 12rem;
  }
  .hp-intro-section .w-45 .img-box {
    max-width: 640px;
  }
  .hp-intro-section .right-col {
    margin-top: 8rem;
  }
  .hp-offer-slide .stroke-text,
  .hp-offer-slide .count {
    font-size: 13rem;
  }
  .hp-offers-section .section-heading .w-35,
  .hp-why-section .section-heading .w-45 {
    margin-top: 3rem;
  }
  .hp-project-section .w-50 {
    display: flex;
    flex-direction: column-reverse;
  }
  .hp-project-section .usp-list li,
  .hp-contact-section .contact-way-list {
    margin-top: 5rem;
  }
  .hp-contact-form .flex-box.justify-end {
    justify-content: center;
  }
  .why-contact-box {
    max-width: 523px;
  }
  .why-contact-box::before {
    width: 27rem;
    height: 30rem;
  }

  /* ---------------------------------------- */
  /* ------- COMMERCIAL OVENS STYLES -------- */
  /* ---------------------------------------- */

  .commercial-process-usp {
    margin-top: 15rem;
  }
  .commercial-process-usp li,
  .commercial-process-section .usp-wrapper {
    transform: none !important;
  }
  .commercial-process-section .usp-wrapper {
    padding-bottom: 10rem;
  }
  .mini-contact-bar .container > .flex-box {
    flex-direction: column;
  }
  .mini-contact-bar .container .w-70 {
    margin-bottom: 5rem;
    justify-content: center;
    max-width: 83rem;
  }
  .commercial-benefits-section .hp-intro-usp {
    margin-top: 8rem;
  }
  /* ---------------------------------------- */
  /* ------- CONTACT US STYLES -------- */
  /* ---------------------------------------- */
  .cu-form-intro .w-40 {
    margin-top: 8rem;
    width: 100%;
  }
  .map-card::before {
    height: 10rem;
  }
  .cu-form-wrapper h4 {
    text-align: center;
  }
  /* ---------------------------------------- */
  /* ------- ABOUT US PAGE STYLES -------- */
  /* ---------------------------------------- */
  .about-intro-section .content-wrapper {
    padding-top: 0;
  }
  .about-intro-section .thumb-box {
    max-width: 400px;
    margin: 0 auto;
  }
  .about-faq-section .commercial-about-section {
    width: 100%;
    max-width: 540px;
    margin-top: 8rem;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 0.78vw;
  }
  .hide-768 {
    display: none !important;
  }
  .show-768 {
    display: block !important;
  }
  .show-768.flex,
  .show-768.flex-box {
    display: flex !important;
  }
  .full-width-768 {
    width: 100% !important;
  }
  .full-width-768.description {
    margin-top: 3rem;
  }

  .container,
  .container.small-container {
    width: 100%;
  }
  .full-width-slider {
    width: 100%;
    padding-left: 15px;
  }

  header .menu-open {
    width: 30px;
    height: 25px;
  }
  header .menu-close {
    width: 30px !important;
    height: 30px;
  }
  header .header-logo {
    width: 25rem;
    height: 8rem;
  }
  .footer-menu-box {
    padding-bottom: 7rem;
    border-bottom: 1px solid #434343;
  }
  .footer-menu-box:last-of-type {
    padding-bottom: 0;
    border-bottom: 0;
  }
  /* --------------------------------- */
  /* ------- HOMEPAGE STYLES -------- */
  /* ---------------------------------- */

  .hp-offer-slide .stroke-text {
    font-size: 11rem;
  }
  .hp-founder-section .thumb-box .thumb-inner {
    position: static;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    margin-top: -8rem;
  }
  .hp-founder-section .quote-img {
    display: none;
  }
  .hp-founder-section .quote-text {
    min-height: unset;
    padding: 0;
  }
  .hp-founder-section .quote-meta {
    padding-left: 0;
    margin-top: 5rem;
  }
  .hp-feature-usp {
    grid-template-columns: repeat(2, 1fr);
  }
  .map-box-wrapper {
    margin-top: 8rem;
  }
  .map-box-wrapper .map-tabs {
    justify-content: center;
    margin-bottom: 5rem;
  }
  /* ---------------------------------------- */
  /* ------- COMMERCIAL OVENS STYLES -------- */
  /* ---------------------------------------- */
  .commercial-about-section .w-25 {
    margin-top: 10rem;
  }
  .commercial-process-usp {
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 10rem;
  }
  .commercial-features-usp .usp-item {
    justify-content: flex-start;
    align-items: center;
  }
  .commercial-features-usp .count {
    width: 12rem;
  }
  .commercial-features-usp .title {
    width: calc(100% - 12rem);
  }
  .commercial-features-usp .description {
    width: 100%;
    margin-top: 5rem;
  }
  .com-gallery-slider .slick-list {
    padding: 0 13% 0 0 !important;
  }
  .rounded-section {
    border-radius: 5rem 5rem 0 0;
  }
  /* ---------------------------------------- */
  /* ------- CONTACT US STYLES -------- */
  /* ---------------------------------------- */
  .cu-form-usp {
    grid-template-columns: repeat(2, 1fr);
  }
  .map-card {
    left: 19%;
    top: 5rem;
  }
  /* ---------------------------------------- */
  /* ------- ABOUT US PAGE STYLES -------- */
  /* ---------------------------------------- */
  .timeline-header-slider .inner::after {
    bottom: -0.3rem;
  }
  .timeline-header-item::before {
    display: none;
  }
  .timeline-header-item {
    padding-bottom: 3rem;
  }
  .timeline-body-slider {
    margin-top: 5rem;
  }
  .timeline-body-item {
    padding-left: 0;
  }
  .timeline-body-item .text-box,
  .timeline-body-item .thumb-box {
    width: 50%;
  }
  .large-marquee-text {
    font-size: 20rem;
  }
  .about-founder-img {
    position: relative;
    margin-left: auto;
    width: 100%;
    max-width: 375px;
  }
  .about-offer-usp.grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-product-item .w-45 {
    width: 100%;
  }
  .about-product-item .product-thumb img {
    width: 85%;
  }
  .about-product-item:nth-of-type(odd) .product-thumb,
  .about-product-item:nth-of-type(even) .product-thumb {
    justify-content: center;
  }
  .about-product-item .product-thumb::before,
  .about-product-item:nth-of-type(even) .product-thumb::before {
    left: 0;
    width: 100%;
    right: unset;
  }
  .about-product-item .product-details {
    margin-top: 8rem;
    text-align: center;
  }
  .about-product-item .description {
    max-width: unset;
  }
  .about-gallery-images {
    grid-auto-rows: 31rem;
  }
  .about-featured-gallery .gallery-item .img-box img {
    height: 70rem;
  }
  .popup-content-wrapper {
    width: 95%;
  }
  /* BLOG LISTING & DETAIL PAGE */
  .blog-listing.grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  html {
    font-size: 0.92vw;
  }
  .com-padding {
    padding: 12rem 0;
  }
  .top-padding {
    padding-top: 12rem;
  }
  .bottom-padding {
    padding-bottom: 12rem;
  }
  .full-width-640 {
    width: 100% !important;
  }
  .full-width-640.description {
    margin-top: 3rem;
  }
  .footer-social-list a {
    width: 5.5rem;
    height: 5.5rem;
    padding: 1.2rem;
  }
  .footer-menu-box h5 {
    font-size: 3.5rem;
  }
  .footer-menu-box li a,
  .footer-menu-box span {
    font-size: 2.4rem;
  }
  .footer-bottom {
    flex-direction: column-reverse;
  }
  .footer-bottom > * {
    width: 100%;
    flex: none;
    justify-content: center;
    text-align: center;
  }
  .footer-bottom-links {
    margin-bottom: 3rem;
  }

  /* --------------------------------- */
  /* ------- HOMEPAGE STYLES -------- */
  /* ---------------------------------- */
  .hp-offer-slide .stroke-text {
    position: static;
    margin-bottom: 5rem;
  }
  .hp-offer-slide .meta-details {
    flex-direction: column;
    align-items: center;
  }
  .hp-offer-slide .meta-details .text-box {
    width: 100%;
  }
  .hp-offer-slide .meta-details .w-max {
    margin-top: 5rem;
  }
  .hp-offer-slide .thumb-img {
    width: 67%;
    text-align: center;
  }
  .hp-offer-slider-wrapper .circle-slider-arrow {
    top: 44%;
  }
  .contact-us-form .input-box input,
  .contact-us-form select,
  .contact-us-form textarea,
  .hp-contact-form .input-box input,
  .hp-contact-form .input-box select,
  .hp-contact-form .input-box textarea {
    font-size: 2.6rem;
  }
  form .flex-box .half-box {
    width: 100%;
  }
  /* ---------------------------------------- */
  /* ------- COMMERCIAL OVENS STYLES -------- */
  /* ---------------------------------------- */
  .commercial-process-usp {
    grid-template-columns: repeat(2, 1fr);
  }
  .commercial-process-usp .count {
    top: -4rem;
    right: 3rem;
    height: 12rem;
    width: 12rem;
  }
  .commercial-process-usp .count,
  .cu-form-usp .count {
    font-size: 12rem;
  }
  .com-gallery-slider .slick-slide {
    margin-right: 3rem;
  }
  .com-gallery-slider .slick-list {
    padding: 0 6% 0 0 !important;
  }
  .mini-contact-bar .headphone-icon {
    max-width: 8rem;
  }
  .mini-contact-bar h4 {
    font-size: 3.5rem;
  }
  .mini-contact-bar br {
    display: none;
  }
  /* ---------------------------------------- */
  /* ------- CONTACT US STYLES -------- */
  /* ---------------------------------------- */
  .map-card::before {
    display: none;
  }
  .map-card {
    top: 2rem;
    padding: 2rem 2rem;
  }
  /* BLOG LISTING & DETAIL PAGE */
  .blog-listing.grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .blog-item .blog-img {
    height: auto;
    max-height: 60rem;
  }
}

@media (max-width: 540px) {
  html {
    font-size: 1.28vw;
  }
  body {
    font-size: 2.7rem;
  }
  .header .header-inner {
    padding: 4rem 0;
  }
  h1 {
    font-size: 8rem;
  }
  h2 {
    font-size: 6rem;
  }
  h3 {
    font-size: 4.5rem;
  }
  .text-small {
    font-size: 2.3rem;
  }

  /* --------------------------------- */
  /* ------- HOMEPAGE STYLES -------- */
  /* ---------------------------------- */
  .main-banner h1 span,
  .page-intro-section h1 span {
    font-size: 7rem;
  }
  .hp-logo-marquee img {
    max-height: 6rem;
  }
  .circle-slider-arrow {
    width: 8rem;
    height: 8rem;
  }
  .hp-feature-usp {
    grid-template-columns: repeat(1, 1fr);
  }
  .hp-offer-slide .stroke-text {
    font-size: 9rem;
  }
  .hp-offer-slide .meta-details h3 {
    font-size: 4rem;
    margin-bottom: 1rem;
  }
  .hp-project-section .usp-list {
    margin-top: 7rem;
    text-align: center;
  }

  .commercial-about-section .input-box {
    margin-bottom: 5rem;
  }
  .dark-bg-form .input-box input,
  .dark-bg-form .input-box select,
  .dark-bg-form .input-box textarea {
    font-size: 2.5rem;
    padding-bottom: 2rem;
  }
  .featured-video-section video {
    max-height: 90rem;
    height: auto;
    min-height: unset;
  }
  .featured-video-section iframe {
    height: auto !important;
    min-height: unset !important;
  }
  /* ---------------------------------------- */
  /* ------- CONTACT US STYLES -------- */
  /* ---------------------------------------- */
  .map-box img.map-img {
    min-height: 300px;
  }
  .map-card {
    left: 5%;
    max-width: 90%;
  }
  .our-catalogue-section .container {
    padding: 0;
  }
  .our-catalogue-section .section-heading {
    padding: 0 15px;
  }
  .catalogue-slider .slick-list {
    padding: 0 7rem !important;
  }
  .catalogue-slider .content h4 {
    letter-spacing: 0;
  }
  .catalogue-slider .content {
    padding: 5rem 4rem;
  }
  /* ---------------------------------------- */
  /* ------- ABOUT US PAGE STYLES -------- */
  /* ---------------------------------------- */
  .timeline-header-slider .slick-list,
  .timeline-body-slider .slick-list {
    padding: 0 15% 0 0 !important;
  }
  .timeline-body-item .text-box,
  .timeline-body-item .thumb-box {
    width: 100%;
  }
  .timeline-body-item .text-box {
    margin-top: 5rem;
    padding-left: 0;
  }
  .timeline-header-slider .inner::after {
    bottom: -0.4rem;
  }
  .about-founder-img {
    margin-top: 7rem;
  }
  .about-founder-section .w-45 {
    margin-top: 0;
  }
  .about-product-item .product-thumb img {
    max-width: 45rem;
  }
  .about-product-item .product-thumb .count,
  .large-marquee-text {
    font-size: 14rem;
  }
  .about-gallery-images {
    grid-auto-rows: 20rem;
  }
  .about-offer-usp.grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .timeline-body-item .text-box p {
    font-size: 2.7rem;
  }
  .about-featured-gallery .gallery-item .img-box img {
    height: 60rem;
  }
}

@media (max-width: 430px) {
  html {
    font-size: 1.4vw;
  }
}
