@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@200..900&display=swap');

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

a:hover {
    text-decoration: none;
}
    
@media screen and (max-width: 767.5px){
.index_wrapper_2 .item>img{
    object-position: 75%;  
    min-height:80vw!important;
    object-fit:cover;
}

}

/*Menu*/

.navbar_type8 {
    height: 120px;
}

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

.navbar_type8 .logo {
    flex: 0 1 12%;
    margin-left: 8%;
}

.navbar_type8 .nav_tab {
    flex: 0 1 88%;
    padding-left: 0;
    padding-right: 15%;
}

.navbar_type8 .nav_tab .nav_item a {
    color: #a29276;
    padding: 15px 1.75vw;
    font-weight: 700;
    font-size: 17px;
    transition: all 0.4s ease-in-out;
}

.navbar_type8 .nav_tab .nav_item:hover a {
    color: #473126;
}

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

.navbar_type8 .nav_tab .nav_item::before {
    top: 100%;
    width: 0%;
    left: 50%;
    border-bottom: none;
    transition: all 0.4s ease-in-out;
    opacity: 1;
    height: 3px;
    transform: translate(-50%, 0);
    background-color: #473126;     
}

.navbar_type8 .nav_tab .nav_item:hover::before {
    width: 60%;
}

.navbar_mobile {
    background-color: rgba(255, 255, 255, 1);
}

.navbar_mobile .logo_img {
    transform: scale(1.4);
}

.navbar_type8 .nav_tab .nav_item:lang(en) a {
    padding: 15px 1.25vw;
    font-size: 15.5px;
}

@media screen and (max-width: 1200.5px){
.navbar_type8 .nav_tab:lang(en) {
    padding-right: 12%;
}

.navbar_type8 .nav_tab .nav_item:lang(en) a {
    padding: 15px 1vw;
    font-size: 14px;
}

}

/*Banner*/

.hp_banner {
    padding-top: 13.5%;
    padding-left: 8%;
}

.hp_banner_title {
    color: #f6e9d9;
    font-size: 5.75vw;
    font-weight: 800;
    letter-spacing: 0.5vw;
    margin-bottom: 1.5%;
}

.hp_banner_title:lang(en) {
    font-size: 5vw;
    letter-spacing: 0;
}

.hp_banner_title2 {
    color: #f6e9d9 !important;
    font-size: 3.15vw !important;
    letter-spacing: 0.3vw !important;
    margin-bottom: 2% ! IMPORTANT;
}

.hp_banner_title2:lang(en) {
    font-size: 3vw !important;
    letter-spacing: 0 !important;
}

.hp_banner_desc {
    color: #f6e9d9;
    font-size: 1.55vw ! IMPORTANT;
    margin-bottom: 3% ! IMPORTANT;
    letter-spacing: 0.23vw !important;
}

.hp_banner_desc:lang(en) {
    font-size: 1.25vw ! IMPORTANT;
    letter-spacing: 0 !important;
}

.hp_banner_link {
    background: #f6e9d9;
    color: #a29276;
    border-radius: 40px;
    padding: 0.75vw 4.75vw 0.75vw 1.75vw;
    font-size: 1.75vw;
    letter-spacing: 0.25vw;
    transition: 0.3s;
    font-weight: 500;
    position: relative;
}

.hp_banner_link:lang(en) {
    font-size: 1.5vw;
    letter-spacing: 0;
}

.hp_banner_link:hover {
    background: #473126;
    color: #f6e9d9;
}    

.hp_banner_link::before {
    position: absolute;
    content: "";
    background-image: url(https://cdn1.npcdn.net/img/1777347969B_Button.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 2.85vw;
    height: 2.85vw;
    top: 0%;
    right: 5%;
    bottom: 0;
    margin: auto 0;
    transition: 0.4s;
}

.hp_banner_link:hover::before {
    transform: rotate(-45deg);
}

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

.hp_banner_title {
    font-size: 6.5vw;
    letter-spacing: 0.5vw;
    margin-bottom: 1.5%;
}

.hp_banner_title2 {
    font-size: 3.65vw !important;
    letter-spacing: 0.3vw !important;
    margin-bottom: 2% ! IMPORTANT;
}

.hp_banner_desc {
    font-size: 1.8vw ! IMPORTANT;
    margin-bottom: 3% ! IMPORTANT;
}

.hp_banner_link {
    padding: 0.9vw 5.5vw 0.9vw 2.25vw;
    font-size: 2vw;
    letter-spacing: 0.25vw;
}

.hp_banner_link::before {
    width: 3.5vw;
    height: 3.5vw;
    right: 5%;
}

.hp_banner {
    padding-top: 11.5%;
    padding-left: 8%;
}

.hp_banner_link:lang(en) {
    font-size: 1.75vw;
}

.hp_banner_desc:lang(en) {
    font-size: 1.3vw ! IMPORTANT;
}

.hp_banner_title2:lang(en) {
    font-size: 3.5vw !important;
}

.hp_banner_title:lang(en) {
    font-size: 5.75vw;
}

}

