@import"bootstrap.min.css";
@import"plugins/fontawesome.min.css";
@import"plugins/fancybox.css";
@import"plugins/swiper.min.css";
@import"plugins/splitting.min.css";
@import"plugins/jquery-ui-min.css";
@import"plugins/odometer-min.css";
@import"plugins/select2.min.css";
@import"plugins/animate.css";
@import"https://cdn.jsdelivr.net/npm/phosphor-icons@1.4.2/src/css/icons.min.css";
@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&amp;display=swap";

:root {
    --body-font: "IBM Plex Sans", sans-serif;
    --transition: all 0.5s ease-in-out;
    --p1: 28, 162, 252;
    --p2: 20, 113, 176;
    --s1: 255, 148, 61;
    --s2: 64, 178, 91;
    --s3: 135, 91, 247;
    --n1: 255, 255, 255;
    --n2: 250, 250, 251;
    --n3: 245, 246, 247;
    --n4: 235, 236, 239;
    --n5: 223, 224, 228;
    --n6: 193, 196, 204;
    --n7: 178, 182, 191;
    --n8: 166, 170, 181;
    --n9: 151, 156, 168;
    --n10: 136, 142, 156;
    --n11: 121, 128, 144;
    --n12: 106, 114, 131;
    --n13: 91, 100, 119;
    --n14: 79, 88, 109;
    --n15: 64, 74, 96;
    --n16: 52, 62, 86;
    --n17: 34, 46, 72;
    --n18: 19, 32, 59;
    --n19: 7, 20, 49;
    --f1: 232, 246, 255;
    --f2: 162, 217, 254;
    --f3: 123, 201, 253;
    --f4: 67, 178, 253;
    --f5: 20, 113, 176;
    --f6: 17, 99, 154;
    --f7: 255, 244, 236;
    --f8: 255, 211, 175;
    --f9: 255, 193, 142;
    --f10: 255, 166, 94;
    --f11: 179, 104, 43;
    --f12: 156, 90, 37;
    --f13: 215, 5, 79;
    --box-shadow-p1: 0px 6px 30px 0px rgba(0, 0, 0, 0.16);
    --box-shadow-p2: 0px 6px 30px 0px rgba(0, 0, 0, 0.08);
    --p1-hex: #1CA2FC;
    --p2-hex: #1471B0;
    --s1-hex: #FF943D;
    --s2-hex: #40B25B;
    --s3-hex: #875BF7;
    --n1-hex: #FFFFFF;
    --n2-hex: #FAFAFB;
    --n3-hex: #F5F6F7;
    --n4-hex: #EBECEF;
    --n5-hex: #DFE0E4;
    --n6-hex: #C1C4CC;
    --n7-hex: #B2B6BF;
    --n8-hex: #A6AAB5;
    --n9-hex: #979CA8;
    --n10-hex: #888E9C;
    --n11-hex: #798090;
    --n12-hex: #6A7283;
    --n13-hex: #5B6477;
    --n14-hex: #4F586D;
    --n15-hex: #404A60;
    --n16-hex: #343E56;
    --n17-hex: #222E48;
    --n18-hex: #13203B;
    --n19-hex: #071431;
    --f1-hex: #E8F6FF;
    --f2-hex: #A2D9FE;
    --f3-hex: #7BC9FD;
    --f4-hex: #43B2FD;
    --f5-hex: #1471B0;
    --f6-hex: #11639A;
    --f7-hex: #FFF4EC;
    --f8-hex: #FFD3AF;
    --f9-hex: #FFC18E;
    --f10-hex: #FFA65E;
    --f11-hex: #B3682B;
    --f12-hex: #9C5A25;
    --f13-hex: #D7054F
}

.display-one {
    font-size: 120px
}

.display-two {
    font-size: 80px
}

.display-three {
    font-size: 64px
}

.display-four {
    font-size: 56px
}

.display-five {
    font-size: 48px
}

.display-six {
    font-size: 32px
}

.fs-one,
h1 {
    font-size: 48px
}

.fs-two,
h2 {
    font-size: 40px
}

.fs-three,
h3 {
    font-size: 32px
}

.fs-four,
h4 {
    font-size: 24px
}

.fs-five,
h5 {
    font-size: 20px;
    line-height: 130%
}

.fs-six,
h6 {
    font-size: 18px;
    line-height: 130%
}

.fs-seven {
    font-size: 16px;
    line-height: 130%
}

.fs-eight {
    font-size: 14px;
    line-height: 130%
}

.fs-nine {
    font-size: 12px;
    line-height: 130%
}

table thead tr th {
    font-size: 18px;
    line-height: 130%
}

a,
p,
button,
span,
label,
li {
    font-size: 16px;
    line-height: 130%
}

@media(max-width: 1199px) {
    h1 {
        font-size: 57px;
        line-height: 74.1px
    }

    h2 {
        font-size: 43px;
        line-height: 55.9px
    }

    .preloader {
        background-size: 30%
    }

    .display-ex-one {
        font-size: 140px
    }
}

.pt-120 {
    padding-top: 120px
}

.pb-120 {
    padding-bottom: 120px
}

@media(max-width: 991px) {
    .display-one {
        font-size: 72px;
        line-height: 86.4px
    }

    .display-two {
        font-size: 64px;
        line-height: 76.8px
    }

    .display-three {
        font-size: 56px;
        line-height: 67.2px
    }

    .display-four {
        font-size: 48px;
        line-height: 46.4px
    }

    .display-five {
        font-size: 42px;
        line-height: 54.6px
    }

    .display-six {
        font-size: 32px;
        line-height: 38.4px
    }

    .display-ex-one {
        font-size: 120px
    }

    .fs-one,
    h1 {
        font-size: 40px;
        line-height: 48px
    }

    .fs-two,
    h2 {
        font-size: 32px;
        line-height: 38.4px
    }

    .fs-three,
    h3 {
        font-size: 24px;
        line-height: 31.2px
    }

    .fs-four,
    h4 {
        font-size: 20px;
        line-height: 26px
    }

    .fs-five,
    h5 {
        font-size: 18px;
        line-height: 20.8px
    }

    .fs-six,
    h6 {
        font-size: 16px;
        line-height: 18.8px
    }

    .fs-seven {
        font-size: 14px;
        line-height: 18.8px
    }

    .fs-eight {
        font-size: 12px;
        line-height: 18px
    }

    table thead tr th {
        font-size: 15px;
        line-height: 20.8px
    }

    a,
    p,
    span,
    button,
    label,
    li {
        font-size: 14px;
        line-height: 22px
    }

    .pt-120 {
        padding-top: 60px
    }

    .pb-120 {
        padding-bottom: 60px
    }

    .banner-section .overlay .sec-img {
        display: none
    }
}

@media(max-width: 575px) {
    .display-one {
        font-size: 56px;
        line-height: 67.2px
    }

    .display-two {
        font-size: 48px;
        line-height: 46.4px
    }

    .display-three {
        font-size: 42px;
        line-height: 54.6px
    }

    .display-four {
        font-size: 32px;
        line-height: 38.4px
    }

    .display-five {
        font-size: 24px;
        line-height: 31.2px
    }

    .display-six {
        font-size: 32px;
        line-height: 38.4px
    }

    .display-ex-one {
        font-size: 70px
    }

    .pt-120 {
        padding-top: 50px
    }

    .pb-120 {
        padding-bottom: 50px
    }
}

body {
    font-family: var(--body-font);
    background-color: #ffffff;
    color: rgba(var(--n15, 1));
    padding: 0;
    margin: 0;
    font-weight: 400;
    overflow-x: hidden;
    position: relative
}

section,
footer {
    overflow: hidden
}

a,
p,
button,
span,
label,
li {
    margin: 0;
    font-family: var(--body-font);
    font-size: 17px;
    letter-spacing: 0.5px;
    line-height: 1.5;
}

.transition {
    transition: var(--transition)
}

a {
    text-decoration: none;
    outline: none;
    color: rgba(var(--n15), 1)
}

