<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Banner Styles */
        body{font-family: 'Sen Regular';}
        .banner {
            position: relative;
            background-image: url('https://periyarworld.org/assets/img/timeline/timeline-banner.jpg');  
            background-size: cover;
            background-position: center;
            height: 400px;  
        }
        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%) ; 
            /*display: flex;
            align-items: center;
            justify-content: center;*/
        }
        .overlay h1 {   
            position: absolute;
            top: 55%;transform: translateY(-50%);
            left: 95px; 
color: #FFF;
font-family: 'Poppins Medium';
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 150%; /* 60px */
letter-spacing: 0.4px;
text-transform: uppercase;
        }
 h6 {
  font-size: 1.15rem;
  font-family: 'Sen SemiBold';
}

 .bg-banner-sec{ background-image: url('https://periyarworld.org/assets/img/timeline/bg-banner.jpg');  
            background-size: cover;    background-attachment: fixed;
            background-position: center;background-repeat: no-repeat;}
.txt-p{color: #1D1D1D;
font-family: 'Sen Regular';
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 180%; /* 25.2px */
letter-spacing: 0.42px;} 

.bg-banner-sec h5{color: #141414;
font-family: 'Poppins Medium';
  font-size: 22px;
font-style: normal;padding-bottom:7px;padding-top: 14px; 
line-height:  32px; /* 30px */
letter-spacing: 0.2px; }
.bg-banner-sec a{color: #E31E24;font-weight: bold;transition: 0.5s all ease;}
.bg-banner-sec a:hover{border-bottom: 1px solid #E31E24; }


@media only screen and (min-width: 601px) and (max-width: 991px){ 
 

} 
 

  
@media only screen and (max-width: 600px){
.banner{ height: 350px;}
.txt-p { 
  font-size: 14px;
}
.bg-banner-sec h5 { 
  font-size: 18px; 
  line-height: 28px;
}
.overlay h1 {font-size: 32px;
        left: 50%;
        transform: translateX(-50%) !important;
        width: 100%;top: 60%;
        text-align: center;
    }
 




}  
@media only screen and (max-width:380px){ 
 
}
@media only screen and (max-width:333px){ 
  
}

@media (max-width:450px) {
    .overlay h1 {
        font-size: 26px;
    }
}

 

@media only screen and (min-width: 1800px) {
  body{max-width: 100%;margin-left: auto;margin-right: auto;}
}
 </pre></body></html>