@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


html,
body,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}



.bg_saturated {
    background-color: #22739C;
}

.color_light {
    color: #22739C;
}

.carousel_bg {
    background-color: #22739C;
}

 .fm-plus-jakarta{font-family: "Plus Jakarta Sans";}

/* ////////////////////////////////////////Navbar /////////////////////////////////////////*/
.bg_saturated {
    background-color: #22739C;
}

.navbar {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: white;
}

nav {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
}

nav .nav-link {
    color: #000;
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

/* Hide Bootstrap's default dropdown arrow */
nav .dropdown-toggle::after {
    display: none;
}

/* nav .hero-btn {
    color: white;
    font-family: "DM Sans";
    font-size: 18.822px;
    font-weight: 500;
    border-radius: 8.82px;
    border: 2.353px solid #48ADE0;
    background-color: #48ADE0;
    padding: 8px 17px;
} */

/* nav .hero-btn:hover {
    color: white;
    background-color: #48ADE0;
} */

nav .hero-btn1 {
    font-family: "Plus Jakarta Sans";
    /* color: var(--logo-color, #48ADE0);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 5px;
    border: 1px solid var(--logo-color, #48ADE0);
    background: var(--White, #FFF);
    padding: 12px 17px; */
}

.navbar-collapse {
    display: none;
}

/* .hero-btn {
    display: flex;
    color: white;
    font-weight: 700;
    padding: 10px 28px;
    justify-content: center;
    align-items: center;
    border-radius: 58.82px;
    border: 2.353px solid #0B608B;
    background: #22739C;
    font-family: DM Sans;
} */

.navbar-toggler {
    display: none;
}

.menu1 {
    display: block;
    display: flex;
}

.loginbuttons {
    display: block;
}



@media (max-width: 991px) {
    .navbar-collapse {
        border-top: 1px solid #48ADE0;
        display: block;
        flex-direction: column;
        /* text-align: center; */
        background-color: #FFF;
        padding: 20px;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 5;
        height: 0;
        overflow: visible;
        border-radius: 0px 0 35px 35px;
        transition: height 1s ease, opacity 1s ease;
        opacity: 0;
    }

    .loginbuttons {
        display: none;
    }

    .navbar-toggler {
        display: block;
    }

    .menu1 {
        display: none;
    }

    .navbar-collapse.active {
        height: fit-content;
        opacity: 1;
    }

    .navbar-toggler {
        border: none;
        background-color: transparent;
        padding: 0;
    }

    .navbar-toggler-icon {
        background-color: #22739C;
        width: 30px;
        height: 3px;
        position: relative;
        display: block;
        transition: all 1s;
    }

    .navbar-toggler-icon::before,
    .navbar-toggler-icon::after {
        content: '';
        background-color: #080a0b;
        width: 30px;
        height: 3px;
        position: absolute;
    }

    .navbar-toggler-icon::before {
        top: -8px;
    }

    .navbar-toggler-icon::after {
        bottom: -8px;
    }

    .navbar-collapse a {
        padding: 10px 30px;
        display: block;
        /* color: #000; */
    }

    .navbar-collapse a:hover {
        color: #22739C;
    }

    .navbar-collapse .btn {
        margin: 10px 0;
        /* color: #FFF; */
    }

    .nav-link {
        text-decoration: none;
    }
}


/* --------------Hero section ---------------- */

.hero-main {
    background-image: url('../images/Animation Component.png');
    background-repeat: no-repeat;
    background-size: cover;

}

.hero-first {
    transform: translateY(94px);
}

.hero-heading {
    margin-top: 94px;
}

/* //////////////////typing animations///////////////// */
.typing-effect {
    color: #1E719B;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "DM Sans";
    font-size: 56.467px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    /* 62.113px */
    white-space: nowrap;
    overflow: hidden;
    animation: caret 0.75s step-end infinite;
}

@keyframes caret {
    50% {
        border-color: transparent;
    }
}






.verification-email {
    font-family: Poppins;
    font-size: 18px;

}

.verification-email-red {
    color: green !important;
    font-size: 18px;
    font-family: Poppins;
}

/* //////////////////about///////////////// */
.missing {
    color: var(--Blue-Gray-900, var(--Heading-color, #0F172A));
    text-align: center;
    font-family: Montserrat;
    font-size: 21.175px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 33.88px */
}

.about {
    padding-top: 284px;
    padding-bottom: 94px;
}

.about-flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

/* //////////////cards////////////// */
.cards {
    padding: 78px 0;
    background-color: #EEEDF5;

}

.special {
    display: none;
}

/* 
.cards .p1 {
    color: #6F6C90;
    text-align: center;
    font-family: "DM Sans";
    font-size: 21.175px;
    font-style: normal;
    font-weight: 400;
    line-height: 35.292px;
}

.cards .p2 {
    color: #170F49;
    font-family: "DM Sans";
    font-size: 21.175px;
    font-style: normal;
    font-weight: 400;
    line-height: 35.292px;
    text-align: center;
}

.cards .span1 {
    border-radius: 17px;
    border: 1px solid #D9DBE9;
    color: var(--Neutral-800, #170F49);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "DM Sans";
    font-size: 23.528px;
    font-style: normal;
    font-weight: 700;
    line-height: 25.881px;

}

.card button {
    display: flex;
    padding: 18.586px 44.703px;
    justify-content: center;
    align-items: center;
    gap: 7.058px;
    flex: 1 0 0;
    border-radius: 112.934px;
    background: #48ADE0;
    margin-top: 43px;
    border: none;
    color: #FFF;
    text-align: center;
    font-family: "DM Sans";
    font-size: 21.175px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.blue-card button {
    background-color: white !important;
    color: black !important;
}

.card .basic {
    color: #170F49;
    font-family: "DM Sans";
    font-size: 25.233px;
    font-style: normal;
    font-weight: 700;
}

.card .card-text {
    color: #6F6C90;
    font-family: "DM Sans";
    font-size: 14.175px;
    font-style: normal;
    font-weight: 500;


}

.card .dollar {
    color: #0F172A;
    font-family: "DM Sans";
    font-size: 63.525px;
    font-style: normal;
    font-weight: 700;


}

.card .dollarspecial {
    font-size: 38px !important;
    font-weight: 700;
}

.card .monthly {
    color: #6F6C90;
    font-family: "DM Sans";
    font-size: 19.528px;
    font-style: normal;
    font-weight: 500;
    line-height: 25.881px;

}

.card .whatincluded {
    color: #170F49;
    font-family: "DM Sans";
    font-size: 18.175px;
    font-style: normal;
    font-weight: 700;
    line-height: 23.528px;

}

.cards .user {
    color: #170F49;
    font-family: "DM Sans";
    font-size: 18.175px;
    font-style: normal;
    font-weight: 700;
    line-height: 23.528px;

} */

.popular {
    color: var(--Neutral-100, #FFF);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "DM Sans";
    font-size: 9.439px;
    font-style: normal;
    font-weight: 400;
    line-height: 9.439px;
    background-color: #7798b6;
    padding: 8px 16px;
    border-radius: 5px;
}

.card .features {
    color: #170F49;
    font-family: "DM Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.528px;

}

.blue-card {
    background-color: #48ADE0 !important;
    color: white !important;
}

/* //////////////carousel///////////// */

.carousel-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel {
    display: flex;
    gap: 25px;
    width: calc(100% + 100px);
    margin-left: -50px;
    animation: scroll 5s linear infinite;
    cursor: crosshair;
}

.carousel-slide {
    padding: 15px 25px !important;
    border-radius: 12.705px;
    background: #EEEDF5;
    min-width: 395px;
    max-height: 410px;
}

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

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

.prev,
.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
    border-radius: 50%;
}

.signup input:focus {
    box-shadow: none;
}

.carousel .carousel-text1 {
    color: #413D45;
    font-family: "DM Sans";
    font-size: 27.528px;
    font-style: normal;
    font-weight: 500;
    line-height: 38.115px;
    letter-spacing: -0.741px;
}

.last-text-carousel {


    justify-content: center;
    color: #67646A;
    font-family: "DM Sans";
    font-size: 13.764px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.058px;
    letter-spacing: -0.148px;
    display: flex;
    align-items: end;
    justify-content: end;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

.carousel-container:hover .prev,
.carousel-container:hover .next {
    background-color: rgba(255, 255, 255, 1);
}

.testimonial p {
    color: var(--Neutral-600, #6F6C90);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "DM Sans";
    font-size: 21.175px;
    font-style: normal;
    font-weight: 400;
    line-height: 35.292px;
}

.testimonial {
    padding: 65px 0
}


/* //////////////signup////////////// */
.signup {
    padding: 90px 0;
    background-color: #EEEDF5;
}

.signup input {
    background-color: transparent;
    width: 100%;
    border-radius: 12px;
    border: 1px solid #B3E5FC;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    /* padding-left: 0px; */
    padding: 15px 13px;
    margin-top: 10px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.signup label {
    /* padding-top: 30px; */
    color: #4B5563;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.233px;
    /* 120% */
}

.special-label {
    color: #170F49;
    font-family: "DM Sans";
    font-size: 28.233px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 34.115px;
}

.signup button {
    display: flex;
    padding: 15.528px 35.233px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: #29B6F6;
    font-family: DM Sans;
    margin-top: 24px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

/* ///////////////Contact Us////////////////// */
.contactus {
    padding: 96px 0;
    background: linear-gradient(180deg, #FFF 0%, #F0F9FF 100%);

}

.contactus .get-touch {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    border-radius: 16px;
    border: 1px solid #E0F2FE;
    background: rgba(255, 255, 255, 0.80);
    box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.10), 0px 8px 10px -6px rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(2px);
    padding: 49px;
}

.contact-first-col {
    padding-top: 35px;
}

.contact-first p {
    color: #4B5563;
    font-family: "DM Sans";
    font-size: 23.528px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.contact-first h2 {
    color: #111827;
    font-family: Poppins;
    font-size: 35.645px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.contact-first .number {
    color: #4B5563;
    font-size: 23.176px;
}

.input-mine input,
.input-mine textarea {
    border-radius: 6px;
    border: 1px solid #E0F2FE;
    background: #F0F9FF;
    padding: 11px 15px;
}

.input-mine textarea {
    height: 120px;
}

/*  */

.heading {
    color: #8D8D8D;
}

.contactus button {
    width: 100%;
    display: flex;
    padding: 12px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    border: none;
    background: #48ADE0;
    color: white;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.message {
    padding-top: 95px;
}

/* ///////////////footer////////////// */


.footer .quick {
    font-family: "DM Sans";
    color: #9CA3AF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 142.857% */
    /* 120% */
}

footer .contact {
    font-family: "DM Sans";
    color: #9CA3AF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 142.857% */
}

.footer .logo-text {
    font-family: "DM Sans";
    color: #9CA3AF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.hero a {
    color: var(--White, #FFF);
    font-family: "DM Sans";
    font-size: 28.233px;
    font-style: normal;
    font-weight: 700;
    line-height: 28.233px;
    text-decoration: none;
    /* 100% */
    letter-spacing: 0.588px;
    display: flex;
    padding: 17.528px 28.233px;
    justify-content: center;
    align-items: center;
    border-radius: 58.82px;
    border: 2.353px solid #0B608B;
    background: #22739C;
}

.footer {
    background-color: #ffffff00;
    padding: 30px 50px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

}

.footer .footer-heading {
    color: #131314;
    font-family: Satoshi;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


.switch {
    position: relative;
    display: inline-block;
    width: 61px;
    height: 30px;
    margin: 0 12px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #22739C !important;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

input:checked+.slider:before {
    -webkit-transform: translateX(32px);
    -ms-transform: translateX(32px);
    transform: translateX(32px);
    top: 5px;
}

.slider.round:before {
    border-radius: 50%;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 5px;
    background: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    top: 5px;
    transform: none;
    filter: none;
}

/* privacy-policy */

.privacy-main .accordion-item:not(:first-of-type) {
    border-top: 1px solid #E5E7EB;
}

.privacy-main .accordion-item {
    border-radius: 8px;
    border: 1px solid #E5E7EB;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    margin-top: 30px;
}

.privacy-main .accordion-button {
    border-radius: 0;
    margin: 20px 0 16px;
}

.accordion-button:not(.collapsed) {
    border-radius: 8px 8px 0px 0px;
    background: #e7e9eb;
}

.privacy-main .accordion-button:focus {
    z-index: 3;
    border-color: unset;
    outline: 0;
    box-shadow: unset;
}

.colllect-logo {
    border-radius: 9999px;
    background: #DBEAFE;
    width: 32px;
    height: 32px;
    padding: 6px;
}

/* //////////////////////Responsiveness////////////////////// */

@media screen and (max-width: 1440px) {
    .missing {
        font-size: 18px;
    }

    .hero-first {
        transform: translateY(94px);
    }

    .typing-effect {
        font-size: 40px;
    }

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

    .cards .p1 {
        color: #6F6C90;
        text-align: center;
        font-family: "DM Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 35.292px;
    }

    .cards .p2 {
        color: #170F49;
        font-family: "DM Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 35.292px;
        text-align: center;
    }

    .cards .span1 {
        border-radius: 17px;
        border: 1px solid #D9DBE9;
        color: var(--Neutral-800, #170F49);
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: "DM Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 25.881px;

    }

    .card .basic {
        font-size: 23.233px;
    }

    .card .card-text {
        color: #6F6C90;
        font-family: "DM Sans";
        font-size: 14.175px;
        font-style: normal;
        font-weight: 500;


    }

    .card .dollar {
        font-size: 56px;
    }

    .card .monthly {
        color: #6F6C90;
        font-family: "DM Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 25.881px;

    }

    .card .whatincluded {
        color: #170F49;
        font-family: "DM Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 23.528px;

    }

    .cards .user {
        color: #170F49;
        font-family: "DM Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 23.528px;

    }

    .card .features {
        color: #170F49;
        font-family: "DM Sans";
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 23.528px;

    }

    .blue-card {
        background-color: #48ADE0 !important;
        color: white !important;
    }

    .blue-card .dollar {
        color: #EFF0F6;
    }

    .blue-card .card-text {
        color: #EFF0F6;
    }

    .blue-card .basic {
        color: #EFF0F6;
    }

    .blue-card .whatincluded {
        color: #EFF0F6;
    }

    .carousel .carousel-text1 {
        color: #413D45;
        font-family: "DM Sans";
        font-size: 20.528px;
        font-style: normal;
        font-weight: 500;
        line-height: 38.115px;
        letter-spacing: -0.741px;
    }

    .testimonial p {
        color: var(--Neutral-600, #6F6C90);
        text-align: left;
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: "DM Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 35.292px;
    }



    .special-label {
        color: #170F49;
        font-family: "DM Sans";
        font-size: 18px !important;
        font-style: normal;
        font-weight: 400 !important;
        line-height: 34.115px;
    }

    .contact-first p {
        font-size: 18px;
    }

    .contact-first h2 {
        font-size: 33.645px;
    }

    .contact-first .number {
        font-size: 18px;
    }

    .custom-input {

        font-weight: 500 !important;
    }

    .heading {
        color: #8D8D8D;
    }


    .heading {
        font-size: 24px;
    }

    .message {
        padding-top: 50px;
    }

    /* nav .hero-btn1 {
        color: #4D4D4D !important;
    } */
}

@media screen and (max-width: 576px) {
    .fs_40 {
        font-size: 28px;
    }

    .fs_24 {
        font-size: 20px;
    }

    .fs_20 {
        font-size: 16px !important;
        line-height: normal !important;
    }
}


/* ////////////////////////////////////////////////////////for 521///////////////////////////////////////////////////////////// */
@media screen and (max-width: 521px) {

    .main_paragraph {
        font-size: 16px;
        ;
    }

    .cards {
        padding: 78px 0;
        background-color: #EEEDF5;

    }

    .popularity {
        flex-wrap: wrap;
    }

    .cards .p1 {
        color: #6F6C90;
        text-align: center;
        font-family: "DM Sans";
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 20.292px;
    }

    .cards .p2 {
        color: #170F49;
        font-family: "DM Sans";
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 20.292px;
        text-align: center;
    }

    .cards .span1 {
        border-radius: 17px;
        border: 1px solid #D9DBE9;
        color: var(--Neutral-800, #170F49);
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 25.881px;

    }

    .card .card-text {
        color: #6F6C90;
        font-family: "DM Sans";
        font-size: 12.175px;
        font-style: normal;
        font-weight: 500;
        padding-bottom: 0px !important;
        margin-bottom: 0px !important;


    }

    .card .dollar {
        color: #0F172A;
        font-family: "DM Sans";
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
    }

    .card .monthly {
        color: #6F6C90;
        font-family: "DM Sans";
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: 25.881px;

    }

    .card .whatincluded {
        color: #170F49;
        font-family: "DM Sans";
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 23.528px;

    }

    .cards .user {
        color: #170F49;
        font-family: "DM Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 23.528px;

    }

    .card .features {
        color: #170F49;
        font-family: "DM Sans";
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 23.528px;

    }

    .blue-card {
        background-color: #22739C !important;
        color: white !important;
    }

    .carousel .carousel-text1 {
        color: #413D45;
        font-family: "DM Sans";
        font-size: 20.528px;
        font-style: normal;
        font-weight: 500;
        line-height: 38.115px;
        letter-spacing: -0.741px;
    }

    .testimonial p {
        color: var(--Neutral-600, #6F6C90);
        text-align: left;
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: "DM Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 35.292px;
    }



    .special-label {
        color: #170F49;
        font-family: "DM Sans";
        font-size: 18px !important;
        font-style: normal;
        font-weight: 400 !important;
        line-height: 34.115px;
    }

    .contact-first {
        padding: 16px;
    }



    .row-gap-5 {
        row-gap: 0px !important;
    }

    .contact-first p {
        font-size: 16px;
    }

    .contact-first h2 {
        font-size: 20.645px;
        padding-left: 0px !important;
    }

    .contact-first .number {
        font-size: 16px;
        padding: 0px !important;
    }

    .heading {
        color: #8D8D8D;

        font-family: "DM Sans";
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 23.528px;
    }



    .heading {
        font-size: 20px !important;
    }

    .message {
        padding-top: 50px;
    }



    .special {
        display: block;

        text-align: center;
        border-radius: 10px;
        padding: 18px 18px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .span1 {
        display: none;

    }

    .user {
        font-size: 12px !important;
    }

    .custom-input {
        width: 100% !important;
    }

    .about-flex {
        grid-template-columns: 1fr;

    }

    .item2 {
        order: 2;
    }

    .item1 {
        order: 1;
    }

    .about {
        padding-top: 45px;
        padding-bottom: 10px;
    }

    .about .main_paragraph {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .about-flex {
        gap: 0px;
    }

    .hero-main img {
        transform: translateY(35px) !important;
        width: 100% !;
    }

    .cards {
        padding: 20px 0;
    }

    /* .card button {
        padding: 17px 25px;
        font-size: 16px;
    } */

    .padding-special {
        padding-top: 39px;
    }

    .hero a {
        padding: 6px 28px;
        font-size: 18px;
    }

    .signup img {
        margin-top: 59px;
    }



    .heading {
        color: black;
    }


    .carousel .carousel-text1 {
        color: #413D45;
        font-family: "DM Sans";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 16.85px;
        letter-spacing: -0.328px;
    }

    .testimonial p {
        color: #67646A;
        font-family: "DM Sans";
        font-size: 8px;
        font-style: normal;
        font-weight: 500;
        line-height: 8.425px;
        letter-spacing: -0.066px;
    }

    .carousel-slide {
        min-width: 240px !important;
        height: 250px;
    }

    .contactus {
        padding: 40px 0;
    }

    .footer img {
        margin: 0px !important;
    }


    .testimonial {
        padding: 28px 0;

    }

    nav .container {
        padding: 0 16px !important;
    }

    .input {
        font-size: 16px !important;
        font-weight: 500;
    }

    .input:focus {
        font-size: 16px !important;
    }

    .card .dollarspecial {
        color: var(--Heading-color, #0F172A);
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: "DM Sans";
        font-size: 30.409px !important;
        font-style: normal;
        font-weight: 700;
        line-height: 44.5px;
    }



    .hero-first {
        transform: translateY(0px);
    }

    .carousel-slide img {
        width: 35px;
        height: 37px;
    }

    .card .whatincluded {
        padding-bottom: 0px !important;
    }

    .typing-effect {
        color: #1E719B;
        text-align: center;
        font-family: "DM Sans";
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        display: block;
        min-height: 35px;
    }


}


@media (max-width: 768px) {
    .footer .footerlogo {
        width: 200px;
        height: auto;
    }


    .nav-link {
        text-decoration: none;
    }

}