@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    margin:0;
    padding:0;
    box-sizing: content-box;
    display: flex;
    flex-direction: column;
}

.header , .hero-section,.footer {
    background-color: #1F2937;
    display: flex;
    color:  #F9FAF8;
    justify-content: center;
    align-items: center;

}

h2{
    text-align: left;
    max-width:500px;
    font-size: 48px;
    Font-weight:900;
}
.header{
    padding: 0 10px;
    justify-content: space-between;
    align-items: center;
    color:antiquewhite;
}

ul{
    list-style-type:none;
    display:inline-flex;
    color: antiquewhite;

}
li{
    margin: 8px;
}

.hero-section{
    text-align: justify;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding:50px;
}


button{
    background-color:  #3882F6;
    border: none;
    border-radius: 5px;
    padding:8px 10px;
    color: white;

}
.banner-text{
    display: flex;
    flex-direction: column;
}

.header-text1{
    font-size:18px;
    color: #E5E7EB;
    min-width: 200px;
    max-width: 400px;
}

.mid-section{
    display: flex;
}

.image{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 40px;
    margin: 10px;
}

h3{
    text-align: center;
    font-size: x-large;
}

.quote{

    background-color: #E5E7EB;
    text-align: center;
    padding:60px 80px;
}
.author{
    padding-right: 200px;
    text-align: right;
    font-weight: 900;
}

.CTA{
    background-color: #3882F6;
    display: flex;
    justify-content: space-between;
    padding: 50px;
    margin:80px;
    border-radius: 10px;
}

.footer{
    height: 50px;
    font-size: small;

}

.line{
    font-weight: lighter;
    font-style: italic;
    color: #1F2937;
}

.createbutton{

    padding-right: 10px;
    border: 1px solid white;
}

.subscribe-text{
    color: white;
}

.bi{
    color:#626364;
    flex:1;
    text-align: center;

}