body {
    width: 100%;
    overscroll-behavior: none;
    height: 100%;
    background-color: #046c68;
}

html {
    overscroll-behavior: none;
}

:root {
    --main-color: #012928;
    --secondary-color: #74c168;
    --accent-color: #046c68;
}

* {
    font-family: "Changa", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--secondary-color);
    font-weight: 600;
}

img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

i {
    color: var(--secondary-color);
}

.btn {
    font-family: "Changa", sans-serif;
    border-radius: 10rem;
    padding: 0.5rem 3rem;
    border: 3px solid transparent;
    font-weight: 500;
}

.btn:hover {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.btn-main {
    background: linear-gradient(var(--main-color), var(--main-color)) padding-box, linear-gradient(to right, var(--secondary-color), var(--main-color)) border-box;
    color: #ffffff;
}

.btn-secondary {
    background: linear-gradient(var(--secondary-color), var(--secondary-color)) padding-box, linear-gradient(to right, var(--secondary-color), var(--main-color)) border-box;
    color: #ffffff;
}

.btn-gray {
    background: linear-gradient(#6a7b7b, #6a7b7b) padding-box, linear-gradient(to right, var(--secondary-color), var(--main-color)) border-box;
    color: #ffffff;
}

.btn-gray:hover {
    background: linear-gradient(#6a7b7b, #6a7b7b) padding-box, linear-gradient(to right, var(--secondary-color), var(--main-color)) border-box;
    color: #ffffff;
}

.fullscreen-container {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

#all-pages {
    position: relative;
    top: 0;
    transition: all 800ms ease;
}

.container {
    height: 100%;
}

.navbar {
    position: fixed;
    /*top: 30px;*/
    left: 0;
    right: 0;
    background: #046c68;
    z-index: 1050;
}

.navbar-toggler {
    border: 2px solid #fff;
    opacity: 0.7;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.navbar-toggler-icon {
    background-image: url(../images/menu-toggler-icon.png);
    padding: 20px 10px;
}

.navbar .nav-link {
    padding: 15px;
    margin: 0 5px;
    color: #ffffff;
    cursor: pointer;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
    color: #ffffff;
    border-bottom: 2px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(to right, var(--secondary-color), var(--accent-color));
}

.navbar .nav-link:has(img) {
    border: none !important;
}

.navbar .nav-link img {
    width: 150px;
}

.navbar .nav-link.btn {
    border: 1px solid transparent;
    background: linear-gradient(var(--secondary-color), var(--secondary-color)) padding-box, #fff border-box;
    padding: 0.5rem 2rem;
    line-height: 1;
    float: left;
}

form {
    background-color: #ffffff;
    border-radius: 30px;
    overflow: hidden;
    padding: 40px 0;
    margin: 0 auto;
    min-width: 100%;
}

form .form-group {
    margin-bottom: 50px;
    padding: 0 40px;
    color: var(--accent-color);
}

form .form-group .form-control {
    border: none;
    border-bottom: 1px solid var(--accent-color);
    border-radius: 0;
    color: var(--accent-color);
}

form .form-group .form-control:focus {
    box-shadow: none;
    border-bottom-width: 3px;
}

form .form-group .form-control::placeholder {
    color: var(--accent-color);
}

[type="email"],
[type="number"],
[type="tel"],
[type="url"] {
    direction: rtl;
}

form .submit-btn {
    float: left;
    border-radius: 0 15px 15px 0;
    background: var(--secondary-color);
}

form label {
    cursor: pointer;
}

form .btn-form {
    background: var(--secondary-color);
}

form .btn-next {
    border-radius: 0 10px 10px 0;
}

form .btn-prev {
    border-radius: 10px 0 0 10px;
    background: #6a7b7b;
}

.page {
    height: 100%;
    width: 100%;
    overflow: hidden auto;
}

#all-pages .page:nth-child(1) {
    background: linear-gradient(var(--main-color) -10%, rgba(0, 0, 0, 0), var(--main-color) 90%), url(/assets/web/images/bg-2.jpg) center / cover;
}

#all-pages .page:nth-child(2) {
    background: linear-gradient(var(--main-color) -10%, rgba(0, 0, 0, 0), var(--main-color) 90%), url(/assets/web/images/bg-5.jpg) center / cover;
}

#all-pages .page:nth-child(3) {
    background: linear-gradient(var(--main-color) -10%, rgba(0, 0, 0, 0), var(--main-color) 90%), url(/assets/web/images/bg-4.jpg) center / cover;
}

#all-pages .page:nth-child(4) {
    background: linear-gradient( rgba(0, 0, 0, 0) -50%, var(--main-color) 50%), url(/assets/web/images/bg-3.jpg) center / cover;
}

