/* all common css starts here  */

*{
    margin: 0;
    padding: 0;
}

ul,ol{
    list-style: none;
}
a{
    text-decoration: none;
    display: inline-block;
}
.container{
    margin: 0 auto;
    width: 1175px;
}
.clr{
    clear: both;
}
h1,h2,h3,h4,h5,h6,p{
    margin: 0;
    padding: 0;
    line-height: 0.8;
}
.mr-0{
    margin-right: 0 !important;
}
html {
    scroll-behavior: smooth;
  }
/* all common css ends here  */

/* =========header part starts=========  */

/* for sticky header */

.sticky_header{
    background: linear-gradient(90deg, #464440 0%, #121212b3 100%);
    animation: rafiqul 1s;
}
@keyframes rafiqul{
    from{
    top: -100px;
    }
    
    to{
    top: 0;
    }
}

#header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.logo{
    padding-top: 30px;
    width: 185px;
    float: left;
    
}
.menu{
    width: 990px;
    float: left;
    text-align: right;

}
.menu ul li{
    display: inline-block;
}
.menu ul li a{
    color: #fff;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    padding-left: 30px;
    line-height: 120px;
    transition: .4s;
}
.menu ul li a:hover{
    color: #c7b299;
}
/* =========header part end=========  */

/* ===========banner part===========  */

#banner{
    background:url(../images/Waxom-Hemepage-main.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.banner_overlay{
    padding: 380px 0px;
    background: #121212b3;
}
.content{
    text-align: center;
}
.content h3{
    color: #fff;
    font-size: 36px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}
.content h1{
    color: #fff;
    font-size: 52px;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    padding-top: 15px;
    padding-bottom: 18px;
    
}
.content p{
    color: #fff;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    line-height: 24px;
    padding: 0 290px;
    margin-bottom: 50px;
    
}
.content a{
    color: #fff;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    padding: 22px 39px 18px 37px;   
    background: #998675; 
    text-transform: uppercase;
    border-bottom: 3px solid #736357;
    border-radius: 5px;
}

/* ===========banner part End===========  */

/* ==========service part starts=========  */

#service{
    padding: 80px 0;
}
.services_part .services_item{
    width: 270px;
    margin-right: 30px;
    float: left;
    text-align: center;
}
.services_icon i{
    color: #555555;
    font-size: 50px;
    transition: 0.4s;
}
.services_text h3{
    font-size: 22px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    color: #555555;
    margin-top: 30px;
    margin-bottom: 20px;
    transition: 0.4s;
}
.services_text p{
    font-size: 14px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    color: #8c8c8c;
    line-height: 24px;
    position: relative;
}
.services_text p::after{
    width: 70px;
    height: 3px;
    background: #f1eee9;
    content: '';
    position: absolute;
    bottom: -30%;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.4s;
}
.services_item:hover .services_text p::after{
    background: #c7b299;
}
.services_item:hover .services_icon i{
    color: #c7b299;
}
.services_item:hover .services_text h3{
    color: #c7b299;
}

/* ==========service part ends=========  */

/* ==========idea part starts=========  */
#idea_part{
    background: #fbfaf8;
    padding-top: 85px;
}
.common_text{
    text-align: center;
}
.common_text h3{
    font-size: 30px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    color: #555555;
    margin-bottom: 25px ;
}
.common_text p{
    color: #8c8c8c;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 40px;
    padding: 0 200px;
}
.idea_img img{
    width: 100%;
    display: block;
}
/* ==========idea part ends=========  */

/* ==========Purchase part starts=========  */
#purchase{
    padding: 50px 0px;
    background: linear-gradient(to right, #211b19, #4e3427);
}
.purchase_text{
    float: left;
    width: 770px;
}
.purchase_btn{
    float: right;
    width: 400px;
    text-align: right;
}
.purchase_text h3{
    color: #fff;
    font-size: 28px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
}
.purchase_text>h3>span:hover{
    color: #bfab93;
    transition: 0.4s;
}
.purchase_text p{
    font-size: 18px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    color: #615855;
}

.purchase_btn a{
    color: #FFF;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    background: #998675;
    padding: 20px 30px;
    border-bottom: 3px solid #736357;
    border-radius: 5px;
}
/* ==========Purchase part ends=========  */
#projects{
    padding: 80px 0;
}

.filter_menu ul{
 display: flex;
 justify-content: center;
    margin-bottom: 10px;
}
.filter_menu ul li button{
    background-color: #FFF;
    color: #8c8c8c;
    padding: 10px 25px;
    margin: 0px 5px;
    border: 1px solid #ebebeb;
    border-bottom: 0px !important;
    border-radius: 5px;
    transition: all 0.7s;
}
.filter_menu ul li button:hover{
    background-color: #998675;
    color: #fff;
}

