@import url('https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&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=Fira+Sans: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 {
    --poppins-font: "Poppins", sans-serif;
    --philosopher-font: "Philosopher", sans-serif;
    --fira-sans-font: "Fira Sans", sans-serif;
    --light-black-color: #404040;
    --blue: #21428D;
    --black: #000;
}


body {
    font-family: "Poppins", sans-serif;
    color: var(--light-black-color);
    font-size: 1vw;
}

.container {
    width: 90vw !important;
    max-width: inherit;
    position: relative;
    z-index: 2;
}

.blueBg {
    background: var(--blue);
}

.blueColor {
    color: var(--blue);
}

.lightBlack {
    color: var(--light-black-color);
}

.button_cont {
    border-radius: 30px;
    padding: 15px 30px;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.8rem;
}

.button_cont.bg-white:hover {
    background: var(--blue) !important;
    color: #fff;
    mix-blend-mode: screen;
}

.button_cont.border:hover {
    background: #fff;
    color: var(--blue) !important;
}

header {
    position: fixed;
    padding: 2rem 3rem;
    z-index: 99;
    width: 100%;
}

.fixedHeader {
    background: var(--blue);
}

header.fixedHeader {
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    padding: 1rem 2rem;
}

.logo {
    max-width: 250px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.logo img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.fixedHeader .logo {
    max-width: 180px;
}

.menuIcon {
    margin-left: 30px;
    width: 40px;
    height: 27px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}

.menuIcon span {
    display: block;
    height: 2px;
    background: #fff;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.menuIcon span:last-child {
    width: 70%;
    margin-left: auto;
}

.menuIcon:hover span:last-child {
    width: 100%;
}

.ecosystem {
    overflow: hidden;
}

h1 {
    font-family: var(--philosopher-font);
    font-size: 50px;
    font-weight: 700;
}

h2 {
    font-family: var(--philosopher-font);
    font-weight: 700;
    font-size: 36px;
}

p {
    font-size: 16px;
    line-height: normal;
}

.topSpace {
    padding-top: 50px;
}

.bottomSpace {
    padding-bottom: 50px;
}

.eyebrow {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1;
    font-weight: 300;
}

.matter p {
    color: rgba(255, 255, 255, 0.75);
    text-align: justify;

    font-style: normal;
    font-weight: 300;
    line-height: 165%;
    /* 32px */
}

.testimonial p {
    font-size: 14px;
}

.author {
    font-size: 18px;
    font-weight: 500;
    color: #1F2323;
}

.storyData {
    margin-bottom: 20px;
}

.success_stories {
    background: #EEF3FF;
}

.success_story_cont {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    padding: 15px;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.30);
}

.success_story_cont img {
    border-radius: 5px;
}

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

