:root {
    --primary-color: #034737;
    --secondary-color: #A9FF9B;
    --third-color: #1d5a4b;
}

@font-face {
    font-family: "rubik";
    font-style: normal;
    font-weight: 300;
    src: url(/fonts/Rubik-Light.ttf?b269c92bc326f0d43f542b946c3f0203) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "rubik";
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/Rubik-Regular.ttf?705a89f52bdf93b960ed7777e4b152af) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "rubik";
    font-style: normal;
    font-weight: 500;
    src: url(/fonts/Rubik-Medium.ttf?e41132b912f5c264d4f0596e939fb78a) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "rubik";
    font-style: normal;
    font-weight: 600;
    src: url(/fonts/Rubik-SemiBold.ttf?4bc5c511d3be812971dc09c7b01a9d56) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "rubik";
    font-style: normal;
    font-weight: 700;
    src: url(/fonts/Rubik-Bold.ttf?b24c64f715ba25a6e7f5c3df2188a90c) format("truetype");
    font-display: swap;
}

body {
    font-family: "rubik";
    font-weight: 400;
}

p {
    color: #000 !important;
}

ul {
    list-style: none;
    padding-left: 0;
}

.object-fit-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.object-center {
    -o-object-position: center;
    object-position: center;
}

.btn {
    padding: 10px 30px;
    border-radius: 10px;
    box-shadow: none !important;
}

@media (max-width: 575px) {
    .btn {
        padding: 10px 20px;
    }
}

.btn-white {
    background-color: #ffffff;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active {
    background-color: var(--primary-color);
    color: #ffffff;
    border: 1px solid #ffffff;
}

