:root{
    --slider_color:#fff;
    --slider_transition_time:3s all ease;
}

#home_slider_box{
    overflow: hidden;
    width: 100%;
    height: 600px;
}


#home_slider_box>.slide_sectiion{
    display: none;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}
#home_slider_box>.slide_sectiion.active{
    display: block;
}
#home_slider_box>.slide_sectiion>div{
    width: 100%;
    height: 100%;
    position: relative;
}
#home_slider_box>.slide_sectiion>.layout_bg{
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 5;
    top: -100%;
    position: relative;
    display:flex;
    justify-content: center;
    align-items: center;
}


#home_slider_box>.slide_sectiion>.layout_bg>div{
    position: relative;
}
#home_slider_box>.slide_sectiion>.layout_bg>.space{
    width: 90%;
    height: 100%;
}
#home_slider_box>.slide_sectiion>.layout_bg>.left{
    width: 400px;
    min-width: 400px;
    left: -100px;
}#home_slider_box>.slide_sectiion>.layout_bg>.left img{
    height: 610px;
    width: 100%;
}

#home_slider_box>.slide_sectiion>.layout_bg>.right{
    width: 300px;
    min-width: 300px;
    height: 100%;
}
#home_slider_box>.slide_sectiion>.layout_bg>.right>img{
    height: 50%;
    width: 100%;
}
#home_slider_box>.slide_sectiion>.layout_bg>.right>.bottom_corner{
    position: relative;
    left: 100px;
}

#home_slider_box>.slide_sectiion{
    background-size: 110% 110%;
}



#home_slider_box>.slide_sectiion>.content{
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 99999;
    white-space: nowrap;
}
#home_slider_box>.slide_sectiion>.content>.slider_content{
    text-align: center;
    user-select: none;
    -webkit-user-drag: none;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: rgba(48, 0, 48, 0.171);
}

#home_slider_box>.slide_sectiion .slider_content>h4{
    display: inline-block;
    border-bottom: 1px solid var(--slider_color);
    font-size: 120%;
    line-height: 30px;
    margin-top: 150px;
    color: var(--slider_color);
    position: relative;
    top: 0;
}
#home_slider_box>.slide_sectiion .slider_content>h1{
    margin: 30px 0;
    font-size: 8vw;
    color: var(--slider_color);
    position: relative;
    top: 0;
}
#home_slider_box>.slide_sectiion .slider_content>button{
    width: 180px;
    height: 60px;
    position: relative;
    top: 0;
}
#home_slider_box>.slide_sectiion .slider_content>button:after{
    background: var(--button_after_bg);
}




#home_slider_box>.slide_sectiion>.content>.button_box{
    overflow: hidden;
    display: inline-block;
    width: 150px;
    height: 100%;
    z-index: 99999;
    position: relative;
    margin: 0;
    top: 0;
    left: -150px;
}





/*this is animation success return */

#home_slider_box>.slide_sectiion.active .slider_content>h1{
    animation: start_top_zero 3s linear 0s 1 alternate;
}
#home_slider_box>.slide_sectiion.active .slider_content>h4{
    animation: start_top_zero 3s linear 0s 1 alternate;
}
#home_slider_box>.slide_sectiion.active .slider_content>button{
    animation: start_top_zero_button 3s linear 0s 1 alternate;
}
@keyframes start_top_zero{
    from{
        top: -50px;
    }to{
        top: 0px;
    }
}
@keyframes start_top_zero_button{
    from{
        top: 50px;
    }to{
        top: 0px;
    }
}



#home_slider_box>.slide_sectiion.active>.layout_bg>.left{
    animation: start_left 3s linear 0s 1 alternate;
}
#home_slider_box>.slide_sectiion.active>.layout_bg>.right{
    animation: start_right 3s linear 0s 1 alternate;
}
#home_slider_box>.slide_sectiion.active{
    animation: start_slider_opcity 3s linear 0s 1 alternate;
}

@keyframes start_left{
    from{
        left: -250px;
    }to{
        left: -100px;
    }
}
@keyframes start_right{
    from{
        right: -100px;
    }to{
        right: 0;
    }
}
@keyframes start_slider_opcity{
    from{
        opacity: 0.3;
    }to{
        opacity: 0.9;
    }
}



@media (min-width:100px) and (max-width:700px){
    #home_slider_box{
        height: 80vw;
    }
    #home_slider_box>.slide_sectiion>.layout_bg>.left img{
        height: 80vw;
    }
    #home_slider_box>.slide_sectiion .slider_content>h4{
        margin-top: 10vw;
    }
    #home_slider_box>.slide_sectiion .slider_content>h1{
        font-size: 10vw;
    }
    #home_slider_box>.slide_sectiion .slider_content>button{
        width: 30vw;
        height: 10vw;
    }
}
@media (min-width:100px) and (max-width:450px){
    #home_slider_box>.slide_sectiion .slider_content>button{
        font-size: 2.5vw;
    }
}



/*********************************/
/*********************************/
/*********************************/
/*********************************/
/*********************************/



