

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


.roboto-thin {
	font-family: "Roboto", sans-serif;
	font-weight: 100;
	font-style: normal;
  }
  
  .roboto-light {
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	font-style: normal;
  }
  
  .roboto-regular {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-style: normal;
  }
  
  .roboto-medium {
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-style: normal;
  }
  
  .roboto-bold {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-style: normal;
  }
  
  .roboto-black {
	font-family: "Roboto", sans-serif;
	font-weight: 900;
	font-style: normal;
  }
  
  .roboto-thin-italic {
	font-family: "Roboto", sans-serif;
	font-weight: 100;
	font-style: italic;
  }
  
  .roboto-light-italic {
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	font-style: italic;
  }
  
  .roboto-regular-italic {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-style: italic;
  }
  
  .roboto-medium-italic {
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-style: italic;
  }
  
  .roboto-bold-italic {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-style: italic;
  }
  
  .roboto-black-italic {
	font-family: "Roboto", sans-serif;
	font-weight: 900;
	font-style: italic;
  }
  

body {
  	font-family: 'Montserrat', sans-serif;
	background-color: #202020;
  	width: 100vw; 
  	height: 100vh; 
  	margin: 0;
  	padding: 0; 
  	box-sizing: border-box; 
}


.Main_nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  border-bottom: 1px solid #ddd;
  flex-wrap: wrap;
}

._staru_logo {
  margin-right: 20px;
  flex-shrink: 0;
}

._staru_logo img {
  max-height: 40px;
  width: auto;
}

.menu {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}

.menu li {
  display: flex;
  align-items: center;
}

.searching {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

/* Responsive Breakpoint */
@media (max-width: 768px) {
  .Main_nav {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px;
  }

  .menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    margin-top: 10px;
  }

  .searching {
    width: 100%;
    justify-content: flex-start;
    margin-top: 10px;
  }
}

@media (max-width: 480px) {
  ._staru_logo img {
    max-height: 30px;
  }

  .Main_nav {
    padding: 10px;
  }

  .menu {
    gap: 8px;
  }
}



.nav_profile {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.dropdown-menu {
  display: none;
  position: absolute;
  list-style: none;
  background-color: white;
  padding: 10px;
  border: 1px solid #ccc;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu li {
  padding: 5px 10px;
}


.logo {
	width:90px;
	height:90px;
	border-radius:80px;
	margin-left:45px;
}

/*.filter-content{*/
/*	margin-left:55px;*/
/*}*/

  
.post {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 20px;
	padding: 20px;
	border: none;
	border-radius: 0px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	background-color: #181818;
}
	
.post-picture {
	width: 100%;
	height: 400px;
	object-fit: cover;
	border-radius: 0px 0px 0 0;
}
  
.audio-container {
	width: 100%;
	object-fit: cover;
	border-radius: 0px 0px 0 0;
	background-color:white;
}
  
.post-content {
	width: 100%;
	object-fit: cover;
	border-radius: 10px 10px 0 0;
	display: flex;
	flex-direction: row;
	list-style: none;
	align-items: center;
	justify-content: space-between;
	justify-content: space-evenly;
	background-color: rgb(14, 83, 83);
  }
  
.post-content,h2,h4,p {
	color:white;
}
  
.post_profile {
	width: 50px;
	height: 50px;
	border-radius: 30px;
}
	

/*.like-button {*/
/*	background-color: rgb(10, 58, 58);*/
/*	color: #fff;*/
/*	padding: 10px 20px;*/
/*	border: none;*/
/*	border-radius: 5px;*/
/*	cursor: pointer;*/
/*}*/
	
/*.like-button:hover {*/
/*	background-color: rgb(14, 83, 83);*/
/*}*/
  
  
.list_content {
display: flex;
flex-direction: row;
list-style: none;
}
  
.list_content,li {
	margin:5px;
}

.content_controls {
	width: 100%;
	object-fit: cover;
	display: flex;
	flex-direction: row;
	list-style: none;
	align-items: center;
	justify-content: space-between;
	background-color: rgb(14, 83, 83);
}
   
.content_controls li {
	flex: 1;
	text-align: center;
} 


  
.list_controls {
	display: flex;
	flex-direction: row;
	list-style: none;
	align-items: center;
	 justify-content: space-between; 
  }
  
  
.comments {
	display: flex;
	flex-direction: row;
	list-style: none;
	align-items: center;
	justify-content: space-between;
	margin:2px;
}
  
.comment_section {
	width: 100%;
	object-fit: cover;
	border-radius: 0 0 0 0;
	display: flex;
	flex-direction: row;
	list-style: none;
	align-items: center;
	justify-content: space-between;
	background-color: rgb(14, 83, 83);	
}
  

/* Comment Section  */


.comment-list {
	list-style: none;
	padding: 0;
	margin: 0;
  }
  
.comment {
	margin-bottom: 20px;
	padding: 20px;
	border-bottom: 1px solid #eee;
  }
  
.comment-author {
	display: flex;
	align-items: center;
  }
  
.comment-author img {
	border-radius: 50%;
	margin-right: 10px;
  }
  
.comment-author h5 {
	font-weight: bold;
	color: #337ab7;
  }
  
.comment-meta {
	font-size: 14px;
	color: #666;
  }
  
.comment-body {
	font-size: 18px;
	color: #333;
	padding: 10px 0;
  }
  
.comment-form {
	margin-top: 40px;
	padding: 20px;
	background-color: rgb(14, 83, 83);
	border-radius: 0;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
  }
  
.btn-submit {
	background-color: rgb(10, 58, 58);
	color: #fff;
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	transition: background-color 0.3s ease;
  }
  
.btn-submit:hover {
	background-color: rgb(14, 83, 83);
  }

  
/*  @media (max-width: 768px) {*/
  
/*	.caption {*/
/*	  display:none;*/
/*	}*/
  
/*	.posted_by{*/
/*	  display:none;*/
/*	  font-size:12px;*/
/*	}*/
/*	.username {*/
/*	  display:none;*/
/*	  font-size:12px;*/
/*	}*/

/*	.like-number {*/
/*	  font-size:12px;*/
/*	}*/
/*	.share-number {*/
/*	  font-size:12px;*/
/*	}*/
/*	.like-button {*/
/*	  font-size:8px;*/
/*	}*/

/*.container {*/
/*    display: flex;*/
/*    height: 100vh;*/
/*}*/




 
  
  
  
  