﻿.slider-area .single-slide-item .slider-heading .slider__title {
    font-size: 29px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 46px;
    letter-spacing: -.15px;
}

.slider-area .single-slide-item .slider-heading .sub-title {
    color: #ff1f59;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 32px;
}

.slider-area .single-slide-item .slider-heading .slider-desc {
    font-size: 14px;
    letter-spacing: -.18px;
    line-height: 70px;
    font-weight: 400;
    color: #000;
}

.about-area .about-fun-item .funfact-item .card-pb-24 {
    padding-bottom: 24px !important;
}

.about-area .about-fun-item .funfact-item .card-pb-48 {
    padding-bottom: 48px !important;
}

.add_pad_bottom {
    padding-bottom: 30px;
}

.color-black {
    color: #222222 !important;
}

.section-with-text {
    text-align: center;
}

    .section-with-text .centered-content h3 {
        font-family: "GT Walsheim Pro", Arial, sans-serif !important;
        font-size: 22px;
        font-weight: bold;
        line-height: 1.4em;
        text-align: center;
        /*max-width: 960px;*/
        margin: 0px auto;
    }

@media (max-width: 576px) {
    .slider-area .single-slide-item .slider-heading .slider-desc {
        display: none !important;
    }

    .img-about {
        max-width: 100% !important;
        padding-bottom: 50px;
    }

    .hidden-xs {
        display: none !important;
    }
}



   /*custome css*/
   /* ############### button section start ############################*/
.btn-split {
    display: inline-flex;
    align-items: center;
    border-radius: 40px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 10px;
    background: darkcyan;
    color: white;
}
    .btn-split:hover {
        background: #e5f2ff !important;
        color: #6C55F9 !important;
    }

   /* ############### button section end ############################*/


   /* ############### banner section start ############################*/

.page-banner {
    position: relative;
    margin-top: 16px;
    margin-bottom: 16px;
    height: 320px;
    background-color: #F6F5FC;
    color: #645F88;
    border-radius: 30px;
}

    .page-banner.home-banner {
        margin-top: 100px;
        height: auto;
        background-color: #fff;
        border-radius: 0;
    }

        .page-banner.home-banner h1 {
            color: #2D2B3A;
        }

        .page-banner.home-banner .img-place {
            max-width: 400px;
            margin: 0 auto;
        }

        .page-banner.home-banner .btn-scroll {
            position: absolute;
            bottom: -14px;
            left: 0;
            right: 0;
            margin: auto;
            width: 26px;
            height: 40px;
            line-height: 44px;
            background-color: #fff;
            color: #645F88;
            text-align: center;
            border-radius: 40px;
            box-shadow: 0 2px 6px rgba(100, 95, 136, 0.24);
            transition: all .2s ease;
        }

            .page-banner.home-banner .btn-scroll:hover {
                text-decoration: none;
                background-color: #6C55F9;
                color: #fff;
            }

@media (min-width: 768px) {
    .page-banner.home-banner {
        height: 600px;
    }
}

@media (min-width: 992px) {
    .page-banner.home-banner {
        margin-top: 0;
    }
}

.page-hero.overlay-dark::before,
.page-banner.overlay-dark::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(52, 53, 49, 0.7);
    z-index: 1;
}

.page-banner .breadcrumb-item,
.page-banner .breadcrumb-item a {
    font-size: 14px;
}

.home-banner .row > *:first-child {
    padding-left: 8%;
}
/* ############### banner section end ############################*/


page-section {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #fff;
    overflow: hidden;
}

.page-section p {
    color: #898798;
}
.features {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-left: 50px;
    margin-right: 50px;
}


    .features .container {
        max-width: 980px;
    }

    .features h5 {
        color: #2D2B3A;
    }

    .features p {
        font-size: 16px;
        color: #898798;
        margin-bottom:10px;
    }
.img-place {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
}

    .img-place img {
        width: auto;
        max-width: 100%;
        height: 40vh;
    }

