
#banner-2{
  display: none;
}
#banner-3{
    display: none;
  }
  .bann-img img{
    width: 100% !important;
  }


/* end banner */

.cont-ar {
    box-shadow: 1px 1px 10px #545454;
    background-color: #FFC14A;
    padding: 18px 12px;
}
.cont-ar:hover {
    background-color: #FFFFFF;
}
.cont-bt{
    position: fixed;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    z-index: 99;
}

.popup {
    width:100%;
    height:100%;
    display:none;
    position:fixed;
    top:0px;
    left:0px;
    background:rgba(0,0,0,0.75);
    z-index: 9999;
  }
  
  /* Inner */
  .popup-inner {
    width: 70%;
    padding: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
   
  }
  .popup-inner img{
    width: 100%;
  }
  /* Close Button */
  .popup-close {
    width: 25px;
    height: 27px;
    padding-top: 4px;
    display: inline-block;
    position: absolute;
    top: 19px;
    right: 26px;
    transition: ease 0.25s all;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    border-radius: 1000px;
    background: transparent;
    font-family: Arial, Sans-Serif;
    font-size: 25px;
    text-align: center;
    line-height: 100%;
    color: #fff;
}
  
  /* .popup-close:hover {
    -webkit-transform:translate(50%, -50%) rotate(180deg);
    transform:translate(50%, -50%) rotate(180deg);
    background:rgb(6, 14, 131);
    text-decoration:none;
    color: #fff;
  } */
  
  
  .popup-scroll{
  overflow-y: scroll;
  max-height: 300px;
  padding:0 1em 0 0;
  }
  .popup-scroll::-webkit-scrollbar {background-color:#EEE;width:10px;}
  .popup-scroll::-webkit-scrollbar-thumb {
  border:1px #EEE solid;border-radius:2px;background:#777;
  -webkit-box-shadow: 0 0 8px #555 inset;box-shadow: 0 0 8px #555 inset;
  -webkit-transition: all .3s ease-out;transition: all .3s ease-out;
  }
  .popup-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: 0 0 2px #ccc;
    box-shadow: 0 0 2px #ccc;
}	
  
.enq-bt{
    position: fixed;
    right: 0%;
    top: 70%;
    transform: translateY(-70%);
    z-index: 99;
    cursor: pointer;
  }
  
  .mon-input{
      width: 100%;
      height: 40px;
      border: 1px solid #B9A8A8;
      padding: 5px 10px;
      border-radius: 15px;
      outline: none;
  }
  .mon-input:focus{
      border: 2px solid #ebc60c;
  }
  .enqury-area .popup-inner {
    width: 28%;
    background-color: #FFF9F9;
    border-radius: 21px 21px 40px 40px;
}
  .mob-head h1{
      text-align: center;
      background-color: #8F3F07;
      padding: 5px 0;
      border-radius: 21px 21px 0 0;
      margin-bottom: 40px;
      color: #FFFFFF;
    font-size: 28px;
    font-weight: 600;
    font-family: "MyCustomFont";
  }
 
  .mobile-inp-area {
      display: flex;
      flex-direction: column;
      gap: 32px;
      padding: 0 20px;
  }
  
  .sub-im img{
      width: 50%;
  }
  .sub-im img {
      width: 7%;
  }
  .sub-im {
      background-color: #D9D9D9;
      border-radius: 28px;
      padding: 5px 7px;
  }
  .mobile-area {
      padding: 0 0 40px 0;
  }
  .mon-input-2{
      height: 80px;
  }
  
  .enqury-area .popup {
    background: rgb(20 20 13 / 79%);
  }
  
  /* end enqury  */




.welcome{
    background-image: url(../../image/wel-bg.png);
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: repeat;
    padding: 0 0 150px;
    margin-top: 80px;
}

.wel-head h1{
    color: #222222;
    font-size: 60px;
    font-weight: 400;
    font-family: "Pacifico", cursive;
}

.wel-head h4{
    color: #222222;
    font-size: 50px;
    font-weight: 800;
    font-family: "MyCustomFont";
}
.wel-head{
    text-align: center;
    margin-bottom: 50px;
}

.wel-bot p{
    color: #444444;
    font-size: 16px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    text-align: center;
    line-height: 31px;
    width: 84%;
    margin: 0 auto;
}


/* end welcome */

.ser-area{
    text-align: center;
}

