*{
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");


@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css");

/* .mobailtop {
    width: 100%;
    height: 100px;
    background-color: aqua;
}

.mobailbottum {
    width: 100%;
    height: 250px;
    background-color: gray;
} */
.instbody {
    width: 100%;
    height: 100vh;
    /* height: fit-content; */
    background-color: lightgray;

}

.instnave{
    width: 100%;
    height: 150px;
    background-color: black;
    display: flex;
    align-items: center;
}

.name-logo {
    width:40%;
}

.name-logo img {
    padding-left: 30px;
}

.like_menu_bar {
    width: 60%;
    height: 100%;
    /* background-color: aliceblue; */
}

.link {
    color: white;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 50px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    padding-right: 50px;
    height: 100%;
}


.story_box {
    width: 100% -20px;
    height: 15vh;
    background-color: black;
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    gap: 20px;
    overflow: auto;
    padding: 0px 30px;
}

.story-border {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    /* border: 5px solid; */
    background: 
    /* radial-gradient(rgba(0,0,0,0.15)60%, transparent 0) */
    radial-gradient(rgb(0, 0, 0) 65%, transparent 0),
    linear-gradient(to top right,orange ,deeppink);
    margin: 0 10px;

    display: grid;
    align-items:center; 
    justify-content:center;


}

.plus-icon{
    position: absolute;
    bottom: 10px;
    right: 20px;
    /* z-index: 66; */
    font-size: 50px;
    color: rgb(8, 183, 252);
    font-weight: bold;
    
}

.storying {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    border: none;
}

.storymax label{
    display: flex;
    /* align-items: center; */
    margin-top: 20px;
    justify-content: center;
    font-size: 35px;
    font-family: arial,sans-serif;
    color: rgb(255, 255, 255);
}

.post_reel_box {
    widows: 100%;
    height: auto;
    padding-bottom: 30px;
    background-color: rgb(0, 0, 0);
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

.postbox {

}

.postmenu {
    width: 100%;
    height: auto;
    display: grid;
    align-items: center;
    /* justify-content: space-between; */
    grid-template-columns: 20% 60% auto;
    /* background-color: black; */
}

.postmenucom{
    width: 100%;
    height: auto;
    display: grid;
    align-items: center;
    /* justify-content: space-between; */
    grid-template-columns: 20% 60% auto;
    /* background-color: black; */
}

.postmenulogo{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

    background: 
    /* radial-gradient(rgba(0,0,0,0.15) 65%, transparent 0)
    linear-gradient(to top right,orange,deeppink); */
    radial-gradient(rgb(0, 0, 0) 65%, transparent 0),
    linear-gradient(to top right,orange ,deeppink);

    margin: 30px;
}

.postmenulogo img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.postname {
    font-size: 40px;
    color: white;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
    /* margin: 30px; */
}

#postm{
    text-align: end;
}

#postm1{
    color: white;
    margin-right: 30px;

}

.postcontend {
    width: 100%;
    height:auto;
    position: relative;
}

.postcontend img {
    width: 100%;
    object-fit: contain;
}

.postprofillbox {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: black;
    opacity: 0.4;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 3%;
    bottom: 2%;
}

.postprofillbox svg{
    color: azure;
}

.post-text-contend {
    width: 100%;
    height: auto;
    background-color: black;
    display: flex;
    justify-content: space-between;
}

.contend-like-comm-shaer{
    width: 100%;
    height: auto;
    color: white;
    display: grid;
    grid-template-columns: 80px 80px 80px;
    
}

.svg1 {
    font-weight: 800;
    margin: 20px 20px 20px 20px;
    color: white;
}

.post-text-like-cpation {
    width: 100%;
    height:fit-content;
    
}
.postlikespan {
    color: white;
    font-size: 40px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0 0 0 30px;
    font-weight: bolder;
}

.post-text-div{
    color: white;
    font-size: 40px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    padding: 11px 0 0 30px;
}

.commentread {
    color: lightgray;
    font-size: 33px;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 30px;
}

.dayofpost {
    color: lightgray;
    font-size: 33px;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 30px;
}

.instaagrambottumbox {
    width: 100%;
    height: 130px;
    background-color: black;
    color: white;
    z-index: 111;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    bottom: 0;
    border-top: 1px solid wheat;

}

