@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital,wght@0,400..700;1,400..700&display=swap');

#main_index {
    overflow: hidden;
    padding-bottom: 0 !important;
}

a:hover {
    text-decoration: none;
}

.modal-dialog {
    max-width: 400px;
    margin: 1.75rem auto;
}

.nms_popup_content img {
    margin-top: -6%;
}

.hp_latest_new .title { order: 1; margin-bottom: 1.5%; }
.hp_latest_new .content { order: 2; }
.hp_latest_new .date { order: 3; }
.hp_latest_new .read_more { order: 4; }

.hp_latest_new p {
    margin-top: 0;
    margin-bottom: 0;
}

.hp_latest_new .news_box .date {
    opacity: 0.8;
    font-size: 85%;
    margin: 0 !important;
}

.hp_latest_new p > br {
    display: none;
}

@media screen and (max-width: 767.5px){
.modal-dialog {
    max-width: 400px;
  
}

.index_wrapper_2 .item>img{
      
    min-height:80vw !important;
    object-fit:cover;
    object-position: 50%;
}

.nms_popup_content img {
    width: 400px !important;
  
}

}

/*A*/

.wobble-hor-bottom {
  -webkit-animation: wobble-hor-bottom 0.8s both;
          animation: wobble-hor-bottom 0.8s both;
}

@keyframes wobble-hor-bottom {
  0%,
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-10px) rotate(-2deg);
            transform: translateX(-10px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(6px) rotate(2deg);
            transform: translateX(6px) rotate(2deg);
  }
  45% {
    -webkit-transform: translateX(-4px) rotate(-1deg);
            transform: translateX(-4px) rotate(-1deg);
  }
  60% {
    -webkit-transform: translateX(2px) rotate(0.6deg);
            transform: translateX(2px) rotate(0.6deg);
  }
  75% {
    -webkit-transform: translateX(-1px) rotate(-0.3deg);
            transform: translateX(-1px) rotate(-0.3deg);
  }
}

.product_list_6 .product_box .img_frame img {
   
    background: white;
}

.product_list_6 .product_box .img_frame {
    box-shadow: none;
}

/*Nav*/


.navbar_type8 .nav_tab .nav_item a {
    color: #515151;
    padding: 15px 1.07vw;
    font-weight: 500;
    font-size: 1.1vw;
}

.navbar_type8 .logo img {
   
    width: 16.5vw;
   
  
    padding: 0px;
}

.navbar_type8 .logo {
    flex: 0 1 24%;
   
    margin-left: 9%;
}


.navbar_type8 .nav_tab {
    flex: 0 1 76%;
    position: relative;
    padding-left: 0;
        padding-right: 1.5%;
    margin-right: 20%;

}

.navbar_type8 .nav_tab::after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 30px;
    margin: auto 0;
    background: #000;
}

.navbar_type8 {
    background: #f2edea;
    height: 7.2vw;
}

/*Navbar Search box*/
.boxSearch{
    position:relative;
    display:flex;
}

.nav_search{
    position: fixed;
    margin-left: auto;
    top: 2.65vw;
    right: 8%;
    z-index: 101;
   
}
.alter_top_search{
    width:20px;
    transition:0.25s all linear;    
    filter: brightness(0) saturate(100%);
}

.nav_search input::placeholder{
    color:#666;
}


#search_name_nav {
    border: 1px solid #000;
    border-radius: 30px;
        padding: 4% 12% 4% 12%;
    width: 9vw;
    background-color: transparent;
    color: #515151;
    height: 2.25vw;
}


#search_name_nav::placeholder{
    font-size:14px;
}



.hp_topspace_sticky-menu{
    animation:fadexia 0.2s linear;
}

@keyframes fadexia{
    0%{
        opacity:0;
    }
    100%{
        opacity:1;
    }
}

.search_button {
    margin: auto 0 auto -18%;
    
    color: #515151;
}

.navbar_mobile {
   
    background-color: #f2edea;
   
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item {
    background-color: #f2edea;
   
}

.dark_nav {
    background-color: #f2edea !important;
    
}


@media screen and (max-width: 1200.5px){

.navbar_type8 {

    height: 8.5vw;
}

.navbar_type8 .nav_tab .nav_item a {
    padding: 15px 1vw;
    font-size: 1.35vw;
}

#search_name_nav {
 
    padding: 4% 12% 4% 12%;
    width: 11vw;
  
    height: 3vw;
}

.navbar_type8 .nav_tab {
    flex: 0 1 76%;
 
    padding-right: 1.5%;
    margin-right: 22%;
}

.navbar_type8 .logo img {
    width: 17vw;
    padding: 0px;
}

}

/*Banner*/

.slider_banner_bullet .banner_content {
    opacity: 1 !important;
}

.hp_cbanner {
    display: none;
}

.hp_cbanner .col-12 {
    padding: 0;
}

.hp_cbanner_image {
    aspect-ratio: 1.5;
}

@media screen and (max-width: 767.5px){
.slider_banner {
    display: none;
}

.hp_cbanner_box .slick-arrow {
    z-index: 10;
}

}

