/* font :- space grotesk and open sans*/

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;700&family=Open+Sans&family=Space+Grotesk:wght@400;500;700&display=swap');
:root {
    --primary-color: #8828ff;
    --heading-color: #20184E;
    --secondary-color: #999999;
    --primary-offset: #F8F2FF;
    --max-width: 1100px;
}
.mo{
    align-items: Center;
    text-align:Center;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}


/* resuable styles */

.section-heading {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    color: var(--heading-color);
}

.section-subhead {
    font-family: 'Open Sans', sans-serif;
    color: var(--secondary-color);
    font-weight: 400;
}


/* resuable styles */

header {
    max-width: var(--max-width);
}


/* nav style */

nav {
    width: 100%;
    font-family: 'Space Grotesk', sans-serif;
}

.toggler {
    color: var(--primary-color);
    font-size: 1.8rem;
    background: none;
    border: none;
    padding: 5px;
    line-height: 0;
}

.navigation li a {
    color: var(--primary-color);
    opacity: .6;
    font-size: 18px;
}

.navigation li a.active {
    opacity: 1;
}

.navigation li a:hover {
    color: var(--primary-color);
}

.nav-btn button {
    color: var(--primary-color);
    font-weight: 500;
}

.nav-btn .login:hover {
    color: var(--primary-color);
}

.nav-btn .get-start {
    border-color: var(--primary-color);
}

.nav-btn .get-start:hover {
    background-color: var(--primary-color);
}


/* hero style */

.hero-bg {
    min-height: 100vh;
    width: 100%;
    background: url('assets/img/hero-bg.svg') no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding-bottom: 450px;
}

.bottom-curve {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
}

.hero-header {
    font-size: 2.5rem;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
}

.hero-subheader {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}

.hero-cto .get-start,
.hero-cto .trial {
    font-size: 18px;
}

.hero-cto .get-start {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.hero-image>.feature {
    max-width: 800px;
    width: 100%;
    position: absolute;
    right: 0;
}


/* task section */

.task-section,
.chat-section {
    width: 100%;
    position: relative;
    padding: 80px 15px 0px 15px;
}

.taskSec-content,
.chatSec-content {
    max-width: 450px;
    width: 100%;
}

.round-shape {
    position: absolute;
    right: 0;
    bottom: -200px;
    z-index: -999;
    width: 16%;
}

.task-content,
.chat-content {
    max-width: var(--max-width);
    width: 100%;
    margin: 0 auto;
}

.task-feature,
.chat-feature {
    max-width: 100%;
}

.task-section-cto {
    background-color: var(--primary-offset);
    color: var(--primary-color);
}


/* pricing style */

#Pricing {
    width: 100%;
    background-color: #F9F9FB;
    padding: 120px 0px 250px 0px;
    margin-top: 100px;
    position: relative;
}

@media (max-width: 800px) {
    #Pricing {
        padding: 120px 0px 130px 0px !important;
    }
}

.pricing-top-curve {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
}

.pricing-wrapper {
    max-width: var(--max-width);
    padding: 0 15px;
}

.pricing-header {
    max-width: 500px;
}

.pricing-header {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    color: var(--heading-color);
}

.plan-switch .switch-bar {
    width: 100px;
    padding: 5px 5px;
}

.switch-bar .bar-fill {
    width: 40px;
    height: 20px;
    background: var(--primary-color);
}

.pricing-wrapper .card {
    border-radius: 20px !important;
}

.pricing-wrapper .col:not(:nth-child(2)) .card-header {
    background: url('assets/img/pricing-bg.svg') no-repeat;
    background-size: cover;
    background-position: center;
}

.pricing-wrapper .card-header {
    border-radius: 20px 20px 8px 8px;
    background-color: transparent;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    position: relative;
}

.pricing-q {
    font-size: 2.5rem;
}

.pricing-wrapper .pricing-q span {
    font-family: 'open sans', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    opacity: .8;
}

