@font-face {
    font-family: 'Averta-Regular';
    src: url('../font/Averta-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Averta-Semibold';
    src: url('../font/Averta-Semibold.ttf') format('truetype');
}

@font-face {
    font-family: 'Averta-Bold';
    src: url('../font/Averta-Bold.ttf') format('truetype');
}

body {
    font-family: 'Averta-Regular';
    font-size: 14px;
}

h1,
h2 {
    font-family: 'Averta-Bold';
}

h3 {
    font-family: 'Averta-Semibold';
}

h4 {
    font-family: 'Averta-Semibold';
}

p {
    margin-bottom: 0;
}

a {
    text-decoration: none;
}

.main-padding {
    padding-right: 350px;
    padding-left: 350px;
}

.m-top {
    margin-top: 50px;
}

.m-bottom {
    margin-bottom: 50px;
}

.custom-scrollbar::-webkit-scrollbar {
    width: 6px;
    /* Width of the scrollbar */
    height: 4px;
    /* Height for horizontal scrollbar */
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #1B638A;
    /* Scrollbar thumb color */
    border-radius: 6px;
    /* Rounded corners */
}

.custom-scrollbar::-webkit-scrollbar-track {
    background: #f2f3f4;
    /* Background of the scrollbar track */
}

.custom-scrollbar::-webkit-scrollbar-button {
    display: none;
    /* Hides the scrollbar arrows */
}

.custom-scrollbar::-webkit-scrollbar-corner {
    background: transparent;
    /* Hides the bottom-right corner where vertical and horizontal scrollbars meet */
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* .modal-backdrop {
    display: none !important;
} */

.modal-backdrop {
    z-index: 99 !important;
}

.main-title {
    margin-bottom: 12px;
}

.main-title h2 {
    font-size: 32px;
    color: #3C4852;
}

.default-btn {
    background-color: #1B638A;
    border: 1px solid transparent;
    color: #fff;
    padding: 8px 20px;
    border-radius: 5px;
    transition: .3s ease;
}

.default-btn:hover {
    background: transparent;
    border: 1px solid #1B638A;
    color: #1B638A;
}


/* BannerSectionArea */

#inner_banner_section {
    position: relative;
}

#inner_banner_section video {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

#inner_banner_section .inner-banner-title h1 {
    color: #fff;
}

#inner_banner_section .inner-banner-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    right: 0;
    text-align: center;
}


/* BannerSectionArea */


/* Course_Details_Banner_section_Start */

#course_detail_banner_section {
    position: relative;
    padding: 40px 0 80px 0;
}

#course_detail_banner_section .banner-div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

#course_detail_banner_section .banner-div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#course_detail_banner_section .course-detail-banner-title {
    z-index: 1;
    position: relative;
}

#course_detail_banner_section .course-detail-banner-title .view-more-button-area {
    margin-bottom: 10px;
}

#course_detail_banner_section .course-detail-banner-title h3 {
    font-size: 22px;
    color: #1B638A;
}

#course_detail_banner_section .course-detail-banner-title h1 {
    font-size: 32px;
    color: #3C4852;
}

#course_detail_banner_section .course-detail-banner-title p span {
    font-family: 'Averta-Bold';
}

#course_detail_banner_section .course-detail-banner-title p {
    font-size: 14px;
    margin-bottom: 15px;
    width: 50%;
}


/* Course_Details_Banner_section_End */


/* LoginSectionArea */

#login_modal_section .btn-close {
    padding: 10px;
    background-color: #fff;
    position: absolute;
    right: 20px;
    top: 20px;
}

#login_modal_section .modal-content {
    background: transparent;
}

#login_modal_section .modal-body .login-bg {
    background-color: #fff;
    border-radius: 20px;
    position: relative;
}

#login_modal_section .modal-body .login-bg .back-btn {
    position: absolute;
    left: 30px;
    top: 30px;
}

#login_modal_section .modal-body {
    padding: 20px 150px;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
}

#login_modal_section .modal-body .login-form-image-area img {
    border-radius: 15px;
    width: 100%;
    height: 80vh;
    object-fit: cover;
}

#login_modal_section .modal-body .login-form-area-col {
    display: flex;
    align-items: center;
    padding: 120px;
}

#login_modal_section .modal-body .login-form-area-col .login-form-area {
    margin-bottom: 30px;
}

#login_modal_section .modal-body .login-form-area-col .login-form-area .signup-link p span {
    color: #1B638A;
}

#login_modal_section .modal-body .login-form-area-col .login-form-area .signup-link p {
    font-family: 'Averta-Semibold';
    font-size: 14px;
    color: #3C4852;
}

#login_modal_section .modal-body .login-form-area-col .login-form-area .login-button-area {
    margin-bottom: 40px;
    margin-top: 20px;
}

#login_modal_section .modal-body .login-form-area-col .login-form-area .login-input-area .login-input {
    border: none;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0 #1b638a1f;
    font-size: 14px;
    padding: 10px 12px;
    color: #A2A2A2;
}

.form-control:focus {
    box-shadow: none;
}

button.navbar-toggler {
    padding: 0;
    box-shadow: none !important;
}

