@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..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: 97.5%;  
    min-height:80vw !important;
    object-fit:cover;
}

.slider_banner .banner_content {
    position: static !important;
    transform: none !important;
    background-color: #fff;
}

}

/*Menu*/

.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: 2px;
    transform: translate(-50%, 0);
    background-color: #255946;     
}

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

.navbar_type8 {
    height: 120px;
}

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

.navbar_type8 .nav_tab .nav_item a {
    color: #000;
    padding: 15px 1.5vw;
    text-transform: capitalize;
    font-size: 14.4px;
}

.navbar_type8 .nav_tab .nav_item:last-child a {
    color: #fff;
    padding: 10px 35px 12.5px;
    background: #255845;
    border: 5px solid #c2d0cc;
}

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

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

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

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

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


@media screen and (max-width: 1200.5px){
.navbar_type8 .nav_tab .nav_item:last-child a {
    padding: 10px 25px 12.5px;
}


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

}

/*Banner*/

.hp_banner {
    padding-top: 8.5%;
    padding-left: 10%;
    position: relative;
}

.hp_banner:before {
    position: absolute;
    content: "";
    bottom: -7%;
    left: -9%;
    width: 15%;
    height: 51%;
    transform: rotate(-30deg);
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('https://cdn1.npcdn.net/img/1779258199A-BANNER-1-PIC.png');
    z-index: 1;
}

.hp_banner_title {
    font-family: pt serif;
    font-style: italic;
    font-weight: 700;
    font-size: 3vw;
    color: #412118;
    position: relative;
    padding-bottom: 1.5%;
    margin-bottom: 1.5%;
}

.hp_banner_title:before {
    position: absolute;
    content: "";
    bottom: 0%;
    left: 0%;
    width: 14.5%;
    height: 3px;
    background-color: #412118;
}

.hp_banner_title:after {
    position: absolute;
    content: "";
    bottom: -2%;
    left: 0%;
    width: 14.5%;
    height: 1px;
    background-color: #412118;
}

.hp_banner_desc {
    font-size: 1vw;
    margin-bottom: 3%;
}

.hp_banner_link {
    background: #255845;
    color: #fff;
    transition: 0.3s;
    font-family: pt serif;
    font-style: italic;
    font-weight: 600;
    padding: 1.25% 7% 1.4%;
    font-size: 1vw;
}

.hp_banner_link:hover {
    background: #163a2b;
    color: #fff;
}

#scrollBtn {
    cursor: pointer;
    writing-mode: sideways-rl;
    position: absolute;
    bottom: -19%;
    left: -8%;
}

#scrollBtn span {
    width: 1.5px;
    height: 4vw;
    display: inline-block;
    background: #412118;
    margin-right: 7%;
}

.hp_banner_item {
    font-family: pt serif;
    font-style: italic;
    font-weight: 600;
    font-size: 1vw;
    display: flex;
    align-items: center;
    gap: 1vw;
}

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

.hp_banner_title {
    font-size: 3.6vw;
    padding-bottom: 2%;
    margin-bottom: 2%;
}

.hp_banner_desc {
    font-size: 1.25vw;
    margin-bottom: 3%;
}

.hp_banner_link {
    padding: 1.5% 7.5% 1.6%;
    font-size: 1.25vw;
}

.hp_banner_title:before {
    width: 18%;
}
.hp_banner_title:after {
    width: 18%;
    bottom: -2.5%;
}

.hp_banner {
    padding-top: 6%;
    padding-left: 9%;
}

.hp_banner_item {
    font-size: 1.25vw;
    gap: 1vw;
}

#scrollBtn {
    bottom: -14%;
    left: -7%;
}

.hp_banner:before {
    bottom: -7%;
    left: -9.5%;
    width: 16%;
    height: 51%;
}

}

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

