/* Main  */
html {
    width: 1180px;
}

/* Header  */

header {
    font-family: 'Inter', sans-serif;
}

#logo {
    font-family: 'Red Hat Display', sans-serif;
    font-family: 'Manrope', sans-serif;
    font-size: 26px;
    color: #1A093F;
    display: inline-block;
}

#logo-dot {
    color: #FA3263;
}

header nav {
    display: inline-block;

}

.nav a:link,
.nav a:visited {
    text-decoration: none;
}

.nav a:hover,
.nav a:active {
    text-decoration: none;
}


header nav ul li {
    list-style: none;
    display: inline-block;
    font-size: 16px;
}

.fa-chevron-down {
    color: #716E6D;
}

header {
    display: flex;
    justify-content: space-between;
}

.main-nav li {
    padding: 0 20px;
}

.last-item {
    padding-right: 100px;
}

.second-nav li {
    padding: 0 20px;
}

/* TODO: need to fix the padding to align the nav */

.nav .cta-button {
    background-color: #4141A5;
    text-align: center;
    padding: 18px !important;
    border-radius: 10px;
}

.cta-button a {
    color: #ffffff;
}


/* Main content */

body {
    color: #1A093F;
    margin: 20px 40px;
    background-color: #F1F3FB;
}

/* Hero  */

.hero {
    text-align: center;
}

#hero-main {
    font-size: 74px;
    font-family: 'Red Hat Display', sans-serif;
    line-height: 84px;
    margin-top: 60px;
    margin-bottom: 0;
}

.hero p {
    font-family: 'Inter';
    font-size: 20px;
    font-weight: 500;
    color: #6F6681;
    line-height: 32px;
}

#hero-form {
    margin-top: 40px;
    margin-bottom: 50px;
}

.hero input {
    width: 500px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    height: 66px;
    border: none;
    border-radius: 10px;
}

.hero input::placeholder {
    color: #CDCDCD !important;
    padding-left: 30px;
}

.hero button {
    margin-left: -160px;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    border: none;
    background-color: #4141a5;
    color: #fff;
    padding: 24px 32px;
    border-radius: 10px;
}

.hero img {
    margin-top: 20px;
}

/* Footer */