/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

:root {
    --pantheondigitalslightGreen: #a8ca0a;
    --pantheondigitalsGreen: #369d54;
    --pantheondigitalsDarkGreen: #006E25;
    --pantheondigitalsContentbg: #faf2dd;
    --hero-bg: #118230;
}


@font-face {
    font-family: 'mangnolia';
    src: url('magnolia_script/Magnolia\ Script.otf');
}

/* .navbar-nav .nav-item {
    min-width: 150px;
    text-align: center;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding-block: 10px !important;
} */

.mangnolia {
    font-family: 'mangnolia';
}

.bg-green {
    background-color: var(--pantheondigitalsGreen) !important;
}

.hero-bg {
    background-color: var(--hero-bg) !important;
}

.v_green {
    color: var(--pantheondigitalsGreen);
}

.v_lightgreen {
    color: var(--pantheondigitalslightGreen);
}

.v_lightborder {
    border-color: #3bc46c !important;
}

.v_p12 {
    font-size: 12px;
}

.v_p14 {
    font-size: 14px;
}

.v_p18 {
    font-size: 18px;
}

.v_h22 {
    font-size: 22px;
}

.v_h26 {
    font-size: 26px;
}

.v_mainhead {
    font-size: 32px;
}

.v_mainhead_2 {
    font-size: 36px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0;
}



nav {
    position: relative;
    z-index: 3;
}

.custom-prev-arrow,
.custom-next-arrow {
    border: none;
}


.pantheondigitals-home img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.slick-slide img {
    display: block;
}

.pantheondigitals-home .slick-list,
.pantheondigitals-home .slick-track {
    height: 100%;
}

.custom-prev-arrow i,
.custom-next-arrow i {
    font-size: 30px !important;
    background-color: var(--pantheondigitalsGreen);
    color: white;
    padding: 10px 15px;
}

.sliderbtn {
    position: absolute;
    bottom: 0px;
    z-index: 1;
    left: 4%;
}

.navlogo {
    height: 68px;
}


.banner {
    width: 100%;
    height: 124px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="1239" height="124" viewBox="0 0 1239 124" fill="none"><rect width="29" height="124" fill="%23058764" /><rect x="28" width="59" height="124" fill="%23058C69" /><rect x="86" width="68" height="124" fill="%2305916E" /><rect x="153" width="101" height="124" fill="%2305966E" /><rect x="253" width="165" height="124" fill="%23059B73" /><rect x="417" width="91" height="124" fill="%2305966E" /><rect x="507" width="63" height="124" fill="%23009169" /><rect x="569" width="53" height="124" fill="%23008C69" /><rect x="621" width="49" height="124" fill="%23008764" /><rect x="669" width="45" height="124" fill="%2300825F" /><rect x="713" width="45" height="124" fill="%23007D5A" /><rect x="757" width="44" height="124" fill="%2300785A" /><rect x="800" width="45" height="124" fill="%23007355" /><rect x="844" width="45" height="124" fill="%23006E50" /><rect x="888" width="48" height="124" fill="%2300694B" /><rect x="935" width="29" height="124" fill="%2300644B" /><rect x="963" width="24" height="124" fill="%23006446" /><rect x="986" width="61" height="124" fill="%23005F46" /><path d="M1046 0H1107L1080.79 124H1046V0Z" fill="%23005A41" /><path d="M1106.5 0H1172.5L1146.5 124H1078.5L1106.5 0Z" fill="%238EB3AA" /><path d="M1172.3 0H1239L1212.72 124H1144L1172.3 0Z" fill="%23BED3CD" /></svg>');
    background-size: cover;
}

#Our-Presence {
    padding: 0px;
    width: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 72px;
    text-align: end;
    -webkit-clip-path: polygon(0% 0%, 92% 0%, 100% 50%, 92% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 92% 0%, 100% 50%, 92% 100%, 0% 100%);
    background: var(--pantheondigitalslightGreen);
    color: white;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-left-radius: 38px;
    border-bottom-left-radius: 38px;
}

#Our-Presence i {
    width: 72px;
    height: 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--pantheondigitalsDarkGreen);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background: white;
    font-size: 44px;
    margin-left: -2px;
}

.animate {
    -webkit-filter: none;
    filter: none;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-animation: mapanimation 1s infinite alternate;
    animation: mapanimation 1s infinite alternate;
}

