@import url(stylesheet_0.css);

:root {
    --font-heading: "Plus Jakarta Sans", sans-serif;
    --font-body: "Inter", sans-serif;
    --font-icon: "Font Awesome 5 Pro";
    --font-base: 16px;
    --font-sm: 14px;
    --font-xsm: 12px;
    --font-lg: 18px;
    --font-normal: 400;
    --font-medium: 500;
    --font-semi-bold: 600;
    --font-bold: 700;
    --font-size--h1: 54px;
    --font-size--h2: 42px;
    --font-size--h3: 32px;
    --font-size--h4: 24px;
    --font-size--h5: 20px;
    --font-size--h6: 18px;
    --color-primary: #fe2c55;
    --color-red: #eb4c4c;
    --color-green: #00b67a;
    --color-blue: #0061df;
    --color-cyan: #21c4df;
    --color-pink: #ff7294;
    --color-purple: #6231f0;
    --color-yellow: #ffc107;
    --color-orange: #f59872;
    --color-white: #fff;
    --color-black: #000;
    --color-dark: #12142a;
    --color-light: #dcdcdc;
    --color-medium: #747474;
    --color-primary-rgb: 79, 90, 228;
    --color-red-rgb: 235, 76, 76;
    --color-green-rgb: 0, 182, 122;
    --color-blue-rgb: 0, 97, 223;
    --color-cyan-rgb: 33, 196, 223;
    --color-pink-rgb: 255, 114, 148;
    --color-purple-rgb: 98, 49, 240;
    --color-yellow-rgb: 253, 192, 64;
    --color-orange-rgb: 245, 152, 114;
    --color-white-rgb: 255, 255, 255;
    --color-black-rgb: 0, 0, 0;
    --color-dark-rgb: 10, 11, 28;
    --color-medium-rgb: 141, 141, 141;
    --color-light-rgb: 242, 242, 242;
    --border-color: #e8e8e8;
    --border-color-2: #a7a7a7;
    --text-dark: var(--color-dark);
    --text-medium: var(--color-medium);
    --text-white: var(--color-white);
    --text-light: var(--color-light);
    --bg-1: #f3f3f3;
    --bg-2: #f8f8f8;
    --bg-white: var(--color-white);
    --bg-dark: var(--color-dark);
    --bg-primary-light: rgba(var(--color-primary-rgb), 0.05);
    --gradient-1: linear-gradient(135deg, rgba(var(--color-white-rgb), 0.4) 0, var(--color-primary) 100%);
    --shadow-md: 0 5px 30px -5px rgb(8, 0, 42, 0.08);
    --shadow-round: 0 10px 30px -5px rgb(8, 0, 42, 0.08);
    --radius-sm: 5px;
    --radius-md: 10px;
    --radius-xl: 15px;
    --radius-lg: 20px
}

.mb-10 {
    margin-bottom: 10px !important
}

.mb-15 {
    margin-bottom: 15px !important
}

.mb-20 {
    margin-bottom: 20px !important
}

.mb-25 {
    margin-bottom: 25px !important
}

.mb-30 {
    margin-bottom: 30px !important
}

.mb-40 {
    margin-bottom: 40px !important
}

.mb-50 {
    margin-bottom: 50px !important
}

.mt-20 {
    margin-top: 20px !important
}

.mt-30 {
    margin-top: 30px !important
}

.mt-40 {
    margin-top: 40px !important
}

.pt-30 {
    padding-top: 30px !important
}

.pt-60 {
    padding-top: 60px !important
}

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

.pb-60 {
    padding-bottom: 60px !important
}

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

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

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

.px-60 {
    padding-inline: 60px
}

.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px
}

.ptb-30 {
    padding-top: 30px;
    padding-bottom: 30px
}

.p-25 {
    padding: 25px !important
}

.border-top {
    border-color: var(--border-color) !important
}

.radius-0 {
    border-radius: 0 !important
}

.radius-sm {
    border-radius: var(--radius-sm) !important
}

.radius-md {
    border-radius: var(--radius-md) !important
}

.radius-lg {
    border-radius: var(--radius-lg) !important
}