.pricing-wrapper ul {
    font-family: 'open sans', sans-serif;
    font-weight: 400;
    color: var(--secondary-color);
}

.pricing-wrapper ul li i {
    color: var(--primary-color);
}

.pricing-wrapper ul li {
    margin-bottom: 1rem;
}

.pricing-wrapper .card-body button {
    background-color: var(--primary-offset);
    color: var(--primary-color);
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    padding: 10px 25px;
}

.pricing-wrapper .basic {
    background: url('assets/img/pricing-bg-full.svg') no-repeat;
    background-size: cover;
    background-position: center;
}

.pricing-wrapper .basic ul li i {
    color: white;
}

.pricing-wrapper .basic .recommendad {
    position: absolute;
    top: 0;
    width: 150px;
    right: 20px;
    padding: 10px 0px;
    background: #FFDA58;
    border-radius: 0 0 20px 20px;
}


/* customer style*/

#customer {
    margin: 100px 0px;
    padding: 0 15px;
}

.customer-heading {
    max-width: 600px;
}

#customer img {
    max-width: 900px;
}


/* article style */

#article {
    margin: 100px 0px 150px 0px;
    padding: 0 15px;
}

.article-heading-wrapper {
    max-width: var(--max-width);
}

.article-heading-wrapper .section-heading {
    max-width: 360px;
}

.article-heading-wrapper .section-subhead {
    max-width: 360px;
}

.article-heading-wrapper button {
    background-color: var(--primary-color);
}

#article .slider-wrapper .article-bg-svg {
    position: absolute;
    top: -230px;
    left: 0;
    width: 63%;
    z-index: -999;
}

#article .slider-wrapper .card {
    border-radius: 20px;
}

#article .slider-wrapper .card .date {
    color: var(--primary-color);
    font-size: 14px;
}

#article .slider-wrapper .card-text {
    font-size: 15px !important;
}

#article .slider-wrapper .card-title {
    font-size: 24px;
}

@media (max-width: 600px) {
    #article .slider-wrapper .card-text {
        font-size: 13px !important;
    }
    #article .slider-wrapper .card-title {
        font-size: 20px;
    }
    #article .slider-wrapper .card img {
        width: 85%;
    }
}

#article .slider-wrapper .carousel-control-prev,
#article .slider-wrapper .carousel-control-next {
    position: initial;
}

#article .slider-wrapper .carousel-control-next-icon {
    position: absolute;
    bottom: -40px;
    right: 0;
    background: var(--primary-color);
}

#article .slider-wrapper .carousel-control-prev-icon {
    position: absolute;
    bottom: -40px;
    right: 60px;
    background: var(--primary-color);
}


/*article carousel style */


/* for two elements */

@media (max-width: 1000px) {
    #article .carousel-inner .carousel-item>div:last-child {
        display: none;
    }
    #article .col-md-3 {
        width: 50% !important;
    }
    #article .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(50%);
    }
    #article .carousel-inner .carousel-item-start.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-50%);
    }
}


/* for one elements */

@media (max-width: 767px) {
    #article .carousel-inner .carousel-item>div {
        display: none;
    }
    #article .carousel-inner .carousel-item>div:first-child {
        display: block;
    }
    #article .col-md-3 {
        width: 100% !important;
    }
}

#article .carousel-inner .carousel-item.active,
#article .carousel-inner .carousel-item-next,
#article .carousel-inner .carousel-item-prev {
    display: flex;
}

@media (min-width: 1000px) {
    #article .col-md-3 {
        width: 40% !important;
    }
}


/* medium and up screens */

@media (min-width: 1000px) {
    #article .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(40%);
    }
    #article .carousel-inner .carousel-item-start.active,
    #article .carousel-inner .carousel-item-prev {
        transform: translateX(-40%);
    }
}

#article .carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
    transform: translateX(0);
}


/* article carousel style */


/* footer style */

