html {
  scroll-behavior: smooth;
}

body {
  font-family: "Work Sans", serif;
  padding-right: 0 !important;
}

img {
  height: 100%;
  width: 100%;
}

.header--wrapper {
  background-color: white;
  position: sticky;
  top: 0;
  z-index: 99;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.header--wrapper .navbar {
  padding: 0;
  font-size: 14px;
  justify-content: flex-start;
  display: -ms-flexbox;
}
@media (min-width: 992px) {
  .header--wrapper .navbar .nav-item.dropdown:hover > .dropdown-menu {
    display: block;
  }
}
@media (max-width: 1200px) {
  .header--wrapper .navbar .navbar-collapse {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: -100%;
    background-color: white;
    width: 50%;
    transition: all 0.3s ease;
  }
  .header--wrapper .navbar .navbar-collapse.show {
    right: 0;
    transition: all 0.3s ease;
  }
  .header--wrapper .navbar .navbar-collapse.collapse {
    display: block !important;
  }
}
@media (max-width: 576px) {
  .header--wrapper .navbar .navbar-collapse {
    width: 100%;
  }
  .header--wrapper .navbar .navbar-collapse.collapse {
    display: block !important;
    overflow: auto;
  }
}
.header--wrapper .navbar .navbar-collapse .mobile-menu-header {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: white;
  z-index: 99;
}
.header--wrapper .navbar .navbar-collapse .mobile-menu-header .mobile-menu-logo {
  display: none;
}
@media (max-width: 576px) {
  .header--wrapper .navbar .navbar-collapse .mobile-menu-header .mobile-menu-logo {
    display: block;
    width: 200px;
    height: auto;
    padding-left: 20px;
  }
  .header--wrapper .navbar .navbar-collapse .mobile-menu-header .mobile-menu-logo img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.header--wrapper .navbar .navbar-collapse .mobile-menu-header .navbar-toggler {
  display: none;
  padding: 12px 23px;
  margin-right: 55px;
}
@media (max-width: 768px) {
  .header--wrapper .navbar .navbar-collapse .mobile-menu-header .navbar-toggler {
    margin-right: 25px;
  }
}
@media (max-width: 576px) {
  .header--wrapper .navbar .navbar-collapse .mobile-menu-header .navbar-toggler {
    margin-right: 0;
  }
}
.header--wrapper .navbar .navbar-collapse .mobile-menu-header .navbar-toggler svg {
  height: 40px;
  width: 40px;
  fill: #C94E39;
}
@media (max-width: 1200px) {
  .header--wrapper .navbar .navbar-collapse .mobile-menu-header .navbar-toggler {
    display: flex;
  }
}
@media (max-width: 992px) {
  .header--wrapper .navbar .navbar-collapse .dropdown-menu {
    height: 0;
    opacity: 0;
    transition: all 0.2s ease;
    display: block;
  }
  .header--wrapper .navbar .navbar-collapse .dropdown-menu.show {
    height: 100%;
    transition: all 0.7s ease;
    opacity: 1;
  }
}
.header--wrapper .navbar .navbar-collapse .mm-social-media-icon--wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  position: absolute;
  justify-content: space-evenly;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 15px 20px;
  border-top: 1px solid rgb(184, 184, 184);
  background-color: white;
}
.header--wrapper .navbar .navbar-collapse .mm-social-media-icon--wrapper .mm-social-media-icon {
  display: block;
  height: 30px;
  width: 30px;
  fill: #C94E39;
  stroke: #C94E39;
}
@media (max-width: 400px) {
  .header--wrapper .navbar .navbar-collapse .mm-social-media-icon--wrapper .mm-social-media-icon {
    height: 25px;
    width: 25px;
  }
}
.header--wrapper .navbar .navbar-brand {
  height: 64px;
}
@media (max-width: 576px) {
  .header--wrapper .navbar .navbar-brand {
    height: 56px;
    margin: 4px 0;
  }
}
@media (max-width: 376px) {
  .header--wrapper .navbar .navbar-brand {
    height: 50px;
  }
}
.header--wrapper .navbar .navbar-brand img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header--wrapper .navbar .navbar-toggler {
  border: none;
  color: black;
  margin-left: auto;
}
@media (max-width: 992px) {
  .header--wrapper .navbar .navbar-toggler {
    display: flex;
  }
}
.header--wrapper .navbar .navbar-toggler svg {
  height: 30px;
  width: 30px;
  fill: #bd1c00;
}
.header--wrapper .navbar .navbar-toggler:focus {
  outline: none;
}
.header--wrapper .navbar .navbar-nav {
  margin-left: auto;
  align-items: center;
}
.header--wrapper .navbar .navbar-nav .dropdown:hover .dropdown-toggle {
  color: rgba(0, 0, 0, 0.7019607843);
}
.header--wrapper .navbar .navbar-nav .dropdown:hover .dropdown-toggle::after {
  transform: rotate(180deg);
  transition: all 0.2s ease;
}
.header--wrapper .navbar .navbar-nav .nav-link {
  padding: 20px 15px;
  font-weight: 600;
}
.header--wrapper .navbar .navbar-nav .nav-link.contact-us-btn {
  font-family: "Playfair Display", serif;
  background-color: transparent;
  border: 2px solid rgb(0, 0, 0);
  color: black;
  padding: 10px 10px;
  font-weight: 700;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}
@media (max-width: 1180px) {
  .header--wrapper .navbar .navbar-nav .nav-link.contact-us-btn {
    background-color: #343434;
    border: 2px solid #343434;
    color: white;
  }
}
.header--wrapper .navbar .navbar-nav .nav-link.contact-us-btn:hover {
  background-color: #343434;
  border: 2px solid #343434;
  color: white;
  transition: all 0.3s ease;
}
.header--wrapper .navbar .navbar-nav .nav-link.dropdown-toggle::after {
  transform: none;
  transition: all 0.2s ease;
}
.header--wrapper .navbar .navbar-nav .dropdown-menu {
  top: 60px;
  border: none;
  box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.1019607843);
  padding: 5px;
  border-radius: 0 0 10px 10px;
}
.header--wrapper .navbar .navbar-nav .dropdown-menu li {
  margin-bottom: 5px;
}
.header--wrapper .navbar .navbar-nav .dropdown-menu li:last-child {
  margin-bottom: 0;
}
.header--wrapper .navbar .navbar-nav .dropdown-menu li .dropdown-item {
  padding: 8px 20px;
  border-radius: 5px;
  font-weight: 600;
  color: #3d3d3d;
  transition: all 0.9s ease;
}
.header--wrapper .navbar .navbar-nav .dropdown-menu li .dropdown-item:hover {
  background-color: rgba(201, 79, 57, 0.1);
  color: #C94E39;
  transition: all 0.2s ease;
}

.section-title {
  font-family: "Playfair Display", serif;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  letter-spacing: 3px;
  color: #343434;
}
@media (max-width: 576px) {
  .section-title {
    font-size: 22px;
    letter-spacing: 2px;
  }
}