.opacity-1 {
    opacity: 1 !important
}

.z-1 {
    z-index: 1 !important
}

:is(.lc-1,.lc-2,.lc-3) {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.lc-2 {
    -webkit-line-clamp: 2 !important
}

.card {
    --bs-card-bg: var(--bg-white);
    border: 0;
    border-radius: 10px
}

.card .card-title {
    margin-bottom: 20px
}

.card .card-text {
    color: var(--text-medium)
}

.overlay {
    position: absolute;
    left: 0;
    right: 0;
    background: var(--color-black);
    opacity: 0.4;
    z-index: -1
}

@media (min-width: 576px) {
    .border-sm-end {
        -webkit-border-end: 1px solid var(--border-color);
        border-inline-end: 1px solid var(--border-color)
    }
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

@media (min-width: 1400px) {
    .container {
        max-width: 1200px
    }
}

.clients-avatar {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap
}

.clients-avatar .client-img {
    z-index: 1;
    position: relative
}

.clients-avatar .client-img img {
    max-width: 40px;
    border-radius: 50%;
    border: 3px solid var(--colo-white)
}

.clients-avatar .client-img img:not(:first-child) {
    -webkit-margin-start: -16px;
    margin-inline-start: -16px
}

.clients-avatar .client-img span {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: var(--text-white);
    -webkit-margin-start: -16px;
    margin-inline-start: -16px;
    border: 3px solid var(--colo-white);
    z-index: 2;
    font-size: var(--font-xsm);
    background-color: var(--color-primary)
}

.bg-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

body {
    font-family: var(--font-body);
    font-size: var(--font-base);
    font-weight: var(--font-regular);
    color: var(--text-medium);
    overflow-x: hidden;
    background-color: var(--bg-white)
}

a {
    color: var(--text-dark);
    text-decoration: none;
    outline: 0 !important;
    transition: all 0.3s ease-out
}

a:hover {
    color: var(--color-primary)
}

:is(h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6) a {
    color: inherit
}

:is(h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6) a:hover {
    color: var(--color-primary)
}

:focus {
    outline: 0 !important;
    box-shadow: none !important
}

:is(.h1,.h2,.h3,.h4,.h5,.h6) {
    display: block
}

:is(h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6) {
    font-family: var(--font-heading);
    color: var(--text-dark);
    font-weight: var(--font-bold);
    line-height: 1.3
}

h1 {
    font-size: var(--font-size--h1)
}

h2 {
    font-size: var(--font-size--h2)
}

.h3 {
    font-size: var(--font-size--h3)
}

h5 {
    font-size: var(--font-size--h5)
}

h6 {
    font-size: var(--font-size--h6)
}

p, .text, .card-text {
    color: var(--text-medium);
    line-height: 1.6;
    margin-bottom: 15px
}

p:last-child, .text:last-child, .card-text:last-child {
    margin-bottom: 0
}

p:last-child {
    margin-bottom: 0 !important
}

.font-medium {
    font-weight: var(--font-medium)
}

:focus {
    outline: 0
}

img {
    max-width: 100%
}

ul {
    padding: 0
}

ul {
    margin-bottom: 0
}

::-webkit-scrollbar {
    width: 5px
}

::-webkit-scrollbar-track {
    background-color: var(--text-light)
}

::-webkit-scrollbar-thumb {
    border-radius: 30px;
    background: rgba(var(--color-dark-rgb), 0.2)
}

.theme-color-1 {
    --color-primary: #fe2c55;
    --color-primary-rgb: 79, 90, 228
}

.color-primary {
    color: var(--color-primary) !important
}

.color-white {
    color: var(--text-white) !important
}

.bg-primary {
    background-color: var(--color-primary) !important
}

.bg-primary-light {
    --bg-primary-light: rgba(var(--color-primary-rgb), 0.05);
    background-color: var(--bg-primary-light) !important
}

.bg-white {
    background-color: var(--bg-white) !important
}

button, .btn {
    cursor: pointer;
    border: 0;
    background: inherit
}

button:focus, button:active, .btn:focus, .btn:active {
    outline: 0;
    box-shadow: none
}

button:hover, .btn:hover {
    outline: 0
}

.btn {
    position: relative;
    overflow: hidden;
    font-size: 16px;
    text-transform: capitalize;
    border-radius: 0;
    letter-spacing: 0.05em;
    font-weight: var(--font-medium);
    z-index: 1;
    transition: all 0.3s ease-out
}

.btn-md {
    padding: 10px 24px
}

.btn-primary {
    color: var(--text-white);
    background-color: var(--color-primary);
    transition: all 0.3s ease-out;
    box-shadow: 0 10px 30px -7px rgba(var(--color-primary-rgb), 0.5)
}

.btn-primary::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    content: "";
    background: var(--bg-dark);
    border-radius: 50%;
    transform: translateY(100%);
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
    z-index: -1
}

.btn-primary:hover {
    color: var(--text-white);
    background-color: var(--color-primary);
    transform: translateY(-3px)
}

.btn-primary:hover::before {
    transform: translateY(0) scale(2)
}

.btn-img {
    padding: 0;
    border: 1px solid var(--border-color-2);
    background-color: transparent !important
}

.btn-img img {
    max-width: 150px
}

.btn-img.size-sm img {
    max-width: 120px
}

.btn-img:hover {
    border-color: var(--border-color-2) !important
}

.btn-groups {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px
}

.btn-text {
    line-height: 1;
    color: var(--text-dark);
    font-size: var(--font-sm);
    font-weight: 500
}

.btn-text:hover {
    color: var(--color-primary) !important
}

:is(input:not([type="radio"],[type="checkbox"]),textarea,.nice-select):is(:focus,:visited,:focus-within,:focus-visible) {
    border-color: #5961f9 !important
}

::placeholder {
    color: var(--color-medium) !important
}

.lazy-container {
    position: relative;
    overflow: hidden;
    display: table;
    table-layout: fixed;
    width: 100%;
    background-color: var(--bg-1);
    z-index: 1
}

.lazy-container::after {
    position: absolute;
    content: "";
    font-family: "Font Awesome 5 Pro";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    place-items: center;
    font-size: 25px;
    color: var(--text-medium);
    z-index: -1
}

.lazy-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
    min-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.lazy-container img.lazyloaded {
    filter: blur(0)
}

.ratio::before {
    content: "";
    display: block;
    padding-bottom: 56.25%
}

.ratio.ratio-1-1::before {
    padding-bottom: 100%
}

.ratio.ratio-16-11::before {
    padding-bottom: 53.57%
}

.blur-up {
    transition: filter 400ms
}

.lazyloaded.blur-up {
    filter: blur(0)
}

#preLoader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 1000;
    background-color: black
}

