@media (min-width: 1025px) {
  header .main-menu a:hover {
    color: #846e53;
  }
  header .header-btn:hover {
    background-color: var(--white);
    color: var(--black);
  }
}

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

@media (max-width: 1025px) {
  html {
    font-size: 0.65vw;
  }
  .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 {
    width: 100%;
    padding: 0 30px;
  }
  .divider {
    padding: 0 30px;
  }
  .full-width-slider {
    padding-left: 30px;
  }
  .section-heading br {
    display: none;
  }
  /* ------------------------- */
  /* ----- MAIN MENU ------- */
  /* ------------------------- */
  header .header-wrapper {
    width: 100%;
  }
  header#header .logo img {
    max-height: 10rem;
  }
  header .header-right {
    background-color: #fff;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    position: fixed;
    left: -110%;
    top: 0;
    flex-direction: column;
    padding: 8rem 5rem 5rem 3rem;
    transition: all 0.5s ease;
  }
  header.menu-open .header-right {
    left: 0;
  }
  header .header-right ul {
    display: block;
    width: 100%;
    padding-top: 5rem;
    padding-bottom: 2rem;
  }
  header .header-right ul a {
    display: block;
    padding: 2rem 0;
    font-size: 3rem;
    text-align: center;
    border-bottom: 1px solid #d9d9d9;
  }

  header .header-btn {
    margin-left: 0;
    margin-top: 3rem;
    font-size: 2.7rem;
    padding: 1.4rem 5rem;
    height: auto;
  }
  header .open-menu,
  header .close-menu {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    width: 33px;
    height: 33px;
    cursor: pointer;
  }
  header .open-menu span,
  header .close-menu span {
    display: inline-block;
    height: 1px;
    background-color: var(--black);
  }
  header .open-menu span:first-of-type,
  header .open-menu span:nth-of-type(2) {
    width: 100%;
    margin-bottom: 1rem;
  }
  header .open-menu span:last-of-type {
    width: 2.5rem;
  }
  header .close-menu {
    position: absolute;
    top: 6rem;
    right: 5rem;
  }
  header .close-menu span {
    width: 4rem;
    position: absolute;
    top: 0;
    right: 0;
  }
  header .close-menu span:first-of-type {
    transform: rotate(-45deg);
  }
  header .close-menu span:nth-of-type(2) {
    transform: rotate(45deg);
  }

  /* -------------------------------------- */
  /* -------------- HOMEPAGE -------------- */
  /* -------------------------------------- */
  .full-width-slider,
  .main-banner .container {
    width: 100%;
  }
  .legacy-main-content {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .hp-legacy-section .legacy-thumb {
    margin-bottom: 10rem;
  }
  .hp-legacy-section .legacy-thumb .stone {
    left: 24%;
  }
  .hp-legacy-section .section-heading p {
    max-width: 100%;
  }
  /* .hp-legacy-usp li {
    flex-direction: column;
    text-align: center;
  }
  .hp-legacy-section .hp-legacy-usp span {
    padding-left: 0;
    margin-top: 2rem;
  } */
  .hp-collection-item img.arrow,
  .hp-collection-item .collection-meta {
    visibility: visible;
    opacity: 1;
  }
  .hp-quarries-section .stone,
  .about-mission-section .stone {
    display: none;
  }
  .hp-quarries-section .circular-box {
    position: relative;
    left: unset;
    top: unset;
    right: unset;
    margin: 0 auto;
  }
  .hp-event-slider .slick-list {
    padding: 0 25% 0 2rem !important;
  }
  .brochure-download-section .container {
    border-radius: 0;
  }
  .hp-social-section .section-heading br {
    display: block;
  }
  .hp-contact-section .container > div {
    max-width: 800px;
    margin: 0 auto;
  }
  .hp-contact-form {
    margin-top: 10rem;
  }

  /* ------------------------------------------------ */
  /* --------- COLLECTION DETAIL PAGE STYLES---------- */
  /* ------------------------------------------------ */
  .cd_intro-section .sticky {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto 10rem auto;
    max-width: 600px;
  }
  .cd_intro-section .intro-usp li {
    padding: 0 2rem 0 4rem;
  }
  .cd_intro-section .section-heading br {
    display: block;
  }
  .cd_intro-section .intro-usp {
    padding: 10rem 4rem;
    width: calc(100% + 60px);
    margin-left: -30px;
    border-radius: 0;
  }
  .cd_spec-table .body .row .col {
    font-size: 1.8rem;
  }
  .cd_other-collections .thumb-box h3 {
    font-size: 12rem;
  }
  .cd_other-collections .thumb-box h3,
  .cd_other-collections .inner-box:hover .meta-box h5 {
    opacity: 1;
  }
  .cd_other-collections .meta-box .arrow {
    background-color: #000000;
  }
  .cd_other-collections .meta-box .arrow img {
    filter: invert(1) brightness(100);
  }
  .cd_other-collections .meta-box {
    margin-top: -1rem;
  }
  .faq-wrapper.full-width-1024 {
    margin-top: 10rem;
  }
  /* .cd_other-collections .inner-box .thumb-box .img-box img {
    transform: translateY(10%);
  } */

  /* CONTACT PAGE */
  .contact-presence-cards .card-item .description-box {
    max-height: unset;
    margin-top: 2rem;
  }

  /* ------------------------------------------------ */
  /* ----------------- ABOUT US PAGE ---------------- */
  /* ------------------------------------------------ */
  .main-banner h1 {
    margin-top: 2.5rem;
  }
  .about-story-section .btn-box {
    padding-left: 0;
  }
  .about-story-section .btn-box::before,
  .about-story-section .container > .relative::before {
    display: none;
  }
  .about-journey-section .container > .flex-box {
    padding-top: 12rem;
    border-top: 1px solid #d9d9d9;
  }
  .about-journey-list {
    margin-top: 10rem;
  }
  .about-journey-list::after {
    left: 49.5%;
  }
  .about-journey-item:nth-of-type(3),
  .about-journey-item:nth-of-type(5) {
    transform: translateY(-10rem);
  }
  .about-showrooms-section .section-heading {
    padding-top: 10rem;
    border-top: 1px solid #b7b7b7;
  }
  .about-mission-section {
    padding-bottom: 10rem;
    background: #f9f9f9;
  }
  .about-mission-section::before,
  .about-mission-section::after {
    display: none;
  }
  .about-mission-section .container {
    width: 100%;
  }
  .about-mission-item .text-box {
    width: 100%;
    max-width: 100%;
    margin-top: 8rem;
  }
  .about-mission-item .img-box {
    width: 100%;
    max-width: 600px;
  }
  .about-mission-vision {
    padding-top: 0;
  }
  .about-mission-item.vision .img-box .inner,
  .about-mission-item.mission .img-box .inner {
    position: static;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    margin: 0;
  }
  .about-mission-item .img-box img {
    width: auto;
    margin-left: 0;
  }
  .about-mission-item > .flex-box {
    flex-direction: column;
    align-items: flex-start;
  }
  .about-mission-item.vision > .flex-box {
    flex-direction: column-reverse;
  }
  .about-mission-item.vision {
    padding-top: 7rem;
  }
  .about-mission-item.mission {
    padding-top: 12rem;
    padding-bottom: 0;
  }

  .about-story-section div.mt-3 {
    margin-top: 6rem;
  }
  .about-story-section .btn-box {
    margin-top: 4rem;
  }

  .about-team-item:hover .content-box .description-box {
    padding-top: 1rem;
  }

  /* ------------------------------------------------ */
  /* ------------- QUARRIES PAGE STYLES -------------- */
  /* ------------------------------------------------ */
  .quarries-intro-section .right-col {
    margin-top: 10rem;
  }
  .quarries-listing-section .item-header .w-30 {
    flex-direction: column;
  }
  .quarries-listing-section .item-header h5 {
    padding: 2rem 0;
  }
  .quarries-listing-section .location-box {
    display: flex;
    flex-direction: row-reverse;
    width: max-content;
    height: auto;
    align-items: center;
    padding: 1rem 3rem;
    border-radius: 4rem;
  }
  .quarries-listing-section .location-box .map {
    width: 5rem;
    height: 5rem;
    overflow: hidden;
    margin-right: 1rem;
    padding-top: 0;
  }
  .quarries-listing-section .location-box .map img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
  .quarries-listing-section .location-box .title img {
    display: none;
  }
  .quarries-listing-section .item-media {
    justify-content: space-between;
    margin: 7rem 0 0 0;
  }
  .quarries-listing-section .item-media .small-box {
    width: 48%;
  }
  .quarries-listing-section .item-media .large-box {
    width: 100%;
    order: 3;
  }
  .quarries-listing-section .item-media > div {
    margin: 2.5rem 0;
    max-height: unset;
  }
  .quarries-listing-section .description .meta li {
    max-width: 33.33%;
  }
  .quarries-body-banner .right-left-overlay {
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.8),
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0)
    );
  }

  .testimonial-body-banner .banner-content .container > .flex-box {
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: flex-start;
  }
  .testimonial-body-banner .quote-box {
    margin-bottom: 5rem;
    margin-top: 0;
  }
  .event-schedule-section .section-heading br {
    display: block;
  }
  /* ------------------------------------------------ */
  /* ------------- TESTIMONIALS PAGE STYLES -------------- */
  /* ------------------------------------------------ */
  .event-meta-list li,
  .event-meta-list li:nth-child(2),
  .event-meta-list li:last-child {
    width: 100%;
    max-width: 100%;
  }
  .event-meta-list li {
    padding: 4rem 0;
    border-top: 1px solid #bababa;
    margin: 0;
  }
  .event-meta-list li:last-child {
    padding-bottom: 0;
  }
  .event-meta-list li:first-child {
    padding-top: 0;
    border-top: 0;
  }
  .event-enroll-section .brochure-form .input-box {
    width: 100%;
  }
  .event-enroll-section .brochure-form .flex-1 {
    padding-right: 0;
  }
  /* ------------------------------------------------ */
  /* ------------- PROCESS PAGE STYLES -------------- */
  /* ------------------------------------------------ */
  .process-intro-section .col-2 .img-box {
    max-width: 540px;
    margin: 5rem 0;
  }
  .process-intro-section .icon-box {
    margin-bottom: 7rem;
  }
  .process-intro-section .icon-box br {
    display: block;
  }
  .process-intro-section .usp-list {
    display: flex;
    flex-wrap: wrap;
  }
  .process-intro-section .usp-list li {
    width: 33%;
    padding: 0 3rem;
    border-left: 1px solid #d9d9d9;
  }
  .process-intro-section .usp-list li:first-child {
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 800px) {
  html {
    font-size: 0.8vw;
  }
  h2,
  .small-title h2 {
    font-size: 8rem;
  }
  .hide-800 {
    display: none !important;
  }
  .show-800 {
    display: block !important;
  }
  .show-800.flex,
  .show-800.flex-box {
    display: flex !important;
  }
  .full-width-800 {
    width: 100% !important;
  }
  .md-grid-col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  /* ---------- FOOTER STYLES ------- */
  .footer-top {
    align-items: center;
    text-align: center;
  }
  .footer-icon {
    margin-top: 3rem;
  }
  .footer-icon video {
    max-height: 30rem;
  }
  .newsletter-box {
    display: flex;
    justify-content: center;
  }
  .footer-menu-box {
    display: block;
  }
  .footer-menu-box > p {
    padding-top: 0;
    font-size: 2rem;
  }
  .footer-menu-box ul {
    padding-left: 0;
    margin-top: 4rem;
  }
  footer .design-credit {
    position: static;
    width: 100%;
    text-align: center;
  }

  /* --------------------------- */
  /* ------- HOMEPAGE --------- */
  /* --------------------------- */

  .main-banner .banner-text {
    width: unset;
    flex: 1;
    max-width: 100%;
    padding-right: 10rem;
  }
  .hp-main-banner .banner-links {
    width: max-content;
  }
  .hp-legacy-section .legacy-thumb .stone {
    left: 15%;
  }
  .hp-collection-item {
    justify-content: space-between;
    padding: 5rem 0;
    padding-top: 12rem;
  }
  .hp-collection-item h3 {
    width: 50%;
    text-align: left;
  }
  .hp-collection-item .collection-meta {
    width: 50%;
  }
  .hp-collection-item .tag {
    transform: none;
    top: 6rem;
  }
  .hp-collection-item .collection-img {
    display: none;
  }
  .hp-quarries-section .map-box {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-top: 10rem;
    margin-bottom: 8rem;
  }
  .map-box .tooltip-card {
    width: 85%;
    height: max-content;
  }
  .map-box .tooltip-card .img-box img {
    border-radius: 1rem;
    height: auto;
  }
  .map-box .map-pointer {
    width: 15px;
    height: 15px;
  }

  .map-box .map-pointer-2 {
    bottom: 31%;
    right: 43%;
  }
  .map-box .map-pointer-3 {
    bottom: 37%;
    right: 42%;
  }

  .map-box .map-pointer-4 {
    right: 33%;
    top: 37.5%;
  }
  .map-box .map-pointer-5 {
    right: 32%;
    top: 34.5%;
  }
  .map-box .map-pointer-6 {
    top: 32%;
    right: 31.7%;
  }
  .map-box .tooltip-card-1,
  .map-box .tooltip-card-2,
  .map-box .tooltip-card-3 {
    top: 26%;
    left: 10px;
  }
  .map-box .tooltip-card-4,
  .map-box .tooltip-card-5,
  .map-box .tooltip-card-6 {
    top: 7%;
    left: 10px;
  }

  .brochure-download-section h4 {
    width: 100%;
    text-align: center;
    max-width: 100%;
  }
  .brochure-download-section .brochure-form {
    width: 100%;
    flex: auto;
    padding-left: 0;
    margin-top: 7rem;
  }
  .hp-client-list {
    grid-template-columns: repeat(4, 1fr);
  }
  .hp-social-list ul {
    flex-direction: row;
    margin-top: 5rem;
  }
  .hp-social-list li {
    margin-left: 2rem;
  }
  .hp-social-list li:first-of-type {
    margin-left: 0;
  }
  .hp-social-list li:last-of-type {
    margin-right: 0;
  }
  .hp-social-section .section-heading h2 img {
    max-width: 8rem;
  }

  .hp-contact-form {
    margin-top: 10rem;
    max-width: 100%;
  }
  .radio-box label {
    font-size: 2.2rem;
  }
  /* ------------------------------------------------ */
  /* --------- COLLECTION DETAIL PAGE STYLES---------- */
  /* ------------------------------------------------ */
  .cd_intro-section .intro-usp li {
    width: 50%;
    padding: 0 4rem;
    margin: 4rem 0;
  }
  .cd_intro-section .intro-usp li:nth-child(odd) {
    border-left: 0;
    padding-left: 0;
  }
  .cd_intro-section .intro-usp li:nth-child(even) {
    padding-right: 0;
  }
  .cd_intro-section .intro-usp img {
    max-height: 8rem;
    max-width: 7rem;
  }
  .cd-gallery-slider .slick-list {
    padding: 0 10% !important;
  }
  .cd-query-section .usp-list {
    margin-top: 5rem;
  }
  .cd_other-collections .slick-list {
    padding: 0 30% 0 0 !important;
  }
  .brochure-download-section.bottom-padding {
    padding-bottom: 0;
  }
  /* ------------------------------------------------ */
  /* ------------- CONTACT PAGE STYLES -------------- */
  /* ------------------------------------------------ */
  .contact-presence-cards {
    justify-content: space-between;
  }
  .contact-presence-cards .card-item {
    width: 48%;
    margin: 5rem 0 0;
  }
  /* ------------------------------------------------ */
  /* ----------------- ABOUT US PAGE ---------------- */
  /* ------------------------------------------------ */
  .about-team-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-sustainability-wrapper {
    justify-content: space-between;
  }
  .about-sustainability-item {
    width: 47.5%;
    margin-right: 0;
    margin-top: 7rem;
  }
  .about-marble-collections.cd_other-collections .thumb-box h3 {
    font-size: 10rem;
    line-height: 1.3;
  }
  .about-marble-collections.cd_other-collections .thumb-box .img-box {
    margin-top: 11rem;
  }
  .cd_other-collections .thumb-box .img-box img {
    transform: translateY(50%);
  }
  .about-showroom-item .text-box {
    margin-top: 7rem;
  }
  .about-showroom-item {
    padding-top: 10rem;
    margin-top: 10rem;
    border-top: 1px solid #d9d9d9;
  }
  .about-showroom-item:first-of-type {
    padding-top: 0;
    border-top: 0;
  }
  .about-mission-item.mission {
    margin-top: 0;
  }
  /* ------------------------------------------------ */
  /* ------------- TESTIMONIALS PAGE STYLES -------------- */
  /* ------------------------------------------------ */
  .testimonial-listing-section .testimonial-item {
    width: 100%;
  }
  .testimonial-listing-section .testimonial-item:nth-of-type(even) {
    transform: none;
  }
  .testimonial-videos-section .w-max {
    margin-top: 5rem;
  }
  .testimonial-about-section .cta-wrapper {
    margin-top: 5rem;
  }
  .slider-banner .slick-slide {
    height: auto;
    min-height: unset;
  }
  /* ------------------------------------------------ */
  /* ------------- NEWSLETTER STYLES -------------- */
  /* ------------------------------------------------ */
  .newsletters-section .container > .flex-box {
    flex-direction: column-reverse;
  }
  .newsletters-section .sidebar {
    margin-top: 10rem;
  }
  /* ------------------------------------------------ */
  /* ------------- PROCESS PAGE STYLES -------------- */
  /* ------------------------------------------------ */
  .process-stage.stage-1 .img-box {
    padding: 7rem 0 0 0;
  }
  .process-stage.stage-1 .text-box {
    margin-top: 10rem;
  }
  .process-stage.stage-1 .stage-count {
    left: unset;
    bottom: unset;
    top: -10rem;
    right: 0;
  }
  .process-stage.stage-2 .content.text-box {
    order: 3;
  }
  .process-stage.stage-2 .img-box.right-box {
    width: 45%;
  }
  .process-stage.stage-2 .img-box {
    width: 51%;
  }
  .process-stage.stage-3 > .flex-box {
    flex-direction: column-reverse;
  }
  .process-stage.stage-3 .text-box {
    margin-top: 10rem;
  }
  .process-stage.stage-3 .stage-count {
    left: unset;
    right: 0;
    bottom: -8rem;
  }
  .process-video-section video {
    min-height: 350px;
  }
  /* ---------- BLOG LISTING --------- */

  .blog-listing.grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .process-stage .stage-count .number {
    font-size: 12rem;
  }
}