@-webkit-keyframes mapanimation {
    0% {
        -webkit-filter: drop-shadow(0px 0px 0px white);
        filter: drop-shadow(0px 0px 0px white);
    }

    100% {
        -webkit-filter: drop-shadow(0px 0px 10px white);
        filter: drop-shadow(0px 0px 10px white);
    }
}

@keyframes mapanimation {
    0% {
        -webkit-filter: drop-shadow(0px 0px 0px white);
        filter: drop-shadow(0px 0px 0px white);
    }

    100% {
        -webkit-filter: drop-shadow(0px 0px 10px white);
        filter: drop-shadow(0px 0px 10px white);
    }
}

.mapsec {
    z-index: 1;
}

.mapsec::before {
    background-image: url(images/bgmap.jpg);
    background-size: cover;
    background-position: center;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    background-repeat: no-repeat;
    opacity: 0.1;
    z-index: -1;
}

.bnf-child-font {
    font-size: 30px;
    color: var(--pantheondigitalslightGreen);
}


.bnf-card {
    margin-top: 70px;
    background: #a3c800;
    color: white;
    padding: 20px;
    position: relative;
    text-align: left;
    min-height: 250px;

}

.bnf-card .circle {
    width: 150px;
    height: 150px;
    background: #3b8f2f;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    text-transform: uppercase;
    border: 9px solid white;
    border-radius: 50%;
    position: absolute;
    top: -79px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bnf-card .card-content {
    margin-top: 70px;
}

.bnf-card .card-content li {
    margin-bottom: 16px;
}

.bnf-card .card-content li:last-child {
    margin-bottom: 0px;
}

.life_cycle_approach img {
    width: 162px;
}

.life_cycle_approach .first-img {
    background: #ffffff;
    border-radius: 50%;
    width: 105px;
    height: auto;
}


.programs-card {
    margin-left: 24px;
    width: 380px;
    background: var(--pantheondigitalsContentbg);
    position: relative;
    -webkit-filter: drop-shadow(0px 0px 1px gray);
    filter: drop-shadow(0px 0px 1px gray);
}

.scale {
    scale: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.scale:hover {
    scale: 1.1;
}

.programs-card::before {
    content: "";
    position: absolute;
    width: 25px;
    background: red;
    height: 100%;
    left: -18px;
    top: 0;
    background: -o-radial-gradient(6px 31px, circle, transparent 13px, #FAF2DC 0px) repeat-y;
    background: radial-gradient(circle at 6px 31px, transparent 13px, #FAF2DC 0px) repeat-y;
    background-size: 19px 45px;
}

.programs-card .header {
    background-color: #a8ca0a;
    color: white;
    padding: 10px;
    position: relative;
    text-align: center;
    border-bottom-left-radius: 127px;
    padding-left: 36px;
    text-align: end;
    padding-bottom: 23px;
    margin-left: 28px;

}

.programs-card .paper-clip {
    position: absolute;
    top: -10px;
    left: 10px;
    font-size: 24px;
    color: black;
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
}

.programs-card .content p {
    font-size: 14px;
    color: #333;
}

.programs-card .highlight {
    font-weight: bold;
    color: #6ea728;
}

.programs-card .list-item {
    margin-bottom: 10px;
}

.programs-card .list-item span {
    font-weight: bold;
    color: #007bff;
}

.programs-card .header::after {
    content: '';
    position: absolute;
    background-image: url(images/clip.svg);
    width: 188px;
    height: 96px;
    left: -14px;
    background-repeat: no-repeat;
    top: -18px;
}

/* .spiral {
    border: 1px solid white;
    border-top: none;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.spiral:before {
    position: absolute;
    content: '';
    top: -5px;
    left: 0;
    height: 10px;
    width: 99%;
    background-size: 9px 12px;
    background-image: -o-radial-gradient(5% 40%, circle, transparent 70%, #555 20%);
    background-image: radial-gradient(circle at 5% 40%, transparent 70%, #555 20%);
} */

.quotes {
    width: 80px;
    position: absolute;
    top: 50%;
    -webkit-transform: translatey(-50%) rotate(180deg);
    -ms-transform: translatey(-50%) rotate(180deg);
    transform: translatey(-50%) rotate(180deg);
}

.quotes-2 svg {
    width: 80px;
}

#ourvision-box {
    background: transparent;
    width: 96%;
    border: 10px solid var(--pantheondigitalsGreen);
    -webkit-box-shadow: 49px 49px 0px #e2e3e5;
    box-shadow: 49px 49px 0px #e2e3e5;
    ;
    padding: 40px 0px 0px 40px;
    border-radius: 20px;
}

.ourvision-box-content {
    background-color: var(--pantheondigitalslightGreen);

}

.pill-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 336px;
    height: 582px;
    border-top: 90px solid var(--pantheondigitalsDarkGreen);
    border-left: 20px solid var(--pantheondigitalsDarkGreen);
    border-right: 20px solid var(--pantheondigitalsDarkGreen);
    border-bottom: 34px solid var(--pantheondigitalsDarkGreen);
    border-radius: 170px;
    background-color: var(--pantheondigitalsContentbg);
}

.pill-container .head {
    background-color: var(--pantheondigitalsContentbg);
    padding: 5px;
    border-radius: 50%;
    width: 126px;
    height: 120;
    margin-top: -61px;
    border: 13px solid var(--pantheondigitalsDarkGreen);
}


.pill-container .head::before {
    content: "";
    position: absolute;
    top: 45px;
    left: -97px;
    width: 87px;
    height: 94px;
    background-color: #faf2dd;
    border-top-right-radius: 66%;
    border-top-left-radius: 257%;
    -webkit-clip-path: ellipse(28% 59%, 89% 74%);
    clip-path: ellipse(28% 59%, 89% 74%);
}

.pill-container .head::after {
    content: "";
    position: absolute;
    top: 45px;
    right: -97px;
    width: 87px;
    height: 94px;
    background-color: #faf2dd;
    border-top-left-radius: 66%;
    border-top-right-radius: 257%;
    -webkit-clip-path: ellipse(28% 59%, 89% 74%);
    clip-path: ellipse(28% 59%, 89% 74%);
}



.pill-container .head img {
    width: 100%;
    height: 100%;
}

.pill-container .content {
    font-size: 14px;
    margin-bottom: 96px;

}

.v_gap {
    margin-bottom: 80px;
}




.sqcs .card {
    position: relative;
    background-color: #f0f0f0;
    border-radius: 10px;
    padding: 20px;
    -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}


.sqcs .card::before {
    content: '';
    background-color: var(--pantheondigitalslightGreen);
    -webkit-clip-path: polygon(51% 79%, 100% 38%, 100% 100%, 0 100%, 0 38%);
    clip-path: polygon(51% 79%, 100% 38%, 100% 100%, 0 100%, 0 38%);
    top: 0;
    position: absolute;
    z-index: -1;
    left: -11%;
    width: 122%;
    height: 110%;
    border-radius: 18px;
}

.sqcs .card-2::before {
    background-color: var(--pantheondigitalsGreen);
}

.sqcs .card-3::before {
    background-color: var(--pantheondigitalsDarkGreen);
}



.sqcs .card-header {
    font-weight: bold;
    color: #007000;
    background-color: #f0f0f0;
    border: none;
}

.sqcs .icon {
    position: absolute;
    top: -26px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #7cb342;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 1;
    border: 8px solid white;
}



.storyheading {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-image: url('images/storyheadingimg.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 18px 42px 18px 76px;
    color: white;
    font-size: 26px;
}

.storyheading-2 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-image: url('images/storyheadingimg-2.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 18px 88px 18px 42px;
    color: white;
    font-size: 26px;
}

.impactstorywrap {
    background-image: url(images/impactbg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 114px 395px;
    width: 1200px;
    color: white;
    height: 600px;
    /* aspect-ratio: 2 / 1; */
    margin-block: 113px;

}


.impact-bubble-1 {
    width: 300px;
    height: 300px;
    aspect-ratio: 1;
    border-top-left-radius: 0% !important;
    top: -101px;
    right: 67px;
    rotate: 324deg;
}

.impact-bubble {
    width: 300px;
    height: 300px;
    aspect-ratio: 1;
    border-bottom-right-radius: 0% !important;
    bottom: 25px;
    left: 76px;
    rotate: -16deg;

}



:root {
    --bubble-mini-width: 621px;
    --bubble-aspect-ratio: 1.5 / 1;
}

.impactstorywrap-mini {
    background-image: url(images/impactbg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    padding: 46px 58px 40px 5px;
    color: white;
    aspect-ratio: var(--bubble-aspect-ratio);
    font-size: 12px;
}

.impact-bubble-mini {
    width: var(--bubble-mini-width);
    height: 300px;
    aspect-ratio: 1;
    border-bottom-right-radius: 0% !important;
    rotate: 4deg;

}

.impactstorywrap-mini-2 {
    background-image: url(images/impactbg-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    padding: 46px 5px 40px 58px;
    color: white;
    aspect-ratio: var(--bubble-aspect-ratio);
    font-size: 12px;
}

.impact-bubble-mini-2 {
    width: var(--bubble-mini-width);
    height: 300px;
    aspect-ratio: 1;
    border-bottom-left-radius: 0% !important;
    rotate: 356deg;
}


.w-eq {
    width: 20%;
}

.border-cs {
    border-right: 1px solid #dee2e6;
}


.h-ourvision-box {
    background: transparent;
    width: 40%;
    border: none;
    -webkit-box-shadow: -49px -49px 0px var(--pantheondigitalslightGreen);
    box-shadow: -49px -49px 0px var(--pantheondigitalslightGreen);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 20px;
}

.h-ourvision-box-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-radius: 20px;
}

.h-ourvision-box::after {
    content: "";
    position: absolute;
    bottom: -30px;
    right: -30px;
    width: 100%;
    height: 100%;
    border: 10px solid green;
    z-index: -2;
    border-radius: 20px;
}

.h-ourvision-box-2 {
    -webkit-box-shadow: 49px -49px 0px var(--pantheondigitalslightGreen);
    box-shadow: 49px -49px 0px var(--pantheondigitalslightGreen);
}

.h-ourvision-box-2::after {
    left: -30px;
}


nav .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

nav .nav-link svg {
    width: 0px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

nav .nav-link:hover,
nav .nav-link.active {
    gap: 10px;
    background: #0a7f33 !important;
}

nav .nav-link.active svg,
nav .nav-link:hover svg {
    display: inline;
    width: 18px;
}

nav .nav-link svg path {
    fill: white;
}

.story-img {
    width: 200px;
}

#content p {
    margin-top: 15px;
    line-height: 1;
}

.herosection {
    min-height: calc(100vh - 92px);
    position: relative;
}


.floating-img {
    position: absolute;
    width: 120px;
    -webkit-filter: invert(1);
    filter: invert(1);
    height: auto;
    opacity: 0.3;
    border: 2px solid;
    border-radius: 16px;
}

/* Position Each Image */
.img1 {
    top: 20%;
    left: 10%;
}

.img2 {
    bottom: 3%;
    right: 1%;
}

.img3 {
    top: 9%;
    left: 55%;
}

.img4 {
    bottom: 9%;
    left: 33%;
}

.img5 {
    bottom: 4%;
    left: 1%;
}

.img6 {
    bottom: 34%;
    left: 12%;
}

.img7 {
    bottom: 47%;
    left: 44%;
}

.img8 {
    bottom: 80%;
    right: 3%;
}

#section-11 button {
    margin: 8px 0;
    margin-left: -17px;
    background: var(--pantheondigitalslightGreen);
}

.heroheading {
    font-size: 48px;
    line-height: 1.4;
}



.animation-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    height: 150px;
    /* Adjust as needed */
}

.animate-text {
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    -webkit-animation: moveUp 2.5s ease-in-out infinite;
    animation: moveUp 2.5s ease-in-out infinite;
}

.animate-img {
    width: 100px;
    /* Adjust size */
    height: 100px;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-filter: invert(1);
    filter: invert(1);
    -webkit-animation: fadeInUp 2.5s ease-in-out infinite;
    animation: fadeInUp 2.5s ease-in-out infinite;
}

@-webkit-keyframes moveUp {
    0% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 1;
    }

    50% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 1;
    }
}

@keyframes moveUp {
    0% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 1;
    }

    50% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 1;
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
    }

    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
    }
}