a:focus,
a:hover {
    text-decoration: none;
    outline: none;
    color: #007bff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-one,
.display-two,
.display-three,
.display-four,
.display-five,
.display-six,
.heading {
    font-family: var(--body-font);
    color: rgba(var(--n5), 1);
    font-weight: 600;
    padding: 0;
    margin: 0;
    line-height: 120%;
    display: block;
    transition: var(--transition)
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
.display-one span,
.display-two span,
.display-three span,
.display-four span,
.display-five span,
.display-six span,
.heading span {
    font-size: inherit;
    font-family: inherit;
    color: rgba(var(--s1), 1);
    line-height: inherit;
    font-weight: inherit
}

img {
    max-width: 100%;
    height: auto
}

span i {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    position: inherit;
    transition: inherit
}

ul,
ol {
    padding: 0;
    margin: 0;
    list-style: none
}

ul li,
ol li {
    font-size: inherit;
    font-weight: inherit
}

button {
    border: none;
    cursor: pointer;
    padding: 0;
    background-color: rgba(0, 0, 0, 0)
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

input[type=checkbox] {
    width: initial;
    height: initial
}

select {
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    outline: none
}

.max-auto {
    max-width: 100%
}

.max-un {
    max-width: unset
}

.d-rtl {
    direction: rtl
}

.collapsing {
    transition: var(--transition)
}

.alt-color * {
    color: rgba(var(--n1), 1)
}

.p1-color {
    color: rgba(var(--p1), 1)
}

.p2-color {
    color: rgba(var(--p2), 1)
}

.p2-2nd-color {
    color: rgba(var(--p2), 0.2)
}

.s1-color {
    color: #1CA2FC;
}

.appcity-s1-color {
    color: #1dbb58;
}

.appcty-s2-color {
    color: #ff943d;
}

.appcity-s2-bgcolor {
    background-color: #ff943d;
}

.s2-color {
    color: rgba(var(--s2), 1)
}

.s3-color {
    color: rgba(var(--s3), 1)
}

.n1-color {
    color: rgba(var(--n1), 1)
}

.n2-color {
    color: rgba(var(--n2), 1)
}

.n3-color {
    color: rgba(var(--n3), 1)
}

.n4-color {
    color: rgba(var(--n4), 1)
}

.n5-color {
    color: rgba(var(--n5), 1)
}

.n6-color {
    color: rgba(var(--n6), 1)
}

.n7-color {
    color: rgba(var(--n7), 1)
}

.n8-color {
    color: rgba(var(--n8), 1)
}

.n9-color {
    color: rgba(var(--n9), 1)
}

.n10-color {
    color: rgba(var(--n10), 1)
}

.n11-color {
    color: rgba(var(--n11), 1)
}

.n12-color {
    color: rgba(var(--n12), 1)
}

.n13-color {
    color: rgba(var(--n13), 1)
}

.n14-color {
    color: rgba(var(--n14), 1)
}

.n15-color {
    color: rgba(var(--n15), 1)
}

.n16-color {
    color: rgba(var(--n16), 1)
}

.n17-color {
    color: #333333;
}

.n18-color {
    color: rgba(var(--n18), 1)
}

.n19-appcity {
    color: #1dbb58;
}

.f1-color {
    color: rgba(var(--f1), 1)
}

.f2-color {
    color: rgba(var(--f2), 1)
}

.f3-color {
    color: rgba(var(--f3), 1)
}

.f4-color {
    color: rgba(var(--f4), 1)
}

.f5-color {
    color: #1CA2FC;
}

.f6-color {
    color: rgba(var(--f6), 1)
}

.f7-color {
    color: rgba(var(--f7), 1)
}

.f8-color {
    color: rgba(var(--f8), 1)
}

.f9-color {
    color: rgba(var(--f9), 1)
}

.f10-color {
    color: rgba(var(--f10), 1)
}

.f11-color {
    color: rgba(var(--f11), 1)
}

.f12-color {
    color: rgba(var(--f12), 1)
}

.f13-color {
    color: rgba(var(--f13), 1)
}

.p1-appcity-color {
    background-color: #fff;
}

.p1-bg-color {
    background-color: rgba(var(--p1), 1)
}

.p1-2nd-bg-color {
    background-color: rgba(var(--p1), 0.05)
}

.p2-bg-color {
    background-color: #fff;
}

.p2-2nd-bg-color {
    background-color: rgba(var(--p2), 0.05)
}

.s1-bg-color {
    background-color: rgba(var(--s1), 1)
}

.s2-bg-color {
    background-color: rgba(var(--s2), 1)
}

.s2-2nd-bg-color {
    background-color: rgba(var(--s2), 0.1)
}

.s2-3rd-bg-color {
    background-color: rgba(var(--s2), 0.3)
}

.s3-bg-color {
    background-color: rgba(var(--s3), 1)
}

.appcity-footerbgcolor {
    background-color: #1b1b1b;
}

.s1-2nd-bg-color {
    background-color: rgb(29 187 88);
}

.appcity-whatsapp-bg-color {
    background-color: rgb(37 211 102 / 15%)
}

.appcity-shogun-bg-color {
    background-color: rgb(94 60 232 / 15%)
}

.appcity-figma-bg-color {
    background-color: rgb(255 114 97 / 15%)
}

.appcity-weebly-bg-color {
    background-color: rgb(54 120 252 / 15%)
}

.appcity-super-bg-color {
    background-color: rgb(240 189 102 / 15%)
}

.appcity-makeswift-bg-color {
    background-color: rgb(235 59 167 / 15%)
}

.s1-3rd-bg-color {
    background-color: rgba(var(--s1), 0.2)
}

.s1-4th-bg-color {
    background-color: rgba(var(--s1), 0.05)
}

.appcity-bg-color1 {
    background-color: #1ca2fc;
}

.n1-bg-color {
    background-color: rgba(var(--n1), 1)
}

.appcity-n1-bg-color {
    background-color: #edf6ee;
}

.appcity-n2-bg-color {
    background-color: #bae3fed1;
}

.n1-2nd-bg-color {
    background-color: rgba(var(--n1), 0.9)
}

.n2-bg-color {
    background-color: rgba(var(--n2), 1)
}

.n3-bg-color {
    background-color: rgba(var(--n3), 1)
}

.n4-bg-color {
    background-color: rgba(var(--n4), 1)
}

.n5-bg-color {
    background-color: rgba(var(--n5), 1)
}

.n6-bg-color {
    background-color: rgba(var(--n6), 1)
}

.n7-bg-color {
    background-color: rgba(var(--n7), 1)
}

.n8-bg-color {
    background-color: rgba(var(--n8), 1)
}

.n9-bg-color {
    background-color: rgba(var(--n9), 1)
}

.n10-bg-color {
    background-color: rgba(var(--n10), 1)
}

.n11-bg-color {
    background-color: rgba(var(--n11), 1)
}

.n12-bg-color {
    background-color: rgba(var(--n12), 1)
}

.n13-bg-color {
    background-color: rgba(var(--n13), 1)
}

.n14-bg-color {
    background-color: rgba(var(--n14), 1)
}

.n15-bg-color {
    background-color: rgba(var(--n15), 1)
}

.n16-bg-color {
    background-color: rgba(var(--n16), 1)
}

.n17-bg-color {
    background-color: rgba(var(--n17), 1)
}

.n18-bg-color {
    background-color: rgba(var(--n18), 1)
}

.n19-bg-color {
    background-color: #00203f;
}

.f1-bg-color {
    background-color: rgba(var(--f1), 1)
}

.f2-bg-color {
    background-color: rgba(var(--f2), 1)
}

.f3-bg-color {
    background-color: rgba(var(--f3), 1)
}

.f4-bg-color {
    background-color: rgba(var(--f4), 1)
}

.f5-bg-color {
    background-color: rgba(var(--f5), 1)
}

.f6-bg-color {
    background-color: rgba(var(--f6), 1)
}

.f7-bg-color {
    background-color: #1ca2fc21;
}


.app-city-f7-bg-color {
    background-color: #edf6ee;
}

.f8-bg-color {
    background-color: rgba(var(--f8), 1)
}

.f9-bg-color {
    background-color: rgba(var(--f9), 1)
}

.f10-bg-color {
    background-color: rgba(var(--f10), 1)
}

.f11-bg-color {
    background-color: rgba(var(--f11), 1)
}

.f12-bg-color {
    background-color: rgba(var(--f12), 1)
}

.f13-bg-color {
    background-color: rgba(var(--f13), 1)
}

.f13-2nd-bg-color {
    background-color: rgba(var(--f13), 0.25)
}

.border-color {
    border: 1px solid rgb(var(--n5))
}

.fw-mid {
    font-weight: 500
}

.max-ch {
    max-width: 60ch
}

.file-upload {
    border-radius: 48px;
    border: 1px solid rgba(var(--p1), 1)
}

.file-upload input {
    display: none
}

.file-upload .file {
    cursor: pointer;
    position: relative
}

.file-upload .file .file-custom {
    border-radius: 20px
}

.file-upload .add-file {
    color: rgba(var(--p1), 1)
}

.cmn-modal.first-modal {
    max-width: 636px
}

.cmn-modal .btn-close {
    background: none
}

.cmn-modal .btn-close:focus,
.cmn-modal .btn-close:focus-visible {
    border: none !important;
    box-shadow: none !important
}

.progress {
    height: 8px;
    overflow: initial
}

.progress .progress-bar {
    height: 8px;
    width: 0%
}

.progress.second {
    height: 5px
}

.progress.second .progress-bar {
    height: 5px
}

.btn-popup-animation {
    z-index: 1;
    transition: var(--transition)
}

.btn-popup-animation i {
    z-index: 1;
    color: rgba(var(--n1), 1)
}

.btn-popup-animation:before,
.btn-popup-animation::after {
    content: "";
    position: absolute;
    z-index: -1;
    background-color: rgba(var(--s1), 1);
    border-radius: 50%;
    width: 56px;
    min-width: 56px;
    height: 56px
}

@media(max-width: 576px) {

    .btn-popup-animation:before,
    .btn-popup-animation::after {
        width: 44px;
        min-width: 44px;
        height: 44px
    }
}

.btn-popup-animation:before {
    z-index: 1
}

.btn-popup-animation:after {
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid rgba(var(--s1), 1);
    z-index: -1;
    animation: waves 2s 1s ease-out infinite
}

@media(max-width: 576px) {
    .btn-popup-animation {
        width: 44px;
        min-width: 44px;
        height: 44px
    }

    .btn-popup-animation i {
        color: rgba(var(--p1), 1)
    }
}

.slide-vertical .char,
.slide-horizontal .char {
    overflow: hidden;
    color: rgba(0, 0, 0, 0)
}

.slide-vertical .char::after,
.slide-vertical .char::before,
.slide-horizontal .char::after,
.slide-horizontal .char::before {
    visibility: visible;
    color: rgba(var(--n15), 1);
    transition: transform .5s cubic-bezier(0.9, 0, 0.2, 1);
    transition-delay: calc(.2s + .02s*(var(--char-index)))
}

.slide-vertical .char::before,
.slide-horizontal .char::before {
    color: rgba(var(--p2), 1);
    transition-delay: calc(.02s*(var(--char-index)))
}

.slide-vertical:hover .char:before,
.slide-horizontal:hover .char:before {
    transition-delay: calc(.2s + .02s*(var(--char-index)))
}

.slide-vertical:hover .char:after,
.slide-horizontal:hover .char:after {
    transition-delay: calc(.02s*(var(--char-index)))
}

.slide-vertical.slide-second .char::after,
.slide-vertical.slide-second .char::before,
.slide-horizontal.slide-second .char::after,
.slide-horizontal.slide-second .char::before {
    color: rgba(var(--n1), 1)
}

.slide-vertical.slide-second .char::before,
.slide-horizontal.slide-second .char::before {
    color: rgba(var(--s1), 1)
}

.slide-vertical .char:before {
    transform: translateY(-100%)
}

.slide-vertical:hover .char:before {
    transform: translateY(0%)
}

.slide-vertical:hover .char::after {
    transform: translateY(100%)
}

.slide-horizontal .char:before {
    transform: translateX(110%)
}

.slide-horizontal:hover .char:before {
    transform: translateX(0%)
}

.slide-horizontal:hover .char::after {
    transform: translateX(-110%)
}

.cmn-btn .show {
    position: absolute;
    width: 85%;
    height: 105%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: -1px;
    border-radius: inherit;
    background-color: rgba(var(--p1), 1);
    z-index: 1;
    opacity: 0
}

.cmn-btn:hover .show {
    width: 80%
}

.cmn-btn.btn-overlay .coupon-code {
    justify-content: flex-end
}

.cmn-btn.btn-overlay .show {
    opacity: 1
}

.box-style {
    position: relative;
    overflow: hidden;
    z-index: 0;
    text-align: center
}

.box-style:hover::before {
    width: 400%;
    height: 400%
}

/* .box-style::before {
    content: "";
    position: absolute;
    top: var(--y);
    left: var(--x);
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-radius: 100%;
    background-color: rgba(var(--n1), 0.1);
    transition: all .7s ease;
    z-index: -1
} */

.box-style.first-box::before {
    background-color: rgba(var(--p1), 1)
}

.appcity-primary {
    background-color: #1dbb58;
    border: 1px solid #1dbb58;
}

.appcity-primary span,
.appcity-primary i {
    color: inherit;
    transition: var(--transition)
}

.appcity-primary:hover {
   background-color:#1dbb58;
    color: #fff;
}

.appcity-primary:hover i {
    transform: rotateY(180deg)
}
.appcity-primary-dev-btn{
    border: 1px solid #1dbb58;
    color:#1dbb58;
}
.appcity-primary-dev-btn:hover{
    background-color:#1dbb58;
    color:#ffffff;
}
.box-style.box-second {
    background-color: #1ca2fc;
    border: 1px solid #1ca2fc;
    color: rgba(var(--n1), 1)
}


.box-style.box-second span,
.box-style.box-second i {
    color: inherit;
    transition: var(--transition)
}

.box-style.box-second:hover {
    /*background-color:#1dbb58;*/
    opacity: 0.8;
}

.box-style.box-second:hover i {
    transform: rotateY(180deg)
}

.box-style.box-second::before {
    background-color: #1dbb58;
}

.box-style.box-second.first-alt span,
.box-style.box-second.first-alt i {
    color: #1ca2fc;
}

.box-style.box-second.first-alt:hover {
    border-color: rgba(var(--s1), 1)
}

.box-style.box-second.first-alt:hover span,
.box-style.box-second.first-alt:hover i {
    color: rgba(var(--n1), 1)
}

.box-style.box-second.second-alt {
    background-color: rgba(var(--s1), 1);
    border: 1px solid rgba(var(--s1), 1)
}

.box-style.box-second.second-alt span,
.box-style.box-second.second-alt i {
    color: rgba(var(--n1), 1)
}

.box-style.box-second.second-alt:hover {
    border-color: rgba(var(--p1), 1)
}

.box-style.box-second.second-alt:hover span,
.box-style.box-second.second-alt:hover i {
    color: rgba(var(--n1), 1)
}

.box-style.box-second.second-alt::before {
    background-color: rgba(var(--p1), 1)
}

.box-style.box-second.third-alt {
    background-color: rgba(var(--p1), 0.05);
    border-color: rgba(var(--n4), 1)
}

.box-style.box-second.third-alt span,
.box-style.box-second.third-alt i {
    color: rgba(var(--n17), 1)
}

.box-style.box-second.third-alt:hover span,
.box-style.box-second.third-alt:hover i {
    color: rgba(var(--n1), 1)
}

.box-style.box-second.third-alt::before {
    background-color: rgba(var(--p1), 1)
}

.box-style.box-second.fourth-alt {
    background-color: rgba(var(--n1), 1);
    border-color: rgba(var(--n4), 1)
}

.box-style.box-second.fourth-alt span,
.box-style.box-second.fourth-alt i {
    color: rgba(var(--n17), 1)
}

.box-style.box-second.fourth-alt:hover span,
.box-style.box-second.fourth-alt:hover i {
    color: rgba(var(--n1), 1)
}

.box-style.box-second.fourth-alt::before {
    background-color: rgba(var(--p1), 1)
}

.box-style.box-third {
    background-color: #1ca2fc;
    width: 32px;
    min-width: 32px;
    height: 32px;
    border: 1px solid #1ca2fc;
}

@media(max-width: 991px) {
    .box-style.box-third {
        width: 28px;
        min-width: 28px;
        height: 28px
    }
}

.box-style.box-third::before {
    background-color: rgba(var(--p1), 1)
}

.box-style.box-third:hover {
    border-color: rgba(0, 0, 0, 0)
}

.box-style.box-third span,
.box-style.box-third i {
    color: rgba(var(--n1), 1);
    transition: var(--transition)
}

.box-style.box-third.first-alt {
    background-color: rgba(var(--n2), 1)
}

.box-style.box-third.second-alt {
    background-color: rgba(var(--n1), 1);
    border-color: rgba(0, 0, 0, 0);
    width: 48px;
    min-width: 48px;
    height: 48px;
    top: -30px;
}

@media(max-width: 991px) {
    .box-style.box-third.second-alt {
        width: 38px;
        min-width: 38px;
        height: 38px
    }
}

.box-style.box-third.second-alt span,
.box-style.box-third.second-alt i {
    color: rgba(var(--p1), 1)
}

.box-style.box-third.appcity-second-alt span,
.box-style.box-third.appcity-second-alt i {
    color: #1dbb58;
}

.box-style.box-third.appcity-second-alt:hover span,
.box-style.box-third.appcity-second-alt:hover i {
    color: rgba(var(--n1), 1)
}

.box-style.box-third.second-alt:hover span,
.box-style.box-third.second-alt:hover i {
    color: rgb(89 89 89);
}

.box-style.box-third.second-alt::before {
    background-color: rgba(var(--p1), 1)
}

.box-style.box-third.appcity-second-alt::before {
    background-color: #1dbb58;
}


.box-style.box-third.third-alt {
    background-color: rgba(var(--f1), 1);
    border-color: rgba(0, 0, 0, 0);
    width: 48px;
    min-width: 48px;
    height: 48px
}

@media(max-width: 991px) {
    .box-style.box-third.third-alt {
        width: 38px;
        min-width: 38px;
        height: 38px
    }
}

.box-style.box-third.third-alt span,
.box-style.box-third.third-alt i {
    color: rgba(var(--n15), 1)
}

.box-style.box-third.third-alt:hover span,
.box-style.box-third.third-alt:hover i {
    color: rgba(var(--n1), 1)
}

.box-style.box-third.third-alt::before {
    background-color: rgba(var(--p1), 1)
}

.border-stb-none {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

.v-border {
    background: rgba(var(--p1), 0.2);
    width: 1px;
    height: 25px
}

.v-line::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 46px;
    background-color: rgba(var(--n4), 1)
}

.v-line.second::before {
    background-color: rgba(var(--n1), 0.3)
}

.v-line.f-height::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: rgba(var(--n5), 1)
}

.v-line.f-height.second::before {
    background-color: rgba(var(--f11), 1)
}

.v-line.f-height.third::before {
    background-color: rgba(var(--s1), 0.5)
}

.v-line.f-height.fourth::before {
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(to top, rgba(var(--n1), 1) 60%, rgba(255, 255, 255, 0) 0%);
    background-size: 1px 15px
}

.v-line.f-width::before {
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(to right, rgba(var(--n19), 0.3) 30%, rgba(255, 255, 255, 0) 0%);
    background-size: 12px 1px;
    height: 1px
}

.cus-border {
    border-color: rgba(var(--n5), 1) !important
}

.cus-border.b-second {
    border-color: #1CA2FC !important
}

.cus-border.appcity-b-second {
    border-color: #1dbb58 !important
}

.cus-border.b-third {
    border-color: rgba(var(--n6), 1) !important
}

.cus-border.b-fourth {
    border-color: rgba(var(--n3), 1) !important
}

.cus-border.b-fifth {
    border-color: rgba(var(--f5), 0.05) !important
}

.cus-border.b-sixth {
    border-color: rgba(var(--f8), 1) !important
}

.cus-border.b-seventh {
    border-color: rgba(var(--n5), 1) !important
}

.cus-border.b-eighth {
    border-color: #1CA2FC !important
}

.cus-border.b-ninth {
    border-color: rgba(var(--n4), 1) !important
}

.cus-border.b-tenth {
    border-color: rgba(var(--f2), 1) !important
}

.cus-border.b-eleventh {
    border-color: rgba(var(--f5), 1) !important
}

.cus-border.b-twelfth {
    border-color: rgba(var(--p1), 0.15) !important
}

.cus-border.b-thirteenth {
    border-color: rgba(var(--s2), 0.5) !important
}

.cus-border.b-fourteenth {
    border-color: rgba(var(--n1), 1) !important
}

.cus-border.b-fifteen {
    border-color: rgba(var(--p1), 1) !important
}

.cus-border.b-sixteen {
    border-color: rgba(var(--p2), 1) !important
}

.cus-border.b-seventeen {
    border-color: #1CA2FC !important
}

.cus-border.b-eighteen {
    border-color: rgba(var(--s1), 0.7) !important
}

.cus-border.b-nineteen {
    border-color: rgba(var(--n1), 0.2) !important
}

.b-appcity-one {
    border-color: #6c757d !important;
}

.appcity-app-border-radius {
    border-radius: 12px;
}

.border-dash {
    border: 1px dashed rgba(var(--p1), 1) !important
}

.dashed-border {
    background-image: linear-gradient(to right, rgba(var(--p1), 1) 30%, rgba(255, 255, 255, 0) 0%);
    background-size: 12px 1px;
    height: 1px
}

.dashed-border.second {
    background-image: linear-gradient(to top, rgba(var(--n1), 1) 60%, rgba(255, 255, 255, 0) 0%);
    background-size: 1px 20px;
    height: 200px;
    width: 1px
}

.icon-area.box-one {
    width: 56px;
    min-width: 56px;
    height: 56px
}

.icon-area-appcitydetail.box-two {
    width: 40px;
    min-width: 40px;
    height: 40px
}

.icon-area.box-three {
    width: 48px;
    min-width: 48px;
    height: 48px
}

.icon-area.box-four {
    width: 64px;
    min-width: 64px;
    height: 64px;
    background-color: #1ca2fc12;
}

.icon-area.box-five {
    width: 20px;
    min-width: 20px;
    height: 20px
}

.icon-area.box-six {
    width: 32px;
    min-width: 32px;
    height: 32px
}

.icon-area.box-seven {
    width: 36px;
    min-width: 36px;
    height: 36px
}

.icon-area.box-eight {
    width: 80px;
    min-width: 80px;
    height: 80px
}

@media(max-width: 991px) {
    .icon-area.box-eight {
        width: 60px;
        min-width: 60px;
        height: 60px
    }
}

@media(max-width: 575px) {
    .icon-area.box-eight {
        width: 50px;
        min-width: 50px;
        height: 50px
    }
}

.icon-area.box-nine {
    width: 110px;
    min-width: 110px;
    height: 110px
}

@media(max-width: 991px) {
    .icon-area.box-nine {
        width: 80px;
        min-width: 80px;
        height: 80px
    }
}

@media(max-width: 575px) {
    .icon-area.box-nine {
        width: 60px;
        min-width: 60px;
        height: 60px
    }
}

@media(max-width: 991px) {
    .faq-section .filter-list {
        border-radius: 20px !important
    }
}

.faq-section .filterItems {
    -moz-column-count: 2;
    column-count: 2
}

@media(max-width: 991px) {
    .faq-section .filterItems {
        -moz-column-count: 1;
        column-count: 1
    }
}

.faq-section .header-area {
    cursor: pointer
}

.faq-section .header-area button {
    font-size: inherit;
    color: rgba(var(--n17), 1)
}

.faq-section .header-area button::after {
    position: absolute;
    z-index: 1;
    left: 0;
    border-radius: 5px;
    content: "";
    font-family: "Phosphor";
    font-size: 24px;
    color: #1dbb58;
    transform: rotate(0deg);
    transition: var(--transition);
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center
}

@media(max-width: 575px) {
    .faq-section .header-area button::after {
        font-size: 16px
    }
}

.faq-section .content-area {
    display: none
}

.faq-section .accordion-single.active button::after {
    content: "";
    transform: rotate(180deg);
    color: rgba(var(--s1), 1)
}

.faq-section .accordion-single.active button::before {
    background-color: rgba(var(--s1), 1)
}

.faq-section.second .header-area button {
    padding-right: 15%;
    color: rgba(var(--n17), 1)
}

.faq-section.second .header-area button::after {
    left: initial;
    right: 0;
    border-radius: 50%;
    color: rgba(var(--n1), 1);
    font-size: 18px;
    background-color: rgba(var(--p2), 1);
    width: 36px;
    min-width: 36px;
    height: 36px
}

@media(max-width: 767px) {
    .faq-section.second .header-area button::after {
        width: 28px;
        min-width: 28px;
        height: 28px
    }
}

.faq-section.second .accordion-single.active .header-area {
    background-color: rgba(var(--p2), 1)
}

.faq-section.second .accordion-single.active .header-area button {
    color: rgba(var(--n1), 1)
}

.faq-section.second .accordion-single.active .header-area button::after {
    color: rgba(var(--p2), 1);
    background-color: rgba(var(--n1), 1)
}

.social-area a {
    width: 40px;
    min-width: 40px;
    height: 40px
}

@media(max-width: 991px) {
    .social-area a {
        width: 28px;
        min-width: 28px;
        height: 28px
    }
}

.social-area a i {
    color: rgba(var(--p2), 1)
}

.social-area a:hover {
    background: rgba(var(--p2), 1)
}

.social-area a:hover i {
    color: rgba(var(--n1), 1)
}

.social-area.second a i {
    color: rgba(var(--n1), 1)
}

.box-shadow-p1 {
    box-shadow: var(--box-shadow-p1)
}

.box-shadow-p2 {
    box-shadow: var(--box-shadow-p2)
}

.ul-decimal li {
    list-style: decimal
}

.ul-dots li {
    list-style: disc
}

.ul-dots.f-none li:first-child {
    list-style: none
}

@media(max-width: 575px) {
    .ul-dots.f-none li {
        list-style: none
    }
}

.ul-dots.dots li {
    position: relative;
    display: flex;
    align-items: center
}

@media(min-width: 575px) {
    .ul-dots.dots li::after {
        content: "";
        position: absolute;
        background-color: rgba(var(--n15), 1);
        width: 5px;
        min-width: 5px;
        height: 5px;
        left: -15px;
        border-radius: 50%
    }
}

.ul-dots.dots li:first-child::after {
    display: none
}

.counter-area .odometer span {
    color: rgba(var(--n1), 1)
}

.bottom-top {
    writing-mode: vertical-lr;
    transform: rotate(180deg)
}

.singleFilter .filter-list li {
    cursor: pointer
}

.singleFilter .filter-list li .active {
    background-color: rgba(var(--s1), 1)
}

.singleFilter .filter-list li .active * {
    color: rgba(var(--n1), 1)
}

.singleFilter .filterItems {
    position: relative
}

.singleFilter .filterItems>div {
    position: absolute;
    z-index: -1;
    top: 0;
    opacity: 0;
    transition: .8s all;
    transform: scale(0.001);
    transition-property: opacity, transform;
    transition-duration: .6s;
    transition-delay: 0ms
}

.singleFilter .filterItems>div.active {
    position: initial;
    z-index: 1;
    opacity: 1;
    transform: translate3d(0px, 0px, 0px)
}

.singleFilter.second .filter-list li .active {
    background-color: rgba(0, 0, 0, 0)
}

.singleFilter.second .filter-list li .active * {
    color: rgba(var(--p2), 1);
    text-decoration: underline
}

@media(min-width: 1199px) {
    .singleFilter.third .filter-list li {
        width: 100%
    }
}

.singleFilter.third .filter-list li span:first-child {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px
}

.singleFilter.third .filter-list li .active,
.singleFilter.third .filter-list li .filter-links:hover {
    background-color: rgba(var(--f5), 1)
}

@media(min-width: 1199px) {

    .singleFilter.third .filter-list li .active:before,
    .singleFilter.third .filter-list li .filter-links:hover:before {
        content: "";
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border-top: 8px solid rgba(0, 0, 0, 0);
        border-bottom: 8px solid rgba(0, 0, 0, 0);
        border-left: 12px solid rgba(var(--f5), 1);
        transition: all .5s ease-in-out;
        right: -12px
    }
}

.singleFilter.third .filter-list li .active *,
.singleFilter.third .filter-list li .filter-links:hover * {
    color: rgba(var(--n1), 1)
}

@media(max-width: 575px) {
    .singleFilter.fourth .filter-list {
        border-radius: 20px !important
    }
}

.singleFilter.fourth .filter-list li .active {
    background-color: rgba(var(--p1), 1)
}

.singleFilter.fourth .filter-list li .active * {
    color: rgba(var(--n1), 1)
}

.comment-form {
    display: none
}

.cmn-before.bg-second::before {
    border: 1px solid rgba(var(--p1), 0.15);
    background-color: rgba(var(--p1), 0.05)
}

.cmn-before::before {
    content: "";
    position: absolute;
    width: 90%;
    height: 100%;
    border-radius: 12px;
    border: 1px solid rgba(var(--s1), 0.2);
    background-color: rgba(var(--s1), 0.1);
    z-index: -1
}

@media(max-width: 1499px) {
    .cmn-before::before {
        width: 95%
    }
}

.cmn-before.full-width::before {
    width: calc(100% - 24px)
}

@media(max-width: 1499px) {
    .cmn-before.full-width::before {
        width: calc(100% - 8px)
    }
}

.cmn-before.half-height::before {
    height: calc(100% - 165px);
    bottom: 0
}

@media(max-width: 1499px) {
    .cmn-before.half-height::before {
        width: calc(100% - 8px)
    }
}


.highlight-cursor-head,
.-para {
    cursor: none
}

.table thead th,
.table td,
.table th {
    border: none
}

.ovf-unset {
    overflow-x: unset !important
}

iframe {
    border: 0;
    width: 100%
}

::-webkit-scrollbar-track {
    background: rgba(var(--n5), 1)
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

::-webkit-scrollbar-button,
::-webkit-scrollbar-thumb {
    background: rgba(var(--p1), 1)
}

.cus-scrollbar {
    overflow-y: auto;
    overflow-x: hidden;
    position: sticky;
    max-height: 90vh;
    top: 100px
}

.cus-scrollbar::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background-color: rgba(0, 0, 0, 0)
}

.cus-scrollbar:hover::-webkit-scrollbar {
    width: 3px
}

.cus-scrollbar:hover::-webkit-scrollbar-track {
    background: rgba(255, 211, 198, .5)
}

.cus-scrollbar:hover::-webkit-scrollbar-button,
.cus-scrollbar:hover::-webkit-scrollbar-thumb {
    background: rgba(var(--p1), 1)
}

.d-center {
    display: flex;
    justify-content: center;
    align-items: center
}

.cus-z-1 {
    z-index: -1
}

.cus-z0 {
    z-index: 0
}

.cus-z1 {
    z-index: 1
}

.cus-z2 {
    z-index: 2
}

.top-sticky {
    top: 100px
}

.scrollToTop {
    position: fixed;
    bottom: 0;
    width: 45px;
    height: 45px;
    right: 30px;
    background-color: #1CA2FC;
    padding: 0 12px;
    color: rgba(var(--n1), 1);
    line-height: 120%;
    font-size: 12px;
    text-align: center;
    z-index: 9;
    cursor: pointer;
    transition: all 1s;
    transform: translateY(100%);
    z-index: 999
}

.scrollToTop:hover i {
    margin: 0
}

.scrollToTop i {
    transition: var(--transition);
    margin-bottom: -25px
}

.scrollToTop.active {
    bottom: 30px;
    transform: translateY(0%)
}

#preloader {
    background-color: rgba(var(--n1), 1);
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999
}

#preloader #loader {
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0);
    border-top-color: rgba(var(--s1), 1);
    animation: preload 2s linear infinite
}

