:root {
  --primary-clr: #fdfdfd;
  --secondary-clr: #0d1e32;
  --black-clr: black;
}
html {
  scroll-behavior: smooth;

}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  
}

/* Styles for desktop */
@media (min-width: 1024px) {
  nav {
    width: 100vw;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 9vh;
    line-height: 100%;
    background-color: var(--primary-clr);
    position: fixed;
    top: 0;
    z-index: 10;
    justify-content: space-between;
    align-items: center;
    
  }
  nav > #title {
    line-height: 100%;
    margin-left: 48px;
    font-size: 48px;
    font-family: Saira Stencil One;
    font-weight: 200;
    color: var(--black-clr);
    text-decoration: none;
  
    
  }
  .text-flicker-in-glow {
    -webkit-animation: text-flicker-in-glow 4s linear both;
            animation: text-flicker-in-glow 4s linear both;
  }
  
  @-webkit-keyframes text-flicker-in-glow {
    0% {
      opacity: 0;
    }
    10% {
      opacity: 0;
      text-shadow: none;
    }
    10.1% {
      opacity: 1;
      text-shadow: none;
    }
    10.2% {
      opacity: 0;
      text-shadow: none;
    }
    20% {
      opacity: 0;
      text-shadow: none;
    }
    20.1% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.25);
    }
    20.6% {
      opacity: 0;
      text-shadow: none;
    }
    30% {
      opacity: 0;
      text-shadow: none;
    }
    30.1% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
    }
    30.5% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
    }
    30.6% {
      opacity: 0;
      text-shadow: none;
    }
    45% {
      opacity: 0;
      text-shadow: none;
    }
    45.1% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
    }
    50% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
    }
    55% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
    }
    55.1% {
      opacity: 0;
      text-shadow: none;
    }
    57% {
      opacity: 0;
      text-shadow: none;
    }
    57.1% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35);
    }
    60% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35);
    }
    60.1% {
      opacity: 0;
      text-shadow: none;
    }
    65% {
      opacity: 0;
      text-shadow: none;
    }
    65.1% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35), 0 0 100px rgba(255, 255, 255, 0.1);
    }
    75% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35), 0 0 100px rgba(255, 255, 255, 0.1);
    }
    75.1% {
      opacity: 0;
      text-shadow: none;
    }
    77% {
      opacity: 0;
      text-shadow: none;
    }
    77.1% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.4), 0 0 110px rgba(255, 255, 255, 0.2), 0 0 100px rgba(255, 255, 255, 0.1);
    }
    85% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.4), 0 0 110px rgba(255, 255, 255, 0.2), 0 0 100px rgba(255, 255, 255, 0.1);
    }
    85.1% {
      opacity: 0;
      text-shadow: none;
    }
    86% {
      opacity: 0;
      text-shadow: none;
    }
    86.1% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
    }
    100% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
    }
  }
  @keyframes text-flicker-in-glow {
    0% {
      opacity: 0;
    }
    10% {
      opacity: 0;
      text-shadow: none;
    }
    10.1% {
      opacity: 1;
      text-shadow: none;
    }
    10.2% {
      opacity: 0;
      text-shadow: none;
    }
    20% {
      opacity: 0;
      text-shadow: none;
    }
    20.1% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.25);
    }
    20.6% {
      opacity: 0;
      text-shadow: none;
    }
    30% {
      opacity: 0;
      text-shadow: none;
    }
    30.1% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
    }
    30.5% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
    }
    30.6% {
      opacity: 0;
      text-shadow: none;
    }
    45% {
      opacity: 0;
      text-shadow: none;
    }
    45.1% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
    }
    50% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
    }
    55% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
    }
    55.1% {
      opacity: 0;
      text-shadow: none;
    }
    57% {
      opacity: 0;
      text-shadow: none;
    }
    57.1% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35);
    }
    60% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35);
    }
    60.1% {
      opacity: 0;
      text-shadow: none;
    }
    65% {
      opacity: 0;
      text-shadow: none;
    }
    65.1% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35), 0 0 100px rgba(255, 255, 255, 0.1);
    }
    75% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35), 0 0 100px rgba(255, 255, 255, 0.1);
    }
    75.1% {
      opacity: 0;
      text-shadow: none;
    }
    77% {
      opacity: 0;
      text-shadow: none;
    }
    77.1% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.4), 0 0 110px rgba(255, 255, 255, 0.2), 0 0 100px rgba(255, 255, 255, 0.1);
    }
    85% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.4), 0 0 110px rgba(255, 255, 255, 0.2), 0 0 100px rgba(255, 255, 255, 0.1);
    }
    85.1% {
      opacity: 0;
      text-shadow: none;
    }
    86% {
      opacity: 0;
      text-shadow: none;
    }
    86.1% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
    }
    100% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
    }
  }
  
  
  
  #title:hover {
    cursor: pointer;
  }
  .nav-links {
    display: flex;
    line-height: 100%;
    gap: 26px;
    list-style: none;
    margin-right: 48px;
    font-size: 18px;
  }
  .sign-up {
    font-size: 16px;
    font-weight: 400;
    border: 3px solid var(--black-clr);
    padding: 8px 16px;
    border-radius: 6px;
    background-color: var(--primary-clr);
    color: var(--black-clr);
    transition: 0.15s;
    font-weight: 600;
    font-family: Roboto;
    text-decoration: none;
  }
  .sign-up:hover {
    background-color: var(--black-clr);
    color: var(--primary-clr);
    cursor: pointer;
  }
  .log-in {
    font-size: 16px;
    font-weight: 600;
    background-color: var(--black-clr);
    color: var(--primary-clr);
    padding: 10px 16px;
    border-radius: 6px;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.15s;
    font-family: Roboto;
    text-decoration: none;
  }
  .log-in:hover {
    background-color: rgb(65, 65, 65);
  }
  
  
  main > #hero {
    margin-top: 30px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    gap: 0px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: var(--primary-clr);
    /* position: absolute; */
    padding: 40px;
    
  }
  
  .hero-left {
    /* border: 5px solid var(--secondary-clr); */
    background-color: white;
    border-radius: 12px;
    width: 50vw;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 32px;
    /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15); */
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
  
  .hero-left .heading {
    color: var(--secondary-clr);
    text-align: center;
    font-size: 50px;
    font-weight: 600;
    line-height: 64px;
    font-family: Roboto;
    
  }
  
  
  
  .hero-left .sub-heading {
    color: rgb(5, 0, 81);
    text-align: center;
    font-size: 18px;
    padding-top: 20px;
    font-weight: 400;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 32px;
    font-family: Kanit;
  }
  
  .learn-more {
    padding: 18px 24px;
    font-size: 20px;
    background-color: var(--secondary-clr);
    color: var(--primary-clr);
    transition: 0.15s ease-in-out;
    margin-top: 48px;
    font-weight: 600;
    border: none;
    outline: none;
    font-family: Roboto;
    
  }
  .learn-more:hover {
    background-color: var(--primary-clr);
    color: var(--secondary-clr);
    border: 2px solid var(--secondary-clr);
    cursor: pointer;
  }
  
  .hero-right {
    /* border: 2px solid var(--secondary-clr); */
    width: 40vw;
    height: 600px;
    
  }
  
  .hero-right img {
    width: 100%;
    margin-top: 80px;
  }
  #about {
    height: 100vh;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: var(--black-clr);
    color: var(--primary-clr);
  
  
  }
  .about-left {
    width: 45vw;
    height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    background-color: #141414;
    color: var(--primary-clr);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  
  
  }
  .about-left hr {
    width: 15vw;
    background-color: var(--primary-clr);
    color: var(--primary-clr);
    height: 2px;
  }
  .about-left-heading {
    font-size: 34px;
    color: var(--primary-clr);
    padding: 28px;
    font-weight: 600;
    font-family: Roboto;
    
  
  }
  .about-left-sub-heading {
    font-size: 16px;
    color: white;
    padding: 28px;
    margin-top: -15px;
    /* font-style: italic; */
    line-height: 26px;
    font-family: Kanit;
  
  }
  .about-right{
    width: 45vw;
    height: 500px;
  }
  .about-right img {
    width: 80%;
    margin-top: 40px;
  }
  #features {
    height: 100vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  
  }
  .features-headings {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .features-main-heading {
    margin-top: 60px;
    display: block;
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: var(--black-clr);
    font-family: Roboto;
  }
  .features-sub-heading {
    display: inline-block;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: var(--black-clr);
    font-family: Kanit;
  }
  
  .features-wrapper {
    margin-left: 30px;
    margin-right: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 500px;
    gap: 30px;
    background-color: none;
    z-index: 9;
  }
  .feature-1 {
    background-color: whitesmoke;
    width: 300px;
    height: 400px;
  
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  
  }
  .feature-2 {
    background-color: whitesmoke;
    width: 300px;
    height: 400px;
    /* border: 2px solid black; */
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  
  }
  .feature-3 {
    background-color: whitesmoke;
    width: 300px;
    height: 400px;
    /* border: 2px solid black; */
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  
  }
  
  .features-wrapper img {
    width: 100%;
    height: 60%;
  }
  .features-wrapper .image-des {
    width: 100%;
    height: 40%;
    background-color: #fdfdfd;
    padding: 30px;
    text-align: center300px;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    font-family: Kanit;
  }
  
  .features-bottom {
    width: 400px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;

  }
  
  .features-bottom button {
    padding: 20px 40px;
    background-color: var(--black-clr);
    color: var(--primary-clr);
    font-size: 20px;
    transition: 0.15s ease;
    margin-bottom: 60px;
    border: none;
    outline: none;
    font-family: Roboto;
  }
  
  .features-bottom button:hover {
    background-color: var(--primary-clr);
    color: var(--black-clr);
    border: 2px solid var(--black-clr);
    font-weight: 800;
    cursor: pointer;
  }
  #footer {
    height: 92vh;
    background-color: var(--secondary-clr);
    color: var(--primary-clr);
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
  }
  #footer  .footer-heading{
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    margin-top: 80px;
    font-family: Roboto;
  
  }
  .footer-boxes {
    width: 80vw;
    height: 60vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }
  
  .footer-box-1 {
    border: 3px solid var(--primary-clr);
    border-radius: 6px;
    height: 250px;
    width: 400px;
    padding: 32px;
  }
  .footer-box-2 {
    border: 3px solid var(--primary-clr);
    border-radius: 6px;
    height: 250px;
    width: 400px;
    
    padding: 32px;
  }
  .footer-box-3 {
    border: 3px solid var(--primary-clr);
    border-radius: 6px;
    height: 250px;
    width: 480px;
    
    padding: 32px;
  }
  .steps {
    font-size: 20px;
    font-weight: 600;
    font-family: Roboto;
  
  }
  .steps-des {
    margin-top: 32px;
    margin-bottom: 12px;
    font-family: Kanit;
  }
  
  /* hr {
    width: 98vw;
    height: 1px;
    color: var(--primary-clr);
    background-color: var(--primary-clr);
  } */
  
  .footer-bottom {
    background-color: #141414;
    width: 100%;
    height: 40vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
  }
  .footer-title {
    text-align: center;
    font-size: 50px;
    margin-top: 20px;
    font-weight: 400;
    font-family: Saira Stencil One;
  }
  .footer-links {
    display: flex;
    gap: 24px;
    font-size: 18px;
    color: var(--primary-clr);
    justify-content: center;
    align-items: center;
    
    margin-top: 10px;
  }
  .footer-links a {
    text-decoration: none;
    font-family: Roboto;
  }
  .footer-link-1 {
    color: var(--primary-clr);
  }
  .footer-link-2 {
    color: var(--primary-clr);
  }
  .footer-link-3  {
    color: var(--primary-clr);
  }
  .footer-link-1:hover {
    font-weight: 800;
    transition: 0.15s;
    cursor: pointer;
  
  }
  .footer-link-2:hover {
    font-weight: 800;
    transition: 0.15s;
    cursor: pointer;
  
  }
  .footer-link-3:hover {
    font-weight: 800;
    transition: 0.15s;
    cursor: pointer;
  
  }
  
  .copyright {
    text-align: center;
    font-size: 14px;
    color: #ccc;
    margin-top: 24px;
    font-style: italic;
    font-family: Roboto;
  }
  .footer-icons {
    width: 180px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 24px;
    margin-bottom: 32px;
  }
  .footer-icons img {
    width: 30px;
  }
  .footer-icons img:hover {
    cursor: pointer;
  }
}