@keyframes fadeInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
    }

    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
    }
}


@-webkit-keyframes slowRotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}


@keyframes slowRotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

.animate-round {
    -webkit-animation: slowRotate 35s linear infinite;
    animation: slowRotate 35s linear infinite;
}


.boardmemeber {
    width: 218px;
    height: 218px;
    margin: auto;
}

.boardmemeber img {
    border-radius: 6px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom;
    object-position: bottom;
    border-radius: 50%;
}

.boardmemeberbox h6 {
    font-size: 18px;
}

.boardmemeberbox p {
    font-size: 12px;
}

.main {
    display: block;
    width: auto;
    height: auto;
}


/* footer */
#footer-top {
    height: 8rem;
    width: 100%;
    margin-bottom: -2px;
    background-color: var(--pantheondigitalsDarkGreen);
    -webkit-clip-path: polygon(100% 100%, 0% 100%, 0.00% 33.46%, 4.00% 24.91%, 8.00% 17.14%, 12.00% 10.55%, 16.00% 5.48%, 20.00% 2.19%, 24.00% 0.84%, 28.00% 1.50%, 32.00% 4.13%, 36.00% 8.61%, 40.00% 14.71%, 44.00% 22.11%, 48.00% 30.44%, 52.00% 39.27%, 56.00% 48.16%, 60.00% 56.65%, 64.00% 64.30%, 68.00% 70.74%, 72.00% 75.62%, 76.00% 78.70%, 80.00% 79.83%, 84.00% 78.95%, 88.00% 76.10%, 92.00% 71.43%, 96.00% 65.17%, 100.00% 57.65%);
    clip-path: polygon(100% 100%, 0% 100%, 0.00% 33.46%, 4.00% 24.91%, 8.00% 17.14%, 12.00% 10.55%, 16.00% 5.48%, 20.00% 2.19%, 24.00% 0.84%, 28.00% 1.50%, 32.00% 4.13%, 36.00% 8.61%, 40.00% 14.71%, 44.00% 22.11%, 48.00% 30.44%, 52.00% 39.27%, 56.00% 48.16%, 60.00% 56.65%, 64.00% 64.30%, 68.00% 70.74%, 72.00% 75.62%, 76.00% 78.70%, 80.00% 79.83%, 84.00% 78.95%, 88.00% 76.10%, 92.00% 71.43%, 96.00% 65.17%, 100.00% 57.65%);
}

