html{
    
    overflow-x: hidden;
}
body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}
.header_section{
    line-height: 0.3;
    font-family: 'Courier New', Courier, monospace;
    color: red;
    box-shadow: 3px 3px 3px 3px rgb(241, 240, 240);
    background-color: rgb(63, 74, 158);
}
.container-fluid{
    display: flex;
    justify-content: space-around;
    margin: auto;
    padding: 5px 5px 5px 5px;
   
}
.row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px
}
.gov_logo{
padding-top: 5px;
}
.title-1{
text-align: center;
font-size: 30px;
font-weight: 900;
position: relative;
padding-top: 35px;
padding-right: 15px;
padding-left: 15px;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
color: white;

}
.title-2{
text-align: center;
font-size: 30px;
font-weight: 900;
position: relative;
padding-right: 15px;
padding-left: 15px;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
padding: 3px 0 0 0;
color: rgb(223, 30, 30);
padding-right: 100px;
}
.topbar{
display: flex;
justify-content: space-between;
row-gap: 50px;
background-color: rgb(211, 211, 211);
}
.date_time{
padding: 10px 0 0 0;
font-weight: 900;
}
.main{
margin: 0 0 0 0;
padding: 0 0 0 0;
display: flex;
column-gap: 0px;
justify-content:space-between;
}
.main_section{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border-top: 4px solid red;
}
.nagarik_wadapatra{
     width: 100%; 
}
   
.slide-container {
    width: 300px;
    text-align: center;
    background-color:  #fff;
    
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 20px;
    position: relative;
}
.slide-container::before{
    
  background-color: rgba(0, 0, 0, 0.5);
}

.slide {
    display: none; /* Hide all slides by default */
    line-height: 0.6;
    
}

.profile-image-container {
    width: 150px;
    height: 150px;
    margin: 0 auto 20px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #ddd;
}

.profile-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.title {
    margin: 15px 0 10px;
    font-size: 24px;
    color: #333;
}

.description {
    margin: 0 0 20px;
    font-size: 16px;
    color: #666;
}
/* Video Container */
.video-container {
    width: 100%;
    height: 200px; /* Adjust height as needed */
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
}
.profile-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
   

    .scroll{
        font-size: 20px;
        background-color: rgb(0, 0, 140);
        padding-top: 7px;
        padding-bottom: 3px;
    }
    .footer-bottom {
        background-color:rgb(63, 74, 158);
        padding: 15px 0;
        font-size: 0.9em;
        margin-top: 0;
        color: white;
        font-size: 20px;
        font-weight: 800;
    }
    a{
        text-decoration: none;
        color: white;
    }