* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  html,
  body {
    width: 100%;
    height: 100%;
    background: #ffffff;
    font-family: "Neue Montreal";
    overflow-x: hidden;
  }
  
  button {
    background: none;
    outline: none;
    border: 1px solid #000;
    text-transform: uppercase;
    padding: 0.5em 1em;
    border-radius: 2em;
    cursor: pointer;
  }
  
  button#toggle {
    background: #000;
    color: #fff;
  }
  
  button:hover {
    background: #000;
    color: #fff;
  }
  
  .nav,
  .tagline {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    font-size: 12px;
    padding: 1.5em 0;
    text-align: center;
  }
  
  .tagline {
    bottom: 0;
  }
  
  .links {
    position: absolute;
    bottom: 1.5em;
    left: 1.5em;
    display: flex;
    gap: 1em;
  }
  
  .header {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  
  .header-text h1 {
    font-family: "Timmons NY 2.005";
    font-size: 20vw;
    font-weight: lighter;
  }
  
  .cta {
    margin: 1em 0;
  }
  
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #000000;
    display: flex;
    padding: 1em;
    opacity: 0;
    pointer-events: none;
  }
  
  .col:nth-child(1) {
    flex: 1;
    height: 100%;
    border-right: 1.5px solid #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 3em;
  }
  
  .col:nth-child(2) {
    flex: 2;
    padding: 0 1em;
  }
  
  .logo {
    position: absolute;
    width: max-content;
    border: 1px solid #eae9e4;
    top:20px;
  }
  
  .logo a {
    padding: 0 0.25em;
    text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
  }
  
  .about {
    width: 40%;
    color: #ffffff;
    margin: 1em 0;
  }
  
  .copy {
    display: flex;
    justify-content: space-between;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
  }
  
  .send {
    position: absolute;
    bottom: 0em;
  }
  
  .send h1 {
    color: #eae9e4;
    font-family: "Timmons NY 2.005";
    text-transform: uppercase;
    font-weight: lighter;
    font-size: 150px;
  }
  
  .form label {
    color: #ffffff;
    font-size: 20px;
  }
  
  input[type="text"] {
    width: 50%;
    outline: none;
    background: none;
    border: none;
    border-bottom: 1px solid #ffffff;
    padding: 0.5em 0;
    margin: 1em 0;
    color: #ffffff;
  }
  
  ::placeholder {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 12px;
  }
  
  .form button {
    position: relative;
    color: #000;
    background: #ffffff;
    border: 1px solid #ffffff;
    bottom: 15px;
  }
  
  .jobs {
    margin: 1em 0 3em 0;
    display: flex;
    gap: 1em;
  }
  
  .job-items label {
    text-transform: uppercase;
    font-size: 12px;
  }
  
  .item {
    display: flex;
    gap: 0.5em;
    align-items: center;
  }
  
  .send,
  .header {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
 
#clock-container {
  position: absolute;
  bottom: 20px; /* Adjust as needed */
  right: 20px;  /* Adjust as needed */
  font-size: 24px;
  color: #fff;  /* Adjust text color if needed */
   /* Optional: background color for better visibility */
  padding: 10px;
  border-radius: 5px;
}

#clock-label {
    font-weight: bold;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000000;
}

#clock-time {
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 2px;
    background: linear-gradient(45deg, #000000, #ffffff2f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    padding: 0.5rem;
    border-radius: 4px;
}
@media (max-width: 600px) {
  .clock-container {
      font-size: 18px;  /* Smaller font size */
      bottom: 10px;     /* Adjust position from bottom */
      right: 10px;      /* Adjust position from right */
      padding: 8px;    /* Adjust padding */
  }
}

/* Media query for very small screens */
@media (max-width: 400px) {
  .clock-container {
      font-size: 14px;  /* Even smaller font size */
      bottom: 5px;      /* Adjust position from bottom */
      right: 5px;       /* Adjust position from right */
      padding: 6px;    /* Adjust padding */
  }
}
  .send h1 span,
  .header-text h1 span {
    position: relative;
    top: 500px;
  }
  
  #back {
    cursor: pointer;
    
  }
  
  @media (max-width: 900px) {
    .logo {
      margin-bottom: 2em;
    }
  
    .links {
      display: none;
    }
  
    .overlay {
      flex-direction: column-reverse;
    }
  
    .col:nth-child(1) {
      border: none;
    }
  
    .send {
      right: 1em;
    }
  
    .send h1 {
      font-size: 150px;
    }
  }
.site-logo {
    font-size: 20px;
    color: #000000;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-align: center;
}
/* first page content */

  
  /* Style for the left section */
.header .left {
    max-width: 45%;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; /* Align items to the start (left) */
    padding-right: 1rem; /* Add some padding to prevent content from touching the edge */
  
}
  
  /* Style the text and button */
  

.header .right {
    max-width: 111%; /* Adjust width of right section */
    margin-right: 11rem; /* Adjust right margin to move left */
    overflow:hidden;
    margin-left: auto;
    margin-top:100px;
    display: flex;
    align-items: center;
    justify-content: center;
    height:auto; 
}
  

.header .left {
    margin-right: auto; /* Pushes left section towards the left */
}
  
.header .right {
    margin-left: auto; /* Pushes right section towards the right */
}
  /* circles */
  



  
@keyframes animate3 {
    100% {
      transform: translateX(14px) translateY(7px); /* Adjust as needed */
    }
}
  
@keyframes animate4 {
    100% {
      transform: translateX(-120px) translateY(-90px); /* Adjust as needed */
    }
}
  
.right .circle2{
    width: 140px;
    height:140px;
    background-color: #000000;
    position: absolute;
    border-radius: 50%;
    top: 190px;
    right:160px;
    z-index:1;
    animation: animate4 1.5s linear infinite alternate;
  
}
a{
  text-decoration: none;
}
@media (max-width: 900px) {
  .send h1 {
    font-size: 70px;

  }
  .right .circle2{
    background-color:#ffffff;
    left: 250px;
    
    
  }
}