/* hp_banner */
    .slider_banner .banner_content {
      overflow: hidden;
    }

    .hp_banner {
      position: relative;
      left: 0;
      top: 50%;
      transform: translate(0, -50%);
      width: 100%;
      padding: 0 8%;
    }

    .hp_banner_box {
      position: relative;
      z-index: 2;
          top: 3%;
    }

    .hp_banner_small {
      font-family: var(--font-body);
      font-size: 1.1vw;
      font-weight: 500;
      line-height: 1.5;
      color: var(--c-brown);
      text-transform: uppercase;
      letter-spacing: 0.18vw;
      margin-bottom: 1.1vw;
    }

    .hp_banner_title {
      font-family: var(--font-title);
      font-size: 3.75vw;
      font-weight: 500;
      line-height: 1.2;
      color: var(--c-white);
    }

    .hp_banner_content {
      font-family: var(--font-body);
      font-size: 0.9vw;
      font-weight: 400;
      line-height: 1.5;
      color: rgba(255, 255, 255, 0.72);
      margin: 1.2vw 0 0;
    }

    .hp_banner .hp_banner_image {
      position: absolute;
      z-index: 1;
      left: 39%;
      top: 50%;
      width: 24vw !important;
      height: auto;
      transform: translate(0, -50%);
      filter: drop-shadow(0 20px 26px rgba(0, 0, 0, 0.22));
    }

    .hp_banner_buttonbox {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin-top: 2.1vw;
    }

    .hp_banner_button {
    font-size: 0.95vw;
    font-weight: 400;
    color: #fff;
    width: 13.5vw;
    height: 2.5vw;
    border-bottom: 1px solid #b38d5c;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    background-color: transparent;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    position: relative;
    transition: 0.25s all linear;
}

    .hp_banner_button::after {
      position: absolute;
      content: "";
      right: 0;
      top: 0;
      bottom: 0;
      width: 1.5vw;
      height: 1.5vw;
      margin: auto 0;
      background-image: url('https://cdn1.npcdn.net/img/1783497101button-gold.png');
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
    }

    .hp_banner_button:hover {
      color: var(--c-brown);
      text-decoration: none;
      transform: translateX(4px);
    }

    .hp_banner_pager {
      position: absolute;
      left: 42%;
      bottom: 28px;
      z-index: 3;
      display: flex;
      align-items: center;
      gap: 23px;
      color: #fff;
      font-size: 11px;
      letter-spacing: 0.8px;
    }

    .hp_banner_pager span:nth-child(2) {
      width: 56px;
      height: 1px;
      background-color: rgba(255, 255, 255, 0.55);
      display: block;
    }
    
    .slick-dotted.slick-slider {
    margin-bottom: 0;
}



    @media screen and (max-width: 1200.5px) {
      .hp_banner {
        padding: 0 5%;
      }
      
      .hp_banner_button {
    font-size: 1.2vw;
    width: 14vw;
    height: 3vw;

}

.hp_banner_small {
    font-size: 1.35vw;
    letter-spacing: 0.18vw;
    margin-bottom: 1.1vw;
}

.hp_banner_title {
    
    font-size: 4.25vw;

}

.hp_banner .hp_banner_image {
    width: 25vw !important;
   
}
      
    }


    @media screen and (max-width: 767.5px) {
      .hp_banner {
        padding: 0 3%;
        top: 48%;
      }
      
      .hp_banner_title {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
    font-size: 7.5vw;

}

.hp_banner_button {
        font-size: 3.5vw;
        width: 29vw;
        height: 8vw;
    }
    
    .hp_banner_button::after {
 
    width: 3.75vw;
    height: 3.75vw;

}

.hp_banner_small {
        font-size: 3.5vw;
        letter-spacing: 0.18vw;
        margin-bottom: 2vw;
    }
    
    .hp_banner_box {
   
    top: 0%;
}

    .hp_banner .hp_banner_image {
        width: 50vw !important;
        left: 45%;
    }
    
    }

/* hp_collection */
    .hp_collection {
      padding: 74px 8% 85px;
      background-color: #f2edea;
    }

    .hp_collection_head {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      margin-bottom: 50px;
    }

    .hp_collection_head .n_title {
      margin-bottom: 0;
    }

    .hp_collection_grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1.1vw;
    }

    .hp_collection_box {
      position: relative;
      overflow: hidden;
      background-color: #201511;
    }

    .hp_collection_box img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: 0.35s all linear;
    }

    .hp_collection_box:hover img {
      transform: scale(1.05);
      opacity: 0.82;
    }

    .hp_collection_info {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 1vw 0px;
      color: #fff;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.55));
      text-align: center;
    }

    .hp_collection_info .n_subtitle {
      font-family: var(--font-body);
      font-size: 1.25vw;
      font-weight: 500;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 1.4px;
      margin-bottom: 0;
    }

    .hp_collection_arrow {
      width: 2vw;
      height: 1vw;
      background-image: var(--btn-white);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: left center;
      margin: 1vw auto 0;
    }

    @media (max-width: 1200.5px) {
      .hp_collection {
        padding: 68px 5%;
      }

     .hp_collection_info .n_subtitle {
  
    font-size: 1.4vw;
    
}

.hp_collection_arrow {
    width: 2vw;
    height: 1.5vw;
}
    }

    @media (max-width: 991.5px) {
      .hp_collection_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2.5vw;
      }
      
          .hp_collection .n_small {
        font-size: 16px;
    }
    
    .hp_collection_head .n_title {
    font-size: 34px;
}

    .hp_collection .n_button {
      
        padding: 0 35px 2px 0px;
        font-size: 13px;
    }
    
        .hp_collection_info .n_subtitle {
        font-size: 2.5vw;
    }
    
        .hp_collection_arrow {
        width: 3vw;
        height: 2vw;
        margin: 1.5vw auto 0;
    }
    
    .hp_collection_info {
   
    padding: 2vw 0px;
   
}

