 
 .cust_header{
    position: absolute;
    width: 100%;
    z-index: 2;
 }
 .nav_linkss ul{
    display: flex;
    align-items: center;
    gap: 35px;
}
.nav_linkss ul li a{
    color: var(--color-white); 
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    text-transform: uppercase;
    font-size: 14px;
}
.nav_linkss ul li a img{
    height: 11px;
    width: auto;
}
.header_1{
    gap: 45px;
}
.banner_title {
    font-size: 32px;
    font-weight: 600;
    line-height: 55px;
    text-transform: capitalize; 
    text-shadow: 1px 1px 5px rgba(0,0,0,0.2); 
    
}

.fareo_dealss {
    padding: 2rem 0px;
    position: relative;
    z-index: 1;
}
 .black{
    color: black;
 }
.nav_logo1 img {
    height: 70px;
    width: auto;
    /* filter: brightness(0) invert(1); */
}
.nav_btts{
    gap: 30px;
}
.nav_btts a{
    color: var(--color-white); 
    display: inline-flex;  
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
}
.sub_h{
    background-color: var(--color-red);
    color: white;
    padding: 6px;
}
.sub_h a{
    color: var(--color-white);
}
.cust_header_semi{
    padding-top: 13px;
    padding-bottom: 13px;
}
.banner_img img{
    width: 100%;
    object-fit: cover; 
    height: 550px;
}
.banner_content{
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    left: 0%;
    width: 100%;
    z-index: 2;
}
.banner_title{ 
    font-size: 48px;
    line-height: 70px;
    font-weight: 800;
    color: white;
    text-transform: uppercase;
}
.box_form{
    background-color: white;
    border-radius: 10px;
    padding: 25px 25px;
    padding-top: 20px;
    position: relative;
    z-index: 2;
}
.bo_title{
    font-weight: 600;
    font-size: 19px;
}
.form_h .form-control{
    border-radius: 10px;
    padding: 12px 20px;
    box-shadow: none;
    background-color: #f5f2f2;
    font-size: 13px;
    font-weight: 600;
    box-shadow: inset 1px 1px 10px rgba(0,0,0,0.1);
}
.banner_img::after{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0,0,0,0.7),rgba(0,0,0,0.2))
}
.sub_bt{
    background-color: var(--color-red);
    color: var(--color-white);
    border: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 10px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 17px;
}
.call_me{
    border: 2px solid rgba(255,255,255,0.9);
    color: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 50px;
    margin-bottom: 20px;
    padding: 7px;
    font-weight: 600;
    font-size: 17px;
    width: 85%;
     margin-left: auto;
     background-color: rgba(0,0,0,0.3);
}
.call_me img{
    height: 36px;
    width: auto;
}
.tick_t{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 20px;
}
.tick_t li{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 10px;
    gap: 5px;
    font-size: 14px;
    font-weight: 600;
    color: black;
    border-radius: 10px;
    background-color: rgb(255, 217, 0);
}
.mr_min{
    margin-top: -6rem;
    position: relative;
    z-index: 2;
}
.tick_t img{
    height: 20px;
    width: auto;
    filter: brightness(1) invert(1);
}
.wave_b{
    position: relative;
    margin-top: -11rem;
    z-index: 2;
}
.wood_png{
    position: absolute;
    bottom: -30px;
    right: -30px;
    z-index: 1;
}
.wood_png img{
    height: 15rem;
    width: auto;
}
/**/
 
.air_t{
    color: var(--color-blue);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
}
.plywood_grid{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 30px;
}
.plywood_cont{
    background-color: var(--color-white);
    border-radius: 20px;
    border: 1px solid rgba(0,0,0,0.1);
}
.plywood_img img{
    height: 260px;
    object-fit: cover;
    border-radius: 10px;
    border: 9px solid white;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
}
.plywood_c{
    padding: 15px 20px; 
}
.plywood_t{
    font-weight: 600;
    font-size: 16px; 
    display: inline-flex;
    border-radius: 5px; 
    margin-bottom: 5px;
}
.read_btn{
    font-size: 13px; 
    color: var(--color-blue);
    font-weight: 600;
    display: inline-flex;
    margin-top: 6px;
    display: none;
}
.read_btn img{
    height: 22px;
    width: auto;
    margin-top: -5px;
    margin-left: 5px;
}
.starting_s{
    position: absolute;
    top: 20px;
    right: 40px;
    right: 20px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: var(--color-red);
    color: var(--color-white);
    font-size: 20px;
    font-weight: 600;
    flex-direction: column;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}