#section-11 {
    /* padding-top: 11rem !important; */
    color: white !important;
    background-color: var(--pantheondigitalsDarkGreen);
    /* background-image: url(images/footer.svg);
    background-repeat: no-repeat;
    background-size: cover; */
}

#section-11 .footerlogo {
    background: white;
    width: 123px;
    height: 123px;
    border-radius: 50%;
    overflow: hidden;
    padding: 17px;
}

#section-11 img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
}

#section-11 .footersocialmedialinks a {
    color: white;
    font-size: 20px;
}

#section-11 li a {
    color: white !important;
}

.margin-gap {
    margin-top: 113px;
}

@media only screen and (min-width: 1200px) {
    .rounded-xl-0 {
        border-radius: 0% !important;
    }

}

@media only screen and (max-width: 1400px) {
    .programs-card {
        width: 322px;
    }

    .bnf-card {
        margin-top: 100px !important;
    }
}

@media only screen and (max-width: 1200px) {
    .impactstorywrap {
        padding: 90px 234px;
        width: 800px;
        height: 500px;
    }

    .impact-bubble-1 {
        width: 200px;
        height: 200px;
        /* aspect-ratio: 1; */
        border-top-left-radius: 0% !important;
        top: -66px;
        right: 12px;
        rotate: 324deg;
    }

    .impact-bubble {
        width: 200px;
        height: 200px;
        aspect-ratio: 1;
        border-bottom-right-radius: 0% !important;
        bottom: -17px;
        left: -12px;
        rotate: 324deg;
    }

    .max-w {
        max-width: 871px;
    }


}



