.somporkoheader{
    width: 100%;
    height: 5rem;
    background-color: #008E48;
    display: flex;
    justify-content: center;
    align-items: center;
}
.somporkoflex{
    display: flex;
    background-color: #F5F5F5;
    border-bottom: 1px solid rgb(226, 221, 221);
}
.somporkoleft{
    width: 30%;
    height: auto;
}
.somporkoright{
    width: 90%;
    height: auto;
}
.somporkoweith1{
    font-size: 14px;
}
/* .somporkoul{
    text-align: left;
} */
.somporkoul .somporkoli{
    list-style: none;
    margin-top: 5px;
}
.somporkoul .somporkoli a{
   text-decoration: none;
   color: rgb(99, 96, 96);
}
.somporkoul .somporkoli a:hover{
    color: #008E48;
}
.border{
    width: 1px;
    height: auto;
    background-color: rgb(99, 95, 95);
}
.somporkoralltext{
    width: 85%;
    margin: 20px;
    background-color: white;
    border-radius: 10px;
}
.assunnafaoundation{
    margin: 20px;
    color: #008E48;
}
.somporkorighttext{
    font-size: 14px;
    margin: 20px;
    text-align: justify;
}
.somporkohr{
    color: red;
    background-color: red;
}






.menu-container {
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
    max-width: 600px;
    margin: 20px auto;
}

.small_screen {
    overflow-x: auto;
    white-space: nowrap;
    flex-grow: 1;
}
.menu::-webkit-scrollbar {
    width: 0;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
/* .somporkoli{
    display: inline-block;
    padding: 10px 20px;
    margin: 0 5px;
    background-color: #f8f9fa;
    cursor: pointer;
} */
li .home{
    text-decoration: none;
}
/* .somporkoli:hover {
    background-color: #e2e6ea;
} */




@media screen and ( max-width: 800px) {

    .menu-container{
        display: none ;
    }
    
}


/* Extra small devices (phones, 600px and down) */
@media screen and (max-width: 800px) {
   

}
 /* Small devices (portrait tablets and large phones, 600px and up)  */


/* Medium devices (landscape tablets, 768px and up) */ 
@media only screen and (min-width: 768px) {
  
 }

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

}
    

/* Extra large devices (large laptops and desktops, 1200px and up) */ 
 @media only screen and ( min-width: 1200px) {
   
 }