.instaagrambottumboxlogo {
    color: white;
    font-size: 62px;
    /* padding: 20px 0 0 20px; */
}

.profileicon111 {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    /* padding: 20px 20px 0px 0px; */

}

.a11{
    /* color: rgb(255, 0, 166); */
    color: rgb(255, 0, 102);
    font-weight: 800;
    margin: 20px 20px 20px 20px;

}


/* ------------------------------------------------- Comment Box css --------------------------------------------------------------- */

.commentbox {
    width: 100%;
    height: 0vh;
    border-radius: 50px 50px 0px 0px;
    background-color: rgb(78, 78, 78);
    position: fixed;
    /* overflow-x:hidden; */
    bottom: 0px;
    z-index: 4;
    transition: all 0.8s;
}



.commmentupbat {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.commentbar {
    width: 200px;
    height: 15px;
    border-radius: 9px;
    background-color: white;
    z-index: 13;
}

.combox1 {
    width: 100%;
    height: 150px;
    border-bottom: 2px solid white;
    display: flex;

}

.combox1 div label {
    color: white;
    font-size: 50px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    /* padding-top: 66px; */
    padding-bottom: 20px;
    padding-left: 82px;
}

.combox2 {
    width: 100%;
    height: auto;
}

.combox3 {
    color: white;
    font-size: 36px;
    font-family: Arial, Helvetica, sans-serif;
    width: 67%;
    padding-left: 20%;

}

.commentmanebox {
    width: 100%;
    height: 10vh;
    /* position: absolute; */
    /* bottom: 0px; */
    display: flex;
    align-items: center;
    background-color: rgb(78, 78, 78);
    border: none;

}

.commentmanebox input {
    width: 80%;
    height: 70%;
    border: none;
    border-bottom: 4px solid white;
    background-color: transparent;
    font-size:50px;
    color: white;
    outline: none;
}


    
.profilebox11 img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 30px;

}

/* --------------------------------------------------------------- End comment Box css ------------------------------------------------------ */


/* ----------------------------------------------------------------- message box ---------------------------------------------------------------- */

.messbartop {
    display: grid;
    grid-template-columns: 20% 50% 30%;
    width: 100%;
    height: 130px;
    background-color: black;
    position: fixed;
    border-bottom: 2px solid white ;
}

.boxm1 {
    display: flex;

}

.boxm1 h1 {
    font-size:70px;
    font-family:Arial, Helvetica, sans-serif;
    color: white;
    margin-top: 20px;

}

.boxm1 svg{
    margin-top:35px;
    margin-left: 20px;
}

.boxm2 {
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;

}
.saerchbarbox {
    width: 90%;
    height: 90px;
    display: flex;
    background-color: rgb(72, 72, 72);
    border-radius: 20px;
    margin-top: 30px;

}

.saerchbarbox input  {
    width: 90%;
    /* background-color: rgb(227, 227, 227); */
    outline: none;
    border: none;
    padding:0px 0px 0 20px  ;
    background-color: transparent;
    font-size: 50px;
    color: white;
}

.saerchbarbox input::placeholder {
    font-size: 50px;
    
}

.saerchbarbox div {
    width: 40px;
    height: 40px;

}

.saerchbarbox svg {
   padding-left: 30px;

}

.messboxm3 {
    display: grid;
    grid-template-columns: 1fr 3fr 1fr ;
    align-items: center;
    margin: 60px 0px;
}

.profilem3 {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-left: 50px;
    /* border: 3px s    olid white; */
    grid-row: 1/3;
}

.messboxm3 h3 {
    font-size: 31px;
    color: white;
    padding-left: 50px;
    grid-row:1/2 ;

}

.messboxm3 h4 {
    font-size:16px;
    color:rgb(146, 139, 139);
    padding-left: 50px;
    /* grid-row:1/2 ; */
    align-self: flex-start;
}

.h121  {
    color: white;
}


.item3 {
    justify-self: end;
    padding-right: 50px;
    align-self: center;
    grid-row: 1/3;
    margin-top: 0px ;
}
    
.messcontainer {
    width: 100vw;
    height: auto;
    /* overflow-x: hidden; */
    font-family: Arial, Helvetica, sans-serif;
}