
@import url('https://fonts.googleapis.com/css2?family=Jacques+Francois&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Italianno&family=Jacques+Francois&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');

:root {
    --alt-font: "Italianno", cursive;
    --primary-font: "Jacques Francois", serif;
    --poppins: "Poppins", sans-serif;
    --light-pink: rgba(251, 39, 154, 0.06);
}

:root {
    --primary-color: #BC004F;
    --light-primary-color: #bc004eec;
    --light-pink: rgba(251, 39, 154, 0.06);
    --pink: #FB279A;
    --hover-pink: #e71388;
    --base-color: #00468e;
    --white: #ffffff;
    --grey-box: #F6F6F6;
    --black: #000000;
    --red: #dc3131;
    --light-red: #feedec;
    --green: #2ebb79;
    --crusoe-green: #d39121;
    --yellow: #ffea23;
    --dark-gray: #232323;
    --medium-gray: #626161;
    --extra-medium-gray: #e4e4e4;
    --light-gray: #d6d6d6;
    --very-light-gray: #f7f7f7;
    --light-medium-gray: #eaeaeb;
    --charcoal-blue: #202329;
    --slate-blue: #262b35;
    --medium-slate-blue: #374162;
    --extra-medium-slate-blue: #23262d;
    --dark-slate-blue: #1f232c;
    --extra-dark-slate-blue: #121418;
    --extra-very-slate-blue: #161620;
    --tussock-yellow: #BC8947;
    --aluminium-grey: #80858F;
    --solitude-blue: #f0f4fd;
    --golden-yellow: #fd961e;
    --selago: #eaedff;
    --white-ice: #d8f5ef;
    --cornflower-blue: #445fed;
    --jade: #00AF6B;
    --orange: #ef991f;
    --majorelle-blue: #724ade;
    --light-majorelle-blue: #f2edfe;
    --spring-wood: #f9f6f3;
    --tropical-blue: #1ea3b1;
    --camarone: #20642b;
    --seal-brown: #0e0708;
    --Wasabi: #8ea63a;
    --gradient: linear-gradient(180deg, var(--primary-color), var(--pink));
    --background: radial-gradient(934px at 6% 39.5%, rgb(255, 35, 90) 0.2%, rgb(255, 35, 144) 54.8%, rgb(250, 99, 160) 93.4%);
}

html {
    font-size: 16px;
}

.heading {
    color: var(--white);
}

* {
    padding: 0;
    margin: 0;
    font-family: var(--primary-font);
    font-weight: 400;
    font-style: normal;
    scroll-behavior: smooth;
    box-sizing: border-box;
}

html {
    font-size: 16px;
}

body {
    font-family: var(--primary-font);
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: var(--medium-gray);
    -moz-osx-font-smoothing: grayscale;
    word-break: break-word;
    -webkit-font-smoothing: antialiased;
}

.fa-solid, .fa-regular, .fa-regular, .fa-brands, .fas, .fab, .far {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900;
}

.alt-font {
    font-family: var(--alt-font) !important;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5rem;
    color: var(--primary-color);
}

.primary-font {
    font-family: var(--primary-font) !important;
}

.primary-color {
    color: var(--primary-color) !important;
}

.primarybg {
    background: var(--background);
    color: #fff;
}


.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #fb279a;
}

.slick-dots li.slick-active button {
    background: #fb279a;
    box-shadow: #fb279a;
}

html {
    position: relative;
    min-height: 100%;
}

body {
}

.app-icons {
}

.snip__title {
    color: var(--white) !important;
    font-size: 18px !important;
}

.breadcrumb-header-heading h2 {
    color: var(--white) !important;
}

.breadcrumb-header-heading p {
    text-align: center;
    padding: 0 20px;
    line-height: 1.5;
    font-size: 16px;
}

.about h1 {
    font-size: 2.5em;
    color: var(--primary-color);
}

.about h3 {
    font-size: 2.5em;
    color: var(--primary-color);
}

.sub-h2 {
    font-family: var(--alt-font) !important;
}

.step {
    text-align: left;
    display: flex;
    align-items: center;
    border: 1px solid var(--white);
    padding: 10px 20px;
    border-radius: 10px;
    background: #fff;
    margin: 5px;
    box-shadow: 0 0 5px 0px #cacacaa1;
}

    .step h1 {
        color: #ff4081;
        font-size: 2em;
    }

    .step h2 {
        color: #333;
        font-size: 1.5em;
        margin-bottom: 10px;
    }

    .step p {
        color: #777;
        font-size: 1em;
    }

    .step img {
        width: 100px;
        height: 100px;
        margin: 10px 0;
    }

