@media only screen and (min-width:300px) and (max-width:1023px)
{
    .background-video {
    position: relative;
    height: 100vh;
    overflow: hidden;
  }

  .background-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: -1;
    object-fit: cover;
    opacity: 1; /* Optional: Set opacity */
  }


.container {
  display: flex;
  justify-content: space-around;
}

.waving_hand {
  display:inline-flex ;

}

.hand {
  height: 50px;
  width: 50px;
  margin-left: 25px;
}

#time {
  justify-content: center;
}

#clock {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  align-self: center;
  font-size: 10px;
  font-weight: 200;
  color: #FFF2E0;
  padding: 20px;
  width: fit-content;
  border-radius: 10px;
}

 #greeting {
  font-family: "Audiowide", sans-serif;
  font-size:10px;
  font-weight: 200;
  text-decoration:wavy;
  color: #4E71FF;
  align-self: center;
  width: fit-content;
  }

  #name {
  display: flex;
  justify-content: center;
  align-items: center;
  }

  .heading {
  display: block;
  align-self: center;
  font-family: "Audiowide", sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 3px;
  color: #27548A;
  align-self: center;
  transform: scale(-1) translateY(60px);
  animation: zoomIn 1.5s ease-out forwards;
    }

    @keyframes zoomIn {
      to {
        opacity: 1;
        transform: scale(1) translateY(0);
      }
  }

  .quotebox {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .quote-box {
    align-self: center;
    background: rgba(0,0,0,0.1);
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    width: 400px;
    text-align: center;
    margin-bottom: 20px;
  }

  .quote {
    font-family: "Aladin", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
    color: #4E71FF;
    margin-bottom: 20px;
  }

 .author {
    font-family: "Aladin", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2rem;
    color: #666;
    }
  

  .brief{
    text-align: center;
    font-family: "Manufacturing Consent", system-ui;
    font-size: 20px;
    font-weight:200;
    letter-spacing: 3px;
    color: #4E71FF;
    align-self: center;
    margin-top: 50px ;
  }

  
  .social-media {
    height: 30px;
    width: 30px;
    margin-top: 80px;
    transition: transform 0.3s ease-in-out; 
  }

  .social {
    margin-top: 20px ;
    position: absolute;
    top: 55%;
    left: 5px;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-self: center;
    transform: scale(-1) translateX(0px);
    animation: zoomIn 1.5s ease-out forwards;
  }

  .social-media:hover {
    border: #4E71FF solid 2px;
    border-radius: 50%;
    transform: scale(1.1);
  }
  
    .footer-bar {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: #222;
      color: white;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 20px;
      font-size: 16px;
      z-index: 999;
      flex-wrap: wrap;
    }

    .footer-bar span {
      margin: 5px 10px;
    }

    .footer-bar .weather {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }

    @media (max-width: 1023px) {
      .footer-bar {
        flex-direction: column;
        text-align: center;
      }
}
}

/* Laptop Screen */

@media only screen and (min-width:1024px) and (max-width:1440px)
{
    .background-video {
    position: relative;
    height: 100vh;
    overflow: hidden;
  }

  .background-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: -1;
    object-fit: cover;
    opacity: 1; /* Optional: Set opacity */
  }


.container {
  display: flex;
  justify-content: space-around;
}

.waving_hand {
  display:inline-flex ;

}

.hand {
  height: 70px;
  width: 70px;
  margin-left: 25px;
}

#time {
  justify-content: center;
}

#clock {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  align-self: center;
  font-size: 1.3em;
  font-weight: 600;
  color: #FFF2E0;
  padding: 20px;
  width: fit-content;
  border-radius: 10px;
}

 #greeting {
  font-family: "Audiowide", sans-serif;
  font-size:1.3em;
  font-weight: 400;
  text-decoration:wavy;
  color: #4E71FF;
  align-self: center;
  width: fit-content;
  }

  #name {
  display: flex;
  justify-content: center;
  align-items: center;
  }

  .heading {
  display: block;
  align-self: center;
  font-family: "Audiowide", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 3px;
  color: #27548A;
  align-self: center;
  transform: scale(-1) translateY(60px);
  animation: zoomIn 1.5s ease-out forwards;
    }

    @keyframes zoomIn {
      to {
        opacity: 1;
        transform: scale(1) translateY(0);
      }
  }

  .quotebox {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .quote-box {
    align-self: center;
    background: rgba(0,0,0,0.1);
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    width: 600px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .quote {
    font-family: "Aladin", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
    color: #4E71FF;
    margin-bottom: 20px;
  }

 .author {
    font-family: "Aladin", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2rem;
    color: #666;
    }
  

  .brief{
    text-align: center;
    font-family: "Manufacturing Consent", system-ui;
    font-size: 2em;
    font-weight:400;
    letter-spacing: 3px;
    color: #4E71FF;
    align-self: center;
    margin-top: 30px ;
  }

  
  .social-media {
    height: 50px;
    width: 50px;
    margin-top: 100px;
    transition: transform 0.3s ease-in-out; 
  }

  .social {
    margin-top: 55px ;
    position: absolute;
    top: 55%;
    left: 5px;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-self: center;
    transform: scale(-1) translateX(0px);
    animation: zoomIn 1.5s ease-out forwards;
  }

  .social-media:hover {
    border: #4E71FF solid 2px;
    border-radius: 50%;
    transform: scale(1.1);
  }
  
    .footer-bar {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: #222;
      color: white;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 20px;
      font-size: 16px;
      z-index: 999;
      flex-wrap: wrap;
    }

    .footer-bar span {
      margin: 5px 10px;
    }

    .footer-bar .weather {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }

    @media (max-width: 1023px) {
      .footer-bar {
        flex-direction: column;
        text-align: center;
      }
}
}