:root {
    --page-secondary-bg: #081925;
    --text-dark-grey: #12171E;
    --page-text-color: #132735;
    --border-color: #C8D8E3;
    --page-primary-bg: linear-gradient(180deg, #FFE4E8 0%, #FFBDE1 100%);
    --radius-20 : 20px;
    --text-theme: #07191C;
}

.page-text-color {
    color: var(--page-text-color);
}

.page-secondary-bg {
    background-color: var(--page-secondary-bg);
}

.page-primary-bg {
    background: var(--page-primary-bg);
}

.text-dark-grey {
    color: var(--text-dark-grey);
}

.text-theme {
    color: var(--text-theme);
}

.button {
    border-radius: unset !important;
    font-family: 'Gilroy' !important;
    padding: 12px 16px !important;
}

.border-color {
    background: var(--border-color);
}

.site-link {
    color: #000 !important;
    text-decoration: underline !important;
}

.hero-section {
    padding: 80px 0;
    background-image: url(../images/dating-new-images/banner-bg.webp);
    position: relative;
}

.seprator {
    border: 1px solid #C8D8E3;
}

.icon-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.icon-list li {
    border: 1px solid var(--border-color);
    border-radius: 50px;
    padding: 12px 15px;
    font-size: 18px;
    display: flex;
    align-items: center;
    text-align: left;
    gap: 8px;
    font-weight: 600;
}

.counter-sec {
    padding: 70px 130px;
    border: 1px solid var(--page-secondary-bg);
    border-radius: var(--radius-20);
}

.counter-theme {
    padding: 40px 26px;
    border: 1px solid var(--border-color);
    width: 100%;
    border-radius: var(--radius-20);
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.counter-head {
    padding: 10px 30px 10px 10px;
}

.counter-head p {
    font-size: 18px;
    line-height: 24px;
}

.cat-theme {
    background: var(--page-secondary-bg);
    padding: 80px 120px;
    border-radius: var(--radius-20);
    color: white;
}


/* Acheivement Card */

.achivement-card {
    background: linear-gradient(180deg, #153145 0%, #112737 100%);
    padding: 40px 60px;
    border-radius: var(--radius-20);
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    gap: 20px;
    width: 100%;
}

.achivement-img {
    width: 100%;
    max-width: 290px;
}

.heart-icon {
    position: absolute;
    inset: -40px auto auto -60px;
    width: 100%;
    max-width: 120px;
}


/*  App Module */

.app-block {
    background: linear-gradient(180deg, #F6EEDA 0%, #F0DEAE 100%);
    width: 100%;
    background-size: cover;
    height: 100%;
    padding: 80px 50px 0;
    position: relative;
    border-radius: var(--radius-20);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.app-block.block-2 {
    background: linear-gradient(180deg, #FFEDDC 0%, #FFC5D2 100%);
}

.app-block.block-3 {
    background: linear-gradient(180deg, #FFE4E8 0%, #FFBDE1 100%);
}

.app-block.block-4 {
    background: url(../images/dating-new-images/lesgo-bg.webp);
    background-position: center;
    background-size: cover;
}

.app-block::after {
    content: '';
    background: url(../images/dating-new-images/module-texture.webp);
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    mix-blend-mode: luminosity;
    opacity: .4;
}

.app-brief {
    display: flex;
    gap: 90px;
    margin: 0 0 120px;
}

.app-icon {
    width: 120px;
    min-width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--page-secondary-bg);
    border-radius: 8px;
    padding: 13px;
}

.app-icon img {
    width: 100%;
    max-width: 80px;
    height: 70px;
    object-fit: contain;
}

.app-module {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    justify-content: space-between;
}

.app-sep {
    display: block;
    width: 100%;
    max-width: 144px;
    border: 1px solid var(--page-secondary-bg);
    margin: 40px 0;
}

.app-image {
    width: 100%;
    max-width: 310px;
}

.app-block .button-primary {
    background: var(--secondary-color-600) !important;
    padding: 12px 16px !important;
}

/* Service Card */

.service-theme-card {
    padding: 10px 0;
}

.service-theme-img {
    width: 130px;
    height: 130px;
    min-width: 130px;
    position: relative;
}

.service-theme-img::before {
    content: '';
    position: absolute;
    width: 90px;
    height: 4px;
    inset: auto 0 -5px 0;
    margin: auto;
    background: #000000;
    filter: blur(18px);
    z-index: -1;
}


/* Cta */

.cat-theme.cta-spacer {
    padding: 48px 50px 48px 110px;
}

.cta-sep {
    width: 100%;
    display: block;
    border: 1px solid #ffffffb8;
    margin: 35px 0;
}

.theme-cta-sec .cat-theme {
    padding: 48px 100px 0 110px;
    color: var(--page-secondary-bg);
    background: linear-gradient(180deg, #ffe4e88c 0%, #ffbde160 100%);
    position: relative;
}

.theme-cta-sec .cat-theme::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url(../images/dating-new-images/cta-bg.webp);
    background-size: cover;
    background-color: unset;
    width: 100%;
    opacity: 0.5;
}



/* Clone App */

.clone-app-wrapper {
    display: flex;
    align-items: center;
    padding: 30px 30px;
    border: 1px solid var(--border-color);
    border-radius: 30px;
    gap: 30px;
    transition: all 0.3s;
}

.clone-app-content a h4,
.clone-app-content a {
    transition: all 0.3s;
}

.clone-img {
    width: 350px;
    min-width: 350px;
    height: 350px;
    display: flex;
    align-items: end;
    justify-content: center;
    position: relative;
    background-color: var(--page-secondary-bg);
    border-radius: var(--radius-20);
}

.clone-img img {
    width: 100%;
    max-width: 200px;
}

.clone-app-icon {
    width: 100%;
    max-width: 180px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.clone-app-icon img {
    object-fit: contain;
}

.clone-img .circle-btn {
    position: absolute;
    inset: 24px 24px auto auto;
    max-width: 36px;
    height: 36px;
    transform: rotate(-45deg);
}

.clone-app-wrapper:hover .circle-btn {
    background-color: #fff;
    transform: rotate(0deg);
    transition: all 0.2s;
    animation: pulso-hover-white 2s infinite;
}

.clone-app-wrapper:hover .circle-btn svg path {
    fill: var(--page-secondary-bg);
}

@keyframes pulso-hover-white {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
        box-shadow: 0 0 0 0 rgba(250, 250, 251, 0.8);
    }

    70% {
        -moz-box-shadow: 0 0 0 20px rgba(254, 252, 252, 0);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}


/* Invest Wrapper */

.pageTheme .choose-wrapper {
    background-color: var(--page-secondary-bg);
    padding: 40px 0 0;
}

.pageTheme .invest-wrapper {
    background-image: url('../images/dating-new-images/invest-bg.webp');
    background-size: cover;
    width: 100%;
}

.pageTheme .invest-content .invest-sep {
    border-top: 1px solid #BEDBE0;
    max-width: 100%;
}

.pageTheme .choose-wrapper .invest-icon img,
.invest-wrapper .invest-icon img {
    width: 100%;
    max-width: 50px;
}

.theme-choose-wrapper {
    background-color: var(--page-secondary-bg);
    color: #fff;
}

.theme-choose-wrapper .invest-icon-wrapper {
    padding: 45px 35px;
    background: #0C2232;
    border: 1px solid #0C2232;
    transition: all 0.3s;
}

.theme-choose-wrapper .invest-icon img {
    max-width: 40px;
}

.theme-choose-wrapper .invest-icon-wrapper:hover {
    background: #071621;
}

.theme-choose-wrapper .invest-icon-wrapper:hover .invest-icon {
    background: #0C2232;
}

.border-y {
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}


/* Accordion */

.custom-accordion-wrapper .accordion-box {
    padding: 32px 0;
    border: none !important;
    border-radius: unset !important;
    display: flex;
    width: 100%;
    gap: 50px;
    align-items: baseline;
}

.custom-accordion-wrapper .accordion-button {
    font-weight: 700 !important;
}

.custom-accordion-wrapper .accordion-button::after {
    display: block;
}

.accordion-button:not(.collapsed)::after {
    filter: grayscale(1);
}

.accor-step {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    color: #1F495A;
    background: #DFF2FF;
    white-space: nowrap;
}

.acc-heading {
    width: 100%;
}

/* Industries */


.industry-app-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.industry-img {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 60px;
    border: 1px solid #A0B9CA;
    transition: all .3s ease;
    height: 120px;
}

.industry-img:hover {
    transform: translateY(-5px);
    box-shadow: 0px 5px 10px -7px rgba(0, 0, 0, 0.3);
}

/* Tabs Wrapper */

.tab-wrapper {
    background: #F4F8FA;
    margin: 0 0 0 auto;
    border-radius: 20px;
    max-width: 450px;
}

.tab-wrapper .tab-content {
    border: 1px solid var(--page-secondary-bg);
    padding: 80px 120px;
    border-radius: var(--radius-20);
}

.tab-wrapper .nav-link {
    padding: 14px 20px;
    border-radius: 10px;
    color: #4E6875;
    font-weight: 400;
}

.tabs__content__img {
    padding: 20px 20px;
    color: var(--page-secondary-bg);
    background: linear-gradient(180deg, #ffe4e88c 0%, #ffbde160 100%);
    position: relative;
    display: flex;
    border-radius: var(--radius-20);
}

.tabs__content__img::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url(../images/dating-new-images/cta-bg.webp);
    background-size: cover;
    background-color: unset;
    width: 100%;
    opacity: 0.5;
}

.tabs__content__img img {
    width: 100%;
    max-width: 250px;
    margin: auto;
    z-index: 1;
    position: relative;
}

.clone-app-blk h4 {
    color: #000000;
    animation: color-change 2s infinite alternate;
}

@keyframes color-change {
    0% {
        color: #000000;
    }

    50% {
        color: var(--primary-color-600)
    }

    100% {
        color: #000000;
    }
}

.clone-app-blk h4 {
    color: #000000;
}

.clone-app-blk h4:hover {
    color: var(--primary-color-600) !important;
}

/* New Addon */

.verticalslide_fluid {
    background-color: #F8F7F6;
}

.service-fluid {
    background-image: url(../images/dating-new-images/gay-intro.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.service-icon-wrapper {
    padding: 30px;
    background-color: var(--white-color);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid transparent;
    transition: ease-in 0.2s;
}

.service-icon-wrapper:hover {
    transition: ease-in 0.2s;
    border-color: #eb419447;
}

.link-block {
    color: var(--page-text-color);
    transition: all 0.3s;
}

.link-block:hover {
    color: var(--primary-color-600);
    text-decoration: underline !important;
}

.tab-content {
    padding: 70px 90px;
    border: 1px solid #081925;
    border-radius: 20px;
}

main .accordion-flush .accordion-item .accordion-button.collapsed {
    padding: 38px 0;
    transition: all 0.3s;
    font-size: 26px;
}

/* Responsive */


@media only screen and (max-width: 1599px) {

    .counter-sec {
        padding: 40px 40px;
    }

    .cat-theme {
        padding: 70px 40px;
    }

    .heart-icon {
        inset: -40px auto auto -60px;
        max-width: 120px;
    }

    .clone-img img {
        width: 100%;
        max-width: 120px;
    }

    .app-block {
        padding: 30px 30px 0;
    }

    .app-brief {
        gap: 30px;
        margin: 0 0 40px;
    }

    .app-image {
        width: 100%;
        max-width: 230px;
    }

    .service-theme-img {
        width: 90px;
        height: 90px;
        min-width: 90px;
    }

    .cat-theme.cta-spacer {
        padding: 45px 45px;
    }

    .clone-app-wrapper {
        padding: 20px 20px;
        gap: 20px;
    }

    .clone-img {
        width: 210px;
        min-width: 210px;
        height: 210px;
    }

    .clone-img .circle-btn {
        inset: 15px 15px auto auto;
        max-width: 32px;
        height: 32px;
    }

    .tab-wrapper .tab-content {
        padding: 40px 40px;
    }

    .theme-cta-sec .cat-theme {
        padding: 48px 60px;
    }

    .industry-img {
        padding: 15px 30px;
    }
}

@media only screen and (max-width: 1200px) {

    .tab-content {
        padding: 50px 30px;
    }

    .icon-list li {
        padding: 12px 12px;
        font-size: 15px;
    }
}

@media only screen and (max-width: 992px) {

    .tab-content {
        padding: 40px 20px;
    }
}

@media only screen and (max-width: 767px) {

    .counter-head {
        padding: 0;
    }

    .theme-choose-wrapper .invest-icon-wrapper {
        padding: 20px 20px;
    }

    .counter-head h2 {
        margin-bottom: 30px !important;
    }

    .hero-section {
        padding: 70px 0 0;
    }

    .icon-list {
        gap: 10px;
        grid-template-columns: 1fr;
    }

    .icon-list li {
        padding: 12px 6px;
        font-size: 16px;
    }

    .counter-sec,
    .cat-theme,
    .theme-cta-sec .cat-them {
        padding: 40px 20px;
    }

    .heart-icon {
        inset: -10px auto auto 0px;
        max-width: 80px;
    }

    .industry-app-grid {
        grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
        gap: 20px;
    }

    .app-image {
        max-width: 220px;
    }

    .clone-img {
        width: 100%;
        min-width: 100%;
        height: 300px;
    }

    .clone-img img {
        width: 100%;
        max-width: 180px;
    }

    .clone-app-wrapper {
        padding: 20px 20px;
        gap: 20px;
        flex-direction: column;
    }

    .custom-accordion-wrapper .accordion-box {
        gap: 20px;
    }

    .counter-theme {
        padding: 20px 20px;
        gap: 30px;
    }

    .count-title p {
        font-size: 16px !important;
    }

    .cat-theme.cta-spacer {
        padding: 25px 25px;
    }

    .service-icon-wrapper {
        padding: 20px 20px;
    }

    .icon-list li {
        padding: 12px 12px;
        font-size: 14px;
    }

    .tab-wrapper {
        max-width: 100%;
        margin: 20px 0 0;
    }

    .invest-icon {
        max-width: 70px;
        height: 70px;
        min-width: 70px;
        padding: 18px !important;
    }

    .theme-choose-wrapper .invest-icon img {
        max-width: 100%;
        height: 100%;
    }
}

@media only screen and (max-width: 500px) {

    .icon-list li {
        padding: 12px 6px;
    }

    .achivement-card,
    .app-block {
        padding: 20px 20px;
    }

    .app-brief,
    .app-module {
        flex-direction: column;
    }

    .theme-choose-wrapper .invest-icon-wrapper {
        padding: 20px 20px;
    }
    
    .app-content {
        width: 100%;
    }

    .app-image {
        max-width: 100%;
    }

    .counter-sec,
    .cat-theme,
    .cat-theme.cta-spacer,
    .theme-cta-sec .cat-theme {
        padding: 30px 20px;
    }

    .app-sep {
        max-width: 100%;
        margin: 20px 0;
    }

}