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

/*Overall*/
#main_index{
    padding-bottom: 0px !important;
    overflow: hidden;
}

#main_index p{
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.75;
    color: #666;
}

.title-box {
  position: relative;
}

.title-box h1{
  color: #1a1a1a;
  font-weight: 700;
}

/*Floating Btn*/
.whatsapp_float_btn{
  right: 0;
}
.whatsapp_float_btn .whatsapp{
  left: unset;
  right: 39%;
}

/*Button*/
a:hover {
  text-decoration: none;
}

.main-btn{
  font-weight: 600;
  display: flex;
  align-items: center;
  transition: all .3s linear;
  color: #764c29;
}

.main-btn i {
  background: #764c29;
  color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  transform: rotateZ(-45deg);
  display: grid;
  place-content: center;
  font-size: 12px;
  transition: all .3s linear;
}

.main-btn span {
  margin-left: 10px;
}

.main-btn:hover{
  color: #273845;
}

.main-btn:hover i{
  background: #273845;
  transform: unset;
}

/*NavBar*/
.navbar_type8 .logo img{
    width: 100%;
    padding: 5px;
}

.navbar_type8 .nav_tab .nav_item a{
  padding: 0;
  font-weight: 600;
  text-transform: capitalize;
  text-shadow: 2px 2px 4px #000000c9;
}

.navbar_type8 .nav_tab .nav_item{
  margin: 0px 1vw;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu{
    top: 15px;
}

.navbar_type8 .nav_tab .nav_item::before{
  border-bottom: unset;
  width: 0%;
  height: 2px;
  background: #fff;
  transition: all .4s linear;
}

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

.navbar_type8 {
  background: #273845;
}

#main_index .navbar_type8{
    background: transparent;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item{
  background-color: rgba(255, 255, 255, 0.9);
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a{
  text-shadow: unset;
  color: #000;
}

@media(max-width:1400px){
    .navbar_type8 .nav_tab .nav_item{
        margin: 0 15px;
    }
}

@media(max-width:1100px){
    .navbar_type8 .nav_tab .nav_item a{
        font-size: .8rem;
    }
    .navbar_type8 .nav_tab .nav_item{
        margin: 0 10px;
    }
}

@media(max-width:991px){
    .navbar_mobile{
        background: #273845;
    }
}

/*footer*/

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

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

.footer_type7 {
  background-color: #273845;
}

.footer_type7 p{
  color: #fff;
  font-size: 0.9rem;
}

.copy_right strong {
  font-size: 100% !important;
}

.footer_type7 .title h5 {
  color: #fff;
}

/*Banner*/

.slider_banner .banner_content{
    overflow: hidden;
}

.b_box {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0px 110px;
  justify-content: space-between;
}

.b_inner {
    color: #fff;
    text-shadow: 2px 2px 5px #000000;
    position: relative;
    width: 42%;
    padding-bottom: 120px
}

.b_inner p{
  color: #fff !important;
  margin-right: 20px;
  font-style: italic;
  font-weight: 500;
}

.b_inner h1{
  color: #fff;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 0;
}

.b_inner h2{
  font-size: 2.5rem;
  font-weight: 700;
}

.b_inner .row1{
  display: inline-flex;
  align-items: end;
  margin-bottom: 10px;
}

.b_inner .row3 {
  width: 22rem;
  right: 0px;
  position: absolute;
}

.social i {
  color: #fff;
  font-size: 18px;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: grid;
  place-content: center;
  margin-bottom: 20px;
  line-height: 1;
  filter: drop-shadow(1px 2px 2px #000);
}


#main_index .index_wrapper_2 .slick-dots {
  bottom: 50px;
  margin-top: -30px;
}

.slick-dots li button{
  padding: 0px; 
  height: 10px;
}

.slick-dots li button:before{
  content: "";
  background: #fff;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  opacity: .6
}

.slick-dots li.slick-active button:before {
  content: " ";
  opacity:.6;
  color:#fff;
  width: 50px;
  height: 10px;
  background: #fff;
  border-radius: 20px;
}

.slick-dots li.slick-active button:hover:before{
  opacity: 1;
}

.slick-dots li.slick-active{
  width: 60px;
  content: "";
}

.slick-dotted.slick-slider{
    margin-bottom: 0px;
}

@media(min-width:991px){
      .index_wrapper_2{
        margin-top: -80px;
      }
}
@media(max-width:1200px){
    .b_inner{
        width: 45%;
        padding-bottom: 60px;
    }
    .b_inner p{
        font-size: 0.9rem;
    }
    .b_inner h1{
         font-size: 3rem;   
    }
    .b_inner h2{
        font-size: 2.1rem;
    }
    .b_inner .row3{
        width: 17rem;
    }
}

@media(max-width:991px){
    .b_inner{
        width: 60%;
        padding-bottom: 60px;
    }
    .b_inner .row3{
        width: 17rem;
    }
}

@media(max-width:768px){
    .b_box{
        padding: 0px 50px;
    }

    .b_inner p{
        font-size: 0.8rem;
    }
    .b_inner h1{
         font-size: 2.5rem;   
    }
    .b_inner h2{
        font-size: 1.8rem;
    }
    .b_inner .row3{
        width: 16rem;
    }
    
    #main_index .index_wrapper_2 .slick-dots{
        bottom: 20px;
    }
}

@media(max-width:600px){
    .b_inner .row3{
        width: 13rem;
    }
}

@media(max-width:468px){
    .slider_banner .item > img{
        min-height: 400px;
        object-fit: cover;
    }
    .b_box{
        padding: 60px 40px;
        flex-direction: column;
    }
    .social ul{
        display: flex;   
        gap: 20px;
        margin-bottom: 0px;
    }
    .social i{
        margin: 0;
    }
    .b_inner{
         width: 100%;
    }
    .b_inner .row3{
        width: 14rem;
    }
    
    #main_index .index_wrapper_2 .slick-dots{
        bottom: 10px;
    }
}

