
/* =========================== Banner Section Start Here ========================= */
.banner__area {
    padding-top: 16.25rem;
    padding-bottom: 3.125rem;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 1399px) {
    .banner__area {
        padding-top: 14.25rem;
    }
}

@media screen and (max-width: 1199px) {
    .banner__area {
        padding-top: 11.25rem;
    }
}

@media screen and (max-width: 991px) {
    .banner__area {
        padding-top: 8.75rem;
    }
}

@media screen and (max-width: 575px) {
    .banner__area {
        padding-top: 7.5rem;
    }
}

.banner__area .banner__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

@media screen and (max-width: 767px) {
    .banner__area .banner__bg {
        height: 30rem;
    }
}

@media screen and (max-width: 575px) {
    .banner__area .banner__bg {
        height: 28.125rem;
    }
}

.banner__area .banner__bg img {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .banner__area .banner__bg img {
        height: 100%;
    }
}

@media screen and (max-width: 575px) {
    .banner__area .banner__bg img {
        height: 100%;
    }
}

.banner__area .banner__topbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0.625rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 4.125rem;
}

@media screen and (max-width: 1199px) {
    .banner__area .banner__topbar {
        margin-bottom: 2.5rem;
    }
}

@media screen and (max-width: 991px) {
    .banner__area .banner__topbar {
        margin-bottom: 1.875rem;
    }
}

@media screen and (max-width: 767px) {
    .banner__area .banner__topbar {
        margin-bottom: 1.25rem;
    }
}

@media screen and (max-width: 575px) {
    .banner__area .banner__topbar {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        -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;
        margin-bottom: 1.875rem;
    }
}

.banner__area .banner__topbar .banner__btn {
    margin-top: 1.75rem;
}

@media screen and (max-width: 1399px) {
    .banner__area .banner__topbar .banner__btn {
        margin-top: 1.5625rem;
    }
}

@media screen and (max-width: 1199px) {
    .banner__area .banner__topbar .banner__btn {
        margin-top: 1.25rem;
    }
}

@media screen and (max-width: 991px) {
    .banner__area .banner__topbar .banner__btn {
        margin-top: 0.9375rem;
    }
}

@media screen and (max-width: 767px) {
    .banner__area .banner__topbar .banner__btn {
        margin-top: 0.6875rem;
    }
}

@media screen and (max-width: 575px) {
    .banner__area .banner__topbar .banner__btn {
        margin-top: 0rem;
    }
}

.banner__area .banner__title h2 {
    margin-bottom: 0;
    font-size: 6rem;
    text-transform: uppercase;
    font-weight: 600;
}

@media screen and (max-width: 1399px) {
    .banner__area .banner__title h2 {
        font-size: 5rem;
    }
}

@media screen and (max-width: 1199px) {
    .banner__area .banner__title h2 {
        font-size: 4.0625rem;
    }
}

@media screen and (max-width: 991px) {
    .banner__area .banner__title h2 {
        font-size: 3.125rem;
    }
}

@media screen and (max-width: 767px) {
    .banner__area .banner__title h2 {
        font-size: 2.25rem;
    }
}

.banner__area .banner__title h2 span {
    display: block;
    font-weight: 300;
}

.banner__area .banner__btn .common__btn span:first-child {
    width: 9.375rem;
}

.banner__area .banner__btn .common__btn span:last-child i {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.banner__area .banner__thumb video {
    width: 100%;
    border-radius: 2.5rem;
}

@media screen and (max-width: 1199px) {
    .banner__area .banner__thumb video {
        border-radius: 1.875rem;
    }
}

@media screen and (max-width: 991px) {
    .banner__area .banner__thumb video {
        border-radius: 1.25rem;
    }
}

@media screen and (max-width: 575px) {
    .banner__area .banner__thumb video {
        border-radius: 0.9375rem;
    }
}

.banner__area .banner__thumb iframe {
    width: 100%;
    height: 600px;
    border-radius: 20px;
}

@media screen and (max-width: 1199px) {
    .banner__area .banner__thumb iframe {
        height: 31.25rem;
    }
}

@media screen and (max-width: 991px) {
    .banner__area .banner__thumb iframe {
        height: 21.875rem;
    }
}

@media screen and (max-width: 767px) {
    .banner__area .banner__thumb iframe {
        height: 18.75rem;
    }
}

@media screen and (max-width: 575px) {
    .banner__area .banner__thumb iframe {
        border-radius: 0.625rem;
        height: 14.375rem;
    }
}

.banner__area .banner__thumb img {
    width: 100%;
    height: 600px;
    border-radius: 40px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 1199px) {
    .banner__area .banner__thumb img {
        border-radius: 1.875rem;
        height: 31.25rem;
    }
}

@media screen and (max-width: 991px) {
    .banner__area .banner__thumb img {
        border-radius: 1.25rem;
        height: 21.875rem;
    }
}

@media screen and (max-width: 767px) {
    .banner__area .banner__thumb img {
        border-radius: 1.25rem;
        height: 18.75rem;
    }
}

@media screen and (max-width: 575px) {
    .banner__area .banner__thumb img {
        border-radius: 0.9375rem;
        height: 14.375rem;
    }
}

/* =========================== Banner Section End Here ========================= */
/* =========================== Pagination Section Start Here ========================= */
.pagination__area {
    position: relative;
    z-index: 1;
    padding-bottom: 6.25rem;
}

@media screen and (max-width: 1199px) {
    .pagination__area {
        padding-bottom: 3.75rem;
    }
}

@media screen and (max-width: 991px) {
    .pagination__area {
        padding-top: 1.875rem;
        padding-bottom: 2.5rem;
    }
}

.pagination__area .pagination__main__blk {
    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;
    gap: 0.5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
    .pagination__area .pagination__main__blk {
        gap: 0.3125rem;
    }
}

.pagination__area .pagination__main__blk a {
    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;
    width: 4.25rem;
    height: 4.25rem;
    background-color: hsl(var(--black)/0.02);
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    z-index: 1;
    font-size: 1.5rem;
    font-weight: 400;
    color: hsl(var(--heading-color));
    overflow: hidden;
}

@media screen and (max-width: 1199px) {
    .pagination__area .pagination__main__blk a {
        width: 3.625rem;
        height: 3.625rem;
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 991px) {
    .pagination__area .pagination__main__blk a {
        width: 3rem;
        height: 3rem;
        font-size: 1rem;
    }
}

.pagination__area .pagination__main__blk a::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background-color: hsl(var(--base));
    content: "";
    z-index: -1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50%;
}

.pagination__area .pagination__main__blk a:hover::after {
    height: 100%;
}

/* =========================== Pagination Section End Here ========================= */
/* =========================== Hero Section Start Here ========================= */
.hero__area {
    padding-top: 10.625rem;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    overflow: hidden;
}

@media screen and (max-width: 1199px) {
    .hero__area {
        padding-top: 7.5rem;
    }
}

.hero__area .hero__sp {
    position: absolute;
    left: 8%;
    top: 17%;
    z-index: -1;
    max-width: 6.75rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    -webkit-animation: heroS1 8s linear 0s infinite alternate none;
    animation: heroS1 8s linear 0s infinite alternate none;
}

@media screen and (max-width: 1399px) {
    .hero__area .hero__sp {
        max-width: 5rem;
    }
}

@media screen and (max-width: 1199px) {
    .hero__area .hero__sp {
        max-width: 3.75rem;
    }
}

@media screen and (max-width: 767px) {
    .hero__area .hero__sp {
        max-width: 2.5rem;
        left: 0%;
    }
}

.hero__area .hero__sp.hero__sp__two {
    left: auto;
    right: 8%;
    top: 30%;
    -webkit-animation: heroS2 8s linear 0s infinite alternate none;
    animation: heroS2 8s linear 0s infinite alternate none;
}

@media screen and (max-width: 767px) {
    .hero__area .hero__sp.hero__sp__two {
        right: 6%;
    }
}

@-webkit-keyframes heroS1 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(50px) translateX(50px) rotate(50deg);
        transform: translateY(50px) translateX(50px) rotate(50deg);
    }
}

@keyframes heroS1 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(50px) translateX(50px) rotate(50deg);
        transform: translateY(50px) translateX(50px) rotate(50deg);
    }
}

@-webkit-keyframes heroS2 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-50px) translateX(50px) rotate(50deg);
        transform: translateY(-50px) translateX(50px) rotate(50deg);
    }
}

@keyframes heroS2 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-50px) translateX(50px) rotate(50deg);
        transform: translateY(-50px) translateX(50px) rotate(50deg);
    }
}

.hero__area .hero__wrap__title {
    margin-bottom: 0.875rem;
}

@media screen and (max-width: 767px) {
    .hero__area .hero__wrap__title {
        margin-bottom: 2.5rem;
        margin-top: 0.625rem;
    }
}

.hero__area .hero__wrap__title h1 {
    font-size: 7.5rem;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
}

@media screen and (max-width: 1399px) {
    .hero__area .hero__wrap__title h1 {
        font-size: 5.3125rem;
    }
}

@media screen and (max-width: 991px) {
    .hero__area .hero__wrap__title h1 {
        font-size: 4.375rem;
    }
}

@media screen and (max-width: 767px) {
    .hero__area .hero__wrap__title h1 {
        font-size: 2.8125rem;
    }
}

@media screen and (max-width: 575px) {
    .hero__area .hero__wrap__title h1 {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 424px) {
    .hero__area .hero__wrap__title h1 {
        font-size: 2rem;
    }
}

.hero__area .hero__wrap__title h1 span {
    font-weight: 300;
    display: block;
}

.hero__area .hero__wrap .hero__thumb {
    position: relative;
    z-index: 1;
    -webkit-transform: perspective(1200px) rotateX(50deg) scale(0.9);
    transform: perspective(1200px) rotateX(50deg) scale(0.9);
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1399px) {
    .hero__area .hero__wrap .hero__thumb {
        max-width: 86%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 767px) {
    .hero__area .hero__wrap .hero__thumb {
        -webkit-transform: perspective(1200px) rotateX(0deg) scale(1);
        transform: perspective(1200px) rotateX(0deg) scale(1);
    }
}

.hero__area .hero__wrap .hero__thumb img {
    width: 100%;
}

.hero__area .hero__wrap .hero__thumb span {
    width: 95%;
    height: 12.5rem;
    background-color: #f0f3ff;
    border-radius: 2.625rem;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.hero__area .hero__wrap .hero__thumb span:first-child {
    top: 0.625rem;
}

@media screen and (max-width: 767px) {
    .hero__area .hero__wrap .hero__thumb span:first-child {
        top: -0.5rem;
        border-radius: 0.625rem;
    }
}

.hero__area .hero__wrap .hero__thumb span:nth-child(2) {
    top: 0.625rem;
    background-color: #ebefff;
    z-index: -2;
    width: 88%;
}

@media screen and (max-width: 767px) {
    .hero__area .hero__wrap .hero__thumb span:nth-child(2) {
        top: -1rem;
        border-radius: 0.625rem;
    }
}

.hero__wrap__users {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: hsl(var(--white)/0.4);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding: 0.25rem 0.625rem;
    border-radius: 2.5rem;
    gap: 0.375rem;
}

@media screen and (max-width: 575px) {
    .hero__wrap__users {
        gap: 0.125rem;
        padding: 0.125rem;
    }
}

.hero__wrap__users__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero__wrap__users__img span {
    width: 2rem;
    height: 2rem;
    overflow: hidden;
    border: 0.125rem solid hsl(var(--white));
    border-radius: 50%;
    margin-left: -1rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (max-width: 1199px) {
    .hero__wrap__users__img span {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@media screen and (max-width: 575px) {
    .hero__wrap__users__img span {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        margin-left: -1.25rem;
    }
}

.hero__wrap__users__img span:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.hero__wrap__users__img span:first-child {
    border-color: transparent;
    margin-left: 0;
}

.hero__wrap__users__img span img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.hero__wrap__users__title>span {
    font-size: 1.125rem;
    font-weight: 400;
    display: inline-block;
    font-family: "Permanent Marker", cursive;
    text-transform: capitalize;
}

@media screen and (max-width: 1399px) {
    .hero__wrap__users__title>span {
        font-size: 1rem;
    }
}

@media screen and (max-width: 1199px) {
    .hero__wrap__users__title>span {
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 575px) {
    .hero__wrap__users__title>span {
        font-size: 0.75rem;
        padding-right: 0.625rem;
    }
}

/* =========================== Hero Section End Here ========================= */
/* =========================== Recommendation Section Start Here ========================= */
.recom__area {
    position: relative;
    z-index: 1;
    padding-top: 11.25rem;
    padding-bottom: 5rem;
}

@media screen and (max-width: 1399px) {
    .recom__area {
        padding-top: 8.4375rem;
        padding-bottom: 3.75rem;
    }
}

@media screen and (max-width: 1199px) {
    .recom__area {
        padding-top: 6.6875rem;
        padding-bottom: 3.125rem;
    }
}

@media screen and (max-width: 991px) {
    .recom__area {
        padding-top: 5.6875rem;
        padding-bottom: 2.5rem;
    }
}

@media screen and (max-width: 767px) {
    .recom__area {
        padding-top: 4.4375rem;
        padding-bottom: 1.375rem;
    }
}

.recom__area .recom__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

.recom__area .recom__bg img {
    width: 100%;
}

.recom__area .recom__title {
    margin-bottom: 4.75rem;
}

@media screen and (max-width: 1399px) {
    .recom__area .recom__title {
        margin-bottom: 3.125rem;
    }
}

@media screen and (max-width: 1199px) {
    .recom__area .recom__title {
        margin-bottom: 2.5rem;
    }
}

@media screen and (max-width: 991px) {
    .recom__area .recom__title {
        margin-bottom: 2rem;
    }
}

@media screen and (max-width: 767px) {
    .recom__area .recom__title {
        text-align: center;
        margin-bottom: 1.75rem;
    }
}

.recom__area .recom__title h2 {
    font-size: 4rem;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: uppercase;
}

@media screen and (max-width: 1399px) {
    .recom__area .recom__title h2 {
        font-size: 3.375rem;
    }
}

@media screen and (max-width: 1199px) {
    .recom__area .recom__title h2 {
        font-size: 2.75rem;
    }
}

@media screen and (max-width: 991px) {
    .recom__area .recom__title h2 {
        font-size: 2.125rem;
    }
}

@media screen and (max-width: 424px) {
    .recom__area .recom__title h2 {
        font-size: 1.875rem;
    }
}

.recom__area .recom__title h2 span {
    font-weight: 300;
    display: block;
}

.recom__area .recom__thumb img {
    width: 100%;
    border-radius: 2.5rem;
}

@media screen and (max-width: 1399px) {
    .recom__area .recom__thumb img {
        border-radius: 1.875rem;
    }
}

@media screen and (max-width: 1199px) {
    .recom__area .recom__thumb img {
        border-radius: 1.25rem;
    }
}

.recom__area .recom__content {
    position: relative;
    z-index: 1;
    background-color: #f8f9fc;
    border-radius: 2.5rem;
    min-height: 27.125rem;
    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;
    text-align: center;
    overflow: hidden;
}

@media screen and (max-width: 1399px) {
    .recom__area .recom__content {
        border-radius: 1.875rem;
        min-height: 23.3125rem;
    }
}

@media screen and (max-width: 1199px) {
    .recom__area .recom__content {
        border-radius: 1.25rem;
        min-height: 19.5rem;
    }
}

@media screen and (max-width: 991px) {
    .recom__area .recom__content {
        min-height: 14.375rem;
    }
}

@media screen and (max-width: 767px) {
    .recom__area .recom__content {
        min-height: 16.25rem;
    }
}

@media screen and (max-width: 424px) {
    .recom__area .recom__content {
        min-height: 14.375rem;
    }
}

.recom__area .recom__content::after {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    background-color: hsl(var(--base));
    width: 15.625rem;
    height: 15.625rem;
    border-radius: 50%;
    -webkit-filter: blur(3.125rem);
    filter: blur(3.125rem);
    z-index: -1;
    opacity: 0.6;
}

@media screen and (max-width: 991px) {
    .recom__area .recom__content::after {
        width: 11.25rem;
        height: 11.25rem;
    }
}

.recom__area .recom__content .recom__sp {
    position: absolute;
    left: -1.6875rem;
    top: 0;
    z-index: -1;
    max-width: 6.25rem;
    opacity: 0.3;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-animation: rec1 6s linear 0s infinite alternate none;
    animation: rec1 6s linear 0s infinite alternate none;
}

@media screen and (max-width: 1399px) {
    .recom__area .recom__content .recom__sp {
        max-width: 4.375rem;
    }
}

@media screen and (max-width: 1199px) {
    .recom__area .recom__content .recom__sp {
        max-width: 3.75rem;
    }
}

.recom__area .recom__content .recom__sp.recom__sp__two {
    right: 0;
    bottom: -2.25rem;
    left: auto;
    top: auto;
    opacity: 1;
    -webkit-animation: rec2 6s linear 0s infinite alternate none;
    animation: rec2 6s linear 0s infinite alternate none;
}

@media screen and (max-width: 1399px) {
    .recom__area .recom__content .recom__sp.recom__sp__two {
        bottom: -1.25rem;
    }
}

@media screen and (max-width: 1199px) {
    .recom__area .recom__content .recom__sp.recom__sp__two {
        bottom: -1.25rem;
    }
}

@-webkit-keyframes rec1 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }
}

@keyframes rec1 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }
}

@-webkit-keyframes rec2 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }
}

@keyframes rec2 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }
}