.btn-primary {
    background-color: var(--primary-color);
    color: #ffffff;
    border: 1px solid #ffffff;
    transition: 0.5s ease-in-out;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    background-color: #ffffff;
    color: #000;
    border: 2px solid var(--primary-color);
    scale: 1.05;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.active {
    background-color: var(--primary-color);
    color: #ffffff;
    border: 2px solid #ffffff;
    scale: 1.1;
}

.btn-outline-primary {
    background-color: #ffffff;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    transition: 0.5s ease-in-out;
}

.play-video-btn {
    display: inline-block;
    font-weight: 400;
    color: var(--primary-color);
    text-decoration: none;
    cursor: pointer;
    background-color: transparent;
    border: 2px solid var(--primary-color);
    height: 50px;
    width: 50px;
    font-size: 1rem;
    border-radius: 50% !important;
    box-shadow: none !important;
    transition: 0.5s ease-in-out;
}

.play-video-btn:hover {
    background-color: var(--primary-color);
    color: #fff;
}


.play-video-btn span {
    position: absolute;
    margin-left: 2rem;
    font-weight: 500;
}

.play-video-btn:hover span {
    color: var(--primary-color);
}

.play-video-btn span:hover,
.play-video-btn span:focus,
.play-video-btn span:active {
    color: var(--primary-color);
    background-color: transparent;
}


.btn-primary-light {
    background-color: #ffffff;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.btn-primary-light:hover,
.btn-primary-light:focus,
.btn-primary-light:active,
.btn-primary-light.active {
    background-color: var(--primary-color);
    color: #ffffff;
    border: 1px solid var(--primary-color);
}

.btn-gray {
    background-color: #ffffff;
    color: #1b1920;
    border: 1px solid #d8d8d8;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-40 {
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .mb-40 {
        margin-bottom: 30px;
    }
}

.mb-60 {
    margin-bottom: 60px;
}

@media (max-width: 991px) {
    .mb-60 {
        margin-bottom: 40px;
    }
}

h1,
.fs-60 {
    font-weight: 600;
    font-size: 50px;
    line-height: 60px;
}

@media (max-width: 991px) {

    h1,
    .fs-60 {
        font-size: 42px;
        line-height: 50px;
    }
}

@media (max-width: 575px) {

    h1,
    .fs-60 {
        font-size: 35px;
        line-height: 42px;
    }
}

.fs-18 {
    font-size: 18px;
}

@media (max-width: 767px) {
    .fs-18 {
        font-size: 16px;
    }


}

.fs-40 {
    font-size: 40px;
}

@media (max-width: 991px) {
    .fs-40 {
        font-size: 36px;
    }
}

@media (max-width: 575px) {
    .fs-40 {
        font-size: 32px;
    }
}

h2 {
    font-size: 30px;
}

@media (max-width: 575px) {
    h2 {
        font-size: 26px;
    }
}

.section-heading h2 {
    position: relative;
    color: var(--primary-color) !important;
}

.section-heading h2::after {
    position: absolute;
    content: "";
    bottom: -4px;
    left: 6%;
    width: 33%;
    height: 2px;
    border-radius: 2px;
    background-color: var(--primary-color);
}

.section-heading-2 h2 {
    position: relative;
    color: #fff !important;
}

.section-heading-2 h2::after {
    position: absolute;
    content: "";
    bottom: -4px;
    left: 6%;
    width: 33%;
    height: 2px;
    border-radius: 2px;
    background-color: var(--secondary-color);
}

.fs-20 {
    font-size: 20px;
}

@media (max-width: 991px) {
    .fs-20 {
        font-size: 18px;
    }
}

.fs-30 {
    font-size: 30px;
}

@media (max-width: 991px) {
    .fs-30 {
        font-size: 26px;
    }
}

@media (max-width: 575px) {
    .fs-30 {
        font-size: 24px;
    }
}

.fw-5 {
    font-weight: 500;
}

.fw-6 {
    font-weight: 600;
}

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

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

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

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

.pb-40 {
    padding-bottom: 40px;
}

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

@media (max-width: 991px) {
    .pt-100 {
        padding-top: 50px;
    }
}

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

@media (max-width: 991px) {
    .pb-100 {
        padding-bottom: 50px;
    }
}

.bg-light {
    background-color: #f3f3ff !important;
}

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

.my--2 {
    margin: -2px !important;
}

.text-black {
    color: #1b1920;
}

.text-gray-100 {
    color: #99999a;
}

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

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

.form-control {
    border: none;
    height: 60px;
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7;
    color: #1b1920;
    padding: 10px 20px;
}

.form-control::-moz-placeholder {
    color: #99999a;
}

.form-control::placeholder {
    color: #99999a;
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid #d8d8d8;
}

mark {
    background-color: transparent;
    color: var(--primary-color);
}

@media (max-width: 767px) {
    mark {
        color: #1b1920;
    }
}

.slick-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 50%;
    background-color: var(--primary-color);
    color: #ffffff;
    border: 1px solid var(--primary-color);
    position: absolute;
}

@media (max-width: 575px) {
    .slick-arrow {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }
}

.slick-arrow:active,
.slick-arrow:focus,
.slick-arrow.active,
.slick-arrow:hover {
    background-color: var(--third-color);
    color: var(--secondary-color);
    border: 1px solid var(--primary-color);
}

.vcard-template-section .vcard-bg {
    top: 60px;
    left: 0;
    z-index: -1;
}

.vcard-template-section .plus-vector1 {
    top: 900px;
    left: 100px;
    animation: zoom-in 3s linear infinite;
    z-index: -1;
}

.vcard-template-section .plus-vector2 {
    bottom: 550px;
    right: 100px;
    animation: zoom-in 3s linear infinite;
    z-index: -1;
}

.vcard-template-section .plus-vector3 {
    bottom: 60px;
    right: 250px;
    animation: zoom-in 3s linear infinite;
    z-index: -1;
}

.vcard-template-section .template-card {
    max-width: 400px;
    margin: 0 auto;
}

.vcard-template-section .template-card .card-img {
    box-shadow: 0 8px 20px rgba(64, 60, 72, 0.1);
    border-radius: 15px;
    max-height: 700px;
    height: auto;
    overflow: hidden;
}

.br-15 {
    border-radius: 15px !important;
}

.vcard-template-section .template-card .card-img:hover img {
    -o-object-position: left;
    object-position: left;
    transform-origin: 50% 50%;
    transition-duration: 0.5s;
    transition: all 8s ease;
}

.vcard-template-section .template-card .card-img img {
    height: 700px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    transition: all 8s ease;
    width: 100%;
}

@media (max-width: 1199px) {
    .vcard-template-section .template-card .card-img img {
        max-height: 500px;
    }
}

.curve-shape {
    position: relative;
    width: 100%;
    padding-bottom: 7%;
    overflow: hidden;
}

.curve-shape svg {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 1px;
}

.vcard-object {
    position: absolute;
    z-index: 0;
}

.vcard-object img {
    width: 100%;
}

@media (max-width: 768px) {
    .vcard-object img {
        width: 70%;
    }
}

@media (max-width: 575px) {
    .vcard-object img {
        width: 50%;
    }
}

.vcard-object.object-img-1 {
    top: 0%;
    left: 50%;
    animation: movetopbounce 5s linear infinite;
}

.vcard-object.object-img-2 {
    top: 22%;
    left: 0%;
    animation: movetopbounce 5s linear infinite;
}

.vcard-object.object-img-3 {
    top: 34%;
    left: 20%;
    animation: zoom-in 3s linear infinite;
}

.vcard-object.object-img-4 {
    top: 26%;
    left: 36%;
    animation: moveleftbounce 3s linear infinite;
}

.vcard-object.object-img-5 {
    top: 30%;
    right: 10%;
    animation: zoom-in 3s linear infinite;
}

.vcard-object.object-img-6 {
    top: 60%;
    right: 5%;
    animation: moveleftbounce 2s linear infinite;
}

.vcard-object.object-img-7 {
    top: 90%;
    left: 7%;
    animation: zoom-in 3s linear infinite;
}

.vcard-object.object-img-8 {
    top: 120%;
    right: 0;
    text-align: right;
    animation: movetopbounce 5s linear infinite;
}

@keyframes moveleftbounce {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(20px);
    }

    100% {
        transform: translateX(0px);
    }
}

