:root {
    --primary: #9B2336;
    --light: #fff;
    --gold: #C97D42;
    --bg-dark: #222;
    --bg-light: #f9f9f9;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: 'Anek Latin SemiCondensed';
  src: url('../fonts/AnekLatinSemiCondensed-Medium.woff2') format('woff2'),
    url('../fonts/AnekLatinSemiCondensed-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Anek Latin SemiCondensed';
  src: url('../fonts/AnekLatinSemiCondensed-SemiBold.woff2') format('woff2'),
    url('../fonts/AnekLatinSemiCondensed-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Anek Latin SemiCondensed';
  src: url('../fonts/AnekLatinSemiCondensed-Regular.woff2') format('woff2'),
    url('../fonts/AnekLatinSemiCondensed-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Anek Latin';
  src: url('../fonts/AnekLatin-Light.woff2') format('woff2'),
    url('../fonts/AnekLatin-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

body {
  color: var(--bg-dark);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 31px;
  font-weight: 300;
}

ul,
li {
  list-style: none;
}

input:focus,
input:visited {
  border: opx;
  outline: none;
}

a,
a:hover {
  text-decoration: none;
}

a {
  color: #7b7772;
}

img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

.title {
  font-size: 45px;
  font-weight: 300;
  padding-bottom: 50px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.1;
}

.primary-link {
  padding-top: 25px;

  a {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-bottom: 1px solid #7b7772;
  }
}
.text-gold {
    color: var(--gold);
}
.text-primary {
    color: var(--primary);
}
.text-light {
    color: var(--light);
}
.text-dark {
    color: var(--bg-dark);
}
.bg-primary {
    background-color: var(--primary);
}
.bg-light {
    background-color: var(--bg-light);    
}

.fn18 {
  font-size: 16px;
}

.fn16 {
  font-size: 16px;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

.d-flex {
  display: flex;
}

.justify-center {
  justify-content: center;
}

.justify-space-between {
  justify-content: space-between;
}

.text-center {
  text-align: center;
}

.pb50 {
  padding-bottom: 50px;
}

.grid-gap-30 {
  grid-gap: 30px;
}

.p20 {
  padding: 20px;
}


@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital@1&display=swap");


header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: auto;
  padding: 20px 2%;
  max-width: 100%;
  margin: auto;
  background-color: var(--primary) !important;
  visibility: visible;
  opacity: 1;
  pointer-events: visible;
  pointer-events: unset;
  flex-wrap: wrap;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

header.sticky {
  position: fixed;
  visibility: visible;
  opacity: 1;
  transform: translateZ(0);
  animation: fadeInDownBig 0.3s ease;
  pointer-events: visible;
  pointer-events: unset;
}

header .logo,
header .custom-logo-link {
  flex: 0 0 242px;
}

header .logo img,
header .custom-logo-link img {
  max-width: 70%;
}

header nav>ul {
  display: flex;
  gap: 35px;
}

header nav>ul>li>a {
  color: var(--light);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none !important;
  padding-bottom: 30px;
}

header nav>ul>li>a:hover {
  color: var(--gold);
}

header nav .drop-pop {
  position: absolute;
  background-color: var(--light);
  padding: 0px;
  box-shadow: 0px 2px 3px 1px rgba(153, 153, 153, 0.5);
  display: none;
  left: 0px;
  width: 100%;
  z-index: 999;
  margin-top: 25px;
}

header nav .drop-pop.gold {
  width: 400px;
  margin-left: -282px;
  left: inherit;
}

header nav .drop-pop.gold div img {
  width: 40%;
}

header nav .drop-pop.gold:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-t.accordion-heading h1: afterop: 6px solid #fff;
  position: absolute;
  left: 50%;
  top: -1px;
}

header nav .drop-pop.gold ul {
  display: flex;
  flex-wrap: wrap;
  padding: 5px 20px;
}

header nav .drop-pop.gold ul li {
  flex: 0 0 100%;
  text-align: center;
  padding: 5px;
  border-bottom: 1px solid #c2c2c2;
  font-size: 15px;
}

header nav .drop-pop.gold ul li:first-child {
  border-bottom: 0px solid #c2c2c2;
  font-weight: 500;
  font-size: 14px;
}

header nav .drop-pop.gold ul li:last-child {
  border-bottom: 0px solid #c2c2c2;
}

header nav .drop-pop.gold ul li:nth-child(even) {
  border-right: 0px;
}

header nav .drop-pop.gold ul li:nth-child(1n + 5) {
  border-bottom: 0px;
}

header nav .drop-pop.collection {
  padding: 30px 20px;
}

header nav .drop-pop.collection ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

header nav .drop-pop.collection ul li {
  text-align: center;
  flex: 0 0 20%;
}

header nav .drop-pop.collection .drop-collection-title {
  font-size: 16px;
  text-transform: uppercase;
}

header nav .drop-pop.collection .drop-collection-thumb {
  font-size: 13px;
  font-family: "Playfair Display", serif;
  min-height: 55px;
  padding: 10px 60px 20px;
  line-height: normal;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-style: italic;
}

header nav .drop-pop.collection div img {
  width: 190px;
}

header .hamb_icon,
header .hamb_close {
  display: none;
}

.blog-dropbx {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 50px;
  font-size: 16px;
  font-weight: 400;
}

.blog-dropbx .blog-drop-left {
  flex: 0 0 50%;
  line-height: normal;
}

.blog-dropbx .blog-drop-left p {
  padding-bottom: 30px;
  width: 70%;
}

.blog-dropbx .blog-drop-left p:last-child {
  padding-bottom: 0px;
}

.blog-dropbx .blog-drop-left a {
  font-size: 16px;
  border-bottom: 1px solid #535353;
  text-transform: uppercase;
}

.blog-dropbx .blog-drop-right {
  flex: 0 0 30%;
  text-align: center;
}

.blog-dropbx .blog-drop-right .blog-drop-title {
  text-transform: uppercase;
}

.blog-dropbx .blog-drop-right div {
  padding: 20px 0px;
}

.blog-dropbx .blog-drop-right a {
  font-size: 16px;
  font-family: "Playfair Display", serif;
  font-style: italic;
  border-bottom: 1px solid #535353;
}

.blog-dropbx .blog-drop-right a img {
  max-width: 40%;
}

.mobile-nav {
  opacity: 0;
  width: 80%;
  position: fixed;
  height: 100vh;
  transform: translate(-100%, 0);
  background-color: #fff;
  left: 0;
  top: 0;
  transition: 0.5s all;
  z-index: 999;
}

.mobile-nav.active {
  transform: translate(0%, 0);
  opacity: 1;
}

.mobile-nav>ul>li.subnav.active>a {
  background-color: #f7f7f7;
}

.mobile-nav>ul>li.subnav .submenu>li>a {
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.105);
  color: #535353;
  font-size: 16px;
  font-weight: 400;
}

.mobile-nav>ul>li>a {
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.105);
  color: #535353;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
}

.mobile-nav>ul>li>a span {
  height: 20px;
  transform: rotate(180deg);
  margin-top: 2px;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100vh;
  z-index: 998;
  display: none;
}

@media screen and (max-width: 1279px) {
  header {
    min-height: auto;
    padding: 20px 2%;
  }

  header .logo,
  header .custom-logo-link {
    flex: 0 0 180px;
  }

  header nav>ul {
    gap: 20px;
  }

  header nav>ul>li>a {
    font-size: 18px;
  }

  header nav .drop-pop.collection .drop-collection-title {
    font-size: 16px;
  }

  header nav .drop-pop.collection ul {
    gap: 30px;
  }

  header nav .drop-pop.collection ul li {
    flex: 0 0 17%;
  }
}

@media screen and (max-width: 980px) {

  header .logo img,
  header .custom-logo-link img {
    max-width: 80%;
  }

  header nav>ul>li>a {
    font-size: 15px;
  }

  header nav .drop-pop.collection ul li {
    flex: 0 0 30%;
  }
}

@media screen and (max-width: 880px) {
  header {
    max-width: 100%;
    position: relative;
    flex-wrap: wrap;
    min-height: auto;
    padding: 20px;
    gap: 20px;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 390;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: opacity 0.1s ease, visibility 0.1s ease, transform 0.3s ease;
    animation: wd-fadeOutUpBig 0.1s ease;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.105);
  }

  header.sticky {
    position: fixed;
    visibility: visible;
    opacity: 1;
    transform: translateZ(0);
    animation: fadeInDownBig 0.3s ease;
    pointer-events: visible;
    pointer-events: unset;
  }

  header .logo,
  header .custom-logo-link {
    flex: 0 0 130px;
  }

  header nav {
    white-space: nowrap;
    overflow: auto;
    padding: 10px 20px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    display: none;
  }

  header nav::-webkit-scrollbar {
    display: none;
  }

  header nav a {
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }

  header .mob-svg {
    fill: none;
    stroke: #000;
    stroke-linecap: round;
    stroke-width: 1.5px;
  }

  header .hamb_icon {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
  }

  header .hamb_close {
    position: absolute;
    right: 15px;
    top: 15px;
  }
}

@keyframes fadeInDownBig {
  from {
    transform: translate3d(0, -100%, 0);
  }

  to {
    transform: none;
  }
}

@keyframes fadeOutUpBig {
  from {
    transform: none;
  }

  to {
    transform: translate3d(0, -100%, 0);
  }
}

.site-main {
  max-width: 90%;
  margin: 150px auto;
}

.site-main p {
  padding: 20px 0px;
}

@media screen and (max-width: 767px) {
  .site-main {
    margin: 100px auto;
  }
}

.banner img {
  width: 100%;
}

.banner.desktop .owl-carousel .owl-item img {
  height: 90vh;
}

.banner.desktop .owl-carousel .owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 5px;
}

.collection-banner {
  overflow: hidden;
  position: relative;
}

.collection-banner img {
  width: 100%;
  object-fit: cover;
  position: absolute;
  object-position: center;
  height: 100%;
}

.banner-container {
  position: relative;
  width: 100%;
  height: 90vh;
  /* Adjusted height to cover the full viewport height */
  overflow: hidden;
}

.video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Ensures the video fills the container without distortion */
}

