@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;
    box-sizing: border-box;
}

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,
.main-section {
    align-items: center;
}

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

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

.main-section {
    height: 600px;
}
.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: 10%;
    margin-bottom: 10%;
}

.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;
}

.form h1 {
    margin-bottom: 10%;
}

.form-control .button {
    border: 1px solid #3882F6;
}

.details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.details label {
    color: #F9FAF8;
}

.details input {
    background-color: #E5E7EB;
    border: 1px solid #E5E7EB;
    border-radius: 25px;
    height: 40px;
    margin-bottom: 3%;
    margin-top: 10px;
    width: 90%;
    padding-left: 4%;
}

.form-control button {
    margin-top: 3%;
    margin-bottom: 5%;
}

.content-image img {
    width: 100%;
}

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