@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;  
}

body{
	scroll-behavior: smooth;
	overflow-x: hidden;
	background: #D4E6F1;
}

/*Header section*/

header{
	width: 100%;
	min-height: 80vh;
	background:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),
	 url('https://muktirasha.com/img/logo/prihan.jpg');
	background-size: cover;
	background-attachment: fixed;
	background-position: 100px 0px;
}
nav{
	width: 100%;
	height: 80px;
	background: #ABB2B9;
	color: black;
	display:flex;	
	align-items: center;
	padding: 0px 80px;
	position: fixed;
	top: 0;
	z-index: 1;
}
.menu{
	width: 850px;
}


.menu a{
	text-decoration: none;
	color: white;
	padding: 15px 20px;
	font-family: sans-serif;
	font-size: 20px;
	
}

.menu a:hover{
	color: #e74c3c;
	background-color: green;
	border-radius: 5px;
}
.menu .livemenu{
    color:green;
}
.logo{
	margin-left: -2%;
	
}
.wlogo{
	font-family: arial black;
	font-size: 2.5em;
	margin-left: 0px;
	
}
.wlogo span{
	color: #e74c3c;
}
.icon{
	width: 50px;
	margin-right: 0px;
}
.icon i{
	font-size: 20px;
	color: blue;
}

.icon a{
	text-decoration: none;
	background: none;
	color: blue;
	padding: 10px 20px
	margin-left: 30px;
	border-radius: 5px; 
}
.icon a:hover{
	color: #1A5276;
}
.mobile-container{
	display: none;
}
.leftsidenav{
	display: none;
}
#main{
	display: none;
}
.sub_menu{
	background: #4B0082;	
	width: 100%;
	height: 40px;	
	margin-top: 80px;
	padding: 0px 30px;
	align-items: center;
	position: fixed;
	z-index: 1;		
	}
	.sub_menu ul{
	align-items: center;
	list-style: none;
	color: #fff;
	padding: 9px 0px;
	margin-left: 20px;
    }
    .sub_menu ul li{
	width: 50px;
	display: inline;
	padding: 10px 45px;
	text-align: center;	
    }
    .sub_menu ul li:hover{
	background: #2bab0d;
	border-radius: 10px;
    }
.sub_menu ul li a{
	color: white;
	text-decoration: none;
	font-size: 17px;
    }
.sub_menu ul li a:hover{
	color: yellow;
    }
.sub_menu .livemenu{
    color:#3FFF33;
}    

.h-text{
	color: white;
	max-width: 700px;
	position: absolute;
	top: 300px;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
#search{
	font-size: 40px;
	margin-bottom: 10px;
}
.h-text h1{
	font-family: sans-serif;
	font-size: 3em;
	line-height: 1.5em;
}
.h-text input{
	width: 60%;
	border: none;
	padding: 20px;
	outline: none;
	font-size: 20px;
	border-radius: 38px;
}

#livesearch{
	background-color: #E8DAEF;
	font-size: 22px;
	position: absolute;
	height: 300px;
	overflow: auto;
	margin-left: 100px;
    text-decoration: none;
    text-align: center;    
}
#livesearch a{
	color: #8E44AD;
	text-decoration: none;
}
#livesearch a:hover{
	color: #F4D03F;
	background-color: #27AE60;
}

/* About MuktirAsha*/

.Speech{
	display: inline-flex;
	width: 100%;
	height: 300px;
	background-color: white;
	line-height: 35px;
}
#library{
	width: 30%;
	height: 260px;
	margin-left: 280px;
	margin-top: 10px;
	border: 2px solid;
}
 .Speech p{
 	width: 55%;
 	height: 260px;
	text-align: justify;
	font-size: 1.7rem;
	font-weight: 10px;
	color: green;
	margin-left: 15px;
	margin-top: 10px;
	margin-right: 10px;	
	font-family: SolaimanLipi;
}
.main{
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: space-between;
	align-items: left;	
}

/* Left side menubar*/

.left{
	display: block;
	width: 20%;
	height: 100%;	
}
.sidenav {
  height: 82%;
  width: 20%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #D5DBDB;
  overflow-y: scroll;
  padding-top: 20px;
  margin-top: 120px;
  align-content: center;
}
.sidenav ul {
	text-decoration: none;	
	list-style-type: none;
}
.visible{	
	background-color: #8a6760;
}
.heading{
  background-color: #716360;  
  font-size: 20px;
    font-weight: bold;
    font-family: SolaimanLipi, Nikosh;
    padding: 0px 10px;
}

.sidenav ul li ul {
	margin-left: 20px;
}
.sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 20px;
  color: #212F3D;
  display: block;  
  font-family: SolaimanLipi, tahoma, Verdana, sans-serif;
}

.sidenav a:hover {
  color: #f1f1f1;
  background-color: #5D6D7E;
}


  /*Main Document*/

