/*=============== VARIABLES CSS ===============*/
:root {
  /*========== Colors ==========*/
  /*Color mode*/
  --blue-color: #0E343D;
  --heading-blue-color: #0E343D;
  --light-blue-color: #F5E7D6;
  --bgheading: #BECDCF;
  --how-it-work: linear-gradient(180deg, #EAF3FC 0%, #FFFFFF 100%);
  --white-color: #fff;
  --body-color: #fff;
  --menu-color: #2B2B2B;
  --heading-dark-color: #363007;
  --paragraph-color: #000000;
  --bg-lights: #F5E7D6;
}

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

body {
  font-family: "Marcellus", serif;
  background-color: var(--body-color);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--paragraph-color);

}

ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--paragraph-color);
}

a {
  text-decoration: none;
}

/*=============== HEADER ===============*/


.header-style-two.header-transparent {
  position: fixed;
  width: 100%;
  z-index: 5;
  padding: 10px 0px;
}

header.header-area.header-style-two.sticky-header {
  background: #fff;
  top: 0px;
}

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

.ul_li,
.ul_li_right,
.ul_li_center,
.ul_li_between {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.header-logo img {
  height: 65px;
}

.header-style-two .main-menu__wrap {
  margin-left: 24px;
}

.main-menu ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.main-menu ul li:not(:last-child) {
  margin-right: 2px;
}

.header-style-two .main-menu ul li {
  padding: 18px 0;
}

.header-style-two .main-menu ul li a {
  color: #0c111d;
}

.main-menu ul li.active>a,
.main-menu ul li:hover>a {
  color: #ac805d;
}

.main-menu ul li a {
  text-transform: uppercase;
  z-index: 3;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding: 2px 10px;
  position: relative;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 0.01em;
  color: #fff;
  transition: 0.3s;
  border-radius: 20px;
}

.main-menu ul li .submenu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  min-width: 240px;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  left: 0;
  padding: 0px 0;
  -webkit-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  z-index: 3;
  top: calc(100% + 10px);
  text-align: left;
  box-shadow: 0 0.5rem 1.875rem rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}

.main-menu ul li .submenu li:hover>a,
.main-menu ul li .submenu li.active>a {
  color: var(--blue-color);
}

.main-menu ul li {
  position: relative;
}

.main-menu ul li .submenu li a {
  padding: 8px 20px;
  display: block;
  margin: 0;
  font-size: 14px;
  text-transform: capitalize;
  letter-spacing: 0;
  color: var(--color-black);
  border-radius: 0;
  border-radius: 2px;
}

.main-menu ul li .submenu li {
  margin-right: 0;
  padding: 0 0px;
}

.main-menu ul li.menu-item-has-children:hover>.submenu {
  opacity: 1;
  visibility: visible;
  top: calc(100% + 0px);
}

.main-menu ul li.menu-item-has-children>a::after {
  content: "+";
  display: inline-block;
  padding-left: 6px;
}

.header-style-two .header-contact {
  margin-left: 0px;
}

.stricky.stricky-fixed {
  top: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  position: fixed;
  transition: 0.5s;
  background-color: #fff;
  box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
}

/*=============== DROPDOWN SUBMENU ===============*/
.img_border_radius img {
  border-radius: 12px;
}

.form_hero_box {
  background: var(--blue-color);
  padding: 20px 20px;
  border-radius: 15px;
}

.xb-header-menu.active+.xb-header-menu-backdrop {
  opacity: 1;
  visibility: visible;
}

.xb-header-menu-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  visibility: hidden;
}

.xb-header-menu.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0%);
  -khtml-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}

.xb-header-menu {
  position: fixed;
  height: 100vh;
  width: 300px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: 0;
  z-index: 1010;
  overflow: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translateX(-100%);
  -khtml-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  visibility: hidden;
  background-color: #fff;
  overflow-y: scroll;
}

.xb-header-menu-scroll {
  padding: 50px 25px 40px;
}