#all-pages .page:nth-child(5) {
    background: linear-gradient( rgba(0, 0, 0, 0) -50%, var(--main-color) 50%), url(/assets/web/images/bg-3.jpg) center / cover;
}

#all-pages .page:nth-child(6) {
    background: linear-gradient( rgba(0, 0, 0, 0) -50%, var(--main-color) 50%), url(/assets/web/images/bg-3.jpg) center / cover;
}

#all-pages .page:nth-child(7) {
    background: linear-gradient( rgba(0, 0, 0, 0), var(--main-color)), url(/assets/web/images/bg-1.jpg) center / cover;
}

#all-pages .page:nth-child(8) {
    background: var(--main-color)
}

#all-pages .page:nth-child(9) {
    background: linear-gradient( rgba(0, 0, 0, 0), var(--main-color)), url(/assets/web/images/bg-5.jpg) center / cover;
}

#all-pages .page:nth-child(10) {
    background: linear-gradient( rgba(0, 0, 0, 0), var(--main-color)), url(/assets/web/images/bg-4.jpg) center / cover;
}

#all-pages .page:nth-child(11) {
    background: linear-gradient( rgba(0, 0, 0, 0), var(--main-color)), url(/assets/web/images/bg-4.jpg) center / cover;
}

.text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: sans-serif, helvetica, arial;
    color: white;
    position: relative;
    margin: 0 40px;
    padding: 150px 0 50px;
    visibility: visible;
    transition: all 3s ease;
    min-height: 90vh;
}

.fullscreen-container .text-container {
    opacity: 0;
}

.text-container.in-sight {
    opacity: 1;
    visibility: visible;
}

h1 {
    font-size: 48px;
    text-transform: uppercase;
}

p {
    font-size: 18px;
    padding: 1em 0;
}

.main-section h1 {
    font-size: 52px;
}

.main-section p {
    font-size: 22px;
}

.nav-dot-container {
    position: fixed;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

.nav-dot {
    width: 20px;
    height: 30px;
    padding: 10px 0px;
    margin: auto;
}

.nav-dot span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: white;
    transition: all 200ms ease;
    margin: auto;
}

.nav-dot span:hover {
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.nav-dot.dot-active span {
    width: 18px;
    height: 18px;
}

.main-section .text-container {
    all: unset;
}

.main-section .text-container h1 span {
    display: block;
    color: #ffffff;
}

.about-section img {
    width: 50%;
}

.media-section .media-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    align-items: stretch;
    gap: 4rem;
}

.media-section .media-grid .item {
    text-align: center;
}

.media-section .media-grid .item .card {
    color: var(--main-color);
    border-radius: 40px;
    overflow: hidden;
    height: 250px;
}

.media-section .media-grid .item .card-body {
    display: flex;
    align-items: center;
}

.media-section .media-grid .item h2 {
    margin-bottom: 2rem;
}

.media-section .media-grid .item p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    margin: 0;
}

.paths-section .path-arrow {
    height: 30px;
    margin-bottom: 15px;
}

.paths-section .path-arrow img {
    object-fit: contain;
}

