@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.cdnfonts.com/css/forma-djr-banner");

@font-face {
  font-family: "Beautique Display";
  src:
    url("../fonts/BeautiqueDisplay-Light.woff2") format("woff2"),
    url("../fonts/BeautiqueDisplay-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Beautique Display";
  src:
    url("../fonts/BeautiqueDisplay-Regular.woff2") format("woff2"),
    url("../fonts/BeautiqueDisplay-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* @font-face {
  font-family: "Forma DJR Deck";
  src: url("../fonts/Forma-DJR-Deck.woff2") format("woff2"),
    url("../fonts/Forma-DJR-Deck.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
} */

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --black: #000000;
  --white: #ffffff;
  --dark: #676767;
  --off-white: #f9f4ee;
}

html {
  font-size: 10px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1.4;
  font-family: "Roboto", serif;
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-color: var(--white);
  color: var(--black);
  font-weight: 400;
  font-size: 2rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.1;
  font-weight: 400;
  color: var(--black);
}
h1 {
  font-size: 9rem;
  line-height: 1;
}
h2 {
  font-family: "Beautique Display";
  font-size: 7rem;
  font-weight: 300;
  line-height: 1.3;
}
h1,
h3,
h4,
h5,
h6 {
  font-family: "Forma DJR Deck", sans-serif;
  letter-spacing: 0.7px;
}
h3 {
  font-size: 7rem;
}
h4 {
  font-size: 4.5rem;
}
h5 {
  font-size: 3.5rem;
}
h6 {
  font-size: 2.6rem;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: inherit;
  font-size: inherit;
  transition: all 0.5s ease;
  font-family: "Forma DJR Deck", sans-serif;
  letter-spacing: 0.7px;
}
button {
  font-family: "Forma DJR Deck", sans-serif;
  outline: none;
  transition: all 0.5s ease;
  letter-spacing: 0.7px;
}

p {
  font-size: 2rem;
  color: var(--black);
  line-height: 1.8;
}
img {
  max-width: 100%;
  transition: all 0.4s ease;
}

.w-10 {
  width: 10%;
}
.w-20 {
  width: 20%;
}
.w-25 {
  width: 25%;
}
.w-30 {
  width: 30%;
}
.w-33 {
  width: 33%;
}
.w-35 {
  width: 35%;
}
.w-40 {
  width: 40%;
}
.w-45 {
  width: 45%;
}
.w-50 {
  width: 50%;
}
.w-55 {
  width: 55%;
}
.w-60 {
  width: 60%;
}
.w-65 {
  width: 65%;
}
.w-70 {
  width: 70%;
}
.w-75 {
  width: 75%;
}
.w-80 {
  width: 80%;
}
.w-85 {
  width: 85%;
}
.w-90 {
  width: 90%;
}
.w-95 {
  width: 95%;
}

.full-box,
.w-100,
.w-full {
  width: 100%;
}
.w-max {
  width: max-content;
}
.object-cover {
  object-fit: cover;
}
.object-contain {
  object-fit: contain;
}
.h-full,
.h-100 {
  height: 100%;
}
.h-auto {
  height: auto;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.relative {
  position: relative;
}
.left-0 {
  left: 0;
}
.top-0 {
  top: 0;
}
.bottom-0 {
  bottom: 0;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.sticky {
  position: sticky;
}
.bg-white {
  background-color: var(--white);
}
.bg-black {
  background-color: var(--black);
}

.overflow-hidden {
  overflow: hidden;
}
.z-2 {
  z-index: 2;
}
.align-end {
  align-items: flex-end;
}
.align-start {
  align-items: flex-start;
}
.align-center {
  align-items: center;
}
.flex-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-col {
  flex-direction: column;
}
.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-1 {
  flex: 1;
}
.flex-wrap {
  flex-wrap: wrap;
}

.space-between,
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.box-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.grid {
  display: grid;
}
.grid-col-3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid-col-4 {
  grid-template-columns: repeat(4, 1fr);
}
.grid-gap-2 {
  grid-gap: 2rem 2rem;
}
.grid-gap-3 {
  grid-gap: 3rem 3rem;
}
.grid-gap-4 {
  grid-gap: 4rem 4rem;
}
.grid-gap-5 {
  grid-gap: 5rem 5rem;
}
.grid-gap-6 {
  grid-gap: 6rem 6rem;
}
.grid-gap-7 {
  grid-gap: 7rem 7rem;
}
.center,
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.hidden {
  display: none;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline-flex {
  display: inline-flex;
}

button {
  cursor: pointer;
  outline: none;
}
strong {
  font-weight: 600;
}

.max-1920 {
  max-width: 1920px;
  margin: 0 auto;
}

.com-padding {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.bottom-padding {
  padding-bottom: 16rem;
}

.top-padding {
  padding-top: 16rem;
}
.mt-1 {
  margin-top: 1rem;
}
.mt-2 {
  margin-top: 2rem;
}
.mt-3 {
  margin-top: 3rem;
}
.mt-4 {
  margin-top: 4rem;
}
.mt-5 {
  margin-top: 5rem;
}
.mt-6 {
  margin-top: 6rem;
}
.mt-7 {
  margin-top: 7rem;
}
.mt-8 {
  margin-top: 8rem;
}
.mt-9 {
  margin-top: 9rem;
}
.mt-10 {
  margin-top: 10rem;
}
.mb-3 {
  margin-bottom: 3rem;
}
.mb-4 {
  margin-bottom: 4rem;
}
.mb-5 {
  margin-bottom: 5rem;
}
.mb-7 {
  margin-bottom: 7rem;
}
.mb-8 {
  margin-bottom: 8rem;
}
.mb-9 {
  margin-bottom: 9rem;
}
.mb-10 {
  margin-bottom: 10rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.text-white,
.text-white * {
  color: var(--white);
}
.text-black,
.text-black * {
  color: var(--black);
}
.text-dark,
.text-dark * {
  color: var(--dark);
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}

.container {
  width: 87%;
  max-width: 1630px;
  padding: 0 15px;
  margin: 0 auto;
}
.btn {
  font-family: "Forma DJR Deck", sans-serif;
  letter-spacing: 0.7px;
  font-size: 2.2rem;
  padding: 1.8rem 4rem;
  border-radius: 5rem;
  position: relative;
  display: inline-block;
}
.btn.btn-arrow {
  padding-right: 8rem;
}
.btn.btn-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4rem;
  width: 1.7rem;
  height: 1.7rem;
  background: url("../img/btn-arrow-white.webp") no-repeat center;
  background-size: contain;
  transition: all 0.4s ease;
}
.btn.btn-arrow:hover::before {
  transform: translateY(-50%) rotate(45deg);
  right: 3rem;
}
.btn-black {
  background-color: var(--black);
  color: var(--white);
}
.btn-white {
  background-color: var(--white);
  color: var(--black);
}
.btn.btn-arrow.btn-white::before {
  background: url("../img/btn-arrow-black.webp") no-repeat center;
  background-size: contain;
}
.btn.btn-small {
  font-size: 1.6rem;
  padding: 1.1rem 4rem;
}
.btn.btn-outline-white {
  border: 1px solid var(--white);
  color: var(--white);
  padding-right: 12rem;
}
.btn.btn-outline-white:hover {
  background-color: var(--white);
  color: var(--black);
}
.btn.btn-outline-white:hover::before {
  filter: invert(1);
}
.section-heading h2 {
  text-transform: uppercase;
}

.section-heading h6 {
  color: var(--dark);
  margin-bottom: 3rem;
  font-size: 2.4rem;
  font-weight: 300;
}
.text-white.section-heading h6 {
  color: var(--white);
}
.section-heading p,
.section-heading div {
  line-height: 1.7;
  color: #888888;
}
/* ------------------------------------------------ */
/* ---------------- HEADER STYLES --------------- */
/* ------------------------------------------------ */
header#header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 50;
  transition: all 0.5s ease;
}
header .header-wrapper {
  padding: 2rem 3rem;
  width: 90%;
  margin: 0 auto;
  max-width: 1860px;
}

header#header .logo img {
  max-height: 10.9rem;
  transition: all 0.5s ease;
}
header .main-menu a {
  font-size: 2.3rem;
  padding: 1rem 2rem;
}
header .header-btn {
  background-color: var(--black);
  color: var(--white);
  padding: 1rem 3rem;
  border-radius: 4rem;
  font-size: 2.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 3rem;
  height: 4.8rem;
  border: 1px solid transparent;
}
header#header.sticky {
  background: #fff;
  position: fixed;
  border-bottom: 1px solid #f1f1f1;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
header#header.sticky .logo img {
  max-height: 7rem;
}
header#header.sticky .header-btn:hover {
  border: 1px solid var(--black);
}
/* ------------------------------------------------ */
/* ---------------- FOOTER STYLES --------------- */
/* ------------------------------------------------ */
.footer-top h2.stroke {
  font-size: 17rem;
  -webkit-text-stroke: 1px #444444;
  -webkit-text-fill-color: black;
  font-family: "Forma DJR Deck", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.footer-icon img {
  max-width: 27rem;
}
.footer-icon video {
  max-height: 35rem;
}
.footer-menu-wrapper {
  padding: 7rem 0;
  border-top: 1px solid rgba(217, 217, 217, 0.5);
  border-bottom: 1px solid rgba(217, 217, 217, 0.5);
}
.footer-menu-box {
  padding: 0 6rem;
  border-right: 1px solid rgba(217, 217, 217, 0.5);
}
.footer-menu-box:first-of-type {
  border-left: 1px solid rgba(217, 217, 217, 0.5);
}
.footer-menu-box > p {
  font-size: 13px;
  width: max-content;
  padding-top: 1rem;
  text-transform: uppercase;
}
.footer-menu-box ul {
  flex: 1;
  padding-left: 5rem;
}
.footer-menu-box ul li a {
  font-size: 2.8rem;
  display: inline-flex;
  margin-bottom: 1rem;
  color: var(--white);
}
.footer a:hover {
  transform: translateX(1rem);
}
.footer-bottom {
  padding: 3rem 0;
}
.footer-bottom p {
  font-size: 2.1rem;
  color: #9f9f9f;
  margin: 1rem 0;
  padding: 0 2rem;
  line-height: 1;
}
footer .design-credit {
  right: 0;
  top: 3rem;
}
/* ------------------------------------------------ */
/* ---------------- HOMEPAGE STYLES --------------- */
/* ------------------------------------------------ */
.main-banner {
  max-width: 3000px;
  height: 91rem;
  min-height: 95vh;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.main-banner::before {
  content: "";
  width: 100%;
  height: 27rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.5) -16.68%,
    rgba(255, 255, 255, 0) 99%
  );
}

.banner-content {
  padding: 20rem 0 13rem 0;
}
.main-banner .banner-text {
  width: 70%;
}
.hp-main-banner h1 {
  font-size: 5.5rem;
  font-family: "Forma DJR Deck", sans-serif;
  line-height: 1.15;
  margin-top: 2rem;
}
.normal-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
.bottom-top-overlay {
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.8),
    rgba(0, 0, 0, 0.4),
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0)
  );
}