.xb-header-menu-scroll .xb-close {
  position: absolute;
  top: 0;
  right: 0;
}

.xb-menu-close {
  background-color: var(--light-blue-color);
  position: absolute;
  top: 0;
  right: 0;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}

.xb-close {
  background: var(--light-blue-color);
  border: 9px solid transparent;
  color: #777;
  width: 36px;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.xb-close::before {
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.xb-close::before,
.xb-close::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #1b1b1b;
}

.xb-close::after {
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.xb-close::before,
.xb-close::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #1b1b1b;
}

.xb-logo-mobile {
  margin-bottom: 20px;
}

.xb-logo-mobile img {
  width: 100%;
}

.xb-menu-primary {
  list-style: none;
  margin: 0;
  padding: 0;
}

.xb-header-menu-scroll .xb-menu-primary>li {
  padding-left: 0;
  padding-right: 0;
}

.xb-menu-primary li {
  position: relative;
}

.xb-menu-primary li a {
  display: block;
  line-height: 46px;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid var(--light-blue-color);
}

.xb-header-menu-scroll .xb-menu-primary>li .sub-menu,
.xb-header-menu-scroll .xb-menu-primary>li .children {
  padding-left: 15px;
}

.xb-menu-primary .sub-menu,
.xb-menu-primary .children {
  position: relative;
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

.side-menu a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.xb-nav-mobile {
  font-size: 26px;
  color: var(--blue-color);
}

.xb-menu-primary .sub-menu li a,
.xb-menu-primary .children li a {
  font-weight: 500;
  padding-left: 14px;
}

.xb-header-menu-scroll .xb-menu-primary>li .sub-menu a,
.xb-header-menu-scroll .xb-menu-primary>li .children a {
  padding-left: 0;
}

.xb-header.stricky.stricked-menu {
  display: none;
}

.xb-menu-toggle {
  position: absolute;
  top: 10px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  right: 0;
  width: 28px;
  cursor: pointer;
  font-size: 15px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: #1b1b1b;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: var(--light-blue-color);
  display: inline-block;
}

.xb-menu-toggle.active:before {
  content: "\f106";
}

.xb-menu-toggle:before {
  content: "\f107";
  font-weight: 400;
  font-family: "Font Awesome 5 Pro";
}


.header-top-bar p {
  margin-bottom: 0px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}

.header-top-bar {
  text-align: center;
  background: #AC805D;
  padding: 6px 0px;
  position: relative;
  z-index: 1;
}

.search-box {
  /* background: #fff; */
  border-radius: 5px;
  border: 1px solid #000;
  padding: 5px 10px;
  width: 140px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.search-box input:focus {
  outline: 0px;
}

.search-box input {
  border: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  background: transparent;
  /* width: auto; */
  padding-right: 14px;
  width: 100%;
}

.search-box button {
  background: transparent;
  border: 0px;
  position: absolute;
  right: 4px;
}

/*===============   Hero Section  ===============*/
.hero_section {
  padding-top: 200px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  position: relative;
}

.hero_section .swiper.thumb-slider .swiper-slide{

  overflow: hidden!important;

}

.hero_section:before {
  width: 30%;
  height: 100%;
  background: #F5E7D6;
  position: absolute;
  left: 0px;
  content: "";
  top: 0px;
}

.hero_section .container {
  position: relative;
  z-index: 2;
}

.hero_section:after {
  width: 30%;
  height: 100%;
  position: absolute;
  left: 30%;
  content: "";
  top: 0px;
  background-image: url('../img/hero_section.png');
  background-repeat: no-repeat;
}

.hero_section h2 {
  animation: main-slider-title 0.8s cubic-bezier(0.550, 0.085, 0.680, 0.530) reverse forwards;
  transition: all 0.3s linear 0s;
  writing-mode: tb;
  transform: scale(-1);
  font-size: clamp(2.5rem, 1.1704rem + 4.4414vw, 6.5rem);
  color: rgb(0 0 0 / 10%);
  text-transform: uppercase;
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 5%;
  z-index: 1;
}


.flex_swipers {
  display: flex;
  gap: 15px;
  align-items: center;
}

/* Thumb Slider */
.swiper.thumb-slider {
  width: 80px;
  /* fixed width */
  margin: 0px 30px 0px 20px;
}

.swiper.thumb-slider .swiper-slide {
  margin-bottom: 50px !important;
}

.swiper.thumb-slider .swiper-slide img {}

.swiper.thumb-slider .swiper-slide {
  height: 80px !important;
  width: 80px;
  cursor: pointer;

  transition: opacity 0.3s, transform 0.3s;
}

.swiper.thumb-slider .swiper-slide-thumb-active {
  opacity: 1;
  /* transform: scale(1.05); */
}

.swiper.thumb-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* keeps image ratio */
}

/* Main Slider */
.swiper.main-slider {
  flex: 1;
  /* take remaining space */
  height: 400px;
  /* match thumbnail height */
}

.swiper.main-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* image fits nicely */
  border-radius: 50% 0px 0px 0px;
  /* your custom corner radius */
}

.hero_secton_content p {
  color: #575757;
}

.hero_secton_content {
  padding-top: 50px;
}

.hero_secton_content h1 {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 38px;
  line-height: 45px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: #000000;
}

.hero_secton_content .wdt-button {
  margin-top: 15px;
}



/*===============   jewels-unique  ===============*/
.jewels_unique {
  padding: 70px 0px;
  text-align: center;
  background: #fff9f4;
  position: relative;
  overflow: hidden;
}

.jewelsunique_left {
  position: absolute;
  left: 0px;
  width: 20%;
  animation: floatLeft 6s ease-in-out infinite alternate;
  bottom: -20%;
}

.jewelsunique_right {
  position: absolute;
  right: 0px;
  width: 20%;
  bottom: 0;
  animation: floatRight 6s ease-in-out infinite alternate;

}

@keyframes floatLeft {
  0% {
    transform: translateY(0) translateX(0);
    opacity: 0.9;
  }

  50% {
    transform: translateY(-10px) translateX(10px);
    opacity: 1;
  }

  100% {
    transform: translateY(0) translateX(0);
    opacity: 0.9;
  }
}

@keyframes floatRight {
  0% {
    transform: translateY(0) translateX(0);
    opacity: 0.9;
  }

  50% {
    transform: translateY(-10px) translateX(-10px);
    opacity: 1;
  }

  100% {
    transform: translateY(0) translateX(0);
    opacity: 0.9;
  }
}

.jewels_unique .heading_parts {
  padding-bottom: 0px;
}

.jewels_unique .heading_parts h2 {
  text-transform: uppercase;
  font-size: 38px;
  font-weight: 500;
}

.jewels_unique .heading_parts img {
  width: clamp(3rem, 2.5429rem + 1.5267vw, 4.375rem);
  height: clamp(3rem, 2.5429rem + 1.5267vw, 4.375rem);
  margin: 5px clamp(0.625rem, 0.4172rem + 0.694vw, 1.25rem);
}

/*===============   categies_section  ===============*/
.categraires_section {
  padding: 70px 0px;
}

.product-gallery img {
  width: 100%;
  display: none;
  object-fit: cover;
}

.product-gallery img.active {
  display: block;
  /* show active image */
  transform: scale(1.05);
  /* little zoom-in when active */
}

.images-left-img {
  overflow: hidden;
}

.images-left-img img {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.images-left-img:hover img {
  transform: scale(1.1);
  /* zoom in on hover */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  /* optional shadow effect */
}

.product-menu li {
  cursor: pointer;
  position: relative;
}

/* Underline effect for all li except last child */
.product-menu li:not(:last-child):after {
  content: "";
  position: absolute;
  width: 0;
  left: 0;
  height: 0.1rem;
  background-color: #ac805d;
  bottom: -0.1rem;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}

/* Show underline on hover */
.product-menu li:not(:last-child):hover:after {
  width: 100%;
  visibility: visible;
  opacity: 1;
}


.product-menu li:not(:last-child) {
  border-bottom: 1px solid #C9C9C9;
}

.product-menu li a:hover {
  color: #ac805d;
}

.product-menu li a {
  text-decoration: none;
  font-weight: 400;
  font-size: 32px;
  line-height: 62px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: #000000;
  padding: 10px 0;
  display: block;
  text-align: center;
}

/*===============   Your Style  ===============*/
.prodcut_sections {
  background: var(--light-blue-color);
  padding: 70px 0px;
}

.prodcuts_images {
  display: grid;
  position: relative;
  overflow: hidden;
}

.prodcuts_images img {
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.prodcuts_images .secondary-image {
  opacity: 0;
  -webkit-transform: scale(1.1) skew(2deg);
  transform: scale(1.1) skew(2deg);
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: auto;

}

.prodcuts_images .wdt-button {
  position: absolute;
  width: calc(100% - 20px);
  bottom: 10px;
  left: 10px;
  opacity: 0;
  transition: all 0.35s ease;

}

.prodcuts_images .secondary-image {
  transition: all 0.35s ease;
}

.prodcut_boxes h2 {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: #000000;
  margin-top: 10px;
}

.prodcut_boxes:hover h2 {
  color: #ac805d;
  transition: all 0.35s ease;
}

.prodcut_boxes:hover .prodcuts_images .secondary-image {
  opacity: 1;
  transform: scale(1) skew(0deg);
}

.prodcut_boxes:hover .prodcuts_images .wdt-button {
  opacity: 1;
}

/*===============   Elegance ===============*/
.explore_section {
  padding: 70px 0px;
}

.explores_boxes {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 180px 25px 25px 25px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.explores_boxes::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  transform: skewX(-15deg) translateX(-120%);
  opacity: 1;
  -webkit-transition: none;
  transition: none;
  z-index: 0;
}

.explores_boxes:hover:after {
  transform: skewX(-15deg) translateX(120%);
  -webkit-transition: 1s ease transform;
  transition: 1s ease transform;
}

.explores_boxes h2 {
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 0.12em;
  text-transform: capitalize;
  color: #FFFFFF;
}

.wdt-button:hover {
  background: #ac805d;
}

.wdt-button {
  font-size: 16px;
  position: relative;
  padding: 8px 16px;
  font-weight: 500;
  line-height: 1;
  background-color: #000000;
  color: #fff;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  overflow: hidden;
  border: 1px solid transparent;
  transition: all 0.3s linear 0s;
  box-shadow: 0px 0px 30px rgba(255, 249, 244, 0.2);
  display: inline-block;
}

/* .wdt-button{
    content: "";
    display: inline !important;
    height: auto;
    pointer-events: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: auto;
    z-index: -1;
    -webkit-transition: inherit;
    transition: inherit;
} */
.wdt-button .wdt-button-text {
  display: inline-grid;
  align-content: center;
  text-align: left;
  gap: 10px;
  height: 100%;
}

.wdt-button .wdt-button-icon {
  display: inline-flex;
  line-height: 0;
  transition: all 0.3s linear 0s;
}

.wdt-button .wdt-button-icon span {
  align-items: center;
  position: relative;
  width: 25px;
  height: 25px;
  display: grid;
  color: #000000;
}

.wdt-button .wdt-button-icon {
  margin-left: 10px;
}

.wdt-button .wdt-button-icon span:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #ffffff;
  mix-blend-mode: screen;
  z-index: 1;
  border-radius: 50%;
  transform: perspective(0px) rotateZ(45deg) scale(1);
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1.5);
}

.wdt-button .wdt-button-icon span i {
  transform: translateX(0px) scale(1);
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1.5);
  font-size: 14px;
  color: #000;
  position: relative;
  z-index: 1;
}

