@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Malayalam:wght@100;200;300;400&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:400,700,900');


@media (max-width: 576px) {
    body {
      display: none;
    }
  }

  @media (max-width: 767px) {
    body {
      display: none;
    }
  }



li {
    list-style: none;
    display: inline;
    
}

a {
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}

body {
    background-color: #fff;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
    width: 100%;
    color: #FF5B5B;
    font-family: 'Montserrat', sans-serif;
}


.navbar {
    margin-left: 0;
    display: inline;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding: 0;
    color: #FF5B5B;
    
}
.nav-link {
    display: inline;
    padding: 0.5rem 1rem;
    margin-left:2vw;
    color: #FF5B5B;
    transition: 0.5s;
}

.nav-link:hover{
    transition: 0.5s;
    color: #7e0000;
}

header {
    height: 24vh;
}

.container {
    padding: 0;
    margin: 0;
    width: 100vw;
}
.container ul{
    margin-left:-5vw;
}

.header-row {
    font-size: 125%;
    text-align: center;
}

.br{
    position: relative;
    padding-top: 1vw;
    height: 75vw;
    background-color: #FF5B5B;
    
    
    
}

#malayalam {
    font-family: 'Noto Sans Malayalam', sans-serif;
    font-weight: 300;
    line-height: 150%;
}
/* .bor{
    border: 2px solid #010b09;
   
    border-width: 5px;
   
    margin: 25px 250px;
} */


#literary {
    color: #fff;
    letter-spacing: 3px;
    text-shadow: -1px 1px 0 #FF5B5B,
                1px 1px 0 #FF5B5B,
                1px -1px 0 #FF5B5B,
                -1px -1px 0 #FF5B5B;
}

.sg-heading{
    color: #FF5B5B;
    letter-spacing: 3px;
    text-shadow: -1px 1px 0 #fff,
                1px 1px 0 #fff,
                1px -1px 0 #fff,
                -1px -1px 0 #fff;
    text-transform: uppercase;
    font-size: 35px;
}

.styled-table {
    
        font-family: 'Poppins', sans-serif;

    border-collapse: collapse;
    margin: 25px 0;
    font-size: 2em;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    
}
.styled-table thead tr {
    background-color: #000000;
    color: #ffffff;
    text-align: left;
}
.styled-table th,
.styled-table td {
    padding: 12px 15px;
}
.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
    font-weight:bold;
    color: #020202;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #fffefe;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 1px solid #010b09;
}
.styled-table tbody tr.active-row {
    color: #000000;
}
 

