*{
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body{
    background-color: rgba(128, 128, 128, 0.13);
    /* width: 100%; */

}
.overall{
    /* background: rgba(237, 3, 3, 0.915); */
    width: auto;
    height: auto;
    font-family: arial, sans-serif;
}
header{
    width: 100%;
    display: flex;
    justify-content: center;
    position: fixed;
    z-index: 5;
}
nav{
    background-color: white;
    width: 100%;
    display: flex;
    padding: 5px 15px;
    justify-content: space-between;
    box-shadow: rgba(33, 33, 33, 0.156) 0px  4px 6px;
}
.searchbar{
    display: flex;
    width: 30%;
}
.fb-logo{
    font-size: 40px;
    margin-top: 3px;
}
nav input{
    padding: 20px 50px;
    height: 30px;
    border: none;
    border-radius: 20px;
    margin-top: 4px;
    background-color:rgba(186, 185, 185, 0.174) ;
}
.icon{ 
    width: 30%;
    display: flex;
    text-align: center;
   
}
.icon a{
display: flex;
text-decoration: none;
align-items: center;
justify-content: center;
    font-size: 20px;
    width: 50%;
    height: 50px;
    border-radius: 10px;
    color: rgb(91, 90, 90);
    transition: ease-out 0.3s;
    
}
.icon a:hover{
    background-color: rgba(186, 185, 185, 0.174);
    transition: ease-in 0.3s;

}
.icon a{
     position: relative;
}
.icon a .to-drop{
    position: absolute;
    background-color: rgba(38, 37, 37, 0.815);
    color: white;
    width: 50%;
    display: none;
    padding: 8px;
    border-radius: 10px;
    justify-content: center;
    top: 52px;
    transition: ease-out 0.3s;
    box-shadow: rgba(28, 27, 27, 0.468) 0px 4px 6px;
}
.icon a p{
    font-size: 12px;
}
.icon a:hover .to-drop{
    display: block;
    transition: ease-in 0.3s;
}

.icon2{
    width: 33%;
    
    display: flex;
align-items: center;
justify-content: space-between;


}
.icon2 .p1{
    margin-left: 70px;
}
.icon2 .p1 p{
    background-color: rgba(186, 185, 185, 0.238);
    border-radius: 20px;
    padding: 10px 15px;
    font-weight: 600;
    white-space: nowrap;

}
.icon2 ul{
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    list-style: none;
    font-size: 20px;
     margin-left: -5px;
    gap: 8px;
    
}
.icon2 ul li{
    background-color:  rgba(186, 185, 185, 0.238) ;
    padding: 10px 10px;
    width: 50%;
    border-radius: 50px;
    align-items: center;
    transition: ease-out 0.4s;
}
.icon2 img{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: 3px;
    object-fit: cover;
    margin-top: 5px;
}
 .icon2 li:hover{
    background-color: rgba(186, 185, 185, 0.442);
    transition: ease-in 0.4s;
 }
 .icon2 .drop {
    position: relative;
 }
 .icon2 .dropping{
        position: absolute;
    background-color: rgba(38, 37, 37, 0.815);
     color: white; 
    width: fit-content; 
     display: none;  
     text-align: center;
     border-radius: 10px; 
     padding: 5px 10px;
     margin-left: -15px;
     top: 52px; 
     transition: ease-out 0.3s; 
     box-shadow: rgba(28, 27, 27, 0.468) 0px 4px 6px; 
 }
  .icon2 .drop:hover .dropping{ 
     display: block; 
     transition: ease-in 0.3s; 
  } 
  .icon2 .dropping p{ 
     font-size: 12px; 
     justify-content: center; 
  } 
  .roll2{
    width: 22%;
  }
   .roll{
    width: 22%;
    height: 600px;
     /* background-color: rgb(111, 111, 222);  */
    overflow: auto;
    position: fixed;
    padding-top: 80px;
}
  .roll .first img{
      width: 30px; 
height: 30px;
    border-radius: 50%;
    object-fit: cover;  
  }
    .roll .first{
    gap: 10px;
    padding: 3px 20px;
    align-items: center;
    display: flex;
    margin-bottom: 15px;
      width: 100%;     
  }
    .roll .first:hover{
 background-color: rgba(187, 185, 185, 0.519);
 border-radius: 8px;
 
  }
    .roll .texts{
    margin-top: 3px;
  }
  .roll .first a{
    text-decoration: none;
    
    font-size: 26px;
    /* margin-bottom: 15px; */
  }
  .roll a.firstt{
    background: linear-gradient(135deg, #1877f2 0%, #13b0f5 40%, #8b5cf6 70%, #c084fc);
    background-clip: text;
    color: transparent;

  }
  
  
.roll a.second{
    background: linear-gradient(180deg, #022d48 0%, #32fff8 100%);
    background-clip: text;
    color: transparent;
}
.roll a.fourth{
    color: rgba(52, 52, 247, 0.847);
}
.roll a.fifth{
    background: linear-gradient(180deg, #ec4899 0%, #8b5cf6 100%);
    background-clip: text;
    color: transparent;
}
.roll a.sixth{
    background: linear-gradient(180deg, #13b0f5 0%, rgb(104, 152, 235) 100%);
    background-clip: text;
    color: transparent;
}
.roll a.seventh{
    background: linear-gradient(180deg, white 0%, rgb(0, 94, 255) 100%);
    background-clip: text;
    color: transparent;
}
.roll a.eight{
    background: linear-gradient(180deg, red 0%, white 100%);
    background-clip: text;
    color: transparent;
}
.roll a.eleventh{
    background: linear-gradient(to right, blue 25%, orange 10%);
    background-clip: text;
    color: transparent;
}
.roll a.twelveth{
    background: linear-gradient(180deg, pink 0%, orange 100%);
background-clip: text;
    color: transparent;
}

.check-button .angles{
    width: 30px;
    height: 30px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(128, 128, 128, 0.493);
    margin-top: -10px;
}

#check{
    display: none;
}
.more{
    display: none;
}
#check:checked ~ .more{
    display: block;
}
.check-button{
    display: flex;
    margin: 10px 20px;
    gap: 15px;
}
.check-button .fa-angle-down{
    display: inline-block;
}
.check-button .fa-angle-up{
    display: none;
}
#check:checked ~ .check-button .fa-angle-down{
    display: none;
}
#check:checked ~ .check-button .fa-angle-up{
    display: inline-block;
}
.check-button h5.sec{
    display: none;
}
#check:checked ~ .check-button .fis{
    display: none;
}
#check:checked ~ .check-button .sec{
        display: inline-block;
    
    
}
.container{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.feed{
    width: 40%;
    padding-top: 80px;
}
.feed .feed1{
     box-shadow:rgba(20, 19, 19, 0.227) 1px 1px 10px ;
    background-color: white;
    padding: 15px 20px;
    border-radius: 15px;

}
.feed1 .image{
    display: flex;
    gap: 10px;
}
.feed1 img{
        width: 40px; 
height: 40px;
    border-radius: 50%;
    object-fit: cover;
}
.feed1 input{
      padding: 15px 0px;
      padding-right: 240px; 
      padding-left: 10px;
    height: 35px;
    border: none;
    /* margin-top: -110px; */
    border-radius: 20px;
    background-color:rgba(186, 185, 185, 0.174) ;
}
.feed1 input:hover{
background-color: rgba(128, 128, 128, 0.266);
}
hr{
    margin-top: 5px;
}
.the-icon{
    display: flex;
    justify-content: space-between;
}
.the-icon .iconn{
    display: flex;
    margin-top: 10px;
    gap: 6px;
    padding: 5px 10px;
    border-radius: 5px;
}
.the-icon .iconn:hover{
    background-color: rgba(128, 128, 128, 0.244);
}
.the-icon .iconn i{
    font-size: 20px;
}
.the-icon .iconn h4{
    font-size: 13px;
    color: grey;
    padding-top: 3px;
}
.feed2{
    
    background-color: white;
    margin-top: 20px;
    padding: 10px 10px;
    border-radius: 15px;
    box-shadow:rgba(20, 19, 19, 0.227) 1px 1px 10px ;
}
.feed2 .hvr{
display: flex;
    gap: 10px;
    width: 100%;
    border-radius: 6px;
  padding: 7px 0px;
}
.feed2 .hvr:hover{
background-color: rgba(128, 128, 128, 0.166);
}
.feed2 .icon{
    width: 40px;
    height: 40px;
    background-color: rgba(103, 171, 255, 0.134);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
.feed2 .text p{
   font-size: 15px;
   color: gray;
}
.feed3{
    width: 500px;
    background-color: white;
    margin-top: 20px;
    /* padding: 15px 15px; */
    height:auto;
    border-radius: 15px;
     box-shadow:rgba(20, 19, 19, 0.227) 1px 1px 10px ;
}
.feed3 .ict{
    display: flex;
    gap: 8px;
    padding: 0px 15px;
    padding-top: 15px;
}
.feed3 .text{
white-space: nowrap;
}
.ict .text{
    line-height: 1.5;
    margin-left: 50px;
}
.ict .text h5 a{
    text-decoration: none;
    margin-left: 10px;
    color: blue;
}
.ict .text h5 a:hover{
    text-decoration: underline;
}
.ict .dropdown img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: contain;
   
}
.ict .text .p1{
    font-size: 13px;
    color: gray;
}
.ict .text .p2{
    font-size: 13px;
    text-decoration: none;
    color: rgba(48, 48, 48, 0.94);
    transition: ease-out 0.3s;
}
.ict .text .p2:hover{
    text-decoration: underline;
    transition: ease-in 0.3s;
}
.text .hem .i{
    font-size: 12px;
     margin-top: 1px; 
    color: rgba(48, 48, 48, 0.94);
}

.dropdown{
    position: absolute;
}
.feed3 .to-drop{
    position: relative;
    background-color: white;
    width:auto;
    height: 250px;
    padding: 15px 13px;
    border-radius: 10px;
        box-shadow: 1px 1px 10px rgba(14, 14, 14, 0.418);
    display: none;
    top: -290px; 
    z-index: 2;
    margin-left: -100px;
}
.feed3 .dropping{
    display: flex;
   gap: 20px;
}
.dropping .imag img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: contain;
}
.dropping .the-text{
    line-height: 2.5;
      margin-top: -10px;
}
.dropping .the-text i{
    color: gray;
    font-size: 20px;
    margin-left: -10px;
    gap: 10px;
}
.dropping .the-text a{
    text-decoration: none;
    color: blue;
}
.dropping .the-text a:hover{
    text-decoration: underline;
}
.dropping .xmark{
    margin-left: 80px;
    background-color: rgba(128, 128, 128, 0.204);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
}
.xmark i{
    padding-top: 12px;
}
.xmark:hover{
    background-color: rgba(128, 128, 128, 0.31);
}
.feed3 .to-drop ul{
    display: flex;
    list-style: none;
    /* justify-content: space-between; */
    margin-top: 20px;
    gap: 8px;
}
.feed3 .to-drop li a{
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 10px;
   color: black;
}
.feed3 .to-drop a.cl1{
    background-color: rgba(0, 0, 255, 0.741);
    color: white;
}
.feed3 .to-drop a.cl1:hover{
    background-color: blue;
}
.feed3 .to-drop a.cl2{
    background-color: rgba(128, 128, 128, 0.381);
}
.feed3 .to-drop a.cl2:hover{
    background-color: rgba(128, 128, 128, 0.529);
}
.feed3 .to-drop li span{
    padding: 10px 12px;
    border-radius: 5px;
    background-color:rgba(128, 128, 128, 0.49);
}
.feed3 .to-drop li span:hover{
    background-color: rgba(128, 128, 128, 0.671);
}
.dropdown:hover .to-drop{
    display: block;
}
.feed3 .thedrop{
    position: relative;
}
.feed3 .text .todrop{
    background-color: rgba(0, 0, 0, 0.716);
    border-radius: 10px;
    padding: 5px 5px;
    text-align: center;
    position: absolute;
    display: none;
}
 .thedrop:hover .todrop{
    display: block;
}
.feed3 a.todrop{
    color:white;
    font-size: 12px;
    white-space: nowrap;
    text-decoration: none;
}
.feed3 .la2 {
margin-left: 70px;
display: flex;
gap: 15px;

}
.la2 i{
    display: flex;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.la2 i:hover{
    background-color: rgba(128, 128, 128, 0.326);
}
.hem{
    display: flex;
    gap: 7px;
}
.feed3 .text2{
    font-size: 16px;
    padding: 5px 15px;
}
.feed3 .img img{
    object-fit: contain;
    width: 100%;
} 
.pub {
    position: absolute;
    background-color: rgba(38, 37, 37, 0.815);
     color: white; 
     display: none;   
     text-align: center;
     border-radius: 10px; 
     padding: 5px 10px;
     margin-left: -15px; 
      margin-top: -45px;  
     transition: ease-out 0.3s; 
     box-shadow: rgba(28, 27, 27, 0.468) 0px 4px 6px; 
     font-size: 12px;
}
.i{
    position: relative;
}
.i:hover .pub{
    display: block;
}
.i{
    position: relative;
}
.shr{
    position: absolute;
    background-color: white;
    font-size: 13px;
    white-space: nowrap;
    border:solid black 1px;
    display: none;
    margin-top: 10px;
    margin-left: 10px;
    transition: ease-out 0.5s;
}
.i:hover .shr{
    display: block;
    transition: ease-in 0.5s;
} 
.reaction{
    display: flex;
    color: gray;
    margin: 8px;
    justify-content: space-between;
    font-size: 15px;
}
.mssh{
    display: flex;
    gap: 10px;
}
.like  .thd{
     background-color:  blue ;
     margin-top: -3px;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    transition: ease-out 0.4s;
    color: white;
    display: flex;
    position: relative;
}
.like span.thd i{
    font-size: 10px;
}
.like{
    display: flex;
    gap: 3px;
}
.ppl{
    position: absolute;
  background-color: rgba(21, 21, 21, 0.873);
  padding: 10px 8px;
  padding-right: 50px;
  border-radius: 10px;
  white-space: nowrap;
  margin-top: 250px;
  display: none;
  z-index: 2;
}
.ppl p{
    font-size: 12px;
}
.thd:hover .ppl{
    display: block;
}
.tpp{
    position: relative;
}
.ppp{
    position: absolute;
  background-color: rgba(21, 21, 21, 0.873);
  padding: 10px 8px;
  padding-right: 50px;
  border-radius: 10px;
  white-space: nowrap;
  color: white;
   display: none;   
}
.ppp p{
    font-size: 12px;
}
.tpp:hover{
    text-decoration: underline;
}
.tpp:hover .ppp{
    display: block;
}
.msg{
    position: relative;
}
.pp{
     position: absolute;
  background-color: rgba(21, 21, 21, 0.873);
  padding: 10px 8px;
  padding-right: 50px;
  border-radius: 10px;
  color: white;
  display: none;
}
.pp p{
    font-size: 12px;
}
.msg:hover .pp{
    display: block;
}
.msg span:hover{
    text-decoration: underline;
}
.share{
    position: relative;
}
.thep{
    position: absolute;
  background-color: rgba(21, 21, 21, 0.873);
  padding: 10px 8px;
  padding-right: 50px;
  border-radius: 10px;
  color: white;
  display: none;
}
.thep p{
    font-size: 12px;
}
.share span:hover{
    text-decoration: underline;
}
.share:hover .thep{
    display: block;
}
.thehr hr{
    margin: 5px 15px;
}
.thebuts{
    display: flex;
    justify-content: space-between;
 margin: 15px 60px;
 color: rgba(128, 128, 128, 0.663);
 margin-top: 10px;
 padding-bottom: 5px;
}
.thebuts span{
    font-size: 15px;
}
.thebuts i{
    font-size: 18px;
}
.combu{
    padding: 5px 15px;
    border-radius: 5px;
}
.combu:hover{
    background-color: rgba(128, 128, 128, 0.412);
}
.likebu{
    z-index: 1;
    padding: 5px 15px;
    border-radius: 5px;
}
.likebu:hover{
    background-color: rgba(128, 128, 128, 0.412) ;
}
.likebu{
    position: relative;
}
.emojis{
    position: absolute;
    white-space: nowrap;
    background-color: rgba(252, 249, 249, 0.926);
    border-radius: 20px;
    padding: 5px 15px;
     box-shadow: 1px 1px 10px rgba(14, 14, 14, 0.418);
     letter-spacing: 0;
     margin-top: -70px;
     margin-left: -40px;
     display: none;
}
.likebu:hover .emojis{
    display: block;
}
.emojis i{
    font-size: 30px;
}
.reels{
     width: 500px;
    background-color: white;
    margin-top: 20px;
    height:auto;
    border-radius: 15px;
     box-shadow:rgba(20, 19, 19, 0.227) 1px 1px 10px ;
}
.txt1{
    display: flex;
    justify-content: space-between;
    padding: 20px 10px;
}
.thetxt1{
    display: flex;
    gap: 6px;
}
.thesmt{
    /* margin-left: -70px; */
    color: gray;
}
.video{
    display: flex;
    gap: 10px;
    margin: 10px;
    margin-top: -10px;
    padding-bottom: 10px;
}
.reel{
    width: 200px;
    height: 340px;
    border-radius: 10px;
    overflow: hidden;
    /* flex-shrink: 0; */
    /* margin: 10px; */
    
}
.reel video{
    width: 100%;
    height: 100%;
    object-fit: cover;
   border-radius: 10px;
}
.group{
    width: 22%;
    padding-top: 90px;
    
}
.group h4{
    color: gray;
}
.group .cross{
    display: flex;
    gap: 15px;
}
.group .thei{
    display: flex;
    background-color: rgba(128, 128, 128, 0.362);
    width: 40px;
    height: 40px;
    border-radius: 50%;
      justify-content: center; 
      margin-top: 15px;
}
.group .text{
    margin-top: 25px;
}
.group i{
 margin-top: 12px;
}
@media only screen and (max-width:600px){ 
    /* header{
        height: 26px; 
    } */
/* .searchbar{
    width: 60%;
} */

.fb-logo{
    font-size: 50px;
    /* margin-left: -10px;
    margin-top: -3px; */
}
nav input{
 display: none;
}
.icon{ 
   display: none;
   
}
.icon2 .p1{
   display: none;
}
.icon2{
    width: 50%;
}
.icon2 ul{
    font-size: 30px;
   margin-left: 10px;
    
}

.icon2 img{
    width: 50px;
    height: 50px;
}
 .icon2 .drop:hover .dropping{
    display: none;
 }
 .icon2 ul li{
    padding: 8px 8px;
    width: 55%;
}
   .roll{
    display: none;
}

.feed{
    width: auto;
    padding-top:90px;
}
.feed .feed1{
    padding: 20px;
    border-radius: 0;
    /* height: 80px; */
    

}
.feed1 .iconn:hover{
    background-color: none;
}
.iconnn{
    display: none;
}
.feed1 img{
        width: 56px;
        height: 56px;
        margin-top: -10px;
        margin-left: -5px;
}
.feed1 input{
      /* padding: 15px 0px; */
      padding-right: 80px; 
      padding-left: 5px;
    height: 45px;
    font-size: 20px;
}
/* .feed1 .image{
    margin-top: -10px;
} */
.the-icon{
    margin-top: 10px;
}
.the-icon .iconn i{
    font-size: 30px;
}
.the-icon .iconn h4{
    font-size: 20px;
   
}
.feed1 hr{
    margin-top: 15px;
}
.feed2{
  
    border-radius: 0px;
}

.hvr .icon{
    display: block;
}
.feed2 .hvr:hover{
background-color: rgba(128, 128, 128, 0.166);
}
.feed2 .icon{
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
}
.feed2 .icon i{
    margin-top: 16px;
}
.feed2 .text p{
   font-size: 15px;
   color: gray;
}
.feed2 .text{
    line-height: 1.5;
}
.feed3{
    width:100%;
    border-radius: 0px;
    
}
.feed3 .ict{
    display: flex;
    gap: 8px;
    padding: 0px 15px;
    padding-top: 15px;
}
.ict .text{
    line-height: 1.5;
    margin-left: 50px;
    white-space: nowrap;
}
.reels{
    width: 100%;
    border-radius: 0px;
}
.reel{
    width: 245px; 
}
.group{
    display: none;
}
}