.top-bottom-overlay {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.8),
    rgba(0, 0, 0, 0.4),
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0)
  );
}
.left-right-overlay {
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.8),
    rgba(0, 0, 0, 0.4),
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0)
  );
}
.right-left-overlay {
  background: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.8),
    rgba(0, 0, 0, 0.4),
    rgba(0, 0, 0, 0)
  );
}

.hp-main-banner .banner-links li a {
  width: 6.5rem;
  height: 6.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  padding: 1rem;
  margin-left: 3rem;
  border-radius: 50%;
}
.hp-main-banner .banner-links li:first-child a {
  margin-left: 0;
}
.hp-main-banner .banner-links li a img {
  max-height: 3rem;
  max-width: 3rem;
  object-fit: contain;
}
.hp-main-banner .banner-links li a:hover {
  background-color: #dddddd;
}
.hp-main-banner .banner-links li a:hover img {
  transform: scale(1.1);
}
.page-banner .banner-content {
  padding: 20rem 0 23rem 0;
}
.page-banner h1 {
  font-size: 12rem;
}
/* HP LEGACY SECTION */

.hp-legacy-section .section-heading {
  padding-bottom: 12rem;
}
.hp-legacy-section .section-heading p {
  max-width: 77rem;
}
.hp-legacy-section .legacy-thumb > img {
  max-height: 65rem;
}
.hp-legacy-section .legacy-thumb .stone {
  width: 90%;
  max-width: 36rem;
  max-height: 36rem;
  position: absolute;
  top: 35%;
  left: -5rem;
}
.hp-legacy-usp {
  border-bottom: 1px solid #959595;
  padding: 10rem 0;
  margin-top: -0.5rem;
}
/* .hp-legacy-usp li {
  width: 30%;
  border-left: 1px solid #bbbbbb;
  padding-left: 5rem;
}
.hp-legacy-usp li:nth-child(2) {
  width: 36%;
}
.hp-legacy-usp li:last-child {
  justify-content: flex-end;
} */
.legacy-usp-slider {
  cursor: grab;
}
.hp-legacy-usp .slick-slide > div {
  border-left: 1px solid #bbbbbb;
  padding-left: 5rem;
  padding-right: 3rem;
}