@keyframes movetopbounce {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(20px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes zoom-in {
    0% {
        transform: scale(0.5, 0.5);
    }

    50% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(0.4, 0.4);
    }
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(0.9, 0.9);
    }

    50% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(0.9, 0.9);
    }
}

@keyframes geometric-form-animation {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(45deg);
    }

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

.nav-link-white {
    color: #ffffff !important;
}

@media (max-width: 991px) {
    .nav-link-white {
        color: #1b1920 !important;
    }
}

.top-margin {
    position: relative;
    top: 178px;
    margin-bottom: 190px;
}

@media (max-width: 1399px) {
    .top-margin {
        position: relative;
        top: 163px;
        margin-bottom: 190px;
    }
}

@media (max-width: 1199px) {
    .top-margin {
        position: relative;
        top: 130px;
        margin-bottom: 190px;
    }
}

@media (max-width: 991px) {
    .top-margin {
        position: relative;
        top: 110px;
        margin-bottom: 190px;
    }
}

@media (max-width: 575px) {
    .top-margin {
        position: relative;
        top: 85px;
        margin-bottom: 190px;
    }
}

.top-margin-privacy {
    position: relative;
    top: 178px;
    margin-bottom: 190px;
}

.js-cookie-consent {
    background: #f3f3ff;
}

.js-cookie-consent .cookie-consent__message {
    color: black !important;
}

@media (max-width: 375px) {
    input.contact-section-submit-btn {
        font-size: 12px !important;
        padding: 6px !important;
    }
}

.ribbon-wrapper {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: 0 !important;
    left: 0 !important;
}

.ribbon-wrapper .ribbon {
    color: #333;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    position: relative;
    padding: 7px 0;
    top: 17px;
    left: -27px;
    width: 120px;
    background-color: #3498db;
    color: #fff;
    font-size: 10px !important;
}

.bg-card-1 {

    background-color: #ffa38e !important;

}

.bg-card-2 {

    background-color: #87cfd1 !important;

}

.bg-card-3 {

    background-color: #fac63e !important;

}

.bg-card-4 {

    background-color: #e086a0 !important;

}

.bg-card-5 {

    background-color: #574eff !important;

}

.bg-card-6 {

    background-color: #00CD98 !important;

}

.bg-card-7 {

    background-color: #6571ff !important;

}

.bg-card-8 {

    background-color: #0ac074 !important;

}

.bg-card-9 {

    background-color: var(--primary-color) !important;

}

