.homepage-banner {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7) url('../../images/homepage/banner.png') no-repeat center 40%;
    background-size: cover;
    background-blend-mode: multiply;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.homepage-banner-content {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 70%;
    color: white;
    height: 100vh;
    text-align: center;
}

.h-br {
    display: none;
}

.h-p {
    width: 70%;
}


.homepage-banner h1 {
    font-size: 30px;
    letter-spacing: 7px;
    line-height: 40px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.7);
}

.banner-buttons {
    display: flex;
    align-items: center;
    margin-top: 20px;
    justify-content: center;
}

.banner-button,
.homepage-about-register {
    min-width: 250px;
    padding: 10px 0px;
    border-radius: 5px;
    margin: 0px 5px;
}

.banner-register,
.homepage-about-register {
    background-color: var(--main-blue);
}

.banner-buttons .learn-more {
    background: var(--main-red);
}

.exam-types {
    display: flex;
    width: 90%;
    margin: 120px auto 0 auto;
    color: var(--grey-font);
    justify-content: center;
}

.exam-type {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
    padding-bottom: 70px;
    min-height: 110px;
    border-bottom: 1px solid var(--border-color);
    gap: 10px;
}

.exam-type img {
    width: 70px;
    height: 70px;
}

.homepage-about {
    display: flex;
    justify-content: center;
    margin-top: 70px;
}

.homepage-about-container {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.homepage-about h2 {
    width: 70%;
    text-align: center;
    color: var(--main-blue);
    line-height: 40px;
    font-size: 29px;
}

.homepage-about-container p {
    margin-top: 30px;
    font-size: 18px;
    text-align: justify;
}

.homepage-about-container .banner-register,
.homepage-about-register {
    text-align: center;
    color: white;
    margin-top: 50px;
    display: block;
}

.homepage-our-website-container .our-website {
    margin-top: 120px;
    background: rgba(0, 0, 0, 0.7) url('../../images/homepage/our-webiste-banner.png') no-repeat center center;
    background-size: cover;
    background-blend-mode: multiply;
    border-radius: 0px !important;
    width: 100%;
    padding: 10px;
    height: 350px;
    display: flex;
    color: white;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.homepage-our-website-container .our-website h2 {
    text-align: center;
    font-size: 29px;
    letter-spacing: 7px;
    width: 70%;
    line-height: 40px;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.7);
}

.homepage-our-website-container .our-website .learn-more {
    background: var(--main-blue);
    color: white;
    padding: 10px;
    width: 270px;
    display: block;
    margin-top: 20px;
    text-align: center;
    border-radius: 5px;
}

.homepage-test-container {
    padding-bottom: 60px;
    border-bottom: 1px solid var(--border-color);
    width: 90%;
    margin: 90px auto 0 auto;
}

.homepage-test {
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.homepage-test h1 {
    width: 90%;
    font-size: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--border-color);
    color: var(--main-blue);
}

.homepage-test p {
    margin-top: 20px;
    color: var(--grey-font);
    text-align: center;
    font-size: 18px;
    line-height: 25px;
}

.homepage-test.tested h2 {
    font-size: 27px;
    margin-top: 20px;
    color: var(--button-green);
}

.homepage-test.tested a {
    padding: 10px 15px;
}

.homepage-test.tested p {
    font-size: 22px;
    color: var(--button-green);
}

.homepage-test a {
    border-radius: 5px;
    background: var(--main-red);
    color: white;
    padding: 10px 30px;
    text-align: center;
    margin-top: 30px;
}

.homepage-exam-types {
    width: 90%;
    margin: 60px auto 0px auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.homepage-exam-type {
    width: 31%;
    height: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-position: center center;
    background: rgba(27, 41, 95, 0.5);
    background-blend-mode: darken;
    background-size: cover;
    flex-direction: column;
    border-radius: 10px;
    position: relative;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.homepage-exam-type h1 {
    font-size: 30px;
    font-weight: 100;
    color: white;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}

.homepage-exam-type span {
    position: absolute;
    bottom: 30px;
    background: var(--main-blue);
    color: white;
    padding: 10px;
    width: 270px;
    display: block;
    margin-top: 20px;
    text-align: center;
    border-radius: 5px;
}

.exam-practice {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    margin-top: 120px;
    height: 350px;
    background: rgba(27, 41, 95, 0.5) url('../../images/homepage/logged/exam-practice.png') no-repeat center center;
    background-size: cover;
    background-blend-mode: multiply;
}

.exam-practice::before {
    content: '';
    width: 100%;
    position: absolute;
    height: 1px;
    background: var(--border-color);
    top: -60px;
}

.exam-practice h1 {
    color: white;
    text-align: center;
    font-size: 29px;
    letter-spacing: 7px;
    width: 70%;
    line-height: 40px;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.7);
}

.exam-practice span {
    background: var(--main-red);
    color: white;
    padding: 10px 30px;
    display: block;
    margin-top: 20px;
    text-align: center;
    position: absolute;
    bottom: 40px;
    border-radius: 5px;
}