/*CSS MADE BY JANE WANJIKU FRONTEND DEVELOPER BELVA DIGITAL***********************************************/
*/
/********** main custom css ***********************************************/
:root {
    --primary: #FF5515;
    --secondary: #34ad54;
    --light: #eef9ff;
    --dark: #091e3e;
}
/****global font***********************************************/

@layer utilities {
    .max-h-450px {
        max-height: 450px;
    }
    .min-h-450px {
        min-height: 450px;
    }
    .max-h-500px {
        max-height: 500px;
    }
    .min-h-500px {
        min-height: 500px;
    }
    .max-h-324px {
        max-height: 324px;
    }
    .min-h-324px {
        min-height: 324px;
    }
    .max-h-280px {
        max-height: 280px;
    }
    .min-h-280px {
        min-height: 280px;
    }
}
.xl\:container,
.container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
/*global fonts**************************************/
/* .lexend-deca-<uniquifier> {
  font-family: "Lexend Deca", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */

.lato-thin-italic {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.delicious-handrawn-regular {
    font-family: "Delicious Handrawn", cursive;
    font-weight: 400;
    font-style: normal;
}

#app-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent; 
    transition: all 0.3s ease-in-out;
    z-index: 10 !important; /* Lower priority than buttons */
    pointer-events: auto !important; /* Ensure clicks work */
}

#app-header.scrolled {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(24, 24, 27, 0.95); 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.absolute.inset-0.z-20 {
    z-index: 10 !important;
    pointer-events: none !important; /* Prevent header from blocking clicks */
}

/*global backgroud color**************************************/
.tint-60-bg {
    background-color: #ffa666;
}
.tint-20-bg {
    background-color: #ffe1cc;
}
.tint-33-bg {
    background-color: #333333;
}
.faded-bg {
    background-color: #ffe1cc4d;
}
.bg-white {
    background-color: #fff !important;
}
.core-orange-bg {
    background-color: #FF5515;
}
.custom-gray {
    background-color: #90919c14;
}
.dark-blur-bg {
    background: #2e4049;
}
.hover\:bg-gray-200:hover {
    --tw-bg-opacity: unset !important;
    background-color: #FF5515 !important;
}
.focus\:bg-gray-200:hover {
    background-color: #FF5515 !important;
}

footer a:hover {
    color: #FF5515;
}
/*global color-text*******************************************/
.core-orange {
    color: #FF5515 !important;
}
.tint-33 {
    color: #333333;
}
.dark-blur {
    color: #2e4049;
}
.bg-custom {
    background-color: #2e4049;
}
.bg-char {
    background: #2e4049;
}
.text-grey {
    color: #727272;
}
.tints-grey {
    color: #999999;
}
.custom-checkbox {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
}

.custom-checkbox input {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.custom-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #f9fafb; /* bg-gray-50 */
    border: 2px solid #FF5515; /* border-gray-300 */
    border-radius: 0.375rem; /* rounded-md */
}

.custom-checkbox input:checked ~ .checkmark {
    background-color: #fb923c; /* bg-orange-500 */
    border-color: #fb923c; /* border-orange-500 */
}

.custom-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-checkbox input:checked ~ .checkmark:after {
    display: block;
}

.custom-checkbox .checkmark:after {
    left: 4px;
    top: 1px;
    width: 4px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.main-banner {
    background-color: #333;
    height: 70vh;
    position: relative;
    overflow: hidden;
}

.main-banner-2 {
    background-color: #333;
    height: 50vh;
    position: relative;
    overflow: hidden;
}

@media (max-width: 768px) {

    .main-banner {
        position: relative;
        height: 60vh;
    }

    .banner-heading {
        position: absolute;
        top: 60%; 
        left: 50%;
        transform: translate(-55%, -50%);
        text-align: center;
        width: 90%;
        z-index: 20;
    }

    .banner-heading h1 {
        font-size: 20px !important; /* Reduce size */
        line-height: 26px !important;
        font-weight: bold;
        width: 85%;
        margin: 0 auto;
    }

    .block {
        position: absolute;
        top: 95%;
        left: 50%;
        transform: translate(-50%, 70%);
        width: 100%;
        text-align: center;
        z-index: 30;
    }

    .block .flex {
        justify-content: center;
        gap: 10px;
    }

    .swiper-button-prev,
    .swiper-button-next {
        top: 65%; /* Aligns with title */
        transform: translateY(-50%);
        width: 30px;
        height: 30px;
        z-index: 30;
    }

    .swiper-pagination {
        position: absolute !important;
        top: 50px !important; /* Adjust height */
        left: 50% !important;
        transform: translateX(-50%) !important;
        z-index: 9999 !important;
        display: flex !important;
        justify-content: center;
        width: 100%;
    }
        
    .main-banner-2 {
        position: relative;
        height: 50vh;
        align-items: center; /* Center everything vertically */
        justify-content: center; 
    }
    
    .main-banner-2 .banner-heading {
        top: 65% !important; 
        transform: translate(-55%, -50%);
        z-index: 20;
    }
}

/* Mobile menu hidden by default */
.menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

/* When menu-btn is checked, show it */
.menu-btn:checked ~ .menu {
  max-height: 500px; /* adjust based on content */
}

/* Desktop override */
@media (min-width: 1024px) {
  .menu {
    max-height: none !important;
    overflow: visible !important;
    display: flex !important;
  }
}

.header ul {
    /* margin: 0; */
    padding: 0;
    list-style: none;
    /* overflow: hidden; */
}
.icon-w img {
    width: auto !important;
    height: auto !important;
    filter: brightness(0) invert(1);
}
.icon-t img {
    width: 20px !important;
    height: 20px !important;
}

.header li a {
    display: block;
    text-decoration: none;
}
.header li a:hover,
.header .menu-btn:hover {
    color: #FF5515;
}

/*birthday-tabs***********************************************/
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}

