nav {
    position: absolute !important;
}

.indicator-item {
    width: 16px !important;
    height: 16px !important;
}

.drag-target {
    display: none !important;
}

.carousel {
    background: rgba(10, 10, 10, .9);
    height: 720px;
    min-height: 720px;
    max-height: 720px;
    border-bottom-left-radius: 100% 15%;
    border-bottom-right-radius: 100% 15%;
    border: none !important;
    box-shadow: #333 0 0 30px 0;
    /*clip-path: polygon(50% 0%, 100% 0, 100% 37%, 100% 81%, 78% 90%, 63% 95%, 32% 92%, 0 86%, 0% 60%, 0 0);*/
}

.carousel-item {
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
}

.carousel-shadow {
    position: absolute;
    width: 100%;
    /*background: rgba(10,10,10,.72);*/
    height: 100%;
    display: flex;
    /*flex-flow: column;*/
    justify-content: center;
    align-items: center;
}

.carousel-shadow > h2 {
    font-size: 60px !important;
    font-weight: 700 !important;
    line-height: normal !important;
    margin: 0;
}

.carousel-shadow > p {
    font-size: 30px !important;
    line-height: normal !important;
    padding: 5px;
    margin: 0;
    max-width: 70%;
}


.banner-region {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 5%;
    min-width: 300px !important;
}

.banner-text-region {
    display: flex;
    flex-direction: column;
    width: 55%;
    justify-content: center;
    align-items: flex-start;
    /*gap: 5%;*/
    color: black !important;
    min-width: 300px !important;
    padding-left: 10%;
}

.banner-space-region {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 45%;
}


/*.banner-text-region-title {*/
/*    font-family: myFirstFont;*/
/*}*/

.banner-text-region-description {
    text-align: left;
    color: black !important;
    width: 80%;
}


.banner-auth-region {
    display: flex;
    flex-direction: column;
    width: 40%;
    justify-content: center;
    align-items: center;
    height: 300px;
    gap: 10px;
    background: rgba(59, 62, 73, .8);
    border-radius: 10px;
    box-shadow: 0 4px 30px #3b3e49;
    /*backdrop-filter: blur(5px);*/
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid #3b3e49;
    min-width: 300px !important;
    margin-top: 50px;
}

.banner-auth-region-login {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 5px;
}

.banner-auth-region-login input {
    background: rgba(59, 62, 73, .0) !important;
    border: none !important;
    color: white !important;
}

/*.banner-auth-region-login-username {*/
/*    letter-spacing: 0.15em;*/
/*}*/

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px rgba(59, 62, 73, .91) inset !important;
    -webkit-text-fill-color: white !important;
}

.banner-login-btn {
    background-color: #F7931E;
    border: none;
    color: #fff;
    border-radius: 10px;
    line-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    cursor: pointer;
}

.banner-register-btn {
    background-color: #BECEDC;
    border: none;
    color: #fff;
    border-radius: 10px;
    line-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
}


.banner-auth-region-forgot-password a {
    color: #FFFFFF !important;
}

.banner-diagnostic-btn {
    background-color: #2ea44f;
    border: none;
    color: #fff;
    border-radius: 10px;
    line-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 5px 10px;
}

.carousel.carousel-slider .carousel-item h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
    line-height: 50px !important;
}

.carousel.carousel-slider .carousel-item p {
    font-size: 20px !important;
}

.signin-absolute-diagnostic-btn {
    background-color: #2ea44f;
    border: none;
    color: #fff;
    border-radius: 10px;
    line-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 5px 10px;
}

@media (max-width: 767px) {
    .carousel {
        background: rgba(10, 10, 10, .72);
        height: 400px;
        min-height: 400px;
        max-height: 400px;
    }

    .carousel-shadow > h2 {
        font-size: 28px !important;
    }

    .carousel-shadow > p {
        font-size: 18px !important;
        max-width: 100%;
    }

    .banner-region {
        display: flex;
        flex-direction: column;
        gap: 2px;
        height: 60%;
    }

    .banner-text-region {
        display: none;
    }

    .banner-auth-region {
        display: flex;
        padding-bottom: 5px;
        height: 300px;
    }

    .read-courses-title {
        font-size: 24px !important;
    }
}