body{
background-image: url(background-picture.gif);
}


  
/* WebKit (Chrome, Safari, etc.) */
::-webkit-scrollbar {
  width: 12px;
  background-color: gray; /* width of the entire scrollbar */
}

::-webkit-scrollbar-thumb {
  background-color: red;
  border-radius: 20px; /* color of the thumb */
}

  


  .hide {
    display: none;
    
  }
  
  .head-nav li:hover {
    background-color: #1a1a1a;
  }
  .head-nav li:hover:before {
    background-color: #1a1a1a;
  }
  .head-nav li:hover svg {
    background: #1a1a1a;
    fill: #c5A34f;
  }
  .head-nav li:hover a {
    color: #c5A34f;
  }
  .head-nav li:before {
    position: absolute;
    left: -0.925rem; 
    top: 0;
    width: 0.925rem;
    height: 100%;
    content: "";
    background: #000;
    z-index: 1;
    transition: background 400ms;
  }
  .head-nav ul {
    margin-top: 1.85rem;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 0;
    list-style: none;
  }
  .head-nav li {
    position: relative;
    clear: both;
    width: 100%;
    padding: 0;
    transition: background 400ms;
  }
  .head-nav li a {
    display: flex;
    padding-top: 2vh;
    padding-bottom: 2vh;
  }
  .head-nav a {
    align-items: center;
    width: 100%;
    color: #c5A34f;
    text-decoration: none;
    transition: color 400ms;
  }
  .head-nav a span {
    position: relative;
    display: block;
    z-index: 0;
    font-family: Roboto;
    text-indent: -20em;
    white-space: nowrap;
    transition: text-indent 400ms ease-in-out;
  }
  .head-nav svg {
    position: relative;
    max-width: 80px;
    max-height: 30px;
    z-index: 1;
    fill: #fefefe;
    background: #000;
    transition: 400ms;
  }
  @media screen and (max: 768px) {
    .head-nav ul {
      margin-top: 0.23125rem;
    }
    .head-nav svg {
      max-width: 20px;
    }
  }
  
  .main-head {
    position: fixed;
    bottom: 0;
    width: 83px;
    height: 100%;
    z-index: 1;
    background: #000;
    transition: width 400ms;
  }
  .main-head:hover {
    width: 230px;
  }
  .main-head:hover + .wrap-all-the-things {
    /* transform: translateX(145px); */
    max-width: 100%;
    opacity: 0.4;
  }
  .main-head:hover .head-nav li:nth-of-type(1) span {
    transition-delay: 100ms;
  }
  .main-head:hover .head-nav li:nth-of-type(2) span {
    transition-delay: 200ms;
  }
  .main-head:hover .head-nav li:nth-of-type(3) span {
    transition-delay: 300ms;
  }
  .main-head:hover .head-nav li:nth-of-type(4) span {
    transition-delay: 400ms;
  }
  .main-head:hover .head-nav span {
    text-indent: 0;
  }
  @media screen and (max: 768px) {
    .main-head {
      width: 70px;
      padding: 0 0.925rem;
    }
    .main-head .head-nav {
      padding-left: 7px;
    }
    .main-head:hover .head-nav span {
      text-indent: 1em;
    }
  }
  
  .wrap-all-the-things {
    min-height: 100%;
    height: 100%;
    padding-left: 83px;
    margin-top: 0;
    background-image: url('background-picture.gif');
    background-size: cover;
    background-position: center center;
    transition: transform 400ms, opacity 400ms;
    
  }
  @media screen and (max: 480px) {
    .wrap-all-the-things {
      padding-left: 70px;
    }
  }
  .logo{
    width: 100%;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    justify-items: center !important;
  }
  .logo :hover{
   background-color: #c5A34f !important;
  }
  
  /* section */
  .main-head:hover + .wrap-all-the-things {
    /* transform: translateX(145px); */
    max-width: 100%;
    opacity: 0.4;
  }
  
  .wrap-all-the-things {
    min-height: 100%;
    height: 100%;
    padding-left: 83px;
    margin-top: 0;
    background-image: url('background-picture.gif');
    background-size: cover;
    background-position: center center;
    transition: transform 400ms, opacity 400ms;
    
  }
  @media screen and (max: 480px) {
    .wrap-all-the-things {
      padding-left: 70px;
    }
  }


  .form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 350px;
    /* background-color:grey; */
    background-image: url(https://img.freepik.com/free-photo/brown-room_1048-3834.jpg?t=st=1719316571~exp=1719320171~hmac=788645bbed38f38699c6cc9d5768abf30e6fda2b9b371ec61e061a4733940b34&w=826);
    padding: 30px;
    border-radius: 20px;
    position: relative;
  

  }
  .mn{
    font-size: 30px;
    margin-left: 20px;
    
  }
  
  .title {
    font-size: 28px;
    color: #c5A34f;
    font-weight: 600;
    letter-spacing: -1px;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 30px;
  }
  
  .title::before,.title::after {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    border-radius: 50%;
    left: 0px;
    background-color: royalblue;
  }
  
  .title::before {
    width: 18px;
    height: 18px;
    background-color: royalblue;
  }
  
  .title::after {
    width: 18px;
    height: 18px;
    animation: pulse 1s linear infinite;
  }
  
  .message, .signin {
    color: rgba(88, 87, 87, 0.822);
    font-size: 14px;
  }
  
  .signin {
    text-align: center;
  }
  
  .signin a {
    color: royalblue;
  }
  
  .signin a:hover {
    text-decoration: underline royalblue;
  }
  
  .flex {
    display: flex;
    width: 100%;
    gap: 6px;
  }
  
  .form label {
    position: relative;
  }
  
  .form label .input {
    width: 100%;
    padding: 10px 10px 20px 10px;
    outline: 0;
    border: 1px solid rgba(105, 105, 105, 0.397);
    border-radius: 10px;
    background-color: #1a1a1a;
    color: white;
  }
  
  .form label .input + span {
    position: absolute;
    left: 10px;
    top: 15px;
    color: grey;
    font-size: 0.9em;
    cursor: text;
    transition: 0.3s ease;
  }
  
  .form label .input:placeholder-shown + span {
    top: 15px;
    font-size: 0.9em;
  }
  
  .form label .input:focus + span,.form label .input:valid + span {
    top: 30px;
    font-size: 0.7em;
    font-weight: 600;
  }
  
  .form label .input:valid + span {
    color: green;
  }
  
  .submit {
    border: none;
    outline: none;
    background-color: #c5A34f;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    transform: .3s ease;
  }
  
  .submit:hover {
    background-color: rgb(56, 90, 194);
  }
  
  @keyframes pulse {
    from {
      transform: scale(0.9);
      opacity: 1;
    }
  
    to {
      transform: scale(1.8);
      opacity: 0;
    }
  }
  .contain{
    justify-content: center;
    align-items: center !important;
    display: flex;
    height: 100vh;
  }

  a{
    text-decoration: none;
  }