* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}
 
 
header{
    background-color: #fff;
}

.responsive-create{
    display: none;
}

.responsive-header{
    display: none;
}

nav {
    height: 58px;
    width: 100%;
    padding: 0 16px;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    box-shadow: 0px 1px 3px #ccc;
    position: static;
}


.responsive-image{
    display: none;
}

nav .nav-left, nav .nav-right {
    display: flex;
    align-items: center;

}

nav .nav-left>img {
    width: 40px;
}

.Logo1{
    display: none;
}

nav .nav-left>form>input {
    height: 40px;
    padding: 5px 36px;
    border: none;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    outline: none;
    background-color: #eee;
    margin-left: -15px;
    width: 19.5vw;
}

nav .nav-left>form>i.fas.fa-magnifying-glass {
    left: 15px;
    position: relative;
    color: #707276;
}

nav .nav-middle {
    display: flex;
    align-items: flex-end;
    position: relative;
left: -30px;
}

nav .nav-middle .mid:hover, nav .nav-right .rit:hover {
    background: #F2F2F2;
    background-size: cover;
}

nav .nav-middle .mid:hover{
border-radius: 10%;
transition: .2s ease-in;
}

nav .nav-middle a {
    text-decoration: none;
    color: #65676B;
    padding:10px 34px 15px 34px;
    margin: 0px 10px 4px;
}
 
nav .nav-middle a.active {
    color: royalblue;
    position: relative;
}


nav .nav-middle a.active::after {
    content: "";
    width: 9vw;
    height: 3px;
    position: absolute;
    bottom: -4px;
    left: -14px;
    background: royalblue;
}


nav .nav-middle a>i {
    font-size: 25px;
}


nav .nav-right .profile, .container .left-pannel .profile {
    background: url(../img/Monis_profile.png);
    height: 45px;
    width: 45px;
    background-size: cover;
    border-radius: 50%;
    cursor: pointer;
}

nav .nav-right>form{
display: none;
}

nav .nav-right a {
    text-decoration: none;
    color: #050505;
    font-size: 1rem;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #eee;
    display: grid;
    place-items: center;
    margin: 0 5px;
}

nav .nav-right> .responsive-rit4 {
    display: none;
    
    }

nav .nav-right a>i {
    font-size: 16px;
}

.container {
    display: flex;
    background: #F0F2F5;
    overflow: scroll;
    overflow-x: hidden;
    height: 91.2vh;
}

.responsive-pannel{
display: none;
}

.container .left-pannel {
    display: flex;
    flex-direction: column;
    width: 323px;
    height: 90vh;
    overflow-y: scroll;
    overflow-x: hidden;
    position: fixed;
}

.left-pannel::-webkit-scrollbar {
    width: 7px;
}

.left-pannel::-webkit-scrollbar-thumb {
    background-color: grey;
    border-radius: 10px;
    border: 3px solid transparent;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}


.left-pannel::-webkit-scrollbar-track {
    background: transparent;
}

.container .left-pannel ul {
    padding: 10px 0px;
}

.container .left-pannel ul li {
    list-style: none;
    display: flex;
    padding: 10px;
    align-items: center;
    cursor: pointer;
    transition: .3s;
    border-radius: 10px;
}

.container .left-pannel ul li>a.link {
    list-style: none;
    display: flex;
    padding: 0px;
    align-items: center;
    cursor: pointer;
    transition: .3s;
    border-radius: 10px;
    text-decoration: none;
    color: black;
}


.container .left-pannel ul li:hover {
    background: #E4E6E9;
}


.container .left-pannel ul li>p {
    margin-left: 10px;
}


.container .left-pannel .profile {
    background: url(../img/Monis_profile.png);
    height: 37px;
    width: 37px;
    background-size: cover;
    border-radius: 50%;
    cursor: pointer;
}

img.shop {
    width: 39px;
}

img.save {
    width: 36px;
}

i.fas.fa-angle-down {
    background: #E4E6EB;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: grid;
    place-items: center;
}

.border-line {
    color: #B0B3B8;
    background-color: rgba(128, 128, 128, 0.4);
    height: 0.1rem;
    width: 93%;
    border: 1px solid;
    margin: 10px 0px 39px 13px;
}

.heading-shortcut {
    font-size: 17px;
    font-weight: 600;
    color: #75777B;
    margin-top: 16px;
    margin-left: 13px;
}

.container .left-pannel ul li .tech-work {
    border-radius: 50%;
}


.container .left-pannel ul li .smash-code {
    width: 13%;
    border-radius: 50%;
}