.big_t{
    font-size: 20px;
    color: var(--color-blue);
    font-weight: 600;
    border-bottom: 3px solid var(--color-blue);
}
.common_title{
    font-weight: 600;
}
.plywood_c_s{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.youtube_slider iframe{
    border-radius: 10px;
}
.pro_grid{
    display: grid;
    grid-template-columns: repeat(5,1fr);
}
.pro_cont{
    background-color: #eee;
    color: var(--color-black);
    padding: 30px 10px;
    text-align: center;
}
.pro_t{
    font-weight: 600;
    font-size: 15px;
}
.pro_ico{
    background-color: rgba(255,255,255,0.2);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pro_ico img{
    height: 40px;
    width: auto;
}
.pro_cont:nth-child(even){
    background-color: var(--color-black);
    color: white;
}
.pro_ico{
    background-color: rgba(0,0,0,0.3);
}
.pro_cont:nth-child(even) .pro_ico{
     background-color: rgba(255,255,255,0.3);
}
.ab_img img{
    border-radius: 10px;
    height: 550px;
    object-fit: cover;
}
.ab_c{
    text-align:center;
}
.ab_content{
    background-color: #ffffff;
    border-radius: 10px;
    padding: 30px 30px;
    margin-left: -5rem;
    margin-top: 3rem;
}
.dis_btn{
    background-color: var(--color-red);
    padding: 8px 15px;
    border-radius: 3px;
    display: inline-flex;
    margin-top: 15px;
    font-weight: 600;
    color: var(--color-white);
}
.ab_gr{
    display: grid;
    grid-template-columns: repeat(6,1fr);
    grid-gap: 30px 15px;
}
.ab_num{
    font-weight: 600;
    font-size: 30px;
}
.grid_prcc{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 40px;
}
.prcc_container img{
    height: 390px;
    object-fit: cover;
    border-radius: 10px;
}
.prcc_contt{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    text-align: center;
    transform: translate(-50%, -50%);
    background-color: rgba(255,255,255,0.7);
    padding: 40px 20px; 
}
.prcc_title{
    font-size: 24px;
    font-weight: 800;
}
.bg_form_cont{
     margin-top: 15px;
}
/* .bg_form_cont::after{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: -1;
    border-radius: 10px;
} */
 .form_ply_m{
    text-align: start;
 }
.form_ply_m .form-control{
    border-radius: 0px;
    padding: 12px 15px;
    font-size: 14px;
    box-shadow: none !important;
}
.form_ply_m label{
    font-weight: 600;
    margin-bottom: 3px;
    font-size: 14px;
}
.sub_btnn{
    border: none;
    background-color: var(--color-red);
    color: white;
    padding: 12px 15px;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
}
.grid_pr_ss{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 20px;
}
.pr_conttt_c{
    padding: 40px 30px;
    border-radius: 10px;
    background-color: rgb(110, 110, 110);
}
.pr_title{
    font-size: 19px;
    font-weight: 600;
}
.pr_conttt_c:nth-child(even){
    background-color: black;
}
.whatsapp_icc{
    background-color: #0ec101;
    color: white;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 99;
    padding: 10px 20px;
    display: inline-flex;
    font-size: 21px;
    align-items: center;
    gap: 3px;
    font-weight: 600;
    border-radius: 15px 15px 0px 0px;
}
.whatsapp_icc svg{
    font-size: 30px;
}
/*More*/
.more_d_btn{
    border-bottom: 2px solid var(--b);
    color: var(--b);
    font-weight: 600;
    padding-bottom: 3px;
    font-size: 18px;
}
.more_d_btn i{
    font-size: 14px;
}
.pr_grid{
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
.num_pr{
    font-size: 33px;
    font-weight: 600;
    opacity: 0.5;
}
.pr_title{
    font-weight: 600;
    font-size: 23px;
}
.pr_flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.pr_cont{
    border: 2px solid rgba(0, 0, 0,1);
    border-right: none;
    border-top: none;
    padding: 30px 20px;
    position: relative;
    width: 33%;
}
.pr_cont::after{
    content: "";
    position: absolute;
    left: -6px;
    bottom: -6px;
    width: 16px;
    height: 16px;
    display: flex;
    border: 2px solid var(--color-black);
    background-color: var(--color-white);
    border-radius: 50%;
    z-index: 1;
}
.pr_cont::before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 36px;
    height: 2px;
    background-color: var(--b);
    display: flex;
}
.none_line::before{
    top: initial;
    bottom: 0px;
}
.none_line{
    border-bottom: none;
}
/* .none_line::after{
    display: none;
} */
 .know_line{
    width: 80px;
    height: 2px;
    background-color: var(--b);
    display: flex;
 }
 .know_btn_a{
    font-size: 17px;
 }
 .abo_cont{
    position: absolute;
    bottom: 0px;
    width: 70%;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
    right: 0px;
    background-color: var(--w);
 }
 .know_btn_a{
    color: var(--b);
    font-size: 19px;
 }
 .num_grid{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap: 30px;
 }
 .num_c p:nth-child(1){
    font-size: 35px;
 }
 .num_c{
    text-align: center;
 }
 .cus_container{
    padding: 20px;
    background-color: #f4f4f4; 
    padding-bottom: 45px;
    border: 1px solid rgba(0, 0, 0, .1); 
    border-radius: 10px;
}
.re_start{
    color: rgb(255, 166, 0)
}
.re_start i{
    font-size: 14px;
    color: rgb(255, 166, 0)
}
.hr_c{
    margin: 10px 0px;
}
.qu_icon{
    position: absolute;
    bottom: 20px;
    height: 30px;
    width: auto;
    opacity: 0.7;
}
.gal_grid{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap: 20px;
}
.gal_img img{
    height: 450px;
    object-fit: cover;
    border-radius: 10px;
}
.bg_join_us{
    background-color: #eee;
    padding: 20px;
    border-radius: 10px;
}
.input_puja .form_s{
   border-radius: 3px;
   padding: 12px 16px;
   font-size: 15px;
   box-shadow: none;
}
.bg_join_us{
    margin: -10px;
}
.input_puja{
    margin: 10px;
}
.input_puja label{
    font-weight: 600;
    font-size: 14px;
}
.life_grid{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 30px;
}
.life_container img{
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}
.ulget{
    padding-left: 30px;
}
.ulget li{
    list-style: disc;
    margin: 10px 0px;
}
/**/
.cont_folder{
    margin: -7px;
}
.contact_in{
    margin: 7px;
}
.contact_in .form-control{
    box-shadow: none !important;
    padding: 10px;
    font-size: 15px;
    border-radius: 3px;
}
.contact_in label{
    font-weight: 600;
}
.sub_btn{
    border: none;
    width: 100%;
    background-color: var(--color-blue);
    color: white;
    padding: 14px;
    border-radius: 5px;
    font-size: 17px;
}
.bg_cc{
    background-color: #eee;
    padding: 20px 30px;
    border-radius: 5px; 
}
.footer_ul12 p{
    color: black;
}
.footer_ul12 .icon_cc {
    width: 40px;
    height: 40px;
    border: 1px solid var(--color-black);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.fc_img {
    height: 40px;
    width: 40px;
    margin-bottom: 6px !important;
}

.fc_img img {
    height: 100%;
    object-fit: contain;
}

.fc_grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-top: -3rem;
    position: relative;
    z-index: 9;
}

.fc_img p {
    font-weight: 500;
    margin-top: 5px;
}

.fc_icon::after {
    content: "";
    position: absolute;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    background-color: var(--color-blue);
    opacity: 0.1;
    border-radius: 50px;
}

.ac_tit {
    font-weight: 700;
    font-size: 15px;
}
.line_fc {
    width: 20px;
    height: 2px;
    background-color: var(--color-blue);
    border-radius: 50px;
    opacity: 1;
}
.soc_ii li a {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-blue);
    color: var(--color-white);
    border-radius: 3px;
    font-size: 13px;
}
.footer_ul1 a{
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 14px 0px;
}
.add__tt{
    font-weight: 600;
}
.fw7{
    font-weight: 600;
}
.form_check label{
    font-size: 14px;
}
.footer_ul1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0px 20px;
}
.icon_cc{
    display: none !important;
}
.ul_a_button{
    margin-top: 15px;
}
.ul_a_button{
    display: flex;
    align-items:center;
    flex-wrap: wrap;
    gap: 20px;
}
 