.hp-legacy-usp img {
  max-height: 7.9rem;
  max-width: 8rem;
}
.hp-legacy-usp span {
  font-size: 2.6rem;
  display: inline-block;
  padding-left: 3rem;
}
/* COLLECTION SECTION */
.hp-collection-list {
  margin-top: 12rem;
}
.hp-collection-item {
  padding: 8rem 0;
  border-top: 1px solid #bcbcbc;
  cursor: pointer;
}
.hp-collection-item * {
  transition: all 0.6s ease-in-out 0.1s;
}
.hp-collection-item:last-of-type {
  border-bottom: 1px solid #bcbcbc;
}
.hp-collection-item .tag {
  height: 3.2rem;
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #9d9d9d;
  border-radius: 0.7rem 0 0 0.7rem;
  border-right: 0;
}
.hp-collection-item .tag::before {
  content: "";
  width: 3rem;
  height: calc(100% + 1.5px);
  position: absolute;
  top: -1px;
  right: -2.3rem;
  background: url("../img/collection-tag-border.webp") no-repeat center;
  background-size: contain;
}
.hp-collection-item .tag p {
  color: #9d9d9d;
  font-size: 1.6rem;
}
.hp-collection-item .tag p span {
  color: #606060;
}
.hp-collection-item h3 {
  font-size: 5.2rem;
  color: #777777;
  font-family: "Forma DJR Deck", sans-serif;

  text-align: center;
  width: 35%;
}
.hp-collection-item:hover h3 {
  color: var(--black);
}
.hp-collection-item h3 sup {
  font-size: 2.3rem;
}
.hp-collection-item .collection-meta {
  padding: 0 5rem;
  width: 32%;
}
.hp-collection-item .collection-meta p {
  max-width: 40rem;
  color: #888888;
}
.hp-collection-item img.arrow {
  width: 3.4rem;
  height: 3.5rem;
  object-fit: contain;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.btn.load-more-btn {
  padding: 2rem 20rem 2rem 4rem;
}
.btn-line-box {
  position: relative;
}
.btn-line-box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  transform: translateY(-50%);
  background-color: #888888;
}
.btn-line-box .btn-box {
  position: relative;
  z-index: 2;
  width: max-content;
  padding: 0 5rem;
}
.hp-collection-item .collection-img {
  width: 42rem;
  height: 25rem;
  position: absolute;
  top: 50%;
  left: 22rem;
  transform: translateY(-50%);
  z-index: 5;
}
.hp-collection-item .collection-img,
.hp-collection-item img.arrow,
.hp-collection-item .collection-meta {
  visibility: hidden;
  opacity: 0;
}
.hp-collection-item:hover .collection-img,
.hp-collection-item:hover .collection-meta,
.hp-collection-item:hover img.arrow {
  visibility: visible;
  opacity: 1;
}
/* OUR QUARRIES SECTION */
.circle-rotate-animation {
  animation: rotation 7s infinite linear;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.scale-up-down {
  animation: scaleUpDown 3s infinite linear;
}
@keyframes scaleUpDown {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.hp-quarries-section .circular-box {
  width: 27.4rem;
  height: 27.4rem;
  background: var(--white);
  border-radius: 50%;
  padding: 2rem;
  position: absolute;
  top: 5rem;
  right: 8%;
}
.hp-quarries-section .circular-box .logo-box {
  width: 14.9rem;
  height: 14.9rem;
  border-radius: 50%;
  border: 0.2rem solid var(--black);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hp-quarries-section .circular-box .logo-box img {
  max-height: 7.8rem;
}
.hp-quarries-section .stone,
.about-mission-section .stone {
  position: absolute;
  z-index: 2;
}
.hp-quarries-section .stone-1 {
  top: 4rem;
  left: -2rem;
  width: 29rem;
  height: 30rem;
}
.hp-quarries-section .stone-2 {
  top: 13rem;
  right: 0;
  width: 18rem;
  height: 24rem;
}
.hp-quarries-section .stone-3 {
  bottom: 13rem;
  left: 0;
  width: 29rem;
  height: 21rem;
}
.hp-quarries-section .stone-4 {
  bottom: -8rem;
  left: 34%;
  width: 14rem;
  height: 15rem;
}
.hp-quarries-section .stone-5 {
  bottom: 13rem;
  right: 25%;
  width: 27rem;
  height: 15rem;
}
.hp-quarries-section .stone-6 {
  bottom: -5rem;
  right: -3rem;
  width: 13rem;
  height: 14rem;
}

/* .hp-quarries-section .map-box{
  overflow-x: auto;
} */
.map-box {
  z-index: 3;
}
.map-box .map-pointer {
  position: absolute;
  width: 23px;
  height: 23px;
  background: transparent;
  cursor: pointer;
  display: inline-block;
  z-index: 2;
}
.map-box .map-pointer-1 {
  bottom: 31.5%;
  right: 45%;
}
.map-box .map-pointer-2 {
  bottom: 32%;
  right: 43.5%;
}
.map-box .map-pointer-3 {
  bottom: 37%;
  right: 42.3%;
}

.map-box .map-pointer-4 {
  top: 38%;
  right: 33%;
}
.map-box .map-pointer-5 {
  top: 35%;
  right: 32%;
}
.map-box .map-pointer-6 {
  top: 31.5%;
  right: 31.7%;
}

.map-box .tooltip-card {
  position: absolute;
  background: white;
  border-radius: 1rem;
  padding: 2rem;
  display: none;
  width: 70%;
  max-width: 69rem;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  bottom: 0;
  right: 50%;
}
.map-box .tooltip-card .img-box img {
  border-radius: 1rem;
}
.map-box .tooltip-card .text-box h6 {
  font-weight: 500;
}
.map-box .tooltip-card .location {
  margin-top: 0.5rem;
}
.map-box .tooltip-card .location img {
  max-height: 1.5rem;
}
.map-box .tooltip-card .location span {
  font-size: 1.6rem;
  display: inline-block;
  margin-left: 5px;
}
.map-box .tooltip-card .description {
  font-size: 1.8rem;
  margin: 2rem 0;
}
.map-box .tooltip-card .area-box {
  padding: 1.5rem 0;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.map-box .tooltip-card .area-box p {
  font-size: 1.7rem;
}
.map-box .tooltip-card .area-box h6 {
  font-size: 2.8rem;
}
.map-box .tooltip-card .card-btn {
  font-size: 2.2rem;
  color: #333333;
  border-bottom: 1px solid #333333;
  padding-right: 5rem;
  position: relative;
  width: max-content;
  display: inline-block;
  margin-top: 2rem;
}
.map-box .tooltip-card .card-btn::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0.7rem;
  width: 1.3rem;
  height: 1.3rem;
  background: url("../img/map-card-arrow.webp") no-repeat center;
  background-size: contain;
  transition: all 0.5s ease;
}
.map-box .tooltip-card .card-btn:hover::after {
  transform: rotate(45deg);
}
.map-box .tooltip-card-1,
.map-box .tooltip-card-2,
.map-box .tooltip-card-3 {
  bottom: 33%;
  right: 48%;
}
.map-box .tooltip-card-4,
.map-box .tooltip-card-5,
.map-box .tooltip-card-6 {
  bottom: 57.5%;
  right: 35.5%;
}

/* GALLERY SECTION */
.hp-gallery-btns a {
  color: #777777;
  border: 1px solid #777777;
  border-radius: 4rem;
  padding: 0.5rem 3rem;
  display: inline-block;
  margin: 10px;
  font-size: 2.2rem;
  position: relative;
}
.hp-gallery-btns a:hover,
.hp-gallery-btns a.active {
  background-color: var(--black);
  color: var(--white);
}
.hp-gallery-item {
  padding: 1rem;
  height: inherit;
  height: 50rem;
}

.hp-gallery-item:hover img {
  transform: scale(1.15);
}
.tab-content {
  display: none;
}
.hp-gallery-item .gallery-img {
  border-radius: 1.5rem;
}

/* EVENT SECTION */
.event-slider-control {
  width: max-content;
  height: 7.8rem;
  border-radius: 1rem;
  border: 1.5px solid #c9c9c9;
  margin-top: 5rem;
}
.event-slider-control button {
  width: 5rem;
  height: 100%;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 0;
}
.event-slider-control button:hover {
  background-color: #f1f1f1;
}
.event-slider-control button img {
  max-width: 1rem;
  max-height: 1rem;
  object-fit: contain;
}
.event-slider-control span {
  font-size: 2rem;
  margin: 0 5px;
}
.full-width-slider {
  width: 94%;
  margin-left: auto;
  padding-left: 15px;
}
.hp-event-slider .slick-list {
  padding: 0 36% 0 2rem !important;
}
.hp-event-img {
  padding-right: 5rem;
  border-right: 1px solid #adadad;
}
.hp-event-img .upcoming {
  width: 15rem;
  height: 4.9rem;
  position: absolute;
  left: -2rem;
  top: 5rem;
  z-index: 1;
}
.hp-event-img > img {
  height: 71rem;
}
.hp-event-content > div {
  background-color: var(--white);
  margin-left: -5px;
  padding: 3rem 0;
  position: relative;
  z-index: 2;
  padding-right: 2rem;
}
.hp-event-content h6,
.hp-event-content p {
  color: var(--dark);
  font-size: 2.2rem;
}
.hp-event-content p img {
  max-width: 2rem;
  object-fit: contain;
}
.hp-event-content p span {
  width: calc(100% - 4rem);
}
.hp-event-content p.time {
  margin-top: 1rem;
}
.hp-event-content h5 {
  margin: 3rem 0;
}
.divider {
  height: 2px;
}

.divider .container {
  border-top: 1px solid #959595;
}
/* BROCHURE SECTION */
.brochure-download-section .container {
  padding: 9rem 8rem;
  border-radius: 5rem;
}
.brochure-download-section h4 {
  font-size: 4.8rem;
  max-width: 40rem;
}
.brochure-form {
  flex: 1;
  padding-left: 7rem;
}
input,
select,
form {
  width: 100%;
  border: 0;
  outline: 0;
  font-family: "Forma DJR Deck", sans-serif;
}
.brochure-form .input-box {
  width: 47%;
}
.brochure-form .flex-1 {
  padding-right: 5rem;
}
.brochure-form input:not([type="submit"]) {
  font-size: 2.5rem;
}
.black-form input:not([type="submit"]) {
  background-color: transparent;
  color: var(--white);
  border-bottom: 1px solid var(--white);
  font-weight: 300;
}
form .submit-box {
  position: relative;
  width: max-content;
}
form .input-box input {
  padding-bottom: 2.5rem;
}
.submit-box input {
  font-size: 2.2rem;
  cursor: pointer;
  transition: all 0.4s ease;
}
.black-form .submit-box input {
  background-color: var(--white);
  color: var(--black);
  padding: 1.5rem 8rem 1.5rem 4rem;
  border-radius: 5rem;
  width: max-content;
  height: 7.6rem;
}
.black-form .submit-box input:hover {
  background-color: #f1f1f1;
}
.black-form .submit-box::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 4rem;
  width: 1.7rem;
  height: 1.7rem;
  background: url("../img/btn-arrow-black.webp") no-repeat center;
  background-size: contain;
  transform: translateY(-50%);
  transition: all 0.4s ease;
}
.submit-box:hover::before {
  transform: translateY(-50%) rotate(45deg);
  right: 3rem;
}

/* OUR CLIENT SECTION */
.hp-client-section .description {
  width: 39%;
}
.hp-client-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1.5rem;
}
.hp-client-list li {
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  aspect-ratio: 1 / 1;
}
.hp-client-item {
  background-color: #fcfbfb;
  border: 1px solid #e0e0e0;
  padding: 3rem 3rem;
  display: none;
}
.hp-client-item:nth-child(-n + 11) {
  display: flex;
}
.hp-client-item img {
  object-fit: contain;
  filter: grayscale(1);
  width: auto;
  height: auto;
  max-height: 100%;
}
.hp-client-item:hover img {
  transform: scale(1.08);
  filter: none;
}
.hp-client-list .load-more-client {
  background-color: var(--black);
  color: var(--white);
  cursor: pointer;
}
.hp-client-list .load-more-client span {
  transition: all 0.4s ease;
  font-size: 2.6rem;
}
.hp-client-list .load-more-client:hover span {
  transform: scale(1.2);
}
/* SOCIAL SECTION */
.hp-social-section .com-padding {
  border-top: 1px solid #959595;
  border-bottom: 1px solid #959595;
}
.hp-social-section .section-heading h2 img {
  max-width: 9.5rem;
  max-height: 9.8rem;
  display: inline-block;
  margin-left: 3rem;
}
.hp-social-list li {
  margin: 1.5rem 1rem;
  width: max-content;
}
.hp-social-list li a {
  border: 1px solid #8a8a8a;
  background-color: var(--white);
  border-radius: 4rem;
  padding: 1.4rem 4rem;
  width: 27rem;
  height: 7.6rem;
  color: #4b4b4b;
  font-size: 2.5rem;
}
.hp-social-list li a:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.hp-social-list li img {
  max-width: 3.5rem;
  max-height: 2.6rem;
}

/* CONTACT SECTION */
.hp-contact-section .content-box {
  width: 59%;
}
.hp-contact-section .content-box .down-arrow {
  height: 7.2rem;
}
.hp-contact-section .text-box {
  max-width: 75rem;
}
.contact-countries-logo {
  padding: 2rem;
  border: 1px solid #d9d9d9;
  border-radius: 1rem;
  background-color: #f9f9f9;
}
.hp-contact-list li:first-child {
  padding-top: 0;
}
.hp-contact-list li {
  padding: 3rem 0;
  border-bottom: 1px solid #d9d9d9;
  max-width: 70rem;
}
.hp-contact-list li img {
  max-width: 3rem;
  max-height: 3.5rem;
  display: inline-block;
}
.hp-contact-list li span {
  font-size: 2.6rem;
  display: inline-block;
  width: calc(100% - 5rem);
  color: #5a5a5a;
  font-family: "Forma DJR Deck", sans-serif;
}
.hp-contact-form {
  padding: 5rem 5rem;
  border-radius: 2rem;
  width: 39%;
  height: max-content;
}
form .flex-box .half-width {
  width: 48%;
}
form .flex-box .full-width {
  width: 100%;
}
.hp-contact-form .input-box {
  margin-bottom: 5rem;
}
.hp-contact-form .input-box input,
.hp-contact-form .input-box select,
.hp-contact-form .input-box textarea {
  outline: 0;
  border: 0;
  padding-bottom: 3rem;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  font-size: 1.8rem;
  width: 100%;
  font-family: "Forma DJR Deck", sans-serif;
  color: var(--white);
  font-weight: 300;
}
.hp-contact-form .input-box input::placeholder,
.hp-contact-form .input-box textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.hp-contact-form .input-box textarea {
  height: 10rem;
}
.hp-contact-form option {
  color: var(--black);
}
.radio-box label {
  font-size: 1.8rem;
  display: inline-block;
  margin-left: 1rem;
  color: var(--white);
  cursor: pointer;
  font-weight: 300;
}
.hp-contact-form .radio-box {
  margin-bottom: 5rem;
}
.hp-contact-form .radio-box p {
  color: var(--white);
  margin-bottom: 2rem;
  font-family: "Forma DJR Deck", sans-serif;
  font-weight: 300;
}
.hp-contact-form .radio-box input {
  width: 2.5rem;
  height: 2.5rem;
}

input[type="radio"] {
  appearance: none;
  border: 1px solid;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  cursor: pointer;
  background-color: transparent;
}
.black-form input[type="radio"] {
  border-color: var(--white);
}

input[type="radio"]::before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background-color: transparent;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
input[type="radio"]:checked::before {
  background-color: #dddddd;
}

.black-form input[type="radio"]:checked::before {
  background-color: var(--white);
}
.hp-contact-form .submit-box input {
  padding-right: 12rem;
}
select {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../img/dropdown-arrow-white.webp");
  background-repeat: no-repeat;
  background-position: right 0 top;
  background-size: 16px;
}

.wpcf7-list-item:first-of-type {
  margin-left: 0;
}
.radio-box label {
  display: inline-flex;
  align-items: center;
}
.radio-box label span {
  margin-left: 10px;
}
.wpcf7-not-valid-tip {
  font-size: 1.8rem !important;
  margin-top: 5px !important;
}
form .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7-response-output {
  border: 0 !important;
}
.bg-black .wpcf7-response-output,
.black-form .wpcf7-response-output {
  color: var(--white) !important;
}
/* Newsletter Box */
.newsletter-box form {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #333333;
  padding: 1rem 2rem;
  background: #292929;
  border-radius: 1rem;
}
.newsletter-box .tnp-subscription label {
  display: none;
}
div.tnp-subscription,
form.tnp-subscription,
form.tnp-profile {
  margin: 0 !important;
}
.newsletter-box .tnp-subscription div.tnp-field {
  margin-bottom: 0;
}
.newsletter-box .tnp-subscription div.tnp-field.tnp-field-email {
  flex: 1;
  position: relative;
}
.newsletter-box .tnp-subscription div.tnp-field.tnp-field-email::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2.7rem;
  height: 2.1rem;
  background: url("../img/newsletter-mail-cion.webp") no-repeat center;
  background-size: contain;
}
.newsletter-box input.tnp-email {
  background: transparent !important;
  border: 0;
  font-size: 2.6rem !important;
  color: var(--white) !important;
  padding-left: 4rem !important;
}
.newsletter-box form .tnp-field.tnp-field-button {
  position: relative;
  width: max-content;
  height: max-content;
}
.newsletter-box form .tnp-field.tnp-field-button::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 2.5rem;
  height: 2.5rem;
  background: url("../img/newsletter-button-icon.webp") no-repeat center;
  background-size: contain;
  cursor: pointer;
  transition: all 0.5s ease;
}
.newsletter-box form .tnp-field.tnp-field-button:hover::before {
  transform: translateY(-50%) scale(1.2);
}
.newsletter-box form .tnp-field input[type="submit"] {
  opacity: 0;
  width: 4rem;
  height: 4rem;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Common Popup */
/* Popup Styles */
.popup-box {
  position: fixed;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  min-width: 100vw;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  transition: all 0.4s ease;
  visibility: hidden;
  opacity: 0;
}
.popup-box.active,
.popup-box.active .popup-overlay {
  visibility: visible;
  opacity: 1;
}
.popup-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.popup-content-wrapper {
  position: relative;
  z-index: 10;
  padding: 4rem 3rem 4rem 3rem;
  background-color: #ffffff;
  border-radius: 1.5rem;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  width: 95%;
  max-width: 1000px;
  max-height: 90vh;
  margin: 0 auto;
}
.popup-content-wrapper {
  max-width: 912px;
}
.popup-box .heading-box {
  margin-bottom: 5rem;
}
.popup-box h3,
.popup-box p {
  color: #636363;
}
.popup-box h3 {
  font-weight: 500;
  letter-spacing: -1px;
  margin-bottom: 1.5rem;
}
.popup-content {
  width: 100%;
  height: 100%;
  padding-bottom: 5rem;
  overflow-y: auto;
  max-height: calc(90vh - 13rem);
}
.popup-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f1f1f1;
}