.hp_banner_title {
    font-size: 30px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.hp_banner_desc {
    font-size: 14px;
    margin-bottom: 30px;
}

.hp_banner_link {
    padding: 15px 5rem 15px;
    font-size: 13px;
}

.hp_banner_title:before {
    width: 8rem;
}
.hp_banner_title:after {
    width: 8rem;
    bottom: -5px;
}

.hp_banner {
    padding-top: 45px;
    padding-left: 3%;
    padding-right: 3%;
    padding-bottom: 45px;
}

    .hp_banner_item {
        font-size: 3vw;
        gap: 2vw;
    }

    .hp_banner:before {
        bottom: 120%;
        left: -12%;
        width: 20%;
        height: 21%;
    }
    
    #scrollBtn span {
    height: 10vw;
    margin-right: 7%;
}

    #scrollBtn {
        bottom: 125%;
        left: -3%;
    }

}

@media screen and (max-width: 500.5px){
.hp_banner_desc br {
    display: none;
}

}

/*Categories*/

.hp_cat {
    padding: 5% 7% 5%;
}

.tsmall {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.6);
}

.tbig {
    font-family: playfair display;
    font-weight: 800;
    color: #000;
    font-size: 33px;
}

.dsmall {
    font-size: 0.85vw;
    
}

.hp_cat_box2 {
    margin-bottom: 2rem;
}

.hp_cat_title2 {
    margin-bottom: 15px;
}

.hp_cat_desc {
    color: rgba(0, 0, 0, 0.6);
    width: 56%;
    margin: 0 auto;
    line-height: 1.8;
}

.hp_cat_box {
    background: #f6f6f6;
    margin: 0 0.8vw 35px;
    position: relative;
}

.hp_cat_item {
    color: #000;
    font-size: 15px;
    margin-bottom: 1.75rem;
}

.hp_cat_item2 {
    background: #255845;
    font-size: 13px;
    font-weight: 300;
    padding: 10px;
    position: absolute;
    bottom: -35px;
    right: 0;
    left: 0;
    opacity: 0;
    transition: 0.3s;
}

.hp_cat_box:hover .hp_cat_item2 {
  
    opacity: 1;
}

.hp_cat_item2 .hp_cat_link {
    color: #fff;
}

.hp_cat_dog .slick-prev:before {
    content: "";
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('https://cdn1.npcdn.net/img/1779260920b-button-1.png');
    opacity: 1;
    display: inline-block;
}

.hp_cat_dog .slick-next:before {
    content: "";
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('https://cdn1.npcdn.net/img/1779260936b-button-2.png');
    opacity: 1;
    display: inline-block;
}

.hp_cat_dog .slick-prev {
    left: -60px;
    z-index: 1;
    width: unset;
    height: unset;
}

.hp_cat_dog .slick-next {
    right: -65px;
    z-index: 1;
    width: unset;
    height: unset;
}

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

.tsmall {
    font-size: 1.3vw;
}

.tbig {
    font-size: 2.8vw;
}

.dsmall {
    font-size: 1.1vw;
}

.hp_cat_desc {
    width: 73%;
}

.hp_cat_item {
    font-size: 1.25vw;
    margin-bottom: 12%;
}

.hp_cat_dog .slick-prev:before {
    width: 35px;
    height: 35px;
}

.hp_cat_dog .slick-next:before {
    width: 35px;
    height: 35px;
}

.hp_cat_dog .slick-prev {
    left: -50px;
}

.hp_cat_dog .slick-next {
    right: -55px;
}

.hp_cat_box {
    margin: 0 0.9vw 3vw;
}

.hp_cat_item2 {
    font-size: 1.1vw;
    padding: 1vw;
    bottom: -3vw;
}

.hp_cat_title2 {
    margin-bottom: 1.5%;
}

.hp_cat_box2 {
    margin-bottom: 3%;
}

}

@media screen and (max-width: 991.5px){
.hp_cat_item {
    font-size: 1.5vw;
}

.hp_cat_item2 {
    font-size: 1.3vw;
}

.hp_cat_box {
    margin: 0 1vw 3vw;
}

.hp_cat_dog .slick-prev {
    left: -45px;
}

.hp_cat_dog .slick-next {
    right: -50px;
}

}

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

