@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;800&display=swap');

/* General styles */
body {
    font-family: "Montserrat";
    font-size: 1em;
}

/* Header styles */
.header-container {
    display: flex;
    align-items: center;
    padding: 2.2em 3.94em;
    justify-content: space-between;
}

.menu-list {
    display: flex;
    align-items: center;
}

.menu-item {
    margin-left: 3.1em;
}

.blue-button {
    text-transform: uppercase;
    background-color: #7ae5fd;
    padding: 1.15em 1.94em;
    border-radius: 4.8em;
    margin-left: 1.3em;
}


/* First screen */
.first-screen {
    background-image: url('./assets/images/background_image.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.first-screen-container {
    width: 50%;
    margin-left: 5em;
}

.main-title {
    font-weight: 800;
    font-size: 4.06em;
    text-transform: uppercase;
    color: white;
}

.main-description {
    padding: 20px 0;
}

.white-button {
    margin: 0;
    border: none;
    background-color: white;
    font-size: 1.05em;
}

/* Second screen */
.second-screen {
    display: block;
    margin: 160px 71px;
}

.description-title {
    font-size: 3.75em;
    text-transform: uppercase;
}

.our-goal{
    font-size: 1.68em;
}

/*Third screen*/
.third-screen {
    padding: 5vh;
}

.description-block {
    background-color: #F1FDFF;
    border-radius: 10px;
    display: flex;
    padding: 2.5em 3.75em;
    margin-bottom: 3.1em;
}

.text-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 3.87em;
    line-height: 1.2;
}

.desc-header{
    font-size: 2.87em;
    text-transform: uppercase;
}

.desc-sub-header{
    font-weight: 600;
    padding: 0.8em 0;
}

.block-img{
    width: 585px;
    height: 450px;
    border-radius: 10px;
    object-fit: cover;
}

.center-button {
   display: flex;
   justify-content: center;
}

.learn-more {
    margin: 0;
    border: none;
}
