.state-header
{
    position: fixed;
    background-color: white;
    right: 0px;
    left: 0px;
    width: 100%;
    z-index: 2;
    min-height: 96px;
    display: flex;
}
.header-container
{
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
}
.header-image
{
    flex-basis: 20%;
    width: 20%;
    margin: auto;

}
.header-nav,.nav-show-btn-continer
{
    flex-basis: 70%;
    width: 70%;
    background-color: white;
    margin: auto;
    display: flex;
    justify-content: end;
}
.header-nav
{
    transition: all 0.5s;
}


.nav-show-btn-continer
{
    display: none;
}
.header-search
{
    flex-basis: 10%;
    width: 10%;
    margin: auto;
    display: flex;
}
.header-logo-image
{
    width: 250px; /*150,100*/
}
.header-nav-item
{
    display: inline-block;
    color:rgb(40, 53,131)!important;
    padding: 0 10px;
    font-weight: bold;
}
.nav-show-btn
{
    width: 24px;
    height: 21px;
    margin: auto;
    margin-right: 0px;
}


.nav-seach-btn
{
    margin: auto;
    width: 35px;
    height: 25px;
    background-color: transparent;
    border: none;
}

.left-size
{
    flex-basis: 50%;
    width: 50%;
}

.rigth-size
{
    flex-basis: 54%;
    width: 54%;
}

.world-container
{
    position: absolute;
    top: 0px;
    left: 25vw;
    width: 50vw;
    max-width: 1000px;
}

.news-item
{
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url(../imgs/smart-speaker-house-control-inno.jpg);
    background-position: 50% 0%;
    background-size: 100% 70%;
    background-color: #f2f2f2;
    color: black;
    border: 1px solid rgb(150, 150, 150);
}
.news-item-a
{
    text-align: right;
    display: inline-block;
    cursor: pointer;
}


.all-product-container
{
    display: flex;
    justify-content: end;
    padding-top: 10px;
}

.all-product
{

    text-align: right;
    /* color: rgb(100, 113,191) !important; */
    color: rgba(40, 53,131,0.5) !important;
    font-weight: bold;
}

.all-product:hover
{
    color: rgba(40, 53,131,1) !important;
}

.footer-bottom
{
    background-color: black;
    padding: 20px;
    display: flex;
    justify-content: center;
    flex-wrap:wrap;
}
.footer-bottom-item
{
    font-size: 0.9rem!important;
    margin: 0px!important;
    display: block;
    padding: 0px 5px;
    cursor: pointer;
}
.product-section
{
    width: 100%;
    display: flex;
    background-color: #f2f2f2;
}

.product-container
{
    display: block;
    width: 70%;

    margin: 70px auto;
}

.product-row-container
{
    display: flex;
    flex-direction: row;
}

.product-row
{
    width: 50%;
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    padding: 0px 20px;
}

.product-img-main
{
    display: flex;
    justify-content: center;
    padding: 0px 10px;
}


.product-img-list
{
    margin-top: 25px;
    display: flex;
    justify-content: center;
    
}



.product-img-main-item
{
    /* width: 50%; */
    height: 300px;
    cursor: pointer;

   
}

.blog-img-main-item
{
    width: 50%;
    cursor: pointer;
    margin: auto;
}

.product-img-list-item
{
    border: 1px soldi black;
    width: 25%;
    height: 100px;
}

.product-img-list-item-img
{
    display: block;
    height: 100%;
    margin: 0px auto;
    cursor: pointer;
}

.product-header-title
{
    height: 15%;

}
.product-header-list
{
    margin: auto 0px;
}
.product-header-list
{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 85%;
}
.product-header-list li 
{
}

.product-body
{
    margin-top: 40px;

}

.poppup-container,.poppup-background,.poppup-body
{
    position: fixed;
    width: 100%;
    height: 100%;
    top:0px;
    left: 0px;
}

.poppup-close
{
    position: fixed;
    color: white;
    top: 10px;
    right: 40px;
    z-index: 4;
    background-color: transparent;
    border: none;
    font-size: 40px;
    cursor: pointer;
}
.poppup-container
{
    z-index: 3;
}
.poppup-background
{
    background-color: rgba(0,0,0,0.5);
}
.poppup-body
{
    display: flex;
}
.poppup-body-con
{
    margin: auto;
    padding: 10px;
    border-radius: 10px;
    width: 70%;
    max-height: 95%;
    display: flex;
    justify-content: center;
}
.poppup-body-item
{
    padding: 10px;
    background-color: white;
    border-radius: 10px;
    width: 70%;

}
.poppup-body-button
{
    margin: auto;
    width: 15%;
    color: white;
    display: flex;

}
.poppup-body-button button
{
    background-color: transparent;
    border: none;
    border: 2px solid white;
    border-radius: 50%;
    width: 66px;
    height: 66px;
    font-size: 40px;
    cursor: pointer;
    margin: auto;
}

