@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap");

:root {
  --primary-color: #295d4d;
  --secondary-color: #e56953;
  --tertiary-color: #424242;
  --bg-primary-color: #fff;
  --border-color: #f5dadf;
}

a {
  text-decoration: none;
  color: var(--primary-color);
}

a:hover {
  text-decoration: none;
  color: var(--primary-color);
}

ol {
  padding-left: 0 !important;
}

ul {
  list-style: none;
}

li {
  list-style: none;
}

body {
  font-family: "DM Sans", sans-serif;
  overflow-x: hidden;
  padding-top: 100px;
}

video {
  background-size: cover;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 1200px;
}

header a {
  color: var(--primary-color);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  transition: all 0.6s ease;
}

header a:hover {
  color: var(--secondary-color);
}

.btn {
  border-radius: 0 !important;
}

.btn-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-primary:hover {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.offcanvas {
  width: 100% !important;
  z-index: 999999999;
}

.swiper-button-next,
.swiper-button-prev {
  color: var(--secondary-color);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-weight: 900;
  color: var(--secondary-color);
}

.who-are-we h2 {
  font-size: 32px;
  font-weight: 300;
  color: var(--primary-color);
  padding: 10px 20px;
  letter-spacing: 5px;
  z-index: 999;
  background-color: var(--bg-primary-color);
}

.who-are-we h2 span {
  position: relative;
  background: #fff;
  z-index: 999;
  padding: 0 30px;
  background-color: var(--bg-primary-color);
}

.who-are-we h2::before {
  content: "";
  position: absolute;
  top: 31px;
  left: 0;
  width: 100%;
  height: 0.7px;
  background-color: var(--secondary-color);
  z-index: 1;
}

.who-are-we h2::after {
  content: "";
  position: absolute;
  top: 31px;
  left: 0;
  width: 100%;
  height: 0.7px;
  background-color: var(--secondary-color);
  z-index: 1;
}

.who-are-we-content {
  top: 67%;
  left: -20%;
  width: 95%;
}

.who-are-we-content-sub {
  top: 60%;
  right: -20%;
  width: 85%;
}

.who-are-we-content h3 {
  font-size: 27px;
  font-weight: 300;
  margin-bottom: 6px;
  position: relative;
  width: 40%;
  line-height: 1.2;
  color: var(--primary-color);
  font-family: "Cinzel", serif;
}

.who-are-we-content h3 span {
  float: left;
  width: 100%;
  font-size: 33px !important;
  font-weight: 600;
}

.who-are-we-content h3::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 0px;
  width: 40%;
  height: 1px;
  background-color: var(--border-color);
}

.who-are-we-content-sub h3 {
  font-size: 27px;
  font-weight: 300;
  margin-bottom: 12px;
  position: relative;
  width: 86%;
  line-height: 1.2;
  color: var(--primary-color);
  font-family: "Cinzel", serif;
}

.who-are-we-content-sub h3 span {
  float: right;
  border-bottom: 1px solid var(--border-color);
  font-size: 33px !important;
  font-weight: 600;
}

.who-are-we-content p {
  font-size: 14px;
  font-weight: 300;
  color: var(--tertiary-color);
  font-family: "DM Sans", sans-serif;
  text-align: justify;
}

.who-are-we-content-sub p {
  font-size: 14px;
  font-weight: 300;
  color: var(--tertiary-color);
  font-family: "DM Sans", sans-serif;
  text-align: justify;
}

.who-are-we-image-sub::before {
  content: "";
  position: absolute;
  top: 20px;
  right: -15px;
  width: 40%;
  height: 2px;
  background-color: var(--secondary-color);
}

.who-are-we-banner {
  top: 20%;
  left: 0;
}

.who-are-we-banner-sub {
  top: -10%;
  right: 0;
}

.who-are-we-banner::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: -15px;
  width: 45%;
  height: 1px;
  background-color: var(--border-color);
}

.banner-section {
  padding: 120px 0;
  min-height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.banner-section .banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 37%;
}

.banner-section h2 {
  font-size: 32px;
  font-family: "Cinzel", serif;
  font-weight: 300;
  position: relative;
  color: var(--bg-primary-color);
  padding-top: 7px;
}

.banner-section h2::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  width: 10%;
  height: 1px;
  background-color: var(--bg-primary-color);
  z-index: 1;
}

.banner-section p {
  font-size: 14px;
  font-weight: 300;
  font-family: "DM Sans", sans-serif;
  color: var(--bg-primary-color);
}