.wdt-button:hover .wdt-button-icon span:before {
  border-radius: 50% 0 50%;
  transform: rotateZ(45deg) scale(2.6) translate(11px, -11px);
}

.wdt-button:hover .wdt-button-icon span i {
  transform: translateX(10px) scaleX(1.6);
}

/*===============  Testimonial ===============*/
.testimonial_section {
  padding: 70px 0px 70px;
  position: relative;
  background: var(--light-blue-color);
}



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

.box_testimnials {
  position: relative;
  padding: 25px;
  background: #fff;

  margin: 1px 1px 1px 1px;
}

.testimonial_section .swiper-slide {
  overflow: hidden;
}

.testimonial_section .swiper-slide:before {
  content: "";
  position: absolute;
  pointer-events: none;
  transition: all 0.3s linear 0s;
  z-index: -1;
  background: conic-gradient(transparent 50%, #ac805d 90%);
  animation: spinning-bg 2s linear infinite;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
}

.testimonial_section .swiper-slide:hover::before {
  opacity: 1;
}

@keyframes spinning-bg {
  from {
    transform: scale(2) rotate(.5turn);
  }

  to {
    transform: scale(2) rotate(1.5turn);
  }
}

.wdt_rating {
  display: inline-flex;
  list-style: none;
  margin: 0 -2px;
  padding: 0;
  vertical-align: top;
  margin-bottom: 10px;
}

.wdt_rating li {
  display: inline-flex;
  margin: 2px;
}

.wdt_rating span {
  font-size: 14px;
  color: #EEA81F;
}

.box_testimnials:hover .quotes-icons {
  transform: translateY(-20px);
}

.quotes-icons {
  text-align: right;
  color: rgb(170 170 170 / 30%);
  transform: translateY(0px);
  transition: all 0.3s linear 0s;

}

.quotes-icons svg {
  fill: currentColor;
  width: 60px;
  height: 60px;
}

.testi_content_group {
  display: inline-flex;
  align-items: start;
  justify-content: flex-start;
}

.testi_image {
  border: 1px solid #aaaaaa;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  overflow: hidden;
  margin-right: 20px;
}

.testi_image img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: 1;
}

