* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Noto Sans Arabic', sans-serif;
}

/* nav-bar start */
nav {
    background-color: white;
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 56px;
    box-shadow: 0px 1px 3px #ccc;
    padding: 8px 13px 0px 13px;
    position: sticky;
    top: 0;
    z-index: 10;
}

.nav-left {
    display: flex;
}

.nav-left .fa-facebook {
    font-size: 40px;
    color: #1877f2;
}

.search {
    position: relative;
}

.search .fa-search {
    color: #606770;
    position: absolute;
    font-size: 15px;
    left: 15px;
    top: 12px;
}

.search input {
    border: none;
    background-color: #f5f0f0;
    border-radius: 50px;
    font-size: 15px;
    height: 40px;
    padding: 7px 16px 9px 36px;
    margin-left: 5px;
    color: #606770;

}

.search input:focus {
    outline: none;
}

.nav-middle {
    display: flex;
    align-items: flex-end;

}

.nav-middle a {
    text-decoration: none;
    /* justify-content: center; */
    padding: 0px 20px;
    font-size: 25px;
    color: #65676b;
    margin: 0px 8px;
    border-radius: 8px;
}

.nav-middle a:hover {
    background-color: rgba(0, 0, 0, 0.05);

}

.nav-middle .activ {
    color: #1877f2;
    border-bottom: 2px solid #1877f2;
    border-radius: 0%;
}

.nav-middle .activ:hover {
    background-color: white;
}

.nav-right {
    display: flex;
    align-items: center;
    padding-bottom: 6px;
}

.nav-right .profile {
    display: flex;
    justify-content: center;
    margin-right: 5px;
    padding: 2px 10px 2px 2px;
    border-radius: 8px;
}

.profile img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.nav-right .profile p {
    color: #050505;
    font-size: 15px;
    font-weight: bold;
    margin-left: 3px;
}

.nav-right a {
    text-decoration: none;
    font-size: 20px;
    color: #050505;
    margin: 5px;
    background-color: #e4e6eb;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
}

/* nav-bar end */
.body {
    display: flex;
    justify-content: space-between;
    background-color: #f0f2f5;
}

.left-side {
    background-color: #f0f2f5;
    height: 100vh;
    overflow: hidden;
    position: sticky;
    left: 0;
    top: 56px;
    width: 630px;
}

.body .left-side img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.body .left-side p {
    color: #050505;
    font-size: 15px;
    font-weight: bold;
    margin-left: 3px;
}

.left-side li {
    display: flex;
    align-items: center;
    padding: 10px 10px 10px;
    border-radius: 8px;
}

.left-side:hover {
    overflow: scroll;
}

.right-side {
    background-color: #f0f2f5;
    height: 100vh;
    overflow-y: hidden;
    position: sticky;
    right: 0;
    top: 56px;
    padding: 20px;
    width: 500px;
}

.right-side:hover {
    overflow-y: scroll;
}

.sponserd h1 {
    color: #65676b;
}

.sponserd img {
    border-radius: 8px;
    width: 120px;
    height: 60px;
}

.sponserd div {
    display: flex;
    align-items: center;
    margin-top: 20px;
    color: #050505;
    border-radius: 8px;
    padding: 5px 50px 5px 5px;
    line-height: 1;
}

.sponserd div h3 {
    margin-left: 10px;
    font-size: 15px;
    font-weight: bold;
}

.contact .nav-contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact .nav-contact p {
    font-size: 20px;
    margin-top: 8px;
    color: #65676b;
}

.contact .nav-contact i {
    color: #65676b;
    margin: 0px 2px;
}

.contact li {
    display: flex;
    margin-top: 5px;
    border-radius: 8px;
    padding: 6px;
    align-items: center;
}

.contact li img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.contact li p {
    font-size: 15px;
    color: #65676b;
    margin: 0px 8px;

}

.contact li:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.mid-side {
    width: 100%;
    padding: 0 50px;
}

.container {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 20px;
}

.first-left {
    width: 20%;
    margin: 0 5px;
    position: relative;
    background-color: white;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 5px 5px #ddd;
}

.mid-side .first-left .firstimg {
    width: 100%;
    height: 140px;
    border-radius: 10px;
    position: relative;
    transition: all ease-in-out 1s;
}

.mid-side .first-left i {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 70%;
    left: 50%;
    padding: 8px;
    background-color: #1877F2;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    border: 4px solid white;
    object-fit: cover;
}

.first-left p {
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    font-size: 13px;
    color: black;
}

.second2 {
    /* display: flex; */
    /* justify-content: center; */
    margin: 0 3px;
    position: relative;
}

.second2 .small {
    position: absolute;
    top: 11px;
    left: 16px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 2;
    border: solid 4px #1877F2;
}

.second2 .second {
    margin: 0 3px;
    border-radius: 10px;
    width: 100%;
    height: 100%;
}

.container .last {
    width: 19%;
}

.second2 p {
    font-size: 13px;
    font-weight: bold;
    color: white;
    position: absolute;
    bottom: 10px;
    left: 8px;
}

.mind {
    background: white;
    border-radius: 10px;
    box-shadow: 0 0 5px 5px #ddd;
    margin: 20px 0px;
    padding-top: 5px;
}

.mind2 {
    display: flex;
    justify-content: flex-start;
    padding-top: 10px;
    margin-left: 20px;
}

.mind2 img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.mind2 input {
    border: none;
    background-color: #f0f2f5;
    width: 90%;
    border-radius: 50px;
    margin-left: 10px;
    padding: 10px;
}

.mind2 input:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.mind hr {
    margin-top: 15px;
    margin-left: 28px;
    width: 93%;
    background-color: rgb(190, 189, 189);
}

.under {
    display: flex;
    justify-content: space-evenly;
    margin: 10px;
}

.under a {
    text-decoration: none;
}

.under .underline {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    padding: 5px;
}

.under .underline:hover {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.under .caption {
    margin: 0px 0 0 10px;
    color: rgb(94 94 94);
}

.video,
.fa-images,
.fa-laugh {
    font-size: 25px;
}

.video {
    color: #f3425f;
}

.fa-images {
    color: #45bd62;
}

.fa-laugh {
    color: #f7b928;
}

.fpost {
    margin-top: 20px;
    background-color: white;
    box-shadow: 0 0 5px 5px #ddd;
    padding: 20px 20px 5px 20px;
    border-radius: 10px;
}

.details {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.detail img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
}

.detail p {
    color: #898e94;
    font-size: 12px;
}

.post p {
    margin: 20px 0px;
}

.post img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.reacts {
    width: 100%;
    color: #898e94;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 50px 0;
    border-top: 1px solid #898e94;
    margin-top: 20px;
}

.reacts i {
    color: #898e94;
    margin-right: 5px;
}

.reacts div {
    display: flex;
    align-items: center;
}

@media only screen and (max-width:1080px) {

    .middle {
        padding: 0px 50px;
    }

    .left_side {
        display: none;
    }

    .search input {
        width: 50px;
    }

}


@media only screen and (max-width:882px) {

    .middle {
        padding: 0px 3px;
    }

    .right_side {
        display: none;
    }

    .nav-middle {
        display: none;
    }
}