.Main {
    font-family: 'Roboto', sans-serif; 
}
/* Css for all the headers*/
.Header {
    color: #F9FAF8;
    height:70px;
    display: flex;
    align-items: top; 
    padding-bottom: 16px;
    background-color: #1f2937;
    align-items: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

}

/* Css for the right header*/
.Right-Header { 
    gap: 40px;
    display: flex;
    margin-left: auto;
    padding-right: 200px;
    flex-direction: row;
    font-size: 14px;
}

/* Css for the left header*/
.Left-Header {
    display: flex;
    padding-left: 200px;
    font-size: 24px;
    font-weight: bold;
}

/* Css for all the first*/
.First {
    background-color: #1f2937;
    height: 450px;
    padding-left: 200px;
    gap: 10px;
    display:flex;
    flex-direction: row;
}

.Opening {
    color: #F9FAF8;
    font-size: 48px;
    font-weight: 900;
    padding-top: 80px;
    width: 300px;
}

.body {
    color: #E5E7EB;
    font-size: 18px;
    padding-top: 5px;
    width: 420px;
    padding-bottom: 8px;
}

.Sign {
    color: #E5E7EB;
    background-color: #3882F6;
    width: 100px;
    padding: 7px;
    border-radius: 5px 5px 5px 5px;
    font-weight: bold;
    display: flex;
    justify-content: center;
}

.Left {
    display:flex;
    flex: 1 1 0;
    flex-direction: column;
}
   
.image {
    display: flex;
    padding-right: 300px;
    height: 200px;
    align-items: center;
    justify-content: center;
    padding-top: 100px;
}

.Second {
    display: flex;
    height: 550px;
    outline-width: 10px;
    flex-direction: column;
}

.Second-Text {
    display: flex; 
    font-size: 36px;
    color: #1F2937;
    font-weight: 900;
    justify-content: center;
    font-family: 'Times New Roman', Times, serif;
    padding-top: 30px;
}

.container {
    height: 255px;
    border: 4px;
    display: flex;
    align-items:end;
    justify-content: space-between;
    flex-direction: row;
    padding-left: 290px;
    padding-right:290px;
}

.box1, .box2, .box3, .box4 {
    height:200px;
    width: 200px;
    border: 4px solid #3882f6;
    border-radius: 12px 12px 12px 12px;
}

.subtext {
    display: flex;
    flex-direction: row;
    width: 1040px;
    gap: 135px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 10px;
}

.subtext1, .subtext2, .subtext3, .subtext4 {
    width: 190px;
    font-size: 16px;
    font-style: E5E7Eb;
}

.Third {
    display: flex;
    background-color: #E5E7EB;
    height: 500px; 
    align-items: center;
    justify-content: center;
    font-style: light italic;
    flex-direction: column;

}

.Testimonoial {
    display: flex;
    font-size: 36px;
    font-style:  italic;
    font-style: light;
    color: #1F2937;
    width: 900px;
    
}

.Quote {
    display: flex;
    align-items: right;
    justify-content: right;
    width: 900px;
    font-size: 20px;
    font-weight: 900;
    
}

.Fourth {
    display: flex;
    background-color: #3882F6;
    justify-content: center;
    height: 200px;
    margin: 100px 230px 100px 230px;
    border-radius: 15px 15px 15px 15px;
    justify-content: space-between;
    align-items:center;
    padding-left: 150px;
}

.big {
    font-weight: 600;
    font-size:30px;
    color: white;
}

.small {
    color: white;
    padding-top: 5px;
    font-size:18px;
}

.CTA {
    display: flex;
    justify-content: center;
    align-items: center;
    color:white; 
    font-weight: 700;
    width: 115px;
    border: 2.5px solid white;
    margin-right: 200px;
    padding: 7px;
    border-radius: 7px 7px 7px 7px;
}

.Fifth {
    display:flex; 
    background-color: #1f2937;
    height: 100px;
    color:white;
    align-items: center;
    justify-content: center;
    font-size:20px;

}