.designs-section .designs-content {
  position: absolute;
  top: 25%;
  right: 0%;
  width: 85%;
}

.designs-section .designs-content h3 {
  width: 70%;
  font-size: 27px;
  font-family: "Cinzel", serif;
  font-weight: 300;
  position: relative;
  color: var(--primary-color);
}

.designs-section .designs-content h3 span {
  font-size: 33px !important;
  font-weight: 600;
  float: right;
  border-bottom: 1px solid var(--border-color);
}

.designs-section .designs-content p {
  font-size: 14px;
  font-weight: 300;
  font-family: "DM Sans", sans-serif;
  color: var(--tertiary-color);
  text-align: justify;
}

.designs-section .designs-banner {
  top: -10%;
  right: 0;
}

.designs-section .designs-image::before {
  content: "";
  position: absolute;
  bottom: 20px;
  right: -15px;
  width: 40%;
  height: 2px;
  background-color: var(--secondary-color);
}

.mission-section .mission-content h3 {
  width: 70%;
  font-size: 32px;
  font-family: "Cinzel", serif;
  font-weight: 300;
  position: relative;
  padding-bottom: 5px;
  color: var(--primary-color);
}

.mission-section .mission-content p {
  font-size: 14px;
  font-weight: 300;
  font-family: "DM Sans", sans-serif;
  color: var(--tertiary-color);
  text-align: justify;
  margin-bottom: 5px;
}

.mission-section .mission-content h3::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 20%;
  height: 2px;
  background-color: var(--secondary-color);
  z-index: 1;
}

.products-title {
  font-size: 32px;
  position: relative;
  font-family: "Cinzel", serif;
  font-weight: 300;
  position: relative;
  color: var(--bg-primary-color);
}

.products-title span {
  position: relative;
  padding-bottom: 5px;
}

.products-title span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -40px;
  width: 70%;
  height: 2px;
  background-color: var(--secondary-color);
  z-index: 1;
}

.featured-products-section .container {
  max-width: 960px;
}

.featured-products-section .row {
  margin-bottom: -60px;
}

.featured-products-section {
  padding: 120px 0;
  background-color: var(--primary-color);
  background-image: url("../../images/frontend/logo-mid.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
}

.featured-products-content {
  top: 40%;
  left: 0%;
  min-width: 86%;
}

.featured-products-content-right {
  top: 40%;
  right: 0%;
  min-width: 84%;
}

.featured-products-image {
  z-index: 9;
}

.featured-products-content h3 {
  left: -90px;
  padding: 5px 5px 5px 60px;
  min-width: 70%;
  font-size: 32px;
  font-family: "Cinzel", serif;
  font-weight: 300;
  position: relative;
  color: var(--bg-primary-color);
  background-color: var(--secondary-color);
  z-index: 1;
}

.featured-products-content-right h3 {
  right: -50px;
  padding: 5px 60px 5px 15px;
  min-width: 90%;
  font-size: 32px;
  font-family: "Cinzel", serif;
  font-weight: 300;
  text-align: left !important;
  position: relative;
  color: var(--bg-primary-color);
  background-color: var(--secondary-color);
  z-index: 1;
}

.featured-products-content h3 a,
.featured-products-content-right h3 a {
  color: var(--bg-primary-color);
}

.featured-products-list {
  margin-left: -30px;
}

.featured-products-list-right {
  margin-left: 55px;
}

.featured-products-list a {
  color: var(--bg-primary-color);
  font-size: 14px;
  font-weight: 300;
  font-family: "DM Sans", sans-serif;
}

.featured-products-list a:hover {
  color: var(--secondary-color);
}

.featured-products-list a i {
  color: var(--secondary-color);
}

.featured-products-list-right a {
  color: var(--bg-primary-color);
  font-size: 14px;
  font-weight: 300;
  font-family: "DM Sans", sans-serif;
}

.featured-products-list-right a:hover {
  color: var(--secondary-color);
}

.featured-products-list-right a i {
  color: var(--secondary-color);
}

.extra-services-title {
  font-size: 32px;
  font-family: "Cinzel", serif;
  font-weight: 300;
  position: relative;
  color: var(--bg-primary-color);
  padding-bottom: 5px;
}

.extra-services-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30%;
  height: 1px;
  background-color: var(--secondary-color);
  z-index: 1;
}

.extra-services-section li {
  font-size: 14px;
  font-weight: 300;
  font-family: "DM Sans", sans-serif;
  color: var(--bg-primary-color);
  text-align: justify;
  margin-bottom: 6px;
  position: relative;
  padding-left: 20px;
}