/* menu */

.header .menu {
    clear: both;
    max-height: 0;
    transition: max-height 0.2s ease-out;
}

/* menu icon */

.header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    position: relative;
    user-select: none;
}

.header .menu-icon .navicon {
    background: #fff;
    display: block;
    height: 2px;
    position: relative;
    transition: background 0.2s ease-out;
    width: 20px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
    background: #fff;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transition: all 0.2s ease-out;
    width: 100%;
}

.header .menu-icon .navicon:before {
    top: 5px;
}
.header .menu-icon .navicon:after {
    top: -5px;
}

/*website tabsmenu btn***********************************************/
.header .menu-btn {
    display: none;
}
.header .menu-btn:checked ~ .menu {
    max-height: 450px;
    background-color: #333;
    margin: 0.5rem -1rem;
    padding: 30px 1rem;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
}
.header .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
}
.header .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
}
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
}

/*swiper-custom-button main banner***********************************************/
.icon-banner.swiper-button-next:after,
.icon-banner.swiper-button-prev:after {
    display: none;
}
.swiper-slide {
    overflow: hidden;
}
.swiper-button-next {
    background-image: url(../images/icons/arrow-right-banner.svg);
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    right: 2%;     
}
.icon-banner.swiper-button-prev {
    background-image: url(../images/icons/arrow-left-banner.svg);
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
}

.icon-banner.swiper-button-next,
.icon-banner.swiper-button-prev {
    width: 30px;
    height: 30px;
    color: unset;
}
.icon-banner.swiper-button-prev,
.icon-banner.swiper-rtl .icon-banner.swiper-button-next {
    left: 2%;
}

.icon-banner.swiper-button-next,
.icon-banner.swiper-rtl .icon-banner.swiper-button-prev {
    right: 2%;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    left: 1rem;
    text-align: left;
}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #ffe1cc;
    opacity: unset;
    margin-right: 24px;
}
.swiper-pagination-bullet-active {
    opacity: unset;
    background-color: #FF5515;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin-right: 12px;
    margin-left: 0px;
}

/******swiper-custom-button logos********/

.logo-p .swiper-button-next:after,
.logo-p .swiper-button-prev:after {
    display: none;
}
.logo-p .swiper-button-next {
    background-image: url(../images/icons/arrow-left-partners.svg);
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
}
.logo-p .swiper-button-prev {
    background-image: url(../images/icons/arrow-partners-right.svg);
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
}

.logo-p .swiper-button-next,
.logo-p .swiper-button-prev {
    width: 30px;
    height: 30px;
    color: unset;
}
.logo-p .swiper-button-prev,
.icon-banner.swiper-rtl .logo-p .swiper-button-next {
    left: 0%;
}
.logo-p .swiper-button-next,
.icon-banner.swiper-rtl .logo-p .swiper-button-prev {
    right: 0%;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    left: 2rem;
    text-align: left;
    top: 20px;
}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #ffe1cc;
    opacity: unset;
    margin-right: 24px;
}

.swiper-pagination-bullet-active {
    opacity: unset;
    background-color: #FF5515;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin-right: 12px;
    margin-left: 0px;
}
.main-banner .swiper-slide .block img {
    width: auto !important;
}
/****global headings***********************************************/
.heading-style {
  font-family: "Lexend Deca";
  font-weight: 400;
  color: #333;
}
.heading-style:hover {
  color: #FF5515;
}
.pagination-link {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1rem;
    margin-left: -1px;
    font-size: 0.875rem;
    font-weight: 500;
    color: #374151; /* gray-700 */
    background: #fff;
    border: 1px solid #d1d5db; /* gray-300 */
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}

.pagination-link:hover {
    color: #f97316; /* orange-500 */
}

