@font-face {
  font-family: "meha-ico";
  src: url(../fonts/meha-icoa129.eot?orwwst);
  src: url(../fonts/meha-icoa129.eot?orwwst#iefix) format("embedded-opentype"),
    url(../fonts/meha-icoa129.ttf?orwwst) format("truetype"),
    url(../fonts/meha-icoa129.woff?orwwst) format("woff"),
    url(../fonts/meha-icoa129.svg?orwwst#icomoon) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* @font-face {
  font-family: 'Roboto';
  src: url(../font/Roboto-Regular.woff2)format("woff2");
} */
@font-face {
    font-family: 'Roboto';
    font-weight: 400;
    src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-regular-webfont.woff");
}
:root {
  --yellow:#C39A44;
  --light: #e6e6e6;
  --gold: #bc8971;
  --gray1: #a1abb3;
  --gray2: #696d72;
  --light: #fff;
  --gray1: #f1f1f1;
  --gray2: #bec6cd;
  --main_font: 'Roboto';
  --text_font: 'Roboto';
  --eng-font: "Roboto", sans-serif;
  --icon: meha-ico, PeydaWeb, arial;
  --lightgray: #9a9a9a;
}
* {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
a {
    text-decoration: none;
    font-family: Roboto;
}
.post-content img {
    width: 100% !important;
    border-radius: 10px;
}
.post-content a
{
    color: grey;
}
.post-img
{
    border-radius: 10px;
}
/*p .card-title , h3 , span{*/
/*    font-family: 'Roboto' !important;*/
/*}*/
/*p{*/
/*    font-family: 'Roboto';*/
/*}*/
/*  header  */

/* header {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
} */

/*1. header */

header {
  position: fixed;
  top: 50px;
  right: 0;
  left: 0;
  margin: auto;
  background-color: #f4f4f4;
  z-index: 11;
  box-shadow: 0px 2px 4px 0px #c18062a8;
}
.header-sub {
  display: flex;
  justify-content: space-between;
  align-items: start;
  width: 87%;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  max-height: 100%;
}
.logo-container {
  width: 37px;
  height: 1px;
  margin: 0 5%;
}
.header-logo {
  position: absolute;
  width: 37px;
  top: 15px;
  display: flex;
  margin-left: -48px;
}

.logo {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: 1s 3s ease;
  -o-transition: 1s 3s ease;
  -moz-transition: 1s 3s ease;
  transition: 1s 3s ease;
  gap: 6px;
  display: flex;
  justify-content: left;
  align-items: center;
  text-align: center;
}
.header-logo img {
  display: block;
  height: auto;
  width: 100%;
}
.logo-txt {
  margin: 7px 13px;
  padding-top: 5px;
  color: #000;
}
.header-nav {
  display: block;
  width: 60%;
  max-width: 60%;
  margin-top: 22px;
}
.header-menu {
  margin-left: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 2rem;
}
.header-menu li {
  padding: 5px 10px;
  list-style: none;
}
.header-menu li a {
  position: relative;
  color: #9a9a9a;
  padding: 5px 10px;
  font-size: 14px;
  text-decoration: none;
}
.header-menu li a:before {
  content: "\e902";
  font-family: "meha-ico";
  position: absolute;
  right: 0;
  font-size: 8px;
  width: 100%;
  text-align: center;
  top: -14px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
  color: var(--gold);
  opacity: 0;
  box-sizing: border-box;
}
.header-menu li a:hover:before {
  opacity: 1;
  top: -10px;
}

.header-account {
  display: flex;
  -webkit-transition: 1s 4.5s ease;
  -o-transition: 1s 4.5s ease;
  -moz-transition: 1s 4.5s ease;
  transition: 1s 4.5s ease;
  position: relative;
  width: 166px;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  direction: ltr;
  margin-top: 23px;
  justify-content: space-evenly;
}
.header-account-txt {
  color: #a86849;
  margin-bottom: 0;
}
.header-account-icon:before {
  content: "";
  font-family: "meha-ico";
  cursor: pointer;
  float: right;
  background: url(../../../assets/images/account.svg) no-repeat;
  height: 30px;
  width: 30px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
}
.header-account-icon:after {
  content: "";
  font-family: "meha-ico";
  position: absolute;
  width: 40px;
  height: 30px;
  right: 0;
  top: 28px;
  box-sizing: border-box;
}
.header-account-div {
  width: 100%;
  position: absolute;
  height: 100px;
  top: 0;
}
.header-account-div-box {
  visibility: hidden;
  position: absolute;
  background: #fff;
  z-index: 10000;
  opacity: 0;
  -webkit-transition: 0.35s ease;
  -o-transition: 0.35s ease;
  -moz-transition: 0.35s ease;
  transition: 0.35s ease;
  right: 0;
  top: 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 160px;
  padding: 10px;
  opacity: 0;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  transform: rotateX(90deg);
  border: 2px solid #a86849;
  margin-top: 0;
  margin-bottom: 1rem;
}
.header-account-div-box li:first-child {
  border-bottom: 2px solid #a86849;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.header-account-div-box li {
  margin-bottom: 5px;
  cursor: pointer;
  list-style: none;
}
.header-account-div-box li span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-left: 21px;
  font-size: 9px;
  line-height: 11px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: var(--gray2);
  display: block;
}
.header-account-div-box li span img {
  position: absolute;
  width: 22px;
  max-width: 100%;
  vertical-align: middle;
  height: auto;
  right: 7px;
  -webkit-filter: grayscale(1) bleftness(0.5);
  filter: grayscale(1) bleftness(0.5);
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.header-account-div-box li span b {
  width: calc(100% - 24px);
  margin-right: 24px;
  display: block;
  line-height: 20px;
  color: var(--lightgray);
  font-family: var(--main_font);
  font-size: 13px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  text-align: right;
  font-weight: 400;
}
.header-account-li {
  position: relative;
}
.header-account:hover .header-account-div-box , .header-account-li:hover .header-account-div-box {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
  visibility: visible;
  opacity: 1;
}
.header-mobile-btn {
  position: relative;
  display: none;

  width: 34px;
  height: 34px;
  background: url(../../assets/img/Group%20979.svg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  top: 38px;
  right: 20px;
}
.header-mobile-btn:before {
  content: "";
  font-family: "meha-ico";
  position: absolute;
  width: 52px;
  height: 52px;
  top: -10px;
  right: -10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #d9bfb2;
  -webkit-box-shadow: 0 0 0 #b8866f22;
  -moz-box-shadow: 0 0 0 #b8866f22;
  box-shadow: 0 0 0 #b8866f22;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: 0 0 40px rgba(184, 134, 111, 0.25);
  -moz-box-shadow: 0 0 40px rgba(184, 134, 111, 0.25);
  box-shadow: 0 0 40px rgba(184, 134, 111, 0.25);
}
.header-mobile-btn:after {
  content: "";
  font-family: "meha-ico";
  position: absolute;
  width: 68px;
  height: 68px;
  top: -18px;
  right: -18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #d9bfb2;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (max-width: 768px) {
  header {
    height: 100px;
    top: 0;
    z-index: 99992 !important;
  }
  .header-sub {
    flex-direction: row-reverse;
  }

  .header-nav,
  .header-account {
    display: none;
  }
  .logo-container {
    margin: 0;
    width: auto;
    margin: 0;
  }
  .header-logo {
    width: auto;
    position: static;
    margin-left: -20px !important;
    margin-top: -5px;
    flex-direction: row-reverse;
  }
  .header-logo .logo {
    margin-top: 36px;
    width: 36px;
  }
  .header-mobile-btn {
    display: block;
    top: 38px;
    right: 20px;
  }
}

.menu-btn {
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 11;
  overflow: hidden;
}
.menu-btn span {
  width: 30px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000000;
  transition: all 0.5s;
}
.menu-btn span:nth-of-type(2) {
  top: calc(50% - 5px);
}
.menu-btn span:nth-of-type(3) {
  top: calc(50% + 5px);
}
.burgmenu {
  position: fixed;

  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 40px;
  background: #f4f4f4;
  transform: translateX(-100%);
  transition: 0.5s;
  z-index: 10;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
}
.burgmenu.active {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.burgmenu li {
  list-style-type: none;
}
.burgmenu li a {
  color: #000000;
}
/* header  */
.margin {
  margin-top: 40px;
}
/* logo  */

.logo {
  gap: 6px;
  display: flex;
  justify-content: left;
  align-items: center;
  text-align: center;
}
.text {
  color: #000000;
  text-align: center;
  font-family: 'Roboto';
  font-size: 20px;
}
.menu {
  gap: 70px;
}
@media screen and (max-width: 1400px) {
  .menu {
    gap: 20px;
  }
}

.menu li a {
  color: #9a9a9a;
}
/* sign in/log in  */
.marginpic {
  margin-top: -22px;
}
.signin {
  gap: 10px;
}

.login a {
  color: #a86849;
  font-family: 'Roboto';
  font-size: 18px;
}
.marginmain {
  margin-top: 7rem;
}
/* box 1  */
.blog-bg {
  background: #F4F4F4;
}
.blog3-side-right {
  width: 30%;
}
@media screen and (max-width:760px) {
  .blog3-side-right{
    width: 100%;
  }
}
.blog3-right-cards {
  border: 0;
  border-radius: 0;
}
.blog3-left-cards {
  background: #fff;
  border-radius: 0;
}
.box {
  width: 333.667px;
  height: 98px;
  flex-shrink: 0;
  border-radius: 5px;
  background: #d9d9d9;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.box img {
  width: 66px;
  height: 66px;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition-timing-function: cubic-bezier(0.09, 0.71, 0.53, 1.07);
}
.box:hover {
  border-radius: 13px;
  background: #C39A44;
  border: 9px solid #e5dabe;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;

}
/* .box:hover img {
  transform: translateY(-30px) scale(1.2);
  -webkit-transform: translateY(-30px) scale(1.2);
  -moz-transform: translateY(-30px) scale(1.2);
  -ms-transform: translateY(-30px) scale(1.2);
  -o-transform: translateY(-30px) scale(1.2);
} */
.margin30 {
  margin-top: -80px;
}
.backgr {
  background-image: url(../img/backgrow.png);
  background-size: 100%;
  background-color: #C39A44;
  width: 100%;
  height: max-content;
  margin-top: 100px;
}
.backgr .row {
  height: 321px;
}
.backgr img {
    width: 525px;
    height: 494px;
    flex-shrink: 0;
    margin-top: -90px;
}
.backgroundmain {
  background: #f4f4f4;
}
.paddingbox {
  padding: 50px;
}
@media screen and (max-width: 594px) {
  .paddingbox {
    padding: 20px;
  }
}
hr {
  background: linear-gradient(to right, #fff, #C39A44, #fff);
  opacity: 1;
  border: none;
  height: 3px;
}

.span-benefits {
  background-color: #fff;
  margin: auto;
  transform: translateY(-46px);
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  width: max-content;
  padding: 0 27px;
  color: #333;
  text-align: center;
  font-family: 'Roboto';
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 180%;
  /*57.6px*/
  letter-spacing: 0.8px;
  -webkit-transform: translateY(-46px);
  -moz-transform: translateY(-46px);
  -ms-transform: translateY(-46px);
  -o-transform: translateY(-46px);
}
@media screen and (max-width: 769px) {
  .span-benefits {
    font-size: 20px;
    transform: translateY(-36px);
    -webkit-transform: translateY(-36px);
    -moz-transform: translateY(-36px);
    -ms-transform: translateY(-36px);
    -o-transform: translateY(-36px);
    padding: 0 15px;
  }
}

.h5-title {
  color: #333;
  font-family: 'Roboto';
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 173%; /* 44.98px */
  letter-spacing: -0.13px;
}
.box1 {
  border-radius: 5px;
  background: #f4f4f4;
  width: 360px;
  height: 126px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.box1 span {
  color: #333;
  font-family: 'Roboto';
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 46.8px */
  letter-spacing: -0.13px;
}
.bottom-img {
  width: max-content;
  height: max-content;
}
.middle-img {
  width: 527px;
  height: 457px;
}
.compare {
  color: #333;
  text-align: center;
  font-family: 'Roboto';
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 180%; /* 57.6px */
  letter-spacing: 0.8px;
}
.compare-p {
  color: #333;
  text-align: center;
  font-family: 'Roboto';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 36px */
  letter-spacing: -0.1px;
}
.title-card {
  color: #333;
  font-family: Bahnschrift;
  font-size: 60px;
  font-style: normal;
  font-weight: 350;
  line-height: 180%; /* 108px */
  letter-spacing: -6.6px;
}
.percent {
  color: #333;
  font-family: Bahnschrift;
  font-size: 36px;
  font-style: normal;
  font-weight: 350;
  line-height: 180%;
  letter-spacing: 0.18px;
}
.title-change {
  color: #C39A44;
  font-family: 'Roboto';
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 64.8px */
  letter-spacing: 0.9px;
}
.button-color {
  border-radius: 5px;
  background: #C39A44;
  color: #ffffff;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.btn-last {
  width: 260px;
  height: 52px;
}
.button-color:hover {
  background: #C39A44;
  color: #fff;
  transform: translateY(-2px);
}

.footer-bg {
  background: #C39A44;
  box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.08);
}
footer li a {
  color: rgba(255, 255, 255, 0.57);
  font-family: 'Roboto';
  font-size: 15px;
  font-style: normal;
}
footer li a:hover {
  color: #3f3f3f;
  font-family: 'Roboto';
  font-size: 20px;
  font-style: normal;
}
footer li:first-child:hover {
  list-style-type: none;
}
/* footer li:hover {
  list-style-type: disc;
} */
footer > section {
  padding: 3rem;
  padding-top: 5rem !important;
  padding-bottom: 6rem;
}
.footer-meha-des {
  text-align: left !important;
  color: #959595 !important;
}
.text2 {
  color: #3f3f3f;
  text-align: center;
  font-family: 'Roboto';
  font-size: 24px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 10.32px;
}
.logo2 {
  gap: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-left: -9rem;
  margin-bottom: 0.7rem;
}
.title-30 {
  color: #333;
  font-family: Bahnschrift;
  font-size: 50px;
  font-style: normal;
  font-weight: 350;
  line-height: 180%; /* 108px */
  letter-spacing: -6.6px;
}
.title-footer {
  color: #fff;
  font-family: 'Roboto';
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 43.2px */
  letter-spacing: -0.12px;
}
.img-p {
  width: 574px;
  height: 322px;
  flex-shrink: 0;
}
.theme {
  color: #333;
  font-family: 'Roboto';
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 173%; /* 44.98px */
  letter-spacing: -0.13px;
}
.num {
  color: #9c9c9c;
  font-family: auto;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: -0.09px;
  margin-top: 10px;
  margin-left: 10px;
}
.changes {
  color: #333;
  font-family: 'Roboto';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 36px */
  letter-spacing: -0.1px;
}
.title-bottom {
  color: #333;
  font-family: 'Roboto';
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 106.5%; /* 34.08px */
  letter-spacing: 0.8px;
  width: max-content;
  position: absolute;
  background-color: #fff;
  margin-top: -35px;
}
.title-last {
  color: #333;
  font-family: 'Roboto';
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 36px */
  letter-spacing: -0.1px;
}
.image {
  margin: 9px 16px;
  width: 24px;
  height: 20px;
}
.marginphone {
  margin: 4px 16px;
}
.forminput {
  border-radius: 5px;
  background: #f4f4f4;
}
.forminput:focus {
  color: #C39A44;
  border: 2.5px solid #C39A44;
  outline: none;
  box-shadow: none;
}
.comment {
  width: 41px;
  height: 35px;
}
.usercomment {
  color: #333;
  font-family: 'Roboto';
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.1px;
}
.reply {
  color: #C39A44;
  font-family: 'Roboto';
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
}
.scrol {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  margin-left: 60px;
  height: max-content;
}
@media screen and (max-width: 1250px) {
  .scrol {
    display: none;
  }
}
.box-scrol {
  position: relative;
  border-right: 2px solid #af6632;
  height: 400px;
  margin-right: 27px;
  z-index: -1;
}
.imagecr {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -28px;
  margin: auto;
  z-index: 5;
}
.imagecr img {
  margin-left: -15px;
}
.c-margin {
  margin-left: 113px;
  width: max-content;
}
@media screen and (max-width: 700px) {
  .c-margin {
    margin-left: 10px;
    width: auto;
  }
}
.backcolor {
  background-color: #f4f4f4;
}
.translate {
  transform: scale(1.2) translateY(-18px);
  -webkit-transform: scale(1.2) translateY(-18px);
  -moz-transform: scale(1.2) translateY(-18px);
  -ms-transform: scale(1.2) translateY(-18px);
  -o-transform: scale(1.2) translateY(-18px);
}
@media screen and (max-width: 700px) {
  .translate {
    transform: scale(1.2) translateY(-25px);
    -webkit-transform: scale(1.2) translateY(-25px);
    -moz-transform: scale(1.2) translateY(-25px);
    -ms-transform: scale(1.2) translateY(-25px);
    -o-transform: scale(1.2) translateY(-25px);
  }
}
.card-bg {
  background-color: #d9d9d9;
  padding: 0;
}

.width-card {
  width: max-content;
}
.translate1 {
  transform: scale(1.1) translateY(-20px);
  -webkit-transform: scale(1.1) translateY(-20px);
  -moz-transform: scale(1.1) translateY(-20px);
  -ms-transform: scale(1.1) translateY(-20px);
  -o-transform: scale(1.1) translateY(-20px);
}
@media screen and (max-width: 700px) {
  .translate1 {
    transform: scale(1.1) translateY(-15px);
    -webkit-transform: scale(1.1) translateY(-15px);
    -moz-transform: scale(1.1) translateY(-15px);
    -ms-transform: scale(1.1) translateY(-15px);
    -o-transform: scale(1.1) translateY(-15px);
  }
}
.translate2 {
  transform: scale(1.2) translateY(-9px) translateX(10px);
  -webkit-transform: scale(1.2) translateY(-9px) translateX(10px);
  -moz-transform: scale(1.2) translateY(-9px) translateX(10px);
  -ms-transform: scale(1.2) translateY(-9px) translateX(10px);
  -o-transform: scale(1.2) translateY(-9px) translateX(10px);
}
@media screen and (max-width: 700px) {
  .translate2 {
    transform: scale(1.2) translateY(-24px);
    -webkit-transform: scale(1.2) translateY(-24px);
    -moz-transform: scale(1.2) translateY(-24px);
    -ms-transform: scale(1.2) translateY(-24px);
    -o-transform: scale(1.2) translateY(-24px);
  }
}
.widthres {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .widthres {
    width: 100%;
  }
}
.accordion-button:not(.collapsed)::after {
  background-image: url(../img/Group\ 1001.svg);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: url(../img/Group\ 1001.svg);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
.accordion-button:not(.collapsed) {
  color: #000;
  background-color: #f4f4f4;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0
    var(--bs-accordion-border-color);
}
.accordion-flush .accordion-item {
  margin-bottom: 5px;
  border-bottom: none;
}
.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: #000;
}
@media screen and (max-width: 600px) {
  .margin-mobile {
    padding-left: 0px;
  }
}

/* --------------------
    Menu Mobile
-------------------- */
#mask {
  position: fixed;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}

#menumobile {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100vw;
  height: 100vh;
  z-index: 999999;
  transition: all 0.8s ease;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: rgba(0, 0, 0, 0.8);
  background: -moz-radial-gradient(
    circle,
    rgba(0, 0, 0, 1) 40%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-radial-gradient(
    circle,
    rgba(0, 0, 0, 1) 40%,
    rgba(0, 0, 0, 0) 100%
  );
  background: radial-gradient(
    circle,
    rgba(0, 0, 0, 1) 40%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  background-size: 250%;
  background-position: center left;
  opacity: 0;
}
.mask {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  backdrop-filter: blur(4px) grayscale(1);
  opacity: 0;
  transition: 1s;
  visibility: hidden;
}
.open.mask {
  opacity: 1;
  visibility: visible;
}
#menumobile.open {
  right: 0;
  opacity: 1;
}
#menumobile > ul {
  position: absolute;
  font-size: 16px;
  top: 0;
  right: calc(-60vh + 10px);
  width: calc(100vh + 8px);
  height: 100vh;
}
#menumobile li a {
  position: absolute;
  padding-left: 30px;
  text-align: left;
  margin: 16px 0;
  line-height: 34px;
  width: 100%;
  top: calc(50% - 30px);
  opacity: 0;
  transform: rotate(0deg);
}

#menumobile li a span {
  display: block;
  transform-origin: left;
  color: var(--light);
  opacity: 0;
  padding-left: 0;
}

li.open > a > span {
  transition: all 0.6s !important;
}
li.open > ul > li > a {
  color: var(--gold);
}
#menumobile li li span {
  transition: 0.5s ease;
}
#menumobile li li a:before {
}
#menumobile > ul > li:nth-child(1) > a span {
  transition-delay: 1.4s;
}
#menumobile > ul > li:nth-child(2) > a span {
  transition-delay: 1.6s;
}
#menumobile > ul > li:nth-child(3) > a span {
  transition-delay: 1.8s;
}
#menumobile > ul > li:nth-child(4) > a span {
  transition-delay: 2s;
}
#menumobile > ul > li:nth-child(5) > a span {
  transition-delay: 2.2s;
}
#menumobile > ul > li:nth-child(6) > a span {
  transition-delay: 2.4s;
}
#menumobile > ul > li:nth-child(7) > a span {
  transition-delay: 2.6s;
}
#menumobile > ul > li:nth-child(8) > a span {
  transition-delay: 2.8s;
}
#menumobile > ul > li:nth-child(9) > a span {
  transition-delay: 3s;
}
#menumobile > ul > li:nth-child(10) > a span {
  transition-delay: 3.2s;
}
#menumobile li a i {
  position: absolute;
  left: 0;
  width: 28px;
  height: 28px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  background: #000;
  box-shadow: 0 0 5px #ad7e698f;
  color: var(--gold);
  font-size: 16px;
  text-align: CENTER;
  line-height: 20px;
}
#menumobile li li a i {
  width: 10px;
  height: 10px;
  margin: 10px 10px 0 0;
  box-shadow: 0 0 10px #ad7e6999;
  border: 1px solid var(--gold);
}
#menumobile li li a b:before {
  content: "" !important;
}
#menumobile li a i b {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}
#menumobile li a i b:before {
  content: "\22B9";
  position: absolute;
  color: var(--gold);
  font-size: 16px;
  text-align: center;
  line-height: 20px;
  font-weight: normal;
  width: 100%;
  left: 0;
  top: 0;
  transition: 0.6s;
}
#menumobile li a i {
  font-style: normal;
}
#menumobile.open > ul > li > a > span,
li.open ul > li > a > span {
  transition-property: all, transform;
  transition-duration: 0.6s, 0s;
  transition-timing-function: ease;
  padding-left: 20px !important;
  opacity: 1;
}
#menumobile li.open > a span {
  color: var(--gold);
}
#menumobile > ul > li > a b:after {
  content: "\21A9";
  opacity: 0;
  position: absolute;
  color: var(--gold);
  font-size: 16px;
  text-align: center;
  line-height: 20px;
  font-weight: normal;
  width: 100%;
  left: 0;
  top: 0;
  transition: 0.6s;
}
#menumobile li.open i b:after {
  opacity: 1 !important;
  transition: 0.6s 1s;
}
#menumobile li.open i b:before {
  opacity: 0;
}
#menumobile li i {
  display: block;
}
#menumobile:before {
  content: "";
  position: absolute;
  top: 0;
  right: -60vh;
  width: 100vh;
  height: 100vh;
  border-radius: 50%;
  border: 1px solid var(--gold);
  -webkit-mask-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 20%,
    rgba(0, 0, 0, 0) 100%
  );
  mask-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 20%,
    rgba(0, 0, 0, 0) 38%,
    rgba(0, 0, 0, 0) 100%
  );
}
#menumobile img {
  max-width: 130px;
}
#menumobile.open > ul > li > a,
li.open ul > li > a {
  opacity: 1;
  transition: 1s 1s ease;
}
#nomenumobile {
  cursor: pointer;
  transition: all 0.5s;
  width: 25px;
  height: 25px;
  background: var(--danger);
  text-align: center;
  border-radius: 3px;
  display: inline-flex;
  color: #fff;
  font-size: 11px;
  align-items: center;
  justify-content: center;
}