#preloader #loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0);
    border-top-color: rgba(var(--s1), 1);
    animation: preload 3s linear infinite
}

#preloader #loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0);
    border-top-color: rgba(var(--s1), 1);
    animation: preload 1.5s linear infinite
}

@keyframes preload {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.singleTab .nav-links {
    cursor: pointer
}

.singleTab .tabContents {
    position: relative
}

.singleTab .tabContents .tabItem {
    transform: translateY(100px);
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: .8s all
}

.singleTab .tabContents .tabItem.active {
    position: initial;
    z-index: 1;
    opacity: 1;
    transform: translateY(0)
}

.pagination li a {
    color: rgba(var(--n2), 1)
}

.pagination .page-item .page-link {
    outline: none;
    bottom: 0;
    padding: 0;
    width: 40px;
    min-width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 5px;
    z-index: 999;
    color: rgba(var(--n17), 1)
}

.pagination .page-item:hover a,
.pagination .page-item:hover span,
.pagination .page-item.active a,
.pagination .page-item.active span,
.pagination .page-item:focus a,
.pagination .page-item:focus span {
    background-color: rgba(var(--p1), 1);
    color: rgba(var(--n1), 1);
    border-color: rgba(0, 0, 0, 0);
    box-shadow: none
}

.pagination-appcity-developer .page-item:hover a,
.pagination-appcity-developer .page-item:hover span,
.pagination-appcity-developer .page-item.active a,
.pagination-appcity-developer .page-item.active span,
.pagination-appcity-developer .page-item:focus a,
.pagination-appcity-developer .page-item:focus span {
    background-color: #1dbb58;
    color: #fff;
    border-color: rgba(0, 0, 0, 0);
    box-shadow: none
}

.breadcrumb-area .breadcrumb {
    row-gap: 8px
}

.breadcrumb-area .breadcrumb .breadcrumb-item {
    position: relative
}

.breadcrumb-area .breadcrumb .breadcrumb-item::before {
    content: "";
    z-index: 1;
    position: absolute;
    font-family: Phosphor;
    right: -18px;
    font-size: 18px;
    color: rgba(var(--n17), 1);
    padding: 0 !important
}

.breadcrumb-area .breadcrumb .breadcrumb-item:last-child::before,
.breadcrumb-area .breadcrumb .breadcrumb-item.active::before {
    display: none
}

.select2 .select2-selection {
    padding: 0;
    height: initial;
    border: none;
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, 0)
}

.select2 .select2-selection:focus-visible {
    outline: none
}

.select2 .select2-selection__rendered {
    line-height: 150% !important;
    font-weight: 500
}

.select2 .select2-selection__clear {
    display: none
}

.select2 .select2-selection__arrow {
    width: 0 !important;
    height: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    top: initial !important
}

.select2 .select2-selection__arrow b {
    display: none
}

.select2 .select2-selection__arrow:after {
    content: "";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    color: rgba(var(--n17), 1);
    position: absolute;
    border: none;
    transition: var(--transition)
}

.select2.select2-container--open .select2-selection__arrow::after {
    transform: rotate(180deg)
}

.select2-results li {
    color: rgba(var(--n17), 1)
}

.select2-results li:hover,
.select2-results li.select2-results__option--highlighted,
.select2-results li.select2-results__option--selected {
    background-color: rgba(var(--p1), 1) !important;
    color: rgba(var(--n1), 1) !important;
    border-bottom: 1px solid #eaeaea;
}

.select2-dropdown {
    z-index: 1100
}

.select2-dropdown input:focus-visible {
    outline: none
}

.single-select.second .select2-selection {
    justify-content: end
}

.single-select.third .select2 {
    width: 100% !important
}

.single-select.third .select2-selection__rendered {
    padding: 0
}

.single-select.third .label {
    top: -6px
}

.single-select.w-auto .select2-container {
    width: auto !important
}

.select2-container.w-auto .select2-dropdown {
    width: -moz-max-content !important;
    width: max-content !important;
    left: initial !important;
    overflow: hidden !important
}

.ui-datepicker {
    background-color: rgba(var(--n1), 1);
    box-shadow: var(--box-shadow-p1);
    z-index: 1100 !important
}

.ui-datepicker .ui-state-default {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition)
}

.ui-datepicker .ui-state-default:hover,
.ui-datepicker .ui-state-default.ui-state-highlight {
    background-color: rgba(var(--p1), 1);
    color: rgba(var(--n1), 1)
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    background-color: rgba(var(--s1), 1);
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
    cursor: pointer
}

.ui-datepicker .ui-datepicker-prev::after,
.ui-datepicker .ui-datepicker-next::after {
    content: "";
    position: absolute;
    font-family: phosphor;
    font-size: 16px;
    color: rgba(var(--n1, 1))
}

.ui-datepicker .ui-datepicker-next {
    left: initial;
    right: 0
}

.ui-datepicker .ui-datepicker-next::after {
    transform: rotate(180deg)
}

.single-radio {
    cursor: pointer
}

.single-radio .checkmark {
    width: 24px;
    min-width: 24px;
    height: 24px;
    border: 1px solid rgba(var(--n17), 1)
}

.single-radio .checkmark::after {
    content: "";
    position: absolute;
    width: 2px;
    min-width: 2px;
    height: 2px;
    background-color: rgba(var(--p1), 1);
    opacity: 0;
    transition: var(--transition);
    border-radius: inherit
}

.single-radio input:checked~.checkmark {
    border: 1px solid rgba(var(--p1), 1)
}

.single-radio input:checked~.checkmark::after {
    width: 8px;
    min-width: 8px;
    height: 8px;
    opacity: 1
}

.single-checkbox {
    cursor: pointer
}

.single-checkbox .checkmark {
    width: 24px;
    min-width: 24px;
    height: 24px;
    border: 1px solid rgba(var(--n4), 1);
    background-color: rgba(var(--p1), 0.05)
}

.single-checkbox .checkmark::after {
    content: "";
    position: absolute;
    width: 18px;
    min-width: 18px;
    height: 18px;
    font-size: inherit;
    opacity: 0;
    font-family: Phosphor;
    transition: var(--transition);
    color: rgba(var(--f5), 1);
    border-radius: inherit
}

.single-checkbox input:checked~.checkmark::after {
    opacity: 1
}

.single-checkbox-toggle {
    cursor: pointer;
    width: 60px;
    height: 32px
}

.single-checkbox-toggle .checkmark {
    width: 26px;
    min-width: 26px;
    height: 26px
}

.single-checkbox-toggle input:checked~.checkmark {
    background-color: rgba(var(--p1), 1);
    transform: translateX(26px)
}

.slider-btn {
    top: calc(50% - 24px)
}

.slider-btn .ara-prev {
    left: -55px
}

.slider-btn .ara-next {
    right: -55px
}

.slider-btn.fixed-btn button {
    left: initial !important;
    right: initial !important
}

.slider-pagination {
    width: initial
}

.slider-pagination span {
    letter-spacing: 10px;
    color: rgba(var(--p1), 0.02);
    border-radius: 10px;
    width: 12px;
    min-width: 12px;
    height: 12px
}

.slider-pagination span.swiper-pagination-bullet-active {
    color: rgba(var(--p1), 1);
    width: 34px
}

.slider-pagination.second span {
    background-color: #FF943D;
    opacity: .5
}

.slider-pagination.second span.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #1ca2fc;
}

@media(max-width: 470px) {
    .cus-row>div {
        width: 100% !important
    }
}

@media(min-width: 1399px) {
    .cus-grid.grid-five {
        grid-template-columns: repeat(5, 1fr)
    }

    .cus-grid.grid-five>div {
        width: 100% !important
    }
}

.cus-grid.grid-four {
    grid-template-columns: repeat(4, 1fr)
}

@media(max-width: 767px) {
    .cus-grid.grid-four {
        grid-template-columns: repeat(3, 1fr) !important
    }
}

@media(max-width: 475px) {
    .cus-grid.grid-four {
        grid-template-columns: repeat(2, 1fr) !important
    }
}

.input-area:focus-within {
    border: 1px solid #eaeaea !important;
     box-shadow: 1px 1px 13px rgba(0, 0, 0, 0.1);
}

.input-area input,
.input-area textarea {
    border-radius: 0;
    padding: 0;
    border: none;
    outline: none;
    background: rgba(0, 0, 0, 0)
}

.input-area input::-moz-placeholder,
.input-area textarea::-moz-placeholder {
    color: rgba(var(--n13), 0.4);
    font-weight: 500
}

.input-area input::placeholder,
.input-area textarea::placeholder {
    color: rgba(var(--n13), 0.4);
    font-weight: 500
}

.input-area.second *::-moz-placeholder {
    color: rgba(var(--n1), 0.5)
}

.input-area.second *::placeholder {
    color: rgba(var(--n1), 0.5)
}

@keyframes marquee {
    0% {
        transform: translateX(0%)
    }

    100% {
        transform: translateX(-100%)
    }
}

@keyframes run {
    0% {
        left: 0
    }

    50% {
        left: 40px
    }

    100% {
        left: 0
    }
}

@keyframes run2 {
    0% {
        left: 0
    }

    50% {
        left: -20px
    }

    100% {
        left: 0
    }
}

@keyframes rotate3D {
    0% {
        transform: rotateX(5deg) rotateY(0deg)
    }

    25% {
        transform: rotateX(15deg) rotateY(25deg)
    }

    50% {
        transform: rotateX(35deg) rotateY(75deg)
    }

    75% {
        transform: rotateX(15deg) rotateY(5deg)
    }

    100% {
        transform: rotateX(5deg) rotateY(0deg)
    }
}

@keyframes waves {
    0% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(1.6);
        opacity: 0
    }
}

@keyframes fadeIn2nd {
    0% {
        opacity: 0;
        transform: translate3d(-10%, 0, 0)
    }

    100% {
        opacity: 1;
        transform: none
    }
}

@keyframes rotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes loading {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(180deg)
    }
}

.header-section {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100
}

.header-section .nav-brand {
    width: 265px;
    max-width: 265px
}

@media(max-width: 991px) {
    .header-section .nav-brand {
        width: 150px;
        max-width: 150px
    }
}

@media(max-width: 991px) {
    .header-section .main-navbar .navbar-toggle-item {
        display: none
    }
}