@media only screen and (max-width: 1065px) {
    .programs-card {
        margin-top: 30px;
    }

    .scale:hover {
        scale: 1;
    }


    .quotes,
    .quotes-2 {
        display: none !important;
    }

    .pill-container .head::before {
        left: -98px;
        width: 88px;
    }

    .pill-container .head::after {
        right: -98px;
        width: 88px;
    }
}

@media only screen and (max-width: 998px) {
    .impactstorywrap {
        padding: 117px 179px;
        width: 732px;
        /* height: 366px; */
    }

    .heroheading {
        font-size: 38px;
    }


    .navbar-nav .nav-item {
        min-width: auto;
        text-align: center;
    }

    .rounded-md-pill {
        border-radius: 20px !important;
    }

    .border-cs {
        border-right: none;
    }


    .h-ourvision-box {
        -webkit-box-shadow: -28px -28px 0px var(--pantheondigitalslightGreen);
        box-shadow: -28px -28px 0px var(--pantheondigitalslightGreen);
    }

    .h-ourvision-box::after {
        content: "";
        position: absolute;
        bottom: -22px;
        right: -22px;
    }

    .h-ourvision-box-2 {
        -webkit-box-shadow: 28px -28px 0px var(--pantheondigitalslightGreen);
        box-shadow: 28px -28px 0px var(--pantheondigitalslightGreen);
    }

    .h-ourvision-box-2::after {
        left: -22px;
    }


}

