/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Yanone+Kaffeesatz:wght@300&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'Yanone Kaffeesatz', sans-serif;
}

a {
    text-decoration: none;
    color: olive;
}

.thirdBlock p, .fourthBlock p, .fivthBlock p, .sixBlock p, .seventhBlock p {
    color: #6e6d6d;
}

a:hover {
    color: darkolivegreen;
    text-decoration: underline;
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
}

.anons {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    background-color: olive;
    color: white;
}

.anons p {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    line-height: 36px;
}


/* -------------------------------------------------- firstBlock ------------------------------------------- */
.firstBlock {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background: url(../assets/ucraine_map_with_brushstrokes_flag.jpg) no-repeat;
    background-position: center;
    background-size: auto 100%;
    padding: 20px;
}

.colorMilk {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.5);
    box-sizing: border-box;

}

.firstBlock h1 {
    font-size: 4rem;
    text-align: center;
    margin-bottom: 20px;
    text-shadow: 0 0 10px white;
}

.firstBlock p {
    font-size: 2rem;
    text-align: justify;
    text-indent: 40px;
    margin-bottom: 20px;
    text-shadow: 0 0 10px white;
    font-weight: 600;
}

@media screen and (min-width: 1150px) and (max-width: 1366px) {
    .firstBlock h1 {
        font-size: 3rem;
    }

    .firstBlock p {
        font-size: 2rem;
    }
}

@media screen and (min-width: 700px) and (max-width: 1149px) {
    .firstBlock h1 {
        font-size: 2.5rem;
    }

    .firstBlock p {
        font-size: 2rem;
    }
}

@media screen and (min-width: 400px) and (max-width: 699px) {
    .anons p {
        font-size: 1.8rem;
    }

    .firstBlock h1 {
        font-size: 2.4rem;
    }

    .firstBlock p {
        font-size: 1.4rem;
    }
}

@media screen and (min-width: 200px) and (max-width: 399px) {
    .anons p {
        font-size: 1.2rem;
    }

    .firstBlock h1 {
        font-size: 1.8rem;
    }

    .firstBlock p {
        font-size: 1.2rem;
    }
}


.colorBlue {
    color: #3f51b5;
}
/* -------------------------------------------------- end of firstBlock ------------------------------------------- */