@media screen and (max-width: 767.5px){
.hp_banner {
    padding-top: 12%;
    padding-left: 3%;
    padding-right: 3%;
}

.hp_banner_link {
    padding: 2vw 12vw 2vw 5vw;
    font-size: 4vw;
    letter-spacing: 0.5vw;
}

.hp_banner_link::before {
    width: 7.5vw;
    height: 7.5vw;
    right: 5%;
}

.hp_banner_title2 {
    font-size: 7vw !important;
    letter-spacing: 0.5vw !important;
    margin-bottom: 4% ! IMPORTANT;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
}

.hp_banner_desc {
    font-size: 3.75vw ! IMPORTANT;
    margin-bottom: 6% ! IMPORTANT;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
}

.hp_banner_title {
    font-size: 12.5vw;
    letter-spacing: 1vw;
    margin-bottom: 3%;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
}

    .hp_banner_desc:lang(en) {
        font-size: 3.75vw ! IMPORTANT;
    }
    
        .hp_banner_link:lang(en) {
        font-size: 4vw;
    }
    
        .hp_banner_title2:lang(en) {
        font-size: 6vw !important;
    }
    
        .hp_banner_title:lang(en) {
        font-size: 10vw;
    }
}

/*Category*/

.index_wrapper_3 {
    padding: 8% 7% 8%;
}

.hp_cat_fbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.hp_cat_desc {
    margin-top: 80px;
}

.hp_cat_title2 {
    margin-bottom: 0 !important;
}

.product_cat-11 .hp_product_cat_slider .item a .wrapper_btn .view_btn {
    display: none;
}

.product_cat-11 .hp_product_cat_slider .item::after {
    display: none;
}

.product_cat-11 .hp_product_cat_slider .item .wrapper_brand:hover img {
    width: 100%;
    height: 100%;
    transform: unset;
}

.product_cat-11 .hp_product_cat_slider .card {
    margin-bottom: 0;
    border-radius: 0;
    box-shadow: unset;
    border: 0;
    gap: 12.5px;
}

.product_cat-11 .hp_product_cat_slider .item .wrapper_brand {
    border-radius: 15px;
}

.product_cat-11 .hp_product_cat_slider .item a .wrapper_title .category_title:first-child {
    display: none;
}

.product_cat-11 .hp_product_cat_slider .item a .wrapper_title .category_title {
    padding-right: 0;
    padding-left: 0;
    margin-top: 0;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0 !important;
    letter-spacing: 2px;
    color: black;
    transition: 0.4s;
}

.product_cat-11 .hp_product_cat_slider .item a .wrapper_title .category_title:lang(en) {
    letter-spacing: 0;
}

.product_cat-11 .hp_product_cat_slider .item a:hover .wrapper_title .category_title {
    color: #fff;
}

.product_cat-11 .hp_product_cat_slider .item .wrapper_brand a {
    background: unset !important;
    border-radius: unset !important;
    padding: 0 !important;
}

.product_cat-11 .hp_product_cat_slider .item a {
    background: #ece9e4;
    border-radius: 7.5px;
    padding: 5px;
    transition: 0.4s;
}

.product_cat-11 .hp_product_cat_slider .item a:hover {
    background: #473126;
}

.product_cat-11 .hp_product_cat_slider .item {
    margin: 0 0.5vw;
}

.product_cat-11 {
    padding: 0 7.5px;
}

.dsmall {
    color: #473126;
    font-size: 16px;
    margin-bottom: 0;
    letter-spacing: 1.5px;
}

.dsmall:lang(en) {
    letter-spacing: 0;
}

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

.dsmall {
    font-size: 15px;
    letter-spacing: 1.5px;
}

