@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/poppins-v20-latin-300.eot');
    src: local(''), url('../fonts/poppins-v20-latin-300d41d.eot?#iefix') format('embedded-opentype'), url('../fonts/poppins-v20-latin-300.woff2') format('woff2'), url('../fonts/poppins-v20-latin-300.woff') format('woff'), url('../fonts/poppins-v20-latin-300.ttf') format('truetype'), url('../fonts/poppins-v20-latin-300.svg#Poppins') format('svg');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/poppins-v20-latin-regular.eot');
    src: local(''), url('../fonts/poppins-v20-latin-regulard41d.eot?#iefix') format('embedded-opentype'), url('../fonts/poppins-v20-latin-regular.woff2') format('woff2'), url('../fonts/poppins-v20-latin-regular.woff') format('woff'), url('../fonts/poppins-v20-latin-regular.ttf') format('truetype'), url('../fonts/poppins-v20-latin-regular.svg#Poppins') format('svg');
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/poppins-v20-latin-italic.eot');
    src: local(''), url('../fonts/poppins-v20-latin-italicd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/poppins-v20-latin-italic.woff2') format('woff2'), url('../fonts/poppins-v20-latin-italic.woff') format('woff'), url('../fonts/poppins-v20-latin-italic.ttf') format('truetype'), url('../fonts/poppins-v20-latin-italic.svg#Poppins') format('svg');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/poppins-v20-latin-500.eot');
    src: local(''), url('../fonts/poppins-v20-latin-500d41d.eot?#iefix') format('embedded-opentype'), url('../fonts/poppins-v20-latin-500.woff2') format('woff2'), url('../fonts/poppins-v20-latin-500.woff') format('woff'), url('../fonts/poppins-v20-latin-500.ttf') format('truetype'), url('../fonts/poppins-v20-latin-500.svg#Poppins') format('svg');
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 500;
    src: url('../fonts/poppins-v20-latin-500italic.eot');
    src: local(''), url('../fonts/poppins-v20-latin-500italicd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/poppins-v20-latin-500italic.woff2') format('woff2'), url('../fonts/poppins-v20-latin-500italic.woff') format('woff'), url('../fonts/poppins-v20-latin-500italic.ttf') format('truetype'), url('../fonts/poppins-v20-latin-500italic.svg#Poppins') format('svg');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/poppins-v20-latin-600.eot');
    src: local(''), url('../fonts/poppins-v20-latin-600d41d.eot?#iefix') format('embedded-opentype'), url('../fonts/poppins-v20-latin-600.woff2') format('woff2'), url('../fonts/poppins-v20-latin-600.woff') format('woff'), url('../fonts/poppins-v20-latin-600.ttf') format('truetype'), url('../fonts/poppins-v20-latin-600.svg#Poppins') format('svg');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/poppins-v20-latin-700.eot');
    src: local(''), url('../fonts/poppins-v20-latin-700d41d.eot?#iefix') format('embedded-opentype'), url('../fonts/poppins-v20-latin-700.woff2') format('woff2'), url('../fonts/poppins-v20-latin-700.woff') format('woff'), url('../fonts/poppins-v20-latin-700.ttf') format('truetype'), url('../fonts/poppins-v20-latin-700.svg#Poppins') format('svg');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/poppins-v20-latin-800.eot');
    src: local(''), url('../fonts/poppins-v20-latin-800d41d.eot?#iefix') format('embedded-opentype'), url('../fonts/poppins-v20-latin-800.woff2') format('woff2'), url('../fonts/poppins-v20-latin-800.woff') format('woff'), url('../fonts/poppins-v20-latin-800.ttf') format('truetype'), url('../fonts/poppins-v20-latin-800.svg#Poppins') format('svg');
}


:root {
    --light-purple: #F6F4FE;
    --purple: #012F6B;
    --bg-purple: #012F6B;
    --dark-purple: #32236F;
    --body-text-purple: #3E3F66;
    --text-white: #ffffff;
    --bg-white: #ffffff;
    --slider-dots-color: #D4D2DD;
    --light-bg: #DFDAF3;
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.7;
    font-family: 'Poppins', sans-serif;
    color: var(--body-text-purple);
    background-color: var(--light-purple);
}

.page_wrapper {
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: var(--body-text-purple);
}

    a:hover {
        text-decoration: none;
        color: var(--body-text-purple);
    }

