.practical-area-inner {
    display: grid;
    grid-template-columns: 1fr 43%
}

@media only screen and (max-width: 1199px) {
    .practical-area-inner {
        grid-template-columns: 1fr 47%
    }
}

@media only screen and (max-width: 991px) {
    .practical-area-inner {
        grid-template-columns: 1fr
    }
}

.practical-area .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.practical-area .section-content {
    padding: 100px 80px;
    position: relative;
    z-index: 1
}

@media only screen and (max-width: 1199px) {
    .practical-area .section-content {
        padding: 60px 50px
    }
}

@media(max-width: 575px) {
    .practical-area .section-content {
        padding: 60px 30px
    }
}

.practical-area .section-content .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    inset-inline-start: 0;
    z-index: -1
}

.practical-area .section-content .bg:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(18, 18, 18, .85);
    top: 0;
    inset-inline-start: 0
}

.practical-area .section-content .bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.practical-area .section-content .text-wrapper {
    margin-top: 160px;
    color: #a9a9a9;
    line-height: 1.5;
    font-size: 18px;
}
.practical-area .section-content .text-wrapper b{
    font-size: 26px;
    font-weight: 500;
    color: #fff;
    font-family: var(--font_teko);
}
.practical-area .section-content .text-wrapper ul{
    margin-bottom: 20px;
}
.practical-area .section-content .text-wrapper ul li span{
    color: #fff;
}

@media only screen and (max-width: 1919px) {
    .practical-area .section-content .text-wrapper {
        margin-top: 123px
    }
}

@media only screen and (max-width: 1199px) {
    .practical-area .section-content .text-wrapper {
        margin-top: 43px
    }
}

@media only screen and (max-width: 991px) {
    .practical-area .section-content .text-wrapper {
        margin-top: 33px
    }
}

.practical-area .section-content .text {
    font-size: 40px;
    line-height: 1.1;
    max-width: 515px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-family: var(--font_teko);
}

@media only screen and (max-width: 1199px) {
    .practical-area .section-content .text {
        font-size: 20px
    }
}

.practical-area .section-content .text span {
    /* color: var(--white) */
    font-weight: 600;
}

.practical-area .section-content .btn-wrapper {
    margin-top: 42px
}

@media only screen and (max-width: 991px) {
    .practical-area .section-content .btn-wrapper {
        margin-top: 32px
    }
}

.practical-area .section-content .section-title {
    color: var(--white);
    font-family: var(--font_teko);
}

.practical-area .section-content .wc-btn-primary {
    background-color: var(--white);
    border-color: var(--white);
    color: var(--black)
}
.h_line_practical{
    font-size: 20px;
    color: #a9a9a9;
}
.h_line_practical span{
    color: #fff;
}




/* Section 2 Start Here */
.bonus-area{
    margin: 100px 0;
}
.bonus-area-inner {
    position: relative
}

.bonus-area-inner .shape-1 {
    position: absolute;
    inset-inline-start: calc(100% - 425px);
    top: 50%;
    transform: translateY(-40%);
    width: 600px;
}

/* @media only screen and (max-width: 1919px) {
    .bonus-area-inner .shape-1 {
        inset-inline-start: calc(100% - 125px)
    }
} */

@media only screen and (max-width: 1599px) {
    .bonus-area-inner .shape-1 {
        inset-inline-start: calc(100% - 500px);
    }
}
@media only screen and (max-width: 1199px) {
    .bonus-area-inner .shape-1 {
        inset-inline-start: calc(100% - 25px);
        width: 325px
    }
}

.dir-rtl .bonus-area-inner .shape-1 img {
    transform: rotateY(180deg)
}

.bonus-area-inner .shape-2 {
    position: absolute;
    inset-inline-start: calc(100% - 195px);
    top: calc(100% - 65px);
    width: 200px
}

@media only screen and (max-width: 1919px) {
    .bonus-area-inner .shape-2 {
        inset-inline-start: calc(100% - 145px)
    }
}

@media only screen and (max-width: 1199px) {
    .bonus-area-inner .shape-2 {
        inset-inline-start: calc(100% - 45px);
        width: 100px
    }
}