#muteButton {
  background-color: transparent;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 100px;
  z-index: 99;
  right: 20px;
}

#muteImage {
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 1279px) {
  .collection-banner img {
    object-fit: contain;
  }
}

@media screen and (max-width: 980px) {
  .collection-banner {
    overflow: hidden;
    position: unset;
  }

  .collection-banner.mobile {
    text-align: center;
  }

  .collection-banner.mobile div.logo img {
    width: 40%;
    padding: 20px 0px;
  }

  .collection-banner.mobile div.banner-desc p {
    padding: 20px;
    line-height: 28px;
    font-size: 16px;
  }

  .collection-banner img {
    width: 100%;
    object-fit: cover;
    position: unset;
    object-position: center;
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  #muteButton {
    top: 20px;
  }

  .banner-container {
    height: 50vh;
    /* Reduced height for smaller screens */
  }

  .video-wrapper {
    height: 50vh;
  }

  .video-wrapper video {
    height: 100%;
  }
}

.intro {
  max-width: 95%;
  margin: 0 auto;
  padding: 60px 0px 80px;
  text-align: center;
}

.intro .firstdescription {
  font-size: 18px;
  font-family: "Playfair Display", serif;
  line-height: 40px;
  font-style: italic;
  padding-bottom: 40px;
}

.intro .title {
  padding-top: 10px;
  font-weight: 500;
  text-transform: capitalize;
}

@media screen and (max-width: 1366px) {
  .intro {
    padding: 40px 30px 60px;
  }
}

@media screen and (max-width: 1279px) {
  .intro {
    max-width: 100%;
  }
}