ul,
li {
    padding: 0;
    list-style-type: none;
    margin: 0;
}

button:focus,
.btn.focus,
.btn:focus {
    outline: none;
    box-shadow: none;
}

@media screen and (min-width:1200px) {
    .container {
        max-width: 1170px;
    }
}

.section_title {
    text-align: center;
}

    /* section heading h2 */
    .section_title h2 {
        font-size: 40px;
        font-weight: 700;
        color: var(--dark-purple);
    }

        .section_title h2 span {
            color: var(--purple);
        }

.row_am {
    padding: 50px 0;
}

/* purple button */
.puprple_btn {
    background-color: var(--purple);
    color: var(--text-white);
    border-radius: 50px;
    padding: 10px 40px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-weight: 500;
}

    .puprple_btn::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 0%;
        height: 100%;
        background-color: var(--bg-white);
        border-radius: 50px;
        transition: .6s all;
        z-index: -1;
    }

    .puprple_btn:hover::before {
        width: 100%;
    }

    .puprple_btn:hover {
        color: var(--purple);
        --bs-btn-hover-bg: var(--purple);
        --bs-btn-hover-border-color: var(--purple);
    }

/* slider controls */
.owl-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 20px;
}

    .owl-carousel .owl-dots button {
        display: block;
        width: 15px;
        height: 15px;
        background-color: var(--slider-dots-color);
        border-radius: 15px;
        margin: 0 5px;
    }

        .owl-carousel .owl-dots button.active {
            background-color: var(--purple);
        }

/* -------------Preloader-Css-Start-------------- */

/* Preloader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 999999;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: var(--bg-purple);
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: var(--body-text-purple);
        -webkit-animation: spin 3s linear infinite;
        animation: spin 3s linear infinite;
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: var(--dark-purple);
        -webkit-animation: spin 1.5s linear infinite;
        animation: spin 1.5s linear infinite;
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}




/* -----------Header-Css-Start------------------- */
header {
    position: relative;
    width: 100%;
    z-index: 99999;
    backdrop-filter: blur(5px);
    background-color: rgba(1, 47, 107, 0.9);
    transition: none;
    pointer-events: none;
    transition: .4s all;
}

    header.fixed {
        pointer-events: all;
        position: fixed;
        top: 0;
        transition: .4s all;
    }

/* navigation bar */
.navbar {
    padding: 0;
    margin-right: 0;
    justify-content: center;
}

.navbar-brand {
    margin: 0;
    padding: 10px 0 15px;
}

    .navbar-brand img {
        width: 150px;
    }

    .navbar-brand span {
        color: white;
        vertical-align: bottom;
        line-height: 20px;
        margin-left: 20px;
    }


/* ---------Hero-Slider-Css-Start------------------ */
/* hero slider wraper */
.banner_section {
    margin-top: 70px;
    position: relative;
}

    .banner_section .container {
        position: relative;
    }

    .banner_section::after {
        content: "";
        display: block;
        background-image: url(../images/banner-shape.svg);
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 200px;
        background-position: center;
        margin-top: -50px;
    }

    .banner_section .row {
        align-items: center;
    }

    /* hero slider text */
    .banner_section .banner_text {
        margin-top: -50px;
    }

        /* hero slider heading h1 */
        .banner_section .banner_text h1 {
            font-size: 55px;
            color: var(--dark-purple);
            letter-spacing: -1.5px;
            font-weight: 700;
        }

            .banner_section .banner_text h1 span {
                color: var(--purple);
            }

/* modern ui list */

.banner_text .banner_list {
    margin-top: 25px;
    text-align: left;
}

    .banner_text .banner_list li {
        padding-left: 32px;
        position: relative;
        margin-bottom: 12px;
    }

        .banner_text .banner_list li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 2px;
            background-image: url(../images/right_icon.png);
            width: 20px;
            height: 20px;
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
        }

        .banner_text .banner_list li h4 {
            font-size: 18px;
            color: var(--dark-purple);
            font-weight: 600;
            margin-bottom: 0;
        }

        .banner_text .banner_list li p {
            margin-bottom: 0;
        }

/* hero slider images */
.banner_section .banner_slider {
    display: flex;
    position: relative;
}