/* -------------------------------------------------- secondBlock ------------------------------------------- */
.secondBlock {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
/* -------------------------------------------------- end of secondBlock ------------------------------------------- */


/* -------------------------------------------------- thirdBlock ------------------------------------------- */
.thirdBlock, .fourthBlock, .fivthBlock, .sixBlock, .seventhBlock {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.thirdBlock h1, .fourthBlock h1, .fivthBlock h1, .sixBlock h1, .seventhBlock h1 {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 60px;
    text-transform: uppercase;
}

.thirdBlockImg {
    width: 12%;
    height: auto;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.thirdBlockImg img {
    width: 100%;
    height: auto;
}

.thirdBlock p {
    width: 100%;
    padding: 5px 20px;
    font-size: 1.4rem;
    line-height: 30px;
    text-align: justify;
    text-indent: 60px;
    text-shadow: 0 0 10px white;
    font-weight: 600;
}
/* -------------------------------------------------- end of thirdBlock ------------------------------------------- */


/* ________________________________ nav menu ---------------------------------------------- */
.nav {
    height: 70px;
    width: 100%;
    background: linear-gradient(60deg, rgba(18, 100, 164, 0.9) 0%, rgba(255, 255, 0, 0.9) 100%);
    box-shadow: 0 6px 10px 9px rgba(255, 255, 255, 0.7);
    position: sticky;
    top: 0;
    z-index: 100;
    vert-align: middle;
    transition: all 1s;
}

.nav:hover {
    background: linear-gradient(60deg, rgba(18, 100, 164, 1) 0%, rgba(255, 255, 0, 1) 100%);
    transition: ease-in-out 1s;
}

.nav > .nav-header {
    display: inline;
    float: left;
    padding-left: 20px;
}

.nav > .nav-header > .nav-title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    font-weight: 600;
    color: yellow;
    height: 70px;
    text-align: left;
    text-transform: uppercase;
    /*padding: 19px 10px 19px 10px;*/
}

.nav > .nav-btn {
    display: none;
}

.nav > .nav-links {
    display: inline;
    float: right;
    font-size: 1.3rem;
}

.nav > .nav-links > a {
    display: inline-block;
    padding: 25px 10px 25px 10px;
    text-decoration: none;
    color: #1c1c1c;
    font-weight: bold;
}

.nav > .nav-links > a:hover {
    color: yellow;
}

.nav > #nav-check {
    display: none;
}

/* ---------------------------------------- nav-links hover effect --------------------------------------- */
.hover-3 {
    --b: 0.1em;   /* the thickness of the line */
    --c: black; /* the color */

    color: #0000;
    padding-block: var(--b);
    background:
            linear-gradient(var(--c) 50%,#000 0) 0% calc(100% - var(--_p,0%))/100% 200%,
            linear-gradient(var(--c) 0 0) 0% var(--_p,0%)/var(--_p,0%) var(--b) no-repeat;
    -webkit-background-clip: text, padding-box;
    background-clip: text, padding-box;
    transition: .3s var(--_s,0s) linear,background-size .3s calc(.3s - var(--_s,0s));
}
.hover-3:hover {
    --_p: 100%;
    --_s: .3s;
    background-color: #3366BA;
}
/* --------------------end of nav-links hover effect ------------------------------------------- */

@media (max-width:720px) {
    .nav > .nav-btn {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0;
    }
    .nav > .nav-btn > label {
        display: inline-block;
        width: 70px;
        height: 70px;
        padding: 23px;
    }
    .nav > .nav-btn > label:hover,.nav  #nav-check:checked ~ .nav-btn > label {
        /*background-color: rgba(51, 102, 186, 0.3);*/
    }
    .nav > .nav-btn > label > span {
        display: block;
        width: 25px;
        height: 10px;
        border-top: 2px solid black;
    }
    .nav > .nav-links {
        position: absolute;
        display: block;
        width: 100%;
        background: linear-gradient(60deg, rgba(84,58,183, 1) 0%, rgba(0,172,193, 1) 100%);
        height: 0px;
        transition: all 0.3s ease-in;
        overflow-y: hidden;
        top: 70px;
        left: 0px;
    }
    .nav > .nav-links > a {
        display: block;
        width: 100%;
        text-align: center;
    }
    .nav > #nav-check:not(:checked) ~ .nav-links {
        height: 0px;
    }
    .nav > #nav-check:checked ~ .nav-links {
        height: calc(100vh - 50px);
        overflow-y: auto;
    }
}
/* ________________________________ end of nav menu ---------------------------------------------- */

/* ------------------------------------------ fourth block -------------------------------------- */
.fourthBlock {
    width: 100%;
    height: auto;
    margin-top: 20px;
}

/* Slide show container */
.slideshow-container {
    width: 90%; /* max-width: 1000px;*/
    height: auto;
    position: relative;
    margin: 20px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* hiding images by default */
.mySlides {
    width: 50%;
    display: none;
    outline: 10px solid rgba(128, 128, 0, 0.8);
}

.mySlides img {
    width: 100%;
    height: auto;
}

.slideshow-container a {
    height: auto;
    width: 40px;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    border-radius: 4px;
    transition: all 0.5s;
}

/* when focus background will take little transparent background */
.slideshow-container a:hover {
    justify-content: center;
    align-items: center;
    color: white;
    cursor: pointer;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.5);
}

/* prev, next buttons */
a .prev, a .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 30px;
    color: white;
    font-weight: bold;
    font-size: 40px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* next button position */
.next {
    position: absolute;
    right: 25%;
    border-radius: 3px 0 0 3px;
}

.prev {
    position: absolute;
    left: 27%;
    border-radius: 3px 0 0 3px;
}

/* text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 2px;
    width: inherit;
    text-align: center;
    background-color: rgba(0,0,0,0.3);
    transition: ease 0.6s;
}

.text:hover {
    background-color: rgba(0,0,0,0.8);
}

/* Number of the text (1/3 ... ) */
.numberText {
    color: #f2f2f2;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 12px;
    position: absolute;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    top: 10px;
    left: 28%;
    background-color: rgba(0, 0, 0, 0.3);
    transition: ease 0.5s;
}