.product_cat-11 .hp_product_cat_slider .item a .wrapper_title .category_title {
    font-size: 17px;
    letter-spacing: 2px;
}

.hp_cat_desc {
    margin-top: 75px;
}

}

@media screen and (max-width: 991.5px){
.hp_cat_tbox {
    flex: 0 0 57.5%;
}

.hp_cat_dbox {
    flex: 0 0 42.5%;
}

.hp_cat_desc {
    margin-top: 60px;
}

.product_cat-11 .hp_product_cat_slider .item a .wrapper_title .category_title {
    font-size: 16px;
    letter-spacing: 2px;
}

.product_cat-11 .slick-arrow {
    top: 36%;
    z-index: 1;
}

}

@media screen and (max-width: 767.5px){
.index_wrapper_3 {
    padding: 60px 3% 45px;
}

.hp_cat_fbox {
    align-items: start;
    margin-bottom: 30px;
    flex-direction: column;
}

.hp_cat_desc {
    margin-top: 20px;
}

.dsmall {
    font-size: 14px;
    letter-spacing: 0.5px;
}

.product_cat-11 .hp_product_cat_slider .item {
    margin: 0 1.5vw;
}

}

/*About*/

.hp_about {
    background: #fcf7f1;
}

.hp_about_ibox {
    margin-right: -15px;
    margin-left: -15px;
}

.hp_about .row {
    align-items: center;
}

.hp_about_image {
    width: 100%;
}

.hp_about_desc {
    line-height: 2;
    margin-bottom: 35px !important;
    letter-spacing: 2px !important;
    font-size: 17px;
}

.hp_about_desc:lang(en) {
    letter-spacing: 0px !important;
}

.hp_about_link {
    background: #a29376;
    color: #fff;
    border-radius: 30px;
    padding: 7.5px 47.5px 7.5px 20px;
    font-size: 16px;
    letter-spacing: 2.5px;
    transition: 0.3s;
    position: relative;
}

.hp_about_link:lang(en) {
    letter-spacing: 0;
}

.hp_about_link:hover {
    background: #473126;
    color: #fff;
}    

.hp_about_link::before {
    position: absolute;
    content: "";
    background-image: url(https://cdn1.npcdn.net/img/1777358442C_Button.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    top: 0%;
    right: 4%;
    bottom: 0;
    margin: auto 0;
    transition: 0.4s;
}

.hp_about_box {
    padding-left: 14%;
    padding-right: 10%;
}

.hp_about_title {
    margin-bottom: 25px;
}

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

    margin-bottom: 25px !important;
    letter-spacing: 2px !important;
    font-size: 16px;
}

.hp_about_title {
    margin-bottom: 15px;
}

}

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

    margin-bottom: 25px !important;
    letter-spacing: 1px !important;
    font-size: 15px;
}

.hp_about_title {
    margin-bottom: 15px;
}

.hp_about_box {
    padding-left: 14%;
    padding-right: 5%;
    padding-bottom: 4%;
    padding-top: 3%;
}

}

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

    margin-bottom: 30px !important;
    letter-spacing: 1px !important;
    font-size: 15px;
}

.hp_about_title {
    margin-bottom: 15px;
}

.hp_about_box {
    padding-left: 3%;
    padding-right: 3%;
    padding-bottom: 60px;
    padding-top: 60px;
}

}


/*Why*/

.hp_why {
    padding: 8% 7% 9%;
}

.hp_why_icbox img:nth-child(2) {
    display: none;
}

.hp_why_box:hover .hp_why_icbox img:nth-child(1) {
    display: none;
}

.hp_why_box:hover .hp_why_icbox img:nth-child(2) {
    display: block;
}

.hp_why_inbox {
    display: flex;
    align-items: end;
    gap: 1vw;
    margin-bottom: 20px;
}

.hp_why_icon {
    width: 60px;
}

.hp_why_fbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.hp_why_fbox2 {
    display: flex;
    justify-content: space-between;
}

.hp_why_box {
    background: #ece9e4;
    border-radius: 15px;
    padding: 2.5% 2% 2.5%;
    flex: 0 0 24%;
    transition: 0.4s;
}

.hp_why_box:hover {
    background: #473126;
}

.hp_why_box:hover .hp_why_item {
    color: #fff;
}
.hp_why_box:hover .hp_why_item2 {
    color: #fff;
}

.hp_why_title2 {
    margin-bottom: 0 !important;
}