.title-section {
    max-width: 450px;
    color: #2D2B3A;
    font-weight: 600;
}

    .title-section .marked {
        position: relative;
        color: #6C55F9;
    }

        .title-section .marked::before {
            content: '';
            position: absolute;
            bottom: 4px;
            left: 0;
            width: 100%;
            height: 8px;
            background-color: #d3ccff;
            z-index: -1;
        }

.text-center .title-section {
    margin-left: auto;
    margin-right: auto;
}

.divider {
    display: block;
    margin-top: 16px;
    margin-bottom: 32px;
    width: 32px;
    height: 3px;
    border-radius: 40px;
    background-color: #6C55F9;
}

.subhead {
    display: block;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #898798;
    font-weight: 500;
    margin-bottom: 8px;
}


/*--banner ---*/

.subjects .box-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(16rem, 1fr))[auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
    gap: 2rem;
}

    .subjects .box-container .box {
        padding: 3rem 2rem;
        text-align: center;
        border: 0.1rem solid #0eb582;
        background: #f0fdfa;
        cursor: pointer;
    }

        .subjects .box-container .box:hover {
            background: #0eb582;
        }

            .subjects .box-container .box:hover h3 {
                color: #fff;
            }

            .subjects .box-container .box:hover p {
                color: #eee;
            }

        .subjects .box-container .box img {
            height: 10rem;
            margin-bottom: .7rem;
        }

        .subjects .box-container .box h3 {
            font-size: 1.7rem;
            text-transform: capitalize;
            color: #444;
            padding: .5rem 0;
        }

        .subjects .box-container .box p {
            font-size: 1.5rem;
            line-height: 2;
            color: #777;
        }

.home-courses .slide {
    text-align: center;
    position: relative;
    background: #f0fdfa;
    overflow: hidden;
}

    .home-courses .slide:hover .content {
        bottom: 0;
    }

    .home-courses .slide .image {
        padding: 2rem;
    }

        .home-courses .slide .image img {
            width: 100%;
            margin-bottom: 1.5rem;
        }


        /*---css--start---*/

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap");

body {
    font-family: "Poppins", sans-serif !important;
}

.headline {
    left: 130px;
}

.clipped {
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 0% 100%);
}

@media screen and (max-width: 650px) {
    .headline {
        left: 20px;
    }

    .clipped {
        clip-path: none;
        max-height: 300px !important;
    }
}


/*-- feture---*/

*,
*::after,
*::before {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    font-size: 100%;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: "Public Sans", sans-serif;
    font-weight: 400;
    color: #9698a6;
    font-size: 0.875rem;
    line-height: 1.5;
    overflow-x: hidden;
}

@media (min-width: 64em) {
    body {
        font-size: 1.125rem;
    }
}

a {
    text-decoration: none;
}

h1,
h2,
h3 {
    color: #2d314d;
    font-weight: 500;
}

h2 {
    font-size: 1.875rem;
    margin-bottom: 1.875rem;
}

@media (min-width: 64em) {
    h2 {
        font-size: 2.25rem;
        margin-bottom: 2.25rem;
    }
}

.flex {
    display: flex;
}

.flex-jc-sb {
    justify-content: space-between;
}

.flex-jc-c {
    justify-content: center;
}

.flex-ai-c {
    align-items: center;
}