/* ==========projects part starts=========  */
    .all_projects{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-content: space-between;
    }
    .prjct_item{
        display: inline-block;
        margin-top: 30px;
    }
    .prjct_img{
        position: relative;
        overflow: hidden;

    }
    .prjct_img img{
        display: block;
    }
    .prjct_img .prjct_overlay{
        background: rgba(0, 0, 0, .6);
        width: 100%;
        height: 100%;
        position: absolute;
        top: -100%;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all .4s;
    }
    .prjct_item:hover .prjct_overlay {
        top: 0;
    }
    .prjct_img .prjct_overlay i{
        color: #c7b299;
        font-size: larger;
        padding: 0px 15px;
        
    }
    .prjct_img .prjct_overlay .ico{
        color: #fff;  
    }
    .prjct_text{
        position: relative;
        background: #fbfaf8;
        transition: all 0.4s;
    }
    .prjct_text::before{
        content: '';
        width: 30px;
        height: 30px;
        background-color: #fbfaf8;
        position: absolute;
        top: -12px;
        left: 20px;
        transform: rotate(45deg);
        transition: all 0.4s;
    }
    .prjct_text h3{
        font-family: 'Raleway', sans-serif;
        font-size: 20px;
        font-weight: 500;
        padding-top: 30px;
        padding-left: 30px;
        margin-bottom: 10px;
        color: #c7b299;
    }
    .prjct_text p{
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        font-weight: 300;
        padding-left: 30px;
        padding-bottom: 30px;
        color: #dddddc;
    }
    .prjct_item:hover .prjct_text,
    .prjct_item:hover .prjct_text::before {
        background: #362f2d;
    }
    .load_more{
        text-align: center;
        padding-top: 40px;
    }
    .load_more a{
        color: #FFF;
        font-size: 14px;
        font-family: 'Raleway', sans-serif;
        font-weight: 800;
        background: #998675;
        padding: 20px 45px;
        border-bottom: 3px solid #736357;
        border-radius: 5px;
        text-transform: uppercase;
    }
/* ==========projects part ends=========  */

/* ==========Video part starts=========  */
#Video{
    background: url(../images/sectionbg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    
}
#Video .overlay{
    padding-top: 205px;
    padding-bottom: 255px;
    background: rgba(17, 17, 17, 0.5);
}
.vdo_content{
    height: 100%;
    text-align: center;
}
.vdo_btn{
    display: inline-block;
    padding-bottom: 35px;
}
.vdo_btn i{
    color: #ffffff;

}
.vdo_text h3{
    font-size: 30px;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    color: #ffffff;
    padding-bottom: 25px ;
    
}
.vdo_text p{
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    padding: 0 300px;
    
}
/* ==========Video part ends=========  */

/* ==========mobile view part starts=========  */
#mobile_view{
    background: #fbfaf8;
    height: 695px;;
}
.mobile_img{
    width: 40%;
    float: left;
}
.mobile_img img{
    padding-top: 80px;
    display: block;
    padding-left: 47px;
}
.mobile_content{
    width: 60%;
    float: left;
    padding: 183px 0;
}
.mobile_content .common_text{
    text-align: left;
}
.mobile_content .common_text p{
    padding-left: 0 !important;
    padding-right: 45px !important;
}
.list{
    padding-left: 50px;
}
.list li{
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #8c8c8c;
    padding-bottom: 15px;
}
.list li i{
    color: #c7b299;
    padding-right: 15px;
}
/* ==========mobile view part ends=========  */

/* ==========feature part starts=========  */
#feature{
    padding: 70px 0;
    background: linear-gradient(to right, #211b19, #4e3427);
}
.all_features{
    width: 990px;
    margin: auto;
}
.feature_card{
    width: 180px;
    margin-right: 18px;
    float: left;
    text-align: center;
}
.feature_icon i{
    color: #c7b299;
}
.feature_text h3{
    font-size: 48px;
    color: #fff;
    padding-top: 28px;
    padding-bottom: 20px;
}
.feature_text p {
    color: #c7b299;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
}
.feature_text p::before{
    width: 70px;
    height: 3px;
    background: #ffffff;
    content: '';
    position: absolute;
    bottom: -100%;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.4s;
}
/* ==========feature part ends=========  */

/* ==========blog part starts=========  */
#blog{
    padding: 80px 0;
}
.post{
    width: 370px;
    margin-right: 30px;
    float: left;
    
}
.img_part{
    position: relative;
    width: 100%;
}
.date_box{
    position: absolute;
    width: 60px;
    top: 15px;
    left: 20px;
    border: 1px solid #363636 ;
    border-radius: 3px;
}
.date{
    color: white;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    padding: 10px 0;
    text-align: center;
    background: #363636;
    transition: 0.4s;
}
.month{
    color: white;
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    padding: 6px 0;
    text-align: center;
    background: #242424;
    transition: 0.4s;
}
.post:hover .date{
    background: #c7b299;
    border-top: 1px solid #c7b299;
    border-radius: 3px;
}
.post:hover .month{
    background: #a48d71;
    border-bottom: 1px solid #a48d71;
    border-radius: 3px;
}
.img_part .post_overlay{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(17, 17, 17, 0.527);
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
}
.post:hover .img_part .post_overlay{
    visibility: visible;
    opacity: 1;
}
.img_part img{
    width: 100%;
    display: block;
}
.text_part{
    padding: 20px;
    transition: 0.4s;
}
.text_part h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #555555;
    transition: 0.4s;
}
.text_part a{
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #c7b299;
    position: relative;
}
.text_part p{
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #8c8c8c;
    margin: 20px 0;
    line-height: 22px;
}
.text_part a::after{
    content: '';
    width: 10px;
    height: 10px;
    background: #c7b299;
    clip-path: polygon(52% 48%, 0% 100%, 100% 100%);
    position: absolute;
    top: 25%;
    right: -25%;
    transform: rotate(90deg);

}
.post:hover .text_part{
    background: #352f2d;
}
.post:hover .text_part h3{
    color: #c7b299;
}