#post_slider_section{
    overflow: hidden;
    width: 100%;
    max-width: 2800px;
    margin: 0 auto;
    padding: 10px 0;
    background: var(--body_color);
}
#post_slider_section>.main_section{
    overflow: hidden;
    width: 100%;
    max-width: 96%;
    margin: 0 auto;
}
#post_slider_section>.main_section .canvas{
    display: inline-block;
    overflow: hidden;
    width: 250px;
    height: 250px;
    margin: 10px;
    background-size: cover;
}
#post_slider_section>.main_section .canvas:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: linear-gradient( rgba(0, 0, 0, 0) 70%, rgb(196, 127, 252) 100%);
    position: relative;
    z-index: 999;
    top: -100%;
    transition: .5s all ease;
}#post_slider_section>.main_section .canvas:after{
    width: 50px;
    height: 50px;
    top: -300%;
}#post_slider_section>.main_section .canvas:hover:after{
    width: 100%;
    height: 100%;
    top: -200%;
}
#post_slider_section>.main_section .canvas>img{
    width: auto;
    max-width: 150%;
    height: 100%;
    position: relative;
    z-index: 1;
    top: -100%;
    transition: 1s all ease;
}#post_slider_section>.main_section .canvas:hover>img{
    transform: scale(1.1);
}


#post_slider_section>.main_section .canvas .section{
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 999;
    background: linear-gradient( rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.986) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}
#post_slider_section>.main_section .canvas .slider_content{
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 130px;
}
#post_slider_section>.main_section .canvas .slider_content>.content>h3{
    font-size: 18px;
    color: var(--head_color);
}
#post_slider_section>.main_section .canvas .slider_content>.content>h4{
    padding: 5px 0;
    font-size: 20px;
    color: var(--menu_layut_color);
}#post_slider_section>.main_section .canvas:hover .slider_content>.content>h4{
    color: var(--head_color);
}

#post_slider_section>.main_section .canvas .slider_content>button{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: auto;
    background: none;
    font-size: 40px;
    color: var(--head_color);
    transition: .5s all ease;
    transform: scale(0);
}#post_slider_section>.main_section .canvas:hover .slider_content>button{
    transform: scale(1);
}







#client_post_slider_section{
    width: 100%;
    height: auto;
    padding: 50px 0;
    background: rgb(240, 240, 240);
}
#client_post_slider_section>.main_section{
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
#client_post_slider_section .heading_section{
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#client_post_slider_section .slider_section{
    overflow: hidden;
    width: 90%;
    max-width: 1500px;
    height: auto;
    margin: 0 auto;
}
#client_post_slider_section .slider_section .post_box{
    overflow: hidden;
    min-height: 320px;
    max-width: 500px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#client_post_slider_section .slider_section .post_box section{
    width: 90%;
    min-height: 250px;
    height: auto;
    margin-top: 50px;
    margin-left: 50px;
    background: #fff;
    padding: 2px;
}
#client_post_slider_section .slider_section .post_box section .heading{
    width: 100%;
    height: 30px;
    position: relative;
}
#client_post_slider_section .slider_section .post_box section .heading .profile{
    overflow: hidden;
    width: 200px;
    min-height: 40px;
    height: auto;
    border-radius: 60px;
    background: #fff;
    position: absolute;
    top: -30px;
    left: -50px;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.089);
}
#client_post_slider_section .slider_section .post_box>section>.heading>.profile>div{
    width: 100%;
    height: 100%;
}
#client_post_slider_section .slider_section .post_box>section>.heading>.profile>.pic{
    float: left;
    width: 43px;
    height: 43px;
    padding: 2px;
    background: rgb(201, 142, 255);
    border: 2px solid rgb(255, 255, 255);
    border-radius: 50%;
    transform: scale(1.1);
    display: flex;
    justify-content: center;
    align-items: center;
}#client_post_slider_section .slider_section .post_box>section>.heading>.profile>.pic>img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

#client_post_slider_section .slider_section .post_box section  .heading .profile .info{
    overflow: hidden;
    width: 65%;
    height: 70%;
    padding: 5px 0;
    font-size: 9px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#client_post_slider_section .slider_section .post_box section .heading .profile .info h3{
    padding-left: 10px;
    font-size: 19px !important;
}
#client_post_slider_section .slider_section .post_box section .heading .profile .info h4{
    padding: 5px 0 0 10px;
    font-size: 14px;
    color: var(--menu_layut_color);
}
#client_post_slider_section .slider_section .post_box section .heading .reviews{
    width: 120px;
    height: 30px;
    padding: 10px;
    color: rgb(253, 172, 22);
    font-size: 18px;
    display: flex;
    align-items: center;
    margin: 15px 20px;
    margin-left: auto;
}
#client_post_slider_section .slider_section .post_box section .heading .reviews span{
    display: inline-block;
    padding: 2px;
}


#client_post_slider_section .slider_section .post_box section .describe{
    overflow: hidden;
    width: 100%;
    height: 180px;
    display: flex;
    justify-content: center;
}
#client_post_slider_section .slider_section .post_box section .describe p{
    padding: 0 40px;
    padding-bottom: 40px;
    line-height: 30px;
    font-weight: bold;
    color: rgb(66, 66, 66);
}


@media (min-width:100px) and (max-width:700px){
    #client_post_slider_section .heading_section{
        width: 90%;
        margin: 0 auto;
    }
}


/****************this is speeret is a slider default HTML DOM Stylelice*******************/
.slick-list{
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.slick-list .slick-slide{
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0 10px;
}
.main_section .slick-arrow{
    width: 0;
    height: 0;
    display: none;
    opacity: 0;
}
.main_section .slick-dots{
    list-style-type: none;
    width: 100%;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_section .slick-dots>li{
    cursor: pointer;
    content: "";
    display: inline-block;
    width: 20px;
    height: 5px;
    margin: 0 10px;
    background: rgb(223, 223, 223);
}
.main_section .slick-dots>li.slick-active{
    background: var(--button_after_bg);
}

.main_section .slick-dots>li button{
    display: none;
}
/****************this is speeret is a slider default HTML DOM Stylelice*******************/