.extra-services-section li::before {
  content: "\f068";
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  font-family: "FontAwesome", serif;
  color: var(--secondary-color);
}

.extra-services-section i {
  color: var(--secondary-color);
}

.franchise {
  padding: 80px 0 150px;
  background-image: url("../../images/frontend/franchise-bg.jpg");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  min-height: 750px;
}

.franchise h2 {
  font-size: 32px;
  font-family: "Cinzel", serif;
  font-weight: 300;
  position: relative;
  color: var(--bg-primary-color);
  padding-bottom: 5px;
}

.franchise .container {
  max-width: 960px;
}

.franchise-content {
  font-size: 14px;
  font-weight: 300;
  font-family: "DM Sans", sans-serif;
  color: var(--bg-primary-color);
  text-align: justify;
}

.franchise-content strong {
  font-weight: 700;
}

.contact {
  padding: 120px 0;
  background-color: var(--bg-primary-color);
  z-index: 9;
}

.contact:before {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  width: 40%;
  height: 175px;
  background-color: var(--secondary-color);
  z-index: 1;
}

.contact h3 {
  font-size: 32px;
  font-family: "Cinzel", serif;
  font-weight: 300;
  position: relative;
  color: var(--bg-primary-color);
  margin-bottom: 20px;
}

.contact h3::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: -20px;
  width: 20%;
  height: 2px;
  background-color: var(--secondary-color);
  z-index: 1;
}

.contact-content-inner {
  background-color: var(--primary-color);
  z-index: 9;
}

.contact-content {
  font-size: 14px;
  font-weight: 300;
  font-family: "DM Sans", sans-serif;
  color: var(--bg-primary-color);
}

.contact-content a {
  color: var(--bg-primary-color);
}

.contact-content a:hover {
  color: var(--secondary-color);
}

.contact-content i {
  color: var(--secondary-color);
}

.contact-image {
  margin-top: -100px;
  margin-left: -150px;
  z-index: 99;
}

footer {
  background-color: var(--primary-color);
  color: var(--bg-primary-color);
  border-bottom: 30px solid var(--secondary-color);
}

footer a {
  color: var(--bg-primary-color);
}

footer h5 {
  font-size: 24px;
  position: relative;
  font-weight: 300;
  font-family: "Cinzel", serif;
  color: var(--bg-primary-color);
  margin-bottom: 10px;
  padding-bottom: 5px;
}

footer h5::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -20px;
  width: 30%;
  height: 2px;
  background-color: var(--secondary-color);
  z-index: 1;
}

footer p {
  font-size: 14px;
  font-weight: 300;
  font-family: "DM Sans", sans-serif;
  color: var(--bg-primary-color);
}

footer a {
  color: var(--bg-primary-color);
  font-size: 14px;
  font-weight: 300;
  font-family: "DM Sans", sans-serif;
}

footer i {
  color: var(--secondary-color);
}

footer a:hover {
  color: var(--secondary-color);
}

.breadcrumb-section {
  padding: 80px 0 120px;
  background-color: rgba(41, 93, 77, 0.9);
  color: var(--bg-primary-color);
  border-bottom: 3px solid var(--secondary-color);
}

.breadcrumb-section h1 {
  font-size: 32px;
  font-family: "Cinzel", serif;
  font-weight: 300;
  position: relative;
  color: var(--bg-primary-color);
  padding-bottom: 5px;
}

.breadcrumb-section a {
  color: var(--bg-primary-color);
  font-size: 14px;
  font-weight: 300;
  font-family: "DM Sans", sans-serif;
}

.breadcrumb-section a:hover {
  color: var(--secondary-color);
}

.breadcrumb-section a i {
  color: var(--secondary-color);
}

.breadcrumb-section .active {
  color: var(--secondary-color);
}

.about-us-content {
  text-align: justify;
  font-size: 15px;
  font-weight: 300;
  font-family: "DM Sans", sans-serif;
  color: var(--tertiary-color);
}

.prodImgWrap img {
  height: 350px;
  object-fit: contain;
  object-position: center;
}

.prodCategory {
  color: var(--secondary-color);
  font-size: 14px;
  font-weight: 300;
  font-family: "DM Sans", sans-serif;
  margin-bottom: 5px;
}

.ratingList .active {
  color: var(--secondary-color);
}

.prodDescWrap a {
  border-radius: 5px !important;
  text-transform: uppercase;
}

