*{
    margin: 0;
    border: 0;
    padding: 0;
}

.svgsprite{
    display: none;
}

.rn--top-header{
    display: none;
}

.rm--header-block{
    width: 100%;
    height: auto;
    z-index: 8000 !important;
    position: relative;
    background-color: transparent;
    padding: 0 10px;
    box-sizing: border-box;
}

.is-sticky{
    position: fixed;
    top: 0px;
    border-bottom: 1px solid #eee;
    background: white;
    width: 100%;
    transition: all .8s ease;
}

.is-sticky .rn-menu{
    color: black;
}

.is-sticky .rn-auth .lang select{
    background: white;
    border-bottom: 1px solid #000;
    color: black !important;
}

.is-sticky .rn-auth .lang nav a{
    color: black !important;
}

header{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    box-sizing: border-box;
}

.rn-logo{
    height: 35px;
}

.rn-logo img{
    width: 200%;
    height: 100%;
    object-fit: cover;
}

.rn-menu{    
    width: 8%;
    margin-top: 3px;
    text-align: center;
    display: block;
    cursor: pointer;
    color: white;
    position: relative;
}

.menu-sp{
    position: absolute;
    font-size: 8px;
    bottom: 1px;
    left: 55%;
    transform: translateX(-50%);
    font-family: "Nunito";
    letter-spacing: 1px;
    text-transform: uppercase;
}

.rn-nav{
    display: none;
}

.rn-auth{
    display: flex;
    justify-content: space-between;
}

.rn-auth .create-account nav{
    display: none;
}

.rn-auth .lang nav{
   margin-top: 0;
    float: right;
}

.skiptranslate select {
    width: 100%;
    height: 100%;
    padding: 5px;
    border-radius: 40px;
    border: none;
    outline: none;
    background: #fff;
    color: black;
    appearance: none;
    -webkit-appearance: none;
    font-size: 13px;
    text-align: center;
    font-weight: normal;
    font-family: "Nunito";
}

#google_translate_element {
    position: relative;
    width: 100%;
    height: 45px;
    overflow: hidden;
}

.goog-logo-link {
    display: none !important;
}

.goog-te-gadget {
    color: transparent !important;
}


#goup {
    position: fixed;
    bottom: 100px;
    right: 20px;
    height: 30px;
    width: 30px;
    background-color: #327f06;
    border-radius: 2px;
    cursor: pointer;
    display: none;
    z-index: 8000;
    box-shadow: 0 8px 16px 0 rgba(255,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
}

#goup:hover {
    box-shadow: 0 8px 16px 0 rgba(255,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
    background-color: white;
    transition: .2s ease;
}

#goup:hover .s_icon{
    color: #327f06;
    transition: .2s ease;
}

#goup .s_icon {
    color: white;
    font-size: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

/*======================================
        Styling sidenav style 
======================================= */

.sidenav {
    height: 100vh;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(15, 13, 15, .7);
    transition: .2s ease;
    z-index: 9999;
    visibility: hidden;
    overflow-y: scroll;
}

.sidenav::-webkit-scrollbar {
    display: none;
}

.sidenav .cancel {
    position: absolute;
    top: 5px;
    right: 20px;
    color: white;
    font-size: 30px;
    cursor: pointer;
}

.wrap-nav {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 20px;
    right: -100%;
    width: 80%;
    height: 100vh;
    transition: 1s ease;
    background-color: #327f06;
    transition: right .8s ease;
    position: absolute;
}

.wrap-nav ul {
    width: 90%;
    height: auto;
    padding: 0;
    border: 0;
    margin: 0;
    list-style: none;
}

.wrap-nav ul a {
    display: block;
    text-decoration: none;
    margin: 10px 0;
}

hr {
    border: 1px solid #eee;
}

.wrap-nav ul a li {
    color: #fff;
    letter-spacing: 1px;
    font-family: "Nunito", sans-serif;
    font-weight: normal;
    font-size: 13px;
    padding: 5px 10px;
    cursor: pointer;
    text-transform: capitalize;
}

.wrap-nav ul a li:hover {
    background-color: #7e3f10;
    background-color: rgba(255, 255, 255, .3);
    transition: .2s ease;
}

.wrap-nav nav {
    margin: 10px 0;
    padding-left: 10px;
}

.wrap-nav nav a {
    display: inline-block;
    color: white;
    margin-right: 10px;
    font-size: 13px;
}

.wrap-nav .side-about {
    margin: 10px 0;
    padding-left: 10px;
}

.wrap-nav .side-about p {
    color: white;
    margin: 0 0 20px;
    font-size: 13px;
    line-height: 20px;
    font-family: "Nunito";    
}

.play-fluid-hd{
    width: 100%;
    height: auto;
    margin: 20px 0;
}

.play-flex-hd{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
}

.play-rn-hd{
    width: 49%;
    height: auto;
}

.play-rn-hd a img{
    width: 100%;
    height: 100%;
    cursor: pointer;
}