img {
    max-width: 100%;
}

.main_header_area .header_menu.hide {
    top: 0px;  
}

.video-button {
    position: relative; /* Ensure relative positioning */
    overflow: hidden;  /* Hide any content that might overflow */
  }
  
  .video-figure {
    position: relative; /* Ensure relative positioning */
  }
  
  #vid {
    width: 100%; /* Make the video responsive within its container */
    height: auto;
    display: block;
  }
  /* .trend-price{
    justify-content: space-between;
  } */


  .overlayz {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9998;
}

.popupz {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 640px; /* Set the width of the popup */
    height: 360px; /* Set the height of the popup */
    border: 1px solid #ccc;
    background: #fff;
    z-index: 9999;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.email_{
  display: flex;
  width: 100%;
  justify-content: end;
  align-items: center;
  padding-right: 141px;
}
.colour{
  color:#F56961
}