/* Styles for small laptops */
@media (min-width: 768px) and (max-width: 1024px) {
  nav {
    width: 100vw;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 9vh;
    line-height: 100%;
    background-color: var(--primary-clr);
    position: fixed;
    top: 0;
    z-index: 10;
    justify-content: space-between;
    align-items: center;
    
  }
  nav > #title {
    line-height: 100%;
    margin-left: 48px;
    font-size: 48px;
    
    font-weight: 200;
    color: var(--black-clr);
    font-family: Saira Stencil One;
    text-decoration: none;
    
    
  }
  .text-flicker-in-glow {
    -webkit-animation: text-flicker-in-glow 4s linear both;
            animation: text-flicker-in-glow 4s linear both;
  }
  
  @-webkit-keyframes text-flicker-in-glow {
    0% {
      opacity: 0;
    }
    10% {
      opacity: 0;
      text-shadow: none;
    }
    10.1% {
      opacity: 1;
      text-shadow: none;
    }
    10.2% {
      opacity: 0;
      text-shadow: none;
    }
    20% {
      opacity: 0;
      text-shadow: none;
    }
    20.1% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.25);
    }
    20.6% {
      opacity: 0;
      text-shadow: none;
    }
    30% {
      opacity: 0;
      text-shadow: none;
    }
    30.1% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
    }
    30.5% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
    }
    30.6% {
      opacity: 0;
      text-shadow: none;
    }
    45% {
      opacity: 0;
      text-shadow: none;
    }
    45.1% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
    }
    50% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
    }
    55% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
    }
    55.1% {
      opacity: 0;
      text-shadow: none;
    }
    57% {
      opacity: 0;
      text-shadow: none;
    }
    57.1% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35);
    }
    60% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35);
    }
    60.1% {
      opacity: 0;
      text-shadow: none;
    }
    65% {
      opacity: 0;
      text-shadow: none;
    }
    65.1% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35), 0 0 100px rgba(255, 255, 255, 0.1);
    }
    75% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35), 0 0 100px rgba(255, 255, 255, 0.1);
    }
    75.1% {
      opacity: 0;
      text-shadow: none;
    }
    77% {
      opacity: 0;
      text-shadow: none;
    }
    77.1% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.4), 0 0 110px rgba(255, 255, 255, 0.2), 0 0 100px rgba(255, 255, 255, 0.1);
    }
    85% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.4), 0 0 110px rgba(255, 255, 255, 0.2), 0 0 100px rgba(255, 255, 255, 0.1);
    }
    85.1% {
      opacity: 0;
      text-shadow: none;
    }
    86% {
      opacity: 0;
      text-shadow: none;
    }
    86.1% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
    }
    100% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
    }
  }
  @keyframes text-flicker-in-glow {
    0% {
      opacity: 0;
    }
    10% {
      opacity: 0;
      text-shadow: none;
    }
    10.1% {
      opacity: 1;
      text-shadow: none;
    }
    10.2% {
      opacity: 0;
      text-shadow: none;
    }
    20% {
      opacity: 0;
      text-shadow: none;
    }
    20.1% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.25);
    }
    20.6% {
      opacity: 0;
      text-shadow: none;
    }
    30% {
      opacity: 0;
      text-shadow: none;
    }
    30.1% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
    }
    30.5% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
    }
    30.6% {
      opacity: 0;
      text-shadow: none;
    }
    45% {
      opacity: 0;
      text-shadow: none;
    }
    45.1% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
    }
    50% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
    }
    55% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
    }
    55.1% {
      opacity: 0;
      text-shadow: none;
    }
    57% {
      opacity: 0;
      text-shadow: none;
    }
    57.1% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35);
    }
    60% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35);
    }
    60.1% {
      opacity: 0;
      text-shadow: none;
    }
    65% {
      opacity: 0;
      text-shadow: none;
    }
    65.1% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35), 0 0 100px rgba(255, 255, 255, 0.1);
    }
    75% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35), 0 0 100px rgba(255, 255, 255, 0.1);
    }
    75.1% {
      opacity: 0;
      text-shadow: none;
    }
    77% {
      opacity: 0;
      text-shadow: none;
    }
    77.1% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.4), 0 0 110px rgba(255, 255, 255, 0.2), 0 0 100px rgba(255, 255, 255, 0.1);
    }
    85% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.4), 0 0 110px rgba(255, 255, 255, 0.2), 0 0 100px rgba(255, 255, 255, 0.1);
    }
    85.1% {
      opacity: 0;
      text-shadow: none;
    }
    86% {
      opacity: 0;
      text-shadow: none;
    }
    86.1% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
    }
    100% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
    }
  }
  
  
  
  #title:hover {
    cursor: pointer;
  }
  .nav-links {
    display: flex;
    line-height: 100%;
    gap: 26px;
    list-style: none;
    margin-right: 48px;
    font-size: 18px;
  }
  .sign-up {
    font-size: 12px;
    font-weight: 400;
    border: 3px solid var(--black-clr);
    padding: 6px 10px;
    border-radius: 6px;
    background-color: var(--primary-clr);
    color: var(--black-clr);
    transition: 0.15s;
    font-weight: 600;
    font-family: Roboto;
    text-decoration: none;
  }
  .sign-up:hover {
    background-color: var(--black-clr);
    color: var(--primary-clr);
    cursor: pointer;
  }
  .log-in {
    font-size: 12px;
    font-weight: 600;
    background-color: var(--black-clr);
    color: var(--primary-clr);
    padding: 8px 12px;
    border-radius: 6px;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.15s;
    font-family: Roboto;
    text-decoration: none;
  }
  .log-in:hover {
    background-color: rgb(65, 65, 65);
  }

  main > #hero {
    /* margin-top: 24px; */
    height: 100vh;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: var(--primary-clr);
    padding: 32px;
    
  }
  
  .hero-left {
    background-color: white;
    border-radius: 12px;
    width: 50vw;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 18px;
    /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15); */
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
  
  .hero-left .heading {
    color: var(--secondary-clr);
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    font-family: Roboto;
  }
  .hero-left .sub-heading {
    color: #141414;
    text-align: center;
    font-size: 16px;
    padding-top: 20px;
    font-weight: 400;
    padding-left: 16px;
    padding-right: 16px;
    line-height: 22px;
    font-family: Kanit;
  }
  
  .learn-more {
    padding: 12px 18px;
    font-size: 20px;
    background-color: var(--secondary-clr);
    color: var(--primary-clr);
    transition: 0.15s ease-in-out;
    margin-top: 48px;
    font-weight: 600;
    border: none;
    outline: none;
    
  }
  .learn-more:hover {
    background-color: var(--primary-clr);
    color: var(--secondary-clr);
    border: 2px solid var(--secondary-clr);
    cursor: pointer;
  }
  
  .hero-right {
    /* border: 2px solid var(--secondary-clr); */
    width: 40vw;
    height: 400px;
    
  }
  .hero-right img {
    width: 120%;
    margin-top: 40px;
  }
  #about {
    height: 100vh;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: var(--black-clr);
    color: var(--primary-clr);
  
  
  }
  .about-left {
    width: 45vw;
    height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    background-color: #141414;
    color: var(--primary-clr);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  
  
  }
  .about-left hr {
    width: 15vw;
    background-color: var(--primary-clr);
    color: var(--primary-clr);
    height: 1px;
  }
  .about-left-heading {
    font-size: 22px;
    color: var(--primary-clr);
    padding: 22px;
    font-weight: 600;
    font-family: Roboto;
  
  }
  .about-left-sub-heading {
    font-size: 14px;
    color: white;
    padding: 22px;
    margin-top: -15px;
    line-height: 22px;
    font-family: Kanit;
  
  }
  .about-right{
    width: 45vw;
    height: 500px;
  }
  .about-right img {
    width: 90%;
    margin-top: 100px;
  }
  #features {
    width: 100vw;
    height: 190vh;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
  
  }
  .features-headings {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-bottom: 22px;
    
  }
  .features-main-heading {
    margin-top: 40px;
    display: block;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    color: var(--black-clr);
    font-family: Roboto;
  }
  .features-sub-heading {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: var(--black-clr);
    font-family: Kanit;
  }
  
  .features-wrapper {
    margin-left: 15px;
    margin-right: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 500px;
    gap: 30px;
    background-color: none;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    z-index: 9;
    margin-top: 350px;
  }
  .feature-1 {
    background-color: whitesmoke;
    width: 350px;
    height: 400px;
    /* border: 2px solid black; */
  
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  
  }
  .feature-2 {
    background-color: whitesmoke;
    width: 350px;
    height: 400px;
    /* border: 2px solid black; */
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  
  }
  .feature-3 {
    background-color: whitesmoke;
    width: 350px;
    height: 400px;
    /* border: 2px solid black; */
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  
  }
  
  .features-wrapper img {
    width: 100%;
    height: 60%;
  }
  .features-wrapper .image-des {
    width: 100%;
    height: 40%;
    background-color: #fdfdfd;
    padding: 30px;
    text-align: center300px;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    font-family: Kanit;
  }
  
  .features-bottom {
    width: 400px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .features-bottom button {

    padding: 12px 20px;
    background-color: var(--black-clr);
    color: var(--primary-clr);
    font-size: 20px;
    transition: 0.15s ease;
    margin-top: 800px;
    border: none;
    outline: none;
    font-family: Roboto;
  }
  
  .features-bottom button:hover {
    background-color: var(--primary-clr);
    color: var(--black-clr);
    border: 2px solid var(--black-clr);
    font-weight: 800;
    cursor: pointer;
  }
  #footer {
    height: 100vh;
    background-color: var(--secondary-clr);
    color: var(--primary-clr);
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
  }
  #footer  .footer-heading{
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 20px;
  
  }
  .footer-boxes {
    width: 90vw;
    height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
  }
  
  .footer-box-1 {
    border: 2px solid var(--primary-clr);
    border-radius: 6px;
    height: 190px;
    width: 400px;
    padding: 32px;
  }
  .footer-box-2 {
    border: 2px solid var(--primary-clr);
    border-radius: 6px;
    height: 150px;
    width: 400px;

    padding: 32px;
  }
  .footer-box-3 {
    border: 2px solid var(--primary-clr);
    border-radius: 6px;
    height: 150px;
    width: 400px;
    
    padding: 32px;
  }
  .steps {
    font-size: 18px;
    font-weight: 600;
    font-family: Roboto;
  }
  .steps-des {
    margin-top: 32px;
    margin-bottom: 12px;
    font-size: 13px;
    font-family: Kanit;
  }
 
  .footer-bottom {
    background-color: #141414;
    width: 100%;
    height: 30vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
  }
  .footer-title {
    text-align: center;
    font-size: 35px;
    margin-top: 20px;
    font-weight: 400;
    font-family: Saira Stencil One;
  }
  .footer-links {
    display: flex;
    gap: 24px;
    font-size: 14px;
    color: var(--primary-clr);
    justify-content: center;
    align-items: center;
    margin-top: 10px;

  }
  .footer-links a {
    text-decoration: none;
    font-family: Roboto;
  }
  .footer-link-1 {
    color: var(--primary-clr);
  }
  .footer-link-2 {
    color: var(--primary-clr);
  }
  .footer-link-3  {
    color: var(--primary-clr);
  }
  .footer-link-1:hover {
    font-weight: 800;
    transition: 0.15s;
    cursor: pointer;
  
  }
  .footer-link-2:hover {
    font-weight: 800;
    transition: 0.15s;
    cursor: pointer;
  
  }
  .footer-link-3:hover {
    font-weight: 800;
    transition: 0.15s;
    cursor: pointer;
  
  }
  
  .copyright {
    text-align: center;
    font-size: 10px;
    color: #ccc;
    margin-top: 24px;
    font-family: Roboto;
    font-style: italic;
  }
  .footer-icons {
    width: 120px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 24px;
    margin-bottom: 32px;
  }
  .footer-icons img {
    width: 20px;
  }
  .footer-icons img:hover {
    cursor: pointer;
  }
}