.hp_collection_head {

    margin-bottom: 40px;
}

    }

    @media (max-width: 767.5px) {
      .hp_collection {
        padding: 52px 3%;
      }
      
          .hp_collection_info .n_subtitle {
        font-size: 5.5vw;
    }
    
        .hp_collection_arrow {
        width: 6vw;
        height: 3.5vw;
        margin: 3vw auto 0;
    }
    
        .hp_collection_info {
        padding: 5vw 0px;
    }

      .hp_collection_head {
        align-items: flex-start;
        flex-direction: column;
      }

      .hp_collection_grid {
        grid-template-columns: 1fr;
        gap: 5vw;
      }

     .hp_collection .btnbox_right {
   
    margin: 1.5rem 0 0;
}
    }


/*Product*/

/*.index_wrapper_5 {*/
/*    padding: 6% 7% 6%;*/
/*}*/

.hp_product_tbox {
    text-align: center;
    margin-bottom: 3%;
}

.hp_product_title1 {
    color: #73432f;
    font-size: 1.1vw;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 1rem;
}

.hp_product_title2 {
    font-size: 2.5vw;
    color: black;
    font-weight: 600;
}

.productSlider-1 .text-left {
    text-align: center !important;
}

.productSlider-1 p {
    display: none;
}

.productSlider-1 .slick-track .slick-slide {
    margin: 10px 7.5px;

    border-radius: 0px;
    box-shadow: unset;
    background-color: transparent;
}

.productSlider-1 .product_img .product_box {
    margin: 0;
    border: 0;
    background-color: transparent;
}

.productSlider-1 .product_img .product_box h6 {
    color: black;
    font-weight: 500 !important;
}

.productSlider-1 .product_img .product_box a {
    color: #73432f;
    
    font-weight: 400 !important;
}

.productSlider-1 .slick-prev.slick-arrow:before {
    
    background-image: url('https://cdn1.npcdn.net/img/1744183252product arrow1.png');
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    width: 30px;
    height: 30px;
    display: flex;
    filter: none;
    opacity: 1;
}

.productSlider-1 .slick-next.slick-arrow:before {
    
    background-image: url('https://cdn1.npcdn.net/img/1744183573product arrow2.png');
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    width: 30px;
    height: 30px;
    display: flex;
    filter: none;
    opacity: 1;
}

.productSlider-1 .slick-prev {
    left: -45px;
    z-index: 10;
}

.productSlider-1 .slick-next {
    right: -45px;
    z-index: 10;
}


@media screen and (max-width: 1200.5px){
.productSlider-1 .slick-prev {
    left: -35px;
    z-index: 10;
}

.productSlider-1 .slick-next {
    right: -35px;
    z-index: 10;
}

.hp_product_title1 {
    
    font-size: 1.6vw;
    letter-spacing: 2px;
   
    margin-bottom: 1rem;
}

.hp_product_title2 {
    font-size: 3vw;
    
}

}



@media screen and (max-width: 767.5px){
.productSlider-1 .slick-prev {
    left: 7.5px;
    z-index: 10;
}

.productSlider-1 .slick-next {
    right: 7.5px;
    z-index: 10;
}

.hp_product_title1 {
    
    font-size: 4vw;
    letter-spacing: 2px;
   
    margin-bottom: 1rem;
}

.hp_product_title2 {
    font-size: 7.3vw;
    
}

/*.index_wrapper_5 {*/
/*    padding: 12% 3%;*/
/*}*/


}

/* hp_refinement */
    .hp_refinement {
      background-color: #f2edea;
    }

    .hp_refinement_top {
      display: grid;
      grid-template-columns: 59% 41%;
      align-items: stretch;
    }
    
    .hp_refinement_infobox {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
    
    .hp_refinement_info {
 
      display: flex;
      flex-direction: column;
      justify-content: center;
          padding-top: 12%;
    padding-left: 15%;
    }

    .hp_refinement_info .n_title {
      margin-bottom: 1.4rem;
      font-size: 70px;
      margin-bottom: 5%;
    }

    .hp_refinement_info .n_content {
    font-size: 19px;
}

    .hp_refinement_feature {
      position: relative;
      overflow: hidden;
      background-color: #120f0d;
    }

    .hp_refinement_feature img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .hp_refinement_overlay {
      position: absolute;
      inset: 0;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      text-align: center;
      color: #fff;
      padding: 11%;
    }

    .hp_refinement_overlay .n_subtitle {
      color: #fff;
      font-size: 3.5vw;
      margin-bottom: 4%;
    }

    .hp_refinement_overlay .n_small {
      font-size: 1.1vw;
    }

    .hp_refinement_stats {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 15px;
      border-top: 1px solid rgba(77, 77, 77, 0.05);
      background: #eee5e0;
          padding: 6% 6% 7%;
              margin-top: 1rem;
    }

    .hp_refinement_stat {
      text-align: center;
    }

    .hp_refinement_number {
      font-family: var(--font-title);
      font-size: 90px;
      font-weight: 700;
      line-height: 1;
      color: #0d0907;
    }

    .hp_refinement_label {
      font-size: 17px;
      font-weight: 600;
      letter-spacing: 1.8px;
      text-transform: uppercase;
      color: var(--c-ink);
      margin-top: 15px;
    }

    .hp_refinement_bottom {
      display: grid;
      grid-template-columns: 49% 51%;
      background-color: var(--c-light);
    }

    .hp_refinement_img {
      min-height: 430px;
      overflow: hidden;
    }

    .hp_refinement_img img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      filter: grayscale(1);
    }

    .hp_refinement_story {
      padding: 76px 14% 70px 12%;
      display: flex;
      flex-direction: column;
     
      background-image: url("https://cdn1.npcdn.net/img/1783531232c-about-bg.jpg");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }

    
    .hp_refinement_story .n_title {
    position: relative;
    font-size: 60px;
        padding-bottom: 1.5rem;
    margin-bottom: 2.5rem;
}

