.heading-button {
  position: relative;
  display: inline-block;
  z-index: 1;
  overflow: hidden;
  padding: 10px 20px;
  line-height: normal;
  color: #FFF;
  background-color: #2c5f2d;
  border: 0;
  border-radius: 30px;
  font-size: 14px;
  text-align: center;
  letter-spacing: 1px;
  outline: none !important;
  -webkit-transition: all 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86); }

.heading-title {
  position: relative;
  z-index: 1; }
  .heading-title .title1 {
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #d4a373;
    font-weight: 600;
    margin-bottom: 1rem; }
  .heading-title .title2 {
    font-size: 42px;
    margin-bottom: 1.5rem; }
    @media (max-width: 991px) {
      .heading-title .title2 {
        font-size: 30px; } }
    @media (max-width: 767px) {
      .heading-title .title2 {
        font-size: 22px; } }
  .heading-title .desc {
    margin-bottom: 2rem;
    color: rgba(37, 42, 43, 0.6); }
    @media (max-width: 991px) {
      .heading-title .desc {
        font-size: 14px; } }
    @media (max-width: 767px) {
      .heading-title .desc {
        margin-bottom: 1.5rem; } }

.home-about {
  background: rgba(212, 163, 115, 0.1);
  padding: 80px 0; }
  @media (max-width: 991px) {
    .home-about {
      padding: 40px 0; } }
  .home-about img {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 1rem; }
  .home-about .home-about-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem; }
    .home-about .home-about-main > * {
      min-width: 0; }
    @media (max-width: 991px) {
      .home-about .home-about-main {
        grid-template-columns: 1fr; } }
  .home-about .home-about-main-right .home-about-main-right-items {
    display: flex;
    gap: 30px; }
    .home-about .home-about-main-right .home-about-main-right-items .home-about-main-right-item {
      -ms-flex: 0 0 calc(100%/3 - 20px);
      flex: 0 0 calc(100%/3 - 20px);
      max-width: calc(100%/3 - 20px); }
      .home-about .home-about-main-right .home-about-main-right-items .home-about-main-right-item .home-about-main-right-item-image {
        margin-bottom: 1rem; }
        .home-about .home-about-main-right .home-about-main-right-items .home-about-main-right-item .home-about-main-right-item-image img {
          max-height: 60px; }
      .home-about .home-about-main-right .home-about-main-right-items .home-about-main-right-item .home-about-main-right-item-info .home-about-main-right-item-info-title {
        font-size: 22px;
        margin-bottom: 10px;
        font-weight: bold; }
      .home-about .home-about-main-right .home-about-main-right-items .home-about-main-right-item .home-about-main-right-item-info .home-about-main-right-item-info-desc {
        color: rgba(37, 42, 43, 0.6);
        margin: 0; }
    @media (max-width: 767px) {
      .home-about .home-about-main-right .home-about-main-right-items {
        gap: 20px 0;
        flex-flow: wrap; }
        .home-about .home-about-main-right .home-about-main-right-items .home-about-main-right-item {
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%;
          text-align: center; }
          .home-about .home-about-main-right .home-about-main-right-items .home-about-main-right-item .home-about-main-right-item-image {
            margin-bottom: 15px; }
          .home-about .home-about-main-right .home-about-main-right-items .home-about-main-right-item .home-about-main-right-item-info .home-about-main-right-item-info-title {
            font-size: 18px; } }
  .home-about .home-about-main-right .home-about-main-right-button {
    margin: 40px 0 50px; }
    @media (max-width: 991px) {
      .home-about .home-about-main-right .home-about-main-right-button {
        margin-bottom: 0; } }
    @media (max-width: 767px) {
      .home-about .home-about-main-right .home-about-main-right-button {
        margin-top: 30px;
        text-align: center; } }
    .home-about .home-about-main-right .home-about-main-right-button a {
      position: relative;
      display: inline-block;
      z-index: 1;
      overflow: hidden;
      padding: 10px 20px;
      line-height: normal;
      color: #FFF;
      background-color: #2c5f2d;
      border: 0;
      border-radius: 30px;
      font-size: 14px;
      text-align: center;
      letter-spacing: 1px;
      outline: none !important;
      -webkit-transition: all 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      transition: all 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86); }

.home-category {
  position: relative;
  color: var(--shop-home-category-color);
  padding: 80px 0; }
  @media (max-width: 991px) {
    .home-category {
      padding: 40px 0; } }
  .home-category:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("//cdn.hstatic.net/themes/200000931339/1001395789/14/home_category_bg_img.jpg?v=10");
    background-size: cover;
    background-position: center; }
  .home-category .home-category-main .home-category-main-items .home-category-main-item {
    padding: 0 15px; }

