body{
    font-family: 'Galano-medium', sans-serif !important;
    overflow-x: hidden !important;
} 
*{
    margin: 0;
    padding: 0;
}
@font-face {
    font-family: Galano-regular;
    src: url('../asset/font/Galano_Grotesque/Galano\ Grotesque.otf');
}
@font-face {
    font-family: Galano-medium;
    src: url('../asset/font/Galano_Grotesque/Galano\ Grotesque\ Medium.otf');
  }
  @font-face {
    font-family: Galano-semibold;
    src: url('../asset/font/Galano_Grotesque/Galano\ Grotesque\ Semi\ Bold.otf');
  }
  @font-face {
    font-family: Galano-bold;
    src: url('../asset/font/Galano_Grotesque/Galano\ Grotesque\ Bold.otf');
  }
  @font-face {
    font-family: Galano-light;
    src: url('../asset/font/Galano_Grotesque/Galano\ Grotesque\ Light.otf');
  }
/* NAVBAR */
.nav_head{
    padding: 5px 0px;
    position: fixed;
    top: 0;
    width: 100%;
    display: block;
    z-index: 999;
}
.nav_head img{
    height: 80px;
}
header.fixed{
    background-color:#fff;
    box-shadow: 0px -10px 17px #484848;
}
.nav_main{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.nav_main ul{
    margin: 0;
    padding: 0;
    display: inline-flex;
    gap: 60px;
}
.nav_main ul li{
    list-style-type: none;
}
.nav_main ul li a{
    text-decoration: none;
    font-size: 16px;
    color: #464646;
    text-transform: capitalize;
    position: relative;
}
.active{
    color: #0d0d0d !important;
}
.nav_main ul li a::after{
    content: "";
    height: 2px;
    width: 0;
    background-color: rgba(48, 48, 48, 1);
    position: absolute;
    top: 24px;
    right: 0;
    left: 0;
    margin: auto;
    display: block;
    transition: all 0.3s ease-in-out;
}
.nav_main ul li a:hover:after{
    width: 100%;
    transition: all 0.3s ease-in-out;
}
/* MOB_MENU */
.mob_menu{
    padding: 12px 4px;
    height: 50px;
    width: 50px;
    margin-top: 10px;
    margin-left: auto;
    display: none;
}
.mob_menu span{
    display: block;
    height: 2px;
    width: 40px;
    background-color: #000;
    margin: 8px auto;
    transition: 0.3s ease-in;
}
.mob_menu.open span:nth-child(1){
    transform: rotate(40deg) translate( 6px, 4px);
}
.mob_menu.open span:nth-child(2){
    transform: rotate(-40deg) translate( 2px, -2px);
}
/* HERO_CONTENT */
.pos_rel{
    position: relative;
}
.hero_cntnt_main{
    height: 100%;
    display: grid;
    align-items: center;
}
.hero_cntnt{
    padding: 0px 80px;
    z-index: 2;
}
.hero_cntnt::before{
    content: "";
    background-image: url('../asset/images/hero_flower_base01.png');
    height: 411px;
    width: 205px;
    position: absolute;
    bottom: 0;
    left: -6px;
    display: block;
    z-index: -1;
}
.hero_cntnt h2{
    font-size: 47px;
    font-weight: bold;
    line-height: 57px;
    color: rgba(28, 28, 28, 1);
    margin-bottom: 12px;
}
.hero_cntnt p{
    line-height: 26px;
    color: rgba(65, 65, 65, 1);
    font-size: 16px;
    font-family: galano-regular;
    max-width: 449px;
    margin-bottom: 30px;
}
.btn_style{
    text-decoration: none;
    color: #fff;
    background-color: rgba(28, 28, 28, 1);
    padding-top: 10px;
    padding-bottom: 14px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 16px;
    text-transform: capitalize;
    border: 1px solid transparent;
    transition: 0.3s ease-in-out;
}
.btn_style:hover{
    color: rgba(28, 28, 28, 1);
    background-color: transparent;
    border: 1px solid rgba(28, 28, 28, 1);
    transition: 0.3s ease-in-out;
}
.hero_img_style{
    text-align: end;
}
/* ABOUT SECTION */
.about_bg{
    background-color: rgba(249, 250, 255, 1);
    padding: 60px 0px;
}
.about_cntnt{
    padding-left: 41px;
}
.about_cntnt h6{
    font-size: 16px;
    color: rgba(65, 65, 65, 1);
    font-family: galano-regular;
    text-transform: capitalize;
    padding-left: 28px;
    position: relative;
}
.about_cntnt h6::after{
    content: "";
    height: 2px;
    width: 17px;
    background-color: #1C1C1C;
    position: absolute;
    top: 11px;
    left: 0;
    transform: translate(3px, 0px);
}
.about_cntnt h4{
    font-size: 35px;
    font-family: galano-semibold;
    line-height: 47px;
    margin-bottom: 10px;
}
.about_cntnt p{
    font-size: 16px;
    font-family: galano-regular;
    line-height: 30px;
    color: #414141;
    margin-bottom: 30px;
}
/* PRODUCT SECTION */
.product_bg{
    background-image: url('../asset/images/products_bg001.png');
    background-repeat: no-repeat;
    width: 100%;
    padding: 60px 0px;
}
.padd_L{
    padding-left: 0px !important;
}
.product_hd{
    text-align: center;
}
.product_hd h6{
    font-size: 16px;
    color: rgba(65, 65, 65, 1);
    font-family: galano-regular;
    text-transform: capitalize;
    position: relative;
}
.product_hd h6::after{
    content: "";
    height: 2px;
    width: 17px;
    background-color: #1C1C1C;
    position: absolute;
    top: 11px;
    left: 48%;
    transform: translate(-53px, 0px);
}
.product_hd h4{
    font-size: 35px;
    font-family: galano-semibold;
}
.product_cntnt{
    padding: 0px 75px;
}
.product_cntnt h3{
    font-size: 35px;
    font-family: galano-semibold;
    text-transform: uppercase;
    color: #1C1C1C;
    margin-bottom: 17px;
}
.product_cntnt p{
    font-size: 16px;
    font-family: galano-regular;
    line-height: 187%;
    color: #414141;
    margin-bottom: 35px;
}
/* MISSION & VISION SECTION */
.mission_vision_bg{
    background-image: url('../asset/images/sofa-img.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding: 75px 0px;
}
.mission_vision_cntnt{
    max-width: 447px;
}
.mission_vision_cntnt h3{
    font-size: 25px;
    font-family: galano-medium;
    color: #333333;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.mission_vision_cntnt p{
    font-size: 16px;
    font-family: galano-regular;
    color: #383838;
    line-height: 187%;
    margin: 0;
}
.mission_vision_marg{
    margin-top: 45px;
}
/* PROMO_VIDEO_SEC */
.promo_hd{
    text-align: center;
}
.promo_hd h6{
    font-size: 16px;
    color: rgba(65, 65, 65, 1);
    font-family: galano-regular;
    text-transform: capitalize;
    position: relative;
}
.promo_hd h6::after{
    content: "";
    height: 2px;
    width: 17px;
    background-color: #1C1C1C;
    position: absolute;
    top: 11px;
    left: 48%;
    transform: translate(-24px, 0px);
}
.promo_hd h4{
    font-size: 35px;
    font-family: galano-semibold;
}
.promo_video_main{
    margin: 0px 14rem;
}
.promo_video_main iframe{
    border-radius: 15px;
    margin-top: 25px;
}
/* FOOTER SECTION */
.footer_bg{
    background-color: #1C1C1C;
    padding: 40px 0px;
}
.footer_logo_sec{
    max-width: 317px;
}
.footer_logo_sec img{
    height: 100px;
}
.footer_logo_sec p{
    font-size: 16px;
    font-family: galano-regular;
    color: #C4C4C4;
    line-height: 23px;
    margin-top: 10px;
}
.footer_style h3{
    font-size: 16px;
    font-family: galano-medium;
    color: #fff;
    text-transform: capitalize;
    margin-top: 70px;
    margin-bottom: 33px;
}
.footer_style ul{
    margin: 0;
    padding: 0;
}
.footer_style ul li{
    list-style-type: none;
    margin-bottom: 10px;
}
.footer_style ul li a{
    text-decoration: none;
    color: #C3C3C3;
    font-size: 14px;
    text-transform: capitalize;
    font-family: galano-regular;
    position: relative;
}
.footer_style ul li a::after{
    content: "";
    height: 1px;
    width: 0%;
    background-color: #C4C4C4;
    position: absolute;
    top: 96%;
    left: 0;
    transition: 0.3s ease-in;
}
.footer_style ul li a:hover::after{
    width: 100%;
    transition: 0.3s ease-in;
}
.foot_PL{
    padding-left: 45px;
}
.display_foot_grid{
    display: grid;
    justify-content: end;
}
.foot_contact h3{
    font-size: 16px;
    font-family: galano-medium;
    color: #fff;
    text-transform: capitalize;
    margin-top: 70px;
    margin-bottom: 33px;
}
.foot_contact i{
    padding-right: 15px;
    color: #C3C3C3;
}
.foot_contact a{
    color: #C3C3C3;
    font-family: galano-regular;
    font-size: 14px;
    text-decoration: none;
    line-height: 24px;
    margin-bottom: 14px;
}
.foot_contact a:hover{
    color: #C3C3C3;
}
.copy_foot{
    display: grid;
    justify-items: center;
    margin-top: 25px;
}
.copy_foot ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-flex;
    gap: 10px;
}
.copy_foot ul li{
    color: #c6c6c6;
    font-size: 14px;
}
/* FIXED_BTN */
.whtasapp{
    position: fixed;
    bottom: 7rem;
    left: 35px;
    z-index: 11;
}

.whtasapp button{
    background: #25D366;
    border: 1px solid transparent;
    padding: 12px 14px;
    font-size: 25px;
    line-height: 0;
    border-radius: 6px;
    color: #fff;
    transition: 0.3s ease-in-out;
}
.whtasapp button:hover{
    background-color: #fff;
    color: #25D366;
    border: 1px solid #25D366;
    transition: 0.3s ease-in-out;
}
.phone{
    position: fixed;
    bottom: 3rem;
    left: 35px;
    z-index: 11;
}
.phone button{
    background: #4f62f6;
    border: 1px solid transparent;
    padding: 14px 15px;
    font-size: 20px;
    line-height: 0;
    border-radius: 6px;
    color: #fff;
    transition: 0.3s ease-in-out;
}
.phone button:hover{
    background-color: #fff;
    color: #4f62f6;
    border: 1px solid #4f62f6;
    transition: 0.3s ease-in-out;
}
.bro {
    background: #25D366;
    color: #000;
    position: fixed;
    z-index: 10;
    bottom: 300px;
    right: -40px;
    border-radius: 11px;
    transform: rotate(-90deg);
    transition: all 0.3s ease-in-out;
}
.bro:hover {
    background: #fff;
    border: 1px solid #25D366;
    cursor:pointer;
}
.bro:hover a{
    color: #4f62f6;
}
.bro a {
    text-decoration: none;
    padding: 9px 7px 14px 5px;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
}
.bro a i{
    font-size: 20px;
    transform: rotate(90deg);
}

/* SLIDER */
.slick_grid{
    height: 100%;
    display: grid;
    align-items: center;
    position: relative;
}
.slick_main #slider,.pro_cntnt_main{
    display: grid;
}
/* SLIDER_BTN */
.pro_cntnt_main .slick-dots{
    padding: 0px 70px !important;
    text-align: left !important;
}
.pro_cntnt_main .slick-dots li{
    background-color: #C3C3C3;
    width: 15px !important;
    height: 4px !important;
}
.slick-dots .slick-active{
    background-color: #000 !important;
}
/* MORE_BTN */
.moretext{
    display: none;
}
/* ABOUT PAGE */
.about_page{
    background-image: url('../asset/images/about_main.png');
    padding: 80px 0px;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    background-size: cover;
}
.about_page_head h1{
    text-align: center;
    font-size: 65px;
    font-family: galano-semibold;
    color: #1C1C1C;
    text-transform: capitalize;
    margin-top: 40px;
}
/* ABOUT_HERO_SECTION */
.about_hero_img{
    margin-top: 10px;
}
.about_hero_p{
    text-align: justify;
}
/* PRODUCT_PAGE */
.product_page{
    background-image: url('../asset/images/products_banner003.png');
    padding: 80px 0px;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    background-size: cover;
}
.product_section_padd{
    padding: 80px 0px;
}