.page-banner--wrapper {
  height: 300px;
  background-image: url("/images/page-banner-bg-1.jpg");
  background-position: 100% 42%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-color: black;
}
@media (max-width: 1180px) {
  .page-banner--wrapper {
    height: 240px;
  }
}
@media (max-width: 576px) {
  .page-banner--wrapper {
    height: 160px;
  }
}
.page-banner--wrapper .pb-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.page-banner--wrapper .page-banner-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  z-index: 2;
  color: rgb(255, 251, 244);
}
@media (max-width: 576px) {
  .page-banner--wrapper .page-banner-content {
    flex-direction: column-reverse;
  }
}
.page-banner--wrapper .page-banner-content .page-banner-breadcrum .breadcrum-list {
  display: flex;
  list-style: none;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
@media (max-width: 576px) {
  .page-banner--wrapper .page-banner-content .page-banner-breadcrum .breadcrum-list {
    font-size: 11px;
  }
}
.page-banner--wrapper .page-banner-content .page-banner-breadcrum .breadcrum-list li {
  margin-left: 15px;
}
.page-banner--wrapper .page-banner-content .page-banner-breadcrum .breadcrum-list li a {
  color: white;
}
.page-banner--wrapper .page-banner-content .page-banner-breadcrum .breadcrum-list li a:focus, .page-banner--wrapper .page-banner-content .page-banner-breadcrum .breadcrum-list li a:hover {
  text-decoration: none;
}
.page-banner--wrapper .page-banner-content .page-banner-breadcrum .breadcrum-list li::before {
  content: "|";
  color: rgb(255, 251, 244);
  margin-right: 10px;
}
.page-banner--wrapper .page-banner-content .page-banner-breadcrum .breadcrum-list li:first-child {
  margin-left: 0;
}
.page-banner--wrapper .page-banner-content .page-banner-breadcrum .breadcrum-list li:first-child::before {
  content: "";
  color: rgb(255, 251, 244);
  margin-right: 0;
}
.page-banner--wrapper .page-banner-content .page-banner-title {
  font-size: 54px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Playfair Display", serif;
  letter-spacing: 3px;
}
@media (max-width: 576px) {
  .page-banner--wrapper .page-banner-content .page-banner-title {
    font-size: 30px;
  }
}

.category-title-desc--wrapper .category-title-desc-content {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 576px) {
  .category-title-desc--wrapper .category-title-desc-content {
    flex-direction: column;
    gap: 0;
  }
}
.category-title-desc--wrapper .category-title-desc-content .category-imgbx {
  height: 400px;
  width: 500px;
  flex-shrink: 0;
  position: relative;
}
@media (max-width: 1180px) {
  .category-title-desc--wrapper .category-title-desc-content .category-imgbx {
    height: 300px;
    width: 400px;
  }
}
@media (max-width: 820px) {
  .category-title-desc--wrapper .category-title-desc-content .category-imgbx {
    height: 300px;
    width: 300px;
  }
}
@media (max-width: 576px) {
  .category-title-desc--wrapper .category-title-desc-content .category-imgbx {
    height: 250px;
    width: 300px;
  }
}
.category-title-desc--wrapper .category-title-desc-content .category-imgbx .bg-shape {
  position: absolute;
  top: 20px;
  z-index: -1;
  height: 350px;
  width: 350px;
  animation: blobrotate 15s linear infinite;
}
@media (max-width: 1180px) {
  .category-title-desc--wrapper .category-title-desc-content .category-imgbx .bg-shape {
    top: 10px;
    height: 300px;
    width: 300px;
  }
}
@media (max-width: 820px) {
  .category-title-desc--wrapper .category-title-desc-content .category-imgbx .bg-shape {
    top: 40px;
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 576px) {
  .category-title-desc--wrapper .category-title-desc-content .category-imgbx .bg-shape {
    top: 10px;
    height: 210px;
    width: 210px;
  }
}
.category-title-desc--wrapper .category-title-desc-content .category-imgbx .bg-shape svg {
  fill: bisque;
}
@keyframes blobrotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.category-title-desc--wrapper .category-title-desc-content .category-imgbx img {
  -o-object-fit: contain;
     object-fit: contain;
}
.category-title-desc--wrapper .category-title-desc-content .title-desc--wrapper {
  padding: 10px;
}
@media (max-width: 576px) {
  .category-title-desc--wrapper .category-title-desc-content .title-desc--wrapper {
    padding: 0;
  }
}
.category-title-desc--wrapper .category-title-desc-content .title-desc--wrapper .category-title {
  font-size: 30px;
  font-family: "Playfair Display", serif;
  letter-spacing: 1px;
  font-weight: 600;
  color: #2e2e2e;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .category-title-desc--wrapper .category-title-desc-content .title-desc--wrapper .category-title {
    font-size: 28px;
    text-align: center;
  }
}
@media (max-width: 400px) {
  .category-title-desc--wrapper .category-title-desc-content .title-desc--wrapper .category-title {
    font-size: 26px;
    text-align: center;
  }
}
.category-title-desc--wrapper .category-title-desc-content .title-desc--wrapper .category-desc {
  color: gray;
  font-size: 16px;
}
@media (max-width: 576px) {
  .category-title-desc--wrapper .category-title-desc-content .title-desc--wrapper .category-desc {
    text-align: center;
  }
}

.collection--wrapper .c-content--wrapper {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 30px 30px;
  margin-top: 30px;
}
@media (max-width: 576px) {
  .collection--wrapper .c-content--wrapper {
    grid-template-columns: auto auto;
    gap: 20px 20px;
    margin-top: 20px;
  }
}
.collection--wrapper .c-content--wrapper .c-item--wrapper {
  cursor: pointer;
}
.collection--wrapper .c-content--wrapper .c-item--wrapper .c-item-image {
  height: 340px;
  width: auto;
  margin: auto;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1180px) {
  .collection--wrapper .c-content--wrapper .c-item--wrapper .c-item-image {
    height: 210px;
    aspect-ratio: 4/3;
  }
}
@media (max-width: 992px) {
  .collection--wrapper .c-content--wrapper .c-item--wrapper .c-item-image {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
}
@media (max-width: 576px) {
  .collection--wrapper .c-content--wrapper .c-item--wrapper .c-item-image {
    margin-bottom: 10px;
  }
}
.collection--wrapper .c-content--wrapper .c-item--wrapper .c-item-image .hidden-overlay {
  overflow: hidden;
  height: 0%;
  width: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 90;
  transition: all 0.2s ease;
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.collection--wrapper .c-content--wrapper .c-item--wrapper .c-item-image .hidden-overlay .hidden-overlay-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .collection--wrapper .c-content--wrapper .c-item--wrapper .c-item-image .hidden-overlay .hidden-overlay-content h4 {
    font-size: 24px;
  }
}
@media (max-width: 820px) {
  .collection--wrapper .c-content--wrapper .c-item--wrapper .c-item-image .hidden-overlay .hidden-overlay-content h4 {
    font-size: 20px;
    letter-spacing: 2px;
  }
}
@media (max-width: 576px) {
  .collection--wrapper .c-content--wrapper .c-item--wrapper .c-item-image .hidden-overlay .hidden-overlay-content h4 {
    font-size: 20px;
    letter-spacing: 2px;
  }
}
@media (max-width: 768px) {
  .collection--wrapper .c-content--wrapper .c-item--wrapper .c-item-image .hidden-overlay .hidden-overlay-content h6 {
    font-size: 16px;
  }
}
@media (max-width: 820px) {
  .collection--wrapper .c-content--wrapper .c-item--wrapper .c-item-image .hidden-overlay .hidden-overlay-content h6 {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .collection--wrapper .c-content--wrapper .c-item--wrapper .c-item-image .hidden-overlay .hidden-overlay-content h6 {
    font-size: 14px;
  }
}
.collection--wrapper .c-content--wrapper .c-item--wrapper .c-item-image .hidden-overlay .hidden-overlay-content .c-custom-opacity {
  opacity: 0;
  transition: all 0.3s ease;
}
.collection--wrapper .c-content--wrapper .c-item--wrapper .c-item-image .hidden-overlay .hidden-overlay-content .hidden-contact-btn--wrapper {
  display: flex;
  gap: 15px;
}
.collection--wrapper .c-content--wrapper .c-item--wrapper .c-item-image .hidden-overlay .hidden-overlay-content .hidden-contact-btn--wrapper .hidden-contact-btn {
  background-color: white;
  margin-top: 10px;
  height: 37px;
  width: 40px;
  max-width: 37px;
  max-height: 40px;
}
.collection--wrapper .c-content--wrapper .c-item--wrapper .c-item-image .hidden-overlay .hidden-overlay-content .furniture-category {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  margin-bottom: 5px;
}
.collection--wrapper .c-content--wrapper .c-item--wrapper .c-item-image .hidden-overlay .hidden-overlay-content .furniture-code {
  margin-bottom: 15px;
}
.collection--wrapper .c-content--wrapper .c-item--wrapper .c-item-image .hidden-overlay .hidden-overlay-content .c-btn {
  background-color: transparent;
  border: 2px solid white;
  padding: 10px 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
  color: white;
  transition: all 0.3s ease;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  letter-spacing: 1px;
}
@media (max-width: 1180px) {
  .collection--wrapper .c-content--wrapper .c-item--wrapper .c-item-image .hidden-overlay .hidden-overlay-content .c-btn {
    padding: 6px 10px;
    font-size: 14px;
    background-color: white;
    color: #2e2e2e;
  }
}
.collection--wrapper .c-content--wrapper .c-item--wrapper .c-item-image .hidden-overlay .hidden-overlay-content .c-btn:hover {
  text-decoration: none;
  background-color: white;
  color: #2e2e2e;
  transition: all 0.3s ease;
  font-weight: 500;
}
.collection--wrapper .c-content--wrapper .c-item--wrapper .c-item-image img {
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s ease;
}
.collection--wrapper .c-content--wrapper .c-item--wrapper .c-item-name {
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  font-size: 18px;
}
@media (max-width: 576px) {
  .collection--wrapper .c-content--wrapper .c-item--wrapper .c-item-name {
    margin-bottom: 0;
  }
}
@media (max-width: 400px) {
  .collection--wrapper .c-content--wrapper .c-item--wrapper .c-item-name {
    font-size: 14px;
    letter-spacing: 1px;
  }
}
.collection--wrapper .c-content--wrapper .c-item--wrapper:hover .hidden-overlay {
  height: 100%;
  top: 0;
  transition: all 0.4s ease;
  padding: 30px;
}
@media (max-width: 1180px) {
  .collection--wrapper .c-content--wrapper .c-item--wrapper:hover .hidden-overlay {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .collection--wrapper .c-content--wrapper .c-item--wrapper:hover .hidden-overlay {
    padding: 20px;
  }
}
@media (max-width: 820px) {
  .collection--wrapper .c-content--wrapper .c-item--wrapper:hover .hidden-overlay {
    padding: 10px;
  }
}
@media (max-width: 576px) {
  .collection--wrapper .c-content--wrapper .c-item--wrapper:hover .hidden-overlay {
    padding: 10px;
  }
}
.collection--wrapper .c-content--wrapper .c-item--wrapper:hover .hidden-overlay .hidden-overlay-content {
  border: 2px solid white;
  height: 100%;
  width: 100%;
}
.collection--wrapper .c-content--wrapper .c-item--wrapper:hover .hidden-overlay .hidden-overlay-content .c-custom-opacity {
  opacity: 1;
  display: block;
  transition: all 0.2s ease 0.3s;
}
.collection--wrapper .c-content--wrapper .c-item--wrapper:hover .hidden-overlay .hidden-overlay-content .shopnowbtn {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
}
.collection--wrapper .c-content--wrapper .c-item--wrapper:hover img {
  transform: scale(1.05);
  transition: all 0.4s ease;
}

.other-categories--wrapper .other-categories-content {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media (max-width: 576px) {
  .other-categories--wrapper .other-categories-content {
    row-gap: 20px;
  }
}
@media (max-width: 400px) {
  .other-categories--wrapper .other-categories-content {
    row-gap: 15px;
  }
}
.other-categories--wrapper .other-categories-content .other-categories {
  width: 20%;
  cursor: pointer;
}
.other-categories--wrapper .other-categories-content .other-categories:focus, .other-categories--wrapper .other-categories-content .other-categories:hover {
  text-decoration: none;
}
@media (max-width: 576px) {
  .other-categories--wrapper .other-categories-content .other-categories {
    width: 33%;
  }
}
.other-categories--wrapper .other-categories-content .other-categories:hover .oc-imagebx img {
  transform: scale(1.37);
  transition: all 0.3s ease;
}
.other-categories--wrapper .other-categories-content .other-categories .oc-imagebx {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  margin: auto;
  background-color: bisque;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 820px) {
  .other-categories--wrapper .other-categories-content .other-categories .oc-imagebx {
    height: 80px;
    width: 80px;
    margin-bottom: 15px;
  }
}
@media (max-width: 576px) {
  .other-categories--wrapper .other-categories-content .other-categories .oc-imagebx {
    height: 80px;
    width: 80px;
    margin-bottom: 10px;
  }
}
@media (max-width: 400px) {
  .other-categories--wrapper .other-categories-content .other-categories .oc-imagebx {
    height: 70px;
    width: 70px;
    margin-bottom: 10px;
  }
}
.other-categories--wrapper .other-categories-content .other-categories .oc-imagebx img {
  -o-object-fit: contain;
     object-fit: contain;
  transform: scale(1.3);
  transition: all 0.3s ease;
}
.other-categories--wrapper .other-categories-content .other-categories .oc-name {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  color: #2e2e2e;
}
@media (max-width: 820px) {
  .other-categories--wrapper .other-categories-content .other-categories .oc-name {
    font-size: 16px;
  }
}
@media (max-width: 415px) {
  .other-categories--wrapper .other-categories-content .other-categories .oc-name {
    font-size: 13px;
  }
}

.footer--wrapper {
  padding: 50px 60px;
  background-color: #efefef;
}
@media (max-width: 1180px) {
  .footer--wrapper {
    padding: 40px 20px;
  }
}
@media (max-width: 820px) {
  .footer--wrapper {
    padding: 20px 30px 60px;
  }
}
@media (max-width: 576px) {
  .footer--wrapper {
    padding: 40px 35px 30px;
  }
}
.footer--wrapper a {
  text-decoration: none;
}
.footer--wrapper .footer-section-title {
  font-family: "Playfair Display", serif;
  font-size: 22px;
  font-weight: 600;
  color: #343434;
}
@media (max-width: 576px) {
  .footer--wrapper .footer-section-title {
    margin-bottom: 10px;
  }
}
.footer--wrapper .contact-us-section .footer-address {
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .footer--wrapper .contact-us-section .footer-address {
    margin-bottom: 10px;
  }
}
.footer--wrapper .contact-us-section .footer-email {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer--wrapper .contact-us-section .footer-email .email--wrapper {
  display: flex;
  text-decoration: none;
  color: #212529;
}
.footer--wrapper .contact-us-section .footer-phone {
  display: flex;
  margin-bottom: 20px;
  color: #212529;
}
@media (max-width: 576px) {
  .footer--wrapper .contact-us-section .footer-phone {
    margin-bottom: 10px;
  }
}
.footer--wrapper .contact-us-section .footer-contact-icon {
  height: 25px;
  width: 25px;
  flex-shrink: 0;
}
.footer--wrapper .contact-us-section .footer-contact-icon path {
  fill: #C94E39;
}
.footer--wrapper .contact-us-section .footer-contact-text {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  color: #212529;
}
.footer--wrapper .contact-us-section .custom-gap {
  gap: 15px;
  cursor: pointer;
}
@media (max-width: 576px) {
  .footer--wrapper .contact-us-section .custom-gap {
    gap: 10px;
  }
}
.footer--wrapper .logo-desc-section .footer-company-logo {
  display: block;
  width: 90%;
}
@media (max-width: 992px) {
  .footer--wrapper .logo-desc-section .footer-company-logo {
    width: 40%;
  }
}
@media (max-width: 576px) {
  .footer--wrapper .logo-desc-section .footer-company-logo {
    width: 70%;
  }
}
.footer--wrapper .logo-desc-section .footer-company-logo img {
  -o-object-fit: contain;
     object-fit: contain;
}
.footer--wrapper .logo-desc-section .footer-company-desc {
  margin-top: 15px;
  font-size: 14px;
}
.footer--wrapper .logo-desc-section .social-media-icon--wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.footer--wrapper .logo-desc-section .social-media-icon--wrapper .social-media-icon {
  display: block;
  height: 25px;
  width: 25px;
  fill: #C94E39;
  stroke: #C94E39;
  transition: all 0.3s ease;
}
.footer--wrapper .logo-desc-section .social-media-icon--wrapper .social-media-icon:hover {
  transform: scale(1.1);
  transition: all 0.3s ease;
}
.footer--wrapper .our-company-section .our-company-list {
  list-style: none;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 576px) {
  .footer--wrapper .our-company-section .our-company-list {
    font-weight: 500;
  }
}
@media (max-width: 400px) {
  .footer--wrapper .our-company-section .our-company-list {
    font-size: 16px;
  }
}
.footer--wrapper .our-company-section .our-company-list a {
  text-decoration: none;
  color: #212529;
  padding: 3px 0;
  display: block;
}
.footer--wrapper .map-section iframe {
  height: auto;
  width: 100%;
  height: 100%;
  aspect-ratio: 5/3;
}
@media (max-width: 1180px) {
  .footer--wrapper .map-section iframe {
    aspect-ratio: 20/9;
  }
}
@media (max-width: 820px) {
  .footer--wrapper .map-section iframe {
    aspect-ratio: 7/3;
    margin-top: 20px;
  }
}
@media (max-width: 576px) {
  .footer--wrapper .map-section iframe {
    aspect-ratio: 4/3;
    margin-top: 0;
  }
}

.section-spacing {
  padding: 55px 0;
}
@media (max-width: 576px) {
  .section-spacing {
    padding: 40px 0;
  }
}

.header--wrapper .navbar.navbar-expand-xl .navbar-collapse.mobile-ipad-visible {
  background-color: white;
  display: none !important;
}
@media (max-width: 1200px) {
  .header--wrapper .navbar.navbar-expand-xl .navbar-collapse.mobile-ipad-visible {
    display: block !important;
    z-index: 99;
  }
  .header--wrapper .navbar.navbar-expand-xl .navbar-collapse.mobile-ipad-visible a {
    text-decoration: none;
  }
}
@media (max-width: 1200px) {
  .header--wrapper .navbar.navbar-expand-xl .navbar-collapse.mobile-ipad-visible .accordion.accordion-flush {
    height: calc(100vh - 64px);
    overflow: auto;
    margin-top: 64px;
  }
}
.header--wrapper .navbar.navbar-expand-xl .navbar-collapse.mobile-ipad-visible .mobile-menu-list--wrapper {
  list-style: none;
  padding: 0;
  font-family: "Playfair Display", serif;
}
@media (max-width: 1200px) {
  .header--wrapper .navbar.navbar-expand-xl .navbar-collapse.mobile-ipad-visible .mobile-menu-list--wrapper {
    margin-bottom: 60px;
  }
}
@media (max-width: 576px) {
  .header--wrapper .navbar.navbar-expand-xl .navbar-collapse.mobile-ipad-visible .mobile-menu-list--wrapper {
    margin-bottom: 55px;
  }
}
.header--wrapper .navbar.navbar-expand-xl .navbar-collapse.mobile-ipad-visible .mobile-menu-list--wrapper .mobile-menu-list {
  padding: 15px 30px;
  font-size: 20px;
  display: block;
  font-weight: 700;
  letter-spacing: 1px;
  color: #343434;
  border-bottom: 1px solid rgb(184, 184, 184);
}
.header--wrapper .navbar.navbar-expand-xl .navbar-collapse.mobile-ipad-visible .mobile-menu-list--wrapper .mobile-menu-list.collapsed .dropdown-icon svg {
  transform: none;
  transition: all 0.3s ease;
}
.header--wrapper .navbar.navbar-expand-xl .navbar-collapse.mobile-ipad-visible .mobile-menu-list--wrapper .mobile-menu-list .accordion-button {
  margin: 0;
}
.header--wrapper .navbar.navbar-expand-xl .navbar-collapse.mobile-ipad-visible .mobile-menu-list--wrapper .mobile-menu-list .dropdown-icon {
  margin-left: auto;
}
.header--wrapper .navbar.navbar-expand-xl .navbar-collapse.mobile-ipad-visible .mobile-menu-list--wrapper .mobile-menu-list .dropdown-icon svg {
  height: 30px;
  width: 30px;
  transition: all 0.3s ease;
  transform: rotate(45deg);
}
.header--wrapper .navbar.navbar-expand-xl .navbar-collapse.mobile-ipad-visible .mobile-menu-list--wrapper .mobile-menu-list .accordion-body {
  list-style: none;
  padding: 0;
  margin-top: 10px;
  border-top: 1px solid rgb(184, 184, 184);
  font-family: "Work Sans", serif;
  font-weight: normal;
  padding-top: 5px;
}
.header--wrapper .navbar.navbar-expand-xl .navbar-collapse.mobile-ipad-visible .mobile-menu-list--wrapper .mobile-menu-list .accordion-body .dropdown-link {
  padding: 7px 5px;
  display: block;
  color: #343434;
  font-weight: 500;
  text-decoration: none;
  font-size: 18px;
  display: flex;
}
@media (max-width: 390px) {
  .header--wrapper .navbar.navbar-expand-xl .navbar-collapse.mobile-ipad-visible .mobile-menu-list--wrapper .mobile-menu-list .accordion-body .dropdown-link {
    font-size: 16px;
  }
}

.desktop-visible {
  display: block !important;
}
@media (max-width: 1200px) {
  .desktop-visible {
    display: none !important;
  }
}

.mobile-menu-overlay {
  position: fixed;
  top: 64px;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  opacity: 0;
  transition: all 0.4s ease;
  z-index: -1;
}

.mobile-menu-overlay.active {
  opacity: 1;
  transition: all 0.4s ease;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10;
}

.card svg {
  height: 25px;
}

.card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: row;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
  margin-top: 10px;
  gap: 7px;
  border: 2px solid white;
  border-radius: 0;
  background-color: #C94E39;
  width: 124px;
}
@media (max-width: 1180px) {
  .card {
    width: 95.55px;
  }
}

.card::before,
.card::after {
  position: absolute;
  display: flex;
  align-items: center;
  width: 50%;
  height: 100%;
  transition: 0.25s linear;
  z-index: 1;
}

.card::before {
  content: "";
  left: 0;
  justify-content: flex-end;
  background-color: white;
}

.card::after {
  content: "";
  right: 0;
  justify-content: flex-start;
  background-color: white;
}

.card:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.card:hover span {
  opacity: 0;
  transition: opacity 0.25s;
  z-index: -3;
}

.card:hover::before {
  opacity: 0.5;
  transform: translateY(-100%);
}

.card:hover::after {
  opacity: 0.5;
  transform: translateY(100%);
}

.card span {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  opacity: 1;
  transition: opacity 0.25s;
  z-index: 2;
  padding: 10px 20px;
  font-size: 16px;
  background-color: white;
  color: #2e2e2e;
}
@media (max-width: 1180px) {
  .card span {
    font-size: 14px;
    padding: 6px 10px;
  }
}

.card .social-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
  height: 100%;
  color: whitesmoke;
  font-size: 24px;
  text-decoration: none;
  transition: 0.25s;
}

.card .social-link svg {
  transform: scale(1);
}

.card .social-link:hover {
  animation: bounce_613 0.4s linear;
}

@keyframes bounce_613 {
  40% {
    transform: scale(1.4);
  }
  60% {
    transform: scale(0.8);
  }
  80% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.viewport {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100;
}

#smooth-scroll {
  margin: 0 auto;
  padding: 2em 1em;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: rgb(175, 175, 175);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(201, 78, 57, 0.8);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

::-moz-selection { /* Code for Firefox */
  background: rgba(201, 79, 57, 0.2);
}

::selection {
  background: rgba(201, 79, 57, 0.2);
}

.coming-soon-body {
  background-image: url("images/bg01.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-height: 100vh;
  height: 100vh;
}
.coming-soon-body .construction-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.coming-soon-body .construction-bg .construction-container {
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  padding: 2rem;
  height: 80vh;
  width: 80vw;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
}
@media (max-width: 576px) {
  .coming-soon-body .construction-bg .construction-container {
    padding: 1rem;
    height: 90vh;
    width: 90vw;
  }
}
.coming-soon-body .construction-bg .construction-container .construction-content {
  gap: 10px;
  margin-top: -60px;
}
@media (max-width: 576px) {
  .coming-soon-body .construction-bg .construction-container .construction-content {
    margin-top: -20px;
    gap: 0;
  }
}
.coming-soon-body .construction-bg .construction-container .construction-content .logo-wrapper {
  margin-bottom: 1.5rem;
}
.coming-soon-body .construction-bg .construction-container .construction-content .logo-wrapper img {
  max-width: 500px;
  width: 80vw;
  min-width: 200px;
  height: auto;
}
@media (max-width: 576px) {
  .coming-soon-body .construction-bg .construction-container .construction-content .logo-wrapper img {
    width: 100%;
  }
}
.coming-soon-body .construction-bg .construction-container .construction-content .construction-message {
  font-size: clamp(1rem, 1.8vw, 3rem);
  font-weight: 500;
  color: #333;
}
@media (max-width: 1366px) {
  .coming-soon-body .construction-bg .construction-container .construction-content .construction-message {
    font-size: clamp(1.3rem, 2.9vw, 3rem);
  }
}
@media (max-width: 576px) {
  .coming-soon-body .construction-bg .construction-container .construction-content .construction-message {
    font-size: clamp(1.3rem, 1.8vw, 3rem);
  }
}

.main-body--wrapper {
  overflow: hidden;
}
.main-body--wrapper .home-main-slider--wrapper {
  height: calc(100vh - 64px);
  width: 100%;
  overflow: hidden;
}
@media (max-width: 376px) {
  .main-body--wrapper .home-main-slider--wrapper {
    height: calc(100vh - 58px);
  }
}
.main-body--wrapper .home-main-slider--wrapper .main-swiper {
  width: 100%;
  height: 100%;
}
.main-body--wrapper .home-main-slider--wrapper .main-swiper .main-slider-navigation {
  position: absolute;
  display: flex;
  gap: 50px;
  right: 30px;
  bottom: 30px;
}
.main-body--wrapper .home-main-slider--wrapper .main-swiper .main-slider-navigation .swiper-button-next,
.main-body--wrapper .home-main-slider--wrapper .main-swiper .main-slider-navigation .swiper-button-prev {
  position: relative;
  color: gray;
  height: 40px;
  width: 40px;
  transform: rotate(45deg);
  border: 2px solid #2e2e2e;
}
.main-body--wrapper .home-main-slider--wrapper .main-swiper .main-slider-navigation .swiper-button-next i,
.main-body--wrapper .home-main-slider--wrapper .main-swiper .main-slider-navigation .swiper-button-prev i {
  color: #2e2e2e;
}
.main-body--wrapper .home-main-slider--wrapper .main-swiper .main-slider-navigation .swiper-button-next::after,
.main-body--wrapper .home-main-slider--wrapper .main-swiper .main-slider-navigation .swiper-button-prev::after {
  content: "";
}
.main-body--wrapper .home-main-slider--wrapper .main-swiper .main-slider-navigation .swiper-button-prev i {
  transform: rotate(135deg);
}
.main-body--wrapper .home-main-slider--wrapper .main-swiper .main-slider-navigation .swiper-button-next i {
  transform: rotate(-45deg);
}
.main-body--wrapper .home-main-slider--wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
}
.main-body--wrapper .home-main-slider--wrapper .swiper-slide.first {
  background-image: url("/images/slide-5.jpg");
  background-position: 100% 70%;
}
@media (max-width: 820px) {
  .main-body--wrapper .home-main-slider--wrapper .swiper-slide.first {
    background-position: 88% 70%;
  }
}
@media (max-width: 576px) {
  .main-body--wrapper .home-main-slider--wrapper .swiper-slide.first {
    background-position: 88% 70%;
  }
}
.main-body--wrapper .home-main-slider--wrapper .swiper-slide.second {
  background-image: url("/images/slide-6.jpg");
}
@media (max-width: 820px) {
  .main-body--wrapper .home-main-slider--wrapper .swiper-slide.second {
    background-position: 40% 100%;
  }
}
@media (max-width: 576px) {
  .main-body--wrapper .home-main-slider--wrapper .swiper-slide.second {
    background-position: 38% 100%;
  }
}
.main-body--wrapper .home-main-slider--wrapper .swiper-slide.third {
  background-image: url("/images/slide-3.jpg");
  background-position: 100% 60%;
}
@media (max-width: 820px) {
  .main-body--wrapper .home-main-slider--wrapper .swiper-slide.third {
    background-position: 1% 100%;
  }
}
@media (max-width: 576px) {
  .main-body--wrapper .home-main-slider--wrapper .swiper-slide.third {
    background-position: 11% 70%;
  }
}
.main-body--wrapper .home-main-slider--wrapper .swiper-slide .main-swiper-content {
  margin-top: -300px;
  width: 70%;
}
@media (max-width: 1180px) {
  .main-body--wrapper .home-main-slider--wrapper .swiper-slide .main-swiper-content {
    margin-top: -200px;
    width: 90%;
  }
}
@media (max-width: 576px) {
  .main-body--wrapper .home-main-slider--wrapper .swiper-slide .main-swiper-content {
    margin-top: -140px;
  }
}
.main-body--wrapper .home-main-slider--wrapper .swiper-slide .main-swiper-content .main-swiper-subtitle {
  letter-spacing: 4px;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .main-body--wrapper .home-main-slider--wrapper .swiper-slide .main-swiper-content .main-swiper-subtitle {
    margin-bottom: 15px;
  }
}
.main-body--wrapper .home-main-slider--wrapper .swiper-slide .main-swiper-content .main-swiper-title {
  font-family: "Playfair Display", serif;
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (max-width: 1180px) {
  .main-body--wrapper .home-main-slider--wrapper .swiper-slide .main-swiper-content .main-swiper-title {
    font-size: 35px;
    margin-bottom: 10px;
  }
}
@media (max-width: 820px) {
  .main-body--wrapper .home-main-slider--wrapper .swiper-slide .main-swiper-content .main-swiper-title {
    font-size: 32px;
  }
}
.main-body--wrapper .home-main-slider--wrapper .swiper-slide .main-swiper-content .main-swiper-desc {
  font-size: 20px;
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .main-body--wrapper .home-main-slider--wrapper .swiper-slide .main-swiper-content .main-swiper-desc {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.main-body--wrapper .home-main-slider--wrapper .swiper-slide .main-swiper-content .main-swiper-btn {
  background-color: transparent;
  border: 2px solid rgb(0, 0, 0);
  padding: 10px 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
  color: rgb(0, 0, 0);
  transition: all 0.3s ease;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  letter-spacing: 1px;
}
@media (max-width: 1180px) {
  .main-body--wrapper .home-main-slider--wrapper .swiper-slide .main-swiper-content .main-swiper-btn {
    background-color: #222222;
    border: 2px solid #222222;
    color: #ffffff;
    font-weight: 500;
  }
}
@media (max-width: 576px) {
  .main-body--wrapper .home-main-slider--wrapper .swiper-slide .main-swiper-content .main-swiper-btn {
    padding: 7px 15px;
    font-size: 14px;
  }
}
.main-body--wrapper .home-main-slider--wrapper .swiper-slide .main-swiper-content .main-swiper-btn:hover {
  text-decoration: none;
  background-color: #222222;
  color: #ffffff;
  transition: all 0.3s ease;
  font-weight: 500;
}
.main-body--wrapper .home-main-slider--wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-body--wrapper .home-main-slider--wrapper .swiper {
  margin-left: auto;
  margin-right: auto;
}
.main-body--wrapper .shop-by-category--wrapper .sbc-content--wrapper {
  display: grid;
  grid-template-columns: auto auto auto;
  row-gap: 30px;
}
@media (max-width: 576px) {
  .main-body--wrapper .shop-by-category--wrapper .sbc-content--wrapper {
    grid-template-columns: auto auto;
    row-gap: 10px;
  }
}
.main-body--wrapper .shop-by-category--wrapper .sbc-content--wrapper .sbc-item--wrapper {
  font-size: 16px;
  cursor: pointer;
  color: #2e2e2e;
}
.main-body--wrapper .shop-by-category--wrapper .sbc-content--wrapper .sbc-item--wrapper:focus, .main-body--wrapper .shop-by-category--wrapper .sbc-content--wrapper .sbc-item--wrapper:hover {
  text-decoration: none;
}
.main-body--wrapper .shop-by-category--wrapper .sbc-content--wrapper .sbc-item--wrapper .sbc-item-image {
  height: 220px;
  width: 220px;
  margin: auto;
}
@media (max-width: 820px) {
  .main-body--wrapper .shop-by-category--wrapper .sbc-content--wrapper .sbc-item--wrapper .sbc-item-image {
    height: 150px;
    width: 100%;
    aspect-ratio: 1/1;
  }
}
@media (max-width: 768px) {
  .main-body--wrapper .shop-by-category--wrapper .sbc-content--wrapper .sbc-item--wrapper .sbc-item-image {
    height: 170px;
    width: 100%;
    margin: auto;
  }
}
@media (max-width: 576px) {
  .main-body--wrapper .shop-by-category--wrapper .sbc-content--wrapper .sbc-item--wrapper .sbc-item-image {
    aspect-ratio: 1/1;
    width: 100%;
    height: 140px;
  }
}
.main-body--wrapper .shop-by-category--wrapper .sbc-content--wrapper .sbc-item--wrapper .sbc-item-image img {
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.5s ease;
}
.main-body--wrapper .shop-by-category--wrapper .sbc-content--wrapper .sbc-item--wrapper .sbc-item-image img:hover {
  transform: scale(1.1);
  transition: all 0.3s ease;
}
.main-body--wrapper .shop-by-category--wrapper .sbc-content--wrapper .sbc-item--wrapper .sbc-item-name {
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
}
@media (max-width: 820px) {
  .main-body--wrapper .shop-by-category--wrapper .sbc-content--wrapper .sbc-item--wrapper .sbc-item-name {
    font-size: 15px;
    letter-spacing: 1px;
  }
}
@media (max-width: 768px) {
  .main-body--wrapper .shop-by-category--wrapper .sbc-content--wrapper .sbc-item--wrapper .sbc-item-name {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .main-body--wrapper .shop-by-category--wrapper .sbc-content--wrapper .sbc-item--wrapper .sbc-item-name {
    font-size: 14px;
    letter-spacing: 1px;
  }
}
.main-body--wrapper .contact-us--wrapper .contact-us-content {
  background-image: url("/images/contact-us-background.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 90px 40px 100px;
  text-align: center;
  color: #343434;
}
@media (max-width: 820px) {
  .main-body--wrapper .contact-us--wrapper .contact-us-content {
    padding: 30px 80px 40px;
  }
}
@media (max-width: 576px) {
  .main-body--wrapper .contact-us--wrapper .contact-us-content {
    padding: 20px 20px 30px;
  }
}
.main-body--wrapper .contact-us--wrapper .contact-us-content .contact-us-title {
  font-family: "Playfair Display", serif;
  font-size: 26px;
  font-weight: 700;
}
@media (max-width: 576px) {
  .main-body--wrapper .contact-us--wrapper .contact-us-content .contact-us-title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.main-body--wrapper .contact-us--wrapper .contact-us-content .contact-us-description {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 50px;
}
@media (max-width: 576px) {
  .main-body--wrapper .contact-us--wrapper .contact-us-content .contact-us-description {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.main-body--wrapper .contact-us--wrapper .contact-us-content .contact-us-btn {
  background-color: transparent;
  border: 2px solid rgb(0, 0, 0);
  padding: 10px 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
  color: rgb(0, 0, 0);
  transition: all 0.3s ease;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  letter-spacing: 1px;
}
@media (max-width: 1180px) {
  .main-body--wrapper .contact-us--wrapper .contact-us-content .contact-us-btn {
    background-color: #222222;
    border: 2px solid #222222;
    color: #ffffff;
    font-weight: 500;
  }
}
@media (max-width: 576px) {
  .main-body--wrapper .contact-us--wrapper .contact-us-content .contact-us-btn {
    padding: 7px 15px;
    font-size: 14px;
  }
}
.main-body--wrapper .contact-us--wrapper .contact-us-content .contact-us-btn:hover {
  text-decoration: none;
  background-color: #222222;
  color: #ffffff;
  transition: all 0.3s ease;
  font-weight: 500;
}
.main-body--wrapper .hot-sales--wrapper .hs-content--wrapper {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 30px 30px;
  margin-top: 30px;
}
@media (max-width: 576px) {
  .main-body--wrapper .hot-sales--wrapper .hs-content--wrapper {
    grid-template-columns: auto auto;
    gap: 20px 20px;
    margin-top: 20px;
  }
}
.main-body--wrapper .hot-sales--wrapper .hs-content--wrapper .hs-item--wrapper {
  cursor: pointer;
}
.main-body--wrapper .hot-sales--wrapper .hs-content--wrapper .hs-item--wrapper .hs-item-image {
  height: 250px;
  width: auto;
  margin: auto;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1180px) {
  .main-body--wrapper .hot-sales--wrapper .hs-content--wrapper .hs-item--wrapper .hs-item-image {
    height: 210px;
    aspect-ratio: 4/3;
  }
}
@media (max-width: 992px) {
  .main-body--wrapper .hot-sales--wrapper .hs-content--wrapper .hs-item--wrapper .hs-item-image {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
}
@media (max-width: 576px) {
  .main-body--wrapper .hot-sales--wrapper .hs-content--wrapper .hs-item--wrapper .hs-item-image {
    margin-bottom: 10px;
  }
}
.main-body--wrapper .hot-sales--wrapper .hs-content--wrapper .hs-item--wrapper .hs-item-image .hidden-overlay {
  overflow: hidden;
  height: 0%;
  width: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 90;
  transition: all 0.2s ease;
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main-body--wrapper .hot-sales--wrapper .hs-content--wrapper .hs-item--wrapper .hs-item-image .hidden-overlay .hidden-overlay-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .main-body--wrapper .hot-sales--wrapper .hs-content--wrapper .hs-item--wrapper .hs-item-image .hidden-overlay .hidden-overlay-content h4 {
    font-size: 24px;
  }
}
@media (max-width: 820px) {
  .main-body--wrapper .hot-sales--wrapper .hs-content--wrapper .hs-item--wrapper .hs-item-image .hidden-overlay .hidden-overlay-content h4 {
    font-size: 20px;
    letter-spacing: 2px;
  }
}
@media (max-width: 576px) {
  .main-body--wrapper .hot-sales--wrapper .hs-content--wrapper .hs-item--wrapper .hs-item-image .hidden-overlay .hidden-overlay-content h4 {
    font-size: 20px;
    letter-spacing: 2px;
  }
}
@media (max-width: 768px) {
  .main-body--wrapper .hot-sales--wrapper .hs-content--wrapper .hs-item--wrapper .hs-item-image .hidden-overlay .hidden-overlay-content h6 {
    font-size: 16px;
  }
}
@media (max-width: 820px) {
  .main-body--wrapper .hot-sales--wrapper .hs-content--wrapper .hs-item--wrapper .hs-item-image .hidden-overlay .hidden-overlay-content h6 {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .main-body--wrapper .hot-sales--wrapper .hs-content--wrapper .hs-item--wrapper .hs-item-image .hidden-overlay .hidden-overlay-content h6 {
    font-size: 14px;
  }
}
.main-body--wrapper .hot-sales--wrapper .hs-content--wrapper .hs-item--wrapper .hs-item-image .hidden-overlay .hidden-overlay-content .hs-custom-opacity {
  opacity: 0;
  transition: all 0.3s ease;
}
.main-body--wrapper .hot-sales--wrapper .hs-content--wrapper .hs-item--wrapper .hs-item-image .hidden-overlay .hidden-overlay-content .furniture-category {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  margin-bottom: 5px;
}
.main-body--wrapper .hot-sales--wrapper .hs-content--wrapper .hs-item--wrapper .hs-item-image .hidden-overlay .hidden-overlay-content .furniture-code {
  margin-bottom: 15px;
}
.main-body--wrapper .hot-sales--wrapper .hs-content--wrapper .hs-item--wrapper .hs-item-image .hidden-overlay .hidden-overlay-content .hs-btn {
  background-color: transparent;
  border: 2px solid white;
  padding: 10px 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
  color: white;
  transition: all 0.3s ease;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  letter-spacing: 1px;
}
@media (max-width: 1180px) {
  .main-body--wrapper .hot-sales--wrapper .hs-content--wrapper .hs-item--wrapper .hs-item-image .hidden-overlay .hidden-overlay-content .hs-btn {
    padding: 6px 10px;
    font-size: 14px;
    background-color: white;
    color: #2e2e2e;
  }
}
.main-body--wrapper .hot-sales--wrapper .hs-content--wrapper .hs-item--wrapper .hs-item-image .hidden-overlay .hidden-overlay-content .hs-btn:hover {
  text-decoration: none;
  background-color: white;
  color: #2e2e2e;
  transition: all 0.3s ease;
  font-weight: 500;
}
.main-body--wrapper .hot-sales--wrapper .hs-content--wrapper .hs-item--wrapper .hs-item-image img {
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s ease;
}
.main-body--wrapper .hot-sales--wrapper .hs-content--wrapper .hs-item--wrapper .hs-item-image:hover .hidden-overlay {
  height: 100%;
  top: 0;
  transition: all 0.4s ease;
  padding: 30px;
}
@media (max-width: 1180px) {
  .main-body--wrapper .hot-sales--wrapper .hs-content--wrapper .hs-item--wrapper .hs-item-image:hover .hidden-overlay {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .main-body--wrapper .hot-sales--wrapper .hs-content--wrapper .hs-item--wrapper .hs-item-image:hover .hidden-overlay {
    padding: 20px;
  }
}
@media (max-width: 820px) {
  .main-body--wrapper .hot-sales--wrapper .hs-content--wrapper .hs-item--wrapper .hs-item-image:hover .hidden-overlay {
    padding: 10px;
  }
}
@media (max-width: 576px) {
  .main-body--wrapper .hot-sales--wrapper .hs-content--wrapper .hs-item--wrapper .hs-item-image:hover .hidden-overlay {
    padding: 10px;
  }
}
.main-body--wrapper .hot-sales--wrapper .hs-content--wrapper .hs-item--wrapper .hs-item-image:hover .hidden-overlay .hidden-overlay-content {
  border: 2px solid white;
  height: 100%;
  width: 100%;
}
.main-body--wrapper .hot-sales--wrapper .hs-content--wrapper .hs-item--wrapper .hs-item-image:hover .hidden-overlay .hidden-overlay-content .hs-custom-opacity {
  opacity: 1;
  transition: all 0.2s ease 0.3s;
}
.main-body--wrapper .hot-sales--wrapper .hs-content--wrapper .hs-item--wrapper .hs-item-image:hover img {
  transform: scale(1.05);
  transition: all 0.4s ease;
}
.main-body--wrapper .hot-sales--wrapper .hs-content--wrapper .hs-item--wrapper .hs-item-name {
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
}
@media (max-width: 576px) {
  .main-body--wrapper .hot-sales--wrapper .hs-content--wrapper .hs-item--wrapper .hs-item-name {
    margin-bottom: 0;
  }
}
@media (max-width: 400px) {
  .main-body--wrapper .hot-sales--wrapper .hs-content--wrapper .hs-item--wrapper .hs-item-name {
    font-size: 14px;
    letter-spacing: 1px;
  }
}
.main-body--wrapper .offer--wrapper {
  height: auto;
  color: white;
}
.main-body--wrapper .offer--wrapper .offer-left-section {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 576px) {
  .main-body--wrapper .offer--wrapper .offer-left-section {
    aspect-ratio: 6/4;
  }
}
.main-body--wrapper .offer--wrapper .offer-left-section img {
  transition: 0.9s ease-out;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-body--wrapper .offer--wrapper .offer-left-section:hover img {
  transition: 0.9s ease-out;
  transform: scale(1.05);
}
.main-body--wrapper .offer--wrapper .offer-left-section .offer-left-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 50px;
  gap: 10px;
}
.main-body--wrapper .offer--wrapper .offer-left-section .offer-left-content h2 {
  font-family: "Playfair Display", serif;
  margin: 0;
}
@media (max-width: 1180px) {
  .main-body--wrapper .offer--wrapper .offer-left-section .offer-left-content h2 {
    font-size: 26px;
  }
}
@media (max-width: 820px) {
  .main-body--wrapper .offer--wrapper .offer-left-section .offer-left-content h2 {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .main-body--wrapper .offer--wrapper .offer-left-section .offer-left-content h2 {
    font-size: 26px;
  }
}
.main-body--wrapper .offer--wrapper .offer-left-section .offer-left-content p {
  font-size: 16px;
  margin: 0;
  font-weight: 300;
}
@media (max-width: 820px) {
  .main-body--wrapper .offer--wrapper .offer-left-section .offer-left-content p {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .main-body--wrapper .offer--wrapper .offer-left-section .offer-left-content p {
    font-size: 16px;
  }
}
.main-body--wrapper .offer--wrapper .offer-left-section .offer-left-content .offer-left-btn {
  background-color: transparent;
  border: 2px solid white;
  padding: 10px 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
  color: white;
  transition: all 0.3s ease;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  letter-spacing: 1px;
}
@media (max-width: 1180px) {
  .main-body--wrapper .offer--wrapper .offer-left-section .offer-left-content .offer-left-btn {
    padding: 7px 15px;
    font-size: 14px;
    background-color: white;
    color: #2e2e2e;
    font-weight: 500;
  }
}
.main-body--wrapper .offer--wrapper .offer-left-section .offer-left-content .offer-left-btn:hover {
  text-decoration: none;
  background-color: white;
  color: #2e2e2e;
  transition: all 0.3s ease;
  font-weight: 500;
}
.main-body--wrapper .offer--wrapper .offer-left-section:hover {
  background-size: 105%;
  transition: all 0.6s ease-in;
}
.main-body--wrapper .offer--wrapper .offer-right-section {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}
.main-body--wrapper .offer--wrapper .offer-right-section img {
  transition: 0.9s ease-out;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-body--wrapper .offer--wrapper .offer-right-section:hover img {
  transition: 0.9s ease-out;
  transform: scale(1.05);
}
.main-body--wrapper .offer--wrapper .offer-right-section .offer-right-content {
  position: absolute;
  left: 40px;
  right: 40px;
  top: 40px;
  bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 3px solid white;
}
@media (max-width: 820px) {
  .main-body--wrapper .offer--wrapper .offer-right-section .offer-right-content {
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .main-body--wrapper .offer--wrapper .offer-right-section .offer-right-content {
    gap: 10px;
  }
}
.main-body--wrapper .offer--wrapper .offer-right-section .offer-right-content h1 {
  font-family: "Playfair Display", serif;
  margin: 0;
}
@media (max-width: 1180px) {
  .main-body--wrapper .offer--wrapper .offer-right-section .offer-right-content h1 {
    font-size: 30px;
  }
}
@media (max-width: 820px) {
  .main-body--wrapper .offer--wrapper .offer-right-section .offer-right-content h1 {
    font-size: 50px;
  }
}
@media (max-width: 576px) {
  .main-body--wrapper .offer--wrapper .offer-right-section .offer-right-content h1 {
    font-size: 30px;
  }
}
.main-body--wrapper .offer--wrapper .offer-right-section .offer-right-content .offer-right-btn {
  background-color: transparent;
  border: 2px solid white;
  padding: 10px 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
  color: white;
  transition: all 0.3s ease;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  letter-spacing: 1px;
}
@media (max-width: 1180px) {
  .main-body--wrapper .offer--wrapper .offer-right-section .offer-right-content .offer-right-btn {
    padding: 7px 15px;
    font-size: 14px;
    background-color: white;
    color: #2e2e2e;
    font-weight: 500;
  }
}
.main-body--wrapper .offer--wrapper .offer-right-section .offer-right-content .offer-right-btn:hover {
  text-decoration: none;
  background-color: white;
  color: #2e2e2e;
  transition: all 0.3s ease;
  font-weight: 500;
}
.main-body--wrapper .offer--wrapper .offer-right-section:hover {
  background-size: 105%;
  transition: all 0.6s ease-in;
}
.main-body--wrapper .features--wrapper {
  padding-bottom: 0;
}
@media (max-width: 1366px) {
  .main-body--wrapper .features--wrapper {
    height: auto;
  }
}
.main-body--wrapper .features--wrapper .swiper {
  width: 100%;
  height: 100%;
}
.main-body--wrapper .features--wrapper .swiper .swiper-wrapper {
  height: unset;
}
.main-body--wrapper .features--wrapper .swiper-slide {
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 40px;
  padding: 40px 0 0;
}
@media (max-width: 1180px) {
  .main-body--wrapper .features--wrapper .swiper-slide {
    padding: 20px 0 0;
  }
}
@media (max-width: 820px) {
  .main-body--wrapper .features--wrapper .swiper-slide {
    padding: 40px 0 0;
  }
}
@media (max-width: 400px) {
  .main-body--wrapper .features--wrapper .swiper-slide {
    padding: 10px 0 0;
  }
}
.main-body--wrapper .features--wrapper .swiper-slide .feature-image {
  width: 90%;
  aspect-ratio: 1/1;
  margin: auto;
}
.main-body--wrapper .features--wrapper .swiper-slide .feature-image img {
  -o-object-fit: cover;
     object-fit: cover;
}
.main-body--wrapper .features--wrapper .swiper-slide .feature-content {
  padding: 0 30px;
}
.main-body--wrapper .features--wrapper .swiper-slide .feature-content .feature-title {
  font-family: "Playfair Display", serif;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #343434;
}
@media (max-width: 1180px) {
  .main-body--wrapper .features--wrapper .swiper-slide .feature-content .feature-title {
    font-size: 24px;
  }
}
.main-body--wrapper .features--wrapper .swiper-slide .feature-content .feature-desc {
  font-size: 14px;
  font-weight: 500;
  color: gray;
  margin-bottom: 40px;
}
@media (max-width: 1180px) {
  .main-body--wrapper .features--wrapper .swiper-slide .feature-content .feature-desc {
    margin-bottom: 20px;
  }
}
@media (max-width: 820px) {
  .main-body--wrapper .features--wrapper .swiper-slide .feature-content .feature-desc {
    margin-bottom: 40px;
  }
}
.main-body--wrapper .features--wrapper .swiper-slide .feature-content .feature-explore {
  display: flex;
  align-items: end;
  gap: 7px;
  text-decoration: none;
  color: #222222;
  transition: 0.3s ease;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 15px;
}
.main-body--wrapper .features--wrapper .swiper-slide .feature-content .feature-explore:hover {
  gap: 9px;
  transition: 0.3s ease;
}
.main-body--wrapper .features--wrapper .swiper-slide .feature-content .feature-explore .fa-arrow-right {
  line-height: 200%;
}
.main-body--wrapper .features--wrapper .feature-slider-navigation {
  display: flex;
  gap: 50px;
  position: relative;
  justify-content: end;
  right: unset;
  bottom: unset;
  padding: 0 20px;
  margin: 50px 0 30px;
}
.main-body--wrapper .features--wrapper .feature-slider-navigation .swiper-button-next,
.main-body--wrapper .features--wrapper .feature-slider-navigation .swiper-button-prev {
  position: relative;
  color: gray;
  height: 40px;
  width: 40px;
  transform: rotate(45deg);
  border: 2px solid #2e2e2e;
}
.main-body--wrapper .features--wrapper .feature-slider-navigation .swiper-button-next i,
.main-body--wrapper .features--wrapper .feature-slider-navigation .swiper-button-prev i {
  color: #2e2e2e;
}
.main-body--wrapper .features--wrapper .feature-slider-navigation .swiper-button-next::after,
.main-body--wrapper .features--wrapper .feature-slider-navigation .swiper-button-prev::after {
  content: "";
}
.main-body--wrapper .features--wrapper .feature-slider-navigation .swiper-button-prev i {
  transform: rotate(135deg);
}
.main-body--wrapper .features--wrapper .feature-slider-navigation .swiper-button-next i {
  transform: rotate(-45deg);
}
.main-body--wrapper .testimonial--wrapper {
  width: 100%;
  overflow: hidden;
}
.main-body--wrapper .testimonial--wrapper .swiper {
  width: 100%;
  height: 100%;
  padding: 0 1%;
}
.main-body--wrapper .testimonial--wrapper .swiper-wrapper {
  padding: 20px 0;
}
.main-body--wrapper .testimonial--wrapper .swiper-wrapper .swiper-slide {
  position: relative;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  border: 2px solid rgba(201, 78, 57, 0.35);
  overflow: visible;
  height: 310px;
}
@media (max-width: 576px) {
  .main-body--wrapper .testimonial--wrapper .swiper-wrapper .swiper-slide {
    height: -moz-max-content;
    height: max-content;
  }
}
.main-body--wrapper .testimonial--wrapper .swiper-wrapper .swiper-slide:hover .quote-icon {
  transform: scale(1.2);
  transition: all 0.3s ease;
}
.main-body--wrapper .testimonial--wrapper .swiper-wrapper .swiper-slide .quote-icon {
  position: absolute;
  height: 40px;
  width: 40px;
  background-color: white;
  padding: 5px;
  transition: all 0.3s ease;
}
.main-body--wrapper .testimonial--wrapper .swiper-wrapper .swiper-slide .quote-icon.start {
  left: 10px;
  top: -25px;
}
.main-body--wrapper .testimonial--wrapper .swiper-wrapper .swiper-slide .quote-icon.end {
  right: 10px;
  bottom: -25px;
}
.main-body--wrapper .testimonial--wrapper .swiper-wrapper .swiper-slide .testimonial-slide-content {
  margin: 60px 40px 40px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (max-width: 1180px) {
  .main-body--wrapper .testimonial--wrapper .swiper-wrapper .swiper-slide .testimonial-slide-content {
    margin: 50px 20px 40px;
  }
}
.main-body--wrapper .testimonial--wrapper .swiper-wrapper .swiper-slide .testimonial-slide-content .testimonial-rating {
  display: flex;
  gap: 5px;
  margin-bottom: 15px;
}
.main-body--wrapper .testimonial--wrapper .swiper-wrapper .swiper-slide .testimonial-slide-content .testimonial-title {
  font-family: "Playfair Display", serif;
  margin-bottom: 5px;
  font-weight: 700;
  color: #343434;
}
@media (max-width: 1180px) {
  .main-body--wrapper .testimonial--wrapper .swiper-wrapper .swiper-slide .testimonial-slide-content .testimonial-title {
    margin-bottom: 10px;
  }
}
.main-body--wrapper .testimonial--wrapper .swiper-wrapper .swiper-slide .testimonial-slide-content .testimonial-description {
  font-size: 15px;
  font-weight: 500;
  color: gray;
}
@media (max-width: 1180px) {
  .main-body--wrapper .testimonial--wrapper .swiper-wrapper .swiper-slide .testimonial-slide-content .testimonial-description {
    font-size: 14px;
  }
}
.main-body--wrapper .testimonial--wrapper .swiper-wrapper .swiper-slide .testimonial-slide-content .test-client-name {
  line-height: 100%;
  font-size: 18px;
  font-weight: 600;
  color: #454545;
}
.main-body--wrapper .testimonial--wrapper .swiper-wrapper .swiper-slide .testimonial-slide-content .test-client-designation {
  line-height: 100%;
}
.main-body--wrapper .testimonial--wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.contactus-section--wrapper {
  position: relative;
  overflow: hidden;
}
.contactus-section--wrapper .bg-shape {
  position: absolute;
  height: 500px;
  width: 500px;
  z-index: -1;
  animation: blobrotate 20s linear infinite;
}
.contactus-section--wrapper .bg-shape:first-child {
  top: -101px;
  left: -80px;
}
@media (max-width: 1180px) {
  .contactus-section--wrapper .bg-shape:first-child {
    top: -141px;
    left: -90px;
  }
}
@media (max-width: 820px) {
  .contactus-section--wrapper .bg-shape:first-child {
    left: -150px;
  }
}
@media (max-width: 576px) {
  .contactus-section--wrapper .bg-shape:first-child {
    top: -71px;
    left: -80px;
    height: 300px;
    width: 300px;
  }
}
.contactus-section--wrapper .bg-shape:nth-child(2) {
  height: 300px;
  width: 300px;
  bottom: -71px;
  right: -40px;
}
@media (max-width: 1180px) {
  .contactus-section--wrapper .bg-shape:nth-child(2) {
    display: none;
  }
}
.contactus-section--wrapper .bg-shape svg {
  fill: hsla(9, 57%, 51%, 0.22);
}
@media (max-width: 576px) {
  .contactus-section--wrapper .bg-shape svg {
    fill: hsla(9, 57%, 51%, 0.185);
  }
}
@keyframes blobrotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.contactus-section--wrapper .contactus-page-title {
  font-family: "Playfair Display", serif;
  font-size: 50px;
  font-weight: 500;
}
@media (max-width: 576px) {
  .contactus-section--wrapper .contactus-page-title {
    font-size: 36px;
  }
}
@media (max-width: 400px) {
  .contactus-section--wrapper .contactus-page-title {
    font-size: 32px;
  }
}
.contactus-section--wrapper .contactus-page-desc {
  margin-bottom: 25px;
}
@media (max-width: 576px) {
  .contactus-section--wrapper .contactus-page-desc {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
@media (max-width: 400px) {
  .contactus-section--wrapper .contactus-page-desc {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
.contactus-section--wrapper .custom-form-padding {
  padding-right: 8px;
  padding-left: 8px;
}
.contactus-section--wrapper .form-control {
  height: 70px;
  border-radius: 0;
  font-size: 22px;
  padding: 20px;
  font-family: "Playfair Display", serif;
  letter-spacing: 1px;
  font-weight: 500;
  border-width: 2px;
}
@media (max-width: 576px) {
  .contactus-section--wrapper .form-control {
    height: 60px;
  }
}
@media (max-width: 400px) {
  .contactus-section--wrapper .form-control {
    height: 50px;
    font-size: 20px;
  }
}
.contactus-section--wrapper .form-control.custom-textarea-height {
  height: 150px;
}
.contactus-section--wrapper .form-control:focus {
  border-color: black;
  color: #222222;
}
.contactus-section--wrapper .contactus-submit-btn {
  background-color: transparent;
  border: 2px solid rgb(0, 0, 0);
  padding: 10px 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
  color: rgb(255, 255, 255);
  transition: all 0.3s ease;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  letter-spacing: 1px;
  border-radius: 0;
  background-color: #000000;
}
@media (max-width: 1180px) {
  .contactus-section--wrapper .contactus-submit-btn {
    background-color: #222222;
    border: 2px solid #222222;
    color: #ffffff;
    font-weight: 500;
  }
}
@media (max-width: 576px) {
  .contactus-section--wrapper .contactus-submit-btn {
    padding: 7px 15px;
    font-size: 14px;
  }
}
.contactus-section--wrapper .contactus-submit-btn:hover {
  text-decoration: none;
  background-color: #222222;
  border: 2px solid #222222;
  color: #ffffff;
  transition: all 0.3s ease;
}
.contactus-section--wrapper .contact-us-right {
  background-color: #C94E39;
}
@media (max-width: 576px) {
  .contactus-section--wrapper .contact-us-right {
    flex: 0 0 90%;
    max-width: 90%;
    margin: auto;
  }
}
.contactus-section--wrapper .contact-us-right p,
.contactus-section--wrapper .contact-us-right a {
  font-weight: 500;
  color: #d8d8d8;
}
@media (max-width: 1180px) {
  .contactus-section--wrapper .contact-us-right p,
  .contactus-section--wrapper .contact-us-right a {
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  .contactus-section--wrapper .contact-us-right p,
  .contactus-section--wrapper .contact-us-right a {
    font-size: 16px;
  }
}
@media (max-width: 820px) {
  .contactus-section--wrapper .contact-us-right p,
  .contactus-section--wrapper .contact-us-right a {
    display: block;
  }
}
.contactus-section--wrapper .contact-us-right p:hover,
.contactus-section--wrapper .contact-us-right a:hover {
  text-decoration: none;
}
.contactus-section--wrapper .contact-us-right h2 {
  font-size: 26px;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  letter-spacing: 1px;
  color: #f0f0f0;
}
.contactus-section--wrapper .contact-us-right .cu-r-svgbx {
  height: 50px;
  width: 50px;
  padding: 12px;
  border-radius: 50%;
  background-color: White;
  fill: #C94E39;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3px;
}
@media (max-width: 1180px) {
  .contactus-section--wrapper .contact-us-right .cu-r-svgbx {
    height: 30px;
    width: 30px;
    flex-shrink: 0;
    margin-top: 5px;
  }
}
@media (max-width: 820px) {
  .contactus-section--wrapper .contact-us-right .cu-r-svgbx {
    height: 50px;
    width: 50px;
    margin-top: 0;
  }
}
@media (max-width: 576px) {
  .contactus-section--wrapper .contact-us-right .cu-r-svgbx {
    height: 45px;
    width: 45px;
    margin-top: 5px;
  }
}
.contactus-section--wrapper .contact-us-right .cu-r-svgbx svg {
  height: 30px;
  width: 30px;
  flex-shrink: 0;
}
@media (max-width: 1180px) {
  .contactus-section--wrapper .contact-us-right .cu-r-svgbx svg {
    height: 22px;
    width: 22px;
  }
}
@media (max-width: 820px) {
  .contactus-section--wrapper .contact-us-right .cu-r-svgbx svg {
    height: 30px;
    width: 30px;
  }
}
@media (max-width: 576px) {
  .contactus-section--wrapper .contact-us-right .cu-r-svgbx svg {
    height: 25px;
    width: 25px;
  }
}
.contactus-section--wrapper .contact-us-right .cu-address--wrapper,
.contactus-section--wrapper .contact-us-right .cu-phonenumber--wrapper,
.contactus-section--wrapper .contact-us-right .cu-email--wrapper {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 1180px) {
  .contactus-section--wrapper .contact-us-right .cu-address--wrapper,
  .contactus-section--wrapper .contact-us-right .cu-phonenumber--wrapper,
  .contactus-section--wrapper .contact-us-right .cu-email--wrapper {
    gap: 10px;
    align-items: start;
  }
}
@media (max-width: 820px) {
  .contactus-section--wrapper .contact-us-right .cu-address--wrapper,
  .contactus-section--wrapper .contact-us-right .cu-phonenumber--wrapper,
  .contactus-section--wrapper .contact-us-right .cu-email--wrapper {
    gap: 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .contactus-section--wrapper .contact-us-right .cu-address--wrapper,
  .contactus-section--wrapper .contact-us-right .cu-phonenumber--wrapper,
  .contactus-section--wrapper .contact-us-right .cu-email--wrapper {
    gap: 15px;
  }
}
.contactus-section--wrapper .contact-us-right .cu-address--wrapper h5,
.contactus-section--wrapper .contact-us-right .cu-phonenumber--wrapper h5,
.contactus-section--wrapper .contact-us-right .cu-email--wrapper h5 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  letter-spacing: 1px;
  color: #f0f0f0;
}
.contactus-section--wrapper .contact-us-right .cu-address--wrapper p,
.contactus-section--wrapper .contact-us-right .cu-phonenumber--wrapper p,
.contactus-section--wrapper .contact-us-right .cu-email--wrapper p {
  margin: 0;
}

.customization-feature-section--wrapper {
  height: calc(100vh - 64px);
  width: 95%;
  margin: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1366px) {
  .customization-feature-section--wrapper {
    height: 100%;
  }
}
.customization-feature-section--wrapper .page-title {
  font-family: "Playfair Display", serif;
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 60px;
  margin-top: -100px;
}
@media (max-width: 1366px) {
  .customization-feature-section--wrapper .page-title {
    margin-top: 0;
  }
}
@media (max-width: 820px) {
  .customization-feature-section--wrapper .page-title {
    margin-bottom: 35px;
  }
}
@media (max-width: 576px) {
  .customization-feature-section--wrapper .page-title {
    font-size: 30px;
    margin-bottom: 25px;
  }
}
.customization-feature-section--wrapper .feature-section-content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}
@media (max-width: 920px) {
  .customization-feature-section--wrapper .feature-section-content {
    justify-content: space-around;
  }
}
.customization-feature-section--wrapper .feature-section-content .wallet {
  --bg-color: #C94E39;
  --bg-color-light: #ffffff;
  --text-color-hover: #fff;
  --box-shadow-color: rgba(252, 187, 178, 0.48);
}
.customization-feature-section--wrapper .feature-section-content .feature-card {
  width: 23%;
  padding: 50px 30px;
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease-out;
  text-decoration: none;
  box-shadow: 0px 0px 8px rgba(252, 187, 178, 0.4784313725);
}
@media (max-width: 1180px) {
  .customization-feature-section--wrapper .feature-section-content .feature-card {
    width: 48%;
  }
}
@media (max-width: 576px) {
  .customization-feature-section--wrapper .feature-section-content .feature-card {
    width: 100%;
  }
}
.customization-feature-section--wrapper .feature-section-content .feature-card:hover {
  transform: translateY(-5px) scale(1.005) translateZ(0);
  box-shadow: 0 24px 36px rgba(0, 0, 0, 0.11), 0 24px 46px var(--box-shadow-color);
}
.customization-feature-section--wrapper .feature-section-content .feature-card:hover .logo-section .overlay {
  transform: scale(6) translateZ(0);
}
@media (max-width: 1180px) {
  .customization-feature-section--wrapper .feature-section-content .feature-card:hover .logo-section .overlay {
    transform: scale(7) translateZ(0);
  }
}
.customization-feature-section--wrapper .feature-section-content .feature-card:hover .logo-section .overlay svg {
  fill: #C94E39;
  transition: all 0.3s ease;
}
.customization-feature-section--wrapper .feature-section-content .feature-card:hover .logo-section .circle {
  border-color: var(--bg-color-light);
  background: white;
}
.customization-feature-section--wrapper .feature-section-content .feature-card:hover .logo-section .circle:before {
  transform: scale(1.3);
  transition: all 0.3s ease;
  opacity: 1;
  background-color: white;
}
.customization-feature-section--wrapper .feature-section-content .feature-card:hover .logo-section .circle svg {
  fill: #C94E39;
  transform: scale(1.2);
  transition: all 0.3s ease;
}
.customization-feature-section--wrapper .feature-section-content .feature-card:hover p {
  color: var(--text-color-hover);
}
.customization-feature-section--wrapper .feature-section-content .feature-card p {
  font-size: 17px;
  color: #4c5656;
  margin-top: 30px;
  z-index: 60;
  transition: color 0.3s ease-out;
}
.customization-feature-section--wrapper .feature-section-content .feature-card .logo-section {
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 576px) {
  .customization-feature-section--wrapper .feature-section-content .feature-card .logo-section {
    margin-bottom: 30px;
  }
}
.customization-feature-section--wrapper .feature-section-content .feature-card .logo-section .circle {
  width: 111px;
  height: 111px;
  border-radius: 50%;
  background: #C94E39;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-out;
  padding: 20px;
}
.customization-feature-section--wrapper .feature-section-content .feature-card .logo-section .circle:before {
  content: "";
  width: 118px;
  height: 118px;
  display: block;
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  background-color: rgb(255, 255, 255);
  transition: all 0.3s ease-out;
}
.customization-feature-section--wrapper .feature-section-content .feature-card .logo-section .circle svg {
  z-index: 10000;
  transform: translateZ(0);
  fill: #ffffff;
  transition: all 0.3s ease;
}
.customization-feature-section--wrapper .feature-section-content .feature-card .logo-section .overlay {
  width: 198px;
  height: 198px;
  position: absolute;
  z-index: 0;
  top: -87%;
  left: 120px;
  transition: transform 0.3s ease-out;
}
@media (max-width: 1180px) {
  .customization-feature-section--wrapper .feature-section-content .feature-card .logo-section .overlay {
    top: -77%;
    left: 190px;
  }
}
@media (max-width: 820px) {
  .customization-feature-section--wrapper .feature-section-content .feature-card .logo-section .overlay {
    top: -77%;
    left: 120px;
  }
}
@media (max-width: 576px) {
  .customization-feature-section--wrapper .feature-section-content .feature-card .logo-section .overlay {
    top: -67%;
    left: 130px;
  }
}
.customization-feature-section--wrapper .feature-section-content .feature-card .logo-section .overlay svg {
  fill: rgba(200, 77, 56, 0.16);
  transition: all 0.3s ease;
}
.customization-feature-section--wrapper .feature-section-content .feature-card .feature-title {
  font-family: "Playfair Display", serif;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  margin: 0;
  color: #2e2e2e;
}
@media (max-width: 576px) {
  .customization-feature-section--wrapper .feature-section-content .feature-card .feature-title {
    font-size: 26px;
  }
}

.projects-section--wrapper .project-page-title {
  font-family: "Playfair Display", serif;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 576px) {
  .projects-section--wrapper .project-page-title {
    font-size: 36px;
  }
}
@media (max-width: 400px) {
  .projects-section--wrapper .project-page-title {
    font-size: 32px;
  }
}
.projects-section--wrapper .project--wrapper .project-item--wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border-radius: 8px;
  padding: 0 6%;
  margin: auto;
  padding-top: 100px;
  gap: 70px;
  position: relative;
}
@media (max-width: 1180px) {
  .projects-section--wrapper .project--wrapper .project-item--wrapper {
    gap: 30px;
  }
}
@media (max-width: 820px) {
  .projects-section--wrapper .project--wrapper .project-item--wrapper {
    flex-direction: column;
    gap: 40px;
    padding-top: 0;
    padding: 80px 0;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (max-width: 576px) {
  .projects-section--wrapper .project--wrapper .project-item--wrapper {
    gap: 20px;
    padding: 50px 0;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media (max-width: 1024px) {
  .projects-section--wrapper .project--wrapper .project-item--wrapper:first-child {
    padding-top: 80px !important;
  }
}
@media (max-width: 820px) {
  .projects-section--wrapper .project--wrapper .project-item--wrapper:first-child {
    padding-top: 80px;
  }
}
@media (max-width: 576px) {
  .projects-section--wrapper .project--wrapper .project-item--wrapper:first-child {
    padding-top: 50px !important;
  }
}
.projects-section--wrapper .project--wrapper .project-item--wrapper:last-child {
  padding-bottom: 150px;
}
@media (max-width: 820px) {
  .projects-section--wrapper .project--wrapper .project-item--wrapper:last-child {
    padding-bottom: 25px;
  }
}
@media (max-width: 576px) {
  .projects-section--wrapper .project--wrapper .project-item--wrapper:last-child {
    padding-bottom: unset;
  }
}
.projects-section--wrapper .project--wrapper .project-item--wrapper:nth-child(even) .section-floating-light-img {
  right: 200px;
  transform: scaleX(-1);
}
@media (max-width: 1600px) {
  .projects-section--wrapper .project--wrapper .project-item--wrapper:nth-child(even) .section-floating-light-img {
    right: 90px;
  }
}
@media (max-width: 1180px) {
  .projects-section--wrapper .project--wrapper .project-item--wrapper:nth-child(even) .section-floating-light-img {
    right: 30px;
  }
}
@media (max-width: 1024px) {
  .projects-section--wrapper .project--wrapper .project-item--wrapper:nth-child(even) .section-floating-light-img {
    right: 110px;
  }
}
@media (max-width: 820px) {
  .projects-section--wrapper .project--wrapper .project-item--wrapper:nth-child(even) .section-floating-light-img {
    right: 10px;
  }
}
.projects-section--wrapper .project--wrapper .project-item--wrapper:nth-child(even) {
  background-color: rgba(201, 79, 57, 0.1);
}
.projects-section--wrapper .project--wrapper .project-item--wrapper:nth-child(odd) {
  text-align: end;
}
@media (max-width: 820px) {
  .projects-section--wrapper .project--wrapper .project-item--wrapper:nth-child(odd) {
    text-align: start;
    flex-direction: column-reverse;
  }
}
.projects-section--wrapper .project--wrapper .project-item--wrapper:nth-child(odd) .section-floating-light-img {
  left: 200px;
}
@media (max-width: 1600px) {
  .projects-section--wrapper .project--wrapper .project-item--wrapper:nth-child(odd) .section-floating-light-img {
    left: 90px;
  }
}
@media (max-width: 1180px) {
  .projects-section--wrapper .project--wrapper .project-item--wrapper:nth-child(odd) .section-floating-light-img {
    left: 30px;
  }
}
@media (max-width: 1024px) {
  .projects-section--wrapper .project--wrapper .project-item--wrapper:nth-child(odd) .section-floating-light-img {
    left: 110px;
  }
}
@media (max-width: 820px) {
  .projects-section--wrapper .project--wrapper .project-item--wrapper:nth-child(odd) .section-floating-light-img {
    left: 10px;
  }
}
.projects-section--wrapper .project--wrapper .project-item--wrapper .section-floating-light-img {
  position: absolute;
  top: 90px;
  width: 230px;
}
@media (max-width: 1600px) {
  .projects-section--wrapper .project--wrapper .project-item--wrapper .section-floating-light-img {
    width: 150px;
    top: 120px;
  }
}
@media (max-width: 1366px) {
  .projects-section--wrapper .project--wrapper .project-item--wrapper .section-floating-light-img {
    top: 90px;
    z-index: 0;
  }
}
@media (max-width: 1180px) {
  .projects-section--wrapper .project--wrapper .project-item--wrapper .section-floating-light-img {
    top: 30px;
    width: 160px;
  }
}
@media (max-width: 1024px) {
  .projects-section--wrapper .project--wrapper .project-item--wrapper .section-floating-light-img {
    width: 140px;
  }
}
@media (max-width: 820px) {
  .projects-section--wrapper .project--wrapper .project-item--wrapper .section-floating-light-img {
    top: 0;
    width: auto;
    height: 210px;
    z-index: 9;
  }
}
@media (max-width: 576px) {
  .projects-section--wrapper .project--wrapper .project-item--wrapper .section-floating-light-img {
    top: 0;
    width: auto;
    height: 120px;
  }
}
.projects-section--wrapper .project--wrapper .project-item--wrapper .section-floating-light-img.first-img {
  top: 0;
}
.projects-section--wrapper .project--wrapper .project-item--wrapper .section-floating-light-img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.projects-section--wrapper .project--wrapper .project-item--wrapper .project-item-image--wrapper {
  width: 37%;
  height: auto;
  overflow: hidden;
  aspect-ratio: 3/4;
  margin-bottom: -150px;
}
@media (max-width: 1366px) {
  .projects-section--wrapper .project--wrapper .project-item--wrapper .project-item-image--wrapper {
    margin-bottom: -100px;
  }
}
@media (max-width: 1180px) {
  .projects-section--wrapper .project--wrapper .project-item--wrapper .project-item-image--wrapper {
    margin-bottom: -60px;
  }
}
@media (max-width: 820px) {
  .projects-section--wrapper .project--wrapper .project-item--wrapper .project-item-image--wrapper {
    margin-bottom: 0;
    width: 100%;
    aspect-ratio: 16/9;
  }
}
@media (max-width: 576px) {
  .projects-section--wrapper .project--wrapper .project-item--wrapper .project-item-image--wrapper {
    aspect-ratio: 4/3;
  }
}
.projects-section--wrapper .project--wrapper .project-item--wrapper .project-item-image--wrapper:nth-child(even) {
  border-top-right-radius: 310px;
}
@media (max-width: 1180px) {
  .projects-section--wrapper .project--wrapper .project-item--wrapper .project-item-image--wrapper:nth-child(even) {
    border-top-right-radius: 250px;
  }
}
@media (max-width: 820px) {
  .projects-section--wrapper .project--wrapper .project-item--wrapper .project-item-image--wrapper:nth-child(even) {
    border-top-right-radius: 300px;
  }
}
@media (max-width: 576px) {
  .projects-section--wrapper .project--wrapper .project-item--wrapper .project-item-image--wrapper:nth-child(even) {
    border-top-right-radius: 150px;
  }
}
.projects-section--wrapper .project--wrapper .project-item--wrapper .project-item-image--wrapper:nth-child(odd) {
  border-top-left-radius: 310px;
}
@media (max-width: 1180px) {
  .projects-section--wrapper .project--wrapper .project-item--wrapper .project-item-image--wrapper:nth-child(odd) {
    border-top-left-radius: 250px;
  }
}
@media (max-width: 820px) {
  .projects-section--wrapper .project--wrapper .project-item--wrapper .project-item-image--wrapper:nth-child(odd) {
    border-top-left-radius: 300px;
  }
}
@media (max-width: 576px) {
  .projects-section--wrapper .project--wrapper .project-item--wrapper .project-item-image--wrapper:nth-child(odd) {
    border-top-left-radius: 150px;
  }
}
.projects-section--wrapper .project--wrapper .project-item--wrapper .project-item-image--wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  position: relative;
}
.projects-section--wrapper .project--wrapper .project-item--wrapper .project-item-content--wrapper {
  padding: 20px;
  width: 61%;
  padding: 30px;
}
@media (max-width: 820px) {
  .projects-section--wrapper .project--wrapper .project-item--wrapper .project-item-content--wrapper {
    width: 100%;
    padding: 0;
  }
}
.projects-section--wrapper .project--wrapper .project-item--wrapper .project-item-content--wrapper:nth-child(even) {
  display: flex;
  flex-direction: column;
  align-items: end;
}
@media (max-width: 820px) {
  .projects-section--wrapper .project--wrapper .project-item--wrapper .project-item-content--wrapper:nth-child(even) {
    align-items: start;
  }
}
.projects-section--wrapper .project--wrapper .project-item--wrapper .project-item-content--wrapper .project-item-title {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: "Playfair Display", serif;
  letter-spacing: 1px;
  font-weight: 500;
  border-width: 2px;
}
@media (max-width: 1180px) {
  .projects-section--wrapper .project--wrapper .project-item--wrapper .project-item-content--wrapper .project-item-title {
    font-size: 42px;
  }
}
@media (max-width: 1024px) {
  .projects-section--wrapper .project--wrapper .project-item--wrapper .project-item-content--wrapper .project-item-title {
    font-size: 36px;
  }
}
@media (max-width: 820px) {
  .projects-section--wrapper .project--wrapper .project-item--wrapper .project-item-content--wrapper .project-item-title {
    font-size: 40px;
    border-width: unset;
  }
}
@media (max-width: 576px) {
  .projects-section--wrapper .project--wrapper .project-item--wrapper .project-item-content--wrapper .project-item-title {
    font-size: 28px;
    border-width: unset;
  }
}
.projects-section--wrapper .project--wrapper .project-item--wrapper .project-item-content--wrapper .project-item-desc {
  font-size: 18px;
  color: #666;
  width: 65%;
}
@media (max-width: 1600px) {
  .projects-section--wrapper .project--wrapper .project-item--wrapper .project-item-content--wrapper .project-item-desc {
    width: 80%;
  }
}
@media (max-width: 1180px) {
  .projects-section--wrapper .project--wrapper .project-item--wrapper .project-item-content--wrapper .project-item-desc {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .projects-section--wrapper .project--wrapper .project-item--wrapper .project-item-content--wrapper .project-item-desc {
    font-size: 16px;
  }
}
@media (max-width: 820px) {
  .projects-section--wrapper .project--wrapper .project-item--wrapper .project-item-content--wrapper .project-item-desc {
    width: 100%;
    font-size: 20px;
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .projects-section--wrapper .project--wrapper .project-item--wrapper .project-item-content--wrapper .project-item-desc {
    font-size: 14px;
  }
}

.about-us-page .section-spacing {
  padding: 70px 0;
}
@media (max-width: 576px) {
  .about-us-page .section-spacing {
    padding: 40px 0;
  }
}

.subtitle {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #333;
  margin-bottom: 10px;
  color: #c94f39;
}
@media (max-width: 1180px) {
  .subtitle {
    margin-bottom: 5px;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .subtitle {
    margin-bottom: 0px;
    text-align: center;
  }
}

.title {
  font-family: "Playfair Display", serif;
  font-weight: 500;
}

.main-title {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 52px;
  margin-bottom: 15px;
}
@media (max-width: 1180px) {
  .main-title {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .main-title {
    font-size: 28px;
    text-align: center;
    font-weight: 600;
  }
}

.description {
  font-size: 18px;
  color: #666;
}
@media (max-width: 576px) {
  .description {
    font-size: 14px;
    text-align: center;
  }
}

.secondary-title {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 38px;
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .secondary-title {
    font-weight: 600;
    font-size: 26px;
    text-align: center;
    margin-bottom: 7px;
  }
}
@media (max-width: 400px) {
  .secondary-title {
    font-size: 22px;
  }
}

.common-btn {
  display: inline-block;
  background-color: #c94f39;
  padding: 10px 20px;
  color: white;
  font-family: "Playfair Display", serif;
  font-size: 16px;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}
.common-btn:hover {
  background-color: #9b3c2b;
}

.section-wrapper {
  width: 90%;
  margin: auto;
}

.image-wrapper {
  width: 100%;
  aspect-ratio: 5/4;
  margin-bottom: 50px;
}
@media (max-width: 820px) {
  .image-wrapper {
    margin-bottom: 30px;
    margin-top: 30px;
    aspect-ratio: 1/1;
  }
}
@media (max-width: 576px) {
  .image-wrapper {
    margin-bottom: 20px;
    margin-top: 20px;
    aspect-ratio: 5/4;
  }
}
.image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.aboutus-main-section {
  width: 90%;
  margin: auto;
}
.aboutus-main-section .row {
  display: flex;
  flex-wrap: wrap;
}
.aboutus-main-section .small-subtitle {
  font-size: 14px;
  color: #8a8a8a;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.visit-collection-section {
  background-color: rgba(0, 0, 0, 0.05);
}
@media (max-width: 576px) {
  .visit-collection-section .visit-collection-section-content {
    width: 95%;
    margin: auto;
  }
}
.visit-collection-section .visit-collection-section-content .visit-collection-content {
  padding: 30px;
}
@media (max-width: 820px) {
  .visit-collection-section .visit-collection-section-content .visit-collection-content {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .visit-collection-section .visit-collection-section-content .visit-collection-content {
    padding: 0;
  }
}
.visit-collection-section .visit-collection-section-content .visit-collection-content .visit-button {
  background-color: transparent;
  border: 2px solid rgb(0, 0, 0);
  padding: 10px 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
  color: rgb(0, 0, 0);
  transition: all 0.3s ease;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  letter-spacing: 1px;
  display: block;
}
@media (max-width: 1180px) {
  .visit-collection-section .visit-collection-section-content .visit-collection-content .visit-button {
    background-color: #222222;
    border: 2px solid #222222;
    color: #ffffff;
    font-weight: 500;
  }
}
@media (max-width: 820px) {
  .visit-collection-section .visit-collection-section-content .visit-collection-content .visit-button {
    margin: auto;
    margin-top: 30px;
  }
}
@media (max-width: 576px) {
  .visit-collection-section .visit-collection-section-content .visit-collection-content .visit-button {
    padding: 7px 15px;
    font-size: 14px;
    margin: auto;
  }
}
.visit-collection-section .visit-collection-section-content .visit-collection-content .visit-button:hover {
  text-decoration: none;
  background-color: #222222;
  color: #ffffff;
  transition: all 0.3s ease;
  font-weight: 500;
}
@media (max-width: 820px) {
  .visit-collection-section .visit-collection-section-content .visit-collection-image {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .visit-collection-section .visit-collection-section-content .visit-collection-image {
    margin-bottom: 20px;
  }
}
.visit-collection-section .visit-collection-section-content .visit-collection-image .bg-shape {
  position: absolute;
  top: 30px;
  z-index: -1;
  height: 280px;
  width: 280px;
  animation: blobrotate 15s linear infinite;
}
@media (max-width: 1180px) {
  .visit-collection-section .visit-collection-section-content .visit-collection-image .bg-shape {
    top: 10px;
    height: 300px;
    width: 300px;
  }
}
@media (max-width: 820px) {
  .visit-collection-section .visit-collection-section-content .visit-collection-image .bg-shape {
    top: 27px;
    height: 250px;
    width: 250px;
    left: 20%;
  }
}
@media (max-width: 576px) {
  .visit-collection-section .visit-collection-section-content .visit-collection-image .bg-shape {
    top: 0px;
    height: 140px;
    width: 140px;
  }
}
.visit-collection-section .visit-collection-section-content .visit-collection-image .bg-shape svg {
  fill: bisque;
}
@keyframes blobrotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.visit-collection-section .visit-collection-section-content .visit-collection-image img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 820px) {
  .visit-collection-section .visit-collection-section-content .visit-collection-image img {
    aspect-ratio: 6/3;
    width: 80%;
  }
}

.tagline-section {
  width: 90%;
  margin: auto;
}
@media (max-width: 576px) {
  .tagline-section {
    width: 100%;
  }
}
.tagline-section .tagline-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tagline-section .tagline-content .tagline {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 42px;
  width: 80%;
  text-align: center;
  margin: 0 auto;
  color: #222;
  line-height: 120%;
  margin-bottom: 80px;
}
@media (max-width: 1180px) {
  .tagline-section .tagline-content .tagline {
    width: 95%;
    line-height: 150%;
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .tagline-section .tagline-content .tagline {
    margin-bottom: 50px;
  }
}
@media (max-width: 820px) {
  .tagline-section .tagline-content .tagline {
    width: 90%;
    line-height: 150%;
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .tagline-section .tagline-content .tagline {
    font-size: 30px;
    width: 95%;
    line-height: 160%;
    margin-bottom: 30px;
  }
}
.tagline-section .tagline-content .tagline img {
  height: 80px;
  width: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1180px) {
  .tagline-section .tagline-content .tagline img {
    height: 75px;
    width: 75px;
  }
}
@media (max-width: 576px) {
  .tagline-section .tagline-content .tagline img {
    height: 50px;
    width: 50px;
  }
}
.tagline-section .tagline-content .scroll-down-btn {
  display: inline-block;
  background-color: #c94f39;
  padding: 10px 20px;
  color: white;
  font-family: "Playfair Display", serif;
  font-size: 16px;
  text-decoration: none;
  border-radius: 5px;
  text-align: center;
  display: block;
  margin: 30px auto;
  transition: background-color 0.3s ease;
}
.tagline-section .tagline-content .scroll-down-btn:hover {
  background-color: #9b3c2b;
}
.tagline-section .luxuryshowcase-btn {
  height: 200px;
  width: 200px;
  display: block;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}
@media (max-width: 1180px) {
  .tagline-section .luxuryshowcase-btn {
    height: 150px;
    width: 150px;
  }
}
@media (max-width: 576px) {
  .tagline-section .luxuryshowcase-btn {
    height: 140px;
    width: 140px;
  }
}
.tagline-section .luxuryshowcase-btn img {
  animation: scrolldown 10s linear infinite;
}
.tagline-section .luxuryshowcase-btn .box {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1180px) {
  .tagline-section .luxuryshowcase-btn .box {
    top: 40%;
    left: 52%;
  }
}
@media (max-width: 576px) {
  .tagline-section .luxuryshowcase-btn .box {
    top: 49%;
    left: 53%;
  }
}
.tagline-section .luxuryshowcase-btn .box span {
  display: block;
  width: 20px;
  height: 20px;
  border-bottom: 2px solid rgb(0, 0, 0);
  border-right: 2px solid rgb(0, 0, 0);
  transform: rotate(45deg);
  margin: -10px;
  animation: animate 2s infinite;
}
@media (max-width: 1180px) {
  .tagline-section .luxuryshowcase-btn .box span {
    height: 15px;
    width: 15px;
  }
}
@media (max-width: 576px) {
  .tagline-section .luxuryshowcase-btn .box span {
    height: 10px;
    width: 10px;
  }
}
.tagline-section .luxuryshowcase-btn .box span:nth-child(2) {
  animation-delay: -0.2s;
}
.tagline-section .luxuryshowcase-btn .box span:nth-child(3) {
  animation-delay: -0.4s;
}
@keyframes animate {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-20px, -20px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(45deg) translate(20px, 20px);
  }
}
@keyframes scrolldown {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.image-gallery-section {
  width: 90%;
  margin: auto;
}
@media (max-width: 576px) {
  .image-gallery-section {
    width: 100%;
  }
}
.image-gallery-section .gallery-content {
  margin-top: 5px;
}
@media (max-width: 576px) {
  .image-gallery-section .gallery-content {
    margin-top: 25px;
  }
}
.image-gallery-section .gallery-content .image-gallery {
  display: grid;
  grid-template-columns: repeat(8, 0.4fr);
  grid-template-rows: repeat(4, 0.4fr);
  gap: 15px;
  width: 95%;
  margin: auto;
  margin-top: 60px;
}
@media (max-width: 1180px) {
  .image-gallery-section .gallery-content .image-gallery {
    margin-top: 40px;
    gap: 10px;
  }
}
@media (max-width: 820px) {
  .image-gallery-section .gallery-content .image-gallery {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(8, 0.4fr);
    gap: 10px;
    margin-top: 30px;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .image-gallery-section .gallery-content .image-gallery {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(8, 0.4fr);
    gap: 5px;
    margin-top: 0;
    width: 95%;
  }
}
.image-gallery-section .gallery-content .image-gallery .gallery-item {
  position: relative;
  overflow: hidden;
}
.image-gallery-section .gallery-content .image-gallery .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-gallery-section .gallery-content .image-gallery .gallery-item.gallery-item-1 {
  grid-row: 1/3;
  grid-column: 1/3;
  border-radius: 0 0 100px 0;
}
@media (max-width: 1180px) {
  .image-gallery-section .gallery-content .image-gallery .gallery-item.gallery-item-1 {
    border-radius: 0 0 40px 0;
  }
}
@media (max-width: 820px) {
  .image-gallery-section .gallery-content .image-gallery .gallery-item.gallery-item-1 {
    grid-row: 1/3;
    grid-column: 1/3;
    border-radius: 40px 0 0 0;
  }
}
.image-gallery-section .gallery-content .image-gallery .gallery-item.gallery-item-2 {
  grid-row: 1/4;
  grid-column: 3/5;
  border-radius: 0 100px 0 100px;
}
@media (max-width: 1180px) {
  .image-gallery-section .gallery-content .image-gallery .gallery-item.gallery-item-2 {
    border-radius: 0 40px 0 40px;
  }
}
@media (max-width: 820px) {
  .image-gallery-section .gallery-content .image-gallery .gallery-item.gallery-item-2 {
    grid-row: 1/4;
    grid-column: 3/5;
    border-radius: 0 40px 0 40px;
  }
}
.image-gallery-section .gallery-content .image-gallery .gallery-item.gallery-item-3 {
  grid-row: 1/2;
  grid-column: 5/7;
  border-radius: 0 0 0 100px;
}
@media (max-width: 1180px) {
  .image-gallery-section .gallery-content .image-gallery .gallery-item.gallery-item-3 {
    border-radius: 0 0 0 40px;
  }
}
@media (max-width: 820px) {
  .image-gallery-section .gallery-content .image-gallery .gallery-item.gallery-item-3 {
    grid-row: 5/6;
    grid-column: 1/3;
    border-radius: 0 0 40px 0;
  }
}
.image-gallery-section .gallery-content .image-gallery .gallery-item.gallery-item-4 {
  grid-row: 1/3;
  grid-column: 7/9;
  border-radius: 0 100px 0 0;
}
@media (max-width: 1180px) {
  .image-gallery-section .gallery-content .image-gallery .gallery-item.gallery-item-4 {
    border-radius: 0 40px 0 0;
  }
}
@media (max-width: 820px) {
  .image-gallery-section .gallery-content .image-gallery .gallery-item.gallery-item-4 {
    grid-row: 5/7;
    grid-column: 3/5;
    border-radius: 0 40px 0 0;
  }
}
.image-gallery-section .gallery-content .image-gallery .gallery-item.gallery-item-5 {
  grid-row: 3/5;
  grid-column: 1/3;
  border-radius: 0 0 0 100px;
}
@media (max-width: 1180px) {
  .image-gallery-section .gallery-content .image-gallery .gallery-item.gallery-item-5 {
    border-radius: 0 0 0 40px;
  }
}
@media (max-width: 820px) {
  .image-gallery-section .gallery-content .image-gallery .gallery-item.gallery-item-5 {
    grid-row: 3/5;
    grid-column: 1/3;
    border-radius: 0 40px 0 0;
  }
}
.image-gallery-section .gallery-content .image-gallery .gallery-item.gallery-item-6 {
  grid-row: 4/5;
  grid-column: 3/5;
  border-radius: 100px 0 0 0;
}
@media (max-width: 1180px) {
  .image-gallery-section .gallery-content .image-gallery .gallery-item.gallery-item-6 {
    border-radius: 40px 0 0 0;
  }
}
@media (max-width: 820px) {
  .image-gallery-section .gallery-content .image-gallery .gallery-item.gallery-item-6 {
    grid-row: 4/5;
    grid-column: 3/5;
    border-radius: 0 0 40px 0;
  }
}
.image-gallery-section .gallery-content .image-gallery .gallery-item.gallery-item-7 {
  grid-row: 2/5;
  grid-column: 5/7;
  border-radius: 100px 0 100px 0;
}
@media (max-width: 1180px) {
  .image-gallery-section .gallery-content .image-gallery .gallery-item.gallery-item-7 {
    border-radius: 40px 0 40px 0;
  }
}
@media (max-width: 820px) {
  .image-gallery-section .gallery-content .image-gallery .gallery-item.gallery-item-7 {
    grid-row: 6/9;
    grid-column: 1/3;
    border-radius: 0 0 0 40px;
  }
}
.image-gallery-section .gallery-content .image-gallery .gallery-item.gallery-item-8 {
  grid-row: 3/5;
  grid-column: 7/9;
  border-radius: 100px 0 0 0;
}
@media (max-width: 1180px) {
  .image-gallery-section .gallery-content .image-gallery .gallery-item.gallery-item-8 {
    border-radius: 40px 0 0 0;
  }
}
@media (max-width: 820px) {
  .image-gallery-section .gallery-content .image-gallery .gallery-item.gallery-item-8 {
    grid-row: 7/9;
    grid-column: 3/5;
    border-radius: 0 0 40px 0;
  }
}/*# sourceMappingURL=main.css.map */