@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');

@font-face {
  font-family: en_bold;
  src: url("../fonts/cavolini_condbold.woff2");
}
@font-face {
  font-family: en_reg;
  src: url("../fonts/Cambria-Font-For-Windows.ttf");
}


:root {
  --unnamed-color-efebe6: #EFEBE6;
  --unnamed-color-e6dbd3: #E6DBD3;
  --unnamed-color-765241: #765241;
  --unnamed-color-8a746f: #8A746F;
  --unnamed-color-d5c2b7: #D5C2B7;
  --unnamed-color-f3f0eb00: #F3F0EB00;
  --transition: all 500ms ease;
}

* {
  padding: 0px;
  margin: 0px;
  outline: none;
  box-sizing: border-box;
  text-decoration: none !important;
  border: none;
}

body,
html {
  overflow-x: hidden !important;
}

body {
  font-family: "en_reg", cursive !important;
  background: #f3f0eb !important;
  position: relative;
}
h1,
h4,
h5,
h2,
h3,
h1 span,
h4 span,
h5 span,
h2 span,
h3 span {
   font-weight: bold;
  font-family: "en_bold", cursive  !important;
}
a {
  text-decoration: none;
  color: initial;
}
div#ib7mpu span , #iiuc61 , #inik44 p , #inik44 , .card_vision    {
    color: var(--unnamed-color-8a746f) !important;
    padding-bottom:15px;
}
.about p {
    color: var(--unnamed-color-8a746f);
 }
::selection {
  color: var(--unnamed-color-765241);
  background: var(--unnamed-color-d5c2b7) !important;
}

::-webkit-scrollbar-thumb {
  width: 100%;
  border-radius: 0.25rem;
  background: var(--unnamed-color-765241);
}

::-webkit-scrollbar {
  width: 0.5rem;
  background: var(--unnamed-color-efebe6) !important;
}

ul {
  list-style: none;
}

h1,
h4,
h5,
h2,
a,
h3,
h1 span,
h4 span,
h5 span,
h2 span,
h3 span {
  line-height: 1.1;
}

a {
  color: inherit !important;
  transition: var(--transition);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
address,
ul,
label,
li {
  padding: 0;
  margin: 0px !important;
  line-height: normal !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
  text-transform: capitalize;
}


/* ================================ */



.nav_mobile {
  display: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}

.y i {
  font-size: 20px;
  color: var(--unnamed-color-765241) !important;
}

.nav_mobile .logo-img img {
  position: unset;
}

.lang a , .lang {
  font-family: "Cairo", sans-serif !important;
}

.offcanvas {
  background: #e6dbd3;
}

div#offcanvasExample2 {
  border-radius: 0 42px 42px 0;
  box-shadow: 0px 0px 35px #76524130;
  position: absolute;
  margin-left: -10px;
  height: 100%;
  min-height: 800px;
  border-color: transparent;
  /* overflow: hidden; */
}
/* .btn-close  {
  filter: invert(1);
} */
.offcanvas-body .btn-nav-empty {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
}

.offcanvas-header {
  padding: 30px;
}

.offcanvas_body_direction .lang-nav p {
  font-size: 16px;
}

.offcanvas_body_direction .lang-nav {
  background: transparent;
}

.offcanvas-body .offcanvas_body_direction {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  color: #8A746F;
  gap: 20px;
  font-size: 16px;
}
.offcanvas-body li {
  list-style: none;
}

.offcanvas-body .offcanvas_body_direction a {
  font-weight: 700;
}

.offcanvas-body {
  padding: 50px 30px;
}

.offcanvas-body .lang_gap_search {
  margin-left: 0;
  font-size: 14px;
}

/* h2 span {
 } */
.offcanvas_body_direction h6.lang {
  color: #8A746F;
  font-weight: bold;
}

.ctn-preloader {
  -webkit-box-align: center;
  align-items: center;
  cursor: none;
  display: -webkit-box;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  transition-delay: 1s;
  z-index: 999;
}

.ctn-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

.ctn-preloader .loader-section {
  background:  #f3f0eb   ;
  height: 100%;
  position: fixed;
  top: 0;
  -webkit-transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2);
  transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2);
  width: calc(50% + 1px);
}

.ctn-preloader.loaded {
  cursor: auto !important;
  visibility: hidden;
  z-index: 0;
}
table {
  width: 100%;
}
.ctn-preloader .loader-section.section-left {
  left: 0;
}

.ctn-preloader .loader-section.section-right {
  right: 0;
}

.loaded .animation-preloader {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.loaded .loader-section.section-left {
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
  -webkit-transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2);
  transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2);
}

.loaded .loader-section.section-right {
  -webkit-transform: translateX(101%);
  transform: translateX(101%);
  -webkit-transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2);
  transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2);
}

#myDiv {
  display: none;
  z-index: 9999;
  position: relative;
  width: 100%;
  height: 100%;
}

/* ====================== */

.cursor-inner {
  margin-left: 0;
  margin-top: 0;
  width: 10px;
  height: 10px;
  z-index: 10000001;
  background-color: var(--unnamed-color-765241);
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
  margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
  margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
  margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -40px;
  margin-top: -40px;
  width: 100px;
  height: 100px;
  background-color: var(--unnamed-color-765241);
  opacity: 0.3;
}

.cursor-outer {
  margin-left: -25px;
  margin-top: -25px;
  width: 60px;
  height: 60px;
  border: 1px solid  var(--unnamed-color-765241);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  -webkit-transition: all 0.08s ease-out;
  -o-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}

.cursor-outer.cursor-hover {
  opacity: 0;
}

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

/* ===================================== =============================== */

/* ===================================== =============================== */

.overlay {
  position: fixed;
  width: 100%;
  z-index: 9999;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  background-color: #efebe661;
  backdrop-filter: blur(14px);
}

.popup {
  position: absolute;
  width: 400px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.popup__h2 {
  text-align: center;
}

.close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 23px;
  height: 23px;
  cursor: pointer;
}

.close-popup:before {
  content: "";
  background-color: #fff;
  position: absolute;
  height: 1px;
  width: 20px;
  top: 11px;
  left: -4px;
  transform: rotate(-45deg);
}

.close-popup:after {
  content: "";
  background-color: #fff;
  position: absolute;
  height: 1px;
  width: 20px;
  top: 11px;
  transform: rotate(45deg);
  left: -4px;
}

/*  */
.searchBox-nav {
  display: flex;
  /* max-width: 100%; */
  width: 100%;

  align-items: center;
  justify-content: space-between;
  gap: 8px;
  background: #707070b9;
  border-radius: 50px;
  position: relative;
}

.searchButton-nav {
  color: #fff;
  position: absolute;
  right: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--unnamed-color-765241) !important;
  border: 0;
  display: inline-block;
  transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

/*hover effect*/
.searchButton-nav:hover {
  color: #fff;
  background-color: #1a1a1a;
  box-shadow: rgba(61, 61, 61, 0.151) 0 10px 20px;
  transform: translateY(-3px);
}

/*button pressing effect*/
.searchButton-nav:active {
  box-shadow: none;
  transform: translateY(0);
}

.searchInput-nav {
  border: none;
  outline: none;
  color: white;
  font-size: 15px;
  width: 100%;
  padding: 24px 26px 24px 26px;
  background: #F3F0EB 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 35px #76524112;
  border-radius: 41px;
}
@media (max-width: 440px) {
  .searchBox-nav {
    width: 300px;
    margin: auto;
    margin-left: 34px;
  }
}

@media (max-width: 328px) {
  .searchBox-nav {
    width: 250px;
    margin: auto;
    margin-left: 34px;
  }
}

.colse-icon {
  position: absolute;
  top: 32px;
  right: 46px;
  font-size: 30px;
  color: var(--unnamed-color-765241) !important;
}

/* ----------------------------------------------------------------------- */



.contactus textarea#textarea {
  height: 163px;
}



.inout-icon-div {
  position: relative;
  padding-bottom: 30px;
}

.div-flex-co {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-bottom: 40px;
}



.contact {
  position: relative;
}

.contact .buttom_fill {
  margin-top: 40px;
}



.progress {
  position: relative;
  height: 5px !important;
  background: var(--brn);
  top: 0;
  left: 0;
  transition: all linear 0.1s;
  min-width: 0%;
  z-index: 99;
}

.header-progress-par {
  position: fixed;
  top: 0;
  left: 0;
  height: 5px;
  background: #e6dede !important;
  z-index: 99;
  width: 100%;
}

.form-contact-home h2 {
  font-size: 20px !important;
}

/* ----------------------------------------------------------------------- */
img.line_ser {
  width: 121%;
  position: absolute;
  top: 0;
  left: 50%;
  height: 262px;
  z-index: -1;
  transform: translateX(-50%);
}
.services {
  position: relative;
  z-index: 1;
}

.flex_center .h6 {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--unnamed-color-8a746f);
}

.flex_center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  max-width: 851px;
  margin: auto;
  width: fit-content;
}

.flex_center h2 {
  text-align: center;
  color: var(--unnamed-color-765241);
}

.flex_center p,
.flex_center .h6 {
  text-align: center;
}

.hero_img img {
  width: 100%;
  height: auto;
}

.div_line img {
  padding-top: 70px;

}
.hero_owlCarousel .owl-item {
    background: #f3f0eb;
}
.hero h2 {
  /* line-height: 1.5 !important; */
  font-size: 72px;
  color: #765241;
}

.hero h2 span {
  color: var(--unnamed-color-8a746f);
}
.payment_method a:first-child:hover {
    background: #f2f2f2;
}
.offer {
    width: 143px;
    height: 143px;
    background: #F3EFEC;
    border-radius: 50%;
    position: absolute;
    bottom: 65px;
    z-index: 2;
    padding: 5px;
    left: -34px;
    transition: var(--transition);
}
.offer:hover {
  transform: scale(1.1);
}
.offer h4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 14px;
  color: var(--unnamed-color-d5c2b7);
  gap: 7px;
}

.offer h4 span {
  color: var(--unnamed-color-765241);
  font-size: 32px;
}

.offer div {
  background: #F3EFEC;
  border: 2px solid #765241;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.hero h3 {
  color: var(--unnamed-color-765241);
  font-size: 32px;
  padding-bottom: 30px;
}

.hero_img {
  width: fit-content;
  margin: auto;
  position: relative;
  z-index: 1;
}

.hero p {
  font-size: 14px;
  padding-bottom: 30px;
  color: var(--unnamed-color-8a746f);
}

.div_line {
  height: 171px;
  position: relative;
}

.hero {
  position: relative;
  padding: 50px 0 ;
}

.pt_24 {
  margin-top: 24px !important;
}

img.two_line {
  position: absolute;
  left: 0;
  top: 109%;
  transform: translateY(-50%);
  max-width: 800px;
  z-index: -1;
  width: 147% !important;
}

.p {
  font-size: 14px;
  color: var(--unnamed-color-8a746f);
  line-height: 1.5 !important;
}

img.hero2 {
  position: absolute;
  width: auto;
  height: auto;
  z-index: -1;
  right: -185px;
}

img.hero1 {
  position: absolute;
  width: auto;
  height: auto;
  z-index: -1;
  left: -85px;
  max-width: 300px;
}
img.hero_img.w-100 {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: auto;
}

.h2 {
  font-size: 56px;
  color: var(--unnamed-color-765241);
  line-height: 1.2 !important;
}

h2.h2 {
  font-size: 48px;
  color: var(--unnamed-color-765241);
  line-height: 1.2 !important;
  font-weight: bold;
}

.h2 span {
  color: var(--unnamed-color-8a746f);
}

.card_ser {
  min-height: 513px;
  background: #F3F0EB;
  box-shadow: 12px 12px 35px #76524112;
  border-radius: 20px;
  padding: 15px;
  padding-bottom: 20px;
  border: 2px solid transparent;
  position: relative;
  z-index: 1;
  transition: var(--transition);
  width: 100%;
  height: 100%;
  display: block;
}

.card_ser:hover {
  /* box-shadow: 12px 12px 35px #76524129; */
  border: 2px solid #765241;
}
.col-md-6.p_t {
  padding-top: 60px;
}
.card_ser .img {
  height: 240px;
  border-radius: 20px;
  width: 100%;
  object-fit: cover;
}

.card_ser .icon img {
  width: auto !important;
  max-width: 70%;
  height: auto;
}

.card_ser .icon {
  width: 119px;
  height: 119px;
  background: #F3F0EB;
  opacity: 1;
  border-radius: 50%;
  margin-top: -73px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 5px -1px 0 1px #765241;
  margin-left: -58px;
  transition: var(--transition);
}


