.hero-area {
    padding-top: 125px;
    overflow: hidden
}

@media only screen and (max-width: 1919px) {
    .hero-area {
        padding-top: 100px
    }
}

.hero-area-inner {
    position: relative;
    z-index: 1
}

.hero-area-inner .shape-1 {
    position: absolute;
    inset-inline-end: calc(0% - 52px);
    top: 100px;
    z-index: -1;
    width: 704px
}

@media only screen and (max-width: 1919px) {
    .hero-area-inner .shape-1 {
        width: 504px;
        top: 180px;
    }
}

@media only screen and (max-width: 1399px) {
    .hero-area-inner .shape-1 {
        width: 525px;
        inset-inline-end: calc(0% - 125px);
    }
}

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

.hero-area .year-box {
    background-color: #ebf8f6;
    border-radius: 35px;
    padding: 30px 30px 40px;
    display: inline-block;
    position: relative
}

.dark .hero-area .year-box {
    background-color: #1b1b1b
}

.hero-area .year-box .meta {
    font-size: 14px;
    font-weight: 500;
    font-family: var(--font_dmsans);
    display: inline-block;
    padding: 9px 9px;
    border-radius: 10px;
    background-color: #d7efeb;
    color: var(--primary)
}

.dark .hero-area .year-box .meta {
    background-color: #353535
}

.hero-area .year-box .btn-wrapper {
    position: absolute;
    inset-inline-end: 20px;
    top: 20px
}

.dark .hero-area .year-box .btn-wrapper .wc-btn-icon {
    background-color: #343434
}

.hero-area .year-box .thumb {
    margin-top: 0px;
    text-align: center
}

.hero-area .year-box .title {
    margin-top: 30px;
    font-size: 28px;
    line-height: 1;
    color: var(--primary)
}

@media only screen and (max-width: 1919px) {
    .hero-area .year-box .title {
        font-size: 22px;
    }
}

.hero-area .meta-info {
    margin-top: 50px
}

@media only screen and (max-width: 1919px) {
    .hero-area .meta-info {
        margin-top: 50px
    }
}

@media only screen and (max-width: 1399px) {
    .hero-area .meta-info {
        margin-top: 45px
    }
}

.hero-area .meta-info .text {
    margin-top: 26px;
    font-size: 18px;
    line-height: 1.37
}

@media only screen and (max-width: 1919px) {
    .hero-area .meta-info .text {
        font-size: 18px
    }
}

@media only screen and (max-width: 1399px) {
    .hero-area .meta-info img {
        display: none
    }
}

.hero-area .content-first {
    padding-top: 75px;
    padding-bottom: 96px
}

@media only screen and (max-width: 1399px) {
    .hero-area .content-first {
        padding-top: 70px;
        padding-bottom: 66px
    }
}

@media only screen and (max-width: 767px) {
    .hero-area .content-first {
        padding-top: 0px;
        padding-bottom: 36px;
        order: 2
    }
}

.hero-area .hero-social {
    writing-mode: vertical-lr;
    display: flex;
    gap: 20px;
    align-items: center
}

.dir-rtl .hero-area .hero-social {
    justify-content: flex-end
}

@media only screen and (max-width: 991px) {
    .hero-area .hero-social {
        writing-mode: initial
    }
}

.hero-area .hero-social .title {
    position: relative;
    padding-inline-end: 80px;
    display: inline-block;
    font-size: 14px;
    color: var(--primary);
    text-transform: uppercase
}

.hero-area .hero-social .title:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 60px;
    background-color: var(--border);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.dir-rtl .hero-area .hero-social .title:before {
    top: 0;
    bottom: auto
}

@media only screen and (max-width: 991px) {
    .hero-area .hero-social .title:before {
        width: 60px;
        height: 1px;
        inset-inline-end: 0;
        top: 50%;
        transform: translateY(-50%)
    }
}

.hero-area .hero-social .hero-social-links {
    display: flex;
    gap: 25px
}

.hero-area .hero-social .hero-social-links a {
    color: var(--primary)
}

.hero-area .hero-social .hero-social-links a:hover {
    color: var(--secondary)
}

.hero-area .section-content {
    display: grid;
    gap: 0px 90px;
    grid-template-columns: 305px 1fr auto
}

@media only screen and (max-width: 1919px) {
    .hero-area .section-content {
        gap: 0px 60px;
        grid-template-columns: 270px 1fr auto
    }
}