.ser-con {
    display: flex;
    justify-content: space-between;
    width: 93%;
    margin: 0 auto;
    margin-top: -93px;
}

.ser-area p{
    color: #242424;
    font-size: 24px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    text-align: center;
}



/* end services */

.head-text h1{
    color: #222222;
    font-size: 50px;
    font-weight: 500;
    font-family: "MyCustomFont";
}

.head-text h1 span{
    font-family: "Pacifico", cursive;
}

.head-line {
    width: 60px;
    height: 3px;
    background-color: #444444;
}
.head-top{
    display: flex;
    justify-content: center;
    gap: 15px;
    align-items: center;
}

.head p {
    color: #444444;
    font-size: 16px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    text-align: center;
    width: 43%;
    margin: 15px auto 0;
}
.head {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

/* end head */

.product {
    padding: 80px 20px;
    position: relative;
}
.plywood {
    position: relative;
    z-index: 1;
}
.product-area{
    position: relative;
    width: 24%;
    border: 2px solid transparent;
}
.product-area:hover{
    border: 2px solid #000;
 }
.product-area:hover .product-text{
   opacity: 1;
}
.lami-bg, .upvc-bg, .fitti-bg{
    position: absolute;
    top: 0%;
    left: 0%;
}
.Wadrobe-bg, .chimney-bg, .deco-bg{
    position: absolute;
    top: 0%;
    right: 0%;
}
.product-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 79%;
    height: 79%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #000000bf;
    opacity: 0;
    transition: all ease 0.4s;
}
.per-head {
    position: relative;
    z-index: 1;
}
.product-con{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 23px;
    width: 100%;
}

.product-text h1{
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    text-align: center;
}
.product-text p{
    color: #f5f5f5;
    font-size: 18px;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    text-align: center;
    margin-top: 20px;
}


/* end product */

.performance{
    background-color: #ECECEC;
    padding: 80px 0;
    position: relative;
}

.pro-bg{
    position: absolute;
    top: 30px;
    right: 0px;
}

.per-head{
    background-image: url(../../image/ply-head.png);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 10px 0;
    text-align: center;
}
.LAMINATES .per-head, .decoratives .per-head{
    background-image: url(../../image/lami-head.png);
}
.upvc .per-head, .fittings .per-head{
    background-image: url(../../image/lami-head.png);
}
.Chimney .per-head{
    background-image: url(../../image/ply-head.png);
}

.per-head h1{
    color: #242424;
    font-size: 60px;
    font-weight: 200;
    font-family: "MyCustomFontM";
    text-align: center;
    text-transform: uppercase;
}

.ply-area {
    padding: 7px;
    background-color: #fff;
    margin: 5px;
    box-shadow: 1px 1px 5px #767373;
}
.ply-text-area {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 20px 10px;
    background: linear-gradient(90deg,rgba(20, 20, 20, 0.852) 0%, rgba(124, 123, 123, 0.321) 100%);
    opacity: 0;
    transition: all ease 0.4s;
}
.ply-text {
    text-align: center;
}
.ply-area:hover .ply-text-area {
    opacity: 1;
}

.ply-box{
    position: relative;
}
.ply-text p{
    color: #F5F5F5;
    font-size: 15px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    margin-bottom: 15px;
}

.enqu-bt{
    background-color: #fff;
    color: #444;
    font-size: 15px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    padding: 6px 15px;
    border-radius: 0 15px 0 15px;
    border: 1px solid #FFC14A;
}


.enqu-bt:hover{
    background-color: #8F3F07;
    color: #fff;
}

.plywood-con{
    padding: 25px 0;
}

.plywood-con .owl-prev {
    background-color: #fff !important;
    position: relative;
    width: 35px;
    height: 35px;
    border-radius: 100% !important;
    position: absolute;
    top: 50%;
    left: -7%;
    box-shadow: #979797 2px 0 12px;
}

.plywood-con .owl-next {
    background-color: #fff !important;
    position: relative;
    width: 35px;
    height: 35px;
    border-radius: 100% !important;
    position: absolute;
    top: 50%;
    right: -7%;
    box-shadow: #979797 2px 0 12px;
}
.plywood-con .owl-prev span, .plywood-con .owl-next span {
    color: red;
    font-size: 38px;
    font-weight: 400;
    position: absolute;
    top: -49%;
    left: 32%;
}


/* end performance */