.popup-content::-webkit-scrollbar {
  width: 8px;
  background-color: #f1f1f1;
}

.popup-content::-webkit-scrollbar-thumb {
  background-color: #777777;
}
.close-popup {
  position: absolute;
  bottom: -3rem;
  left: calc(50% - 3.1rem);
  width: 6.2rem;
  height: 6.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  background-color: #fcf3ea;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.4s ease;
}
.close-popup img {
  filter: invert(1);
  max-width: 2rem;
  object-fit: contain;
  display: inline-block;
  transition: all 0.4s ease;
}
.close-popup:hover {
  background-color: var(--dark);
}
.close-popup:hover img {
  filter: none;
}
.popup-box iframe,
.popup-box video {
  width: 100%;
  min-height: 450px;
  height: 68vh;
}

.slider-arrows .arrow {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  transition: all 0.4s ease;
}
.rounded-arrow .arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 13px;
}
.white-arrow .arrow {
  background-color: #ffffff;
}
.white-arrow .arrow:hover {
  background-color: #333333;
}
.slider-arrows.arrow img {
  transition: all 0.4s ease;
  width: 100%;
}
.white-arrow .arrow:hover img {
  filter: invert(1);
}
.slider-arrows.vertical-center .arrow {
  top: 50%;
  transform: translateY(-50%);
}
.slider-arrows .prev-arrow {
  left: 2rem;
}
.slider-arrows .next-arrow {
  right: 2rem;
}
.accordion-head {
  cursor: pointer;
}

.accordion-body {
  display: none;
}

/* ------------------------------------------------ */
/* --------- COLLECTION DETAIL PAGE STYLES---------- */
/* ------------------------------------------------ */
.cd_intro-section .right-side h5 {
  font-size: 4rem;
}
.cd_intro-section .sticky {
  top: 2rem;
}
.cd_spec-table .row {
  border-bottom: 1px solid #9f9f9f;
  border-top: 1px solid #9f9f9f;
}

.cd_spec-table .body .row {
  margin-top: 1rem;
  border-top: 1px solid #9f9f9f;
}

.cd_spec-table .header .row .col {
  font-size: 1.8rem;
}

.cd_spec-table .row .col {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.5rem;
  border-left: 1px solid #9f9f9f;
}

.cd_spec-table .row .col:last-of-type {
  border-right: 1px solid #9f9f9f;
}

.cd_spec-table .body .row .col {
  color: #636363;
  font-size: 1.6rem;
}

.cd_spec-table .body .row .col:first-of-type {
  justify-content: left;
  padding-left: 3rem;
  text-align: left;
}

.cd_intro-section .source .content div,
.cd_intro-section .source .content p {
  color: #888888;
}

.cd_intro-section .source .content strong {
  color: black;
}
.section-scroll-down {
  width: 14rem;
  height: 14rem;
  padding: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #333333;
  border-radius: 50%;
}
.section-scroll-down img {
  max-height: 6.5rem;
}
.cd_intro-section .intro-usp {
  padding: 10rem 6rem;
  border-radius: 3rem;
  margin-top: 14rem;
}

.cd_intro-section .intro-usp li {
  padding: 0 2rem 0 5rem;
  width: 25%;
  border-left: 1px solid #d9d9d980;
}

.cd_intro-section .intro-usp li:first-child {
  border: 0;
  padding-left: 0;
}
.cd_intro-section .intro-usp li:last-child {
  padding-right: 0;
}

.cd_intro-section .intro-usp img {
  max-height: 5.7rem;
}
.cd_intro-section .intro-usp h6 {
  flex: 1;
  padding-left: 3rem;
  font-size: 2.8rem;
}
.cd-gallery-slider {
  cursor: grab;
}
.cd-gallery-slider .slick-track {
  display: flex;
}
.cd-gallery-slider .slick-slide {
  margin: 0 2rem;
  height: inherit;
}
.cd-gallery-slider .slick-slide > div,
.cd-gallery-slider .slick-slide .gallery-item {
  height: 100%;
}
.cd-gallery-slider .slick-list {
  padding: 0 21% !important;
}

.cd-gallery-slider .img-box {
  border-radius: 2rem;
}
.cd-gallery-slider .gallery-item {
  min-height: 500px;
  max-height: 70rem;
}
.cd-query-section .usp-list {
  margin-top: -5rem;
}
.cd-query-section .usp-list::before,
.about-journey-section .usp-list::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
}
.cd-query-section .usp-list li,
.about-journey-section .usp-list li {
  padding: 0 2rem;
  border-left: 1px solid #d9d9d9;
  margin: 5rem 0;
}
.cd-query-section .usp-list li h5 {
  font-size: 7rem;
  font-weight: 500;
}
.cd-query-section .usp-list li p,
.about-journey-section .usp-list li p {
  font-size: 2.8rem;
  line-height: 1.1;
  margin-top: 1rem;
}