#preLoader .loader {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: block;
    margin: 15px auto;
    position: relative;
    left: -100px;
    box-sizing: border-box;
    -webkit-animation: shadowRolling 2s linear infinite;
    animation: shadowRolling 2s linear infinite
}

@-webkit-keyframes shadowRolling {
    0% {
        box-shadow: 0 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0)
    }
    12% {
        box-shadow: 100px 0 white, 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0)
    }
    25% {
        box-shadow: 110px 0 white, 100px 0 white, 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0)
    }
    36% {
        box-shadow: 120px 0 white, 110px 0 white, 100px 0 white, 0px 0 rgba(255, 255, 255, 0)
    }
    50% {
        box-shadow: 130px 0 white, 120px 0 white, 110px 0 white, 100px 0 white
    }
    62% {
        box-shadow: 200px 0 rgba(255, 255, 255, 0), 130px 0 white, 120px 0 white, 110px 0 white
    }
    75% {
        box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 130px 0 white, 120px 0 white
    }
    87% {
        box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 130px 0 white
    }
    100% {
        box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0)
    }
}

@keyframes shadowRolling {
    0% {
        box-shadow: 0 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0)
    }
    12% {
        box-shadow: 100px 0 white, 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0)
    }
    25% {
        box-shadow: 110px 0 white, 100px 0 white, 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0)
    }
    36% {
        box-shadow: 120px 0 white, 110px 0 white, 100px 0 white, 0px 0 rgba(255, 255, 255, 0)
    }
    50% {
        box-shadow: 130px 0 white, 120px 0 white, 110px 0 white, 100px 0 white
    }
    62% {
        box-shadow: 200px 0 rgba(255, 255, 255, 0), 130px 0 white, 120px 0 white, 110px 0 white
    }
    75% {
        box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 130px 0 white, 120px 0 white
    }
    87% {
        box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 130px 0 white
    }
    100% {
        box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0)
    }
}

