@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: "Inter", sans-serif;
    overflow-x: hidden;
}

/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: white;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--primary-btn-bg);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--primary-btn-bg);
}

html {
    font-size: 10px;
    overflow-x: hidden;
}

@font-face {
    font-family: poppins-font;
    src: url(../fonts/Poppins-SemiBold.ttf);
}

@font-face {
    font-family: playfair;
    src: url(../fonts/Playfair-VariableFont_opsz\wdth\wght.ttf);
}

:root {
    --inter-font-family: "Inter", sans-serif;
    --primary-btn-bg: #140a62;
    --navy-blue: #0f172a;
}

@media (min-width: 1600px) {
    .container {
        width: 100%;
        max-width: 1420px;
    }
}

.text-dark-blue {
    color: var(--primary-btn-bg);
}

/* header css start */

.header {
    background-color: white;
    padding: 2.25rem 5rem;
    box-shadow: 0 5px 5px 0 #00000040;
    z-index: 99999;
}

.drop-down-btn:focus {
    border: none !important;
}

.drp-menu {
    width: 200px;
    text-align: center;
}

.drp-menu>li {
    padding: 5px;
}

.header-flex-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.header-flex-main .header-flex-area:nth-child(2) {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.header-flex-main .header-flex-area:last-child {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 20px;
}

.menu-btn-area {
    display: none;
}

.menu-btn-area>button {
    background: none;
    border: none;
    font-size: 20px;
}

.select-box-header {
    width: 219px;
    height: 40px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #140a62;
    font-family: var(--inter-font-family);
    font-size: 15px;
    font-weight: 500;
    color: #140a62;
}

.sidebar-header {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #0000008e;
    z-index: 9999;
}

.logo {
    width: 194px;
    height: auto;
}

.header-offcanva {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100%;
    width: 60%;
    background-color: #1e1e1e;
    transition: right 0.2s ease-in-out;
    padding: 0 10px;
    z-index: 10000;
}

.header-offcanva a {
    color: #fff;
}

.header-offcanva.active {
    right: 0;
}

.offcanvas-header {
    padding: 5px 10px;
}

.offcanva-body {
    height: 100%;
}

.magnify-icon {
    display: none;
}

#close-btn {
    background: none;
    border: none;
    font-size: 20px;
    color: #ffffff;
}

.close-btn-area {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}

.link-canva-area {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 3rem;
}

.select-box-header:focus {
    background: #140a62;
    color: #fff;
}

.select-box-header>option {
    background-color: white;
    color: #000;
}

.link {
    font-size: 1.4rem;
    font-weight: 500;
    color: #2b2b2b;
}

.head-search-input {
    /* width: 910px; */
    width: 47.4vw;
    padding: 9px 20px 9px 50px;
    font-size: 1.4rem;
    font-weight: 500;
    border: 1px solid #334155;
    border-radius: 8px;
    outline: none;
}

.head-search-input::placeholder {
    color: #334155;
    font-size: 1.4rem;
    font-weight: 500;
}

.head-search-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 18px;
    font-size: 20px;
    color: #334155;
}

.cart-link {
    font-size: 20px;
    color: #334155;
}

.primary-btn,
.role-btn-active {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 500;
    padding: 7px 23px;
    color: white;
    border-radius: 5px;
    background-color: var(--primary-btn-bg);
    border: 1px solid transparent;
    transition: 0.5s;
    white-space: nowrap;
}

.role-btn-active {
    background-color: var(--primary-btn-bg) !important;
    color: white !important;
}

.primary-btn-custom {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 500;
    padding: 7px 23px;
    color: white;
    border-radius: 5px;
    background-color: var(--primary-btn-bg);
    border: 1px solid transparent;
    transition: 0.5s;
    white-space: nowrap;
}

.primary-btn:hover {
    background-color: transparent;
    border-color: var(--primary-btn-bg);
    color: var(--primary-btn-bg);
}

.primary-btn.primary-btn-2 {
    background-color: transparent;
    border-color: var(--primary-btn-bg);
    color: var(--primary-btn-bg);
}

.primary-btn.primary-btn-2:hover {
    background-color: var(--primary-btn-bg);
    color: white;
    border-color: transparent;
}

/* header css end */

/* bnner section start */

.bnner-slider-layer {
    background-color: black;
    padding: 11rem 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 111;
}

.bnner-left-content-area {
    background-color: white;
    padding: 4rem 7rem 4rem 3rem;
    border-radius: 10px;
    max-width: 637px;
    position: relative;
    z-index: 11;
}

.bnner-title {
    font-size: 4rem;
    font-weight: 700;
    color: var(--navy-blue);
    line-height: 1.4;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.para {
    font-size: 1.6rem;
    font-weight: 400;
    color: #334155;
    line-height: 28px;
}

.bnner-btns-area {
    margin-top: 40px;
    gap: 20px;
}

.bnner-btns-area a {
    padding: 10px 23px;
}

.bnner-right-area {
    padding-left: 20px;
    z-index: 99999;
}

.join-students-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--navy-blue);
    line-height: 1.3;
}

.sm-bnner-right-box {
    background-color: white;
    border-radius: 10px;
    padding: 15px 15px;
    max-width: 200px;
    width: 100%;
    position: absolute;
    right: -70px;
    bottom: -65px;
    z-index: 999;
}

.join-students-imgs {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.student-sm-img {
    margin-left: -20px;
}

.join-students-imgs .student-sm-img:first-child {
    margin-left: 0;
}

img.bnner-corner-img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 750px;
}

.bnner-slider-btn {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    color: var(--primary-btn-bg);
    border: none;
    background-color: white;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 25px;
    /* z-index: 9999; */
}

.bnner-slider-btn.next-btn {
    right: 25px;
    left: unset;
}

.level-icon {
    font-size: 2rem;
    color: rgb(61, 61, 67);
}

.bnner-ab-img {
    position: absolute;
    transition: 0.5s all ease;
}

.bnner-ab-img.img-1 {
    opacity: 0.5;
    top: 15px;
    left: 35px;
    z-index: 11;
}

.bnner-ab-img.img-2 {
    opacity: 0.2;
    bottom: 36px;
    left: 45px;
    z-index: 11;
}

.bnner-ab-img.img-3 {
    opacity: 0.2;
    bottom: 20px;
    left: 50%;
    transform: translateX(-70%);
}

.bnner-ab-img.img-4 {
    opacity: 0.3;
    left: -7px;
    top: 50%;
    transform: translateY(10px);
    z-index: -1;
}

.bnner-ab-img.img-5 {
    opacity: 0.5;
    right: -3px;
    top: 88px;
    z-index: -1;
}

.bnner-ab-img.img-6 {
    opacity: 0.2;
    top: -100px;
    right: 140px;
}

.start-img {
    position: absolute;
}

.start-img.img-3 {
    right: 15px;
    bottom: 15px;
}

.start-img.img-2 {
    right: 25px;
    bottom: 50px;
}

.start-img.img-1 {
    right: 6px;
    bottom: 105px;
}

/* bnner section end */

/* result section */

.result-section {
    padding: 5rem 0 7.5rem;
}

.results-area {
    background-color: #f8fafc;
    padding: 4rem 0;
}

.result-title {
    font-size: 3.2rem;
    font-weight: 600;
    color: var(--navy-blue);
    margin: 15px 0 5px;
}

.result-descrip {
    font-size: 1.4rem;
    font-weight: 400;
    color: var(--navy-blue);
}

.result-box {
    text-align: center;
    border-right: 4px solid #e2e8f0;
}

.results-area .row .col-12.col-md-6.col-lg-3:last-child .result-box {
    border-right: none;
}

.book-img {
    position: absolute;
    bottom: -10px;
    left: 30px;
}

/* top categories section */

.top-categories-section {
    padding-bottom: 6rem;
}

.section-title-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.section-title {
    font-size: 2.8rem;
    font-weight: 600;
    color: var(--navy-blue);
    text-transform: capitalize;
}

.see-all-link {
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--primary-btn-bg);
}

.top-category-img {
    width: 170px;
    height: 170px;
}

.top-category-img-box {
    height: 300px;
    background-color: #f8fafc;
    border-radius: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 9px 0 #3b82f624;
    border: 1px solid #e2e8f0;
    margin-bottom: 22px;
    transition: 0.5s;
}

.top-category-title {
    font-size: 2.4rem;
    font-weight: 500;
    color: var(--navy-blue);
}

.top-category-box:hover .top-category-img-box {
    border-color: var(--primary-btn-bg);
    box-shadow: 0 0 10.7px 0 #140a6236;
    background-color: white;
}

/* board-selection-courses-section */

.board-selection-courses-section {
    background-color: #f8fafc;
    padding: 5rem 0;
}

.section-para {
    font-size: 1.7rem;
    font-weight: 400;
    color: var(--navy-blue);
}

.board-selection-tabing-list {
    list-style: none;
    padding: 0;
    margin: 20px 0 40px;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 30px;
}

.board-selection-tab-btn {
    border: 1px solid #e6e9ec;
    font-size: 1.7rem;
    font-weight: 500;
    color: #334155;
    padding: 6px 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    background-color: white;
    height: 48px;
    transition: 0.5s;
}

.board-selection-tab-btn:hover,
.board-selection-tab-btn.active {
    border-color: #3681d9;
    background-color: #3682d917;
}

.coupon-area {
    height: 30px;
    display: flex;
    justify-content: center;
}

.coupon-image {
    height: 100%;
    width: 20px;
    margin: auto;
    text-align: center;
}

.more-selection-courses {
    font-size: 1.7rem;
    color: white;
    background-color: var(--primary-btn-bg);
    border-radius: 5px;
    padding: 7px 17px;
    border: none;
    height: 48px;
}

.selection-course-box {
    border: 1px solid #d8d8d8;
    margin: 0 12px;
}

.column-cards {
    margin-top: 10px;
}

.selection-course-box-2 {
    border: 1px solid #d8d8d8;
    margin: 10px 0;
    overflow: hidden;
}

.ms-icons {
    font-size: 3rem;
}

i.fa-file-powerpoint {
    color: #d24726;
}

.selection-course-img-area {
    padding: 12px 12px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 25px;
}

.select-course-result {
    font-size: 1.4rem;
    font-weight: 500;
    color: #0f172a;
}

.course-result-icon {
    font-size: 1.6rem;
    color: var(--icon-color);
}

