.page-cover-container {
    position: relative;
    position: relative;
    width: 100%;
    height: 50rem;
    margin: 5rem 0;
    margin-top: 1rem;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
}

.page-cover-container::before {
    content: "#tido0";
    color: #fff;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    font-size: 7.5rem;
    font-weight: 900;
    z-index: 2;
}

.page-cover-container::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #c800d289, #00c8ff77);
    top: 0;
    left: 0;
}

.page-cover-img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.main-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin: 10rem 0;
}

.u--heading1 {
    font-size: 2.6rem;
    color: #000000e8;
}

.future-courses-container {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 90%;
    margin: 10rem auto;
    margin-bottom: 0;
}

.future-courses-container .courses-container {
    margin: 5rem 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.course-link {
    width: 30%;
    position: relative;
    text-decoration: none;
    color: #000;
}

.course-container-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 20rem;
    border: 0.1rem solid #0000001c;
    transition: 0.5s;
    position: relative;
    box-shadow: -0.5rem 0.5rem 1rem #0000001f;
}

.course-photo-img-container {
    width: 100%;
    height: 100%;
    position: absolute;
}

.course-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.date-of-launch {
    display: inline-block;
    position: absolute;
    top: 2%;
    left: 1.5%;
    background-color: white;
    padding: 1rem 2rem;
    color: #00bfff;
    font-size: 1.6rem;
    border-radius: 0.5rem;
}
.date-label {
    color: #000;
}

.date-field {
    display: inline-block;
}

.course-description {
    position: relative;
    width: 100%;
    top: 0%;
    box-sizing: border-box;
    padding: 1rem;
    background-color: #fff;
    transition: 0.5s;
    z-index: -1;
    border: 0.1rem solid #0000002b;
}

.course-container-item:hover {
    box-shadow: -0.5rem 0.5rem 1rem #00000000;
}

.course-container-item:hover .course-photo-img-container {
    height: 100%;
}

.course-container-item:hover .course-description {
    top: 100%;
}

.course-container-item:hover .see-more-about-course {
    top: 80%;
    opacity: 1;
}

.course-description .course-title {
    font-size: 1.4rem;
    font-family: "OswaldB";
}

.course-description .course-little-description {
    display: inline-block;
    width: 100%;
    height: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: justify;
}

.course-container-item .see-more-about-course {
    background-color: #00000085;
    color: white;
    text-align: center;
    border-radius: 0.5rem;
    padding: 1rem 0.5rem;
    font-size: 1.4rem;
    text-decoration: none;
    width: 20%;
    align-self: center;
    transition: 0.5s;
    opacity: 0;
    z-index: -1;
    position: absolute;
}

.course-container-item .see-more-about-course:hover {
    background-color: #000000;
}

.most-accessed-posts-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

.most-accessed-posts-container .u--heading1 {
    margin-bottom: 2.5rem;
}

.most-accessed-posts-container .posts-container {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    padding: 2rem 0;
}

.most-accessed-posts-container .posts-container::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 65%;
    width: 95%;
    background: linear-gradient(to right, #c800d2, #00c8ff);
}

.post-container {
    position: relative;
    width: 25%;
    height: 32.5rem;
    display: flex;
    flex-direction: column;
    margin: 0 1.5rem;
    overflow: hidden;
    cursor: pointer;
    transition: 0.5s;
    border: 0.1rem solid #0000001c;
}

.post-container:hover {
    transform: translateY(-1rem);
    border: 0.1rem solid #00a2ff;
}

.post-container .post-photo-img-container {
    position: relative;
    width: 100%;
    height: 75%;
    overflow: hidden;
}

.post-photo-img-container .post-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    object-fit: cover;
}

