

.header{
    background-color: rgba(0,0,0,0.1);
    padding: 15px 0px;
    position: fixed;
    top: 0;
    width: 100%;
}

.header div.container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .logo img{
    max-width: 80px;
}


.header-section{
    height: 100vh;
    background-color: #1e202f;
}

.header-section .section1-content, .section1-img{
    height: 100%;
    display: flex;
    align-items: center;
}

.header-section .section1-img img{
    max-width: 100%;
}

.header-section .section1-download-btn img{
    max-width: 120px;
}




/* ===SECTION 2=== */
.section2{
    background-color: #f6b9b6;
    padding: 75px 0px;
    padding-bottom: 130px;
    position: relative;
}

.section2 .section2-content, .section2-img{
    height: 100%;
    display: flex;
    align-items: center;
}

.section2 .section2-img img{
    max-width: 100%;
}

.section2 .section2-download-btn img{
    max-width: 120px;
}

.section2-content-section {
    padding-top: 120px;
    text-align: "center";
    max-width: 800px;
    margin: 0 auto;
}

.image3 {
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
}

.image3 img {
    max-width: 500px;
}




/* ===SECTION 3=== */
.section3{
    margin-top: 200px;
    position: relative;
    padding-bottom: 280px;
}

.section3 .section3-content, .section3-img{
    height: 100%;
    display: flex;
    align-items: center;
}

.section3 .section3-img img{
    max-width: 100%;
}

.section3 .section3-download-btn img{
    max-width: 120px;
}




.section3 .box-last-container{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -70px
}

.section3 .box-last{
    background-color: #1e202f;
    border-radius: 30px;
    padding: 50px 25px;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.section3 .box-last .content{
    text-align: center;
}

.section3 .box-last .content p{
    font-size: small;
}


.ellipse-right{
    position: absolute;
    top: -50px;
    right: -50px;
    border-radius: 75px;
    height: 150px;
    width: 150px;
    background-color: #f6b9b6;
}

.ellipse-left{
    position: absolute;
    bottom: -50px;
    left: -50px;
    border-radius: 75px;
    height: 150px;
    width: 150px;
    background-color: #ec5858;
}






footer{
    background-color: #f6b9b6;
    padding: 125px 0 30px 0;
}

footer .content{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

}

footer .content p{
    font-weight: 700;
}

.social {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.social p{
    margin-right: 20px;
    font-weight: 600;
}

.social div{
    border-radius: 25px;
    display: inline-block;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ec5858;
    color: #fff;
    margin-right: 5px;
}