.swiper-slide {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.swiper-wrapper {
    -webkit-transform-style: preserve-3d
}

.swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 30px;
    transition: all 0.3s ease-in-out
}

.swiper-pagination .swiper-pagination-bullet-active, .swiper-pagination .swiper-pagination-bullet:hover {
    background-color: var(--color-primary);
    opacity: 1
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
    line-height: 1
}

.go-top {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 20%;
    right: 0;
    width: 40px;
    height: 40px;
    opacity: 0;
    cursor: pointer;
    text-decoration: none;
    color: var(--text-white);
    font-size: 28px;
    border-radius: var(--radius-sm) 0 0 var(--radius-sm);
    background-color: var(--color-primary);
    transition: 0.4s;
    transform: translateX(15%);
    z-index: 100
}

.go-top:hover {
    transform: translateY(-3px)
}

.section-title .title {
    margin-bottom: 0;
    margin-top: -10px
}

.section-title .subtitle {
    font-size: var(--font-lg);
    font-weight: var(--font-medium);
    display: inline-block;
    margin-bottom: 5px
}

.section-title.title-inline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px
}

.section-title.title-center {
    text-align: center
}

.section-title.title-center .subtitle {
    -webkit-padding-start: 0;
    padding-inline-start: 0
}

.section-title.title-center .subtitle::before {
    content: none
}

