/*all*/
#main_index{
    padding-bottom: 0!important;
    overflow: hidden;
}

.bigtitle{
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    width: fit-content;
    width: -moz-fit-content;
    color: black ;
}
.smalltitle{
    font-style: italic;
    font-weight: bold;
    font-size: 16px;
    color: #63b748;
}
.smalltitle img{
    width: 30px;
    margin-right: 5px;
}
.n_text{
    font-size: 15px; 
    line-height: 1.7;
    font-family: "Poppins", sans-serif;

}
.fCenter{
    display: flex;
    align-items: center;
}
.btn-3{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    height: 35px;
    max-width: 250px;
    color: #fff;
    background: #63b748 ;
    text-decoration:none;
    transition: 0.5s ease-in-out;
    font-size:12px;
    font-weight: 600;
    z-index: 9;
    border-radius: 50px;
  }
  .btn-3:before, .btn-3:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: 20px solid #000;
    border-bottom: 20px solid #000;
    z-index: -1;
    box-sizing: border-box;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    border-radius: 20px;
  }
  .btn-3:before {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .btn-3:after {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .btn-3:hover {
    color: #fff !important;
    text-decoration: none !important;
  }
  .btn-3:hover:before {
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
  }
  .btn-3:hover:after {
    -webkit-transform: translateX(30%);
            transform: translateX(30%);
  }
.n_btn img {
    max-width: 30px;
    margin-left: 5px
}

.n_btn a {
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    color: white;
}
.n_btn a:hover img {
    transform: rotate(-135deg);
}
.n_btn a img {
    transition: all ease-in-out .35s;
}  
  
@media (max-width: 1200px) {
}
@media (max-width: 991.5px) {
}
@media (max-width: 767.5px) {
    .bigtitle {
    font-size: 25px;
    }
}

/*product detials page*/
#main_showproducts .product_detail div.mb-3{
    display: none;
}
.productDetailImageFancy .one_img div img{
    margin:2rem 0;
    height:auto;
}

/*nav*/
.navbar_type8 .logo img {
    width: 100%;
    padding: 5px;
}
.navbar_type8 .nav_tab .nav_item a {
    font-family: "Poppins", sans-serif;
    color: black;
    font-weight: 600;
    padding: 15px 2vw;
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a{
    color: white;
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a:hover {
    color: black !important;
}

.navbar_type8 .nav_tab .nav_item::before {
    border-bottom: none;
}
.dark_nav {
    background-color: rgba(255, 255, 255, 0.8) !important;
}
.navbar_type8 .nav_tab .nav_item {
    text-transform: capitalize;
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item {
    background-color: #63b748;
    display: flex;
    flex-direction: column;
    max-width: 350px;
    min-width: 150px;
    padding: 0;
}
.navbar_type8 .dropdown-item.active, .navbar_type8 .dropdown-item:active {
    background-color: #63b748 !important;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #fff !important;
}

/* dropdown 

.navbar_type8 .nav_tab .dropdown .dropdown-menu {
    background-color: transparent;
    top: 100%;
    min-width: auto;
    padding: 10px 0 0;
    margin: 0 auto;
    font-size: 16px;
    color: #000000;
    border-radius: 0;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item {
    background-color: rgba(0, 0, 0, 0);
    max-width: 100%;
    min-width: auto;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item .pt-1 {
    padding: 0 !important;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a {
    padding: 5px 15px !important;
    margin: 0 0 5px !important;
    background-color:  #63b748;
    color: white;
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a:hover  {
    background-color: #fff;
    color: #d3b06e;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a:last-child {
    margin-bottom: 0 !important;
}*/
@media (max-width: 1200px) {
}
@media (max-width: 991.5px) {
}
@media (max-width: 767.5px) {
}

/*banner*/
.banner_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}
.banner_box_2 {
    position: absolute;
    bottom: -60px;
    left: 10%;
    width: 20px;
}
@media (max-width: 1200px) {
}
@media (max-width: 991.5px) {
}
@media (max-width: 767.5px) {
    .index_wrapper_2 .slider_banner .item > img {
        height: 300px !important;
        object-fit: cover;
    }
    
    .banner_box_2 {
        bottom: -15%;
        left: 5%;
        width: 2.5%;
    }
}
@media (max-width: 500.5px) {
    .banner_box{
        width: 70%;
    }
}

.footer_type6 .col-md-3:first-child .title{
    min-height: 100px;
}
.footer_type6 .logo img {
    max-height: 100px;
}
.footer_type6 .col-md-3:nth-child(2) {
    padding-left: 75px !important;
}
.footer_type6 {
    background-color: #f7f7f7;
    color: black;
}
.footer_type6 p,
.footer_type6 a,
.footer_type6 .input-container input, 
.footer_type6 .input-container label {
    color: black;
    font-family: "Poppins", sans-serif;
}
.footer_type6 .fa-envelope:before,
.footer_type6 .input-container .moveUp{
    color: black;
}
.footer_type6 .input-container input {
    border-bottom: 1px solid rgba(0, 0, 0, 1);
    caret-color: black;
}
.footer_type6 .line {
    display: none;
}
.footer_type6 .title h6 {
    font-weight: 700;
    font-size: 17px !important;
    color: #63b748;
    padding-bottom: 10px;
    border-bottom: 1px solid black;
    text-transform: uppercase;
}
.f_img{
    position: absolute;
    right: 5%;
    top: -50px;
}
@media (max-width: 1200px) {
}
@media (max-width: 991.5px) {
    .footer_type6 .col-md-3:nth-child(2) {
    padding-left: 15px !important;
}
}
@media (max-width: 767.5px) {
    
}

/*about*/

.index_wrapper_3{
    padding: 100px 0;
    background-image: url(https://server.newpages.com.my/storage/userfiles/19669/file/B_BG.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.n_aboutImg {
    padding: 50px 100px 0 0;
}
.n_about .n_btn {
    padding-top: 20px;
}
.n_about .n_btn a{
    color:#63b748;
}
@media (max-width: 1200px) {
}
@media (max-width: 991.5px) {
}
@media (max-width: 767.5px) {
    .index_wrapper_3 {
        padding: 25px 0;
    }
    .n_aboutImg {
        padding: 15px 0;
    }
    .n_about .col-12:nth-child(2){
        padding: 0;
        
    }
}


/*property*/
.index_wrapper_4{
    padding: 100px 0;
    background:  #63b748;
}
.hp_property .col-md-12 .col-md-4{
    display: flex;
    justify-content: flex-end;
}
.hp_property .bigtitle,
.hp_property .n_text{
    color: white;
}
@media (max-width: 1200px) {
}
@media (max-width: 991.5px) {
}
@media (max-width: 767.5px) {
    .index_wrapper_4 {
        padding: 50px 0;
    }
    .hp_property .col-md-8{
        padding: 0;
    }
    .hp_property .col-md-12 .col-md-4 {
        justify-content: flex-start;
        padding: 0;
    }
    .hp_property .n_btn {
        padding-top: 20px;
    }
}


/*phase*/
.index_wrapper_5{
    padding: 100px 0;
    background-image: url(https://server.newpages.com.my/storage/userfiles/19669/file/C_BG.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}
.hp_phase .col-md-12{
    padding: 0;
}
.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas:
    "a b c d"
    "f e h g"
    "i j k l"
    "n m o p";
}

.a { grid-area: a; }
.b { grid-area: b; }
.c { grid-area: c; }
.d { grid-area: d; }
.e { grid-area: e; }
.f { grid-area: f; }
.g { grid-area: g; }
.h { grid-area: h; }
.i { grid-area: i; }
.j { grid-area: j; }
.k { grid-area: k; }
.l { grid-area: l; }
.m { grid-area: m; }
.n { grid-area: n; }
.o { grid-area: o; }
.p { grid-area: p; }

.grid-container img{
    width: 100%;
    height: 100%;
}
.grid-container > div:nth-child(even) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 30px;
}
.grid-container .btn-3 {
    max-width: 120px;
}
.contentTitle {
    font-size: 22px;
    padding-bottom: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: #63b748 ;
    font-family: "Poppins", sans-serif;
}
.contentTxt {
    font-size: 15px;
    line-height: 1.4;
    padding-bottom: 20px;
    color: #868e96;
    font-family: "Poppins", sans-serif;
}
@media (max-width: 1200px) {
    .grid-container>div:nth-child(even) {
        padding: 0 22px;
    }
    .contentTxt {
        padding-bottom: 10px;
    }
    .contentTitle {
        padding-bottom: 10px;
    }
}
@media (max-width: 991.5px) {
}
@media (max-width: 767.5px) {
    .grid-container {
    display: block;
}
.grid-container > div:nth-child(even) {
    padding: 30px;
}
.index_wrapper_5 {
    padding: 50px 0;
}
}



/*latest*/
.index_wrapper_6{
    padding: 100px 0;
    background: #f7f7f7;
}
.hp_latest .col-md-12{
    padding: 0;
}
.latest_new_type6 .news_box {
    background-color: transparent;
}
.latest_new_type6 .news_box .news_box_content {
    background-color: white;
    border: 1px solid white;
    font-family: "Poppins", sans-serif;
}
.latest_new_type6 .news_box .badge-primary {
    background-color: black;
}
.latest_new_type6 .news_box .date {
    color: black;
}
@media (max-width: 1200px) {
}
@media (max-width: 991.5px) {
}
@media (max-width: 767.5px) {
    .index_wrapper_6 {
    padding: 50px 0;
}
}


/*contact*/
.index_wrapper_7 {
    padding: 50px 0;
}
.contacts .bigtitle{
    color: #63b748 ;
}
.contacts .n_text{
    padding-right: 50px;
    color: #868e96;
}
.contentBox {
    margin-top: -80px;
    background: #63b748;
    padding: 3% 5% 5%;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.contentBox i {
    font-size: 40px;
    color: #fff;
}
.contentBox .fa-map-marker-alt {
    font-size: 44px;
}
.contentBox i:before {
    vertical-align: sub;
}
.contactTitle {
    font-size: 25px;
    color: #fff;
    font-weight: 700;
}
.contactDetails,
.contactDetails a{
    font-size: 15px;
    line-height: 1.6;
    color: #eee;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    text-decoration: none;
}
@media (max-width: 1200px) {
    .contacts .n_text {
    padding-right: 0;
    }
}
@media (max-width: 991.5px) {
}
@media (max-width: 767.5px) {
.contentBox {
    margin-top: 20px;
    padding: 30px;
    border-radius: 0;
}
.contentBox i {
    font-size: 36px;
    color: #fff;
    margin-bottom: 10px;
}
.contentBox .fa-map-marker-alt {
    font-size: 36px;
    margin-top: 20px;
}
}


/*product page*/
#main_showproducts .productCustomization .col-md-4 .nav-link,
#main_showproducts .productCustomization .col-md-8{
    display: none;
}