.left_icon, .right_icon {
    display: none;
}
/* hero slider mobile frame */
.banner_section .banner_slider .slider_frame {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    width: 315px;
}

.banner_section .banner_slider::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 475px;
    height: 475px;
    border-radius: 100%;
    background-color: var(--purple);
    z-index: -5;
}

.banner_section .banner_slider #frame_slider, .banner_section .banner_slider #frmae_slider {
    width: 305px;
    margin: 0 auto;
}

.banner_section .banner_slider .slider_img img {
    width: 100%;
}

.banner_section .owl-dots {
    margin-top: 40px;
}

.owl-carousel .owl-item img {
    max-width: 100%;
    width: auto;
}

.follow_section .section_title {
    text-align: center;
    margin-bottom: 45px;
}


.follow_section .follow_list li {
    padding-left: 40px;
    position: relative;
    margin-bottom: 25px;
}

    .follow_section .follow_list li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 5px;
        background-image: url(../images/right_icon.png);
        width: 22px;
        height: 22px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }

    .follow_section .follow_list li h4 {
        font-size: 20px;
        color: var(--dark-purple);
        font-weight: 600;
        margin-bottom: 8px;
    }

    .follow_section .follow_list li p {
        margin-bottom: 10px;
    }


/* ------Footer-Css-Start-------------- */
footer {
    position: relative;
}

    footer h2,
    footer h3,
    footer p,
    footer a {
        color: var(--text-white);
    }

        footer a:hover {
            color: var(--text-white);
        }

    footer h3 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 50px;
        padding-top: 10px;
    }

    footer .bottom_footer {
        padding: 20px 0;
        background-color: var(--bg-purple);
    }

        footer .bottom_footer p {
            margin-bottom: 0;
            font-size: 15px;
        }

.go_top {
    position: fixed;
    right: 30px;
    bottom: 75px;
    cursor: pointer;
    transition: .4s all;
    opacity: 0;
}

    .go_top:hover {
        bottom: 80px;
    }

