:root{
    --bg-nav-color : #dde1e3f3;
    --extra-nav-tab: #d4d9dbf3;
    --text-color: #ffffff;
    --bg-color: #cfffbb;
    --content: #f1fbcf;
    --bg-table : #d8e0b9;
    --hover: #ff0000;
    --transition-time: 0.3s;
    --text-color : black;
    --text-color-nav : white;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

*{
    margin: 0;
}

.footer-color{
    background-color: #ffffff;
    color: #000000;
}

#copy-button{
    color: rgb(0, 0, 0);
}

.image-rezize{
    margin-left: -3%;
}
#change_color{
    color: black;
    text-decoration: none;
}

#change_color:hover {
    transition: all 0.3s;
    color: red;
}

.switch-button{
    font-size: 20px;
}

.image-one {
    height: auto;
    width: 100%;
    filter: brightness(30%);
}

.nav-button{
    color: var(--text-color-nav);
    text-decoration: none;
}

.nav-button:hover{
    color: var(--hover);
    transition: all var(--transition-time);
}

.nav-bar{
    background-color: #171717;
    color: var(--text-color-nav);
    text-align: center;
    height: 8rem;
    position: fixed;
    top:0;
    width: 100%;
}


.nav-title{
    font-family: "Inter", sans-serif;
    font-size: 32px;
}

.nav-second{
    position: absolute;
    color: transparent;
    font-size: 0px;
    height: 0%;
    padding-left: 0;
    width: auto;
    display: none;
}

.nav-third{
    position: absolute;
    color: transparent;
}


.nav-subtitle{
    padding-top: 5px;
    font-size: 12px;
    font-family: "Raleway", sans-serif;
    }

 nav ul li{
    font-family: "Inter", sans-serif;
    margin-top: 30px;
    list-style-type: none;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}



.nav-nav-item:hover{
    color: var(--hover);
    transition: all var(--transition-time);
}


.nav-item:hover .nav-second{

    position: absolute;
   color: var(--text-color);
   display: block;
   background-color: var(--bg-nav-color);
   color: var(--bg-color);
   text-align: left;
   z-index: 1;
   font-size: 15px;
   height: auto;
}

.nav-third{
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    width: 120%;
    height: 120%;
    font-size: 15px;
    background-color: var(--extra-nav-tab);
}

.nav-third2{
    display: none;
    position: absolute;
    top: 70%;
    left: 100%;
    background-color: var(--extra-nav-tab);
    width: 120%;
    height: 30%;
    font-size: 15px;
}

.li-item-nav{
       padding-left: 56%;
       margin-left: 0;

}

.li-item-nav:hover > .nav-third{
   display: block;
   color: var(--bg-color);
   padding-right: 50px;
   margin-right: 0%;

}

.li-item-nav2:hover > .nav-third2{
    display: block;
    color: var(--bg-color);
    padding-right: 50px;
    margin-right: 0%;
 
 }

 .li-item-nav2{
    padding-right: 42%;
 }

.div-nav-nav-item1{
    padding: 7% 10% 7% 10%;
    margin-left: -100%;

}
.div-nav-nav-item2{
    padding: 7% 10% 7% 10%;
    margin-left: 0%;
}

.div-nav-nav-item3{
    padding: 7% 7% 7% 7%;
    margin-left: -10%;
    /* background-color: red; */
    /* max-width: 270px; */
    width: 1900%;
    z-index: 0;
    text-decoration: none;
    color: black;
}

.div-nav-nav-item3:hover{
    color: red;
    transition: all 0.3s;
}

.div-nav-nav-item4{
    /* padding: 7% 10% 7% 10%; */
    margin-left: 0%;
}

.nav-nav-item{
    position: relative;
    text-decoration: none;
    color: black;
    /* bottom: 15px;    */
}

.nav-third-text{
    text-decoration: none;
    color: black;
}

.nav-third-text:hover{
    transition: all var(--transition-time);
    color: var(--hover);
}
.nav-third-text2:hover{
    transition: all var(--transition-time);
    color: var(--hover);
}

.content {
    padding-left: 10%;
    padding-right: 10%;
    font-family: "Inter", sans-serif;
    padding-top: 5em;
    background-color: var(--content);
    color: var(--text-color);
    height: auto;
    font-size: 18px
}


.content-title{
    font-size: 25px;
    padding-bottom: 3em;
    font-weight: bolder;
}


#grid {
    display: grid;
    gap: 10px;
   
}


.grid-text{
    grid-column: 1;
    grid-row: 1;
}

.image-two{
    /* grid-column: 2;
    grid-row: 1; */
    width: 50%;
    border-radius: 5%;
    filter: blur(-10px);
}


#grid-two {
    display: grid;
    margin-top: 2%;
    gap: 0px;
    margin-bottom: 2%;
    color: #ffffff;
    font-weight: bold;
}


.grid-object-one {
    grid-column: 1;
    grid-row: 1;
    border: solid var(--text-color) 3px;
    padding: 4% 4% 4% 4%;
    color: var(--text-color);
}

.grid-object-two {
    grid-column: 2;
    grid-row: 1;
    border: solid var(--text-color) 3px;
    padding: 4% 4% 4% 4%;
    color: var(--text-color);


}

.grid-object-three {
    grid-column: 1;
    grid-row: 2;
    border: solid var(--text-color) 3px;
    padding: 4% 4% 4% 4%;
    color: var(--text-color);


}