.prodDescWrap a span {
  position: relative;
  top: -1px;
  font-size: 12px !important;
}

.wCatList a {
  transition: all 0.6s ease;
}

.wCatList a:hover {
  color: var(--secondary-color) !important;
}

.wCatList .active {
  color: var(--secondary-color) !important;
}

.star i {
  color: var(--secondary-color);
}

.shop-details-content h3 {
  font-size: 30px;
  font-family: "Cinzel", serif;
  font-weight: 600;
  color: var(--primary-color);
}

.product-info {
  color: var(--primary-color);
}

.product-info i {
  color: var(--primary-color);
}

.product-info a {
  color: var(--secondary-color);
}

.product-info a:hover {
  color: var(--primary-color);
}

.border-top {
  border-top: 1px solid #e9e9e9 !important;
}

.card-header {
  background-color: var(--secondary-color);
  color: var(--bg-primary-color);
}

.card-header h3 {
  font-size: 28px;
  font-weight: 500;
  font-family: "Cinzel", serif;
  color: var(--bg-primary-color);
}

.card-header p {
  font-size: 14px;
  font-weight: 300;
  font-family: "DM Sans", sans-serif;
  color: var(--bg-primary-color);
}

.single-location {
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(165, 164, 164, 0.3);
}

.single-location i {
  color: var(--secondary-color);
  opacity: 0.5;
}

.form-title h3 {
  font-size: 28px;
  font-weight: 500;
  font-family: "Cinzel", serif;
  color: var(--primary-color);
}

.form-control {
  border-radius: 0 !important;
  padding: 15px;
  font-size: 14px;
  font-weight: 300;
  height: 60px;
}

.form-select {
  border-radius: 0 !important;
  padding: 15px;
  font-size: 14px;
  font-weight: 300;
  height: 60px;
}

.form-select:focus {
  border-color: var(--secondary-color);
  box-shadow: none;
}

.form-select::placeholder {
  font-size: 14px;
  font-weight: 300;
  font-family: "DM Sans", sans-serif;
  color: var(--primary-color);
}

.form-select option {
  font-size: 14px;
  font-weight: 300;
  font-family: "DM Sans", sans-serif;
  color: var(--primary-color);
}

.form-control:focus {
  border-color: var(--secondary-color);
  box-shadow: none;
}

.form-control::placeholder {
  font-size: 14px;
  font-weight: 300;
  font-family: "DM Sans", sans-serif;
  color: var(--primary-color);
}

textarea.form-control {
  height: 175px !important;
}

.contact-map-section iframe {
  width: 100%;
  border: 0;
  width: 100%;
  height: 500px;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}

.category-breadcrumb {
  min-height: 380px !important;
  max-height: 395px !important;
  margin-bottom: 50px;
}

.category-title-breadcrumb {
  padding-top: 175px;
}

.category-title-breadcrumb h1 {
  font-size: 35px;
  font-family: "Cinzel", serif;
  font-weight: 700;
  color: var(--bg-primary-color);
  margin-bottom: 10px;
  position: relative;
  letter-spacing: 1.3px;
}

.category-title-breadcrumb h1::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: -1000%;
  width: 10000%;
  height: 2px;
  background-color: var(--secondary-color);
}

div:where(.swal2-icon).swal2-success .swal2-success-ring {
  border: 0.25em solid rgba(0, 0, 0, 0.3) !important;
}

div:where(.swal2-icon).swal2-success [class^="swal2-success-line"] {
  background-color: #000 !important;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
  background-color: #000 !important;
  --swal2-action-button-outline: 0 0 0 3px rgba(0, 0, 0, 0.5) !important;
}