@media screen and (max-width: 980px) {
  .firstdescription {
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .intro {
    padding: 30px 30px 60px;
  }

  .intro.fn18 {
    padding-bottom: 60px;
  }
}

.our-story {
  max-width: 1230px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
}

.our-story .pic {
  flex: 0 0 403px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  gap: 10px;
  position: relative;
}

.our-story .pic .certificate {
  position: absolute;
  left: -130px;
  top: 34%;
}

.our-story .pic .cap-name {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 10px 0px 10px;
}

.our-story .pic .cap-desc {
  font-size: 18px;
  letter-spacing: 2px;
}

.our-story .story_desc {
  flex: 0 0 775px;
  padding: 0px 50px 70px 100px;
  background: url(../images/story_bg.png) center bottom no-repeat;
}

.our-story .story_desc p {
  padding-bottom: 40px;
}

.our-story .story_desc p:last-child {
  padding-bottom: 0px;
}

@media screen and (max-width: 1366px) {
  .our-story {
    max-width: 1100px;
  }

  .our-story .pic {
    flex: 0 0 350px;
  }

  .our-story .pic .certificate {
    left: -90px;
  }

  .our-story .story_desc {
    flex: 0 0 690px;
    padding: 0px 30px 70px 50px;
  }
}

@media screen and (max-width: 1279px) {
  .our-story {
    max-width: 100%;
    gap: 30px;
    padding: 20px;
    justify-content: space-between;
  }

  .our-story .pic {
    flex: 0 0 35%;
  }

  .our-story .pic .certificate {
    left: 50%;
    top: -90px;
    width: 150px;
    margin-left: -75px;
  }

  .our-story .story_desc {
    flex: 0 0 60%;
    padding: 0px 20px 70px 30px;
  }
}

@media screen and (max-width: 980px) {
  .our-story {
    padding: 20px;
  }

  .our-story .pic {
    flex: 0 0 100%;
    flex-wrap: nowrap;
  }

  .our-story .pic .certificate {
    left: 50%;
    top: -90px;
    width: 150px;
    margin-left: -75px;
  }

  .our-story .story_desc {
    flex: 0 0 100%;
  }

  .our-story .story_desc .title {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .our-story {
    padding-top: 60px;
    text-align: center;
  }

  .our-story .pic {
    flex-wrap: nowrap;
  }

  .our-story .story_desc {
    padding: 20px 0px 40px;
  }
}

@media screen and (max-width: 600px) {
  .our-story .pic {
    flex-wrap: wrap;
  }
}

.our-awards {
  max-width: 1100px;
  margin: 0 auto;
  padding: 140px 0px;
  text-align: center;
}

.our-awards .slider-wrap {
  overflow: hidden;
  position: relative;
}

.our-awards .slider-wrap .item {
  display: flex;
  gap: 100px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.our-awards .slider-wrap .item div {
  flex: 0 0 500px;
}

.our-awards .slider-wrap .item .awd-left {
  flex: 0 0 500px;
  text-align: right;
}

.our-awards .slider-wrap .owl-nav {
  display: none;
}

.our-awards .slider-wrap .owl-dots {
  padding-top: 20px;
}

.our-awards .slider-wrap .owl-dots .owl-dot span {
  background-color: #cbcbcb;
}

.our-awards .slider-wrap .owl-dots .owl-dot.active span {
  background-color: #8f8a8a;
}

.our-awards .slider-wrap .owl-dots .owl-dot:hover span {
  background-color: #8f8a8a;
}

@media screen and (max-width: 1366px) {
  .our-awards {
    padding: 100px 0px;
  }

  .our-awards .slider-wrap .item {
    gap: 80px;
  }
}

@media screen and (max-width: 1279px) {
  .our-awards {
    padding: 30px;
    max-width: 100%;
  }

  .our-awards .slider-wrap .item {
    gap: 80px;
  }

  .our-awards .slider-wrap .item .awd-left {
    flex: 0 0 40%;
  }

  .our-awards .slider-wrap .item div {
    flex: 0 0 50%;
  }
}

@media screen and (max-width: 980px) {
  .our-awards {
    padding: 50px;
    max-width: 100%;
  }

  .our-awards .slider-wrap .item {
    gap: 20px;
  }

  .our-awards .slider-wrap .item div {
    flex: 0 0 100%;
  }

  .our-awards .slider-wrap .item .awd-left {
    flex: 0 0 100%;
    text-align: center;
  }

  .our-awards .slider-wrap .item .awd-left .title {
    padding-bottom: 10px;
    text-align: center;
  }

  .our-awards .slider-wrap .item .slider-wrap {
    flex: 0 0 100%;
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .our-awards {
    padding: 20px 20px 40px;
    text-align: center;
  }

  .our-awards .slider-wrap .item {
    gap: 10px;
  }

  .our-awards .slider-wrap .item .awd-left {
    text-align: center;
  }

  .our-awards .slider-wrap .item .awd-left .title {
    text-align: center;
  }
}

.our-promise {
  padding-bottom: 140px;
}

.our-promise .promise-banner {
  min-height: 380px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 69px;
  background: url(../images/promise_banner.jpg) 0 0 no-repeat;
  background-size: cover;
}

.our-promise .promise-banner .promise-title {
  color: #ffffff;
  font-size: 83px;
  text-transform: uppercase;
  letter-spacing: 15px;
  font-weight: 300;
}

.our-promise .promise-wrapper {
  text-align: center;
  max-width: 1140px;
  padding-top: 100px;
  margin: 0 auto;
}

.our-promise .promise-wrapper .prom-list {
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

.our-promise .promise-wrapper .prom-list span {
  display: inline-block;
  padding: 0px 35px;
}

.our-promise .promise-wrapper .prom-list .pt50 {
  padding-top: 50px;
}

.our-promise .promise-wrapper .intro-wrap {
  padding: 60px 100px 0px;
}

@media screen and (max-width: 1279px) {
  .our-promise {
    padding-bottom: 80px;
  }

  .our-promise .promise-banner {
    min-height: 300px;
  }

  .our-promise .promise-banner .promise-title {
    font-size: 63px;
  }

  .our-promise .promise-wrapper {
    max-width: 100%;
    padding: 50px 20px 0px;
  }

  .our-promise .promise-wrapper .prom-list {
    font-size: 18px;
  }

  .our-promise .promise-wrapper .prom-list span {
    padding: 0px 15px;
  }

  .our-promise .promise-wrapper .prom-list .pt50 {
    padding-top: 20px;
  }

  .our-promise .promise-wrapper .intro-wrap {
    padding: 30px 50px 0px;
  }
}

@media screen and (max-width: 767px) {
  .our-promise {
    padding-bottom: 40px;
  }

  .our-promise .promise-banner {
    min-height: 250px;
    line-height: normal;
  }

  .our-promise .promise-banner .promise-title {
    font-size: 40px;
    letter-spacing: 8px;
    text-align: center;
  }

  .our-promise .promise-wrapper .prom-list {
    white-space: nowrap;
    overflow: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .our-promise .promise-wrapper .prom-list::-webkit-scrollbar {
    display: none;
  }

  .our-promise .promise-wrapper .prom-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .our-promise .promise-wrapper .prom-list ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
    text-align: left;
  }

  .our-promise .promise-wrapper .prom-list ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 6px;
    height: 6px;
    background: #666666;
    opacity: 0.5;
    border-radius: 50%;
  }

  .our-promise .promise-wrapper .intro-wrap {
    padding: 20px 0px 0px;
    width: 100%;
  }
}

.cust-section {
  padding-bottom: 150px;
}

.cust-section .title {
  padding-bottom: 100px;
  text-align: center;
}

.cust-section .cust-wrapper {
  max-width: 97%;
  padding: 0 3%;
  margin: 0 auto;
  font-size: 16px;
  text-align: center;
}

.cust-section .cust-wrapper .owl-nav .owl-prev,
.cust-section .cust-wrapper .owl-nav .owl-next {
  font-family: "Poppins", sans-serif;
  font-size: 62px;
  font-weight: 200;
  position: absolute;
  left: -50px;
  top: 40%;
}

.cust-section .cust-wrapper .owl-nav .owl-prev:hover,
.cust-section .cust-wrapper .owl-nav .owl-next:hover {
  background: none;
  color: inherit;
}

.cust-section .cust-wrapper .owl-nav .owl-next {
  right: -50px;
  left: auto;
}

.cust-section .cust-wrapper .owl-dots {
  display: none;
}

.cust-section .cust-wrapper .cust-thumb {
  width: 80px;
  margin: 0 auto 20px;
}

.cust-section .cust-wrapper img {
  border-radius: 100%;
}

.cust-section .cust-wrapper .designation {
  font-weight: 500;
  font-size: 16px;
  padding-top: 30px;
}

@media screen and (max-width: 1279px) {
  .cust-section {
    padding-bottom: 80px;
  }

  .cust-section .title {
    padding-bottom: 50px;
  }

  .cust-section .cust-wrapper {
    max-width: 100%;
    padding: 0 5%;
  }

  .cust-section .cust-wrapper .owl-nav .owl-prev {
    left: -30px;
  }

  .cust-section .cust-wrapper .owl-nav .owl-next {
    right: -30px;
  }
}

@media screen and (max-width: 767px) {
  .cust-section {
    padding: 20px;
  }

  .cust-section .title {
    padding-bottom: 30px;
  }
}

.contact-section {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0px 0px 100px;
  text-align: center;
}

.contact-section .contact-tabs {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 40px;
}

.contact-section .contact-tabs a {
  font-size: 33px;
  border-bottom: 2px solid #7b7772;
  color: #7b7772;
  text-transform: uppercase;
}

.contact-section .contact-maplist li {
  display: flex;
  flex-wrap: wrap;
  padding: 60px 0px 80px;
  align-items: flex-start;
  gap: 100px;
  text-align: left;
}

.contact-section .contact-maplist li .map-box {
  flex: 0 0 712px;
}

.contact-section .contact-maplist li .map-details {
  flex: 0 0 465px;
  font-size: 16px;
}

.contact-section .contact-maplist li .map-details img {
  margin: 0px;
}

.contact-section .contact-maplist li .map-details span {
  font-weight: 400;
}

.contact-section .contact-maplist li .map-details .map-title {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 300;
  padding-bottom: 30px;
}

.contact-section .contact-maplist li .map-details .bkt {
  padding-top: 20px;
  padding-bottom: 30px;
}

.contact-section .contact-maplist li .map-details .bkt a {
  border-bottom: 1px solid #7b7772;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
}

@media screen and (max-width: 1366px) {
  .contact-section {
    max-width: 100%;
    padding: 20px 20px 60px;
  }

  .contact-section .contact-maplist li {
    justify-content: center;
    gap: 60px;
  }

  .contact-section .contact-maplist li .map-box {
    flex: 0 0 690px;
  }
}

@media screen and (max-width: 1279px) {
  .contact-section .contact-maplist li {
    justify-content: center;
    gap: 50px;
  }

  .contact-section .contact-maplist li .map-box {
    flex: 0 0 55%;
  }

  .contact-section .contact-maplist li .map-details {
    flex: 0 0 39%;
  }
}

@media screen and (max-width: 980px) {
  .contact.intro {
    padding-bottom: 50px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .contact-section .contact-maplist li {
    padding-top: 80px;
    gap: 50px;
  }

  .contact-section .contact-maplist li .map-box {
    flex: 0 0 48%;
  }

  .contact-section .contact-maplist li .map-details {
    flex: 0 0 45%;
  }
}

@media screen and (max-width: 768px) {
  .contact.intro {
    padding-bottom: 50px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .contact-section {
    padding-bottom: 50px;
  }

  .contact-section .contact-maplist li {
    padding: 50px 20px;
    gap: 30px;
  }

  .contact-section .contact-maplist li .map-box {
    flex: 0 0 100%;
  }

  .contact-section .contact-maplist li .map-details {
    flex: 0 0 100%;
  }

  .contact-section .contact-maplist li .map-details .map-title {
    font-size: 24px;
    padding-bottom: 10px;
  }

  .contact-section .contact-maplist li .map-details .bkt {
    padding-top: 20px;
  }

  .contact-section .contact-maplist li .map-details .bkt a {
    font-size: 18px;
  }

  .contact-section .contact-tabs {
    gap: 20px;
  }

  .contact-section .contact-tabs a {
    font-size: 18px;
  }
}

.our-world.banner {
  position: relative;
}

.our-world .our-world-slider {
  position: relative;
}

.our-world .our-world-slider .owl-nav {
  display: none;
}

.our-world .our-world-slider .owl-dots {
  bottom: -5px;
  position: absolute;
  width: 100%;
}

.make-in-india {
  background-color: #e9e4e1;
  padding: 40px 0px;
}

.make-in-india .make-wrapper {
  max-width: 1470px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #231f20;
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 1px;
  justify-content: space-between;
}

.make-in-india .make-wrapper .make-content {
  flex: 0 0 625px;
  text-align: center;
}

@media screen and (max-width: 1366px) {
  .make-in-india .make-wrapper {
    max-width: 100%;
    padding: 0 20px;
  }

  .make-in-india .make-wrapper .make-content {
    flex: 0 0 44%;
  }
}

@media screen and (max-width: 1279px) {
  .make-in-india .make-wrapper {
    font-size: 24px;
  }

  .make-in-india .make-wrapper .make-banner {
    flex: 0 0 50%;
  }

  .make-in-india .make-wrapper .make-content {
    flex: 0 0 44%;
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .make-in-india .make-wrapper .make-banner {
    flex: 0 0 100%;
  }

  .make-in-india .make-wrapper .make-content {
    flex: 0 0 100%;
    padding-top: 20px;
    line-height: normal;
    font-size: 18px;
  }
}

.master-artistry {
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 115px;
  padding: 150px 0px;
  align-items: center;
}

.master-artistry .artistry-banner {
  flex: 0 0 42.4%;
}

.master-artistry .artistry-content {
  flex: 0 0 47%;
}

@media screen and (max-width: 1279px) {
  .master-artistry {
    max-width: 100%;
    padding: 80px 20px;
    gap: 60px;
  }

  .master-artistry .artistry-content {
    flex: 0 0 50%;
  }

  .master-artistry .artistry-content .title {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 980px) {
  .master-artistry {
    gap: 40px;
  }

  .master-artistry .artistry-content {
    flex: 0 0 45%;
  }

  .master-artistry .artistry-content .title {
    font-size: 24px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .master-artistry {
    padding: 50px 20px;
    text-align: center;
  }

  .master-artistry .artistry-banner {
    flex: 0 0 100%;
  }

  .master-artistry .artistry-content {
    flex: 0 0 100%;
  }

  .master-artistry .artistry-content .title {
    font-size: 24px;
    padding-bottom: 30px;
  }
}

.discover-section {
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 140px;
}

.discover-section .title {
  padding-bottom: 20px;
}

.discover-section .discover-title {
  font-size: 33px;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 300;
}

.discover-section .discover-title span {
  font-size: 98px;
}

.discover-section .disc-list {
  display: flex;
  flex-wrap: wrap;
  grid-row-gap: 70px;
  max-width: 1270px;
  margin: 0 auto;
  padding-top: 90px;
  justify-content: space-between;
}

.discover-section .disc-list li {
  flex: 0 0 44%;
  text-align: left;
}

.discover-section .disc-list li:last-child {
  font-size: 23px;
  font-family: "Playfair Display", serif;
  text-align: center;
  line-height: 40px;
  padding: 30px;
  font-style: italic;
}

.discover-section .disc-list li .dics-sub-title {
  font-size: 24px;
  padding-bottom: 25px;
  font-weight: 300;
  text-transform: uppercase;
}

@media screen and (max-width: 1366px) {
  .discover-section .disc-list {
    max-width: 100%;
    padding: 90px 20px 0px 20px;
  }

  .discover-section .disc-list li:last-child {
    padding: 20px;
  }
}

@media screen and (max-width: 980px) {
  .discover-section {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .discover-section {
    padding-bottom: 50px;
  }

  .discover-section .discover-title {
    font-size: 26px;
    font-weight: 300;
  }

  .discover-section .discover-title span {
    font-size: 58px;
    line-height: normal;
  }

  .discover-section .disc-list {
    padding-top: 40px;
    gap: 30px;
  }

  .discover-section .disc-list li {
    flex: 0 0 100%;
  }

  .discover-section .disc-list li .dics-sub-title {
    font-size: 22px;
  }

  .discover-section .disc-list li:last-child {
    font-size: 18px;
    line-height: 28px;
    font-style: italic;
  }
}

.our-world-foot {
  padding-bottom: 100px;
}

.our-world-foot ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.our-world-foot ul li {
  flex: 0 0 50%;
  text-align: center;
  line-height: 41px;
}

.our-world-foot ul li:first-child img {
  width: 100%;
}

.our-world-foot ul li div img {
  max-width: 100%;
}

.our-world-foot ul li div.antara-logo img {
  max-width: 30%;
}

.our-world-foot ul li .frn-partnr {
  padding: 15px 0px 10px;
}

.our-world-foot ul li:last-child {
  padding: 0px 150px;
}

.our-world-foot ul li .sm20 {
  font-size: 20px;
  font-weight: 400;
  padding: 40px 0px 0px 0px;
  line-height: 28px;
}

@media screen and (max-width: 1366px) {
  .our-world-foot ul li:last-child {
    padding: 0px 80px;
  }

  .our-world-foot ul li .sm20 {
    padding: 40px 0px 0px 0px;
  }
}

@media screen and (max-width: 980px) {
  .our-world-foot ul li {
    flex: 0 0 100%;
  }

  .our-world-foot ul li:last-child {
    padding-top: 30px;
  }

  .our-world-foot ul li .sm20 {
    font-size: 16px;
    color: #000;
    padding: 40px 0px 0px 0px;
  }
}

@media screen and (max-width: 767px) {
  .our-world-foot {
    padding-bottom: 50px;
  }

  .our-world-foot ul li {
    line-height: 31px;
  }

  .our-world-foot ul li:last-child {
    padding: 20px;
  }

  .our-world-foot ul li div.antara-logo img {
    max-width: 60%;
    padding-top: 10px;
  }
}

.blog-wrapper {
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
  padding: 60px 0px;
}

.blog-wrapper .qoute-txt {
  font-size: 30px;
  font-weight: 500;
  line-height: 67px;
  text-align: left;
}

.blog-wrapper .blog-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.blog-wrapper .blog-row .product-lft {
  flex: 0 0 60%;
  overflow: auto;
  text-align: left;
  font-size: 16px;
  overflow-y: auto;
  border-bottom: 0px solid #ddd;
  scrollbar-color: #666666 transparent;
  scrollbar-width: thin;
  scrollbar-height: thin;
  padding-left: 25px;
}

.blog-wrapper .blog-row .product-lft::-webkit-scrollbar {
  height: 4px;
  width: 9px;
  background-color: transparent;
  border-radius: 5px;
}

.blog-wrapper .blog-row .product-lft::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  border-radius: 5px;
}

.blog-wrapper .blog-row .product-lft p {
  padding-bottom: 25px;
}

.blog-wrapper .blog-row .product-right {
  flex: 0 0 29%;
  font-size: 20px;
}

.blog-wrapper .blog-row .product-right .blog-rt-caption {
  padding-top: 20px;
}

@media screen and (max-width: 1366px) {
  .blog-wrapper .qoute-txt {
    font-size: 24px;
    line-height: 50px;
  }
}

@media screen and (max-width: 1279px) {
  .blog-wrapper {
    padding: 40px 30px 60px;
  }

  .blog-wrapper .qoute-txt {
    font-size: 24px;
    line-height: 50px;
  }
}

@media screen and (max-width: 980px) {
  .blog-wrapper {
    padding: 40px 0px 60px;
  }

  .blog-wrapper .qoute-txt {
    font-size: 24px;
    line-height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .blog-wrapper .qoute-txt {
    padding-left: 0px;
    font-size: 20px;
    line-height: 31px;
  }

  .blog-wrapper .title {
    font-size: 24px;
  }

  .blog-wrapper .blog-row .product-lft,
  .blog-wrapper .blog-row .product-right {
    flex: 0 0 100%;
  }

  .blog-wrapper .blog-row .product-lft {
    padding-left: 15px;
    font-size: 16px;
    line-height: inherit;
    max-height: none;
  }

  .blog-wrapper .blog-row .product-lft p {
    padding-bottom: 20px;
  }

  .blog-wrapper .blog-row .product-lft p:last-child {
    padding-bottom: 0px;
  }

  .blog-wrapper .blog-row .product-lft::-webkit-scrollbar {
    height: 4px;
    width: 5px;
    background-color: transparent;
    border-radius: 5px;
  }

  .blog-wrapper .blog-row .product-right {
    padding-top: 30px;
    display: none;
  }
}

.blog-interest {
  max-width: 90%;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 80px;
}

.blog-interest .blog-interest-title {
  color: #535353;
  font-size: 33px;
  border-bottom: 1px solid #535353;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-flex;
  letter-spacing: 2px;
}

.blog-interest .blog-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 80px;
  grid-column-gap: 80px;
  grid-row-gap: 50px;
}

.blog-interest .blog-list li {
  flex: 0 0 28.5%;
}

.blog-interest .blog-list li a {
  display: block;
  color: #535353;
  font-size: 20px;
  font-weight: 400;
}

.blog-interest .blog-list li .blog-caption {
  padding: 40px 0px;
}

/* Right align the text within the post */
.entry-content h3 {
  margin-bottom: 10px;
}

.entry-content .alignnone {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

.entry-content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  /* Left align text and images */
}

.entry-content .alignleft {
  float: left;
  margin-right: 20px;
  margin-top: 30px;
  /* Right align text and images */
}

.entry-content .alignright {
  float: right;
  margin-left: 20px;
  margin-top: 30px;
  /* Justify align text (if theme supports it) */
}

.entry-content .alignjustify {
  text-align: justify;
  /* Align full-width images */
}

.entry-content .alignfull {
  width: 100%;
  /* Align large-width images */
}

.entry-content .alignwide {
  width: 75%;
  /* Align medium-width images */
}

.entry-content .alignmedium {
  width: 50%;
}

@media screen and (max-width: 1366px) {
  .blog-interest {
    max-width: 90%;
    padding: 0px 20px;
  }

  .blog-interest .blog-list {
    grid-column-gap: 85px;
  }

  .blog-interest .blog-list li .blog-caption {
    padding: 30px 0px;
  }
}

@media screen and (max-width: 1279px) {
  .blog-interest {
    padding: 40px 20px 60px;
  }

  .blog-interest .blog-list {
    grid-column-gap: 65px;
  }
}

@media screen and (max-width: 980px) {
  .blog-interest {
    padding: 40px 20px 60px;
  }

  .blog-interest .blog-list {
    padding-top: 50px;
    grid-column-gap: 50px;
    grid-row-gap: 30px;
  }

  .blog-interest .blog-list li a {
    font-size: 18px;
  }

  .blog-interest .blog-list li .blog-caption {
    padding: 10px 0px;
  }
}

@media screen and (max-width: 767px) {
  .blog-interest {
    padding-top: 0px;
  }

  .blog-interest .blog-interest-title {
    font-size: 18px;
  }

  .blog-interest .blog-list {
    padding-top: 30px;
  }

  .blog-interest .blog-list li {
    flex: 0 0 45%;
  }
}

@media screen and (max-width: 600px) {
  .blog-interest .blog-list li {
    flex: 0 0 100%;
  }
}

.collection-list {
  max-width: 1140px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 100px;
}

.collection-list .intro-wrap {
  max-width: 760px;
  margin: 0 auto;
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  .collection-list {
    padding-bottom: 60px;
  }

  .collection-list .intro-wrap {
    padding: 30px 20px 0px;
  }
}

.small-text {
  padding-top: 35px;
}

.small-text p {
  font-size: 14px;
  padding-bottom: 20px;
}

.certified {
  width: 100%;
  margin-bottom: 40px;
}

.certified .backgroundImage {
  display: flex;
}

.certified .backgroundImage .content {
  padding: 50px 0px;
  text-align: center;
  width: 50%;
  margin: auto;
}

.certified .backgroundImage .content .title {
  padding-bottom: 30px;
  font-size: 28px;
}

.certified .backgroundImage .content .title:nth-of-type(2) {
  padding-top: 60px;
}

.certified .backgroundImage .content .description {
  margin-bottom: 30px;
}

.certified .backgroundImage .content .sm20 {
  font-size: 18px;
  font-weight: 400;
}

.collection-top {
  max-width: 1525px;
  margin: 0 auto;
  padding-bottom: 200px;
  padding-top: 50px;
  gap: 150px;
  align-items: center;
  flex-wrap: wrap;
}

.collection-top .col-70 {
  flex: 0 0 55%;
}

.collection-top .col-25 {
  flex: 0 0 29%;
}

.collection-top .collection-hedline {
  font-size: 32px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 60px;
  font-weight: 400;
  padding-bottom: 40px;
}

.collection-inquiry {
  padding: 30px;
}

.collection-inquiry.primary-link a {
  font-size: 20px;
}

@media screen and (max-width: 1600px) {
  .collection-top {
    max-width: 1400px;
    gap: 80px;
  }
}

@media screen and (max-width: 1366px) {
  .collection-top {
    max-width: 90%;
  }

  .collection-top .col-70 {
    flex: 0 0 54%;
  }

  .collection-top .col-25 {
    flex: 0 0 38%;
  }
}

@media screen and (max-width: 1279px) {
  .collection-top {
    max-width: 92%;
  }

  .collection-top .col-70 {
    flex: 0 0 50%;
  }

  .collection-top .col-25 {
    flex: 0 0 36%;
  }

  .collection-top .collection-hedline {
    font-size: 30px;
    line-height: 60px;
  }
}

@media screen and (max-width: 980px) {
  .certified {
    height: auto;
  }

  .certified .backgroundImage .content {
    width: 100%;
    padding: 50px 20px;
  }

  .certified .backgroundImage .content .mobile img {
    max-width: 30%;
    padding-bottom: 30px;
  }

  .certified .backgroundImage .content .sm20 {
    font-size: 18px;
    font-weight: 400;
  }

  .collection-top {
    max-width: 92%;
  }

  .collection-top .col-70 {
    flex: 0 0 100%;
  }

  .collection-top .col-25 {
    flex: 0 0 100%;
  }

  .collection-inquiry {
    padding: 40px !important;
  }

  .collection-inquiry.primary-link a {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .certified {
    height: auto;
  }

  .certified .backgroundImage {
    background-image: none !important;
  }

  .certified .backgroundImage .content {
    width: 100%;
    padding: 50px 20px;
  }

  .certified .backgroundImage .content .title {
    font-size: 20px;
  }

  .certified .backgroundImage .content .title:nth-of-type(2) {
    padding-top: 40px;
  }

  .collection-top {
    max-width: 92%;
    padding-bottom: 50px;
    padding-top: 0px;
  }

  .collection-top .collection-hedline {
    font-size: 24px;
    line-height: 40px;
    padding-bottom: 30px;
  }

  .collection-inquiry {
    grid-gap: 18px;
  }

  .collection-inquiry.primary-link a {
    font-size: 12px;
  }
}

.collection-inner.intro p {
  font-size: 18px;
  font-family: "Playfair Display", serif;
  line-height: 40px;
  font-style: italic;
}

.collection-slides {
  width: 100%;
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
}

.collection-slides.mobile {
  display: none;
}

.collection-slides .slides-list {
  bottom: 0;
  height: 100vh;
  position: sticky;
  display: flex;
  justify-content: center;
}

.collection-slides .slides-list img {
  width: 100%;
  height: 100%;
}

.collection-slides .slides-list .absolute {
  position: absolute;
  bottom: 2.5rem;
  white-space: nowrap;
}

.flex-1 {
  flex: 1 1 0%;
}

@media screen and (max-width: 980px) {
  .collection-slides.mobile {
    display: block;
  }

  .collection-inner.intro p {
    font-size: 16px;
    line-height: 28px;
  }
}

@media screen and (max-width: 767px) {
  .flex-1 {
    flex: 1 1 100%;
  }
}

.mobile-dropdown {
  background-color: #fff;
  opacity: 0;
  width: 100%;
  position: fixed;
  height: 100vh;
  z-index: 1000;
  width: 100vw;
  left: 0px;
  top: 0px;
  padding: 0px 20px 40px;
  transition: 0.5s all;
  overflow: auto;
  transform: translate(-100%, 0);
}

.mobile-dropdown.active {
  transform: translate(0%, 0);
  opacity: 1;
}

.mobile-dropdown .mob-dropdown-title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0px 25px 0px;
  background-color: #fff;
  position: sticky;
  top: 0px;
}

.mobile-dropdown .mob-dropdown-title span {
  height: 25px;
  display: inline-block;
}

.mobile-dropdown .mob-dropdown-title svg {
  width: 25px;
}

.mobile-dropdown.collection ul {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.mobile-dropdown.collection .drop-collection-title {
  font-size: 18px;
  text-transform: uppercase;
}

.mobile-dropdown.collection .drop-collection-thumb {
  font-size: 13px;
  font-family: "Playfair Display", serif;
  padding: 10px 96px 20px;
  line-height: normal;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-style: italic;
}

.mobile-dropdown.collection div img {
  width: 190px;
}

.mobile-dropdown.gold div img {
  width: 40%;
}

.mobile-dropdown.gold ul {
  display: flex;
  flex-wrap: wrap;
  padding: 5px 20px;
}

.mobile-dropdown.gold ul li {
  flex: 0 0 100%;
  text-align: center;
  padding: 5px;
  border-bottom: 1px solid #c2c2c2;
  font-size: 14px;
}

.mobile-dropdown.gold ul li:first-child {
  border-bottom: 0px solid #c2c2c2;
  font-weight: 500;
  font-size: 12px;
}

.mobile-dropdown.gold ul li:last-child {
  border-bottom: 0px solid #c2c2c2;
}

.mobile-dropdown.gold ul li:nth-child(even) {
  border-right: 0px;
}

.mobile-dropdown.gold ul li:nth-child(1n + 5) {
  border-bottom: 0px;
}

.mobile-dropdown .blog-dropbx {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px;
  font-size: 14px;
  font-weight: 400;
  gap: 40px;
  text-align: left;
}

.mobile-dropdown .blog-dropbx .blog-drop-left {
  flex: 0 0 100%;
  line-height: normal;
}

.mobile-dropdown .blog-dropbx .blog-drop-left p {
  padding-bottom: 20px;
}

.mobile-dropdown .blog-dropbx .blog-drop-left p:last-child {
  padding-bottom: 0px;
}

.mobile-dropdown .blog-dropbx .blog-drop-left a {
  font-size: 14px;
  border-bottom: 1px solid #535353;
  text-transform: uppercase;
}

.mobile-dropdown .blog-dropbx .blog-drop-right {
  flex: 0 0 100%;
  text-align: center;
}

.mobile-dropdown .blog-dropbx .blog-drop-right .blog-drop-title {
  text-transform: uppercase;
  font-size: 18px;
}

.mobile-dropdown .blog-dropbx .blog-drop-right div {
  padding: 20px 0px;
}

.mobile-dropdown .blog-dropbx .blog-drop-right a {
  font-size: 16px;
  font-family: "Playfair Display", serif;
  font-style: italic;
  border-bottom: 1px solid #535353;
}

@media screen and (max-width: 880px) {
  .mobile-dropdown.collection ul li {
    flex: 0 0 48%;
  }

  .mobile-dropdown.collection ul .drop-collection-thumb {
    padding: 10px 120px 20px;
  }
}

@media screen and (max-width: 767px) {
  .mobile-dropdown.collection ul .drop-collection-thumb {
    padding: 10px 50px 20px;
  }

  .mobile-dropdown.collection div img {
    width: 190px;
  }
}

@media screen and (max-width: 480px) {
  .mobile-dropdown.collection ul .drop-collection-thumb {
    padding: 10px 10px 20px;
  }
}

.popup-container {
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  overflow: auto;
  display: flex;
}

.popup-container#popup {
  display: none;
}

.popup-content {
  position: relative;
  width: 800px;
  padding-right: 60px;
  background-color: #fff;
  border-radius: 8px;
}

.popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
}

.content-wrapper-popup {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.image-container {
  flex: 1;
  text-align: center;
  margin-right: 40px;
  width: 35%;
  height: 465px;
  /* Adjust the height as needed */
  background-size: cover;
  background-position: center;
  margin-right: 40px;
}

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

.form-container {
  flex: 1;
  width: 65%;
  font-size: 14px;
}

.form-container .heading h2 {
  font-size: 22px;
  padding-bottom: 20px;
  color: #050404;
}

.form-container .heading p {
  line-height: 24px;
  margin-bottom: 20px;
  font-size: 13px;
  color: #050404;
}

.form-container input[type="text"]::placeholder,
.form-container input[type="email"]::placeholder,
.form-container input[type="tel"]::placeholder {
  color: #bcc2c9;
  /* Replace with your desired color */
}

.form-container input[type="text"],
.form-container input[type="email"],
.form-container input[type="tel"] {
  border: 0px;
  background-color: transparent;
  border-bottom: 1px solid #bcc2c9;
  height: 20px;
  font-size: 12px;
  width: 100%;
}

.form-container input[type="submit"] {
  width: 100%;
  border: 0px;
  padding: 10px;
  color: #000;
  text-transform: uppercase;
  background-color: #edf0f9;
}

.form-container .wpcf7-form ul {
  max-width: 100%;
}

.form-container .wpcf7-form ul li {
  padding-bottom: 20px;
}

.form-container .submit-button {
  position: relative;
}

.form-container .wpcf7-spinner {
  position: absolute;
  left: -18px;
  top: 6px;
}

.form-container .wpcf7 form.invalid .wpcf7-response-output,
.form-container .wpcf7 form.unaccepted .wpcf7-response-output,
.form-container .wpcf7 form.payment-required .wpcf7-response-output {
  display: none;
}

/* Mobile Responsive */
@media screen and (max-width: 767px) {
  .popup-content {
    padding: 20px;
    width: 400px;
  }

  .form-container {
    width: 90%;
  }

  .form-container .heading h2 {
    font-size: 16px;
  }

  .form-container .heading p {
    font-size: 12px;
  }

  .content-wrapper-popup {
    flex-direction: column;
  }

  .image-container {
    display: none;
  }
}

.cookies-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #f8f8f8;
  padding: 20px;
  text-align: center;
  z-index: 9999;
}

.cookies-message {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cookies-message span {
  color: #333;
  text-align: left;
}

.cookies-message .more-info {
  color: #333;
  margin: 0 5px;
  text-decoration: underline;
}

.cookies-message .accept-cookies {
  background-color: #5e499d;
  color: white;
  border: none;
  padding: 8px 16px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 15px;
}

.wpcf7 form .wpcf7-response-output {
  font-size: 12px;
}

.wpcf7-not-valid-tip {
  font-size: 10px;
}

footer {
  background-color: #9B2336;
  padding: 60px 50px 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 1px;
}
.footer-logo {
  margin-left: 0px;
  height: 50px;
  margin-bottom: 10px;
}

footer .submit-button {
  text-align: right;
}

footer .submit-button input[type="submit"] {
  padding: 1px 0px;
  background-color: transparent;
  /* Remove the background color */
  color: #7b7772;
  border: none;
  cursor: pointer;
  border-radius: 15px;
  width: auto;
  font-size: 12px;
  text-transform: uppercase;
  margin-right: 50%;
  margin-top: 10px;
  border-bottom: 1px solid #7b7772;
  /* Add a red bottom border */
  /* Remove default styles */
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  font-family: "Poppins", sans-serif;
}

footer .submit-button .wpcf7-spinner {
  display: block;
}

footer a {
  color: #FFF;
  text-decoration: none;
}

footer .footer-title {
  color: #FFF;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 25px;
}

footer .col-left {
  flex: 0 0 355px;
}

footer .col-left li {
  display: flex;
  align-items: flex-end;
  line-height: normal;
  padding-bottom: 10px;
}

footer .col-left li p {
  display: flex;
  align-items: flex-end;
}

footer .col-left label {
  width: 50px;
  margin-bottom: -4px;
}

footer .col-left input[type="text"] {
  border: 0px;
  background-color: transparent;
  border-bottom: 1px solid #7b7772;
  height: 40px;
  font-size: 12px;
  max-width: 220px;
}

footer .col-left input[type="email"] {
  border: 0px;
  background-color: transparent;
  border-bottom: 1px solid #7b7772;
  height: 40px;
  font-size: 12px;
  max-width: 220px;
}

footer .col-mid {
  flex: 0 0 320px;
}

footer .col-right {
  flex: 0 0 48%;  
}

footer .col-right .foot-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  justify-content: flex-end;
  letter-spacing: 2px;
  color: #fff;
}

footer .col-right .social {
  padding-top: 25px;
  display: flex;
  gap: 15px;
  justify-content: flex-end;
  padding-bottom: 10px;
}

footer .col-right .social a {
  width: 35px;
  height: auto;
  display: block;
}

footer .col-right .social a.whatsapp {
  background-position: 0px 0px;
}

footer .col-right .social a.facebook {
  background-position: -60px 0px;
}

footer .col-right .social a.instagram {
  background-position: -121px 0px;
}

footer .col-right .social a.linkden {
  background-position: -183px 0px;
}

footer .col-right .social a.youtube {
  background-position: -245px 0px;
}

footer .copywrite-block {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

footer .copywrite-block .copyright-txt {
  padding-top: 20px;
  color: #FFF;
}

@media screen and (max-width: 1366px) {
  footer {
    padding: 40px 30px 0px;
  }

  footer .col-right {
    flex: 0 0 46%;
  }

  footer .col-right .foot-nav {
    gap: 16px;
    font-size: 16px;
  }
}

@media screen and (max-width: 1279px) {
  footer {
    padding: 30px 30px 10px 30px;
  }

  footer .col-left,
  footer .col-right,
  footer .col-mid {
    flex: 0 0 33.33%;
  }

  .copyright-txt.mobile {
    margin-top: 10px;
    display: block;
  }

  .copyright-txt.desktop {
    display: none;
  }
}

@media screen and (max-width: 980px) {

  footer .col-left,
  footer .col-mid {
    flex: 0 0 48%;
    padding: 0px 40px;
  }

  footer .col-left label {
    width: 43px;
  }

  footer .col-right {
    flex: 0 0 100%;
    padding-top: 30px;
  }

  footer .col-right .foot-nav,
  footer .col-right .social {
    justify-content: center;
  }

  footer .col-right .foot-nav {
    gap: 12px;
    font-size: 12px;
  }

  footer .col-right .social {
    padding-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  footer .copywrite-block {
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }

  footer .copywrite-block .copyright-txt {
    padding-top: 5px;
  }

  footer .col-left input[type="text"],
  footer .col-left input[type="email"] {
    max-width: fit-content;
  }

  .wpcf7-form ul {
    width: 100%;
    margin: 0px auto;
    max-width: 300px;
  }

  footer {
    padding: 40px 40px;
  }

  footer .submit-button {
    width: 100%;
    margin: 0px auto;
    max-width: 300px;
  }

  footer .submit-button input[type="submit"] {
    margin-right: 43%;
  }

  footer .col-left,
  footer .col-mid {
    flex: 0 0 100%;
    text-align: center;
  }

  footer .col-left li {
    flex-wrap: wrap;
  }

  footer .col-left input[type="text"] {
    height: 35px;
  }

  footer .col-left .copyright-txt {
    padding-top: 30px;
  }

  footer .col-right {
    padding-top: 20px;
  }

  footer .col-right .social a {
    width: 25px;
  }

  footer .col-right .foot-nav {
    grid-row-gap: 0px;
  }

  footer .footer-title {
    font-size: 18px;
    padding-bottom: 20px;
    line-height: normal;
  }
}

@media screen and (max-width: 480px) {

  footer .col-left input[type="text"],
  footer .col-left input[type="email"] {
    min-width: 100%;
  }

  .wpcf7-form-control-wrap {
    flex: 0 0 100%;
  }

  footer {
    padding: 40px 30px;
  }

  footer .footer-title {
    font-size: 16px;
    padding-bottom: 20px;
    line-height: normal;
  }

  footer .col-left label {
    width: 40px;
  }

  footer .col-left,
  footer .col-mid {
    padding: 0px;
  }

  .cookies-message {
    flex-wrap: wrap;
  }

  .cookies-message span {
    text-align: center;
  }

  .cookies-message div {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .cookies-message .more-info {
    margin-top: 5px;
    padding-right: 10px;
  }

  .cookies-message .accept-cookies {
    margin-top: 5px;
  }
}

@media screen and (max-width: 359px) {
  footer .footer-title {
    font-size: 14px;
  }

  footer .col-left input[type="text"],
  footer .col-left input[type="email"] {
    max-width: 230px;
  }
}


@media screen and (max-width: 1366px) {
  .title {
    font-size: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 1279px) {
  .title {
    font-size: 28px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 980px) {
  body {
    font-size: 14px;
    line-height: 28px;
  }

  .title {
    font-size: 22px;
    padding-bottom: 30px;
  }

  .desktop {
    display: none !important;
  }

  .mobile {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .fn18 {
    font-size: 16px;
  }

  .primary-link {
    padding-top: 10px;

    a {
      font-size: 12px;
    }
  }
}

section.collapsible-section {
  max-width: 1140px;
  margin: 0 auto;
}

section.collapsible-section {
  max-width: 1140px;
  margin: 0 auto;
}

.accordion-heading h1,
.accordion-heading h2 {
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.accordion-heading h2:after,
.accordion-heading h1:after {
  content: '+';
  display: inline-block;
  font-size: 25px;
  line-height: 20px;
}

.accordion-heading.active h2:after,
.accordion-heading.active h1:after {
  content: '-';
}

.accordion-heading {
  cursor: pointer;
  margin-top: 20px;
}

div#accordion {
  margin-bottom: 30px;
}

.accordion-contents {
  display: none;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  padding: 12px 0;

}