@font-face {
    font-family: "ClarikaProGeo Lt";
    src: url(../fonts/Gilroy-Bold.ttf);
    font-display: swap
  }
  
  @font-face {
    font-family: "Gilroy-Regular";
    src: url(../fonts/Gilroy-Regular.ttf);
    font-display: swap
  }
  
  @font-face {
    font-family: "Gilroy-Light";
    src: url(../fonts/Gilroy-Light.ttf);
    font-display: swap
  }
  
  @font-face {
    font-family: "Gilroy-Medium";
    src: url(../fonts/Gilroy-Medium.ttf);
    font-display: swap
  }
  
  @font-face {
    font-family: "Gilroy-SemiBold";
    src: url(../fonts/Gilroy-Bold.ttf);
    font-display: swap
  }
  
  @font-face {
    font-family: "Unna";
    src: url(../fonts/Unna-Regular.ttf);
    font-display: swap
  }
  
  body {
    margin: 0 auto;
    background: #fff;
    color: #5B5B5B;
    font-weight: 400 !important;
  }
  
  html {
    overflow-x: hidden;
    scroll-behavior: smooth;
  }
  
  /* p,
  li,
  a {
      font-size: 14px;
  } */
  a {
    cursor: pointer;
  }
  
  nav.main-nav {
    background-color: #2A2823;
    padding-bottom: 15px;
  }
  
  @media (min-width:768px) {
    button.owl-prev {
      position: absolute;
      top: 32%;
      left: -40px;
      bottom: unset;
    }
  
    button.owl-next {
      position: absolute;
      top: 32%;
      right: -40px;
      bottom: unset;
      left: unset;
    }
  
    .lgtud {
      padding-left: 35px;
      padding-right: 35px;
    }
  
    footer {
      position: sticky;
      z-index: 0;
      bottom: 0;
      width: 100%;
    }
  
    section.date-bg,
    section.date-bg-desc {
      z-index: 9;
      position: relative;
      background-color: #fff;
    }
  
    .date-bg p,
    .date-bg-desc p {
      width: 80%;
    }
  }
  
  .date-bg {
    margin-top: 14%;
  }
  
  .date-bg h3 {
    color: #3E513A;
    font-family: 'Gilroy-Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    text-transform: capitalize;
  }
  
  .date-bg h2 {
    color: #C0A177;
    font-family: Unna;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 121.739%;
    /* 121.739% */
    text-transform: capitalize;
    margin-bottom: 25px;
  }
  
  .date-bg p {
    color: #5B5B5B;
    font-family: Gilroy-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 35px;
  }
  
  .date-bg-desc h3 {
    color: #3E513A;
    font-family: Unna;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    /* 100% */
    text-transform: capitalize;
    margin-bottom: 20px;
  }
  
  .blog-box {
    padding-top: 45px;
  }
  
  .blog-box p,
  .list-bg ul li,.blog-box ul li {
    color: #5B5B5B;
    font-family: Gilroy-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
  }
  
  section.date-bg-desc .container {
    overflow: unset;
  }
  
  .list-bg ul {
    padding-left: 20px;
    margin-top: 35px;
  }
  
  .list-bg ul li {
    margin-bottom: 10px;
  }
  
  .desv {
    position: relative;
  }
  
  .share-bg {
    position: absolute;
    top: 10px;
    right: 1%;
    border-left: 1px solid #C8C8C8;
    padding-left: 10px;
    width: 2.8%;
  }
  
  .lgtud {
    margin-top: 45px;
    padding-bottom: 75px;
    padding-left: 0;
    padding-right: 0;
  }
  
  #pr6 .item {
    display: flex;
    gap: 40px;
    align-items: center;
  }
  
  #pr6 .det-bg img {
    width: 30px;
  }
  
  #pr6 h5 {
    color: #C0A177;
    font-family: Unna;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
  
  #pr6 p {
    color: #3E513A;
    cursor: pointer;
    font-family: Unna;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    /* 150% */
    text-transform: capitalize;
    transition: 0.3s all linear;
  }
  
  #pr6 .item:hover p {
    color: #C0A177;
    text-decoration: underline;
  }
  
  #pr6 .det-bg img.or-bg {
    /* display: none; */
  }
  
  #pr6 .owl-nav {
    display: block;
  }
  
  /* #pr6 button.owl-prev {
     position: absolute;
     top: 45%;
     left: -35px;
  }
  
  #pr6 button.owl-next {
      position: absolute;
      top: 45%;
      right: -35px;
  } */
  #pr6 .item a {
    display: contents;
  }
  
  #pr6 .item a.product-photo-hover {
    display: block;
    position: relative;
  }
  
  .product-photo-hover>img {
    background: #fff
  }
  
  .product-photo-hover>img:not(:only-child):nth-child(1) {
    position: absolute;
    z-index: 3
  }
  
  .product-photo-hover:hover>img:nth-child(1) {
    z-index: 1
  }
  
  .product-photo-hover>img:nth-child(2) {
    position: relative;
    z-index: 2
  }
  
  .container {
    max-width: 90%;
  }
  
  .product-photo-hover::after {
    content: "";
    position: absolute;
    background-image: url("../images/blog_arrow.svg");
    background-size: 100% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
    width: 30px;
    height: 9px;
    left: 0%;
    transition: all linear 0.4s;
  }
  
  #pr6 .item:hover .product-photo-hover::after {
    background-image: url(../images/Arrowf2.svg);
    transform: translate(6px, 0);
  }
  
  button#icon-a-id:before {
    content: "";
    background: url(../images/sm-share-v2-new.svg);
    position: absolute;
    width: 23px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    left: 9px;
    top: 10px;
  }
  .maingroup:before {
    content: "";
    background: #CDB47A;
    position: absolute;
    height: 22px;
    width: 0.5px;
    top: 10px;
  }
  
  @media (min-width:1400px) {
    .date-bg h3 {
      font-size: 18px;
    }
  
    .date-bg h2 {
      font-size: 35px;
    }
  
    .date-bg p,
    .blog-box p,
    .list-bg ul li,
    #pr6 p,.blog-box ul li {
      font-size: 18px;
    }
  
    .date-bg-desc h3 {
      font-size: 30px;
    }
  
    #pr6 h5 {
      font-size: 16px;
    }
  }
  
  @media (min-width:1450px) and (max-width:1600px) {
    .date-bg h3 {
      font-size: 20px;
    }
  
    .date-bg h2 {
      font-size: 40px;
    }
  
    .date-bg p,
    .blog-box p,
    .list-bg ul li,
    #pr6 p,.blog-box ul li {
      font-size: 20px;
    }
  
    .date-bg-desc h3 {
      font-size: 32px;
    }
  
    #pr6 h5 {
      font-size: 18px;
    }
  }
  
  @media (min-width:1601px) and (max-width:1800px) {
    .date-bg h3 {
      font-size: 22px;
    }
  
    .date-bg h2 {
      font-size: 45px;
    }
  
    .date-bg p,
    .blog-box p,
    .list-bg ul li,
    #pr6 p,.blog-box ul li {
      font-size: 22px;
    }
  
    .date-bg-desc h3 {
      font-size: 34px;
    }
  
    #pr6 h5 {
      font-size: 20px;
    }
  }
  
  @media (min-width:1801px) {
    .date-bg h3 {
      font-size: 24px;
    }
  
    .date-bg h2 {
      font-size: 50px;
    }
  
    .date-bg p,
    .blog-box p,
    .list-bg ul li,
    #pr6 p,.blog-box ul li {
      font-size: 24px;
    }
  
    .date-bg-desc h3 {
      font-size: 36px;
    }
  
    #pr6 h5 {
      font-size: 22px;
    }
  }
  
  @media (max-width:767px) {
    .share-bg {
      top: 0px;
    }
  
    .container {
      max-width: 96%;
    }
  
    .date-bg h2 {
      font-size: 36px;
      line-height: 46px;
    }
  
    .date-bg-desc h3 {
      font-size: 26px;
    }
  
    .container {
      max-width: 95%;
    }
  
    #pr6 .item {
      display: block;
    }
  
    .det-bg {
      margin-top: 25px;
    }
  
    #pr6 button.owl-prev {
      margin-right: 10px;
      position: relative;
    }
  
    #pr6 button.owl-next {
      margin-left: 10px;
      position: relative;
    }
  
    #pr6 .owl-nav {
      display: block;
      text-align: center;
      margin: 10px auto 0;
    }
  
    .date-bg {
      margin-top: 160px;
    }
  
    .date-bg p,
    .blog-box p,
    .list-bg ul li,.blog-box ul li {
      font-size: 18px;
    }
  
    #pr6 button.owl-prev,
    #pr6 button.owl-next {
      left: unset;
      right: unset;
    }
  }
  
  nav.main-nav.black_class_header {
    /* background: #687065; */
  }
  
  nav .container {
    max-width: 96%;
  }
  
  .blog-img-detail {
    width: 100%;
  }
  
  .product-photo-hover {
    margin-top: 30px;
  }
  
  .guio {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-bottom: 10px; */
  }
  
  .guio img {
    height: 20px;
    border-left: 1px solid #C8C8C8;
    padding-left: 8px;
  }
  
  .guio div.wrapper {
    /* display: none; */
  }
  
  .guio div.wrapper.show {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .guio div.wrapper .social-icons {
    display: none;
  }
  
  .guio div.wrapper.show .social-icons {
    display: flex;
    gap: 5px;
    margin-top: 0;
  }
  
  .guio .social-icons img {
    width: 72%;
    height: auto;
    margin: auto;
    display: block;
    padding-left: 0;
  }
  
  .guio a img {
    border-left: 0
  }
  
  .guio img {
    cursor: pointer;  
    position: relative;
      z-index: 1;
  }
  
  button {
    border: 0;
    outline: 0;
    height: 40px;
    width: 40px;
    border-radius: 40px;
    background-color: transparent;
  }
  
  .social {
    display: inline-block;
    /* width: 700px; */
    height: 40px;
    margin-top: 5px;
    margin-left: 5px;
  }
  
  .maingroup {
    position: relative;
    display: inline-block;
    height: 40px;
    z-index: 9;
    background: #fff;
    /* width: 180px; */
    padding-right: 20px;
    margin-right: -20px;
  }
  
  .expgroup {
    width: 300px !important;
    height: 40px;
    position: absolute;
    display: inline-block;
    float: right;
    right: -243px;
    transition: 0.5s all linear;
    background-color: #fff;
  }
  
  .icon {
    display: inline-block;
    position: relative;
    vertical-align: middle;
  }
  
  .add,
  .add-ext {
    background: transparent;
  }
  
  .material-icons {
    color: #ccc;
    font-size: 32px;
  }
  
  .material-icons:hover {
    cursor: pointer;
    color: #a9a9a9;
  }
  
  button.icon {
    vertical-align: top;
  }
  
  .guio h3 {
    margin-bottom: 0;
  }
  
  @media (max-width: 767px) {
    .lig p {
      padding-bottom: 0px;
    }
  
    .date-bg-desc h3 {
      margin-bottom: 10px;
    }
  
    .blog-box {
      padding-top: 20px;
    }
  
    .lgtud {
      padding-bottom: 25px;
    }
  
    nav.main-nav {
      padding-bottom: 15px;
      z-index: 100;
    }
    div#pr6.owl-carousel .owl-stage-outer {
      min-height: auto;
    }
  }
  
  @media (min-width:768px) and (max-width:1023px){
    #pr6 .item {
      flex-direction: column;
  }
  }
  

/* *** */
nav#bflex-nav-wrapper-main {
  background-color: #364B32 !important;
}
div#pr6 .owl-nav button {
  background-color: transparent !important;
  width: auto;
  height: auto;
}

div#pr6 .owl-dots {
  display:none
}

@media (max-width:767px){
  .maingroup{
    margin-right:-30px
  }
  footer .row{
    gap: 0;
  }
}
/* *** */