.container .left-pannel ul li .hisham-sarwar {
    width: 11%;
    border-radius: 36%;
}


.container .left-pannel ul li .connected-pakistan {
    width: 34px;
    height: 22px;
    border-radius: 17%;
}

.container .left-pannel .footer-links {
    padding: 12px;
}

.container .left-pannel .footer-links>a {
    text-decoration: none;
    color: #75777B;
}

.container .left-pannel .footer-links>a:hover {
    text-decoration: underline;

}

/* MIDDLE PANNEL*/

.container .middle-pannel {
    width: 40vw;
    height: 100%;
    position: relative;
    left: 424px;

}


.container .middle-pannel .mid-pannel-container {
    width: 100%;
    height: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}

.container .middle-pannel .story-section {
    display: flex;
    flex-direction: column;
    width: 38vw;
}

.container .middle-pannel .story-section .story-reel {
    display: flex;
    background-color: #FFFFFF;
    align-items: center;
    justify-content: space-around;
    height: 70px;
    cursor: pointer;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.story-heading {
    display: flex;
    color: royalblue;
    position: relative;
    align-items: center;
    font-size: 17px;
    padding: 30px;
}

.story-heading::after {
    content: "";
    width: 15vw;
    height: 3px;
    position: absolute;
    bottom: 4px;
    left: -42px;
    background: royalblue;
}

.reel {
    display: flex;
    font-size: 17px;
    align-items: center;
       padding: 18px 79px 18px 79px;
    margin: 0px -33px -1px;
    color: #333;
}


.reel:hover {
    background: #F2F2F2;
    background-size: cover;
    border-radius: 10%;
       transition: .3s ease-in;    
}

.border-line-2 {
    color: #B0B3B8;
    background-color: rgba(128, 128, 128, 0.4);
    height: 0.1rem;
    border: 1px solid;

}

.container .middle-pannel .story-section .stories {
    display: flex;
    background-color: #FFFFFF;
    padding: 8px;
    align-items: center;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.container .middle-pannel .story-section .stories .story {
    width: 124px;
    height: 210px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin: 0px 5px;
    box-shadow: 0 0 5px 5px #ddd;
    background: #fff;
}


.container .middle-pannel .story-section .stories .story>img {
    transition: .3s ease-in;
    width: 100%;
    height: 100%;

}


.container .middle-pannel .story-section .stories .story:hover>img {
    transform: scale(1.05);
}

.container .middle-pannel .story-section .stories .story .dp-container {
    width: 46px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 6px;
    left: 4px;
    border: royalblue 4px solid;
}


.container .middle-pannel .story-section .stories .story .dp-container>img {
    width: 40px;
    height: 100%;
}


.container .middle-pannel .story-section .stories .story .name {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

.container .middle-pannel .story-section .stories .story.create .dp-image {
    height: 80%;
    overflow: hidden;
}


.container .middle-pannel .story-section .stories .story.create .dp-image img {
    width: 100%;
    height: 90%;
}

.container .middle-pannel .story-section .stories .story.create .dp-container {
    display: grid;
    place-items: center;
    top: 62%;
    left: 50%;
    transform: translateX(-50%);
    background: royalblue;
    border: 4px solid #fff;
}

.container .middle-pannel .story-section .stories .story.create .dp-container i {
    color: #fff;
}


.container .middle-pannel .story-section .stories .story.create .name {
    color: #000;
    font-size: 14px;
    left: 10px;
    top: 80%;
}

.arrow-right {
    position: relative;
    margin-top: -48px;
}


i.fas.fa-angle-right {
    background: #fff;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    position: absolute;
    margin-left: -56px;
    font-size: 27px;
    color: #9EA0A2;
    cursor: pointer;
}

span {
    color: #737578;
}

/* Postes */
.post {
    width: 38vw;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    margin: 16px;
}

.post .post-top {
    display: flex;
    align-items: center;
    padding: 10px;
}


.post .post-top .dp {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.post .post-top .dp>img {
    width: 100%;
    cursor: pointer;
}

.post .post-top .post-info {
    margin-left: 10px;
    font-weight: bold;
}


.post .post-top .post-info .name {
    cursor: pointer;
    font-size: 16px;

}


.post .post-top .post-info .time {
    font-size: 12px;
    cursor: pointer;
}


.post .post-top i {
    margin-left: auto;
    cursor: pointer;
    color: #65676B;
}


.post .post-top>input {
    height: 40px;
    padding: 5px 10px;
    border-radius: 25px;
    outline: none;
    border: none;
    flex: 1;
    background: #eee;
    margin-left: 10px;
}



.post .post-content {
    font-size: 16px;
    font-weight: normal;
    padding: 10px;
}


.post .post-content>img {
    width: 100%;
    margin: 5px 0px;
}

.post .post-React-container {
    width: 100%;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #6E7074;
}

.post .post-React-container .post-react-thumb {
    width: 20px;
    height: 20px;
    margin-left: 15px;
}

.post .post-React-container .post-react-likes {
    color: #b0b3b8;
    font-size: 15px;
    margin-left: -1px;
    display: flex;
    align-items: center;
}

.post .post-bottom {
    box-shadow: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    padding: 5px 5px 0px 5px;
}

.post .post-bottom .action {
    padding: 10px;
    border-radius: 10px;
    transition: .3s ease-in;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #606770;
}


.post .post-bottom .action:hover {
    background: #ddd;
}

.border-line-3 {
    font-size: 20px;
    color: #B0B3B8;
    background-color: rgba(128, 128, 128, 0.4);
    height: 0.1rem;
    border: 1px solid;
}

.post .post-bottom .action>i.fa-video {
    color: red;
    font-size: 22px;
    padding-right: 8px;
}


.post .post-bottom .action>i.fa-image {
    color: green;
    font-size: 22px;
    padding-right: 8px;
}


.post .post-bottom .action>i.fa-smile {
    color: yellow;
    font-size: 22px;
    padding-right: 8px;
}

/* Right Pannel */

.container .right-pannel {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    width: 300px;
    height: 90vh;
    overflow: scroll;
    overflow-x: hidden;
    position: fixed;
    right: 18px;
}


.right-pannel::-webkit-scrollbar {
    width: 7px;
}

.right-pannel::-webkit-scrollbar-thumb {
    background-color: grey;
    border-radius: 10px;
    border: 3px solid transparent;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.right-pannel::-webkit-scrollbar-track {
    background: transparent;
}


.right-pannel .pages-section,
.right-pannel .friends-section {
    margin: 1rem 0px;
}

.right-pannel .pages-section h4,
.right-pannel .friends-section h4 {
    margin-bottom: 10px;
    color: #75777B;
}

.right-pannel .pages-section .page,
.right-pannel .friends-section .friend {
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: .3s ease-in-out;
    border-radius: 5px;
    padding: 7px 10px;
    color: #333;
}

.right-pannel .pages-section .page:hover,
.right-pannel .friends-section .friend:hover {
    background: #E4E6E9;
}

.right-pannel .pages-section .page>.dp,
.right-pannel .friends-section .friend>.dp {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    left: -7px;
}

.right-pannel .pages-section .page>.dp>img,
.right-pannel .friends-section .friend>.dp>img {
    width: 100%;
}

.right-pannel .pages-section .name, .right-pannel .friends-section .name {
    font-size: 18px;
    cursor: pointer;
    margin-left: 8px;
    color: black;
}


.right-pannel .pages-section .name2, .right-pannel .pages-section .name3 {
    font-size: 18px;
    cursor: pointer;
    margin-left: 8px;
}


.heading-section1 {
    display: flex;
    justify-content: space-between;
align-items: baseline;
}


.right-pannel .pages-section .heading-section1 i.fas.fa-ellipsis {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #75777B;
}


.right-pannel .pages-section .heading-section1>i.fas.fa-ellipsis:hover {
    cursor: pointer;
    background-color: rgb(77 79 80 / 16%);
}

.heading-section2 {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.icons {
    display: flex;
    justify-content: space-between;
}

.right-pannel .friends-section .heading-section2 i.fas.fa-video {
    display: flex;
    justify-content: center;
    margin-left: 20px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    color: #75777B;
}

.right-pannel .friends-section .heading-section2 i.fas.fa-video:hover {
    cursor: pointer;
    background-color: rgb(77 79 80 / 16%);
}


.right-pannel .friends-section .heading-section2 i.fas.fa-magnifying-glass {
    display: flex;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    color: #75777B;
}


.right-pannel .friends-section .heading-section2 i.fas.fa-magnifying-glass:hover {
    cursor: pointer;
    background-color: rgb(77 79 80 / 16%);
}



.right-pannel .friends-section .heading-section2 i.fas.fa-ellipsis {
    display: flex;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    color: #75777B;
}

.right-pannel .friends-section .heading-section2 i.fas.fa-ellipsis:hover {
    cursor: pointer;
    background-color: rgb(77 79 80 / 16%);
}