.tsmall {
    font-size: 14px;
}

.tbig {
    font-size: 30px;
}

.dsmall {
    font-size: 14px;
}

.hp_cat_desc {
    width: 100%;
}

.hp_cat_dog .slick-prev:before {
    width: 30px;
    height: 30px;
}

.hp_cat_dog .slick-next:before {
    width: 30px;
    height: 30px;
}

.hp_cat_dog .slick-prev {
    left: -15px;
}

.hp_cat_dog .slick-next {
    right: -15px;
}

.hp_cat_box {
    margin: 0 2vw 35px;
}

.hp_cat_item {
    font-size: 14px;
    margin-bottom: 1.5rem;
}

.hp_cat_item2 {
    font-size: 12px;
    padding: 10px;
    bottom: -35px;
}

.hp_cat {
    padding: 30px 1% 45px;
}

.hp_cat_title2 {
    margin-bottom: 15px;
}

.hp_cat_box2 {
    margin-bottom: 2rem;
}

}

@media screen and (max-width: 373.5px){
.hp_cat_desc br {
    display: none;
}

}

/*Why Choose Us*/

.hp_why {
    background: #f6f6f6;
    padding: 6% 9% 5%;
}

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

.hp_why_fbox {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px 0;
    margin-right: -7%;
}

.hp_why_itbox {
    flex: 0 0 49%;
    background: #ffffff;
    padding: 20px 5%;
    transition: 0.3s;
}

.hp_why_title2 {
    margin-bottom: 4rem;
}

.hp_why_image {
    width: 100%;
}

.hp_why_ibox {
    margin-right: calc(-15px + -29%);
    margin-top: 6%;
}

.hp_why_item {
    font-family: playfair display;
    font-weight: 800;
    font-size: 20.5px;
    margin-bottom: 10px;
}

.hp_why_item2 {
    font-size: 12.5px;
    width: 94%;
}

@media screen and (max-width: 1432px){
.hp_why_item br {
    display: none;
}

.hp_why_fbox {
    margin-right: -9%;
}

.hp_why_item2 {
    font-size: 12px;
    width: 100%;
}

}

@media screen and (max-width: 1200.5px){
.hp_why_title2 {
    margin-bottom: 6%;
}

.hp_why_item2 {
    font-size: 1.1vw;
}

.hp_why_item {
    font-size: 1.8vw;
    margin-bottom: 5%;
}

.hp_why_itbox {
    padding: 4% 4%;
}
    
.hp_why_ibox {
    margin-right: calc(-15px + -30%);
    margin-top: 0%;
}

}

@media screen and (max-width: 767.5px){
.hp_why_title2 {
    margin-bottom: 2rem;
}

.hp_why_item2 {
    font-size: 12px;
}

.hp_why_item {
    font-size: 20px;
    margin-bottom: 10px;
}

    .hp_why_itbox {
        padding: 20px 6%;
    }
    
.hp_why_ibox {
        margin-right: calc(-15px + -4%);
        margin-top: 30px;
    }

.hp_why {
    padding: 45px 3% 30px;
}

    .hp_why_fbox {
        margin-right: 0;
        gap: 10px 0;
                flex-direction: column;
    }
    
}

/*Clients*/

.hp_clients {
    padding: 5% 8% 5%;
    position: relative;
}