.section-title.title-center .title {
    max-width: 540px;
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

.section-title.title-center p {
    max-width: 600px;
    margin-inline: auto;
    margin-bottom: 0
}

.content-title .title {
    margin-bottom: 10px;
    margin-top: -10px
}

.content-title p:last-child {
    margin-bottom: 0
}

@-webkit-keyframes pulse {
    from {
        transform: scale3d(1, 1, 1)
    }
    50% {
        transform: scale3d(1.2, 1.2, 1.2)
    }
    to {
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    from {
        transform: scale3d(1, 1, 1)
    }
    50% {
        transform: scale3d(1.2, 1.2, 1.2)
    }
    to {
        transform: scale3d(1, 1, 1)
    }
}

@-webkit-keyframes slideUp {
    0% {
        opacity: 0;
        transform: translateY(10%)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slideUp {
    0% {
        opacity: 0;
        transform: translateY(10%)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@-webkit-keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-50%)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-50%)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@-webkit-keyframes rotate {
    from {
        transform: rotate(-360deg)
    }
    to {
        transform: rotate(360deg)
    }
}

@keyframes rotate {
    from {
        transform: rotate(-360deg)
    }
    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes moveAround {
    0% {
        transform: translate(0px, 0px) rotate(0deg)
    }
    20% {
        transform: translate(73px, -1px) rotate(36deg)
    }
    40% {
        transform: translate(141px, 72px) rotate(72deg)
    }
    60% {
        transform: translate(83px, 122px) rotate(108deg)
    }
    80% {
        transform: translate(-40px, 72px) rotate(144deg)
    }
    100% {
        transform: translate(0px, 0px) rotate(0deg)
    }
}

@keyframes moveAround {
    0% {
        transform: translate(0px, 0px) rotate(0deg)
    }
    20% {
        transform: translate(73px, -1px) rotate(36deg)
    }
    40% {
        transform: translate(141px, 72px) rotate(72deg)
    }
    60% {
        transform: translate(83px, 122px) rotate(108deg)
    }
    80% {
        transform: translate(-40px, 72px) rotate(144deg)
    }
    100% {
        transform: translate(0px, 0px) rotate(0deg)
    }
}

@-webkit-keyframes moveUpDown {
    0% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-20px)
    }
    100% {
        transform: translateY(0)
    }
}

@keyframes moveUpDown {
    0% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-20px)
    }
    100% {
        transform: translateY(0)
    }
}

@-webkit-keyframes moveLeftRight {
    0% {
        transform: translateX(0)
    }
    50% {
        transform: translateX(-20px)
    }
    100% {
        transform: translateX(0)
    }
}

@keyframes moveLeftRight {
    0% {
        transform: translateX(0)
    }
    50% {
        transform: translateX(-20px)
    }
    100% {
        transform: translateX(0)
    }
}

@-webkit-keyframes ripple {
    0% {
        opacity: 0.45
    }
    100% {
        opacity: 0;
        transform: scale(2)
    }
}

@keyframes ripple {
    0% {
        opacity: 0.45
    }
    100% {
        opacity: 0;
        transform: scale(2)
    }
}

@-webkit-keyframes ripple2 {
    0% {
        opacity: 0.45
    }
    100% {
        opacity: 0;
        transform: scale(1.3)
    }
}

@keyframes ripple2 {
    0% {
        opacity: 0.45
    }
    100% {
        opacity: 0;
        transform: scale(1.3)
    }
}

@-webkit-keyframes run {
    0% {
        top: -50%
    }
    100% {
        top: 100%
    }
}

@keyframes run {
    0% {
        top: -50%
    }
    100% {
        top: 100%
    }
}

.social-link {
    display: inline-flex;
    align-items: center
}

.social-link a {
    text-align: center;
    width: var(--size);
    height: var(--size);
    line-height: var(--size);
    font-size: var(--font-base)
}

.social-link a:last-child {
    margin: 0
}

.social-link a:hover {
    color: var(--text-white);
    background-color: var(--color-primary)
}

.cookie-bar {
    position: fixed;
    left: 0;
    width: 100%;
    /*backdrop-filter: blur(0px);//20 */
    /*background-color: rgba(255, 255, 255, 0.7);*/
    padding: 20px 20px 0;
    z-index: 999
}

.cookie-bar-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.cookie-bar .btn:not(:last-child) {
    -webkit-margin-end: 10px;
    margin-inline-end: 10px
}

.cookie-bar .btn::before {
    content: none
}

.cookie-bar.show {
    bottom: 0;
    transition: all 2s linear
}

.header-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding-top: 20px
}

.header-area .more-option {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0px
}

.header-area .more-option .item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.header-area .main-navbar .navbar {
    position: inherit;
    padding: 0
}

.header-area .main-navbar .navbar .navbar-brand {
    padding: 0;
    margin: 0
}

.header-area .main-responsive-nav {
    display: none
}