.container {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

@media (min-width: 64em) {
    .container {
        max-width: 69.375rem;
        margin: 0 auto;
    }
}

button,
.button {
    position: relative;
    display: inline-block;
    font-size: 0.875rem;
    padding: 0.8125rem 2.1875rem;
    border-radius: 3.125rem;
    background: linear-gradient(to right, #31d35c, #2bb7da);
    color: white;
    font-weight: 700;
    cursor: pointer;
    overflow: hidden;
}

    button::after,
    .button::after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgba(255, 255, 255, 0.3);
        opacity: 0;
        transition: opacity 0.3s ease-in-out;
    }

    button:hover::after,
    .button:hover::after {
        opacity: 1;
    }

@media (max-width: 63.9375em) {
    .hide-for-mobile {
        display: none;
    }
}

@media (min-width: 64em) {
    .hide-for-desktop {
        display: none;
    }
}

.fade-in {
    opacity: 1;
    visibility: visible;
}

.fade-out {
    opacity: 0;
    visibility: hidden;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #2d314d linear-gradient(to bottom, #2d314d, transparent);
    transition: 0.5s ease-in-out;
}

.section-heading {
    text-align: center;
    margin-bottom: 1.875rem;
}

@media (min-width: 40em) {
    .section-heading {
        text-align: start;
        margin-bottom: 2.8125rem;
    }
}

@media (min-width: 64em) {
    .section-heading {
        width: 60%;
    }
}

.header {
    position: relative;
    padding: 1.0625rem 0;
    z-index: 1;
    background: white;
}

    .header nav {
        position: relative;
    }

    .header .logo img {
        width: 8.8125rem;
        height: 1.375rem;
    }

@media (max-width: 63.9375em) {
    .header .main-navgation {
        position: absolute;
        top: calc(100% + 3.875rem);
        left: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        text-align: center;
        background: white;
        border-radius: 0.3125rem;
        padding: 1.625rem;
        opacity: 0;
        visibility: hidden;
        z-index: -1;
        transition: all 0.3s ease-in-out;
    }

        .header .main-navgation.fade-in {
            top: calc(100% + 2.625rem);
            opacity: 1;
            visibility: visible;
            z-index: 1;
        }
}

.header .main-navgation a {
    padding: 0.625rem 0;
    color: #2d314d;
    font-size: 1rem;
    transition: 0.3s ease-in-out;
}

    .header .main-navgation a:hover {
        color: #9698a6;
    }

@media (min-width: 64em) {
    .header .main-navgation a {
        position: relative;
        font-size: 0.875rem;
        color: #9698a6;
    }

        .header .main-navgation a:not(:last-child) {
            margin-right: 2rem;
        }

        .header .main-navgation a::after {
            position: absolute;
            content: "";
            left: 0;
            bottom: -1.25rem;
            width: 100%;
            height: 0.3125rem;
            background: linear-gradient(to right, #31d35c, #2bb7da);
            opacity: 0;
            transition: opacity 0.3s ease-in-out;
        }

        .header .main-navgation a:hover {
            color: #2d314d;
        }

            .header .main-navgation a:hover::after {
                opacity: 1;
            }
}

.header .menu {
    width: 1.625rem;
    cursor: pointer;
}

    .header .menu > span {
        display: block;
        width: 100%;
        height: 0.125rem;
        background: #2d314d;
        transform-origin: 0.1875rem 0.0625rem;
        transition: transform 0.3s ease-in-out;
    }

        .header .menu > span:not(:last-child) {
            margin-bottom: 0.3125rem;
        }

    .header .menu.open > span:first-child {
        transform: rotate(45deg);
    }

    .header .menu.open > span:nth-child(2) {
        transform: scaleX(0);
    }

    .header .menu.open > span:last-child {
        transform: rotate(-45deg);
    }

.hero {
    background: #fafafa;
}

@media (max-width: 63.9375em) {
    .hero .container {
        padding: 0;
    }
}

@media (min-width: 64em) {
    .hero .container {
        display: flex;
        align-items: center;
    }
}

.hero .hero-image {
    position: relative;
    background: url(https://raw.githubusercontent.com/MohamedAridah/frontendmentor_easybank-landing-page/main/images/bg-intro-mobile.svg) no-repeat center/cover;
    min-height: 17.5rem;
}

@media (min-width: 40em) {
    .hero .hero-image {
        min-height: 25rem;
        background-position-y: 70%;
    }
}

@media (min-width: 64em) {
    .hero .hero-image {
        flex: 3;
        order: 2;
        min-height: 41rem;
        background-image: none;
    }

        .hero .hero-image::before {
            content: "";
            position: absolute;
            height: 100%;
            width: 150%;
            background: url(https://raw.githubusercontent.com/MohamedAridah/frontendmentor_easybank-landing-page/main/images/bg-intro-desktop.svg) no-repeat -5% 83%/122%;
        }
}

.hero .hero-image::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(https://raw.githubusercontent.com/MohamedAridah/frontendmentor_easybank-landing-page/main/images/image-mockups.png) no-repeat center bottom/93%;
}

@media (min-width: 40em) {
    .hero .hero-image::after {
        background-size: 53%;
    }
}

@media (min-width: 64em) {
    .hero .hero-image::after {
        width: 119%;
        height: 122%;
        background-size: 94%;
        background-position: center 150%;
        left: 19%;
    }
}

.hero .hero-text {
    text-align: center;
}

@media (max-width: 63.9375em) {
    .hero .hero-text {
        padding: 3.125rem 1.5rem;
    }
}

@media (min-width: 64em) {
    .hero .hero-text {
        flex: 2;
        order: 1;
        text-align: start;
    }
}

.hero .hero-text h1 {
    font-size: 2.3125rem;
    line-height: 1.15;
    margin-bottom: 1.5rem;
}

@media (min-width: 64em) {
    .hero .hero-text h1 {
        font-size: 3.25rem;
    }
}

.hero .hero-text p {
    line-height: 1.5;
    margin-bottom: 1.875rem;
}

.features {
    background: #f3f4f6;
    padding: 6.25rem 0;
}

    .features .features-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        padding-top: 30px;
    }

    .features .feature {
        text-align: center;
    }

@media (min-width: 40em) {
    .features .feature {
        text-align: start;
        flex: 1 0 calc(50% - 30px);
    }
}

@media (min-width: 64em) {
    .features .feature {
        flex: 1;
    }
}

.features .feature-icon {
    margin-bottom: 1.875rem;
}

@media (min-width: 64em) {
    .features .feature-icon {
        margin-bottom: 2.75rem;
    }
}

.features .feature-title h3 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

@media (min-width: 64em) {
    .features .feature-title h3 {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }
}

.features .feature-description p {
    font-size: 0.875rem;
}

.articles {
    background: #fafafa;
    padding: 6.25rem 0;
}

    .articles .articles-grid {
        display: grid;
        gap: 1.875rem;
        grid-template-columns: 1fr;
    }

@media (min-width: 40em) {
    .articles .articles-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 64em) {
    .articles .articles-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.articles .article {
    background: #fff;
    border-radius: 0.3125rem;
    box-shadow: 0 0.1875rem 0.75rem rgba(0, 0, 0, 0.15);
    transition: transform 0.2s ease-in-out;
    overflow: hidden;
}

    .articles .article:hover {
        transform: scale(1.05);
        cursor: pointer;
    }

.articles .article-image {
    height: 12.5rem;
}

    .articles .article-image img {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

.articles .article-text {
    padding: 1.875rem 1.5625rem 2.75rem 1.5625rem;
}

@media (min-width: 40em) {
    .articles .article-text {
        padding: 1.875rem 1.5625rem 1.5625rem 1.5625rem;
    }
}

.articles .article-author span {
    display: block;
    font-size: 0.75rem;
    margin-bottom: 0.75rem;
}

.articles .article-title h3 {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.2;
    transition: color 0.2s ease-in-out;
}

    .articles .article-title h3:hover {
        color: #31d35c;
    }

.articles .article-description p {
    font-size: 0.8125rem;
    line-height: 1.3;
}

.footer {
    background: #2d314d;
    color: white;
    padding: 2.5rem;
    padding-bottom: 0;
    text-align: center;
}

@media (min-width: 64em) {
    .footer {
        padding: 3.125rem;
        padding-bottom: 0;
    }
}

@media (min-width: 64em) {
    .footer .container {
        display: grid;
        grid-template-areas:
            "logo col1 col2 cta"
            "social col1 col2 copyright";
        justify-items: start;
        gap: 1rem;
    }
}

@media (max-width: 63.9375em) {
    .footer .footer-logo {
        margin-bottom: 1.875rem;
    }
}

@media (min-width: 64em) {
    .footer .footer-logo {
        grid-area: logo;
    }
}

@media (max-width: 63.9375em) {
    .footer .footer-social-media {
        margin-bottom: 1.875rem;
    }
}

@media (min-width: 64em) {
    .footer .footer-social-media {
        grid-area: social;
        align-self: end;
    }
}

.footer .footer-social-media a:not(:last-child) {
    margin-right: 1rem;
}

.footer .footer-social-media a:hover svg path {
    fill: #31d35c;
    transition: all 0.2s ease-in-out;
}

.footer .footer-links {
    display: flex;
    flex-direction: column;
}

@media (min-width: 64em) {
    .footer .footer-links {
        align-items: flex-start;
    }
}

.footer .footer-links a {
    color: #fff;
    font-size: 0.9375rem;
    line-height: 2.25;
    transition: color 0.2s ease-in-out;
}

    .footer .footer-links a:hover {
        color: #31d35c;
    }

@media (min-width: 64em) {
    .footer .col1 {
        grid-area: col1;
    }
}

@media (max-width: 63.9375em) {
    .footer .col2 {
        margin-bottom: 1.875rem;
    }
}

@media (min-width: 64em) {
    .footer .col2 {
        grid-area: col2;
    }
}

@media (max-width: 63.9375em) {
    .footer .footer-cta {
        margin-bottom: 1.875rem;
    }
}

@media (min-width: 64em) {
    .footer .footer-cta {
        grid-area: cta;
        justify-self: end;
    }
}

.footer .footer-copyright p {
    color: #9698a6;
    font-size: 0.875rem;
}

@media (min-width: 64em) {
    .footer .footer-copyright {
        grid-area: copyright;
        justify-self: end;
        align-self: end;
    }
}

.attribution {
    color: #fff;
    font-size: 0.8125rem;
    text-align: center;
    padding-top: 1.875rem;
    padding-bottom: 1.5625rem;
}

    .attribution .outer-link {
        color: #fff;
        margin-left: 0.0625rem;
        transition: all 0.2s ease-in-out;
    }

        .attribution .outer-link:hover {
            color: #57db7a;
            cursor: pointer;
        }

    .attribution .social-media {
        list-style: none;
        margin-left: 0.3125rem;
        display: inline-flex;
        align-items: flex-end;
        gap: 0.75rem;
    }

        .attribution .social-media img {
            width: 22px;
            height: 22px;
            transition: transform 0.2s ease-in-out;
        }

            .attribution .social-media img:hover {
                transform: scale(1.08);
            }

            .attribution .social-media img.light {
                filter: invert(1);
            }
img {
    max-width: 100%;
    height: auto;
}

/*section {
    padding: 60px 0;*/
    /* min-height: 100vh;*/
/*}*/

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-area {
    border-bottom: 1px solid #353C46;
}

.contact-content p {
    font-size: 15px;
    margin: 30px 0 60px;
    position: relative;
}

    .contact-content p::after {
        background: #353C46;
        bottom: -30px;
        content: "";
        height: 1px;
        left: 50%;
        position: absolute;
        transform: translate(-50%);
        width: 80%;
    }

.contact-content h6 {
    color: #8b9199;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
}

.contact-content span {
    color: #353c47;
    margin: 0 10px;
}

.contact-social {
    margin-top: 30px;
}

    .contact-social > ul {
        display: inline-flex;
    }

    .contact-social ul li a {
        border: 1px solid #8b9199;
        color: #8b9199;
        display: inline-block;
        height: 40px;
        margin: 0 10px;
        padding-top: 7px;
        transition: all 0.4s ease 0s;
        width: 40px;
    }

        .contact-social ul li a:hover {
            border: 1px solid #FAB702;
            color: #FAB702;
        }

.contact-content img {
    max-width: 210px;
}

section, footer {
    background: #1A1E25;
    color: #868c96;
}

    footer p {
        padding: 40px 0;
        text-align: center;
    }

    footer img {
        width: 44px;
    }