* {
    margin: 0;
    padding: 0;
}

:root {
    /* theme color start*/
    --primary-color: ;
    --normal-gradient: ;
    --neon-gradient: ;
    --button-gradient: ;
    /* theme color end*/

    /* section color start */
    --blue-gradient: linear-gradient(107.57deg, #5CA3FF 0%, #9673FF 100%);
    --light-yellow-gradient: linear-gradient(108.34deg, rgba(173, 190, 251, 0.2) 5.31%, rgba(139, 224, 251, 0.2) 27.63%, rgba(136, 220, 144, 0.2) 49.96%, rgba(239, 221, 68, 0.2) 72.28%, rgba(255, 183, 107, 0.2) 94.61%);
    --gojek-clone-light-bg: linear-gradient(135.32deg, #CCF1FC 0.35%, #D6FFE9 38.02%, #FEF2DF 66.71%, #FFD8D8 99.11%);
    /* section color end*/

    --review-platforms-bg: linear-gradient(94.46deg, #2C1A00 0%, #0F0900 99.92%);
}

a {
    text-decoration: none;
}

.internal-page-link {
    font-weight: 600;
    color: #303030;
}

#hero-section .custom-container-left {
    padding-left: 5%
}

@media only screen and (max-width: 1600px) {
    #hero-section .custom-container-left {
        padding-left: 1.5%
    }
}

section {
    padding-top: 100px;
}

.section-button-white {
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 25px;
    color: #FFFFFF;
    padding: 10px 20px;
    font-size: 18px;
    display: block;
    font-weight: 600;
    line-height: 23.4px;
    width: fit-content;
    margin-top: 20px;
}

.section-button-white:hover {
    background: #ffffff;
    color: #040C17;
}

body {
    font-family: ibm-plex-sans;
    color: #303030;
}

.custom-container-left {
    padding-left: 15%;
}

.custom-container-right {
    padding-right: 15%;
}

/* section title start */
.section-title.white h2 {
    color: #ffffff;
    font-weight: 600;
}

.section-title.white p {
    color: #ffffff;
}

.section-title p.white {
    color: #ffffff;
}

.section-description.white {
    color: #ffffff;
}

.section-title.white span {
    background: var(--neon-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-title h2 {
    font-family: Nunito;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.5;
    color: #303030;
    margin-bottom: 15px;
}

.section-title .section-title-new {
    font-family: Nunito;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 15px;
    color: #303030;
    background: none;
    background-clip: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    display: block;
}

.section-title .section-title-new.white {
    font-family: Nunito;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 15px;
    color: #ffffff;
    background: none;
    background-clip: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    display: block;
}


.section-title p {
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
    color: #303030;
}

.section-title span {
    background: var(--normal-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* section Title end */

/* section label start */
.label {
    display: flex;
    align-items: center;
    padding: 6px 8px;
    border: 1.5px solid #AAAAAA;
    width: fit-content;
    border-radius: 20px;
    margin-bottom: 15px !important;
}

.label span {
    color: #303030;
    font-size: 14px;
    font-weight: 400;
    line-height: 15.6px;
}

.label .circle {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--normal-gradient);
    margin-right: 8px;
}

.label.white {
    border: 1px solid #ffffff;
}

.label.white span {
    color: #fff;
}

.label.white .circle {
    background: #fff;
}

/* section label end */

/* keywords border box css start*/
.keywords-border-box {
    padding: 10px 15px;
    border: 1px solid #AAAAAA;
    border-radius: 30px;
}

.keywords-list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 15px;
    margin-bottom: 25px;
}

.keywords-list.white .keywords-border-box {
    color: #FFFFFF;
    background: linear-gradient(112.88deg, rgba(255, 255, 255, 0.125) 29.68%, rgba(255, 255, 255, 0.025) 100%);
    border: 0;
}

/* keywords border box css end*/

/* common button css start*/
.section-button {
    background: var(--button-gradient);
    /* Gradient background */
    color: #FFFFFF;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 18px;
    display: block;
    font-weight: 600;
    line-height: 23.4px;
    width: fit-content;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.section-button:hover::before {
    animation: shine 1.5s ease-out;
}

.section-button::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(120deg, rgba(0, 0, 0, 0) 30%, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0) 70%);
    top: 0;
    left: -100px;
    opacity: 1;
}

.section-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
    margin-bottom: 25px;
}

/* common button css end*/

/* hero title start */
.hero-title h1 {
    font-family: Nunito;
    font-size: 40px;
    font-weight: 700;
    line-height: 54.56px;
    margin-bottom: 25px;
}

.hero-title.white h1 {
    font-family: Nunito;
    font-size: 40px;
    font-weight: 700;
    line-height: 54.56px;
    margin-bottom: 25px;
    color: #ffffff;
}

.hero-title span {
    background: var(--neon-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-title p {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 25px;
}

.hero-title.white p {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 25px;
    color: #ffffff;
}

.hero-button {
    background: var(--button-gradient);
    padding: 5px 7px 5px 10px;
    border-radius: 25px;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: start;
    column-gap: 8px;
}

.hero-button-text p {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
}

.hero-button-icon {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-button:hover .hero-button-icon {
    background-color: #ffffff;
}

.hero-button:hover .hero-button-icon path {
    fill: var(--primary-color);
}

.hero-button:hover .hero-button-icon svg {
    transform: rotate(-35deg);
    transition: transform 0.3s ease;
}

.hero-button .hero-button-icon svg {
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}

/* hero title end */
/* feature list css start */
.feature-list {
    box-shadow: 0px 5px 10px 4px rgba(52, 52, 52, 0.05);
    background-color: #ffffff;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.feature-list:hover {
    background: var(--normal-gradient);
}

.feature-list:hover .feature-title {
    color: #FFFFFF;
}

.feature-list:hover .feature-description {
    color: #FFFFFF;
}

.feature-box .feature-list:hover .feature-title,
.feature-box .feature-list:hover .feature-description,
.feature-box .feature-list:hover .feature-icon {
    color: white;
}

.feature-title {
    margin-bottom: 15px;
    font-family: Nunito;
    font-size: 22px;
    font-weight: 700;
    line-height: 30.01px;
    color: var(--primary-color);
}

.feature-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
}

.feature-icon {
    font-size: 20px;
    color: var(--primary-color);
}

/* .feature-box .feature-list:hover .feature-title {
    font-style: italic;
} */

.feature-list.white {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    border: 2px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1), inset 0px 0px 24px 0px rgba(255, 255, 255, 0.12);
    border-radius: 25px;
}

.feature-list.white:hover {
    border: 2px solid rgba(255, 255, 255, 0.8);
}

.feature-list.white .feature-title,
.feature-list.white .feature-description,
.feature-list.white .feature-icon {
    color: white;
}

.normal-feature-box {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 20px 20px;
    border-radius: 20px;
}

.normal-feature-title {
    margin-bottom: 15px;
    margin-top: 10px;
    font-family: Nunito;
    font-size: 22px;
    font-weight: 700;
    line-height: 30.01px;
}

.normal-feature-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
}

/* feature list css end */
/* hit-the-market css start */
#hit-the-market {
    background: #0C0700;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    padding-top: 0;
    margin-top: 100px;
}

