
#casino_header{
    width: 100%;
    height: 120px;
    background-size: contain;
}
    #casino_header>ul{
        width: 100%;
        height: 100%;
    }
    #casino_header>ul>li{
        float: left;
        width: 20%;
        height: 100%;
    }
    #casino_header>ul>li>h3{
        width: 100%;
        height: 30%;
        font-weight: bold;
        display: flex;
        justify-content: center;
        align-items: center;
        color: rgb(255, 191, 94);
    }
    #casino_header>ul>li>button{
        border: none;
        background: none;
        width: 100%;
        height: 70%;
    }
    #casino_header>ul>li>button img{
        display: inline-block;
        width: 70%;
        height: 70%;
        transition: 0.5s all ease;
    }
    #casino_header>ul>li>button .fild{
        display: none;
        transition: 0.3s all ease;
        transform: scale(1.1);
    }
    #casino_header>ul>li>button .fild:hover{
        transform: scale(1.2);
    }
    
    #section_box>{
        overflow: hidden;
    }
    #section_box>#slider_box{
        width: 100%;
        height: 250px;
    }
    #section_box>#slider_box iframe{
        width: 100%;
        height: 100%;
    }
    
    
    #section_box>#search_content_box{
        overflow: hidden;
        width: 100%;
        height: 50px;
        background: rgb(240, 240, 240);
    }
    #section_box>#search_content_box>ul{
        float: left;
        width: 90%;
        height: 60%;
        padding: 10px 0;
        position: relative;
        z-index: 99999999;
    }
    #section_box>#search_content_box>ul>li{
        cursor: pointer;
        float: left;
        width: 25%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        border-right: 1px solid rgb(179, 179, 179);
    }
    #section_box>#search_content_box>ul>li:first-child{
        color:#fff;
    }
    #section_box>#search_content_box>ul>li:last-child{
        border: none;
    }
    
    #section_box>#search_content_box>.search{
        cursor: pointer;
        float: right;
        width: 10%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 30px;
    }
    #section_box>#search_content_box>.hover_bg_color{
        width: 18%;
        height: 30px;
        margin: 10px 2%;
        border-radius: 15px;
        position: relative;
        background: var(--header_bg_color);
        z-index: 99;
        top: 0%;
    }
    
    
    
    #section_box>#post_box{
        overflow: hidden;
        width: 90%;
        padding: 10px 2%;
        padding-top: 0;
        margin: 10px auto;
        border-radius: 10px;
        height: auto;
        background: #fff;
    }
    #section_box>#post_box>.post_box_header{
        width: 100%;
        height: 50px;
    }#section_box>#post_box>.post_box_header label{
        display: inline-block;
        width: 40%;
        height: 40px;
        padding: 0 15px;
        border-radius: 0 20px 20px 0;
        background: var(--header_bg_color);
        font-weight: bold;
        color: rgb(255, 255, 255);
        font-size: 18px;
        display: flex;
        align-items: center;
        box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.164);
        position: relative;
        left: -4%;
    }
    
    #section_box>#post_box>#post_paly{
        width: 100%;
        height: 150px;
        margin: 10px 0;
    }
    #section_box>#post_box>#post_paly img{
        display: inline-block;
        width: 100%;
        height: 100%;
        border-radius: 0 15px 0 15px;
    }
    #section_box>#post_box>#post_paly img::after{
        background: rgb(226, 226, 226);
    }
    
    #section_box>#post_box>#post_index{
        float: left;
        width: 33.3%;
        height: 150px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #section_box>#post_box>#post_index img{
        overflow: hidden;
        display: inline-block;
        width: 90%;
        height: 90%;
        border-radius: 0 15px 0 15px;
    }
    
    
    /********section footer*********/
    #section_box>#section_footer{
        overflow: hidden;
        width: 100%;
        height: 350px;
    }
    @media (min-width:150px) and (max-width:499px){
        #section_box>#section_footer{
            height: 60vw;
        }
    }
    
    
    /*****************************************
    section responrivee style
    ******************************************/
    @media (min-width:150px) and (max-width:499px){
        #casino_header{
            height: 23vw;
        }
        #casino_header>ul>li>h3{
            font-size: 4vw;
        }
       
        #section_box>#search_content_box{
            height: 10vw;
        }
        #section_box>#search_content_box>ul{
            padding: 3vw 0;
        }
        #section_box>#search_content_box>ul>li{
            font-size: 4vw;
        }
        
        #section_box>#search_content_box>.search{
            font-size: 7vw;
        }
        #section_box>#search_content_box>.hover_bg_color{
            height: 6vw;
            margin: 3vw 2%;
        }
    
    
        #section_box>#slider_box{
            height: 50vw;
        }
    
    
            
        #section_box>#post_box{
            margin: 3vw 2%;
        }
        #section_box>#post_box>.post_box_header{
            height: 8vw;
        }#section_box>#post_box>.post_box_header label{
            height: 8vw;
            border-radius: 0 5vw 5vw 0;
            font-size: 4vw;
            padding: 0 3vw;
        }
    
        #section_box>#post_box>#post_paly{
            width: 100%;
            height: 30vw;
            margin: 2vw 0;
        }
        #section_box>#post_box>#post_paly img{
            display: inline-block;
            width: 100%;
            height: 100%;
            border-radius: 0 15px 0 15px;
        }
        #section_box>#post_box>#post_paly img::after{
            background: rgb(226, 226, 226);
        }
    
        #section_box>#post_box>#post_index{
            height: 30vw;
        }
    
    }