/*--------------------------------------------------------------
# course- Details
--------------------------------------------------------------*/
html {
    scroll-behavior: smooth;
}

.course--details {
    padding-top: 40px;
}

.course--details .course--details-container {
    position: relative;
    width: 35%;
}

.course--details .course--details-img {
    position: relative;
    z-index: 1;
}

.course--details .course--info {
    padding: 30px;
    position: absolute;
    left: 0;
    bottom: 40px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.course--details .course--info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.course--details .course--info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.course--details .course--info ul li + li {
    margin-top: 10px;
}

/* .course--details .course--teacher {
  padding: 80px;
  width: 50%;
} */

.course--details .course--description {
    padding: 50px;
    width: 35%;
}

.course--details .course--description h2 {
    width: 100%;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.course--details .course--description p {
    padding: 0 0 0 0;
}

.course--details .course--teacher {
    padding-left: 20px;
    width: 30%;
}

@media (max-width: 768px) {
    .course--details .course--description h2 {
        width: 100%;
    }
    .course--details .course--info {
        position: static;
        margin-top: 30px;
    }

    .course--details .course--details-container {
        width: 100%;
    }

    .course--details .course--description {
        width: 100%;
    }

    .course--details .course--teacher {
        padding-left: 20px;
        width: 100%;
    }
}

.subscription_method_button {
    align-items: center;
    background-clip: padding-box;
    background-color: #fa6400;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    box-shadow: rgb(0 0 0 / 2%) 0 1px 3px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: system-ui, -apple-system, system-ui, "Helvetica Neue",
        Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-weight: 800;
    justify-content: end;
    /* line-height: 1.25; */
    margin: auto;
    min-height: 3rem;
    padding: calc(0.875rem - 1px) calc(1.5rem - 1px);
    position: absolute;
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    /* width: auto; */
    bottom: 40px;
}

.subscription_method_button:hover,
.subscription_method_button:focus {
    background-color: #fb8332;
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}

.subscription_method_button:hover {
    transform: translateY(-1px);
}

.subscription_method_button:active {
    background-color: #c85000;
    box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
    transform: translateY(0);
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 15px 0;
    background: #f6f9fd;
    min-height: 40px;
}

@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 74px;
    }
}

.breadcrumbs h2 {
    font-size: 28px;
    font-weight: 600;
    color: #0b2341;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumbs ol li + li {
    padding-left: 10px;
}

.breadcrumbs ol li + li::before {
    display: inline-block;
    padding-right: 10px;
    color: #123a6d;
    content: "/";
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
.subscription-section {
    border-top: 1px solid rgb(211, 211, 211);
}
section {
    padding: 60px 0;
    overflow: hidden;
}

.section-bg {
    background-color: #f0f4f8;
}

.section-title {
    padding-bottom: 40px;
    text-align: center;
}

.section-title h2 {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    line-height: 1.2;
    margin: 0 0 5px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #5c8eb0;
    font-family: "Poppins", sans-serif;
}

.section-title h3 {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 5px 0;
    line-height: 1.2;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #5c8eb0;
    font-family: "Poppins", sans-serif;
}

.section-title p {
    margin: 0;
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    color: #263d4d;
}

/*--------------------------------------------------------------
# subscription Card
--------------------------------------------------------------*/

.card-pricing {
    width: fit-content;
    border-radius: 20px;
    border: 3px solid #ff4a17;
}

.card-pricing:hover {
    border: 3px solid #ff9204;
    overflow: hidden;
    background: linear-gradient(
        to right,
        #fff 20%,
        #fff 35%,
        #ecd08c 45%,
        #ecd08c 55%,
        #fff 65%,
        #fff 100%
    );
}

.card-pricing.popular {
    border: 6px solid #ff4a17;
}

.card-pricing .list-unstyled li {
    padding: 0.5rem 0;
    color: #6c757d;
}
.bg-primary {
    background-color: #ff4a17 !important;
}
.text-primary {
    color: #ff4a17 !important;
}

.subscription-plan {
    height: 130px;
    width: 350px;
    display: flex;
    align-items: stretch;
    align-self: center;
    border-radius: 10px;
    margin-bottom: 5px;
    background: #f0f0f0;
    transition: all 0.75s;
    border: rgba(0, 0, 0, 0.1) solid 1px;
}
.subscription-plan:hover {
    background: #e0e0e0;
    border: rgba(0, 0, 0, 0.2) solid 1px;
}

.subscription-plan--price {
    order: 1;
    flex-grow: 1;
    border-radius: 0px 10px 10px 0px;
    font-size: 28px;
    color: #ffffff;
    padding: 5px 8px 5px 8px;
    margin-left: 20px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    background: #ff4a17;
    position: relative;
    transition: all 0.75s;
}

.subscription-plan .interval {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: normal;
}

.subscription-plan:hover .subscription-plan--price {
    padding-right: 13px;
    padding-left: 13px;
}

.subscription-plan--description {
    order: 2;
    flex-grow: 2;
    align-self: center;
    color: #525252;
    transition: all 0.75s;
}

.subscription-plan--description strong {
    transition: all 0.75s;
}

.subscription-plan:hover .subscription-plan--description {
    color: #000000;
}

.subscription-plan:hover .subscription-plan--description strong {
    color: #cc0000;
}

.subscription-plan--button {
    order: 3;
    flex-grow: 1;
    align-self: center;
    margin: 5%;
}

.btn-subscribe {
    color: #fff;
    background-color: #ff4a17;
    border-color: #ff4a17;
}

.btn-subscribe:hover {
    color: #fff;
    background-color: #fd6034;
    border-color: #fd6034;
}

.second {
    background: rgb(0, 119, 192) !important;
}
