*,
::after,
::before {
    margin: 0;
    padding: 0;
    border: none;
    box-sizing: border-box;
}

html,
body {
    height: 200%;
    min-width: 320px;
    scroll-behavior: smooth;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    line-height: 1;
    font-family: Rubik ,Arial,sans-serif;
    color: #888888;
}

a,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    color: initial;
}

img {
    max-width: 100%;
}

li {
    list-style: none;
}

h2{
    color: #1e2330;
    font-size: 50px;
    line-height: 1.55;
    font-weight: 800;  
}
.wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.scrollup {
    /*width: 40px;*/
    /*height: 40px;*/
    opacity: 1;
    position: fixed;
    bottom: 50px;
    right: 40px;
    display: none;
    z-index: 9999;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-right-width: 7px;
    border-left-width: 7px;
    border-bottom: 13px solid red;
    cursor:pointer;
}

.scrollup::after {
    position: absolute;
    content: '';
    height: 28px;
    width: 4px;
    top: 10px;
    left: -2px;
    background-color: red;
}
  
.container {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 15px;
}


header{
    /*position: fixed;*/
    /*top: 20px;*/
    width: 100%;
    z-index: 999;
}
.head_stick{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    color: #ececec;
    font-size: 20px;
    font-weight: 800;
    line-height: 31px;
    border-radius: 67px;
    height: 100px;
    background-color: #db2c1d;
}


.banner_home{
    background-image: url(/assets/img/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: inherit;
}

.banner_content{
    margin-top: 135px;
}

.banner_content h1{
    color: #db2c1d;
    font-size: 80px;
    line-height: 1;
    font-weight: 800;
}

.banner_content p{
    color: #1e2330;
    font-size: 20px;
    font-weight: 700;
    margin-top: 75px;
    margin-bottom: 115px;
    line-height: 1.55;
    width: 50%;
    margin-left: auto;
}

.about_us_content{
    display: flex;
    justify-content: space-between;
    margin-top: 105px;
}

.about_img{
    width: 55%;
}

.about_txt{
    width: 40%;
}

.about_txt h2{
    color: #1e2330;
    font-size: 50px;
    line-height: 1.55;
    font-weight: 800;  
}

.about_txt p{
    margin-top: 50px;
    color: #818181;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 600;   
}

.btn_about{
    margin-top: 40px;
    padding: 10px 15px;
    text-align: center;
    color: #ffffff !important;
    width: 200px;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 600;
    border-radius: 30px;
    background-color: #db2c1d;
    border-color: transparent;
    border-style: solid;
    transition: .3s;
    cursor: pointer;
}
.btn_about:hover{
    border-color: #db2c1d;
    color: #db2c1d !important;
    background-color: #ffffff;
}

.news_home {
    margin-top: 95px;
}
.news_home h2{
    text-align: center;
    margin-top: 95px;
}

.news_slider{
    margin-top: 95px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    overflow: hidden;
    position:relative;
       padding: 0px 0 70px 0;

}

.news_item{
    display: flex;
    flex-direction: column;
        width: 95%;
        margin: 0 auto;
    background-color: #ececec;
    border-radius: 32px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.00);
}

.news_img img{
    border-top-left-radius: 32px;
    border-top-right-radius: 32px
}
.news_txt{
    padding: 20px 25px;
}

.news_txt h3{
    color: #1e2330;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.35;
}

.news_txt p{
    margin-top: 20px;
    color: #818181;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.55;
}

.swiper-pagination-bullet-active{
    background: #db2c1d !important;
}

.products_showroom{
    display:flex;
    flex-direction: column;
    margin-top: 90px;
}

.products_catagory{
    display: flex;
    justify-content: space-between;
}
.product_cat{
    display: flex;
    flex-direction: column;
    width: 95%;
    margin:0 auto;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    transition: .3s;
}

.products_catagory .slick-dots{
        bottom: -80px;
}

.product_cat:hover{
    transform: scale(1.02);
}

.products_home h2{
     text-align: center;
}



/*.product_cat:nth-child(1){*/
/*    border-left: 1px solid #ccc;*/
/*}*/

/*.product_cat:nth-child(2){*/
/*    border-left: 1px solid #ccc;*/
/*    border-right: 1px solid #ccc;*/
/*}*/

/*.product_cat:nth-child(3){*/
/*    border-right: 1px solid #ccc;*/
/*}*/

/* .products_slider{
    margin-top: 95px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    overflow: hidden;
    position:relative;
    padding: 0 0 40px 0;
} */

.products_items{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}
.product_item{
    width: 24%;
    margin-top: 36px;
}

.product_title {
    font-size: 16px;
    line-height: 1.35;
    font-weight: 700;
    color: black;
    margin-top: 15px;
}
.product_price {
    font-size: 16px;
    line-height: 1.35;
    font-weight: 700;
    color: black;
    margin-top: 10px;
}

.reviews_home{
    margin-top: 200px;
    margin-bottom: 90px;
}


.reviews_home h2{
        margin-bottom: 90px;
}
.map_wrapper{
    position: relative;
}


.location_info{
    background-color: #db2c1d;
    color: #ececec;
    position: absolute;
    z-index: 99;
    top: 20%;
    left: 10%;
    padding: 60px;
    text-align: left;
    width: 460px;
}

.location_info h4{
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.17;
}

.location_info a{
    color: rgb(255, 255, 255);
    border-bottom: 2px solid rgb(255, 255, 255);
    font-weight: 700;
    font-size: 18px;
    line-height: 1.55;
}