.hp_why_desc {
    margin-top: 75px;
}

.hp_why_item {
    color: #a29276;
    font-weight: 700;
    letter-spacing: 0.1vw;
    font-size: 1.2vw;
    margin-bottom: 0.5rem;
    transition: 0.4s;
}

.hp_why_item:lang(en) {
    letter-spacing: 0;
}

.hp_why_item2 {
    letter-spacing: 0.2px !important;
    line-height: 1.6;
    font-size: 14px;
    transition: 0.4s;
}

.hp_why_item2:lang(en) {
    letter-spacing: 0 !important;
}


@media screen and (max-width: 1200.5px){
.hp_why_item2 {
    font-size: 13.5px;
}

.hp_why_item {
    width: 81%;
    font-size: 17px;
}

.hp_why_icon {
    width: 55px;
}

}

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


.hp_why_box {
    padding: 3% 4% 3%;
    flex: 0 0 48.5%;
}

.hp_why_fbox2 {
    flex-wrap: wrap;
    gap: 20px 0;
}

.hp_why_item {
    width: 100%;
    font-size: 17px;
}

}

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


.hp_why_box {
    padding: 30px 8% 30px;
}

.hp_why_fbox2 {
    flex-wrap: wrap;
    gap: 20px 0;
    flex-direction: column;
}

.hp_why_item {
    width: 100%;
    font-size: 17px;
}

.hp_why {
    padding: 60px 3%;
}

.hp_why_fbox {
    align-items: start;
    margin-bottom: 30px;
    flex-direction: column;
}

.hp_why_desc {
    margin-top: 20px;
}

.hp_why_inbox {
    gap: 3vw;
    margin-bottom: 20px;
}

}


/*Service*/

.hp_services {
    background: #fcf7f1;
    padding: 6% 7% 7%;
}

.hp_services .col-12:nth-child(2) {
    margin-bottom: 25px;
}
.hp_services .col-12:nth-child(3) {
    margin-bottom: 25px;
}