.testi_content_group h2 {
  font-size: 20px;
  margin-bottom: 14px;
}

.testi_content_group p {
  margin-bottom: 0px;
  line-height: 1.875;
  margin-top: 10px;
}

.testi_content_group p span {
  color: #585858;
}

.testi_content_title {
  position: relative;
}

.testi_content_title:before {
  content: "";
  position: absolute;
  justify-content: center;
  align-items: center;
  z-index: 0;
  left: -70%;
  width: 700px;
  right: 0px;
  bottom: 32px;
  margin: 0;
  background-color: rgb(170 170 170 / 50%);
  height: .8px;
}

/*=============== Our App ===============*/
.download_section {
  padding: 70px 0px 0px;
  text-align: center;
}

.our_app {
  background-image: url('../img/bg-our-app.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.heading_parts span {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.heading_parts h2 {
  font-size: 38px;
  font-weight: 500;
  line-height: 1.33;
  color: var(--paragraph-color);

}

.heading_parts {
  padding-bottom: 30px;
}

.app_icons {
  margin-bottom: 30px;
}

.app_icons img {
  height: 50px;
  border-radius: 100px;
}

.app_img {
  width: 60%;
}

/*=============== Footer ===============*/
footer {
  background: var(--blue-color);
  padding: 50px 0px 0px;
}

.footer_logo img {
  height: 50px;
  margin-bottom: 20px;

}

.footer_logo p {
  color: var(--white-color);
  margin-bottom: 20px;
}

.social_media_icons {
  display: flex;
  align-items: center;
  gap: 25px;
}

.social_media_icons a:hover {
  margin-top: 5px;
  transition: 0.6s;
  color: #ac805d;

}

.social_media_icons a {
  color: var(--white-color);
  transition: 0.6s;

}

.usefull_links h2 {
  font-size: 22px;
  color: var(--white-color);
  margin-bottom: 22px;
}

.usefull_links ul li:not(:last-child) {
  margin-bottom: 15px;
}

.usefull_links ul li a {
  transition: 0.6s;
}

.usefull_links ul li a:hover {
  margin-left: 5px;
  transition: 0.6s;
  color: #ac805d;
}

.newletters_add h2 {
  text-transform: uppercase;
  font-size: 14px;
  color: var(--white-color);
  letter-spacing: 3px;
  margin-bottom: 5px;
}

.usefull_links li a {
  font-size: 16px;
  color: var(--white-color);
}

.join_today p {
  color: var(--white-color);
  font-size: 35px;
  margin-bottom: 10px;
}

.subm-join-links {
  display: flex;
  align-items: center;
  border: 1px solid rgb(255 255 255 / 65%);
  border-radius: 100px;
  padding: 2px 2px;
  justify-content: space-between;
  margin-bottom: 15px;
}

.subm-join-links button {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: var(--white-color);
  border: 0px;
  border-radius: 100px;

}

.subm-join-links button img {
  width: 20px;
}

.subm-join-links input {
  background: transparent;
  border: 0px;
  padding: 6px 20px;
  width: calc(100% - 50px);
  color: var(--white-color);
}

.subm-join-links input:focus {
  outline: none;
  border: 0px;
}

input.wdt-terms-and-conditions {
  width: 18px;
  background-color: transparent;
  border: 0px;
  height: 18px;
}

.custom-checkbox a {
  color: var(--white-color);
  font-size: 16px;
  font-weight: 500;
  margin-left: 3px;

}

.custom-checkbox {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: var(--white-color);
  font-size: 16px;
  font-weight: 500;
}

.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  height: 18px;
  width: 18px;
  border: 1px solid var(--white-color);
  /* theme color */
  border-radius: 0px;
  margin-right: 8px;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease;
}