/* PRODUCT_CPY_FILTER_GALLERY */
.portfolio{
    padding: 70px 0px;
    text-align: center;
}
.portfolio .controls {
    text-align: center;
}
.portfolio button{
    color: #000;
    border: none;
    text-transform: capitalize;
    background: none;
    margin: 10px 20px;
    position: relative;
}
.portfolio button::after{
    content: "";
    height: 2px;
    width: 0;
    background-color: #000;
    position: absolute;
    top: 13px;
    transform: translate(0px, 9px);
    display: block;
    transition: 0.3s ease-in;
}
.portfolio button:hover::after{
    width: 100%;
    transition: 0.3s ease-in;
}
.portfolio .mixitup-control-active::after{
    width: 100%;
} 
.portfolio .mix{
    margin-bottom: 30px;
}
.portfolio .filters-contentss .mix a{
    text-decoration: none;
    color: #000;
}
.portfolio .filters-contentss .p-inner {
    padding: 20px 30px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.portfolio .filters-contentss .p-inner h5 {
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
}
.portfolio .filters-contentss ul{
    padding: 0;
    margin: 0;
}
.portfolio .filters-contentss ul li{
    list-style-type: none;
    display: inline-block;
    padding: 10px;
}
.filters-contentss img{
    width: 350px;
    height: 210px;
}
/* CONTACT_PAGE */
.contact_page_sec{
    padding: 80px 0px;
}
.contact_page_sec h3{
    font-size: 45px;
    font-family: galano-medium;
    color: #1C1C1C;
    line-height: 50px;
    margin-bottom: 24px;
}
.contact_page_sec a{
    font-family: galano-regular;
    text-decoration: none;
    color: #333333;
    font-size: 15px;
}
.contact_page_sec p{
    font-family: galano-regular;
    margin: 0;
    font-size: 15px;
}
.contact_page_sec a:hover{
    color: #333333;
}
.contact_page_sec i{
    padding-right: 15px;
    padding-top: 8px;
}
.contact_page_call{
    display: flex;
    align-items: center;
}
.contact_page_sec ul{
    margin: 25px 0px;
    padding: 0;
    display: inline-flex;
    gap: 20px;
}
.contact_page_sec ul li{
    list-style-type: none;
}
.contact_page_sec ul li a i{
    font-size: 25px;
}

/*///// CONTACT_FORM /////*/

.contct_form h3{
    font-size: 25px;
    margin: 0;
}
.contct_form p{
    margin-top: 3px;
    margin-bottom: 2rem;
}
.cntct-form input{
    background-color: #f1f1f1;
    border: 1px solid transparent;
    outline: none;
    border-radius: 10px;
    padding: 13px 10px;
    width: 100%;
    margin-bottom: 15px;
}
.cntct-form input:focus{
    border: 1px solid #333333;
}
.cntct-form textarea{
    background-color: #f1f1f1;
    border: 1px solid transparent;
    outline: none;
    border-radius: 10px;
    padding: 13px 10px;
    width: 100%;
    margin-bottom: 15px;
}
.cntct-form textarea:focus{
    border: 1px solid #333333;
}