@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap");

body {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}

h2 {
    font-size: 40px;
    font-weight: 900;
    padding-bottom: 20px;
}

.btn {
    border: none;
    font-size: 20px;
    margin-top: 20px;
    background-color: #e55473;
    color: #fff;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 5px;
}

/* Header */

header {
    background-color: #fceef1;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .left {
    width: 60%;
    padding: 0 140px;
}

header .right {
    width: 40%;
}

header .left h1 {
    font-size: 75px;
    font-weight: 900;
}

header .right img {
    width: 550px;
}

/* Featured Section */

section#featured {
    padding: 100px 0;
    text-align: center;
}

section#featured .featured-text {
    text-align: center;
    width: 30%;
    margin: 0 auto;
}

section#featured .featured-images {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

section#featured .featured-images figure {
    margin: 0 20px;
    padding: 50px 50px 0;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    text-align: center;
}

section#featured .featured-images .figure-1 {
    background-color: #f1dde7;
}
section#featured .featured-images .figure-2 {
    background-color: #d9eff0;
}
section#featured .featured-images .figure-3 {
    background-color: #e3ebdb;
}

section#featured .featured-images .figure-container {
    display: flex;
    flex-direction: column;
}

section#featured .featured-images figcaption {
    text-decoration: underline;
    font-size: 20px;
    margin-top: 30px;
    font-weight: 700;
}

section#featured .featured-images figure img {
    width: 300px;
    height: 400px;
}

/* Services Section */

section#services {
    padding: 100px 0;
    text-align: center;
    display: flex;
    background-color: #f4f4f4;
    width: 85%;
    margin: 0 auto 100px;
    justify-content: space-evenly;
    font-size: 20px;
}

/* Offer Section  */

section#offer {
    padding: 80px 0;
    text-align: center;
    display: flex;
    background-color: #fdf6f8;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px;
}

section#offer p {
    width: 50%;
    margin: 0 auto;
}

/* Instagram Section  */

section#instagram {
    padding: 50px 0;
    text-align: center;
    margin-bottom: 100px;
}

section#instagram p {
    text-align: center;
    width: 30%;
    margin: 0 auto;
}

section#instagram .instagram-images {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

section#instagram .instagram-images figure {
    width: 300px;
    height: 300px;
    margin: 0 8px;
}

/* NewsLetter Section  */

section#newsletter {
    padding: 80px 0;
    text-align: center;
    background: url("../images/Rectangle-9.png") no-repeat center center/cover;
    width: 85%;
    align-items: center;
    justify-content: center;
    margin: 0 auto 100px;
}

section#newsletter input {
    width: 40%;
    padding: 15px 15px;
    border-radius: 5px;
    border: none;
    margin-bottom: 20px;
}

/* Download Section  */

section#download {
    padding: 80px 0;
    text-align: center;
    background-color: #f6f6f6;
    width: 85%;
    align-items: center;
    justify-content: center;
    margin: 0 auto 100px;
    backdrop-filter: blur(20px);
}

section#download h2,
section#download p {
    width: 40%;
    margin: 20px auto;
}

/* Footer Section  */

footer {
    background-color: #111010;
    padding: 50px 0;
    color: #fff;
    text-align: center;
}

footer p {
    width: 40%;
    margin: 0 auto 20px;
}

footer span {
    color: #e55473;
}