.bg-card-10 {

    background-color: #ffb821 !important;

}

.b-card-8 {

    border-color: #0ac074 !important;

}

.b-card-9 {

    border-color: var(--primary-color) !important;

}

.b-card-10 {

    border-color: #ffb821 !important;

}

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

.bg-1-light {
    background-color: #E88D67 !important;
}

.bg-border-1 {
    border-color: var(--primary-color) !important;
}

.bg-2 {
    background-color: #fff !important;
}

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

.card-hover {
    transition: 0.5s ease-in-out;
}

.card-hover:hover {
    scale: 1.03;
}

.powered_by_col .powered_by_img img {
    margin-bottom: 5px;
    width: 80px;
    height: auto;
    border-radius: 50%;
}

.powered_by_col .powered_by_name {
    font-size: 1.3rem;
    text-align: center;
    margin: 0;
    padding: 0;
}

.powered_by_col .powered_by_rating {
    text-align: center;
    margin: 0;
    padding: 0;
}

.powered_by_col .powered_by_rating img {
    width: 16px;
    height: auto;
}

.bg-testimonials {
    background-color: #fff !important;
}

.testimonials-section {
    /* height: 70vh !important; */
    display: flex;
    align-items: center;
}


.pricing-section-content .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    font-weight: bold;
    color: var(--primary-color);
    background-color: white;
    border-radius: 0;
    border-bottom: 2px solid var(--primary-color)
}

.pricing-section-content .nav-pills .nav-link,
.nav-pills .show>.nav-link {
    font-weight: bold;
    color: #000;
    background-color: white;
    border-radius: 0;
}

.pricing-list li.active-check .check-box {
    color: var(--secondary-color);
    font-size: 18px !important;
}

.form-control {
    height: 40px;
    background-color: #f7f7f7;
    border: 1px solid var(--primary-color);
    color: #1b1920;
    padding: 10px 20px;
}


.scroll-to-top-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    /* Hidden by default */
    width: 80px;
    height: 80px;
    z-index: 1000;
    cursor: pointer;
    background-color: #000;
    /* Change to your preferred color */
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(255, 255, 255, 0.5);
    text-align: center;
    line-height: 50px;
    transition: all 0.5s ease-in-out;
}

.scroll-to-top-btn img {
    max-width: 100%;
    height: auto;
    border-radius: 50%;
}

.social-icons {
    transition: 0.5s ease-in-out;
    color: #fff;
    font-size: 1.2rem;
}

.social-icons:hover {
    scale: 1.5;
}

.scroll-to-top-btn:hover {
    scale: 1.2;
}

.price {
    font-size: 70px !important;
}

.price-shadow {
    box-shadow: 0 .2rem 1rem #A9FF9B !important;
    /* box-shadow: 15px 1rem 1rem rgb(0 0 0 / 38%) !important; */
    /* color: var(--primary-color)75; */
}

.dashboard-baner-section {
    padding: 5px 30px;
    background-color: transparent;
    background-image: linear-gradient(180deg, white 20%, var(--primary-color) 20%);
    margin-bottom: 50px;
    overflow: hidden !important;
}

@media (max-width: 768px) {
    .dashboard-baner-section {
        background-image: linear-gradient(180deg, white 10%, var(--primary-color) 10%);
    }
}

.dashboard-baner img {
    border-radius: 30px;
    box-shadow: 0px 0px 10px 0px #034737;

}

.features-section {
    padding-top: 50px !important;
}

.features-section .feature-slider .slick-arrow.prev-arrow:hover {
    color: var(--secondary-color) !important;
}

.features-section .feature-slider .slick-arrow.next-arrow:hover,
.slick-arrow.next-arrow:active {
    color: var(--secondary-color) !important;
}

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

@keyframes movetopbounce {

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

    50% {
        transform: translateY(-20px);
    }
}

@keyframes moveleftbounce {

    0%,
    100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-20px);
    }
}