.bonus-area .section-title {
    font-size: 80px;
    /* max-width: 403px; */
    font-family: var(--font_teko);
    margin-bottom: 20px;
    margin-top: 10px;
}
.bonus-area .section-title div {
    font-family: var(--font_teko);
}

@media only screen and (max-width: 1199px) {
    .bonus-area .section-title {
        font-size: 40px
    }
}

.bonus-area .section-content {
    display: flex;
    gap: 40px 71px;
    align-items: center;
    background: linear-gradient(45deg, #e4f3ef, #fcfdef);
    border-radius: 30px;
    padding: 100px 115px 100px;
}

.dark .bonus-area .section-content {
    background-color: #1b1b1b
}

@media only screen and (max-width: 1199px) {
    .bonus-area .section-content {
        padding: 60px 55px 63px
    }
}

@media only screen and (max-width: 991px) {
    .bonus-area .section-content {
        flex-direction: column;
        align-items: flex-start
    }
}
@media only screen and (max-width: 991px) {
    .bonus-area .section-content {
        padding: 35px 20px 50px;
    }
}

.bonus-area .section-content .title-wrapper {
    margin-top: 31px;
    color: #000;
    line-height: 1.5;
    max-width: 750px;
    font-size: 18px;
    font-weight: 300;
}
.bonus-area .section-content .title-wrapper ul li{
    line-height: 2;
}
.bonus-area .section-content .title-wrapper ul li span{
    font-weight: 500;
}

.bonus-area .text-wrapper .title {
    font-size: 250px;
    font-weight: 400;
    line-height: .74;
    display: flex;
    align-items: flex-start;
    gap: 20px
}

@media only screen and (max-width: 1919px) {
    .bonus-area .text-wrapper .title {
        font-size: 150px
    }
}

@media only screen and (max-width: 991px) {
    .bonus-area .text-wrapper .title {
        font-size: 100px
    }
}

.bonus-area .text-wrapper .title span {
    font-size: 50px;
    line-height: .4
}

.bonus-area .text-wrapper .text {
    font-size: 20px;
    line-height: 1.38;
    margin-top: 31px;
    max-width: 303px
}

.bonus-area .text-wrapper.has-left-line {
    padding-inline-start: 265px
}

@media only screen and (max-width: 1919px) {
    .bonus-area .text-wrapper.has-left-line {
        padding-inline-start: 165px
    }
}

@media only screen and (max-width: 991px) {
    .bonus-area .text-wrapper.has-left-line {
        padding-inline-start: 0
    }
}

.bonus-area .text-wrapper.has-left-line:before {
    width: 200px;
    height: 2px;
    background-color: var(--primary)
}

@media only screen and (max-width: 1919px) {
    .bonus-area .text-wrapper.has-left-line:before {
        width: 100px
    }
}

@media only screen and (max-width: 991px) {
    .bonus-area .text-wrapper.has-left-line:before {
        display: none
    }
}
.midum_line{
    font-size: 22px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 300;
}
.midum_line span{
    font-weight: 500;
}
.h_line_bonus{
    font-size: 22px;
    color: #000;
    margin-top: 15px;
}
/* Section 2 End Now */



/* Section 3 Start Here */
.contact-area {
    background-color: var(--white);
    position: relative;
    z-index: 1;
    overflow: hidden
}

.dark .contact-area {
    background-color: #171717
}

.contact-area-inner {
    text-align: center;
    max-width: 650px;
    margin: auto;
    /* display: grid;
    gap: 30px 60px;
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: space-between */
}

.call_to_action .wc-btn-group{
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 1599px) {
    .contact-area-inner {
        margin-left: 0;
        text-align: left;
    }
    .call_to_action .wc-btn-group {
        margin-left: 0;
    }
}
@media only screen and (max-width: 991px) {
    .contact-area-inner {
        grid-template-columns: auto
    }
}

@media only screen and (min-width: 1919px) {
    .contact-area .section-spacing {
        padding-top: 120px;
        padding-bottom: 120px
    }
}

.contact-area .shape-1 {
    position: absolute;
    inset-inline-end: -3%;
    top: 0%;
    z-index: -1;
    width: 440px
}

@media only screen and (max-width: 1399px) {
    .contact-area .shape-1 {
        top: -45%
    }
}

@media only screen and (max-width: 1199px) {
    .contact-area .shape-1 {
        width: 340px
    }
}

@media only screen and (max-width: 991px) {
    .contact-area .shape-1 {
        width: 270px;
        top: -35%
    }
}

@media only screen and (max-width: 767px) {
    .contact-area .shape-1 {
        display: none
    }
}

.dir-rtl .contact-area .shape-1 img {
    transform: rotateY(180deg)
}

.contact-area .section-title {
    /* max-width: 690px; */
    font-family: var(--font_teko);
    font-size: 60px;
}

/* @media only screen and (max-width: 1919px) {
    .contact-area .section-title {
        max-width: 630px
    }
}

@media only screen and (max-width: 1199px) {
    .contact-area .section-title {
        max-width: 580px
    }
}

@media only screen and (max-width: 991px) {
    .contact-area .section-title {
        max-width: 450px
    }
} */

.contact-area .section-content .text {
    /* max-width: 600px; */
    color: var(--black);
    font-size: 20px;
    text-transform: capitalize;
}

.contact-area .section-content .text-wrapper {
    margin-top: 27px;
    margin-bottom: 45px;
}

@media only screen and (max-width: 991px) {
    .contact-area .section-content .text-wrapper {
        margin-top: 17px
    }
}

.contact-area .wc-btn-primary {
    border-color: var(--white);
    font-size: 18px;
}

.contact-area .wc-btn-circle {
    border-color: var(--white)
}

.call_to_action .wc-btn-circle i{
    transform: rotate(0deg);
}
@media only screen and (max-width: 767px) {
    .contact-area .wc-btn-primary {
        font-size: 16px;
        max-width: 292px;
        text-wrap-mode: wrap;
        text-align: center;
    }
}

/* Section 3 End Now */


/* Section 4 Start Here */
.promise_section{
    background: linear-gradient(180deg, #ecf6ef, #ffffff);
}
.promise_section .section-header .section-title {
    position: relative;
    font-family: var(--font_teko);
    font-size: 76px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 1;
    margin-top: 0;
}

.promise_section .promise_box {
    position: relative;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 20px 30px;
    border-radius: 10px;
    height: 100%;
}
.program_not_foryou .section-header,
.promise_section .section-header {
    margin-bottom: 50px;
}

.promise_section .promise_box {
    position: relative;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 20px 30px;
    border-radius: 10px;
    height: 100%;
}

.promise_section .promise_box .promise_title {
    display: flex;
    justify-content: center;
}

.promise_section .promise_box .promise_title span {
    text-align: center;
    background-color: #358d01;
    color: #fff;
    padding: 15px 30px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: -45px;
    border-radius: 10px;
}

@media only screen and (max-width: 767px) {
    .promise_section .promise_box .promise_title span {
        font-size: 16px;
    }
}

.promise_section .promise_box .promise_title span.notpromised {
    background-color: #cf2f02;
}

.promise_section .feature-list {
    margin-top: 33px;
    margin-bottom: 33px;
}

.program_not_foryou .feature-list li,
.promise_section .feature-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
}

.promise_section .feature-list li:not(:first-child) {
    margin-top: 15px;
}

.program_not_foryou .feature-list li img,
.promise_section .feature-list li img {
    max-width: 35px;
}

.promise_section .order_become {
    margin-top: 50px;
    font-size: 25px;
    font-weight: 500;
}

@media only screen and (max-width: 767px) {
    .promise_section .order_become {
        font-size: 16px;
    }

    .program_not_foryou .section-header,
    .promise_section .section-header {
        margin-bottom: 20px;
    }

    .program_not_foryou .feature-list li img,
    .promise_section .feature-list li img {
        max-width: 25px;
    }
}

.program_not_foryou {
    background-color: #f5fff7;
}

.program_not_foryou .feature-list li {
    font-size: 20px;
    font-weight: 600;
    color: #1e1e1e;
    border: 2px solid #f02328;
    padding: 10px;
}

@media only screen and (max-width: 767px) {
    .program_not_foryou .feature-list li {
        margin-bottom: 20px;
    }
}

.program_not_foryou .order_become {
    margin-top: 70px;
}

@media only screen and (max-width: 767px) {
    .program_not_foryou .order_become {
        margin-top: 40px;
    }
}

.program_not_foryou .order_become span {
    font-size: 25px;
    background: linear-gradient(90deg, #d0ffdb47, #e9dda340);
    color: #000;
    padding: 15px 30px;
    border-radius: 10px;
}

@media only screen and (max-width: 767px) {
    .program_not_foryou .order_become span {
        font-size: 18px;
        background: transparent;
    }

    .program_not_foryou .order_become {
        background: linear-gradient(90deg, #d0ffdb47, #e9dda340);
        padding: 15px 30px;
    }
}
/* Section 4 End Now */


/* Section 5 Start Here */
.pricing-area {
    background-image: url(../image/workshop/bg.jpg);
    padding: 100px 0;
}
.pricing-area .pricing-wrapper-box {
}

@media only screen and (max-width: 1199px) {
    .pricing-area .pricing-wrapper-box {
        margin: 70px 0
    }
}

@media only screen and (max-width: 767px) {
    .pricing-area .pricing-wrapper-box {
        margin: 50px 0
    }
    .pricing-area{
        padding: 50px 0;
    }
}

.pricing-area .pricing-wrapper {
    display: grid;
    gap: 20px 50px;
    grid-template-columns: 1fr;
    max-width: 600px;
    margin-left: auto;
}

@media only screen and (max-width: 991px) {
    .pricing-area .pricing-wrapper {
        gap: 20px 20px
    }
}

@media only screen and (max-width: 767px) {
    .pricing-area .pricing-wrapper {
        grid-template-columns: 1fr
    }
}

.pricing-box {
    background-color: var(--white);
    padding: 50px 50px
}

.dark .pricing-box {
    background-color: #202020
}

@media only screen and (max-width: 991px) {
    .pricing-box {
        padding: 30px 20px
    }
}

.pricing-box .tag {
    background-color: #f6f6f6;
    font-size: 20px;
    font-weight: 700;
    font-family: var(--font_khand);
    text-transform: uppercase;
    color: var(--primary);
    padding: 15px 19px 10px;
    display: inline-block;
    line-height: 1;
    border-radius: 40px
}

.dark .pricing-box .tag {
    background-color: #2d2d2d
}

@media only screen and (max-width: 991px) {
    .pricing-box .tag {
        font-size: 16px;
        padding: 10px 19px 5px
    }
}

.pricing-box .tag.popular {
    background-color: #c9f31d;
    color: var(--black)
}

.pricing-box .title {
    font-size: 60px;
    line-height: 1;
    margin-bottom: 20px;
    font-family: var(--font_teko);
}

@media only screen and (max-width: 991px) {
    .pricing-box .title {
        font-size: 40px;
        margin-top: 27px
    }
}

.pricing-box .text {
    margin-top: 10px;
    font-family: var(--font_teko);
    font-weight: 300;
    font-size: 36px;
}

.pricing-box .feature-list {
    margin-top: 20px;
    color: #000;
    font-weight: 300;
    font-size: 18px;
}

.pricing-box .feature-list li {
    display: flex;
    align-items: center
}

.pricing-box .feature-list li:not(:first-child) {
    margin-top: 15px
}

.pricing-box .feature-list li img {
    margin-inline-end: 10px
}

.pricing-box .price {
    font-size: 90px;
    line-height: 1;
    margin-top: 41px
}

@media only screen and (max-width: 1399px) {
    .pricing-box .price {
        font-size: 70px
    }
}

@media only screen and (max-width: 991px) {
    .pricing-box .price {
        font-size: 40px
    }
}

.pricing-box .wc-btn-primary {
    margin-top: 21px
}

.dark .pricing-box .wc-btn-primary:hover {
    color: var(--black)
}
/* Section 5 End Now */