.footer {
    background-color: #260055;
    color: white;
    padding: 100px 15px;
}

@media (max-width: 800px) {
    .footer {
        padding: 40px 15px;
    }
}

.footer-wrapper {
    max-width: var(--max-width);
}

.footer-wrapper .footer-logo {
    max-width: 150px;
}

.footer-wrapper .footer-sub {
    max-width: 270px;
}

.footer-wrapper .socials {
    max-width: 220px;
}

.footer-wrapper ul li a {
    font-family: 'Open Sans', sans-serif;
    color: var(--secondary-color);
    font-weight: 400;
}

.footer-wrapper ul li a:hover {
    color: var(--primary-color);
}


/* testimonial styles */

#testimonial {
    padding: 250px 0px 200px 0px;
    margin-top: 100px;
    background: url('assets/img/testimonial-bg.svg'), no-repeat;
    background-size: cover;
    background-position: center;
}

.testimonial-wrapper .testimonial-header {
    max-width: 500px;
}

@media (max-width: 1100px) {
    .testimonial-wrapper .row {
        flex-direction: column;
    }
    .testimonial-card-wrapper-col {
        width: 100%;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 800px) {
    .testimonial-card-wrapper {
        flex-direction: column;
        gap: 1rem;
        margin: auto;
    }
}

.testimonial-wrapper .testimonial-Subheader {
    max-width: 400px;
}

.testimonial-wrapper .testimonial-card {
    max-width: 400px;
    width: 100%;
    background-color: whitesmoke;
    border-radius: 20px;
}

.testimonial-wrapper .testimonial-card .desc {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    color: #8F8F8F;
}

.testimonial-wrapper .testimonial-card .author span {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    color: var(--primary-color);
    font-size: 1.2rem;
}

.testimonial-wrapper .testimonial-next,
.testimonial-prev {
    position: absolute;
    bottom: 90px;
    color: #bbbbbb;
    width: 30px;
    height: 30px;
}

.testimonial-wrapper .testimonial-next {
    right: 30px;
    background-color: var(--primary-color);
}

.testimonial-wrapper .testimonial-prev {
    right: 80px;
}


/* course */


/* course */


/* Base Styles */

body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    background-color: #f4f4f4;
}


/* Container Styling */

.container1 {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    padding: 50px 20px;
    margin: 0 auto;
    flex: 1;
    border-radius: 2em;
    align-items: center;
}

.learn-more-btn {
    align-items: center;
    justify-content: center;
}


/* Card Styling */

.card1 {
    background: linear-gradient(145deg, #00284d, #004080);
    width: 100%;
    max-width: 23%;
    /* Ensures 4 cards in a row */
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.3), 0 5px 15px rgba(255, 255, 255, 0.1);
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    border: 2px solid rgba(255, 255, 255, 0.2);
    background-color: #003366;
    color: white;
    font-weight: 400;
}


/* Card Hover Effect */

.card1:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.5), 0 10px 20px rgba(255, 255, 255, 0.15);
    border-color: #ff6600;
}


/* Card Title Styling */

.card1 h3 {
    color: #ffcc00;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 600;
}


/* Paragraph Styling */

.card1 p {
    color: #d3d3d3;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 20px;
    text-align: justify;
    background: rgba(255, 255, 255, 0.05);
    padding: 10px;
    border-radius: 10px;
    border-left: 4px solid #ff6600;
}


/* Button Styling */

