#main{
    diraction:rtl
}
#hero {
    width: 100%;
    height: 75vh;
    background: url("../img/05.png") ;
    background-size: cover;
    position: relative;
    direction: rtl;
}
#main .container{
    direction: rtl !important;
}