.paths-section .path-card {
    width: 80%;
    margin: 0 auto;
    background: url(../images/path-bg.jpg) no-repeat center / cover;
    padding: 50px 30px;
}

.paths-section .path-card h1 {
    color: #ffffff;
}

.mission-section .mission-image {
    width: 60%;
    margin: 0 auto;
}

.awards-section .awards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    align-items: start;
    gap: 2rem;
}

.awards-section .award {
    display: grid;
    justify-items: center;
    align-items: center;
    gap: 0.5rem;
}

.awards-section .award img {
    width: 50px;
    object-fit: contain;
    margin-bottom: 15px;
}

.awards-section .award p {
    padding: 0;
    margin: 0;
    text-align: center;
}

.faqs-section .question {
    border: none;
    border-bottom: 1px solid #335352;
}

.faqs-section .question-head {
    border: none;
}

.faqs-section .question-head button {
    background-color: var(--main-color);
    box-shadow: none;
    padding: 1.5rem;
}

.faqs-section .question-head button.collapsed {
    background-color: var(--main-color);
}

.faqs-section .question-head button h5 {
    color: #fff;
}

.faqs-section .question-answer {
    background-color: #335352;
    color: #fff;
    border: none;
    box-shadow: none;
}

.accordion-button::after {
    filter: brightness(0) invert(1);
}

.contact-section form {
    width: 80%;
}

.register-section .form-group {
    margin-bottom: 25px;
    padding: 0 20px;
}

.register-section .nav-tabs {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    border: none;
}

.register-section .nav-tabs .nav-link {
    border-radius: 0;
}

.register-section form label.file-upload {
    width: 100%;
    padding: 50px 20px;
    border: 1px solid #e3e3e3;
    border-radius: 20px;
}

.register-section form label.file-upload span {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.register-section form label.file-upload span i {
    font-size: 40px;
}

.register-section form .tab {
    display: none;
}

.register-section .steps {
    display: flex;
    margin-right: 50px;
}

.register-section .steps .step:first-child {
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
    border-radius: 0 10px 0 0;
}

.register-section .steps .step {
    background-color: var(--accent-color);
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
    padding: 7px 40px;
    min-width: 200px;
    text-align: center;
}

.register-section .steps .step.active {
    background-color: var(--secondary-color);
}

.register-section .form-control.invalid {
    background-color: #ffdddd;
}

#mobile-nav {
    display: none;
}


/*335352*/

.slide__image {
    /* position: relative; */
}

.slide__image::after {
    width: 100;
    height: 100;
    color: #47c2be8f;
    background: linear-gradient( #3ba3a08f, var(--main-color));
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
}

#submit-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: grid;
    visibility: hidden;
    place-items: center;
    background-color: #012928;
    z-index: 1060;
    opacity: 0.75;
}

#submit-overlay .loader {
    font-size: 100px;
    color: white;
    border-right: .1em solid currentcolor;
    border-radius: 100%;
    animation: loader-37 800ms linear infinite;
}

#submit-overlay .loader::before,
#submit-overlay .loader::after {
    content: '';
    width: .8em;
    height: .8em;
    display: block;
    position: absolute;
    top: calc(50% - .4em);
    left: calc(50% - .4em);
    border-left: .08em solid currentcolor;
    border-radius: 100%;
    animation: loader-37 400ms linear infinite reverse;
}

#submit-overlay .loader::after {
    width: .6em;
    height: .6em;
    top: calc(50% - .3em);
    left: calc(50% - .3em);
    border: 0;
    border-right: .05em solid currentcolor;
    animation: none;
}

@keyframes loader-37 {
    from {
        transform: rotate(360deg);
    }
    to {
        transform: rotate(0deg);
    }
}

.dropdown-menu.show {
    top: calc(100% + 15px);
    left: 0;
    right: unset;
}

