* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font: normal normal 900 48px/19px Poppins;
    background-color: #fff;
    color: #333;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    background-color: #fff;
}

.nav-buttons {
    display: flex;
    justify-content: space-between;
    float: right;
    padding: 20px 40px;
    background-color: #fff;
    margin-right: 200px;
}

.logo-title {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.logo-title .logo {
    width: 140px;
    height: 140px;
    margin-right: 10px;
    margin-left: 170px;
}


.title {
    text-align: left;
    font: normal normal 900 48px/19px Poppins;    font-weight: 900;
    font-size: 48px;
    letter-spacing: 0px;
    margin-left: 19px;
    color: #000000;
}

nav a {
    font-weight: bold;
    text-decoration: none;
    color: #000;
    font-size: 12px;
    text-align: left;
    font-family: 'Poppins';
    font: normal normal normal 16px/25px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    font-size: 14px;
}

nav .button {
    background-color: #121B28;
    color: #fff;
    width: 132px;
    height: 41px;
    padding: 10px 20px;
    margin-right: 36px;
    text-transform: uppercase;
  
}


nav a:last-child {
    font-size: 14px;
    color: #1e1e1e;
    text-transform: uppercase;
}


.hero {
    text-align: center;
    padding: 60px 40px;
    background-color: #f0f0f0;
}

.text-box h1 {
    font-size: 36px;
    color: #333;
    margin-bottom: 20px;
}

.image-box img {
    width: 100%;
    height: auto;
}

.primary-text {
    background-color: #2b2b2b;
    color: #fff;
    padding: 20px;
    margin-top: 50px;
}

.primary-text h2 {
    font-size: 24px;
}


.info-section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    font: normal normal 300 18px/28px Poppins;
    letter-spacing: 0px;
    padding-left: 90px;
    color: #000000;
    opacity: 1;
    flex-direction: column; 
}

.info-section p {
    max-width: 870px;
    text-align: left; 
    margin: 0 auto; 
}

.cta-section {
    background-color: #0e1624;
    color: #ffffff;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 20px auto;
    margin-bottom: 0px;
}

.cta-content {
    padding-left: 95px;
    
}

.cta-content h2 {
    margin-bottom: 2px;
    font: normal normal bold 24px/48px Poppins;
}

.cta-content p {
    text-align: left;
    font: normal normal 300 16px/22px Poppins;
    letter-spacing: 0px;
    color: #6B7B93;
    opacity: 1;
    margin-bottom: 19px;
}

.cta-form {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cta-form label {
    font-size: 12px;
    color: #6B7B93;
    margin-right: 5px;
}

.cta-form input[type="email"] {
    padding: 10px;
    font-size: 14px;
    border: 1px solid #cccccc;
    text-align: left;
    font: normal normal normal 16px/16px Poppins;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    border-radius: 4px;
    outline: none;
    width: 472px;
    height: 40px; 
    background-color: #ffffff;
}

.cta-form select {
    padding-left: 6px;
    font-size: 14px;
    border: 1px solid #cccccc;
    text-align: left;
    font: normal normal normal 16px/25px Poppins;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    border-radius: 4px;
    outline: none;
    width: 472px;
    height: 40px; 
    background-color: #ffffff;
}

.form-groups-wrapper {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.cta-form button {
    padding: 10px 20px;
    font-size: 14px;
    background-color: #9AA5B5;
    color: #000;
    border: none;
    margin-top: 20px;
    border-radius: 4px;
    width: 135px;
    height: 38px;
    text-align: center;
    font: normal normal normal 14px/21px Poppins;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    cursor: pointer;
    align-self: flex-end;
}


.cta-icon img {
    width: 121px;
    height: 95px;
    margin-left: 117px;
}

.styled-hero {
    position: relative;
    max-width: 800px;
    margin: 40px auto;
    text-align: center;
}

#email::placeholder {
    color: #000000;
}

.text-overlay.top-text {
    position: absolute;
    top: -100px;
    text-align: left;
    padding: 10px 20px;
    border-radius: 5px;
    z-index: 10;
}


.text-overlay.top-text h1 {
    font: normal normal 300 36px/48px Poppins;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    font-size: 24px;
    font-weight: 500;
    display: inline;
    text-align: left;
    background-color: #f1f1f1;
    line-height: 1.4;
}

.image-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.main-image {
    width: 1131px;
    height: 611px;
    border-radius: 10px;
    opacity: 1;
}

.divider {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 2px;
    background-color: #000;
    transform: translateX(-50%);
}

.text-overlay.bottom-text {
    left: 0;
    width: 100%;
    text-align: left;
    color: #fff;
    margin-bottom: 30px;
    margin-top: -50px;
}

.text-overlay.bottom-text p {
    display: inline;
    background-color: #2b2b2b;
    text-align: left;
    font: normal normal 300 36px/48px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

@media (max-width: 768px) {
    .nav-buttons {
        flex-direction: column;
        align-items: flex-end;
        padding: 10px 20px;
    }

    .header {
        flex-direction: column;
        align-items: center;
        padding: 10px 20px;
    }

    .logo-title {
        flex-direction: column;
        align-items: center;
        margin-top: 0;
    }

    .logo-title .logo {
        margin: 0;
    }

    .title {
        text-align: center;
        margin-left: 0;
        margin-top: 20px;
    }

    .styled-hero {
        max-width: 100%;
        margin: 20px auto;
    }

    .text-overlay.top-text {
        position: static;
        text-align: left;
        padding: 10px;
    }

    .text-overlay.bottom-text {
        position: static;
        text-align: center;
        margin-bottom: 20px;
        margin-top: -25px;
    }

    .image-container {
        flex-direction: column;
        align-items: center;
    }

    .main-image {
        width: 100%;
        height: auto;
    }

    .info-section {
        padding: 10px;
        text-align: center;
    }

    .info-section p {
        width: 100%;
        height: auto;
    }

    .cta-section {
        flex-direction: column;
        padding: 20px;
    }

    .cta-content {
        padding-left: 0;
        text-align: center;
    }

    .cta-form {
        flex-direction: column;
        align-items: center;
    }

    .cta-form input[type="email"],
    .cta-form select {
        width: 100%;
    }

    .cta-icon img {
        margin-left: 0;
    }
}

@media (max-width: 480px) {
    .nav-buttons {
        align-items: center;
    }

    .cta-form input[type="email"],
    .cta-form select {
        width: 100%;
    }
}