.poppup-body-img
{
    width: 100%;
    max-height: 100%;
}

.blog-container
{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.blog-card
{
    width: 300px;
    height: 400px;
    background-color: #f5f5f5;
    border: 3px solid #f1f1f1;
    border-radius: 10px;
    box-shadow: 0px 0px 0px black;
    transition: all 0.2s;
    margin: 10px;
    display: flex;
    flex-direction: column;

}

.blog-card:hover
{
    box-shadow: 0px 0px 5px black;
}

.blog-card-header
{
    display: flex;
    padding: 5px;
    flex-wrap: wrap;
}

.blog-card-img
{
    width: 100%;
    margin: auto;
    border-radius: 10px;
}

.blog-card-body
{
    padding: 5px 10px;

}
.blog-card-h 
{
    margin: 0px!important;
    color:rgb(40, 53,131)!important;
    padding: 0px 5px!important;
    font-size: 17px!important;
}
.blog-card-p
{
    margin: 0px!important;
    margin-top: 5px!important;
    padding: 3px 5px!important;
    font-size: 13px!important;

}
.blog-card-footer
{
    border-top: 1px solid #E1E1E1;
    display: flex;
    justify-content: space-between;
    padding: 2px 10px;
    margin-top: auto;
}

.blog-img-main
{

}

.logo_a
{
    margin-left: 5px;
    margin-right: 5px;
}

.logo_black
{
    display: inline;
}

.logo_blue
{
    display: none;
}

.logo_img
{

}

.logo_a:hover .logo_black
{
    display: none;
}

.logo_a:hover .logo_blue
{
    display: inline;
}


@media (max-width:1870px)
{
    .product-container
    {
        width: 95%;
    }
    .product-img-list-item-img
    {
        height: 80%;
    }
    .product-img-list-item
    {
        width: 33%;
        flex-basis: 33%;
    }
}

@media (max-width:1470px) {
    .header-logo-image
    {
        width: 200px;
    }
    .header-nav-item
    {
        padding: 0px 5px;
        font-size: 16px;
    }
    .nav-seach-btn
    {
        width: 40px;
        height: 30px;
    }
}

@media (max-width:1200px) {
    .header-logo-image
    {
        width: 180px;
    }
    .header-nav-item
    {
        padding: 0px 3px;
        font-size: 16px;
    }
    .nav-seach-btn
    {
        width: 35px;
        height: 25px;
    }
    .header-nav, .nav-show-btn-continer
    {
        margin-left: auto;
    }
    .header-search
    {
        width: 5%;
        flex-basis: 5%;
    }
    .product-row
    {
        width: 100%;
        flex-basis: 100%;
    }
    .product-row-container
    {
        flex-direction: column;
    }
    /* .product-header-title
    {
        text-align: center;
    }
    .product-header-list li
    {
        margin: auto;
    } */

}

@media (max-width:1120px) {
    .header-image
    {
        
        width: auto;
        flex-basis: auto;
        margin-left: 0px;
    }
    .nav-show-btn-continer
    {
        width: auto;
        flex-basis: auto;
        margin-left: auto;
        margin-right: 0px;
    }
    .header-nav
    {
        position: absolute;
        right:0px;
        top: 88px;
        max-width: 50%;
        flex-direction: column;
        display: none;
        opacity: 0;
        padding: 5px;
    }
    .header-search
    {
        width: auto;
        flex-basis: auto;
        margin:auto 0px;
    }
    .nav-show-btn-continer
    {
        display: flex;
    }
}

@media (max-width:767px) {
    .world-container
    {
        position: relative;
        width: 100%;
        left: 0px;
        top:0px;
    }
}

@media (max-width:650px)
{
    .product-container
    {
        width: 95%;
    }
    .product-img-list-item-img
    {
        height: 80%;
    }
    .product-img-list-item
    {
        width: 33%;
        flex-basis: 33%;
    }
    .product-img-main-item
    {
        height: 250px;
    }
}