.register-dropdown-toggle {
    border: 1px solid transparent;
    background: linear-gradient(var(--secondary-color), var(--secondary-color)) padding-box, #fff border-box;
    padding: 0.5rem 2rem;
    line-height: 1;
    border-radius: 50px;
    color: #fff;
}

.dropdown .nav-link {
    color: #000 !important;
    white-space: nowrap;
}


/* Countdown */

.countdown-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.countdown {
    text-align: center;
    background: var(--secondary-color);
    padding: 20px 50px;
    min-width: 400px;
    border-radius: 30px;
}

.countdown .counters {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    gap: 10px 30px;
}

.countdown .counter {
    text-align: center;
}

.countdown .counter .value {
    font-size: 30px;
}

.how-to-register-btn {
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
}


/* Responsiveness */

@media(max-width: 1200px) {}

@media(max-width: 992px) {
    h1 {
        font-size: 40px;
    }
    h5 {
        font-size: 18px;
    }
    p {
        font-size: 18px;
    }
    .text-container {
        padding: 120px 0 50px;
    }
    .main-section h1 {
        font-size: 50px;
    }
    .main-section p {
        font-size: 20px;
    }
    .navbar {
        top: 0;
        padding: 20px 0;
        background: #335352;
    }
    .oakslider .oakslider__slide .slide__container .slide__content {
        width: 70%;
    }
    .about-section img {
        width: 70%;
    }
    .media-section .media-grid {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 1.5rem;
    }
    .paths-section .path-card {
        width: 100%;
    }
    .paths-section h1 {
        font-size: 40px;
    }
    .paths-section p {
        font-size: 18px;
    }
    .mission-section .mission-image {
        width: 80%;
        margin-bottom: 30px;
    }
    .terms-section p {
        font-size: 16px;
    }
    .contact-section form {
        width: 100%;
    }
    .register-section .steps {
        display: none;
    }
    #desktop-nav {
        display: none !important;
    }
    #mobile-nav {
        display: block !important;
    }
    .navbar .nav-link.btn {
        line-height: 2;
    }
    .register-dropdown-toggle {
        position: relative;
        top: 15px;
    }
    .dropdown-menu.show {
        top: calc(100% + 2px);
    }
    .countdown-wrapper {
        min-width: 100%;
    }
    .countdown {
        min-width: 100%;
    }
}

@media(max-width: 633px) {
    .dropdown-menu.show {
        left: 0;
        right: unset;
    }
}

@media(max-width: 768px) {
    h1 {
        font-size: 30px;
    }
    h5 {
        font-size: 14px;
    }
    p {
        font-size: 14px;
    }
    .text-container {
        padding: 100px 0 30px;
    }
    .main-section h1 {
        font-size: 40px;
    }
    .main-section p {
        font-size: 18px;
    }
    .about-section img {
        width: 50%;
    }
    .media-section .media-grid {
        gap: 1rem;
    }
    .media-section .media-grid .item .card {
        height: 150px;
    }
    .paths-section .path-card {
        padding: 20px;
    }
    .paths-section p {
        margin: 0;
    }
    .terms-section p {
        font-size: 14px;
    }
    .awards-section .awards-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
        align-items: start;
        gap: 1rem;
    }
    .paths-section h1 {
        font-size: 20px;
    }
    .media-section .media-grid .item h2 {
        margin-bottom: 1rem;
    }
    .individual-awards.mb-5 {
        margin-bottom: 1rem !important;
    }
    .text-container .in-sight ul {
        padding: 0 2px;
        width: 100%;
    }
    .navbar {
        padding: 10px 0;
    }
    /* .text-container {
        top: auto;
        margin: 20px 40px 0;
        padding-bottom: 40px;
        transform: translateY(0);
    } */
}

@media(max-width: 576px) {}

@media(max-width: 380px) {
    .countdown {
        padding: 20px 25px;
    }
    .countdown .counter .value {
        font-size: 24px;
    }
}