.selection-course-result-area {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.select-course-title {
    font-size: 1.7rem;
    font-weight: 600;
    color: #334155;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 20px;
}

.select-course-title p {
    margin-bottom: 0 !important;
}

.selection-course-descrip-area {
    padding: 0 12px 15px;
}

.select-course-profile-name {
    font-size: 1.5rem;
    font-weight: 500;
    color: #334155;
}

.select-course-user-img {
    height: 45px;
    width: 45px;
    border-radius: 100%;
    box-shadow: -1.65px 0 4px 0 #00000040;
}

.select-course-price {
    font-size: 1.7rem;
    font-weight: 700;
    color: #334155;
}

.select-course-slider-btn {
    height: 50px;
    width: 50px;
    background-color: var(--primary-btn-bg);
    color: white;
    font-size: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.select-course-slider-btn.pre-btn {
    left: -65px;
}

.select-course-slider-btn.next-btn {
    right: -65px;
    left: unset;
}

/* .select-course-slider-btn.slick-arrow.slick-disabled {
  display: none !important;
} */
.selection-courses-area {
    display: none;
}

.selection-course-slider-1 {
    display: flex !important;
    gap: 10px !important;
}

.selection-courses-area.active {
    display: block;
}

.box-bnner-para-index {
    font-family: var(--inter-font-family);
    font-size: 11.77px;
    font-weight: 400;
    line-height: 17.66px;
    text-align: left;
    color: #64748b;
}

.area-box-2-ind {
    display: flex;
    gap: 10px;
}

.right-header-sect-box {
    left: 0;
}

.img-bnner-2 {
    top: 0 !important;
}

.img-2-bnner-2 {
    top: 20px !important;
}

.img-3-bnner-2 {
    top: 80px !important;
}

.bnner-3-img-star {
    top: -10px;
    right: -10px !important;
}

/* become-an-instructor */
.become-an-instructor {
    padding: 6rem 0;
}

.book-img.img-2 {
    right: 30px;
    left: unset;
    bottom: 0;
}

.become-instructor-text-area .primary-btn {
    padding: 10px 23px;
}

.meter {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-family: var(--inter-font-family);
    font-size: 18px;
    font-weight: 600;
    line-height: 28.8px;
    position: relative;
    margin-bottom: 10px;
}

/* testimonial section */

.testimonial-section {
    padding: 6rem 0;
    background-color: #f8fafc;
}

.testimonial-slider-btn {
    height: 38px;
    width: 38px;
    background-color: var(--primary-btn-bg);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    border-radius: 100%;
    border: none;
}

.testimonial-box {
    background-color: white;
    border-radius: 15px;
    padding: 3rem 0;
    box-shadow: 0 3.5px 30.26px 0 #41414126;
    transition: 0.5s;
    margin: 0 10px;
}

.testimonial-box:hover,
.testimonial-box.slick-active.slick-current {
    background: rgb(38, 58, 217);
    background: linear-gradient(90deg,
            rgba(38, 58, 217, 1) 0%,
            rgba(20, 10, 98, 1) 100%);
}

.testimonial-box:hover .review-star.checked,
.testimonial-box:hover .testimonial-para,
.testimonial-box:hover .testimonial-user-name,
.testimonial-box:hover .testimonial-user-designation {
    color: white;
}

.testimonial-box.slick-active.slick-current .review-star.checked,
.testimonial-box.slick-active.slick-current .testimonial-para,
.testimonial-box.slick-active.slick-current .testimonial-user-name,
.testimonial-box.slick-active.slick-current .testimonial-user-designation {
    color: white;
}

.testimonial-box:hover .qoutes-img,
.testimonial-box.slick-active.slick-current .qoutes-img {
    filter: brightness(50);
}

.testimonial-box-top {
    padding: 0 3rem;
    border-bottom: 1px solid #e5e4e9;
}

.review-star {
    font-size: 1.4rem;
}

.review-star-area {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 5px;
    margin-top: 25px;
}

.review-star.checked {
    color: #ffa944;
}

.testimonial-para {
    font-size: 1.9rem;
    font-weight: 400;
    color: #444444;
    line-height: 1.6;
    margin: 22px 0 22px;
}

.testimonial-user-img {
    height: 64px;
    width: 64px;
    border-radius: 100%;
}

.testimonial-user-name {
    font-size: 2.7rem;
    font-weight: 700;
    color: black;
    margin: 0;
}

.testimonial-user-designation {
    font-size: 1.4rem;
    font-weight: 500;
    color: #2b2b2b;
}

.testimonial-box-bottom {
    padding: 2rem 3rem 0;
}

.testimonial-slider .slick-list.draggable {
    padding: 35px 0;
}

.testimonial-slider.slick-initialized.slick-slider .slick-list {
    transform: translate3d(90px, 0, 0);
}

/* Form page start */
.img-sect-1 {
    height: 91vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}

.column-overflow {
    height: 91vh;
    overflow-y: auto;
    overflow-x: hidden;
    display: inline-grid;
    justify-content: center;
    align-items: center;
}

.column-overflow-2 {
    height: 91vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-heading {
    font-size: 36px;
    font-family: var(--inter-font-family);
    font-weight: 600;
    line-height: 41.6px;
}

.form-block {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.form-heading-area {
    width: 100%;
}

.inputs>label {
    width: 100%;
    color: #0f172a;
    font-size: 18px;
    line-height: 28.8px;
    font-weight: 600;
    font-family: var(--inter-font-family);
    margin-top: 20px;
}

.inputs>label>span {
    line-height: 28.8px;
    display: inline-block;
    margin-bottom: 10px;
}

.inputs>label>input {
    width: 100%;
    height: 58px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 16px;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--inter-font-family);
    line-height: 25.6px;
    margin-bottom: 10px;
}

.inputs>label>input::placeholder {
    color: #94a3b8;
}

.bottom-para {
    font-size: 16px;
    color: #8c8c8c;
    font-family: var(--inter-font-family);
    line-height: 48.16px;
    font-weight: 600;
}

.bottom-para>a {
    color: #140a62;
    text-decoration: none;
}

.link-pages {
    font-size: 16px;
    color: #263ad9;
    text-decoration: none;
    font-family: var(--inter-font-family);
    line-height: 48.16px;
    font-weight: 600;
}

.custom-padding {
    padding: 2rem 10rem;
}

.custom-padding-2 {
    padding: 0 10rem;
    width: 80%;
}

.pages-switch {
    display: flex;
    justify-content: space-between;
}

.auth-buttons>a,
.auth-buttons>button {
    text-decoration: none;
    background: #140a62;
    color: #fff;
    border-radius: 8px;
    padding: 1.5rem 5rem;
    line-height: 25.6px;
    font-family: var(--inter-font-family);
    font-size: 16px;
    font-weight: 500;
    border: none;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}

.send-code-button>button {
    width: 100%;
    display: flex;
    justify-content: center;
}

.send-verify-button {
    display: flex;
    justify-content: center;
}

.send-verify-button>button {
    width: 65%;
    display: flex;
    justify-content: center;
}

.send-code-para {
    font-size: 16px;
    font-family: var(--inter-font-family);
    font-weight: 400;
    text-align: center;
    line-height: 22.4px;
}

.otp-para {
    font-size: 16px;
    font-family: var(--inter-font-family);
    font-weight: 400;
    text-align: center;
    line-height: 36px;
}

.otp-enter {
    box-shadow: 0px 0px 11.8px 0px #00000040;
    padding: 4rem 2rem;
    width: 60%;
}

.otp-inputs .input-groups {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.otp-inputs>.input-groups>input {
    width: calc(100% / 4 - 38px);
    height: 113px;
    gap: 0px;
    border: 1px solid gray;
    border-radius: 10px;
    text-align: center;
    color: #140a62;
    font-family: var(--inter-font-family);
    font-size: 48px;
    font-weight: 600;
    line-height: 58.09px;
    letter-spacing: 0.02em;
    text-align: center;
    outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.check-icon {
    background: #5e6ee9;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-design {
    font-size: 6rem;
    color: #fff;
}

.pass-update {
    font-family: var(--inter-font-family);
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
}

.column {
    border: 1px solid red;
    margin: 0;
}

/* form page end */

/* categories */
.custom-pagination .page-link {
    box-shadow: 0px 0px 8.75px 0px #3b82f61f;
    font-size: 13.3px;
    padding: 0.75rem 1.5rem;
    display: flex;
    align-items: center;
    height: 100%;
    color: #000000;
    transition: background-color 0.3s, color 0.3s;
}

.active-size {
    font-size: 1.6rem !important;
    font-weight: 700;
    font-family: var(--inter-font-family);
}

.chev {
    font-size: 1rem;
    font-weight: bold;
}

.custom-pagination .page-link:hover {
    background-color: #007bff;
    color: white;
}

.custom-pagination .page-item.active .page-link {
    background-color: #0056b3;
    color: white;
    border-color: #0056b3;
}

.categories-heading {
    font-family: var(--inter-font-family);
    font-size: 4.3rem;
    font-weight: 700;
    line-height: 52.5px;
}

.categories-sub-heading {
    font-family: var(--inter-font-family);
    font-weight: 600;
    font-size: 2.8rem;
    line-height: 39.2px;
}

/* end */

/* single course starts */
.breadcrumb>li {
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 25.5px;
    font-family: var(--inter-font-family);
}

.breadcrumb-link {
    color: #263ad9;
    text-decoration: none;
}

.span-text {
    color: #263ad9;
}

.section-heading {
    font-size: 47.53px;
    font-weight: 700;
    font-family: var(--inter-font-family);
    line-height: 66.5px;
    letter-spacing: -2px;
}

.section-para {
    font-size: 1.9rem;
    font-weight: 400;
    font-family: var(--inter-font-family);
    line-height: 30.4px;
    color: #334155;
    padding-right: 1.2rem;
}

.rating-area {
    display: flex;
    gap: 12px;
    align-items: center;
}

.rating-row {
    display: flex;
    align-items: center;
    gap: 2px;
}

.rating-numbers {
    font-size: 1.9rem;
    color: #fec84b;
    line-height: 22px;
    font-weight: 500;
}

.rating-text {
    font-size: 17px;
    font-weight: 400;
    font-family: var(--inter-font-family);
    color: #334155;
}

.text-font-style {
    font-family: var(--inter-font-family);
    font-size: 16.63px;
    font-weight: 400;
    line-height: 24.95px;
}

.globe-image {
    height: 23.76px;
    width: 23.76px;
}

.card-img {
    width: 100%;
    height: 230px;
    object-fit: fill;
}

.custom-card {
    border: 1.07px solid #e2e8f0;
    border-radius: 17px;
    box-shadow: 0px 0px 8.6px 0px #3b82f61f;
}

.card-text {
    font-family: var(--inter-font-family);
    font-size: 25.8px;
    font-weight: 600;
    line-height: 36.12px;
    display: flex;
    gap: 20px;
    align-items: center;
}

.del-val {
    font-family: var(--inter-font-family);
    font-size: 19.35px;
    font-weight: 600;
    line-height: 30.96px;
    text-align: left;
    color: #0f172a;
    opacity: 20%;
    position: relative;
}

.del-val::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    border: 1px solid #000000;
    width: 105%;
}

.off-percent {
    color: #bf8fe2;
    font-family: var(--inter-font-family);
    font-size: 21.5px;
    font-weight: 600;
    line-height: 32.25px;
    text-align: left;
}

.buttons-group {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.buttons-group>button {
    height: 50px;
    border-radius: 8px;
    color: #fff;
    font-family: var(--inter-font-family);
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 25.6px;
    padding: 10.75px 25.8px;
}

.btn-1 {
    background: #140a62;
    border: none;
}

.btn-2 {
    color: #0f172a !important;
    border: 1.07px solid #020617;
}

.social-media-icons {
    border-top: 1.07px solid #e2e8f0;
    margin-top: 1.5rem;
    padding: 1.5rem 2rem;
}

.social-card-icons {
    padding: 0;
}

.social-card-icons>li {
    list-style: none;
    display: inline-block;
    border: 4px solid rgba(128, 128, 128, 0.172);
    border-radius: 50%;
    margin: 3px;
}

.share-text {
    font-family: var(--inter-font-family);
    font-size: 17.2px;
    font-weight: 500;
    line-height: 27.52px;
}

.column-area {
    position: relative;
    border-bottom: 1px solid #e2e8f0;
}

.switch-box-area {
    position: absolute;
    bottom: 0px;
}

.buttons-switch-group {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    gap: 3rem;
    padding: 2rem 0;
}

.button-swicth {
    padding: 1rem 3rem;
    gap: 8px;
    border-radius: 8px;
    border: 1px 0px 0px 0px;
    opacity: 0px;
    border: 1px solid #e2e8f0;
    background: #fff;
    font-family: var(--inter-font-family);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #0f172a;
}

.button-active {
    background: #eff6ff;
}

.section-multi-heading {
    font-family: var(--inter-font-family);
    font-size: 28px;
    font-weight: 600;
    line-height: 42px;
    color: #0f172a;
    text-align: left;
}

.section-para-2 {
    font-size: 1.6rem;
    font-weight: 400;
    font-family: var(--inter-font-family);
    line-height: 27.2px;
    color: #334155;
    padding-right: 1.2rem;
}

.sub-heading {
    font-family: var(--inter-font-family);
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    color: #263ad9;
}

.section-para-3 {
    font-family: var(--inter-font-family);
    font-size: 18.8px;
    font-weight: 400;
    line-height: 28.2px;
    text-align: left;
    color: #0f172a;
}

.selection-course-img-2 {
    height: 120px;
    width: 120px;
}

.side-text {
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.faqs-list-area {
    border: 1.09px solid #e2e8f0;
    border-radius: 10px;
}

.acc-para {
    font-weight: 400;
    font-size: 1.6rem;
    font-family: var(--inter-font-family);
    line-height: 24px;
    color: #334155;
}

.faq-btn {
    width: 100%;
    border: none;
    text-align: left;
    padding: 2rem;
    font-family: var(--inter-font-family);
    font-size: 2rem;
    font-weight: 600;
    line-height: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(128, 128, 128, 0.276);
    background: none;
}

.faq-box:nth-child(1) .faq-btn {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.faq-box:nth-last-child(1) .faq-btn {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.faq-text-area {
    padding: 10px;
}

.last-para {
    border-bottom: 1px solid rgba(128, 128, 128, 0.276);
    margin-bottom: 10px;
}

.sec-text {
    display: flex;
    gap: 20px;
}

/* ends */

/* review-area start */
.reviews-area {
    border-top: 1px solid rgba(128, 128, 128, 0.276);
}

.rating-sect-2 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.review-text {
    font-family: var(--inter-font-family);
    font-size: 21.96px;
    font-weight: 600;
    line-height: 30.75px;
    text-align: left;
}

.views-text {
    font-family: var(--inter-font-family);
    font-size: 15.37px;
    font-weight: 500;
    line-height: 21.96px;
    text-align: left;
}

.rating-star {
    display: flex;
    align-items: center;
    gap: 5px;
}

.custom-card-2 {
    width: 100%;
    padding: 2rem 15px;
    border: 1.1px solid #e2e8f0;
    border-radius: 17.7px;
}

.card-img-2 {
    width: 65px;
    height: 65px;
}

.card-text-capt {
    font-family: var(--inter-font-family);
    font-size: 19px;
    font-weight: 600;
    line-height: 30.4px;
    text-align: left;
}

.section-para-4 {
    font-family: var(--inter-font-family);
    font-size: 17px;
    font-weight: 400;
    line-height: 27.2px;
    text-align: left;
}

.board-selection-tabing-list::-webkit-scrollbar-thumb {
    height: 10px !important;
}

.first-line-rating {
    display: flex;
    gap: 20px;
    align-items: center;
}

#chartdiv {
    width: 100%;
    height: 100%;
}

.button-show {
    padding: 1rem 3rem;
    border: 1.1px solid #140a62;
    background: none;
    font-family: var(--inter-font-family);
    color: #140a62;
    font-size: 15.37px;
    font-weight: 500;
    line-height: 24.6px;
    text-align: left;
    border-radius: 8px;
    transition: background-color 0.3s ease-in-out;
}

.button-show:hover {
    background-color: #140a62;
    color: #fff;
}

.custom-card-3 {
    margin-top: 20px;
    box-shadow: 1px 7px 15px 0px #0000002d;
    border: none;
}

.images-card {
    display: inline-block;
    width: 100%;
    height: 40%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.img-area-cards {
    position: relative;
    height: 200px;
    width: 100%;
}

.video-custom {
    display: inline-block;
    width: 100%;
    height: 40%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.play-btn {
    border: none;
    background: none;
}

.cards-items:hover .play-btn {
    display: block !important;
}

.img-abs {
    position: absolute;
    top: 10px;
    right: 10px;
}

.anchor-color {
    color: unset;
}

.canva-anchor {
    color: #fff !important;
}

.img-abs>img {
    border-radius: 50%;
    height: 30px;
    width: 30px;
}

.arrow-btn {
    padding: 8px;
    border-radius: 30px;
    background-color: #140a62;
    border: none;
}

.retake-btn {
    padding: 1rem 2rem;
    background: #140a62;
    border-radius: 5px;
    color: #fff;
    font-size: 1.5rem;
    border: none;
    transition: all 0.3s ease-in;
}

.retake-btn:hover {
    transform: scale(1.1);
    background: #2a18b2;
}

/* rewiew end */
.custom-card-2 {
    margin-bottom: 12px;
}

/* shopping cart */
.client-home-sect {
    display: flex;
    justify-content: end;
}

.login-btn-custom {
    padding: 15px 25px;
    border: 1px solid gray;
    font-size: 1.5rem;
    border-radius: 5px;
}

.main-heading-cart {
    display: flex;
    align-items: baseline;
    gap: 20px;
}

.forget-padding {
    width: 80% !important;
}

.cart-main-heading {
    font-family: var(--inter-font-family);
    font-size: 47px;
    font-weight: 600;
    line-height: 61.1px;
    margin-bottom: 33px;
}

.login-para {
    font-size: 14px;
}

.cart-texts {
    font-family: var(--inter-font-family);
    font-size: 15.3px;
    font-weight: 400;
    line-height: 22.95px;
    text-align: left;
    color: #334155;
}

.cart-sect-heading {
    font-family: var(--inter-font-family);
    font-size: 21.86px;
    font-weight: 600;
    line-height: 32.79px;
    text-align: left;
}

.shopping-cart {
    border: 1.09px solid #e2e8f0;
    border-radius: 8.74px;
    background: #f8fafc;
    padding: 10px 20px;
    font-size: 1.7rem;
    color: #0f172a;
}

.row-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2rem 0;
}

.prices {
    font-family: var(--inter-font-family);
    font-size: 19.67px;
    font-weight: 600;
    line-height: 31.48px;
}

.prices-2 {
    font-family: poppins-font;
    font-size: 26.23px;
    font-weight: 600;
    line-height: 31.48px;
    text-align: right;
}

.rating-text-2 {
    font-family: var(--inter-font-family);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.color-text {
    color: #64748b;
}

.action-row {
    font-family: var(--inter-font-family);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.span-text-2 {
    color: #dc2626;
}

.action-buttons>button {
    background: none !important;
    border: none;
}

.shopping-cart-sec {
    padding: 5rem 0 15rem 0;
}

.main-cart-checkout {
    padding-top: 5.5rem;
}

/* shopping cart */

/* checkout-field */
.checkout-field {
    border: 1.09px solid #e2e8f0;
    padding: 2rem;
    border-radius: 17.5px;
}

.payment-method-heading {
    font-family: var(--inter-font-family);
    font-size: 19px;
    font-weight: 600;
    line-height: 30.4px;
    text-align: left;
    margin-top: 10px;
}

.radio-check {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8fafc;
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 2rem 1rem;
}

.credit-group {
    background: #f8fafc;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 2rem 1.5rem;
}

.inputs-text {
    font-family: var(--inter-font-family);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.main-radio-text {
    font-family: var(--inter-font-family);
    font-size: 19px;
    font-weight: 600;
    line-height: 30.4px;
    text-align: left;
}

.radio-btns {
    height: 20px;
    width: 20px;
}

.payment-inputs {
    margin-top: -25px;
}

.button-auth-2>button {
    padding: 12px;
}

.text-blue {
    font-family: var(--inter-font-family);
    font-size: 15px;
    font-weight: 400;
    line-height: 22.5px;
    text-align: left;
}

.head-text-2 {
    font-family: var(--inter-font-family);
    font-size: 19px;
    font-weight: 600;
    line-height: 30.4px;
}

.text-column {
    margin: 0;
    padding: 0;
}

.checkout-section {
    padding: 3rem 0;
}

.checkout-image {
    height: 143.28px;
    width: 143.28px;
    border-radius: 4px;
}

.checkout-items {
    display: flex;
    gap: 20px;
}

/* checkout */

/* order-section */

.order-complete-sec {
    padding: 10rem 0;
}

.check-icon-2 {
    background: #16a34a;
    width: 250.89px;
    height: 250.89px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-design-2 {
    font-size: 12rem;
    color: #fff;
}

.check-icon-2>img {
    width: 150.22px;
    height: 150.22px;
    padding: 8.8px 0px 9.98px 0px;
    gap: 0px;
    opacity: 0px;
}

.comp-text {
    font-family: var(--inter-font-family);
    font-size: 57.78px;
    font-weight: 700;
    line-height: 69.33px;
    text-align: center;
    color: var(--navy-blue);
    padding-top: 2rem;
}

.comp-text-2 {
    font-family: var(--inter-font-family);
    font-size: 34.67px;
    font-weight: 600;
    line-height: 48.53px;
    text-align: center;
    color: var(--navy-blue);
    padding-bottom: 4rem;
}

.comp-link {
    font-family: var(--inter-font-family);
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    color: var(--primary-btn-bg);
    list-style: none;
    display: flex;
    gap: 10px;
    align-items: center;
    color: var(--primary-btn-bg);
    background: none;
    border: none;
}

.custom-loader {
    display: none;
    animation: spinner 1s linear infinite;
    font-size: 1.8rem;
}

@keyframes spinner {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* end */

/* header-2 */
.header-2 {
    background: var(--primary-btn-bg);
    color: #fff !important;
}

.header-heading {
    font-family: var(--inter-font-family);
    font-size: 16px;
    font-weight: 500;
    line-height: 21.28px;
}

.auth-btn-area-header {
    gap: 10px !important;
}

.faqs-list-area-2 {
    background: #f8fafc;
}

.faq-btn-2 {
    padding: 1.2rem;
    font-size: 1.9rem;
    line-height: 39px;
    border-bottom: 1px solid rgba(128, 128, 128, 0.276);
}

.sect-first-image {
    width: 300px;
    margin: 0 auto;
    display: block;
    /* height: 600.2px; */
    /* gap: 0px; */
    /* border-radius: 17.5px; */
    /* opacity: 0px; */
    /* border-radius: 17px; */
}

.image-area-bought {
    padding: 2.5rem 0;
}

.image-area-bought video {
    width: 100%;
}

.check-area>label {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 3rem 1rem;
    font-family: var(--inter-font-family);
    font-size: 17.5px;
    font-weight: 400;
    line-height: 28px;
}

.check-items {
    display: flex;
    gap: 10px;
}

.check-area {
    transition: background-color 0.3s linear;
}

.check-area:hover {
    background-color: var(--primary-btn-bg);
    color: #fff;
}

/* end */

/* bought-course */

.font-weight {
    font-weight: 600;
}

.faq-title-text {
    padding: 1rem 2rem;
}

.faq-heading {
    font-family: var(--inter-font-family);
    font-size: 26px;
    font-weight: 600;
    line-height: 36.4px;
}

.faqs-section {
    padding-top: 18rem;
}

.checkbox-inp {
    width: 26.25px;
    height: 26.25px;
}

.faq-sec-bought {
    color: #64748b;
    font-family: var(--inter-font-family);
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
}

.image-area-bought {
    position: relative;
}

.play-button {
    height: 100px;
    width: 100px;
    background: #f8fafc;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-80%, -50%);
    border: none;
}

.play-icon {
    font-size: 3rem;
}

.cards-section {
    background: #f8fafc;
    padding: 2rem 0;
}

.img-div {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100px;
}

/* end */

/* mentor-page start */
.mentor-sec {
    padding: 4rem 0;
}

.mentor-text-sm {
    font-family: var(--inter-font-family);
    font-size: 15.31px;
    font-weight: 400;
    line-height: 22.97px;
    text-align: left;
    color: #334155;
}

.mentor-heading-main {
    font-family: var(--inter-font-family);
    font-size: 41.56px;
    font-weight: 600;
    line-height: 54.03px;
    text-align: left;
}

.main-heading-sec {
    width: 350px;
    height: 220.88px;
    opacity: 0px;
    /* border: 1px solid gray; */
}

.stu-details {
    display: flex;
    justify-content: space-between;
}

.detials-item {
    display: flex;
    flex-direction: column;
}

.num-list {
    font-family: var(--inter-font-family);
    font-size: 26.25px;
    font-weight: 600;
    line-height: 36.75px;
    text-align: left;
}

.text-area-2 {
    padding: 2rem 0;
}

.sub-heading-mentor {
    font-family: var(--inter-font-family);
    font-size: 21.88px;
    font-weight: 600;
    line-height: 32.81px;
    color: #0f172a;
}

.men-para-text {
    font-family: var(--inter-font-family);
    font-size: 17.5px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: #0f172a;
}

.mentor-column-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.social-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 2.5rem 0;
}

.social-links>a {
    padding: 13.5px 32.4px 13.5px 32.4px;
    border-radius: 10.8px;
    border: 1.35px solid #140a62;
    color: #140a62;
    text-decoration: none;
    text-align: center;
    font-family: var(--inter-font-family);
    font-size: 18.9px;
    font-weight: 500;
    line-height: 30.24px;
    transition: background-color 0.3s ease-in;
}

.social-links>a:hover {
    background: #140a62;
    color: #fff;
}

/* end */

/* profile-page start */
.side-bar {
    padding: 20px 0;
    border-radius: 18.18px;
    background: #f8fafc;
}

.box-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 2rem 1.2rem;
}

.profile-sect {
    padding: 5rem 0;
}

.profile-heading {
    font-family: var(--inter-font-family);
    font-size: 22.73px;
    font-weight: 600;
    line-height: 34.09px;
    text-align: center;
}

.share-links>a {
    padding: 13.5px 32.4px 13.5px 32.4px;
    border-radius: 10.8px;
    border: 1.14px solid #e2e8f0;
    background: #fff;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    font-family: var(--inter-font-family);
    font-size: 18.9px;
    font-weight: 500;
    line-height: 30.24px;
    transition: background-color 0.3s ease-in;
}

.share-links>a {
    text-decoration: none;
    color: #0f172a !important;
}

.profile-area {
    border-bottom: 1.14px solid #e2e8f0;
    padding: 0 8px;
    overflow: hidden;
}

.link-items>ul {
    padding: 0;
}

.link-items>ul>a {
    text-decoration: none;
    color: #334155;
}

.profile-active {
    background: #140a62;
    color: #fff;
}

.link-items>ul>a>li {
    border-bottom: 1px solid #e2e8f0be;
    list-style: none;
    padding: 2.5rem;
    font-family: var(--inter-font-family);
    font-size: 15.91px;
    font-weight: 400;
    line-height: 23.86px;
    transition: background 0.3s linear;
}

.link-items>ul>a>li:nth-last-child(1) {
    border-bottom: 0;
}

.link-items>ul>a>li:hover {
    background: #140a62;
    color: #fff;
}

.back-link {
    font-family: var(--inter-font-family);
    font-size: 15.91px;
    font-weight: 600;
    line-height: 23.86px;
    text-decoration: none;
    color: #334155;
    display: flex;
    align-items: center;
    gap: 10px;
}

.back-go-link {
    margin-top: 15px;
    padding: 2rem 2.5rem;
}

.back-go-link:hover {
    background: #140a62;
}

.back-go-link:hover>.back-link {
    color: #fff;
}

.profile-input-field {
    border: 1.09px solid #e2e8f0;
    padding: 26.25px 0 26.25px 26.25px;
    gap: 0px;
    border-radius: 17.5px;
}

.inputs-2>label {
    float: right;
}

.inputs-2>label>input {
    width: 90% !important;
}

.inputs-2>label>textarea {
    width: 96% !important;
    resize: none;
    height: 130px;
    border-radius: 8.75px;
    padding: 0.6rem 2rem !important;
    border: 1.09px solid #e2e8f0;
    outline: none;
}

.inputs-2>label>textarea::placeholder {
    color: #94a3b8;
}

.select {
    width: 96% !important;
    resize: none;
    padding: 16px;
    border-radius: 8.75px;
    border: 1.09px solid #e2e8f0;
    outline: none;
}

.form-container-2 {
    padding: 2.5rem 0;
}

.font-inp-text>label>span {
    font-family: var(--inter-font-family);
    font-size: 15.31px;
    font-weight: 400;
    line-height: 22.97px;
}

.image-upload-area {
    border: 0.67px solid #e2e8f0;
    width: 464.84px;
    height: 278.91px;
    padding: 10px;
    border-radius: 17.5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.image-group-heading {
    font-family: var(--inter-font-family);
    font-size: 19.69px;
    font-weight: 600;
    line-height: 31.5px;
}

.upload-img-div {
    margin-top: 35px;
}

.upload-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    width: 153.5px;
    height: 55.44px;
    padding: 0rem 2rem;
    gap: 6.56px;
    border-radius: 8.75px;
    border: 1.09px solid #0f172a;
    font-family: var(--inter-font-family);
    font-size: 15.31px;
    font-weight: 500;
    line-height: 24.5px;
    background: none;
    transition: background 0.3s ease-in-out;
}

.upload-btn:hover {
    background: #0f172a;
    color: #fff;
}

.save-btn {
    background: #0f172a;
    color: #fff;
}

#image-preview {
    width: 100%;
    object-fit: contain;
    height: 100%;
    border-radius: 17.5px;
}

#text-change {
    font-size: 1.5rem;
    margin-left: 10px;
}

.inputs-3>label>input {
    width: 96% !important;
    resize: none;
    border-radius: 8.75px;
    padding: 0.6rem 2rem !important;
    border: 1.09px solid #e2e8f0;
    outline: none;
}

.page-sidebar {
    width: 100%;
    background: #575757c4;
    height: 100vh;
    z-index: 100000;
    position: fixed;
    top: 0;
    display: none;
    justify-content: end;
}

.animation-open {
    animation: sidebarOpen 1s;
}

.animation-close {
    animation: sidebarClose 1s;
}

.side-buttons,
.close-button {
    display: none;
}

@keyframes sidebarOpen {
    from {
        transform: translateX(-105%);
    }

    to {
        transform: translateX(0);
    }
}

@keyframes sidebarClose {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-105%);
    }
}

/* end */

/* course page starts */

.course-page {
    font-family: var(--inter-font-family);
    font-size: 22.29px;
    font-weight: 600;
    line-height: 33.44px;
    text-align: left;
}

.course-span {
    font-family: var(--inter-font-family);
    font-size: 13.38px;
    font-weight: 600;
    line-height: 16.19px;
    text-align: left;
}

.input-area-course {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.input-search {
    width: 334.39px;
    height: 49.04px;
    padding: 0 2rem;
    border-radius: 8.92px;
    border: 1.11px solid #e2e8f0;
    font-size: 2rem;
}

.inp-container {
    width: fit-content;
}

.sort-area {
    display: flex;
    align-items: center;
    gap: 10px;
}

.search-icon {
    position: absolute;
    top: 15px;
    right: 10px;
    font-size: 20px;
    color: #334155;
}

.sort-text {
    font-family: var(--inter-font-family);
    font-size: 17.83px;
    font-weight: 400;
    line-height: 28.54px;
}

.course-select {
    /* width: 163.94px; */
    height: 53.5px;
    padding: 11.15px 26.75px 11.15px 26.75px;
    gap: 6.69px;
    border-radius: 8.92px;
    opacity: 0px;
    border: 1.11px solid #0f172a;
    font-family: var(--inter-font-family);
    font-size: 15.61px;
    font-weight: 500;
    line-height: 24.97px;
}

.course-button {
    display: flex;
    gap: 10px;
    width: 124.94px;
    height: 53.5px;
    padding: 11.15px 26.75px 11.15px 26.75px;
    gap: 6.69px;
    border-radius: 8.92px;
    border: 1.11px solid #0f172a;
    font-family: var(--inter-font-family);
    font-size: 15.61px;
    font-weight: 500;
    line-height: 24.97px;
    background: none;
}

.course-button:hover {
    border: 1px solid #0056b3;
    color: #0056b3;
}

.course-button:active {
    transform: scale(0.99);
}

.inp-btn-area {
    display: flex;
    gap: 20px;
}

.cards-courses-page {
    margin-top: 2rem;
}

.select-courses-title {
    font-family: var(--inter-font-family);
    font-size: 12.82px;
    font-weight: 500;
    line-height: 20.51px;
    text-align: center;
    color: #0f172a;
}

.progress-bar {
    position: relative;
}

.progress-count {
    position: absolute;
    right: 0;
    top: 10px;
    color: #000 !important;
    font-size: 10px;
    z-index: 9999;
}

.skill-main {
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: -20px;
    margin-bottom: 3.5rem;
}

.skill-wrrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.skill-bar {
    height: 3.34px;
    border-radius: 8px;
    background: #e0f2fe;
}

.skill-per {
    height: 100%;
    background: #2563eb;
    border-radius: 8px;
    width: 0;
    transition: 1s linear;
    position: relative;

    &:before {
        content: attr(per);
        position: absolute;
        padding: 10px 0;
        background: none;
        font-family: var(--inter-font-family);
        font-size: 12.82px;
        font-weight: 500;
        color: #0f172a;
        line-height: 20.51px;
        min-width: 110px;
        border-radius: 4px;
        text-align: center;
        right: -70px;
        transform: translateX(8%);
    }
}

.skill-per-4 {
    height: 100%;
    background: #2563eb;
    border-radius: 8px;
    width: 0;
    transition: 1s linear;
    position: relative;

    &:before {
        content: attr(per);
        position: absolute;
        padding: 10px 0;
        background: none;
        font-family: var(--inter-font-family);
        font-size: 12.82px;
        font-weight: 500;
        color: #0f172a;
        line-height: 20.51px;
        min-width: 110px;
        border-radius: 4px;
        text-align: center;
        right: 10px;
        transform: translateX(8%);
    }
}

.skill-per-5 {
    height: 100%;
    background: #2563eb;
    border-radius: 8px;
    width: 0;
    transition: 1s linear;
    position: relative;

    &:before {
        content: attr(per);
        position: absolute;
        padding: 10px 0;
        background: none;
        font-family: var(--inter-font-family);
        font-size: 12.82px;
        font-weight: 500;
        color: #0f172a;
        line-height: 20.51px;
        min-width: 110px;
        border-radius: 4px;
        text-align: center;
        right: -100px;
        transform: translateX(8%);
    }
}

.border-remove {
    border: none;
}

/* end */

/* teachers page */

.tech-card {
    padding: 17.94px;
    gap: 17.94px;
    border-radius: 17.94px;
    border: 1px solid #e2e8f0;
    box-shadow: 0px 0px 8.97px 0px #3b82f61f;
    margin-top: 15px;
    transition: border 0.3s linear;
}

.tech-card:hover {
    box-shadow: 0px 0px 10px 0px #3b82f61f;
    border: 1px solid #509bfd;
}

.tech-img {
    width: 100%;
    object-fit: contain;
}

.tech-name {
    font-family: var(--inter-font-family);
    font-size: 20.19px;
    font-weight: 600;
    line-height: 32.3px;
    text-align: center;
}

.text-tech {
    margin-top: 20px;
    border-bottom: 1.12px solid #e2e8f0;
}

.role {
    font-family: var(--inter-font-family);
    font-size: 15.7px;
    font-weight: 400;
    line-height: 23.55px;
    text-align: center;
}

.message-btn {
    width: 100%;
    height: 44.86px;
    padding: 11.21px 26.92px 11.21px 26.92px;
    gap: 6.73px;
    border-radius: 8.97px;
    opacity: 0px;
    font-family: var(--inter-font-family);
    font-size: 15.7px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 25.12px;
    margin-top: 10px;
}

.message-btn>i {
    font-size: 2rem;
}

.message-box {
    width: 100%;
    border-radius: 17.5px;
    border: 1.09px solid #e2e8f0;
    padding: 1.2rem 1.6rem;
    margin-top: 20px;
}

.person-details {
    display: flex;
    align-items: end;
    gap: 10px;
}

.box-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.person-name {
    font-family: var(--inter-font-family);
    font-size: 19.69px;
    font-weight: 600;
    line-height: 31.5px;
}

.message-time {
    font-family: var(--inter-font-family);
    font-size: 15.31px;
    font-weight: 400;
    line-height: 22.97px;
}

.message-pop-text {
    font-family: var(--inter-font-family);
    font-size: 17.5px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 10px;
}

.profile-image-msg {
    width: 43.75px;
    height: 43.75px;
    object-fit: contain;
}

.text-active {
    font-weight: 500;
}

/* end */

/* chat-page */

.chat-box {
    height: 786.13px;
    border-radius: 18.52px;
    border: 1.16px;
    border: 1.16px solid #e2e8f0;
    padding: 3rem;
}

.chat-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

/* .chat-header::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 8px;
  background: #dadada;
  bottom: -20px;
  border-radius: 30px;
} */
.chat-person {
    display: flex;
    align-items: center;
    gap: 30px;
}

.back-btn {
    padding: 8px 10px;
    background: #140a62;
    color: #fff;
    border: 1.07px solid #ffffff;
    border-radius: 5px;
    font-size: 1.5rem;
}

.details-chatter {
    display: flex;
    gap: 20px;
}

.cont-btn {
    background: #140a62;
    border: none;
    font-family: var(--inter-font-family);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    width: 118px;
    height: 46px;
    padding: 12px 24px 12px 24px;
    border-radius: 5px;
}

.chat-person-name {
    font-family: var(--inter-font-family);
    font-size: 25.39px;
    font-weight: 600;
    line-height: 30.73px;
    text-align: left;
}

.online-show {
    width: 9px;
    height: 9px;
    background: #1ce755;
    border-radius: 30px;
}

.online-text {
    font-family: var(--inter-font-family);
    font-size: 14.81px;
    font-weight: 400;
    line-height: 17.93px;
    color: #adabab;
}

.profile-image-msg-2 {
    width: 50px;
    height: 50px;
    border-radius: 30px;
}

.icon-dot {
    display: flex;
    gap: 5px;
}

.dot {
    width: 9px;
    height: 9px;
    border-radius: 30px;
    background: #c4c4c4;
}

.messages {
    padding: 0;
}

/* .messages{
  width: 100%;
  background-color: #0056b3;
}
.messages > li {
  width: 50%;
  list-style: none;background-color: #000;
  float: left;
} */
.chat-msg-2 {
    width: 50%;
    list-style: none;
    float: right;
}

/* chat css */

.messages-section {
    padding: 30px 12px;
}

.messages-section .section-main-title {
    color: #202020;
}

.user-list-sidebar {
    /* padding: 40px;  */
    background-color: #e9e9e9cc;
    border-radius: 40px;
    width: 34.2%;
}

.message-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* padding: 0 15px;  */
}

.chat-search-area {
    padding: 36px 21px;
    background-color: var(--theme-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    border-radius: 40px 40px 0 0;
}

.chat-search {
    font-size: 1.6rem;
    color: black;
    font-family: var(--OpenSans-Regular);
    outline: none;
    background-color: transparent;
    border: none;
    width: 100%;
}

.chat-search-area i {
    color: #707991;
    font-size: 2rem;
}

.chat-profile-img {
    height: 70px;
    width: 70px;
    border-radius: 50%;
}

.name-time-area a {
    text-decoration: none;
}

.chat-user-name {
    font-size: 2.4rem;
    color: #393939;
    font-family: var(--OpenSans-SemiBold);
    line-height: 1.2;
    margin-bottom: 6px;
}

.chat-time {
    font-size: 1.2rem;
    font-family: var(--OpenSans-Regular);
    color: #707991;
    line-height: 1.2;
}

.chat-sidebar-msg {
    font-size: 1.8rem;
    font-family: var(--OpenSans-Regular);
    color: #393939;
    line-height: 1.2;
}

.msg-count {
    height: 28px;
    width: 28px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--theme-color);
    color: white;
    font-size: 1.5rem;
    font-family: var(--OpenSans-Regular);
}

.user-profile-area {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    border-bottom: 2px solid #dbdbdb;
    padding-bottom: 15px;
}

.user-name-msg-area {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.user-profile-img-area {
    max-width: 48px;
    width: 100%;
}

.user-profile-img-area {
    max-width: 70px;
    width: 100%;
}

.chat-sidebar-msg strong {
    color: #011627;
}

.user-profile-img-area a {
    text-decoration: none;
}

.img-user-alphabet {
    height: 48px;
    width: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #78e378;
    color: white;
    font-size: 1.6rem;
    font-family: var(--OpenSans-SemiBold);
}

.users-detail-area {
    height: calc(100vh - 250px);
    overflow-y: auto;
    padding: 0 21px;
}

.users-detail-area::-webkit-scrollbar,
.message-area::-webkit-scrollbar {
    width: 8px;
}

/* / Track / */
/* .users-detail-area::-webkit-scrollbar-track,
.message-area::-webkit-scrollbar-track {
  background: #f1f1f1;
} */

/* / Handle / */
/* .users-detail-area::-webkit-scrollbar-thumb,
.message-area::-webkit-scrollbar-thumb {
  background: var(--theme-color);
} */

/* Handle on hover  */
/* .users-detail-area::-webkit-scrollbar-thumb:hover,
.message-area::-webkit-scrollbar-thumb:hover {
  background: white;

} */

/* .users-detail-area::-webkit-scrollbar-thumb:hover,
.message-area::-webkit-scrollbar-thumb:hover {
  background: white;

} */
.message-area::-webkit-scrollbar {
    display: none;
}

.chat-user-img {
    height: 48px;
    width: 48px;
    border-radius: 50%;
}

.chat-user-img-area {
    max-width: 48px;
    width: 100%;
}

.search-btn {
    background-color: transparent;
    border: none;
    font-size: 3rem;
    color: #c4c4c4;
    padding: 0;
    transform: rotate(90deg);
}

.chat-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-bottom: 35px;
    position: relative;
}

.chat-header::before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 7px;
    background-color: #dadada;
    border-radius: 15px;
}

.user-chat-area {
    width: 100%;
    padding: 40px 30px;
    border-radius: 46px;
    border: 1.16px solid #e2e8f0;
    position: relative;
}

.chat-header-left {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 80%;
}

.message-sender-area {
    height: 50px;
    background: #e5e8ef;
    border-radius: 10px;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.first-btn {
    background-color: transparent;
    color: black;
    font-size: 2rem;
    padding: 0;
}

.first-btn:hover {
    background-color: transparent;
    color: black;
}

.send-msg-input::-webkit-scrollbar {
    display: none;
}

.send-msg-btn {
    border: none;
    background: #140a62;
    font-size: 1.8rem;
    color: white;
    padding: 0;
    width: 40px;
    height: 36px;
    border-radius: 10px;
}

.send-msg-input {
    font-size: 1.6rem;
    font-family: var(--OpenSans-Regular);
    color: black;
    outline: none;
    border: none;
    background: #e5e8ef;

    backdrop-filter: blur(4.232179164886475px);
    width: 100%;
    resize: none;
    padding-top: 14px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    vertical-align: middle;
    max-height: 50px;
    height: auto;
    line-height: 1.3;
}

.send-msg-input::placeholder {
    font-size: 1.6rem;
    font-family: var(--OpenSans-Regular);
    color: #adabab;
}

.msg-sender-input {
    width: 85%;
}

.message-area {
    height: calc(100vh - 290px);
    overflow-y: auto;
    padding: 15px 0 0;
    margin: 0 0 10px;
    position: relative;
}

.msg-day {
    font-size: 1.6rem;
    font-family: var(--OpenSans-Regular);
    color: white;
    padding: 6px 12px;
    background-color: #3d70b899;
    border-radius: 12px;
    width: fit-content;
}

.message-recieve-area {
    background: #e5e8ef;
    border-radius: 0 10px 10px 10px;
    max-width: 322px;
    padding: 6px 12px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-bottom: 25px;
    position: relative;
}

.react-emoji-area {
    position: absolute;
    bottom: -22px;
    right: 10px;
}

.react-count {
    height: 12px;
    width: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    color: black;
    background-color: #f0f0f0;
    font-family: var(--OpenSans-Light);
    border-radius: 50%;
    position: absolute;
    top: -4px;
    right: -10px;
}

.msg-time {
    font-size: 1.2rem;
    font-family: var(--OpenSans-Regular);
    color: #939393;
}

.react-emoji {
    font-size: 1.4rem;
    color: #f71735;
}

.check-icon {
    color: #011627;
    font-size: 1.2rem;
}

.time_icon_area {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 4px;
}

.receive-msg-text {
    color: #5d6062;
    font-family: var(--inter-font-family);
    font-size: 16.93px;
    font-weight: 400;
    line-height: 20.49px;
}

.message-recieve-area.send-message {
    background: #140a62;
    position: relative;
    max-width: 339px;
    border-radius: 10px 10px 0 10px;
}

.message-recieve-area.send-message .receive-msg-text {
    color: white;
}

.message-recieve-area.send-message .msg-time {
    color: white;
}

.message-recieve-area.send-message .check-icon {
    color: white;
}

.send-message-main {
    display: flex;
    justify-content: end;
}

.message-recieve-area-main {
    display: flex;
    justify-content: start;
}

.user-profile-area:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.sidebar-btn-area,
.userListCloseBtn {
    display: none;
}

.userListCloseBtn {
    position: absolute;
    left: 15px;
    top: 14px;
    font-size: 1.5rem !important;
    z-index: 11;
    height: 20px;
    width: 20px;
    border-radius: 50%;
}

.user-list-btn,
.userListCloseBtn {
    background-color: #2d3447;
    border: none;
    font-size: 2.2rem;
    color: white;
    padding: 0;
}

.user-list-btn {
    padding: 10px;
    border-radius: 5px;
    font-size: 2.5rem;
}

.chat-file-input {
    display: none !important;
}

.chat-file-label {
    font-size: 2rem;
    cursor: pointer;
}

.emoji-btn-area {
    display: flex;
    align-items: center;
    gap: 10px;
}

.message-title {
    font-size: 3rem;
    font-family: var(--OpenSans-Bold);
    color: white;
    text-transform: uppercase;
}

.user-list-sidebar .fa-envelope {
    font-size: 3rem;
    color: white;
}

.new-msg-btn {
    font-size: 1.6rem;
    font-family: var(--OpenSans-Medium);
    color: white;
    background-color: var(--theme-color);
    padding: 16px 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: none;
    border-radius: 50px;
}

.file-btn {
    font-size: 2rem;
    color: #6f7274;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.send-msg-btn-area {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 25px;
}

.file-btn .fa-paperclip {
    transform: rotate(-45deg);
}

.user-status {
    font-size: 1.4rem;
    color: #adabab;
    font-family: var(--OpenSans-Regular);
    display: block;
}

.user-status-circle {
    display: block;
    height: 10px;
    width: 10px;
    background-color: #1ce755;
    border-radius: 50%;
}

label.file-btn input {
    display: none;
}

h1.section-main-title.mb-0 {
    margin-bottom: 0 !important;
}

.user-img-name-area {
    display: flex;
    justify-content: center;
    align-items: center;
}

.new-chat-search {
    outline: none;
    /* max-width: 400px;  */
    width: 100%;
    height: 45px;
    border-radius: 5px;
    font-size: 1.5rem;
    font-family: var(--OpenSans-Regular);
    padding: 10px 15px;
    border: 1px solid var(--theme-color);
    background-color: white;
}

.new-chat-search-area {
    width: 90%;
}

.new-chat-list {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 15px;
    margin-bottom: 20px;
}

.new-chat-img-area img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

.new-chat-list-main {
    background-color: white;
    border-radius: 10px;
    padding: 15px 15px;
    height: 230px;
    overflow-y: auto;
    position: absolute;
    width: 100%;
    z-index: 999;
    left: 0;
    top: 0;
}

.new-chat-username .user-name {
    font-size: 2rem;
    font-family: var(--OpenSans-SemiBold);
    color: #393939;
    text-decoration: none;
}

.new-chat-list-main a:last-child {
    margin-bottom: 0;
}

.new-chat-username .chat-sidebar-msg {
    font-size: 1.6rem;
    margin-top: 3px;
}

.new-chat-search-area {
    width: 90%;
    display: none;
}

.user-chat-area.active .new-chat-search-area {
    display: block;
}

.user-chat-area.active .user-img-name-area {
    display: none;
}

.new-chat-list-main {
    display: none;
}

.new-chat-list-main.active {
    display: block;
}

.user-chat-area.active .message-area .send-message-main,
.user-chat-area.active .message-area .message-recieve-area-main {
    display: none;
}

.message-area .file-list li {
    justify-content: end;
    gap: 20px;
}

.error-message {
    font-size: 1.2rem;
    margin-top: 10px;
    font-family: var(--poppins-font-family);
    font-weight: 400;
}

.user-chat-area .file-list {
    display: none;
    justify-content: space-between;
    align-items: center;
    gap: 0 0px;
    flex-wrap: wrap;
    position: absolute;
    bottom: 100px;
    background-color: white;
    max-width: 500px;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
}

.user-chat-area .file-list li {
    width: 48%;
    height: auto;
}

/* chat css end */

/* end */

/* profile-reviews */

.reviews-para {
    font-family: var(--inter-font-family);
    font-size: 15.91px;
    font-weight: 400;
    line-height: 23.86px;
    color: #0f172a;
}

.elipse-btn {
    font-size: 2rem;
}

.rating-stars {
    display: flex !important;
    align-items: center !important;
    gap: 15px;
}

.review-para-2 {
    font-family: var(--inter-font-family);
    font-size: 18.18px;
    font-weight: 400;
    line-height: 29.09px;
}

.review-texts {
    display: flex;
    gap: 10px;
}

.skill-per {
    &::after {
        font-family: var(--inter-font-family);
    }
}

.range-text {
    display: flex;
    justify-content: space-between;
    font-family: var(--inter-font-family);
    font-size: 17.37px;
    font-weight: 600;
    line-height: 26.05px;
}

/* end */

/* dashboard */

.compatibility-scale {
    width: 100%;
    height: 180px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0px 0px 8px 0px #3b82f61f;
    padding: 10px 20px;
}

.comp-heading {
    font-family: var(--inter-font-family);
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}

.progress-bar-area {
    width: 100%;
    margin-top: 8rem;
    display: flex !important;
    align-items: center !important;
    height: 0;
    background-color: #000;
}

.chart-area {
    padding: 1rem 2rem;
    width: 100%;
    height: 390px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 418px;
    left: 635px;
    gap: 19px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    margin-top: 15px;
}

.area-dashboard-inp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
}

.select-opt-filter {
    width: 201px;
    height: 41px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 10px;
    font-family: var(--inter-font-family);
    font-size: 15px;
    font-weight: 400;
    line-height: 18.15px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #64748b;
    outline: none;
}

.chart-heading {
    font-family: var(--inter-font-family);
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.marks-defined {
    display: flex;
    gap: 25px;
    font-family: var(--inter-font-family);
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    margin-top: 20px;
}

.icon-1-style,
.icon-2-style {
    height: 9px;
    width: 9px;
    border-radius: 50%;
    display: inline-block;
}

.back-color-style-1 {
    background: #3b82f6;
}

.back-color-style-2 {
    background: #22c55e;
}

.back-color-style-3 {
    background: #eab308;
}

.area-dashboard-2 {
    margin: 3rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.question-text {
    font-family: playfair;
    font-size: 20px;
    font-weight: 400;
    line-height: 26.66px;
    color: #140a62;
    margin-top: 10px;
}

.course-selection {
    border: 1px solid rgba(138, 137, 137, 0.547);
    padding: 10px 20px;
    font-size: 1.4rem;
    border-radius: 5px;
}

.check-inputs-option {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 25px;
}

.option-check>label {
    width: 100%;
    max-width: 612px;
    height: 57px;
    background: #e5e8ef;
    border-radius: 5px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--inter-font-family);
    font-size: 18px;
    font-weight: 500;
    color: #656565;
    line-height: 23.4px;
}

.option-check>label>input {
    height: 20px;
    width: 20px;
    border: 1.5px solid #656565;
    background: none !important;
}

.dropdown-menu {
    font-size: 1.6rem;
    padding: 0.5rem;
    border-radius: 10px;
}

.drp-list {
    font-family: var(--inter-font-family);
    font-size: 13px;
    font-weight: 600;
    line-height: 28px;
    border-bottom: 0.75px solid #e9e9e9;
    padding: 10px 30px;
}

.drp-list:nth-last-child(1) {
    border-bottom: none;
}

.drp-list>a {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
}

.edit-btn {
    color: #140a62;
}

.dlt-btn {
    color: #bc1a25;
}

/* end */
.progress-bar-main {
    height: 3px;
    width: 100%;
    background: #f1f1f1;
    border-radius: 5px;
}

.bar-custom {
    background-color: #0056b3;
    height: 100%;
    border-radius: inherit;
    position: relative;
    transition: all 0.8s linear;
}

.count-text {
    position: absolute;
    top: -25px;
    font-size: 1.5rem;
    max-width: 350px;
    font-family: var(--poppins-font-family);
    right: -40px;
}

#course-name {
    font-size: 2rem;
    font-family: var(--poppins-font-family);
    font-weight: 500;
}

.cards-items {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #140a62;
    color: #fff;
    font-size: 2rem;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

/* profile-quiz */
.quiz-box {
    width: 100%;
    height: 422px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    margin-top: 15px;
    background-image: url(../images/quiz-img-box.png);
    position: relative;
}

.quiz-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffffffd3;
    height: 100%;
    width: 100%;
    border-radius: 12px;
}

.area-sec {
    position: absolute;
    left: 0;
    z-index: 1000;
    height: 100%;
    padding: 10px 2rem;
}

.question-text-2 {
    font-family: var(--inter-font-family);
    font-size: 26px;
    font-weight: 600;
    line-height: 39px;
}

.opt-check-2>label {
    width: 100%;
}

.submit-btn {
    height: 46px;
    top: 766px;
    left: 655px;
    padding: 12px 24px 12px 24px;
    gap: 10px;
    border-radius: 5px;
    background: #140a62;
    font-family: var(--inter-font-family);
    font-size: 16px;
    font-weight: 500;
    border: none;
    color: #fff;
    line-height: 20px;
}

/* end */

/* assesment-1 */
#validate {
    font-family: var(--inter-font-family);
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    line-height: 23.4px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #636363;
}

.validate-group {
    width: 100%;
}

.middle-text-header {
    font-family: var(--inter-font-family);
    font-size: 28px;
    font-weight: 600;
    line-height: 39.2px;
    color: #140a62;
}

.save-progress-btn {
    width: 160px;
    height: 40px;
    border-radius: 5px;
    background: #140a62;
    color: #fff;
    font-family: var(--inter-font-family);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    border: none;
}

.main-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    min-height: calc(100vh - 94px);
    width: 100%;
    padding: 10rem 0;
    background-position: center;
    background-size: cover;
    align-items: center;
}

.quiz-area {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: auto;
    border-radius: 10px;
    border: 1px solid rgba(128, 128, 128, 0.835);
    backdrop-filter: blur(22.100000381469727px);
    padding: 2rem 5rem;
}

.question-text-3 {
    font-family: playfair;
    font-size: 40px;
    font-weight: 400;
    line-height: 53.32px;
    text-align: center;
    color: #140a62;
}

.text-option {
    font-family: var(--inter-font-family);
    font-size: 18px;
    font-weight: 500;
    line-height: 28.8px;
    text-align: center;
    color: #7a7a7a;
}

.opt-check-3>label {
    position: relative;
    box-shadow: 5px 10px 5px 0px #140a6226;
}

.image-checked-area {
    position: absolute;
    right: -25px;
    top: -20px;
    display: none;
}

.inp-area-quiz {
    margin-top: 2rem;
}

.inp-area-quiz-2 {
    margin-top: 1rem;
}

.area-progress-assess {
    margin-top: 5rem;
    display: flex;
    align-items: center;
    width: 100%;
    gap: 30px;
    border-image-source: linear-gradient(277.35deg,
            #140a62 11.42%,
            #ffffff 88.58%);
    backdrop-filter: blur(22.100000381469727px);
    padding: 1rem 2rem;
}

.middle-box {
    width: 100%;
    position: relative;
    top: -20px;
}

.next-btn-2 {
    width: 168px;
    height: 46px;
    gap: 10px;
    border-radius: 5px;
    font-family: var(--inter-font-family);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    background: #140a62;
    color: #fff;
    border: none;
}

/* end */

/* assesment-2 starts */

.img-assesment {
    position: relative;
    height: 100%;
}

.img-assesment>img {
    width: 100%;
    /* backdrop-filter: blur(22.100000381469727px); */
    height: 100%;
    border: 1px solid;
    border-image-source: linear-gradient(100.37deg, #140a62 0%, #ffffff 100%);
}

.img-question-mark {
    position: absolute;
    height: 65% !important;
    top: 15%;
    left: 0;
}

.quiz-area-2 {
    height: auto;
    border-radius: 10px;
    border: 1px solid rgba(128, 128, 128, 0.835);
    backdrop-filter: blur(22.100000381469727px);
    padding: 5rem;
}

.question-text-4 {
    text-align: start;
}

.check-inputs-option-2 {
    margin-top: 15px;
}

.opt-4 {
    box-shadow: 0;
}

.opt-check-4>label {
    position: relative;
}

.check-circle {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #656565;
    position: relative;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.check-circle i {
    position: absolute;
    top: 52%;
    left: 52%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    /* height: 12px; */
    /* width: 12px; */
}

.asset-2:checked+label {
    background: #140a62;
    color: white;
}

.radio-icon {
    display: none;
}

.asset-2:checked+label>span>.radio-icon {
    display: block;
}

/* .asset-2:checked + label .check-circle-2 {
  border-color: white;
} */
.icon-checked {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 2rem;
    transform: translate(-50%, -50%);
}

/* .check-circle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-45%, -55%);
  background-color: transparent;
  height: 10px;
  width: 10px;
  border-radius: 50%;
} */
.asset-2:checked+label {
    background: #140a62;
    color: white;
}

.asset-2:checked+label .check-circle {
    border-color: white;
}

/* .asset-2:checked + label .check-circle::before {
  background-color: white;
} */

/* .asset-2:checked + label .check-circle.correct {
  border-color: #28b215;
}

.asset-2:checked + label .check-circle.correct::before {
  background: #28b215;
} */

/* end */

/* single-category start */
.single-sub-heading {
    font-family: var(--inter-font-family);
    font-size: 28px;
    font-weight: 600;
    line-height: 39.2px;
    text-align: left;
}

.single-categ-heading {
    font-family: var(--inter-font-family);
    font-size: 43.75px;
    font-weight: 700;
    line-height: 52.5px;
}

.single-category-page {
    padding: 4rem 0;
}

.buttons-single-categ {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sub-heading-group {
    margin-top: 20px;
}

.accordion-item {
    padding: 5px 0;
    border: none;
    border-bottom: 1.09px solid #e2e8f0;
}

.accordion-header>button {
    font-family: var(--inter-font-family);
    font-size: 17.5px !important;
    font-weight: 500;
    line-height: 28px;
}

.star-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 1.2rem;
}

.star-row>label {
    display: flex;
    align-items: center;
    gap: 5px;
}

.star-row>label>input {
    height: 18px;
    width: 18px;
}

.range-text-categ {
    font-family: var(--inter-font-family);
    font-size: 17.5px;
    font-weight: 400;
    line-height: 28px;
    color: #0f172a;
}

.checkbox-texts {
    margin-top: 15px;
}

.checkbox-texts>label {
    display: flex;
    align-items: center;
    gap: 10px;
}

.checkbox-inp:checked+label {
    background: #140a62;
}

.checkbox-texts>label>input {
    width: 20px;
    height: 20px;
    border-radius: 5.47px;
    accent-color: #140a62;
}

.see-more-btn {
    font-family: var(--inter-font-family);
    font-size: 15.31px;
    font-weight: 500;
    line-height: 24.5px;
    color: #140a62;
    border: none;
    background: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.mentors-sec-single {
    background: #f8fafc;
    padding: 3rem 0;
}

.tech-card-2 {
    box-shadow: 0px 0px 12.18px 0px #3b82f61f;
}

.checkbox-inp:checked+label {
    background: #140a62;
    color: white;
}

.num-rate {
    font-family: var(--inter-font-family);
    font-size: 18.28px;
    font-weight: 600;
    line-height: 22.12px;
}

.tech-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 0 0;
}

.total-stu-rate {
    font-family: var(--inter-font-family);
    font-size: 18.28px;
    font-weight: 600;
    line-height: 22.12px;
    color: #334155;
}

/* end */

/* .opt-check-4 > label::before {
box-shadow: 0px 0px 8.97px 0px #3B82F61F;

  content: "";
  position: absolute;
  left: 0;
  top: 35%;
  background-color: #e9e9e9;
  border: 1px solid lightgray;
  height: 20px;
  width: 20px;
  border-radius: 50%;
} */

/* footer start */

.footer {
    padding: 6rem 0 0;
    background-color: #2d2f31;
}

.footer-link {
    font-size: 1.6rem;
    color: white;
    font-weight: 500;
}

.footer-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-nav-list li {
    margin-bottom: 20px;
}

.translator-btn {
    border: 1px solid white;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 1.4rem;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: transparent;
}

.translator-btn:hover,
.translator-btn.show {
    background-color: transparent;
    border: 1px solid white;
}

.translator-btn i {
    font-size: 1.7rem;
}

.translator-btn.dropdown-toggle::after {
    content: unset;
}

.footer-right {
    text-align: -webkit-right;
}

.lang-dropdown {
    min-width: 145px;
}

.social-icons-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.social-icon {
    height: 42px;
    width: 42px;
    border-radius: 100%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.copyright-para {
    font-size: 1.6rem;
    font-weight: 500;
    color: white;
}

.copyright-icon {
    font-size: 1.6rem;
    color: white;
}

.footer-bottom-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.signup-form-padding {
    padding-top: 22rem;
}

.my-col-1,
.my-col-2 {
    height: calc(100vh - 86px) !important;
}

.img-sect-1 {
    height: 100%;
}

.bnner-slider-area .slick-track .bnner-slider-layer.slick-current.slick-active:nth-child(2) .bnner-ab-img.img-1 {
    transform: scale(0.7);
    opacity: 0.2;
    top: 20px;
}

.bnner-slider-area .slick-track .bnner-slider-layer.slick-current.slick-active:nth-child(2) .bnner-ab-img.img-2 {
    transform: scale(0.7);
    opacity: 0.2;
}

.bnner-slider-area .slick-track .bnner-slider-layer.slick-current.slick-active:nth-child(3) .bnner-ab-img.img-1 {
    transform: scale(0.8);
    opacity: 0.2;
    top: 35px;
    left: 100px;
}

.bnner-slider-area .slick-track .bnner-slider-layer.slick-current.slick-active:nth-child(2) .bnner-ab-img.img-3 {
    bottom: 40px;
    left: 52%;
    transform: scale(1.3);
}

.bnner-slider-area .slick-track .bnner-slider-layer.slick-current.slick-active:nth-child(3) .bnner-ab-img.img-3 {
    bottom: 55px;
    left: 48%;
    transform: scale(1);
}

.bnner-slider-area .slick-track .bnner-slider-layer.slick-current.slick-active:nth-child(2) .bnner-ab-img.img-6 {
    right: -80px;
    top: -45px;
    transform: rotate(30deg);
}

.bnner-slider-area .slick-track .bnner-slider-layer.slick-current.slick-active:nth-child(2) .bnner-ab-img.img-5 {
    opacity: 0.5;
    right: 70px;
    top: -40px;
    z-index: -1;
    transform: rotate(-90deg);
}

.bnner-slider-area .slick-track .bnner-slider-layer.slick-current.slick-active:nth-child(3) .bnner-ab-img.img-6 {
    right: -84px;
    top: -40px;
    transform: rotate(30deg);
    width: 106px;
}

.bnner-slider-area .slick-track .bnner-slider-layer.slick-current.slick-active:nth-child(3) .bnner-ab-img.img-5 {
    opacity: 0.5;
    right: 105px;
    top: -64px;
    z-index: -1;
    transform: skew(1deg);
}

.progress {
    position: relative;
    width: fit-content;
    text-align: center;
    height: 60px;
    display: block;
    background-color: transparent;
    font-family: var(--inter-font-family);
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.barOverflow {
    position: relative;
    overflow: hidden;
    width: 110px;
    height: 55px;
    margin-bottom: -20px;
}

.bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 10px solid #bfdbfe;
    border-bottom-color: #3b82f6;
    border-right-color: #3b82f6;
}

.text-webkit-center {
    text-align: -webkit-center;
}

.padd-y-3rem {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.custom-alert {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.hidden {
    display: none;
}

.alert-content {
    background: #fff;
    padding: 20px 30px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    margin: 10px;
}

#alert-message {
    font-size: 16px;
    margin-bottom: 20px;
    color: #333;
}

#alert-close {
    background: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

#alert-close:hover {
    background: #0056b3;
}

.update-btn-profile {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    width: 153.5px;
    height: 55.44px;
    padding: 0rem 2rem;
    gap: 6.56px;
    border-radius: 8.75px;
    border: 1.09px solid #0f172a;
    font-family: var(--inter-font-family);
    font-size: 15.31px;
    font-weight: 500;
    line-height: 24.5px;
    background: #0f172a;
    color: #fff;
    margin-top: 20px;
}

.select-course-result-2 {
    font-size: 1.1rem;
}

.form-control:focus {
    border-color: var(--primary-btn-bg);
    box-shadow: 0 0 0 0.1rem var(--primary-btn-bg);
}

.product-sliders .slick-track {
    margin: 0 !important;
}

.badge-link {
    position: relative;
}

.badge-custom {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -8px;
    right: -12px;
    height: 18px;
    width: 18px;
    background-color: #140a62;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    font-family: var(--OpenSans-Light);
}

.apply-btn {
    width: 30%;
    text-decoration: none;
    background: #140a62;
    color: #fff;
    border-radius: 8px;
    padding: 1.5rem 5rem;

    font-family: var(--inter-font-family);
    font-size: 16px;
    font-weight: 500;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.field-area-inp {
    display: none;
}

.field-area-inp.active {
    display: block;
}

.field-area-inp input,
#card-element {
    width: 70%;
    height: 58px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 16px;
    font-size: 14px;
    font-weight: 400;
    font-family: var(--inter-font-family);
}

.coupon-enter-area {
    display: flex;
    align-items: center;
    gap: 10px;
}

#card-element {
    width: 100%;
    height: 58px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 16px;
    font-size: 14px;
    font-weight: 400;
    font-family: var(--inter-font-family);
}

.cart-texts-2 {
    line-height: 1.8 !important;
}

.primary-btn.primary-btn-2.w-100.d-flex.justify-content-center {
    cursor: pointer;
}

/* .search-suggestions--list {
    list-style: none;
    margin: 10px 0;
    padding: 10px;
    background: #fefefe;
} */
.hidden {
    display: none;
}

.search-suggestions--list {
    list-style: none;
    padding: 15px;
    background: #f0f0f0;
    overflow: auto;
    position: absolute;
    width: 100%;
    z-index: 99999999;
}

.search-suggestions--list li {
    margin-bottom: 5px;
    border-bottom: 1px solid var(--primary-btn-bg);
    padding-bottom: 7px;
    font-size: 18px;
}

.search-suggestions--list li a {
    font-size: 18px;
    text-decoration: none;
    color: var(--primary-btn-bg);
}

.profile-image img {
    border-radius: 100%;
    width: 185px;
    height: 185px;
    object-fit: cover;
}

.selection-course-img-area img {
    height: 215px;
    object-fit: fill;
}

.cart-page-img {
    height: 135px !important;
    object-fit: fill;
}


.selection-course-result-area.text-center {
    justify-content: center !important;
}


.slider-container {
    width: 100%;
    position: relative;
    margin: 10px 0;
    height: 60px;
}

.slider {
    -webkit-appearance: none;
    position: absolute;
    top: 20px;
    width: 100%;
    pointer-events: none;
    background: none;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border: 5px solid #007bff;
    background: #007bff;
    cursor: pointer;
    pointer-events: all;
    position: relative;
    top: -7px;
    z-index: 20;
    box-shadow: 1px 1px 10px #0000001a;
    border-radius: 100%;
}

.min-slider::-webkit-slider-thumb {
    left: -2px;
}

.max-slider::-webkit-slider-thumb {
    right: -2px;
}

.slider::-webkit-slider-runnable-track {
    height: 5px;
    background: #007bff;
}

.track {
    position: absolute;
    top: 27px;
    width: 100%;
    height: 5px;
    background: #007bff;
    z-index: 0;
}

.range-values {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    position: relative;
    width: 100%;
}

.range-values::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 3px;
    transform: translate(-50%, -50%);
    width: 80px;
    background: var(--primary-btn-bg);
    border-radius: 5px;
}

.range-area {
    display: flex;
    flex-direction: column;
    padding: 10px;
    align-items: center;
}

.style-amount {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 35px;
    width: 120px;
    height: 32px;
    border-radius: 30px;
    border: 1px solid #000000;
    font-size: 14px;

}


.range-text-categ {
    cursor: pointer;
    user-select: none;
}

.add-review-wrap {
    margin-top: 30px;
    border-top: 1px solid rgba(128, 128, 128, 0.276);
    padding-top: 30px;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

:root {
    --yellow: #FFBD13;
    --blue: #4383FF;
    --blue-d-1: #3278FF;
    --light: #F5F5F5;
    --grey: #AAA;
    --white: #FFF;
    --shadow: 8px 8px 30px rgba(0, 0, 0, .05);
}

.wrapper {
    background: var(--white);
    padding: 2rem;
    max-width: 576px;
    width: 100%;
    border-radius: .75rem;
    box-shadow: var(--shadow);
    text-align: center;
}

.wrapper h3 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.bx {
    font-size: 28px !important;
}

.rating {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: .5rem;
    font-size: 2rem;
    color: var(--yellow);
    margin-bottom: 2rem;
}

.rating .star {
    cursor: pointer;
}

.rating .star.active {
    opacity: 0;
    animation: animate .5s calc(var(--i) * .1s) ease-in-out forwards;
}

@keyframes animate {
    0% {
        opacity: 0;
        transform: scale(1);
    }

    50% {
        opacity: 1;
        transform: scale(1.2);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}


.rating .star:hover {
    transform: scale(1.1);
}

#reviewModal textarea {
    width: 100%;
    background: var(--light);
    padding: 1rem;
    border-radius: .5rem;
    border: none;
    outline: none;
    resize: none;
    margin-bottom: .5rem;
    font-size: 15px;
}

.btn-group {
    display: flex;
    gap: 10px;
    align-items: center;
}

.unread-badge {
    color: white;
    background: red;
    padding: 0px 7px;
    border-radius: 100%;
}

.collapse {
    visibility: visible !important;
}

.auth-btn-area-header .dropdown-menu.show {
    width: 100% !important;
    font-size: 15px !important;
    text-align: center !important;
}


.quiz-background {
    background-size: cover;
    background-position: center;
    padding: 5rem 0;
}

/* Result card */
.quiz-result-card {
    background: #ffffffc9;
    padding: 50px;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
    animation: fadeInUp 0.8s ease;
}

.product-sliders .selection-course-box {
    background: #fff;
}

.product-sliders .slick-track {
    margin: 0 !important;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Title & text */
.result-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #333;
}

.result-score {
    font-size: 22px;
    margin: 10px 0;
    color: #222;
}

.result-feedback {
    font-size: 18px;
    color: #555;
}

/* Buttons */
.result-buttons {
    margin-top: 30px;
}

.result-buttons .btn {
    margin: 0 10px;
    padding: 12px 28px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-primary {
    background-color: #6c63ff;
    color: #fff;
}

.btn-primary:hover {
    background-color: #5548c8;
}

.btn-outline {
    background-color: transparent;
    color: #6c63ff;
    border: 2px solid #6c63ff;
}

.btn-outline:hover {
    background-color: #6c63ff;
    color: #fff;
}

/* Score circle (animated progress) */



.circle-big {
    position: relative;
    width: 114px;
    height: 114px;
    margin: 30px auto 25px auto;
}

.circle-big svg {
    width: 114px;
    height: 114px;
}

.circle-big .bg {
    fill: none;
    stroke-width: 10px;
    stroke: #c1c1c1;
}

.circle-big .progress {
    fill: none;
    stroke-width: 10px;
    stroke-linecap: round;
    stroke-dasharray: 326.56;
    stroke-dashoffset: 60;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
    animation: big 1.5s ease-in-out;
}

.circle-big .progress[result="success"] {
    stroke: #009200;
}

.circle-big .progress[result="failed"] {
    stroke: #ff0000;
}

.circle-big .text {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    text-align: center;
    font-weight: 400;
    line-height: 22px;
}

.circle-big .text .small {
    font-size: 14px;
    color: #fff;
}


@keyframes big {
    from {
        stroke-dashoffset: 326.56;
    }

    to {
        stroke-dashoffset: 60;
    }
}


@keyframes appear {
    0%, 50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.no-courses {
    text-align: center;
    padding: 60px 20px;
    background: #f8f9fa;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    max-width: 500px;
    margin: 50px auto;
}

.no-courses img {
    width: 100px;
    opacity: 0.7;
    margin-bottom: 20px;
}

.no-courses h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
}

.no-courses p {
    font-size: 16px;
    color: #666;
}

p.error {
    font-size: 15px !important;
}


.card-custom {
    display: flex;
    justify-content: center;
}

.card-custom .percent {
    position: relative;
}

.card-custom svg {
    position: relative;
    width: 210px;
    height: 210px;
    transform: rotate(-90deg);
}

.card-custom svg circle {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: #f0f0f0;
    stroke-width: 10;
    stroke-linecap: round;
}

.card-custom svg circle:last-of-type {
    stroke-dasharray: 625px;
    stroke-dashoffset: calc(625px - (625px * var(--percent)) / 100);
    stroke: #3498db;
}

.card-custom .number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.card-custom .number h3 {
    font-weight: 200;
    font-size: 3.5rem;
}

.card-custom .number h3 span {
    font-size: 2rem;
}

.card-custom .title h2 {
    margin: 25px 0 0;
}

.card-custom:nth-child(1) svg circle.success:last-of-type {
    stroke: #23c000;
}

.card-custom:nth-child(1) svg circle.failed:last-of-type {
    stroke: #fd4646;
}