.learn-more-btn {
    display: inline-block;
    padding: 12px 20px;
    border: none;
    border-radius: 30px;
    background: linear-gradient(90deg, #ff6600, #ff9900);
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(255, 102, 0, 0.5);
}

.learn-more-btn:hover {
    background: linear-gradient(90deg, #ff9900, #ffcc00);
    box-shadow: 0 6px 15px rgba(255, 204, 0, 0.6);
    transform: scale(1.1);
}

.learn-more-btn a {
    color: #fff;
    text-decoration: none;
}


/* Responsive Design */

@media (max-width: 768px) {
    .container1 {
        flex-direction: column;
        align-items: center;
        padding: 20px;
    }
    .card1 {
        max-width: 90%;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .card1 {
        max-width: 45%;
        /* Two cards per row on mid-sized screens */
    }
}

@media (min-width: 1025px) {
    .card1 {
        max-width: 23%;
        /* Allows 4 cards in one line on larger screens */
    }
}

b {
    color: #ff6600;
}


/* tools */


/* Tools Section Styling */

:root {
    --primary-color: #1E90FF;
    /* Bright Blue */
    --accent-color: #FFA500;
    /* Vibrant Orange */
    --background-dark: #121212;
    /* Dark Background */
    --text-light: #F5F5F5;
    /* Light text */
    --highlight-color: #FFD700;
    /* Golden Highlight */
    --background-dark2: #0F4C75;
    /*  Dark Background */
}

.tools-section {
    /* background: linear-gradient(#000, #0F4C75); */
    padding: 50px 20px;
    text-align: center;
    color: var(--text-light);
    border-bottom: 3px solid var(--accent-color);
}

.tools-header h2 {
    font-size: 2.8rem;
    color: var(--accent-color);
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.tools-header p {
    font-size: 1.1rem;
    margin-top: 15px;
    color: var(--text-light);
    opacity: 0.8;
}


/* Responsive Design */

@media (max-width: 768px) {
    .tools-header h2 {
        font-size: 2.2rem;
    }
    .tool-card {
        padding: 20px;
    }
    .tool-card img {
        width: 70px;
    }
    .tool-card h3 {
        font-size: 1.2rem;
    }
}

.head20 {
    font-size: 75px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

@media (max-width:600px) {
    .head20 {
        font-size: 50px;
    }
}


/*footer*/

.footer {
    display: flex;
    flex-flow: row wrap;
    padding: 30px 30px 20px 30px;
    color: #2f2f2f;
    background-color: #fff;
    border-top: 1px solid #e5e5e5;
}

.footer>* {
    flex: 1 100%;
}

.footer__addr {
    margin-right: 1.25em;
    margin-bottom: 2em;
}

.footer__logo {
    font-family: 'Pacifico', cursive;
    font-weight: 400;
    text-transform: lowercase;
    font-size: 1.5rem;
}

.footer__addr h2 {
    margin-top: 1.3em;
    font-size: 15px;
    font-weight: 400;
}

.nav__title {
    font-weight: 400;
    font-size: 15px;
}

.footer address {
    font-style: normal;
    color: #999;
}

.footer__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    max-width: max-content;
    background-color: rgb(33, 33, 33, 0.07);
    border-radius: 100px;
    color: #2f2f2f;
    line-height: 0;
    margin: 0.6em 0;
    font-size: 1rem;
    padding: 0 1.3em;
}

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

.footer li {
    line-height: 2em;
}

.footer a {
    text-decoration: none;
}

.footer__nav {
    display: flex;
    flex-flow: row wrap;
}

.footer__nav>* {
    flex: 1 50%;
    margin-right: 1.25em;
}

.nav__ul a {
    color: #999;
}

.nav__ul--extra {
    column-count: 2;
    column-gap: 1.25em;
}

.legal {
    display: flex;
    flex-wrap: wrap;
    color: #999;
}

.legal__links {
    display: flex;
    align-items: center;
}

.heart {
    color: #2f2f2f;
}

@media screen and (min-width: 24.375em) {
    .legal .legal__links {
        margin-left: auto;
    }
}

@media screen and (min-width: 40.375em) {
    .footer__nav>* {
        flex: 1;
    }
    .nav__item--extra {
        flex-grow: 2;
    }
    .footer__addr {
        flex: 1 0px;
    }
    .footer__nav {
        flex: 2 0px;
    }
}


/*footer end */