
:root {
  --black: #1b1b1b;
  --soft: #f2f2f4;
  --white: #ffffff;
}

body {
  margin: 0;
  font-family: "Josefin Sans", sans-serif;
  color: var(--black);
  background: var(--white);
}

#main_index {
  padding: 0 !important;
  overflow: hidden;
}

#main_index a {
  text-decoration: none;
}
#main_index a *{
    text-decoration: none;
}

.image_all {
  width: 100%;
  margin: 0 auto;
  display: block;
  object-fit: contain;
}

.n_small {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 1rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--black);
}

.n_title {
  font-family: "Cormorant Garamond", serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.15;
  margin-bottom: 1rem;
  color: var(--black);
}

.n_subtitle {
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 1rem;
  color: var(--black);
}

.n_content {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.85;
  margin-bottom: 1rem;
  color: #555;
}

.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;
}

.n_button {
  border: 1px solid var(--black);
  border-radius: 0;
  background-color: transparent;
  width: 150px;
  padding: 0 24px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  color: var(--black);
  transition: 0.25s all linear;
}

.n_button:hover {
  text-decoration: none;
  color: var(--white);
  background: var(--black);
  transform: scale(0.98);
}

/*category page*/
.category_list_type4 .category_box .img_frame img{
    /*object-fit: contain;*/
}
.category_list_type4 .category_box .img_frame{
    padding-bottom:unset;
    height: auto;
    aspect-ratio: 5/8;
}

/*Product page*/
.product_list_5 .product_box .img_frame img{
    /*object-fit: contain;*/
    background-color:#fff;
}
.product_list_5 .product_box .img_frame{
    padding-top:unset;
    height:auto;
    aspect-ratio: 5/8;
}

.recent_view_product .img_frame {
    width: 100%;
    height: auto;
    aspect-ratio: 5 / 8;
    flex: 0 0 50px;
}
.recent_view_product .recent_view_product_item a {
    width: 100%;
    height: 100%;
    display: block;
}
.recent_view_product .img_frame img {
    object-fit: cover;
    height:100%;
}

@media screen and (max-width:767.5px){
    .recent_view_product .img_frame{
        flex:0 0 100%;
    }
}

/*Product details page*/
.product_img .product_silder_nav .img_frame{
    padding-top:unset;
    height:auto;
    aspect-ratio: 5/8;
}

/*tag page*/
.product_list_horizontal .product_box .img_frame{
    aspect-ratio: 5/8;
    padding-top:unset;
    height:auto;
}
.product_list_horizontal .product_box .img_frame img{
    object-fit: cover;
    background-color:#fff;
}

@media screen and (max-width:767.5px){
    #main_tag .horizontal_detail_bottom{
        margin-top:1rem;
    }
    .product_list_horizontal .product_box .product_des .title{
        font-size:18px;
    }
    .product_list_horizontal .product_box .horizontal_detail_box .product_simple_description{
        font-size:12px;
    }
    .product_list_horizontal .product_box .horizontal_detail_bottom .button_section{
        justify-content: flex-start;
    }
    .product_list_horizontal .product_box .product_img{
        flex:0 0 40%;
    }
    .product_list_horizontal .product_box .product_des{
        flex:0 0 60%;
    }
    .product_list_horizontal .product_box .img_frame{
        /*padding-top:unset!important;*/
        /*height:auto;*/
        /*aspect-ratio: 1;*/
        border-radius: 5px;
    }
    .product_list_horizontal .product_box .whatsapp_wrapper a{
        color: #333;
        font-size: 10px !important;
        font-weight: 500;
    }
}



/*photo page*/
.gallerycategory .img_frame img{
    object-fit: contain;
}
.ws_gallery-2 .img_frame img{
    object-fit: contain;
}
.gallerycategory .img_frame,
.ws_gallery-4 .img_frame{
    padding-top:unset;
    height:auto;
    aspect-ratio: 27/37;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
}
.ws_gallery-4 .img_frame img{
    object-fit: contain;
}
.ws_gallery-4 .gallery_img .img_title{
    font-weight:600;
}

/*news page*/
.latest_new_type4 .news_box .img_frame{
    box-shadow:0px 0px 2px rgba(0,0,0,0.3);
}
.latest_new_type4 .news_box .img_frame img{
    object-fit: contain;
}

.ws_video .video_list_item{
    border: 7.5px solid white;
}
.ws_video .iframe_frame{
    padding-top: unset;
    height:auto;
    aspect-ratio: 9.5/4.5;
    margin-bottom: 2rem;
}
.ws_video .video_box .video_img_frame{
    height:auto;
    aspect-ratio: 16/9;
}
.ws_video .video_box .video_img_frame img{
    height:100%;
}
.ws_video .media_row{
    margin-top:2rem;
}
.ws_video .media_row .all_font_md{
    padding-left:0.5rem;
}