@media(min-width: 992px) {
    .header-section .main-navbar .navbar-toggle-item {
        display: initial !important
    }
}
.appcity-custom-logo-23{
    display:flex;
    align-items: center;
}
.appcity-custom-logo-23 img{
   width:48px;
   height: auto;
}
.appcity-custom-logo-23 h3{
   color: #333333;
   margin-left:10px;
 }
 .custom-appcitylogo-footer-23{
    display:flex;
    align-items: center;
 }
 .custom-appcitylogo-footer-23 img{
    width:44px;
    height: auto;
 }
 .custom-appcitylogo-footer-23 h3{
    color: #ffffff;
   margin-left:10px;
 }
.header-section .main-navbar .logo {
    display: none
}



.header-section .main-navbar .custom-nav .menu-item button.arrow-none::after {
    display: none
}

.header-section .main-navbar .custom-nav .menu-item button,
.header-section .main-navbar .custom-nav .menu-item a,
.header-section .main-navbar .custom-nav .menu-link button,
.header-section .main-navbar .custom-nav .menu-link a {
    color: rgba(var(--n1), 1);
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    transition: var(--transition);
    font-weight: 500
}

.header-section .main-navbar .custom-nav .menu-item button:hover,
.header-section .main-navbar .custom-nav .menu-item button.active,
.header-section .main-navbar .custom-nav .menu-item a:hover,
.header-section .main-navbar .custom-nav .menu-item a.active,
.header-section .main-navbar .custom-nav .menu-link button:hover,
.header-section .main-navbar .custom-nav .menu-link button.active,
.header-section .main-navbar .custom-nav .menu-link a:hover,
.header-section .main-navbar .custom-nav .menu-link a.active {
    color: #2C3E50;
    font-weight: 500;
}

.header-section .main-navbar .custom-nav .menu-item button:hover::after,
.header-section .main-navbar .custom-nav .menu-item button.active::after,
.header-section .main-navbar .custom-nav .menu-item a:hover::after,
.header-section .main-navbar .custom-nav .menu-item a.active::after,
.header-section .main-navbar .custom-nav .menu-link button:hover::after,
.header-section .main-navbar .custom-nav .menu-link button.active::after,
.header-section .main-navbar .custom-nav .menu-link a:hover::after,
.header-section .main-navbar .custom-nav .menu-link a.active::after {
    color: rgba(var(--p2), 1);
    font-weight: 500
}

.header-section .main-navbar .custom-nav .menu-item button:hover span::after,
.header-section .main-navbar .custom-nav .menu-item button.active span::after,
.header-section .main-navbar .custom-nav .menu-item a:hover span::after,
.header-section .main-navbar .custom-nav .menu-item a.active span::after,
.header-section .main-navbar .custom-nav .menu-link button:hover span::after,
.header-section .main-navbar .custom-nav .menu-link button.active span::after,
.header-section .main-navbar .custom-nav .menu-link a:hover span::after,
.header-section .main-navbar .custom-nav .menu-link a.active span::after {
    color: rgba(var(--p2), 1);
    font-weight: 500
}

@media(max-width: 991px) {
    .header-section .main-navbar .custom-nav {
        max-height: 50vh;
        overflow-y: scroll;
        overflow-x: hidden;
        width: 100%
    }

    .header-section .main-navbar .custom-nav .sub-menu {
        display: none;
        border-left: 1px solid rgba(var(--n1), 1);
        padding: 10px 20px
    }

    .header-section .main-navbar .custom-nav .sub-menu a,
    .header-section .main-navbar .custom-nav .sub-menu button {
        position: relative
    }

    .header-section .main-navbar .custom-nav .sub-menu a::before,
    .header-section .main-navbar .custom-nav .sub-menu button::before {
        content: "";
        position: absolute;
        background-color: rgb(var(--n1));
        width: 16px;
        height: 1px;
        left: -20px;
        top: 11px;
        z-index: -1
    }
}

@media(min-width: 992px) {
    .header-section .main-navbar .custom-nav .menu-item {
        position: relative
    }

    .header-section .main-navbar .custom-nav .menu-item:hover>.sub-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto
    }

    .header-section .main-navbar .custom-nav .menu-item button:hover button::after {
        transform: rotate(-180deg)
    }

    .header-section .main-navbar .custom-nav .sub-menu {
        position: absolute;
        top: 25px;
        left: 0;
        opacity: 0;
        width: -moz-max-content;
        width: max-content;
        visibility: hidden;
        transform: translateY(20px);
        text-wrap: nowrap;
        transition: var(--transition);
        display: initial !important;
        background: rgba(var(--f1), 1);
        z-index: 10;
        pointer-events: none;
        border-radius: 10px;
        border: 1px solid rgba(var(--p1), 1)
    }

    .header-section .main-navbar .custom-nav .sub-menu .sub-menu {
        left: 100%;
        top: -20px
    }
}

.header-section .main-navbar .custom-nav.second .menu-item button,
.header-section .main-navbar .custom-nav.second .menu-item a,
.header-section .main-navbar .custom-nav.second .menu-link button,
.header-section .main-navbar .custom-nav.second .menu-link a {
    color: rgba(var(--n15), 1)
}

.header-section .main-navbar .custom-nav.second .menu-item button:hover *,
.header-section .main-navbar .custom-nav.second .menu-item a:hover *,
.header-section .main-navbar .custom-nav.second .menu-link button:hover *,
.header-section .main-navbar .custom-nav.second .menu-link a:hover * {
    color: rgba(var(--p1), 1)
}

.header-section .main-navbar .custom-nav.second .menu-item:hover>.sub-menu,
.header-section .main-navbar .custom-nav.second .menu-link:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto
}

.header-section .main-navbar .custom-nav.second .sub-menu {
    display: block;
    border-left: 1px solid rgba(var(--n1), 1);
    padding: 10px 20px;
    position: absolute;
    top: 30px;
    left: 0;
    opacity: 0;
    width: -moz-max-content;
    width: max-content;
    visibility: hidden;
    transform: translateY(20px);
    text-wrap: nowrap;
    transition: var(--transition);
    display: grid !important;
    max-height: 60vh;
    overflow-x: auto;
    background: rgba(var(--n4), 1);
    z-index: 10;
    pointer-events: none
}

@media(max-width: 991px) {
    .header-section .main-navbar .custom-nav.third .sub-menu {
        border-left: 1px solid rgba(var(--s1), 1)
    }

    .header-section .main-navbar .custom-nav.third .sub-menu a::before,
    .header-section .main-navbar .custom-nav.third .sub-menu button::before {
        background-color: rgb(var(--s1))
    }
}

@media(min-width: 992px) {
    .header-section .main-navbar .custom-nav.third .sub-menu {
        background: rgba(var(--n18), 1)
    }

    .header-section .main-navbar .custom-nav.third .sub-menu::after {
        background-color: rgba(var(--n18), 1)
    }
}

.header-section .main-navbar .custom-nav.third .menu-item button::after {
    color: rgba(var(--n1), 1)
}

.header-section .main-navbar .custom-nav.third .menu-item button,
.header-section .main-navbar .custom-nav.third .menu-item a,
.header-section .main-navbar .custom-nav.third .menu-link button,
.header-section .main-navbar .custom-nav.third .menu-link a {
    color: rgba(var(--n1), 1)
}

.header-section .main-navbar .custom-nav.third .menu-item button:hover,
.header-section .main-navbar .custom-nav.third .menu-item button.active,
.header-section .main-navbar .custom-nav.third .menu-item a:hover,
.header-section .main-navbar .custom-nav.third .menu-item a.active,
.header-section .main-navbar .custom-nav.third .menu-link button:hover,
.header-section .main-navbar .custom-nav.third .menu-link button.active,
.header-section .main-navbar .custom-nav.third .menu-link a:hover,
.header-section .main-navbar .custom-nav.third .menu-link a.active {
    color: rgba(var(--s1), 1);
    border-color: rgba(var(--s1), 1)
}

.header-section .main-navbar .custom-nav.third .menu-item button:hover::after,
.header-section .main-navbar .custom-nav.third .menu-item button.active::after,
.header-section .main-navbar .custom-nav.third .menu-item a:hover::after,
.header-section .main-navbar .custom-nav.third .menu-item a.active::after,
.header-section .main-navbar .custom-nav.third .menu-link button:hover::after,
.header-section .main-navbar .custom-nav.third .menu-link button.active::after,
.header-section .main-navbar .custom-nav.third .menu-link a:hover::after,
.header-section .main-navbar .custom-nav.third .menu-link a.active::after {
    color: rgba(var(--s1), 1)
}

.header-section .main-navbar .custom-nav.third .menu-item button:hover span::after,
.header-section .main-navbar .custom-nav.third .menu-item button.active span::after,
.header-section .main-navbar .custom-nav.third .menu-item a:hover span::after,
.header-section .main-navbar .custom-nav.third .menu-item a.active span::after,
.header-section .main-navbar .custom-nav.third .menu-link button:hover span::after,
.header-section .main-navbar .custom-nav.third .menu-link button.active span::after,
.header-section .main-navbar .custom-nav.third .menu-link a:hover span::after,
.header-section .main-navbar .custom-nav.third .menu-link a.active span::after {
    color: rgba(var(--s1), 1)
}

.header-section .main-navbar .custom-nav.fourth * {
    color: rgba(var(--n15), 1) !important
}

.header-section .main-navbar .custom-nav.fourth>.menu-link>a i,
.header-section .main-navbar .custom-nav.fourth>.menu-item>button i {
    color: rgba(var(--p1), 1) !important
}

.header-section .main-navbar .custom-nav.fourth>.menu-link>a:hover,
.header-section .main-navbar .custom-nav.fourth>.menu-link>a.active,
.header-section .main-navbar .custom-nav.fourth>.menu-link>a.onHovered,
.header-section .main-navbar .custom-nav.fourth>.menu-item>button:hover,
.header-section .main-navbar .custom-nav.fourth>.menu-item>button.active,
.header-section .main-navbar .custom-nav.fourth>.menu-item>button.onHovered {
    background-color: rgba(var(--p1), 1)
}

.header-section .main-navbar .custom-nav.fourth>.menu-link>a:hover::after,
.header-section .main-navbar .custom-nav.fourth>.menu-link>a.active::after,
.header-section .main-navbar .custom-nav.fourth>.menu-link>a.onHovered::after,
.header-section .main-navbar .custom-nav.fourth>.menu-item>button:hover::after,
.header-section .main-navbar .custom-nav.fourth>.menu-item>button.active::after,
.header-section .main-navbar .custom-nav.fourth>.menu-item>button.onHovered::after {
    color: rgba(var(--n1), 1)
}

.header-section .main-navbar .custom-nav.fourth>.menu-link>a:hover *,
.header-section .main-navbar .custom-nav.fourth>.menu-link>a.active *,
.header-section .main-navbar .custom-nav.fourth>.menu-link>a.onHovered *,
.header-section .main-navbar .custom-nav.fourth>.menu-item>button:hover *,
.header-section .main-navbar .custom-nav.fourth>.menu-item>button.active *,
.header-section .main-navbar .custom-nav.fourth>.menu-item>button.onHovered * {
    color: rgba(var(--n1), 1) !important
}

.header-section .main-navbar .custom-nav.fourth>.menu-item>button::after {
    content: "";
    font-family: Phosphor;
    right: 24px;
    z-index: 0
}

@media(max-width: 767px) {
    .header-section .main-navbar .custom-nav.fourth>.menu-item>button::after {
        right: 16px
    }
}

.header-section .main-navbar .custom-nav.fourth>.menu-item>button.onHovered::after {
    content: "";
    transform: rotate(180deg)
}

.header-section .main-navbar .custom-nav.fourth .sub-menus {
    display: none
}

.header-section .main-navbar .custom-nav.fourth .sub-menus a,
.header-section .main-navbar .custom-nav.fourth .sub-menus button {
    border: none
}

.header-section .main-navbar .custom-nav.fourth .sub-menus a:hover,
.header-section .main-navbar .custom-nav.fourth .sub-menus button:hover {
    color: rgba(var(--p1), 1) !important
}

.header-section .main-navbar .custom-nav.fourth .sub-menus .active {
    color: rgba(var(--p1), 1) !important
}

.header-section .main-navbar .custom-nav.fourth .sub-menus .active * {
    color: rgba(var(--p1), 1) !important
}

.header-section .main-navbar .custom-nav.fourth .sub-menus a::before {
    position: absolute;
    content: "";
    font-size: 16px;
    font-family: Phosphor;
    left: 2px;
    z-index: 1;
    transition: all 1s ease;
    color: rgba(var(--n15), 1)
}

@media(max-width: 767px) {
    .header-section .main-navbar .custom-nav.fourth .sub-menus a::before {
        left: 0
    }
}

.header-section .main-navbar .custom-nav.fourth .sub-menus button::after {
    right: 28px
}

@media(max-width: 767px) {
    .header-section .main-navbar .custom-nav.fourth .sub-menus button::after {
        right: 16px
    }
}

.header-section .main-navbar .custom-nav.fourth .sub-menus button::before {
    position: absolute;
    content: "";
    font-size: 18px;
    font-family: Phosphor;
    left: 28px;
    z-index: 1;
    transition: all 1s ease;
    color: rgba(var(--n15), 1)
}

@media(max-width: 767px) {
    .header-section .main-navbar .custom-nav.fourth .sub-menus button::before {
        left: 18px
    }
}

.header-section .main-navbar .custom-nav.fourth .sub-menus button.onHovered::before {
    content: "";
    transform: rotate(180deg)
}

.header-section .main-navbar .custom-nav.categories-nav .sub-menu {
    background-color: rgba(var(--f1), 1) !important
}

.header-section .main-navbar .custom-nav.categories-nav .sub-menu a {
    position: relative;
    display: flex;
    align-items: center;
    transition: var(--transition)
}

.header-section .main-navbar .custom-nav.categories-nav .sub-menu a::before {
    content: "";
    z-index: 1;
    position: absolute;
    background-color: rgba(var(--p2), 1);
    width: 5px;
    min-width: 5px;
    height: 5px;
    left: -20px;
    opacity: 0;
    border-radius: 50%;
    transition: var(--transition)
}

.header-section .main-navbar .custom-nav.categories-nav .sub-menu a:hover {
    padding-left: 12px;
    color: rgba(var(--p2), 1)
}

.header-section .main-navbar .custom-nav.categories-nav .sub-menu a:hover::before {
    left: 0;
    opacity: 1
}

.header-section .main-navbar .custom-nav.categories-nav .sub-menu::after {
    background-color: rgba(var(--f1), 1) !important
}

.header-section .main-navbar .navbar-toggle-btn {
    width: 40px;
    height: 28px;
    position: relative;
    right: 0;
    transition: var(--transition);
    top: 0
}

.header-section .main-navbar .navbar-toggle-btn span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: rgb(var(--s1));
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: var(--transition)
}

.header-section .main-navbar .navbar-toggle-btn span:nth-child(1) {
    top: 0
}

.header-section .main-navbar .navbar-toggle-btn span:nth-child(2),
.header-section .main-navbar .navbar-toggle-btn span:nth-child(3) {
    top: 12px
}

.header-section .main-navbar .navbar-toggle-btn span:nth-child(4) {
    top: 24px
}

.header-section .main-navbar .navbar-toggle-btn.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%
}

.header-section .main-navbar .navbar-toggle-btn.open span:nth-child(2) {
    transform: rotate(45deg)
}

.header-section .main-navbar .navbar-toggle-btn.open span:nth-child(3) {
    transform: rotate(-45deg)
}

.header-section .main-navbar .navbar-toggle-btn.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%
}

.header-section .top-header .icon-box {
    width: 48px;
    min-width: 48px;
    height: 48px;
    background-color: rgba(var(--p1), 0.1)
}

.header-section .sidebar-wrapper {
    width: 360px;
    transform: translateX(-360px);
    height: 100vh;
    overflow-y: scroll
}

.header-section .sidebar-wrapper .custom-nav {
    height: 60vh;
    overflow-y: scroll
}

.header-section .sidebar-wrapper::-webkit-scrollbar {
    width: 0
}

.header-section.collapse-header.header-fixed {
    background-color: rgba(var(--n1), 1)
}

@media(min-width: 1200px) {
    .header-section.body-collapse {
        margin-left: 360px;
        width: calc(100% - 360px)
    }
}

@media(max-width: 1199px) {
    .header-section.body-collapse .sidebar-wrapper {
        transform: translateX(0px)
    }
}

.header-fixed {
    background: rgba(var(--n4), 1)
}

.header-fixed .top-header,
.header-fixed .categories {
    display: none !important
}

.header-fixed .main-navbar .logo {
    display: block
}

@media(max-width: 991px) {
    .header-fixed .main-navbar .logo {
        display: none
    }
}

.footer-section .footer-links ul {
    overflow: hidden
}

.footer-section .footer-links a {
    position: relative;
    display: flex;
    align-items: center;
    transition: var(--transition)
}

.footer-section .footer-links a::before {
    content: "";
    z-index: 1;
    position: absolute;
    background-color: rgba(var(--p2), 1);
    width: 5px;
    min-width: 5px;
    height: 5px;
    left: -20px;
    opacity: 0;
    border-radius: 50%;
    transition: var(--transition)
}