@media (max-width: 640px) {
  html {
    font-size: 1vw;
  }
  body {
    font-size: 2.5rem;
  }
  .hide-640 {
    display: none !important;
  }
  .show-640 {
    display: block !important;
  }
  .show-640.flex,
  .show-640.flex-box {
    display: flex !important;
  }
  .full-width-640 {
    width: 100% !important;
  }
  .com-padding {
    padding: 10rem 0;
  }
  .top-padding {
    padding-top: 10rem;
  }
  .bottom-padding {
    padding-bottom: 10rem;
  }
  .container {
    padding: 0 15px;
  }
  .full-width-slider {
    padding-left: 15px;
  }
  p {
    font-size: 2.5rem;
  }
  .sm-grid-col-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  /* --------- FOOTER ----------- */
  .footer-top h2.stroke {
    font-size: 12rem;
  }
  .footer-icon video {
    max-height: 45rem;
  }
  .footer-menu-wrapper {
    border-top: 0;
    margin-top: 0;
    padding-bottom: 0;
  }
  .footer-menu-box {
    width: 100%;
    border-right: 0;
    padding: 5rem 0;
    border-top: 1px solid rgba(217, 217, 217, 0.5);
  }
  .footer-menu-box:first-of-type {
    border-left: 0;
  }
  .footer-menu-box > p {
    font-size: 3.5rem;
  }
  .footer-menu-box ul li a {
    font-size: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .footer-menu-box ul li:last-child a {
    margin-bottom: 0;
  }

  /* --------------- HOMEPAGE ------------ */
  .main-banner,
  .body-banner,
  .main-banner.newsletter-banner,
  .coming-soon-banner,
  .coming-soon-banner .content-box {
    min-height: 300px;
    height: auto;
  }
  .coming-soon-banner .content-box {
    padding: 0 15px;
  }
  .main-banner .banner-content {
    padding-bottom: 7rem;
    min-height: 300px;
  }
  .main-banner h1 {
    font-size: 5.5rem;
  }
  .main-banner .banner-content p {
    line-height: 1.4;
  }
  .body-banner .banner-content {
    padding: 15rem 0;
  }
  .section-scroll-down,
  img.down-arrow {
    display: none;
  }
  .main-banner .banner-text {
    width: 100%;
    flex: auto;
    padding-right: 0;
    margin-bottom: 5rem;
  }
  .hp-legacy-section .legacy-thumb .stone {
    left: 10%;
  }
  /* .hp-legacy-section .hp-legacy-usp {
    padding: 0;
    border: 0;
  }
  .hp-legacy-usp ul {
    display: block;
    width: 82%;
    margin: 0 auto;
  }
  .hp-legacy-usp li:nth-child(2) {
    width: 100%;
  }
  .hp-legacy-usp li {
    flex-direction: row;
    width: 100%;
    padding: 4rem 0;
    border-top: 1px solid #959595;
    text-align: left;
    border-left: 0;
  }
  .hp-legacy-section .hp-legacy-usp li:last-child {
    justify-content: flex-start;
    border-bottom: 1px solid #959595;
  } */
  .hp-legacy-section .hp-legacy-usp {
    padding-top: 0;
  }
  .legacy-usp-slider .slick-list {
    padding: 0 1rem 0 0 !important;
  }
  .hp-legacy-section .hp-legacy-usp img {
    width: 7rem;
  }
  .hp-legacy-section .hp-legacy-usp span {
    padding-left: 4rem;
  }
  .hp-legacy-section .hp-legacy-usp span br {
    display: none;
  }
  .hp-collection-item h3 {
    font-size: 4rem;
  }
  .hp-collection-item .collection-meta,
  .hp-collection-item h3 {
    width: 100%;
    padding: 0;
  }
  .hp-collection-item .collection-meta {
    margin-top: 2rem;
  }
  .hp-collection-item .collection-meta p {
    max-width: 100%;
  }
  .hp-collection-item img.arrow {
    display: none;
  }
  .hp-collection-item .collection-img {
    width: 40%;
    height: 100%;
    display: flex;
    align-items: center;
    left: unset;
    right: 0;
    top: 0;
    transform: none;
    visibility: visible;
    opacity: 1;
  }

  .map-box .map-pointer-6 {
    top: 28%;
    right: 31%;
  }
  .map-box .map-pointer-5 {
    right: 32%;
    top: 33%;
  }
  .map-box .tooltip-card-1,
  .map-box .tooltip-card-2,
  .map-box .tooltip-card-3 {
    top: 4rem;
  }
  .map-box .tooltip-card-4,
  .map-box .tooltip-card-5,
  .map-box .tooltip-card-6 {
    top: -8rem;
  }

  .hp-gallery-item {
    width: 100%;
    height: auto;
  }
  .cd-gallery-slider .gallery-item {
    min-height: unset;
    max-height: 500px;
  }
  .hp-gallery-btns a {
    padding: 1rem 3rem;
  }
  .hp-event-slider .slick-list {
    padding: 0 5% 0 0 !important;
  }
  .hp-event-item {
    margin-right: 15px;
  }
  .brochure-download-section .container {
    padding: 10rem 15px;
  }
  .hp-client-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .hp-contact-form .input-box input,
  .hp-contact-form .input-box select,
  .hp-contact-form .input-box textarea,
  .hp-contact-form .radio-box p {
    font-size: 2.2rem;
  }
  .contact-countries-logo {
    max-width: 200px;
    margin: 0 auto 5rem auto;
  }

  /* ------------------------------------------------ */
  /* --------- COLLECTION DETAIL PAGE STYLES---------- */
  /* ------------------------------------------------ */
  .cd_intro-section .intro-usp {
    padding: 10rem 15px;
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  .table-wrapper {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .table-wrapper::-webkit-scrollbar {
    display: none;
  }
  /* .cd_spec-table {
    min-width: 600px;
  } */
  .faq-section .section-heading {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .cd-gallery-slider .img-box img {
    min-height: 250px;
  }
  /* ------------------------------------------------ */
  /* ------------- CONTACT PAGE STYLES -------------- */
  /* ------------------------------------------------ */
  .contact-usp-section .usp-list li {
    width: 50%;
    margin: 3rem 0;
    border: 0;
  }
  .contact-usp-section .usp-list li:last-child {
    border: 0;
  }
  .contact-usp-section .usp-list li:nth-child(odd) {
    border-right: 1px solid rgba(217, 217, 217, 0.6);
  }
  /* ------------------------------------------------ */
  /* ------------- ABOUT PAGE STYLES -------------- */
  /* ------------------------------------------------ */
  .about-mission-wrapper {
    border-radius: 0;
    padding: 8rem 15px;
  }
  .about-mission-section .text-box div,
  .about-mission-section .text-box p {
    font-size: 2.8rem;
  }
  .about-journey-item:nth-of-type(even) {
    text-align: left;
  }
  .about-journey-item:nth-of-type(even) .year {
    flex-direction: row;
  }
  .about-journey-item {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
  .about-journey-item .img-box {
    width: 100%;
    margin-top: 0;
    margin-bottom: 5rem;
  }
  .about-journey-item .year .line,
  .about-journey-item .year .line::before,
  .about-journey-list::before,
  .about-journey-list::after {
    display: none;
  }
  .about-journey-item:nth-of-type(even),
  .about-journey-item:nth-of-type(3),
  .about-journey-item:nth-of-type(5) {
    transform: none;
  }

  /* ------------------------------------------------ */
  /* ------------- PROCESS PAGE STYLES -------------- */
  /* ------------------------------------------------ */
  .process-stage.stage-2 .text-box.text-center {
    text-align: left;
    padding-right: 12rem;
  }
  .process-stage.stage-2 .stage-count {
    top: -15rem;
  }
  .process-stage.stage-4 .w-55 {
    padding-right: 13rem;
  }
  .process-stage.stage-4 .stage-count {
    position: absolute;
    top: -20rem;
    right: 0;
  }
  .process-stage.stage-1 video,
  .process-stage.stage-3 video {
    height: auto;
    min-height: 300px;
  }

  /* QUARRIES PAGE */
  .quarries-listing-section .item-media .small-box {
    width: 100%;
  }
  /* EVENT LISTING */
  .event-list .event-item .img-box img {
    max-height: unset;
  }
  /* ---------- BLOG LISTING --------- */

  .blog-listing.grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .blog-item .blog-img {
    height: 37rem;
  }
  .blog-listing .blog-item a {
    padding-top: 8rem;
    border-top: 1px solid #d9d9d9;
  }
  .blog-listing .blog-item:first-of-type a {
    padding-top: 0;
    border-top: 0;
  }
}

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

  h1 {
    font-size: 6.5rem;
  }
  h2,
  .small-title h2 {
    font-size: 6rem;
  }
  h3 {
    font-size: 5.5rem;
  }
  h4 {
    font-size: 5rem;
  }
  h5 {
    font-size: 4rem;
  }
  h1 br,
  h2 br,
  p br {
    display: none;
  }

  /* -------------- HOMEPAGE -------------- */
  .hp-main-banner h1 {
    font-size: 6rem;
  }
  .hp-legacy-section .legacy-thumb .stone {
    left: 0%;
  }

  .hp-gallery-btns a {
    margin: 7px 3px;
    font-size: 2.2rem;
  }
  .hp-gallery-btns li:first-child a {
    margin-left: 0;
  }
  .hp-gallery-btns li:last-child a {
    margin-right: 0;
  }
  .hp-gallery-tabs {
    margin-top: 7rem;
  }
  .hp-events-section .max-1920 {
    margin-top: 7rem;
  }
  .hp-event-img .upcoming {
    top: 3rem;
    width: 11rem;
    height: 4rem;
  }
  .hp-event-slider .slick-list {
    padding: 0 4rem 0 0 !important;
  }
  .hp-event-img {
    padding-right: 3rem;
    border-right: 0;
    width: 40%;
  }
  .hp-event-content {
    width: 60%;
  }
  .hp-event-content > div {
    padding: 0 2rem 0 0;
    margin: 0;
  }
  .hp-event-img > img {
    height: 35rem;
  }
  .hp-events-section .circle-slider-arrows {
    margin-top: 4rem;
  }
  .hp-event-content h5 {
    margin: 2rem 0;
    font-size: 3rem;
  }
  .hp-event-content p {
    font-size: 2rem;
  }
  .hp-social-section .section-heading h2 span {
    display: none;
  }
  .hp-social-list li {
    width: max-content;
    margin: 8px;
  }
  .hp-social-list li a {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hp-social-list li span {
    display: none;
  }
  form .flex-box {
    display: block;
  }
  form .input-box,
  form .flex-box .half-width,
  .brochure-form .input-box {
    width: 100%;
  }
  .brochure-form .input-box {
    margin-bottom: 5rem;
  }
  .brochure-form .flex-1 {
    padding-right: 0;
  }
  form .submit-box {
    margin: 0 auto;
  }
  .hp-contact-form {
    padding: 5rem 5rem;
  }
  .hp-contact-form .radio-box .w-30 {
    width: 100%;
    margin-bottom: 3rem;
  }
  .radio-box .flex-box p {
    width: 100%;
  }
  .wpcf7-list-item {
    width: 100%;
    margin-left: 0 !important;
    margin-top: 2rem !important;
  }
  .wpcf7-list-item:first-of-type {
    margin-top: 0 !important;
  }
  /* ------------------------------------------------ */
  /* --------- COLLECTION DETAIL PAGE STYLES---------- */
  /* ------------------------------------------------ */
  .cd_spec-table .header .row .col {
    padding: 1.5rem 1rem;
  }
  .cd_spec-table .body .row .col:first-of-type {
    padding-left: 1.5rem;
  }
  .cd_spec-table .body .row .col,
  .cd_spec-table .header .row .col {
    font-size: 2rem;
  }
  .cd_intro-section .intro-usp img {
    max-height: 7rem;
    max-width: 5rem;
  }
  .cd_intro-section .intro-usp li {
    padding: 0 2rem;
  }
  .cd_intro-section .intro-usp h6 {
    font-size: 2.5rem;
  }
  .cd-gallery-slider .slick-list {
    padding: 0 5% !important;
  }
  .cd-gallery-slider .slick-slide {
    margin: 0 1rem;
  }
  .cd-query-section .section-heading {
    text-align: center;
  }
  .btn-line-box.mt-10 {
    margin-top: 7rem;
  }
  .cd-query-section .usp-list li {
    padding: 0 3rem;
  }
  .cd_other-collections .slick-list {
    padding: 0 8% 0 0 !important;
    margin: 0 -1.5rem;
  }
  .cd_other-collections .slick-slide {
    margin: 0 1.5rem;
  }
  .cd_other-collections .thumb-box h3 {
    font-size: 10rem;
  }
  /* ------------------------------------------------ */
  /* ------------- CONTACT PAGE STYLES -------------- */
  /* ------------------------------------------------ */
  .contact-presence-cards .card-item {
    width: 100%;
    height: 85rem;
  }
  /* ------------------------------------------------ */
  /* ------------- ABOUT US STYLES -------------- */
  /* ------------------------------------------------ */
  .about-journey-section .scroll-down {
    display: none;
  }
  .about-journey-item .description {
    font-size: 2.5rem;
  }
  .about-body-banner .collection-list {
    justify-content: space-between;
  }
  .about-body-banner .collection-item {
    max-width: 32%;
    margin: 0;
  }
  .about-body-banner .collection-item p {
    font-size: 1.8rem;
    text-align: center;
  }
  .about-team-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-gap: 0;
  }
  .about-team-wrapper .section-heading {
    width: 100%;
    margin-bottom: 5rem;
  }
  .about-team-item {
    width: 48%;
    margin-top: 3rem;
    height: 50rem;
  }
  .about-team-item .content-box {
    padding: 3rem 3rem;
  }
  .about-team-item .content-box .description-box p {
    font-size: 1.85rem;
  }
  .about-team-item .linkedin {
    position: absolute;
    top: 0;
    right: 2rem;
    background-color: #ffffff;
  }
  .about-team-item .linkedin img {
    filter: invert(1);
  }
  /* ------------------------------------------------ */
  /* ------------- TESTIMONIAL STYLES -------------- */
  /* ------------------------------------------------ */
  .testimonial-listing-section .testimonial-item {
    padding: 5rem 5rem;
  }
  .testimonial-video-slider .slick-slide {
    margin: 0 1.5rem;
  }
  .testimonial-video-slider .slick-list {
    margin: 0 -1.5rem;
  }
  .testimonial-video-slider video {
    height: auto;
  }
  /* ------------------------------------------------ */
  /* ------------- PROCESS PAGE STYLES -------------- */
  /* ------------------------------------------------ */
  .process-intro-section h2 {
    font-size: 5.8rem;
  }
  .process-intro-section .usp-list {
    margin-top: 8rem;
  }
  .process-intro-section .usp-list li {
    width: 100%;
    padding: 3rem 0;
    border-left: 0;
    border-top: 1px solid #d9d9d9;
    margin-top: 0;
  }

  .process-stage .stage-count span {
    font-size: 2.5rem;
    bottom: 1.8rem;
  }
  .process-stage.stage-4 .stage-count {
    top: -12rem;
  }
  .stage-4-slider .slick-list {
    padding: 0 10% !important;
    margin: 0 -30px;
  }
  form input,
  form select,
  form textarea {
    font-size: 2.7rem !important;
  }
  footer .footer-logo {
    max-width: 30rem;
  }
}

@media (max-width: 430px) {
  html {
    font-size: 1.6vw;
  }
  .footer-top h3 {
    font-size: 6rem;
  }
  .footer-top h2.stroke {
    font-size: 10rem;
  }
  .map-box .tooltip-card-1,
  .map-box .tooltip-card-2,
  .map-box .tooltip-card-3,
  .map-box .tooltip-card-4 {
    top: 0%;
  }
  /* ------------------------------------------------ */
  /* --------- COLLECTION DETAIL PAGE STYLES---------- */
  /* ------------------------------------------------ */
  .cd_other-collections .inner-box {
    padding: 5rem 3rem;
  }
  .cd_other-collections .thumb-box h3,
  .about-marble-collections.cd_other-collections .thumb-box h3 {
    font-size: 9rem;
  }

  /* ---------------------------------- */
  /* --------- ABOUT US PAGE ---------- */
  /* ---------------------------------- */
  .about-team-item {
    height: 40rem;
  }
  .about-team-item h6 {
    font-size: 2.4rem;
  }
}