.post-description {
    position: relative;
    width: 100%;
    height: 25%;
    box-sizing: border-box;
    padding: 1rem;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.post-description .post-title {
    font-size: 2rem;
    font-family: "OswaldB";
}

.post-description .post-little-description {
    display: inline-block;
    width: 100%;
    height: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: justify;
}

.assign-newsletter-container {
    width: 100%;
    padding: 5rem 0;
    display: flex;
    justify-content: center;
    position: relative;
    margin: 15rem 0;
}

.assign-newsletter-form {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2.5rem 1rem;
    border: 0.1rem solid #000;
}

.assign-newsletter-label {
    text-transform: uppercase;
    font-size: 2.6rem;
    font-family: "OswaldB", Arial, Helvetica, sans-serif;
    margin: 2rem 0;
    margin-bottom: 4rem;
}

.email-input {
    border: 0.1rem solid #00000000;
    width: 80%;
    padding: 1rem;
    background-color: #00000023;
    font-family: "OswaldR", Arial, Helvetica, sans-serif;
    margin-bottom: 4rem;
    text-align: center;
}

.assign-newsletter-container .submit-button {
    width: 30%;
    border: 0.1rem solid #00000065;
    padding: 1rem 2rem;
    font-family: "OswaldR", Arial, Helvetica, sans-serif;
    text-align: center;
    box-sizing: content-box;
    cursor: pointer;
    background-color: #fff;
}

.assign-newsletter-container .submit-button:hover {
    border: 0.1rem solid #000000;
    background-color: #0000001a;
}

.new-courses {
    width: 100%;
    border-left: none;
    border-right: none;
    padding: 10rem 0;
}

.u-heading2 {
    font-size: 3.5rem;
    color: #000000d1;
    margin: 2rem 0;
}

.testimonials-container {
    width: 60%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-bottom: 10rem;
    background-image: url('../IMG/pexels-thisisengineering-3912981.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 1rem;
    overflow: hidden;
    padding: 10rem 5rem;
    box-sizing: border-box;
}

.testimonials-container::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000071;
    top: 0;
    left: 0;
}

.control-button {
    border-radius: 50%;
    border: none;
    padding: 1rem 2rem;
    color: #fff;
    background-color: #000000a2;
    font-size: 2rem;
    z-index: 1;
    font-family: "OswaldR", Arial, Helvetica, sans-serif;
}

.testimonials {
    width: 60%;
    padding: 2rem 2.5rem;
    border-radius: 1rem;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
    margin: 0 10rem;
}

.testimonials .person-testimonials-photo {
    width: 7.5rem;
    height: 7.5rem;
    border-radius: 50%;
    margin-bottom: 0.5rem;
    object-fit: cover;
}

.person-testimonials-name {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
}

.testimonials-text {
    color: #000000ab;
    font-family: "OswaldR", Arial, Helvetica, sans-serif;
    text-align: justify;
    width: 90%;
}

.week-posts {
    text-align: center;
}

.week-post-container {
    position: relative;
    margin: 10rem 0;
    margin-top: 2.5rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.new-section-divisor {
    width: 100%;
    height: 1rem;
    background-color: #00a2ff;
}

.dark-section-of-page {
    width: 100%;
    height: 100rem;
    box-sizing: border-box;
    background-color: #000;
    padding: 1rem;
}

.u-heading2-dark {
    color: #fff;
}

.get-out-of-darkness {
    text-align: center;
}

.dark-section-of-page-img-container {
    position: relative;
    margin: 15rem 0;
    display: flex;
    justify-content: space-between;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
}

.dark-section-of-page-img-container .new-tecnology-img-container {
    width: 45%;
    height: 35rem;
    border-radius: 0rem;
    position: relative;
    border: 0.1rem solid rgba(255, 255, 255, 0.148);
}

.new-tecnology-img-container .new-tecnology-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.new-tecnology-img-container .brief-description {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
    background-color: #000000b5;
    box-sizing: border-box;
}

div.new-tecnology-img-container:nth-child(2) .brief-description:nth-child(2) {
    right: 0;
}

.brief-description-title {
    color: #fff;
    font-size: 2.5rem;
    text-align: center;
    padding: 0 0.5rem;
}

@media screen and (max-width: 768px) {
    .most-accessed-posts-container .posts-container {
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .post-container {
        width: 45%;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .most-accessed-posts-container .posts-container::before {
        top: 50%;
        transform: translateY(-50%);
    }
    .assign-newsletter-form {
        width: 70%;
    }
    .dark-section-of-page-img-container {
        flex-direction: column;
        align-items: center;
        margin-top: 1rem;
    }
    .dark-section-of-page-img-container .new-tecnology-img-container {
        width: 70%;
        margin: 2rem 0;
    }
    .future-courses-container .courses-container {
        flex-direction: column;
        align-items: center;
    }
    .course-link {
        width: 65%;
    }
    .course-container-item {
        height: 38.8rem;
        margin: 2.5rem 0;
    }
    .course-photo-img-container {
        height: 60%;
        position: relative;
    }
    .course-description {
        border: none;
        height: 30%;
        top: 0;
    }
    .course-description .course-little-description {
        white-space: normal;
    }
    .new-courses {
        width: 100%;
    }
    .testimonials-container {
        width: 95%;
    }
}

@media screen and (max-width: 414px) {
    .most-accessed-posts-container .posts-container {
        justify-content: center;
    }
    .post-container {
        width: 85%;
    }
    .assign-newsletter-form {
        width: 100%;
        border: none;
    }
    .assign-newsletter-container {
        margin: 2.5rem 0;
    }
    .dark-section-of-page-img-container {
        width: 100%;
    }
    .dark-section-of-page-img-container .new-tecnology-img-container {
        width: 90%;
    }
    .course-link {
        width: 95%;
    }
    .control-button {
        display: none;
    }
    .testimonials {
        width: 90%;
    }
}