@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300&display=swap');

* {
    margin: 0;
    padding: 0;
}
html{
    background-color: #fafafa;
}
/* .body{
    margin: auto;
    width: 100%;
    overflow: scroll;
    overflow-x: hidden;
    font-family: "Space Grotesk", sans-serif;
} */
.container{
    max-width: 1024px;
    margin: auto;
    font-family: 'Space Grotesk','san serif'
}
.h1,h2,h3,h4{
    color: #0f298B;
}
.section1{
    display: flex;
    justify-content: space-around;
    padding: 15px 30px;
    align-items: center;
    width: 80%;
    margin-top: 20px;
    text-decoration: none;
    list-style-type: none;
    border-bottom: 20px;
}
 .section1 ul{
    display: flex;
    flex-direction: row;
 }
 .section1 li{
    margin-right: 20px;
    list-style: none;
 }
 .section1 >ul >li > a{
    list-style-type: none;
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    padding: 10px 20px;
 }

 .button{
    display: flex;
    padding-right: 10px;
    background-color: blue;
    text-transform: capitalize;
    margin-left: 20px;
 }
 .section2{
    display: flex;
    flex-direction: row;
    justify-content: center;
    /* background-color: blue; */
 }
 .section3{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: auto;
    padding: 30PX 40px;
    /* background-color: aqua; */
    width: 70%;
    margin-top: 40px;
    background-color: white;
    border-radius: 20px;
 }
 .section4{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
 }
 .cards{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 10px 20px;
 }
 .section5{
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-content: space-around;
 }
 .section6{
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 30px 50px;
 }
 .Des-Cards{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 40px;
    padding: 10px 20px;
 }
 .section7{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 40px;
    padding: 30px 50px;
 }
 .DesCards{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 40px;
    padding: 10px 20px;
 }
 .Section8{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 40px;
    padding: 30px 50px;
    background-color: #2549d3;
 }
 .Section8 h3{
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-decoration-color: #fafafa;
 }
 .footer1{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 40px;
    margin-right: 20px;
    color: #fafafa;
 }
 .footer2{
    display: flex;
    flex-direction: row;
    justify-content: center;
    list-style: none;
    margin-left: 20px;
    margin: 20px;
    text-decoration-color: #fafafa;
 }
 .footer2 li{
    list-style: none;
    margin: center;
    margin-left: 20px;
    margin: 20px;
    text-decoration-color: #fafafa;
 }
 .footer3{
    display: flex;
    flex-direction: row;
    justify-content: center;
    list-style: none;
    margin-left: 20px;
    margin: 20px;
    text-decoration-color: #fafafa;
 }
 .footer3 li{
    list-style: none;
    margin: center;
    margin-left: 20px;
    margin: 20px;
    text-decoration-color: #fafafa;
 }
 .footer4{
    display: flex;
    flex-direction: row;
    justify-content: center;
    list-style: none;
    margin-left: 20px;
    margin-top: 20px;
    text-decoration-color: #fafafa;
 }
 .footer4 li{
    list-style: none;
    margin: center;
    margin-left: 20px;
    margin-top: 20px;
    padding-left: 20px;
    text-decoration-color: #fafafa;
 }