.card_ser h3.h2 {
  font-size: 32px;
  color: #765241;
  padding-bottom: 15px;
}
.owl-theme .owl-nav {
  z-index: -1;
}
.card_ser .cunmber {
  width: 69px;
  height: 66px;
  font-size: 81px;
  color: #d5c2b7;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
  margin: -10px;
}

.owl-carousel.owl_carousel .owl-stage {
  padding: 50px 0;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px !important;
  background: #ded0c7 !important;
  transition: var(--transition) !important;
}

.owl-theme .owl-dots .owl-dot.active span {
  width: 15px !important;
  height: 10px;
  margin: 5px !important;
  background: var(--unnamed-color-765241) !important;
}

button.owl-next.disabled,
button.owl-prev.disabled {
  background: transparent !important;
  color: #765241 !important;
  border: 2px solid #765241 !important;
}

button.owl-next,
button.owl-prev {
  width: 50px;
  height: 50px;
  background: #765241 !important;
  border-radius: 50% !important;
  font-size: 14px !important;
  color: #fff !important;
  opacity: 1 !important;
}

.owl-nav {
  position: absolute;
  width: 119%;
  z-index: 0;
  top: 50%;
  left: 50%;
  display: flex !important;
  transform: translate(-50%, -50%);
  align-items: center;
  justify-content: space-between;
}

/* .services .owl-stage-outer {
  padding-left: 10px;
} */

.card_Special {
  background: #E6DBD3;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
  border: 2px solid transparent;
  gap: 15px;
}
.card_Special:hover {
  border: 2px solid var(--unnamed-color-765241);
}



.card_Special  .buttom_fill   {
  height: 30px;
}

.card_Special h3 {
  font-size: 22px;
  color: var(--unnamed-color-765241);
  text-align: center;
  transition: var(--transition);
}

.card_Special p {
  color: #8A746F;
  text-align: center;
}



.star_i {
  gap: 10px;
  width: 80px;
  height: 30px;
  color: #765241;
  background: #F3F0EB;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  margin-top: 15px !important;
}


.card_Special .img img {
  height: 100%;
  width: 100%;
  box-shadow: 0px 4px 0 1px #765241;
  border-radius: 50%;
}

.card_Special .img {
  width: 203px;
  height: 203px;
  margin-top: -120px;
}

.Special {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}

.owl_carousel2 .owl-stage-outer {
  padding-top: 120px;
  padding-bottom: 50px;
}

img.ball {
  position: absolute;
  left: 0;
  top: -27px;
  width: auto;
  height: auto;
  max-width: 105px;
}

img.Real_img1 {
  height: 343px;
  border-radius: 10px;
  width: 100%;
  object-fit: cover;
}

img.Real_img2 {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  max-height: 488px;
}

img.Real_img3 {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  height: 343px;
}

.RealWedding .img_r {
  gap: 24px;
}

.img_center {
  gap: 24px;
  width: 100%;
}

.img_center .Real_img2 {
  height: 296px;
}

.img_center .Real_img1 {
  height: 646px;
  border-radius: 195px 195px 0px 0px;
}

.RealWedding .h2 {
  font-size: 62px;
  text-align: center;
}

.expolor_more {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 100%;
  padding: 20px;
  max-height: 488px;
  border-radius: 10px;
  font-size: 42px;
  background-color: #765241;
  background-image: url("../img/leav.png");
  background-repeat: no-repeat;
  background-size: cover;
  color: #F3F0EB !important;
  text-align: center;
  text-transform: capitalize;
}

.img_real .hover_img {
  padding: 60px 30px 30px;
  position: absolute;
  bottom: -150px;
  width: 100%;
  left: 0;
  font-size: 22px;
  transition: var(--transition);
  color: #F3F0EB;
  background: linear-gradient(0deg, #49342a, transparent);
}

.img_real {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px !important;
  transition: var(--transition);
  display: block;
}
.img_real:hover .hover_img {
  bottom: 0;
}

.img_real:hover {
  box-shadow: 12px 12px 35px #9F857F4D;

}
a.img_real.img_real_kerf img.Real_img1 {
  height: 100%;
}
.img_center_2 .img_real:hover {
  box-shadow: none;
}
.img_real_kerf.img_real:hover {
  box-shadow: none !important;
}
.real_kerf {
  margin-top: -150px !important;
}
.flex_bet {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
  align-items: center;
}
.card_packages {
    background: #E6DBD3;
    border-radius: 20px;
    padding: 50px;
    transition: var(--transition);
    border: 2px solid transparent;
    height: 95%;
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
}

.card_packages:hover {
  background: #F3F0EB;
  box-shadow: 12px 12px 35px #7652414D;
  border: 2px solid #765241;
  border-radius: 20px;
}

.card_packages h3 {
  color: var(--unnamed-color-765241);
  text-align: left;
  font-size: 32px;
  text-transform: capitalize;
  text-align: center;
}

.contact_icon {
  background: #E6DBD3;
  padding: 25px 0;
}

.card_packages p {
  font-size: 18px;
  padding-top: 15px;
  padding-bottom: 30px;
  color: #765241;
  text-align: center;
  text-transform: capitalize;
}

.ul_card_packages {
  font-size: 14px;
  color: #8A746F;
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
  flex-direction: column;
   gap: 10px;
}
.div_dropdown_filter .search span {
    width: 100%;
    position: relative;
}
.div_dropdown_filter .search {
  
     flex-direction: unset; 
 
}
.ul_card_packages li {
  align-items: center;
  display: flex;
  gap: 10px;

}

.card_packages h2 span {
  font-size: 14px;
  color: #8A746F;
  padding-left: 10px;
}

.card_packages h2 {
  font-size: 32px;
  color: #765241;
  text-transform: capitalize;
  padding-bottom: 30px;
  text-align: center;
}

.card_packages a {
  width: 100%;
}

.ul_card_packages .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #e6dede;
  background: var(--unnamed-color-765241);
  border-radius: 50%;
  width: 25px;
  height: 25px;
  min-width: 25px;
}

.contact_icon {
  margin-top: 100px;
}

.contact_icon .icon {
  width: 40px;
  height: 40px;
  background: #F3F0EB;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  transition: var(--transition);
  border-radius: 50%;
  color: var(--unnamed-color-8a746f) !important;
  min-width: 40px;
}

.contact_icon .icon:hover {
  color: #F3F0EB !important;
  background: var(--unnamed-color-8a746f);
  transform: scale(1.1);
}

.icon_tag .i {
  width: 35px;
  height: 35px;
  background: var(--unnamed-color-e6dbd3);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: var(--transition);
  border-radius: 50%;
  min-width: 35px;
  text-transform: capitalize;
  font-size: 14px;
  color: #765241 !important;
}

.icon_tag .i img {
  max-width: 42%;
}

.tingle-modal-box__content {
  padding: 0 !important;
}

a.hover_img_real {
  width: fit-content;
}

.tingle-modal-box {
  border-radius: 20px !important;

  background: #F3F0EB !important;

}

.modal_fle2 h2 {
  font-size: 32px;
  padding-bottom: 20px;
}

.icon_tag {
  display: flex;
  gap: 12px;
  font-size: 18px;
  align-items: center;
  color: #765241 !important;
}

.icon_tag:hover .i {
  transform: scale(1.1);
}

.RealWedding_page .icon_tag .i img {
  filter: invert(401) hue-rotate(1550deg) sepia(1) sepia(1) sepia(1) grayscale(1);
}

.RealWedding_page .hover_img {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 30px;
}

.RealWedding_page .hover_img h4 {
  color: #F3F0EB;
  font-size: 22px;
}

.RealWedding_page .hover_img .i {
  background: var(--unnamed-color-765241);
  width: 45px;
  height: 45px;
}

.RealWedding_page .img_real .hover_img {

  bottom: 0;
  opacity: 0;
  pointer-events: none;
}

.RealWedding_page .img_real:hover .hover_img {
  opacity: 1;
  pointer-events: visible;
}

.contact_icon p {
  color: #765241 !important;
  text-transform: capitalize;
  font-size: 14px;
}

.singleRealWedding {
  background: #F3F0EB;
  box-shadow: 0px 0px 35px #76524112;
  border-radius: 40px;
  padding: 30px;
}

.PricingLists {
  padding-top: 100px;
  position: relative;
}

.card_packages {
  margin-bottom: 24px;
}

.w_d {
  width: fit-content;
  margin-left: auto;
}

img.re_s {
  position: absolute;
  right: 0;
  width: auto;
  height: auto;
  max-width: 150px;
  z-index: -1;
  bottom: 0;
}

img.resa1 {
  position: absolute;
  right: 0;
  width: auto;
  height: auto;
  max-width: 200px;
  z-index: -1;
  top: 0;
}

.RealWedding {
  position: relative;
  z-index: 1;
}

.hero_not_home {
  position: relative;
  z-index: 99;
  height: 619px;
  background: url("../img/back_not_home.png") no-repeat;
  background-size: 100% 100%;
  text-transform: capitalize;
  margin-bottom: 100px;
}

img.hero_dots {
  position: absolute;
  top: 168px;
  left: 0px;
  width: auto;
  height: auto;
  max-width: 86px;
  z-index: -1;
}

img.hero2 {
  position: absolute;
  width: auto;
  height: auto;
  z-index: -1;
  right: -53px;
  top: 121px;
  max-width: 165px;
}

.hero_not_home .title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  gap: 10px;
  flex-direction: column;
}

.hero_not_home .title .Path1 {
  width: 158px;
  height: 50px;
}

.hero_not_home p {
  font-size: 18px;
  color: var(--unnamed-color-765241);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding-top: 20px;
}

.hero_not_home p span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.hero_not_home p .active {
  font-weight: bold;

}

.hero_not_home .title h2 {
  text-align: center;
  font-size: 62px;
  color: #765241;
}

.abot_img_page {
  width: fit-content;
  margin: auto;
  position: relative;
  z-index: 1;
}

.abot_img_page::before {
  position: absolute;
  z-index: -1;
  content: "";
  border: 2px solid var(--unnamed-color-765241);
  border-radius: 195px 195px 0px 0px;
  width: 100%;
  height: 100%;
  right: -25px;
  top: -25px;
}

.abot_img_page img {
  width: 100%;
  height: 100%;
  border-radius: 195px 195px 0px 0px;
}

.fixed-icon-wats {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 7%;
  right: 5%;
  z-index: 88;
  border-radius: 50%;
  box-shadow: #61493e29 0px 10px 36px 0px;
  background: var(--unnamed-color-765241);
  animation: MoveUpDown 4s ease-in-out infinite;
}

.fixed-icon-wats i {
  font-size: 37px;
  color: #fff;
}

@keyframes MoveUpDown {
  0% {
    transform: translateY(10px);
  }

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

  100% {
    transform: translateY(10px);
  }
}

.about p {
  padding-top: 35px;
}

.card_vision .h2 {
  font-size: 42px;
    padding-bottom: 15px;
}

img.two_line2 {
  width: auto;
  margin-left: auto;
  display: block;
  height: auto;
}

.card_vision {
  background: #F3F0EB;
  box-shadow: 12px 12px 35px #76524129;
  border-radius: 20px;
  padding: 50px;
  padding-bottom: 70px;
  text-align: center;
  /*display: flex;*/
  /*flex-direction: column;*/
  /*align-items: center;*/
  /*gap: 12px;*/
}

.card_vision p {
  text-align: center;
}