.hp_clients::before {
    position: absolute;
    content: "";
    background-image: url(https://cdn1.npcdn.net/img/1779273088d-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50%;
    height: 50%;
    top: 24%;
    margin: 0 auto;
    left: 0%;
    right: 0%;
}

.hp_clients_title2 {
    margin-bottom: 3rem !important;
}

.hp_clients_ibox {
    text-align: center;
}

.hp_clients_fbox {
    align-items: center;
}

.hp_clients_image3 {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.hp_clients_ibox2 {
    margin-top: 2%;
    background: #fff;
}

.hp_clients_bbox {
    margin-top: 4.5%;
}

.hp_clients_link {
    background: #255845;
    color: #fff;
    transition: 0.3s;
    font-family: pt serif;
    font-style: italic;
    font-weight: 600;
    padding: 17.5px 6rem;
    font-size: 14px;
}

.hp_clients_link:hover {
    background: #163a2b;
    color: #fff;
}

.hp_clients_image2 {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}

.hp_clients_fbox2 {
    gap: 0.25vw;
}

.hp_clients_ibox3 {
    margin-right: 7%;
}

.hp_clients_ibox4 {
    margin-left: 7%;
}

.hp_clients_ibox {
    margin-top: 4%;
}

@media screen and (max-width: 1200.5px){
.hp_clients_title2 {
    margin-bottom: 3% !important;
}

.hp_clients_link {
    padding: 1.5% 9%;
    font-size: 1.25vw;
}

.hp_clients_image3 {
    width: 85%;
}

.hp_clients_ibox3 {
    margin-right: 6%;
}

.hp_clients_ibox4 {
    margin-left: 6%;
}

.hp_clients {
    padding: 5% 6% 5%;
}

}

@media screen and (max-width: 767.5px){
.hp_clients_title2 {
    margin-bottom: 2rem !important;
}


    .hp_clients_link {
        padding: 15px 5rem 15px;
        font-size: 13px;
    }

.hp_clients_image3 {
    width: 75%;
}

.hp_clients_ibox3 {
    margin-right: 0%;
}

.hp_clients_ibox4 {
    margin-left: 0%;
}

.hp_clients {
    padding: 45px 3% 45px;
}

.hp_clients_fbox {
    align-items: center;
    flex-direction: column;
}

.hp_clients_bbox {
    margin-top: 12%;
}

.hp_clients_ibox {
    margin: 9% 0;
}

.hp_clients_fbox2 {
    gap: 6vw;
    flex-direction: column;
}

.hp_clients_image2 {
  
    width: 100%;
}

.hp_clients_image {
    width: 100%;
}

 .hp_clients::before {

    width: 100%;
    height: 100%;
    top: 14%;
  
}
    
}

/*Inquiry*/

.hp_inq {
    background: #fcf7f3;
    padding: 6% 9% 6%;
}

.hp_inq_fbox {
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.hp_inq_box {
    flex: 0 0 50%;
    padding-left: 7%;
    padding-right: 6%;
    padding-top: 6%;
}

.hp_inq_ibox {
    flex: 0 0 50%;
}

.hp_inq_image {
    width: 100%;
}

.hp_inq_title2 {
    margin-bottom: 4%;
    font-size: 2.2vw;
}

.hp_inq_desc {
    color: rgba(0,0,0,0.6);
    margin-bottom: 11%;
    line-height: 1.8;
}

.hp_inq_bbox .contactRecordBtn {
    background: #255845;
    color: #fff;
    transition: 0.3s;
    position: relative;
    border-radius: 7.5px;
    padding: 7% 11% 7% 25%;
    font-family: playfair display;
    font-weight: 700;
    font-size: 1.55vw;
}

.hp_inq_bbox .contactRecordBtn::before {
    position: absolute;
    content: "";
    background-image: url(https://cdn1.npcdn.net/img/1779247155whatapp-logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 3.75vw;
    height: 3.75vw;
    top: 0%;
    bottom: 0%;
    margin: auto 0;
    left: 9%;
    transition: 0.3s;
}

.hp_inq_title {
    font-size: 0.95vw;
}

@media screen and (max-width: 1200.5px){
.hp_inq_title2 {
    font-size: 2.9vw;
}

.hp_inq_title {
    font-size: 1.25vw;
}

.hp_inq_bbox .contactRecordBtn {
    padding: 7% 11% 7% 25%;
    font-size: 1.75vw;
}

.hp_inq_box {

    padding-left: 4%;
    padding-right: 3%;
    padding-top: 2%;
}

}

@media screen and (max-width: 767.5px){
.hp_inq_title2 {
    font-size: 30px;
}

.hp_inq_title {
    font-size: 14px;
}

    .hp_inq_bbox .contactRecordBtn {
        padding: 1.5rem 2rem 1.5rem 5rem;
        font-size: 17px;
    }

.hp_inq_box {
        padding-left: 6%;
        padding-right: 6%;
        padding-top: 30px;
        padding-bottom: 55px;
    }

.hp_inq_fbox {
    flex-direction: column;
}

.hp_inq {
    padding: 45px 3% 45px;
}

.hp_inq_desc {
    margin-bottom: 2.5rem;
    font-size: 13px;
}

.hp_inq_bbox .contactRecordBtn::before {
    width: 2.5rem;
    height: 2.5rem;
}

}



/*Downspace*/

.hp_ds {
    overflow: hidden;
}

.hp_ds_itbox {
    flex: 0 0 33.33333%;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding: 35px 3% 45px;
}

.hp_ds_itbox:last-child {
    border-right: 0;
}

.hp_ds_title {
    background: #163a2c;
    color: #fff;
    font-family: Playfair Display;
    font-weight: 700;
    font-size: 23px;
    padding: 25px;
    line-height: 1.5;
}

.hp_ds_fbox {
    background-color: #255845;
}

.hp_ds_item2 .contactRecordBtn {
    color: #fff;
}

.hp_ds_item {
    color: #fff;
    font-size: 24px;
    font-family: playfair display;
    font-weight: 800;
    margin-bottom: 15px;
}

.hp_ds_item2 {
    color: #fff;
    font-size: 13px;
}

@media screen and (max-width: 1200.5px){
.hp_ds_item2 {
    font-size: 1.25vw;
}

.hp_ds_item {
    font-size: 2.25vw;
    margin-bottom: 4%;
}

    .hp_ds_itbox {
        padding: 20px 1% 30px;
    }

.hp_ds_title {
        font-size: 20px;
        padding: 25px;
    }

}

@media screen and (max-width: 767.5px){
.hp_ds_itbox {
    flex: 0 0 50%;
    padding: 25px 1% 30px;
}
.hp_ds_itbox.gg {
    flex: 0 0 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.hp_ds_itbox:nth-child(2) {
    border-right: 0;
}

.hp_ds_fbox {
    flex-wrap: wrap;
}

    .hp_ds_item2 {
        font-size: 13px;
    }
    
        .hp_ds_item {
        font-size: 20px;
        margin-bottom: 12.5px;
    }

}

@media screen and (max-width: 490.5px){
    .hp_ds_item2 br {
        display: none;
    }
    
}

/*Footer*/

.footer_type6 {
    background-color: #255845;
    color: white;
    padding-top: 4rem;
    padding-bottom: 0.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer_type6 .logo.title {
    min-height: 150px;
}

.footer_type6 .logo img {
    max-height: 150px;
}

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

.footer_type6 .title::before {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 10rem;
    height: 1px;
    bottom: -8px;
    left: 0;
}

.footer_type6 .title.d::before {
    display: none;
}

.footer_type6 .title.d {
    margin-bottom: 0;
}

.footer_type6 .line {
    background-color: rgba(255, 255, 255, 0.1);
    margin-top: 60px;
}

.footer_type6 .col-12.col-md-4.mb-1.mb-md-0.p-3 p {
    line-height: 2;
        width: 95%;
}


.footer_type6 .title h5 {
    font-weight: 700;
    font-family: playfair display;
    font-size: 24px;
}

.footer_type6 .input-container input {
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 1200.5px){
.footer_type6 .title::before {
    width: 9rem;
}

.footer_type6 .col-12.col-md-4.mb-1.mb-md-0.p-3 p {
    width: 100%;
}

}

@media screen and (max-width: 991.5px){
.footer_type6 .title h5 {
    font-size: 20px;
}

.footer_type6 .title::before {
    width: 6.5rem;
}

}

@media screen and (max-width: 767.5px){
.footer_type6 .title::before {
    width: 9rem;
}

.footer_type6 .line {
    margin-top: 30px;
}

.footer_type6 {
    padding-top: 3rem;
}

}