.modular-head h1{
    color: #222222;
    font-size: 50px;
    font-weight: 500;
    font-family: "MyCustomFont";
    margin-bottom: 40px;
}

.modular-head h1 span{
    font-weight: 600;
    font-family: "MyCustomFont";
}

.modular-head p{
    color: #787878;
    font-size: 22px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    margin-bottom: 40px;
}

.aap-bt-ar{
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    
}
.modular-button{
    display: flex;
    gap: 10px;
    margin-bottom: 40px;
}

.modular-con{
    display: flex;
    justify-content: space-between;
    padding: 0 240px;
    align-items: center;
}

.modular-main-area {
    width: 40%;
}
.modular-main-img{
    width: 45%;
}
.modular-main-img img{
    width: 100%;
}
.modular-kitchen{
    margin-top: 80px;
    margin-bottom: 80px;
    position: relative;
}
.modular-kitchen-bg{
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: -1;
}
.modular-bot {
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
    justify-content: space-between;
}

.kitchen-area {
    width: 30%;
    text-align: center;
}
.kitchen-img{
    position: relative;
}

.kitchen-img:after{
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #ffae1269;
    content: '';
    opacity: 0;
}
 .kitchen-img:hover:after{
    opacity: 1;
}


.kitchen-text h1{
    color: #242424;
    font-size: 18px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin-top: 10px;
}

.kitchen-img img{
    width: 100%;
}

.app-btn{
    width: 49%;
    background-color: #8F3F07;
    padding: 5px 10px;
    text-align: center;
}
.kitc-btn {
    width: 49%;
    border: 1px solid #8F3F07;
    padding: 5px 10px;
    text-align: center;
}
.kitc-btn:hover {
    background-color: #FFC14A;
}

.app-btn:hover{
    background-color: #FFC14A;
}

.app-btn:hover .aap-bt-ar{
    color: #8F3F07;
}

.kitc-btn a{
    color: #8F3F07;
}




/* end modular-kitchen */


.cli-bot{
    display: flex;
    gap: 50px;
}

.client-name h1{
    color: #151515;
    font-size: 22px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    margin-top: 10px;
}

.cli-top p{
    color: #444444;
    font-size: 16px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    margin-bottom: 15px;
    line-height: 30px;
}

.client{
  background-color: #FFF6EF;
  padding: 80px 30px;
}

.client-main-area{
    background-color: #8F3F07;
    padding: 20px 20px 50px;
    box-shadow: 1px 1px 6px #080808;
    margin: 7px;
    transition: all ease 0.4s;
}
.client-area {
    background-color: #FFFFFF;
    padding: 45px 55px 5px;
    box-shadow: 1px 1px 10px #ada4a4;
    transition: all ease 0.4s;
}

.client-main-area:hover .client-area {
    background-color: #FFF6EF;
}

.client-main-area:hover {
    background-color: #ededed;
}


.client-img {
    margin-bottom: -36px;
}


.client-con .owl-prev {
    background-color: #fff !important;
    position: relative;
    width: 35px;
    height: 35px;
    border-radius: 100% !important;
    position: absolute;
    /* top: 50%; */
    left:47%;
    box-shadow: #979797 2px 0 12px;
}

.client-con .owl-next {
    background-color: #fff !important;
    position: relative;
    width: 35px;
    height: 35px;
    border-radius: 100% !important;
    position: absolute;
    /* top: 50%; */
    right: 48%;
    box-shadow: #979797 2px 0 12px;
}
.client-con .owl-prev span, .client-con .owl-next span {
    color: #8f3f07;
    font-size: 38px;
    font-weight: 400;
    position: absolute;
    top: -49%;
    left: 32%;
}
.client-con .owl-nav {
    margin-top: 20px;
}



/* end client */

.gallery {
    margin-top: 80px;
    padding: 0px 0 80px 300px;
    position: relative;
}

/* .gal-con{
    display: flex;
    justify-content: space-between;
} */
.gallery-text {
    width: 60%;
}

.gallery-img{
    position: absolute;
    top: 0%;
    right: 0%;
    z-index: -1;
}
.gallery-slider {
    background-color: #fff;
    padding: 10px;
}
.gal-img-area.current{
    display: block;
}
.gal-img-area{
    display: none;
}
.gallery-slider .owl-prev {
    background-color: #D9D9D9 !important;
    position: relative;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: -2%;
    box-shadow: #a5a5a5 2px 0 5px;
}
.gallery-slider .owl-next {
    background-color: #D9D9D9 !important;
    position: relative;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: -2%;
    box-shadow: #a5a5a5 2px 0 5px;
}