@media only screen and (max-width: 768px) {
    .impactstorywrap {
        padding: 96px 73px;
        width: 532px;
    }

    .bnf-card {
        width: 100%;
        margin-top: 100px !important;
        border-radius: 1rem;
    }

    .v_p18 {
        font-size: 14px;
    }

    .v_mainhead {
        font-size: 22px;
    }

    .v_mainhead_2 {
        font-size: 26px;
    }

    .bnf-card .card-content li {
        margin-bottom: 10px;
    }

    .w-eq {
        width: 50% !important;
    }



    :root {
        --bubble-mini-width: 352px;
    }

    .impactstorywrap {
        margin-block: 0px;
    }

    .impactstorywrap-mini {
        background-position: center;
        padding: 129px 73px;
        width: 532px;
    }

    .impactstorywrap-mini-2 {
        padding: 73px 129px;
        background-position: center;
        width: 532px;
    }


    .ourvision-box {
        background: transparent;
        width: 80% !important;
    }

    .h-ourvision-box {
        width: 90%;
    }

    #navbarNav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: calc(100dvh - 94px);
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        position: fixed;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        width: 90%;
        right: 0;
        top: 92px;
        overflow: scroll;
        z-index: -1;
        background: white;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .right {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }

    #navbarNav .nav-link {
        color: var(--pantheondigitalsDarkGreen) !important;
        background-color: white !important;
        text-align: center !important;
    }

    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .nav-link.active svg path {
        fill: var(--hero-bg);
    }

    nav .nav-link svg path {
        fill: var(--hero-bg);
    }



    #section-11 {
        padding-top: 2rem !important;
    }

    .floating-img {
        position: absolute;
        width: 70px;
        -webkit-filter: invert(1);
        filter: invert(1);
        height: auto;
        opacity: 0.3;
        border: 2px solid;
        border-radius: 16px;
    }

    .img4 {
        bottom: 36%;
        left: 76%;
    }

    .img3 {
        top: 3%;
        left: 55%;
    }

    #footer-top {
        height: 6rem;
    }

    .custom-md-border {
        border-bottom: 1px solid #dee2e6;
    }

}


@media only screen and (max-width: 576px) {
    :root {
        --bubble-aspect-ratio: 1/1;
    }



    .impactstorywrap-mini-2 {
        background-image: url(images/impactbg-2.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left;
    }

    .impactstorywrap-mini,
    .impactstorywrap-mini-2 {
        background-size: contain;
        background-position: center;
    }

    .impactstorywrap {
        aspect-ratio: 1 / 1;
        padding: 179px 59px;
    }

    .impactstorywrap-mini,
    .impactstorywrap-mini-2 {
        padding: 78px 59px;
    }

    .storyheading-2,
    .storyheading {
        font-size: 16px;
    }

    .storyheading-2 {
        /* padding: 18px 68px 18px 34px; */
    }

    #ourvision-box {
        background: transparent;
        width: 96%;
        border: 6px solid var(--pantheondigitalsGreen);
        -webkit-box-shadow: 20px 20px 0px #e2e3e5;
        box-shadow: 20px 20px 0px #e2e3e5;
        padding: 15px 0px 0px 15px;
    }

    .ourvision-box {
        background: transparent;
        width: 100% !important;
    }


    .ourvision-box {
        background: transparent;
        width: 40%;
        border: none;
        -webkit-box-shadow: -18px -18px 0px var(--pantheondigitalslightGreen);
        box-shadow: -18px -18px 0px var(--pantheondigitalslightGreen);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .boardmemeber {
        width: 100px;
        height: 100px;
        margin: auto;
    }

    .heroheading {
        font-size: 28px;
    }

    #footer-top {
        height: 3rem;
    }

    .pill-container {
        height: auto;
        min-height: 533px;
    }
}

@media only screen and (max-width: 370px) {
    .pill-container .head::before {
        left: -78px;
        width: 4.3rem;
    }

    .pill-container .head::after {
        right: -78px;
        width: 4.3rem;
    }
}