@media screen and (max-width: 767.5px){
    .ws_video .iframe_frame{
        height:auto;
        aspect-ratio: 16/9;
    }
}

/*service page*/
.service_category .service_box{
    padding-top:unset;
    height:auto;
    aspect-ratio: 4/3;
    margin: 1rem 0;
}
.service_category .service_box span{
    background-color:none;
    background: linear-gradient(to top, #000, transparent);

}

/*service info page*/
.ws_service .viewmore_services_item img{
    height:auto;
    aspect-ratio: 4/3;
}


/*navbar*/
.navbar_type8{
    height:120px;
}
.navbar_type8 .logo img{
    width: 8vw;
    padding: 5px;
}
.navbar_type8 .nav_tab .nav_item a{
    font-family: "Cormorant Garamond", serif;
    font-weight:500;
    text-transform: capitalize;
    font-size:1.2vw;
    text-shadow: 0px 0px 2px rgba(255,255,255,0.8);
    padding:15px 1.5vw;
    color:#000;
}
.navbar_type8 .nav_tab .nav_item::before{
    display: none;
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a{
    color:#fff;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: black;
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a{
    color:#fff!important;
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a:hover{
    color:#fff!important;
}

.navbar_mobile .btn-outline-light:hover{
    background-color:transparent;
}
.navbar_mobile .btn-outline-light:hover{
    border-color: #000;
    color: #000;
}
.navbar_mobile .btn-outline-light:not(:disabled):not(.disabled):active{
    color: #000;
    background-color: transparent;
    border-color: #000;
}

.dark_nav{
    background-color:#fff!important;
}

@media screen and (max-width: 1200.5px){
    .navbar_type8 .nav_tab .nav_item a{
        font-size:1.2vw;
        padding:15px 1.1vw;
    } 
}

/* hp_banner */
.slider_banner .banner_content {
  overflow: hidden;
}

.hp_banner {
  position: relative;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  padding: 0 6%;
}
.banner3 .hp_banner_box{
    margin-left: 55vw;
}
.index_wrapper_2 {
  margin-top: -120px;
}

.hp_banner_box {
  position: relative;
  z-index: 2;
  width: 39%;
  padding-top: 7vw;
}

.hp_banner_title {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.7vw;
  font-weight: 500;
  line-height: 1.12;
  color: var(--black);
  margin-bottom: 1.8vw;
}

.hp_banner_title span {
  font-size: inherit;
  line-height: inherit;
  font-weight: 500;
  font-style: italic;
}

.hp_banner_buttonbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
}

.hp_banner_button {
  font-size: 16px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  color: var(--black);
  width: 265px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: var(--white);
  transition: 0.25s all linear;
}

.hp_banner_button:hover {
  color: var(--white);
  background: var(--black);
  text-decoration: none;
  transform: scale(0.98);
}

@media screen and (max-width: 1200.5px) {
  .hp_banner_title {
    font-size: 3.2vw;
  }

}

@media screen and (max-width: 991.5px) {
  .n_content {
    font-size: 16px;
  }
  .index_wrapper_2{
      margin-top:0;
  }
  .hp_banner_box {
    width: 46%;
  }
}

@media screen and (max-width: 767.5px) {
  .index_wrapper_2 .item>img{
    height: 54vw !important;
    object-fit: cover;
  }
  .hp_banner {
    padding: 0 1%;
  }
  .hp_banner_box {
    width: 78%;
    padding-top: 15vw;
  }
  .hp_banner_title {
    font-size: 5.5vw;
  }
  .hp_banner_button{
          width: 160px;
    height: 35px;
  }
     .banner3 .hp_banner_box {
        margin-left: 35vw;
    }
}

/* hp_collection */
.hp_collection {
  padding: 95px 6% 70px;
}

.hp_collection_box {
  position: relative;
  overflow: hidden;
  background: var(--soft);
}
.hp_collection_box a{
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    width:100%;
    height:100%;
    font-size:0px;
}

.hp_collection_img {
  width: 100%;
}

.hp_collection_img img {
  object-fit: cover;
}

.hp_collection_info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 52px 24px 22px;
  display: flex;
  align-items: flex-end;
  background: linear-gradient(0deg, rgba(27, 27, 27, 0.82), rgba(27, 27, 27, 0));
}

.hp_collection_box .n_subtitle {
  color: #fff;
}

@media (max-width: 991.5px) {
  .hp_collection {
    padding: 70px 5% 45px;
  }

  .hp_collection_box {
    margin-bottom: 24px;
  }
}

@media (max-width: 767.5px) {
  .hp_collection {
    padding: 48px 0% 28px;
  }

}

/* hp_about */
.hp_about {
  padding: 55px 6% 75px;
}

.hp_about_info {
  padding-left: 40px;
}

.hp_about .n_title {
  width: 520px;
}

.hp_about .n_content {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.9;
  color: #4f4f4f;
  margin-bottom: 0.85rem;
}

@media (max-width: 1200.5px) {
  .hp_about .n_title {
    font-size: 36px;
  }
}

@media (max-width: 991.5px) {
  .hp_about {
    padding: 45px 5% 60px;
  }

  .hp_about_img {
    margin-bottom: 32px;
  }

  .hp_about_info {
    padding-left: 0;
  }
}

@media (max-width: 767.5px) {
  .hp_about {
    padding: 35px 0% 45px;
  }

  .hp_about .n_title {
    font-size: 31px;
  }
}

/* hp_category */
.hp_category {
  padding: 35px 6% 75px;
  text-align: center;
}

.hp_category .n_title {
  margin-bottom: 35px;
}

.hp_category_box {
  margin-bottom: 42px;
}

.hp_category_img {
  overflow: hidden;
  background: var(--soft);
}

.hp_category_img img {
  transition: 0.35s all linear;
}

.hp_category_box:hover .hp_category_img img {
  transform: scale(1.035);
}

.hp_category_info .n_subtitle {
  font-weight: 700;
  line-height: 1.2;
  margin: 16px 0 0;
}

@media (max-width: 1200.5px) {
  .hp_category .n_title {
    font-size: 36px;
  }
}

@media (max-width: 991.5px) {
  .hp_category {
    padding: 30px 5% 50px;
  }
}

@media (max-width: 767.5px) {
  .hp_category {
    padding: 25px 0% 30px;
  }

  .hp_category .n_title {
    font-size: 31px;
  }
}

/* hp_services */
.hp_services {
  padding: 20px 6% 95px;
  text-align: center;
}

.hp_services .n_title {
  margin-bottom: 32px;
}

.hp_services .row {
  gap: 15px;
}

.hp_services .col-lg-6 {
  flex: 0 0 calc(50% - 7.5px);
}

.hp_services_panel {
  background: var(--soft);
  display: flex;
  align-items: center;
  text-align: left;
  position: relative;
  transition:0.25s all linear;
}
.hp_services_panel:hover{
    box-shadow:0px 0px 8px rgba(0,0,0,0.3);
}
.hp_services_panel a{
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    height:100%;
    font-size:0;
}

.hp_services_img {
  width: 50%;
  flex: 0 0 50%;
}

.hp_services_img img {
  aspect-ratio: 1.4 / 1;
  object-fit: cover;
}

.hp_services_info {
  width: 50%;
  flex: 0 0 50%;
  padding: 30px 38px;
}

.hp_services_info .n_subtitle {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 12px;
}

.hp_services_info .n_content {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.65;
  margin-bottom: 0;
}

@media (max-width: 1200.5px) {
  .hp_services_info {
    padding: 26px 24px;
  }
}

@media (max-width: 991.5px) {
  .hp_services {
    padding: 15px 5% 65px;
  }

  .hp_services .col-lg-6 {
    flex: 0 0 100%;
  }

  .hp_services_info {
    padding: 24px 20px;
  }

}

@media (max-width: 767.5px) {
  .hp_services {
    padding: 10px 0% 45px;
  }

  .hp_services_panel {
    display: block;
    margin-bottom: 20px;
  }

  .hp_services_img {
    width: 100%;
  }

  .hp_services_info {
    width: 100%;
  }
}

/* hp_testimonial */
.index_wrapper_7{
  padding: 0 6% 95px;
  text-align: center;
}

.hp_testimonial .n_title {
  margin-bottom: 36px;
}

.hp_testimonial_box {
  height: 100%;
  background: var(--soft);
  padding: 35px 32px 45px;
}

.hp_testimonial_icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 22px;
  background: var(--black);
  color: var(--white);
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
}

.hp_testimonial_stars {
  color: #d8b76a;
  font-size: 15px;
  margin-bottom: 14px;
}

.hp_testimonial_name {
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  margin-bottom: 12px;
}
.hp_testimonials .testimonials_box .testimonials_card .icon{
    order:1;
}
.hp_testimonials .testimonials_box .testimonials_card .name{
    order:2;
}
.hp_testimonials .testimonials_box .testimonials_card .content{
    order:4;
}
.hp_testimonials .testimonials_box .testimonials_card .star{
    order:3;
}

.hp_testimonials .testimonials_box .testimonials_card .content q{
    font-size:14px;
    font-weight: 300;
}

.ex_hp_googleReviewDefault .hpGoogleReviewItems{
    background-color: #f2f2f2;
    box-shadow: unset;
    border-radius: 0;
}
.ex_hp_googleReviewDefault .slick-arrow{
    z-index:1;
}
.ex_hp_googleReviewDefault .slick-next{
    right:-25px!important;
}
.ex_hp_googleReviewDefault .slick-prev{
    left:-25px!important;
}
.ex_hp_googleReviewDefault .slick-prev::before,
.ex_hp_googleReviewDefault .slick-next::before{
    text-shadow: none;
    color:#000;
}
.ex_hp_googleReviewDefault .slick-dots{
    display: none!important;
}


@media (max-width: 1200.5px) {
  .hp_testimonial_box {
    padding: 32px 24px 38px;
  }
}

@media (max-width: 991.5px) {
  .index_wrapper_7{
    padding: 0 5% 65px;
  }

  .hp_testimonial_box {
    margin-bottom: 24px;
  }
}

@media (max-width: 767.5px) {
  .index_wrapper_7{
    padding: 0 10% 45px;
  }
}

/* hp_cta */
.hp_cta {
  padding: 25vw 6% 2vw;
  background-image: url("https://cdn1.npcdn.net/img/1783494433G-BG.jpg");
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-color:#f2f2f2;
}

.hp_cta_info {
  width: 100%;
}

.hp_cta_info .n_title {
  color: var(--black);
  margin-bottom: 10px;
  text-shadow: 0px 0px 3px rgba(255, 255, 255, 1);
}

.hp_cta_info .n_content {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.55;
  color: var(--black);
  margin-bottom: 0;
}

.hp_cta .n_button {
  background: var(--black);
  color: var(--white);
  width: auto;
  padding: 0px 30px;
}

@media (max-width: 1200.5px) {
  .hp_cta_info .n_title {
    font-size: 36px;
  }
}

@media (max-width: 991.5px) {
  .hp_cta {
    padding: 28vw 5% 7vw;
  }
  
}

@media (max-width: 767.5px) {
  .hp_cta {
        padding: 39vw 5% 8vw;
        background-position: top;
        background-size: 100%;
  }

  .hp_cta_info .n_title {
    font-size: 31px;
  }
}

/* hp_contact */
.hp_contact {
  padding: 70px 6% 55px;
  background: var(--soft);
}

.hp_contact_item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.hp_contact_icon {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--black);
  color: var(--white);
  font-size: 14px;
}
.hp_contact_icon img{
    width:100%;
    object-fit: contain;
    height: auto;
}