.custom-checkbox input:checked~.checkmark {
  background-color: transparent;
  border-color: var(--white-color);
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-checkbox input:checked~.checkmark:after {
  display: block;
}

.custom-checkbox .checkmark:after {
  left: 7px;
  top: 3px;
  width: 4px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.copyrights_sec {
  padding: 25px 0px;
  margin-top: 50px;
  border-top: 1px solid var(--white-color);
  text-align: center;
}

.copyrights_sec a,
.copyrights_sec p {
  color: var(--white-color);
  margin-bottom: 0px;
}

/*=============== breadcrumb Section ===============*/

.main-title-section-wrapper::before {
  background-image: url('../img/breadcrumb-bg.png');
  background-attachment: inherit;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;

}

.main-title-section-wrapper h1 {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 38px;
  line-height: 45px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: #000000;
  text-align: center;
}


.main-title-section-wrapper {
  padding: 180px 0 100px;
  text-align: center;
  position: relative;
  background-color: rgba(245, 231, 214, 1);
}

.main-title-section-wrapper .breadcrumb-default-delimiter:before {
  content: "";
  background-color: currentColor;
  display: inline-block;
  height: 14px;
  opacity: 0.45;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 1px;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}

.breadcrumb a {
  color: #000;
}

.breadcrumb {
  justify-content: center;
}

.breadcrumb span:not(.current) {
  display: inline-block;
  margin: 0px 12px;
  padding: 0;
}

.breadcrumb span.current {
  color: #585858;
}

.content_normal {
  padding: 70px 0px;
}

.main-title-section-wrapper .container {
  position: relative;
  z-index: 1;
}

.content_normal h2 {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 25px;
  line-height: 45px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: #000000;
  padding-top: 10px;
}

td,
th {
  font-weight: 400;
  font-size: 16px;
  padding: 8px 10px;
  border: 1px solid rgb(128 128 128 / 15%);
}

.products_details {
  padding: 70px 0px;
}

.products_details h2 {
  font-size: 32px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.33;
  color: var(--paragraph-color);
}

.products_details h3 {
  font-size: 22px;
  font-weight: 500;
  text-transform: capitalize;
  padding-top: 10px;
  color: var(--paragraph-color);
  width: fit-content;
  border-bottom: 1px solid #000;
  margin-bottom: 14px;
}

.products_details .swiper.thumb-slider {
  width: auto;
  align-items: flex-start;
  margin: 10px 0px 0px 0px;
}

.products_details .flex_swipers {
  display: block;
}

.products_details .swiper.thumb-slider .swiper-slide img {
  border-radius: 6px;

}

.products_details .swiper.thumb-slider .swiper-slide-thumb-active {
  transform: unset;
  border: 1px solid #ac805d;
  border-radius: 6px;

}

.products_details .swiper.main-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.products_details .swiper-button-next,
.products_details .swiper-button-prev {
  width: 40px;
  height: 40px;
  z-index: 10;
  border-radius: 100px;
  color: #fff;
  background: #ac805d;
}

.products_details .swiper-button-next:after,
.products_details .swiper-button-prev:after {
  font-size: 20px;
}

.modal-content {
  border-radius: 0px;
  background: #f4f0ec;
}

.modal-header h3, .working_time h3 {
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--paragraph-color);
}

.modal-content label {
  font-size: 14px;
  margin-bottom: 4px;
  line-height: normal;
}

.modal-content .form-control:focus {
  outline: none;
  border: 1px solid #000;
  box-shadow: none;
}

.About_us_section {
  padding: 70px 0px;
}

.img_about_us svg {
  width: 480px;
}

.img_about_us svg path {
  fill: #00000000;
  stroke: #00000000;
}

.img_about_us svg text {
  font-size: 18px;
  color: #fff;
}

.img_about_us svg textPath {
  font-size: 18px;
  color: #fff;
}

.img_about_us img {
  width: 100%;
}

.img_about_us {
  position: relative;
  border-radius: 300px 300px 0px 0px;
  overflow: hidden;
}

.border_lines {
  /* margin: 30px 0px 0px 0px; */
  padding: 0px 0px 0px 0px;
  border-radius: 300px 300px 0px 0px;
  border-style: solid;
  border-width: 0px 1px 1px 1px;
  border-color: #FFFFFF;
  position: absolute;
  bottom: 30px;
  z-index: 1;
  width: calc(100% - 30px);
  height: calc(100% - 60px);
  left: 15px;
  right: 15px;
  top: 30px;
}

.signatrue_styles img {
  width: 150px !important;
  height: auto !important;
}

.whatsapp-footer {
  align-items: center;
  border-radius: 50px;
  bottom: 10px;
  color: #fff;
  display: flex;
  justify-content: center;
  position: fixed;
  right: 10px;
  text-align: center;
  width: 50px;
  z-index: 100;
}

.whatsapp-footer img {
  width: 50px;
  height: auto;
}

.signatrue_styles {
  margin-top: 30px;
}

.signatrue_styles h3 {
  font-size: 20px;
}
.mapsecitons {
  padding: 50px 0px 20px;
}
.contact_forms .form-control:focus {
  outline: none;
  border: 0px solid #000;
  box-shadow: none;
  border-bottom: 1px solid #000;

}
.contact_forms .form-control{
  border: 0px;
  border-bottom: 1px solid #ac805d;
  border-radius: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.Contact_details_page {
  padding: 70px 0px 30px;
}
.Contact_details_page li{
  display: flex;
  gap: 10px;
  align-items: baseline;
  margin-bottom: 10px;

}
.Contact_details_page li i{
  position: relative;
  top: 3px;
}
.Contact_details_page li a:hover{
  color: #ac805d;
}
.Contact_details_page li a{
  color: #000;
}


.hero_section_inner {
width: calc(100% - 150px);
}



.swiper-thumbs .swiper-slide img{

height: 150px!important;

}

.details-main-slider .swiper-slide img{

  width: 100%!important;

}


.swiper-thumbs{ margin-top: 15px!important;}