/* Styles for tablets */
@media (min-width: 480px) and (max-width: 768px) {
  nav {
    width: 100vw;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 9vh;
    line-height: 100%;
    background-color: var(--primary-clr);
    position: fixed;
    top: 0;
    z-index: 10;
    justify-content: space-between;
    align-items: center;
    
  }
  nav > #title {
    line-height: 100%;
    margin-left: 32px;
    font-size: 32px;
    font-family: Saira Stencil One;
    font-weight: 200;
    color: var(--black-clr);
    text-decoration: none;
  
    
  }
  .text-flicker-in-glow {
    -webkit-animation: text-flicker-in-glow 4s linear both;
            animation: text-flicker-in-glow 4s linear both;
  }
  
  @-webkit-keyframes text-flicker-in-glow {
    0% {
      opacity: 0;
    }
    10% {
      opacity: 0;
      text-shadow: none;
    }
    10.1% {
      opacity: 1;
      text-shadow: none;
    }
    10.2% {
      opacity: 0;
      text-shadow: none;
    }
    20% {
      opacity: 0;
      text-shadow: none;
    }
    20.1% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.25);
    }
    20.6% {
      opacity: 0;
      text-shadow: none;
    }
    30% {
      opacity: 0;
      text-shadow: none;
    }
    30.1% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
    }
    30.5% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
    }
    30.6% {
      opacity: 0;
      text-shadow: none;
    }
    45% {
      opacity: 0;
      text-shadow: none;
    }
    45.1% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
    }
    50% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
    }
    55% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
    }
    55.1% {
      opacity: 0;
      text-shadow: none;
    }
    57% {
      opacity: 0;
      text-shadow: none;
    }
    57.1% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35);
    }
    60% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35);
    }
    60.1% {
      opacity: 0;
      text-shadow: none;
    }
    65% {
      opacity: 0;
      text-shadow: none;
    }
    65.1% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35), 0 0 100px rgba(255, 255, 255, 0.1);
    }
    75% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35), 0 0 100px rgba(255, 255, 255, 0.1);
    }
    75.1% {
      opacity: 0;
      text-shadow: none;
    }
    77% {
      opacity: 0;
      text-shadow: none;
    }
    77.1% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.4), 0 0 110px rgba(255, 255, 255, 0.2), 0 0 100px rgba(255, 255, 255, 0.1);
    }
    85% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.4), 0 0 110px rgba(255, 255, 255, 0.2), 0 0 100px rgba(255, 255, 255, 0.1);
    }
    85.1% {
      opacity: 0;
      text-shadow: none;
    }
    86% {
      opacity: 0;
      text-shadow: none;
    }
    86.1% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
    }
    100% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
    }
  }
  @keyframes text-flicker-in-glow {
    0% {
      opacity: 0;
    }
    10% {
      opacity: 0;
      text-shadow: none;
    }
    10.1% {
      opacity: 1;
      text-shadow: none;
    }
    10.2% {
      opacity: 0;
      text-shadow: none;
    }
    20% {
      opacity: 0;
      text-shadow: none;
    }
    20.1% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.25);
    }
    20.6% {
      opacity: 0;
      text-shadow: none;
    }
    30% {
      opacity: 0;
      text-shadow: none;
    }
    30.1% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
    }
    30.5% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
    }
    30.6% {
      opacity: 0;
      text-shadow: none;
    }
    45% {
      opacity: 0;
      text-shadow: none;
    }
    45.1% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
    }
    50% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
    }
    55% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
    }
    55.1% {
      opacity: 0;
      text-shadow: none;
    }
    57% {
      opacity: 0;
      text-shadow: none;
    }
    57.1% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35);
    }
    60% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35);
    }
    60.1% {
      opacity: 0;
      text-shadow: none;
    }
    65% {
      opacity: 0;
      text-shadow: none;
    }
    65.1% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35), 0 0 100px rgba(255, 255, 255, 0.1);
    }
    75% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35), 0 0 100px rgba(255, 255, 255, 0.1);
    }
    75.1% {
      opacity: 0;
      text-shadow: none;
    }
    77% {
      opacity: 0;
      text-shadow: none;
    }
    77.1% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.4), 0 0 110px rgba(255, 255, 255, 0.2), 0 0 100px rgba(255, 255, 255, 0.1);
    }
    85% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.4), 0 0 110px rgba(255, 255, 255, 0.2), 0 0 100px rgba(255, 255, 255, 0.1);
    }
    85.1% {
      opacity: 0;
      text-shadow: none;
    }
    86% {
      opacity: 0;
      text-shadow: none;
    }
    86.1% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
    }
    100% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
    }
  }
  
  
  
  #title:hover {
    cursor: pointer;
  }
  .nav-links {
    display: flex;
    line-height: 100%;
    gap: 12px;
    list-style: none;
    margin-right: 48px;
    font-size: 18px;
  }
  .sign-up {
    font-size: 12px;
    font-weight: 400;
    border: 3px solid var(--black-clr);
    padding: 6px 12px;
    border-radius: 6px;
    background-color: var(--primary-clr);
    color: var(--black-clr);
    transition: 0.15s;
    font-weight: 600;
    font-family: Roboto;
    text-decoration: none;
  }
  .sign-up:hover {
    background-color: var(--black-clr);
    color: var(--primary-clr);
    cursor: pointer;
  }
  .log-in {
    font-size: 12px;
    font-weight: 600;
    background-color: var(--black-clr);
    color: var(--primary-clr);
    padding: 8px 14px;
    border-radius: 6px;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.15s;
    font-family: Roboto;
    text-decoration: none;
  }
  .log-in:hover {
    background-color: rgb(65, 65, 65);
  }

  main > #hero {
    /* margin-top: 24px; */
    height: 100vh;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: var(--primary-clr);
    padding: 32px;
    
  }
  
  .hero-left {
    margin-top: 32px;
    background-color: white;
    border-radius: 12px;
    width: 90vw;
    height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 18px;
    /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15); */
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
  
  .hero-left .heading {
    color: var(--secondary-clr);
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    font-family: Roboto;
  }
  .hero-left .sub-heading {
    color: #141414;
    text-align: center;
    font-size: 12px;
    padding-top: 20px;
    font-weight: 400;
    padding-left: 16px;
    padding-right: 16px;
    line-height: 16px;
    font-family: Kanit;
  }
  
  .learn-more {
    padding: 8px 12px;
    font-size: 16px;
    background-color: var(--secondary-clr);
    color: var(--primary-clr);
    transition: 0.15s ease-in-out;
    margin-top: 22px;
    font-weight: 600;
    margin-bottom: -12px;
    border: none;
    outline: none;
    font-family: Roboto;

  }
  .learn-more:hover {
    background-color: var(--primary-clr);
    color: var(--secondary-clr);
    border: 2px solid var(--secondary-clr);
    cursor: pointer;
  }
  
  .hero-right {
    /* border: 2px solid var(--secondary-clr); */
    width: 60vw;
    height: 400px;
    
  }
  .hero-right img {
    width: 90%;
    margin-top: 40px;
  }
  #about {
    height: 120vh;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: var(--black-clr);
    color: var(--primary-clr);
  
  
  }
  .about-left {
    margin-top: 40px;
    width: 90vw;
    height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    background-color: #141414;
    color: var(--primary-clr);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  
  
  }
  .about-left hr {
    width: 45vw;
    background-color: var(--primary-clr);
    color: var(--primary-clr);
    height: 2px;
  }
  .about-left-heading {
    font-size: 26px;
    color: var(--primary-clr);
    padding: 22px;
    font-weight: 600;
    font-family: Roboto;
  
  }
  .about-left-sub-heading {
    font-size: 12px;
    color: white;
    padding: 22px;
    margin-top: -45px;
    line-height: 22px;
    font-family: Kanit;
  
  }
  .about-right{
    width: 90vw;
    height: 400px;
  }
  .about-right img {
    width: 60%;
    margin-top: -30px;
    margin-left: 120px;
  }
  #features {
    width: 100vw;
    height: 160vh;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
  
  }
  .features-headings {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-bottom: 22px;
  }
  .features-main-heading {
    margin-top: 40px;
    display: block;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    color: var(--black-clr);
    font-family: Roboto;
  }
  .features-sub-heading {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: var(--black-clr);
    font-family: Kanit;
  }
  
  .features-wrapper {
    margin-left: 15px;
    margin-right: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 500px;
    gap: 30px;
    background-color: none;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    z-index: 9;
    margin-top: 250px;
  }
  .feature-1 {
    background-color: whitesmoke;
    width: 300px;
    height: 300px;
    /* border: 2px solid black; */
  
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  
  }
  .feature-2 {
    background-color: whitesmoke;
    width: 300px;
    height: 300px;
    /* border: 2px solid black; */
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  
  }
  .feature-3 {
    background-color: whitesmoke;
    width: 300px;
    height: 300px;
    /* border: 2px solid black; */
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  
  }
  
  .features-wrapper img {
    width: 100%;
    height: 60%;
  }
  .features-wrapper .image-des {
    width: 100%;
    height: 40%;
    background-color: #fdfdfd;
    padding: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
    font-family: Kanit;
  }
  
  .features-bottom {
    width: 400px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .features-bottom button {

    padding: 8px 16px;
    background-color: var(--black-clr);
    color: var(--primary-clr);
    font-size: 16px;
    transition: 0.15s ease;
    margin-top: 550px;
    border: none;
    outline: none;
    font-family: Roboto;
  }
  
  .features-bottom button:hover {
    background-color: var(--primary-clr);
    color: var(--black-clr);
    border: 2px solid var(--black-clr);
    font-weight: 800;
    cursor: pointer;
  }
  #footer {
    height: 100vh;
    background-color: var(--secondary-clr);
    color: var(--primary-clr);
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
  }
  #footer  .footer-heading{
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 22px;
    line-height: 40px;
  
  }
  .footer-boxes {
    width: 90vw;
    height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
  }
  
  .footer-box-1 {
    border: 2px solid var(--primary-clr);
    border-radius: 6px;
    height: 140px;
    width: 400px;
    padding: 32px;
  }
  .footer-box-2 {
    border: 2px solid var(--primary-clr);
    border-radius: 6px;
    height: 120px;
    width: 400px;
    
    padding: 32px;
  }
  .footer-box-3 {
    border: 2px solid var(--primary-clr);
    border-radius: 6px;
    height: 120px;
    width: 400px;
    
    padding: 32px;
  }
  .steps {
    font-size: 16px;
    font-weight: 600;
    font-family: Roboto;
  }
  .steps-des {
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 12px;
    font-family: Kanit;
  }
 
  .footer-bottom {
    background-color: #141414;
    width: 100%;
    height: 30vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
  }
  .footer-title {
    text-align: center;
    font-size: 28px;
    margin-top: 20px;
    font-weight: 400;
    font-family: Saira Stencil One;
  }
  .footer-links {
    display: flex;
    gap: 24px;
    font-size: 14px;
    color: var(--primary-clr);
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }
  .footer-links a {
    text-decoration: none;
    font-family: Roboto;
  }
  .footer-link-1 {
    color: var(--primary-clr);
  }
  .footer-link-2 {
    color: var(--primary-clr);
  }
  .footer-link-3  {
    color: var(--primary-clr);
  }
  .footer-link-1:hover {
    font-weight: 800;
    transition: 0.15s;
    cursor: pointer;
  
  }
  .footer-link-2:hover {
    font-weight: 800;
    transition: 0.15s;
    cursor: pointer;
  
  }
  .footer-link-3:hover {
    font-weight: 800;
    transition: 0.15s;
    cursor: pointer;
  
  }
  
  .copyright {
    text-align: center;
    font-size: 10px;
    color: #ccc;
    margin-top: 24px;
    font-style: italic;
    font-family: Roboto;
  }
  .footer-icons {
    width: 110px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 24px;
    margin-bottom: 32px;
  }
  .footer-icons img {
    width: 18px;
  }
  .footer-icons img:hover {
    cursor: pointer;
  }
}