.pagination-current {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1rem;
    margin-left: -1px;
    font-size: 0.875rem;
    font-weight: 500;
    color: #fff;
    background: #f97316; /* orange-500 */
    border: 1px solid #f97316;
    cursor: default;
}

h1 {
    font-family: "Lexend Deca";
    font-size: 72px;
    font-weight: 700;
    line-height: 80px;
    color: #fff;
    margin-bottom: 40px;
    width: 48%;
}

.main-banner h2 {
    width: 70%;
}
h2 {
    font-family: "Lexend Deca";
    font-size: 32px;
    font-weight: 400;
    line-height: 38px;
    color: #333;
}
h3 {
    font-family: Lexend Deca;
    font-size: 56px;
    font-weight: 300;
    line-height: 67.2px;
    color: #333;
}
h4 {
    font-family: "Delicious Handrawn", cursive;
    font-size: 22px;
    font-weight: 400;
    line-height: 26.4px;
    color: #FF5515;
}
h5 {
    font-family: "Delicious Handrawn", cursive;
    font-size: 24px;
    font-weight: 400;
    line-height: 26.4px;
    color: #FF5515;
}
h6 {
    font-family: "Lexend Deca", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 25.6px;
    font-optical-sizing: auto;
    font-style: normal;
    color: #333333;
}

p {
    font-family: "Lexend Deca", sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    font-optical-sizing: auto;
    font-style: normal;
    color: #333333;
}

/******global-button***********************************************/
a.global-btn.hvr-radial-out,
button.global-btn.hvr-radial-out {
    background: #FF5515;
    padding: 6px 20px;
    border-radius: 28px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: max-content;
    color: #fff;
}

a.global-btn.hvr-radial-out:before,
button.global-btn.hvr-radial-out:before {
    background-color: #333333;
}
a.global-btn.hvr-radial-out.tint-20-bg:before {
    background-color: #ffe1cc;
}
a.global-btn.hvr-radial-out.black,
.form-c .global-btn.hvr-radial-out {
    background-color: #333333;
}
.form-c .global-btn.hvr-radial-out {
    font-size: 16px;
}
.form-c .global-btn.hvr-radial-out:after {
    background-color: #ff6af9;
}

a.global-btn.hvr-radial-out.black:before {
    background-color: #FF5515;
}
a.nav-link.hvr-wobble-horizontal:hover {
    color: #FF5515;
}
.nav-link.hvr-wobble-horizontal.active {
    color: #FF5515;
}

/****partners***********************************************/
.header li a {
    padding: 0px 0.5rem;
}
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrap-cont .wrapper-img figure {
    border-radius: 0px;
}
.c-icon {
    max-width: 60px;
}
.overlaybanner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    background-image: url(../images/icons/play-button.svg);
    background-repeat: no-repeat;
    background-size: 50px 50px;
    background-position: center center;
    pointer-events: none; /* Added to ensure overlay does not block clicks */
}

.img {
    border-radius: 16px;
    object-fit: cover;
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
    margin-bottom: 1.125rem;
    margin-top: 0.5rem;
}
/**banner style***********************************************/
.loog-p .swiper-slide img {
    overflow: visible !important;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    transition: all 0.45s ease-in-out;
    overflow: hidden;
}
.swiper-slide img:hover {
    opacity: 0.9;
    -webkit-transform: scale(1.1, 1.1) rotate(5deg);
    transform: scale(1.1, 1.1) rotate(5deg);
    -webkit-transition: all 1s;
    transition: all 1s;
}

/* Zoom in Keyframes ***********************************************/

@-webkit-keyframes zoomin {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.4);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoomin {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.4);
    }
    100% {
        transform: scale(1);
    }
}
/*End of Zoom in Keyframes */

/* Zoom out Keyframes */

@-webkit-keyframes zoomout {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.57);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoomout {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.57);
    }
    100% {
        transform: scale(1);
    }
}
/*End of Zoom out Keyframes */

