

@font-face {
    font-family: Navigo Light;
    src: url(./Fonts/Navigo-Light.woff2);
    font-weight: 400, 300, 200, 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Navigo Regular;
    src: url(./Fonts/Navigo-Regular.woff2);
    font-weight: 400, 300, 200, 100;
    font-style: normal;
    font-display: swap;
}

.main-description {
    font-family: Navigo Light;
    opacity: 0.9;
}

.custom-register-button {
    width: 300px;
}

.sectionImagediv-1 {
    height: 26rem;
}
.customSectionImage-1 {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.sectionImagediv-2 {
    height: 20rem;
}
.customSectionImage-2 {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.form-check-input, .form-check-label {
    cursor: pointer;
}

/* Disciplines */
.disciplines-text-main {
    font-family: Navigo Regular;
}
.discipline-text {
    font-family: Navigo Light;
    font-size: 15px;
    cursor: pointer;
    /* opacity: 0.9; */
}
.discipline-button {
    cursor: pointer;
}
/* End of Discplines */


/* Footer */
.custom-footer {
    box-shadow: 0px -15px 39px -30px rgba(34, 60, 80, 0.2);
}
.bi-telegram {
    fill: #f7f7f7;
}
.footer-phone-number {
    font-size: 13.71px;
    line-height: 22px;
    font-family: Navigo Regular;
}
.footer-outlinedBoxes {
    border: 2px solid #848CA3;
    border-radius: 7px;
    width: 36px;
    height: 36px;
}
/* End of Footer */