/* hit-the-market css end */


/* why choose us section start  */

#why-choose-us-section {
    background: #0D0805;
    padding-bottom: 20px;
}

.why-choose-us-content li {
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
    color: #ffffff;
    margin-bottom: 15px;
}

.why-choose-us-content li::marker {
    color: #ffffff;
    font-size: 25px;
}

/* why choose us section end  */


/* development process section start */
.development-process-card {
    width: 100%;
    height: 400px;
    perspective: 1000px;
    border-radius: 30px;
}

.development-process-card.long .development-process-card-back,
.development-process-card.long {
    height: 500px;
}

.development-process-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.development-process-card:hover .development-process-card-inner,
.development-process-card:focus .development-process-card-inner {
    transform: rotateY(180deg);
}

.development-process-card-front,
.development-process-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    backface-visibility: hidden;
    border-radius: 30px;
}

.development-process-card-front {
    background: #FFAA011A;
}

.development-process-card-back {
    transform: rotateY(180deg);
    border-radius: 30px;
    border-top: 1px solid #DA8205;
    border-right: 3px solid #DA8205;
    border-bottom: 3px solid #DA8205;
    border-left: 1px solid #DA8205;
    background: rgba(255, 170, 1, 0.05);
    border-radius: 30px;
    width: 100%;
    height: 400px;
    perspective: 1000px;
    padding: 0 20px;
    margin: auto;
    position: absolute;
}

.development-process-card-content {
    padding: 20px;
    z-index: 5;
}