.numberText:hover {
    background-color: rgba(0, 0, 0, 0.9);
}

@media screen and (max-width: 800px) {
    .mySlides {
        width: 80%;
    }

    .next {
        right: 10%;
    }

    .prev {
        left: 12%;
    }

    .fivthBlock .twoRows, .sixBlock .twoRows {
        flex-direction: column;
    }

    .sixBlock .twoRows {
        flex-direction: column-reverse;
    }
}

.circles {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

/* points */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active, .dot:hover {
    background-color: #717171;
}

/* fade animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

@media screen and (max-width: 750px) {
    .slider {
        max-width: 80%;
    }
}


.footer {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: auto;
    width: 100%;
    background-color: olive;
    color: black;
    padding: 20px;
}

.footer a {
    text-decoration: none;
    color: black;
    font-size: 1.2rem;
    transition: ease-in-out .4s;
    padding-left: 20px;
}

.footer p {
    font-size: 1.2rem;
}

.footer a:hover {
    color: whitesmoke;
}


div.column {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 30px;
}

div.row {
    width: 100%;
    justify-content: space-around;
    display: flex;
    flex-direction: row;
    text-align: center;
}

.row a {
    padding: 0;
}

.bold {
    font-weight: bold;
}

.footer .fontSize14 p, .footer .fontSize14 a {
    font-size: 0.8rem;
    font-weight: bold;
    margin-top: 20px;
}

@media screen and (max-width: 570px) {
    .footer .row {
        flex-direction: column;
        text-align: center;
    }
}

@media screen and (max-width: 400px) {
    .footer {
        /*padding-left: 30%;*/
    }

    .footer .row {
        flex-direction: column;
    }

    .footer .row p {
        width: 100%;
        justify-content: left;
        text-align: center;
        padding: 0;
    }

    .footer a {
        text-align: center;
    }
}

/* ---------------------------------------------- fivthBlock -------------------------------- */
.fivthBlock {
    background-color: rgba(242, 242, 242, 1);
    margin-top: 40px;
}

.row100 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.twoRows {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.half {
    width: 50%;
    justify-content: center;
}

.half img {
    width: 100%;
    height: auto;
}

.fivthBlock h3, .sixBlock h3 {
    font-size: 1.9rem;
    margin: 20px;
}

.fivthBlock p, .sixBlock p {
    font-size: 1.6rem;
    margin: 20px;
    line-height: 40px;
}


@media screen and (min-width: 370px) and (max-width: 500px) {
    .thirdBlockImg {
        width: 23%;
    }

    .thirdBlock p, .fivthBlock p, .sixBlock p {
        font-size: 1.2rem;
    }

    .mySlides {
        width: 80%;
    }

    .numberText {
        left: 12%;
    }

    .next {
        right: 10%;
    }

    .prev {
        left: 12%;
    }

    .fivthBlock .twoRows, .sixBlock .twoRows {
        flex-direction: column;
    }

    .sixBlock .twoRows {
        flex-direction: column-reverse;
    }
}


@media screen and (min-width: 200px) and (max-width: 369px) {
    .thirdBlockImg {
        width: 35%;
    }

    .thirdBlock p, .fivthBlock p, .sixBlock p {
        font-size: 1.2rem;
        line-height: 26px;
    }

    .mySlides {
        width: 96%;
    }

    .numberText {
        left: 3%;
    }

    .next {
        right: -1%;
    }

    .prev {
        left: 3%;
    }

    .fivthBlock {
        margin-top: 20px;
    }

    .fivthBlock h3 {
        text-align: center;
    }

    .half {
        width: 80%;
    }

    .fivthBlock h3, .sixBlock h3 {
        font-size: 1.5rem;
    }

    .fivthBlock p, .sixBlock p {
        text-align: justify;
        line-height: 26px;
    }

    .fivthBlock p {
        text-align: center;
    }

    .fivthBlock .twoRows, .sixBlock .twoRows {
        flex-direction: column;
    }

    .sixBlock .twoRows {
        flex-direction: column-reverse;
    }
}