.home-service {
  background: rgba(212, 163, 115, 0.1);
  padding: 80px 0; }
  @media (max-width: 991px) {
    .home-service {
      padding: 40px 0; } }
  .home-service .heading-title {
    text-align: center; }
    @media (min-width: 992px) {
      .home-service .heading-title {
        margin-bottom: 60px; } }
  .home-service .home-service-main .home-service-main-banner img {
    border-radius: 20px;
    overflow: hidden; }
  @media (min-width: 1200px) {
    .home-service .home-service-main .home-service-main-banner {
      grid-column: 2;
      grid-row-start: 1;
      grid-row-end: 4;
      position: relative; }
      .home-service .home-service-main .home-service-main-banner a:before {
        background: rgba(255, 255, 255, 0.3);
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 0;
        opacity: 1;
        z-index: 1; }
      .home-service .home-service-main .home-service-main-banner:hover a:before {
        height: 100%;
        opacity: 0;
        -webkit-transition: all 400ms linear;
        transition: all 400ms linear; } }
  @media (max-width: 1199px) {
    .home-service .home-service-main .home-service-main-banner {
      order: 1; } }
  .home-service .home-service-main .home-service-main-item {
    display: flex;
    align-items: center;
    gap: 30px; }
    .home-service .home-service-main .home-service-main-item .home-service-main-item-image {
      flex: 0 0 140px;
      border-radius: 20px;
      overflow: hidden; }
      @media (max-width: 767px) {
        .home-service .home-service-main .home-service-main-item .home-service-main-item-image {
          flex: 0 0 65px;
          border-radius: 8px; } }
    .home-service .home-service-main .home-service-main-item .home-service-main-item-info .home-service-main-item-info-title {
      font-size: 26px; }
      @media (max-width: 767px) {
        .home-service .home-service-main .home-service-main-item .home-service-main-item-info .home-service-main-item-info-title {
          font-size: 16px;
          margin-bottom: 5px; } }
    .home-service .home-service-main .home-service-main-item .home-service-main-item-info .home-service-main-item-info-desc {
      margin: 0;
      color: rgba(37, 42, 43, 0.6); }
      @media (max-width: 767px) {
        .home-service .home-service-main .home-service-main-item .home-service-main-item-info .home-service-main-item-info-desc {
          font-size: 14px; } }
    @media (min-width: 1200px) {
      .home-service .home-service-main .home-service-main-item:nth-child(even) {
        flex-flow: row-reverse; }
        .home-service .home-service-main .home-service-main-item:nth-child(even) .item-detail {
          text-align: right; } }
    @media (max-width: 767px) {
      .home-service .home-service-main .home-service-main-item {
        gap: 15px; } }
  @media (min-width: 1200px) {
    .home-service .home-service-main {
      /*gap: 33%;*/
      position: relative;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: repeat(3, 1fr);
      grid-column-gap: 40px;
      /*grid-row-gap: 40px;*/
      grid-row-gap: 25px;
      align-items: center;
      justify-content: center; } }
  @media (max-width: 1199px) {
    .home-service .home-service-main {
      display: flex;
      flex-flow: column;
      align-items: center;
      gap: 20px 0; } }