.body-banner {
  height: 100rem;
  min-height: 100vh;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.body-banner .banner-content {
  padding-top: 28rem;
}

.cd_other-collections .slick-list {
  margin: 0 -1.5rem;
}

.cd_other-collections .slick-slide {
  margin: 0 1.5rem;
}

.cd_other-collections .inner-box {
  border-radius: 2rem;
  padding: 7rem 5rem;
  background-color: #f3f3f3;
  overflow: hidden;
}
.cd_other-collections .inner-box,
.cd_other-collections .inner-box * {
  transition: all 0.4s ease-in-out;
}
.cd_other-collections .inner-box .tag {
  font-size: 1.6rem;
  padding: 1rem 2rem 0.8rem 2rem;
  border: 1px solid #4f4f4f;
  color: #4f4f4f;
  width: max-content;
  display: inline-flex;
  margin-left: auto;
  float: right;
  border-radius: 4rem;
  text-transform: uppercase;
}
.cd_other-collections .thumb-box .img-box {
  overflow: hidden;
}
.cd_other-collections .thumb-box .img-box img {
  transform: translateY(70%);
}
.cd_other-collections .inner-box:hover .thumb-box .img-box img {
  transform: translateY(10%);
}
.cd_other-collections .thumb-box h3 {
  position: absolute;
  top: 2rem;
  left: 0;
  width: 100%;
  font-size: 9rem;
  text-align: center;
  line-height: 1.4;
  color: #4f4f4f;
  letter-spacing: -1px;
}
.cd_other-collections .thumb-box .img-box {
  z-index: 2;
  margin-top: 11rem;
}
.cd_other-collections .meta-box {
  margin-top: 0;
}
.cd_other-collections .meta-box h5 {
  font-size: 4rem;
  margin-bottom: 1rem;
  color: #4f4f4f;
  opacity: 0;
}
.cd_other-collections .meta-box p {
  color: #505050;
}
.cd_other-collections .inner-box:hover .meta-box h5 {
  opacity: 1;
}
.cd_other-collections .meta-box .text-box {
  flex: 1;
  padding-right: 2rem;
  max-width: 36rem;
}
.cd_other-collections .meta-box .arrow {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  padding: 1.5rem;
  border: 1px solid #8a8a8a;
}
.cd_other-collections .inner-box:hover .meta-box .arrow {
  background-color: #000000;
}
.cd_other-collections .meta-box .arrow img {
  max-width: 2.8rem;
}
.cd_other-collections .inner-box:hover .meta-box .arrow img {
  filter: invert(1) brightness(100);
}

.faq-item {
  border-bottom: 1px solid #d9d9d9;
}

.faq-head {
  padding: 3rem 0;
  font-size: 2.8rem;
  position: relative;
  padding-right: 5rem;
  color: #4f4f4f;
}
.faq-head .toggle-icon {
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  right: 0;
  top: 3.5rem;
  display: inline-block;
}
.faq-head .toggle-icon::before,
.faq-head .toggle-icon::after {
  content: "";
  position: absolute;
  background-color: #4f4f4f;
  transition: all 0.5s ease;
}
.faq-head .toggle-icon::before {
  width: 100%;
  height: 1.5px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.faq-head .toggle-icon::after {
  width: 1.5px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.faq-head.active .toggle-icon::after {
  opacity: 0;
}
.faq-body {
  padding-bottom: 3rem;
  padding-right: 6rem;
  color: #888888;
}

/* ------------------------------------------------ */
/* ------------- CONTACT PAGE STYLES -------------- */
/* ------------------------------------------------ */
.hp-contact-section .contact-social-list ul {
  margin-left: 15px;
}
.hp-contact-section .contact-social-list a {
  width: 6rem;
  height: 6rem;
  background-color: var(--black);
  border-radius: 50%;
  margin-right: 14px;
  padding: 5px;
}
.hp-contact-section .contact-social-list img {
  max-height: 2.4rem;
}
.hp-contact-section .contact-social-list a:hover img {
  transform: scale(1.1);
}
.hp-contact-section .contact-social-list li:last-child a {
  margin-right: 0;
}
.contact-usp-section .usp-list li {
  width: 25%;
  text-align: center;
  padding: 0 3rem;
  border-left: 1px solid rgba(217, 217, 217, 0.6);
}
.contact-usp-section .usp-list li:last-child {
  border-right: 1px solid rgba(217, 217, 217, 0.6);
}
.contact-usp-section .usp-list h4 {
  font-size: 7rem;
  font-weight: 500;
}
.contact-usp-section .img-box > img {
  min-height: 600px;
}
.contact-usp-section .bottom-top-overlay {
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.95),
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0.05),
    rgba(0, 0, 0, 0)
  );
  padding: 7rem 15px;
}

.contact-usp-section iframe {
  min-height: 600px;
  height: 75vh;
  width: 100%;
  object-fit: cover;
}
.contact-usp-section .view-control-btns li {
  padding: 0.8rem 3rem;
  border-radius: 4rem;
  color: var(--white);
  border: 1px solid var(--white);
  margin: 1rem;
  cursor: pointer;
  transition: all 0.5s ease;
  position: relative;
}
.contact-usp-section .view-control-btns li:hover,
.contact-usp-section .view-control-btns li.active {
  background-color: var(--white);
  color: var(--black);
}
.contact-usp-section .view-control-btns li.active::after,
.contact-presence-section .hp-gallery-btns a.active::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  width: 1.5rem;
  height: 1.5rem;
  border-bottom: 1rem solid var(--white);
  border-left: 1rem solid var(--white);
  transform: translateX(-50%) rotate(-45deg);
}
.contact-presence-section .hp-gallery-btns a.active::after {
  border-color: var(--black);
}
.contact-usp-section .view-control-btns li:last-child {
  margin-right: 0;
}
.contact-usp-section .view-control-btns li:first-child {
  margin-left: 0;
}
.contact-usp-section .view-control-btns li span {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #333333;
  color: #ffffff;
  margin-right: 10px;
  transition: all 0.5s ease;
}
.contact-usp-section .view-control-btns li:hover span {
  background-color: var(--white);
  color: var(--black);
}
.contact-presence-cards .card-item {
  width: 31.5%;
  margin-right: 2.75%;
  overflow: hidden;
  border-radius: 2.5rem;
  margin-top: 5rem;
  height: 70rem;
  cursor: pointer;
}
.contact-presence-cards .card-item:nth-child(3n) {
  margin-right: 0;
}
.contact-presence-cards .card-item:hover .card-image img {
  transform: scale(1.1);
}
.contact-presence-cards .card-item .card-content {
  padding: 4rem 4rem;
}
.contact-presence-cards .card-item .location img {
  filter: invert(1) brightness(100);
  display: inline-block;
  margin-right: 10px;
}
.contact-presence-cards .card-item .arrow {
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 50%;
  border: 1px solid var(--white);
  position: absolute;
  top: 2rem;
  right: 2rem;
  transition: all 0.5s ease;
}
.contact-presence-cards .card-item:hover .arrow {
  background-color: var(--white);
}
.contact-presence-cards .card-item .arrow img {
  max-height: 2rem;
}
.contact-presence-cards .card-item:hover .arrow img {
  transform: rotate(45deg);
  filter: invert(1);
}
.contact-presence-cards .card-item .description-box {
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

.contact-presence-cards .card-item:hover .description-box {
  max-height: 250px;
  padding-top: 15px;
}
.contact-presence-cards .card-item .card-content h5 {
  font-size: 3.2rem;
}

/* ------------------------------------------------ */
/* ----------------- ABOUT US PAGE ---------------- */
/* ------------------------------------------------ */
.about-story-section .btn-box {
  padding-left: 6rem;
}
.about-story-section .btn-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/journey-pulse.webp") no-repeat center;
  background-size: contain;
  width: 3.3rem;
  height: 3.3rem;
}
.about-story-section .container > .relative::before {
  content: "";
  position: absolute;
  left: 1.8rem;
  bottom: -17rem;
  width: 74%;
  height: 38.8rem;
  background: url("../img/about-journey-top-line.webp") no-repeat center;
  background-size: contain;
}
.about-journey-section div.w-40 {
  width: 38%;
}
.about-journey-section div.w-50 {
  width: 54%;
}
.about-journey-section .sticky {
  top: 3rem;
}
.about-journey-section .usp-list li {
  margin: 7rem 0;
  text-align: left;
}
.about-journey-section .usp-list li:nth-child(even) {
  border-right: 1px solid #d9d9d9;
}
.about-journey-section .usp-list li p {
  color: #333333;
}
.about-journey-section .usp-list li h5 {
  font-size: 4rem;
  font-weight: 500;
}
.about-journey-list::before {
  content: "";
  position: absolute;
  top: 1.5rem;
  left: 50%;
  width: 2px;
  height: 100%;
  background-image: url("../img/about-journey-dashe-line.webp");
  background-position: center;
}
.about-journey-list::after {
  content: "\A";
  position: absolute;
  width: 2rem;
  height: 2rem;
  bottom: -2rem;
  left: 48.9%;
  border-style: solid;
  border-width: 8px 12px 8px 0;
  border-color: transparent #b9b9b9 transparent transparent;
  transform: rotate(-90deg);
}
.about-journey-item {
  width: 42%;
  margin-bottom: 8rem;
}
.about-journey-item:last-of-type {
  margin-bottom: 0;
}
.about-journey-item:nth-of-type(even) {
  text-align: right;
  transform: translateY(30rem);
}
.about-journey-item:nth-of-type(even) .year {
  flex-direction: row-reverse;
}
.about-journey-item:nth-of-type(3),
.about-journey-item:nth-of-type(5) {
  transform: translateY(-15rem);
}
.about-journey-item .img-box {
  border: 0.7rem solid #000000;
}
.about-journey-item .year .line {
  position: absolute;
  width: 98%;
  height: 0.7px;
  background-color: var(--black);
  top: 50%;
  right: -6.5rem;
  transform: translateY(-50%);
}
.about-journey-item:last-of-type .year .line {
  width: 90%;
}

.about-journey-item:nth-of-type(even) .year .line {
  right: unset;
  left: -6.5rem;
}
.about-journey-item .year {
  font-size: 2.6rem;
  font-weight: 500;
}
.about-journey-item .year .line::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -1.7rem;
  transform: translateY(-50%);
  width: 3.3rem;
  height: 3.3rem;
  background: url("../img/journey-pulse.webp") no-repeat center;
  background-size: contain;
}
.about-journey-item:nth-of-type(even) .year .line::before {
  right: unset;
  left: -1.7rem;
}
/* .about-journey-item .description {
  font-size: 3rem;
  color: #5e5e5e;
  letter-spacing: -0.5px;
} */
.about-journey-item .description h6 {
  margin-bottom: 1rem;
  font-size: 2.5rem;
}
.about-journey-item .description p {
  color: #5e5e5e;
  line-height: 1.6;
}

.lottie-animation {
  width: 100%;
}

.about-body-banner .banner-content {
  padding: 12rem 0;
}
.about-body-banner .collection-list {
  margin-top: 8rem;
}
.about-body-banner .collection-item {
  width: 21rem;
  height: 26rem;
  background-color: var(--white);
  margin-right: 3rem;
  padding: 2rem 0;
  border-radius: 1.2rem;
}
.about-body-banner .collection-item:last-of-type {
  margin-right: 0;
}
.about-body-banner .collection-item::before {
  content: "";
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 1.7rem;
  height: 1.7rem;
  background: url("../img/btn-arrow-black.webp") no-repeat center;
  background-size: contain;
  transition: all 0.4s ease;
  z-index: 2;
}