.flash {
    display: block;
    position: fixed;
    top: 25px;
    right: 25px;
    width: 350px;
    padding: 20px 25px 20px 85px;
    font-size: 16px;
    font-weight: 400;
    color: #66847C;
    background-color: #FFF;
    border: 2px solid #66847C;
    border-radius: 2px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    opacity: 0;
}

.flash__icon {
    position: absolute;
    top: 50%;
    left: 0;
    width: 1.8em;
    height: 100%;
    padding: 0 0.4em;
    background-color: #66847C;
    color: #FFF;
    font-size: 36px;
    font-weight: 300;
    transform: translate(0, -50%);
}

    .flash__icon .icon {
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
    }

.header-top {
    background-color: #f8f8f8;
    padding: 0px 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-bottom: 1px solid #ddd;
    font-family: "Poppins", serif;
}

.help-line {
    font-size: 14px;
    color: var(--primary-color);
    font-family: "Poppins", serif !important;
}
.help-line a{
    color:var(--primary-color);
}
.trust-section {
    background: var(--light-pink);
    padding: 50px 0;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.top-head {
    display: flex;
    justify-content: end;
    color:var(--primary-color);
}

.card-box {
    width: 100%;
    border: 1px solid var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
    padding: 50px;
    margin:5px 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}
.fs-7{
    font-size:0.8rem;
}
.fs-7 a{
    color:#fff;
}
.card-box i {
    font-size: 4rem;
    color: #fb279a;
}
.card-box h3 {
    color: #242424s;
}
    @media (max-width: 600px) {
        .header-top {
        padding: 3px;
    }

    .help-line {
        font-size: 13px;
        font-family: var(--poppins) !important;
        color:var(--primary-color);
    }
}

@media screen and (max-width: 600px) {
    .app-icons {
        display: flex;
    }

        .app-icons img {
            width: 166px;
        }

    .center-text {
        text-align: center
    }

    .step p {
        font-size: 0.8em;
        line-height: 1.5;
    }

    .step img {
        width: 80px;
        height: 80px;
    }
}

.animated-gradient {
    background: linear-gradient(-45deg, var(--primary-color),var(--light-primary-color));
    animation: gradient 15s ease infinite;
}

.form-check-input {
    width: 15px;
    height: 15px;
}

.form-check-input:checked {
    background-color: #fb279a;
    border-color: #fb279a;
    outline: none;
}

/* mobilesidebar */
.mobilesidebar {
    position: fixed;
    top: 0;
    left: -300px;
    height: 100%;
    width: 250px;
    background: #ff007f;
    color: white;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
    transition: left 0.3s ease;
}

.mobilesidebar a {
    color: white;
    text-decoration: none;
}

.close-btn {
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    align-self: flex-end;
    cursor: pointer;
}

.navbar-brand {
    width: 230px;
}

.menu-btn {
    display: none;
    font-size: 24px;
    border: none;
    background: none;
    cursor: pointer;
}

.d {
    display: block;
}

.m {
    display: none;
}

nav a {
    font-size: 0.7rem;
}
/* Mobile Styles */
@media (max-width: 768px) {
    .desktop-nav, .auth {
        display: none;
    }

    .menu-btn {
        display: block;
    }

    .d {
        display: none;
    }

    .m {
        display: block !important;
    }
}
.header-top.header_top_second {
    display: none;
}
/* tablet */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .m {
        display: block !important;
    }
    .header_top_second{
        display : none !important ;
    }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
    .header_top_second {
        display: none !important;
    }
}
/* mobile */
@media only screen and (min-width: 360px) and (max-width: 768px) {
    .header-top.header_top_second {
        display: block !important;
    }
}
    @media (max-width: 980px) {
        .menu-btn {
            display: block;
        }
    }


    @keyframes gradient {
        0% {
            background-position: 0% 50%;
        }

        50% {
            background-position: 100% 50%;
        }

        100% {
            background-position: 0% 50%;
        }
    }

    @-webkit-keyframes drop-in-fade-out {
        0% {
            opacity: 0;
            visibility: visible;
            -webkit-transform: translate3d(0, -200%, 0);
            -moz-transform: translate3d(0, -200%, 0);
            -ms-transform: translate3d(0, -200%, 0);
            -o-transform: translate3d(0, -200%, 0);
            transform: translate3d(0, -200%, 0);
        }

        12% {
            -webkit-transform: translate3d(0, 0, 0);
            -moz-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

        20% {
            opacity: 1;
        }

        70% {
            opacity: 1;
            visibility: visible;
            -webkit-transform: translate3d(0, 0, 0);
            -moz-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

        80% {
            opacity: 0;
        }

        100% {
            visibility: hidden;
            -webkit-transform: translate3d(75%, 0, 0);
            -moz-transform: translate3d(75%, 0, 0);
            -ms-transform: translate3d(75%, 0, 0);
            -o-transform: translate3d(75%, 0, 0);
            transform: translate3d(25%, 0, 0);
        }
    }

    @-moz-keyframes drop-in-fade-out {
        0% {
            opacity: 0;
            visibility: visible;
            -webkit-transform: translate3d(0, -200%, 0);
            -moz-transform: translate3d(0, -200%, 0);
            -ms-transform: translate3d(0, -200%, 0);
            -o-transform: translate3d(0, -200%, 0);
            transform: translate3d(0, -200%, 0);
        }

        12% {
            -webkit-transform: translate3d(0, 0, 0);
            -moz-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

        20% {
            opacity: 1;
        }

        70% {
            opacity: 1;
            visibility: visible;
            -webkit-transform: translate3d(0, 0, 0);
            -moz-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

        80% {
            opacity: 0;
        }

        100% {
            visibility: hidden;
            -webkit-transform: translate3d(75%, 0, 0);
            -moz-transform: translate3d(75%, 0, 0);
            -ms-transform: translate3d(75%, 0, 0);
            -o-transform: translate3d(75%, 0, 0);
            transform: translate3d(25%, 0, 0);
        }
    }

    @-o-keyframes drop-in-fade-out {
        0% {
            opacity: 0;
            visibility: visible;
            -webkit-transform: translate3d(0, -200%, 0);
            -moz-transform: translate3d(0, -200%, 0);
            -ms-transform: translate3d(0, -200%, 0);
            -o-transform: translate3d(0, -200%, 0);
            transform: translate3d(0, -200%, 0);
        }

        12% {
            -webkit-transform: translate3d(0, 0, 0);
            -moz-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

        20% {
            opacity: 1;
        }

        70% {
            opacity: 1;
            visibility: visible;
            -webkit-transform: translate3d(0, 0, 0);
            -moz-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

        80% {
            opacity: 0;
        }

        100% {
            visibility: hidden;
            -webkit-transform: translate3d(75%, 0, 0);
            -moz-transform: translate3d(75%, 0, 0);
            -ms-transform: translate3d(75%, 0, 0);
            -o-transform: translate3d(75%, 0, 0);
            transform: translate3d(25%, 0, 0);
        }
    }

    @keyframes drop-in-fade-out {
        0% {
            opacity: 0;
            visibility: visible;
            -webkit-transform: translate3d(0, -200%, 0);
            -moz-transform: translate3d(0, -200%, 0);
            -ms-transform: translate3d(0, -200%, 0);
            -o-transform: translate3d(0, -200%, 0);
            transform: translate3d(0, -200%, 0);
        }

        12% {
            -webkit-transform: translate3d(0, 0, 0);
            -moz-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

        20% {
            opacity: 1;
        }

        70% {
            opacity: 1;
            visibility: visible;
            -webkit-transform: translate3d(0, 0, 0);
            -moz-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

        80% {
            opacity: 0;
        }

        100% {
            visibility: hidden;
            -webkit-transform: translate3d(75%, 0, 0);
            -moz-transform: translate3d(75%, 0, 0);
            -ms-transform: translate3d(75%, 0, 0);
            -o-transform: translate3d(75%, 0, 0);
            transform: translate3d(25%, 0, 0);
        }
    }

    .animate--drop-in-fade-out {
        -webkit-animation: drop-in-fade-out 3.5s 0.4s cubic-bezier(.32,1.75,.65,.91);
        -moz-animation: drop-in-fade-out 3.5s 0.4s cubic-bezier(.32,1.75,.65,.91);
        -ms-animation: drop-in-fade-out 3.5s 0.4s cubic-bezier(.32,1.75,.65,.91);
        -o-animation: drop-in-fade-out 3.5s 0.4s cubic-bezier(.32,1.75,.65,.91);
        animation: drop-in-fade-out 3.5s 0.4s cubic-bezier(.32,1.75,.65,.91);
    }


.field-validation-error {
    font-size: 0.68rem !important;
    color: yellow !important;
}

    .form-group {
        margin: .5rem 0;
    }

    .all-pro-head {
        margin-top: 0;
        margin-bottom: 50px;
        color: #fff !important;
        float: none;
    }

    .login .lhs .tit h2 b {
        font-size: 39px;
        line-height: 50px;
    }

    .login .lhs .tit h2 {
        font-size: 30px;
    }

    .verified-badge {
        color: #1DA1F2; /* Twitter Blue */
        font-size: 18px;
        margin-left: 5px;
    }