.recom__area .recom__content h4 {
    font-size: 4rem;
    font-weight: 600;
    margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
    .recom__area .recom__content h4 {
        font-size: 2.8125rem;
    }
}

@media screen and (max-width: 991px) {
    .recom__area .recom__content h4 {
        font-size: 2.1875rem;
    }
}

.recom__area .recom__content h4 span {
    font-size: 8rem;
}

@media screen and (max-width: 1199px) {
    .recom__area .recom__content h4 span {
        font-size: 6.25rem;
    }
}

@media screen and (max-width: 991px) {
    .recom__area .recom__content h4 span {
        font-size: 4.375rem;
    }
}

.recom__area .recom__content p {
    color: hsl(var(--heading-color));
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: uppercase;
    font-family: var(--heading-font);
}

@media screen and (max-width: 1199px) {
    .recom__area .recom__content p {
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 991px) {
    .recom__area .recom__content p {
        font-size: 1rem;
    }
}

/* =========================== Recommendation Section End Here ========================= */
/* =========================== Service Section Start Here ========================= */
.service__area {
    position: relative;
    z-index: 1;
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
}

@media screen and (max-width: 1399px) {
    .service__area {
        padding-top: 4.625rem;
        padding-bottom: 5.25rem;
    }
}

@media screen and (max-width: 1199px) {
    .service__area {
        padding-top: 3.5rem;
        padding-bottom: 3.875rem;
    }
}

@media screen and (max-width: 991px) {
    .service__area {
        padding-top: 3.0625rem;
        padding-bottom: 3.5rem;
    }
}

@media screen and (max-width: 767px) {
    .service__area {
        padding-bottom: 2.8125rem;
    }
}

.service__area .service__main {
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 575px) {
    .service__area .service__main {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
}

.service__area .service__main__single {
    margin-bottom: 1.5625rem;
    max-width: 37.5rem;
}

@media screen and (max-width: 767px) {
    .service__area .service__main__single {
        margin-bottom: 0.9375rem;
    }
}

.service__area .service__main__single:last-child {
    margin-bottom: 0;
}

.service__area .service__main__single__thumb {
    position: absolute;
    right: 0;
    top: 70%;
    -webkit-transform: translateY(-50%) scale(0.95);
    transform: translateY(-50%) scale(0.95);
    z-index: 1;
    max-width: 32.5rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    text-align: end;
}

@media screen and (max-width: 1399px) {
    .service__area .service__main__single__thumb {
        max-width: 28.5rem;
    }
}

@media screen and (max-width: 1199px) {
    .service__area .service__main__single__thumb {
        max-width: 25rem;
    }
}

@media screen and (max-width: 1199px) {
    .service__area .service__main__single__thumb {
        max-width: 25rem;
    }
}

@media screen and (max-width: 991px) {
    .service__area .service__main__single__thumb {
        max-width: 18.75rem;
    }
}

@media screen and (max-width: 767px) {
    .service__area .service__main__single__thumb {
        max-width: 12.5rem;
    }
}

@media screen and (max-width: 575px) {
    .service__area .service__main__single__thumb {
        max-width: 100%;
        position: unset;
        -webkit-transform: unset;
        transform: unset;
        opacity: 1;
        visibility: visible;
    }
}

.service__area .service__main__single__thumb img {
    width: 100%;
    border-radius: 1.875rem;
}

@media screen and (max-width: 991px) {
    .service__area .service__main__single__thumb img {
        border-radius: 1.25rem;
    }
}

@media screen and (max-width: 767px) {
    .service__area .service__main__single__thumb img {
        border-radius: 0.9375rem;
    }
}

@media screen and (max-width: 575px) {
    .service__area .service__main__single__thumb img {
        border-radius: 0.625rem;
    }
}

.service__area .service__main__single__title a {
    font-size: 3rem;
    font-weight: 500;
    text-transform: uppercase;
    color: hsl(var(--text-color)/0.22);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: block;
    font-family: var(--heading-font);
}

@media screen and (max-width: 1399px) {
    .service__area .service__main__single__title a {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 1199px) {
    .service__area .service__main__single__title a {
        font-size: 2.125rem;
    }
}

@media screen and (max-width: 991px) {
    .service__area .service__main__single__title a {
        font-size: 1.75rem;
    }
}

@media screen and (max-width: 767px) {
    .service__area .service__main__single__title a {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 575px) {
    .service__area .service__main__single__title a {
        font-size: 24px;
        color: hsl(var(--text-color));
        font-weight: 600;
        margin-bottom: 0.625rem;
        max-width: 10rem;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 424px) {
    .service__area .service__main__single__title a {
        font-size: 20px;
        max-width: 8.4375rem;
    }
}

.service__area .service__main__single.active .service__main__single__title a {
    color: hsl(var(--heading-color));
    font-weight: 700;
}

@media screen and (max-width: 575px) {
    .service__area .service__main__single.active .service__main__single__title a {
        font-weight: 600;
        color: hsl(var(--text-color));
    }
}

.service__area .service__main__single.active .service__main__single__thumb {
    opacity: 1;
    visibility: visible;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}

@media screen and (max-width: 575px) {
    .service__area .service__main__single.active .service__main__single__thumb {
        -webkit-transform: unset;
        transform: unset;
    }
}

.service__brand {
    padding-top: 1.25rem;
    padding-bottom: 4.375rem;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .service__brand {
        padding-top: 0rem;
        padding-bottom: 3.75rem;
    }
}

.service__brand__main__single {
    min-height: 6.25rem;
    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;
    padding: 0.875rem;
}

.service__details {
    border-top: 0.0625rem solid hsl(var(--black)/0.08);
    border-bottom: 0.0625rem solid hsl(var(--black)/0.08);
    margin-bottom: 6.25rem;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .service__details {
        margin-bottom: 1.875rem;
    }
}

.service__details .service__dsp {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    width: 100%;
}

.service__details .service__dsp img {
    width: 100%;
}

.service__details__left {
    padding-top: 12.5rem;
}

@media screen and (max-width: 991px) {
    .service__details__left {
        padding-top: 5.625rem;
    }
}

@media screen and (max-width: 767px) {
    .service__details__left {
        padding-top: 3.125rem;
        padding-bottom: 1.875rem;
        text-align: center;
    }
}

.service__details__left h4 {
    font-size: 4rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 2.5rem;
}

@media screen and (max-width: 1199px) {
    .service__details__left h4 {
        font-size: 3rem;
        margin-bottom: 1.875rem;
    }
}

@media screen and (max-width: 991px) {
    .service__details__left h4 {
        font-size: 2rem;
        margin-bottom: 1.25rem;
    }
}

.service__details__left h4 span {
    display: block;
    font-weight: 300;
}

.service__details__left .about__mission__wrap__curtomers {
    border-left: none;
    border-right: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0;
    text-align: left;
}

@media screen and (max-width: 767px) {
    .service__details__left .about__mission__wrap__curtomers {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.service__details__content p {
    font-size: 1.125rem;
    color: hsl(var(--text-color)/0.6);
}

@media screen and (max-width: 1199px) {
    .service__details__content p {
        font-size: 1rem;
    }
}

@media screen and (max-width: 991px) {
    .service__details__content p {
        font-size: 0.875rem;
    }
}

.service__details__content>img {
    width: 100%;
    margin-top: 2.1875rem;
    padding-bottom: 2.1875rem;
}

@media screen and (max-width: 991px) {
    .service__details__content>img {
        margin-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
}

.service__details__content ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-bottom: 1.5rem;
}

@media screen and (max-width: 991px) {
    .service__details__content ul {
        gap: 0.625rem;
    }
}

@media screen and (max-width: 767px) {
    .service__details__content ul {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 575px) {
    .service__details__content ul {
        grid-template-columns: repeat(1, 1fr);
    }
}

.service__details__content ul li {
    font-size: 1rem;
    font-weight: 400;
    color: hsl(var(--text-color));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: capitalize;
    gap: 0.625rem;
}

@media screen and (max-width: 1199px) {
    .service__details__content ul li {
        font-size: 0.875rem;
    }
}

.service__details__content ul li span {
    max-width: 0.9375rem;
    margin-top: -0.1875rem;
}

.service__details__main {
    border-left: 0.0625rem solid hsl(var(--black)/0.08);
    border-right: 0.0625rem solid hsl(var(--black)/0.08);
}

@media screen and (max-width: 767px) {
    .service__details__main {
        border-top: 0.0625rem solid hsl(var(--black)/0.08);
    }
}

.service__details__main .accordion-button {
    padding: 2.25rem;
    font-size: 2.5rem;
    color: hsl(var(--heading-color));
    font-weight: 700;
    text-transform: uppercase;
    background-color: transparent;
}

@media screen and (max-width: 1199px) {
    .service__details__main .accordion-button {
        padding: 2.25rem;
        font-size: 2.125rem;
    }
}

@media screen and (max-width: 991px) {
    .service__details__main .accordion-button {
        font-size: 1.5rem;
        padding: 1.875rem 1.875rem;
    }
}

.service__details__main .accordion-item:nth-child(even) .accordion-button {
    color: hsl(var(--text-color)/0.3);
}

.service__details__main .accordion-button:not(.collapsed) {
    color: hsl(var(--heading-color));
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.service__details__main .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.service__details__main .accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.service__details__main .accordion-item {
    color: hsl(var(--heading-color));
    background-color: transparent;
    border: none;
    border-bottom: 0.0625rem solid hsl(var(--black)/0.08) !important;
}

.service__details__main .accordion-item:last-child {
    color: hsl(var(--heading-color));
    background-color: transparent;
    border: none;
    border-bottom: none !important;
}

.service__details__main .accordion-button:focus {
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.service__details__main .accordion-button::after {
    display: none;
}

.service__details__main .accordion-body {
    padding: 0rem 2.1875rem 2.8125rem 2.1875rem;
}

@media screen and (max-width: 1199px) {
    .service__details__main .accordion-body {
        padding: 0rem 2.5rem 2.8125rem 2.5rem;
    }
}

@media screen and (max-width: 991px) {
    .service__details__main .accordion-body {
        padding: 0rem 1.875rem 2.8125rem 1.875rem;
    }
}

.service__details__main .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

/* =========================== Service Section End Here ========================= */
/* =========================== Payment Section Start Here ========================= */
.payment__area {
    position: relative;
    z-index: 1;
}

.payment__area .payment__title {
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.payment__area .payment__title video {
    position: absolute;
    left: 0;
    top: -50%;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

.payment__area .payment__title h2 {
    font-size: 14vw;
    margin-bottom: 0;
    font-weight: 700;
    color: hsl(var(--heading-color));
    text-transform: uppercase;
    background-color: hsl(var(--white));
    mix-blend-mode: screen;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

.payment__support {
    position: relative;
    z-index: 1;
    padding-top: 9.375rem;
    padding-bottom: 6.25rem;
}

@media screen and (max-width: 1199px) {
    .payment__support {
        padding-top: 6.25rem;
        padding-bottom: 3.125rem;
    }
}

@media screen and (max-width: 991px) {
    .payment__support {
        padding-top: 3.125rem;
        padding-bottom: 0rem;
    }
}

.payment__support .ps__bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    width: 100%;
}

.payment__support .ps__bg img {
    width: 100%;
}

.payment__support__single {
    text-align: center;
    max-width: 21.875rem;
    margin-left: auto;
    margin-right: auto;
}

.payment__support__single img {
    width: auto;
    height: 3.4375rem;
    margin-bottom: 2.1875rem;
}

@media screen and (max-width: 1199px) {
    .payment__support__single img {
        height: 2.8125rem;
        margin-bottom: 1.5rem;
    }
}

@media screen and (max-width: 767px) {
    .payment__support__single img {
        margin-bottom: 18px;
    }
}

.payment__support__single h4 {
    text-transform: capitalize;
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 1.25rem;
}

@media screen and (max-width: 1199px) {
    .payment__support__single h4 {
        font-size: 1.25rem;
        margin-bottom: 0.875rem;
    }
}

@media screen and (max-width: 1199px) {
    .payment__support__single p {
        font-size: 0.875rem;
    }
}

.payment__feature {
    position: relative;
    z-index: 1;
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
}

@media screen and (max-width: 991px) {
    .payment__feature {
        padding-top: 5.875rem;
        padding-bottom: 2.5rem;
    }
}

.payment__feature .fb__bg {
    position: absolute;
    left: 0;
    top: 60%;
    z-index: -1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    width: 100%;
}

.payment__feature .fb__bg img {
    width: 100%;
}

.payment__feature .g-5,
.payment__feature .gx-5 {
    --bs-gutter-x: 8rem;
}

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

    .payment__feature .g-5,
    .payment__feature .gx-5 {
        --bs-gutter-x: 4rem;
    }
}

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

    .payment__feature .g-5,
    .payment__feature .gx-5 {
        --bs-gutter-x: 2rem;
    }
}

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

    .payment__feature .g-5,
    .payment__feature .gy-5 {
        --bs-gutter-y: 1.5rem;
    }
}

.payment__feature__single {
    padding-bottom: 6.25rem;
}

@media screen and (max-width: 767px) {
    .payment__feature__single {
        padding-bottom: 3.125rem;
    }
}

.payment__feature__single:last-child {
    padding-bottom: 0;
}

@media screen and (max-width: 767px) {
    .payment__feature__single:nth-child(2) .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.payment__feature__left {
    background-color: hsl(var(--black)/0.02);
    padding: 2.125rem 1.5rem;
    border-radius: 1.5rem;
}

@media screen and (max-width: 991px) {
    .payment__feature__left {
        padding: 1.625rem 1.25rem;
        border-radius: 1rem;
    }
}

.payment__feature__left .feature__main__thumb {
    margin-bottom: 0;
}

.payment__feature__left .feature__main__thumb.thumb-two {
    min-height: 16.25rem;
}

@media screen and (max-width: 991px) {
    .payment__feature__left .feature__main__thumb.thumb-two {
        min-height: 8.125rem;
    }
}

.payment__feature__right {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.payment__feature__right h4 {
    font-size: 2rem;
    text-transform: capitalize;
}

@media screen and (max-width: 1199px) {
    .payment__feature__right h4 {
        font-size: 1.625rem;
    }
}

@media screen and (max-width: 991px) {
    .payment__feature__right h4 {
        font-size: 1.5rem;
    }
}

.payment__feature__right p {
    font-size: 1.125rem;
    font-weight: 400;
    color: hsl(var(--text-color)/0.66);
    margin-bottom: 1.875rem;
}

@media screen and (max-width: 1199px) {
    .payment__feature__right p {
        font-size: 1rem;
    }
}

@media screen and (max-width: 991px) {
    .payment__feature__right p {
        font-size: 0.875rem;
        margin-bottom: 1.25rem;
    }
}

.payment__feature__right 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: 1rem;
}

@media screen and (max-width: 991px) {
    .payment__feature__right ul {
        gap: 0.75rem;
    }
}

.payment__feature__right ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    color: hsl(var(--text-color));
    text-transform: capitalize;
}

@media screen and (max-width: 991px) {
    .payment__feature__right ul li {
        font-size: 0.875rem;
        gap: 0.5rem;
    }
}

.payment__feature__right ul li img {
    width: 1.25rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media screen and (max-width: 991px) {
    .payment__feature__right ul li img {
        width: 1rem;
    }
}

/* =========================== Payment Section End Here ========================= */
/* =========================== Feature Section Start Here ========================= */
.feature__area {
    padding-top: 5.625rem;
    padding-bottom: 6.0625rem;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 1399px) {
    .feature__area {
        padding-top: 4.8125rem;
        padding-bottom: 3.125rem;
    }
}

@media screen and (max-width: 1199px) {
    .feature__area {
        padding-top: 3.6875rem;
    }
}

@media screen and (max-width: 991px) {
    .feature__area {
        padding-top: 3.875rem;
    }
}

@media screen and (max-width: 767px) {
    .feature__area {
        padding-top: 3.3125rem;
    }
}

.feature__area .feature__sp {
    position: absolute;
    left: 15%;
    bottom: 10%;
    max-width: 5rem;
    z-index: -1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    -webkit-animation: fet1 6s linear 0s infinite alternate none;
    animation: fet1 6s linear 0s infinite alternate none;
}

@media screen and (max-width: 991px) {
    .feature__area .feature__sp {
        max-width: 3.125rem;
    }
}

@media screen and (max-width: 767px) {
    .feature__area .feature__sp {
        display: none;
    }
}

.feature__area .feature__sp.sp-two {
    left: auto;
    right: 15%;
    max-width: 6.25rem;
    bottom: 5%;
    -webkit-animation: fet2 6s linear 0s infinite alternate none;
    animation: fet2 6s linear 0s infinite alternate none;
}

@media screen and (max-width: 991px) {
    .feature__area .feature__sp.sp-two {
        max-width: 3.125rem;
    }
}

.feature__area .feature__sp.sp-three {
    left: 5%;
    right: 15%;
    max-width: 6.25rem;
    bottom: 20%;
    -webkit-animation: fet3 6s linear 0s infinite alternate none;
    animation: fet3 6s linear 0s infinite alternate none;
}

@media screen and (max-width: 991px) {
    .feature__area .feature__sp.sp-three {
        max-width: 3.125rem;
    }
}

.feature__area .feature__sp.sp-four {
    left: auto;
    right: 25%;
    max-width: 5rem;
    bottom: 25%;
    -webkit-animation: fet4 6s linear 0s infinite alternate none;
    animation: fet4 6s linear 0s infinite alternate none;
}

@media screen and (max-width: 991px) {
    .feature__area .feature__sp.sp-four {
        max-width: 3.125rem;
    }
}

@-webkit-keyframes fet1 {
    0% {
        -webkit-transform: scale(1) rotate(0deg) translateY(0px);
        transform: scale(1) rotate(0deg) translateY(0px);
    }

    100% {
        -webkit-transform: scale(0.6) rotate(-40deg) translateY(200px);
        transform: scale(0.6) rotate(-40deg) translateY(200px);
    }
}

@keyframes fet1 {
    0% {
        -webkit-transform: scale(1) rotate(0deg) translateY(0px);
        transform: scale(1) rotate(0deg) translateY(0px);
    }

    100% {
        -webkit-transform: scale(0.6) rotate(-40deg) translateY(200px);
        transform: scale(0.6) rotate(-40deg) translateY(200px);
    }
}

@-webkit-keyframes fet2 {
    0% {
        -webkit-transform: scale(1) rotate(0deg) translateY(0px);
        transform: scale(1) rotate(0deg) translateY(0px);
    }

    100% {
        -webkit-transform: scale(0.6) rotate(40deg) translateY(-300px);
        transform: scale(0.6) rotate(40deg) translateY(-300px);
    }
}

@keyframes fet2 {
    0% {
        -webkit-transform: scale(1) rotate(0deg) translateY(0px);
        transform: scale(1) rotate(0deg) translateY(0px);
    }

    100% {
        -webkit-transform: scale(0.6) rotate(40deg) translateY(-300px);
        transform: scale(0.6) rotate(40deg) translateY(-300px);
    }
}

@-webkit-keyframes fet3 {
    0% {
        -webkit-transform: scale(1) rotate(0deg) translateY(0px);
        transform: scale(1) rotate(0deg) translateY(0px);
    }

    100% {
        -webkit-transform: scale(0.8) translateX(200px);
        transform: scale(0.8) translateX(200px);
    }
}

@keyframes fet3 {
    0% {
        -webkit-transform: scale(1) rotate(0deg) translateY(0px);
        transform: scale(1) rotate(0deg) translateY(0px);
    }

    100% {
        -webkit-transform: scale(0.8) translateX(200px);
        transform: scale(0.8) translateX(200px);
    }
}

@-webkit-keyframes fet4 {
    0% {
        -webkit-transform: scale(1) rotate(0deg) translateY(0px);
        transform: scale(1) rotate(0deg) translateY(0px);
    }

    100% {
        -webkit-transform: scale(0.8) translateX(200px);
        transform: scale(0.8) translateX(200px);
    }
}

@keyframes fet4 {
    0% {
        -webkit-transform: scale(1) rotate(0deg) translateY(0px);
        transform: scale(1) rotate(0deg) translateY(0px);
    }

    100% {
        -webkit-transform: scale(0.8) translateX(200px);
        transform: scale(0.8) translateX(200px);
    }
}

.feature__area .feature__snake__sp {
    position: absolute;
    left: 0;
    top: -6.25rem;
    z-index: -1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

.feature__area .feature__img img {
    width: 100%;
    border-radius: 1.5rem;
}

@media screen and (max-width: 1199px) {
    .feature__area .feature__img img {
        border-radius: 1.125rem;
    }
}

@media screen and (max-width: 991px) {
    .feature__area .feature__img img {
        border-radius: 0.625rem;
    }
}

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

    .feature__area .g-5,
    .feature__area .gx-5 {
        --bs-gutter-x: 2rem;
    }

    .feature__area .g-5,
    .feature__area .gy-5 {
        --bs-gutter-y: 2rem;
    }
}

.feature__area .feature__main {
    position: relative;
    z-index: 1;
    background-color: hsl(var(--black)/0.02);
    border-radius: 1.5rem;
    padding: 2rem;
    -webkit-backdrop-filter: blur(0.3125rem);
    backdrop-filter: blur(0.3125rem);
}

@media screen and (max-width: 1199px) {
    .feature__area .feature__main {
        padding: 1.625rem;
        border-radius: 1.125rem;
    }
}

@media screen and (max-width: 991px) {
    .feature__area .feature__main {
        border-radius: 0.625rem;
    }
}

.feature__area .feature__main .feature__box {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    max-width: 6.25rem;
}

.feature__area .feature__main .feature__content h4 {
    font-size: 1.5rem;
    text-transform: capitalize;
    margin-bottom: 1rem;
}

@media screen and (max-width: 1199px) {
    .feature__area .feature__main .feature__content h4 {
        font-size: 1.375rem;
    }
}

.feature__area .feature__main .feature__content p {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
}

@media screen and (max-width: 1199px) {
    .feature__area .feature__main .feature__content p {
        font-size: 1rem;
    }
}

@media screen and (max-width: 991px) {
    .feature__area .feature__main .feature__content p {
        font-size: 0.875rem;
    }
}

.feature__area .feature__img {
    margin-top: 3rem;
}

@media screen and (max-width: 991px) {
    .feature__area .feature__img {
        margin-top: 2rem;
    }
}

.feature__area .feature__img.two {
    margin-top: 0;
    margin-bottom: 3rem;
}

@media screen and (max-width: 991px) {
    .feature__area .feature__img.two {
        margin-bottom: 2rem;
    }
}

.feature__title {
    margin-bottom: 4.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0.625rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 1399px) {
    .feature__title {
        margin-bottom: 3.125rem;
    }
}

@media screen and (max-width: 1199px) {
    .feature__title {
        margin-bottom: 2.5rem;
    }
}

@media screen and (max-width: 991px) {
    .feature__title {
        margin-bottom: 2.0625rem;
    }
}

@media screen and (max-width: 767px) {
    .feature__title {
        margin-bottom: 1.75rem;
    }
}

@media screen and (max-width: 575px) {
    .feature__title {
        -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;
        text-align: center;
    }
}

.feature__title h2 {
    margin-bottom: 0;
    font-size: 4rem;
    font-weight: 600;
    text-transform: uppercase;
}

@media screen and (max-width: 1399px) {
    .feature__title h2 {
        font-size: 3.375rem;
    }
}

@media screen and (max-width: 1199px) {
    .feature__title h2 {
        font-size: 2.75rem;
    }
}

@media screen and (max-width: 991px) {
    .feature__title h2 {
        font-size: 2.125rem;
    }
}

@media screen and (max-width: 424px) {
    .feature__title h2 {
        font-size: 1.875rem;
    }
}

.feature__title h2 span {
    display: block;
    font-weight: 300;
}

.feature__title a span:first-child {
    width: 9.375rem;
}

.feature__img__wrap {
    position: relative;
    z-index: 1;
    width: 100%;
    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;
}

.feature__img__wrap span:nth-child(1) {
    max-width: 21.25rem;
    display: block;
    width: 100%;
}

.feature__img__wrap span:nth-child(1) img {
    border-radius: 0;
}

.feature__img__wrap span:nth-child(2) {
    position: absolute;
    left: 14%;
    bottom: 0;
    z-index: 1;
    max-width: 3.5rem;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

@media screen and (max-width: 991px) {
    .feature__img__wrap span:nth-child(2) {
        max-width: 2.5rem;
    }
}

.feature__img__wrap span:nth-child(3) {
    position: absolute;
    left: 2%;
    top: 0;
    z-index: 1;
    max-width: 3.5rem;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

@media screen and (max-width: 991px) {
    .feature__img__wrap span:nth-child(3) {
        max-width: 2.5rem;
    }
}

.feature__img__wrap span:nth-child(4) {
    position: absolute;
    right: 14%;
    top: 0;
    z-index: 1;
    max-width: 3.5rem;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

@media screen and (max-width: 991px) {
    .feature__img__wrap span:nth-child(4) {
        max-width: 2.5rem;
    }
}

.feature__img__wrap span:nth-child(5) {
    position: absolute;
    right: 2%;
    bottom: 0;
    z-index: 1;
    max-width: 3.5rem;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

@media screen and (max-width: 991px) {
    .feature__img__wrap span:nth-child(5) {
        max-width: 2.5rem;
    }
}

.feature__img__wrap span img {
    width: 100%;
    border-radius: 50%;
}

.feature__main__thumb {
    overflow: hidden;
    padding: 2.3125rem 2rem;
    min-height: 20.625rem;
    border-radius: 1.5rem;
    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;
    background-image: url(../images/feature/feature-thumb-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: hsl(var(--white));
    margin-bottom: 1.875rem;
}

@media screen and (max-width: 1199px) {
    .feature__main__thumb {
        min-height: 16.25rem;
        padding: 1.875rem 1.625rem;
    }
}

@media screen and (max-width: 991px) {
    .feature__main__thumb {
        border-radius: 0.625rem;
        min-height: 13.125rem;
        padding: 1.25rem 1.25rem;
    }
}

.feature__main__thumb__sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.125rem;
    -webkit-transition: 2s;
    transition: 2s;
}

@media screen and (max-width: 991px) {
    .feature__main__thumb__sp {
        gap: 1rem;
    }
}

.feature__main__thumb__sp span {
    font-size: 1.125rem;
    font-weight: 400;
    text-transform: capitalize;
    background-color: #f312ba;
    color: hsl(var(--white));
    padding: 0.3125rem 1rem;
    border-radius: 1.875rem;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

@media screen and (max-width: 1199px) {
    .feature__main__thumb__sp span {
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 991px) {
    .feature__main__thumb__sp span {
        font-size: 0.75rem;
    }
}

.feature__main__thumb__sp span:nth-child(even) {
    position: relative;
    top: 0.625rem;
}

.feature__main__thumb__sp.two {
    margin-bottom: 0.625rem;
}

.feature__main__thumb__sp.two {
    margin-left: -25rem;
    -webkit-transition: 2s;
    transition: 2s;
}

@media screen and (max-width: 991px) {
    .feature__main__thumb__sp.two {
        margin-left: -15.625rem;
    }
}

.feature__main__thumb__sp.three {
    position: relative;
    z-index: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 1.0625rem;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.feature__main__thumb__sp .fp__one {
    width: 4.6875rem;
    height: 4.6875rem;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 991px) {
    .feature__main__thumb__sp .fp__one {
        width: 2.8125rem;
        height: 2.8125rem;
    }
}

.feature__main__thumb__sp .fp__two {
    width: 4.6875rem;
    height: 4.6875rem;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 991px) {
    .feature__main__thumb__sp .fp__two {
        width: 2.8125rem;
        height: 2.8125rem;
    }
}

.feature__main__thumb__sp .mouse__cursor {
    position: absolute;
    left: 60%;
    top: 0;
    z-index: 1;
    width: 1.75rem;
}

@media screen and (max-width: 991px) {
    .feature__main__thumb__sp .mouse__cursor {
        top: -0.875rem;
        width: 1.25rem;
    }
}

.feature__main__thumb__sp span:nth-child(2) {
    background-color: #ff9900;
}

.feature__main__thumb__sp span:nth-child(3) {
    background-color: #7b00ff;
}

.feature__main__thumb__sp span:nth-child(4) {
    background-color: #f95353;
}

.feature__main__thumb__sp span:nth-child(5) {
    background-color: #2f00ff;
}

.feature__main__thumb__sp span:nth-child(6) {
    background-color: #d500ff;
}

.feature__main__thumb__sp span:nth-child(7) {
    background-color: red;
}

.feature__main__thumb__sp span:nth-child(8) {
    background-color: #00ffaa;
}

.feature__main__thumb__sp span:nth-child(9) {
    background-color: #41865a;
}

.feature__main__thumb__sp span:nth-child(10) {
    background-color: #a35700;
}

.feature__main__thumb__sp.two span:nth-child(1) {
    background-color: #d500ff;
}

.feature__main__thumb__sp.two span:nth-child(2) {
    background-color: red;
}

.feature__main__thumb__sp.two span:nth-child(3) {
    background-color: #00ffaa;
}

.feature__main__thumb__sp.two span:nth-child(4) {
    background-color: #41865a;
}

.feature__main__thumb__sp.two span:nth-child(5) {
    background-color: #a35700;
}

.feature__main__thumb__sp .color__bl {
    background-color: #14d4ff !important;
}

.feature__main__thumb.thumb-two {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    min-height: 21.125rem;
}

@media screen and (max-width: 1199px) {
    .feature__main__thumb.thumb-two {
        min-height: 13.25rem;
    }
}

.feature__main__thumb.thumb-two:hover {
    padding: 0;
}

.feature__main__thumb.thumb-two:hover .feature__main__thumb__inner img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.feature__main__thumb__inner img {
    width: 100%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.feature__main__thumb:hover .feature__main__thumb__sp.two {
    margin-left: -3.125rem;
}

.feature__main__thumb:hover .feature__main__thumb__sp {
    margin-left: -18.75rem;
}

.feature__main__thumb:hover .feature__main__thumb__sp.three {
    margin-left: -1.25rem;
}

.feature__main__thumb:hover .feature__img__wrap span:nth-child(5) {
    right: 75%;
}

.feature__main__thumb:hover .feature__img__wrap span:nth-child(4) {
    top: 75%;
    right: 2%;
}

.feature__main__thumb:hover .feature__img__wrap span:nth-child(3) {
    left: 75%;
}

.feature__main__thumb:hover .feature__img__wrap span:nth-child(2) {
    bottom: 80%;
    left: 2%;
}

/* =========================== Feature Section End Here ========================= */
/* =========================== Counter Section Start Here ========================= */
.counter__area {
    position: relative;
    z-index: 1;
    padding-top: 11.25rem;
    padding-bottom: 12.375rem;
}

@media screen and (max-width: 1399px) {
    .counter__area {
        padding-top: 6.1875rem;
        padding-bottom: 9.1875rem;
    }
}

@media screen and (max-width: 1199px) {
    .counter__area {
        padding-top: 4.375rem;
        padding-bottom: 7.0625rem;
    }
}

@media screen and (max-width: 991px) {
    .counter__area {
        padding-top: 3.125rem;
        padding-bottom: 5.875rem;
    }
}

@media screen and (max-width: 767px) {
    .counter__area {
        padding-top: 1.9375rem;
        padding-bottom: 4.625rem;
    }
}

.counter__area .counter__sp {
    position: absolute;
    left: 0;
    top: -18.75rem;
    width: 100%;
    z-index: -1;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.counter__area .counter__main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    padding: 0 3rem;
}

@media screen and (max-width: 1399px) {
    .counter__area .counter__main {
        gap: 2.375rem;
    }
}

@media screen and (max-width: 991px) {
    .counter__area .counter__main {
        padding: 0 1.875rem;
        gap: 1.375rem;
    }
}

@media screen and (max-width: 767px) {
    .counter__area .counter__main {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 575px) {
    .counter__area .counter__main {
        grid-template-columns: repeat(1, 1fr);
    }
}

.counter__area .counter__main__single {
    text-align: center;
    -webkit-box-shadow: 0.875rem -0.25rem 4.6875rem hsl(var(--black)/0.04);
    box-shadow: 0.875rem -0.25rem 4.6875rem hsl(var(--black)/0.04);
    border-radius: 2.5rem;
    padding: 9.375rem 2.5rem;
    position: relative;
    z-index: 1;
    background-color: hsl(var(--white));
    -webkit-transform: rotate(23deg);
    transform: rotate(23deg);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    overflow: hidden;
}

@media screen and (max-width: 1499px) {
    .counter__area .counter__main__single {
        padding: 6.875rem 2.5rem;
    }
}

@media screen and (max-width: 1199px) {
    .counter__area .counter__main__single {
        border-radius: 1.25rem;
        padding: 5.625rem 1.875rem;
    }
}

@media screen and (max-width: 991px) {
    .counter__area .counter__main__single {
        border-radius: 1.25rem;
        padding: 3.75rem 1.25rem;
    }
}

.counter__area .counter__main__single::after {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    width: 20rem;
    height: 20rem;
    content: "";
    background-color: hsl(var(--base));
    border-radius: 50%;
    -webkit-filter: blur(4.375rem);
    filter: blur(4.375rem);
    opacity: 0.4;
}

@media screen and (max-width: 1499px) {
    .counter__area .counter__main__single::after {
        width: 13.75rem;
        height: 13.75rem;
    }
}

@media screen and (max-width: 1199px) {
    .counter__area .counter__main__single::after {
        width: 9.375rem;
        height: 9.375rem;
    }
}

@media screen and (max-width: 1199px) {
    .counter__area .counter__main__single::after {
        width: 6.25rem;
        height: 6.25rem;
        -webkit-filter: blur(2.5rem);
        filter: blur(2.5rem);
    }
}

.counter__area .counter__main__single:nth-child(2)::after {
    background-color: hsl(var(--base-two));
}

.counter__area .counter__main__single:nth-child(1) {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
}

.counter__area .counter__main__single:nth-child(3) {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
}

.counter__area .counter__main__single h4 {
    font-size: 11.25rem;
    font-weight: 700;
    margin-bottom: 0;
}

@media screen and (max-width: 1499px) {
    .counter__area .counter__main__single h4 {
        font-size: 8.75rem;
    }
}

@media screen and (max-width: 1399px) {
    .counter__area .counter__main__single h4 {
        font-size: 7.5rem;
    }
}

@media screen and (max-width: 1199px) {
    .counter__area .counter__main__single h4 {
        font-size: 6.25rem;
    }
}

@media screen and (max-width: 991px) {
    .counter__area .counter__main__single h4 {
        font-size: 4.375rem;
    }
}

.counter__area .counter__main__single h4 .counter__stroke {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 0.0625rem;
    -webkit-text-stroke-color: hsl(var(--heading-color));
    font-size: 6.875rem;
}

@media screen and (max-width: 1499px) {
    .counter__area .counter__main__single h4 .counter__stroke {
        font-size: 5.625rem;
    }
}

@media screen and (max-width: 1399px) {
    .counter__area .counter__main__single h4 .counter__stroke {
        font-size: 5rem;
    }
}

@media screen and (max-width: 1199px) {
    .counter__area .counter__main__single h4 .counter__stroke {
        font-size: 3.75rem;
    }
}

@media screen and (max-width: 991px) {
    .counter__area .counter__main__single h4 .counter__stroke {
        font-size: 2.5rem;
    }
}

.counter__area .counter__main__single p {
    font-size: 1.5rem;
    font-weight: 300;
    text-transform: uppercase;
}

@media screen and (max-width: 1499px) {
    .counter__area .counter__main__single p {
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 1199px) {
    .counter__area .counter__main__single p {
        font-size: 1.0625rem;
    }
}

@media screen and (max-width: 991px) {
    .counter__area .counter__main__single p {
        font-size: 0.875rem;
    }
}

/* =========================== Counter Section End Here ========================= */
/* ================================ Testimonial Section Css Start ============================= */
.testimonial__area {
    position: relative;
    z-index: 1;
    padding-bottom: 6.25rem;
}

@media screen and (max-width: 1399px) {
    .testimonial__area {
        padding-bottom: 3.25rem;
    }
}

@media screen and (max-width: 1199px) {
    .testimonial__area {
        padding-bottom: 2rem;
    }
}

@media screen and (max-width: 767px) {
    .testimonial__area {
        padding-bottom: 1.375rem;
    }
}

.testimonial__area .testimonial__sp {
    position: absolute;
    left: 0;
    bottom: -25rem;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: -2;
}

.testimonial__area .testimonial__bg {
    position: absolute;
    left: 0;
    bottom: -31.25rem;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: -1;
}

.testimonial__area .testimonial__title {
    text-align: center;
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.75rem;
    margin-top: 0.9375rem;
}

@media screen and (max-width: 1399px) {
    .testimonial__area .testimonial__title {
        margin-bottom: 0.25rem;
    }
}

@media screen and (max-width: 1199px) {
    .testimonial__area .testimonial__title {
        max-width: 32.8125rem;
    }
}

@media screen and (max-width: 991px) {
    .testimonial__area .testimonial__title {
        max-width: 28.75rem;
    }
}

@media screen and (max-width: 767px) {
    .testimonial__area .testimonial__title {
        max-width: 27.5rem;
    }
}

@media screen and (max-width: 575px) {
    .testimonial__area .testimonial__title {
        max-width: 90%;
    }
}

.testimonial__area .testimonial__title h2 {
    font-size: 4rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}

@media screen and (max-width: 1399px) {
    .testimonial__area .testimonial__title h2 {
        font-size: 3.375rem;
    }
}

@media screen and (max-width: 1199px) {
    .testimonial__area .testimonial__title h2 {
        font-size: 2.75rem;
    }
}

@media screen and (max-width: 991px) {
    .testimonial__area .testimonial__title h2 {
        font-size: 2.125rem;
    }
}

@media screen and (max-width: 424px) {
    .testimonial__area .testimonial__title h2 {
        font-size: 1.875rem;
    }
}

.testimonial__area .testimonial__title span {
    font-weight: 300;
}

.testimonial__area .testimonial__single {
    -webkit-box-shadow: 0 0 4.375rem hsl(var(--black)/0.04);
    box-shadow: 0 0 4.375rem hsl(var(--black)/0.04);
    border-radius: 1.875rem;
    background-color: hsl(var(--white));
    padding: 2.9375rem 2rem;
    -webkit-transform: rotate(-17deg);
    transform: rotate(-17deg);
    -webkit-transition: 1s;
    transition: 1s;
}

@media screen and (max-width: 991px) {
    .testimonial__area .testimonial__single {
        border-radius: 0.9375rem;
    }
}

@media screen and (max-width: 767px) {
    .testimonial__area .testimonial__single {
        padding: 1.875rem 1.25rem;
    }
}

@media screen and (max-width: 575px) {
    .testimonial__area .testimonial__single {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.testimonial__area .testimonial__single__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 5rem;
}

@media screen and (max-width: 991px) {
    .testimonial__area .testimonial__single__title {
        margin-bottom: 3.125rem;
    }
}

.testimonial__area .testimonial__single__title span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 1rem;
    margin-top: -0.1875rem;
}

.testimonial__area .testimonial__single__title h3 {
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 500;
    text-transform: capitalize;
    font-family: var(--body-font);
}

.testimonial__area .testimonial__single__content {
    margin-bottom: 2.1875rem;
}

.testimonial__area .testimonial__single__content p {
    font-size: 1.125rem;
    font-weight: 400;
    color: hsl(var(--text-color)/0.66);
}

@media screen and (max-width: 1199px) {
    .testimonial__area .testimonial__single__content p {
        font-size: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .testimonial__area .testimonial__single__content p {
        font-size: 0.875rem;
    }
}

.testimonial__area .testimonial__single__user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
}

.testimonial__area .testimonial__single__user__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 2.875rem;
    height: 2.875rem;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial__area .testimonial__single__user__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.testimonial__area .testimonial__single__user__info h4 {
    font-size: 1rem;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0.25rem;
    font-family: var(--body-font);
}

@media screen and (max-width: 767px) {
    .testimonial__area .testimonial__single__user__info h4 {
        font-size: 0.875rem;
    }
}

.testimonial__area .testimonial__single__user__info p {
    font-size: 0.875rem;
    font-weight: 300;
}

@media screen and (max-width: 767px) {
    .testimonial__area .testimonial__single__user__info p {
        font-size: 0.75rem;
    }
}

.testimonial__area .owl-dots {
    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;
    gap: 0.3125rem;
    position: absolute;
    left: 50%;
    bottom: 2rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

.testimonial__area .owl-dots button {
    width: 0.625rem;
    height: 0.625rem;
    background-color: hsl(var(--text-color)/0.2) !important;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.testimonial__area .owl-dots button.active {
    width: 1.875rem;
    border-radius: 1.25rem;
    background-color: hsl(var(--base)) !important;
}

.testimonial__area .owl-carousel .owl-stage-outer {
    padding-top: 9.375rem;
    padding-bottom: 6.25rem;
}

@media screen and (max-width: 767px) {
    .testimonial__area .owl-carousel .owl-stage-outer {
        padding-top: 6.25rem;
    }
}

@media screen and (max-width: 575px) {
    .testimonial__area .owl-carousel .owl-stage-outer {
        padding-top: 2.375rem;
    }
}

.testimonial__area .testimonial__wrap.owl-carousel .owl-item.active.center .testimonial__single {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-top: -6.25rem;
}

@media screen and (max-width: 767px) {
    .testimonial__area .testimonial__wrap.owl-carousel .owl-item.active.center .testimonial__single {
        margin-top: -3.75rem;
    }
}

@media screen and (max-width: 575px) {
    .testimonial__area .testimonial__wrap.owl-carousel .owl-item.active.center .testimonial__single {
        margin-top: 0rem;
    }
}

.testimonial__area .testimonial__wrap.owl-carousel .owl-item.active+.owl-item.active~.owl-item.active .testimonial__single {
    -webkit-transform: rotate(17deg);
    transform: rotate(17deg);
}

@media screen and (max-width: 575px) {
    .testimonial__area .testimonial__wrap.owl-carousel .owl-item.active+.owl-item.active~.owl-item.active .testimonial__single {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

/* ================================ Testimonial Section Css End ============================= */
/* =========================== FAQ Section Start Here ========================= */
.faq__area {
    position: relative;
    z-index: 1;
    padding-top: 3.125rem;
    padding-bottom: 1.5rem;
}

@media screen and (max-width: 1199px) {
    .faq__area {
        padding-top: 2.6875rem;
    }
}

@media screen and (max-width: 991px) {
    .faq__area {
        padding-top: 1.6875rem;
        padding-bottom: 0.9375rem;
    }
}

@media screen and (max-width: 767px) {
    .faq__area {
        padding-top: 1rem;
    }
}

.faq__area .faq__sp {
    position: absolute;
    left: 10%;
    top: 65%;
    z-index: -1;
    max-width: 6.25rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    -webkit-animation: faqOne 6s linear 0s infinite alternate none;
    animation: faqOne 6s linear 0s infinite alternate none;
}

@media screen and (max-width: 1399px) {
    .faq__area .faq__sp {
        left: 5%;
    }
}

@media screen and (max-width: 991px) {
    .faq__area .faq__sp {
        max-width: 2.5rem;
        left: 0%;
    }
}

@media screen and (max-width: 767px) {
    .faq__area .faq__sp {
        display: none;
    }
}

.faq__area .faq__sp.sp2 {
    left: auto;
    right: 10%;
    top: 35%;
    -webkit-animation: faqTwo 6s linear 0s infinite alternate none;
    animation: faqTwo 6s linear 0s infinite alternate none;
}

.faq__area .faq__sp.sp3 {
    left: 15%;
    top: 25%;
    max-width: 4.375rem;
    -webkit-animation: faqThree 6s linear 0s infinite alternate none;
    animation: faqThree 6s linear 0s infinite alternate none;
}

@media screen and (max-width: 991px) {
    .faq__area .faq__sp.sp3 {
        max-width: 2.5rem;
    }
}

@-webkit-keyframes faqOne {
    0% {
        -webkit-transform: scale(1) rotate(0deg) translateY(0px);
        transform: scale(1) rotate(0deg) translateY(0px);
    }

    100% {
        -webkit-transform: scale(0.6) rotate(-40deg) translateY(300px);
        transform: scale(0.6) rotate(-40deg) translateY(300px);
    }
}

@keyframes faqOne {
    0% {
        -webkit-transform: scale(1) rotate(0deg) translateY(0px);
        transform: scale(1) rotate(0deg) translateY(0px);
    }

    100% {
        -webkit-transform: scale(0.6) rotate(-40deg) translateY(300px);
        transform: scale(0.6) rotate(-40deg) translateY(300px);
    }
}

@-webkit-keyframes faqTwo {
    0% {
        -webkit-transform: scale(1) rotate(0deg) translateY(0px);
        transform: scale(1) rotate(0deg) translateY(0px);
    }

    100% {
        -webkit-transform: scale(0.6) rotate(40deg) translateY(-300px);
        transform: scale(0.6) rotate(40deg) translateY(-300px);
    }
}

@keyframes faqTwo {
    0% {
        -webkit-transform: scale(1) rotate(0deg) translateY(0px);
        transform: scale(1) rotate(0deg) translateY(0px);
    }

    100% {
        -webkit-transform: scale(0.6) rotate(40deg) translateY(-300px);
        transform: scale(0.6) rotate(40deg) translateY(-300px);
    }
}

@-webkit-keyframes faqThree {
    0% {
        -webkit-transform: scale(1) rotate(0deg) translateY(0px);
        transform: scale(1) rotate(0deg) translateY(0px);
    }

    100% {
        -webkit-transform: scale(0.6) translateY(-300px);
        transform: scale(0.6) translateY(-300px);
    }
}

@keyframes faqThree {
    0% {
        -webkit-transform: scale(1) rotate(0deg) translateY(0px);
        transform: scale(1) rotate(0deg) translateY(0px);
    }

    100% {
        -webkit-transform: scale(0.6) translateY(-300px);
        transform: scale(0.6) translateY(-300px);
    }
}

.faq__area .faq__title {
    text-align: center;
    margin-bottom: 6.9375rem;
    max-width: 36.875rem;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1399px) {
    .faq__area .faq__title {
        margin-bottom: 5.375rem;
    }
}

@media screen and (max-width: 1199px) {
    .faq__area .faq__title {
        margin-bottom: 4rem;
    }
}

@media screen and (max-width: 991px) {
    .faq__area .faq__title {
        margin-bottom: 3.625rem;
        max-width: 22.5rem;
    }
}

@media screen and (max-width: 767px) {
    .faq__area .faq__title {
        margin-bottom: 2.875rem;
    }
}

.faq__area .faq__title h2 {
    font-size: 4rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}

@media screen and (max-width: 1399px) {
    .faq__area .faq__title h2 {
        font-size: 3.375rem;
    }
}

@media screen and (max-width: 1199px) {
    .faq__area .faq__title h2 {
        font-size: 2.75rem;
    }
}

@media screen and (max-width: 991px) {
    .faq__area .faq__title h2 {
        font-size: 2.125rem;
    }
}

@media screen and (max-width: 424px) {
    .faq__area .faq__title h2 {
        font-size: 1.875rem;
    }
}

.faq__area .faq__title h2 span {
    font-weight: 300;
}

.faq__area .faq__main__blk {
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1199px) {
    .faq__area .faq__main__blk {
        max-width: 43.75rem;
    }
}

@media screen and (max-width: 991px) {
    .faq__area .faq__main__blk {
        max-width: 37.5rem;
    }
}

@media screen and (max-width: 767px) {
    .faq__area .faq__main__blk {
        max-width: 30rem;
    }
}

.faq__area .faq__main__blk .accordion-button {
    padding: 1.875rem 3.125rem 1.875rem 1.875rem;
    font-size: 1.5rem;
    color: hsl(var(--heading-color));
    background-color: transparent;
    font-weight: 500;
}

@media screen and (max-width: 1199px) {
    .faq__area .faq__main__blk .accordion-button {
        font-size: 1.25rem;
        padding: 1.625rem 3.125rem 1.625rem 1.625rem;
    }
}

@media screen and (max-width: 991px) {
    .faq__area .faq__main__blk .accordion-button {
        font-size: 1.125rem;
        padding: 1.25rem 3.125rem 1.25rem 1.25rem;
    }
}

.faq__area .faq__main__blk .accordion-item {
    color: hsl(var(--heading-color));
    background-color: transparent;
    border: 0.0625rem solid hsl(var(--text-color)) !important;
    border-radius: 1rem;
    overflow: hidden;
    margin-bottom: 2.5rem;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

@media screen and (max-width: 991px) {
    .faq__area .faq__main__blk .accordion-item {
        border-radius: 0.625rem;
        margin-bottom: 1.625rem;
    }
}

@media screen and (max-width: 767px) {
    .faq__area .faq__main__blk .accordion-item {
        margin-bottom: 1.375rem;
    }
}

.faq__area .faq__main__blk .accordion-item:nth-child(odd) {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.faq__area .faq__main__blk .accordion-item:first-of-type {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

@media screen and (max-width: 991px) {
    .faq__area .faq__main__blk .accordion-item:first-of-type {
        border-radius: 0.625rem;
    }
}

.faq__area .faq__main__blk .accordion-item:last-of-type {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
}

@media screen and (max-width: 991px) {
    .faq__area .faq__main__blk .accordion-item:last-of-type {
        border-radius: 0.625rem;
    }
}

.faq__area .faq__main__blk .accordion-button:focus {
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.faq__area .faq__main__blk .accordion-body {
    padding: 0rem 1.25rem 1.25rem 1.25rem;
    font-size: 1rem;
    font-weight: 400;
    color: hsl(var(--text-color));
}

@media screen and (max-width: 991px) {
    .faq__area .faq__main__blk .accordion-body {
        font-size: 0.875rem;
    }
}

.faq__area .faq__main__blk .accordion-button:not(.collapsed) {
    color: hsl(var(--heading-color));
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.faq__area .faq__main__blk .accordion-button::after {
    display: none;
}

.faq__area .faq__main__blk .faq__icon {
    position: absolute;
    right: 0.9375rem;
    top: 50%;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    width: 1.875rem;
    height: 1.875rem;
    border: 0.125rem solid hsl(var(--text-color));
    border-radius: 50%;
    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;
    font-size: 1.125rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (max-width: 991px) {
    .faq__area .faq__main__blk .faq__icon {
        width: 1.5rem;
        height: 1.5rem;
        font-size: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .faq__area .faq__main__blk .faq__icon {
        width: 1.25rem;
        height: 1.25rem;
        font-size: 0.75rem;
        border-width: 0.0625rem;
    }
}

.faq__area .faq__main__blk .accordion-button[aria-expanded=true] .faq__minus {
    opacity: 1;
    -webkit-transform: translateY(-50%) rotate(360deg);
    transform: translateY(-50%) rotate(360deg);
}

.faq__area .faq__main__blk .accordion-button[aria-expanded=false] .faq__plus {
    opacity: 1;
    -webkit-transform: translateY(-50%) rotate(360deg);
    transform: translateY(-50%) rotate(360deg);
}

.faq__area .faq__main__blk .accordion-item.active {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* =========================== FAQ Section End Here ========================= */
/* =========================== App Section Start Here ========================= */
.app__area {
    position: relative;
    z-index: 1;
    padding-bottom: 5.75rem;
    padding-top: 6.25rem;
}

@media screen and (max-width: 1399px) {
    .app__area {
        padding-top: 3.125rem;
        padding-bottom: 4.5rem;
    }
}

@media screen and (max-width: 1199px) {
    .app__area {
        padding-top: 1.5rem;
        padding-bottom: 2.625rem;
    }
}

@media screen and (max-width: 767px) {
    .app__area {
        padding-top: 1.6875rem;
        padding-bottom: 2rem;
    }
}

@media screen and (max-width: 575px) {
    .app__area {
        padding-top: 1.25rem;
    }
}

.app__area .app__bg {
    position: absolute;
    left: 0;
    top: -18.75rem;
    z-index: -1;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

.app__area .app__bg img {
    width: 100%;
}

.app__area .app__main {
    position: relative;
    z-index: 1;
}

.app__area .app__main__sp {
    position: absolute;
    z-index: -1;
    width: 5.625rem;
    height: 5.625rem;
    background-color: hsl(var(--white));
    border-radius: 50%;
    -webkit-box-shadow: 0 1.25rem 3.125rem rgba(27, 74, 131, 0.06);
    box-shadow: 0 1.25rem 3.125rem rgba(27, 74, 131, 0.06);
    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-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

@media screen and (max-width: 1199px) {
    .app__area .app__main__sp {
        width: 4.375rem;
        height: 4.375rem;
    }
}

@media screen and (max-width: 991px) {
    .app__area .app__main__sp {
        width: 3.75rem;
        height: 3.75rem;
    }
}

@media screen and (max-width: 767px) {
    .app__area .app__main__sp {
        width: 3.125rem;
        height: 3.125rem;
    }
}

@media screen and (max-width: 575px) {
    .app__area .app__main__sp {
        display: none;
    }
}

.app__area .app__main__sp img {
    max-width: 2.1875rem;
}

@media screen and (max-width: 1199px) {
    .app__area .app__main__sp img {
        max-width: 1.75rem;
    }
}

@media screen and (max-width: 991px) {
    .app__area .app__main__sp img {
        max-width: 1.5625rem;
    }
}

@media screen and (max-width: 767px) {
    .app__area .app__main__sp img {
        max-width: 1.25rem;
    }
}

.app__area .app__main__sp.sp1 {
    left: 0;
    top: 30%;
}

.app__area .app__main__sp.sp2 {
    right: 0;
    top: 38%;
}

.app__area .app__main__sp.sp3 {
    left: 18%;
    top: 13%;
}

@media screen and (max-width: 991px) {
    .app__area .app__main__sp.sp3 {
        left: 10%;
        top: 8%;
    }
}

.app__area .app__main__sp.sp4 {
    right: 22%;
    top: 18%;
}

@media screen and (max-width: 991px) {
    .app__area .app__main__sp.sp4 {
        right: 10%;
        top: 8%;
    }
}

.app__area .app__main__img {
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

.app__area .app__main__img img {
    max-width: 26.875rem;
}

@media screen and (max-width: 1199px) {
    .app__area .app__main__img img {
        max-width: 23.75rem;
    }
}

@media screen and (max-width: 767px) {
    .app__area .app__main__img img {
        max-width: 17.5rem;
    }
}

.app__area .app__main__title {
    text-align: center;
    max-width: 46.25rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4.875rem;
    margin-top: -16.875rem;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 1199px) {
    .app__area .app__main__title {
        max-width: 34.375rem;
        margin-top: -14.875rem;
    }
}

@media screen and (max-width: 991px) {
    .app__area .app__main__title {
        margin-bottom: 2.875rem;
    }
}

@media screen and (max-width: 767px) {
    .app__area .app__main__title {
        max-width: 25.375rem;
        margin-top: -10.875rem;
    }
}

@media screen and (max-width: 575px) {
    .app__area .app__main__title {
        max-width: 25.375rem;
        margin-top: -9.875rem;
        margin-bottom: 2.1875rem;
    }
}

.app__area .app__main__title h2 {
    font-size: 4rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}

@media screen and (max-width: 1399px) {
    .app__area .app__main__title h2 {
        font-size: 3.375rem;
    }
}

@media screen and (max-width: 1199px) {
    .app__area .app__main__title h2 {
        font-size: 2.75rem;
    }
}

@media screen and (max-width: 991px) {
    .app__area .app__main__title h2 {
        font-size: 2.125rem;
    }
}

@media screen and (max-width: 424px) {
    .app__area .app__main__title h2 {
        font-size: 1.875rem;
    }
}

.app__area .app__main__title h2 span {
    font-weight: 300;
    display: block;
}

.app__area .app__main__platform {
    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;
    gap: 1.5rem;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 575px) {
    .app__area .app__main__platform {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.app__area .app__main__platform a {
    background-color: hsl(var(--black)/0.04);
    border-radius: 3.125rem;
    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;
    padding: 0.9375rem 2.25rem;
    color: hsl(var(--heading-color));
    text-decoration: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    gap: 0.4375rem;
}

@media screen and (max-width: 991px) {
    .app__area .app__main__platform a {
        padding: 0.625rem 1.875rem;
    }
}

.app__area .app__main__platform a img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 1.875rem;
}

@media screen and (max-width: 991px) {
    .app__area .app__main__platform a img {
        width: 1.5rem;
    }
}

.app__area .app__main__platform a p {
    color: hsl(var(--heading-color));
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: capitalize;
}

@media screen and (max-width: 991px) {
    .app__area .app__main__platform a p {
        font-size: 0.875rem;
    }
}

.app__area .app__main__platform a p span {
    display: block;
    font-weight: 500;
    font-size: 0.875rem;
}

@media screen and (max-width: 991px) {
    .app__area .app__main__platform a p span {
        font-size: 0.75rem;
    }
}

.app__area .app__main__platform a:hover {
    background-color: hsl(var(--base));
}

/* =========================== App Section End Here ========================= */
/* =========================== Brand Section Start Here ========================= */
.brand__area {
    position: relative;
    z-index: 1;
    padding-top: 6.25rem;
    padding-bottom: 4.9375rem;
}

@media screen and (max-width: 1399px) {
    .brand__area {
        padding-top: 4.375rem;
    }
}

@media screen and (max-width: 1199px) {
    .brand__area {
        padding-bottom: 3.3125rem;
    }
}

@media screen and (max-width: 991px) {
    .brand__area {
        padding-top: 3.25rem;
        padding-bottom: 2.875rem;
    }
}

@media screen and (max-width: 767px) {
    .brand__area {
        padding-top: 2.625rem;
    }
}

.brand__area .brand__title {
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 5.75rem;
    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;
}

@media screen and (max-width: 1399px) {
    .brand__area .brand__title {
        margin-bottom: 3.75rem;
    }
}

@media screen and (max-width: 1199px) {
    .brand__area .brand__title {
        margin-bottom: 2.8125rem;
    }
}

@media screen and (max-width: 991px) {
    .brand__area .brand__title {
        margin-bottom: 2.1875rem;
    }
}

@media screen and (max-width: 767px) {
    .brand__area .brand__title {
        margin-bottom: 2rem;
    }
}

.brand__area .brand__title .brand__line {
    max-width: 15.625rem;
    width: 100%;
    height: 0.0625rem;
    background-color: hsl(var(--text-color)/0.16);
}

.brand__area .brand__title h2 {
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.125rem 0.625rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media screen and (max-width: 991px) {
    .brand__area .brand__title h2 {
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 767px) {
    .brand__area .brand__title h2 {
        font-size: 1.125rem;
    }
}

.brand__area .brand__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3.75rem;
}

@media screen and (max-width: 1199px) {
    .brand__area .brand__main {
        gap: 2.5rem;
    }
}

@media screen and (max-width: 767px) {
    .brand__area .brand__main {
        gap: 1.875rem;
    }
}

.brand__area .brand__main__single {
    width: 10.625rem;
}

@media screen and (max-width: 1199px) {
    .brand__area .brand__main__single {
        width: 8.75rem;
    }
}

@media screen and (max-width: 991px) {
    .brand__area .brand__main__single {
        width: 6.25rem;
    }
}

@media screen and (max-width: 767px) {
    .brand__area .brand__main__single {
        width: 5.625rem;
    }
}

.brand__area .brand__main__single img {
    width: 100%;
    height: auto;
}

/* =========================== Brand Section End Here ========================= */
/* ================================= Blog Section Css Start Here ============================= */
.blog__area {
    position: relative;
    z-index: 1;
    padding-top: 6.25rem;
    padding-bottom: 6rem;
}

@media screen and (max-width: 1399px) {
    .blog__area {
        padding-top: 3.25rem;
        padding-bottom: 4.5rem;
    }
}

@media screen and (max-width: 1199px) {
    .blog__area {
        padding-bottom: 3.25rem;
    }

    .blog__area .g-5,
    .blog__area .gx-5 {
        --bs-gutter-x: 2rem;
    }

    .blog__area .g-5,
    .blog__area .gy-5 {
        --bs-gutter-y: 2rem;
    }
}

@media screen and (max-width: 991px) {
    .blog__area {
        padding-bottom: 1.4375rem;
    }
}

@media screen and (max-width: 767px) {
    .blog__area {
        padding-top: 2.5rem;
    }
}

@media screen and (max-width: 575px) {
    .blog__area {
        padding-top: 1.4375rem;
    }
}

.blog__area .blog__bg {
    position: absolute;
    left: 0;
    top: -18.75rem;
    z-index: -1;
    width: 100%;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.blog__area .blog__sp {
    position: absolute;
    left: 5rem;
    top: 32%;
    z-index: -1;
    width: 100%;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-width: 7.5rem;
    -webkit-animation: blogOne 6s linear 0s infinite alternate none;
    animation: blogOne 6s linear 0s infinite alternate none;
}

@media screen and (max-width: 1399px) {
    .blog__area .blog__sp {
        display: none;
    }
}

@media screen and (max-width: 1199px) {
    .blog__area .blog__sp {
        display: none;
    }
}

@-webkit-keyframes blogOne {
    0% {
        -webkit-transform: scale(1) rotate(0deg) translateY(0px);
        transform: scale(1) rotate(0deg) translateY(0px);
    }

    100% {
        -webkit-transform: scale(0.6) rotate(-40deg) translateY(300px);
        transform: scale(0.6) rotate(-40deg) translateY(300px);
    }
}

@keyframes blogOne {
    0% {
        -webkit-transform: scale(1) rotate(0deg) translateY(0px);
        transform: scale(1) rotate(0deg) translateY(0px);
    }

    100% {
        -webkit-transform: scale(0.6) rotate(-40deg) translateY(300px);
        transform: scale(0.6) rotate(-40deg) translateY(300px);
    }
}

.blog__area .blog__topbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0.625rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 4.9375rem;
}

@media screen and (max-width: 1399px) {
    .blog__area .blog__topbar {
        margin-bottom: 3.1875rem;
    }
}

@media screen and (max-width: 1199px) {
    .blog__area .blog__topbar {
        margin-bottom: 2.5rem;
    }
}

@media screen and (max-width: 991px) {
    .blog__area .blog__topbar {
        margin-bottom: 2.0625rem;
    }
}

@media screen and (max-width: 767px) {
    .blog__area .blog__topbar {
        margin-bottom: 1.625rem;
    }
}

@media screen and (max-width: 575px) {
    .blog__area .blog__topbar {
        -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;
        text-align: center;
    }
}

.blog__area .blog__topbar__title h2 {
    font-size: 4rem;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: uppercase;
}

@media screen and (max-width: 1399px) {
    .blog__area .blog__topbar__title h2 {
        font-size: 3.375rem;
    }
}

@media screen and (max-width: 1199px) {
    .blog__area .blog__topbar__title h2 {
        font-size: 2.75rem;
    }
}

@media screen and (max-width: 991px) {
    .blog__area .blog__topbar__title h2 {
        font-size: 2.125rem;
    }
}

@media screen and (max-width: 424px) {
    .blog__area .blog__topbar__title h2 {
        font-size: 1.875rem;
    }
}

.blog__area .blog__topbar__title h2 span {
    display: block;
    font-weight: 300;
}

.blog__area .blog__topbar__btn a span:first-child {
    width: 9.375rem;
}

.blog__main:hover .blog__main__img img:nth-child(1) {
    -webkit-transform: translateY(0) scaleY(1);
    transform: translateY(0) scaleY(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.blog__main:hover .blog__main__img img:nth-child(2) {
    -webkit-transform: translateY(-50%) scaleY(2);
    transform: translateY(-50%) scaleY(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.blog__main>a {
    margin-bottom: 2rem;
    width: 100%;
}

.blog__main__img {
    width: 100%;
    height: 33.125rem;
    overflow: hidden;
    border-radius: 2rem;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 1199px) {
    .blog__main__img {
        height: 25rem;
        border-radius: 1.5rem;
    }
}

@media screen and (max-width: 991px) {
    .blog__main__img {
        height: 18.75rem;
        border-radius: 0.9375rem;
    }
}

.blog__main__img img:nth-child(1) {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform: translateY(50%) scaleY(2);
    transform: translateY(50%) scaleY(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.blog__main__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.blog__main__content span {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    color: hsl(var(--text-color));
    margin-bottom: 1rem;
    text-transform: uppercase;
}

@media screen and (max-width: 991px) {
    .blog__main__content span {
        font-size: 0.875rem;
    }
}

.blog__main__content h4 {
    font-size: 1.5rem;
    text-transform: capitalize;
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    .blog__main__content h4 {
        font-size: 1.25rem;
    }
}

.blog__main__content a:nth-child(2) {
    margin-bottom: 1.5625rem;
}

.blog__main__content a:last-child {
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: uppercase;
    color: hsl(var(--text-color));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 0.0625rem solid hsl(var(--heading-color));
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 0.3125rem;
    padding: 0.25rem 0rem;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.blog__main__content a:last-child i {
    font-size: 1rem;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.1s;
    transition: 0.1s;
}

.blog__main__content a:last-child::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    z-index: -1;
    background-color: hsl(var(--heading-color));
    content: "";
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.blog__main__content a:last-child:hover::after {
    height: 100%;
}

.blog__main__content a:last-child:hover {
    color: hsl(var(--white));
    padding: 0.25rem 0.625rem;
}

.blog__main__content a:last-child:hover i {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* ================================= Blog Section Css End Here ================================= */
/* =========================== Blog Details Section Start Here ========================= */
.blog__details {
    padding-top: 3.125rem;
    padding-bottom: 6.25rem;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 991px) {
    .blog__details {
        padding-top: 2.8125rem;
        padding-bottom: 3.125rem;
    }
}

@media screen and (max-width: 767px) {
    .blog__details {
        padding-top: 1.25rem;
        padding-bottom: 3.125rem;
    }
}

.blog__details__sp {
    position: absolute;
    left: 0;
    top: 10%;
    z-index: -1;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

.blog__details__sp img {
    width: 100%;
}

.blog__details__wrap {
    display: grid;
    grid-template-columns: 9.375rem 1fr;
    gap: 3.125rem;
}

@media screen and (max-width: 1199px) {
    .blog__details__wrap {
        grid-template-columns: 6.25rem 1fr;
        gap: 1.875rem;
    }
}

@media screen and (max-width: 767px) {
    .blog__details__wrap {
        grid-template-columns: 3.75rem 1fr;
        gap: 1.25rem;
    }
}

@media screen and (max-width: 575px) {
    .blog__details__wrap {
        grid-template-columns: 2.5rem 1fr;
        gap: 1.25rem;
    }
}

.blog__details__wrap__sidebar {
    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;
    gap: 1.875rem;
}

@media screen and (max-width: 1199px) {
    .blog__details__wrap__sidebar {
        gap: 1.25rem;
    }
}

.blog__details__wrap__sidebar h4 {
    font-family: var(--body-font);
    text-transform: capitalize;
    font-size: 1.125rem;
    font-weight: 400;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin-bottom: 0;
    letter-spacing: 0.25rem;
}

@media screen and (max-width: 1199px) {
    .blog__details__wrap__sidebar h4 {
        font-size: 0.875rem;
        letter-spacing: 0.1875rem;
    }
}

.blog__details__wrap__sidebar ul {
    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;
    gap: 1rem;
}

.blog__details__wrap__sidebar ul li a {
    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-color: hsl(var(--black)/0.03);
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 50%;
    color: hsl(var(--heading-color));
    font-size: 1.125rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media screen and (max-width: 1199px) {
    .blog__details__wrap__sidebar ul li a {
        width: 2.5rem;
        height: 2.5rem;
        font-size: 1rem;
    }
}

@media screen and (max-width: 575px) {
    .blog__details__wrap__sidebar ul li a {
        width: 2.1875rem;
        height: 2.1875rem;
        font-size: 0.875rem;
    }
}

.blog__details__wrap__sidebar ul li a::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    border-radius: 50%;
    content: "";
    z-index: -1;
    background-color: hsl(var(--base));
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.blog__details__wrap__sidebar ul li a:hover::after {
    height: 100%;
}

.blog__details .blog__details__wrap__main__content span {
    font-size: 1rem;
    font-weight: 400;
    display: block;
    text-transform: uppercase;
    margin-bottom: 0.625rem;
}

@media screen and (max-width: 767px) {
    .blog__details .blog__details__wrap__main__content span {
        font-size: 0.875rem;
    }
}

.blog__details .blog__details__wrap__main__content h1 {
    font-size: 2.5rem;
    text-transform: capitalize;
    margin-bottom: 1.875rem;
}

@media screen and (max-width: 1199px) {
    .blog__details .blog__details__wrap__main__content h1 {
        font-size: 2.1875rem;
        margin-bottom: 1.5rem;
    }
}

@media screen and (max-width: 991px) {
    .blog__details .blog__details__wrap__main__content h1 {
        font-size: 1.75rem;
        margin-bottom: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .blog__details .blog__details__wrap__main__content h1 {
        font-size: 1.375rem;
        margin-bottom: 1rem;
    }
}

@media screen and (max-width: 575px) {
    .blog__details .blog__details__wrap__main__content h1 {
        font-size: 1.25rem;
    }
}

.blog__details .blog__details__wrap__main__content p {
    margin-bottom: 1.875rem;
}

@media screen and (max-width: 991px) {
    .blog__details .blog__details__wrap__main__content p {
        font-size: 0.875rem;
        margin-bottom: 1rem;
    }
}

.blog__details .blog__details__wrap__main__content img {
    width: 100%;
    border-radius: 2rem;
    margin-bottom: 1.875rem;
}

@media screen and (max-width: 991px) {
    .blog__details .blog__details__wrap__main__content img {
        border-radius: 1.25rem;
        margin-bottom: 1rem;
    }
}

@media screen and (max-width: 575px) {
    .blog__details .blog__details__wrap__main__content img {
        border-radius: 0.625rem;
    }
}

.blog__details .blog__details__quote {
    padding: 4.0625rem 6.25rem;
    text-align: center;
    background-color: hsl(var(--heading-color));
    margin-bottom: 1.875rem;
    border-radius: 2rem;
}

@media screen and (max-width: 1199px) {
    .blog__details .blog__details__quote {
        padding: 4.0625rem 3.125rem;
    }
}

@media screen and (max-width: 991px) {
    .blog__details .blog__details__quote {
        padding: 2.5rem 1.875rem;
        margin-bottom: 1rem;
        border-radius: 1.25rem;
    }
}

.blog__details .blog__details__quote p {
    margin-bottom: 0;
    color: hsl(var(--white));
    font-size: 1.25rem;
    font-style: italic;
    text-transform: capitalize;
}

@media screen and (max-width: 1199px) {
    .blog__details .blog__details__quote p {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 991px) {
    .blog__details .blog__details__quote p {
        font-size: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .blog__details .blog__details__quote p {
        font-size: 0.875rem;
    }
}

.blog__details .blog__details__comment {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
}

@media screen and (max-width: 767px) {
    .blog__details .blog__details__comment {
        padding-bottom: 0.625rem;
    }
}

.blog__details .blog__details__comment__title {
    margin-bottom: 2.5rem;
}

@media screen and (max-width: 991px) {
    .blog__details .blog__details__comment__title {
        margin-bottom: 1.5rem;
    }
}

.blog__details .blog__details__comment__title h4 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 1199px) {
    .blog__details .blog__details__comment__title h4 {
        font-size: 1.875rem;
    }
}

@media screen and (max-width: 991px) {
    .blog__details .blog__details__comment__title h4 {
        font-size: 1.5rem;
    }
}

.blog__details .blog__details__comment__single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 1.25rem;
    margin-bottom: 2.5rem;
    max-width: 90%;
}

@media screen and (max-width: 991px) {
    .blog__details .blog__details__comment__single {
        gap: 0.875rem;
    }
}

@media screen and (max-width: 575px) {
    .blog__details .blog__details__comment__single {
        gap: 0.5rem;
    }
}

.blog__details .blog__details__comment__single:last-child {
    margin-bottom: 0;
}

.blog__details .blog__details__comment__single__user {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 4.0625rem;
    height: 4.0625rem;
    border-radius: 50%;
    overflow: hidden;
}

@media screen and (max-width: 991px) {
    .blog__details .blog__details__comment__single__user {
        width: 3.125rem;
        height: 3.125rem;
    }
}

@media screen and (max-width: 575px) {
    .blog__details .blog__details__comment__single__user {
        width: 1.875rem;
        height: 1.875rem;
    }
}

.blog__details .blog__details__comment__single__user img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog__details .blog__details__comment__single.comment__reply {
    margin-left: auto;
}

@media screen and (max-width: 991px) {
    .blog__details .blog__details__comment__single__info>p {
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 575px) {
    .blog__details .blog__details__comment__single__info>p {
        font-size: 0.875rem;
    }
}

.blog__details .blog__details__comment__user__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 1.875rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1.25rem;
}

@media screen and (max-width: 575px) {
    .blog__details .blog__details__comment__user__info {
        gap: 0.9375rem;
        margin-bottom: 0.625rem;
    }
}

.blog__details .blog__details__comment__user__info__left h6 {
    font-size: 1.25rem;
    text-transform: capitalize;
    margin-bottom: 0.5rem;
    font-family: var(--body-font);
}

@media screen and (max-width: 991px) {
    .blog__details .blog__details__comment__user__info__left h6 {
        font-size: 1rem;
        margin-bottom: 0.25rem;
    }
}

@media screen and (max-width: 575px) {
    .blog__details .blog__details__comment__user__info__left h6 {
        font-size: 0.875rem;
    }
}

.blog__details .blog__details__comment__user__info__left span {
    display: block;
    color: #adadad;
    font-size: 0.9375rem;
    font-weight: 400;
    text-transform: capitalize;
}

@media screen and (max-width: 991px) {
    .blog__details .blog__details__comment__user__info__left span {
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 575px) {
    .blog__details .blog__details__comment__user__info__left span {
        font-size: 0.75rem;
    }
}

.blog__details .blog__details__comment__user__info a {
    width: 4.125rem;
    height: 2.125rem;
    border: 0.0625rem solid hsl(var(--black)/0.08);
    border-radius: 0.3125rem;
    color: hsl(var(--heading-color));
    font-size: 0.875rem;
    font-weight: 400;
    text-transform: capitalize;
    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-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media screen and (max-width: 575px) {
    .blog__details .blog__details__comment__user__info a {
        width: 3.5rem;
        height: 1.875rem;
        font-size: 0.75rem;
    }
}

.blog__details .blog__details__comment__user__info a:hover {
    color: hsl(var(--white));
    border-color: hsl(var(--heading-color));
}

.blog__details .blog__details__comment__user__info a::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    z-index: -1;
    content: "";
    background-color: hsl(var(--heading-color));
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.blog__details .blog__details__comment__user__info a:hover::after {
    height: 100%;
}

.blog__details .blog__details__comment__form {
    padding-top: 3.125rem;
    padding-bottom: 6.25rem;
}

@media screen and (max-width: 1199px) {
    .blog__details .blog__details__comment__form {
        padding-bottom: 3.125rem;
    }
}

.blog__details .blog__details__comment__form .blog__details__comment__title {
    margin-bottom: 3.75rem;
}

@media screen and (max-width: 991px) {
    .blog__details .blog__details__comment__form .blog__details__comment__title {
        margin-bottom: 1.5rem;
    }
}

.blog__details .blog__details__comment__form .contact__form__main {
    max-width: 100%;
}

.blog__related {
    position: relative;
    z-index: 1;
    padding-bottom: 6.25rem;
}

@media screen and (max-width: 1199px) {
    .blog__related {
        padding-bottom: 3.75rem;
    }
}

.blog__related__title {
    margin-bottom: 2.5rem;
}

@media screen and (max-width: 991px) {
    .blog__related__title {
        margin-bottom: 1.875rem;
    }
}

@media screen and (max-width: 767px) {
    .blog__related__title {
        margin-bottom: 1.25rem;
    }
}

.blog__related__title h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
}

@media screen and (max-width: 1199px) {
    .blog__related__title h2 {
        font-size: 1.875rem;
    }
}

.blog__related .blog__rsp {
    position: absolute;
    left: 0;
    top: -25rem;
    z-index: -1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    width: 100%;
}

.blog__related .blog__rsp img {
    width: 100%;
}

/* =========================== Blog Details Section End Here ========================= */
/* =========================== About Section Start Here ========================= */
.about__details {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 1199px) {
    .about__details {
        padding-top: 3.125rem;
        padding-bottom: 3.625rem;
    }
}

@media screen and (max-width: 991px) {
    .about__details {
        padding-top: 0.75rem;
        padding-bottom: 1.0625rem;
    }
}

@media screen and (max-width: 767px) {
    .about__details {
        padding-top: 0.125rem;
        padding-bottom: 0.625rem;
    }
}

@media screen and (max-width: 575px) {
    .about__details {
        margin-top: -1.875rem;
        padding-top: 0rem;
        padding-bottom: 0.9375rem;
    }
}

.about__details__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5.625rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 991px) {
    .about__details__wrap {
        gap: 2.5rem;
    }
}

@media screen and (max-width: 767px) {
    .about__details__wrap {
        gap: 0rem;
    }
}

@media screen and (max-width: 575px) {
    .about__details__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
}

.about__details__label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media screen and (max-width: 575px) {
    .about__details__label {
        margin-bottom: -1.25rem;
    }
}

.about__details__content h5 {
    font-size: 2rem;
    max-width: 53.125rem;
    margin-bottom: 0;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    color: hsl(var(--text-color));
}

@media screen and (max-width: 1399px) {
    .about__details__content h5 {
        font-size: 1.625rem;
        max-width: 46.875rem;
    }
}

@media screen and (max-width: 1199px) {
    .about__details__content h5 {
        font-size: 1.375rem;
        max-width: 40.625rem;
    }
}

@media screen and (max-width: 991px) {
    .about__details__content h5 {
        font-size: 1rem;
        max-width: 34.375rem;
    }
}

@media screen and (max-width: 767px) {
    .about__details__content h5 {
        font-size: 0.875rem;
        max-width: 28.125rem;
    }
}

@media screen and (max-width: 575px) {
    .about__details__content h5 {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}

.read/assets__subs__label.about-label {
    margin-bottom: 0;
}

.read/assets__subs__label.about-label>span {
    background-color: hsl(var(--base));
}

.read/assets__subs__label.about-label>span img {
    max-width: 3.125rem;
}

.about__mission {
    position: relative;
    z-index: 1;
    border-top: 0.0625rem solid hsl(var(--black)/0.08);
    border-bottom: 0.0625rem solid hsl(var(--black)/0.08);
    margin-bottom: 6.25rem;
    margin-top: 3.125rem;
}

@media screen and (max-width: 1199px) {
    .about__mission {
        margin-bottom: 6.0625rem;
    }
}

@media screen and (max-width: 991px) {
    .about__mission {
        margin-bottom: 1.25rem;
    }
}

.about__mission__wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 767px) {
    .about__mission__wrap {
        grid-template-columns: repeat(1, 1fr);
    }
}

.about__mission__wrap__curtomers {
    border-left: 0.0625rem solid hsl(var(--black)/0.08);
    border-right: 0.0625rem solid hsl(var(--black)/0.08);
    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;
    padding: 4.6875rem 2.5rem;
    text-align: center;
}

@media screen and (max-width: 991px) {
    .about__mission__wrap__curtomers {
        padding: 2.5rem 1rem;
    }
}

@media screen and (max-width: 767px) {
    .about__mission__wrap__curtomers {
        border-left: none;
        border-right: none;
        padding: 0.625rem 1rem;
    }
}

.about__mission__wrap__content {
    padding: 4.6875rem 2.5rem;
}

@media screen and (max-width: 991px) {
    .about__mission__wrap__content {
        padding: 2.5rem 1rem;
    }
}

@media screen and (max-width: 767px) {
    .about__mission__wrap__content {
        max-width: 70%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}

@media screen and (max-width: 575px) {
    .about__mission__wrap__content {
        max-width: 90%;
    }
}

.about__mission__wrap__content h4 {
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: capitalize;
}

@media screen and (max-width: 991px) {
    .about__mission__wrap__content h4 {
        font-size: 1.25rem;
        margin-bottom: 0.875rem;
    }
}

@media screen and (max-width: 991px) {
    .about__mission__wrap__content p {
        font-size: 0.875rem;
    }
}

.about__mission__wrap__curtomers ul {
    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;
    margin-bottom: 0.625rem;
}

.about__mission__wrap__curtomers ul li span {
    width: 4.0625rem;
    height: 4.0625rem;
    border-radius: 50%;
    overflow: hidden;
    border: 0.1875rem solid hsl(var(--white));
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-left: -1.25rem;
}

@media screen and (max-width: 991px) {
    .about__mission__wrap__curtomers ul li span {
        width: 3.125rem;
        height: 3.125rem;
    }
}

.about__mission__wrap__curtomers ul li span:hover {
    -webkit-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem);
}

.about__mission__wrap__curtomers ul li:first-child span {
    margin-left: 0;
}

.about__mission__wrap__curtomers>span {
    font-size: 2rem;
    font-weight: 600;
    display: block;
    margin-bottom: 0.3125rem;
    font-family: var(--heading-font);
}

@media screen and (max-width: 991px) {
    .about__mission__wrap__curtomers>span {
        font-size: 1.75rem;
    }
}

.about__mission__wrap__curtomers p {
    font-size: 1.125rem;
    text-transform: capitalize;
}

@media screen and (max-width: 991px) {
    .about__mission__wrap__curtomers p {
        font-size: 1rem;
    }
}

.about__feature {
    position: relative;
    z-index: 1;
    padding-top: 5rem;
    padding-bottom: 12.5rem;
}

@media screen and (max-width: 1199px) {
    .about__feature {
        padding-top: 2.5rem;
        padding-bottom: 8.875rem;
    }
}

@media screen and (max-width: 991px) {
    .about__feature {
        padding-bottom: 5.8125rem;
    }
}

@media screen and (max-width: 575px) {
    .about__feature {
        padding-top: 4.4375rem;
    }
}

.about__feature .about__fsp {
    position: absolute;
    left: 0;
    top: 12.5rem;
    z-index: -2;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.about__feature .about__fsp img {
    width: 100%;
}

.about__feature .about__fsp2 {
    position: absolute;
    right: 5%;
    top: 28%;
    z-index: -1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    max-width: 6.25rem;
}

@media screen and (max-width: 1199px) {
    .about__feature .about__fsp2 {
        max-width: 3.75rem;
    }
}

@media screen and (max-width: 991px) {
    .about__feature .about__fsp2 {
        max-width: 2.8125rem;
    }
}

@media screen and (max-width: 575px) {
    .about__feature .about__fsp2 {
        display: none;
    }
}

.about__feature .about__fsp3 {
    position: absolute;
    left: 5%;
    bottom: 34%;
    z-index: -1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    max-width: 6.25rem;
}

@media screen and (max-width: 1199px) {
    .about__feature .about__fsp3 {
        max-width: 3.75rem;
    }
}

@media screen and (max-width: 991px) {
    .about__feature .about__fsp3 {
        max-width: 2.8125rem;
        bottom: 40%;
    }
}

@media screen and (max-width: 575px) {
    .about__feature .about__fsp3 {
        display: none;
    }
}

.about__feature__wrap__single {
    padding: 4.6875rem 0rem;
    border-bottom: 0.0625rem solid hsl(var(--black)/0.04);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 9.375rem;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 1199px) {
    .about__feature__wrap__single {
        gap: 6.25rem;
    }
}

@media screen and (max-width: 991px) {
    .about__feature__wrap__single {
        gap: 3.75rem;
        padding: 3.4375rem 0rem;
    }
}

@media screen and (max-width: 767px) {
    .about__feature__wrap__single {
        gap: 2.5rem;
    }
}

@media screen and (max-width: 575px) {
    .about__feature__wrap__single {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 1.875rem 0rem;
        gap: 0.9375rem;
    }
}

.about__feature__wrap__single:first-child {
    padding-top: 0 !important;
}

@media screen and (max-width: 575px) {
    .about__feature__wrap__single:first-child {
        padding-top: 1.25rem !important;
    }
}

.about__feature__wrap__single__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 18.75rem;
}

@media screen and (max-width: 1199px) {
    .about__feature__wrap__single__title {
        min-width: 13.75rem;
    }
}

@media screen and (max-width: 991px) {
    .about__feature__wrap__single__title {
        min-width: 10.625rem;
    }
}

@media screen and (max-width: 767px) {
    .about__feature__wrap__single__title {
        min-width: 8.75rem;
    }
}

.about__feature__wrap__single__title h4 {
    margin-bottom: 0;
    font-size: 2.5rem;
    text-transform: capitalize;
}

@media screen and (max-width: 1199px) {
    .about__feature__wrap__single__title h4 {
        font-size: 1.875rem;
    }
}

@media screen and (max-width: 991px) {
    .about__feature__wrap__single__title h4 {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 767px) {
    .about__feature__wrap__single__title h4 {
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 575px) {
    .about__feature__wrap__single__title h4 {
        display: ruby;
    }
}

.about__feature__wrap__single .about__feature__wrap__single__content p {
    margin-bottom: 1.5rem;
    max-width: 40.625rem;
}

@media screen and (max-width: 991px) {
    .about__feature__wrap__single .about__feature__wrap__single__content p {
        font-size: 0.875rem;
    }
}

.about__feature__wrap__single .about__feature__wrap__single__content 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: 1rem;
}

.about__feature__wrap__single .about__feature__wrap__single__content ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.625rem;
    font-size: 1rem;
    font-weight: 400;
    color: hsl(var(--text-color));
}

@media screen and (max-width: 991px) {
    .about__feature__wrap__single .about__feature__wrap__single__content ul li {
        font-size: 0.875rem;
        gap: 0.5rem;
    }
}

.about__feature__wrap__single .about__feature__wrap__single__content ul li span {
    max-width: 0.875rem;
    margin-top: -0.25rem;
    display: inline-block;
}

@media screen and (max-width: 991px) {
    .about__feature__wrap__single .about__feature__wrap__single__content ul li span {
        max-width: 0.75rem;
    }
}

/* =========================== About Section End Here ========================= */
/* =========================== Contact Section Start Here ========================= */
.contact__info {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
}

@media screen and (max-width: 1199px) {
    .contact__info {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem;
    }
}

@media screen and (max-width: 991px) {
    .contact__info {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
}

@media screen and (max-width: 767px) {
    .contact__info {
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
    }
}

.contact__info__single {
    text-align: center;
    max-width: 20rem;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1199px) {
    .contact__info__single {
        max-width: 17rem;
    }
}

.contact__info__single span {
    display: block;
    margin-bottom: 0.625rem;
    font-size: 2.5rem;
}

@media screen and (max-width: 1199px) {
    .contact__info__single span {
        font-size: 1.875rem;
    }
}

.contact__info__single h4 {
    font-size: 1.5rem;
    text-transform: capitalize;
}

@media screen and (max-width: 1199px) {
    .contact__info__single h4 {
        font-size: 1.25rem;
        margin-bottom: 16px;
    }
}

.contact__info__single p {
    font-size: 0.9375rem;
}

@media screen and (max-width: 1199px) {
    .contact__info__single p {
        font-size: 0.8125rem;
    }
}

.contact__info__single p a {
    color: hsl(var(--grey));
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.contact__info__single p a:hover {
    color: hsl(var(--base));
}

.contact__form {
    position: relative;
    z-index: 1;
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
}

@media screen and (max-width: 1199px) {
    .contact__form {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem;
    }
}

@media screen and (max-width: 767px) {
    .contact__form {
        padding-top: 4.9375rem;
        padding-bottom: 2.625rem;
    }
}

.contact__form .hero__wrap__users__title span {
    font-family: var(--body-font);
}

.contact__form .contact__bg {
    position: absolute;
    left: 0;
    top: -18.75rem;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: -1;
}

.contact__form .contact__bg img {
    width: 100%;
}

.contact__form__title {
    max-width: 46.875rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3.125rem;
    margin-top: 1.25rem;
}

@media screen and (max-width: 1399px) {
    .contact__form__title {
        max-width: 39.0625rem;
    }
}

@media screen and (max-width: 1199px) {
    .contact__form__title {
        max-width: 32.8125rem;
        margin-bottom: 2.1875rem;
    }
}

@media screen and (max-width: 991px) {
    .contact__form__title {
        max-width: 24.375rem;
        margin-bottom: 1.5625rem;
    }
}

@media screen and (max-width: 767px) {
    .contact__form__title {
        max-width: 24.375rem;
    }
}

@media screen and (max-width: 575px) {
    .contact__form__title {
        max-width: 95%;
    }
}

.contact__form__title h2 {
    font-size: 4rem;
    margin-bottom: 0;
    text-transform: uppercase;
}

@media screen and (max-width: 1399px) {
    .contact__form__title h2 {
        font-size: 3.375rem;
    }
}

@media screen and (max-width: 1199px) {
    .contact__form__title h2 {
        font-size: 2.75rem;
    }
}

@media screen and (max-width: 991px) {
    .contact__form__title h2 {
        font-size: 2.125rem;
    }
}

@media screen and (max-width: 424px) {
    .contact__form__title h2 {
        font-size: 1.875rem;
    }
}

.contact__form__title h2 span {
    font-weight: 300;
}

.contact__form__main {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
}

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

    .contact__form__main .g-5,
    .contact__form__main .gy-5 {
        --bs-gutter-y: 2rem;
    }

    .contact__form__main .g-5,
    .contact__form__main .gx-5 {
        --bs-gutter-x: 2rem;
    }
}

@media screen and (max-width: 991px) {
    .contact__form__main {
        max-width: 85%;
    }

    .contact__form__main .g-5,
    .contact__form__main .gy-5 {
        --bs-gutter-y: 1.5rem;
    }

    .contact__form__main .g-5,
    .contact__form__main .gx-5 {
        --bs-gutter-x: 1.5rem;
    }
}

@media screen and (max-width: 575px) {
    .contact__form__main {
        max-width: 90%;
    }
}

.contact__form__main__single button {
    margin-left: auto;
    margin-right: auto;
}

.contact__form__main__single button span:first-child {
    width: 9.375rem;
}

/* =========================== Contact Section End Here ========================= */
/* =========================== Sign Page Start Here ========================= */
.sign__area {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 991px) {
    .sign__area {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}

@media screen and (max-width: 767px) {
    .sign__area {
        padding-top: 1.875rem;
        padding-bottom: 3.75rem;
    }
}

.sign__area .back__to__home {
    margin-top: 0.9375rem;
}

.sign__area .back__to__home.forgot__back__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 2.5rem;
    margin-top: 0;
}

.sign__area .back__to__home a {
    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;
    color: hsl(var(--heading-color));
    font-size: 1rem;
    font-weight: 400;
    text-transform: capitalize;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    gap: 0.3125rem;
}

@media screen and (max-width: 1199px) {
    .sign__area .back__to__home a {
        font-size: 0.875rem;
    }
}

.sign__area .back__to__home a:hover {
    gap: 0.625rem;
    color: hsl(var(--text-color)/0.6);
}

.sign__area .sign__bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    overflow: hidden;
    z-index: -2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

.sign__area .sign__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.sign__area .sign__sp1 {
    position: absolute;
    left: 10%;
    top: 20%;
    z-index: -1;
    max-width: 6.25rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    -webkit-animation: signOne 3s linear 0s infinite alternate none;
    animation: signOne 3s linear 0s infinite alternate none;
}

@media screen and (max-width: 1199px) {
    .sign__area .sign__sp1 {
        max-width: 4.375rem;
    }
}

@media screen and (max-width: 767px) {
    .sign__area .sign__sp1 {
        top: 10%;
        left: 4%;
        max-width: 3.125rem;
    }
}

.sign__area .sign__sp1 img {
    width: 100%;
}

.sign__area .sign__sp2 {
    position: absolute;
    right: 5%;
    top: 50%;
    z-index: -1;
    max-width: 6.25rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    -webkit-animation: signOne 3s linear 0s infinite alternate none;
    animation: signOne 3s linear 0s infinite alternate none;
}

@media screen and (max-width: 1199px) {
    .sign__area .sign__sp2 {
        max-width: 4.375rem;
    }
}

@media screen and (max-width: 767px) {
    .sign__area .sign__sp2 {
        display: none;
    }
}

.sign__area .sign__sp2 img {
    width: 100%;
}

@-webkit-keyframes signOne {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

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

@keyframes signOne {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

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

.sign__area .sign__left__blk {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sign__area .sign__left__blk .read/assets__subs__label {
    margin-bottom: 0;
}

.sign__area .sign__left__blk .read/assets__subs__label>span {
    background-color: hsl(var(--white)/0.6);
}

.sign__area .sign__left__blk .sign__title {
    text-align: center;
    margin-top: 2.375rem;
    max-width: 36.25rem;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1199px) {
    .sign__area .sign__left__blk .sign__title {
        margin-top: 0.875rem;
    }
}

@media screen and (max-width: 991px) {
    .sign__area .sign__left__blk .sign__title {
        margin-top: 0rem;
    }
}

@media screen and (max-width: 767px) {
    .sign__area .sign__left__blk .sign__title {
        margin-top: -1.25rem;
    }
}

.sign__area .sign__left__blk .sign__title>span {
    font-size: 1.125rem;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    margin-bottom: 0.625rem;
}

@media screen and (max-width: 1199px) {
    .sign__area .sign__left__blk .sign__title>span {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }
}

.sign__area .sign__left__blk .sign__title h1 {
    font-size: 4rem;
    text-transform: uppercase;
    margin-bottom: 0;
}

@media screen and (max-width: 1399px) {
    .sign__area .sign__left__blk .sign__title h1 {
        font-size: 3.375rem;
    }
}

@media screen and (max-width: 1199px) {
    .sign__area .sign__left__blk .sign__title h1 {
        font-size: 2.75rem;
    }
}

@media screen and (max-width: 991px) {
    .sign__area .sign__left__blk .sign__title h1 {
        font-size: 2.125rem;
    }
}

@media screen and (max-width: 424px) {
    .sign__area .sign__left__blk .sign__title h1 {
        font-size: 1.875rem;
    }
}

.sign__area .sign__left__blk .sign__title h1 span {
    font-weight: 300;
    display: block;
}

.sign__area .sign__wrap {
    background-color: hsl(var(--white)/0.7);
    padding: 2.75rem 2rem;
    border-radius: 0.75rem;
    -webkit-backdrop-filter: blur(0.9375rem);
    backdrop-filter: blur(0.9375rem);
}

@media screen and (max-width: 767px) {
    .sign__area .sign__wrap {
        padding: 2.1875rem 1.625rem;
    }
}

.sign__area .sign__wrap .g-4,
.sign__area .sign__wrap .gy-4 {
    --bs-gutter-y: 2rem;
}

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

    .sign__area .sign__wrap .g-4,
    .sign__area .sign__wrap .gy-4 {
        --bs-gutter-y: 1.5rem;
    }
}

.sign__area .sign__wrap .g-4,
.sign__area .sign__wrap .gx-4 {
    --bs-gutter-x: 2rem;
}

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

    .sign__area .sign__wrap .g-4,
    .sign__area .sign__wrap .gx-4 {
        --bs-gutter-x: 1rem;
    }
}

.sign__area .sign__wrap .sign__forgot {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.9375rem;
    margin-top: -1rem;
}

.sign__area .sign__wrap .sign__forgot>a {
    font-size: 1rem;
    font-weight: 400;
    color: hsl(var(--text-color));
    text-transform: capitalize;
}

@media screen and (max-width: 1199px) {
    .sign__area .sign__wrap .sign__forgot>a {
        font-size: 0.875rem;
    }
}

.sign__area .sign__wrap .sign__forgot>a:hover {
    text-decoration: underline;
}

.sign__area .sign__wrap .sign__forgot .form-check-label {
    color: hsl(var(--text-color));
}

.sign__area .sign__wrap__single input {
    height: 4.0625rem;
    border-radius: 0.75rem;
}

.sign__area .sign__wrap__single button {
    width: 100%;
}

.sign__area .sign__wrap__single button span:first-child {
    width: calc(100% - 3.25rem);
}

.sign__area .sign__wrap .sign__other__options__bar {
    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;
    gap: 1rem;
}

.sign__area .sign__wrap .sign__other__options__bar span {
    width: 100%;
    height: 0.0625rem;
    background-color: hsl(var(--black)/0.04);
}

.sign__area .sign__wrap .sign__other__options__bar h5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 0.875rem;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 0;
    color: hsl(var(--text-color));
    font-family: var(--body-font);
}

.sign__area .sign__wrap .sign__other__option {
    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;
    gap: 1rem;
}

@media screen and (max-width: 575px) {
    .sign__area .sign__wrap .sign__other__option {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.sign__area .sign__wrap .sign__other__option a {
    font-size: 1rem;
    font-weight: 400;
    color: hsl(var(--text-color));
    text-transform: capitalize;
    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;
    gap: 0.625rem;
    background-color: hsl(var(--black)/0.04);
    border-radius: 0.25rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 13.75rem;
    height: 3.375rem;
}

@media screen and (max-width: 1199px) {
    .sign__area .sign__wrap .sign__other__option a {
        font-size: 0.8125rem;
    }
}

.sign__area .sign__wrap .sign__other__option a img {
    max-width: 1.25rem;
}

@media screen and (max-width: 1199px) {
    .sign__area .sign__wrap .sign__other__option a img {
        max-width: 1rem;
    }
}

.sign__area .sign__wrap .sign__other__option a:hover {
    background-color: hsl(var(--black)/0.1);
}

.sign__area .sign__wrap .sign__already {
    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;
}

.sign__area .sign__wrap .sign__already p {
    font-size: 1rem;
    font-weight: 400;
    color: hsl(var(--text-color)/0.8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.3125rem;
}

@media screen and (max-width: 1199px) {
    .sign__area .sign__wrap .sign__already p {
        font-size: 0.875rem;
    }
}

.sign__area .sign__wrap .sign__already p a {
    color: hsl(var(--heading-color));
    font-weight: 500;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.sign__area .sign__wrap .sign__already p a:hover {
    text-decoration: underline;
}

.sign__area .sign__wrap .form-check-input {
    width: 1.125rem;
    height: 1.125rem;
    background-color: transparent;
    border: 0.0625rem solid hsl(var(--black)/0.2);
    margin-top: 0.125rem;
    cursor: pointer;
    border-radius: 0.25rem;
}

@media screen and (max-width: 575px) {
    .sign__area .sign__wrap .form-check-input {
        width: 1rem;
        height: 1rem;
        margin-top: 0.1875rem;
    }
}

.sign__area .sign__wrap .form-check-input:checked {
    background-color: hsl(var(--heading-color));
    border-color: hsl(var(--heading-color));
}

.sign__area .sign__wrap .form-check-input:focus {
    border-color: hsl(var(--heading-color));
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sign__area .sign__wrap .form-check label {
    margin-bottom: 0;
    color: hsl(var(--text-color)/0.8);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.sign__area .sign__wrap .form-check label a {
    color: hsl(var(--heading-color));
    font-weight: 500;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.sign__area .sign__wrap .form-check label a:hover {
    text-decoration: underline;
}

.sign__area .sign__wrap .forgot__password__info {
    margin-top: -0.9375rem;
}

@media screen and (max-width: 1199px) {
    .sign__area .sign__wrap .forgot__password__info p {
        font-size: 0.875rem;
    }
}

/* =========================== Sign Page End Here ========================= */
/* =========================== Privacy Page Start Here ========================= */
.privacy__area {
    position: relative;
    z-index: 1;
    padding-top: 3.125rem;
    padding-bottom: 6.25rem;
}

@media screen and (max-width: 991px) {
    .privacy__area {
        padding-top: 1.875rem;
        padding-bottom: 1.25rem;
    }
}

.privacy__area .privacy__bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    width: 100%;
}

.privacy__area .privacy__bg img {
    width: 100%;
}

.privacy__area .accordion {
    background-color: hsl(var(--text-color)/0.02);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding: 2.5rem 1.875rem;
    border-radius: 1.25rem;
}

@media screen and (max-width: 991px) {
    .privacy__area .accordion {
        padding: 2.1875rem 1.25rem;
        border-radius: 0.875rem;
    }
}

.privacy__area .accordion-item {
    background-color: transparent;
    border: none;
}

.privacy__area .accordion-body 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: 0.875rem;
}

@media screen and (max-width: 767px) {
    .privacy__area .accordion-body ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 575px) {
    .privacy__area .accordion-body ul {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
}

.privacy__area .accordion-body ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 1rem;
    font-weight: 400;
    color: hsl(var(--text-color));
    text-transform: capitalize;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (max-width: 991px) {
    .privacy__area .accordion-body ul li a {
        font-size: 0.8125rem;
    }
}

.privacy__area .accordion-body ul li a img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 0.625rem;
    margin-top: 0.3125rem;
}

.privacy__area .accordion-body ul li a:hover {
    color: hsl(var(--text-color)/0.5);
}

.privacy__area .accordion-button {
    padding: 0.3125rem 0rem;
    font-size: 1rem;
    color: hsl(var(--heading-color));
    background-color: transparent;
    font-weight: 600;
    text-transform: capitalize;
    gap: 0.625rem;
    font-family: var(--body-font);
}

@media screen and (max-width: 991px) {
    .privacy__area .accordion-button {
        font-size: 0.875rem;
    }
}

.privacy__area .accordion-button span {
    width: 0.625rem;
    height: 0.125rem;
    background-color: hsl(var(--heading-color)/0.2);
    margin-top: -0.125rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.privacy__area .accordion-button:focus {
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.privacy__area .accordion-button::after {
    display: none;
}

.privacy__area .accordion-button:not(.collapsed) {
    color: hsl(var(--heading-color));
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.privacy__area .accordion-button:not(.collapsed) span {
    width: 1.25rem;
    background-color: hsl(var(--heading-color)/0.6);
}

.privacy__area .privacy__wrap {
    display: grid;
    grid-template-columns: 18.75rem 1fr;
    gap: 4.375rem;
}

@media screen and (max-width: 991px) {
    .privacy__area .privacy__wrap {
        grid-template-columns: 15.625rem 1fr;
        gap: 2.5rem;
    }
}

@media screen and (max-width: 767px) {
    .privacy__area .privacy__wrap {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
}

.privacy__area .privacy__wrap__content__single h4 {
    font-size: 1.125rem;
    text-transform: capitalize;
    margin-bottom: 0.375rem;
    font-family: var(--body-font);
}

.privacy__area .privacy__wrap__content__single p {
    margin-bottom: 1.25rem;
}

@media screen and (max-width: 991px) {
    .privacy__area .privacy__wrap__content__single p {
        font-size: 0.875rem;
    }
}

.privacy__area .privacy__wrap__content__single p a {
    color: hsl(var(--heading-color));
    font-weight: 600;
}

.privacy__area .privacy__wrap__content__single p a:hover {
    text-decoration: underline;
    color: hsl(var(--heading-color));
}

.privacy__area .privacy__wrap__content__single ul {
    list-style: decimal;
    padding-left: 1.125rem;
    margin-bottom: 1.875rem;
}

.privacy__area .privacy__wrap__content__single ul li {
    font-size: 1rem;
    color: hsl(var(--text-color));
    font-weight: 400;
}

@media screen and (max-width: 991px) {
    .privacy__area .privacy__wrap__content__single ul li {
        font-size: 0.875rem;
    }
}

/* =========================== Privacy Page End Here ========================= */



.banner__area .banner__btn .common__btn span:first-child {
    width: 9.375rem;
}

.banner__area .banner__btn .common__btn span:last-child i {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.banner__area .banner__topbar .banner__btn {
    margin-top: 1.75rem;
}

@media screen and (max-width: 1399px) {
    .banner__area .banner__topbar .banner__btn {
        margin-top: 1.5625rem;
    }
}

@media screen and (max-width: 1199px) {
    .banner__area .banner__topbar .banner__btn {
        margin-top: 1.25rem;
    }
}

@media screen and (max-width: 991px) {
    .banner__area .banner__topbar .banner__btn {
        margin-top: 0.9375rem;
    }
}

@media screen and (max-width: 767px) {
    .banner__area .banner__topbar .banner__btn {
        margin-top: 0.6875rem;
    }
}

@media screen and (max-width: 575px) {
    .banner__area .banner__topbar .banner__btn {
        margin-top: 0rem;
    }
}




/* ================================= Button Css Start =========================== */
.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: none;
    background-color: none;
    border-color: none;
}

.pill {
    border-radius: 40px !important;
}

.btn {
    color: hsl(var(--white)) !important;
    font-weight: 500;
    padding: 17px 29px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    border: 1px solid transparent;
    font-family: var(--body-font);
    display: inline-block !important;
    font-size: 1rem;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .btn {
        padding: 14px 25px;
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 575px) {
    .btn {
        padding: 12px 20px;
    }
}

.btn:hover,
.btn:focus,
.btn:focus-visible {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn:active {
    top: 1px;
}

.btn--lg {
    padding: 20px 35px;
}

@media screen and (max-width: 991px) {
    .btn--lg {
        padding: 18px 30px;
    }
}

@media screen and (max-width: 767px) {
    .btn--lg {
        padding: 16px 25px;
    }
}

.btn--sm {
    padding: 7px 18px;
    font-weight: 600;
    font-size: 0.75rem;
}

@media screen and (max-width: 767px) {
    .btn--sm {
        padding: 8px 12px;
    }
}

.btn--icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 0.9375rem;
    padding: 0;
}

.btn--base {
    position: relative;
}

.btn--base::before,
.btn--base::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: -webkit-gradient(linear, left top, right top, from(hsl(var(--base-two))), to(hsl(var(--base))));
    background: linear-gradient(90deg, hsl(var(--base-two)) 0%, hsl(var(--base)) 100%);
    border-radius: inherit !important;
    z-index: -1;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.btn--base::after {
    background: -webkit-gradient(linear, left top, right top, from(hsl(var(--base))), to(hsl(var(--base-two))));
    background: linear-gradient(90deg, hsl(var(--base)) 0%, hsl(var(--base-two)) 100%);
    visibility: hidden;
    opacity: 0;
}

.btn--base:hover::after,
.btn--base:focus::after,
.btn--base:focus-visible::after {
    visibility: visible;
    opacity: 1;
}

.btn-outline--base {
    background-color: transparent !important;
    border: 1px solid hsl(var(--base)) !important;
    color: hsl(var(--base)) !important;
    position: relative;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.btn-outline--base::before,
.btn-outline--base::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: -webkit-gradient(linear, left top, right top, from(hsl(var(--base-two))), to(hsl(var(--base))));
    background: linear-gradient(90deg, hsl(var(--base-two)) 0%, hsl(var(--base)) 100%);
    border-radius: inherit !important;
    z-index: -1;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    visibility: hidden;
    opacity: 0;
}

.btn-outline--base:hover,
.btn-outline--base:focus,
.btn-outline--base:focus-visible {
    color: hsl(var(--white)) !important;
}

.btn-outline--base:hover::before,
.btn-outline--base:hover::after,
.btn-outline--base:focus::before,
.btn-outline--base:focus::after,
.btn-outline--base:focus-visible::before,
.btn-outline--base:focus-visible::after {
    visibility: visible;
    opacity: 1;
}

.btn--primary {
    background-color: hsl(var(--primary)) !important;
}

.btn--primary:hover,
.btn--primary:focus .btn--primary:focus-visible {
    background-color: hsl(var(--primary-d-200)) !important;
    border: 1px solid hsl(var(--primary-d-200)) !important;
}

.btn-outline--primary {
    background-color: transparent !important;
    border: 1px solid hsl(var(--primary)) !important;
    color: hsl(var(--primary)) !important;
}

.btn-outline--primary:hover,
.btn-outline--primary:focus .btn-outline--primary:focus-visible {
    background-color: hsl(var(--primary)) !important;
    color: hsl(var(--white)) !important;
}

.btn--secondary {
    background-color: hsl(var(--secondary)) !important;
}

.btn--secondary:hover,
.btn--secondary:focus .btn--secondary:focus-visible {
    background-color: hsl(var(--secondary-d-200)) !important;
    border: 1px solid hsl(var(--secondary-d-200)) !important;
}

.btn-outline--secondary {
    background-color: transparent !important;
    border: 1px solid hsl(var(--secondary)) !important;
    color: hsl(var(--secondary)) !important;
}

.btn-outline--secondary:hover,
.btn-outline--secondary:focus .btn-outline--secondary:focus-visible {
    background-color: hsl(var(--secondary)) !important;
    color: hsl(var(--white)) !important;
}

.btn--danger {
    background-color: hsl(var(--danger)) !important;
}

.btn--danger:hover,
.btn--danger:focus .btn--danger:focus-visible {
    background-color: hsl(var(--danger-d-200)) !important;
    border: 1px solid hsl(var(--danger-d-200)) !important;
}

.btn-outline--danger {
    background-color: transparent !important;
    border: 1px solid hsl(var(--danger)) !important;
    color: hsl(var(--danger)) !important;
}

.btn-outline--danger:hover,
.btn-outline--danger:focus .btn-outline--danger:focus-visible {
    background-color: hsl(var(--danger)) !important;
    color: hsl(var(--white)) !important;
}

.btn--warning {
    background-color: hsl(var(--warning)) !important;
}

.btn--warning:hover,
.btn--warning:focus .btn--warning:focus-visible {
    background-color: hsl(var(--warning-d-200)) !important;
    border: 1px solid hsl(var(--warning-d-200)) !important;
}

.btn-outline--warning {
    background-color: transparent !important;
    border: 1px solid hsl(var(--warning)) !important;
    color: hsl(var(--warning)) !important;
}

.btn-outline--warning:hover,
.btn-outline--warning:focus .btn-outline--warning:focus-visible {
    background-color: hsl(var(--warning)) !important;
    color: hsl(var(--white)) !important;
}

.btn--info {
    background-color: hsl(var(--info)) !important;
}

.btn--info:hover,
.btn--info:focus .btn--info:focus-visible {
    background-color: hsl(var(--info-d-200)) !important;
    border: 1px solid hsl(var(--info-d-200)) !important;
}

.btn-outline--info {
    background-color: transparent !important;
    border: 1px solid hsl(var(--info)) !important;
    color: hsl(var(--info)) !important;
}

.btn-outline--info:hover,
.btn-outline--info:focus .btn-outline--info:focus-visible {
    background-color: hsl(var(--info)) !important;
    color: hsl(var(--white)) !important;
}




.banner__btn .common__btn {
    display: inline-block;
    background-color: orange; /* Background color of the button */
    color: white; /* Text color */
    text-align: center;
    text-decoration: none; /* Remove underline */
    padding: 10px 20px; /* Adjust padding to maintain proportion */
    border-radius: 50px; /* Fully rounded button */
    border: none; /* Remove border */
    font-size: 16px; /* Adjust font size */
    transition: background-color 0.3s ease; /* Smooth hover effect */
}

.banner__btn .common__btn:hover {
    background-color: darkorange; /* Change background on hover */
    color: white; /* Ensure text stays visible */
}

/* ================================= Button Css End =========================== */