@media only screen and (max-width: 1399px) {
    .hero-area .section-content {
        gap: 0px 50px;
        grid-template-columns: 280px 1fr auto
    }
}

@media only screen and (max-width: 991px) {
    .hero-area .section-content {
        grid-template-columns: 235px 1fr
    }
}

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

.hero-area .scroll-icon {
    display: inline-block;
    padding: 29px 20px;
    border: 1px solid var(--border);
    border-radius: 25px
}

.hero-area .scroll-down {
    margin-top: 60px
}

@media only screen and (max-width: 767px) {
    .hero-area .scroll-down {
        display: none
    }
}

.hero-area .section-header {
    max-width: 742px
}

.hero-area .section-header .section-title {
    position: relative;
    font-family: var(--font_teko);
    font-size: 110px;
    text-transform: uppercase;
    padding-bottom: 18px;
    letter-spacing: 2px;
    font-weight: 600;
    line-height: 0.9;
}
@media only screen and (max-width: 1599px) {
    .hero-area .section-header .section-title {
        font-size: 100px;
    }
}
@media only screen and (max-width: 1399px) {
    .hero-area .section-header .section-title {
        font-size: 90px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-area .section-header .section-title {
        font-size: 45px;
    }
}
.section-header .section-title>span {
    color: var(--white-2);
    background: linear-gradient(0deg, #374bac, #58ef8e);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hero-area .section-header p {
    font-size: 24px;
}
@media only screen and (max-width: 767px) {
    .hero-area .section-header p {
        font-size: 18px;
    }
}
.hero-area .section-header .section-title .icon-first {
    margin-top: -25px
}

@media only screen and (max-width: 1919px) {
    .hero-area .section-header .section-title .icon-first {
        max-height: 70px
    }
}

@media only screen and (max-width: 1399px) {
    .hero-area .section-header .section-title .icon-first {
        max-height: 50px;
        margin-top: -13px
    }
}

@media only screen and (max-width: 767px) {
    .hero-area .section-header .section-title .icon-first {
        display: none
    }
}

@media only screen and (max-width: 1919px) {
    .hero-area .section-header .section-title .icon-second {
        max-height: 80px
    }
}

@media only screen and (max-width: 1399px) {
    .hero-area .section-header .section-title .icon-second {
        max-height: 60px;
        margin-top: -15px
    }
}

.dir-rtl .hero-area .section-header .section-title img {
    transform: rotateY(180deg)
}

.hero-area .section-header .btn-wrapper {
    margin-top: 41px;
    display: flex;
    align-items: center;
    gap: 35px
}

.hero-area .content-third {
    align-self: center
}

@media only screen and (max-width: 991px) {
    .hero-area .content-third {
        grid-column: span 2;
        display: flex;
        justify-content: center;
        padding-top: 30px;
        border-top: 1px solid var(--border);
        padding-bottom: 30px
    }
}

@media only screen and (max-width: 767px) {
    .hero-area .content-third {
        grid-column: auto;
        border-top: 0;
        justify-content: flex-start;
        padding-top: 0
    }
}

.hero-area .video-btn {
    gap: 20px
}

.hero-area .video-btn i {
    color: var(--theme)
}

.hero-area .video-btn br {
    display: block
}

.hero-area .content-second {
    border-inline-start: 1px solid var(--border);
    padding-inline-start: 90px;
    padding-bottom: 100px;
    padding-top: 86px
}

@media only screen and (max-width: 1399px) {
    .hero-area .content-second {
        padding-inline-start: 70px;
        padding-bottom: 70px;
        padding-top: 66px
    }
}

@media only screen and (max-width: 991px) {
    .hero-area .content-second {
        padding-inline-start: 40px
    }
}

@media only screen and (max-width: 767px) {
    .hero-area .content-second {
        padding-inline-start: 0;
        border-left: 0;
        padding-top: 40px;
        padding-bottom: 40px
    }
}


.blog-area {
    padding-top: 145px;
    padding-bottom: 130px;
    background-color: #f5fff7;
}

@media only screen and (max-width: 1399px) {
    .blog-area {
        padding-top: 94px;
        padding-bottom: 97px
    }
}

@media only screen and (max-width: 1199px) {
    .blog-area {
        padding-top: 54px;
        padding-bottom: 57px
    }
}


.blog-area .section-header {
    display: flex;
    gap: 20px 60px;
    justify-content: space-between;
    align-items: center
}

@media only screen and (max-width: 767px) {
    .blog-area .section-header {
        flex-direction: column;
        align-items: flex-start
    }
}

.blog-area .section-header .title-wrapper {
    margin-top: 17px
}

.blog-area .section-header .text {
    max-width: 350px
}

.blog-area .blog-wrapper-box {
    margin-top: 30px;
    margin-bottom: 60px;
}

@media only screen and (max-width: 1919px) {
    .blog-area .blog-wrapper-box {
        margin-top: 30px
    }
}

@media only screen and (max-width: 1199px) {
    .blog-area .blog-wrapper-box {
        margin-top: 30px
    }
}

.blog-area .blog-wrapper {
    display: grid;
    gap: 40px 45px;
    grid-template-columns: repeat(3, 1fr)
}

@media only screen and (max-width: 991px) {
    .blog-area .blog-wrapper {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media only screen and (max-width: 767px) {
    .blog-area .blog-wrapper {
        grid-template-columns: repeat(1, 1fr)
    }
}
.blog-area .blog_bottom {
    text-align: center;
    border: 1px solid #d0ffdb47;
    padding: 20px;
    border-radius: 25px;
    background: linear-gradient(90deg, #d0ffdb47, #e9dda340);
}
.blog-area .blog_bottom p {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 400;
    color: #000;
}
.blog-area .blog_bottom p:nth-child(2) {
    font-size: 22px;
    font-weight: 500;
    color: red;
}
@media only screen and (max-width: 1599) {
    .blog-area .blog_bottom p {
        font-size: 18px;
    }
    .blog-area .blog_bottom p:nth-child(2) {
        font-size: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .blog-area .blog_bottom p {
        font-size: 16px;
    }
    .blog-area .blog_bottom p:nth-child(2) {
        font-size: 18px;
    }
}
.blog:hover .thumb img {
    transform: scale(1.1)
}

.blog .thumb {
    border-radius: 25px;
    overflow: hidden
}

.blog .thumb img {
    width: 100%;
    transition: all .5s
}

.blog .content-wrapper {
    margin-top: 20px
}

.blog .title {
    font-size: 26px;
    line-height: 1.15
}

@media only screen and (max-width: 1399px) {
    .blog .title {
        font-size: 22px
    }
}

.team-area {
    padding-top: 120px;
    padding-bottom: 120px;
}

@media only screen and (max-width: 1399px) {
    .team-area {
        padding-top: 94px
    }
}

@media only screen and (max-width: 1199px) {
    .team-area {
        padding-top: 54px;
        padding-bottom: 54px;
    }
}

.team-area-inner {
    position: relative
}

.team-area-inner .shape-2 {
    position: absolute;
    max-width: 230px;
    inset-inline-end: calc(100% + 55px);
    top: 46%;
    width: -moz-max-content;
    width: max-content
}

.team-area-inner .shape-3 {
    position: absolute;
    inset-inline-start: calc(100% - 425px);
    top: 50%;
    width: -moz-max-content;
    width: max-content;
    z-index: 2;
    width: 740px
}

@media only screen and (max-width: 1919px) {
    .team-area-inner .shape-3 {
        width: 540px
    }
}

@media only screen and (max-width: 1399px) {
    .team-area-inner .shape-3 {
        inset-inline-start: calc(100% - 225px);
        width: 440px
    }
}

@media only screen and (max-width: 1199px) {
    .team-area-inner .shape-3 {
        display: none
    }
}

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

.team-area .section-title {
    max-width: 825px;
}

.team-area .section-header .title-wrapper {
    margin-top: 17px
}

.team-area .team-card-box {
    margin-top: 0;
    padding: 20px;
    border-radius: 40px;
    background-image: linear-gradient(180deg, #fff 0%, #fff 47%, rgb(196 230 206) 47%)
}

.dark .team-area .team-card-box {
    background-image: linear-gradient(180deg, #121212 0%, #121212 47%, rgba(255, 217, 224, 0.21) 47%)
}

@media only screen and (max-width: 1199px) {
    .team-area .team-card-box {
        padding: 0
    }
}

.team-card {
    background-color: #f5fff7;
    border-radius: 25px;
    display: grid;
    grid-template-columns: 65% auto;
    position: relative;
    z-index: 1;
    overflow: hidden
}

@media only screen and (max-width: 767px) {
    .team-card {
        grid-template-columns: 100%
    }
}

.team-card .card-header {
    grid-column: span 2;
    display: flex;
    gap: 20px 27px;
    align-items: center;
    padding: 75px 70px 50px;
    border-bottom: 1px solid rgba(18, 18, 18, .08)
}

@media only screen and (max-width: 767px) {
    .team-card .card-header {
        flex-direction: column;
        align-items: flex-start;
        padding: 30px 30px;
        grid-column: auto
    }
}

.team-card .card-header .thumb {
    width: 140px;
    height: 140px;
    border-radius: 50%
}

@media only screen and (max-width: 991px) {
    .team-card .card-header .thumb {
        display: none
    }
}

.team-card .card-header .title {
    font-size: 30px;
    line-height: 1.18;
    max-width: 365px;
    color: var(--black)
}

@media only screen and (max-width: 1199px) {
    .team-card .card-header .title {
        font-size: 24px
    }
}

.team-card .card-header .btn-wrapper {
    margin-inline-start: auto
}

@media only screen and (max-width: 767px) {
    .team-card .card-header .btn-wrapper {
        margin-inline-start: 0
    }
}

.team-card .card-header .wc-btn-primary {
    background-color: var(--white);
    border-color: var(--white);
    color: var(--black)
}

.team-card .feature-list-wrapper {
    border-inline-end: 1px solid rgba(18, 18, 18, .08);
    padding: 60px 70px 65px
}

@media only screen and (max-width: 767px) {
    .team-card .feature-list-wrapper {
        padding: 30px 30px 25px;
        border-inline-end: 0
    }
}

.team-card .feature-list-item .text {
    font-size: 18px;
    line-height: 20px;
    margin-top: 0;
    color: var(--black)
}

@media only screen and (max-width: 1199px) {
    .team-card .feature-list-item .text {
        margin-top: 15px
    }
}

.team-card .feature-list-item .text span {
    font-weight: 500
}

.team-card .feature-list-item:not(:first-child) {
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
}

@media only screen and (max-width: 1199px) {
    .team-card .feature-list-item:not(:first-child) {
        margin-top: 10px;
    }
}
.team-card .feature-list-item .icon img {
    max-width: 30px;
    filter: grayscale(1);
}

.team-card .team-members {
    padding: 60px 50px 62px
}

@media only screen and (max-width: 767px) {
    .team-card .team-members {
        padding: 10px 30px 22px
    }
}

.team-card .team-members .title {
    color: var(--black);
    font-size: 250px;
    line-height: .74
}

@media only screen and (max-width: 1199px) {
    .team-card .team-members .title {
        font-size: 200px
    }
}

@media only screen and (max-width: 991px) {
    .team-card .team-members .title {
        font-size: 120px
    }
}

@media only screen and (max-width: 767px) {
    .team-card .team-members .title {
        font-size: 60px
    }
}

.team-card .team-members .text {
    font-size: 20px;
    line-height: 1.37;
    max-width: 303px;
    color: var(--black);
    margin-top: 31px
}

@media only screen and (max-width: 767px) {
    .team-card .team-members .text {
        margin-top: 14px
    }
}

.team-card .shape-1 {
    width: 457px;
    height: 457px;
    background-color: #c4e6ce59;
    border-radius: 50%;
    position: absolute;
    top: -99px;
    inset-inline-end: -72px;
    z-index: -1
}

@media only screen and (max-width: 1399px) {
    .team-card .shape-1 {
        width: 407px;
        height: 407px
    }
}

@media only screen and (max-width: 767px) {
    .team-card .shape-1 {
        width: 227px;
        height: 227px
    }
}
.image_box {
    padding-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.image_box img {
    max-width: 250px;
}
@media only screen and (max-width: 767px) {
    .image_box {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
.tycoons_box {
    padding-top: 145px;
    padding-bottom: 145px;
    background-image: url(../img/home/slide_1_bg.jpg);
    background-size: cover;
    background-position: center center;
}
.team-area .section-header .section-title,
.final_question .section-header .section-title,
.blog-area .section-header .section-title,
.blog-area1 .section-header .section-title,
.program_not_foryou .section-header .section-title,
.service-area1 .section-header .section-title,
.service-area .section-header .section-title,
.promise_section .section-header .section-title,
.tycoons_box .section-header .section-title {
    position: relative;
    font-family: var(--font_teko);
    font-size: 76px;
    text-transform: uppercase;
    padding-bottom: 18px;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 1;
}
@media only screen and (max-width: 1599px) {
    .team-area .section-header .section-title,
    .final_question .section-header .section-title,
    .blog-area .section-header .section-title,
    .blog-area1 .section-header .section-title,
    .program_not_foryou .section-header .section-title,
    .service-area1 .section-header .section-title,
    .service-area .section-header .section-title,
    .promise_section .section-header .section-title,
    .tycoons_box .section-header .section-title {
            font-size: 65px;
    }
}
@media only screen and (max-width: 767px) {
    .team-area .section-header .section-title,
    .final_question .section-header .section-title,
    .blog-area .section-header .section-title,
    .blog-area1 .section-header .section-title,
    .program_not_foryou .section-header .section-title,
    .service-area1 .section-header .section-title,
    .service-area .section-header .section-title,
    .promise_section .section-header .section-title,
    .tycoons_box .section-header .section-title {
            font-size: 45px;
        }
    .tycoons_box {
        padding-top: 60px;
        padding-bottom: 0px;
    }
}
.tycoons_box .tycoons_inner_box {
    border: 1px solid #e1e1e1;
    border-radius: 12px;
    background-color: #fff;
    padding: 80px;
}
@media only screen and (max-width: 767px) {
    .tycoons_box .tycoons_inner_box {
        padding: 20px;
        margin-bottom: 30px;
    }
}
.tycoons_box .feature-list {
    margin-top: 33px;
    margin-bottom: 33px;
}
.tycoons_box .feature-list li {
    display: flex;
    align-items: center;
    gap: 10px;
}
.tycoons_box .feature-list li:not(:first-child) {
    margin-top: 15px;
}


.service-area .section-header .text {
    max-width: 300px;
    margin-inline-start: 580px
}

@media only screen and (max-width: 1399px) {
    .service-area .section-header .text {
        margin-inline-start: 520px
    }
}

@media only screen and (max-width: 1199px) {
    .service-area .section-header .text {
        margin-inline-start: 430px
    }
}

@media only screen and (max-width: 991px) {
    .service-area .section-header .text {
        max-width: 460px;
        margin: 0
    }
}

.service-area .section-header .text-wrapper {
    margin-top: 22px
}

@media only screen and (max-width: 1199px) {
    .service-area .section-header .text-wrapper {
        margin-top: 12px
    }
}

.service-area .section-header .section-title-wrapper {
    position: relative
}

.service-area .section-header .section-title-wrapper .shape-1 {
    position: absolute;
    width: 93px;
    top: -60px;
    inset-inline-start: 43%;
    z-index: 99
}

@media only screen and (max-width: 1199px) {
    .service-area .section-header .section-title-wrapper .shape-1 {
        display: none
    }
}

.service-area .services-wrapper-box {
    margin-top: 73px
}

@media only screen and (max-width: 1919px) {
    .service-area .services-wrapper-box {
        margin-top: 53px
    }
}

@media only screen and (max-width: 1199px) {
    .service-area .services-wrapper-box {
        margin-top: 33px
    }
}

.service-box {
    border-bottom: 1px solid #ececec;
    padding: 44px 0;
    display: grid;
    gap: 20px 40px;
    grid-template-columns: 30px 0.5fr 0.6fr ;
}
.service-box.grid_4 {
    grid-template-columns: 30px 0.5fr 0.3fr 0.3fr ;
}
.dark .service-box {
    border-color: #252525
}

@media only screen and (max-width: 1199px) {
    .service-box {
        padding: 24px 0;
        grid-template-columns: 100px 1fr 100px
    }
}

@media only screen and (max-width: 767px) {
    .service-box {
        grid-template-columns: auto
    }
    .service-box.grid_4 {
        grid-template-columns: 1fr;
    }
}

.service-box:first-child {
    border-top: 1px solid #ececec
}

.dark .service-box:first-child {
    border-color: #252525
}

.service-box .number {
    font-size: 30px;
    font-family: var(--font_teko);
    font-weight: 600;
    color: var(--primary)
}

@media only screen and (max-width: 1199px) {
    .service-box .number {
        font-size: 22px
    }
}

.service-box .title {
    font-size: 34px;
    text-transform: uppercase;
    font-family: var(--font_teko);
    line-height: 1.2;
    font-weight: 600;
}

@media only screen and (max-width: 1199px) {
    .service-box .title {
        font-size: 26px
    }
}

.service-box .text {
    max-width: 340px
}

.service-box .feature-list {
    margin-top: 18px
}

.service-box .feature-list li {
    font-size: 18px;
    line-height: 2;
    color: var(--secondary);
}

.service-box .icon {
    width: 88px;
    height: 115px;
    border: 1px solid #ececec;
    border-radius: 44px;
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.dark .service-box .icon {
    border-color: #252525
}




.service-area1 {
    background-color: #f5fff7;
}
.service-area1 .services-wrapper-box {
    margin-top: 60px
}
@media only screen and (max-width: 1399px) {
    .service-area1 .services-wrapper-box {
        margin-top: 50px
    }
}
.service-area1 .services-wrapper {
    display: grid;
    gap: 0 90px;
    grid-template-columns: repeat(3, 1fr)
}
@media only screen and (max-width: 991px) {
    .service-area1 .services-wrapper {
        gap: 0 60px
    }
}
@media only screen and (max-width: 767px) {
    .service-area1 .services-wrapper {
        grid-template-columns: repeat(1, 1fr)
    }
}
.service-area1 .services-wrapper>* {
    border-bottom: 1px solid #bdbdbd
}
.service-area1 .services-wrapper>*:nth-child(1) {
    border-top: 1px solid #bdbdbd
}
.service-area1 .services-wrapper>*:nth-child(2) {
    border-top: 1px solid #bdbdbd
}
.service-area1 .services-wrapper>*:nth-child(3) {
    border-top: 1px solid #bdbdbd
}
@media only screen and (max-width: 767px) {
    .service-area1 .services-wrapper>*:nth-child(2) {
        border-top: 0
    }
}
.service-box1 {
    padding-top: 44px;
    padding-bottom: 44px;
}
@media only screen and (max-width: 1199px) {
    .service-box1 {
        padding-bottom: 31px;
        padding-top: 24px
    }
}
.service-box1 .icons {
    margin-bottom: 30px;
}
.service-box1 .icons img {
    max-width: 90px;
}
.service-box1 .title {
    font-size: 40px;
    font-family: var(--font_teko);
}
@media only screen and (max-width: 1599px) {
    .service-box1 .title {
        font-size: 32px;
    }
}
.service-box1 .text {
    margin-top: 26px;
    font-size: 18px;
}
.service-box1 .content-wrapper {
    display: grid;
    gap: 30px 0px;
    grid-template-columns: auto auto
}
@media only screen and (max-width: 1599px) {
    .service-box1 .text {
        margin-top: 15px;
    }
}
@media only screen and (max-width: 991px) {
    .service-box1 .content-wrapper {
        grid-template-columns: auto
    }
}


.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;
    }
}
.blog-area1 {
    background-image: url(../img/home/slide_1_bg.jpg);
    background-size: cover;
    background-position: center center;
}

.blog-area1 .blogs-wrapper-box {
    margin-top: 50px
}

@media only screen and (max-width: 1399px) {
    .blog-area1 .blogs-wrapper-box {
        margin-top: 50px
    }
}

@media only screen and (max-width: 1199px) {
    .blog-area1 .blogs-wrapper-box {
        margin-top: 20px;
    }
}

.blog-area1 .blogs-wrapper {
    display: grid;
    gap: 55px 35px;
    grid-template-columns: repeat(3, 1fr)
}

@media only screen and (max-width: 991px) {
    .blog-area1 .blogs-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 55px 30px
    }
}

@media only screen and (max-width: 767px) {
    .blog-area1 .blogs-wrapper {
        grid-template-columns: repeat(1, 1fr);
        gap: 45px 30px
    }
}

.blog:hover .thumb:before {
    top: -2px
}

.blog:hover .thumb::after {
    bottom: -2px
}

.blog:hover .thumb img {
    transform: scale(1.1)
}

.blog .thumb {
    border-radius: 20px;
    overflow: hidden;
    position: relative
}

@media only screen and (max-width: 1199px) {
    .blog .thumb {
        border-radius: 10px
    }
}

.blog .thumb:before {
    position: absolute;
    content: url(../img/tycoons_club/img-s-95.webp);
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    top: -60px;
    transition: all .5s
}


.blog .thumb::after {
    position: absolute;
    content: url(../img/tycoons_club/img-s-94.webp);
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    bottom: -60px;
    transition: all .5s
}

.blog .thumb img {
    width: 100%;
    transition: all .5s
}

.blog .title {
    font-size: 34px;
    line-height: 1.2;
    font-family: var(--font_teko);
}

@media only screen and (max-width: 1919px) {
    .blog .title {
        font-size: 26px
    }
}

@media only screen and (max-width: 1399px) {
    .blog .title {
        font-size: 23px
    }
}

@media only screen and (max-width: 1199px) {
    .blog .title {
        font-size: 28px;
        line-height: 1;
    }
}

.blog .content {
    padding-inline-start: 30px;
    border-inline-start: 5px solid #121212;
    /* max-width: 460px; */
    margin-inline-start: auto;
    margin-top: 35px;
}

@media only screen and (max-width: 1399px) {
    .blog .content {
        padding-inline-start: 29px;
        margin-top: 35px
    }
}

@media only screen and (max-width: 1199px) {
    .blog .content {
        padding-inline-start: 20px;
        margin-top: 23px;
        /* border-inline-start: 0 */
    }
}

@media only screen and (max-width: 767px) {
    .blog .content {
        max-width: 100%
    }
}

.blog .meta {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 12px 16px;
    border: 1px solid #1212122b;
    display: inline-block;
    border-radius: 40px;
    background-color: #121212;
    color: #fff;
}

@media only screen and (max-width: 1199px) {
    .blog .meta {
        font-size: 12px;
        padding: 8px 14px
    }
}

.blog .meta-list {
    display: flex;
    gap: 5px;
    margin-bottom: 17px
}

.blog-area1 .blog_bottom {
    text-align: center;
    border: 1px solid #d0ffdb47;
    padding: 40px;
    border-radius: 25px;
    background-image: url(../img/footer_bg.jpg);
    background-size: cover;
    background-position: center center;
    margin-top: 80px;
}
@media only screen and (max-width: 767px) {
    .blog-area1 .blog_bottom {
        margin-top: 40px;
    }
}
.blog-area1 .blog_bottom p {
    font-size: 20px;
    font-weight: 400;
    color: #000;
}

.final_question {
    position: relative;
}
.final_question .final_question_box .final_question_title .btn_group {
    display: flex;
    align-items: end;
    gap: 20px;
    margin-bottom: 30px;
}

.final_question .final_question_box .final_question_title h2 {
    font-size: 35px;
    font-family: var(--font_teko);
    margin-right: 20px;
    margin-bottom: 20px;
}
.final_question .final_question_box .final_question_title span {
    border: 1px solid #bce6d0;
    border-radius: 50px;
    padding: 10px 30px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: #1e1e1e;
        background-color: #bce6d0;
}
@media only screen and (max-width: 1599px) {
    .final_question .final_question_box .final_question_title span {
        font-size: 15px;
        padding: 10px 20px;
    }
}
@media only screen and (max-width: 767px) {
    .final_question .final_question_box .final_question_title .btn_group {
        display: block;
    }
    .final_question .final_question_box .final_question_title span {
        display: block;
        margin-bottom: 10px;
    }
}
.final_question .final_question_box .final_question_info {
    margin-top: 40px;
    background: #f5fff7;
    padding: 80px 40px 0;
    border-left: 4px solid #bce6d0;
    border-radius: 8px;
}
.final_question .final_question_box .final_question_info p {
    font-size: 20px;
    font-weight: 400;
    color: #000;
}
.final_question .final_question_box .final_question_info h5 {
    font-size: 80px;
    margin-top: 80px;
    font-family: var(--font_teko);
    text-align: end;
    margin-bottom: 0;
    overflow: hidden;
    opacity: 0.08;
}
.final_question .final_question_box .final_question_info h5>img {
    max-width: 80px;
}
.final_question .final_question_box:hover .final_question_info h5 {
    opacity: 0.8;
}
@media only screen and (max-width: 1599px) {
    .final_question .final_question_box .final_question_info h5 {
        font-size: 65px;
    }
}
@media only screen and (max-width: 767px) {
    .final_question .final_question_box .final_question_info h5 {
        font-size: 38px;
        margin-top: 30px;
    }
    .final_question .final_question_box .final_question_info {
        padding: 40px 25px 0;
        margin-top: 0;
    }
}