.gallery-slider .owl-prev span, .gallery-slider .owl-next span {
    color: #A90413;
    font-size: 35px;
    font-weight: 400;
    position: absolute;
    top: -54%;
    left: 32%;
}

.gal-top h1{
    color: #222222;
    font-size: 50px;
    font-weight: 500;
    font-family: "MyCustomFont";
}

.gal-top h1 span{
    font-weight: 900;
}

.gal-top p{
    color: #444444;
    font-size: 16px;
    font-weight: 4500;
    font-family: "Poppins", sans-serif;
    width: 80%;
    margin-top: 20px;
    margin-bottom: 30px;
}




/* end gallery */



.brands{
    background-color: #FFF6EF;
    position: relative;
    padding: 50px 0;
}


.brands-con .owl-prev {
    background-color:transparent !important;
    position: relative;
    width: 35px;
    height: 35px;
    border-radius: 100% !important;
    position: absolute;
    top: 40%;
    left:-5%;
 
}

.brands-con .owl-next {
    background-color: transparent !important;
    position: relative;
    width: 35px;
    height: 35px;
    border-radius: 100% !important;
    position: absolute;
    top: 40%;
    right: -5%;
}

.brands-con .owl-prev span, .brands-con .owl-next span {
    color: #A90413;
    font-size: 38px;
    font-weight: 400;
    position: absolute;
    top: -49%;
    left: 32%;
}

.brands-bg{
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
}

/* end brands */


.video-top video{
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
    border: 4px solid #4D4D4D;
}

.video{
    padding: 80px 30px;
}



 /* end video */


.footer{
    background-image: url(../../image/footer-bg.png);
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0 0;
    position: relative;
}

.foot-middle-area {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    padding: 20px 0;
}
.foot-na {
    border-bottom: 1px solid #9E9E9E;
    padding: 15px 0;
    margin-bottom: 40px;
}
.foot-1 {
    width: 31%;
    text-align: center;
}

.foot-3 {
    width: 28%;
}

.foo-2-area {
    display: flex;
    align-items: center;
    gap: 10px;
}

.foo-head h1{
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin-bottom: 30px;
}

.foo2-text{
    color: #F5F5F5;
    font-size: 16px;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
}

.foo-tot {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.foot-1 p{
    color: #444444;
    font-size: 14px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    margin-top: 20px;
    margin-bottom: 20px;
}
.cont-area {
    display: flex;
    align-items: center;
    gap: 15px;
}
.cont-area:hover .cont-text{
     color: #8F3F07;
}
.cont-area:hover .fo-dot{
    color: #8F3F07;
}
.cont-text {
    color: #3D3C3C;
    font-size: 17px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
}
.cont-text-2{
    font-size: 20px;
    font-weight: 600;
}

.cont-main-area {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.fo-dot{
    color: #444444;
    font: 20px;
}


.foot-logo img{
    width: 100%;
}
.foot-logo {
    width: 45%;
    margin: 0 auto;
}

.heart{
    color: red;
    margin-left: 5px;
    margin-right: 5px;
}

.foot-na-area{
    display: flex;
    justify-content: center;
    
}
.fo-na-te{
    padding: 0 20px;
    color: #3D3C3C;
    font-size: 18px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    border-right: 2px solid #8B8B8B;
}
.fo-na-te:hover {
    color: #8F3F07;
    font-weight: 600;
}

.fo-na-te-2{
    border-right: none;
}

.foot-bot{
    text-align: center;
    background-color: #8F3F07;
}

.goot-bot-te p{
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
}
.you-ic{
    color: #fff;
    font-size: 20px;
    transition: all ease 0.4s;
}
.you-ic:hover{
    color: #fde9db;
}

.foot-top-inp{
    width: 80%;
}
.finp{
    width: 100%;
    background-color: transparent;
    height: 30px;
    border: none;
    border-bottom: 1px solid #ffffff85;
    padding: 0 5px;
}
.foot-top-bt{
    width: 20%;
    cursor: pointer;
}
.goot-bot-icon.you-ic {
    display: flex;
    gap: 20px;
}

.foot-bot {
    text-align: center;
    background-color: #8F3F07;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    padding: 10px 0;
}





