/* Styles for small phones */
@media (max-width: 480px) {
  nav {
    width: 100vw;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 7vh;
    line-height: 100%;
    background-color: var(--primary-clr);
    position: fixed;
    top: 0;
    z-index: 10;
    justify-content: space-between;
    align-items: center;
    
  }
  nav > #title {
    line-height: 100%;
    margin-left: 22px;
    font-size: 28px;
    font-family: Saira Stencil One;
    font-weight: 200;
    color: var(--black-clr);
    text-decoration: none;
  
    
  }
  .text-flicker-in-glow {
    -webkit-animation: text-flicker-in-glow 4s linear both;
            animation: text-flicker-in-glow 4s linear both;
  }
  
  @-webkit-keyframes text-flicker-in-glow {
    0% {
      opacity: 0;
    }
    10% {
      opacity: 0;
      text-shadow: none;
    }
    10.1% {
      opacity: 1;
      text-shadow: none;
    }
    10.2% {
      opacity: 0;
      text-shadow: none;
    }
    20% {
      opacity: 0;
      text-shadow: none;
    }
    20.1% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.25);
    }
    20.6% {
      opacity: 0;
      text-shadow: none;
    }
    30% {
      opacity: 0;
      text-shadow: none;
    }
    30.1% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
    }
    30.5% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
    }
    30.6% {
      opacity: 0;
      text-shadow: none;
    }
    45% {
      opacity: 0;
      text-shadow: none;
    }
    45.1% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
    }
    50% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
    }
    55% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
    }
    55.1% {
      opacity: 0;
      text-shadow: none;
    }
    57% {
      opacity: 0;
      text-shadow: none;
    }
    57.1% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35);
    }
    60% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35);
    }
    60.1% {
      opacity: 0;
      text-shadow: none;
    }
    65% {
      opacity: 0;
      text-shadow: none;
    }
    65.1% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35), 0 0 100px rgba(255, 255, 255, 0.1);
    }
    75% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35), 0 0 100px rgba(255, 255, 255, 0.1);
    }
    75.1% {
      opacity: 0;
      text-shadow: none;
    }
    77% {
      opacity: 0;
      text-shadow: none;
    }
    77.1% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.4), 0 0 110px rgba(255, 255, 255, 0.2), 0 0 100px rgba(255, 255, 255, 0.1);
    }
    85% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.4), 0 0 110px rgba(255, 255, 255, 0.2), 0 0 100px rgba(255, 255, 255, 0.1);
    }
    85.1% {
      opacity: 0;
      text-shadow: none;
    }
    86% {
      opacity: 0;
      text-shadow: none;
    }
    86.1% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
    }
    100% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
    }
  }
  @keyframes text-flicker-in-glow {
    0% {
      opacity: 0;
    }
    10% {
      opacity: 0;
      text-shadow: none;
    }
    10.1% {
      opacity: 1;
      text-shadow: none;
    }
    10.2% {
      opacity: 0;
      text-shadow: none;
    }
    20% {
      opacity: 0;
      text-shadow: none;
    }
    20.1% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.25);
    }
    20.6% {
      opacity: 0;
      text-shadow: none;
    }
    30% {
      opacity: 0;
      text-shadow: none;
    }
    30.1% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
    }
    30.5% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
    }
    30.6% {
      opacity: 0;
      text-shadow: none;
    }
    45% {
      opacity: 0;
      text-shadow: none;
    }
    45.1% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
    }
    50% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
    }
    55% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
    }
    55.1% {
      opacity: 0;
      text-shadow: none;
    }
    57% {
      opacity: 0;
      text-shadow: none;
    }
    57.1% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35);
    }
    60% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35);
    }
    60.1% {
      opacity: 0;
      text-shadow: none;
    }
    65% {
      opacity: 0;
      text-shadow: none;
    }
    65.1% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35), 0 0 100px rgba(255, 255, 255, 0.1);
    }
    75% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35), 0 0 100px rgba(255, 255, 255, 0.1);
    }
    75.1% {
      opacity: 0;
      text-shadow: none;
    }
    77% {
      opacity: 0;
      text-shadow: none;
    }
    77.1% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.4), 0 0 110px rgba(255, 255, 255, 0.2), 0 0 100px rgba(255, 255, 255, 0.1);
    }
    85% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.4), 0 0 110px rgba(255, 255, 255, 0.2), 0 0 100px rgba(255, 255, 255, 0.1);
    }
    85.1% {
      opacity: 0;
      text-shadow: none;
    }
    86% {
      opacity: 0;
      text-shadow: none;
    }
    86.1% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
    }
    100% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
    }
  }
  
  
  
  #title:hover {
    cursor: pointer;
  }
  .nav-links {
    display: flex;
    line-height: 100%;
    gap: 6px;
    list-style: none;
    margin-right: 18px;
    font-size: 18px;
  }
  .sign-up {
    font-size: 12px;
    font-weight: 400;
    border: 3px solid var(--black-clr);
    padding: 4px 12px;
    border-radius: 6px;
    background-color: var(--primary-clr);
    color: var(--black-clr);
    transition: 0.15s;
    font-weight: 600;
    font-family: Roboto;
    text-decoration: none;
  }
  .sign-up:hover {
    background-color: var(--black-clr);
    color: var(--primary-clr);
    cursor: pointer;
  }
  .log-in {
    font-size: 12px;
    font-weight: 600;
    background-color: var(--black-clr);
    color: var(--primary-clr);
    padding: 6px 14px;
    border-radius: 6px;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.15s;
    font-family: Roboto;
    text-decoration: none;
  }
  .log-in:hover {
    background-color: rgb(65, 65, 65);
  }

  main > #hero {
    /* margin-top: 24px; */
    height: 100vh;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: var(--primary-clr);
    padding: 22px;
    
  }
  
  .hero-left {
    margin-top: 22px;
    background-color: white;
    border-radius: 12px;
    width: 90vw;
    height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 18px;
    /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15); */
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
  
  .hero-left .heading {
    color: var(--secondary-clr);
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    font-family: Roboto;
  }
  .hero-left .sub-heading {
    color: #141414;
    text-align: center;
    font-size: 12px;
    padding-top: 20px;
    font-weight: 400;
    padding-left: 16px;
    padding-right: 16px;
    line-height: 16px;
    font-family: Kanit;
  }
  
  .learn-more {
    padding: 6px 10px;
    font-size: 16px;
    background-color: var(--secondary-clr);
    color: var(--primary-clr);
    transition: 0.15s ease-in-out;
    margin-top: 22px;
    font-weight: 600;
    margin-bottom: -12px;
    border: none;
    outline: none;
    font-family: Roboto;
    
  }
  .learn-more:hover {
    background-color: var(--primary-clr);
    color: var(--secondary-clr);
    border: 2px solid var(--secondary-clr);
    cursor: pointer;
  }
  
  .hero-right {
    /* border: 2px solid var(--secondary-clr); */
    width: 90vw;
    height: 400px;
    
  }
  .hero-right img {
    width: 100%;
    margin-top: 40px;
  }

  #about {
    height: 110vh;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: var(--black-clr);
    color: var(--primary-clr);
  }

  .about-left {
    margin-top: 20px;
    width: 90vw;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    background-color: #141414;
    color: var(--primary-clr);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }

  .about-left hr {
    width: 45vw;
    background-color: var(--primary-clr);
    color: var(--primary-clr);
    height: 2px;
  }

  .about-left-heading {
    font-size: 22px;
    color: var(--primary-clr);
    padding: 22px;
    font-weight: 600;
    font-family: Roboto;
  }

  .about-left-sub-heading {
    font-size: 11px;
    color: white;
    padding: 22px;
    margin-top: -15px;
    font-family: Kanit;
    line-height: 18px;
  }

  .about-right{
    width: 80vw;
    height: 400px;
  }
  .about-right img {
    width: 100%;
    margin-top: 0px;
  }
  #features {
    width: 100vw;
    height: 160vh;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
  
  }
  .features-headings {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-bottom: 22px;
  }
  .features-main-heading {
    margin-top: 40px;
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: var(--black-clr);
    font-family: Roboto;
  }
  .features-sub-heading {
    display: inline-block;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: var(--black-clr);
    font-family: Kanit;
  }
  
  .features-wrapper {
    margin-left: 15px;
    margin-right: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 500px;
    gap: 30px;
    background-color: none;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    z-index: 9;
    margin-top: 250px;
  }
  .feature-1 {
    background-color: whitesmoke;
    width: 250px;
    height: 300px;
    /* border: 2px solid black; */
  
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  
  }
  .feature-2 {
    background-color: whitesmoke;
    width: 250px;
    height: 300px;
    /* border: 2px solid black; */
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  
  }
  .feature-3 {
    background-color: whitesmoke;
    width: 250px;
    height: 300px;
    /* border: 2px solid black; */
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  
  }
  
  .features-wrapper img {
    width: 100%;
    height: 60%;
    object-fit: fill;
  }
  .features-wrapper .image-des {
    width: 100%;
    height: 40%;
    background-color: #fdfdfd;
    padding: 30px;
    text-align: center300px;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    font-family: Roboto;
  }
  
  .features-bottom {
    width: 400px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .features-bottom button {

    padding: 8px 16px;
    background-color: var(--black-clr);
    color: var(--primary-clr);
    font-size: 16px;
    transition: 0.15s ease;
    margin-top: 550px;
    border: none;
    outline: none;
    font-family: Roboto;
  }
  
  .features-bottom button:hover {
    background-color: var(--primary-clr);
    color: var(--black-clr);
    border: 2px solid var(--black-clr);
    font-weight: 800;
    cursor: pointer;
  }
  #footer {
    height: 100vh;
    background-color: var(--secondary-clr);
    color: var(--primary-clr);
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
  }
  #footer  .footer-heading{
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 16px;
    line-height: 40px;
    font-family: Roboto;
  
  }
  .footer-boxes {
    width: 70vw;
    height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
  }
  
  .footer-box-1 {
    border: 2px solid var(--primary-clr);
    border-radius: 6px;
    height: 160px;
    width: 300px;
    padding: 32px;
    
  }
  .footer-box-2 {
    border: 2px solid var(--primary-clr);
    border-radius: 6px;
    height: 140px;
    width: 300px;
    padding: 32px;
  }
  .footer-box-3 {
    border: 2px solid var(--primary-clr);
    border-radius: 6px;
    height: 140px;
    width: 300px;
    padding: 32px;
    
  }
  .steps {
    font-size: 16px;
    font-weight: 600;
    font-family: Roboto;
  
  }
  .steps-des {
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 12px;
    font-family: Kanit;
  }
 
  .footer-bottom {
    background-color: #141414;
    width: 100%;
    height: 30vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
  }
  .footer-title {
    text-align: center;
    font-size: 24px;
    margin-top: 20px;
    font-weight: 400;
    font-family: Saira Stencil One;
  }
  .footer-links {
    display: flex;
    gap: 12px;
    font-size: 12px;
    color: var(--primary-clr);
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }
  .footer-links a {
    text-decoration: none;
    font-family: Roboto;
  }
  .footer-link-1 {
    color: var(--primary-clr);
  }
  .footer-link-2 {
    color: var(--primary-clr);
  }
  .footer-link-3  {
    color: var(--primary-clr);
  }
  .footer-link-1:hover {
    font-weight: 800;
    transition: 0.15s;
    cursor: pointer;
  
  }
  .footer-link-2:hover {
    font-weight: 800;
    transition: 0.15s;
    cursor: pointer;
  
  }
  .footer-link-3:hover {
    font-weight: 800;
    transition: 0.15s;
    cursor: pointer;
  
  }
  
  .copyright {
    text-align: center;
    font-size: 10px;
    color: #ccc;
    margin-top: 16px;
    font-style: italic;
    font-family: Roboto;
  }
  .footer-icons {
    width: 80px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 24px;
    margin-bottom: 32px;
  }
  .footer-icons img {
    width: 16px;
  }
  .footer-icons img:hover {
    cursor: pointer;
  }
}

