/* modal section starts */




.modal-close {
    color: black;
    position: absolute;
    width: 100%;
    height: 35px;
    font-weight: bold;
    display: flex;
    justify-content: end;
    padding-right: 15px;
    padding-top: 8px;
    font-size: 16pt;
    cursor: pointer;

}

.modal-close:hover {
    color: white;
}

.main-div {
    opacity: .6;
}


@media screen and (max-width: 499px){


    .modal-errors {
        color: yellow;
        font-style: italic;
        font-size: 6pt;
        margin-left: 12px;
    
    }
    
    .modal-join {
        opacity: 1;
        position: fixed;
        z-index: 2;
        border: solid 5px rgb(131, 14, 14);
        font-size: 8pt;
        color: white;
        top: 30%;
        height: fit-content;
        left:13%;
        width: 300px;
        background-color: rgb(163, 18, 18);
        border-radius: 10px;
        transition: all;
        animation: modal 1s ease forwards;
    }
    .modal-join input {

        width: 200px;
        padding: 1px 1px 1px 1px;
    }
    .modal-join button {

        padding: 2px 4px 2px 4px;
        border-radius: 4px;
    }

    @keyframes modal {

        from {
            transform: translateY(-50px);
        }

        to {
            transform: translateY(0);
        }

    }

}



@media screen and (min-width: 500px) and (max-width: 840px){

    .modal-errors {
        color: yellow;
        font-style: italic;
        font-size: 8pt;
        margin-left: 12px;
    
    }

    .modal-join {
        opacity: 1;
        position: fixed;
        z-index: 2;
        border: solid 5px rgb(131, 14, 14);
        font-size: 8pt;
        color: white;
        top: 10%;
        height: fit-content;
        left:25%;
        width: 400px;
        background-color: rgb(163, 18, 18);
        border-radius: 10px;
        transition: all;
        animation: modal 1s ease forwards;
    }
    .modal-join input {

        width: 300px;
        padding: 3px 3px 3px 3px;
    }
    .modal-join button {

        padding: 2px 4px 2px 4px;
        border-radius: 4px;
    }

    @keyframes modal {

        from {
            transform: translateY(-50px);
        }

        to {
            transform: translateY(0);
        }

    }

}


@media screen and (min-width: 841px) and (max-width: 1920px) {

.modal-errors {
    color: yellow;
    font-style: italic;
    font-size: 10pt;
    margin-left: 12px;

}

.modal-join {
    opacity: 1;
    position: fixed;
    z-index: 2;
    border: solid 5px rgb(131, 14, 14);    
    color: white;
    top: 30%;
    height: fit-content;
    margin-left: 30%;
    width: 600px;
    background-color: rgb(163, 18, 18);
    border-radius: 10px;
    transition: all;
    animation: modal 1s ease forwards;
}


@keyframes modal {

    from {
        transform: translateY(-50px);
    }

    to {
        transform: translateY(0);
    }

}
.modal-join div {

    padding-left: 45px;
}

.modal-join input {

    width: 400px;
    padding: 3px 3px 3px 3px;
}

.modal-join button {

    padding: 2px 8px 2px 8px;
    border-radius: 4px;
}


}
/* modal section ends */


.social-icons {
    top: 50%;
    display: grid;
    grid-template-columns: auto;
    right: 0;
    gap: 15px;
    position: fixed;
    z-index: 999;
    height: 140px;
    line-height: 20px;
}

.social-icons img {
    border-radius: 20%;
    width: 40px;
    cursor: pointer;
}

.courses-title-image {
    width: 120px;
}

.contactErrors {
    font-family: Exo;
    font-size: 10pt;
    color: rgb(179, 7, 7);
    font-style: italic;
}


.underline {
    text-decoration: underline;
    font-family: Exo;
    font-size: 28pt;
}

@media(max-width: 767PX) {

    .underline {
        text-decoration: underline;
        font-family: Exo;
        font-size: 18pt;
    }

}

.textSmall {

    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #4b5e72;

}

.nav-dropdowndata {

    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: white;

}


.aboutUsImage {
    height: 12rem;
    font-size: 3em;
    font-weight: 600;

}

@media (max-width: 767px) {
    .aboutUsImage {
        margin-top: 8px;
        height: 8rem;
        background-size: contain;
    }

}

.courses-wrapper-align {

    width: 80%;

}

.notFound {
    height: 250px;
}

.paddingBottom {
    padding-bottom: 10rem;
}

@media (max-width: 767px) {

    .paddingBottom {
        padding-bottom: 12rem;
    }

}

.hoverSpecial {
    color: rgb(64, 64, 189);
    transition: transform ease .2s
}

.hoverSpecial:hover {
    zoom: normal;
    color: white;
    transform: scale(1.2);
    cursor: pointer;

}

.softCourse-desc {

    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
    padding-bottom: 1em;
    font-weight: 500;
    color: rgb(78, 77, 77);
}

.about-desc {

    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt
}

.imageAbout {

    height: 450px;
    width: 550px;
}

.softCourse-feature {
    font-size: 12pt;
}

@media (max-width: 767px) {
    .softCourse-feature {
        font-size: 10pt;
    }

}

.single-course {
    font-family: Exo;
    font-size: 18pt;
    color: #07294D;
    justify-items: center;


}

@media (max-width: 767px) {
    .single-course {
        font-family: Exo;
        font-size: 9pt;
        color: #07294D;
        width: 80px;
    }

}




.single-course:hover {
    cursor: pointer;
    color: #4b5e72;
}