header {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

html {
  scroll-behavior: smooth;
}

header.scrolled {
  padding: 20px 0 !important;
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
}

@media (min-width: 1920px) {
  /* 27" iMac and larger displays */
  .container {
    max-width: 1260px;
  }

  .container-fluid {
    max-width: 1260px;
  }

  .featured-products-section {
    background-size: 25%;
  }

  .banner-section h2 {
    font-size: 42px;
  }

  .who-are-we h2 {
    font-size: 40px;
  }

  .products-title {
    font-size: 40px;
  }

  .category-title-breadcrumb h1 {
    font-size: 80px;
  }

  .featured-products-content h3,
  .featured-products-content-right h3 {
    font-size: 32px;
    padding-right: 10px;
    min-width: 105% !important;
  }

  .designs-section .designs-content h3,
  .mission-section .mission-content h3,
  .franchise h2,
  .contact h3,
  .breadcrumb-section h1 {
    font-size: 40px;
  }

  .banner-section {
    padding: 150px 0;
    min-height: 500px;
  }

  .franchise {
    padding: 150px 0;
    min-height: 600px;
  }

  .contact {
    padding: 150px 0;
  }

  .featured-products-section {
    padding: 150px 0;
  }

  .breadcrumb-section {
    min-height: 350px !important;
    padding: 80px 0;
    margin-bottom: 120px !important;
  }
}

@media (max-width: 768px) {
  .container,
  .container-fluid {
    overflow-x: hidden !important;
  }

  .position-absolute {
    position: unset !important;
  }

  .who-are-we-image {
    text-align: center !important;
  }

  .who-are-we-image-sub {
    text-align: center !important;
  }

  .who-are-we-content {
    width: 100% !important;
    padding-right: 30px;
  }

  .who-are-we-content-sub {
    width: 100% !important;
    padding-right: 30px;
  }

  .designs-section .designs-content {
    width: 100% !important;
    padding-right: 30px;
  }

  .featured-products-section .row {
    margin-bottom: 20px !important;
  }

  .featured-products-list-right {
    margin-left: 0 !important;
  }

  .featured-products-content h3 {
    position: unset !important;
  }

  .featured-products-content-right h3 {
    position: unset !important;
  }

  .featured-products-list {
    margin-left: 0 !important;
  }

  .featured-products-list-right {
    margin-right: 0 !important;
  }

  .banner-section {
    padding: 120px 30px !important;
  }

  .banner-section .banner-content {
    width: 100% !important;
    position: unset !important;
    transform: unset !important;
  }

  .designs-section::before {
    display: none !important;
  }

  .featured-products-content h3 {
    text-align: center !important;
    padding-left: 0 !important;
  }

  .featured-products-content-right h3 {
    text-align: center !important;
    padding-right: 0 !important;
  }

  .designs-section::after {
    display: none !important;
  }

  .contact-image {
    margin-top: 20px !important;
    margin-left: 0 !important;
  }

  .category-breadcrumb {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    margin-bottom: 50px !important;
    height: auto !important;
    max-height: 100% !important;
    min-height: auto !important;
  }

  .category-breadcrumb img {
    height: 250px !important;
    object-fit: contain !important;
  }

  .category-title-breadcrumb {
    padding-top: 20px !important;
  }

  .category-title-breadcrumb h1 {
    font-size: 32px !important;
  }
}

@media (max-width: 576px) {
  .container,
  .container-fluid {
    overflow-x: hidden !important;
  }

  .position-absolute {
    position: unset !important;
  }

  .who-are-we-image {
    text-align: center !important;
  }

  .featured-products-list-right {
    margin-left: 0 !important;
    min-width: 100% !important;
  }

  .featured-products-content h3 {
    text-align: center !important;
    padding-left: 0 !important;
    min-width: 100% !important;
  }

  .featured-products-content-right h3 {
    text-align: center !important;
    padding-right: 0 !important;
  }

  .who-are-we-image-sub {
    text-align: center !important;
  }

  .who-are-we-content {
    width: 100% !important;
  }

  .who-are-we-content-sub {
    width: 100% !important;
  }

  .designs-section .designs-content {
    width: 100% !important;
    padding-right: 30px;
  }

  .featured-products-section .row {
    margin-bottom: 20px !important;
  }

  .featured-products-content h3 {
    position: unset !important;
  }

  .featured-products-content-right h3 {
    position: unset !important;
    min-width: 100% !important;
  }

  .featured-products-list {
    margin-left: 0 !important;
  }

  .featured-products-list-right {
    margin-right: 0 !important;
  }

  .banner-section {
    padding: 120px 30px !important;
  }

  .banner-section .banner-content {
    width: 100% !important;
    position: unset !important;
    transform: unset !important;
  }

  .designs-section::before {
    display: none !important;
  }

  .designs-section::after {
    display: none !important;
  }

  .contact-image {
    margin-top: 20px !important;
    margin-left: 0 !important;
  }

  .category-title-breadcrumb {
    padding-top: 20px !important;
  }

  .category-breadcrumb {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    margin-bottom: 0px !important;
    height: auto !important;
    max-height: 100% !important;
    min-height: auto !important;
  }

  .category-breadcrumb img {
    height: 250px !important;
    object-fit: contain !important;
  }

  .category-title-breadcrumb h1 {
    font-size: 32px !important;
  }
}