/*About*/
.abt-sec {
  padding: 130px 0px;
  position: relative;
}

.abt-sec:after{
  position: absolute;
  content:"Lux Property KL";
  top: 50px;
  left:  50px;
  font-size: 5.8rem;
  font-weight: 800;
  opacity: .05;
  line-height: .75;
}

.title-box.about img {
    position: absolute;
    top: -20px;
    left: -50px;
    z-index: -1;
    width: 10rem;
}

@media(max-width:1200px){
  .abt-sec{
    padding: 100px 0px;
  }
  .abt-sec:after{
    top: 40px;
    left:  40px;
    font-size: 5rem;
  }
}

@media(max-width:991px){
  .abt-sec p{
    padding-top: 20px;
  }
}

@media(max-width:768px){
  .abt-sec:after{
    top: 40px;
    left:  40px;
    font-size: 4rem;
  }
}

@media(max-width:468px){
  .abt-sec{
    padding-bottom: 60px;
  }
  .abt-sec:after{
    top: 20px;
    left:  10px;
    font-size: 3.5rem;
    line-height: 1;
  }
  .title-box.about img{
    left: -10px
  }
}

/*Residential*/

.res-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.res-box {
  position: relative;
  overflow: hidden;
}

.res-box img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: all .3s linear;
}

.res-box:hover img{
  transform: scale(1.05);
}

.res-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.res-info .num{
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
}

.res-info a{
  font-size: 1.5vw;
  font-weight: 700;
  color: #fff;
}

.res-info a i{
  margin-left: 20px;
  font-size: 1.5rem;
  transform: rotateZ(-45deg);
}

.res-info a:hover i{
  animation: dmore 1.5s linear infinite;
}

@keyframes dmore{
  0%{
    transform: rotateZ(0deg);
  }
  50%{
    transform: translateX(10px)
  }
  100%{
    transform: rotateZ(0) translateX(0px);
  }
}

@media(max-width:1200px){
  .res-info{
    padding: 40px;
  }
  .res-info a{
    font-size: 1.6vw;
  }
}

@media(max-width:991px){
  .res-list{
    grid-template-columns: 1fr 1fr
  }  
  .res-info a{
    font-size: 2.3vw;
  }
}

@media(max-width:600px){
  .res-info{
    padding: 30px;
  }

  .res-info a i{
    margin-left: 10px;
  }
}

@media(max-width:468px){
  .res-list{
    grid-template-columns: 1fr;
  }
  .res-info{
    padding: 30px;
  }
  .res-info a{
    font-size: 1.2rem;
  }
}

/*gallery*/
.gallery-sec {
  padding: 100px 0px;
}

.image-list img{
  margin: 0px 20px;
  transition: all .3s linear;
}

.image-list img:nth-child(even) {
  margin-top: 50px;
}

.image-list img:hover{
  transform: scale(1.02);
}

.title-box.gallery img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -1.5rem;
    width: 15rem;
    z-index: -1
}

@media(max-width: 768px){
    .title-box.gallery img{
        width: 13rem;
    }
}

/*brand*/
.brand-sec{
    padding-bottom: 100px;
}

.brand-list img {
  width:100%;
  padding:0 12px
}

.title-box.brand img{
  width: 14rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -1.5rem;
  z-index: -1;
}

@media(max-width:768px){
  .title-box.brand img{
    width: 11rem;
  }
}

/*why*/
.why-sec{
    padding-bottom: 80px;
}

