/*          ------------------    dashboard     ----------------------       */
#particles-js{
    width: 100%;
    height: 100vh;
    background-color: #eb1c2ad2;
}
.showcase{
    width: 100%;
    display: flex;
    background-image: url(../img/snow.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: aliceblue;
    height: 85vh;
    /* position: relative; */
    overflow: hidden;
    box-shadow: 0px 0px 50px black;
}
.box-title{
    width: 100%;
    padding: 0 3rem 0rem 0;
    position: absolute;
    left: 0;
    top: 10rem;
}
.box-title .search {
    margin: 1rem 0 1rem 0;
}
.box-title h5{
    font-size: 25px;
}
.box-title .search form{
    width: 50%;
    background-color: rgba(0, 0, 0, 0.486);
    display: flex;
    justify-content: start;
    padding: 1rem;
    border-radius: 10px;
}
.box-title .search form i{
    font-size: 3em;
}
.box-title .search form input{
    width: 100%;
    color:white;
    background-color: transparent;
    border: none;
    outline: none;
}
.showcase video{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity:.9;
    filter: contrast(1.1);
}
.product_titr_title{
    width: 90%; 
    margin: 0 auto;
}
.post_list .product_box{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: .5rem;
}
.post_list .box{
    width: 23%;
    padding: 1rem;
    background-color: rgb(14, 12, 14);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    border-radius: 5px;
    box-shadow: 1px 1px 5px rgb(0, 0, 0);
    position: relative;
    overflow: hidden;
}
.post_list .box .offer-box{
    width: 30%;
    display: flex;
    justify-content: center;
    background-color: #ce8312;
    box-shadow: 2px 2px 5px #1b1e21;
    left: 1rem;
    top: 1rem;
    padding: .5rem;
    border-radius: .5rem;
    position: absolute;
    color: aliceblue;
    text-align: center;
    text-shadow: 2px 2px 6px black;
    font-size: 14px;
}
.post_list .box .image{
    width: 300px;
    height: 180px;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: start;
}
.post_list .box img{
    width: 120%;
}
.post_list .product_box .content{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    color: white;
    font-size: 14px;
}
.post_list .titr{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;

}
.post_list .category_color{
    padding: .5rem 1.5rem;
    margin: 0;
    text-shadow: 2px 2px 4px black;
}
.post_list .text{
    margin-top: 1rem;
} 
.post_list .price-but{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:0 1rem 1rem 1rem;
}
.post_list .profile{
    display: flex;
    justify-content: start;
    align-items: center;
}
.price-but .btn{
    margin: 0;
    padding: 0;    
}
.btn form button{
    border-radius: 4px;
    background-color: black;
    color: aliceblue;
    border: none;
}
.post_list .product_box form button a{
    margin: 0;
    padding: .5rem 2rem !important;
    border-radius: 4px;
    border: 1px solid rgb(37, 211, 115);
    color: rgb(209, 203, 203);
    font-size: 14px;
}
.post_list .product_box .product-link:hover{
    margin: 0;
    padding: .5rem 2rem !important;
    border-radius: 4px;
    background-color: rgb(14, 141, 71);
}
.post_list .product_box .btn .product-link:hover{
    color: aliceblue;
}

.post_list .product_box h4{
    margin: 0;
}
.post_list{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: rgb(28, 28, 40);
    min-height: 78vh;
    flex-direction: column;
}
.services {
    width: 90%;
    margin: 20px auto;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-wrap: wrap;
}
.servis__menu{
    width: 40%;
    list-style-type: none;
    margin: .5rem;
}
.service__item{

    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items:center ;
    width: 100%;
    color: rgb(222, 215, 230);
    background-color: rgb(40, 41, 61);
    border-radius: 10px;
    border: 1px solid rgba(117, 100, 150, 0.178);
    text-align: center;

}
.post-category,.post-category:hover{
    text-decoration:none ;
    color:rgb(226, 221, 231);
    text-shadow: 1px 1px 3px black;
    background-color: rgb(163, 163, 163);
    padding: .5rem;
    border-radius: .5rem;
    font-size: 14px;
}
.service__item:hover  {
    /* background-image:linear-gradient(-45deg,rgb(212, 180, 37),rgb(250, 89, 138)); */
    transform: scale(1.01);
    transition: all 0.3s ease;
}
.post_cover{
    width: 100%;
    height:250px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
}
.service__item .post-category{
    display: flex;
    align-items: center;
}
.service__item .service__title{
    width: 100%;
    margin-top: 3px;
    padding: 0 .5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.service__item .service__date{
    width: 100%;
    padding: 0 .5rem;
    display: flex;
    font-size: 13px;
    align-items: end;
    justify-content: center;
    flex-direction: column;
}

.post-box .category_color{
    width: 100%;
}
.dis{
    font-size: 14px;
    line-height: 25px ;
    margin: 1rem .5rem;
    text-align: right;

}
.title{
    font-size: 14px;
    line-height: 28px;
    text-align: right;
    margin-top: 10px;
    padding: 3px 5px;
    color: rgb(244, 240, 248);
    border-radius: 4px;
   
}
.service__item .auth{
    display: flex;
    font-size: 11px;
    justify-content: right;
    flex-direction: row;
    align-items: center;
}
.botton{
    width: 100%;
    display: flex;
    padding: .5rem;
    justify-content: end;
    border: 1px solid black;
    border-radius: 25px;
    border-style: hidden;
    color: rgb(19, 19, 20);
    position: relative;

}
.auth h5{
    margin:0 .5rem 0 0 ;
    font-size: 12px;
}
.botton a{
    color: rgb(210, 216, 219);
    text-decoration: none;
    border: none;
    font-size: 12px;
    padding: 1rem .5rem;
    border-radius: .5rem;
    background-color: rgb(49, 79, 100);
    cursor: pointer;
}
.botton a:hover{
    color: rgb(255, 255, 255);
    text-decoration: none;
    border: none;
    background-color: rgb(12, 24, 31);
}



/* ------------- unknow ------------ */
.item{
    width: 30%;
    background-color: rgb(224, 224, 224);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem;
    margin-bottom: 1rem;
    text-align: center;
    border-radius: 7px;
    
} 
.item_cover img{
    width: 100%;
    border-radius: 10px;
}
.r_column{
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.l_column{
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.r_column nav ul li{
    list-style: none;

}

/*-------------------------    footer     ------------------------------- */

footer{
    background-color: rgb(34, 34, 34);
    display: flex;
    justify-content: center;
}
footer .footer{
    padding: 1rem;
    width: 100%;
    color: aliceblue;
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 14px;
}
/* --------------------------   ****    resposive dasboard   *****    ---------------------------- */

@media only screen and (max-width: 1465px) {
    
    /* ------------- products */
    .post_list .price-but{
       flex-direction: column;
    }
    .post_list .price-but .price{
        margin-bottom: 1rem;
    }
    .post_list .box .offer-box {
        left: 2px;
        font-size: 12px;
    }
    .post_list .box{
        width: 20%;
    }
    .post_list .box .image{
        width: 100%;
        height: auto;
    }
    .post_list .product_box{
        align-items: start;
    }
    
    .post_list .text {
        font-size: 12px;
    }
    .product_titr_title{
        width: 80%; 
        margin: 0 auto;
    }
    

    /* --------- serach title  */
    .box-title{
        width: 100%;
        padding: 0 3rem 0rem 0;
        position: absolute;
        left: 0;
        top: 10rem;
    }
    .box-title .search {
        margin: 1rem 0 1rem 0;
    }
    .box-title .search form{
        width: 50%;
        background-color: rgba(0, 0, 0, 0.486);
        display: flex;
        justify-content: start;
        padding: .5rem;
        border-radius: 10px;
    }
    .box-title .search form i{
        font-size: 2em;
    }

  }
@media only screen and (max-width: 1415px) {
    .post_list .box .offer-box .price_number{
        display: none;
    }

}
@media only screen and (max-width: 1315px) {
    .product_box .titr h5{
        font-size: 16px;
    }
    .product_box .date{
        font-size: 12px;
    }
}
@media only screen and (max-width: 1215px) {
    .post_list .box .offer-box .price_number{
        display: none;
    }
    .post_list .box .offer-box {
        font-size: 10px;
    }

}
@media only screen and (max-width: 1120px) {
    
    /* ------------- products */
    .post_list .box{
        width: 25%;
    }
}
@media only screen and (max-width: 900px) {
    
    /* ------------- products */
    .post_list .box{
        width: 40%;
    }
    .post_list .text{
        font-size: 10px;
    }
    /* -------------  search */
    .box-title .search {
        margin: 1rem 0 1rem 0;
    }
    .box-title .search form{
        width: 92%;
    }
    .box-title .search form i{
        font-size: 2em;
    }
}
@media only screen and (max-width: 700px) {
    
    /* ------------- posts */
    .servis__menu {
        width: 80%;
    }

}
@media only screen and (max-width: 550px) {
    
    /* ------------- products */
    .post_list .box{
        width: 58%;
    }
    .post_list .text{
        font-size: 12px;
    }

}
@media only screen and (max-width: 400px){
    .post_list .box {
        width: 70%;
    }
}
@media only screen and (max-width: 350px){
    .post_list .box {
        width: 80%;
    }
}