.about-body-banner .collection-list .source {
  font-size: 1rem;
  padding: 3px 8px;
  border: 1px solid #333333;
  border-radius: 4rem;
  margin-left: 2rem;
}
.about-body-banner .collection-item .img-box {
  padding: 4rem 0.5rem 0;
}
.about-body-banner .collection-item:hover .img-box img {
  transform: scale(1.1);
}
.about-body-banner .collection-item p {
  padding: 0 2rem;
}

.about-team-section .section-scroll-down {
  width: 10rem;
  height: 10rem;
  padding: 3rem;
  transform: rotate(-90deg);
}
.about-team-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 4rem;
  border-bottom: 1px solid #cacaca;
}
.about-team-item {
  height: 60rem;
  cursor: pointer;
}
.about-team-item .content-box {
  padding: 4rem 4rem;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0) 99%
  );
}
.about-team-item .content-box span {
  font-size: 1.6rem;
  display: inline-block;
  margin-top: 1rem;
}
.about-team-item .content-box .description-box {
  max-height: 0;
  overflow: hidden;
  transition: all 0.8s ease;
}
.about-team-item:hover .content-box .description-box {
  max-height: 70rem;
}
.about-team-item:hover .content-box .description-box p {
  padding-top: 2rem;
}
.about-team-item .linkedin {
  width: 5.1rem;
  height: 5.1rem;
  border-radius: 50%;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--white);
  margin-top: 2.5rem;
}
.about-team-item .linkedin img {
  max-height: 1.8rem;
}
.about-team-item .linkedin:hover {
  background-color: var(--white);
}
.about-team-item .linkedin:hover img {
  filter: invert(1);
}
.about-sustainability-item {
  width: 23%;
  margin-right: 2.66%;
  margin-top: 7rem;
}
.about-sustainability-item:nth-of-type(4n) {
  margin-right: 0;
}
.about-sustainability-item .icon {
  width: 8.6rem;
  height: 8.6rem;
  margin: 0 auto;
}
.about-sustainability-item p {
  font-size: 1.8rem;
  color: #636363;
}
.about-sustainability-item:nth-of-type(even) {
  flex-direction: column-reverse;
}
.about-sustainability-item:nth-of-type(even) .text-box {
  margin-top: 0;
  margin-bottom: 5rem;
}

.section-bottom-border {
  border-bottom: 1px solid #cacaca;
}
.section-top-border {
  border-top: 1px solid #cacaca;
}
.about-showroom-item {
  margin-top: 13rem;
}
.about-showroom-item .item-header .map img {
  max-height: 10rem;
  max-width: 8.5rem;
  object-fit: contain;
}
.about-showroom-item .item-header {
  margin-bottom: 4rem;
}
.about-showrooms-section p,
.about-showrooms-section .text-box,
.about-showrooms-section .text-box * {
  color: #b8b8b8;
}
.about-showroom-item .item-header .text {
  flex: 1;
  padding-left: 2rem;
}
.about-showroom-item .img-box,
.about-showroom-item .text-box {
  width: 48%;
}
.about-showroom-item .img-box .slick-slide {
  margin: 0 1rem;
  height: inherit;
}
.about-showroom-item .img-box .slick-list {
  margin: 0 -1rem;
}
.about-showroom-item .img-box img {
  border-radius: 2rem;
  max-height: 55rem;
}
.about-mission-section .container {
  width: 80%;
}
.about-mission-section {
  position: relative;
  /* background: linear-gradient(
    to bottom,
    #e0e0e0,
    rgba(229, 230, 230, 1),
    #ebedec,
    rgba(235, 237, 236, 0.5)
  ); */
  background: #f3f3f3;
  padding-bottom: 0;
}
/* .about-mission-section::before,
.about-mission-section::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.about-mission-section::after {
  width: 30%;
  height: 40%;
  left: unset;
  right: 0;
  top: unset;
  bottom: 0;
  background: linear-gradient(to top, #f6f9f8, #f5f8f7, #eef0f1, #eef0f1);
} */
.about-mission-section .container,
.about-mission-section .section-heading {
  position: relative;
  z-index: 2;
}
.about-mission-item.vision .img-box .inner {
  width: 149%;
  position: relative;
  z-index: 2;
  margin-left: -17%;
}
.about-mission-item .text-box {
  width: 47%;
  position: relative;
  z-index: 2;
  max-width: 63rem;
}
.about-mission-item h4 {
  font-size: 4rem;
}
.about-mission-item .mission-text {
  font-weight: 300;
  color: #333333;
  margin-top: 3rem;
}
.about-mission-vision {
  padding-top: 5rem;
}
.about-mission-item.mission {
  padding: 10rem 0 20rem 0;
  margin-top: 5rem;
}
.about-mission-item.mission .img-box .inner {
  bottom: 1rem;
  position: absolute;
  left: -21rem;
  width: 150%;
  height: 62rem;
}

