@import 'cookie.css';
@import 'donation.css';
@import 'hero-except-home.css';
@import 'navbar.css';
@import 'select_country_component.css';

body .swiper-wrapper{
    align-items: center;
}

body{
    overflow-x: hidden;
}

/*#story-page-container,*/
/*#home-page,*/
/*#supporters-page {*/
/*    padding: 0 150px;*/
/*}*/

body > main {
    color: #002f5e;
    padding-top: 87px;
    background: white;
    width: 100%;
    position: relative;
    transition: all .3s ease-in-out;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

@media only screen and (max-width: 1024px) {
    .container {
        padding-top: 65px;
    }
}

.blurPopup.inactive {
    transition: all .3s ease-in-out;
    background: transparent;
    filter: blur(0px);

}

.blurPopup.active {
    transition: all .3s ease-in-out;
    background: #3c90c675;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999999;
}