/* -----------Animation-Css-Start-------------- */
.anim_line {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

    .anim_line span {
        position: absolute;
        z-index: 99999;
        top: -275px;
        animation: star_down_one 6s infinite linear;
        opacity: 0;
    }

    .anim_line.dark_bg {
        max-width: 1170px;
    }

        .anim_line.dark_bg span {
            transform: rotate(180deg);
        }

    .anim_line span:first-child {
        left: -17%;
        animation-delay: 3s;
    }

    .anim_line span:nth-child(2) {
        left: 0%;
        animation-delay: 5s;
    }

    .anim_line span:nth-child(3) {
        left: 17%;
        animation-delay: 1s;
    }

    .anim_line span:nth-child(4) {
        left: 34%;
        animation-delay: 4s;
    }

    .anim_line span:nth-child(5) {
        left: 51%;
        animation-delay: 7s;
    }

    .anim_line span:nth-child(6) {
        left: 68%;
    }

    .anim_line span:nth-child(7) {
        left: 85%;
        animation-delay: 3s;
    }

    .anim_line span:nth-child(8) {
        left: 99%;
        animation-delay: 2s;
    }

    .anim_line span:nth-child(9) {
        left: 117%;
        animation-delay: 5s;
    }

@keyframes star_down_one {
    0% {
        opacity: 0;
        top: -250px;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        top: 100%;
        opacity: 0;
    }
}

/* Contact Page Css Start */
.contact_page_section {
    padding: 50px 0;
}

    .contact_page_section .contact_inner {
        background-color: var(--bg-white);
        padding: 70px 0;
        border-radius: 30px;
        box-shadow: 0px 4px 30px #EDE9FE;
    }

        .contact_page_section .contact_inner .section_title h2 {
            font-weight: 600;
        }

        .contact_page_section .contact_inner .contact_form {
            width: 570px;
            margin: 0 auto;
        }

            .contact_page_section .contact_inner .contact_form h2 {
                margin-bottom: 0;
            }

            .contact_page_section .contact_inner .contact_form form {
                margin-top: 30px;
            }

                .contact_page_section .contact_inner .contact_form form .form-floating {
                    margin-bottom: 20px;
                }

                    .contact_page_section .contact_inner .contact_form form .form-floating .form-control {
                        height: 60px;
                        color: var(--body-text-purple);
                        border: 2px solid #E1DBF4;
                        border-radius: 12px;
                        font-weight: 500;
                    }

                        .contact_page_section .contact_inner .contact_form form .form-floating .form-control:focus {
                            box-shadow: none;
                            border-color: var(--purple);
                            color: var(--purple);
                        }

                    .contact_page_section .contact_inner .contact_form form .form-floating textarea.form-control {
                        height: 140px;
                    }

                .contact_page_section .contact_inner .contact_form form .form-check {
                    display: flex;
                    align-items: center;
                }

                    .contact_page_section .contact_inner .contact_form form .form-check input {
                        width: 17px;
                        height: 17px;
                        accent-color: var(--purple);
                    }

                    .contact_page_section .contact_inner .contact_form form .form-check label {
                        font-size: 13px;
                        margin-bottom: 0;
                        margin-left: 7px;
                    }

                .contact_page_section .contact_inner .contact_form form button {
                    width: 240px;
                    margin: 0 auto;
                    display: block;
                    margin-top: 10px;
                    margin-bottom: 0;
                }


/* -------------------Pricing-Section---------------------- */

/* pricing wraper  */
.pricing_section {
    padding: 30px 0;
}

    .pricing_section .pricing_inner {
        background: var(--bg-purple);
        border-radius: 30px;
        padding: 70px 100px 50px 100px;
        position: relative;
    }

    .pricing_section .section_title h2 {
        color: var(--text-white);
    }

    .pricing_section .section_title p {
        color: var(--text-white);
    }

    /* pricing pannel */

    .pricing_section .pricing_pannel .pricing_block {
        text-align: center;
        background-color: var(--bg-white);
        border-radius: 12px;
        padding: 40px 40px 30px;
        margin-top: 30px;
        box-shadow: 0px 4px 30px #1d1445;
    }

        .pricing_section .pricing_pannel .pricing_block p {
            margin-bottom: 10px;
        }

        .pricing_section .pricing_pannel .pricing_block .puprple_btn {
            margin-bottom: 16px;
            display: block;
        }
        /* pricing box list */
        .pricing_section .pricing_pannel .pricing_block .benifits {
            margin-bottom: 40px;
        }

            .pricing_section .pricing_pannel .pricing_block .benifits li {
                padding-left: 40px;
                position: relative;
                text-align: left;
            }

                .pricing_section .pricing_pannel .pricing_block .benifits li::before {
                    content: "";
                    position: absolute;
                    left: 0;
                    top: 5px;
                    background-image: url(../images/right_icon.png);
                    width: 22px;
                    height: 22px;
                    background-repeat: no-repeat;
                    background-position: center;
                    background-size: contain;
                }

                .pricing_section .pricing_pannel .pricing_block .benifits li h4 {
                    font-size: 20px;
                    color: var(--dark-purple);
                    font-weight: 600;
                    margin-bottom: 8px;
                }

                .pricing_section .pricing_pannel .pricing_block .benifits li p {
                    margin-bottom: 5px;
                }


/* Sign Up Css Start */
.full_bg {
    background-size: cover;
    background: var(--purple);
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    padding-bottom: 50px;
}

.signup_section {
    position: relative;
}

    .signup_section .back_btn {
        position: absolute;
        left: 0;
        top: 92px;
        color: #fff;
        font-weight: 500;
    }

    .signup_section .top_part {
        text-align: center;
        padding-top: 80px;
        padding-bottom: 50px;
    }

.signup_form {
    width: 570px;
    margin: 0 auto;
    padding: 40px 0;
    border-radius: 12px;
    box-shadow: 0 4px 10px #00000054;
    background-color: var(--bg-white);
}

    .signup_form form {
        padding: 0 60px;
    }

    .signup_form .section_title {
        padding: 0 15px;
    }

        .signup_form .section_title h2 {
            font-weight: 600;
        }


    .signup_form form .form-control {
        color: var(--body-text-purple);
        border: 2px solid #E1DBF4;
        border-radius: 12px;
        font-weight: 500;
    }

        .signup_form form .form-control:focus {
            box-shadow: none;
            border-color: var(--purple);
            color: var(--purple);
        }

    .signup_form form .puprple_btn {
        min-width: 240px;
        display: block;
        margin: 40px auto;
        margin-bottom: 30px;
        font-weight: 600;
    }
