.accordion-button::after{
    background-image: none !important;
}

.accordion-button{
    background-color: #F2BB09;
    color: #0C5865;
    font-weight: 700;
    font-size: 17px;
}
.accordion-button:not(.collapsed)::after{
    background-image: none !important;
}


.accordion-flush .accordion-item .accordion-button{
    background-color: #F2BB09;
    color: #0C5865;
    font-weight: 700;
}
.accordion-body{
    background-color: #0C5865;
    color: #FFFFFF !important;

}
.accordion-body p{
    color: #FFFFFF !important;
    font-size: 16px !important;
}
.accordion-body p strong , .accordion-body span strong, .accordion-body span{
    font-size: 18px;
}
.buy-btn{
    background-color: #3498db !important;
    border-radius: 15px;
    color: #ffffff !important;
}
video{
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.accordion-button{
    font-size: 16px !important;
}

.video-firest-top{
    height:50vh;
    width: auto;
}

.accordion-body video{
    height:60vh;
    width: auto;
}

/*.firest-seaction{*/
/*    height: 100%;*/
/*}*/
.firest-slider-each{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #ffffff;
    align-items: center;
    border-radius: 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
/*@media screen and (min-width: 992px) {*/
/*    .firest-slider-each{*/
/*        height: 80vh;*/
/*        min-height: 80vh !important;*/
/*    }*/
/*}*/

.div-video{
    width: 98%;
    margin: auto;
    border-radius: 15px;
    height: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.div-video img{
    border-radius: 15px;
}

.firest-slider-each h2{
    color: #0C5865;
    display: flex;
    justify-content: center;
    align-items: center;
    height: fit-content;
}

.des{
    height: 70%;
}
.submit-new{
    height: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
}
a{
    text-decoration: none !important;
}
.a-sharayet{
    background-color: #F2BB09;
    color: #ffffff;
    width: fit-content;
    margin-bottom: 1rem;
    border-radius: 5px;
    text-align: center;
    font-size: 1rem;
    padding: 8px 27px;
}