.middel{
	width: 55%;
	height: 100%;	
	background-image: url('https://muktirasha.com/img/logo/logo2.png');
	background-repeat: no-repeat;
	background-position: 45%;
	background-attachment: fixed;
	display: block;	
	margin-left: 10px;
	margin-right: 10px;
	background-color: #B9D8E7;
}
#mute{
	padding: 10px 10px;
	width: 50px;
	height: 50px;
	margin-left: 90%;
	margin-top:3px;
}
.maindoc h1{
	color: #250B06;
	
}
.maindoc h4 {
	color: #512e5f;
	font-size: 17px;
	font-family:  Verdana, sans-serif, SolaimanLipi, tahoma;
}
.maindoc h6{
	font-size: 8px;
}
.maindoc label{
	color: #6A2718;
	font-family: SolaimanLipi, tahoma, Verdana, sans-serif;
}

.update{	
	height: 1000px;
	width:100%;
}
.update h1{
	text-align: center;
	font-size: 80px;
	font-style: bold;
	color: red;
  position: relative;
  animation: myfirst 5s linear 2s infinite alternate;
}
@keyframes myfirst {
  0%   {background-color: red; color: green;}
  25%  {background-color: yellow; color: blue;}
  50%  {background-color: blue; color: yellow;}
  100% {background-color: green; color: red}
}

/* Next and Previous Buttons */
.page_change{
	display: flex;	
	width: 100%;
	height: 100px;
	justify-content: space-between;
	align-items: center;
}
.page_change #previous{	
	padding: 10px 20px;
	background-color: #229954;
	border-radius: 5px;	
}
.page_change #previous a{
	text-decoration: none;
	color: white;
	font-size: 18px;
	font-weight: bold;
}
.page_change #previous:hover{
	background-color: #196F3D;
}
.page_num{	
	width: 50%;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 10px;
}
.page_num a{
	text-decoration: none;
	font-size: 22px;
	font-weight: bold;
	color: #0E6655;
	
}
.page_num a:hover{
	color: #BA4A00;	
	font-size: 35px;
}
/* Select Page */
.page_num .live{
	font-size: 35px;
	color: #633974;
}

.page_change #next{	
	padding: 10px 20px;
	background-color: #229954;
	border-radius: 5px;	
}
.page_change #next a{
	text-decoration: none;
	color: white;
	font-size: 18px;
	font-weight: bold;
}
.page_change #next:hover{
	background-color: #196F3D;
}

/*Right side Menubar*/

.right{
	width: 25%;
	height: 100%;
	direction: block;
}
  .right_article{
   background-color: #FAD7A0;
  }
  .right_article img{
  	width: 300px;
  	height: 200px;
  	margin-top: 10px;
  	margin-left: 10px;
  }
  .right_article p{
  	font-size: 17px;
  	text-align: justify;
  	margin-top: 10px;
  	margin-left: 10px;
  	margin-right: 15px;
  	font-family: verdana;
  }
  .right_image{
   
  }
  .right_image img{
   width: 300px;
   height: auto;
   margin-top: 10px;
   margin-left: 10px;
  }
/* Comment Section*/

iframe{	
	width: 80%;
	height: 400px;
	background-color: white;
	color: #fff;
	line-height: 10px;
	margin-left: 20%;
}



/*Footer Section*/

.foot{
  max-width: 1280px;
  background: #10182F;
  border-radius: 0px;
  height: 395px;
  line-height: 25px;
}
/*.footer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1280px;
  width: 95%;
  background: #10182F;
  border-radius: 6px;
}*/

.foot .footer-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3.5rem;
  padding: 60px;
}

.footer-row .footer-col h4 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
}

.footer-col .links {
  margin-top: 20px;
}

.footer-col .links li {
  list-style: none;
  margin-bottom: 10px;
}

.footer-col .links li a {
  text-decoration: none;
  color: #bfbfbf;
}

.footer-col .links li a:hover {
  color: #fff;
}

.footer-col p {
  margin: 20px 0;
  color: #bfbfbf;
  max-width: 300px;
}

.footer-col form {
  display: flex;
  gap: 5px;
}

.footer-col input {
  height: 40px;
  border-radius: 6px;
  background: none;
  width: 100%;
  outline: none;
  border: 1px solid #7489C6 ;  
  color: #fff;
  padding-left: 10px;
}

.footer-col input::placeholder {
  color: #ccc;
}

 .footer-col form button {
  background: #fff;
  outline: none;
  border: none;
  padding: 10px 15px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 500;
  transition: 0.2s ease;
}

.footer-col form button:hover {
  background: #cecccc;
}

.footer-col .icons {
  display: flex;
  margin-top: 30px;
  gap: 30px;
  cursor: pointer;
}

.footer-col .icons i {
  color: #afb6c7;
  font-size: 20px;
}

.footer-col .icons i:hover  {
  color: #fff;
}

@media (max-width: 768px) {
  .footer {
    position: relative;
    bottom: 0;
    left: 0;
    transform: none;
    width: 100%;
    border-radius: 0;
  }

  .footer .footer-row {
    padding: 20px;
    gap: 1rem;
  }

  .footer-col form {
    display: block;
  }

  .footer-col form :where(input, button) {
    width: 100%;
  }

  .footer-col form button {
    margin: 10px 0 0 0;
  }
}