.abot_Vision {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

img.Vision2 {
  width: auto;
  height: auto;
  max-width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
button.w-100.bg-primary.text-center.rounded-pill.fs-2.py-5 {
    color: #fff;
    margin-top: 30px;
}

.about_Vision {
  padding-top: 50px;
}

.p_t {
  padding-top: 77px;
}


.card_about_page {
  background: #F3F0EB;
  box-shadow: 0px 12px 35px #76524112;
  border-radius: 20px;
  padding: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin-top: 24px;
  transition: var(--transition);
  min-height: 342px;
}

.card_about_page p {
  text-align: center;
}

.card_about_page h2 {
  font-size: 32px;
  text-align: center;
}

.card_about_page img {
  width: auto;
  height: auto;
  max-width: 100px;
}


.card_about_page:hover {
  background: #E6DBD3;
  box-shadow: 0px 12px 35px #76524112;
  transform: translateY(-10px);
}




.ser .card_ser {
  margin-bottom: 0;
}


.ser .row .col-md-4 {
  padding-left: 48px;
  padding-bottom: 48px;
}



.pagination_item {
  margin-top: 50px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.pagination {
  display: flex !important;
  gap: 10px;
  align-items: center;
}

.pagination>li>a,
.pagination>li>span {
  border-radius: 50% !important;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-radius: 50% !important;
}

.page-item:first-child .page-link {
  border-radius: 24px !important;
  width: 129px;
  height: 50px;
}

.page-item:last-child .page-link {
  border-radius: 24px !important;
  background: var(--unnamed-color-765241) !important;
  color: #fff !important;
  width: 129px;
  height: 50px;
}

.page-link {
  width: 40px;
  height: 40px;
  display: flex !important;
;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
  box-shadow: inset 0px 0px 6px #765241B3;
  color: var(--unnamed-color-765241) !important;
  background: transparent !important;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  z-index: 2;
  color: #fff !important;
  background: var(--unnamed-color-765241) !important;
}

.pagination>li>a,
.pagination>li>a,
.pagination>li>span,
.pagination>li>span {
  transition: var(--transition) !important;
}

.page-link:focus {
  box-shadow: none;
}



.hover_card_ser .icon {
  background: #F3F0EB;
  opacity: 1;
  margin-top: 0;
  box-shadow: none;
  margin-left: 0px;
}

a.hover_card_ser {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #765241f8;
  box-shadow: 12px 12px 35px #76524129;
  border-radius: 20px;
  bottom: 0px;
  left: 0;
  gap: 50px;
  opacity: 0;
}

a.hover_card_ser img {
  width: auto;
  height: auto;
  max-width: 200px;
}

.card_ser_hv:hover .icon {
  opacity: 0;
}

.card_ser_hv:hover .hover_card_ser .icon {
  opacity: 1;
}

.card_ser.card_ser_hv:hover .hover_card_ser {
  opacity: 1;

}

img.hero_rer {
  position: absolute;
  width: auto;
  height: auto;
  z-index: -1;
  left: -137px;
  max-width: 300px;
}



.product-details-div h2 {
  font-size: 42px;
}

.product-details-div p {
  font-size: 14px;
}


ul.liststyle li {
  list-style: circle !important;
}

ul.liststyle {
  display: flex;
  flex-direction: column;
  gap: 11px;
  padding-top: 10px;
  color: var(--unnamed-color-8a746f);
  font-size: 14px;
  padding-left: 12px;
}

.blog-content .about_img .about_img_img {
  width: 100%;
  height: 100%;
  max-width: 400px;
  max-height: 521px;
}

.blog-content .icon {
  width: 180px;
  height: 180px;
  background: #F3F0EB;
  opacity: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 5px -1px 0 1px #765241;
  position: absolute;
  left: -90px;
  top: -56px;
}

.blog-content h4.count {
  font-size: 90px;
  color: #765241;
}

.blog-content .icon img {
  width: auto;
  height: auto;
  max-width: 80%;
}

.product-details-div .row {
  padding-bottom: 30px;
}

.blog_img {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.blog-content {
  padding: 100px;
  padding-left: 115px;
  position: relative;
  z-index: 2;
  background: #F3F0EB;
  box-shadow: 0px 0px 35px #76524112;
  border-radius: 40px;
}

.blog_img img {
  width: auto;
  height: auto;
  max-width: 100%;
  box-shadow: 0px 0px 35px #76524124;
  border: 5px solid #f3f0eb;
  border-radius: 15px;
}

img.two_line3 {
  margin-top: -50px;
  height: auto;
}

.flex_bet .div .icon {
  width: 180px;
  height: 180px;
  background: #F3F0EB;
  opacity: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 5px -1px 0 1px #765241;
}

.filter_products .flex_bet .div {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-left: -100px;
}

.filter_products .flex_bet .div .h2 {
  font-size: 62px;
}

.filter_products .h2 {
  display: flex;
  gap: 10px;
  font-size: 22px;
  align-items: center;
  color: #765241;
}
.filter_products .h2 img {
  width: auto;
  height: auto;
  max-width: 30px;
}

.dropdown_filter .dropdown-menu:before {
  content: "";
  position: absolute;
  right: 51px;
  top: -40px;
  border-style: solid;
  border-width: 0px 31px 40px 31px;
  border-color: transparent transparent #8a746fe8 transparent;
}

.dropdown_filter .dropdown-menu::after {
  content: "";
  position: absolute;
  top: -39px;
  right: 51px;
  border-style: solid;
  border-width: 0px 31px 40px 31px;
  border-color: transparent transparent #f3f0eb transparent;
}

.dropdown_filter {
  width: fit-content;
  margin-right: auto;
  transition: var(--transition);
}

div#dropdownMenuButton1 .plus_icon {
  min-height: 80px;
  width: 80px;
  height: 80px;
  min-width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #765241;
}

.dropdown-toggle::after {
  content: none;
}

ul.dropdown-menu {
  position: absolute;
  inset: unset !important;
  right: -46px !important;
  pointer-events: none;
  border-radius: 30px;
  top: 150% !important;
  background-color: #f3f0eb;
  z-index: 88;
  border: 1px solid #8a746fe8;
  display: flex !important;
  gap: 0;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transition: var(--transition);
  transform: translate(0px, 82px);
  width: 400px;
  padding: 30px;
}

.dropdown-menu.show {
  opacity: 1;
  inset: unset !important;
  top: 45px !important;
  right: -46px !important;
  pointer-events: visible;
  transform: translate(0px, 82px);
}

ul.dropdown-menu li {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 15px 30px;
  color: #8A746F;
  font-size: 14px;
}

ul.dropdown-menu>li {
  display: inline-block;
  padding: 10px;
}

ul.dropdown-menu li:first-child {
  border-top: none;
}

.tap_2_mobule {
  padding-top: 80px;
}

ul.dropdown-menu>li {
  border-top: 1px solid #49342a96;
}

.div_dropdown_filter {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.imgs_brand img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  height: 200px;
}

.imgs_brand .row div {
  border-radius: 20px;
  overflow: hidden;
}

.imgs_brand .row {
  padding-bottom: 24px;
}

.imgs_brand .row:last-of-type {
  padding-bottom: 0;
}

.div_dropdown_filter .search__input {
  height: 70px;
  font-size: 14px;
  padding: 14px 79px 14px 68px;
  background: #EFEBE6;
}

.div_dropdown_filter button#submit_foot {
  width: 56px;
  height: 56px;
  font-size: 18px;
}

.div_dropdown_filter .search__icon {
  width: 40px;
  height: 40px;
  color: var(--unnamed-color-8a746f);
}


.div_dropdown_filter .search__button {
  top: 35px;
  left: 15px;
}

.div_dropdown_filter .search__icon i {
  font-size: 14px;
  color: var(--unnamed-color-8a746f);
}

.nav-pills .nav-link {
  color: #765241;
  background: #E6DBD3;
  border-radius: 59px;
  font-size: 22px;
  padding: 25px 30px;
  width: 100%;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background: #765241 !important;
  box-shadow: 12px 12px 35px #76524129 !important;
}

.nav_products .nav-item {
  width: calc(50% - 30px);
}

.nav_products {
  gap: 30px;
  padding-top: 70px;
}

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

.div_r .title {
  font-size: 32px;
  letter-spacing: 0px;
  color: #765241;
  text-transform: capitalize;
  padding-bottom: 20px;
}

.div_r .title h3 {
  padding-bottom: 30px;
}

.div_r .title img.img {
  width: 116px;
  height: 116px;
  box-shadow: 0px 0px 35px #76524129;
  border-radius: 50%;
}

.div_r .title .div_2 {
  display: flex;
  align-items: center;
  gap: 34px;
}

.div_r .title .i img {
  max-width: 70%;
  width: auto;
  height: auto;
}

.div_r .title .i {
  width: 21px;
  min-width: 21px;
  height: 21px;
  background: #E6DBD3;
  border-radius: 50%;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.div_r .title .icon {
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 5px;
}

.div_r .title .icon .span_bold {
  font-weight: bold;
  color: #8A746F;
}

.div_r .title .icon span {
  color: #fbc134;
  font-size: 12px;
}

.div_r .div_2 .icon:last-of-type {
  color: #8A746F;
}

.discount {
  text-align: left;
  font-size: 14px;
  color: #765241;
  display: flex;
  gap: 5px;
}

.discount img {
  width: auto;
  height: auto;
  max-width: 17px;
  max-height: 17px;
}

.products {
  background: #F3F0EB;
  box-shadow: 0px 0px 35px #76524112;
  padding: 83px;
  border-radius: 50px;
}

.IMG_product img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.IMG_product .hover_IMG_product {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  transition: var(--transition);
  bottom: 0;
  background: #3a292099;
  border-radius: 15px;
  opacity: 0;
}

.IMG_product {
  height: 299px;
  position: relative;
  transition: var(--transition);
}

.IMG_product:hover .hover_IMG_product {
  opacity: 1;
}

.IMG_product .icon_tag .i img {
  max-width: 18px;
  height: 18px;
  border-radius: 0;
}

.IMG_product .icon_tag .i {
  width: 45px;
  height: 45px;
}

.IMG_product .icon_tag {
  position: absolute;
  z-index: 21;
  left: 18px;
  top: 18px;
}

.products .hr {
  margin: 70px auto;
  width: 86%;
  border: 1px solid #D5C2B7;
}


.products hr:last-of-type {
  display: none;
}

.tab-pane.fade.active.show {
  opacity: 1;
}

.tap_2_mobule iframe {
  border-radius: 35px;
  width: 100%;
  height: 100%;
}

.tap_2_mobuleDiv {
  padding: 30px;
  position: relative;
  z-index: 1;
  background: #efebe6;
  border-radius: 35px;
  margin-top: 50px;

}

.tap_2_mobuleDiv::before {
  content: "";
  position: absolute;
  top: -31px;
  left: 71px;
  border-style: solid;
  border-width: 0px 31px 40px 31px;
  border-color: transparent transparent #efebe6 transparent;
}

.card_product_row.card_product_col .div_r .title img.img {
  width: 66px;
  height: 66px;
}



.card_product_col .discount .img {
  width: 21px;
  height: 21px;
  background: #E6DBD3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;

}

.tap_2_row {
  max-height: 1049px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.card_product_col .discount .img img {
  width: auto;
  height: auto;
  max-width: 59%;
}

.card_product_row.card_product_col {
  padding: 30px;
  background: #F3F0EB;
  box-shadow: 0px 0px 35px #76524112;
  border-radius: 20px;
  margin-bottom: 30px;
}

.card_product_row.card_product_col:last-of-type {
  margin: 0;
}

.tap_2_mobule .h2 {
  font-size: 42px;
  color: #765241;
  text-transform: capitalize;
}

.map_pp {
  padding-top: 60px;
  height: 100%;
}

.dropdown-menu .icon {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  gap: 5px;
  color: #8A746F;
  padding-bottom: 20px;
}

.icon_close {
  margin-left: auto !important;
  margin-bottom: 20px;
  width: 50px;
  cursor: pointer;
  height: 50px;
  background: var(--unnamed-color-765241);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  transition: var(--transition);
  border-radius: 50%;
  color: #efebe6 !important;
  min-width: 40px;
}

.dropdown-menu .icon .i {
  width: 40px;
  height: 40px;
  background: #efebe6;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  transition: var(--transition);
  border-radius: 50%;
  color: var(--unnamed-color-8a746f) !important;
  min-width: 40px;
}

.dropdown-menu h3 {
  font-size: 22px;
  color: #765241;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 1px solid #8a746faa;
}

.checkbox-wrapper-46 input[type="checkbox"] {
  display: none;
  visibility: hidden;
}

.checkbox-wrapper-46 .cbx {
  margin: auto;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  color: #9e8c87;
  font-size: 20px;
  transition: var(--transition);
}

.checkbox-wrapper-46 .cbx:hover {
  color: var(--unnamed-color-765241);
}

.checks_select {
  display: flex;
  gap: 30px;
  flex-direction: column;
  padding-top: 30px;
  max-height: 200px;
  overflow-y: scroll;
  width: 105%;
  padding-right: 14px;
}

.checks_selectform .buttom_fill {
  margin-left: auto !important;
  margin-top: 20px;
}

.checkbox-wrapper-46 .cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}

.checkbox-wrapper-46 .cbx span:first-child {
  position: relative;
  width: 22px;
  height: 22px;
  border-radius: 3px;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #9e8c87;
  transition: all 0.2s ease;
}

.checkbox-wrapper-46 .cbx span:first-child svg {
  position: absolute;
  top: 6px;
  left: 5px;
  fill: none;
  stroke: transparent;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}

.checkbox-wrapper-46 .cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #9e8c87;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
}

.checkbox-wrapper-46 .cbx span:last-child {
  padding-left: 8px;
}

.checkbox-wrapper-46 .cbx:hover span:first-child {
  border-color: var(--unnamed-color-765241);
}

.checkbox-wrapper-46 .inp-cbx:checked+.cbx span {
  font-weight: bold;
  color: var(--unnamed-color-765241);
}

.checkbox-wrapper-46 .inp-cbx:checked+.cbx span:first-child {
  background: var(--unnamed-color-765241);
  border-color: var(--unnamed-color-765241);
  animation: wave-46 0.4s ease;
}

.checkbox-wrapper-46 .inp-cbx:checked+.cbx span:first-child svg {
  stroke-dashoffset: 0;
  stroke: #fff;
}

.checkbox-wrapper-46 .inp-cbx:checked+.cbx span:first-child:before {
  transform: scale(3.5);
  opacity: 0;
  transition: all 0.6s ease;
}

@keyframes wave-46 {
  50% {
    transform: scale(0.9);
  }
}

.card_Special.card_Special_row {
  background: #F3F0EB;
  box-shadow: 0px 0px 25px #76524112;
  border-radius: 20px;
  border: 2px solid transparent;
  transition: var(--transition);
}

.card_Special.card_Special_row h3 {
  color: #765241;
  text-transform: capitalize;
  font-size: 32px;
  text-align: unset;
  padding-bottom: 15px;
}

.card_Special.card_Special_row p {
  text-align: unset;
  padding-bottom: 15px;
}

.price {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
  padding-bottom: 15px;
}

.singleBrand .price {
  gap: 37px;
}

.singleBrand .price .span2 {
  font-size: 32px;
}

.singleBrand .price .span3 {
  font-size: 16px;
}

.singleBrand .div {
  padding-bottom: 20px;
}

.singleBrand .h2 {
  padding-bottom: 33px;
}

.singleBrand a {
  margin-top: 30px !important;
  margin-bottom: 15px !important;
}

.price .span1 {
  font-size: 14px;
  color: #765241;
  text-transform: capitalize;
}

.owl_carousel23 .owl-stage {
  padding: 50px 0px;
}

.price .span2 {
  font-size: 22px;
  color: #765241;
}

.price .span3 {
  font-size: 14px;
  color: #765241;
  opacity: 40%;
  position: relative;
}

.price .span3::before {
  content: "";
  position: absolute;
  width: 112%;
  height: 1px;
  background: #76524170;
  left: -6%;
  top: 8px;
  transform: rotate(345deg);
}

.card_Special.card_Special_row:hover {
  background: #F3F0EB;
  box-shadow: 5px 5px 35px #76524129;
  border: 2px solid #765241;
}

.checkbox-wrapper-46 .cbx {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card_Special_row .img {
  margin: 0;
  width: 150px;
  height: 147px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services_p {
  padding: 100px 0;
}

.owl_carousel23 .owl-stage-outer {
  padding-left: 0;
}

.card_Special_Products .img {
  border-radius: 50%;
  background: #F0EAE4;
  box-shadow: 0px 7px 0 1px #765241;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card_Special_Products {
  background: #F0EAE4;
}

.card_Special_Products .img img {
  max-width: 70%;
  box-shadow: none;
}

.card_Special_Products .price .span2 {
  font-size: 32px;
}

.card_Special_Products .price {
  padding-top: 25px;
  padding-bottom: 0;
}

.h6 {
  font-size: 14px !important;
  color: var(--unnamed-color-8a746f) !important;
}

.ball2 {
  right: 0;
  left: unset !important;
  transform: scaleX(-1);
}

.flex_bet .div {
  max-width: 800px;
}

.sliderSingleBrand {
  background: #F3F0EB;
  box-shadow: 0px 0px 35px #76524112;
  border-radius: 20px;
  padding: 50px;
}

.sliderSingleBrand img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

ul.slick-dots {
  display: none;
}

.slider_nav {
  padding-top: 30px;
}

button.slick-prev,
button.slick-next {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #765241;
  color: #fff;
  position: absolute;
  border: 1px solid #49342a;
  transition: var(--transition);
  bottom: 31px;
}

button.slick-prev:hover,
button.slick-next:hover {
  background: transparent !important;
  color: #765241 !important;
}

.slider_for .img,
.slider_for2 .img {
  width: fit-content;
  margin: auto;
  margin-bottom: 10px;
  border-radius: 50%;
  box-shadow: 0px 7px 0 1px #765241;
}

.slider_nav .slick-slide.slick-current.slick-active .img {
  border: 1px solid #765241;
  background: transparent;
}

button.slick-prev {
  left: -60px;
}

button.slick-next {
  right: -60px;
}

.slider_nav {
  margin: auto;
  max-width: 350px;
}

.slider_nav .img {
  width: 105px;
  height: 105px;
  border: 1px solid transparent;
}


.sliderSingleBrand .img {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.slider_for .img,
.slider_for2 .img {
  width: 400px;
  height: 400px;
}

.BroductsCards .card_Special.card_Special_Products {
  margin-top: 132px;
}

.sliderSingleBroducts .slider_for .img img,
.sliderSingleBroducts .slider_nav .img img {
  max-width: 76%;
  width: auto !important;
  height: auto !important;
}

/* ======================================= */
.sliderSingleBroducts .slider_for2 .img img,
.sliderSingleBroducts .slider_nav2 .img img {
  max-width: 76%;
  width: auto !important;
  height: auto !important;
}

.slider_nav2 {
  padding-top: 15px;
}

.sliderSingleBroducts .slider_for2 .img {
  box-shadow: none;
}

.sliderSingleBroducts .slider_nav2 .img {
  background: #e7e3e1;
}

.slider_nav2 .slick-slide.slick-current.slick-active .img {
  border: 1px solid #765241;
  background: transparent;
}

.slider_nav2 {
  margin: auto;
  max-width: 350px;
}

.slider_nav2 .img {
  width: 105px;
  height: 105px;
  border: 1px solid transparent;
}

/* ======================================= */
.sliderSingleBroducts .slider_for .img {
  box-shadow: none;
}

.BroductsCards .card_Special.card_Special_Products {
  transition: var(--transition);
  border: 2px solid transparent;
}

.sliderSingleBroducts .slider_nav .img {
  background: #e7e3e1;
}

.BroductsCards .card_Special.card_Special_Products:hover {
  background: #F0EAE4;
  box-shadow: 12px 12px 35px #7652414D;
  border: 2px solid #765241;
}

.form_order h3 {
  color: var(--unnamed-color-765241);
  padding-bottom: 20px;
}

.form_order {
  padding-top: 30px;
}

.mydict {
  display: flex;
  gap: 10px;
  align-items: center;
  padding-bottom: 40px;
}
.mydict label span i {
  opacity: 0;
  transition: var(--transition);
}
.mydict input[type="radio"] {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  transition: var(--transition);
}

.mydict input[type="radio"]+span {
  opacity: 70%;
}

.mydict input[type="radio"]:checked+span {
  opacity: 1;
  z-index: 1;
}
.mydict input[type="radio"]:checked+span i {
  opacity: 1;
}

.mydict label span {
  display: block;
  cursor: pointer;
  border-radius: 50% !important;
  width: 50px;
  height: 50px;
  position: relative;
  transition: var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  color: #fff;
}

.mydict label .span1 {
  background: #765241;
}

.mydict label .span2 {
  background: #8A746F;
}

.mydict label .span3 {
  background: #D5C2B7;
}

.mydict label .span4 {
  background: #E6DBD3;
}

.mydict label:first-child span {
  border-radius: .375em 0 0 .375em;
}

.mydict label:last-child span {
  border-radius: 0 .375em .375em 0;
}



.quantity {
  display: flex;
  overflow: hidden;
  background: #F3F0EB;
  box-shadow: inset 0px 0px 4px #765241;
  border-radius: 20px;
  width: fit-content;
  align-items: center;
  justify-content: center;
}

.quantity button {
  background-color: transparent;
  color: var(--unnamed-color-765241);
  border: none;
  cursor: pointer;
  font-size: 20px;
  width: 40px;
  height: auto;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.2s;
}

/* .quantity button:hover {
} */

.quantity .input-box {
  width: 70px;
  text-align: center;
  border: none;
  font-size: 16px;
  outline: none;
  height: 40px;
  border-left: 1px solid #765241;
  border-right: 1px solid #765241;
  background: transparent;
}

/* Hide the number input spin buttons */
.quantity .input-box::-webkit-inner-spin-button,
.quantity .input-box::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity .input-box[type="number"] {
  -moz-appearance: textfield;
}

.form_send_reqwst {
  padding: 50px;
  position: relative;
  z-index: 2;
  background: #F3F0EB;
  box-shadow: 0px 0px 35px #76524112;
  border-radius: 40px;
}

.form_send_reqwst h2.h2 {
  font-size: 32px;
}

img.Path19587 {
  width: auto;
  height: auto;
  max-width: 446px;
}

.form_send_reqwst .icon_tag .i {
  color: #fff;
  background: var(--unnamed-color-765241);
}

.form_send_reqwst .icon_tag .i i {
  font-size: 13px;
  color: #fff;
}

.form_send_reqwst .icon_tag {
  font-size: 28px;
  font-weight: bold;
  color: #765241;
  padding-bottom: 28px;
}

.form-contact-home {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
  padding: 50px;
  z-index: 0;
  position: relative;
  background: #E1EAEA;
  border-radius: 8px;
  padding-bottom: 24px;
}

.inout-icon-div p {
  font-size: 22px;
  color: #765241;
  padding-bottom: 15px;
  transition: var(--transition);
  display: flex;
  align-items: center;
  gap: 10px;
}

.owl-carousel {
  z-index: 0;
}

.input-form-contact {
  border: 1px solid transparent;
  height: 50px;
  outline: none;
  padding: 15px;
  transition: 0.5s linear;
  width: 100%;
  background: #F3F0EB;
  box-shadow: 0px 0px 35px #76524112;
  color: var(--unnamed-color-8a746f);
  border-radius: 26px;
  font-size: 14px;
}

.input-form-contact::placeholder {
  color: var(--unnamed-color-8a746f);
}

.input-form-contact:focus {
  box-shadow: 0px 0px 35px #76524112;
  border: 1px solid #765241;

}



/* .inout-icon-div:focus-within p {
  color: var(--btn) !important;
  font-weight: bold;
} */


.inout-icon-div {
  position: relative;
}


.inout-icon-div-textarea i {
  top: 16px !important;
  transform: unset;
}

.inout-icon-div-textarea textarea {
  color: var(--unnamed-color-8a746f);
  padding-right: 15px;
  border-bottom: 1px solid transparent;
  width: 100%;
  padding-top: 15px;
  height: 240px;
  box-shadow: 0px 0px 35px #76524112;
  background: #F3F0EB;
}

form.form_send_reqwst .flex_center {
  gap: 10px;
  padding-bottom: 30px;
}

.inout-icon-div-textarea textarea::placeholder {
  color: var(--unnamed-color-8a746f) !important;
}

/* #contact_us textarea:focus-within {
  border-color: var(--brn);
  color: var(--brn) !important;
}

#contact_us textarea:focus-within::placeholder {
  color: var(--brn) !important;
}

.inout-icon-div:focus-within i {
  color: var(--brn) !important;
} */
img.ballRequest {
  bottom: 0;
  position: absolute;
  max-width: 100px;
  width: auto;
  height: auto;
  right: 0;
  transform: scaleX(-1);
}

.contactus .form_send_reqwst {
  background: #F3F0EB;
  box-shadow: 0px 0px 35px #76524112;
  border-radius: 40px;
}

.contactus .input-form-contact {
  outline: none;
  padding: 15px 30px;
  width: 100%;
  font-size: 14px;
  background: #ece6df;
  border-radius: 26px;
}

.contactus .input-form-contact::placeholder {
  color: var(--unnamed-color-8a746f);
}

.contactus .input-form-contact:focus {
  background: #F3F0EB;
}

.contactus .inout-icon-div p {
  font-size: 14px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.img_contact img {
  width: auto;
  height: auto;
}










.img-select img {
  height: 100%;
  max-height: 163px;
}

.product-imgs img {
  width: 100%;
  display: block;
}

.img-display {
  overflow: hidden;
  direction: ltr;
  position: relative;
  border-radius: 20px;
}

.img-showcase {
  display: flex;
  width: 100%;
  transition: all 0.5s ease;
}

.img-select img {
  border-radius: 50%;
  width: 90px;
  height: 90px;
  object-fit: cover;
  opacity: .3;
}

.img-display img {
  width: 100%;
  /* height: 100%; */
  height: 402px;
  object-fit: cover;
  border-radius: 20px;
}

.img-select {
  display: flex;
  flex-direction: column;
  max-height: 426px;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  direction: rtl;
  gap: 15px;
  position: relative;
  align-items: center;
}
.img-select::-webkit-scrollbar  {
  background: transparent !important;
}
.img-item.active img {
  border: 1px solid #765241;
  box-shadow: 12px 12px 35px #76524112;
  opacity: 1;
}

.singleRealWedding .h2 {
  font-size: 32px;
}

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

.sectionAuth .col-md-6,
.sectionAuth .col-md-5,
.sectionAuth .col-md-7 {
  padding: 0;
}

.sectionAuth {
  box-shadow: 0px 0px 35px #76524112;
  border-radius: 40px;
  margin-top: 50px;
  background: #f3f0eb;
  overflow: hidden;
}

.ForgotPassword.sectionAuth .content {
  padding-right: 0;
}

.ForgotPassword .loginimg.position-relative {
  margin-left: 40px;
}

.back_link {
  display: flex;
  align-items: center;
  color: var(--unnamed-color-765241);
  font-size: 22px;
  gap: 10px;
  margin-top: 70px;
}

.back_link .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: var(--unnamed-color-765241);
  border-radius: 50%;
  color: var(--unnamed-color-efebe6);
  font-size: 12px;
}

.row {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.sectionAuth .content {
  padding: 50px;
}

.sectionAuth .contactus .form_send_reqwst {
  background: transparent;
  box-shadow: unset;
  border-radius: 0;
  padding: 0;
  padding-top: 50px;
}

.sectionAuth .bell {
  width: 79px;
  height: 66px;
  margin-bottom: 30px;
}

.sectionAuth h2.h2 {
  padding-bottom: 15px;
  font-size: 42px;
}

.sectionAuth .contactus .input-form-contact {
  background: #EFEBE6;
  box-shadow: none;
}

.loginimg {
  width: 100%;
  height: 100%;
}

.loginimg .div {
  width: 100%;
  position: absolute;
  left: 57%;
  top: 50%;
  transform: translate(-50%, -50%);
  /* padding-left:  50px; */
}

.loginimg .div img {
  width: auto;
  height: auto;
  max-width: 75%;
  margin-right: 118px;
  margin-left: auto;
  display: block;
}

.loginimg h2.h2 {
  padding: 0;
  font-size: 38px;
  text-align: center;
  padding-top: 50px;
}

.toggle-password {
  position: absolute;
  z-index: 1;
  right: 20px   ;
 
  top: 59px;
  color: var(--unnamed-color-8a746f);
}

.checkBox_Sign {
  display: flex;
  gap: 12px;
  align-items: center;
}

.checkBox_div {
  padding: 30px 0;
}

.checkBox_Sign .checkBox {
  display: block;
  cursor: pointer;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0);
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 0px 2px var(--unnamed-color-765241);
}

.checkBox_Sign .clear {
  clear: both;
}

.checkBox_Sign .checkBox div {
  width: 40px;
  height: 40px;
  background-color: var(--unnamed-color-765241);
  top: -52px;
  left: -52px;
  position: absolute;
  transform: rotateZ(45deg);
  z-index: 100;
}

.checkBox_Sign .checkBox input[type="checkbox"]:checked+div {
  left: -10px;
  top: -10px;
}

.checkBox_Sign .checkBox input[type="checkbox"] {
  position: absolute;
  left: 50px;
  visibility: hidden;
}

.checkBox_Sign .transition {
  transition: 300ms ease;
}

.checkBox_Sign {
  display: flex;
  gap: 12px;
  align-items: center;
}

.checkBox_Sign p {
  padding-top: 0;
  color: var(--unnamed-color-765241);
  font-size: 14px;
}

.checkBox_div a.a {
  color: var(--unnamed-color-765241) !important;
  font-size: 14px;
  font-weight: bold;
}

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

.Or {
  position: relative;
  z-index: 2;
  margin: 30px 0 !important;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--unnamed-color-8a746f);
  font-size: 14px;
}

.Or::before {
  position: absolute;
  content: "";
  width: 32%;
  height: 1px;
  background: #ded0c7;
  z-index: 2;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.Or::after {
  position: absolute;
  content: "";
  width: 32%;
  height: 1px;
  background: #ded0c7;
  z-index: 2;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 150px;
}

a.aSign {
  color: #8A746F !important;
  font-size: 14px;
  text-align: center;
  margin-top: 30px !important;
  display: block;
}

a.aSign span {
  color: var(--unnamed-color-765241) !important;
  font-size: 14px;
  font-weight: bold;
}


.log img.hero_dots,
.log img.hero2 {
  top: -21px;
}


.log img.hero_dots2 {
  bottom: -21px;
  transform: rotate(153deg);
  right: -31px;
  top: unset;
  left: unset;
}

.loginimg img.hero1 {
  max-width: 113px;
  height: auto;
  left: -19px;
  z-index: 2;
  bottom: -76px;
  opacity: 90%;
  top: unset;
}






.toggle-inner input {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 25px;
  right: 0;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}

.custom-toggle {
  position: absolute;
  height: 25px;
  width: 25px;
  background-color: var(--unnamed-color-765241);
  top: 50%;
  transform: translateY(-50%);
  left: 29px;
  border-radius: 50%;
  transition: 300ms all;
}

.toggle-inner .t-month,
.toggle-inner .t-year {
  position: absolute;
  left: -64px;
  transition: var(--transition);
  width: fit-content;
  font-size: 14px;

  color: #8A746F;
  top: 50%;
  transform: translateY(-50%);
}

.toggle-inner .t-year {
  left: unset;
  right: -134px;
}


.toggle-inner input:checked+span {
  left: -1px;
}

.toggle-inner {
  width: 50px;
  height: 20px;
  box-shadow: inset 0px 0px 4px #765241;
  border-radius: 25px;
  position: relative;
  margin-left: 64px !important;
}

/* .tab-content > div {
	display: flex;
	justify-content: center;
	align-items: center;
} */
.plan_toggle_wrap .toggle-inner .t-month {
  left: -64px;
}


.plan_toggle_wrap .toggle-inner .t-month,
.plan_toggle_wrap .toggle-inner .t-year {
  font-size: 14px;
}

.plan_toggle_wrap .toggle-inner input:checked+span {
  left: -1px;
}

.plan_toggle_wrap .custom-toggle {
  height: 23px;
  width: 23px;
}

.active_title {
  color: var(--unnamed-color-765241) !important;
  font-weight: bold;
  transition: var(--transition);
}

.plan_toggle_wrap {
  padding-bottom: 40px;
}

.textBoxs {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 50px;
}

.VerificationInput {
  width: 90px;
  height: 90px;
  padding: 8px;
  font-size: 32px;
  font-weight: bold;
  background: transparent;
  border-radius: 50%;
  color: var(--unnamed-color-765241);
  box-shadow: inset 0px 0px 6px #765241B3;
  text-align: center;
}

.verification .loginimg .div img {
  max-width: 431px;
}


.Resend {
  font-size: 14px;
  font-weight: bold;
  color: #765241;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  width: fit-content;
  margin: auto;
  margin-bottom: 31px;
  background: transparent;
  border-bottom: 1px solid var(--unnamed-color-8a746f);
  padding-bottom: 10px;
}





.radio-inputs {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  /* max-width: 450px; */
  gap: 30px;
  padding-top: 70px;
}

.radio-inputs .radio {
  flex: 1 1 auto;
  width: 100%;
  cursor: pointer;
  margin: 0;
  position: relative;
  padding: 0;
}

.radio-inputs .radio input {
  position: absolute !important;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  left: 0;
}

.radio-inputs .radio .name {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: flex-start;
  padding: 22px;
  transition: all .15s ease-in-out;
  position: unset;
  border: 1px solid #6c6b6b78;
  background: #E6DBD3 ;
  border-radius: 10px;
  gap: 25px;
  border: 2px solid transparent;
}

.radio-inputs .radio .name.active_radio {
  background: #F3F0EB ;
  box-shadow: 12px 12px 35px #7652411A;
  border: 2px solid #765241;
}

.radio-inputs .img {
  width: 99px;
  min-width: 99px;
  height: 99px;
  background: #F3F0EB ;
  border: 1px solid #D5C2B7;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.radio-inputs .name.active_radio .img {
  background: #765241 ;
}

.radio-inputs .img img {
  width: auto;
  height: auto;
  max-width: 80px;
}

.radio-inputs .content {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.radio-inputs .content h4 {
  color: var(--unnamed-color-765241);
  font-size: 22px;
}

.radio-inputs .content p {
  color: var(--unnamed-color-8a746f);
  font-size: 14px;
}

.active_radio .img img {
  filter: hue-rotate(2758deg) grayscale(1) sepia(1) sepia(1)sepia(1) sepia(1)sepia(1) sepia(1) grayscale(9);
}

.sign_up .col-md-6 {
  padding-right: 20px;
  padding-left: 0;
}

.sectionAuth.sign_up .content {
  padding: 40px;
  padding-right: 20px;
}

.sign_up .div_center {
  max-width: 450px;
  margin: auto;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;

  width: 100%;
  border: 1px solid transparent;
  height: 50px;
  outline: none;
  padding: 15px;
  background: #EFEBE6;
  box-shadow: none;
  font-size: 14px;
  color: var(--unnamed-color-8a746f);
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 14px;
  display: flex;
  align-items: center;
  line-height: 40px;
  outline: none;
  padding-right: 25px;
  padding-left: 25px;
  position: relative;
  text-align: right !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  border-radius: 35px;
}

/* .nice-select:hover {
      border-color: #A0051C; }
    .nice-select:active, .nice-select.open, .nice-select:focus {
      border: 2px solid #A0051C;
    
    } */

.nice-select:after {
  border-bottom: 2px solid #765241;
  border-right: 2px solid #765241;
  content: "";
  display: block;
  height: 10px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 25px;
  top: 45%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 10px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled:after {
  border-color: var(--unnamed-color-765241);
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

input.input_upload {
  position: absolute;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}

i#paperclip {
  position: absolute;
  z-index: 1;
  right: 20px !important;
  left: unset !important;
  top: 18px;
  color: var(--unnamed-color-8a746f);
}

.nice-select .list {
  background-color: #f3f0eb;
  border-radius: 17px;
  box-shadow: #bebab242 0px 0px 23px;
  color: var(--unnamed-color-8a746f);
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  width: 100% !important;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
  opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  font-size: 13px;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  display: flex;
  align-items: center;
  min-height: 40px;
  border-bottom: 1px solid #7652416f;
  outline: none;
  padding-left: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 29px;
  text-align: right;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background: #F8F8F8;
  color: var(--unnamed-color-A0051C);
  font-weight: bold;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: var(--unnamed-color-545455);
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

.list li:first-child {
  display: none;
}

.nice-select .list {
  padding: 0;
  border: 2px solid var(--unnamed-color-A0051C);
}

.nice-select.open {
  border: 2px solid var(--unnamed-color-A0051C);
}


.wizard .nav-tabs {
  display: flex;
  flex-direction: column;
  background: #765241 ;
  padding: 50px 35px;
  border-radius: 2pc;
  position: relative;
  z-index: 2;
}

.wizard .nav-tabs li {
  padding-bottom: 80px;
  position: relative;
}

.wizard .nav-tabs li::before {
  content: "";
  position: absolute;
  bottom: 7%;
  height: 60px;
  width: 2px;
  background: #836252;
  left: 24px;
}

.wizard .nav-tabs li:last-of-type {
  padding-bottom: 0px;
}

.wizard .nav-tabs li:last-of-type::before {
  content: none;

}

.wizard>div.wizard-inner {
  position: relative;
}

.round_tab .img {
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--unnamed-color-765241);
  min-width: 65px;
  position: relative;
  border: 2px solid #836252;
}

.round_tab .img img {
  width: 25px;
  height: auto;
}

.round_tab {
  display: flex;
  gap: 15px;
  align-items: center;
  padding-bottom: 50px;
}

.round_tab .content {
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.round_tab .content p {
  font-size: 14px;
  color: var(--unnamed-color-8a746f);
}

.round_tab .content h4 {
  font-size: 42px;
  color: var(--unnamed-color-765241);
}

.inout_adv .icon {
  width: 30px;
  height: 30px;
  border-radius: 35px;
  background: #e6dbd3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #8a746f;
  position: absolute;
  left: 10px;
  z-index: 2;
  transform: translateY(31%);
}

.title_cp_provide h2.h2 {
  font-size: 32px;
}

.formWizard .inout_adv .nice-select {
  padding-left: 50px;
}

.formWizard .inout_adv label {
  font-size: 22px;
  color: #765241;
  padding-bottom: 20px;
}

.formWizard .tab-content {
  background: #F3F0EB ;
  box-shadow: 0px 0px 35px #76524124;
  border-radius: 40px;
  padding: 30px;
}

.wizard .nav-tabs {
  display: flex;
  flex-direction: column;
}

.connecting-line {
  height: 2px;
  background: #f2f2f2;
  position: absolute;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 61%;
  z-index: 1;
  transform: translateY(-50%);
  max-width: 519px;
}

.wizard .nav-tabs>li.active>a,
.wizard .nav-tabs>li.active>a:hover,
.wizard .nav-tabs>li.active>a:focus {
  color: var(--unnamed-color-545455);
  cursor: default;
  border: 0;
  border-bottom-color: transparent;
}

span.round-tab {
  display: flex;
  gap: 15px;
}

span.round-tab i {
  color: var(--unnamed-color-545455);
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  background: transparent !important;
}

.nav-tabs>li {
  position: unset;
}

.wizard li.active span.round-tab i {
  color: var(--unnamed-color-545455);
}

.round-tab .content {
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.round-tab .content h6 {
  font-size: 14px;
  color: var(--unnamed-color-d5c2b7);
}

.round-tab .content h4 {
  font-size: 18px;
  color: var(--unnamed-color-d5c2b7);
}

.wizard li.active span.round-tab .content h4 {
  color: #fff;
}

.wizard li.active span.round-tab .content h6 {
  color: #fff;
}

.round-tab .img {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #836252;
  min-width: 50px;
  position: relative;
  padding: 2px;
  border: 2px solid #836252;
}

span.round-tab .img img {
  width: auto;
  height: auto;
  max-width: 90%;
}

.wizard .active .img {
  background: #765241;
  border: 2px solid #f3f0eb;
}

.nav-tabs>li>a:hover {
  border-color: transparent !important;
}

.wizard .active .img img {
  filter: invert(32%) sepia(27%) saturate(343%) hue-rotate(361deg) brightness(96%) contrast(89%);
}

/* span.round-tab:hover {
  background: #;
  color: #fff;
  border: 2px solid #a0051c;
} */

.wizard .active .round-tab .img2 {
  width: 100%;
  height: 100%;
  background: #f3f0eb;
  border: 3px solid #765241;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.wizard li:after {
  opacity: 1;
  content: " ";
  position: absolute;
  top: 0px;
  border: 50px solid transparent;
  border-left-color: #765241;
  border-bottom-width: 23px;
  opacity: 0;
  left: 106%;
  border-top-width: 23px;
}

.wizard li.active:after {
  content: " ";
  position: absolute;
  top: 0px;
  border: 50px solid transparent;
  border-left-color: #765241;
  opacity: 1;
  border-bottom-width: 23px;
  left: 106%;
  border-top-width: 23px;
}

.wizard .nav-tabs>li a {
  border-radius: 100%;
  padding: 0;
}

.wizard .nav-tabs>li a:hover {
  background: transparent;
}

.wizard .tab-pane {
  position: relative;
  padding-top: 50px;
}

.wizard h3 {
  margin-top: 0;
}

.p_t_b {
  padding: 50px 0;
}

form#form_StepOne {
  display: flex;
  flex-direction: column;
}

.list-inline.pull-right {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

ul.list-inline.pull-right {
  margin-top: 55px !important;
  z-index: 0;
  position: relative;
}

.radio_inputs {
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  gap: 30px;
  padding-top: 0 !important;
}

.radio_inputs>* {
  width: 100%;
}

ul.ul_btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-top: 40px;
}

.radio-input:checked+.radio-tile {
  border-color: #765241;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #765241;
}

.radio-input:checked+.radio-tile:before {
  transform: scale(1);
  opacity: 1;
  background-color: #765241;
  border-color: #765241;
}

.radio-input:checked+.radio-tile .radio-icon svg {
  fill: #765241;
}

.radio-input:checked+.radio-tile .radio-label {
  color: #765241;
}

.radio-input:focus+.radio-tile {
  border-color: #765241;
  box-shadow: 12px 12px 35px #7652411A;
}

/* .radio-input:focus + .radio-tile:before {
  transform: scale(1);
  opacity: 1;
} */


.radio-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #F3F0EB ;
  border: 2px solid #D5C2B7;
  border-radius: 20px;
  transition: 0.15s ease;
  cursor: pointer;
  position: relative;
  height: 200px;
}

.radio-tile:before {
  content: "";
  position: absolute;
  display: block;
  background-color: transparent;
  border-radius: 50%;
  top: 20px;
  left: 20px;
  transition: 0.25s ease;
  width: 30px;
  height: 30px;
}

.radio-tile::after {
  content: "";
  position: absolute;
  display: block;
  background-color: transparent;
  border: 2px solid #83625224;
  border-radius: 50%;
  top: 24px;
  left: 24px;
  /* opacity: 0; */
  /* transform: scale(0); */
  transition: 0.25s ease;
  width: 22px;
  height: 22px;
}

.radio-input:checked+.radio-tile::after {
  border: 2px solid #F3F0EB;
}

span.radio-icon img {
  opacity: 70%;
}

.radio-input:checked+span.radio-tile img {
  opacity: 100%;
}

span.radio-icon {
  padding-bottom: 30px;
}

.radio-icon img {
  width: 70px;
  height: auto;
}

.radio-label {
  color: var(--unnamed-color-8a746f);
  transition: 0.375s ease;
  font-size: 13px;
}

.radio-input {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.PaymentMethod {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-height: 428px;
  overflow-y: scroll;
  padding: 0;
  padding-right: 10px;
}

.radio_content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

form#form_StepThree .col-md-12,
form#form_StepThree .col-md-6 {
  padding: 0;
}

.radio_content h4 {
  font-size: 22px;
  font-weight: bold;
  color: var(--unnamed-color-765241);
}

.radio_icon_img {
  height: 60px;
  background: #EFEBE6 ;
  border-radius: 30px;
  width: 100%;
  max-width: 120px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.div_sete5 .col-md-4,
.div_sete5 .col-md-8,
.div_sete5 .col-md-6 {
  padding: 0;
}

.radio_icon_img img {
  width: auto;
  max-width: 80%;
  height: auto;
}

.PaymentMethod span.radio-tile {
  padding: 30px 5px;
  height: 120px;
  background: #EFEBE6 ;
  border-color: transparent;
}

.PaymentMethod .radio-tile::after {
  left: unset;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}

.PaymentMethod .radio-tile:before {
  left: unset;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.PaymentMethod .radio-input:checked+.radio-tile:before {
  transform: translateY(-50%);
  top: 50%;

}

.position-relative.input_mastercard .IMG {
  position: absolute;

  top: 50%;
  left: 16px;
  transform: translateY(-50%);
}

.position-relative.input_mastercard input {
  padding-left: 72px;
}

.position-relative.input_mastercard .IMG::before {
  position: relative;
  content: "";
  right: -51px;
  width: 1px;
  height: 28px;
  top: 14px;
  transform: translateY(-50%);
  background: #8a746f41;
  display: flex;
  align-items: center;
  justify-content: center;
}

img.imgmastercard {
  position: absolute;
  width: 40px;
  height: auto;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.PaymentMethod::-webkit-scrollbar {
  background: transparent;
}

.div_sete5 .h3 {
  color: var(--unnamed-color-765241);
  font-size: 22px;
  padding-bottom: 30px;
}

.Golden {
  padding:  20px;
  background: #8A746F ;
  border-radius: 20px;
}

.Golden .round_tab .content h4 {
  font-size: 18px;
  color: #fff;
}

.div_sete5 .row2 p {
  padding-bottom: 14px;
}

.div_sete5 hr {
  margin: 0 0 15px !important;
  border-color: #b3a5a0;
  background: transparent;
}

.div_sete5 .ul_card_packages li {
  display: flex;

  align-items: center;
  gap: 10px;
}

.div_sete5 .ul_card_packages {
  display: flex;
  flex-direction: column;
  color: var(--unnamed-color-8a746f);
  font-size: 12px;
  gap: 10px;
  padding-bottom: 30px;
}

.div_sete5 .ul_card_packages .icon {
  font-size: 7px;
  width: 12px;
  height: 12px;
  min-width: 12px;
}

.div_sete5 .row2 .col-md-8,
.div_sete5 .row2 .col-md-4 {
  padding: 0px !important;
}

.Golden .round_tab .content p {
  font-size: 14px;
  color: #EFEBE6;
}

.Golden .round_tab .img {
  width: 50px;
  border: none;
  height: 50px;
  background: #EFEBE6 ;
  min-width: 50px;
  color: var(--unnamed-color-765241);
  font-size: 20px;
}

.Golden .round_tab {
  padding: 0;
}

.modal_fle h2 {
  text-align: center;
  font-size: 50px;
}

.tingle-modal-box__footer {
  padding: 0 !important;
  background-color: transparent !important;
}

.modal_fle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
  max-width: 578px;
  width: 100%;
  margin: auto;
}

.tingle-modal-box {
  padding: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.modal_fle img {
  width: auto;
  height: auto;
  max-width: 500px;
}

.tingle-modal {
  background: rgb(0 0 0 / 21%) !important;
}

.tingle-modal--visible .tingle-modal-box__footer {
  max-width: 500px !important;
  width: 100%;
}

.tingle_model_verified5 {
  display: none;
}

.cp {
  background: #e6dbd3;
  border-radius: 50px;
  position: relative;
  margin-top: 100px;
}

.logo_cp {
  width: auto;
  height: auto;
  position: relative;
  max-width: 95px;
  margin-bottom: 70px;
  margin-left: 40px;
}

.cp_links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.cp_link {
  color: #8A746F !important;
  font-size: 20px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 25px 0;
  padding-left: 40px;
}

.cp_link.active::before {
  content: "";
  position: absolute;
  left: 0;
  background: url(../img/oie_1w3kcwmRBVOq.png) no-repeat;
  background-size: 100% 100%;
  width: 104%;
  height: 100%;
  z-index: -1;
  top: 46%;
  transform: translateY(-50%);
}
ul.offcanvas_body_direction  .cp_link.active::before {
  content: "";
  position: absolute;
  left: 0;
  background: #efece7;
  background-size: 100% 100%;
  width: 104%;
  height: 100%;
  z-index: -1;
  top: 46%;
  border-radius: 30px;
  transform: translateY(-50%);
  transition: var(--transition);
}
a.cp_link.active {
  color: #765241 !important;
  font-weight: bold;
}
ul.offcanvas_body_direction  .cp_link:hover::before  {
  background: #efece7;
  color: #765241 !important;
}




.cp_mobile {
  width: 50px;
  height: 50px;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #765241;
  font-size: 32px;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.cp_link.active {
  position: relative;
  z-index: 1;
}

.right_cp {
  padding: 50px 0;
}

.cp_icon {
  width: 40px;
  height: 40px;
  box-shadow: inset 0px 0px 3px #765241CC, 0px 0px 6px #8A746F24;
  border-radius: 50%;
  background: #f3f0eb;
  display: flex;
  font-size: 16px;
  align-items: center;
  justify-content: center;
}


a.cp_link.active .cp_icon {
  background: #765241;
  color: #f3f0eb;
  border: 5px solid #f3f0eb;
  box-shadow: 0px 0px 3px #765241CC;
}


.left_cp {
  background: #EFEBE6 ;
  border-radius: 50px;
  width: 100%;
  height: 100%;
  padding: 30px;
}

.title_icon .icon {
  width: 50px;
  height: 50px;
  background: #F3F0EB ;
  box-shadow: inset 0px 0px 3px #76524147;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #765241;
  font-size: 16px;
}

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

.title_icon h2 {
  font-size: 52px;
}

.left_cp .title p {
  padding-top: 15px;
}

.left_cp .title {
  padding-bottom: 30px;
  /* padding-left:  10px; */
}

.cp_profile_edit h4 {
  font-size: 22px;
  color: var(--unnamed-color-765241);

}

.cp_profile_edit .title .p {
  background: #F3F0EB ;
  border-radius: 18px;
  padding: 10px 20px;
  margin-top: 15px !important;
  width: fit-content;
}

.left_cp hr {
  border: 1px solid #D5C2B7;
  background: transparent;
  margin: 50px 0;
}

.upload_portofilo {
  position: relative;
  width: fit-content;
}

.upload_portofilo .circle {
  border-radius: 50% !important;
  overflow: hidden;
  height: 100px;
  width: 100px;
}

.upload_portofilo img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
}


.camera_image {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 16px;
  height: 42px;
  width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 0 9px #7652414e;
  color: var(--unnamed-color-765241);
  background: var(--unnamed-color-e6dbd3) ;
  border: 2px solid var(--unnamed-color-efebe6);
}

.file-upload {
  display: none !important;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
}


h2.h2_f {
  font-size: 32px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding-bottom: 15px;
}

.left_cp img.hero1 {
  left: unset;
  right: -24px;
  bottom: -35px;
  z-index: 1;
  max-width: 68px;
}


.left_cp .inout-icon-div p {
  font-size: 14px;
}

.left_cp .form_send_reqwst {
  padding: 0;
  position: relative;
  z-index: 2;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  padding-top: 50px;
}

.left_cp .buttom_fill {
  margin-left: auto;
  margin-top: auto !important;
}

.left_cp .input-form-contact {
  background: #ece6e1;
  box-shadow: none;
}

.left_cp .nice-select {
  background: #F3F0EB;
  padding-left: 55px;
  /* box-shadow: 0px 0px 35px #76524112; */
  box-shadow: none;
}

.left_cp.ser_cp .input-form-contact {
  background: #F3F0EB;
  padding-left: 55px;

}

.left_cp .inout_adv .position-relative .input-form-contact {
  background: #F3F0EB !important;
  box-shadow: none !important;
  padding-left: 48px;
}


.left_cp .inout_adv .icon {
  color: #EFEBE6;
  background: var(--unnamed-color-765241);
}

.left_cp .inout_adv .icon i {
  font-size: 12px;

}

.left_cp .inout_adv .icon.icon2 {
  color: var(--unnamed-color-765241);
  background: #EFEBE6;
}

.table_row h5 {
  color: var(--unnamed-color-765241);
  font-size: 18px;

}

.table_row .col-md-1,
.table_row .col-md-10,
.table_row .col-md-11,
.table_row .col-md-12,
.table_row .col-md-2,
.table_row .col-md-3,
.table_row .col-md-4,
.table_row .col-md-5,
.table_row .col-md-6,
.table_row .col-md-7,
.table_row .col-md-8,
.table_row .col-md-9 {
  padding-right: 8px !important;
  padding-left: 8px !important;
}

.Nodata {
  display: flex;
  gap: 50px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.Nodata h2 {
  font-size: 32px;
}

.Nodata img {
  width: auto;
  height: auto;
  max-width: 80%;
}

.table_row {
  margin-top: 50px;
  max-height: 600px;
  overflow-y: scroll;
  width: 102%;
  padding-right: 33px;
}

.table_row .row {
  align-items: center;
  padding: 10px 25px;
  transition: var(--transition);
  margin-bottom: 20px;
  border-radius: 30px;
}

.table_row .row:hover {
  background: #f3f0eb;
}

.table_row .img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.div_img_info img {
  width: 34px !important;
  height: 34px !important;
}

.Rating {
  color: var(--unnamed-color-765241);
  display: flex;
  align-items: center;
  gap: 7px;
  font-weight: bold;
}

.Rating i {
  color: #FBC02D;
  font-size: 12px;
}

.table_row .Name {
  font-size: 14px;
  color: var(--unnamed-color-765241);
}

a.expolor {
  font-size: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #765241;
  color: var(--unnamed-color-765241) !important;
}



.div_table {
  border-radius: 35px;
  padding: 10px 30px;
  margin-bottom: 15px;
  padding-bottom: 10px !important;
}

.div_table:nth-child(odd) {
  background: #F3F0EB ;
}

.div_table:nth-child(even) {
  background: transparent;
}

p.p.Answered {
  background: #E6DBD3 ;
  border-radius: 20px;
  text-align: center;
  width: fit-content;
  padding: 6px 22px;
  min-width: 127px;
}

.no_Answered {
  background: var(--unnamed-color-765241) !important;
  color: #E6DBD3;
}

.customt_req .div_2 a {
  font-size: 13px;
}

.customt_req .h4 {
  font-size: 22px;
  font-weight: bold;
  color: var(--unnamed-color-8a746f);
  padding-bottom: 30px;
}

.customt_req hr {
  margin: 30px 0;
  border: 1px solid #765241 !important;
}

.customt_req .div .h4 {
  color: var(--unnamed-color-765241);
}

.customt_req .div h6 {
  color: var(--unnamed-color-765241);
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 18px;
}

.customt_req .div h6 span {
  color: var(--unnamed-color-8a746f);
  font-size: 14px;
}

.tingle-modal-box {
  width: 100% !important;
  display: block;
  max-width: 700px;
}
.customt_req2 .tingle-modal-box {
  padding: 30px !important;
  max-width: 800px;
}
.message_cp .table_row .img {
  border-radius: 50%;
  width: 34px;
  height: 34px;
  min-width: 34px;
}

.message_cp .table_row .row {
  position: relative;
  transition: var(--transition);
  z-index: 1;
}

.message_cp .table_row .row::before {
  height: 100%;
  transition: var(--transition);
  width: 5px;
  background: #e6dbd3;
  content: "";
  position: absolute;
  left: 0px;
  border-radius: 9px;
  top: 0;
}

.message_cp .table_row .row:first-of-type::before {
  content: none;
}

.message_cp .table_row .row:hover {
  background: transparent;
}

.message_cp .table_row .row:hover .icon_tag .i {
  color: #fff !important;
  background: var(--unnamed-color-765241);
}

.message_cp .table_row .row:hover::before {
  background: var(--unnamed-color-765241);
}

.message_cp .table_row .row:hover .d-flex.align-items-center {
  color: var(--unnamed-color-765241);
  font-weight: bold;
}
.left_cp  .icon_tag {
  cursor: pointer;
}
.div_r2 {
  width: fit-content;
  margin-left: auto;
}

.div_r2 .title img.img {
  width: 76px;
  height: 76px;
}

.div_r2 .title {
  margin-top: 30px;
}

.div_r2 .title h2 {
  font-size: 22px !important;
}

.notification {
  position: relative;
  font-size: 20px;
  color: #765241;
}

.message_content .div_r2 h5 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5 !important;
  color: #765241;
}

.message_content .div_r2 p {
  padding-top: 15px;
}

.view_all {
  color: #765241 !important;
  font-size: 18px;
  text-align: center;
  font-weight: 700;
}

.message_content .div_r2 .title {
  margin: 15px 0 !important;
  border: none !important;
}

.message_content .div_r2 img {
  width: 34px !important;
  height: 34px !important;
}

.message_content .div_r2 h5 span {
  color: var(--unnamed-color-8a746f);
  font-weight: 500;
  font-size: 14px;
}

.notification .count_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  font-size: 10px;
  background: #765241;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  top: -6px;
  right: -8px;
  border: 1px solid #efebe6;
}

.info_user h3 {
  color: #765241;
  font-size: 18px;

}

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

.content_notification {
  display: flex;
  align-items: center;
  gap: 20px;
}

.btn_nav_notification {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: center;
}

.info_user .div {
  width: 50px;
  height: 50px;
  box-shadow: inset 0px 0px 6px #765241B3;
  border-radius: 29px;
  background: transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #765241;
  font-size: 18px;
  font-weight: bold;
}

.dropdown_nav .icon_close {
  display: none;
}

.dropdown_nav .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
  margin-bottom: 10px !important;
  border-bottom: 1px solid #765241;
  padding-top: 0px;
  flex-direction: row;
}
.dropdown_nav .title h2 {
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.message_content {
  padding: 20px 0;
}

.message_content h6 {
  color: #765241;
  font-size: 14px;
  font-weight: bold;
}

.dropdown_nav .col-md-1,
.dropdown_nav .col-md-10,
.dropdown_nav .col-md-11,
.dropdown_nav .col-md-12,
.dropdown_nav .col-md-2,
.dropdown_nav .col-md-3,
.dropdown_nav .col-md-4,
.dropdown_nav .col-md-5,
.col-md-6,
.dropdown_nav .col-md-7,
.dropdown_nav .col-md-8,
.dropdown_nav .col-md-9 {
  padding: 0;
}

.name_Brand {
  position: relative;
  padding-left: 10px;
}

.name_Brand::before {
  content: "";
  background-color: #76524177;
  position: absolute;
  height: 100%;
  width: 1px;
  top: 0;
  left: -2px;
}

.dropdown_filter.dropdown_nav .dropdown-menu:before {
  top: -20px;
  border-width: 0px 11px 20px 11px;
}

.dropdown_filter.dropdown_nav .dropdown-menu::after {
  top: -19px;
  border-width: 0px 11px 20px 11px;
}

.dropdown_nav hr {
  background: transparent;
  border-bottom: 1px solid #76524177;
}

.message_content .p {
  font-size: 12px;
}

.dropdown_nav .buttom_fill {
  width: 100%;
  height: 40px;
}

.message_content i {
  color: #765241;
  font-size: 16px;
}

.rating_cp_pro {
  font-size: 14px;
  color: var(--unnamed-color-8a746f);
  display: flex;
  align-items: center;
  box-shadow: inset 0px 0px 6px #765241B3;
  border-radius: 25px;
  padding: 10px 20px;
  gap: 15px;
}

.stars {
  display: flex;
  align-items: center;
  gap: 10px;
  display: flex;
  align-items: center;
  color: #765241;
  gap: 6px;
}

.h3_cp {
  font-size: 22px;
  color: #765241;
  padding-bottom: 30px;
}

.counut_card_Remaining_balance {
  width: 100%;
  min-height: 130px;
  box-shadow: inset 0px 0px 12px #76524180;
  border: 2px solid #D5C2B7;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 30px 20px;
  background: #F3F0EB ;
  gap: 20px;
  transition: var(--transition);
}

.counut_card_Remaining_balance h3 {
  font-size: 42px;
  color: #765241;
  text-align: center;
  transition: var(--transition);
  font-weight: bold;
}

.counut_card_Remaining_balance p {
  transition: var(--transition);
  text-align: center;
}

.chart {
  background: #F3F0EB ;
  box-shadow: inset 0px 0px 10px #76524180;
  border-radius: 25px;
  padding: 42px;
}

.counut_card_Remaining_balance:hover {
  background: #765241e7;
}

.counut_card_Remaining_balance:hover h3 {
  color: #fff;
}

.counut_card_Remaining_balance:hover p {
  color: #F3F0EB;
}

.p_l_p_r {
  padding-top: 70px;
}

.left_cp .chart .nice-select {
  padding-left: 15px;
  background: #F3F0EB ;
  box-shadow: inset 0px 0px 6px #765241B3;
}

.info_prov_cp {
  background: #F3F0EB ;
  border-radius: 25px;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.info_prov_cp p {
  font-size: 12px;
}

.info_prov_cp h4 {
  color: #765241;
  font-weight: bold;
  font-size: 18px;
}

.left_cp textarea {
  background: #F3F0EB !important;
  border-radius: 25px;
  box-shadow: none !important;
}

.image-slot img {
  width: auto;
  height: auto;
  max-width: 100%;
  transition: var(--transition);
}

.image-container .image-slot {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.image-container input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  left: 0;
  display: none !important;
}

.image-container {
  display: flex;
  gap: 20px;
  flex-direction: column-reverse;
  flex-wrap: wrap;
}

.context-menu {
  display: none;
}

.img-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.image-wrapper {
  flex: 0 0 calc(6% - 10px);
  aspect-ratio: 1 / 1;
  position: relative;
  border-radius: 8px;
  /* overflow: hidden; */
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.image-wrapper img {
  width: auto;
  height: auto;
  max-width: 100px;
  max-height: 100px;
  object-fit: cover;
  cursor: pointer;
}


.fullscreen-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 71%);
  align-items: center;
  justify-content: center;
  z-index: 898;
}

.fullscreen-image {
  max-width: 80%;
  max-height: 80%;
}

.prev-image,
.next-image {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  border: none;
  cursor: pointer;
  z-index: 101;
}

.close-modal i {
  color: var(--unnamed-color-A0051C);
  font-size: 20px;
}

.close-modal {
  top: 40px;
  right: 40px;
  position: absolute;
  border: none;
  cursor: pointer;
  z-index: 101;
  background: #fff;
  border-radius: 50%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
}

.toast {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
}

.sortable-ghost {
  opacity: 0.5;
}

.info_prov_left_edit .p {
  padding-top: 20px;
}

.info_prov_left_edit {
  padding: 15px 0;
  border-bottom: 1px solid var(--unnamed-color-d5c2b7);
}

.info_prov_left_edit .buttom_fill {
  height: 30px;
}

.info_prov_left_edit .icon_tag .i {
  width: 21px;
  height: 21px;
  min-width: 21px;
  font-size: 8px;
}

.info_prov_left_edit span {
  font-size: 14px;
  color: #765241;
}

.icon_upload {
  pointer-events: none;
}

.close-icon {
  font-size: 14px;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  color: #765241;
  cursor: pointer;
  justify-content: center;
  background: #E6DBD3;
}

.tingle_modal_edit button.buttom_fill {
  margin-left: auto !important;
}

.add_new_ser.left_cp .input-form-contact {
  background: #ece6e1 !important;
  box-shadow: none !important;
}

.left_cp .form_send_reqwst {

  padding-top: 20px;
}

.left_cp .nav_products {
  padding: 30px 0;
  padding-bottom: 0;
  margin: 0 !important;
}

.left_cp .nav-pills .nav-link {
  display: flex !important;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.left_cp .nav-pills .nav-link i {
  font-size: 13px;
}

.left_cp .nav-pills .nav-link {
  display: flex !important;
  gap: 10px;
  align-items: center;
  justify-content: center;
  background: #F3F0EB;
  box-shadow: inset 0px 0px 8px #76524180;
}

.left_cp .nav-pills .nav-link.active {
  display: flex !important;
  gap: 10px;
  align-items: center;
  justify-content: center;
  background: #F3F0EB;
  box-shadow: inset 0px 0px 8px #76524180;
}

.service_cp_row h2.h2 {
  font-size: 18px;
}

.service_cp_row .slider_nav2 .img {
  width: 60px;
  height: 60px;
  border: 1px solid transparent;
}

.service_cp_row .slider_for2 .img {
  width: 180px;
  height: 180px;
  max-width: 100%;
}

.service_cp_row .sliderSingleBrand {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}

.service_cp_row .slick-slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.service_cp_row {
  background: #F3F0EB;
  border-radius: 25px;
  margin-bottom: 30px;
  padding: 50px 15px;
  position: relative;
  z-index: 1;
}

.service_cp_row button.slick-prev,
.service_cp_row button.slick-next {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  bottom: 15px;
  font-size: 10px;
}

.service_cp_row button.slick-prev {
  left: -30px;
}

.service_cp_row .price {
  padding-bottom: 0;
}

.service_cp_row .slider_nav2 {
  max-width: 90%;
}

.service_cp_row button.slick-next {
  right: -30px;
}

.service_cp_row .p {
  font-size: 12px;
}

.icon_edit_delte {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  right: 16px;
  width: fit-content;
  top: 16px;
  padding: 0;
  z-index: 2;
}

.icon_edit_delte .icon {
  width: 40px;
  transition: var(--transition);
  height: 40px;
  background: #765241;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
  cursor: pointer;
  color: #fff;
}

.icon_edit_delte .icon:hover {
  background: #fff;
  color: #765241;
}
.slider_for2 .img {
  box-shadow: 0px 3px 0 1px #765241;
}

.service_cp_row:last-of-type {
  margin: 0 !important;
}
.service_cp {
  max-height: 1000px;
  overflow-y: scroll;
  width: 102%;
  padding-right: 16px;
}
.uploads_imgs_delete {
  display: flex;
  gap: 20px;
  align-items: center;
}
.uploads_imgs_delete img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  transition: var(--transition);
  margin-bottom: 15px;
}
.uploads_imgs_delete .icon_del {
  opacity: 0;
  width: 30px;
  height: 30px;
  background: var(--unnamed-color-efebe6) ;
  border: 2px solid var(--unnamed-color-765241);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--unnamed-color-765241);
  border-radius: 50%;
  font-size: 12px;
  margin: auto;
  transition: var(--transition);
}
.uploads_imgs_delete .div {
  transition: var(--transition);
}
.uploads_imgs_delete .div:hover  .icon_del {
  opacity: 1;
}
.uploads_imgs_delete .div:hover img {
  border: 2px solid var(--unnamed-color-765241);
}


.btn_Save {
  margin-top: 50px !important;
  margin-left: auto !important;
}


.img-thumb {
  width: 100px;
  height: 100px;
  border: 1px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  object-fit: cover;
}
.img-thumb-wrapper {
  margin: 10px 0;
  display: inline-block;
  width: fit-content;
  margin-right: 20px;
}
.img-thumb-wrapper .icon_dell {
  width: 30px;
  height: 30px;
  background: var(--unnamed-color-efebe6) ;
  border: 2px solid var(--unnamed-color-765241);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--unnamed-color-765241);
  border-radius: 50%;
  font-size: 12px;
  margin: auto;
  transition: var(--transition);
}
.div_files {
  position: relative;
}
.div_files input {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
}
.add_color {
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
  color: var(--unnamed-color-8a746f);
  transition: var(--transition);
  border-radius: 50%;
  border: 1px solid var(--unnamed-color-765241) ;
}
.add_color:hover {
  color: #fff;
  background: var(--unnamed-color-765241);
}
.left_cp .mydict label span {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 17px;
}
.left_cp .singleBrand .price .span2 {
  font-size: 20px;
}
.left_cp  .singleBrand .price {
  gap: 12px;
}
.left_cp .singleBrand  .icon_tag {
  gap: 8px;
  font-size: 14px;
}
.left_cp .singleBrand .icon_tag .i {
  width: 21px;
  height: 21px;
  min-width: 21px;
}
.left_cp  .singleBrand .h2 {
  padding-bottom: 15px;
}
.service_cp_row.singleBrand .slider_for2 .img {
  width: 274px;
  height: 274px;
  max-width: 100%;
}
.left_cp   .Golden {
  background: var(--unnamed-color-e6dbd3);
  margin-bottom: 30px;
}

.left_cp  .Golden .round_tab .content h4 {
  font-size: 18px;
  color: var(--unnamed-color-765241);
}
.left_cp  .Golden .round_tab .content p {
  font-size: 18px;
  color: var(--unnamed-color-8a746f);
}

.left_cp ul.ul_card_packages {
  width: fit-content;
  gap: 25px;
}
.left_cp  .ul_card_packages .icon {
  background: var(--unnamed-color-8a746f);
}

.message_cp .table_row .row:hover {
  background: #F3F0EB;
}
.message_cp .table_row .row {
  border-radius: 4px 10px 10px 3px;
}

.col-md-4.col_none ,.col-md-6.col_none {
  padding-top: 24px;
}

.RealWedding_page .real_kerf {
  margin-top: -56px !important;
}
.RealWedding.RealWedding_page a.img_real.img_real_kerf img.Real_img1 {
  max-height: 527px;
  object-fit: unset;
  border-radius: 186px 174px 0px 0px;
}
img.Real_img2 {
  height: 100%;
}
thead tr th {
  padding: 25px 10px;
}
tbody tr td {
  padding: 10px 20px ;
}
.table_row tbody tr {
  padding: 10px 25px;
  margin-bottom: 20px;
  border-radius: 30px;
}
tbody tr td ,thead tr th {
  min-width: 100px;
}
tbody tr td:first-of-type  {
  border-radius: 30px 0 0 30px;
}
tbody tr td:last-of-type  {
  border-radius:0 30px  30px 0 ;
}


.table_row tr.color {
  background: #F3F0EB ;
}
h6.conut_message {
  font-size: 14px;
  color: #765241;
}
.Privacy  p {
  padding: 15px 0;
}
.Privacy  h2 {
  padding: 20px 0;
}
.nice-select .option:last-of-type {
  border: none !important;
}
.table_row tr.nocolor {
  background: transparent;
}
.table_row.table_row_Requests .title th {
  background: #e2d7cf ;
  padding: 10px 20px;
  margin-bottom: 15px;
}
.table_row.table_row_Requests .title th:first-of-type  {
  border-radius: 25px 0 0 25px;
}
.table_row.table_row_Requests .title th:last-of-type  {
  border-radius:0 25px  25px 0 ;
}
.title_cp_provide p {
  padding-bottom:10px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding-right: 9px;
  padding-left: 9px;
}

.table_row::-webkit-scrollbar-thumb {
  height: 5px ;
}
.table_row::-webkit-scrollbar {
  height: 5px ;
}
.tingle-modal__close {
  top: 10px!important;
  right: 10px!important;
  left: unset !important;
  width: 30px!important;
  height: 30px!important;
  background-color: #765241 !important;
  border-radius: 50px!important;
}
span.tingle-modal__closeIcon svg {

  width: 10px !important;
}
.tingle-modal__closeIcon {
  margin-right: 0 !important;
}
.tingle-modal__closeLabel {
  display: none !important;
}

#mainnav > li {
  display: inline-block;
  padding: 0 6px;
}

#mainnav ul li {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 20px 18px;
  color: #8A746F;
}

.header #mainnav > li > a {
  line-height: 100px;
}

#mainnav > li.home > a {
  color: #18ba60;
}

#mainna > li > a {
  position: relative;
  display: block;
  text-transform: uppercase;
  color: #222;
  text-decoration: none;
  font-size: 14px;
  margin: 0 15px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

ul.submenu {
  position: absolute;
  left: 30px;
  transform: translateX(-100%);
  border-radius: 10px;
  top: 150%;
  width: 190px;
  background-color: #222222;
  background-color: #f3f0eb;
  z-index: 9999;
  border: 1px solid #8A746F;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: flex;
  gap: 0;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

ul.submenu li:first-child {
  border-top: none;
}

ul.submenu > li {
  border-top: 1px solid #333333;
}

ul.submenu > li > a {
  display: block;
  color: #fff;
  text-decoration: none;
  line-height: 45px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#mainnav:hover > ul.submenu {
  top: 100%;
  margin-top: 17px !important;
  opacity: 1;
  visibility: visible;
}

.submenu::after {
  content: "";
  position: absolute;
  top: -9px;
  right: 15px;
  border-style: solid;
  border-width: 0px 6px 10px 6px;
  border-color: transparent transparent #f3f0eb transparent;
}

.submenu:before {
  content: "";
  position: absolute;
  top: -10px;
  right: 15px;
  border-style: solid;
  border-width: 0 6px 10px 6px;
  border-color: transparent transparent #8A746F transparent;
}

.nav-bar .submenu li a::before {
  transition: var(--transition);
}

#mainnav a::before {
  opacity: 0;
}.card_Special.card_Special_row .img {
    width: 129px;
    height: 129px;
}
.card_Special.card_Special_row .row {
    padding: 0 !important;
    width: 100%;
}
.stepone_flex .icon {
    display: none;
}
.nav-bar .submenu li a::before {
  bottom: 5px;
}
input[type="date"] {
    border: 1px solid transparent;
    height: 50px;
    outline: none;
    padding: 15px;
    transition: 0.5s linear;
    width: 100%;
    background: #F3F0EB;
    box-shadow: 0px 0px 35px #76524112;
    color: var(--unnamed-color-8a746f);
    border-radius: 26px;
    font-size: 14px;
}
.nav-bar .submenu li:hover a::before {
  opacity: 1  !important;
}
.btn-primary {
    color: #fff;
    background-color: #765241 !important;
    border-color: #765241!important;
    border-radius: 25px;
}
.nav-bar .submenu li:hover {
  font-weight: bold;
}
.modal-content {
    background: #efebe6 !important;
     border-radius: 26px;
     
}
form.email-reset .row.mb-3 {
    display: flex;
    flex-direction: column;
}
form.email-reset {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.modal-body h2 {
    font-size: 23px;
}
.payment_method a:first-child {
    padding: 9px;
    border-radius: 13px;
    border: 1px solid #e5e5e5;
    display: flex;
    flex-direction: column;
    margin: 0 19px  !important;
}
.payment_method a h4 {
    font-size:16px;
}

.alert {
    border-radius: 26px;
    margin-top:20px !important;
}
[dir=rtl] .iti--allow-dropdown .iti__flag-container, [dir=rtl] .iti--show-selected-dial-code .iti__flag-container {
    right: unset !important;
    left: 0 !important;
}
.iti {
    width: 100%;
}
.card {
    border-radius: 1pc !important;
    border-color: #e6dbd3;
    overflow: hidden;
}
.btn-primary:hover {
    color: #fff;
    background-color: #765241 !important;
    border-color: #765241 !important;
}

.service_cp .service_cp_row {
    margin-top: 24px !important;
}

.iti__flag-container {
    left: 0 !important;
    left: auto  !important;
}
.card_ser .icon {
    margin-right: -8px;
    margin-left: unset;
}

.owl-carousel.owl-theme.hero_owlCarousel {
    direction: ltr;
}

.border-primary {
    border-color: #e6dbd3 !important;
    text-align:center !important;
      padding: 15px !important;
} 
form.email-reset .btn-primary {
    padding: 11px 20px;
    font-size: 14px;
    width: 100%;
}
input.form-control {
    border: 1px solid transparent;
    height: 50px;
    outline: none;
    padding: 15px;
    transition: 0.5s linear;
    width: 100%;
    box-shadow: 0px 0px 35px #76524112;
    color: var(--unnamed-color-8a746f);
    border-radius: 26px;
    font-size: 14px;
    background: #ece6df;
}
.card_vision p {
    color: var(--unnamed-color-8a746f);
    text-align: center;
}
 .privacy strong {
     color: var(--unnamed-color-765241);
 
 }

 .privacy p ,  .privacy li {
    color: var(--unnamed-color-8a746f);
    
}
.privacy_title {
    color: var(--unnamed-color-765241);
    font-size: 22px;
    padding-bottom: 10px;
    padding-top: 15px;
}
p span {
    color: var(--unnamed-color-8a746f) !important;
} 

.owl_products .owl-nav {
    display: none !important;
}