.development-process-card h4 {
    font-family: Nunito;
    font-size: 26px;
    font-weight: 700;
    line-height: 35.46px;
    background: var(--food-delivery-text-color, linear-gradient(90deg, #EBA205 51.24%, #DA8105 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.development-process-card p {
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
    margin-top: 20px;
}

.development-process-card img {
    margin-top: 20px;
}

/* development process section end */

/* feature list css start */
.feature-list {
    box-shadow: 0px 5px 10px 4px rgba(52, 52, 52, 0.05);
    background-color: #ffffff;
    padding: 20px;
    border-radius: 20px;
}

.feature-list:hover {
    background: var(--button-gradient);
}

.feature-list.shadow {
    border-radius: 30px;
    border: 1px solid rgba(48, 48, 48, 0.10);
    background: #FFF;
    box-shadow: 0px 3px 20px 0px rgba(48, 48, 48, 0.05) !important;
}

.feature-box .feature-list:hover .feature-title,
.feature-box .feature-list:hover .feature-description,
.feature-box .feature-list:hover .feature-icon {
    color: white;
}

.feature-box .feature-list:hover .feature-title {
    font-style: italic;
}

.feature-title {
    margin-bottom: 15px;
    font-family: Nunito;
    font-size: 22px;
    font-weight: 700;
    line-height: 30.01px;
    color: var(--primary-color);
}

.feature-list.shadow:hover {
    border: 1px solid rgba(255, 170, 1, 0.30);
    background: #FFF;
    box-shadow: 0px 5px 10px 0px rgba(255, 170, 1, 0.10);
}

.feature-list.shadow:hover .feature-title {
    color: var(--primary-color);
}

.feature-list.shadow:hover .feature-description,
.feature-list.shadow:hover .feature-icon {
    color: #303030;
}

.feature-list.shadow .feature-title {
    color: #303030;
}

.feature-list.shadow .feature-title span {
    margin-left: 10px;
}

.feature-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
}

.feature-icon {
    font-size: 20px;
    color: var(--primary-color);
}

.feature-list.white {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    border: 2px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1), inset 0px 0px 24px 0px rgba(255, 255, 255, 0.12);
    border-radius: 25px;
}

.feature-list.white:hover {
    border: 2px solid rgba(255, 255, 255, 0.8)
}

.feature-list.white .feature-title,
.feature-list.white .feature-description,
.feature-list.white .feature-icon {
    color: white;
}

.normal-feature-box {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 20px 20px;
    border-radius: 20px;
}

.normal-feature-title {
    margin-bottom: 15px;
    margin-top: 10px;
    font-family: Nunito;
    font-size: 22px;
    font-weight: 700;
    line-height: 30.01px;
}

.normal-feature-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
}

/* feature list css end */

/* convert-app-to-other-app-row css start */
.convert-app-to-other-app-row {
    display: flex;
    column-gap: 20px;
}

.convert-app-to-other-app-row .convert-app-to-other-app-box {
    flex: 1;
    background-position: center center;
    transition: transform 0.3s ease, flex-grow 0.3s ease;
    height: 225px;
    border-radius: 20px;
    position: relative;
}

.convert-app-to-other-app-row div:hover {
    flex: 1.2;
}

.convert-app-to-other-app-text-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 50%;
    height: 100%;
    padding: 15px;
    position: absolute;
    top: 0;
    left: 0;
}

.convert-app-to-other-app-text-box p {
    font-family: Nunito;
    font-size: 22px;
    font-weight: 700;
    line-height: 30.01px;
    color: #ffffff;
}

.convert-app-to-other-app-img {
    min-height: 225px;
    border-radius: 20px;
    object-fit: cover;
}

.convert-app-to-other-app-icon {
    display: none;
    width: 20px;
    height: 20px;
}

.convert-app-to-other-app-icon path {
    fill: #ffffff;
}

.convert-app-to-other-app-row .convert-app-to-other-app-box:hover .convert-app-to-other-app-icon {
    display: block;
    transition: all 0.3s ease-in-out;
}

.convert-app-to-other-app-row .convert-app-to-other-app-box:hover .convert-app-to-other-app-text-box {
    width: 100%;
}

/* convert-app-to-other-app-row css end */


/* faq section start */
#subscribe input:focus,
.all-faqs .all-faqs .accordion-button:focus {
    box-shadow: none
}

.all-faqs .faq-icon {
    margin-bottom: -10px;
    margin-left: auto
}

.all-faqs .accordion-button.collapsed .faq-icon-close,
.all-faqs .accordion-button::after,
.all-faqs .accordion-button::before,
.all-faqs .faq-icon-open {
    display: none
}

.all-faqs .accordion-button.collapsed .faq-icon-open {
    display: inline
}

.all-faqs .accordion-button {
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding: 10px 0 15px;
    color: #303030;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5
}