section.fixed-video-banner.relative {
  z-index: 2;
}
.video-box {
  position: relative;
}
.fixed-video-banner .video-box {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.fixed-video-banner .banner-content {
  height: 100rem;
  min-height: 90vh;
}

.about-marble-collections.cd_other-collections .thumb-box h3 {
  opacity: 1;
  font-size: 8rem;
}
.about-marble-collections.cd_other-collections .meta-box .arrow {
  width: 5.4rem;
  height: 5.4rem;
}
.about-marble-collections.cd_other-collections .meta-box .arrow img {
  max-width: 2rem;
}
.about-marble-collections.cd_other-collections .inner-box {
  padding: 5rem 4rem;
}
.about-marble-collections.cd_other-collections .thumb-box .img-box {
  margin-top: 7rem;
}
.about-marble-collections.cd_other-collections .inner-box .tag {
  font-size: 1.2rem;
  padding: 0.8rem 2rem 0.5rem 2rem;
}

/* ------------------------------------------------ */
/* ----------------- QUARRIES PAGE ---------------- */
/* ------------------------------------------------ */
.quarries-intro-section .com-padding {
  border-bottom: 1px solid #878787;
}
.quarries-intro-section .logos img {
  max-width: 12rem;
}
.quarries-intro-section .logos li {
  margin-left: 3rem;
}
.quarries-intro-section .logos li:first-of-type {
  margin-left: 0;
}
.quarries-intro-section .usp-list li {
  width: 47.5%;
  padding: 3rem 3rem;
  border-radius: 2rem;
  border: 1px solid #c3c3c3d1;
  margin-bottom: 4rem;
}

.quarries-intro-section .usp-list img {
  max-height: 5.9rem;
}

.quarries-intro-section .usp-list h6 {
  font-size: 3rem;
  margin: 2rem 0;
}

.quarries-listing-section .quarries-item {
  border-top: 1px solid #d9d9d9;
  padding: 8rem 0;
}
.quarries-listing-section .quarries-item:last-child {
  padding-bottom: 0;
}

.quarries-listing-section .location-box {
  border: 1px solid #e4e4e4;
  padding: 1.5rem;
  border-radius: 1.5rem;
  width: 15rem;
  height: 15rem;
}
.quarries-listing-section .location-box .title img {
  height: 1.8rem;
}
.quarries-listing-section .location-box .title span {
  font-size: 2rem;
  color: #575757;
  margin-left: 5px;
  display: inline-block;
}
.quarries-listing-section .item-header h5 {
  flex: 1;
  padding-left: 3rem;
  font-size: 4rem;
}
.quarries-listing-section .location-box .map {
  padding-top: 1.5rem;
}
.quarries-listing-section .location-box .map img {
  max-width: 8rem;
  max-height: 7rem;
}
.quarries-listing-section .description .meta li {
  padding: 0 2.5rem;
  border-left: 1px solid #c3c3c3;
}
.quarries-listing-section .description .meta li:last-child {
  border-right: 1px solid #c3c3c3;
}
.quarries-listing-section .description p,
.quarries-listing-section .description span,
.quarries-intro-section .usp-list p {
  color: #888888;
}
.quarries-listing-section .description .meta span {
  font-size: 1.6rem;
}
.quarries-listing-section .description .meta h6 {
  font-size: 2.8rem;
  margin-top: 1rem;
}
.quarries-listing-section .item-media {
  margin: 7rem -2rem 0 -2rem;
}
.quarries-listing-section .item-media > div {
  margin: 2rem 2rem;
  border-radius: 2rem;
  height: inherit;
  max-height: 55rem;
}
.quarries-listing-section .item-media img,
.quarries-listing-section .item-media video {
  min-height: 54rem;
}
.quarries-listing-section .item-media .small-box {
  width: calc(25% - 4rem);
}
.quarries-listing-section .item-media .large-box {
  width: calc(50% - 4rem);
}
.play-btn-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.vid-play-btn {
  cursor: pointer;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.vid-play-btn.hide {
  opacity: 0;
}
.vid-play-btn img {
  width: 100%;
}
.quarries-listing-section .item-media .play-btn-center {
  width: 7.6rem;
  height: 7.6rem;
}
.quarries-body-banner .section-heading {
  margin-left: auto;
}
.quarries-body-banner .section-heading p {
  color: var(--white);
}

/* ------------------------------------------------ */
/* ----------------- TESTIMONIALS PAGE ---------------- */
/* ------------------------------------------------ */
.testimonial-listing-section .google-review-img {
  max-height: 10rem;
}
.testimonial-listing-section .testimonial-item {
  border: 1px solid #9f9f9f;
  padding: 8rem 8rem;
  border-radius: 3rem;
  width: 47.5%;
  margin-top: 8rem;
  min-height: 62rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.testimonial-listing-section .testimonial-item:nth-of-type(even) {
  transform: translateY(-12rem);
}
.testimonial-listing-section .testimonial-item * {
  color: #333333;
}
.quote-icon {
  width: 7.2rem;
  height: 6rem;
}
.testimonial-listing-section .testimonial-item .test-box,
.testimonial-body-banner .quote-text {
  font-size: 2.8rem;
}
.testimonial-listing-section .testimonial-item .avatar {
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 50%;
  margin-right: 1.5rem;
}
.testimonial-listing-section .testimonial-item .meta-box,
.testimonial-body-banner .meta-box {
  font-style: italic;
}
.testimonial-listing-section .testimonial-item h6 {
  font-size: 2.6rem;
}
.testimonial-listing-section .testimonial-item span {
  font-size: 1.6rem;
}

.post-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
.pagination-box span,
.pagination-box a {
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #161616;
  transition: all 0.5s ease;
  font-size: 2rem;
  font-weight: 400;
  margin: 5px;
  line-height: 1;
}
.pagination-box .current,
.pagination-box a:hover {
  background-color: #161616;
  color: #ffffff;
  border-color: #161616;
}
.pagination-box span img,
.pagination-box a img {
  object-fit: contain;
  width: 100%;
  max-width: 1.8rem;
  max-height: 1.6rem;
  transition: all 0.5s ease;
}
.pagination-box a:hover img {
  filter: invert(1);
}
.testimonial-videos-section .com-padding {
  border-top: 1px solid #959595;
}
.insta-follow-btn {
  border: 1px solid var(--black);
  padding: 1rem 2rem;
  border-radius: 1.2rem;
  color: var(--black);
  height: 8rem;
  font-size: 2.2rem;
}
.insta-follow-btn:hover {
  background-color: var(--black);
  color: var(--white);
}
.insta-follow-btn img {
  width: 3rem;
  object-fit: contain;
}
.insta-follow-btn:hover img {
  filter: invert(1);
}
.insta-follow-btn span {
  flex: 1;
  display: inline-block;
  padding-left: 2rem;
}
.vid-play-btn.frosted-play-btn {
  width: 8.2rem;
  height: 8.2rem;
  border: 1px solid var(--white);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(3.5px);
  -webkit-backdrop-filter: blur(3.5px);
}
.vid-play-btn.frosted-play-btn img {
  width: 1.3rem;
}
.testimonial-video-slider .slick-slide {
  margin: 0 2rem;
}
.testimonial-video-slider .slick-list {
  margin: 0 -2rem;
}
.testimonial-video-slider video {
  height: 65rem;
  border-radius: 2rem;
}
.testimonial-video-slider .slick-dots button::before {
  display: none;
}
.testimonial-video-slider .slick-dots button {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.testimonial-video-slider .slick-dots li {
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #333333;
  border-radius: 50%;
}
.testimonial-video-slider .slick-dots li.slick-active {
  background-color: #333333;
}
.testimonial-video-slider .vid-play-btn img {
  width: 2rem;
  filter: invert(1);
  margin-left: 0.5rem;
}

.testimonial-client-section {
  background-color: #f3f3f3;
}
.slider-banner {
  cursor: grab;
}
.slider-banner .slick-dots {
  bottom: 6rem;
}
.slider-banner .slick-dots li {
  width: 2rem;
  height: 2rem;
  border: 1px solid var(--white);
  border-radius: 50%;
}
.slider-banner .slick-dots li.slick-active {
  background-color: var(--white);
}
.slider-banner .slick-dots .button {
  opacity: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.slider-banner .slick-dots li button:before {
  display: none;
}
.slick-track {
  display: flex !important;
}
.slick-slide {
  height: inherit;
}
.slider-banner .slick-slide {
  height: 100rem;
  min-height: 100vh;
}
.slider-banner .slick-slide > div {
  height: 100%;
}
.testimonial-body-banner .logo {
  width: 15rem;
  height: 13rem;
}
.testimonial-body-banner .meta-box .text {
  flex: 1;
  padding-left: 2rem;
}
.testimonial-body-banner .meta-box h5 {
  margin-bottom: 0.7rem;
}
.testimonial-body-banner .quote-box {
  max-width: 50rem;
}
.testimonial-body-banner .banner-content {
  padding-bottom: 18rem;
}
.testimonial-about-section .cta-wrapper {
  max-width: 63rem;
}

.testimonial-about-section .cta-card {
  background-color: #f3f3f3;
  padding: 4rem 4rem;
  border-radius: 2rem;
  margin-top: 6rem;
}
.testimonial-about-section .cta-card:hover,
.newsletter-listing .newsletter-item:hover {
  background-color: #f9f9f9;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.testimonial-about-section .cta-card .text-box {
  flex: 1;
  padding-right: 5rem;
}
.testimonial-about-section .cta-card .arrow,
.card-arrow {
  width: 8.2rem;
  height: 8.2rem;
  border-radius: 50%;
  border: 1px solid #8a8a8a;
  padding: 1rem;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-about-section .cta-card .arrow img,
.card-arrow img {
  width: 2.8rem;
  transition: all 0.5s ease;
}
.testimonial-about-section .cta-card:hover .arrow,
.newsletter-listing .newsletter-item:hover .card-arrow {
  background-color: var(--black);
  transform: rotate(45deg);
}
.testimonial-about-section .cta-card:hover .arrow img,
.newsletter-listing .newsletter-item:hover .card-arrow img {
  filter: invert(1) brightness(100);
}
.testimonial-about-section .cta-card h5 {
  color: #4f4f4f;
  font-size: 4rem;
}
.testimonial-about-section .cta-card p {
  color: #505050;
  margin-top: 1rem;
}
.coming-soon-banner {
  height: 90vh;
  min-height: 450px;
  max-height: 850px;
}
.main-banner.newsletter-banner {
  height: 80rem;
  min-height: 70vh;
}
/* ------------------------------------------------ */
/* ----------------- NEWSLETTER PAGE ---------------- */
/* ------------------------------------------------ */
.newsletter-listing .main-content {
  flex: 1;
  padding-right: 5rem;
}
.newsletter-listing .newsletter-item {
  background-color: #f3f3f3;
  padding: 3rem 5rem 3rem 3rem;
  border-radius: 2rem;
  margin-bottom: 2rem;
}
.newsletter-listing .newsletter-item .card-arrow {
  width: 7rem;
  height: 7rem;
}
.newsletter-listing .newsletter-item .card-arrow img {
  width: 2.1rem;
}
.newsletter-listing .newsletter-item .img-box {
  width: 9.1rem;
  height: 11.5rem;
  border-radius: 1rem;
  overflow: hidden;
}
.newsletter-listing .newsletter-item .text-box {
  flex: 1;
  padding-left: 2rem;
}
.newsletter-listing .newsletter-item .text-box h5 {
  color: #4f4f4f;
}
.newsletter-listing .newsletter-item .text-box p {
  color: #505050;
  margin-top: 0.7rem;
}
.newsletters-section .post-pagination {
  justify-content: flex-start;
}
.newsletters-section .sidebar {
  padding: 7rem 5rem;
  border-radius: 1.5rem;
}
.newsletters-section input:not([type="submit"]) {
  background-color: var(--black);
  outline: none;
  border: 0;
  border-bottom: 1px solid #737373;
  color: var(--white);
  padding-bottom: 3rem;
  display: block;
  margin-bottom: 5rem;
  font-size: 2rem;
  position: relative;
}
.newsletters-section .submit-box {
  width: max-content;
  position: relative;
}
.newsletters-section .submit-box::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 4rem;
  width: 1.7rem;
  height: 1.7rem;
  background: url("../img/btn-arrow-black.webp") no-repeat center;
  background-size: contain;
  transition: all 0.5s ease;
  transform: translateY(-50%);
}
.newsletters-section .submit-box:hover::before {
  transform: translateY(-50%) rotate(45deg);
}
.newsletters-section input[type="submit"] {
  height: 7.6rem;
  width: 24rem;
  border-radius: 6rem;
  font-size: 2.5rem;
  padding: 1rem 3rem;
  text-align: left;
}

/* ------------------------------------------------ */
/* ----------------- EVENT DETAILS PAGE ---------------- */
/* ------------------------------------------------ */
.event-detail-banner .event-status {
  font-size: 2.6rem;
  line-height: 1;
  padding: 1.3rem 3rem;
  border-radius: 4rem;
  display: inline-flex;
  align-items: center;
  margin-bottom: 2.5rem;
}
.event-meta-details {
  z-index: 3;
}
.event-meta-details .inner {
  padding: 4rem 4rem;
  border-radius: 2rem;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-top: -7rem;
}
.event-meta-list .icon {
  width: 6.3rem;
  height: 6.3rem;
  background-color: #e3e3e3;
  border-radius: 1.5rem;
  padding: 1rem;
}
.event-meta-list .icon img {
  max-height: 3.2rem;
}
.event-meta-list .text-box {
  flex: 1;
  padding-left: 2rem;
}
.event-meta-list li {
  width: 29%;
  margin: 0 1%;
}
.event-meta-list li:last-child {
  width: 35%;
}
.event-meta-list * {
  color: #333333;
}
.event-meta-list p {
  font-size: 2.3rem;
}
.event-meta-list span {
  font-size: 1.8rem;
  font-weight: 300;
  margin-top: 5px;
  display: inline-block;
}
.event-purpose-section .com-padding {
  border-bottom: 1px solid #bababa;
}
.center-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.vid-play-btn {
  cursor: pointer;
  width: 10rem;
  height: 10rem;
  background-color: white;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.check-list li {
  padding-left: 3.5rem;
  position: relative;
  margin: 15px 0;
  color: #878787;
}
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 2.3rem;
  height: 2.3rem;
  background: url("../img/list-check-mark.webp") no-repeat center;
  background-size: contain;
}
.event-schedule-section .com-padding {
  border-top: 1px solid #bababa;
}
.event-enroll-section h4 {
  max-width: 45rem;
}
.event-schedule-section .feature-content img {
  display: block;
  width: 100%;
}
.event-schedule-section .feature-content h3 {
  padding-top: 5rem;
  border-top: 1px solid #bababa;
  font-size: 4.5rem;
}
.event-schedule-section .feature-content h3:first-of-type {
  padding-top: 0;
  border-top: 0;
}
.event-enroll-section .brochure-form .input-box {
  width: 31%;
}
.event-enroll-section .brochure-form input:not([type="submit"]) {
  font-size: 1.8rem;
}
.event-enroll-section .black-form .submit-box input {
  height: 6.5rem;
}

.process-intro-section .col-1 {
  width: 31%;
  height: inherit;
}
.process-intro-section .col-2 {
  width: 33%;
}
.process-intro-section .col-3 {
  width: 29%;
}
.process-intro-section .icon-box img {
  max-height: 6.2rem;
}
.process-intro-section .icon-box p {
  color: #333333;
  font-size: 2.8rem;
  line-height: 1.4;
  margin-top: 1rem;
}
.process-intro-section .usp-list li {
  margin-top: 4rem;
}
.process-intro-section .usp-list h4 {
  font-size: 7rem;
  font-weight: 500;
}
.process-intro-section .usp-list p {
  color: var(--black);
  font-size: 2.8rem;
}
.process-video-section .frosted-play-btn {
  width: 10rem;
  height: 10rem;
}
.process-video-section .frosted-play-btn img {
  width: 2.5rem;
}
.process-stage {
  padding-top: 10rem;
  margin-top: 12rem;
  border-top: 1px solid #b9b9b9;
}
.process-stage:first-of-type {
  border-top: 0;
  margin-top: 0;
}
.process-stage .stage-count {
  position: absolute;
  width: max-content;
}

.process-stage.stage-1 .stage-count {
  left: 0;
  bottom: -5rem;
}
.process-stage.stage-1 .img-box {
  padding: 0 0 5rem 5rem;
}
.process-stage.stage-1 .img-box img {
  max-height: 80rem;
}
.process-stage .stage-count .number {
  font-size: 19rem;
  font-weight: 100;
  line-height: 1;
}
.process-stage .stage-count span {
  font-size: 3.3rem;
  display: inline-block;
  width: max-content;
  /* background-color: var(--white);
  position: absolute;
  left: 0;
  bottom: 2.5rem; */
}
.process-stage .text-box p,
.process-stage .text-box li {
  line-height: 1.5;
  color: #505050;
}
.process-stage .text-box ul {
  list-style: disc;
  padding-left: 2rem;
}
.process-stage .content h6,
.process-stage .content h5 {
  font-size: 2.8rem;
  margin-bottom: 1.2rem;
  margin-top: 3rem;
}
.process-stage .text-box li {
  margin: 7px 0;
}
.process-stage .text-box ol {
  list-style: decimal;
  padding-left: 2rem;
}
.process-stage.stage-2 .stage-count {
  right: 0;
  top: -18rem;
}
.process-stage.stage-2 .img-box {
  width: 27%;
}
.process-stage.stage-2 .content {
  width: 41%;
}
.process-stage.stage-2 .content-wrapper > div {
  margin-top: 6rem;
}
.process-stage .rounded-img img,
.process-stage .rounded-img video {
  border-radius: 2rem;
  display: block;
}
.process-stage.stage-2 .img-box.right-box {
  width: 24%;
}
.process-stage.stage-2 .img-box.right-box img {
  margin-top: 2rem;
}
.process-stage.stage-2 .img-box.right-box img:first-of-type {
  margin-top: 0;
}
.process-stage.stage-3 video,
.process-stage.stage-1 video {
  height: 74rem;
}
.process-stage.stage-3 .stage-count {
  bottom: -3rem;
  left: -13rem;
}
.slick-hidden.slick-arrow {
  opacity: 0 !important;
  visibility: hidden;
}
.slider-arrows .circle-arrow {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  border: 1px solid #a8a8a8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  cursor: pointer;
}
.slider-arrows .circle-arrow:hover {
  background-color: var(--dark);
}
.slider-arrows .circle-arrow img {
  max-width: 3.1rem;
  object-fit: contain;
  transition: all 0.3s ease;
}
.slider-arrows .circle-arrow:hover img {
  filter: invert(1);
}
.slider-arrows .arrow-next {
  margin-left: 2rem;
}
.process-stage.stage-4 .stage-count {
  position: relative;
  margin-left: 2rem;
}
.process-stage.stage-4 .stage-count span {
  bottom: 2rem;
}
.process-stage.stage-4 .slider-arrows {
  padding-bottom: 3rem;
}
.stage-4-slider .slick-list {
  margin: 0 -1rem;
}
.stage-4-slider .slick-slide {
  margin: 0 1rem;
}
.stage-4-slider .slider-item {
  border-radius: 2rem;
}
.stage-4-slider .content-box {
  padding: 5rem 4rem;
}
.stage-4-slider .content-box h6 {
  font-size: 3rem;
}
.stage-4-slider .content-box p {
  color: #d5d5d5;
  line-height: 1.3;
  margin-top: 1rem;
}
.process-stage.stage-5 {
  height: 91rem;
  min-height: 95vh;
  padding: 0;
}
.process-stage.stage-5 .stage-count {
  position: relative;
}
.process-stage.stage-5 .stage-count span {
  background-color: transparent;
}
.process-stage.stage-5 .content-box .count {
  max-height: 14rem;
}
.process-stage.stage-5 .content-box {
  padding-bottom: 15rem;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85),
    rgba(0, 0, 0, 0.55),
    rgba(0, 0, 0, 0.25),
    rgba(0, 0, 0, 0.1)
  );
}
.process-stage.stage-5 .content-box p {
  color: #d7d7d7;
}
.process-stage.stage-5 .content-box li {
  padding: 2.5rem 0;
  border-bottom: 1px solid #6c6c6c;
}
.process-stage.stage-5 .content-box ul span {
  font-size: 3rem;
  font-weight: 200;
}
.process-stage.stage-5 .content-box ul h5 {
  font-size: 4rem;
  flex: 1;
  padding-left: 3rem;
  font-weight: 400;
}

.hp-gallery-item .gallery-img img {
  cursor: pointer;
}
.gallery-popup .popup-content-wrapper {
  max-width: 1920px;
  background-color: transparent;
  padding: 0;
  box-shadow: none;
}
.gallery-popup .popup-content {
  overflow: hidden;
  height: 100%;
  padding: 0;
}
.gallery-popup .slick-slide {
  height: inherit;
}
.gallery-popup .slick-slide div {
  height: 100%;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.gallery-popup .slick-slide img {
  object-fit: contain;
  width: auto;
  max-height: 85vh;
}
.gallery-popup .close-popup {
  z-index: 10;
}
.gallery-popup .slick-arrow {
  width: 7rem;
  height: 7rem;
  z-index: 5;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.gallery-popup .slick-prev {
  left: 1rem;
}
.gallery-popup .slick-next {
  right: 1rem;
}
.slick-next:before,
.slick-prev:before {
  font-size: 6rem;
  color: #fcf3ea;
  opacity: 1;
}
.gallery-popup .popup-overlay {
  background-color: rgba(0, 0, 0, 0.9);
}

/* -------------------------------------------- */
/* -------------- BLOG LISTING --------------- */
/* -------------------------------------------- */
.hero-banner.image-banner {
  background-size: cover;
  min-height: 80rem;
  padding: 30rem 0 20rem 0;
  background-repeat: no-repeat;
  background-position: center center;
}
.image-banner.fixed-bg {
  height: 90rem;
  background-size: cover;
  background-attachment: fixed;
  min-height: 90vh;
}
.blog-item .blog-img {
  border-radius: 2.5rem;
  height: 31rem;
}
.blog-item a:hover img {
  transform: scale(1.12);
}
.blog-listing.grid {
  grid-row-gap: 8rem;
}
.blog-item h5 {
  margin: 3rem 0 2rem 0;
  transition: all 0.4s ease;
}
.blog-item a:hover h5 {
  color: var(--black);
}
.blog-item .date {
  color: #565656;
  font-size: 2rem;
}

/* -------------------------------------------- */
/* -------------- BLOG DETAILS --------------- */
/* -------------------------------------------- */
.blog-detail-header .banner-sub {
  color: #777777;
}
.blog-detail-banner img {
  border-radius: 3rem;
}
.blog-detail-content p,
.blog-detail-content div,
.blog-detail-content li {
  font-weight: 300;
}
.blog-detail-content li {
  margin: 12px 0;
}

.circle-slider-arrows button {
  border: 1px solid #333333;
  background: transparent;
  outline: none;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  margin: 5px;
  transition: all 0.4s ease;
}
.circle-slider-arrows button:hover {
  background-color: #333333;
}
.circle-slider-arrows button:hover img {
  filter: invert(1);
}
.newsletter-box div.tnp-subscription,
.newsletter-box form.tnp-subscription,
.newsletter-box form.tnp-profile {
  max-width: 550px;
}
img.invert {
  filter: invert(1);
}
footer .footer-logo {
  max-width: 23rem;
}
.page-default-content h1:first-of-type,
.page-default-content h2:first-of-type,
.page-default-content h3:first-of-type,
.page-default-content h4:first-of-type,
.page-default-content h5:first-of-type,
.page-default-content h6:first-of-type {
  margin-top: 0;
}

.page-default-content h1,
.page-default-content h2,
.page-default-content h3,
.page-default-content h4,
.page-default-content h5,
.page-default-content h6 {
  margin: 6rem 0 2rem 0;
}
.page-default-content p,
.page-default-content li,
.page-default-content div{
  line-height: 1.7;
}
.page-default-content p,
.page-default-content li{
  margin-top: 10px;
}
.page-default-content img,
.page-default-content video{
  margin-top: 3rem;
  display: block;
}
.page-default-content ul{
  padding-left: 2rem;
  list-style: disc;
}