.btn-mm {
  padding: 0 20px;
  margin-top: 20px;
}

.btn-mm a {
  display: flex;
}
.main-mm {
  padding: 5px 20px;
}

.main-mm ul li a {
  color: #222;
  display: block;
  padding: 8px 0;
  position: relative;
  width: 80%;
}

.main-mm ul li a:hover {
  color: var(--color2);
}

.main-mm ul li > .sub-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 250px;
  background: var(--bg_light);
  right: -250px;
  transition: 0.3s;
  z-index: 9;
  padding: 20px;
}

.childer i {
  position: absolute;
  cursor: pointer;
  top: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  left: 10px;
}

.childer {
  position: absolute;
  left: -25%;
  cursor: pointer;
  top: 10px;
  width: 25px;
  height: 25px;
  background: var(--bg_footer);
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.come-submenu {
  right: 0 !important;
}

.sub-closer {
  cursor: pointer;
  top: 10px;
  width: 25px;
  height: 25px;
  background: var(--color2);
  border-radius: 3px;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sub-closer i {
  cursor: pointer;
  top: -1px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: relative;
  left: -1px;
}

.title-subcome {
  color: var(--color2);
  font-weight: normal;
  position: relative;
  top: 2px;
}

.icon-zarb:before {
  content: "\e907";
  color: #979797;
}

.icon-zarb {
  font-family: "meha-ico";
  position: absolute;
  top: 36px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  margin-left: 53px;
  z-index: 200;
  font-style: normal;
}

.openedMenu .icon-zarb {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 1s 1s;
  -o-transition: 1s 1s;
  -moz-transition: 1s 1s;
  transition: 1s 1s;
}

.openedMenu .slidedown,
.openedMenu .sections-nav-main {
  opacity: 0 !important;
  visibility: hidden;
}

.icon-zarb:before {
  content: "";
  position: absolute;
  width: 52px;
  height: 52px;
  top: -10px;
  right: -10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #302a27;
  -webkit-box-shadow: 0 0 0 #b8866f22;
  -moz-box-shadow: 0 0 0 #b8866f22;
  box-shadow: 0 0 0 #b8866f22;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

.icon-zarb:before {
  content: "\e907";
  color: var(--gold);
  font-size: 25px;
  line-height: 46px;
  text-align: center;
  width: 46px;
  height: 46px;
  top: -7px;
  right: -7px;
}

.icon-zarb:hover:before {
  -webkit-box-shadow: 0 0 50px #b8866f70;
  -moz-box-shadow: 0 0 50px #b8866f70;
  box-shadow: 0 0 50px #b8866f70;
}

.icon-zarb:after {
  content: "";
  position: absolute;
  width: 68px;
  height: 68px;
  top: -18px;
  right: -18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #302a27;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

.icon-zarb:hover:after {
  border: 1px solid #b1806a2b;
}

.icon-zarb:before {
  -webkit-box-shadow: 0 0 40px rgba(184, 134, 111, 0.25);
  -moz-box-shadow: 0 0 40px rgba(184, 134, 111, 0.25);
  box-shadow: 0 0 40px rgba(184, 134, 111, 0.25);
}

.header-news {
  position: fixed;
  top:60px;
  height: 40px;
  width: 100%;
  background: #fff;
  left: 0;
  z-index: 9;
  overflow: hidden;
  padding-top: 10px;
}

.header-news a {
  color: #000;
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
/* .ticker-wrap {
  position: fixed;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  height: 4rem;
  background-color: rgba(0, 0, 0, 0.9);
  padding-left: 100%;
  box-sizing: content-box;
} */
.ticker-wrap .ticker {
  display: inline-block;
  height: 50px;
  line-height: 3rem;
  white-space: nowrap;
  /* padding-right: 100%; */
  box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
}
.ticker-wrap .ticker__item {
  display: inline-block;
  padding: 0 2rem;
  font-size: 0.8rem;
  color: #000;
}

#personnel {
  display: none;
  margin-top: 8rem;
}

.single-card-personnel {
  flex-wrap: wrap;
}
.single-card-personnel .info:before {
  content: none;
}

.contact-us-icon {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-image: url(../../../assets/images/account.svg);
  z-index: 111;
  filter: drop-shadow(2px 4px 6px #fff);
  background-size: 100%;
}
/* blog-page  */
.body-blog-bgcolor {
  background-color: #f4f4f4;
}
/* header-style */
.blog-header-shadow {
  box-shadow: none;
  position: relative;
  top: 50px;
}
.logo-header-scale{
  transform: scale(0.75);
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
}
.logo-header-margin{
  margin-left: 11px;
}

.logo-text {
  color: #333;
  text-align: center;
  font-family: 'Roboto';
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 2.9px;
}

.menu-header {
  gap: 50px;
}
.menu-header li a {
  color: #9a9a9a;
  font-family: 'Roboto';
  font-size: 15px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  position: relative;
}
.menu-header li a:before{
  content: "\e902";
  font-family: "meha-ico";
  position: absolute;
  right: 0;
  font-size: 8px;
  width: 100%;
  text-align: center;
  top: -14px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
  color:var(--yellow);
  opacity: 0;
  box-sizing: border-box;
}
.menu-header li a:hover:before{
  opacity: 1;
    top: -10px;
}

.login-signin-link  {
  color:var(--yellow) ;
font-family: 'Roboto';
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
/* main-style  */
.margin-top-main{
  margin: 3rem 0px 1rem 0px;
  padding-top: 3rem;
}
.margin-button-main{
  margin-bottom: 100px;
}
.categori-nav li a {
  color: var(--yellow);
  font-family: 'Roboto';
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 5px;
}

.categori-nav li a:hover {
  border-radius: 5px;
  background: var(--yellow);
  color: #f4f4f4;
}
@media screen and (max-width:760px) {
  .categori-nav{
    padding-left: 0px;
  }
  .logo-mobile {
    position: relative;
    margin: 0 auto;
    width: 3rem;
  }
  .logo-mobile-img {
    width: 100%;
    position: relative;
    margin: 0 auto;
  }
  .logo-mobile-shape {
    width: 100%;
    margin-top: -1.7rem;
  }
  .logo-mobile-shape-img {
    width: calc(100% + 160px);
    margin-left: -80px;
    max-width: none;
  }
  .footer-shape-mobile {
    max-width: none;
    width: calc(100% + 600px);
    margin-left: -300px;
  }
}
.page-number {
  color: var(--yellow);
  font-family: revert-layer;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 6px;
  background: #ffffff;
}
.page-number:hover {
  border-radius: 6px;
  background: var(--yellow);
  color: #fff;
}
.footer-blog-bg {
  background-color: #090909;
}
.nav-hover-color li a:hover {
  color: var(--yellow);
  font-family: 'Roboto';
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
/* .nav-hover-color li::marker {
  color: var(--yellow);
} */
.logo-footer-text {
  color: #f4f4f4;
  text-align: center;
  font-family: 'Roboto';
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 5.52px;
}
/* mobile-edit */
.header-img-scale-mobile{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
/* blog3 */
.blog-ltr-card-text{
  color: #333;
  font-family: 'Roboto';
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.66px;
  margin-bottom: 2rem;
}
.blog-ltr-paragraph{
  color: #333;
  font-family: auto;
  font-size: 1rem;
  font-style: normal;
  font-weight: 100;
  line-height: 149.5%;
  margin-bottom: 2rem;
}
.blog-ltr-pic{
  border-radius: 6px 6px 0px 0px;
  width: 400px;
  height: 200px;
}

.costum-hr{
  width: 100%;
height: 2px;
background: rgba(0, 0, 0, 0.20);
}
.comments{
  color: #9C9C9C;
font-family: auto;
font-size: 1rem;
font-style: normal;
font-weight: 500;
line-height: 180%; /* 32.4px */
letter-spacing: -0.09px;
}
.card-link-seemore a{
  color: #585858;
  font-family: 'Roboto';
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 149.5%; /* 29.9px */
}
.most-veiw{
  margin-right: 7rem;
}
@media screen and (max-width:760px){
  .mobile-margin{
margin-left:20px;
margin-right: -20px;
  }
  .most-veiw{
    margin-right: 0rem;
  }
}
.signin-pic{
  width: 30px;
  height: 30px;
  margin-left: 5px;
}

.h3-font-size{
  color: #333;
text-align: center;
font-family: 'Roboto';
font-size: 23px;
font-style: normal;
font-weight: 700;
line-height: 180%; /* 57.6px */
letter-spacing: 0.8px;
}
.contact-us-icon {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 48px;
  height: 55px;
  background-repeat: no-repeat;
  background-image: url(../img/profile\ 2\ 1.png);
  z-index: 111;
  filter: drop-shadow(2px 4px 6px #fff);
  background-size: 100%;
}
.hover-effect{
  display: flex;
}
.hover-effect:after{
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("../img/blog\ arrow\ 3.png");
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.hover-effect:hover:after{
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("../img/blog\ arrow\ 2.png");
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
@media screen and (max-width:1300px) and (min-width:1200px),screen and (max-height:600px) and (min-height:500px){
  /* .header-img-shape {
    margin-top: 1rem;
  } */
  .logo-header-margin{
    margin-top: -10px;
  }
  .most-veiw{
    margin-right: 5rem;
  }
}


.custom-menu {
  display: none;
}
html , body {
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {

  .contact-us-icon {
    display: none;
  }



  .custom-menu {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    height: 5rem;
    /* background: #0000006e; */
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    /* box-shadow: 0px -6px 30px 7px #000; */
    transition: 1s cubic-bezier(0, 0, 0.2, 1);
    z-index: 10000000;
    border-radius: 34rem / 10rem;
}
.custom-menu.active {
    height: calc( 100% - 50px);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 76% / 15%;
}
.custom-menu-header {
    width: 100%;
    height: 100%;
}
.custom-menu-header-top-icon {
    background-image: url(../../../assets/images/arrow-up-menu.png);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0 auto;
    width: 16%;
    height: 34px;
    z-index: 10;
    transition: 1s cubic-bezier(0, 0, 0.2, 1);
}
.custom-menu-header-top-icon.active {
    background-image: url(../../../assets/images/menu-up-close.png) !important;
    top: 10px;
    width: 16%;
    background-size: 50%;
    background-position: center top;
}
.custom-menu-header-center-icon {
    background-image: url(../../../assets/images/menu-shape.png);
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: 100%;
    height: calc(100% - 25px);
    top: 25px;
}
.custom-menu-header-text {
    position: absolute;
    right: 0;
    left: 0;
    width: auto;
    text-align: center;
    top: 30px;
    color: #000;
    font-family: ''roboto'';
    opacity: 1;
    transition: 1s cubic-bezier(0, 0, 0.2, 1);
}
.custom-menu.active .custom-menu-header-text {
    opacity: 0;
}

.custom-menu-body {
    position: absolute;
    top: 80px;
    width: 100%;
    height: 100%;
    text-align: center;
}

.custom-menu-body ul {
    margin-left: 0 !important;
    margin-bottom: 0 !important;
    padding-left: 0 !important;
}
.custom-menu-body ul li {
    margin-bottom: 2rem;
}

.custom-menu-body ul li {
    transition-duration: 1s !important;
    /* transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important; */
}



.custom-menu-body ul li a {
    position: relative;
    color: #000;
}

.custom-menu-body ul li.active a {
    color: #C39A44;
}
.custom-menu-body ul li.active a:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #C39A44;
    filter: drop-shadow(0px 0px 11px #C18162);
    top: 1px;
    bottom: 0;
    margin: auto;
    margin-left: 5px;
}
.custom-menu-body ul li.active a:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #C39A44;
    filter: drop-shadow(0px 0px 11px #C18162);
    top: 1px;
    bottom: 0;
    margin: auto;
    margin-left: -13px;
}
}



.owl-carousel2 .owl-item {
  width: auto !important;
}
.owl-carousel2 .owl-item .item a {
  width: auto;
  display: block;
}
