/*--------------------------------------- add section ------------------------------------*/

/*--------------------------------- add section store description --------------------------------*/
.add-section-storeDescription{
    text-align: center;
    margin-top: 70px;
    margin-bottom: 50px;
    margin: 70px auto;
}
.add-section-storeDescription h1{
    font-weight: 700;
    font-size: 35px;
}
.add-section-storeDescription p{
    text-align: center;
    margin: 0 auto;
}
/*------------------------------- end add section store description ------------------------------*/

/*------------------------------------- add section image text  ---------------------------------------*/
.add_section_bannerBoxContainer{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 475px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    position: relative;
    margin: 70px auto;
}
.add_section_bannerBoxInfo{
    position: absolute;
    color: var(--primiryColor);
    top: 47%;
    transform: translateY(-50%);
    width: fit-content;
    padding: 30px;
    max-width: 85%;
    text-align: center;
    left: 4%;
}
.add_section_bannerBoxInfo h1{
    font-size: 40px;
    font-weight: 500;
    color: var(--primiryColor);
    width: fit-content;
    margin: 0;
    text-align: center;
    max-width: 100%;
}
.add_section_bannerBoxInfo p{
    font-size: var(--text-size);
    color: var(--primiryColor);
    font-weight: 700;
    text-align: center;
    max-width: 100%;
    margin-bottom: 20px;
}
.add_section_bannerBoxInfo button{
    overflow: hidden;
    display: inline-block;
    position: relative;
    transition: all .3s;
    font-weight: 500;
    line-height: 1;
    padding: 15px 40px;
    font-size: 14px;
    letter-spacing: 1px;
    pointer-events: visible;
    color: var(--textColor);
    background-color: white;
    border: 0;
    cursor: pointer;
}
.add_section_bannerBoxInfo button:hover{
    background-color: var(--primiryColor);
    color: var(--backgroung);
}
/*----------------------------------- end add section image text -------------------------------------*/


/*-------------------------------------- add section banner -------------------------------------*/
.add_section_banner{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 475px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    position: relative;
    margin: 70px auto;
}

/*-------------------------------------- end add section banner -------------------------------------*/
/*---------------------------------------- add section blog ----------------------------------------*/
.add_section_blogContainer{
    padding: 0 15px;
    margin: 70px auto;
}
.add_section_blogContainer h1{
    font-size: 24px;
    text-align: center;
}
.blogItems{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.blogItem{
    width: 33.333%;
    padding: 0 10px;
    min-width: 300px;
    margin-top: 20px;
}
.blogItem1[visibility="False"],
.blogItem2[visibility="False"],
.blogItem3[visibility="False"]
{
    display: none;
}
.blogItem1[visibility="True"],
.blogItem2[visibility="True"],
.blogItem3[visibility="True"]
{
    display: block;
}
.blogItemImage{
    height: 235px;
}
.blogItemImage img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.blogItemContent h3{
    font-size: 22px;
    display: flex;
    width: fit-content;
    text-transform: capitalize;
}
.blogItemContent p{
    line-height: 22px;
    overflow: hidden;
    width:100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.blogItemContent button{
    background-color: transparent;
    border: none;
    outline: none;
    border-bottom: 1px solid var(--primiryColor);
    cursor: pointer;
    font-size: 16px;
    padding: 0;
    display: flex;
}
@media only screen and (max-width:930px){
    .blogItem{
        width: 50%;
    }
}
@media only screen and (max-width:630px){
    .blogItem{
        width: 100%;
        max-width: 500px;
    }
}
/*---------------------------------------- end add section blog ----------------------------------------*/

/*------------------------------------- end add section ----------------------------------*/

/* DEBUG */

.flDebugPanelContent {
    overflow: scroll;
}