.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) {
    .section-header .section-title {
        font-size: 65px;
    }
}
@media only screen and (max-width: 767px) {
    .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-inner {
    padding-top: 180px;
    padding-bottom: 40px;
    position: relative;
    z-index: 1
}

@media only screen and (max-width: 1399px) {
    .hero-area-inner {
        padding-top: 160px;
        padding-bottom: 39px
    }
}

@media only screen and (max-width: 991px) {
    .hero-area-inner {
        padding-top: 140px
    }
}

.hero-area-inner .shape-1 {
    position: absolute;
    top: 0;
    inset-inline-start: -24%;
    z-index: -1;
    width: 62%
}

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

.hero-area-inner .shape-1 img {
    opacity: .12
}

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

@media only screen and (max-width: 767px) {
    .hero-area-inner {
        padding-top: 135px
    }
}

.hero-area .section-title {
    font-size: 100px;
    line-height: .95;
    margin-top: -10px
}

@media only screen and (max-width: 1599px) {
    .hero-area .section-title {
        font-size: 75px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-area .section-title {
        font-size: 50px;
    }
}
.hero-area .section-header {
    display: grid;
    gap: 40px 0px;
    grid-template-columns: auto auto;
    justify-content: space-between
}

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

.hero-area .section-header .customer-wrapper-box .thumb img {
    max-width: 200px;
}
.hero-area .customer-wrapper .text {
    font-size: 18px;
    line-height: 1.22;
    margin-top: 15px
}

.hero-area .customer-wrapper .text span {
    color: var(--primary)
}

.hero-area .section-content {
    display: grid;
    gap: 20px;
    grid-template-columns: 400px 1fr
}

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

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

.hero-area .info-box {
    padding: 60px 55px;
    background: linear-gradient(90deg, #d0ffdb47, #e9dda340);
    border-radius: 20px
}
.hero-area .info-box .thumb h3 {
    font-size: 50px;
    font-family: var(--font_teko);
    font-weight: 600;
}

.dark .hero-area .info-box {
    background-color: #252525
}

@media only screen and (max-width: 1399px) {
    .hero-area .info-box {
        padding: 40px 35px
    }
}

.hero-area .info-box .thumb img {
    width: 150px
}

@media only screen and (max-width: 1399px) {
    .hero-area .info-box .thumb img {
        width: 100px
    }
}

@media only screen and (max-width: 991px) {
    .hero-area .info-box .thumb img {
        width: 70px
    }
}

.hero-area .info-box .text {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.36;
    color: var(--primary);
    font-family: var(--font_instrumentsans)
}

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

.hero-area .info-box .text-wrapper {
    margin-top: 10px
}

.hero-area .info-box .btn-wrapper {
    margin-top: 50px
}

@media only screen and (max-width: 1399px) {
    .hero-area .info-box .btn-wrapper {
        margin-top: 36px
    }
}

.hero-area .feature-content {
    background-color: var(--black);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 30px 30px 150px
}

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

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

.hero-area .feature-content .feature-list {
    max-width: 300px
}

.hero-area .feature-content .feature-list-item {
    display: flex;
    align-items: center;
    gap: 14px;
    background-color: rgba(255, 255, 255, .15);
    padding: 20px;
    border-radius: 20px;
    -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px)
}

.hero-area .feature-content .feature-list-item .icon {
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, .8);
    display: inline-flex;
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    min-width: 50px
}

.hero-area .feature-content .feature-list-item .text {
    font-size: 18px;
    line-height: 1.11;
    font-family: var(--font_instrumentsans);
    color: var(--white)
}

.hero-area .feature-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #1e1e1e;
}
.hero-area .feature-list li:not(:first-child) {
    margin-top: 15px;
}