.arrow{
    text-align: center;
    margin-top: 40px;

}
.arrow i{
    display: inline-block;
    padding: 0px 5px;
    color: #d1d1d1;
}
.arrow i:hover{
    color: #c7b299;
}
/* ==========blog part ends=========  */

/* ==========Brands part starts=========  */
#brands{
    background: url(../images/Brands\ bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.brand_overlay{
    padding: 130px 0;
    background-color: rgba(17, 17, 17, 0.705);
}
.all_brands{
    display: flex;
    align-items: center;
}
.brand_img{
    width: 25%;
    float: left;
    text-align: center;
}
.brand_img img{
    /* width: 100%; */
    display: inline-block;
}
/* ==========Brands part ends=========  */

/* ==========contact part starts=========  */
#contact{
    padding: 70px 0px;
    background: #191919;
}
.contact_information{
    width: 25%;
    float: left;
}
.contact_information .C_text_part{
    display: inline-block;
}
.contact_information .C_text_part p{
    padding: 30px 0;
    padding-right: 5px;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    color: #555555;
    line-height: 24px;
}
.contact_information .C_text_part a{
    color: #d1d1d1;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    position: relative;
}
.contact_information .C_text_part a::after{
    content: '';
    width: 10px;
    height: 10px;
    background: #d1d1d1;
    clip-path: polygon(52% 48%, 0% 100%, 100% 100%);
    position: absolute;
    top: 25%;
    right: -25%;
    transform: rotate(90deg);

}
hr.kalar{
    margin: 20px 0;
    border: 1px solid #242424;
}
.bpost{
    width: 270px;
    float: left;
    padding-top: 50px;
    padding-left: 20px;
}
.bpost .title h3{
    font-size: 24px ;
    font-family: 'Raleway', sans-serif ;
    font-weight: 800;
    color: white;
    margin-bottom: 35px;
}
.bpost .C_text_part .txt{
    width: 100%;
}
.bpost .C_text_part .txt h4{
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #363636;
    padding-bottom: 5px;
    transition: 0.3s;
}
.bpost .C_text_part .txt p{
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    transition: 0.3s;
}
.bpost .C_text_part .txt:hover.txt h4{
    color: white !important;
}
.bpost .C_text_part .txt:hover.txt h5{
    color: white !important;
}
.bpost .C_text_part .txt:hover.txt p{
    color: #c7b299 !important;
}
.bpost span{
    color: #02b4e4;
}
.bpost .CA{
    color: #959595 !important;
}
.bpost h5{
    font-size: 12px;
    line-height: 20px;
    color: #363636;
    font-weight: 300;
    font-family: "Montserrat";
    transition: 0.3s;
}
.widget{
    width: 270px;
    float: left;
    padding-top: 50px;
    padding-left: 20px;
}
.widget .title h3{
    font-size: 24px ;
    font-family: 'Raleway', sans-serif ;
    font-weight: 800;
    color: white;
    margin-bottom: 35px;

}
.widget .photo{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.widget .photo img{
    margin-bottom: 10px;
    cursor: pointer;
}
/* ==========contact part ends=========  */

/* ==========footer part starts=========  */
footer{
    padding: 50px 0;
    background: #101010;
}
footer .start{
    float: left;
    width: 50%;
}
footer .start ul li{
    display: inline;
}

footer .start ul p{
    display: inline;
    color: #555555;
    font-weight: 300;
    font-family: "Montserrat";
}

footer .start ul li a{
    font-size: 13px;
    line-height: 20px;
    color: #555555;
    font-weight: 300;
    font-family: "Montserrat";
    padding: 5px;
}

footer .start ul li a:hover{
    color: #c7b299;
}
footer .start ul li a span{
    color: #676767;
}
footer .end{
    float: left;
    width: 50%;
    text-align: right
}
footer .end ul li{
    display: inline;
}
footer .end ul p{
    display: inline;
    color: #555555;
    font-weight: 300;
    font-family: "Montserrat";
}
footer .end ul li a{
    font-size: 13px;
    line-height: 20px;
    color: #555555;
    font-weight: 300;
    font-family: "Montserrat";
    padding: 5px;
}
footer .end ul li a span{
    color: #959595;
}
/* ==========footer part ends=========  */


