@import url(https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&family=Zen+Dots&display=swap);

:root {
    --gradient-purple: linear-gradient(180deg, #b885ff -80%, var(--color-primary) 100%);
    --gradient-green: linear-gradient(180deg, #16cc3e 0, #049023 100%);
    --gradient-blue: linear-gradient(180deg, #00d1ff 0, #06f 100%);
    --gradient-orange: linear-gradient(180deg, #ff9a62 0, #ff4d5d 100%);
    --gradient-pink: linear-gradient(180deg, #ff7eb3 0, #be2d45 100%);
    --gradient-teal: linear-gradient(180deg, #02AAB0 0%, #00CDAC 100%);
    --gradient-orange: linear-gradient(180deg, #ff9a62 0, #ff4d5d 100%);

    /* Colors */
    --color-primary: #8058c6;
    --color-text: #2d2d2d;
    --color-white: #fff;

    /* Fonts */
    --font-heading: 'Raleway', sans-serif;
    --font-body: 'Hind', sans-serif;
}
.text-primary {
    color: var(--color-primary) !important;
}

a:hover,
button {
    cursor: pointer
}

#button,
.breadcrumbs-section .breadcrumbs-block .item.active,
.btn_wrapper {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-80%, #05f6f9), to(#f907fc))
}

a,
button {
    outline: 0
}

*,
::after,
::before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

body {
    max-width: 1920px;
    margin: auto !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: var(--font-body);
    background: var(--color-white);
    font-weight: 400;
    position: relative;
    overflow-x: hidden
}

.instagram-section .instagram-wrapper,
body.blur-body {
    position: relative;
    overflow: hidden
}

body.blur-body::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(9, 30, 33, .8);
    -webkit-backdrop-filter: blur(11px);
    backdrop-filter: blur(11px);
    position: absolute;
    top: 0;
    left: 0
}

.client-section,
.notice-section,
body.no-scroll-y {
    overflow: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-heading);
    font-weight: 600;
    color: var(--color-text)
}

.btn_wrapper,
p {
    font-weight: 400
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
span,
summary,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    list-style: none;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

button {
    background: rgba(0, 0, 0, 0);
    border: 0
}

img {
    max-width: 100%
}

a {
    text-decoration: none;
    color: var(--color-text)
}

a:hover {
    text-decoration: none !important
}

.image-wrapper {
    line-height: 0
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #f7f4f4 inset !important;
    box-shadow: 0 0 0 1000px #f7f4f4 inset !important;
    -webkit-text-fill-color: var(--color-text)
}

.btn_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: linear-gradient(180deg, #b885ff -80%, var(--color-primary) 100%);
    background-size: 100% 100%;
    font-family: var(--font-heading);
    font-style: normal;
    color: var(--color-white);
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    padding: 18px 32px;
    border-radius: 12px;
    -webkit-box-shadow: 0 4px 24px 0 rgba(109, 141, 173, .55);
    box-shadow: 0 4px 24px 0 rgba(109, 141, 173, .55);
    position: relative;
    -webkit-transition: .3s;
    transition: .3s
}

.title,
h1.title {
    font-weight: 800
}

.title,
p {
    color: var(--color-text)
}

.btn_wrapper img {
    margin-left: 24px
}

.btn_wrapper:hover {
    background-size: 100% 300%
}

.btn_wrapper.White-btn {
    background: var(--color-white);
    color: var(--color-primary);
    outline: rgba(45, 45, 45, .4) solid 10px
}

.btn_wrapper.White-btn:hover img {
    -webkit-animation: 1.5s linear infinite Scale;
    animation: 1.5s linear infinite Scale
}

@-webkit-keyframes Scale {

    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@keyframes Scale {

    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

p {
    margin: 0 0 30px;
    text-transform: none;
    font-size: 18px;
    line-height: 1.3
}

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

@media screen and (max-width:1399px) {
    p {
        margin-bottom: 20px
    }
}

h1.title {
    font-size: 43px
}

@media(max-width:1399px) {
    .btn_wrapper {
        font-size: 12px
    }

    h1.title {
        font-size: 58px
    }
}

@media(max-width:1199px) {
    h1.title {
        font-size: 52px
    }
}

.title {
    font-family: var(--font-heading);
    font-size: 30px;
    line-height: 1.2;
    text-transform: uppercase;
    padding-bottom: 25px
}

.breadcrumbs-section .breadcrumbs-block a:hover,
.sitemap-section .sitemap-wrapper .sitemap-block ul li a:hover,
.titles,
header .header_block ul li a.active,
header .header_block ul li a:hover {
    color: var(--color-primary)
}

@media screen and (max-width:1399px) {
    .title {
        font-size: 32px
    }
}

@media screen and (max-width:1199px) {
    .title {
        font-size: 28px
    }
}

@media screen and (max-width:991px) {
    p {
        margin-bottom: 15px
    }

    .title {
        font-size: 24px;
        padding-bottom: 25px
    }
}

.title span {
    font-size: 26px
}

p.blog-title {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 20px
}

p.blog-title.big {
    font-size: 38px;
    line-height: 1.2;
    font-weight: 800
}

@media screen and (max-width:1399px) {
    .title span {
        font-size: 22px
    }

    p.blog-title {
        font-size: 18px
    }

    p.blog-title.big {
        font-size: 34px;
        line-height: 1.2;
        font-weight: 800
    }
}

@media screen and (max-width:1199px) {
    .title span {
        font-size: 18px
    }

    p.blog-title {
        font-size: 16px
    }

    p.blog-title.big {
        font-size: 28px;
        line-height: 1.2
    }
}

.titles {
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    text-transform: capitalize;
    padding-bottom: 12px;
}

.default-padding {
    padding: 65px 0
}

@media screen and (max-width:1399px) {
    .default-padding {
        padding: 40px 0
    }
}

.breadcrumbs-section {
    padding-bottom: 70px;
    position: relative
}

#button,
.page_loader {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox
}

.breadcrumbs-section::before {
    content: "";
    width: 100%;
    height: 200%;
    background: url(../images/background/breadcrumbs-img.webp) 0 0/cover no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1
}

.breadcrumbs-section .breadcrumbs-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    padding: 2px;
    border: 1px solid var(--color-white);
    background: -webkit-gradient(linear, left top, right top, from(var(--color-white)), to(#e7e7e7));
    background: linear-gradient(90deg, var(--color-white) 0, #e7e7e7 100%);
    border-radius: 89px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.breadcrumbs-section .breadcrumbs-block .item {
    position: relative;
    padding: 7px 20px;
    font-size: 16px;
    line-height: 1.5;
    text-transform: capitalize;
    -webkit-transition: .3s;
    transition: .3s;
    border-right: 1px solid rgba(45, 45, 45, .15)
}

.breadcrumbs-section .breadcrumbs-block .item.active {
    background: linear-gradient(180deg, #b885ff -80%, var(--color-primary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    border: none
}

.read a {
    font-family: var(--font-heading);
    font-weight: 400;
    background: -webkit-gradient(linear, left top, right top, from(#f863fa), to(#f907fc));
    background: linear-gradient(180deg, #b885ff -80%, var(--color-primary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    font-size: 17px;
    line-height: 1;
    -webkit-transition: .3s;
    transition: .3s
}

.read a:hover {
    background: -webkit-gradient(linear, left top, right top, from(rgba(248, 99, 250, .7)), to(rgba(249, 7, 252, .5)));
    background: linear-gradient(90deg, rgba(248, 99, 250, .7) 0, rgba(249, 7, 252, .5) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.read p {
    font-size: 16px;
    color: rgba(45, 45, 45, .4);
    text-transform: uppercase;
    margin-bottom: 0
}

#button {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    background: linear-gradient(180deg, #b885ff -80%, var(--color-primary) 100%);
    border-radius: 50%;
    bottom: 60px;
    right: 20px;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: -1
}

#button.show {
    opacity: 1;
    z-index: 9
}

.fill-up-form form .form-group {
    margin-bottom: 20px;
    position: relative
}

.fill-up-form form .form-group .image-wrapper {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-100%, #05f6f9), to(#f907fc));
    background: linear-gradient(180deg, #05f6f9 -100%, #f907fc 100%);
    border-radius: 9px;
    -webkit-box-shadow: 0 4px 24px 0 rgba(109, 141, 173, .5);
    box-shadow: 0 4px 24px 0 rgba(109, 141, 173, .5);
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.fill-up-form form .form-group .user-input {
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .4)), to(rgba(231, 231, 231, .4)));
    background: linear-gradient(90deg, rgba(255, 255, 255, .4) 0, rgba(231, 231, 231, .4) 100%);
    border: 2px solid var(--color-white);
    border-radius: 12px;
    -webkit-box-shadow: 0 8px 18px 0 rgba(109, 141, 173, .1), inset 0 4px 14px 0 rgba(202, 182, 182, .25);
    box-shadow: 0 8px 18px 0 rgba(109, 141, 173, .1), inset 0 4px 14px 0 rgba(202, 182, 182, .25);
    color: var(--color-text);
    font-size: 16px;
    line-height: 1.5;
    padding: 15px 24px;
    outline: 0;
    resize: none
}

.fill-up-form form .form-group .user-input::-webkit-input-placeholder {
    color: rgba(45, 45, 45, .4);
    font-size: 16px;
    font-weight: 400;
    line-height: 1
}

.fill-up-form form .form-group .user-input::-moz-placeholder {
    color: rgba(45, 45, 45, .4);
    font-size: 16px;
    font-weight: 400;
    line-height: 1
}

.fill-up-form form .form-group .user-input:-ms-input-placeholder {
    color: rgba(45, 45, 45, .4);
    font-size: 16px;
    font-weight: 400;
    line-height: 1
}

.fill-up-form form .form-group .user-input::-ms-input-placeholder {
    color: rgba(45, 45, 45, .4);
    font-size: 16px;
    font-weight: 400;
    line-height: 1
}

.fill-up-form form .form-group .user-input::placeholder {
    color: rgba(45, 45, 45, .4);
    font-size: 16px;
    font-weight: 400;
    line-height: 1
}

textarea {
    resize: none
}

.swiper-wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

::-webkit-scrollbar-color,
::-webkit-scrollbar-thumb {
    background: var(--color-primary)
}

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

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

#pricing {
    display: block;
    padding-top: 100px;
    margin-top: -100px
}

.page_loader {
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: var(--color-white);
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page_loader img {
    -webkit-animation: 5s linear infinite loader;
    animation: 5s linear infinite loader
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.btn-block,
footer .footer-wrapper .footer-block .top-block .icon-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

.btn-block .button {
    background: var(--color-white);
    padding: 15px;
    border: 1px solid rgba(249, 7, 252, .12);
    border-radius: 50%
}

.btn-block .prev img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.modal .modal-dialog {
    max-width: 800px
}

.modal .modal-dialog .modal-content .modal-body .btn-close {
    -webkit-box-shadow: none;
    box-shadow: none
}

.modal .modal-dialog .modal-content .modal-body video {
    width: 100%
}

img.strips {
    width: 120%;
    height: 120%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

header .header_block,
header::after {
    position: fixed;
    right: -120%;
    top: 0;
    height: 100%;
    width: 100%
}

header {
    position: relative;
    z-index: 9
}

header::after {
    content: "";
    background: rgba(0, 0, 0, .2);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    -webkit-transition: right .6s;
    transition: right .6s
}

header.active .header_block,
header.active::after {
    right: 0
}

header .navbar {
    padding: 15px 0
}

.success-section .success-wrapper .success-box.icon-box .box-text,
header .navbar .logo {
    padding: 0
}

.client-section .client-wrapper .client-text .ClientSwiper .review,
.error-wrapper .wrapper .lines,
header .navbar .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

header .navbar .hamburger span {
    font-family: var(--font-heading);
    font-weight: 400;
    color: var(--color-text);
    font-size: 14px;
    line-height: 1
}

header .header_block {
    background-color: var(--color-white);
    background-image: url(../images/background/header-menu-lines.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: 999;
    max-width: 670px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: right .5s;
    transition: right .5s;
    padding: 40px
}

@media(max-width:991px) {
    h1.title {
        font-size: 40px
    }

    header .header_block {
        max-width: 500px
    }
}

header .header_block .MobileView .closeBtn p {
    font-family: var(--font-heading);
    font-weight: 400;
    font-size: 14px
}

header .header_block .MobileView .closeBtn .close-icon {
    width: 20px;
    height: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative
}

header .header_block .MobileView .closeBtn .close-icon span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: var(--color-primary);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

header .header_block .MobileView .closeBtn .close-icon span:last-child {
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg)
}

header .header_block ul li {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e6e6e6
}

header .header_block ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none
}

header .header_block ul li a {
    font-family: var(--font-heading);
    font-weight: 400;
    color: rgba(45, 45, 45, .5);
    font-size: 38px;
    line-height: 1;
    text-transform: capitalize;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s
}

@media(max-width:1399px) {
    header .header_block ul li a {
        font-size: 32px
    }
}

@media(max-width:1199px) {
    header .header_block ul li {
        padding-bottom: 20px;
        margin-bottom: 20px
    }

    header .header_block ul li a {
        font-size: 26px
    }
}

@media(max-width:767px) {
    h1.title {
        font-size: 32px
    }

    header .header_block ul li a {
        font-size: 22px
    }
}

header .header_block ul li a::before {
    content: "";
    width: 45px;
    height: 45px;
    background: url(../images/icon/header-arrow.svg) 0 0/100% 100% no-repeat;
    position: absolute;
    top: 50%;
    right: -40px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    z-index: -1;
    -webkit-transition: .3s;
    transition: .3s
}

header .header_block ul li a.active::before,
header .header_block ul li a:hover::before {
    right: -100px;
    opacity: 1
}

header .header_block ul li a.active img,
header .header_block ul li a:hover img {
    left: 100%;
    opacity: 1
}

header .header_block ul li.dropdown .dropdown-menu .dropdown-item::after,
header .header_block ul li.dropdown a::before {
    display: none
}

header .header_block ul li.dropdown .dropdown-menu {
    margin-top: 10px;
    padding: 0
}

header .header_block ul li.dropdown .dropdown-menu li {
    margin-bottom: 0;
    padding-bottom: 0
}

header .header_block ul li.dropdown .dropdown-menu .dropdown-item {
    font-size: 20px;
    padding: 10px
}

header.stickyMenu {
    position: sticky;
    top: -200px;
    width: 100%;
    -webkit-transition: .3s;
    transition: .3s;
    background-color: var(--color-white) !important;
    -webkit-box-shadow: 0 4px 10px rgba(96, 96, 96, .16);
    box-shadow: 0 4px 10px rgba(96, 96, 96, .16);
    padding: 0
}

.about-section .about-wrapper .image-wrapper,
.banner-wrapper,
.client-section .client-wrapper .client-text .ClientSwiper,
.client-section .client-wrapper .clientImg,
.error-wrapper,
.instagram-section .instagram-wrapper .image-wrapper,
.mission-section .mission-wrapper .image-wrapper,
.pricing-section .pricing-wrapper .pricing-block,
.pricing-section .pricing-wrapper .pricing-block .pricing-plan,
footer .footer-wrapper {
    position: relative
}

header.menuActive {
    top: 0
}

footer .footer-wrapper .footer-block .top-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .25)
}

footer .footer-wrapper .footer-block .top-block .icon-wrapper .image-wrapper {
    -webkit-transition: .3s;
    transition: .3s
}

.blog-section .blog-wrapper .blog-block:hover img,
.gallery-section .gallery-wrapper .image-wrapper:hover img,
footer .footer-wrapper .footer-block .top-block .icon-wrapper .image-wrapper:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

footer .footer-wrapper .footer-block .footer-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 45px
}

@media screen and (max-width:1399px) {
    .read a {
        font-size: 20px
    }

    footer .footer-wrapper .footer-block .footer-content ul {
        gap: 30px
    }
}

footer .footer-wrapper .footer-block .footer-content ul li a {
    color: rgba(255, 255, 255, .4);
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    -webkit-transition: .3s;
    transition: .3s
}

.cta-section .cta-wrapper .cta-text .title,
.cta-section .cta-wrapper .cta-text p,
.special-section .special-wrapper .special-block p,
.success-section .success-wrapper .success-box .box-text p,
footer .footer-wrapper .footer-block .footer-content ul li a:hover {
    color: var(--color-white)
}

footer .copyright {
    padding: 10px;
    background: var(--color-text)
}

footer .copyright p {
    color: rgba(255, 255, 255, .5);
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0
}

footer.error-page .copyright {
    padding: 10px !important
}

.error-wrapper {
    padding: 250px 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url(../images/background/error-page-lines.svg);
    background-repeat: no-repeat;
    background-position: center;
    height: calc(100vh - 97px)
}

.error-wrapper::after,
.error-wrapper::before {
    content: "";
    position: absolute;
    background-size: 100% 100%;
    background-repeat: no-repeat
}

@media screen and (max-width:1399px) {
    footer .footer-wrapper .footer-block .footer-content ul li a {
        font-size: 16px
    }

    .error-wrapper::after {
        width: 240px;
        height: 270px
    }

    .error-wrapper::before {
        width: 180px;
        height: 180px
    }
}

@-webkit-keyframes floating {

    0%,
    100%,
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    25% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    75% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

@keyframes floating {

    0%,
    100%,
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    25% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    75% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

@-webkit-keyframes floating2 {

    0%,
    100%,
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    25% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    75% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
}

@keyframes floating2 {

    0%,
    100%,
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    25% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    75% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
}

.error-wrapper .wrapper::after,
.error-wrapper .wrapper::before {
    content: "";
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-filter: blur(100px);
    filter: blur(100px);
    opacity: .5;
    z-index: -1
}

.error-wrapper .wrapper::after {
    width: 560px;
    height: 240px;
    background: #16cc3e;
    top: 50%;
    left: 0
}

@media screen and (max-width:1399px) {
    .error-wrapper .wrapper::after {
        width: 460px
    }
}

@media screen and (max-width:1199px) {
    .breadcrumbs-section {
        padding-bottom: 50px
    }

    .read a {
        font-size: 18px
    }

    .read p {
        font-size: 14px
    }

    header .header_block ul li a::before {
        width: 30px;
        height: 30px
    }

    .error-wrapper .wrapper::after {
        width: 360px
    }
}

.error-wrapper .wrapper::before {
    width: 680px;
    height: 360px;
    background: #234ee7;
    top: 70%;
    right: 0
}

@media screen and (max-width:1399px) {
    .error-wrapper .wrapper::before {
        width: 580px
    }
}

@media screen and (max-width:1199px) {
    .error-wrapper .wrapper::before {
        width: 480px
    }
}

.error-wrapper .wrapper .text-block .count-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px
}

.error-wrapper .wrapper .text-block .count-section .count-item {
    width: 120px;
    height: 110px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .4)), to(rgba(255, 255, 255, .21)));
    background: linear-gradient(90deg, rgba(255, 255, 255, .4) 0, rgba(255, 255, 255, .21) 100%);
    border: 1px solid var(--color-white);
    padding: 10px;
    border-radius: 16px
}

.error-wrapper .wrapper .text-block .count-section .count-item span {
    color: #555;
    font-size: 36px;
    line-height: 1
}

@media screen and (max-width:991px) {
    p.blog-title.big {
        font-size: 24px
    }

    .default-padding {
        padding: 30px 0
    }

    #button {
        width: 40px;
        height: 40px;
        bottom: 20px
    }

    .btn-block {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    header .header_block ul li a.active::before,
    header .header_block ul li a:hover::before {
        right: -60px
    }

    footer .footer-wrapper .footer-block .footer-content ul {
        gap: 20px
    }

    footer .copyright {
        padding-bottom: 70px
    }

    .error-wrapper {
        padding: 200px 0;
        height: calc(100vh - 86px)
    }

    .error-wrapper::after {
        width: 180px;
        height: 200px
    }

    .error-wrapper .wrapper::after {
        width: 260px
    }

    .error-wrapper .wrapper::before {
        width: 380px;
        height: 260px
    }

    .error-wrapper .wrapper .text-block .count-section .count-item span {
        font-size: 32px
    }
}

.error-wrapper .wrapper .text-block .count-section .count-item p {
    font-family: var(--font-heading);
    font-weight: 400;
    color: var(--color-primary);
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    padding-top: 10px
}

.error-wrapper .wrapper .lines span {
    display: block;
    width: 100%;
    height: 1px;
    background: var(--color-white)
}

.blog-details-section .blogdtls .comment-wrapper .title,
.error-wrapper .wrapper .join-block .title {
    font-size: 24px
}

.sitemap-section .sitemap-wrapper .sitemap-block ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
}

.sitemap-section .sitemap-wrapper .sitemap-block ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sitemap-section .sitemap-wrapper .sitemap-block ul li::before {
    content: url(../images/icon/gradient-arrow.svg);
    width: 24px;
    height: 24px
}

.sitemap-section .sitemap-wrapper .sitemap-block ul li .sub-menu {
    width: 100%;
    padding-left: 50px
}

.sitemap-section .sitemap-wrapper .sitemap-block ul li a {
    color: var(--color-text);
    font-size: 20px;
    line-height: 1.2
}

.banner-wrapper::after,
.banner-wrapper::before {
    content: "";
    position: absolute;
    -webkit-filter: blur(100px);
    filter: blur(100px);
    border-radius: 50%;
    z-index: -1
}

@media(max-width:575px) {
    h1.title {
        font-size: 26px
    }

    header .navbar .logo {
        max-width: 100px
    }

    header .navbar .hamburger img {
        max-width: 30px
    }

    header .header_block {
        max-width: 350px;
        padding: 30px
    }

    header .header_block ul li {
        padding-bottom: 10px;
        margin-bottom: 10px
    }

    header .header_block ul li a {
        font-size: 18px
    }

    .banner-wrapper .imgBlock::after,
    .banner-wrapper::after,
    .banner-wrapper::before {
        display: none
    }
}

.banner-wrapper::after {
    width: 140px;
    height: 140px;
    background-color: #16cc3e;
    bottom: 0;
    left: 0
}

.banner-wrapper::before {
    width: 180px;
    height: 180px;
    background-color: #234ee7;
    top: 0;
    right: 0
}

.banner-wrapper .strips {
    width: 125%;
    height: 125%;
    top: -15%
}

.banner-wrapper .imgBlock {
    position: relative;
    background-image: url(../images/background/banner-pettern.svg), url(../images/background/strips.svg);
    background-repeat: no-repeat;
    background-position: 0
}

.banner-wrapper .imgBlock::after,
.banner-wrapper .imgBlock::before {
    content: "";
    position: absolute;
    -webkit-filter: blur(120px);
    filter: blur(120px);
    border-radius: 50%;
    z-index: -1
}

@media(max-width:1199px) {

    .banner-wrapper .imgBlock::after,
    .banner-wrapper .imgBlock::before {
        -webkit-filter: blur(60px);
        filter: blur(60px)
    }
}

@media(max-width:480px) {
    h1.title {
        font-size: 22px
    }

    header .navbar .logo {
        max-width: 80px
    }

    header .header_block .MobileView .closeBtn p,
    header .navbar .hamburger span {
        font-size: 12px
    }

    .banner-wrapper .imgBlock::after,
    .banner-wrapper .imgBlock::before {
        -webkit-filter: blur(30px);
        filter: blur(30px)
    }
}

.banner-wrapper .imgBlock::after {
    width: 470px;
    height: 470px;
    background-color: rgba(22, 204, 62, .5);
    -webkit-filter: blur(120px);
    filter: blur(120px);
    left: 50%;
    bottom: 75px
}

@media(max-width:1399px) {

    .banner-wrapper::after,
    .banner-wrapper::before {
        -webkit-filter: blur(70px);
        filter: blur(70px);
        width: 100px;
        height: 100px
    }

    .banner-wrapper .imgBlock::after {
        width: 300px;
        height: 300px
    }
}

.banner-wrapper .imgBlock::before {
    width: 500px;
    height: 400px;
    background-color: rgba(35, 78, 231, .5);
    left: 200px
}

@media(max-width:1399px) {
    .banner-wrapper .imgBlock::before {
        width: 300px;
        height: 300px
    }
}

@media(max-width:1199px) {

    .banner-wrapper .imgBlock::after,
    .banner-wrapper .imgBlock::before {
        width: 200px;
        height: 200px
    }
}

@media(max-width:575px) {
    .banner-wrapper .imgBlock::before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media(max-width:480px) {
    .banner-wrapper .imgBlock::before {
        width: 100px;
        height: 100px
    }
}

.banner-wrapper .imgBlock .members {
    font-family: var(--font-heading);
    font-weight: 400;
    color: var(--color-white);
    font-size: 14px;
    line-height: 1;
    position: absolute;
    bottom: 150px;
    left: 0
}

@media(max-width:1399px) {
    .banner-wrapper .imgBlock .members {
        bottom: 100px
    }
}

@media screen and (min-width:992px) {
    .banner-wrapper .imgBlock .btn_wrapper {
        position: absolute;
        bottom: 150px;
        right: 40px
    }

    .stand-with-section .img-block .image-wrapper {
        margin-top: -150px
    }
}

@media screen and (min-width:992px)and (max-width:1399px) {
    .banner-wrapper .imgBlock .btn_wrapper {
        bottom: 100px
    }
}

@media screen and (min-width:992px)and (max-width:1199px) {
    .banner-wrapper .imgBlock .btn_wrapper {
        right: 0
    }
}

.success-section .success-wrapper .success-box {
    height: 100%;
    border-radius: 18px;
    position: relative
}

.success-section .success-wrapper .success-box .box-text,
.success-section .success-wrapper .success-box.icon-box {
    padding: 30px
}

.success-section .success-wrapper .success-box.first-box {
    background: -webkit-gradient(linear, left top, left bottom, from(#16cc3e), to(#049023));
    background: linear-gradient(180deg, #16cc3e 0, #049023 100%)
}

.success-section .success-wrapper .success-box.first-box.opacity-box {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 204, 62, .2)), to(rgba(4, 144, 35, .2)));
    background: linear-gradient(180deg, rgba(22, 204, 62, .2) 0, rgba(4, 144, 35, .2) 100%)
}

.success-section .success-wrapper .success-box.last-box {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-80%, #05f6f9), to(#f907fc));
    background: linear-gradient(180deg, #b885ff -80%, var(--color-primary) 100%)
}

.success-section .success-wrapper .success-box.last-box.opacity-box {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-80%, rgba(5, 246, 249, .2)), to(rgba(249, 7, 252, .2)));
    background: linear-gradient(180deg, rgba(5, 246, 249, .2) -80%, rgba(249, 7, 252, .2) 100%)
}

.success-section .success-wrapper .success-box.third-box {
    background: -webkit-gradient(linear, left top, left bottom, from(#00d1ff), to(#06f));
    background: linear-gradient(180deg, #00d1ff 0, #06f 100%)
}

.success-section .success-wrapper .success-box.third-box.opacity-box {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 209, 255, .2)), to(rgba(0, 102, 255, .2)));
    background: linear-gradient(180deg, rgba(0, 209, 255, .2) 0, rgba(0, 102, 255, .2) 100%)
}

.success-section .success-wrapper .success-box.fourth-box {
    background: -webkit-gradient(linear, left top, left bottom, from(#ff9a62), to(#ff4d5d));
    background: linear-gradient(180deg, #ff9a62 0, #ff4d5d 100%)
}

.success-section .success-wrapper .success-box.fourth-box.opacity-box {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 154, 98, .2)), to(rgba(255, 77, 93, .2)));
    background: linear-gradient(180deg, rgba(255, 154, 98, .2) 0, rgba(255, 77, 93, .2) 100%)
}

.success-section .success-wrapper .success-box .image-wrapper.icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    padding-bottom: 25px
}

.instagram-section .instagram-wrapper .image-wrapper img,
.success-section .success-wrapper .success-box .image-wrapper .box-img {
    display: block;
    width: 100%
}

.success-section .success-wrapper .success-box .box-text.position {
    position: absolute;
    bottom: 0;
    left: 0
}

.success-section .success-wrapper .success-box .box-text span {
    display: block;
    font-family: var(--font-heading);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1
}

.success-section .success-wrapper .success-box .box-text span.white {
    color: var(--color-white);
    font-size: 32px;
    padding-bottom: 15px
}

@media screen and (max-width:1399px) {
    .success-section .success-wrapper .success-box .box-text span.white {
        font-size: 28px
    }
}

@media screen and (max-width:1199px) {
    .success-section .success-wrapper .success-box .box-text span.white {
        font-size: 20px
    }
}

.success-section .success-wrapper .success-box .box-text span.gradient {
    font-size: 30px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-80%, #05f6f9), to(#f907fc));
    background: linear-gradient(180deg, #b885ff -80%, var(--color-primary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

@media screen and (max-width:1399px) {
    .success-section .success-wrapper .success-box .box-text span.gradient {
        font-size: 24px
    }
}

@media screen and (max-width:1199px) {
    .success-section .success-wrapper .success-box .box-text span.gradient {
        font-size: 22px
    }
}

.success-section .success-wrapper .success-box .box-text span.gradient-2 {
    background: -webkit-gradient(linear, left top, left bottom, from(#16cc3e), to(#049023));
    background: linear-gradient(180deg, #16cc3e 0, #049023 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.about-section .about-wrapper .image-wrapper::after,
.about-section .about-wrapper .image-wrapper::before,
.client-section .client-wrapper .clientImg::after,
.client-section .client-wrapper .clientImg::before {
    content: "";
    position: absolute;
    z-index: -2;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-filter: blur(80px);
    filter: blur(80px)
}

.about-section .about-wrapper .image-wrapper::after,
.client-section .client-wrapper .clientImg::after {
    width: 420px;
    height: 180px;
    background-color: #16cc3e;
    left: 0
}

.about-section .about-wrapper .image-wrapper::before,
.client-section .client-wrapper .clientImg::before {
    width: 340px;
    height: 200px;
    background-color: #234ee7;
    right: 50px;
    -webkit-transform: translateY(-50%) rotate(120deg);
    transform: translateY(-50%) rotate(120deg)
}

.instagram-section .instagram-wrapper .text-block a,
.notice-section .notice .notice-slide:last-child {
    background: -webkit-gradient(linear, right top, left top, from(#16cc3e), color-stop(32%, #16cc3e), color-stop(66%, #234ee7), to(#234ee7))
}

.about-section .about-wrapper .image-wrapper .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1
}

.cta-section {
    background: url(../images/background/cta-line.svg) top center/contain no-repeat
}

.cta-section .cta-wrapper .cta-text {
    padding: 50px 100px 200px 50px;
    border-radius: 28px;
    background: var(--gradient-purple);
    -webkit-transform: perspective(1000px) rotateX(-25deg);
    transform: perspective(1000px) rotateX(-25deg)
}

.notice-section .notice .notice-slide,
.pricing-section .pricing-wrapper .option-wrapper .options ul li::after {
    background: -webkit-gradient(linear, left top, right top, from(#16cc3e), color-stop(32%, #16cc3e), color-stop(66%, #234ee7), to(#234ee7))
}

@media screen and (max-width:1399px) {
    .cta-section .cta-wrapper .cta-text {
        padding: 50px 100px 150px 50px
    }
}

@media screen and (max-width:767px) {
    p {
        font-size: 16px
    }

    .error-wrapper .wrapper .join-block .title,
    .title {
        font-size: 22px
    }

    #pricing {
        padding-top: 50px;
        margin-top: -50px
    }

    .modal .modal-dialog {
        max-width: 500px
    }

    .success-section .success-wrapper .success-box .box-text span.gradient,
    header .header_block ul li.dropdown .dropdown-menu .dropdown-item {
        font-size: 18px
    }

    .error-wrapper .wrapper .text-block .count-section .count-item {
        width: 110px;
        height: 100px
    }

    .error-wrapper .wrapper .text-block .count-section .count-item span {
        font-size: 26px
    }

    .success-section .success-wrapper .success-box .box-text,
    .success-section .success-wrapper .success-box.icon-box {
        padding: 20px
    }

    .success-section .success-wrapper .success-box .box-text span.white {
        font-size: 20px
    }

    .cta-section .cta-wrapper .cta-text {
        padding: 50px 50px 100px
    }
}

@media screen and (max-width:575px) {
    .btn_wrapper img {
        margin-left: 15px
    }

    footer .copyright p,
    p {
        font-size: 14px
    }

    .title {
        font-size: 20px;
        padding-bottom: 15px
    }

    .error-wrapper .wrapper .join-block .title,
    p.blog-title.big {
        font-size: 20px
    }

    .default-padding {
        padding: 20px 0
    }

    .breadcrumbs-section {
        padding-bottom: 40px
    }

    .btn-block .button {
        padding: 10px
    }

    .modal .modal-dialog {
        max-width: 100%
    }

    header .header_block ul li a::before {
        width: 25px;
        height: 25px
    }

    header .header_block ul li a.active::before,
    header .header_block ul li a:hover::before {
        right: -50px
    }

    header .header_block ul li.dropdown .dropdown-menu .dropdown-item {
        font-size: 16px
    }

    footer .footer-wrapper .footer-block .top-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    footer .footer-wrapper .footer-block .top-block .logo {
        max-width: 130px
    }

    .error-wrapper {
        padding: 30px 0;
        height: calc(100vh - 79px)
    }

    .error-wrapper .wrapper::after {
        top: 20%
    }

    .error-wrapper .wrapper::before {
        top: 90%
    }

    .error-wrapper .wrapper .error-img {
        display: block;
        width: 100%;
        max-width: 350px;
        margin: auto
    }

    .error-wrapper .wrapper .text-block .count-section .count-item {
        width: 100px;
        height: 90px
    }

    .error-wrapper .wrapper .text-block .count-section .count-item span {
        font-size: 22px
    }

    .error-wrapper .wrapper .text-block .count-section .count-item p {
        font-size: 12px
    }

    .success-section .success-wrapper .success-box {
        max-width: 350px;
        margin: auto
    }

    .about-section .about-wrapper .image-wrapper {
        max-width: 320px;
        margin: auto
    }

    .about-section .about-wrapper .image-wrapper::after,
    .about-section .about-wrapper .image-wrapper::before {
        -webkit-filter: blur(40px);
        filter: blur(40px)
    }

    .about-section .about-wrapper .image-wrapper::after {
        width: 220px;
        height: 80px
    }

    .about-section .about-wrapper .image-wrapper::before {
        width: 140px;
        height: 100px
    }

    .cta-section {
        background-image: none
    }

    .cta-section .cta-wrapper .cta-text {
        padding: 30px 30px 100px
    }

    .cta-section .cta-wrapper .mockup {
        max-width: 320px
    }
}

.cta-section .cta-wrapper .mockup {
    margin-top: -200px;
    position: relative;
    margin-bottom: -90px
}

@media screen and (max-width:1399px) {
    .cta-section .cta-wrapper .mockup {
        margin-top: -150px
    }
}

.notice-section .notice {
    position: relative;
    height: 200px
}

@media screen and (max-width:575px) {
    .notice-section .notice {
        height: 150px
    }
}

.notice-section .notice .notice-slide {
    width: calc(100% + 50px);
    margin-left: -20px;
    background: linear-gradient(90deg, #16cc3e 0, #16cc3e 32%, #234ee7 66%, #234ee7 100%);
    -webkit-box-shadow: 0 10px 32px rgba(65, 121, 234, .28);
    box-shadow: 0 10px 32px rgba(65, 121, 234, .28);
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateY(-50%) skew(0deg, -4deg);
    transform: translateY(-50%) skew(0deg, -4deg);
    position: absolute;
    top: 50%;
    left: 0
}

.notice-section .notice .notice-slide:last-child {
    -webkit-transform: translateY(-50%) skew(0deg, 4deg);
    transform: translateY(-50%) skew(0deg, 4deg);
    background: linear-gradient(270deg, #16cc3e 0, #16cc3e 32%, #234ee7 66%, #234ee7 100%)
}

.notice-section .notice .notice-slide:last-child img {
    -webkit-animation: 15s linear infinite marquee2;
    animation: 15s linear infinite marquee2
}

.notice-section .notice .notice-slide img {
    -webkit-animation: 15s linear infinite marquee1;
    animation: 15s linear infinite marquee1;
    margin-right: 20px
}

@-webkit-keyframes marquee1 {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    100% {
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
    }
}

@keyframes marquee1 {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    100% {
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
    }
}

@-webkit-keyframes marquee2 {
    0% {
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes marquee2 {
    0% {
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.stand-with-section.strips {
    background: url(../images/background/strips.svg) 0 0/100% 100% no-repeat;
    position: relative
}

.stand-with-section.strips::after {
    content: "";
    width: 580px;
    height: 340px;
    background: #234ee7;
    position: absolute;
    top: 50%;
    right: 150px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-filter: blur(150px);
    filter: blur(150px);
    z-index: -1
}

@media screen and (max-width:1399px) {
    .stand-with-section.strips::after {
        width: 380px;
        height: 240px;
        right: 100px
    }
}

.stand-with-section.strips::before {
    content: "";
    width: 560px;
    height: 230px;
    background: #16cc3e;
    position: absolute;
    top: 50%;
    left: 150px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-filter: blur(150px);
    filter: blur(150px);
    z-index: -1
}

.stand-with-section .stand-with-wrapper .text-block {
    position: relative;
    z-index: 1
}

.stand-with-section .stand-with-wrapper .text-block span {
    display: block;
    font-family: var(--font-heading);
    font-weight: 400;
    color: var(--color-text);
    font-size: 19px;
    line-height: 1;
    letter-spacing: 2px;
    text-transform: uppercase
}

.stand-with-section .img-block .image-wrapper {
    position: relative;
    background-image: url(../images/background/stand-with-pettern.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center 30px
}

.stand-with-section .img-block .image-wrapper .btn_wrapper {
    position: absolute;
    bottom: 100px;
    right: 100px
}

.stand-with-section .img-block.img-block-2 .image-wrapper::after {
    left: 150px
}

.stand-with-section .img-block.img-block-2 .image-wrapper::before {
    top: auto;
    bottom: 50px;
    right: 200px
}

.pricing-section {
    background: url(../images/background/pricing-paper-texture.webp) center no-repeat
}

.pricing-section ::-webkit-scrollbar,
.pricing-section ::-webkit-scrollbar-height {
    height: 5px
}

@media screen and (max-width:1199px) {
    .stand-with-section .img-block .image-wrapper .btn_wrapper {
        right: 0
    }

    .pricing-section .content {
        overflow-x: auto;
        padding: 25px 0
    }

    .pricing-section .pricing-wrapper {
        width: 1116px
    }
}

@media screen and (max-width:575px) {
    .stand-with-section .stand-with-wrapper .text-block span {
        font-size: 16px
    }

    .pricing-section .pricing-wrapper {
        width: 856px
    }
}

.pricing-section .pricing-wrapper .option-wrapper .nav {
    width: 100%;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    padding: 6px;
    background: -webkit-gradient(linear, left top, right top, from(var(--color-white)), to(#e7e7e7));
    background: linear-gradient(90deg, var(--color-white) 0, #e7e7e7 100%);
    border: 1px solid var(--color-white);
    border-radius: 33px;
    -webkit-box-shadow: 0 13px 36px 0 rgba(109, 141, 173, .21), inset 0 4px 14px 0 rgba(202, 182, 182, .25);
    box-shadow: 0 13px 36px 0 rgba(109, 141, 173, .21), inset 0 4px 14px 0 rgba(202, 182, 182, .25)
}

.pricing-section .pricing-wrapper .option-wrapper .nav .nav-item .nav-link {
    background: rgba(0, 0, 0, 0);
    padding: 16px 34px;
    border-radius: 48px;
    font-family: var(--font-heading);
    font-weight: 400;
    color: rgba(45, 45, 45, .45);
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    -webkit-transition: .3s;
    transition: .3s
}

.pricing-section .pricing-wrapper .option-wrapper .nav .nav-item .nav-link.active {
    background: var(--gradient-purple);
    color: var(--color-white)
}

.pricing-section .pricing-wrapper .option-wrapper .options ul li {
    font-weight: 500;
    color: var(--color-text);
    font-size: 20px;
    line-height: 1.5;
    padding-left: 35px;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #e6e6e6;
    position: relative
}

.pricing-section .pricing-wrapper .option-wrapper .options ul li::after {
    content: "";
    width: 8px;
    height: 8px;
    background: var(--gradient-green);
    position: absolute;
    top: 10px;
    left: 14px
}

.pricing-section .pricing-wrapper .option-wrapper .options .price {
    display: block;
    font-family: var(--font-heading);
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
    background: var(--gradient-purple);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.pricing-section .pricing-wrapper .pricing-block::before {
    content: "";
    width: 100%;
    height: 60px;
    background: #ebeffc;
    border-radius: 48px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

@media screen and (max-width:1399px) {
    .stand-with-section.strips::before {
        width: 360px;
        height: 130px
    }

    .pricing-section .pricing-wrapper .option-wrapper .nav .nav-item .nav-link {
        font-size: 12px;
        padding: 15px 30px
    }

    .pricing-section .pricing-wrapper .pricing-block::before {
        height: 56px
    }
}

@media screen and (max-width:575px) {
    .pricing-section .pricing-wrapper .option-wrapper .nav .nav-item .nav-link {
        padding: 10px 20px;
        font-size: 10px
    }

    .pricing-section .pricing-wrapper .option-wrapper .options ul li {
        font-size: 16px;
        padding-left: 0;
        padding-bottom: 10px;
        margin-bottom: 10px
    }

    .pricing-section .pricing-wrapper .option-wrapper .options ul li::after {
        display: none
    }

    .pricing-section .pricing-wrapper .option-wrapper .options .price {
        font-size: 20px
    }

    .pricing-section .pricing-wrapper .pricing-block::before {
        height: 44px
    }
}

.pricing-section .pricing-wrapper .pricing-block .pricing-plan .title {
    padding: 20px;
    background: #ebeffc;
    border-radius: 48px;
    color: rgba(45, 45, 45, .45);
    font-size: 20px;
    line-height: 1;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s
}

@media screen and (max-width:1399px) {
    .pricing-section .pricing-wrapper .pricing-block .pricing-plan .title {
        font-size: 16px
    }
}

@media screen and (max-width:575px) {
    .pricing-section .pricing-wrapper .pricing-block .pricing-plan .title {
        padding: 15px;
        font-size: 14px
    }
}

.pricing-section .pricing-wrapper .pricing-block .pricing-plan ul li {
    padding-bottom: 24px;
    margin-bottom: 24px;
    line-height: 0;
    border-bottom: 1px solid #e6e6e6;
    -webkit-transition: .5s;
    transition: .5s
}

.pricing-section .pricing-wrapper .pricing-block .pricing-plan ul li img,
.special-section .special-wrapper .special-block .image-wrapper img {
    display: block;
    margin: auto
}

.pricing-section .pricing-wrapper .pricing-block .pricing-plan .pricing {
    text-align: center
}

.pricing-section .pricing-wrapper .pricing-block .pricing-plan .pricing span {
    display: block;
    font-family: var(--font-heading);
    font-weight: 400;
    color: var(--color-text);
    font-size: 24px;
    line-height: 1;
    margin-bottom: 5px
}

.pricing-section .pricing-wrapper .pricing-block .pricing-plan .pricing span.free,
.pricing-section .pricing-wrapper .pricing-block .pricing-plan:hover .title {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-80%, #b885ff), to(var(--color-primary)));
    background: linear-gradient(180deg, #b885ff -80%, var(--color-primary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.blog-details-section .blogdtls .comment-wrapper .comment-block .comment .person-dtls .dtls p,
.pricing-section .pricing-wrapper .pricing-block .pricing-plan .pricing p,
.team-section .team-wrapper .team-block .text-block p {
    font-size: 16px
}

.pricing-section .pricing-wrapper .pricing-block .pricing-plan .btn_wrapper {
    opacity: 0;
    z-index: -1;
    -webkit-transition: .5s;
    transition: .5s
}

.pricing-section .pricing-wrapper .pricing-block .pricing-plan::after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/background/pricing-bg.svg) top no-repeat, top no-repeat var(--color-white);
    border: 1px solid var(--color-primary);
    border-radius: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
    overflow: hidden
}

.pricing-section .pricing-wrapper .pricing-block .pricing-plan:hover ul li {
    border-color: transparent
}

.pricing-section .pricing-wrapper .pricing-block .pricing-plan:hover::after {
    height: calc(100% + 50px);
    opacity: 1
}

.pricing-section .pricing-wrapper .pricing-block .pricing-plan:hover::before {
    opacity: 1
}

.pricing-section .pricing-wrapper .pricing-block .pricing-plan:hover .btn_wrapper {
    opacity: 1;
    z-index: 1
}

.special-section {
    background: url(../images/background/special-line.svg) 0 center/100% 100% no-repeat
}

.special-section .special-wrapper .special-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

@media (max-width: 991px) {
    .special-section .special-wrapper .special-grid {
        grid-template-columns: 1fr;
    }
}

.special-section .special-wrapper .special-block {
    padding: 35px;
    border-radius: 20px;
    background-image: url(../images/background/pattern.svg), var(--gradient-purple);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0 6PX;
    overflow: hidden
}
.special-section .special-wrapper .special-block.first-box {
    background-image: url(../images/background/pattern.svg), var(--gradient-purple);
}
.special-section .special-wrapper .special-block.second-box {
    background-image: url(../images/background/pattern.svg), var(--gradient-green);
    background-position: top
}
.special-section .special-wrapper .special-block.third-box {
    background: url(../images/background/pattern.svg), var(--gradient-blue);
    background-position: top
}
.special-section .special-wrapper .special-block.fourth-box {
    background: url(../images/background/pattern.svg), var(--gradient-orange);
    background-position: top
}
.special-section .special-wrapper .special-block.fifth-box {
    background: url(../images/background/pattern.svg), var(--gradient-pink);
    background-position: top
}
.special-section .special-wrapper .special-block.sixth-box {
    background: url(../images/background/pattern.svg), var(--gradient-teal);
    background-position: top
}
.special-section .special-wrapper .special-block span {
    display: block;
    font-family: var(--font-heading);
    font-weight: 800;
    color: var(--color-white);
    font-size: 34px;
    line-height: 1;
    margin-bottom: 10px
}

.special-section .special-wrapper .special-block span.tags {
    font-size: 28px;
    margin-bottom: 0
}

.special-section .special-wrapper .special-block .image-wrapper {
    margin-right: -35px;
    margin-left: -35px
}

.client-section .client-wrapper .clientImg .pettern {
    position: absolute;
    width: 100%;
    aspect-ratio: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    overflow: hidden
}

.client-section .client-wrapper .clientImg .pettern img {
    display: block;
    margin: auto;
    -webkit-animation: 10s linear infinite marquee-slide;
    animation: 10s linear infinite marquee-slide
}

@-webkit-keyframes marquee-slide {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    100% {
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%)
    }
}

@keyframes marquee-slide {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    100% {
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%)
    }
}

.client-section .client-wrapper .client-text .title {
    font-size: 34px
}

@media screen and (max-width:1399px) {
    .pricing-section .pricing-wrapper .pricing-block .pricing-plan .pricing span {
        font-size: 18px
    }

    .special-section .special-wrapper .special-block span {
        font-size: 26px
    }

    .special-section .special-wrapper .special-block span.tags {
        font-size: 22px
    }

    .client-section .client-wrapper .client-text .title {
        font-size: 28px
    }
}

.client-section .client-wrapper .client-text .ClientSwiper .swiper-slide {
    height: auto
}

.client-section .client-wrapper .image-wrapper.clientImg {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.client-section .client-wrapper .image-wrapper.clientImg .wave-structure {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 100px;
    background: url("data:image/svg+xml,%3Csvg width='1227' height='268' viewBox='0 0 1227 268' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M621 11.5713C645.9 -9.42869 671 0.57149 696 22.2715C721.7 43.5715 747 75.5711 772 80.8711C797.5 86.5711 823 64.5711 848 48.8711C873.3 32.5712 899 22.5712 924 32.8711C949.1 43.5711 974 75.5715 1000 70.2715C1024.9 64.5715 1050 22.5715 1075 38.2715C1100.7 54.5716 1126 128.572 1151 166.271C1176.5 203.571 1202 203.571 1214 203.571H1227V267.571H0V203.559C4.67088 199.733 9.33913 194.469 14 187.571C39.6 150.571 65 64.5711 90 48.8711C115.4 32.5713 141 86.5713 166 123.571C191.2 160.571 216 182.571 242 155.571C267 128.571 292 54.5713 318 43.5713C342.8 32.5713 368 86.571 393 96.8711C418.6 107.571 444 75.5713 469 75.5713C494.4 75.5713 520 107.571 545 96.8711C570.2 86.571 595 32.5713 621 11.5713Z' fill='white'/%3E%3C/svg%3E");
    background-size: auto 100%;
    background-repeat: repeat-x;
    z-index: 2;
    pointer-events: none;
}

.client-section .client-wrapper .client-text .ClientSwiper .review-block {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.client-section .client-wrapper .client-text .ClientSwiper .review .review-text span {
    display: block;
    font-weight: 600;
    color: var(--color-text);
    font-size: 22px;
    line-height: 1
}

.blog-section .blog-wrapper .blog-block .image-wrapper {
    border-radius: 18px;
    position: relative;
    overflow: hidden
}

.blog-section .blog-wrapper .blog-block img {
    display: block;
    width: 100%;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s
}

.instagram-section .instagram-wrapper .image-wrapper .img-block {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.instagram-section .instagram-wrapper .image-wrapper .img-block img.img-3 {
    margin-left: -150px
}

@media screen and (max-width:1399px) {
    .instagram-section .instagram-wrapper .image-wrapper .img-block img.img-3 {
        margin-left: -100px
    }
}

.instagram-section .instagram-wrapper .image-wrapper .img-block img.img-6 {
    margin-left: 150px;
    -webkit-animation-direction: unset;
    animation-direction: unset
}

@media screen and (max-width:1399px) {
    .instagram-section .instagram-wrapper .image-wrapper .img-block img.img-6 {
        margin-left: 100px
    }
}

.instagram-section .instagram-wrapper .text-block {
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1
}

.instagram-section .instagram-wrapper .text-block p {
    font-size: 20px;
    margin-bottom: 0
}

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

    .instagram-section .instagram-wrapper .text-block p,
    .sitemap-section .sitemap-wrapper .sitemap-block ul li a {
        font-size: 18px
    }

    .notice-section .notice .notice-slide {
        padding: 15px 0;
        -webkit-transform: translateY(-50%) skew(0deg, -6deg);
        transform: translateY(-50%) skew(0deg, -6deg)
    }

    .notice-section .notice .notice-slide:last-child {
        -webkit-transform: translateY(-50%) skew(0deg, 6deg);
        transform: translateY(-50%) skew(0deg, 6deg)
    }

    .stand-with-section.strips::after {
        right: auto;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .stand-with-section.strips::before {
        display: none
    }

    .stand-with-section .img-block .image-wrapper .btn_wrapper {
        position: static
    }

    .special-section {
        background-image: none
    }

    .client-section .client-wrapper .client-text .title {
        font-size: 24px
    }

    .client-section .client-wrapper .client-text .ClientSwiper .review-block {
        text-align: center
    }

    .client-section .client-wrapper .client-text .ClientSwiper .review {
        text-align: left;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .instagram-section .instagram-wrapper .image-wrapper .img-block img.img-3 {
        margin-left: -50px
    }

    .instagram-section .instagram-wrapper .image-wrapper .img-block img.img-6 {
        margin-left: 50px
    }
}

.instagram-section .instagram-wrapper .text-block a {
    font-family: var(--font-heading);
    font-weight: 400;
    font-size: 62px;
    line-height: 1;
    background: linear-gradient(270deg, #16cc3e 0, #16cc3e 32%, #234ee7 66%, #234ee7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

@media screen and (max-width:1399px) {
    .instagram-section .instagram-wrapper .text-block a {
        font-size: 52px
    }
}

@media screen and (max-width:991px) {
    .instagram-section .instagram-wrapper .text-block a {
        font-size: 42px
    }

    .stand-with-section .img-block.img-block-2 .image-wrapper img {
        display: block;
        width: 100%;
        max-width: 700px;
        margin: auto
    }
}

@media screen and (max-width:767px) {
    .cta-section .cta-wrapper .mockup {
        margin-top: -100px;
        margin-bottom: -40px
    }

    .stand-with-section.strips::after {
        width: 280px;
        height: 140px;
        -webkit-filter: blur(100px);
        filter: blur(100px)
    }

    .instagram-section .instagram-wrapper .text-block p {
        font-size: 16px
    }

    .instagram-section .instagram-wrapper .text-block a {
        font-size: 32px
    }
}

.stand-with-section.strips-2::after {
    top: 65%;
    right: 350px;
    opacity: .8
}

.stand-with-section .img-block.img-block-2 .image-wrapper {
    background-position: center
}

.mission-section .mission-wrapper .image-wrapper::after,
.mission-section .mission-wrapper .image-wrapper::before {
    content: "";
    position: absolute;
    -webkit-filter: blur(100px);
    filter: blur(100px);
    z-index: -1
}

.mission-section .mission-wrapper .image-wrapper::after {
    width: 420px;
    height: 180px;
    background: #16cc3e;
    left: 0;
    top: 100px
}

@media screen and (max-width:1399px) {
    .stand-with-section.strips-2::after {
        right: 150px
    }

    .mission-section .mission-wrapper .image-wrapper::after {
        width: 320px;
        height: 100px
    }
}

.mission-section .mission-wrapper .image-wrapper::before {
    width: 345px;
    height: 200px;
    background: #234ee7;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) rotate(-120deg);
    transform: translateY(-50%) rotate(-120deg)
}

@media screen and (max-width:1399px) {
    .mission-section .mission-wrapper .image-wrapper::before {
        width: 245px;
        height: 100px
    }
}

.team-section .team-wrapper .team-block {
    background: #fff;
    border-radius: 20px;
    padding: 30px 20px;
    transition: all 0.4s ease;
    border: 1px solid rgba(0,0,0,0.05);
    height: 100%;
}

.team-section .team-wrapper .team-block:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
    border-color: transparent;
}

.team-section .team-wrapper .team-block .image-wrapper {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    border: 5px solid rgba(var(--color-primary-rgb), 0.1);
}

.team-section .team-wrapper .team-block .image-wrapper img {
    display: block;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: .5s;
    transition: .5s;
}

.team-section .team-wrapper .team-block:hover .image-wrapper img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    transform: scale(1.1);
}

/* Symptoms Section */
.service-symptoms-section {
    counter-reset: symptom-counter;
}

.service-symptoms-section .symptom-card {
    transition: all 0.4s ease;
    border: 1px solid rgba(0,0,0,0.05);
    position: relative;
    z-index: 1;
    overflow: hidden;
    counter-increment: symptom-counter;
    border-top: 4px solid var(--color-primary);
}

.service-symptoms-section .symptom-card::before {
    content: counter(symptom-counter, decimal-leading-zero);
    position: absolute;
    top: -10px;
    right: 15px;
    font-size: 80px;
    font-weight: 800;
    color: var(--color-primary);
    opacity: 0.08;
    z-index: -1;
    font-family: var(--font-heading);
    transition: all 0.4s ease;
}

.service-symptoms-section .symptom-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.06);
    border-top-width: 8px;
}

.service-symptoms-section .symptom-card:hover::before {
    opacity: 0.15;
    transform: scale(1.1);
    color: var(--color-primary);
}

.service-symptoms-section .symptom-card h4 {
   color: var(--color-heading);
   font-weight: 700;
   position: relative;
}

/* PCOS Pillars Grid */
.pillar-card {
    transition: all 0.3s ease;
    border: 1px solid rgba(0,0,0,0.05) !important;
}

.pillar-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08) !important;
    border-color: transparent !important;
}

.pillar-card .icon-box {
    transition: all 0.3s ease;
}

/* Difference Section Glassmorphism */
.diff-card {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    transition: all 0.4s ease;
}

.diff-card:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.diff-card .icon-circle {
    width: 80px;
    height: 80px;
    background: #fff;
    color: var(--color-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.4s ease;
}

/* Inclusion Section */
.inclusion-card {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    display: flex;
    align-items: flex-start;
    gap: 20px;
    transition: all 0.3s ease;
    border: 1px solid rgba(0,0,0,0.05);
}

.inclusion-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    border-color: var(--color-primary);
}

.inclusion-card .icon-box {
    min-width: 60px;
    height: 60px;
    background: #f4f9f6; 
    color: var(--color-primary);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transition: all 0.3s ease;
}

.inclusion-card:hover .icon-box {
    background: var(--color-primary);
    color: #fff;
}

.inclusion-card h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--color-heading);
}

/* PCOS CTA */
.cta-program-card {
    background-color: var(--color-primary);
    background-image: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(0,0,0,0.1) 100%);
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.cta-program-card .shape {
    position: absolute;
    border-radius: 50%;
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(5px);
}

.cta-program-card .shape-1 {
    width: 300px;
    height: 300px;
    top: -50px;
    right: -50px;
}

.cta-program-card .shape-2 {
    width: 400px;
    height: 400px;
    bottom: -150px;
    left: -100px;
}

.transform-hover {
    transition: transform 0.3s ease;
}
.transform-hover:hover {
    transform: translateY(-5px);
}

.blog-details-section .blogdtls .blogdtls-wrapper,
.blog-details-section .blogdtls .blogdtls-wrapper .blogdtls-block,
.blog-details-section .blogdtls .blogdtls-wrapper .blogdtls-block .boxWrapper,
.blog-details-section .blogdtls .blogdtls-wrapper .blogdtls-block ul {
    padding-bottom: 30px
}

.blog-details-section .blogdtls .blogdtls-wrapper .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px
}

.blog-details-section .blogdtls .blogdtls-wrapper .social span {
    font-family: var(--font-heading);
    font-weight: 400;
    font-size: 15px;
    line-height: 1
}

.blog-details-section .blogdtls .blogdtls-wrapper .social .image-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-30%, #05f6f9), to(#f907fc));
    background: linear-gradient(180deg, #05f6f9 -30%, #f907fc 100%);
    width: 33px;
    height: 33px;
    border-radius: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 5px;
    -webkit-transition: .3s;
    transition: .3s
}

.blog-details-section .blogdtls .blogdtls-wrapper .social .image-wrapper:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.blog-details-section .blogdtls .blogdtls-wrapper .blogdtls-block span {
    display: block;
    font-weight: 700;
    color: rgba(45, 45, 45, .8);
    font-size: 24px;
    line-height: 1.2;
    padding-bottom: 10px
}

.blog-details-section .blogdtls .blogdtls-wrapper .blogdtls-block ul li {
    padding-left: 30px;
    padding-bottom: 5px;
    position: relative
}

.blog-details-section .blogdtls .blogdtls-wrapper .blogdtls-block ul li:last-child {
    padding-bottom: 0
}

.blog-details-section .blogdtls .blogdtls-wrapper .blogdtls-block ul li::before {
    content: "";
    width: 13px;
    height: 13px;
    background: var(--color-primary);
    border: 3px solid var(--color-white);
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 0;
    outline: var(--color-primary) solid 2px
}

.blog-details-section .blogdtls .blogdtls-wrapper .blogdtls-block .boxWrapper .boxBlock {
    border: 1px solid var(--color-primary);
    padding: 45px 100px;
    border-radius: 24px;
    position: relative
}

.blog-details-section .blogdtls .blogdtls-wrapper .blogdtls-block .boxWrapper .boxBlock::after,
.blog-details-section .blogdtls .blogdtls-wrapper .blogdtls-block .boxWrapper .boxBlock::before {
    content: "";
    width: 30px;
    height: 23px;
    background: url(../images/icon/quote.svg) 0 0/contain no-repeat;
    position: absolute
}

.blog-details-section .blogdtls .blogdtls-wrapper .blogdtls-block .boxWrapper .boxBlock::after {
    bottom: 30px;
    right: 30px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.blog-details-section .blogdtls .blogdtls-wrapper .blogdtls-block .boxWrapper .boxBlock::before {
    top: 30px;
    left: 30px
}

.blog-details-section .blogdtls .blogdtls-wrapper .blogdtls-block .boxWrapper .boxBlock p {
    color: var(--color-primary);
    font-size: 19px;
    line-height: 1.6
}

.blog-details-section .blogdtls .blog-line {
    padding: 25px 0;
    border-bottom: 1px solid #e6e6e6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px
}

.blog-details-section .blogdtls .blog-line .blog-btn {
    display: block;
    width: 100%;
    max-width: 165px;
    background: var(--color-white);
    -webkit-box-shadow: 0 13px 27px 0 rgba(109, 141, 173, .25);
    box-shadow: 0 13px 27px 0 rgba(109, 141, 173, .25);
    border-radius: 12px;
    padding: 18px;
    font-family: var(--font-heading);
    font-weight: 400;
    color: var(--color-primary);
    font-size: 14px;
    line-height: 1;
    text-align: center
}

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

    .mission-section .mission-wrapper .image-wrapper::after,
    .mission-section .mission-wrapper .image-wrapper::before {
        -webkit-filter: blur(50px);
        filter: blur(50px)
    }

    .mission-section .mission-wrapper .image-wrapper::after {
        width: 220px;
        height: 80px
    }

    .mission-section .mission-wrapper .image-wrapper::before {
        width: 145px;
        height: 80px
    }

    .blog-details-section .blogdtls .blogdtls-wrapper .blogdtls-block .boxWrapper .boxBlock {
        padding: 40px 60px
    }

    .blog-details-section .blogdtls .blogdtls-wrapper .blogdtls-block .boxWrapper .boxBlock::after,
    .blog-details-section .blogdtls .blogdtls-wrapper .blogdtls-block .boxWrapper .boxBlock::before {
        width: 25px;
        height: 18px
    }

    .blog-details-section .blogdtls .blogdtls-wrapper .blogdtls-block .boxWrapper .boxBlock p {
        font-size: 18px
    }

    .blog-details-section .blogdtls .blog-line .blog-btn {
        max-width: 120px;
        padding: 15px
    }
}

.blog-details-section .blogdtls .blog-line .blog-btn.active {
    color: var(--color-white);
    background: linear-gradient(180deg, #b885ff -80%, var(--color-primary) 100%)
}

.blog-details-section .blogdtls .comment-wrapper .comment-block .comment {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #e6e6e6
}

.blog-details-section .blogdtls .comment-wrapper .comment-block .comment:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0
}

.blog-details-section .blogdtls .comment-wrapper .comment-block .comment .person-dtls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    padding-bottom: 20px
}

.blog-details-section .blogdtls .comment-wrapper .comment-block .comment .person-dtls .dtls {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

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

    .blog-details-section .blogdtls .blogdtls-wrapper .blogdtls-block span,
    .blog-details-section .blogdtls .comment-wrapper .comment-block .comment .person-dtls .dtls span,
    .blog-details-section .blogdtls .comment-wrapper .title {
        font-size: 20px
    }

    .blog-details-section .blogdtls .wrapper .block .box.tagsBlock a {
        font-size: 16px
    }
}

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

    .blog-details-section .blogdtls .comment-wrapper .comment-block .comment .person-dtls .dtls span,
    .blog-details-section .blogdtls .comment-wrapper .title {
        font-size: 18px
    }
}

.blog-details-section .blogdtls .comment-wrapper .comment-block .comment .person-dtls .dtls .forward {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px
}

.blog-details-section .blogdtls .comment-wrapper .fill-up-form {
    padding: 40px 30px;
    border: 2px solid var(--color-white);
    border-radius: 24px;
    -webkit-box-shadow: 0 21px 40px 0 rgba(45, 109, 173, .15);
    box-shadow: 0 21px 40px 0 rgba(45, 109, 173, .15)
}

.blog-details-section .blogdtls .wrapper .block {
    padding: 20px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(236, 236, 236, .3)), to(rgba(231, 231, 231, .3)));
    background: linear-gradient(90deg, rgba(236, 236, 236, .3) 0, rgba(231, 231, 231, .3) 100%);
    border-radius: 18px
}

.blog-details-section .blogdtls .wrapper .block .box {
    padding-top: 12px
}

.blog-details-section .blogdtls .wrapper .block .box ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #e6e6e6
}

.blog-details-section .blogdtls .wrapper .block .box ul li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.blog-details-section .blogdtls .wrapper .block .box ul li a,
.blog-details-section .blogdtls .wrapper .block .box ul li p {
    margin: 0;
    color: rgba(45, 45, 45, .75);
    font-size: 16px;
    -webkit-transition: .3s;
    transition: .3s
}

.blog-details-section .blogdtls .wrapper .block .box ul li a:hover {
    color: var(--color-text)
}

.blog-details-section .blogdtls .wrapper .block .box ul li p {
    color: rgba(45, 45, 45, .35)
}

.blog-details-section .blogdtls .wrapper .block .box.searchBlock input.user-input {
    padding-right: 50px
}

.blog-details-section .blogdtls .wrapper .block .box.tagsBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px
}

.blog-details-section .blogdtls .wrapper .block .box.tagsBlock a {
    display: block;
    padding: 7px 18px;
    border: 1px solid rgba(45, 45, 45, .5);
    border-radius: 50px;
    position: relative
}

.blog-details-section .blogdtls .wrapper .block .box.tagsBlock a::after {
    content: "";
    width: 0;
    height: 0;
    background: rgba(45, 45, 45, .5);
    border-radius: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .3s;
    transition: .3s;
    z-index: -1
}

.blog-details-section .blogdtls .wrapper .block .box.tagsBlock a:hover::after {
    width: 100%;
    height: 100%
}

.blog-details-section .blogdtls .wrapper .block .box.postBlock .post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e6e6e6
}

.blog-details-section .blogdtls .wrapper .block .box.postBlock .post:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0
}

.blog-details-section .blogdtls .wrapper .block .box.postBlock .post .image-wrapper {
    width: 70px;
    height: 70px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.blog-details-section .blogdtls .wrapper .block .box.postBlock .post span {
    font-weight: 600;
    color: rgba(45, 45, 45, .75);
    font-size: 14px
}

.blog-details-section .blogdtls .wrapper .block .box.postBlock .post p {
    color: rgba(45, 45, 45, .4);
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 5px
}

.contact-section.form-section {
    background-repeat: no-repeat;
    background-position: center
}

@media screen and (min-width:992px) {
    .client-section .client-wrapper .client-text .ClientSwiper .btn-block {
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 2
    }

    .stand-with-section .img-block.img-block-2 .image-wrapper {
        margin-top: -100px
    }

    .contact-section.details-section {
        background-image: url(../images/background/contact-lines.svg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center
    }
}

.contact-section .contact-wrapper .fill-up-form {
    background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#fcfcfc));
    background: linear-gradient(180deg, #fafafa 0, #fcfcfc 100%);
    padding: 40px;
    border-radius: 24px;
    -webkit-box-shadow: 0 21px 40px 0 rgba(45, 109, 173, .15);
    box-shadow: 0 21px 40px 0 rgba(45, 109, 173, .15)
}

.contact-section .contact-wrapper .fill-up-form .nice-select {
    margin-bottom: 20px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.contact-section .contact-wrapper .fill-up-form .nice-select::after {
    position: static;
    width: 12px;
    height: 12px;
    background-image: url(../images/icon/gradient-arrow.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border: none;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: unset;
    transform-origin: unset;
    -webkit-transition: .3s;
    transition: .3s
}

.contact-section .contact-wrapper .fill-up-form .nice-select.open::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.contact-section .contact-wrapper .fill-up-form .nice-select .class {
    display: block;
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 16px;
    line-height: 1
}

.contact-section .contact-dtls .contact-block {
    background: -webkit-gradient(linear, left top, left bottom, from(#16cc3e), to(#049023));
    background: linear-gradient(180deg, #16cc3e 0, #049023 100%);
    padding: 20px;
    border-radius: 24px
}

.contact-section .contact-dtls .contact-block.emailBlock {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-50%, #05f6f9), to(#f907fc));
    background: linear-gradient(180deg, #05f6f9 -50%, #f907fc 100%)
}

.contact-section .contact-dtls .contact-block .icon {
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background: rgba(255, 255, 255, .2);
    border-radius: 40px;
    margin-bottom: 12px
}

.contact-section .contact-dtls .contact-block span {
    display: block;
    font-family: var(--font-heading);
    font-weight: 400;
    color: var(--color-white);
    font-size: 24px;
    line-height: 1;
    padding-bottom: 12px
}

@media screen and (max-width:480px) {
    .fill-up-form form .form-group .image-wrapper {
        width: 30px;
        height: 30px;
        border-radius: 5px
    }

    .fill-up-form form .form-group .user-input {
        font-size: 14px;
        padding: 10px 20px
    }

    .fill-up-form form .form-group .user-input::-webkit-input-placeholder {
        font-size: 14px
    }

    .fill-up-form form .form-group .user-input::-moz-placeholder {
        font-size: 14px
    }

    .fill-up-form form .form-group .user-input:-ms-input-placeholder {
        font-size: 14px
    }

    .fill-up-form form .form-group .user-input::-ms-input-placeholder {
        font-size: 14px
    }

    .fill-up-form form .form-group .user-input::placeholder {
        font-size: 14px
    }

    .error-wrapper::after {
        width: 100px;
        height: 120px
    }

    .error-wrapper::before {
        width: 140px;
        height: 140px
    }

    .cta-section .cta-wrapper .cta-text {
        padding: 30px 30px 80px
    }

    .cta-section .cta-wrapper .mockup {
        margin-top: -80px
    }

    .notice-section .notice {
        height: 100px
    }

    .notice-section .notice .notice-slide {
        padding: 10px 0
    }

    .stand-with-section.strips::after {
        -webkit-filter: blur(60px);
        filter: blur(60px)
    }

    .pricing-section .pricing-wrapper {
        width: 806px
    }

    .pricing-section .pricing-wrapper .option-wrapper .nav {
        padding: 5px
    }

    .pricing-section .pricing-wrapper .pricing-block::before {
        height: 42px
    }

    .pricing-section .pricing-wrapper .pricing-block .pricing-plan .title {
        font-size: 12px
    }

    .special-section .special-wrapper .special-block {
        padding: 20px
    }

    .special-section .special-wrapper .special-block .image-wrapper {
        margin-right: -20px;
        margin-left: -20px
    }

    .client-section .client-wrapper .client-text .ClientSwiper .review .review-text span {
        font-size: 18px
    }

    .instagram-section .instagram-wrapper .image-wrapper .img-block img.img-3 {
        margin-left: -20px
    }

    .instagram-section .instagram-wrapper .image-wrapper .img-block img.img-6 {
        margin-left: 20px
    }

    .blog-details-section .blogdtls .comment-wrapper .comment-block .comment .person-dtls .dtls p,
    .instagram-section .instagram-wrapper .text-block p {
        font-size: 14px
    }

    .instagram-section .instagram-wrapper .text-block a {
        font-size: 20px
    }

    .blog-details-section .blogdtls .comment-wrapper .comment-block .comment .person-dtls {
        gap: 15px
    }

    .blog-details-section .blogdtls .comment-wrapper .comment-block .comment .person-dtls .dtls span {
        font-size: 16px
    }

    .blog-details-section .blogdtls .comment-wrapper .comment-block .comment .person-dtls .dtls .forward {
        gap: 20px
    }

    .contact-section .contact-wrapper .fill-up-form {
        padding: 30px
    }

    .contact-section .contact-dtls .contact-block span {
        font-size: 22px
    }
}

.contact-section .contact-dtls .contact-block p {
    color: rgba(255, 255, 255, .6);
    margin: 0
}

.contact-section .contact-dtls .contact-block a {
    color: var(--color-white);
    -webkit-transition: .3s;
    transition: .3s
}

.contact-section .contact-dtls .contact-block a:hover {
    opacity: .7
}

.gallery-section .gallery-wrapper {
    column-count: 3;
    column-gap: 24px
}

@media screen and (max-width:1199px) {
    .blog-details-section .blogdtls .comment-wrapper .fill-up-form {
        padding: 30px 20px
    }

    .gallery-section .gallery-wrapper {
        column-count: 2;
        column-gap: 20px
    }
}

.gallery-section .gallery-wrapper .gallery-item {
    break-inside: avoid;
    margin-bottom: 24px
}

.gallery-section .gallery-wrapper .image-wrapper {
    overflow: hidden;
    border-radius: 16px
}

@media screen and (max-width:575px) {
    .pricing-section .pricing-wrapper .pricing-block .pricing-plan ul li {
        padding-bottom: 10px;
        margin-bottom: 10px
    }

    .pricing-section .pricing-wrapper .pricing-block .pricing-plan ul li img {
        width: 24px;
        height: 24px
    }

    .blog-details-section .blogdtls .blogdtls-wrapper .blogdtls-block .boxWrapper .boxBlock p,
    .pricing-section .pricing-wrapper .pricing-block .pricing-plan .pricing span {
        font-size: 16px
    }

    .pricing-section .pricing-wrapper .pricing-block .pricing-plan .pricing p {
        font-size: 14px
    }

    .pricing-section .pricing-wrapper .pricing-block .pricing-plan .btn_wrapper {
        padding: 10px 20px;
        font-size: 10px;
        border-radius: 8px
    }

    .pricing-section .pricing-wrapper .pricing-block .pricing-plan::after {
        border-radius: 14px
    }

    .pricing-section .pricing-wrapper .pricing-block .pricing-plan:hover::after {
        height: calc(100% + 30px);
        border-radius: 14px
    }

    .special-section .special-wrapper .special-block span {
        font-size: 22px
    }

    .blog-details-section .blogdtls .blogdtls-wrapper .blogdtls-block span,
    .special-section .special-wrapper .special-block span.tags {
        font-size: 18px
    }

    .special-section .special-wrapper .special-block .image-wrapper img {
        width: 100%;
        max-width: 350px
    }

    .client-section .client-wrapper .clientImg::after,
    .client-section .client-wrapper .clientImg::before {
        -webkit-filter: blur(40px);
        filter: blur(40px)
    }

    .client-section .client-wrapper .clientImg::after {
        width: 220px;
        height: 80px
    }

    .client-section .client-wrapper .clientImg::before {
        width: 140px;
        height: 100px
    }

    .client-section .client-wrapper .clientImg>img {
        width: 100%;
        max-width: 320px;
        margin: auto
    }

    .client-section .client-wrapper .client-text .title {
        font-size: 20px
    }

    .client-section .client-wrapper .client-text .ClientSwiper .review img {
        max-width: 60px
    }

    .blog-section .blog-wrapper .blog-block {
        display: block;
        max-width: 350px;
        margin: auto
    }

    .stand-with-section .img-block.img-block-2 .image-wrapper img {
        max-width: 350px
    }

    .mission-section .mission-wrapper .image-wrapper {
        display: block;
        width: 100%;
        max-width: 350px;
        margin: auto
    }

    .team-section .team-wrapper .team-block .image-wrapper {
        display: block;
        max-width: 350px;
        margin: auto auto 15px
    }

    .blog-details-section .blogdtls .blogdtls-wrapper .blogdtls-block .boxWrapper .boxBlock {
        padding: 40px
    }

    .blog-details-section .blogdtls .blogdtls-wrapper .blogdtls-block .boxWrapper .boxBlock::after {
        bottom: 20px;
        right: 20px
    }

    .blog-details-section .blogdtls .blogdtls-wrapper .blogdtls-block .boxWrapper .boxBlock::before {
        top: 20px;
        left: 20px
    }

    .blog-details-section .blogdtls .blog-line {
        padding: 15px 0
    }

    .blog-details-section .blogdtls .blog-line .blog-btn {
        max-width: 100px;
        font-size: 12px
    }

    .contact-section .contact-wrapper .fill-up-form .nice-select {
        height: 47px
    }

    .contact-section .contact-dtls .contact-block,
    .gallery-section .gallery-wrapper .image-wrapper {
        max-width: 350px;
        margin: auto
    }

    .gallery-section .gallery-wrapper {
        column-count: 1;
        column-gap: 16px
    }
}

.gallery-section .gallery-wrapper .image-wrapper img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: .3s;
    transition: .3s
}

.blogdtls-block p {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 500
}

.testimonial-grid {
    column-count: 2;
    column-gap: 24px;
}

.testimonial-grid > div {
    break-inside: avoid;
    margin-bottom: 24px;
    display: inline-block;
    width: 100%;
}

@media (max-width: 991px) {
    .testimonial-grid {
        column-count: 1;
    }
}