.trying_export .section-header {
    margin-bottom: 30px;
}
.trying_export .trying_export_box h2 {
    font-size: 32px;
    font-family: var(--font_teko);
    margin-bottom: 20px;
}
.trying_export .trying_export_box ul li {
    font-size: 18px;
    margin-bottom: 26px;
    color: #1e1e1e;
}
.trying_export .trying_export_box ul li i {
    margin-right: 8px;
}
.order_become {
    margin-top: 70px;
}
.trying_export .trying_export_box p {
    color: #1e1e1e;
}
@media only screen and (max-width: 767px) {
    .order_become {
        margin-top: 40px;
    }
}
.order_become span {
    font-size: 20px;
    font-weight: 500;
    background: linear-gradient(90deg, #d0ffdb47, #e9dda340);
    color: #000;
    padding: 15px 30px;
    border-radius: 10px;
}
@media only screen and (max-width: 767px) {
    .order_become span {
        font-size: 18px;
        background: transparent;
        padding: 0;
    }
    .order_become {
        background: linear-gradient(90deg, #d0ffdb47, #e9dda340);
        padding: 15px 30px;
    }
}

.why_audit {
    position: relative;
    background-color: #f5fff7;
}
.why_content_box p {
    color: #1e1e1e;
}
.why_content_box ul li {
    padding: 15px 20px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-radius: 6px;
    background-color: #fff;
    margin-bottom: 15px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    font-weight: 500;
    color: #1e1e1e;
}
.why_content_box ul li i {
    font-size: 14px;
    margin: auto;
}
.why_content_box ul li span {
    display: flex;
    text-align: center;
    background: linear-gradient(0deg, #374bac, #58ef8e);
    width: 25px;
    height: 25px;
    color: #fff;
    border-radius: 50%;
    margin-right: 15px;
}
.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;
}
.promise_section .feature-list p {
    color: #1e1e1e;
    font-weight: 300;
    margin-bottom: 20px;
}
.promise_section .feature-list p>span {
    font-weight: 500;
}
.promise_section .feature-list hr {
    margin: 2rem 0;
}
.promise_section .feature-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 17px;
    color: #1e1e1e;
}
.promise_section .feature-list li:not(:first-child) {
    margin-top: 15px;
}
@media only screen and (min-width: 1199px) {
    .promise_section .feature-list .list_02 li {
        display: inline-block;
        width: 49%;
    }
}
.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;
    }
    .promise_section .feature-list li img {
        max-width: 25px;
    }
}

.get_after_audit {
    position: relative;
    background-image: url(../img/home/slide_1_bg.jpg);
    background-size: cover;
    background-position: center center;
}
.tycoons_box {
    padding-top: 145px;
    padding-bottom: 145px;
    background-image: url(../img/home/slide_1_bg.jpg);
    background-size: cover;
    background-position: center center;
}
@media only screen and (max-width: 767px) {
    .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;
}
.who_book_audit .feature-list li,
.tycoons_box .feature-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
    color: #1e1e1e;
}
.tycoons_box .feature-list li:not(:first-child) {
    margin-top: 15px;
}

.who_book_audit .section-header {
    margin-bottom: 40px;
}

.who_book_audit .who_book_audit_content {
    padding-top: 60px;
}
.who_book_audit .feature-list li {
    margin-bottom: 20px;
    font-weight: 20px;
    font-weight: 500;
    color: #1e1e1e;
}
.who_book_audit .feature-list h6 {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 25px;
    font-family: var(--font_teko);
}
@media only screen and (max-width: 767px) {
    .who_book_audit .section-header {
        margin-bottom: 0px;
    }
    .who_book_audit .who_book_audit_content {
        padding-top: 30px;
    }
}
@media only screen and (min-width: 1199px) {
    .who_book_audit .who_book_audit_img {
        padding-right: 30px;
    }
    .how_work .outside_box_right {
        margin-right: -30vw;
    }
}
@media only screen and (max-width: 1599px) {
    .how_work .outside_box_right {
        margin-right: -20vw;
    }
}
@media only screen and (max-width: 767px) {
    .how_work .outside_box_right {
        margin-right: 0;
    }
}
.how_work {
    position: relative;
    background-color: #f5fff7;
}
.how_work .section-header {
    margin-bottom: 20px;
}
.how_work .how_work_step ul li {
    margin-bottom: 50px;
    font-size: 24px;
    font-weight: 500;
    color: #1e1e1e;
    display: flex;
    align-items: center;
    gap: 20px;
}
@media only screen and (max-width: 1599px) {
    .how_work .how_work_step ul li {
        margin-bottom: 30px;
        font-size: 22px;
    }
}
.how_work .how_work_step ul li>span {
    position: relative;
    margin-right: 10px;
    background-color: #3e3e3e;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
}
.how_work .how_work_step ul li>span::after {
    position: absolute;
    content: "";
    top: 80%;
    left: 50%;
    height: 60px;
    width: 2px;
    background-color: #3e3e3e;
}
.how_work .how_work_step ul li:last-child span:after {
    display: none;
}