.hp_refinement_story .n_title::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 105px;
    height: 2px;
    background-color: #b38d5c;
}

.hp_refinement_button.n_button {
    width: 8rem;
}

    @media (max-width: 1200.5px) {
      .hp_refinement_info {
        padding: 65px 10% 48px 10%;
      }

      .hp_refinement_story {
        padding: 65px 10%;
      }
      
      .hp_refinement_info .n_title {

    font-size: 60px;
    margin-bottom: 5%;
}

.hp_refinement_info .n_content {
    font-size: 16px;
}

.hp_refinement_story .n_content br {
    display: none;
}

.hp_refinement_number {
   
    font-size: 80px;
  
}

.hp_refinement_label {
    font-size: 16px;
    margin-top: 15px;
}

.hp_refinement_overlay .n_small {
    font-size: 1.35vw !important;
}

.hp_refinement_overlay .n_subtitle {
   
    font-size: 4.5vw;
    margin-bottom: 4%;
}

.hp_refinement_story .n_title {

    font-size: 50px;
    padding-bottom: 1.5rem;
    margin-bottom: 2.5rem;
}

.hp_refinement_story .n_title::after {
 
    width: 90px;
  
}

.hp_refinement .n_small {
        font-size: 16px;
    }

    }

    @media (max-width: 991.5px) {
      .hp_refinement_top {
        grid-template-columns: 1fr;
      }

      .hp_refinement_bottom {
        grid-template-columns: 1fr;
      }

 
      
          .hp_refinement_overlay .n_small {
        font-size: 3vw !important;
    }
    
        .hp_refinement_overlay .n_subtitle {
        font-size: 9vw;
        margin-bottom: 4%;
    }
    
        .hp_refinement_overlay .hp_banner_button {
        font-size: 3vw;
        width: 35vw;
        height: 6vw;
    }
    
    .hp_refinement_overlay .hp_banner_button::after {

    width: 3vw;
    height: 3vw;

}
    }

    @media (max-width: 767.5px) {
      .hp_refinement_info {
        min-height: 0;
        padding: 54px 7%;
      }

      .hp_refinement_info .n_title {
        font-size: 42px;
      }

 

      .hp_refinement_stats {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 42px 5%;
      }

      .hp_refinement_story {
        padding: 54px 7%;
      }
      
          .hp_refinement_story .n_title {
        font-size: 45px;
      
    }
    
        .hp_refinement .n_small {
        font-size: 15px;
    }
    
        .hp_refinement_story .n_title::after {
        width: 80px;
    }
    
    .hp_refinement_overlay .hp_banner_button {
        font-size: 3.75vw;
        width: 46vw;
        height: 9vw;
    }
    
    .hp_refinement_overlay .hp_banner_button::after {
        width: 5vw;
        height: 5vw;
    }

    }
    
    
    @media (max-width: 500.5px) {
        .hp_refinement_info .n_content br {
        display: none;
    }
    
    }


/*Story*/

.hp_story {
    padding: 6% 7% 4%;
}

.hp_story_tbox {
    padding-left: 2.5%;
    position: relative;
}

.hp_story_tbox:before {
    position: absolute;
    content: "";
    background-color: #73432f;
    left: 0;
    top: 0.7vw;
    width: 0.1vw;
    height: 4.2vw;
}

.hp_story_tbox:after {
    position: absolute;
    content: "";
    background-color: #73432f;
    left: 0;
    top: 0.7vw;
    width: 1.2vw;
    height: 0.1vw;
}


.hp_story_titlebox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3%;
}


.hp_story_link {
    color: #73432f;
    position: relative;
    padding-right: 2.5vw;
    font-size: 0.9vw;
    font-weight: 600;
    transition: 0.3s;
}

.hp_story_link:hover {
    color: black;
    
    font-weight: 700;
    text-decoration: none;
}