.grid-object-four {
    grid-column: 2;
    grid-row: 2;
    border: solid var(--text-color) 3px;
    padding: 4% 4% 4% 4%;
    color: var(--text-color);


}


footer {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: "Inter", sans-serif;
    font-size: 12px;
}

.image-container {
    position: relative;
    display: inline-block;
}

.overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: var(--text-color-nav);
}

.overlay .text {
    font-size: 6em;
    font-family: "Inter", sans-serif;
    font-weight: bold;
}

.overlay .arrow {
    margin-top: 20px;
    font-size: 3em;
    animation: bounce 2.5s infinite;
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(-25px);
    }
    50% {
        transform: translateY(25px);
    }
}

.footer-margin{
    margin-top: 100px;
}

.image-container .overlay .bx-chevrons-down {
    animation: bounce 3s infinite;
}

.quote {
    font-size: 20px;
    margin: 20px;
    padding: 10px;
    border-left: 5px solid red;
    background-color: #c4c4c47b;
    color: rgb(0, 0, 0);
}
.quote::before {
    content: "❝";
    font-size: 40px;
    color: red;
    vertical-align: middle;
    margin-right: 10px;
}


.aaa {
    margin-top: 15px;
}

.aaa3 {
    margin-top: 15px;
}

.aaa2 {
    color: rgb(85, 0, 0);
}

.nav-button:hover .translate-icon {
    content: url('images/translate-hover.svg');
}

#scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #333;
    color: #fff;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    opacity: 0;
    transition: all 1s;
    border-radius: 10%;
}

#scroll-to-top:hover {
    color:var(--hover);
    bottom: 30px;
    background-color: #000000;
}

#scroll-to-top.show {
    transition: all 1s;
    display: block;
    opacity: var(--transition-time);
}

/* ////////////////kuyavian-pomeranian-voivodeship-support-for-ukraine ////////////////// */

.L1 {
    margin-top: -15%;
}

.L2 {
    margin-top: 20px;
}

.content-subtitle {
    font-size: 17px;
    margin-top: -45px;
    margin-bottom: 10px;
}

.content-subtitle2 {
    font-size: 20px;
}


.content-text-grid {
    display: grid;
}

#B01 {
    grid-column: 1;
    grid-row: 1;
    margin-top: 20px;
}

#B02 {
    grid-column: 1;
    grid-row: 2;
    margin-top: 20px;
}

#B03 {
    grid-column: 1;
    grid-row: 3;
    margin-top: 20px;
}

#B04 {
    grid-column: 2;
    grid-row: 4;
    position: relative;
    left: 30px;
    bottom: 50%;
}

#B05 {
    grid-column: 1;
    grid-row: 4;
    margin-top: 50px;
}

/* ///////////////organization-reports//////////////// */


table {
    width: 100%;
    border-collapse: collapse;
    font-size: 20px;
}
th, td {
    border: 3px solid #272727;
    padding: 8px;
}
th {
    background-color: var(--bg-table);

}
.download-a {
    color: var(--text-color);
    text-decoration: none;
 
    font-size: 20px;
    padding-left: 5%;
    padding-top: 5%;
}
.center-text {
    text-align: center;
    width: 1px;
}



.download-a-space{
    margin-bottom: 20px;
    width: 800px;
    
}

.download-table th:first-child,
.download-table td:first-child {
    width: 2%;
}

.download-table th:nth-child(2),
.download-table td:nth-child(2) {
    width: 73%;
}

.download-table th:nth-child(3),
.download-table td:nth-child(3) {
    width: 25%;
}

/* //////////////regional-esf-center///////////////// */


.content-subtitle3 {
    font-size: 20px;
    font-weight: bold;

}




/*///////////////////////////////////////*/
@media (max-width: 800px) {
    nav{
        margin-left: -10%;
    }
    .nav-bar{
        padding-top: 5%;
        height: 16rem;
        position: absolute;
       
    }

    table {
        width: 100%;
        border-collapse: collapse;
        font-size: 10px;
    }
    th, td {
        border: 3px solid #272727;
        padding: 8px;
        
    }
    th {
        background-color: #272727;
    
    }
    .download-a {
        color: var(--text-color);
        text-decoration: none;
        
        font-size: 10px;
        padding-left: 0%;
        padding-top: 0%;
    }
    .center-text {
        text-align: center;
    
    }
 
    
    
    
    .download-a-space{
        margin-bottom: 20px;
        width: 50%;
    }
   

    .image-container{
        margin-top: 16rem;
    }

    .nav-third{
        left: -166%;
        height: 190%;
    }
    .nav-third-text{
        /* margin-right: -60%; */
        margin-left: 34%;
    }
    .nav-third-text2{
        margin-left: -10%;
    }
    .nav-third2{
        height: 8rem;
        top:71.6793%;
    }

    .image-rezize{
        height: 100%;
        width: 100%;
        margin-left: -10%;
    }

   
}


.copy-notification {
    position: fixed;
    bottom: 10px;
    left: 10px;
    background-color: rgb(191, 253, 191);
    color: rgb(0, 0, 0);
    padding: 10px 20px;
    border-radius: 5px;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    text-decoration: none;
}

.map{
    width: 50%;
    height: 500px;
    border:0;
    border-radius: 2%;
    margin-bottom: 40px;
}

@media (max-width: 800px) {
    .map{
        width: 90%;
        height: 300px;
    }
}