body {
    margin: 0;
    min-height: 100vh;
    font-family: "Lato", sans-serif;
    background: #ffffff;
}

/* navbar */

.navbar {
    display: flex;
    list-style-type: none;
    align-items: center;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #0066cc;
    top: 0;
    width: 100%;
    height: 40px;
}

.navbar li a {
    float: left;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    color: white;
    padding: 8px 16px;
    color: white;
    text-decoration: none;
}

/*actual content */

.page {
    background: #f5f6f8;
    min-height: calc(100vh - 32px);
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

.container {
    display: flex;
    width: 75%;
    flex-direction: column;
}   

.main-header {
    padding: 48px 0 0 0;
    width: 100%;
}

.main-header h1 {
    font-size: 40px;
    color: #111;
    width: 800px;
    max-width: 100%;
    text-align: left;
    font-weight: 900;
    margin: 0;
}

.main-body {
    padding: 48px 0 18px 0;
    height: fit-content;
}

.info{
    display: flex;
    flex-direction: column;
    background-color: #0066cc;
    border-radius: 8px;
    height: fit-content;
    padding: 42px;
}

.hook h1{
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 40px;
    color: white;
    font-weight: 1000;
    margin: 0;
}

.hook p{
    color: white;
    max-width: 60%;
    line-height: 1.5;
}

.steps{
    display:flex;
    height: 100%;
    justify-content: space-between;
    margin: 12px 0 0 0;
    width: 100%;
    align-self: end;
}

.step{
    background-color: #1f7bd6;
    max-height: 100%;
    width: 40%;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, .16);
    padding: 18px 18px 18px 18px;
    margin: 0 10px 0 0;
}

.step h2{
    color: #C3D0FF;
    margin: 0;
    font-size: 24px;
}

.step h3{
    color: white;
    margin: 4px 0 0 0;
    font-size: 18px;
}

.step p{
    font-size: 14px;
    margin: 7px 0 0 0;
    color: #C3D0FF;
}

.upload-container{
    display: flex;
    flex-direction: column;
    height: fit-content;
    justify-content: space-between;
}

.upload{
    display: flex;
    justify-content: space-between;
    height: 60%;
    margin: 36px 0 0 0;
}

.upload label{
    cursor: pointer;
}


.upload-box{
    background-color: white;
    max-height: 100%;
    flex: 2.6;
    margin-right: 18px;
    border-radius: 8px; 
    border: 2px dashed rgb(209, 209, 209);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.upload-box h2{
    margin: 12px 0;
    color: rgb(18, 25, 51);
    font-size: 16px;
}

.upload-box p{
    margin: 0px;
    color: rgb(107, 115, 147);
    font-size: 14px;
    font-weight: 500;
}

.file {
    width: 0.01px;
    height: 0.01px;
    opacity: 0;
}

.description{
    background-color: white;
    height: 100%;
    width: 35%;
    flex: 1;
    margin: 0 0 0 18px;
    padding: 8px 22px;
    border-radius: 8px;
    border: 2px solid rgb(230, 230, 230);
    color: rgb(15,23,51);
}

.description h2{
    font-size: 16px;
    margin: 8px 0 0 0;
}

.description p{
    font-size: 14px;
    margin: 8px 0;
    color: rgb(58, 68, 103);
    font-weight: 500;
    line-height: 1.5;
}

.preview-button{
    display: flex;
    justify-content: flex-end;
    padding: 18px 0 0 0;
}

.preview-button p {
    display: none;
    text-align: center;
    margin-right: 14px;
    color: rgb(107, 115, 147);
}

.preview-button button {
    border: none;
    color: white;
    height: 50px;
    padding: 14px 28px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    background-color: #093;
    border-radius: 8px;
}

.arrow {
    font-size: 12px;
    transition: transform 0.2s;
    margin-left: 8px;
}

.popup {
    flex-direction: column;
    padding: 30px;
    border-radius: 8px;
    border: 2px solid rgb(230, 230, 230);
}

.popup p {
    margin-top: 0;
    margin-bottom: 0;
    width: fit-content;
}

.popup a:not([href]) {
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}

.popup button {
    border: none;
    color: white;
    height: 50px;
    padding: 14px 28px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    background-color: #093;
    border-radius: 8px;
}

.popup .response {
    display: none;
    margin-top: 3px;
    font-size: 12px;
    color: red;
}

.popup #email {
    height: 44px;
    width: 60%;
    margin: 24px 12px 2px 0;
    padding: 1px 2px 1px 12px;
    font-size: 16px;
    border-radius: 8px;
    border: 2px solid rgb(230, 230, 230);
}
.popup #otp {
    height: 44px;
    width: 40%;
    margin: 12px 12px 2px 0;
    padding: 1px 2px 1px 12px;
    font-size: 16px;
    border-radius: 8px;
    border: 2px solid rgb(230, 230, 230);
}
.popup label {
    height: 44px;
    width: 55%;
    font-size: 16px;
}