.why-box h5{
  margin: 20px 0px 10px;
  font-weight: bold;
}

.title-box.why img{
  width: 18rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -1.5rem;
  z-index: -1;
}

.icon-frame {
  width: 23%;
  margin: auto;
}

.big-bg {
  position: absolute;
  bottom: 0;
  z-index: -2;
}

@media(max-width:991px){
    .why-sec{
        padding-bottom: 40px;
    }
    .why-box{
        margin-bottom: 30px;
    }
}

@media(max-width:768px){
  .title-box.why img{
    width: 14rem;
    top: -1.1rem;
  }
}

/*team*/
.team-sec{
  background: #273845;
  padding: 100px 0px 0px;
  
}

.team-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.team-box {
  position: relative;
}

.team-box .team-info{
  position: absolute;
  bottom: 3rem;
  left: 12.5rem;
}

.title-box.team img {
    width: 14rem;
    position: absolute;
    left: -4rem;
    top: -1.5rem;
    z-index: 0
}

@media(min-width:768px){
  html:lang(zh-Hans) .title-box.team img{
    left: -2.5rem;
  }
}
@media(max-width:768px){
  html:lang(zh-Hans) .title-box.team img{
    left: -1rem;
  }
}

.title-box.team h1 {
    z-index: 1;
    position: relative;
}

@media(max-width:1200px){
  .team-box .team-info{
    left: 10.5rem;
  }
}

@media(max-width:991px){
  .team-box .team-info{
    left: 8.5rem;
    bottom: 1rem;
  }
}

@media(max-width:768px){
  .team-list{
    grid-template-columns: 1fr;
  }
   .team-box .team-info{
    left: 18rem;
     bottom: 2rem;
  }

  .title-box.team img{
    width: 12rem;
    left: -3rem;
  }
}

@media(max-width:468px){
   .team-box .team-info{
      left: unset;
     right: 2rem;
     bottom: 2rem;
  }
}

/*contact*/
.index_wrapper_9 {
  padding: 70px 0px 60px;
  background: url(https://cdn1.npcdn.net/img/1722840448G_BG.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

#main_index .outerRow_9 {
  display: flex;
  align-items: center;
}

.contact-sec {
  width: 70%;
  margin: auto;
}

.title-box.contact img{
  width: 12rem;
  position: absolute;
  left: -3.5rem;
  top: -1.5rem;
  z-index: 0;
}


@media(min-width:768px){
  html:lang(zh-Hans) .title-box.contact img{
    left: -5.8rem;
  }
}

@media(max-width:768px){
  html:lang(zh-Hans) .title-box.contact img{
    left: -4rem;
  }
}

.title-box.contact h1{
  position: relative;
  z-index: 1;
}

#main_index #index_10_1 h5,
#main_index #index_10_1 p,
#main_index .ws_contact iframe,
#main_index .ws_contact .col-12.col-md-4.ws_contact,
#main_index .ws_contact .col-12.text-center,
#main_index .contact_form .form-group:nth-child(4){
  display: none;
}

#main_index .contact_form label {
  font-weight: 600;
  text-transform: uppercase;
  color: #666;
  font-size: 1rem;
}

#main_index .btn.btn-primary {
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 500;
  padding: 8px 30px;
}

#main_index .ws_contact .col-12.col-md-8.mb_10{
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}

@media(max-width:991px){
  #main_index .contact_form label{
    font-size: .8rem;
  }
}

@media(max-width:768px){
  .contact-sec{
    padding-top: 20px;
    width: 100%;
    margin: 0 15px 15px;
  }
  .title-box.contact img{
    width: 10rem;
    left: -1.5rem;
    top: -1.1rem;
  }
}

/* media */
@media(max-width:768px){
  .title-box h1{
    font-size: 2rem;
  }
}

/*product page*/

#main_showproducts {
  background: #744a2833;
}
.product_img .product_silder .img_frame{
  padding-top: 60%;
  background: #000;
}
.product_img .product_silder_nav .img_frame{
  width: 250px;
  padding-top: 200px;
}
.product_detail{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 0px;
}
.product_detail .product_name {
  font-family: 'Lora', Serif;
}
.product_description_link{
  text-align: center !important;
  padding: 5px 0px;
}
.product_detail .mainFunction .enquiry_form_scroll{
  display: none;
}

.showproducts_wrapper_2 .product_detail .product_description_link,
.showproducts_wrapper_2 .product_detail .mainFunction{
  display: none;
}

.showproducts_wrapper_4 .product_detail .product_name{
  display: none;
}
@media(min-width:768px){
  .product_list_horizontal .product_box .horizontal_detail_box .product_simple_description{
    overflow: scroll;
    max-height: 250px;
  }
}