.why_999 {
    position: relative;
    background-image: url('../img/export_business_audit/rupees.png');
    background-repeat: repeat;
}
.why_999 .section-header {
    margin-bottom: 40px;
}
.why_999 .why_999_box ul li {
    margin-bottom: 50px;
    padding: 15px 40px;
    border: 1px solid #dcdcdc;
    font-size: 26px;
    font-weight: 500;
    color: #1e1e1e;
    font-family: var(--font_teko);
    border-radius: 50px;
    display: inline-block;
    background: linear-gradient(90deg, #d0ffdb47, #e9dda340);
}
@media only screen and (max-width: 767px) {
    .why_999 .why_999_box {
        text-align: start !important;
    }
    .why_999 .why_999_box ul li {
        margin-bottom: 20px;
        font-size: 22px;
    }
}
.why_999 .why_999_box .price_text {
    font-size: 200px;
    text-transform: uppercase;
    font-family: var(--font_teko);
    letter-spacing: 1px;
    background: linear-gradient(0deg, #374bac, #58ef8e);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
@media only screen and (max-width: 767px) {
    .why_999 .why_999_box .price_text {
        font-size: 150px;
    }
}
.book_slot {
    background-color: #1e1e1e;
}
.book_slot .section-title {
    font-size: 110px;
    color: #fff;
}
@media only screen and (max-width: 1599px) {
    .book_slot .section-title {
        font-size: 90px;
    }
}
@media only screen and (max-width: 767px) {
    .book_slot .section-title {
        font-size: 45px;
    }
}
.book_slot .section-title-wrapper h3 {
    font-family: var(--font_teko);
    font-size: 40px;
    color: #fff;
    margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
    .book_slot .section-title-wrapper h3 {
        font-size: 24px;
    }
}
.book_slot .section-title-wrapper h3>span {
    padding-left: 15px;
    padding-right: 15px;
}
.book_slot .section-title-wrapper p {
    color: #dcdcdc;
    font-size: 22px;
}
@media only screen and (max-width: 767px) {
    .book_slot .section-title-wrapper p {
        font-size: 18px;
    }

}
.book_slot .wc-btn-circle,
.book_slot .wc-btn-primary {
    background-color: #fff;
    color: #000;
}
.book_slot .wc-btn-group {
    display: flex;
    width: -moz-fit-content;
    width: fit-content
}

.book_slot .btn-wrapper {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}
.book_slot .wc-btn-group>*:nth-child(1) {
    transform: scale3d(0.5, 0.5, 1);
    margin-inline-end: -60px
}

.book_slot .wc-btn-group>*:nth-child(2) {
    transform: scale3d(1, 1, 1)
}

.book_slot .wc-btn-group>*:nth-child(3) {
    transform: scale3d(1, 1, 1);
    margin-inline-start: 0
}

.book_slot .wc-btn-group:hover>*:nth-child(1) {
    transform: scale3d(1, 1, 1);
    margin-inline-end: 0
}

.book_slot .wc-btn-group:hover>*:nth-child(2) {
    transform: scale3d(1, 1, 1)
}

.book_slot .wc-btn-group:hover>*:nth-child(3) {
    transform: scale3d(0.5, 0.5, 1);
    margin-inline-start: -60px
}

@keyframes mask_animation {
    from {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }

    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0
    }
}

@keyframes mask_animation_2 {
    from {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0
    }

    to {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }
}