/* CSS */
.ul_a_button a {
  align-items: center;
  appearance: none;
      background-image: radial-gradient(100% 100% at 100% 0, #ab1217 0, #eb1e24 100%);
  border: 0;
  border-radius: 6px;
  box-shadow: rgba(45, 35, 66, .4) 0 2px 4px,rgba(45, 35, 66, .3) 0 7px 13px -3px,rgba(58, 65, 111, .5) 0 -3px 0 inset;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: "JetBrains Mono",monospace;
  height: 48px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow .15s,transform .15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow,transform;
  font-size: 16px;
}

.ul_a_button a:focus {
  box-shadow: #3c4fe0 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
}

.ul_a_button a:hover {
  box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
  transform: translateY(-2px);
}

.ul_a_button a:active {
  box-shadow: #3c4fe0 0 3px 7px inset;
  transform: translateY(2px);
}
.nav_tabbss button{
    font-size: 20px;
    font-weight: 600;
    color: black;
}
.menu_btn_b{
    width: 40px;
    height: 40px;
    background-color: var(--color-red);
    border-radius: 50%;
    border: none;
    display: flex;
    align-items:center;
    justify-content:center;
}
.menu_btn_b img{
    height: 21px;
    width: auto;
}
.close_btn_a{
    display: none;
}
.ulget1{
    padding-left: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
.ulget1 li{
    background: #ffdbd6;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    padding: 11px 20px;
    display: inline-flex;
    list-style: none !important;
    margin: 0px;
}
.input_prr .form-control{
    box-shadow: none !important;
    border-radius: 3px;
    padding: 9px 15px;
    font-size: 14px;
}
.sub_btnn11{
     border-radius: 3px;
    padding: 9px 15px;
    font-size: 14px;
    background-color: var(--color-red);
    border: none;
    color: white;
    width: 100%;
    font-weight: 600;
}
.input_prr{
    padding: 6px;
}