.footer-section .footer-links a:hover {
    padding-left: 12px;
    color: rgba(var(--p2), 1)
}

.footer-section .footer-links a:hover::before {
    left: 0;
    opacity: 1
}

@media(max-width: 1199px) {
    .footer-section .newsletter-area .single-img img {
        width: 130px;
        min-width: 130px;
        height: 130px
    }
}

@media(max-width: 1799px) {
    .footer-section .footer-illus img {
        width: 150px;
        min-width: 150px;
        height: 150px
    }
}

@media(max-width: 1699px) {
    .footer-section .footer-illus img {
        display: none
    }
}

.footer-section.second .footer-links a::before {
    background-color: #1dbb58
}

.footer-section.second .footer-links a:hover {
    color: #1dbb58;
}

.footer-section.second .copyright-area a:hover {
    color: #1dbb58;
}

.index-one {
    background: linear-gradient(to bottom, #b1e2ff, #d4f0ff, #ffffff);
    background-size: cover;
}

.developer-appcity-index-two {
    background: #edf6ee;
    background-size: cover;
}

.index-two {
    background-size: cover;
    background: #ffffff;
}

.index-two .user {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.index-two .user li {
    display: inline-block;
    margin-left: -25px;
}

.index-two .user li:first-child {
    margin-left: 0;
}

.index-two .content {
    margin-left: 20px;
}

.index-two .content h6 {
    font-weight: 600;
    font-size: 20px;
}

.banner-section.index-one .abs-area .icon-area {
    width: 48px;
    min-width: 48px;
    height: 48px
}

.banner-section.index-one .abs-area .end {
    right: 0
}

@media(min-width: 1199px) {
    .banner-section.index-one .abs-area .end {
        right: -8%
    }
}

.banner-section.index-one .hero-image .item-1 {
    border-radius: 40px 0 0 0 !important
}

.banner-section.index-one .hero-image .item-2 {
    border-radius: 0 40px 0 0 !important
}

.banner-section.index-two .mid-img img {
    aspect-ratio: .85
}

.banner-section.index-one .single-box {
    background-color: #1CA2FC;
}

.banner-section.index-three .single-box .abs-area {
    width: 40px;
    min-width: 40px;
    height: 40px;
    top: -20px
}

.banner-section.index-four .abs-area img {
    width: 15%
}

.banner-section.index-four .run-x-animation {
    animation: run 2s linear infinite
}

.banner-section.index-four .run-x-animation:nth-child(odd) {
    animation: run2 3s linear infinite
}

.banner-section.index-four .rotate-x-animation {
    animation: rotate3D 5s linear infinite
}

.banner-section.index-four .first {
    margin: 0 40px -72px
}

@media(max-width: 480px) {
    .banner-section.index-four .single-box:nth-child(2) {
        bottom: 0
    }
}

.banner-section.index-five .single-item.item-one {
    background: #cfdfdf
}

.banner-section.index-five .single-item.item-two {
    background: #e1e3ef
}

.banner-section.index-five .single-item.item-three {
    background: #ead8ce
}

@media(max-width: 375px) {
    .banner-section.index-five .single-item .w-75 {
        width: 100% !important
    }
}

.banner-section.index-five .single-item .abs-area {
    position: absolute;
    width: 200px
}

@media(max-width: 767px) {
    .banner-section.index-five .single-item .abs-area {
        width: 100px
    }
}

.banner-section.inner-banner {
    background-image: url(../images/banner-illus-bg.png);
    background-repeat: no-repeat;
    background-position: right 200px bottom
}

@media(max-width: 1399px) {
    .banner-section.inner-banner {
        background-size: 30%;
        background-position: right 0px bottom
    }
}

.section-sidebar {
    overflow: visible
}

@media(min-width: 1199px) {
    .section-sidebar .sidebar-common {
        height: 100% !important
    }
}

@media(max-width: 1199px) {
    .section-sidebar .sidebar-toggler .cus-scrollbar {
        top: 40px
    }

    .section-sidebar .sidebar-toggler .sidebar-head {
        position: absolute;
        overflow: hidden;
        height: 24px;
        z-index: 2;
        right: 0;
        top: 0
    }

    .section-sidebar .sidebar-toggler .sidebar-head.active .side-wrapper {
        visibility: visible;
        opacity: 1;
        transform: translateX(0px)
    }

    .section-sidebar .sidebar-toggler .sidebar-head .side-wrapper {
        transform: translateX(200px);
        opacity: 0;
        right: 0;
        background-color: rgba(var(--n8), 1);
        visibility: hidden;
        transition: .5s
    }

    .section-sidebar .sidebar-toggler .sidebar-head .sidebar-area {
        width: 100%
    }

    .section-sidebar .sidebar-toggler .sidebar-head .sidebar-wrapper {
        min-width: 350px;
        max-width: 350px
    }
}

@media(max-width: 1199px)and (max-width: 991px) {
    .section-sidebar .sidebar-toggler .sidebar-head .sidebar-wrapper {
        min-width: 310px;
        max-width: 310px
    }
}

@media(max-width: 1199px) {
    .section-sidebar .sidebar-toggler .sidebar-head.primary-sidebar {
        left: 0;
        right: initial
    }

    .section-sidebar .sidebar-toggler .sidebar-head.primary-sidebar.active .side-wrapper {
        transform: translateX(0px)
    }

    .section-sidebar .sidebar-toggler .sidebar-head.primary-sidebar .side-wrapper {
        transform: translateX(-200px)
    }
}

.section-sidebar .grid-list-btn button.active,
.section-sidebar .grid-list-btn button:hover {
    background-color: rgba(var(--p1), 1)
}

.section-sidebar .grid-list-btn button.active span,
.section-sidebar .grid-list-btn button:hover span {
    color: rgba(var(--n1), 1)
}

.section-sidebar.details-section {
    margin-top: -300px
}

@media(max-width: 1199px) {
    .section-sidebar.details-section {
        overflow: hidden
    }
}

.section-sidebar.details-section .text-limit .read-more-button {
    color: rgba(var(--f5), 1);
    cursor: pointer
}

.section-sidebar.details-section .end-area {
    min-width: 250px
}

@media only screen and (min-width: 1199px)and (max-width: 1399px) {
    .section-sidebar.details-section .table {
        width: 140%
    }
}

@media(max-width: 991px) {
    .section-sidebar.details-section .table {
        width: 120%
    }
}

@media(max-width: 767px) {
    .section-sidebar.details-section .table {
        width: 145%
    }
}

@media(max-width: 575px) {
    .section-sidebar.details-section .table {
        width: 155%
    }
}

@media(max-width: 480px) {
    .section-sidebar.details-section .table {
        width: 230%
    }
}

.right-sidebar .side-wrapper {
    transform: translateX(100%);
    max-width: 420px;
    z-index: 999;
    max-height: 100vh;
    pointer-events: none
}

.right-sidebar.active .side-wrapper {
    pointer-events: auto;
    transform: translateX(0)
}

.about-us .shape-area {
    margin: -36px
}

@media(min-width: 1399px) {
    .categories-style {
        grid-template-columns: repeat(5, 1fr)
    }

    .categories-style>div {
        width: 100% !important
    }
}

.categories-style>div .icon-area {
    background-color: rgba(var(--p1), 0.2)
}

.categories-style>div:nth-child(odd) .icon-area {
    background-color: rgba(var(--s3), 0.2)
}

.categories-style>div:nth-child(3n+1) .icon-area {
    background-color: rgba(var(--s1), 0.2)
}

.categories-style .single-box.first .icon-area {
    background-color: rgba(var(--p1), 0.2)
}

.categories-style .single-box.second .icon-area {
    background-color: rgba(var(--s2), 0.2)
}

@media(min-width: 1200px) {
    .collapse-section {
        width: calc(100% - 0px);
        transition: all .8s
    }

    .collapse-section.body-collapse {
        width: calc(100% - 360px);
        margin-left: 360px
    }
}

.top-stores .fav-icon {
    width: 32px;
    min-width: 32px;
    height: 32px
}

.top-stores .fav-icon img {
    width: 15px
}

.top-stores .fav-icon-2 {
    width: 38px;
    min-width: 38px;
    height: 38px
}

.top-stores .fav-icon-2 img {
    width: 20px
}

.top-stores .grid-template {
    grid-template-columns: repeat(5, 1fr)
}

@media(max-width: 1199px) {
    .top-stores .grid-template {
        grid-template-columns: repeat(4, 1fr)
    }
}

@media(max-width: 767px) {
    .top-stores .grid-template {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(max-width: 575px) {
    .top-stores .grid-template {
        grid-template-columns: repeat(2, 1fr)
    }
}

.top-stores.high-cashback .thumb-area {
    width: 130px;
    min-width: 130px;
    height: 100px
}

.top-stores.high-cashback .thumb-area img {
    width: 100%;
    height: 100%
}

@media(max-width: 1399px) {
    .top-stores.high-cashback .thumb-area {
        width: 100px;
        min-width: 100px;
        height: 80px
    }
}

.top-stores.popular-offers .thumb-area img {
    height: 150px;
    aspect-ratio: 16/9
}

.top-stores.cashback-increased .thumb-area img {
    width: 75px;
    min-width: 75px;
    min-height: 75px;
    border-radius: 8px;
    padding: 5px;
}

/*@media(max-width: 1399px) {
    .top-stores.cashback-increased .thumb-area img {
        width: 80px;
        min-width: 80px;
        min-height: 80px
    }
}*/

.top-stores.cashback-increased .single-box:hover {
    border: 1px solid rgba(var(--p1), 1) !important
}

.top-stores.second .single-box:hover {
    border: 1px solid rgba(var(--p1), 1) !important
}

.top-stores.second .thumb-area {
    height: 60px;
    min-height: 60px;
    width: 60px
}

@media(min-width: 480px) {
    .top-stores.popular-coupons .thumb-area {
        min-width: 340px;
        width: 340px;
        height: 190px
    }
}

.top-stores.popular-coupons .single-box:hover {
    border: 1px solid rgba(var(--p1), 1) !important
}

.top-stores.popular-coupons .details-area {
    display: none
}

.top-stores.popular-coupons .like-dislike button:hover span {
    color: rgba(var(--p1), 1)
}

@media(max-width: 1199px) {
    .top-stores .cus-grid {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(max-width: 767px) {
    .top-stores .cus-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width: 480px) {
    .top-stores .cus-grid {
        grid-template-columns: repeat(1, 1fr)
    }
}

.top-stores.trending-features .single-box:hover {
    border: 1px solid rgba(var(--p1), 1) !important
}

.top-stores.trending-features .abs-area:first-child {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

.top-stores.trending-features .abs-area:nth-child(2) {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

@media(max-width: 991px) {
    .top-stores.trending-features .thumb-area img {
        max-width: 60px
    }
}

.top-stores.top-collection .cus-grid .thumb-area {
    height: 100px
}

.top-stores.top-collection .single-box:hover .hovered-item {
    transform: rotate(0) scale(1);
    opacity: 1 !important
}

.top-stores.top-collection .hovered-item {
    transform: rotate(15deg) scale(0.3) skew(0deg, -55deg)
}

.top-stores.coupon-style .single-box:hover {
    border: 1px solid rgba(var(--p1), 1) !important
}

.top-stores.grid-list-template {
    grid-template-columns: repeat(3, 1fr)
}

@media(max-width: 1199px) {
    .top-stores.grid-list-template {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width: 767px) {
    .top-stores.grid-list-template {
        grid-template-columns: repeat(1, 1fr)
    }
}

@media(min-width: 991px) {
    .top-stores.grid-list-template.active {
        grid-template-columns: repeat(1, 1fr)
    }

    .top-stores.grid-list-template.active .single-box {
        display: flex !important;
        justify-content: space-between !important
    }

    .top-stores.grid-list-template.active .thumb-area {
        width: 340px !important
    }
}

@media(min-width: 991px)and (max-width: 1199px) {
    .top-stores.grid-list-template.active .thumb-area {
        width: 260px !important
    }
}

@media(min-width: 991px) {
    .top-stores.grid-list-template.active .end-area {
        width: 100%;
        display: flex !important
    }

    .top-stores.grid-list-template.active .exclusive {
        transform: translateY(100%);
        opacity: 0;
        position: absolute
    }

    .top-stores.grid-list-template.active .exclusive-second {
        transform: translateY(0);
        opacity: 1;
        position: initial
    }

    .top-stores.grid-list-template .exclusive-second {
        transform: translateY(100%);
        opacity: 0;
        position: absolute
    }
}

.trending-categories .single-box .thumb-area img {
    width: 130px;
    height: 73px
}

.trending-categories.second .single-box .thumb-area {
    height: 115px
}

.trending-categories.third .single-box .thumb-area {
    width: 120px;
    height: 70px
}

.trending-categories.third .single-box:hover {
    border: 1px solid rgba(var(--p1), 1) !important
}

@media(min-width: 1599px) {

    .collapse-section.body-collapse .top-stores,
    .collapse-section.body-collapse .popular-coupons,
    .collapse-section.body-collapse .looking-more-offer,
    .collapse-section.body-collapse .customers-feedback {
        width: 90%;
        margin: 0 auto
    }
}

@media(min-width: 1199px) {

    .collapse-section .top-stores.trending-features .row.cus-row,
    .collapse-section .top-stores.second .row.cus-row {
        display: grid !important
    }
}

@media(min-width: 1199px)and (min-width: 1199px) {

    .collapse-section .top-stores.trending-features .row.cus-row,
    .collapse-section .top-stores.second .row.cus-row {
        grid-template-columns: repeat(3, 1fr) !important
    }
}

@media(min-width: 1199px)and (min-width: 1350px) {

    .collapse-section .top-stores.trending-features .row.cus-row,
    .collapse-section .top-stores.second .row.cus-row {
        grid-template-columns: repeat(4, 1fr) !important
    }
}

@media(min-width: 1199px)and (min-width: 1550px) {

    .collapse-section .top-stores.trending-features .row.cus-row,
    .collapse-section .top-stores.second .row.cus-row {
        grid-template-columns: repeat(5, 1fr) !important
    }
}

@media(min-width: 1199px) {

    .collapse-section .top-stores.trending-features .row.cus-row>div,
    .collapse-section .top-stores.second .row.cus-row>div {
        width: 100% !important;
        height: 100% !important
    }
}

@media(min-width: 1199px)and (min-width: 1199px) {

    .collapse-section.body-collapse .top-stores.trending-features .row.cus-row,
    .collapse-section.body-collapse .top-stores.second .row.cus-row {
        grid-template-columns: repeat(2, 1fr) !important
    }
}

@media(min-width: 1199px)and (min-width: 1350px) {

    .collapse-section.body-collapse .top-stores.trending-features .row.cus-row,
    .collapse-section.body-collapse .top-stores.second .row.cus-row {
        grid-template-columns: repeat(3, 1fr) !important
    }
}

@media(min-width: 1199px)and (min-width: 1550px) {

    .collapse-section.body-collapse .top-stores.trending-features .row.cus-row,
    .collapse-section.body-collapse .top-stores.second .row.cus-row {
        grid-template-columns: repeat(4, 1fr) !important
    }
}

@media(min-width: 1199px) {
    .collapse-section .top-stores.top-collection .cus-grid {
        display: grid !important;
        align-content: baseline
    }
}

@media(min-width: 1199px)and (min-width: 1199px) {
    .collapse-section .top-stores.top-collection .cus-grid {
        grid-template-columns: repeat(4, 1fr) !important
    }
}

@media(min-width: 1199px)and (min-width: 1399px) {
    .collapse-section .top-stores.top-collection .cus-grid {
        grid-template-columns: repeat(5, 1fr) !important
    }
}

@media(min-width: 1199px)and (min-width: 1650px) {
    .collapse-section .top-stores.top-collection .cus-grid {
        grid-template-columns: repeat(6, 1fr) !important
    }
}

@media(min-width: 1199px)and (min-width: 1750px) {
    .collapse-section .top-stores.top-collection .cus-grid {
        grid-template-columns: repeat(7, 1fr) !important
    }
}

@media(min-width: 1199px)and (min-width: 1199px) {
    .collapse-section.body-collapse .top-stores.top-collection .cus-grid {
        grid-template-columns: repeat(3, 1fr) !important
    }
}

@media(min-width: 1199px)and (min-width: 1550px) {
    .collapse-section.body-collapse .top-stores.top-collection .cus-grid {
        grid-template-columns: repeat(4, 1fr) !important
    }
}

@media(min-width: 1199px) {
    .collapse-section .looking-more-offer .item-wrapper .row {
        display: grid !important
    }

    .collapse-section .looking-more-offer .item-wrapper .row>div {
        width: 100% !important;
        height: 100% !important
    }
}

@media(min-width: 1199px)and (min-width: 1199px) {
    .collapse-section .looking-more-offer .item-wrapper .row {
        grid-template-columns: repeat(4, 1fr) !important
    }
}

@media(min-width: 1199px)and (min-width: 1199px) {
    .collapse-section.body-collapse .looking-more-offer .item-wrapper .row {
        grid-template-columns: repeat(3, 1fr) !important
    }
}

.contact-us .single-item.active,
.contact-us .single-item:hover {
    background-color: rgba(var(--f5), 1)
}

.contact-us .single-item.active .icon-area,
.contact-us .single-item:hover .icon-area {
    background-color: rgba(var(--n1), 1)
}

.contact-us .single-item.active .icon-area i,
.contact-us .single-item:hover .icon-area i {
    color: rgba(var(--f5), 1)
}

.contact-us .single-item.active *,
.contact-us .single-item:hover * {
    color: rgba(var(--n1), 1)
}

.blog-section .single-list .icon-area img {
    width: 25px
}

.blog-section .single-list.active,
.blog-section .single-list:hover {
    background-color: rgba(var(--f5), 1)
}

.blog-section .single-list.active *,
.blog-section .single-list:hover * {
    color: rgba(var(--n1), 1)
}

.blog-section .more-post .thumb-area img {
    width: 100px;
    min-width: 100px;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover
}

.blog-section .reply-btn:hover * {
    color: rgba(var(--f5), 1)
}

.banner-area {
    background-color: #d9e4e5
}

@media(max-width: 1399px) {
    .banner-area .img-area img {
        width: 200px
    }
}

@media(max-width: 991px) {
    .banner-area .img-area img {
        width: 150px
    }
}

.customers-feedback .single-item.active,
.customers-feedback .single-item:hover {
    border: 1px solid rgba(var(--p1), 1) !important
}

.customers-feedback .single-item .quote-area {
    transform: rotate(180deg)
}

.customers-feedback .single-item .quote-second {
    margin: -8px;
    width: 40px;
    min-width: 40px;
    height: 40px
}

@media(max-width: 576px) {
    .customers-feedback .single-item .quote-second {
        width: 30px;
        min-width: 30px;
        height: 30px
    }
}

.customers-feedback.second .thumb-area {
    width: 88px;
    min-width: 88px;
    height: 88px
}

.customers-feedback.third .quote-area {
    transform: rotate(180deg)
}

@media(min-width: 1199px) {
    .customers-feedback.third .img-area>img {
        max-width: unset
    }
}

.best-partner .swiper-wrapper {
    transition-timing-function: linear
}

.best-partner .swiper-slide {
    width: 180px
}

.single-range .range-slider-bg {
    height: 5px
}

.single-range .range-slider {
    -webkit-appearance: none;
    width: 100%;
    height: inherit;
    background: linear-gradient(to right, rgba(var(--p2), 1), rgba(var(--p2), 1)) no-repeat;
    background-size: calc((var(--value) - var(--min))*100%/(var(--max) - var(--min))) 100%;
    outline: none
}

.single-range .range-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    min-width: 16px;
    height: 16px;
    background: rgba(var(--p2), 1);
    border-radius: 20px;
    cursor: pointer
}

.newsletter .abs-area>div:first-child {
    bottom: -70px
}

.newsletter .abs-area>div:last-child {
    top: -70px
}

@media(max-width: 1799px) {

    .newsletter .abs-area>div:last-child,
    .newsletter .abs-area>div:first-child {
        max-width: 180px
    }
}

/*# sourceMappingURL=style.min.css.map */
.custom-card {
    height: 320px;
    background-color: transparent;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    border-radius: 12px;
}

.custom-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.card-bg img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.gradient-blur {
    background: linear-gradient(to top, rgb(50 50 50), rgb(59 59 59 / 40%) 60%, rgb(255 255 255 / 0%) 100%);
    backdrop-filter: blur(1px);
    /* Add blur efect */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1rem;
}

.text-content h5,
.text-content p {
    margin: 0;
}

.developercorner .swiper-slide {
    width: auto !important;
    /* Let Swiper adjust width automatically */
    flex-shrink: 0;
    /* Prevent cards from shrinking */
}

@media (max-width: 480px) {
    .developercorner {
        width: 100%;
        /* Ensure carousel takes full width */
    }
}

.top-stores .appcity-user-link-main{
    color: rgb(32, 33, 36);
    fill: rgb(32, 33, 36);
    stop-color: rgb(32, 33, 36);
}
.top-stores .appcity-user-link-main:hover{
    color: #1CA2FC;
}
.top-stores .col img {
    width: 140px;
    height: auto;
    border-radius: 20%;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
    margin-bottom: 17px;
    border-width: 0;
}

.top-stores .col .custom-name {
    font-size: .875rem;
    font-weight: 500;
    letter-spacing: .0178571429em;
    line-height: 1.25rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: normal !important;
}

.top-stores .col .custom-rating {
    color: rgb(95, 99, 104);
    fill: rgb(95, 99, 104);
    stop-color: rgb(95, 99, 104);
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0178571429em;
    line-height: 1.25rem;
    align-items: center;
    display: flex;
    gap: 10px;
    margin-top: 2px;
}

/* appcity developer */
.appcity-developer-navbar {
    border-bottom: 1px solid #b9cad0;
}

.banner-section.index-two .single-box {
    background-color: #1dbb58;
}

.index-two .single-box span i {
    color: #1dbb58;
    font-size: inherit;
    font-weight: inherit;
    position: inherit;
    transition: inherit;
}

.appcity-howitworks span i {
    color: #1dbb58;
    font-size: inherit;
    font-weight: inherit;
    position: inherit;
    transition: inherit;
}

.app-city-f7-bg-color span i {
    color: #1dbb58;
    font-size: inherit;
    font-weight: inherit;
    position: inherit;
    transition: inherit;
}

.appcity-developer-testi span i {
    color: #1dbb58;
    font-size: inherit;
    font-weight: inherit;
    position: inherit;
    transition: inherit;
}

.app-screenshot {
    position: relative;
    z-index: 99;
}

.waveTop {
    animation: move_wave 30s linear infinite;
}

@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }

    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.85)
    }

    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}

.wave {
    position: absolute;
    left: 0;
    width: 100%;
    height: 105px;
    bottom: 0;
    background-repeat: no-repeat;
    transform-origin: center bottom;
}

.waveTop {
    background-size: 100% 130px;
    width: 200%;
    opacity: 0.7;
}

.waveMiddle {
    animation: move_wave 20s linear infinite;
}

.waveMiddle {
    background-size: 100% 120px;
    width: 200%;
}

.work__item {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    padding-right: 85px;
}

.work__item-wrap .row [class*=col-]:nth-child(odd) {
    margin-top: 90px;
}

.work__icon {
    display: inline-block;
    width: 150px;
    height: 150px;
    line-height: 150px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    font-size: 50px;
    transition: all ease .5s;
    color: #f68820;
    animation: border-transform 5s linear infinite alternate forwards;
    text-align: center;
    border: 1px dashed #1dbb58;
    background-color: #edf6ee;
}

.work__icon::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    width: 120px;
    height: 120px;
    background-color: #1dbb58;
    z-index: -1;
    transition: all ease .5s;
    animation: border-transform 10s linear infinite alternate forwards;
}

.work__icon span {
    width: 40px;
    height: 40px;
    background: #ff943d;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
}

.work__content-two .title {
    font-size: 24px;
    color: #333333;
    margin-bottom: 10px;
    font-weight: 600;
}

.work__content-two p {
    margin-bottom: 15px;
}

.work__content-two .link-btn {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    gap: 5px;
}

.work__content-two .link-btn i {
    font-size: 14px;
}

.work__arrow {
    position: absolute;
    right: -46px;
    top: 22px;
    transform: rotate(-22deg);
    color: #000000;
}

.work__item-wrap .row [class*=col-]:nth-child(even) .work__arrow {
    transform: rotate(22deg);
    top: 100px;
}

.work__item-wrap .row [class*=col-]:last-child .work__arrow {
    display: none;
}

@keyframes border-transform {

    0%,
    100% {
        border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
    }

    14% {
        border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
    }

    28% {
        border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
    }

    42% {
        border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
    }

    56% {
        border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
    }

    70% {
        border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
    }

    84% {
        border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
    }
}

@media (max-width: 1199.98px) {
    .work__item {
        padding-right: 0;
    }
}

@media (max-width: 991.98px) {
    .work__arrow {
        display: none;
    }
}

.text-two-line-overflow-appcity {
    font-size: .875rem;
    font-weight: 500;
    letter-spacing: .0178571429em;
    line-height: 1.25rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: normal !important;
}
.appcity-detail-user-page-feb .custom-rating{
    color: rgb(95, 99, 104);
    fill: rgb(95, 99, 104);
    stop-color: rgb(95, 99, 104);
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0178571429em;
    line-height: 1.25rem;
    align-items: center;
    display: flex;
    gap: 10px;
    margin-top: 2px;
}
/* Search Icon */


.appcity-search-j2 {
    column-gap: 16px;
    display: grid;
    grid-template-columns: max-content auto;
    margin: 16px 0;
    align-items: center;
}

.appcity-search-stzEZd {
    border-radius: 12px;
    border-width: 0;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
    height: 56px;
    width: 56px;
}

@media screen and (min-width: 1280px) {
    .appcity-search-stzEZd {
        height: 64px;
        width: 64px;
    }
}

.appcity-search-T75of {
    background-size: contain;
}

.appcity-search-cX {
    display: grid;
    grid-template-rows: max-content;
    height: fit-content;
    row-gap: 2px;
}

.appcity-search-ub {
    align-items: center;
    display: inline-flex;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.appcity-search-w2kbF,
.appcity-search-wMUdtb {
    line-height: 1rem;
    font-size: .80rem;
    letter-spacing: .025em;
    font-weight: 400;
    letter-spacing: .2px;
}

.appcity-search-wMUdtb {
    color: rgb(32, 33, 36);
    fill: rgb(32, 33, 36);
    stop-color: rgb(32, 33, 36);
}

/* newwnewwwwwwwwwwwwwwwww */
/* Login and Registration */
.authentication{
    display: flex;
    height: 100vh;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.authentication .container-fluid {
    height: 100%;
}
.authentication .appcity-login-reg-feb img{
height:100vh;
}
/* Search Bar Styling */
.appcity-head-search-user-search-bar {
    max-width: 800px;
    margin: 0 auto;
}

.appcity-head-search-user-search-bar .input-group {
    border-radius: 30px;
    overflow: hidden;
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
}

.appcity-head-search-user-search-icon {
    /* background-color: #e2ecfc; */
    border: none;
    padding: 10px 15px;
    font-size: 18px;
    color: #888;
}

.appcity-head-search-user-search-input {
    border: none;
    padding: 10px 15px;
    outline: none;
    width: 100%;
    font-size: 16px;
    transition: box-shadow 0.3s ease;
}

.appcity-head-search-user-search-input:focus {
    box-shadow: 0 0 8px rgba(0, 123, 255, 0.5);
}


/* Responsive Adjustments */
@media (max-width: 992px) {
    .appcity-head-search-user-search-bar {
        margin-top: 10px;
        max-width: 100%;
    }

    .appcity-head-search-user-search-input {
        padding: 8px 12px;
    }

    .appcity-head-search-user-search-button {
        padding: 8px 15px;
    }
}

@media (max-width: 768px) {
    .appcity-head-search-user-search-bar {
        margin-top: 15px;
    }

    .appcity-head-search-user-search-input {
        font-size: 14px;
    }

    .appcity-head-search-user-search-button {
        font-size: 14px;
    }
}

/* Mobile View Layout Fix */
@media (max-width: 576px) {
    .top-header .row {
        flex-direction: row; 
        align-items: center;
    }

    .top-header .col-6 {
        width: auto; 
        flex-grow: 1; 
    }

    .appcity-head-search-user-search-bar {
        width: 100%;
        margin-top: 10px;
    }

    .nav-brand {
        margin-right: auto;
    }

    .appcity-head-search-user-icon {
        margin-left: auto;
    }
    .bar-top-appcity-pkmkb{
        order:3;
    }
}

/* Stepper */
.stepper {
    display: flex;
    align-items: center;
    position: relative;
}

.step-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    transition: all 0.3s ease;
}

.step-line {
    flex-grow: 1;
    height: 4px;
    background-color: #ccc;
    transition: all 0.3s ease;
}

.step-circle.active {
    background-color: #1dbb58;
    color: white;
    transform: scale(1.2);
    box-shadow: 0 0 10px #1dbb5791;
}

.step-line.active {
    background-color: #1dbb58;
}

.step {
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out;
}

.step.active {
    visibility: visible;
    opacity: 1;
    height: auto;
}


.custom-update-appcity-app-btn {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    color: #007BFF;
    border: 1px solid rgba(0, 123, 255, 0.5);
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 123, 255, 0.2);
}

.custom-update-appcity-app-btn i {
    font-size: 16px;
}

.custom-update-appcity-app-btn:hover {
    background: #007BFF;
    color: white;
    border-color: #007BFF;
    box-shadow: 0 6px 15px rgba(0, 123, 255, 0.3);
    transform: translateY(-2px);
}

.custom-update-appcity-app-btn:focus {
    outline: none;
    box-shadow: 0 0 8px rgba(0, 123, 255, 0.6);
}

/* .................. */
/* General Section Styling */
/* General Section Styling */
.rewards-us {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, #1dbb58 0%, #8BC34A 50%, #007b3d 100%);
    padding: 120px 0;
}

/* Highlight Animation for Section */
/* Left Section Styling */
.rewards-head-area h3 {
    font-size: 2.5rem;
    color:#f68820;
    animation: fadeInLeft 1s ease-in-out;
}

.rewards-head-area p {
    font-size: 1.1rem;
    color: #7f8c8d;
    animation: fadeInLeft 1.2s ease-in-out;
}

.rewards-single-item {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    animation: fadeInUp 1s ease-in-out;
}

.rewards-single-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.rewards-single-item span.text-warning {
    color: #f39c12;
}

.rewards-single-item span.text-dark {
    color: #34495e;
}

/* Right Section (Rewards Table) Styling */

.apr-reward-sec-developer-card {
    max-width: 500px;
    margin: 0 auto;
    padding: 2rem;
    background:linear-gradient(135deg, #f68820, #ffcc00);
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.03);
    animation: floatUpDown 3s ease-in-out infinite;
  }
  @keyframes floatUpDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}
  .apr-reward-sec-developer-header {
    margin-bottom: 1.5rem;
    text-align: center;
  }
  
  .apr-reward-sec-developer-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 0.5rem 0;
  }
  
  .apr-reward-sec-developer-divider {
    height: 2px;
    width: 60px;
    background: linear-gradient(90deg, #ffffff, #ffffff);
    margin: 0 auto;
    border-radius: 2px;
  }
  
  .apr-reward-sec-developer-table-container {
    overflow-x: auto;
  }
  
  .apr-reward-sec-developer-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
  }
  .apr-reward-sec-developer-table-header-3{
    background-color: #f9fafb;
  }
  .apr-reward-sec-developer-th {
    padding: 0.75rem 1rem;
    position: relative;
  }
  
  .apr-reward-sec-developer-th-content {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 0.85rem;
    color: #000000e6;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  
  .apr-reward-sec-developer-tr {
    transition: background-color 0.2s ease;
  }
  
  .apr-reward-sec-developer-td {
    padding: 1rem;
    text-align: center;
    font-weight: 600;
    color: #ffffff;
    border-bottom: 1px solid #f3f4f6;
  }
  
  .apr-reward-sec-developer-highlight {
    background-color:#ffffff30;
  }
  
  .apr-reward-sec-developer-premium {
    color:#00534b;
    font-weight: 600;
    position: relative;
  }
  
  .apr-reward-sec-developer-premium::after {
    content: "";
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 2px;
    background: #00534b;
  }
  
  @media (max-width: 640px) {
    .apr-reward-sec-developer-card {
      padding: 1.5rem;
    }
    
    .apr-reward-sec-developer-th, 
    .apr-reward-sec-developer-td {
      padding: 0.75rem;
    }
    
    .apr-reward-sec-developer-th-content {
      font-size: 0.75rem;
    }
  }

/* Sidebar Container */
.sidebar {
    background: #414141;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.sidebar-widget .sec-title {
    margin-bottom: 20px;
}

.sidebar-widget .sec-title h2 {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 10px;
}

.recent-posts ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.recent-posts ul li.post-item {
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    background-color: #fff;
}

.recent-posts ul li.post-item:hover {
    background-color: #ffedde;
}

.recent-posts ul li.post-item.active {
    background-color: #FF943D;
}

.recent-posts ul li.post-item.active a {
    color: #fff;
    font-weight: 600;
}

.recent-posts ul li.post-item a {
    text-decoration: none;
    color: #080808;
    font-size: 16px;
    display: flex;
    align-items: center;
    transition: color 0.3s ease;
}


.recent-posts ul li.post-item a i {
    margin-right: 10px;
    font-size: 18px;
    color: #1dbb58;
}

.recent-posts ul li.post-item.active a i {
    color: #fff;
}

/* Dashbaord Overview */

/* Overview Cards */
.appcity-developer-overview-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #e0e0e0;
    border-radius: 10px;

}

.appcity-developer-overview-card:hover {
    transform: translateY(-5px);
}

.appcity-developer-overview-card-icon {
    font-size: 40px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--card-color), var(--card-color-dark));
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    margin: 0 auto 20px;
    transition: transform 0.3s ease;
}

