*{
    box-sizing: border-box;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins&family=Roboto&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    padding: 10px;
    background-color: #ffffff;
}

.ham {
    display: none;
    color: #ffffff;
}

.reos-logo-mob {
    position: absolute;
    left: 10px;
    top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #ffffff;
}

.reos-logo-mob img {
    display: block;
    width: 100%;
    height: 100%;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 101;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    background-color: #2065b4;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 100px;
}




.link-mob {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.link-mob a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
}

.mob-copyright {
    width: 100%;
    padding: 10px;
    gap: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.mob-copyright .copyright-statement {
    font-size: 16px;
    color: #ffffff;
}

.mob-copyright .copyright-statement {
    font-size: 15px;
    color: #ffffff;
    gap: 10px;
}

.mob-copyright .copyright-statement a {
    font-size: 14px;
    color: #ffffff;

}

.mob-a {
    font-size: 14px;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}


.reos-nav {
    /* font-family: 'Poppins', sans-serif; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: transparent;
    /* position: absolute; */
    padding: 0px 10px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    transition: background-color 0.3s, box-shadow 0.3s;
}
.reos-nav a{
    color: #1c1c1c;
}
.reos-nav.scrolled {
    background-color: white;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    /* Add the shadow effect you desire */
}

.reos-nav.scrolled a {
    color: #000;
}

.reos-nav-bar {
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 5px;
}

.reos-nav-bar-sec-one {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 20px;
}

.reos-logo {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    background-color: #ffffff;
}

.reos-logo img {
    display: block;
    width: 100%;
    height: 100%;
}


.reos-nav-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.reos-nav-menu .menu {
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    padding: 6px 15px;
    color: #1c1c1c;
    /* color: var(--white-text-color); */

}


.reos-nav-menu .menu:hover {
    /* text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    padding: 6px 15px;
    color: #ededed; */
    opacity: 1;
    border-bottom: #dbdbdb 1px solid;
}

/* .news-heder{
    width: 100%;
} */
.main-show-news{
    width: 900px;
    /* border: solid; */
    margin: 60px auto;
    padding: 20px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.reos-ns-card{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.ns-card-info-col-one{
    width: 100%;
    padding: 5px 0px;
    font-size: 14px;
    color: #505050;
}
.ns-card-info-col-two{
    width: 100%;
    padding: 5px 0px;
}
.ns-card-title{
    font-size: 30px;
    font-weight: 600;
    color: #4d4d4d;
}
.ns-card-img-2{
    width: 100%;
    height: 450px;
    border-radius: 10px;
    overflow: hidden;
}
.ns-card-img-2 img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.ns-card-info{
    padding: 20px;
    background-color: #fbfbfb;
    font-size: 18px;
    line-height: 2;
    text-align: justify;
    color: #252525;
}


@media only screen and (max-width:756px) {
    *{
        box-sizing: border-box;
    }
    
    @import url('https://fonts.googleapis.com/css2?family=Poppins&family=Roboto&display=swap');
    
    body {
        margin: 0;
        padding: 0;
        font-family: 'Poppins', sans-serif;
        padding: 10px;
        background-color: #ffffff;
    }
    .main-show-news{
        width: 100%;
        /* border: solid; */
        /* margin-top: 100px;
        margin-bottom: 50px; */
        margin: 70px auto;
 
        padding: 10px;
        background-color: #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .reos-ns-card{
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .ns-card-info-col-one{
        width: 100%;
        padding: 5px 0px;
        font-size: 14px;
        color: #505050;
    }
    .ns-card-info-col-two{
        width: 100%;
        padding: 5px 0px;
    }
    .ns-card-title{
        font-size: 30px;
        font-weight: 600;
        color: #4d4d4d;
    }
    .ns-card-img-2{
        width: 100%;
        height: 250px;
        border-radius: 10px;
        overflow: hidden;
    }
    .ns-card-img-2 img{
        width: 100%;
        border-radius: 10px;
        height: 100%;
        object-fit: contain;
    }
    .ns-card-info{
        padding: 10px;
        background-color: #fbfbfb;
        font-size: 18px;
        line-height: 2;
        text-align: justify;
        color: #252525;
    }


    .ham {
        display: block;
        color: #1c1c1c;
    }

    .scrolled .ham {
        color: #205da9;
    }

   
    .reos-nav {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .reos-nav-bar {
        top: 0;
        /* background-color: #ffffff; */
        left: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 5px;
    }

    .reos-nav-bar-sec-one {
        display: flex;
        justify-content: left;
        align-items: center;
        gap: 20px;
    }

    .reos-logo {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        border-radius: 50px;
        background-color: #ffffff;
    }

    .reos-logo img {
        display: block;
        width: 100%;
        height: 100%;
    }


    .reos-nav-menu {
        /* display: flex; */
        justify-content: center;
        align-items: center;
        gap: 15px;
        display: none;
    }

    .reos-nav-menu .menu {
        text-decoration: none;
        font-size: 15px;
        font-weight: 500;
        padding: 6px 15px;
        color: var(--white-text-color);
    }

    
}