@media (max-width: 1199px) {
    .header-area {
        height: 60px;
        border-bottom: 1px solid var(--border-color);
        padding: 0;
        background-color: var(--bg-white)
    }

    .header-area .main-responsive-nav {
        display: block;
        height: 60px;
        line-height: 60px
    }

    .header-area .main-responsive-nav > div {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .header-area .main-responsive-nav .logo {
        flex: 0 0 120px
    }

    .header-area .main-navbar {
        display: none
    }
}

@media (max-width: 1199.98px) {
}

.hero-banner {
    position: relative;
    overflow: hidden;
    z-index: 1
}

.hero-banner .banner-content {
    max-width: 640px
}

.hero-banner .banner-content p {
    font-size: var(--font-lg);
    max-width: 540px;
    margin-bottom: 0
}

.hero-banner .banner-image {
    position: relative;
    -webkit-margin-start: auto;
    margin-inline-start: auto;
    z-index: 1
}

.hero-banner.hero-banner-1 {
    padding-top: 120px;
    min-height: 850px;
    width: 100%;
    display: flex !important;
    align-items: flex-end
}

@media (max-width: 767.98px) {
    .hero-banner.hero-banner-1 {
        border-radius: 0 0 30px 30px
    }
}

.hero-banner.hero-banner-1 > .container {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    min-height: 750px;
    width: 100%
}

.hero-banner.hero-banner-1 .banner-content {
    padding-bottom: 30px
}

@media (max-width: 575.98px) {
}

@media (max-width: 1450px) {
}

@media (max-width: 1199.98px) {
}

@media (max-width: 767.98px) {
}

@media (max-width: 1199.98px) {
}

@media (max-width: 991.98px) {
}

.counter-area .card-icon {
    font-size: 36px
}

.counter-area.counter-1 .card-icon {
    --size: 85px;
    width: var(--size);
    height: var(--size);
    line-height: var(--size);
    text-align: center;
    border-radius: 50%;
    background-color: var(--bg-white);
    box-shadow: 0 18px 40px rgba(79, 90, 228, 0.11)
}

@media (max-width: 575.98px) {
}

.choose-area {
    position: relative;
    overflow: hidden
}

.choose-area .image {
    position: relative
}

.choose-area .info-list {
    display: flex;
    flex-direction: column;
    gap: 15px
}

.choose-area .info-list li {
    position: relative
}

.choose-area .info-list li i {
    color: var(--color-primary);
    -webkit-margin-end: 5px;
    margin-inline-end: 5px
}

@media (max-width: 767.98px) {
}

@media (min-width: 992px) {
}

@media (max-width: 767.98px) {
}

.screenshot-area {
    position: relative;
    overflow: hidden
}

.screenshot-area .screenshot-slider-1 .swiper-slide {
    position: relative
}

.screenshot-area .screenshot-slider-1 .swiper-slide::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(180deg, rgba(var(--color-black-rgb), 0.03) 50.06%, rgba(var(--color-black-rgb), 0.85) 97.53%);
    z-index: 2
}

.screenshot-area .screenshot-slider-1 .swiper-pagination {
    width: auto;
    height: auto;
    left: 0;
    right: 0;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-inline: auto;
    padding: 30px 25px 60px;
    bottom: -50px;
    border-radius: 50%;
    background-color: var(--color-primary)
}

.screenshot-area .screenshot-slider-1 .swiper-pagination .swiper-pagination-bullet {
    background-color: var(--bg-white);
    opacity: 0.5;
    transform: translateY(-5px)
}

.screenshot-area .screenshot-slider-1 .swiper-pagination .swiper-pagination-bullet-active {
    width: 10px
}

.screenshot-area .screenshot-slider-1 .swiper-pagination .swiper-pagination-bullet-active, .screenshot-area .screenshot-slider-1 .swiper-pagination .swiper-pagination-bullet:hover {
    background-color: var(--bg-white);
    opacity: 1
}

.screenshot-area .swiper-scrollbar {
    z-index: 999;
    background-color: rgba(var(--color-primary-rgb), 0.5);
    width: 100%;
    left: 0;
    top: 0;
    position: static;
    border-radius: 0
}

.screenshot-area .swiper-scrollbar .swiper-scrollbar-drag {
    background-color: var(--color-primary)
}

@media (max-width: 575.98px) {
}

.pricing-area {
    position: relative;
    overflow: hidden
}

@media (max-width: 767.98px) {
}

@media (max-width: 991.98px) {
}

@media (max-width: 991.98px) {
}

@media (max-width: 1199.98px) {
}

@media (max-width: 991.98px) {
}

@media (max-width: 991.98px) {
}

@media (max-width: 767.98px) {
}

@media (max-width: 991.98px) {
}

@media (max-width: 991.98px) {
}

@media (max-width: 1199.98px) {
}

@media (max-width: 991.98px) {
}

@media (max-width: 1400px) {
}

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

.newsletter-area .overlay {
    background-color: transparent
}

.newsletter-area h2 {
    margin-top: -8px
}

.newsletter-1 .overlay {
    height: calc(100% - 6rem);
    bottom: 0;
    top: auto
}

.newsletter-1 .content {
    margin-top: 6rem
}

@media (max-width: 991.98px) {
    .newsletter-1 .overlay {
        height: 100%
    }

    .newsletter-1 .content {
        margin-top: 0
    }
}

.footer-area {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 40px 40px 0 0
}

@media (max-width: 1199.98px) {
    .footer-area {
        border-radius: 15px 15px 0 0
    }
}

.footer-area :is(p,a,span) {
    color: var(--text-medium);
    font-size: 14px
}

