 @import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Great+Vibes&family=Lato:wght@300&family=Montserrat:wght@300;400;600&family=Poppins:wght@200;300;400;600;700&family=Raleway:ital,wght@0,100;0,400;0,500;0,600;0,700;1,200;1,300&family=Roboto+Slab:wght@300&family=Roboto:ital,wght@0,400;0,900;1,300&display=swap');

*,
*::before,
*::after {
    margin: 0px;
    padding: 0;
}

body {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
}

.main,
.main-section,
.main-header,
.list,
li {
    display: flex;
}

.main-header {
    justify-content: space-between;
    align-items: center;
}

.main {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-header,
.main-section,
footer {
    background-color: #1F2937;
}

.main-header,
.main-section {
    padding: 1% 10%;
}

.main-section {
    flex-direction: column;
    align-items: center;
}

.main-container {
    width: 75%;
    flex-direction: column;
}

.main-header a {
    text-decoration: none;
}

.main-header i:hover {
    color: #d3cccc;
}

.main-header h3:hover {
    color: #d3cccc;
}

.main-header h3 {
    display: inline-block;
}

h3,
i {
    font-size: 24px;
    color: #F9FAF8;
}

i {
    margin-right: 7px;
}

.list li {
    margin-left: 30px;
}

.list li a {
    text-decoration: none;
    border-radius: 5px;
    padding: 5px;
}

.list li a:hover {
    color: white;
}

.list li a,
.text {
    font-size: 18px;
    color: #E5E7EB;
}

.content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 5%;
    margin-bottom: 5%;
}

.content-text {
    width: 48%;
}

.button:hover {
    background-color: #27539a;
}

.content-image {
    width: 48%;
}

.heading-img {
    width: 100%;
}

h1 {
    color: #F9FAF8;
    font-size: 48px;
    font-weight: 900;
}

.button {
    color: #F9FAF8;
    background-color: #3882F6;
    width: 122px;
    height: 33px;
    border-radius: 7px;
    cursor: pointer;
}

.button.heading {
    margin-top: 3%;
    border: 1px solid #3882F6;
}

h2 {
    font-size: 36px;
    color: #1F2937;
    text-align: center;
    margin-top: 7%;
    margin-bottom: 7%;
}

.image {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.image article {
    display: flex;
    justify-content: center;
    gap: 5%;
}

.picture {
    width: 30%;
    margin-left: 7%;
}

.face {
    height: 145px;
    width: 145px;
    object-fit: cover;
    border-radius: 10px;
}

.quote {
    margin-top: 5%;
    margin-bottom: 5%;
}

.quote-container {
    display: flex;
    flex-direction: column;
    padding: 6% 25%;
    align-items: center;
    justify-content: space-around;
    background-color: #E5E7EB;
    font-size: 36px;
    font-style: italic;
    font-weight: lighter;
    color: #1F2937;
}

.quote-author {
    align-self: flex-end;
    font-size: 22px;
    font-weight: 600;
    font-style: normal;
}

.banner {
    display: flex;
    width: 70%;
    height: 120px;
    background-color: #3882F6;
    align-items: center;
    justify-content: space-around;
    border-radius: 8px;
    border: 1px solid white;
    color: #F9FAF8;
}

.button.action {
    border: 1px solid #F9FAF8;
}

footer {
    margin-top: 8%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #E5E7EB;
    height: 90px;
    text-align: center;
    margin-bottom: 0px;
}

/* Start of register page */
.banner.register{
    margin-top: 135px;
    width: 90%;
}
.content-right {
    margin-top: 20px;
    margin-left: 120px;
    width: 500px;
    height: 300px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: start;
    color: #E5E7EB;;
    
}

.input {
    width: 100%;
    color: #000000;
    display: block;
    border: none;
    padding: 15px 20px;
    border-radius: 25px;
    background: #E5E7EB;
    margin-top: 10px;
}
.footer{
    position: absolute;
    bottom: 0;
    width: -webkit-fill-available;
}
.group {
    text-transform: uppercase;
    width: 60%;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;

    justify-content: center;
}

.button.contact {
    margin-top: 10px;
}

/* End of register page */