.home-review {
  position: relative;
  margin: 80px 0; }
  @media (max-width: 991px) {
    .home-review {
      margin: 40px 0; } }
  .home-review .heading-title {
    margin-bottom: 60px; }
    @media (max-width: 767px) {
      .home-review .heading-title {
        margin-bottom: 30px; } }
  .home-review .review-bg {
    position: relative;
    color: #ffffff;
    padding: 80px 50px;
    border-radius: 20px;
    overflow: hidden; }
    .home-review .review-bg:before, .home-review .review-bg:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%; }
    .home-review .review-bg:before {
      background-image: url(//cdn.hstatic.net/themes/200000931339/1001395789/14/home_review_bg_img.jpg?v=10);
      background-size: cover;
      background-position: center;
      background-attachment: fixed; }
    .home-review .review-bg:after {
      background: rgba(44, 95, 45, 0.8); }
    .home-review .review-bg .review-item {
      padding: 30px 40px;
      border: 1px solid;
      border-radius: 20px;
      margin-bottom: 5px; }
      .home-review .review-bg .review-item .item-desc {
        margin-bottom: 30px;
        line-height: 1.6; }
      .home-review .review-bg .review-item .item-info {
        display: flex;
        align-items: center;
        gap: 15px; }
        .home-review .review-bg .review-item .item-info .info-avt img {
          max-width: 70px;
          border-radius: 50%; }
        .home-review .review-bg .review-item .item-info .info-detail p {
          margin: 0; }
          .home-review .review-bg .review-item .item-info .info-detail p.detail-name {
            font-size: 18px;
            font-family: "Calistoga", sans-serif;
            font-weight: 600; }
          .home-review .review-bg .review-item .item-info .info-detail p.detail-position {
            font-size: 13px;
            color: #333; }
      @media (max-width: 767px) {
        .home-review .review-bg .review-item {
          padding: 20px 15px; } }
    .home-review .review-bg .owl-dots {
      position: absolute;
      left: 0;
      right: 0;
      bottom: -50px;
      text-align: center; }
      .home-review .review-bg .owl-dots .owl-dot {
        margin: 0 3px;
        outline: 0; }
        .home-review .review-bg .owl-dots .owl-dot span {
          display: flex;
          display: -ms-flex;
          display: -webkit-flex;
          width: 7px;
          height: 7px;
          margin: 5px;
          border-radius: 50%;
          background: rgba(255, 255, 255, 0.5); }
        .home-review .review-bg .owl-dots .owl-dot.active span {
          background: #ffffff; }
      @media (max-width: 767px) {
        .home-review .review-bg .owl-dots {
          bottom: -40px; } }
    @media (max-width: 767px) {
      .home-review .review-bg {
        padding: 40px 20px;
        width: calc(100%); } }
  @media (max-width: 767px) {
    .home-review {
      padding-top: 0; } }

.section-home-gallery {
  margin: 80px 0; }
  @media (max-width: 991px) {
    .section-home-gallery {
      margin: 40px 0; } }
  .section-home-gallery .heading-title .title2 {
    margin: 0; }
  .section-home-gallery .home-gallery-head {
    display: grid;
    grid-template-columns: 1fr 15%;
    align-items: flex-end;
    gap: 1rem;
    margin-bottom: 40px; }
    .section-home-gallery .home-gallery-head > * {
      min-width: 0; }
    @media (max-width: 991px) {
      .section-home-gallery .home-gallery-head {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 1rem; } }
    .section-home-gallery .home-gallery-head .home-gallery-head-right {
      text-align: right; }
      @media (max-width: 991px) {
        .section-home-gallery .home-gallery-head .home-gallery-head-right {
          text-align: center; } }
  .section-home-gallery .list-gallery {
    margin-top: 50px;
    display: grid;
    grid-template-areas: 'item1 item1 item2 item4' 'item1 item1 item3 item4';
    gap: 30px; }
    .section-home-gallery .list-gallery .gallery-item {
      position: relative;
      border-radius: 20px;
      overflow: hidden; }
      .section-home-gallery .list-gallery .gallery-item:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: var(--bg-img);
        background-size: cover;
        background-position: center; }
      .section-home-gallery .list-gallery .gallery-item--1 {
        grid-area: item1;
        min-height: 550px; }
      .section-home-gallery .list-gallery .gallery-item--2 {
        grid-area: item2;
        min-height: 100px; }
        @media (max-width: 991px) {
          .section-home-gallery .list-gallery .gallery-item--2 {
            min-height: 250px; } }
      .section-home-gallery .list-gallery .gallery-item--3 {
        grid-area: item3; }
        @media (max-width: 991px) {
          .section-home-gallery .list-gallery .gallery-item--3 {
            min-height: 120px; } }
      .section-home-gallery .list-gallery .gallery-item--4 {
        grid-area: item4; }
    @media (max-width: 991px) {
      .section-home-gallery .list-gallery {
        gap: 15px;
        grid-template-areas: 'item1 item1' 'item2 item4' 'item3 item4'; } }
    @media (max-width: 767px) {
      .section-home-gallery .list-gallery {
        margin-top: 30px; } }
  .section-home-gallery .gallery-video {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 30px; }
    .section-home-gallery .gallery-video .icon-video {
      position: absolute;
      top: 0;
      left: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%; }
      .section-home-gallery .gallery-video .icon-video .icon-play {
        width: 70px;
        height: 70px;
        line-height: 70px;
        background: #fff;
        color: #333;
        text-align: center;
        border-radius: 50%; }
        .section-home-gallery .gallery-video .icon-video .icon-play svg {
          width: 20px;
          height: 20px;
          transition: all 0.3s;
          fill: currentColor; }
          @media (max-width: 767px) {
            .section-home-gallery .gallery-video .icon-video .icon-play svg {
              width: 10px;
              height: 10px; } }
        .section-home-gallery .gallery-video .icon-video .icon-play:hover {
          background: #333;
          color: #fff; }
        @media (max-width: 767px) {
          .section-home-gallery .gallery-video .icon-video .icon-play {
            width: 40px;
            height: 40px;
            line-height: 40px; } }
    @media (max-width: 767px) {
      .section-home-gallery .gallery-video {
        margin-top: 15px; } }
  @media (min-width: 992px) {
    .section-home-gallery .gallery-right {
      text-align: right; } }
  @media (max-width: 991px) {
    .section-home-gallery .gallery-right {
      margin-top: 20px; } }

.section-home-gallery .gallery-video img {
  width: 100%; }