.all-faqs .accordion-button:not(.collapsed) {
    background-color: transparent;
    border: none;
    box-shadow: none
}

.all-faqs .accordion-body {
    border: none;
    box-shadow: none;
    padding: 0 0 15px;
    color: #303030;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5
}

.all-faqs .accordion-item {
    border: none;
    border-bottom: 1px solid #d9d9d9;
    margin-top: 10px
}

.all-faqs .accordion-item:last-child {
    border-bottom: 0
}

/* faq section end */

/* what-our-client-say css start*/

#what-our-client-say {
    background: var(--light-yellow-gradient);
    padding: 30px 0
}

.what-our-client-say-readmore {
    width: fit-content;
    margin: 20px auto auto
}

.youtube-icon {
    background: var(--normal-gradient);
    width: fit-content;
    padding: 12px 10px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin-top: -25px;
    display: flex;
    align-items: center;
    justify-content: center
}

.client-review-card {
    margin-top: 50px;
    border: 0;
    border-radius: 15px
}

.client-review-card .card-title {
    font-family: Nunito;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    text-align: center
}

.client-review-card .card-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;

}

.client-review-image {
    padding: 20px 20px 0;
    margin-top: -100px
}

.client-review-image img {
    border-radius: 15px;
    border: 1px solid #fff
}

/* what-our-client-say css end*/

@media only screen and (max-width: 1600px) {
    #hit-the-market .label {
        margin-top: 30px !important;
    }

    #hit-the-market .row {
        align-items: start !important;
    }
}

@media only screen and (max-width: 1500px) {
    .hero-title.white h1 {
        font-size: 30px;
        line-height: 1.5;
    }

    .hero-title p {
        font-size: 18px;
        line-height: 26px;
    }

    .hero-button-text p {
        color: #fff;
        font-size: 18px;
        font-weight: 600;
    }

    .section-title h2 {
        font-size: 30px;
        line-height: 1.5;
    }

    .section-title .section-title-new {
        font-size: 30px;
        line-height: 1.5;
    }

    .section-title .section-title-new.white {
        font-size: 30px;
        line-height: 1.5;
    }
}

@media only screen and (max-width: 1200px) {

    .custom-container-left {
        padding-left: 0;
    }

    .custom-container-right {
        padding-right: 0;
    }

    #hit-the-market {
        padding-top: 0px;
    }

    #hit-the-market {
        padding-top: 0px;
    }

    .hero-button {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 992px) {
    #hero-section {
        padding-top: 100px;
    }
}

@media only screen and (max-width: 768px) {
    .all-faqs .accordion-button {
        padding: 5px 5px 10px 5px;
        font-size: 16px;
    }

    .all-faqs .accordion-body {
        padding: 5px 5px 10px 5px;
        font-size: 14px;
    }

    #accordionExample {
        border-bottom: 1px solid #d9d9d9;
    }

    .section-button-white {
        border-radius: 20px;
        padding: 5px 10px;
        font-size: 16px;
        margin-top: 10px;
    }

    .convert-app-to-other-app-row {
        flex-direction: column;
        align-items: center;
        row-gap: 15px;
    }

    .development-process-card h4 {
        font-size: 20px;
        line-height: 1.5;
    }

    .development-process-card p {
        font-size: 16px;
        line-height: 1.5;
        margin-top: 10px;
    }

    .custom-container-left,
    .custom-container-right {
        padding: 0 20px;
    }

    #hit-the-market {
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
        padding-top: 0;
    }

    section {
        padding-top: 50px;
    }

    .section-title h2 {
        font-size: 22px;
    }

    .section-title .section-title-new {
        font-size: 22px;
    }

    .section-title .section-title-new.white {
        font-size: 22px;
    }

    .section-title p {
        font-size: 14px;
        line-height: 1.5;
    }

    .hero-title.white h1,
    .hero-title h1 {
        font-size: 25px;
        line-height: 1.5;
        margin-bottom: 10px;
    }

    .hero-title.white p,
    .hero-title p {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 20px;
    }

    .hero-button-text p {
        font-size: 18px;
    }

    .hero-button {
        padding: 4px 5px 4px 8px;
        column-gap: 5px;
    }

    .tabs-section .nav-tabs {
        justify-content: start !important;
    }
}

@media only screen and (max-width:600px) {
    .convert-app-to-other-app-row {
        row-gap: 20px;
        flex-direction: column;
        align-items: center;
    }

    .cta-3-image {
        margin: 0;
    }
}