*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:Arial, sans-serif;
}

body{
    background:#f5f5f5;
    overflow:hidden;  
}
.wrap{
    width:100%;
    height:100vh;
}
.instacontainer{
    display:flex;
    width:100%;
    height:100%;
}



.right{
    flex:1;
    display:flex;
    flex-direction:column;
    overflow:hidden;  
}

.topnav{
    height:70px;
    background:#fafafa;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0 30px;
}

.search input{
    width:300px;
    height:36px;
    border-radius:20px;
    border:none;
    padding-left:15px;
    outline:none;
    background:#fff;
}

.icons{
    display:flex;
    align-items:center;
    gap:15px;
}

.button1 img{
    width:25px;
    height:25px;
}

.button2 img{
    width:50px;
    height:48px;
}

.createpost input{
    background:#d6007f;
    color:#fff;
    border:none;
    padding:8px 15px;
    border-radius:20px;
    cursor:pointer;
}
.bottomnav{
    padding:20px 30px;
}

.title{
    font-size:18px;
    font-weight:bold;
    margin-bottom:10px;
}
.stories-sec{
    display:flex;
    gap:20px;
    overflow-x:auto;     
    overflow-y:hidden; 
    padding-bottom:10px;
    scrollbar-width:none; 
}

.stories-sec::-webkit-scrollbar{
    display:none;
}

.story-box{
    display:flex;
    flex-direction:column;
    align-items:center;
    min-width:70px;
}

.story{
    width:60px;
    height:60px;
    border-radius:50%;
    background:linear-gradient(45deg,#ff00cc,green,yellow,orange,#ff00cc);
    padding:3px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.story img{
    width:100%;
    height:100%;
    border-radius:50%;
    object-fit:cover;
    border:2px solid #fff;
}

.story-box p{
    margin-top:6px;
    font-size:12px;
    text-align:center;
    white-space:nowrap;
}

.left{
    width:260px;
    background:#fff;
    border-right:1px solid #dbdbdb;
    display:flex;
    flex-direction:column;
    height:100vh;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.instagramtext{
    display:flex;
    align-items:center;
    gap:10px;
    padding:20px 18px;
}

.logoinsta img{
    width:32px;
}

.textinsta h1{
    font-family:'Brush Script MT', cursive;
    font-size:26px;
    font-weight:500;
    color:#000;
}

.profilemain{
    padding:10px 18px 18px;
    border-bottom:1px solid #efefef;
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
}

.profilepic{
    width:70px;
    height:70px;
    border-radius:50%;
    overflow:hidden;
    margin-bottom:10px;

}

.profilepic img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.profilename{
    font-size:15px;
    font-weight:600;
    color:#262626;

}

.profileusername{
    font-size:13px;
    color:#8e8e8e;
    margin-bottom:12px;

}


.profile{
    display:flex;
    justify-content:space-between;
    width:100%;
    margin:10px 0;
}

.stor{
    flex:1;
}

.stor h4{
    font-size:14px;
    font-weight:600;
    color:#262626;
}

.stor p{
    font-size:12px;
    color:#8e8e8e;
}

.profilebio{
    font-size:13px;
    color:#262626;
    margin-top:8px;
}

.highlights{
    display:flex;
    gap:15px;
    padding:15px 18px;
    border-bottom:1px solid #efefef;
}

.highlight{
    display:flex;
    flex-direction:column;
    align-items:center;
    font-size:11px;
    color:#262626;
}

.highlightcircle{
    width:45px;
    height:45px;
    border-radius:50%;
    border:2px solid #dbdbdb;
    overflow:hidden;
    margin-bottom:5px;
    background:#fafafa;
}

.highlightcircle img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.menu{
    padding:10px 8px;
}

.menu  div{
    display:flex;
    align-items:center;
    gap:14px;
    padding:12px 10px;
    border-radius:8px;
    cursor:pointer;
}



.icon{
    width:22px;
    height:22px;
    border-radius:4px;
    background-size:cover;
    background-position:center;
}

.div1 .icon{
    background-image:url("https://i.pinimg.com/originals/86/dd/b3/86ddb3bb6f758a1957a9652728d04b99.png");
}
.div2 .icon{
    background-image:url("https://cdn.tring.co.in/A_List_Star/masao-tring.jpg");
}
.div3 .icon{
    background-image:url("https://media.entertainmentearth.com/assets/images/c99383e24751409c8f921296573dee1elg.jpg");
}

.div4 .icon{
    background-image:url("https://cdn-icons-png.flaticon.com/512/3524/3524659.png");
}



.menu-item{
    font-size:14px;
    color:#262626;
    font-weight:500;
}


.content{
    margin:0 30px 30px;
    flex:1;
    background:#c1c9c0;
    overflow-y:auto; 
}
.content::-webkit-scrollbar{
    display:none;
}
.content{
    scrollbar-width:none;
}
.postnav{
    height:10vh;
    width: 100%;
    background-color: #eadbe4;
    display: flex;
    gap: 20px;
    align-items: center;
    padding-left: 10px;

}

.content {
    padding: 20px;
    
}

.posting1 {
    background: #f9f8f8;
    border: 1px solid #171313;
    border-radius: 20px;
    margin-bottom: 30px;
    overflow: hidden;
    max-width: 600px;
    margin-left: 20%;


}

.postnav {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 15px;
}

.postnav .story {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.postnav .story img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.postnav h3 {
    font-size: 14px;
    font-weight: 600;
}

.postimage img {
    width: 100%;
    height: auto;
    display: block;
}

.likesec {
    padding: 10px 15px;
    font-size: 14px;
}

.like-icons {
    font-size: 20px;
    margin-bottom: 5px;
    cursor: pointer;
}

.likesec p {
    margin: 3px 0;
}