.appcity-developer-overview-card:hover .appcity-developer-overview-card-icon {
    transform: scale(1.1);
}

.appcity-developer-overview-card-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.appcity-developer-overview-card-value {
    font-size: 24px;
    font-weight: 700;
    color:#333;
    margin: 0;
}

.appcity-developer-overview-card-footer {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
}

.appcity-developer-overview-card-footer i {
    color: var(--card-color);
}

/* Unique Colors for Each Card */
.appcity-developer-dashover-card-1 {
    background-color:#FDECEC;
    --card-color: #8252e9;
    --card-color-dark: #8252e9;
}

.appcity-developer-dashover-card-2 {
    background-color:#FDF6EC;
    --card-color: #28a745;
    --card-color-dark: #1e7e34;
}

.appcity-developer-dashover-card-3 {
    background-color: #ECF6FD;
    --card-color: #ffc107;
    --card-color-dark: #e0a800;
}

.appcity-developer-dashover-card-4 {
    background-color:#ECFDF4;
    --card-color: #dc3545;
    --card-color-dark: #a71d2a;
}

/* Performance Insights Section */
.appcity-developer-performance-insights {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.appcity-developer-performance-insights-title {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}

.appcity-developer-performance-insights-content {
    font-size: 16px;
    color: #666;
}

/* Quick Actions Section */
.appcity-developer-quick-actions {
    background: #ffffff;
    margin-top: 20px;
}

.appcity-developer-quick-actions-title {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}

.appcity-developer-quick-actions-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.appcity-developer-quick-actions-btn {
    background:#1dbb58;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.appcity-developer-quick-actions-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.appcity-developer-quick-actions-btn i {
    font-size: 20px;
}

/* Reward Card Container */
/* General Styling for Cards */
.appcity-developer-reward-card {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 15px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.appcity-developer-reward-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* Vibrant Gradient Backgrounds for Each Card */
.appcity-developer-card-1 {
    background: linear-gradient(90deg, #00C853 0%, #B2FF59 100%);
}

.appcity-developer-card-2 {
    background: linear-gradient(90deg, #1E88E5 0%, #64B5F6 100%);
}

.appcity-developer-card-3 {
    background: linear-gradient(90deg, #8E24AA 0%, #D500F9 100%);
}

.appcity-developer-card-4 {
    background: linear-gradient(90deg, #FFD700 0%, #FF8C00 100%);
}

.appcity-developer-card-5 {
    background: linear-gradient(90deg, #000428 0%, #004e92 100%);
}


/* Icon Styling */
.appcity-developer-reward-icon {
    font-size: 50px;
    color: #ffffff;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.appcity-developer-reward-card:hover .appcity-developer-reward-icon {
    transform: rotate(360deg);
}

/* Title Styling */
.appcity-developer-reward-title {
    font-size: 1.5rem;
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: bold;
}

/* Amount Styling */
.appcity-developer-reward-amount {
    font-size: 1.2rem;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 20px;
}


/* Progress Text Styling */
.appcity-developer-progress-text {
    font-size: 0.9rem;
    color: #ffffff;
    margin-bottom: 0;
    font-weight: 600;
}

/* Hover Effect for All Cards */
.appcity-developer-reward-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
    transition: left 0.5s ease;
}

.appcity-developer-reward-card:hover::before {
    left: 100%;
}

/* Pulse Animation for Exclusive Rewards */
.appcity-developer-card-5 {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.03);
    }

    100% {
        transform: scale(1);
    }
}

/* Locked Reward Card Styling */
.appcity-developer-card-locked {
    background: linear-gradient(135deg, #d3d3d3 0%, #a9a9a9 100%);
    position: relative;
    overflow: hidden;
}

.appcity-developer-card-locked .appcity-developer-reward-icon {
    color: #ffffff;
}

.appcity-developer-card-locked .appcity-developer-reward-title,
.appcity-developer-card-locked .appcity-developer-reward-amount {
    color: #ffffff;
    opacity: 0.7;
    /* Make text look faded */
}

/* Responsive Design */
@media (max-width: 768px) {
    .appcity-developer-reward-card {
        margin-bottom: 20px;
    }
}

/* Notifications */
.appcity-developer-notifications {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.appcity-developer-notifications-title {
    font-size: 20px;
    font-weight: 500;
    color: #333;
    margin-bottom: 20px;
}

.appcity-developer-notifications-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.appcity-developer-notification {
    display: flex;
    align-items: flex-start;
    background: #f7f7f7;
    border-radius: 8px;
    padding: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.appcity-developer-notification:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.appcity-developer-notification-icon {
    font-size: 24px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 15px;
}

.appcity-developer-notification-approved .appcity-developer-notification-icon {
    background: #28a745;
    color: #ffffff;
}

.appcity-developer-notification-rejected .appcity-developer-notification-icon {
    background: #dc3545;
    color: #ffffff;
}

.appcity-developer-notification-suspended .appcity-developer-notification-icon {
    background: #ff6b6b;
    color: #ffffff;
}

.appcity-developer-notification-reward .appcity-developer-notification-icon {
    background: #ffc107;
    color: #ffffff;
}

.appcity-developer-notification-content {
    flex: 1;
}

.appcity-developer-notification-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.appcity-developer-notification-message {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}

.appcity-developer-notification-time {
    font-size: 12px;
    color: #999;
}


.appcity-developer-notification-approved:hover {
    background: #e6f4ea;
}

.appcity-developer-notification-rejected:hover {
    background: #f8d7da;
}

.appcity-developer-notification-suspended:hover {
    background: #ffe6e6;
}

.appcity-developer-notification-reward:hover {
    background: #fff3cd;
}

/* Help & Support Container */
/* Help & Support Container */

/* Help & Support Title */
.appcity-developer-help-support-title {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

/* Help & Support Subtitle */
.appcity-developer-help-support-subtitle {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
}

/* Help & Support Content */
.appcity-developer-help-support-content {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

/* Help & Support Card */
.appcity-developer-help-support-card {
    flex: 1;
    background: #f9f9f9;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.appcity-developer-help-support-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

/* Help & Support Icon */
.appcity-developer-help-support-icon {
    font-size: 32px;
    color: #1dbb58;
    margin-bottom: 15px;
}

/* Help & Support Card Title */
.appcity-developer-help-support-card-title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

/* Help & Support Card Text */
.appcity-developer-help-support-card-text {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

/* Help & Support Card Link */
.appcity-developer-help-support-card-link {
    font-size: 14px;
    font-weight: 600;
    color: #007BFF;
    text-decoration: none;
    transition: color 0.3s ease;
}

.appcity-developer-help-support-card-link:hover {
    color: #0056b3;
}

/* Side Nav */
.card-appcity-side-nav-dash {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0;
}

.card-body-appcity-side-nav-dash {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-header-appcity-side-nav-dash {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    text-align: center;
}

.dashboard-appcity-side-nav-dash {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
}

.dashboard-app-appcity-side-nav-dash {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    margin-top: 84px;
}

.dashboard-content-appcity-side-nav-dash {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    padding: 25px;
}

.dashboard-nav-appcity-side-nav-dash {
    min-width: 238px;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
    background-color: #071431;
}

.dashboard-compact-appcity-side-nav-dash .dashboard-nav-appcity-side-nav-dash {
    display: none;
}

.dashboard-nav-appcity-side-nav-dash header {
    min-height: 84px;
    padding: 8px 27px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.dashboard-nav-appcity-side-nav-dash header .menu-toggle-appcity-side-nav-dash {
    display: none;
    margin-right: auto;
}

.dashboard-nav-appcity-side-nav-dash a {
    color: #515151;
}

.dashboard-nav-appcity-side-nav-dash a:hover {
    text-decoration: none;
}

.dashboard-nav-appcity-side-nav-dash {
    background-color: #071431;
}

.dashboard-nav-appcity-side-nav-dash a {
    color: #fff;
}

.brand-logo-appcity-side-nav-dash {
    font-family: "Nunito", sans-serif;
    font-weight: bold;
    font-size: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #515151;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.brand-logo-appcity-side-nav-dash:focus,
.brand-logo-appcity-side-nav-dash:active,
.brand-logo-appcity-side-nav-dash:hover {
    color: #dbdbdb;
    text-decoration: none;
}

.brand-logo-appcity-side-nav-dash i {
    color: #d2d1d1;
    font-size: 27px;
    margin-right: 10px;
}

.dashboard-nav-list-appcity-side-nav-dash {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.dashboard-nav-item-appcity-side-nav-dash {
    min-height: 56px;
    padding: 8px 20px 8px 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0.02em;
    transition: ease-out 0.5s;
}

.dashboard-nav-item-appcity-side-nav-dash i {
    width: 36px;
    font-size: 19px;
    margin-left: -40px;
}

.dashboard-nav-item-appcity-side-nav-dash:hover {
    background: rgba(255, 255, 255, 0.04);
}

.dashboard-nav-list-appcity-side-nav-dash .active {
    background: #1dbb58;
}

.dashboard-nav-dropdown-appcity-side-nav-dash {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.dashboard-nav-dropdown-appcity-side-nav-dash.show {
    background: rgba(255, 255, 255, 0.04);
}

.dashboard-nav-dropdown-appcity-side-nav-dash.show>.dashboard-nav-dropdown-toggle-appcity-side-nav-dash {
    font-weight: bold;
}

.dashboard-nav-dropdown-appcity-side-nav-dash.show>.dashboard-nav-dropdown-toggle-appcity-side-nav-dash:after {
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
}

.dashboard-nav-dropdown-appcity-side-nav-dash.show>.dashboard-nav-dropdown-menu-appcity-side-nav-dash {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.dashboard-nav-dropdown-toggle-appcity-side-nav-dash:after {
    content: "";
    margin-left: auto;
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgba(81, 81, 81, 0.8);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.dashboard-nav-appcity-side-nav-dash .dashboard-nav-dropdown-toggle-appcity-side-nav-dash:after {
    border-top-color: rgba(255, 255, 255, 0.72);
}

.dashboard-nav-dropdown-menu-appcity-side-nav-dash {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.dashboard-nav-dropdown-item-appcity-side-nav-dash {
    min-height: 40px;
    padding: 8px 20px 8px 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    transition: ease-out 0.5s;
}

.dashboard-nav-dropdown-item-appcity-side-nav-dash:hover {
    background: rgba(255, 255, 255, 0.04);
}

.menu-toggle-appcity-side-nav-dash {
    position: relative;
    width: 42px;
    height: 42px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #333;
}

.menu-toggle-appcity-side-nav-dash:hover,
.menu-toggle-appcity-side-nav-dash:active,
.menu-toggle-appcity-side-nav-dash:focus {
    text-decoration: none;
    color: #59595991;
    cursor: pointer;
}

.menu-toggle-appcity-side-nav-dash i {
    font-size: 20px;
}

.dashboard-toolbar-appcity-side-nav-dash {
    min-height: 84px;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 27px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    border-bottom: 1px solid #c5c5c5;
}

.nav-item-divider-appcity-side-nav-dash {
    height: 1px;
    margin: 1rem 0;
    overflow: hidden;
    background-color: rgba(236, 238, 239, 0.3);
}

@media (min-width: 992px) {
    .dashboard-app-appcity-side-nav-dash {
        margin-left: 238px;
    }

    .dashboard-compact-appcity-side-nav-dash .dashboard-app-appcity-side-nav-dash {
        margin-left: 0;
    }
}


@media (max-width: 768px) {
    .dashboard-content-appcity-side-nav-dash {
        padding: 15px 0px;
    }
}

@media (max-width: 992px) {
    .dashboard-nav-appcity-side-nav-dash {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 1070;
    }

    .dashboard-nav-appcity-side-nav-dash.mobile-show-appcity-side-nav-dash {
        display: block;
    }
}

@media (max-width: 992px) {
    .dashboard-nav-appcity-side-nav-dash header .menu-toggle-appcity-side-nav-dash {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (min-width: 992px) {
    .dashboard-toolbar-appcity-side-nav-dash {
        left: 238px;
    }

    .dashboard-compact-appcity-side-nav-dash .dashboard-toolbar-appcity-side-nav-dash {
        left: 0;
    }
}

/* Track Progress Container */
.appcity-developer-track-progress-app {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.appcity-developer-track-progress-app:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

/* App Header */
.appcity-developer-track-progress-app-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.appcity-developer-track-progress-app-logo {
    width: 64px;
    height: 64px;
    border-radius: 8px;
    margin-right: 15px;
    object-fit: cover;
}

.appcity-developer-track-progress-app-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

/* Reward Card */
.appcity-developer-track-progress-reward {
    background: #f9f9f9;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.appcity-developer-track-progress-reward:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.appcity-developer-track-progress-reward-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.appcity-developer-track-progress-reward-amount {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

/* Progress Bar */
.appcity-developer-track-progress-reward-progress {
    margin-bottom: 14px;
}

.appcity-developer-track-progress-reward-download-count {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}

.appcity-developer-track-progress-reward-progress .progress {
    width: 100%;
    height: 10px;
    background: #e0e0e0;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.appcity-developer-track-progress-reward-progress .progress-bar {
    height: 100%;
    width: var(--progress-width, 40%);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.progress-1k {
    background: linear-gradient(90deg, #00C853 0%, #B2FF59 100%);
}

.progress-5k {
    background: linear-gradient(90deg, #1E88E5 0%, #64B5F6 100%);
}

.progress-10k {
    background: linear-gradient(90deg, #8E24AA 0%, #D500F9 100%);
}

.progress-50k {
    background: linear-gradient(90deg, #FFD700 0%, #FF8C00 100%);
}

.progress-100k {
    background: linear-gradient(90deg, #000428 0%, #004e92 100%);
}

/* Downloading Animation in Filled Area */
.appcity-developer-track-progress-reward-progress .progress-bar::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2));
    animation: downloadAnimation 1.5s infinite linear;
}

/* Looping Effect Inside Progress Area */
@keyframes downloadAnimation {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

/* Redeem Button */
.appcity-developer-track-progress-reward-redeem-btn {
    background: linear-gradient(90deg, #007BFF, #00BFFF);
    color: #ffffff;
    border: none;
    border-radius: 20px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.appcity-developer-track-progress-reward-redeem-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.appcity-developer-track-progress-reward-redeem-btn:disabled {
    background: #6c757d;
    cursor: not-allowed;
    opacity: 0.7;
}

/* profile */
/* Profile Container */
.appcity-developer-profile {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Profile Title */
.appcity-developer-profile-title {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}

/* Section Title */
.appcity-developer-profile-section-title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

/* Profile View Section */
.appcity-developer-profile-view-content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.appcity-developer-profile-view-item {
    background:#fff;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.appcity-developer-profile-view-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.appcity-developer-profile-view-icon {
    font-size: 24px;
    color: #1dbb58;
    background: #eaeaea;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
}

.appcity-developer-profile-view-details {
    flex: 1;
}

.appcity-developer-profile-view-details label {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
    display: block;
}

.appcity-developer-profile-view-details p {
    font-size: 16px;
    color: #000;
    margin: 0;
}

/* Edit Profile Section */
.appcity-developer-profile-edit-form .form-group {
    margin-bottom: 15px;
}

.appcity-developer-profile-edit-form label {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
    display: block;
}

.appcity-developer-profile-edit-form .form-control {
    width: 100%;
    padding: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    color: #333;
    transition: border-color 0.3s ease;
}

.appcity-developer-profile-edit-form .form-control:focus {
    border-color: #000;
    outline: none;
}

.appcity-developer-profile-edit-submit-btn {
    background: linear-gradient(90deg, #007BFF, #00BFFF);
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.appcity-developer-profile-edit-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Change Password Section */
.appcity-developer-profile-change-password-form .form-group {
    margin-bottom: 15px;
}

.appcity-developer-profile-change-password-form label {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
    display: block;
}

.appcity-developer-profile-change-password-form .form-control {
    width: 100%;
    padding: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    color: #333;
    transition: border-color 0.3s ease;
}

.appcity-developer-profile-change-password-form .form-control:focus {
    border-color: #007BFF;
    outline: none;
}

.appcity-developer-profile-change-password-submit-btn {
    background: linear-gradient(90deg, #007BFF, #00BFFF);
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.appcity-developer-profile-change-password-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Additional Features Section */
.appcity-developer-profile-additional-features-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.appcity-developer-profile-additional-features-btn {
    background: linear-gradient(90deg, #007BFF, #00BFFF);
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.appcity-developer-profile-additional-features-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.appcity-developer-profile-additional-features-btn i {
    font-size: 20px;
}

/* Lightbox modal */
.lightbox-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

.lightbox-modal-content {
    max-width: 90%;
    max-height: 90%;
}
/*  */
 /* Custom Animation */
 @keyframes fadeInUp {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes pulse {
    0%, 100% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.05);
    }
  }

  .refer-section-appcity {
    background:linear-gradient(135deg, #1dbb58 0%, #8BC34A 50%, #007b3d 100%);
    color: #333;
    padding: 100px 0;
    overflow: hidden;
  }

  .refer-card-appcity {
    background: white;
    border-radius: 20px;
    padding: 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    animation: fadeInUp 1s ease-out;
  }

  .refer-card-appcity h2 {
    font-size: 3rem;
    font-weight: bold;
    color: #f68820;
    margin-bottom: 20px;
  }

  .refer-card-appcity p {
    margin-bottom: 30px;
  }

  .refer-card-appcity .btn {
    background: #1dbb58;
    color: white;
    transition: all 0.3s ease;
    animation: pulse 1s infinite;
  }

  .refer-card-appcity .icon {
    font-size: 5rem;
    color: #ff6f61;
    margin-bottom: 20px;
  }

  .refer-card-appcity .steps-appcity {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }

  .refer-card-appcity .step-appcity {
    flex: 1;
    padding: 20px;
    text-align: center;
    background:#edf6ee;
    border-radius: 15px;
    margin: 0 10px;
    transition: all 0.3s ease;
    border:1px dashed #1dbb58;
  }

  .refer-card-appcity .step-appcity:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(255, 111, 97, 0.2);
  }

  .refer-card-appcity .step-appcity h4 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
  }

  .refer-card-appcity .step-appcity p {
    font-size: 1rem;
    color: #555;
    margin-bottom:0;
  }
  .bg-gradient-refer-earn-appcity{
    background:linear-gradient(135deg, #1dbb58 0%, #8BC34A 50%, #007b3d 100%);
  }
  /* load more */
/* Base button styling */
.appcity-loadmore-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(135deg, #007acc, #1ca2fc);
    color: white;
    border: none;
    padding: 14px 30px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.appcity-loadmore-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.appcity-loadmore-btn:active {
    transform: scale(0.95);
}

/* Loader Animation */
.appcity-loadmore-spinner {
    display: none;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255, 255, 255, 0.5);
    border-top: 3px solid white;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Loading State */
.appcity-loadmore-btn.loading {
    background: #005f99;
}

.appcity-loadmore-btn.loading .appcity-loadmore-text {
    display: none;
}

.appcity-loadmore-btn.loading .appcity-loadmore-spinner {
    display: inline-block;
}

/* ---------------------------------- */
.deposit-appcity-main{
    background: url(/assets/images/bg1roadmap.png) center center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #edf6ee;
    height:100vh;
}

.authentication-deposit .container-fluid {
    height: 100%;
}

.deposit-container {
    margin: 50px auto;
    padding: 30px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  }
  .deposit-container h2 {
    text-align: center;
    margin-bottom: 25px;
    font-weight: 600;
    font-size:28px;
  }
  .form-label {
    font-weight: 600;
    color: #2c3e50;
  }
  .form-control {
    border-radius: 8px;
    padding: 12px;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
  }
  .form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 8px rgba(0, 123, 255, 0.2);
  }
  .form-control::placeholder {
    color: #999;
  }
  .fs-deposit-appcity{
    font-size:14px;
  }
  .btn-deposit {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    background-color: #1dbb58;
    border: 1px solid #1dbb58;
    font-weight: 600;
    color: #fff;
    transition: all 0.3s ease;
  }
  .btn-deposit:hover {
    background-color: #1dbb58;
    transform: translateY(-2px);
    color: #fff;
  }
  .payment-method {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }
  .payment-method input[type="radio"] {
    margin-right: 10px;
  }
  .payment-method label {
    font-weight: 500;
    color: #2c3e50;
  }
  .conditional-field {
    display: none;
    animation: fadeIn 0.5s ease;
  }
  @keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
  }
  .payment-method label {
  transition: all 0.3s ease;
}
.payment-method label:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.payment-method input:checked + label {
  border-color: #007bff;
  background-color: rgba(0, 123, 255, 0.1);
}
/* ------------- */
.appcity-march-dash-section {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.appcity-march-dash-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

.appcity-march-dash-chart {
    margin-top: 20px;
}

.appcity-march-dash-table {
    width: 100%;
    border-collapse: collapse;
}

.appcity-march-dash-table th,
.appcity-march-dash-table td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
}

.appcity-march-dash-table th {
    background-color: #f8f9fa;
    font-weight: bold;
    color: #555;
}

.appcity-march-dash-table tbody tr:hover {
    background-color: #f1f1f1;
}

.appcity-march-dash-chart {
    margin-top: 20px;
}

.appcity-march-dash-table tbody tr td:first-child {
    font-weight: bold;
    color: #4e73df;
}

.appcity-march-dash-table tbody tr td:nth-child(2) {
    color: #1cc88a;
}

.appcity-march-dash-table tbody tr td:nth-child(3) {
    color: #f6c23e;
}
/* --------boost app---------------- */
/* General Styles */
.boost-app-march-container {
    padding: 20px;
  }
  
  .boost-app-march-row {
    margin-bottom: 20px;
  }
  
  /* Dropdown Section */
  .boost-app-march-dropdown-section {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  
  .boost-app-march-dropdown-group {
    flex: 1;
    margin-right: 15px;
  }
  
  .boost-app-march-dropdown-group:last-child {
    margin-right: 0;
  }
  
  .boost-app-march-label {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
  }
  
  .boost-app-march-dropdown {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    color: #555;
    background: #f9f9f9;
    cursor: pointer;
  }
  
  .boost-app-march-dropdown:hover {
    border-color: #bbb;
  }
  
  /* Plans Section */
  .boost-app-march-plan-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .boost-app-march-plan-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  }
  
  .boost-app-march-badge {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #ff5722;
    color: white;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
  }
  
  .boost-app-march-plan-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
  }
  
  .boost-app-march-plan-description {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
  }
  
  .boost-app-march-plan-price {
    font-size: 30px;
    font-weight: bold;
    color: #333;
  }
  
  .boost-app-march-plan-duration {
    font-size: 16px;
    color: #888;
  }
  
  .boost-app-march-radio-label {
    display: block;
    margin-top: 20px;
    padding: 10px;
    background: #f0f0f0;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease;
  }
  
  .boost-app-march-radio-label:hover {
    background: #ddd;
  }
  
  input[type="radio"] {
    margin-right: 10px;
  }
  
  /* Plan 1 Styles */
  .boost-app-march-plan-1 {
    background: #e3f2fd;
    border-color: #90caf9;
  }
  
  .boost-app-march-plan-1 .boost-app-march-badge {
    background: #2196f3;
  }
  
  .boost-app-march-plan-1 .boost-app-march-radio-label {
    background: #2196f3;
    color: white;
  }
  
  .boost-app-march-plan-1 .boost-app-march-radio-label:hover {
    background: #1976d2;
  }
  
  /* Plan 2 Styles */
  .boost-app-march-plan-2 {
    background: #f1f8e9;
    border-color: #c5e1a5;
  }
  
  .boost-app-march-plan-2 .boost-app-march-badge {
    background: #8bc34a;
  }
  
  .boost-app-march-plan-2 .boost-app-march-radio-label {
    background: #8bc34a;
    color: white;
  }
  
  .boost-app-march-plan-2 .boost-app-march-radio-label:hover {
    background: #689f38;
  }
  
 /* Plan 3 Styles - Updated */
.boost-app-march-plan-3 {
    background: #fff3e0;  
    border-color: #ffcc80;
  }
  
  .boost-app-march-plan-3 .boost-app-march-badge {
    background: #ff9800;
  }
  
  .boost-app-march-plan-3 .boost-app-march-radio-label {
    background: #ff9800;
    color: white;
  }
  
  .boost-app-march-plan-3 .boost-app-march-radio-label:hover {
    background: #fb8c00; 
  }
  
  .boost-app-march-checkout-card {
    margin: 0 auto;
  }
  
  .boost-app-march-checkout-header {
    margin-bottom: 20px;
  }
  
  .checkout-icon {
    font-size: 40px;
    color: #1dbb58;
    margin-bottom: 10px;
  }
  
  .boost-app-march-checkout-title {
    font-size: 26px;
    font-weight: bold;
    color: #333;
    margin: 0;
  }
  
  .boost-app-march-checkout-details {
    margin-bottom: 20px;
    text-align: left;
  }
  
  .boost-app-march-detail-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }
  
  .detail-icon {
    font-size: 18px;
    color: #1dbb58;
    margin-right: 10px;
  }
  
  .boost-app-march-checkout-details p {
    font-size: 16px;
    color: #555;
    margin: 0;
  }
  
  .boost-app-march-checkout-details strong {
    color: #333;
  }
  
  .boost-app-march-terms {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
  }
  
  .boost-app-march-terms a {
    color: #1dbb58;
    text-decoration: none;
    font-weight: 500;
  }
  
  .boost-app-march-terms a:hover {
    text-decoration: underline;
  }
  
  .button-icon {
    font-size: 18px;
  }
  .boostapp-bg-appcity{
    background-color: #f5f5f5;
  }

  /*  */
  /* General Styling */
.promo-section {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #1dbb58 0%, #8BC34A 50%, #007b3d 100%);
}

.promo-content h2 {
    font-size:26px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
}

.promo-content p {
    font-size:18px;
    color: #f7f7f7;
    margin-bottom: 20px;
}

/* Background Effects using ::before and ::after */
.promo-section::before,
.promo-section::after {
    content: '';
    position: absolute;
    background:rgb(255 255 255 / 18%);
    z-index: 1;
    border-radius: 50%;
}

.promo-section::before {
    width: 400px;
    height: 400px;
    top: -150px;
    left: -150px;
    animation: float 3s infinite ease-in-out;
}

.promo-section::after {
    width: 300px;
    height: 300px;
    bottom: -100px;
    right: -100px;
    animation: float 5s infinite ease-in-out;
}

/* Image Styling */
.promo-img img {
    max-width: 100%;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
    width: 140px;
}

/* Floating Animation */
@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}
.w-90{
    width:90%;
}
.appcity-19march-bid-price-bg{
    background-color: #1dbb58;
    color:#fff;
}
input[type="range"]::-webkit-slider-thumb {
    background:#1dbb58; /* Change this color */
    cursor: pointer;
}

input[type="range"]::-moz-range-thumb {
    background:#1dbb58 ;
    cursor: pointer;
}

input[type="range"]::-ms-thumb {
    background:#1dbb58;
    cursor: pointer;
}
/* ------------- */
/* Analytics Card Styling */
.analytics-card-boost-analytics-20march {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}

.analytics-card-boost-analytics-20march:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.analytics-card-header-boost-analytics-20march {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}
.title-boost-analytics-20march{
    font-size:18px;
    font-weight: 600;
    color: #000;
}

.trend-boost-analytics-20march {
    font-size: 12px;
    font-weight: 500;
    padding: 4px 8px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.increase-boost-analytics-20march {
    background: #e3fcef;
    color: #28a745;
}

.decrease-boost-analytics-20march {
    background: #fdecea;
    color: #dc3545;
}

.analytics-value-boost-analytics-20march {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    background: rgb(255 255 255 / 14%);
    padding: 10px;
    border-radius: 8px;
    margin: 12px 0;
    backdrop-filter: blur(10px); /* Glass effect */
    -webkit-backdrop-filter: blur(10px); /* For Safari */
    border: 1px solid #eaeaea; /* Subtle border */

}

.analytics-footer-boost-analytics-20march {
    font-size: 13px;
    color: #000;
    margin-top: 5px;
}
/* graph-boost-app */
 /* Chart Card Styling */
  .appcity-chart-header-boost-analytics-20march-graph {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
  
  .appcity-chart-legend-boost-analytics-20march-graph {
    display: flex;
    gap: 15px;
  }
  
  .appcity-legend-clicks-boost-analytics-20march-graph,
  .appcity-legend-impressions-boost-analytics-20march-graph {
    font-size: 14px;
    color: #555;
  }
  
  .appcity-legend-clicks-boost-analytics-20march-graph::before,
  .appcity-legend-impressions-boost-analytics-20march-graph::before {
    content: "●";
    margin-right: 5px;
  }
  
  .appcity-legend-clicks-boost-analytics-20march-graph::before {
    color: #007bff; /* Blue for Clicks */
  }
  
  .appcity-legend-impressions-boost-analytics-20march-graph::before {
    color: #28a745; /* Green for Impressions */
  }
  
  .appcity-chart-container-boost-analytics-20march-graph {
    width: 100%;
    height: 300px; /* Adjust height as needed */
  }
  /* --------------- */
  .appcity-deposit-history-22mar-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.appcity-deposit-history-22mar-table thead {
    background: #1dbb58;
    color: #ffffff;
    text-transform: uppercase;
}

.appcity-deposit-history-22mar-table th, 
.appcity-deposit-history-22mar-table td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
}

.appcity-deposit-history-22mar-table tbody tr {
    transition: 0.3s ease-in-out;
}

.appcity-deposit-history-22mar-table tbody tr:hover {
    background: #f1f9ff;
    transform: scale(1.01);
}

.appcity-deposit-history-22mar-badge {
    font-size: 16px;
}

.appcity-deposit-history-22mar-badge-success {
    color:#28a745;
}

.appcity-deposit-history-22mar-badge-warning {
    color:#ffc107;
}

.appcity-deposit-history-22mar-badge-danger {
    color: #000;
}

@media (max-width: 768px) {
    .appcity-deposit-history-22mar-table {
        font-size: 14px;
    }
    .appcity-deposit-history-22mar-table th, 
    .appcity-deposit-history-22mar-table td {
        padding: 8px 10px;
    }
}
/* ---------------- */
 /* Custom Prefix Classes */
 .mar22-appcity-level-com {
    position: relative;
    overflow: hidden;
    border: none;
    border-radius: 20px;
    background: linear-gradient(135deg, #f68820, #ffcc00);
    color: white;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .mar22-appcity-level-com::before,
  .mar22-appcity-level-com::after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background: rgb(255 255 255 / 30%);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: float 6s infinite ease-in-out;
  }

  .mar22-appcity-level-com::before {
    top: -50px;
    left: -20px;
    animation-delay: 0s;
  }

  .mar22-appcity-level-com::after {
    top: 100%;
    left: 100%;
    animation-delay: 3s;
  }

  @keyframes float {
    0%, 100% {
      transform: translate(-50%, -50%) scale(1);
    }
    50% {
      transform: translate(-50%, -50%) scale(1.2);
    }
  }

  .mar22-appcity-level-com:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
  }

  .mar22-appcity-level-com .card-body {
    text-align: center;
    padding: 2rem;
  }

  .mar22-appcity-level-com .card-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color:#fff;
  }

  .mar22-appcity-level-com .card-text {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
  }

  .mar22-appcity-level-com .commission-percent {
    font-size: 4rem;
    font-weight: bold;
    color: #ffffff;
    animation: pulse 2s infinite;
  }

  @keyframes pulse {
    0%, 100% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.1);
    }
  }
  .confetti-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
  }

  /* Confetti Pieces */
  .confetti {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #ffdd57;
    animation: confetti-fall 5s linear infinite;
  }

  .confetti:nth-child(1) { background: #ffdd57; left: 10%; animation-delay: 0s; }
  .confetti:nth-child(2) { background: #ff6b6b; left: 20%; animation-delay: 1s; }
  .confetti:nth-child(3) { background: #4ecdc4; left: 30%; animation-delay: 2s; }
  .confetti:nth-child(4) { background: #ffdd57; left: 40%; animation-delay: 3s; }
  .confetti:nth-child(5) { background: #ff6b6b; left: 50%; animation-delay: 4s; }
  .confetti:nth-child(6) { background: #4ecdc4; left: 60%; animation-delay: 5s; }
  .confetti:nth-child(7) { background: #ffdd57; left: 70%; animation-delay: 6s; }
  .confetti:nth-child(8) { background: #ff6b6b; left: 80%; animation-delay: 7s; }
  .confetti:nth-child(9) { background: #4ecdc4; left: 90%; animation-delay: 8s; }
  .confetti:nth-child(10) { background: #ffdd57; left: 100%; animation-delay: 9s; }

  /* Realistic Confetti Animation */
  @keyframes confetti-fall {
    0% {
      transform: translateY(-100vh) rotate(0deg);
    }
    100% {
      transform: translateY(100vh) rotate(720deg);
    }
  }