.hp_services_box {
    border: 1.5px solid #000;
    border-radius: 15px;
    padding: 8% 7% 6%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.hp_services_image {
    width: 100%;
    border-radius: 15px;
}

.hp_services_title2.tbig {
    margin-bottom: 45px;
}

.hp_services_title2.tsmall {
    margin-bottom: 0px;
    padding: 0.75vw 2vw !important;
    font-size: 1.5vw !important;
    letter-spacing: 0.25vw !important;
}

.hp_services_title2.tsmall:lang(en) {
    letter-spacing: 0 !important;
    font-size: 1.25vw !important;
}

.dbig {
    font-size: 22px;
    letter-spacing: 3px;
    line-height: 1.8;
}

.hp_services_desc span {
    letter-spacing: 0 !important;
}

.hp_services_desc {
    font-size: 1.4vw !important;
    letter-spacing: 0.2vw !important;
}

.hp_services_desc:lang(en) {
    font-size: 1.2vw !important;
    letter-spacing: 0 !important;
}


@media screen and (max-width: 1200.5px){
.hp_services .col-12 {
    padding: 0 1vw;
}

.hp_services_title2.tbig {
    margin-bottom: 35px;
}

.hp_services_title2.tsmall {
    padding: 0.75vw 2vw !important;
    font-size: 1.75vw !important;
    letter-spacing: 0.25vw !important;
}


.hp_services_title2.tsmall:lang(en) {
    font-size: 1.5vw !important;
}

.hp_services_desc {
    font-size: 1.65vw !important;
    letter-spacing: 0.15vw !important;
}

.hp_services_desc:lang(en) {
    font-size: 1.45vw !important;
    letter-spacing: 0 !important;
}

}

@media screen and (max-width: 767.5px){
.hp_services .col-12 {
    padding: 0 1vw;
}

.hp_services_title2.tbig {
    margin-bottom: 30px;
    font-size: 27px;
}

.hp_services_title2.tsmall {
    padding: 7.5px 22.5px !important;
    font-size: 15px !important;
    letter-spacing: 2px !important;
}

.hp_services_title2.tsmall:lang(en) {
    font-size: 14px !important;
}

.hp_services_desc {
    font-size: 16px !important;
    letter-spacing: 1.5px !important;
}

.hp_services_desc:lang(en) {
    font-size: 15px !important;
    letter-spacing: 0 !important;
}

.hp_services {
    padding: 60px 3%;
}

.hp_services .col-12:nth-child(2) {
    margin-bottom: 20px;
}
.hp_services .col-12:nth-child(3) {
    margin-bottom: 20px;
}
.hp_services .col-12:nth-child(4) {
    margin-bottom: 20px;
}

.hp_services_box {
    padding: 30px 7% 30px;
    gap: 15px;
}

}

/*Gallery*/

.index_wrapper_7 {
    padding: 7% 0% 0%;
    position: relative;
    
}

.index_wrapper_7::before {
    position: absolute;
    content: "";
    background-image: url(https://cdn1.npcdn.net/img/1777282737G_Background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 150%;
    height: 100%;
    top: 0%;
    left: -50%;
}

.tsmall {
    display: inline-block;
    color: #473126;
    border: 2px solid #473126;
    border-radius: 30px;
    padding: 10px 30px;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
    letter-spacing: 2.5px;
}

.tsmall:lang(en) {
    letter-spacing: 0;
}

.tbig {
    color: #a29276;
    font-size: 43px;
    letter-spacing: 3px;
    font-weight: 700;
}

.tbig:lang(en) {
    letter-spacing: 0;
}

.hp_photoGallerySlider_type4 .flickfeed button.slick-arrow {
    height: 80%;
}

.hp_photoGallerySlider_type4 .flickfeed .slick-slide .card img {
    height: 250px;
    object-fit: cover;
}

@media screen and (max-width: 1200.5px){
.tbig {
    font-size: 38px;
    letter-spacing: 3px;
}

.tsmall {
    padding: 7.5px 27.5px;
    font-size: 16px;
    margin-bottom: 17.5px;
    letter-spacing: 2.5px;
}

.hp_photoGallerySlider_type4 .flickfeed .slick-slide .card img {
    height: 200px;
    object-fit: cover;
}

}

@media screen and (max-width: 991.5px){
.tbig {
    font-size: 33px;
    letter-spacing: 3px;
}

    .tbig:lang(en) {
        font-size: 28px;
        letter-spacing: 0px;
    }

.tsmall {
    padding: 7.5px 25px;
    font-size: 15px;
    margin-bottom: 17.5px;
    letter-spacing: 2.5px;
}

.hp_photoGallerySlider_type4 .flickfeed .slick-slide .card img {
    height: 175px;
    object-fit: cover;
}

.hp_photoGallerySlider_type4 .p-4 {
    padding: 0rem !important;
}

.hp_photoGallerySlider_type4 .flickfeed button.slick-arrow {
    height: 100%;
}

.index_wrapper_7::before {
    background-image: unset;
    
}

}

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

.hp_photoGallerySlider_type4 .flix-parents {
    overflow: hidden;
    padding: 1.5rem 0 !important;
}

.tbig {
    font-size: 31px;
    letter-spacing: 3px;
}

.tbig:lang(en) {
        font-size: 26px;
        letter-spacing: 0px;
    }

    .tbig:lang(en) {
        font-size: 27px;
        letter-spacing: 0;
    }


.tsmall {
    margin-bottom: 15px;
}

.hp_gallery_title2 {
    font-size: 25px !important;
}

.hp_photoGallerySlider_type4 .flickfeed .slick-slide .card img {
    height: 40vw;
    object-fit: cover;
}

.index_wrapper_7 {
    padding: 60px 0% 0px;
    
}

}

/*Footer*/

.footer_type7 {
    background-image: url('https://cdn1.npcdn.net/img/1777282737G_Background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #a29376;
    background-position: 100% bottom;
    padding-top: 3rem !important;
    padding-bottom: 5rem !important;
}

.footer_type7 a {
    color: #a29376;
}

.footer_type7 .social_media i {
    color: #f6ede3;
    background: #a29276;
    border-radius: 50%;
    padding: 7px 8px 7px;
}

.footer_type7 .fab.fa-instagram.fa-lg {
    padding: 7px 6px 7px;
}

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

.footer_type7 .title h5 {
    font-weight: 700;
    color: #473126;
    font-size: 18px;
}

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

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

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

.footer_type7 .location {
    width: 85%;
}

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

@media screen and (max-width: 1200.5px){
.footer_type7 .location {
    width: 100%;
}

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

}

@media screen and (max-width: 767.5px){
.footer_type7 .title {
    min-height: 30px;
}

.footer_type7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
    background-position: top;
}

}
