* {
  box-sizing: content-box;
  margin: 0% auto;
}
@keyframes slideinw {
  from {
    background: #189ad3;
  }

  to {
 background: 	#333333;
  }
}
@keyframes imgss {
  from {
    margin-right: 100%;
    width: 100%;
  }

  to {
    margin-right: 0%;
    width: 100%;
  }
}

.mainBox {

  margin: 0px;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(
      rgba(14, 147, 255, 0.5),
      rgba(5, 20, 48, 0.5)
    ),
    url("../img/6.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  background-origin: padding-box;
  background-position: center;
 
}
.hasScrol {
  position: relative;
  height: 100%;
  width: 100% auto;
  overflow: auto;
   background:#01303f;
}
.scrolBox {
  width: 100% auto;
  position: relative;

  padding-right: 20px;
}
.detailsUser {
 animation-duration: 0.5s;
  animation-name: slideinw;
  animation-iteration-count: initial;
 display:table;
  height: 50px;
 z-index: 1;
  width: 100% ;
  background: #01303f;
  position: fixed;
 
 
}
.detailsUser img {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50px;
 margin-top: 2px;
  object-fit: cover;
 z-index: 2;
  position: relative;
  top: -16px;
 
  border: 1px solid #fff68f;

}
.detailsUser p {
  font-weight: bolder;
font: small-caps bold 24px/1 sans-serif;
  color: whitesmoke;
  margin-left: 50px;
  font-size: 16px;

  margin-top: 0;
}
.detailsUser h5 {
  
 font: 1.2em "Fira Sans", sans-serif;
  color: #fff68f;
    font-size: 11px;
position: absolute;
 top: 20px;
 left: 50px;
}
.showDate {
 
  position: relative;
  height: 50px;
  background:#fde968;
  width: 70px;
  margin-right: 25px;
  margin-top: -63px;
  border-left: 2px solid rgb(255, 255, 255);
  
   

}
.showDate p {
  text-align: center;
  position: relative;
  margin-left: -3px;
font-family: Georgia, serif;
  color: rgba(0, 0, 0, 0.562);
  line-height: 1;
  font-size: 15px;
}
.top {
  width: 100%;
  display: flex;
 
  background: none;
  position: relative;
   haight:50px;
  max-width: 500px;
}
.top img {
  text-align: center;
  position: relative;
  align-items: center;
  width: 100%;
  haight:20px;
  max-width: 500px;
  margin-top: 20px;
  object-fit: cover;

 
}
.showImages {
  background: #fde968;
  height: 12px;
  display: flex;
  padding: 2px;
}

.bi-card-text {
  color: #fff68f;
  line-height: 2;
}
.bi-card-text:hover{
 color:	#fde968;   
}
.rightModifeyChat .bi-images {
  line-height: 6;
  color: #fff68f;
}
.bi-images:hover{
 color:	#fde968;   
}
#text {
  background: 	#ffffff;
 
  font: 400 1em/1.58 Vollkorn, serif;
color:#000000;
  padding: 5px 8px 80px 5px;
  padding-bottom: 80px;
}
.bi-eye-fill{
  top:-5px;
  position: relative;
  left: 10px;
   padding: 2px;
  color:	#01303f;
  font-size: 14px;
}
.rightModifeyChat button{
  background: none;
  border: none;
  padding:0;
   
}
.bi-trash-fill{
 font-size: 15px;
  color: red; 
  margin-bottom: 10px;
}
button.bi-bag-fill{
   
  font-size: 15px;
 
   position:relative;
  margin-bottom: 20px;
  color: rgba(121, 179, 255, 0.425); 
}
.bi-inboxes-fill{
    
  font-size: 15px;
  position:relative;
  margin-bottom: 20 px;
  color: rgba(121, 179, 255, 0.425); 
  
}
/*for images shows*/
.myGallery {
      

  }
  
  .myGallery img {
   
  }
  
  /*
    And here are some declarations for the image caption.
    Just hover over one of the last 5 images to see it.
  */
  
  .myGallery .item {
    position: relative;
    overflow: hidden;
     height: 100%;
     width: 100%;

  }
  
  .myGallery .item img {
 vertical-align: auto;
    
   
  }
  
  .myGallery .caption {
    margin: 0;
    padding: 1em;
    position: absolute;
    z-index: 99;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    box-sizing: border-box;
    transition: transform 0.5s;
    transform: translateY(100%);
    background: rgba(0, 0, 0, 0.7);
    color: rgb(255, 255, 255);
  }
  
  .myGallery .item:hover .caption {
    transform: translateY(0%);
  }
  
  /*
    The rest is only styling for this example page
  */
 
  
  @import url("https://fonts.googleapis.com/css2?family=Vollkorn:wght@400;900&display=swap");
  
  
  .myGallery {
    font-size: 1rem;
  }
   /*
    pop images    
  */
  #myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
  }
  
  #myImg:hover {opacity: 0.7;}
  
  /* The Modal (background) */
  .modal {
    
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    padding-top: 10px; /* Location of the box */
    left: 0;
    top: 0;
    right: 0;
    width: 100% ; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
  }
  
  /* Modal Content (image) */
  .modal-content {
    display: block;
    width: 100% auto;
    max-width: 700px;
    height: 100%;
    object-fit: contain;
    

  }
  .imageinmodel:hover{
height: 160px;
transition: height 1s ease 0s;
  }
 .imgePadding{
   padding-right: 25px;
 }
 
  img.modal-content {
    margin: auto;
    display: block;
    width: 100% auto;
    max-width: 700px;
    height: 100%;
    object-fit: contain;
   

  }
  
  
  /* Caption of Modal Image */
  #caption {
    margin: auto;
    display: block;
    width: 90%;
    max-width: 700px;
   
    color: #ccc;
    padding: 20px 20px; 
    height: auto;
  }
  
  /* Add Animation */
  .modal-content, #caption {  
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
  }
  
  @-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
  }
  
  @keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
  }
  
  /* The Close Button */
  .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
   
  }
  
  .close:hover,
  .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }
  
  /* 100% Image Width on Smaller Screens */
  @media only screen and (max-width: 700px){
    .modal-content {
      width: 100%;
    }
  }
   /*
    pop images    
  */

  
/*animations like buttons*/
.likeDiv{
  background: none;
  position: fixed;
 text-align: center;
  top: 34px;
 
 
  margin: 0;
  padding: 0;

  width: 100%;
  height: auto;
  font-size: 50px;
  z-index: 99;
 

}
button.like-button {
  display: flex;
 float: right;
 margin-right: 100px;
  justify-content: center;
  background: none;

  border: none;
  z-index: 2;
 color: rgb(233, 233, 233);
 font-size: 12px;
  
}
button.like-button.animated {
  -webkit-animation: pop 0.9s both;
  animation: pop 0.9s both;
  z-index: 2;
}
button.like-button svg {
  opacity: 1;
  z-index: 2;
 
  
}
button.like-button svg path {
  fill: #ff00004d;
  transition: fill .4s ease-out;
  z-index: 2;
}
button.like-button.active svg path {   
  fill: #f3e521;
  z-index: 2;
 }

@-webkit-keyframes pop {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pop {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
} 
/*animations like buttons*/