@keyframes riseFromBottom {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Common styles for all images */
.user-img-1,
.user-img-2,
.user-img-3,
.user-img-4 {
    position: absolute;
}

/* Specific positions for each image */
.user-img-1 {
    left: 1.5rem;
    bottom: -84px;
}

.user-img-2 {
    left: 22rem;
    bottom: -100px;
}

.user-img-3 {
    right: 10rem;
    bottom: -45px;
}

.user-img-4 {
    right: 5rem;
    bottom: -20px;
}

/* Entrance animation */
.user-img-1,
.user-img-2,
.user-img-3,
.user-img-4 {
    animation: riseFromBottom 2s ease-out forwards;
}

.dashboard-baner {
    animation: riseFromBottom .5s ease-out forwards;
}

/* Delayed infinite bounce animations */
.user-img-1 {
    animation: riseFromBottom 2s ease-out forwards;

}

.user-img-2 {
    animation: riseFromBottom 2s ease-out forwards;
}

.user-img-3 {
    animation: riseFromBottom 2s ease-out forwards;
}

.user-img-4 {
    animation: riseFromBottom 2s ease-out forwards;
}

.hero-content h2 {
    font-size: 60px !important;
    font-weight: 800 !important;
}

@media (min-width: 991px) {

    .footer-img-wrapper {
        display: flex;
        justify-content: end;
    }


}

@media (max-width: 500px) {

    .play-video-btn span {
        display: none;
    }

    .large-text {
        line-height: 1 !important;
    }

}

@media (max-width: 991px) {
    .user-img-1 {
        display: none !important;
    }

    .user-img-4 {
        display: none !important;
    }

    .user-img-2 {
        display: none !important;
    }


    .user-img-3 {
        display: none !important;
    }

    .hero-content h2 {
        font-size: 40px !important;
        font-weight: 800 !important;

    }

    .hero-section-pera {
        width: 85% !important;
    }

    .footer-img-wrapper {
        display: flex;
        justify-content: center;
    }
}

.small-text {
    font-size: 1.1rem !important;
    color: var(--primary-color) !important;
    font-weight: bold;
}

.large-text {
    margin-top: 20px;
    font-size: 3.5rem !important;
    font-weight: 500 !important;
    line-height: 1.2;
    padding: 5px;
}

.bg-card-feature {
    background-color: #dbfff7 !important;
}

.my-40 {
    padding: 40px 0px;
}

.indian-price {
    border-radius: 20px !important;
}

.testimonial-cards {
    border: none !important;
    border-radius: 10px !important;
    background-color: #1d5a4b !important;
    color: white !important;
}


.testimonial-cards .card-body {
    padding: 30px !important;
}

.testimonial-cards .card-body p {
    padding: 0px !important;
    margin: 0px !important;
}

.testimonial-cards * {
    color: white !important;
}

.testimonial-cards .testimonial-title {
    font-size: 21px !important;
}

.card-divider {
    color: #9f9f9fa8 !important;
}

.circleSvg {
    position: absolute !important;
    top: 43rem !important;
    left: -8rem !important;
    width: 15% !important;
}

.circleSvg3 {
    position: absolute !important;
    top: -3rem !important;
    left: -5rem !important;
    width: 15% !important;
}

.circleSvg4 {
    position: absolute !important;
    bottom: -7rem !important;
    right: -7rem !important;
    width: 15% !important;
}

.circleSvg2 {
    position: absolute !important;
    bottom: -8rem !important;
    right: -8rem !important;
    width: 15% !important;
}

.spacial-text-bg {
    padding: 0px 0px 0px 0px;
    background-color: transparent;
    background-image: linear-gradient(180deg, #00000000 67%, var(--secondary-color) 0%);
    border-radius: 0px 0px 0px 0px;
}

.spacial-text-bg-2 {
    padding: 0px 0px 0px 0px;
    background-color: transparent;
    background-image: linear-gradient(180deg, #00000000 67%, #FFFFFF33 0%);
    border-radius: 0px 0px 0px 0px;
}

.border-10 {
    border-radius: 10px !important;
}

.hero-section img {
    transform: rotateY(180deg);
}

.small-text-bg {
    display: inline;
    background: #fff;
    padding: 5px 20px;
    border-radius: 20px;
}

.border-primary {
    border: 2px solid var(--primary-color) !important;
}

.hero-section-pera {
    width: 50%;
}
