:root {
  --prim-color: #7A85C1;
  --sec-color: #364278;
  --thir-color: #434E88;
}

* {
  text-decoration: none;
  padding: 0;
  margin: 0;
  font-family: "Jura", sans-serif;
  font-weight: 700;
  color: white;
  box-sizing: border-box;
}
 body {
    background: linear-gradient(-45deg,var(--sec-color), var(--thir-color),  var(--prim-color), white);
    background-size: 3000% 3000%;
    animation: gradient 15s ease infinite;
    height: 100%;
    position: relative;
  }
@media only screen and (width > 420px) {
  body {
    display: flex;
    justify-content: center;
  }
  .site-wrapper {
    width: 360px;
    height: 760px;
    background: linear-gradient(-45deg,var(--sec-color), var(--thir-color),  var(--prim-color), white);
    background-size: 3000% 3000%;
    animation: gradient 15s ease infinite;
    height: 100%;
    position: relative;
  }
}

  
  .menu {
    position: absolute;
    z-index: 1000;
    top: 25px;
    right: 25px;
  }
  .hero-container {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 100px;
    width: 100%;
    height: 100vh;
  }
  .hero-header-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .hero-vision-text-container {
    display: flex;
    justify-content: center;
    padding-top: 50px;
  }
  .hero-vision-text-container div {
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .hero-overview-wrapper {
    display: flex;
    align-items: center;
    padding-top: 50px;
    flex-direction: column;
    width: 100%;
  }
  .hero-overview-container {
    width: 70%;
    background-color: white;
    padding: 10px;
    padding-bottom: 0px;
    border-radius: 10px;
  }
 
  .hero-overview-info-text {
    color: rgb(99, 99, 99);
    font-size: 11px;
    line-height: 10%;
  }
  .hero-overview-btn {
    display: flex;
    justify-content: center;
    padding-top: 10px;

  }
  .hero-overview-btn span {
    padding: 5px;
    background-color: var(--sec-color);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .extra-links-container {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding-top: 20px;
  }
  .extra-link {
    width: 50%;
    background-color: white;
    padding: 10px;
    border-radius: 5px;
    color: #364278;
    text-align: center;
    margin-top: 5px;    
  }
 

  .section-aiden-overview {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .overview-text-container-1 {
    padding: 25px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .overview-text-1 {
    text-align: center;
  }
  .overview-text-2 {
 
    margin-top: 25px;
  }
  .overview-text-3 {
    margin-top: 15px;
    padding: 20px;
  }
  .overview-text-3 li {
    margin-top: 10px;
  }



  .section-sleep-mask {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .section-sleep-mask-1 {
    display: flex;
    padding-top: 50px;
  }
  .section-sm-1-sensor {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 10px;
  }
  
  .section-sm-cards-container {
    display: flex;
    flex-direction: column;
    padding-left: 25px;
    padding-right: 25px;
  }
  .section-sm-cards-topic-header {
    margin-bottom: 25px;
    margin-top: 50px;
  }
  .section-sm-card {
    border-radius: 15px;
    background-color: white;
    padding: 10px;
    margin-bottom: 25px;
  }
  .section-sm-card-body-text {
    color: rgb(102, 102, 102);
  }
  .section-sm-card-header {
    color: black;
    margin-bottom: 10px;
  }

  .section-aiden {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
  }

  .speech-bubble {
    position: relative;
    background: white;
    border-radius: 50px;
    width: 40%;
  }

  .speech-bubble:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    height: 0;
    border: 19px solid transparent;
    border-right-color: white;
    border-left: 0;
    border-top: 0;
    margin-top: -9.5px;
    margin-left: -19px;
  }
  .speech-bubble-inner {
    position: relative;
    padding: 15px;
    text-align: center;
  }
  .aiden-speech-text {
    color: black;
    font-size: 14px;
  }
  .speech-bubbles-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
  }
  .speech-bubble-container-1 {
    position: relative;
    display: flex;
    justify-content: center;
  }
  .speech-bubble-aiden-img-1 {
    position: absolute;
    top: 15px;
    left: 25px;
  }
   .speech-bubble-container-2 {
    margin-top: 50px;
    position: relative;
    width: 100%;
  }
  .bubble-wrapper {
    position: absolute;
    left: 50px;
    top: 0;
  }

  .speech-bubble-right {
    position: relative;
    background: white;
    border-radius: 50px;
    width: 200px;
  }

  .speech-bubble-right:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    height: 0;
    border: 19px solid transparent;
    border-left-color: white;
    border-right: 0;
    border-top: 0;
    margin-top: -9.5px;
    margin-right: -19px;
  }
  .speech-bubble-aiden-img-2 {
    position: absolute;
    top: 15px;
    right: 25px;
  }
  .section-aiden-tasks-container {
    display: flex;
    flex-direction: column;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 200px;
  }
  .speech-bubble-aiden-img-3 {
    position: absolute;
    top: 15px;
    right: 0;
  }
  .section-app {
    margin-top: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .app-image-container {
    display: flex;
    margin-left: 25px;
    margin-top: 50px;
  }
  .app-img {
    width: 50%;
  }
  .section-about-us {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
  }

  .team-cards-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .team-card {
    margin-top: 25px;
    background-color: white;
    width: 75%;
    border-radius: 15px;
    padding: 10px;
  }


  .section-join-us {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
  }

  .section-feedback {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
  }

  .footer {
    height: 25vh;
  }




  @keyframes gradient {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