.hp_story_link:before {
    position: absolute;
    content: "";
    top: 9px;
    right: 0%;
    background-image: url('https://cdn1.npcdn.net/img/1744179860arrow button brown.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 6vw;
    height: 2vw;
}


.hp_story_title1 {
    color: #73432f;
    font-size: 1.1vw;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 1rem;
}

.hp_story_title2 {
    font-size: 2.5vw;
    color: black;
    font-weight: 600;
}

.hp_story_title3 {
    color: black;
    font-size: 0.97vw;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 0;
}


@media screen and (max-width: 1200.5px){

.hp_story_title1 {
    
    font-size: 1.6vw;
    letter-spacing: 2px;
  
    margin-bottom: 1rem;
}

.hp_story_title2 {
    font-size: 3vw;
   
}

.hp_story_title3 {
   
    font-size: 1.43vw;
  
}

.hp_story_title3 br {
   
    display: none;
  
}

.hp_story_link {
    
    padding-right: 3vw;
    font-size: 1.4vw;
    
}



.hp_story_link:before {
  
    top: 9px;
    right: 0%;
   
    width: 6.3vw;
    height: 2.5vw;
}

.hp_story_tbox:before {
    
    left: 0;
    top: 0.9vw;
    width: 0.1vw;
    height: 6.3vw;
}

}



@media screen and (max-width: 767.5px){

.hp_story_titlebox {

    align-items: start;
    margin-bottom: 9%;
    flex-direction: column;
}



.hp_story_title1 {
    
    font-size: 4vw;
    letter-spacing: 2px;
  
    margin-bottom: 1rem;
}

.hp_story_tbox {
    padding-left: 4%;
 
}

.hp_story_title2 {
    font-size: 7vw;
   
}

.hp_story_title3 {
   
    font-size: 3.78vw;
  
}



.hp_story_link {
    
    padding-right: 8vw;
    font-size: 3.5vw;
    
}



.hp_story_link:before {
  
    top: 9px;
    right: 0%;
   
    width: 20vw;
    height: 8vw;
}

.hp_story_tbox:before {
    
    left: 0;
    top: 2.5vw;
    width: 0.1vw;
    height: 23vw;
}

.hp_story_tbox:after {

    left: 0;
    top: 2.5vw;
    width: 2.2vw;
    height: 0.1vw;
}


.hp_story {
    padding: 12% 3%;
}

}



/*video*/


.hp_vid .container-fluid {
    padding: 0 !important;
}


.hp_vid_video {
    height: 34vw !important;
}



@media screen and (max-width: 1200.5px){
.hp_vid_video {
    height: 35vw !important;
}

}


@media screen and (max-width: 767.5px){
.hp_vid_video {
    height: 60vw !important;
}

}



/*Photo*/

.index_wrapper_7 {
    padding: 6% 9% 3%;
}

.hp_phot_tbox {
    text-align: center;
    margin-bottom: 3%;
}

.hp_phot_title1 {
    color: #73432f;
    font-size: 1.1vw;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 1rem;
}

.hp_phot_title2 {
    font-size: 2.5vw;
    color: black;
    font-weight: 600;
}

.hp_phot_bbox {
    text-align: center;
    margin-top: 1%;
}

.hp_phot_link {
    color: #73432f;
    position: relative;
    padding-right: 3.5%;
    font-size: 0.9vw;
    font-weight: 600;
    transition: 0.3s;
}

.hp_phot_link:hover {
    color: black;
    
    font-weight: 700;
    text-decoration: none;
}

.hp_phot_link:before {
    position: absolute;
    content: "";
    top: 9px;
    right: 0%;
    background-image: url('https://cdn1.npcdn.net/img/1744179860arrow button brown.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 6vw;
    height: 2vw;
}

.gallery .col-lg-3 {
     
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    margin-bottom: 2rem !important;
}

.gallery .container {
     
    max-width: 100%;
}

.ws_gallery-2 .img_frame {
 
    padding-top: 100%;
   
}

.hp_phot_bbox {
    margin-bottom: 4%;
}

.gallery .row.slick-initialized {
    display: block;
}

.gallery .gallery_img {
    padding: 0 1vw;
    margin-bottom: 0 !important;
}

.gallery .img_frame {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.gallery .img_frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Slick arrows */


.gallery .slick-prev {
    left: -5%;
        width: unset;
    height: unset;
}

.gallery .slick-next {
    right: -5%;
        width: unset;
    height: unset;
}


.gallery .slick-prev:before {
    content: "";
    background-image: url('https://cdn1.npcdn.net/img/1783528209arrow-left.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 2.5vw;
    height: 2.5vw;
    display: block;
}

.gallery .slick-next:before {
    content: "";
    background-image: url('https://cdn1.npcdn.net/img/1783528229arrow-right.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 2.5vw;
    height: 2.5vw;
    display: block;
}

@media screen and (max-width: 1200.5px){
.hp_phot_title1 {
   
    font-size: 1.5vw;
    letter-spacing: 1.5px;
    
    margin-bottom: 1rem;
}

.hp_phot_title2 {
    font-size: 3vw;
    
}

.hp_phot_link {
  
    padding-right: 3.5%;
    font-size: 1.4vw;
    
}

.gallery .slick-prev:before {
    width: 3vw;
    height: 3vw;
}

.gallery .slick-next:before {
    width: 3vw;
    height: 3vw;
}

.hp_phot_link:before {
   
    top: 9px;
    right: 0%;

    width: 6.5vw;
    height: 2.5vw;
}

.gallery .col-lg-3 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    margin-bottom: 1.5rem !important;
    padding: 0 12.5px;
}



}

@media screen and (max-width: 991.5px){
.gallery .slick-prev:before {
    width: 4vw;
    height: 4vw;
}

.gallery .slick-next:before {
    width: 4vw;
    height: 4vw;
}

}


@media screen and (max-width: 767.5px){
.hp_phot_title1 {
   
    font-size: 3.5vw;
    letter-spacing: 1.25px;
    
    margin-bottom: 1rem;
}

.hp_phot_bbox {
    margin-bottom: 10%;
}

.hp_phot_tbox {
   
    margin-bottom: 6%;
}

.hp_phot_title2 {
    font-size: 7vw;
    
}

.hp_phot_link {
  
    padding-right: 10%;
    font-size: 3.5vw;
    
}

.gallery .slick-prev:before {
    width: 7vw;
    height: 7vw;
}

.gallery .slick-next:before {
    width: 7vw;
    height: 7vw;
}

.hp_phot_link:before {
   
    top: 9px;
    right: 0%;

    width: 20vw;
    height: 8vw;
}

.gallery .col-lg-3 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 1.25rem !important;
    padding: 0 15px;
}

.index_wrapper_7 {
    padding: 12% 6%;
}

.gallery .slick-prev {
    left: -2%;
    z-index: 11;
}

.gallery .slick-next {
    right: -2%;
    z-index: 11;
}
}



/* hp_bespoke */
    .hp_bespoke {
      padding: 5% 8% 5%;
      background-image: url("https://cdn1.npcdn.net/images/e_background_qbgo5f_1783483548.jpg?md5id=8eef9b6c2c8397ee32bf3da4c752bc3c&new_width=1600&new_height=1600&type=4");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }

    .hp_bespoke_head {
    margin-bottom: 6%;
}

    .hp_bespoke_head .n_title {
    color: #fff;
    margin-bottom: 0;
    font-size: 4vw;
    line-height: 1.3;
    margin-bottom: 3%;
}

    .hp_bespoke_head .theline {
      display: inline-block;
      margin-left: 15px;
      vertical-align: middle;
      width: 8vw;
    }

    .hp_bespoke_steps {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
   
    }

    .hp_bespoke_box {
    border-right: 1px solid #b38d5c;
    padding: 0 12%;
}

.hp_bespoke_box.m {
    padding: 0 12% 0 0;
}

    .hp_bespoke_count {
      font-family: var(--font-title);
      font-size: 2vw;
      color: var(--c-brown);
    }

    .hp_bespoke_box .n_subtitle {
    font-size: 0.95vw;
    color: var(--c-brown);
    letter-spacing: 0.7px;
    margin-top: 4.5%;
        margin-right: -12%;
}

    .hp_bespoke_box .n_content {
      font-size: 0.9vw;
      line-height: 1.5;
      color: rgba(255, 255, 255, 0.9);
      margin-bottom: 0;
    }
    
    .hp_bespoke_box.gg {
    border-right: 0;
    padding: 0 0% 0 12%;

}

.hp_bespoke_countbox.d-flex {
    align-items: center;
    gap: 0.5vw;
        margin-bottom: 3%;
}

.hp_bespoke_button.n_button {
    color: #fff;
}

.hp_bespoke_button.n_button:hover {
    color: #b38d5c;
}

    @media (max-width: 1200.5px) {
      .hp_bespoke {
        padding: 6% 5%;
      }
      
      .hp_bespoke_box .n_content {
    font-size: 1.1vw;
   
}

.hp_bespoke_box {
   
    padding: 0 7%;
}

.hp_bespoke_count {
   
    font-size: 2.25vw;
    
}

.hp_bespoke_box .n_subtitle {
    font-size: 1.1vw;
    letter-spacing: 0.5px;
    margin-top: 4.5%;
    margin-right: -17%;
}

.hp_bespoke_head .theline {
  
    margin-left: 15px;
    width: 9.5vw;
}

    }

    @media (max-width: 991.5px) {
      .hp_bespoke_steps {
        grid-template-columns: repeat(2, 1fr);
      }
      
      .hp_bespoke_box.l {
          padding: 0 7% 0 0;
}

.hp_bespoke_box.gg {
    border-right: 1px solid #b38d5c;
    padding: 0 7% 0 0%;
}

.hp_bespoke_count {
        font-size: 35px;
    }
    
    .hp_bespoke_box .n_subtitle {
        font-size: 16px;
     
        margin-top: 15px;
        margin-right: -17%;
    }
    
    
    .hp_bespoke_box .n_content {
        font-size: 14px;
    }
    
    .hp_bespoke_countbox.d-flex {
 
    gap: 10px;
    margin-bottom: 3%;
}

.hp_bespoke {
    
        background-position: 75%;
    }

    }

    @media (max-width: 767.5px) {
      .hp_bespoke {
        padding: 12% 3%;
      }

      .hp_bespoke_head {
        margin-bottom: 40px;
      }

      .hp_bespoke_head .n_title {
        font-size: 34px;
      }

      .hp_bespoke_steps {
        grid-template-columns: 1fr;
      }
      
          .hp_bespoke_box {
        padding: 0 0 20px !important;
        border-bottom: 1px solid #b38d5c;
        border-right: 0 !important;
    }
    
        .hp_bespoke_head .theline {
        margin-left: 5px;
        width: 55px;
    }
    

    }

/*Review*/

.hp_review_tbox {
    text-align: center;
    margin-bottom: 3%;
}

.hp_review_title1 {
    color: #73432f;
    font-size: 1.1vw;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 1rem;
}

.hp_review_title2 {
    font-size: 2.5vw;
    color: black;
    font-weight: 600;
}

.index_wrapper_8 {
    padding: 6% 9% 6%;
    position: relative;
}

.index_wrapper_8:before {
    position: absolute;
    content: "";
    top: -22%;
    left: 0%;
    background-image: url('https://cdn1.npcdn.net/img/1783501266g-review-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 122%;
    z-index: -1;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img {

    padding: 0;
    object-fit: cover;
   
}

.hp_photoGallerySlider_type3 .col-12 {
    padding: 0;
}

.hp_photoGallerySlider_type3 .photo-gallery3 {
    padding: 0;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box {
   
    padding: 0;
}

   .hp_photoGallerySlider_type3 .container {
        max-width: 100%;
    }
    
    .hp_photoGallerySlider_type3 {
        background-color: transparent;
    }

@media screen and (max-width: 1200.5px){
.hp_review_title1 {

    font-size: 1.6vw;
    letter-spacing: 2px;
   
    margin-bottom: 1rem;
}

.hp_review_title2 {
    margin: 0 -1% 2rem !important;
    
}

.index_wrapper_8 {
    padding: 6% 6% 6%;
}

}



@media screen and (max-width: 767.5px){
.hp_review_title1 {

    font-size: 4vw;
    letter-spacing: 2px;
   
    margin-bottom: 1rem;
}

.hp_review_title2 {
    font-size: 7.6vw;
    
}

.index_wrapper_8 {
    padding: 3% 3% 12%;
 
}

.hp_review_tbox {
 
    margin-bottom: 6%;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box {
    padding: 0 15px;
}

.index_wrapper_8:before {
    top: -30%;
    height: 130%;
  
}

}

/*Why*/

.hp_why {
    padding: 3% 9% 6%;
}

.hp_why .col-md-2 {

    flex: 0 0 20%;
    max-width: 20%;
}

.hp_why_box {
    text-align: center;
}

.hp_why_image {
    width: 5vw;
    transition: 0.3s;
}


.hp_why_image:hover {
    animation: wobble-hor-bottom 0.8s both;
    
}





.hp_why_item {
    color: black;
    font-size: 1vw;
    margin-bottom: 0;
    margin-top: 6%;
}

.hp_why_tbox {
    text-align: center;
    margin-bottom: 5%;
}

.hp_why_title1 {
    color: #73432f;
    font-size: 1.1vw;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 1rem;
}

.hp_why_title2 {
    font-size: 2.5vw;
    color: black;
    font-weight: 600;
}


@media screen and (max-width: 1200.5px){
    
.hp_why_title1 {
    
    font-size: 1.6vw;
    letter-spacing: 2px;
  
    margin-bottom: 1rem;
}

.hp_why_title2 {
    font-size: 3vw;
    
}

.hp_why_image {
    width: 6vw;
}

.hp_why_item {
   
    font-size: 1.29vw;
    margin-top: 6%;
}

.hp_why {
    padding: 3% 3% 6%;
}

}


@media screen and (max-width: 767.5px){
    
.hp_why_title1 {
    
    font-size: 4vw;
    letter-spacing: 2px;
  
    margin-bottom: 1rem;
}

.hp_why_title2 {
    font-size: 7vw;
    
}

.hp_why_image {
    width: 15vw;
}

.hp_why_item {
   
    font-size: 3.35vw;
    margin-top: 6%;
}

.hp_why {
    padding: 12% 3% 9%;
}

.hp_why .col-md-2 {

    flex: 0 0 50%;
    max-width: 50%;
}

.hp_why_box {
    margin-bottom: 21%;
}

.hp_why_tbox {
    
    margin-bottom: 12%;
}

}


/* hp_cta */
    .hp_cta {
      padding: 5% 8% 9%;
      background-image: url("https://cdn1.npcdn.net/images/bg4_yzo253_1783483546.jpg?md5id=8eef9b6c2c8397ee32bf3da4c752bc3c&new_width=1600&new_height=1600&type=4");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }

    .hp_cta_info {
      max-width: 450px;
    }

    .hp_cta .n_title {
      color: #fff;
      margin-bottom: 1.5rem;
    }

    .hp_cta .n_content {
      color: rgba(255, 255, 255, 0.9);
          margin-bottom: 2rem;
    }

    .hp_cta_buttons {
      display: flex;
      align-items: center;
      gap: 2rem;
      margin-top: 28px;
      flex-wrap: wrap;
    }

    .hp_cta .n_button {
      color: #fff;
    }

    .hp_cta_whatsapp {
      height: 40px;
      padding: 0 47.5px 0 15px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background-color: var(--c-brown);
      color: #fff;
      font-size: 14px;
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      position: relative;
    }
    
    .hp_cta_whatsapp::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 15px;
    width: 22px;
    height: 22px;
    margin: auto 0;
    background-image: url(https://cdn1.npcdn.net/img/1783498872whatsapp.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

    .hp_cta_whatsapp:hover {
      color: #fff;
      transform: translateY(-2px);
    }

    @media (max-width: 1200.5px) {
      .hp_cta {
        padding: 6% 5% 7%;
        background-position: 90%;
      }
      
      .hp_cta_whatsapp {
    height: 40px;
    padding: 0 45px 0 15px;

    font-size: 13px;
  
}

.hp_cta_whatsapp::after {

    right: 15px;
    width: 20px;
    height: 20px;
  
}

    }

    @media (max-width: 991.5px) {
 
      
      .hp_cta .n_content {
 
    margin-bottom: 1rem;
}

    .hp_cta {
     
        background-position: 80%;
    }
    
    .hp_cta_buttons {
 
    gap: 1.5rem;
    margin-top: 22px;
   
}
    }

    @media (max-width: 767.5px) {
      .hp_cta {
        padding: 12% 3% 12%;
        background-position: 85%;
        background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(https://cdn1.npcdn.net/images/bg4_yzo253_1783483546.jpg?md5id=8eef9b6c2c8397ee32bf3da4c752bc3c&new_width=1600&new_height=1600&type=4);
      }

      .hp_cta .n_title {
        font-size: 34px;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
      }
      
          .hp_cta .n_content {
        
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }
    
          .hp_cta_buttons {
        gap: 1.25rem;
        margin-top: 24px;
    }
    
        .hp_cta .n_button {
      
        padding: 0 35px 2px 0px;
        
    }
    
    }


/*Footer*/

.footer_type7 {
    background-color: #f2edea;
    color: #000;
}

.footer_type7 a {
    color: #000;
    text-decoration: none;
}

.footer_type7 .social_media a .icon_s img {
    height: 25px;
}

.footer_type7 .social_media a {
    margin-left: 0.25rem;
}

.footer_type7 .logo img {
    max-height: 55px;
}

.footer_type7 .logo.title {
    min-height: 55px;
}

.footer_type7 .title {
    min-height: 25px;
}

.footer_type7 .col-12.col-md-5.mb-md-0.p-3 p {
    width: 88%;
}

.footer_type7 .title h5 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 19px;
}

.footer_subtitle2 {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.footer_type7 i {
    margin-right: 5px;
}

.footer_type7 .location i {
    margin-top: 5px;
    margin-right: 10px;
}

@media screen and (max-width: 1200.5px){

.footer_type7 .col-12.col-md-5.mb-md-0.p-3 p {
    width: 97%;
}

}

@media screen and (max-width: 991.5px){

.footer_type7 .col-12.col-md-5.mb-md-0.p-3 p {
    width: 100%;
}

}


/* product */
#main_ourproducts img{

object-fit:contain;
background: white;
}

.category_list_type4 .category_box .img_frame {
  
    box-shadow: unset;
}


.ws_contact p {
    color: #555;
    font-size: 15px;
}

.whatsapp-custom-btn p {
    
    color: #fff;
    
}

/*GG*/

:root {
      --c-brown: #b38d5c;
      --c-nude: #ede5df;
      --c-light: #f2edea;
      --c-dark: #4d4d4d;
      --c-black: #050403;
      --c-ink: #17120f;
      --c-muted: #756a64;
      --c-white: #ffffff;
      --font-title: "Baskervville", Georgia, serif;
      --font-body: "Outfit", Arial, sans-serif;
      --logo: url("https://cdn1.npcdn.net/images/logo_mzfejc_1783483551.png?md5id=8eef9b6c2c8397ee32bf3da4c752bc3c&new_width=1600&new_height=1600&type=4");
      --btn-gold: url("https://cdn1.npcdn.net/images/button_gold_diy197_1783483546.png?md5id=8eef9b6c2c8397ee32bf3da4c752bc3c&new_width=1600&new_height=1600&type=4");
      --btn-white: url("https://cdn1.npcdn.net/images/button_white_2d4s67_1783483546.png?md5id=8eef9b6c2c8397ee32bf3da4c752bc3c&new_width=1600&new_height=1600&type=4");
    }
    
 a {
      color: inherit;
      text-decoration: none;
      transition: 0.25s all linear;
    }

    a:hover {
      color: var(--c-brown);
      text-decoration: none;
    }

    .image_all {
      width: 100%;
      margin: 0 auto;
      display: block;
      object-fit: contain;
    }

    .n_small {
      font-family: var(--font-body);
      font-size: 18px;
      font-weight: 500;
      line-height: 1.3;
      margin-bottom: 1rem;
      color: var(--c-brown);
      text-transform: uppercase;
      letter-spacing: 2px;
    }

    .n_title {
      font-family: var(--font-title);
      font-size: 40px;
      font-weight: 500;
      line-height: 1.2;
      margin-bottom: 1rem;
      color: var(--c-ink);
    }

    .n_subtitle {
      font-family: var(--font-title);
      font-size: 22px;
      font-weight: 500;
      line-height: 1.18;
      margin-bottom: 0.8rem;
      color: var(--c-ink);
    }

    .n_content {
      font-family: var(--font-body);
      font-size: 15px;
      font-weight: 400;
      line-height: 1.7;
      margin-bottom: 1rem;
      color: var(--c-dark);
    }

    .c_color1 {
      color: #fff;
    }

    .c_color2 {
      color: #000;
    }

    .c_color3 {
      color: var(--c-brown);
    }

    .btnbox_left {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin: 2rem 0 0;
    }

    .btnbox_center {
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 2rem 0 0;
    }

    .btnbox_right {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      margin: 2rem 0 0;
    }

    .n_button {
      border: 0;
      border-radius: 0;
      background-color: transparent;
      height: 40px;
      padding: 0 37.5px 2px 0px;
      display: inline-flex;
      justify-content: flex-start;
      align-items: center;
      font-size: 14px;
      font-weight: 400;
      line-height: 1;
      letter-spacing: 0.7px;
      text-transform: uppercase;
      color: var(--c-ink);
      position: relative;
      border-bottom: 1px solid #b38d5c;
    }

    .n_button::after {
      position: absolute;
      content: "";
      top: 0;
      bottom: 0;
      right: 0;
      width: 22px;
      height: 22px;
      margin: auto 0;
      background-image: url('https://cdn1.npcdn.net/img/1783497101button-gold.png');
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
    }

    .n_button:hover {
      color: var(--c-brown);
      transform: translateX(4px);
    }

    .theline {
      width: 80px;
      height: 1px;
      background-color: var(--c-brown);
      margin: 1.3rem 0;
    }
    
    @media screen and (max-width: 1200.5px){
    .n_content {
    font-size: 14px;
}

.n_title {
    
    font-size: 38px;
    
}

.n_small {
 
    font-size: 17px;
    
}

.n_button {
  
    height: 40px;
    padding: 0 40px 2px 0px;
   
    font-size: 13px;
   
}

}

@media screen and (max-width: 767.5px){

.n_title {
    
    font-size: 34px;
    
}

.n_small {
 
    font-size: 15px;
    
}


}