/* Log In Styles */
.main-con {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sign-up-heading {
  font-size: 32px;
  font-family: Roboto;
  font-weight: 800;
  margin-bottom: 20px;

}
.main-con .sign-up-con {
  width: auto;
  height: 490px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 32px;
  background-color: var(--primary-clr);
  
}
.form-grp-1 {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: left;
  width: 250px;
  height: 80px;
  margin-bottom: 10px;
}
.form-grp-2 {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: left;
  width: 250px;
  height: 80px;
  margin-bottom: 10px;
}
.form-grp-3 {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: left;
  width: 250px;
  height: 80px;
  margin-bottom: 10px;
}
.form-grp-4 {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: left;
  width: 250px;
  height: 80px;
  margin-bottom: 10px;
}
label {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 800;
  font-family: Roboto;
  margin-bottom: 5px;
}

input {
  width: 250px;
  height: 90px;
  border-radius: 6px;
  border: 1.5px solid black;
  outline: 1px solid var(--black-clr);
  font-family: Roboto;
  text-align: center;
}
#submit {
  width: 250px;
  padding: 14px 20px;
  background-color: var(--black-clr);
  color: var(--primary-clr);
  transition: 0.15s ease;
  border: none;
  outline: none;
  border-radius: 6px;
  margin-top: 20px;
  font-size: 18px;
}
#submit:hover {
  color: var(--black-clr);
  background-color: var(--primary-clr);
  border: 2px solid var(--black-clr);
  cursor: pointer;
}
/* Sign Up Styles */
.sign-up-bottom {
  font-size:20px;
  font-family: Roboto;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
}
/* Log In Styles */
.log-in-heading {
  font-size: 32px;
  font-family: Roboto;
  font-weight: 800;
  margin-bottom: 20px;

}
.main-con .log-in-con {
  width: auto;
  height: 300px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 32px;
  background-color: var(--primary-clr);
  
}
.log-in-bottom {
  font-size:20px;
  font-family: Roboto;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
}