.location_info p{
    font-size: 18px;
    line-height: 1.55;
    font-weight: 700;
    color: #ececec;
}
.social_map_link a{
    border-bottom: none;
}


footer h4{
    color: white;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.17;
    margin-top: 80px;
}

footer .container{
    
    border-radius: 32px;
    background-color: #db2c1d;
    margin-top: 60px;
    margin-bottom: 60px;
    color: #ececec;
}


footer a{
    color: rgb(255, 255, 255);
    border-bottom: 2px solid rgb(255, 255, 255);
    font-weight: 700;
    font-size: 18px;
    line-height: 1.55;
}

.content_footer{
    
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60%;
    text-align: center;
    margin: 0 auto;
}

.footer_btn{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.footer_btn a{
    color: #db2c1d;
    font-size: 16px;
    font-family: 'Rubik',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 800;
    width: 200px;
    font-size: 16px;
    line-height: 1.55;
    padding: 10px 15px;
    border-radius: 30px;
    background-color: #ececec;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: .3s;
    text-align: center;
}

.footer_btn a:hover{
    background-color: #db2c1d;
    color: #ececec;
    border-color: #ececec;

}
.footer_social{
    margin-top: 72px;
    margin-bottom: 50px;
}
.footer_social a{
    border-bottom: none;
    padding: 0 10px;
}


.swiper-slide{
    -webkit-backface-visibility: hidden; 
-webkit-transform: translate3d(0, 0, 0);
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

    .location_head ,.contact_phone_head{
        display:none;
    }

    .head_stick{
        position: relative;
        width: 80%;
        margin: 0 auto;
    }

    .instagram_head img, .facebook_head img{
        width: 30px;
    }
    .instagram_head{
        position: absolute;
        left: 30px;
        top: 35px;
        
    }

    .facebook_head{
        position: absolute;
        right: 30px;
        top: 35px;
    }
    .banner_content h1{
        font-size: 60px;
        line-height: 66px;
    }

    .banner_content{
        width: 80%;
        margin: 150px auto;
    }

    .about_us_content{
        flex-direction: column;
    }

    .about_img ,.about_txt{
        width: 85%;
        margin: 0 auto;
    }

    .about_txt h2{
        font-size: 32px;
    }

    .location_info{
        width: 100%;
        position: unset;
    }

    .map_wrapper{
        display: flex;
        flex-direction: column-reverse;
    }

    .location_info h4{
        font-size: 26px;
    }

    .location_info{
        padding: 25px;
    }

    .location_info a {
        font-size: 16px;
        line-height: 1.45;
    }

    .location_info p{
        font-size: 16px;
        line-height: 1.45;
        width: 50%;
    }

    .footer_btn{
        flex-direction: column;
        align-items: center;
    }
    .footer_btn a{
        margin-top: 10px;
    }

    footer{
        width: 85%;
    margin: 0 auto;
    }

    .footer_btn a {
        width: 180px;
    }

    .reviews_home h2{
        font-size: 32px;
        width: 80%;
    }

    .location_content{
        width: 80%;
    margin: 0 auto;
    }



}



@media(max-width:600px){
    .location_head ,.contact_phone_head{
        display:none;
    }

    .head_stick{
        position: relative;

    }

    .instagram_head img, .facebook_head img{
        width: 30px;
    }
    .instagram_head{
        position: absolute;
        left: 15px;
        top: 35px;
        
    }

    .facebook_head{
        position: absolute;
        right: 15px;
        top: 35px;
    }

    .logo img{
        max-width: 200px;
    }

    .banner_content h1{
        font-size: 44px;
    }
    .banner_content{
        margin: 100px auto;
        width: 90%;
        position: relative;
        z-index: 9;
        
    }
    .banner_content p{
        font-size: 18px;
        line-height: 28px;
        margin-left: 0;
        width: 90%;
        -webkit-text-size-adjust: 100%;
        vertical-align: middle;
        -webkit-font-smoothing: antialiased;
        -webkit-font-smoothing: antialiased;
    }
    .banner_home{
        position: relative;

    }

    .banner_home:after{

        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(to bottom, rgba(236,236,236,0.15), rgba(236,236,236,0.9));
    }
    .about_us_content{
        flex-direction: column;
    }

    .about_img ,.about_txt{
        width: 100%;
    }

    .about_txt h2{
        font-size: 32px;
    }

    .btn_about{
        width: 100%;
        padding: 20px 15px;
    }
    .news_home h2{
        font-size: 30px;
    }
    .product_cat{
        text-align: center;
    }
    .product_item {
        width: 48%;
    }

    .location_info{
        width: 100%;
        position: unset;
    }

    .map_wrapper{
        display: flex;
        flex-direction: column-reverse;
    }

    .location_info h4{
        font-size: 24px;
    }

    .location_info{
        padding: 25px;
    }

    .location_info a {
        font-size: 14px;
        line-height: 1.45;
    }

    .location_info p{
        font-size: 14px;
        line-height: 1.45;
    }

    .footer_btn{
        flex-direction: column;
        align-items: center;
    }
    .footer_btn a{
        margin-top: 10px;
    }

    footer{
        width: 85%;
    margin: 0 auto;
    }

    .footer_btn a {
        width: 180px;
    }

    .reviews_home h2{
        font-size: 32px;
        width: 80%;
    }

}