/*****image line***********************************************/
figure.effect-overlay-cool figcaption::before,
figure.effect-overlay-cool figcaption::after {
    position: absolute;
    content: "";
    opacity: 0;
}
figure.effect-overlay-cool figcaption::before {
    top: 20px;
    right: 5px;
    bottom: 20px;
    left: 5px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
figure.effect-overlay-cool figcaption::after {
    top: 5px;
    right: 20px;
    bottom: 5px;
    left: 20px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
figure.effect-overlay-cool .button {
    padding: 0.5em 2em;
    text-transform: none;
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}
figure.effect-overlay-cool img {
    -webkit-transition: -webkit-transform 1s;
    transition: transform 1s;
    -webkit-transform: translate3d(-16px, 0, 0) scale(1.12);
    transform: translate3d(-16px, 0, 0) scale(1.12);
    -webkit-backface-visibility: hidden;
    /*backface-visibility: hidden;*/
}

.wrapper-img figure.effect-overlay-cool img {
    backface-visibility: hidden;
}
figure.effect-overlay-cool:hover img {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    -webkit-filter: drop-shadow(16px 16px 10px rgba(0, 0, 0, 0.9));
    filter: drop-shadow(16px 16px 10px rgba(0, 0, 0, 0.9));
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
figure.effect-overlay-cool figcaption::before,
figure.effect-overlay-cool figcaption::after,
figure.effect-overlay-cool .button {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
figure.effect-overlay-cool:hover figcaption::before,
figure.effect-overlay-cool:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
figure.effect-overlay-cool:hover h2,
figure.effect-overlay-cool:hover .button {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
figure.effect-overlay-cool:hover figcaption::after,
figure.effect-overlay-cool:hover .button,
figure.effect-overlay-cool:hover img {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

/*Common style ***********************************************/
.wrapper-img figure {
    width: 100%;
    cursor: pointer;
    position: relative;
    text-align: center;
    overflow: hidden;
    margin: 0px;
    border-radius: 16px;
}

.wrapper-img figure figcaption {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: block;
}
.wrapper-img figure figcaption::before,
.wrapper-img figure figcaption::after {
    pointer-events: none;
}
.wrapper-img figure:hover video {
    opacity: 0.6;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.circle-black {
    line-height: 5rem;
}
.circle-black:hover {
    background-color: #FF5515;
}
.birthday-home .wrap-cont .wrapper-img figure {
    border-radius: 16px;
}
.total-donors {
    background: #2e4049;
    border-radius: 0px 0px 16px 16px;
    color: #cac4bb;
}
.total-donors ul li {
    color: #cac4bb;
}
.border-radius {
    border-radius: 16px;
}

/*contact us page*******************************************/
.our-blogs p {
    color: #727272;
}
.footer .hvr-icon-spin img:hover {
    filter: brightness(0) saturate(100%) invert(42%) sepia(100%) saturate(748%)
        hue-rotate(330deg) brightness(96%) contrast(99%);
}
.footer .hvr-icon-spin a img:hover {
    filter: brightness(0) saturate(100%) invert(42%) sepia(100%) saturate(748%)
        hue-rotate(330deg) brightness(96%) contrast(99%);
}
/* .icon-c a img:hover {
    filter: brightness(0) saturate(100%) invert(89%) sepia(20%) saturate(572%)
        hue-rotate(329deg) brightness(104%) contrast(89%);
} */
/*contact us page*******************************************/
.radius-28 {
    width: 91px;
    height: 91px;
    border-radius: 28px;
}
.custom-border {
    border: 1px solid #FF5515;
    border-radius: 16px; /* Default rounded class in Tailwind is rounded-md (6px) */
}
.pledge-form select,
.pledge-form input,
.form-c input,
.form-c textarea {
    background: #90919c14;
    border: 1px solid #f1f2f6;
    color: #999999;
}
.form-c .iti {
    position: relative !important;
    display: block !important;
    font-size: 16px !important;
}
img.mpesa {
    width: auto;
}

.text-primary {
    color: #FF5515;
}

.hover-button:hover {
    animation-name: hvr-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    color: #FF5515;
}

.modal-box {
    width: 40%;
    max-width: 900px;
    height: 50vh;
    max-height: 60vh;
    background: rgba(0,0,0,0.25);
    backdrop-filter: blur(5px);
    border-radius: 1rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0.5rem;
}

/* Mobile-first adjustments */
@media (max-width: 768px) {
    .modal-box {
        width: 90%;
        height: 70vh;
    }

    .modal-image-wrapper iframe,
    .modal-image-wrapper img {
        width: 100%;
        height: 100%;
    }

    .modal-image-wrapper .nav-btn {
        font-size: 2.5rem;
        padding: 0.3rem 0.6rem;
    }
}

.modal-image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
}

.modal-image-wrapper iframe {
    width: 80%;
    height: 90%;
    border-radius: 1rem;
}

.modal-image-wrapper img {
    max-width: 80%;
    max-height: 90%;
    object-fit: contain;
    border-radius: 1rem;
}

.modal-image-wrapper .nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 3rem;
    color: #FFD700;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    cursor: pointer;
    z-index: 10;
    transition: background 0.2s;
}

.modal-image-wrapper .nav-btn:hover {
    background: rgba(0,0,0,0.8);
}

.modal-image-wrapper .prev-btn {
    left: 5%;
}

.modal-image-wrapper .next-btn {
    right: 5%;
}
.close-icon {
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  width: 24px;
  height: 24px;
}

.blur16 {
  filter: blur(16px);
}

.account-dropdown {
  fill: #fff;
  width: 24px;
  height: 24px;
}
