@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
.attribution { font-size: 11px; text-align: center; }
.attribution a { color: hsl(228, 45%, 44%); }

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: 1s;
  }

  body{
    background: white;
    box-sizing: border-box;
  }
  
  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    background-color: white;
    color: white;
    font-family: 'Poppins', sans-serif;
  }
  
  .logo {
    font-size: 1.5rem;
    font-weight: bold;
  }
  
  .nav-links {
    display: flex;
    gap: 2rem;
    font-family: 'Open Sans';
    font-weight: 400;
  }
  
  .nav-links a {
    text-decoration: none;
    color: hsl(243, 87%, 12%);
    font-weight: 500;
    transition: color 0.3s ease;
  }

   
.prime1{
    /**background-color: #0b0c2a;**/
    display: flex;
}

.div-one{
    max-width: 50%;
}


.header{
    font-size: 2rem;
    font-weight: 700;
    font-family: 'Raleway';
    padding-left: 2rem;
    margin-top: 3rem;
    padding-bottom: 2rem;
}

.intro{
    font-size: 1.5rem;
    font-weight: 400;
    font-family: 'Open Sans';
    padding-left: 2rem;
    padding-bottom: 2rem;
    padding-bottom: 3rem;
}

.input-one{
    margin-left: 1.5rem;
    width: 30%;
    padding: 0.2rem;
    font-size: 1rem;
}

.file-img{
    max-width: 80%;
    margin-left: 6rem;
}

button{
    padding: 5px 60px;
    background-color: hsl(224, 93%, 58%);
    border: 0.5px solid black;
    color: white;
    cursor: pointer;
    font-family: 'Raleway';
    font-size: 1.1rem;
    border: none;
}

button:hover{
    background-color: hsl(240, 75%, 98%);
    color: black;
}

.prime2{
    /**background-color: cyan;**/
    display: flex;
    flex-direction: row;
}

.div-three .div-four{
    max-width: 50%;
}

.img-two{
    max-width: 50%;
}

.prime3{
    background: hsl(238, 22%, 44%);
    padding: 2rem;
    color: white;
    padding-bottom: 7rem;
}

.div-five{
    display: flex;
}

.five-one {
    max-width: 50%;
    color: white;
    padding-left: 2rem;
    padding-right: 5rem;
}

.input-two{
    margin-left: 2rem;
}

.five-two{
    max-width: 50%;
    padding-left: 2rem;
    justify-content: center;
}

.access{
    font-size: 2rem;
    font-family: 'Open Sans';
}

.access-text{
    font-size: 1.2rem;
    font-family: 'Open Sans';
    padding-top: 1rem;
}

.five-two {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 7rem;
    max-width: 500px;
  }
  
  .email {
    width: 200%;
    padding: 1rem;
    font-size: 1rem;
  }
  
  .email-message {
    color: red;
    font-size: 0.9rem;
    margin: 0.5rem 0;
  }
  
  .button-two {
    margin-top: 1rem;
    padding: 50px 50px;
  }

  .prime2 {
    background-color: #f8f8fe;
    padding: 6rem 2rem;
    position: relative;
    font-family: 'Open Sans', sans-serif;
  }
  
  .curve {
    width: 100%;
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    z-index: -1;
  }
  
  .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1500px;
    margin: 2rem;
    gap: 4rem;
    flex-wrap: wrap;
  }
  
  .text-content {
    flex: 1;
    min-width: 300px;
  }
  
  .text-content h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #0b0b3b;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 1rem;
  }
  
  .text-content p {
    font-size: 1rem;
    color: #4e4e6e;
    margin-bottom: 1rem;
    line-height: 1.6;
  }
  
  .link {
    color: #3c9f8f;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    text-decoration: underline;
    margin-bottom: 2rem;
  }
  
  .link img {
    margin-left: 0.5rem;
  }
  
  .review {
    background-color: white;
    padding: 1.5rem;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.05);
    max-width: 400px;
  }
  
  .writer {
    display: flex;
    align-items: center;
    margin-top: 1rem;
  }
  
  .kyle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 1rem;
  }
  
  .name {
    font-weight: 700;
    margin: 0;
  }
  
  .position {
    font-size: 0.8rem;
    color: #666;
    margin: 0;
  }
  
  .image-content {
    flex: 1;
    min-width: 300px;
    text-align: center;
  }
  
  .img-two {
    width: 100%;
    max-width: 1000px;
  }
  
  

  .footer {
    background-color: #0b0c2a;
    color: white;
    padding: 4rem 2rem;
  }
  
  .footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: space-between;
  }
  
  .footer-logo img {
    width: 100px;
    margin-bottom: 1rem;
  }
  
  .footer-logo p {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 0.5rem 0;
    font-size: 0.95rem;
  }
  
  .footer-logo p img {
    width: 20px;
    height: 20px;
  }
  
  .footer-links {
    display: flex;
    gap: 4rem;
  }
  
  .footer-links ul {
    list-style: none;
    padding: 0;
  }
  
  .footer-links li {
    margin-bottom: 0.7rem;
  }
  
  .footer-links a {
    text-decoration: none;
    color: #ccc;
    font-size: 0.95rem;
    transition: color 0.3s ease;
  }
  
  .footer-links a:hover {
    color: white;
  }
  
  .footer-socials {
    display: flex;
    gap: 1rem;
    align-items: center;
  }
  
  .footer-socials a {
    border: 1px solid #fff;
    padding: 0.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    transition: background 0.3s ease, transform 0.2s ease;
  }
  
  .footer-socials a:hover {
    background-color: #6c63ff;
    transform: scale(1.1);
  }

.attribution { font-size: 20px; text-align: center; }

.attribution a { color: hsl(0, 0%, 0%); text-decoration: white; }

.attribution a:hover{

color: white;

}
  