button.navbar-toggler span {
    width: 35px;
    height: 3px;
    background: #1b638a;
    display: grid;
    margin: 5px 0px;
}

#header_section {
    border-bottom: 1px solid #1b638a2c;
    padding-top: 5px;
    padding-bottom: 5px;
    position: sticky;
    top: 0;
    z-index: 999;
    background: #fff;
}

.login-btn-area .login-btn {
    background-color: #1B638A;
    border: none;
    border-radius: 5px;
    padding: 6px 50px;
    color: #fff;
    box-shadow: none;
    outline: none;
}

.login-btn-area .login-btn:focus {
    box-shadow: none;
}

.dropdown-toggle::after {
    display: none;
}

.account-dropdown .dropdown-menu {
    border: none;
    padding: 8px !important;
    margin: 0 !important;
    border-radius: 5px;
    box-shadow: 0 0 10px #00000010;
    overflow: hidden;
}

.account-dropdown .dropdown-menu .dropdown-item {
    border-radius: 3px;
    transition: .3s ease;
    margin-top: 5px !important;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 10px;
}

.account-dropdown .dropdown-menu li:nth-child(1) .dropdown-item {
    margin-top: 0 !important;
}

.account-dropdown .dropdown-menu .dropdown-item svg {
    width: 20px;
    height: 20px;
    fill: #1B638A;
}

.account-dropdown .dropdown-menu .dropdown-item:hover {
    background: #1B638A;
    color: #fff;
}

.account-dropdown .dropdown-menu .dropdown-item:hover svg {
    fill: #fff;
}

.categories-btn {
    border: 1px solid #1b638a65;
    background-color: transparent;
    border-radius: 5px;
    padding: 6px 40px;
    color: #1B638A;
}

#footer_section {
    background-color: #3C4852;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}

#footer_section .logo-description-area img {
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
}

#footer_section .logo-description-area p {
    font-size: 14px;
    line-height: 30px;
}

#footer_section .footer-list-area h3 {
    font-size: 18px;
    margin-bottom: 20px;
}

#footer_section .footer-list-area ul {
    padding-left: 0;
    list-style: none;
}

#footer_section .footer-list-area ul li {
    margin-bottom: 10px;
}

#footer_section .footer-list-area ul li a {
    color: #fff;
}

#footer_section .footer-list-area .footer-social-icon {
    margin-top: 20px;
}

#footer_section .footer-list-area .footer-social-icon a {
    margin-right: 5px;
}

#navbarSupportedContent .navbar-nav .nav-link {
    color: #3C4852;
    font-size: 16px;
}


/* LoginSectionArea */

@media only screen and (max-width: 1600px) {
    .default-btn {
        font-size: 14px;
    }

    .main-padding {
        padding-right: 120px;
        padding-left: 120px;
    }

    .main-title p {
        font-size: 14px;
    }

    .main-title h2 {
        font-size: 24px;
    }

    #inner_banner_section .inner-banner-title h1 {
        font-size: 32px;
    }

    #login_modal_section .modal-body .login-form-image-area img {
        height: 85vh;
    }
}

@media only screen and (max-width: 1440px) {
    .main-title h2 {
        font-size: 22px;
    }

    .main-padding {
        padding-right: 130px;
        padding-left: 130px;
    }

    #login_modal_section .modal-body .login-form-area-col {
        padding: 40px 30px;
        display: flex;
        justify-content: center;
    }

    #login_modal_section .modal-body .login-form-area-col .login-form-area {
        width: 80%;
        margin: 0 !important;
    }

    #login_modal_section .modal-body .login-form-image-area img {
        height: 60vh;
    }
}

@media only screen and (max-width: 1236px) {
    #login_modal_section .modal-body .login-form-image-area img {
        height: 50vh;
    }
}

@media only screen and (max-width: 1199px) {
    .main-padding {
        padding-right: 50px;
        padding-left: 50px;
    }


}

@media only screen and (max-width: 991px) {
    .logo-description-area {
        margin-bottom: 20px;
    }

    .login-btn-area .login-btn {
        margin: auto;
    }

    #inner_banner_section video {
        height: 400px;
    }

    #login_modal_section .modal-body .login-form-area-col .login-form-area .login-button-area {
        margin-bottom: 22px;
    }
}

@media only screen and (max-width: 767px) {
    .main-padding {
        padding-right: 15px;
        padding-left: 15px;
    }

    .main-title h2 {
        font-size: 20px;
    }

    .m-top {
        margin-top: 30px;
    }

    #login_modal_section .modal-body {
        padding: 20px;
    }

    #login_modal_section .modal-body .login-bg .back-btn {
        left: 10px;
        top: 10px;
    }

    #login_modal_section .modal-body .login-form-area-col .login-form-area {
        width: 95%;
    }

    #footer_section {
        text-align: start;
    }

    #inner_banner_section .inner-banner-title h1 {
        padding: 0px 10px;
        font-size: 24px;
    }

    #footer_section .footer-list-area ul li {
        margin-bottom: 5px;
    }

    #footer_section .footer-list-area h3 {
        margin-bottom: 10px;
    }

    #footer_section .footer-list-area {
        margin-top: 10px;
    }


    #inner_banner_section video {
        height: 260px;
    }

}