.hp_contact_item .n_subtitle {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
}

.hp_contact_item .n_content {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

@media (max-width: 1200.5px) {
  .hp_contact {
    padding: 60px 5% 45px;
  }
}

@media (max-width: 991.5px) {
  .hp_contact_item {
    margin-bottom: 26px;
  }
}

@media (max-width: 767.5px) {
  .hp_contact {
    padding: 42px 0% 25px;
  }
}

/* hp_footer */
.footer_type6{
    background-color:var(--soft);;
}
.footer_type6 .logo{
    min-height:80px;
}
.footer_type6 .logo img{
    max-height:80px;
}
.footer_type6 p,
.footer_type6 a,
.footer_type6 h6,
.footer_type6 i,
.footer_type6  .footer_subtitle,
.footer_type6 .input-container .moveUp,
.footer_type6 .input-container input, .footer_type6 .input-container label{
    color:#000;
}
.footer_type6  .footer_subtitle{
    font-family: "Cormorant Garamond", serif;
    font-size:25px;
    font-weight:300!important;
}
.footer_type6 a .mb-2:hover{
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #000;
}
.footer_type6 .input-container input{
    caret-color: #000;
    border-bottom:1px solid #000;
}
.footer_type6 .line{
    background-color:#000;
}
.footer_type6 .input-container input, 
.footer_type6 .input-container label{
    font-size:12px;
}
.footer_type6 .input-container .moveUp{
    font-size:12px;
}
.footer_type6 .social_media a .icon_s img{
    filter:brightness(0) invert(1);
}

.npfooter_languagebar{
    color:#000;
}
.footer_type6 a .mb-2:hover{
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #000;
}
.footer_type6 .input-container input{
    caret-color: #000;
    border-bottom:1px solid #000;
}
.footer_type6 .line{
    background-color:#000;
}
.footer_type6 .input-container input, 
.footer_type6 .input-container label{
    font-size:12px;
}
.footer_type6 .input-container .moveUp{
    font-size:12px;
}
.footer_type6 .social_media a .icon_s img{
    filter:brightness(0) invert(0);
}

.npfooter_languagebar{
    color:#000;
}

@media screen and (max-width: 991.5px){
    .footer_type6 .input-container input, 
    .footer_type6 .input-container label{
        font-size:1.1vw;
    }
    .footer_type6 .input-container .moveUp{
        font-size:1.1vw;
    }	
}
@media screen and (max-width: 767.5px){
    .footer_type6 .input-container input, 
    .footer_type6 .input-container label{
        font-size:14px;
    }
    .footer_type6 .input-container .moveUp{
        font-size:14px;
    }
}