.inputBox {
    height: 50px;
    width: 100%;
    border-radius: 50px;
    border: 1px solid #506DAF;
    background: none;
    padding: 10px 25px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.inputBox::placeholder {
    color: #eef3ff;
    font-weight: 300;
}

.inputBox:focus {
    border: 1px solid #eef3ff;
    outline: none;
}

.field {
    width: 20%;
}

.field.messageField {
    width: 25%;
}

.field.btnField {
    width: 15%;
}

.btnField input {
    outline: none;
    border: none;
    font-weight: 500;
}


.social a {
    display: block;
}

.social a svg {
    max-width: 25px;
    max-height: 25px;
    width: auto;
    height: auto;
    margin: auto;
}

/**************************************/

.swiper-wrapper {
    align-items: stretch;
}

.swiper-slide {
    height: auto;
}

.email,
.phone {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.email a,
.phone a {
    color: #fff;
    text-decoration: none;
}

.email span,
.phone span {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #113689;
}

.email svg,
.phone svg {
    width: 50%;
    height: auto;
}

.footerAddress p strong {
    font-weight: 500;
}

.borderTop {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.borderBottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.footerLinks {
    display: flex;
    gap: 2rem;
}

.footerLinks a {
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    text-transform: uppercase;
}

.copyright {
    font-size: 13px;
    color: #93ADE6;
}

.menu {
    position: fixed;
    max-width: 500px;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    right: -100%;
    z-index: 99;
    padding: 2rem;
    transition: all 0.8s ease-in-out;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a {
    text-decoration: none;
}

.menu li a {
    display: block;
    padding: 1rem 2rem;
    font-size: 2rem;
    font-family: var(--philosopher-font);
    color: var(--light-black-color);
}

.menu li a:hover {
    color: var(--blue);
}

.closeBtn {
    width: 1.5rem;
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    z-index: 9;
    cursor: pointer;
}

.closeBtn svg {
    width: 100%;
    height: auto;
}

.newsroom_articles .card-box {
    border-radius: 10px;
    height: 57vh;
    position: relative;
    overflow: hidden;
}

.newsroom_articles .card-box .card-box-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    bottom: 1.5vw;
    width: 98%;
    padding-inline: 60px;
}

.newsroom_articles .card-box .card-article-box-content {
    position: absolute;
    bottom: 0;
    padding-block: 20px;
    padding-inline: 40px;
    font-size: 1.354vw;
    color: #fff;
}

.card-article-box-content h2 {
    font-size: 1.354vw;
    color: #fff;
}

.card-article-box-content p {
    text-transform: uppercase;
    margin-bottom: 10px;
}

.newsroom_articles .card-box .card-box-content h2 {
    font-size: 1.354vw;
    color: #fff;
    text-align: center;
}

.image-wrapper {
    position: relative;
    height: 57vh;
    border-radius: 10px;
    overflow: hidden;
}

.gradient-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    pointer-events: none;
    border-radius: 10px;
}

.card-box-content p {
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.article-list {
    padding-bottom: 5.8vw;
    --bs-gutter-x: 2.5vw;
}

.article-list .card-box img {
    transform: scale(1);
    transition: transform 0.5s ease;
}

.article-list .card-box:hover img {
    transform: scale(1.2);
    transition: transform 0.5s ease;
}

.card-top-spacing {
    margin-top: 2.5vw;
}

/* ---Blog-Listing--- */

.blog-card-box {
    border-radius: 10px;
    background-color: white;
    padding: 20px;
    position: relative;
    border: 1px solid #D8D8D8;
    transition: all 1s;
}

.blog-card-box:hover {
    border: none !important;
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.12);
}

.blog-card-box h2 {
    font-family: var(--fira-sans-font);
    font-weight: 400;
    font-size: 1.190vw;
    margin-top: 1vw;
    color: #1F2323;
}

.blog-card-box p {
    font-weight: 600;
    color: #1F2323;
    font-size: 1.100vw;
    margin-bottom: 3.5vw;
}

.blog-card-box .card-mask-img {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.3;
    transition: all 1s;
}

.blog-card-box:hover .card-mask-img {
    opacity: 1;
}

.blog-card-box.active .card-mask-img {
    opacity: 1;
    border: none !important;
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.12);
}

.blog-details p {
    color: rgba(0, 0, 0, 0.75);
    margin-bottom: 2.3vw;
    font-size: 1.05vw;
}

.dark-blue-text {
    font-family: var(--philosopher-font);
    font-weight: 800;
    font-size: 1.400vw;
    color: #113689;
    margin-bottom: 1.7vw;
}

.date-text {
    color: #1F2323;
    font-family: var(--fira-sans-font);
    font-weight: 400;
    font-size: 1.190vw;
    margin-bottom: 0px;
}

.sharebox {
    border-bottom: 1px solid #E2DDDD;
    margin-bottom: 30px;
    padding-block: 35px;
}

.article-description-text {
    font-weight: 600;
    color: #1F2323;
    font-size: 1.100vw;
    transition: all 0.4s;
}

.blog-card {
    padding-bottom: 15px;
    border-bottom: 1px solid #E2DDDD;
    margin-bottom: 40px;
}

.blog-card h2 {
    color: #1F2323;
    font-family: var(--fira-sans-font);
    font-weight: 400;
    font-size: 1.140vw;
}

.share-btn {
    border: 1px solid #506DAF;
    border-radius: 50px;
    padding-inline: 15px;
    padding-block: 8px;
    background-color: white;
    transition: all 0.5s;
}

.share-btn:hover {
    background: var(--blue) !important;
}

.share-btn:hover p {
    color: #fff !important;
}

.share-btn:hover img {
    filter: brightness(0) invert(1);
}

.share-btn p {
    font-family: var(--fira-sans-font);
    color: #21428D !important;
}

.share-btn img {
    width: 25px;
    height: 25px;
    object-fit: cover;
}

.load-more-btn {
    border-radius: 30px;
    padding: 11px 32px;
    text-decoration: none;
    font-weight: 500;
    font-size:0.85rem;
    background: var(--blue) !important;
    color: #fff;
    border: none;
    text-transform:uppercase;
    width: max-content;
    margin-inline: auto;
    margin-top: 50px;
}

.btnField .button_cont.bg-white:hover{
    background-color:#21428D !important;
    box-shadow: 10px 10px 20px 10px rgba(0, 0, 0, 0.12);
}

.article-description-text:hover{
    color: var(--blue);
}

.blog-details h3 {
    font-family: var(--philosopher-font);
    font-weight: 800;
    font-size: 1.400vw;
    color: #113689;
    margin-bottom: 1.7vw;
}


@media(min-width:1200px) {
    .button_cont {
        border-radius: 1.8vw;
        padding: 0.8vw 1.5vw;
        text-decoration: none;
    }

    .copyright {
        font-size: 0.8vw;
    }

    .email span,
    .phone span {
        width: 2.6vw;
        height: 2.6vw;
    }

    .social a svg {
        max-width: 1.5vw;
        max-height: 1.5vw;
    }

    .inputBox {
        height: 3.5vw;
        min-width: 15vw;
        border-radius: 3vw;
        padding: 20px 1.5vw;
        font-size: 1vw;
    }

    .storyData {
        margin-bottom: 1vw;
    }

    .success_story_cont {
        padding: 2vw;
    }

    .author {
        font-size: 1vw;
    }

    .testimonial p {
        font-size: 0.9vw;
    }

    .mb-2-vw {
        margin-bottom: 2vw !important;
    }

    .mb-3-vw {
        margin-bottom: 3vw !important;
    }

    .mb-4-vw {
        margin-bottom: 4vw !important;
    }

    .pb-1-vw {
        padding-bottom: 1vw !important;
    }

    .pb-2-vw {
        padding-bottom: 2vw !important;
    }

    .pb-3-vw {
        padding-bottom: 3vw !important;
    }

    .pb-4-vw {
        padding-bottom: 4vw !important;
    }

    .pb-5-vw {
        padding-bottom: 5vw !important;
    }

    .pt-4-vw {
        padding-top: 4vw !important;
    }

    .py-2-vw {
        padding-top: 2vw !important;
        padding-bottom: 2vw !important;
    }

    .py-3-vw {
        padding-top: 3vw !important;
        padding-bottom: 3vw !important;
    }

    .py-4-vw {
        padding-top: 4vw !important;
        padding-bottom: 4vw !important;
    }

    .py-5-vw {
        padding-top: 5vw !important;
        padding-bottom: 5vw !important;
    }

    .topSpace_50 {
        padding-top: 3vw;
    }

    h2 {
        font-size: 3.3vw;
    }

    .eyebrow {
        font-size: 1.3vw;
    }

    .topSpace {
        padding-top: 5vw;
    }

    .bottomSpace {
        padding-bottom: 5vw;
    }

    p {
        font-size: 1vw;
    }

    h1 {
        font-family: var(--philosopher-font);
        font-size: 4.3vw;
    }

    header {
        padding: 2vw 3vw;
    }

    .logo {
        max-width: 14.8vw;
    }

    header.fixedHeader {
        padding: 0.8vw 3vw;
    }

    .fixedHeader .logo {
        max-width: 10vw;
    }

    .menuIcon {
        margin-left: 2.5vw;
        width: 3vw;
        height: 1.6vw;
    }

}

@media(max-width:768px) {

    /* body{
        height: 100%;
    } */
    header {
        position: sticky;
        top: 0;

        background: var(--blue);
    }

    header,
    header.fixedHeader {
        padding: 1rem 1rem;
    }

    .logo {
        max-width: 200px;
    }

    .newsroom_articles .card-box .card-box-content {
        bottom: 20px;
    }

    .newsroom_articles .card-box {
        margin-bottom: 40px;
    }

    .footerLinks a {
        font-size: 14px;
    }

    .field {
        width: 50%;
        margin-bottom: 20px;
    }

    .field.messageField {
        width: 50%;
    }

    .field.btnField {
        width: 50%;
    }

    .blog-article {
        border: none;
        padding-right: 0px;
    }

    .date-text {
        font-size: 15px;
    }

    .article-description-text {
        font-size: 16px;
    }

    .blog-details p{
        font-size: 15px;
        margin-bottom: 25px;
    }

    .blog-details h3 {
        font-size: 18px;
        margin-bottom: 25px;
    }

    .dark-blue-text {
        font-size: 22px;
        margin-bottom: 20px;
    }

}

@media(max-width:576px) {
    .banner p {
        margin-bottom: 2.5rem;
    }

    header .button_cont {
        display: none;
    }
}

@media(max-width:1200px) {
    .card-box-content p {
        font-size: 14px;
    }

    .newsroom_articles .card-box .card-box-content h2 {
        font-size: 17px;
    }

    .card-article-box-content h2 {
        font-size: 17px;
    }

    .card-article-box-content p {
        font-size: 14px;
    }

    .blog-card-box h2 {
        font-size: 14px;
        margin-top: 20px;
    }

    .blog-card-box p {
        font-size: 15px;
        margin-bottom: 40px;
    }

    .footerLinks a{
        font-size: 13px;
    }

}

@media(min-width:768px) {
    .blog-article {
        border-right: 1px solid #E2DDDD;
        padding-right: 58px;
    }
}