header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 7vh;
}

#logo-link {
    width: 35vw;
}

.menu {
    display: none;
    flex-direction: row;
    align-items: center;
}

.menu.open {
    display: block;
}

.menu a {
    margin: 5px 0;
}

#open-menu-btn {
    width: 8vw;
    height: 50%;
    border: none;
    padding: 0;
    cursor: pointer;
    outline: none;
    background-color: transparent;
    background-image: url(../images/open_mobile_menu_btn.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.no-scroll {
    overflow: hidden;
}

#ground {
    height: 3vh;
}

#start-section {
    height: 85vh;
}

#stars {
    top: 2vh;
}

#hearts {
    top: 2vh;
}

.top-decor-about .top-decor-courses {
    height: 13vh;
    background-size: cover;
}

#top-decor-faq {
    margin-top: -0.8vh;
    z-index: 0;
    height: 7vh;
    background-size: cover;
}

.bottom-decor-about {
    height: 13vh;
    background-size: cover;
}

.about-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 12vh 7%;
}

.left {
    background: none;
    margin: 0;
}

.left h2 {
    font-size: 6vw;
    color: #4f3069;
}

.left p {
    font-size: 4vw;
    color: #333;
    text-align: justify;
    font-family: 'Sansita', sans-serif;
}

.right {
    background: none;
}

.right img {
    width: 100%;
    margin-top: 10vh;
}

#faq {
    min-height: 80vh;
}

#fabs {
    width: 80%;
    margin-top: 2vh;
    display: contents;
}

#questions-content h2 {
    font-size: 6vw;
    text-align: center;
}

.faq-left,
.faq-right {
    display: contents;
}

#questions-content {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.faq {
    width: 85%;
    padding: 1.3vh;
    margin: 1vh auto;
    font-family: 'Roboto', sans-serif;
}

#between-decor-purple {
    height: 20vh;
    padding-left: 10%;
    padding-right: 10%;
}

#between-decor-purple h3 {
    font-size: 6vw;
}

/* COURSES SECTION */

.cloud {
    width: 30%;
    height: 20vh;
}

.two-clouds {
    width: 45%;
    height: 20vh;
}

#cloud-middle4 {
    --duration: 4s;
    left: 45%;
    top: 190vh;
}

.courses-container {
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    padding-bottom: 5vh;
}

.course-card {
    width: 60%;
    height: 25vh;
    margin: 5% 5% 3vh;
    padding: 10px;
    box-shadow: 0 1px 1px #410E6A;
}

.course-card img {
    max-width: 40%;
}

.course-card-text {
    width: 90%;
    margin: 0 auto;
    transform: translateY(-35%);
}

.course-card-text h3 {
    overflow: auto;
    font-size: 5vw;
    display: inline-block;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}

.course-card-text p {
    font-size: 3.5vw;
}

.soon-text {
    background: rgba(0, 0, 0, 0.7);
}

@supports (backdrop-filter: blur(2em)) {

}

@supports not (backdrop-filter: blur(2em)) {
    .soon-text::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: inherit;
        filter: blur(10px);
        z-index: -1;
    }
}

/* COURSES MODAL SECTION */

.modal-content {
    width: 95%;
    max-height: 70vh;
    top: 45vh;
}

.close {
    right: 20px;
    top: 5px;
}

.modal-header {
    flex-direction: column;
    align-items: center;
}

#course-modal-title {
    font-size: 6vw;
    text-align: center;
}

#course-modal-subtitle {
    font-size: 5vw;
    text-align: center;
}

.modal-body {
    flex-direction: column;
}

.images-container {
    flex-direction: column;
}

#course-modal-icon {
    max-width: 100%;
    max-height: 15vh;
    width: auto;
    height: auto;
    margin: 10px;
    transform: translateY(0);
}

.course-image {
    max-height: 30vh;
}

.course-details {
    margin-left: 20px;
}

#start-section h2 {
    font-size: 7vw;
}

#start-section h1 {
    font-size: 14vw;
}

#main-btn {
    width: 84%;
}

#main-btn-container div {
    font-size: 2.7vw;
    letter-spacing: 0.2vw;
    width: 90%;
    font-weight: lighter;
}

#select-course-btn-link {
    display: block;
    width: 100%;
}

#select-course {
    width: 60%;
}

#mountains {
    width: 70%;
    height: 30vh;
}

#right-tree {
    width: 17%;
}

#kodamic {
    width: 20%;
}

#left-cloud {
    width: 30%;
    height: 15vh;
    left: 5vw;
    top: 10vh;
}

#right-cloud {
    width: 35%;
}

.bottom-decor-faq {
    height: 20vh;
}

.bottom-decor-faq-bg {
    height: 3vh;
}

.bottom-decor-faq-bg-transparent {
    height: 10vh;
}

.courses-content {
    padding-top: 10vh;
    padding-bottom: 0;
}

/* SUBMIT APP SECTION */

#apply {
    height: auto;
    padding: 10vh 0;
}

#submit-app-content {
    flex-direction: column-reverse;
    width: 80%;
    padding: 20px;
}

#submit-app-photo {
    width: 85%;
    margin-bottom: 20px;
    height: 20vh;
}

#submit-app-block {
    width: 100%;
}

#submit-app-block h3 {
    font-size: 5vw;
    text-align: center;
}

#submit-app-block input[type="text"],
#submit-app-block input[type="tel"],
#submit-app-block input[type="email"],
#submit-app-block button.submit-app-form__btn {
    width: 100%;
    font-size: 4vw;
    margin-bottom: 10px;
    padding: 10px;
}

#course-select {
    width: 100%;
    font-size: 4vw;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
}

#privacy-policy-checkbox {
    height: 15px;
    flex: 1.5;
}

.privacy-policy p {
    flex: 8.5;
    font-size: 2vw;
}

#submit-app-modal-content {
    display: flex;
    width: 90vw;
    font-size: 2vw;
    max-width: 90vw;
    margin: 0;
    height: fit-content;
    padding: 10px;
}

#submit-app-modal-message {
    font-size: 4vw;
}

#btn-close-submit-app-modal {
    font-size: 3vw;
}