.footer-area .footer-widget {
    margin-bottom: 30px
}

.footer-area .footer-widget ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.footer-area .footer-widget .navbar-brand {
    margin: 0;
    margin-bottom: 28px;
    padding: 0
}

.footer-area .footer-widget h5 {
    text-transform: capitalize;
    margin-bottom: 25px
}

@media (max-width: 575.98px) {
    .footer-area .footer-widget h5 {
        margin-bottom: 20px
    }
}

.footer-area .footer-widget p {
    margin-bottom: 25px
}

.footer-area .footer-links li {
    position: relative;
    overflow: hidden;
    font-size: 14px
}

.footer-area .footer-links li:not(:last-child) {
    margin-bottom: 14px
}

@media (max-width: 575.98px) {
    .footer-area .footer-links li:not(:last-child) {
        margin-bottom: 10px
    }
}

.footer-area .footer-links li a {
    display: block
}

.footer-area .footer-links li a:hover {
    color: var(--color-primary)
}

.footer-area .footer-links a {
    position: relative;
    overflow: hidden;
    display: block;
    transition: all 0.3s linear
}

.footer-area .copy-right-area {
    text-align: center
}

.footer-area .border-top {
    --border-color: var(--border-color-2);
    border-top-style: dashed !important
}

.footer-area .social-link {
    --size: 35px;
    gap: 15px
}

.footer-area .social-link a {
    color: var(--color-primary);
    background-color: rgba(var(--color-primary-rgb), 0.2);
    border-radius: 50%
}

.footer-area .social-link a:hover {
    background-color: var(--color-primary);
    color: var(--text-white)
}

@media (max-width: 575.98px) {
}

@media (max-width: 767.98px) {
}

@media (max-width: 399.98px) {
}

.blog-area {
    position: relative;
    overflow: hidden
}

.blog-area .card {
    overflow: hidden
}

.blog-area .card .card-img {
    overflow: hidden
}

@media (max-width: 399.98px) {
}

.blog-area .card:hover .btn-text {
    letter-spacing: 0.1em
}

.blog-area.blog-1 .card-content {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin-inline: auto;
    width: calc(100% - 40px);
    z-index: 3
}

@media (max-width: 767.98px) {
}

@media (max-width: 767.98px) {
}

@media (max-width: 1199.98px) {
}

@media (max-width: 1199.98px) {
}

@media (max-width: 575.98px) {
}

@media (max-width: 991.98px) {
}

.accordion-item {
    border: 0;
    padding: 20px 25px;
    border-radius: 10px;
    background-color: var(--bg-white);
    box-shadow: 0 5px 30px 0 rgba(78, 76, 76, 0.1)
}

.accordion-item .accordion-header .accordion-button {
    color: var(--text-dark);
    font-weight: inherit;
    padding: 0;
    border: 0;
    background-color: transparent;
    box-shadow: none
}

.accordion-item .accordion-header .accordion-button::after {
    background: 0;
    font-size: 14px;
    font-family: "Font Awesome 5 Pro" !important;
    content: "";
    transform: none;
    text-align: right
}

.accordion-item .accordion-header .accordion-button:not(.collapsed) {
    color: var(--color-primary)
}

.accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    color: var(--color-primary);
    content: ""
}

.accordion-item .accordion-body {
    position: relative;
    padding: 16px 0 0 0
}

.accordion-item .accordion-body p {
    margin: 0
}

@media (max-width: 575.98px) {
}

@media (max-width: 991.98px) {
}

@media (max-width: 575.98px) {
}

.text-white {
    color: white
}

.navbar-brand {
    color: white
}

.i18n {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 15px;
    color: white;
    font-weight: 500
}

.i18n img {
    width: 30px;
    height: 20px;
    margin-right: 5px
}

:is(.i18n-list__item:hover,.i18n-list__item.is-current) {
    background: white;
    color: black !important
}

@media (max-width: 1199px) {
    .i18n {
        color: black
    }
}

.main-navbar {
    height: 84px;
    line-height: 84px
}

.cursor-pointer {
    cursor: pointer
}