html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  margin: 0;
  padding: 0;
  background-color: white;
  color: #333;
}

/* Header */
header {
  background-color: white;
  color: #333;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

/* Navigation */
nav {
  background-color: #fff;
  border-top: 1px solid #ccc;
  padding: 10px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 8px;
  color: black;
  width: 100%;
  position: fixed;
  top: 50px;
  left: 0;
  z-index: 999;
}

nav i {
  margin-right: 5px;
}
nav i.fa-users,
nav i.fa-facebook-messenger,
nav i.fa-bell,
nav i.fa-play-circle,
nav i.fa-shopping-cart,
nav i.fa-home {
  font-size: 20px;
  margin-top: -10px;
  color: black;
}
nav i.fa-home {
  color: blue;
}
nav i:active {
  transform: scale(0.9);
}

.prof-div-1 {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: black;
  margin-top: 110px;
  width: 100%;
}

/* Profile Icon */
.profile-icon {
  position: relative;
  width: 50px;
  height: 50px;
  background-color: rgba(128, 128, 128, 0.4);
  border: 0.5px solid transparent;
  float: left;
  border-radius: 50%;
  margin-left: 15px;
  margin-right: 10px;
  left: 10px;
}

.profile-icon img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

/* Active Status Styles */
.active-status {
  position: absolute;
  top: 70%;
  right: 5px;
  transform: translate(80%, -50%);
  width: 13px;
  height: 13px;
  background-color: #4caf50;
  border: 2px solid white;
  border-radius: 50%;
  z-index: 1;
}
.facebook-name {
  color: #1877f2;
  font-size: 24px;
  font-weight: bold;
}
/* Write Something */

.write-something-input {
  display: flex;
  align-items: center;
  flex-grow: 1;
  width: calc(100% - 120px);
  color: black;
  margin: 0 10px;
  background-color: #f0f0f0;
  border-radius: 20px;
  padding: 10px 10px;
  border: none;
}

/* Icons*/
.icons,
.icons_fb {
  display: flex;
  align-items: center;
  width: 100%;
}
.icons {
  justify-content: space-around;
}
@media screen and (min-width: 1224px) {
  .icons {
    padding-left: 900px;
  }
}
.icon {
  height: 40px;
  width: 40px;
  margin-left: 10px;
  font-size: 20px;
  cursor: pointer;
  color: black;
  text-align: center;
  background-color: lightgray;
  border: 5px solid white;
  border-radius: 35px;
}

@media screen and (max-width: 400px) {
  .profile-icon {
    width: 65px;
    height: 50px;
    border-radius: 50%;
  }
}

/* Icons-3  */
.icons-3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  width: 100%;
  height: 30px;
  margin-bottom: 15px;
}
.icons-3 span {
  font-size: 15px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  margin-left: 0;
  padding-right: 10px;
}
.icons-3 .icon-camera {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  height: 75px;
  width: 50px;
  color: #4caf50;
  background-color: transparent;
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .icons-3 {
    width: 100vw;
  }
  .write-something {
    width: 250px;
  }
}

/* Icons-4 */
.fvl-div {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: black;
  margin-top: 10px;
  width: 100%;
}

.icons-4 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  width: 100%;
  margin-bottom: 10px;
}
.feeling-icon,
.video-icon,
.location-icon {
  font-size: 20px;
  cursor: pointer;
  margin: 0 10px;
}
.feeling-icon {
  color: yellow;
}
.video-icon,
.location-icon {
  color: red;
}
.vertical-line {
  border-left: 1px solid #ccc;
  height: 20px;
  margin: 0 10px;
}

/* Story Section */
.story-section {
  overflow-x: auto;
  white-space: nowrap;
  padding-top: 10px;
  padding-bottom: 5px;
}

.story-slide {
  background-color: transparent;
  display: inline-block;
  width: 100px;
  height: 150px;
  margin-right: 10px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.story-content {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.music {
  background: linear-gradient(to top, #90ee90, #add8e6);
  margin-left: 10px;
}
.music-icon {
  font-size: 25px;
  padding-left: 12px;
  padding-top: 5px;
  font-weight: lighter;
  color: black;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 50px;
  width: 50px;
}
.music-name {
  position: absolute;
  bottom: 15px;
  left: 26px;
  color: white;
  padding: 5px;
  border-radius: 5px;
}
.profile-pic-container {
  width: 100%;
  height: 75%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid black;
}
.profile-pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.center-background {
  background-color: white;
  width: 100%;
  height: 50%;
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.plus {
  font-size: 25px;
  color: white;
  background-color: black;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.add-section {
  text-align: center;
  position: absolute;
  bottom: 10px;
  width: 100%;
}
.add-to-story {
  background-color: transparent;
  border-radius: 10px;
  padding: 5px;
  color: black;
  font-weight: 500;
  cursor: pointer;
}
.add {
  border: 1px solid black;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.story-name {
  position: absolute;
  bottom: 5px;
  left: 5px;
  color: white;
  padding: 5px;
  border-radius: 5px;
}
/* Post Section */
.post-section {
  border: 1px solid #ccc;
  padding: 15px;
  padding-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: none;
}
.post-info {
  display: flex;
  align-items: center;
}
.post-profile img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}
.post-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.post-name,
.post-metadata {
  color: #555;
  font-size: 12px;
  margin-right: 5px;
}
.post-name {
  font-weight: bold;
}
.post-options {
  display: flex;
  align-items: center;
}
.post-three-dots,
.post-close {
  font-size: 18px;
  margin-left: 10px;
  cursor: pointer;
}
.post-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.post-caption {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 15px;
}
.post-image {
  width: 100%;
  max-height: 400px;
  border: none;
}

/* Reaction Section */
.reaction-section {
  display: flex;
  align-items: center;
  background-color: transparent;
  border-radius: 20px;
  height: 20px;
  margin-top: 10px;
  padding: 5px 10px;
  margin-left: 10px;
  margin-right: 10px;
}

/* Comment Share */
.comment-share-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  width: auto;
}

/* Like, Comment, Share */
.like-box,
.comment-box,
.share-box {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0f0f0;
  border-radius: 20px;
  width: 110px;
  height: 40px;
}
.like-box:active,
.comment-box:active,
.share-box:active {
  transform: scale(0.9);
}
.like-box i,
.comment-box i,
.share-box i {
  font-size: 24px;
  margin-right: 5px;
}
.like-box span,
.comment-box span,
.share-box span {
  margin-left: 5px;
}
