@charset "UTF-8";

body{
    background-color: rgba(162,195,190,1);
    width: 100vw;
    height: 100vh;    
}


.pattern-right img{
	position: fixed;
	width: 6%;
	height: 100;
	object-fit: cover;
	overflow: hidden;
}

.pattern-left img{
	position: fixed;
    left: 91.4%;
	width: 6%;
	height: 100;
	object-fit: cover;
	overflow: hidden;
}
.title{
    top: 5%;
	position: fixed;
	overflow: visible;
	width: 100vw;
	white-space: nowrap;
	text-align: center;
    justify-content: center;
	font-family: Nimbus Sans Extd;
	font-style: normal;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: black;
	font-weight: bold;
	font-size: 7vw;
    color: rgba(220,80,65,1);
}

.info {
    z-index: +2;
    position: fixed;
    display: row;
    transform: translate(-50%,-50%);
    top: 20%;
    left: 50%;
    text-align: center;
    font-size: 2vw;
    font-family: Nimbus Sans Extd;
	font-style: normal;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
	font-weight: bold;
    color:rgba(220,80,65,1);
    margin: 0;
    padding: 0;
    

}




.btn a, .btn a:visited{
    z-index: 7;
    text-decoration: none;
    position: fixed;
    transform: translate(-50%,-50%);
    top: 93%;
    left: 50%;
    text-align: center;
    justify-content: center;
    font-size: 3vw;
    font-family: Nimbus Sans Extd;
    font-weight: bolder;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
    color:black;
    cursor: pointer;
    border: solid 2px black;
    padding-top: 0.3em;
    padding-left: 0.3em;
    padding-right: 0.3em;
    background-color: rgba(220,80,65,1);
  }

svg a, svg a:visited {
    fill: rgb(236, 236, 236);
} 

img{
    position: relative;
    width: 190px;
    height: auto;
}

::-webkit-scrollbar{
    display: hidden;
    /* overflow-y: hidden;
    overflow-x: hidden; */
}



#map-container{
    width: 100vw;
    height: 100vh;
    
}

#map-svg{
    color:rgba(220,80,65,1);
    width: 400%;
    height: auto;
}

.Albania{
    cursor: pointer;
    transition: fill 0.3s ease-in-out;
}
.Albania:hover{
    fill: red;
}


.Turkey{
    cursor: pointer;
    transition: fill 0.3 ease-in-out;
}
.Turkey:hover{
    fill:coral;
}
.Greece{
    cursor: pointer;
    transition: fill 0.3 ease-in-out;
}
.Greece:hover{
    fill: sienna;
}

.Egypt{
    pointer-events: visible;
    cursor: pointer;
    transition: fill 0.3 ease-in-out;
}
.Egypt:hover{
    fill: rgba(220,80,65,1);
}

.Syria{
    cursor: pointer;
    transition: fill 0.3 ease-in-out;
}
.Syria:hover{
    fill: lightpink
}

.Morocco{
    cursor: pointer;
    transition: fill 0.3 ease-in-out;
}
.Morocco:hover{
    fill:yellow
}
.Algeria{
    cursor: pointer;
    transition: fill 0.3 ease-in-out;
}
.Algeria:hover{
    fill:green
}
.India{
    cursor: pointer;
    transition: fill 0.3 ease-in-out;
}
.India:hover{
    fill: rgba(220,80,65,1);
}

.Libya{
    cursor: pointer;
    transition: fill 0.3 ease-in-out;
}
.Libya:hover{
    fill: lightskyblue
}
.Tunisia{
    cursor: pointer;
    transition: fill 0.3 ease-in-out;
}
.Tunisia:hover{
    fill: burlywood
}
.Kosovo{
    cursor: pointer;
    transition: fill 0.3 ease-in-out;
}
.Kosovo:hover{
    fill: blue;
}


#map-container{
    width: 100vw;
    height: 100vh;
}

#map-svg{
    width: 400%;
    height: auto;
}

h1{
   margin-top: 600px;
   margin-left: 600px;
   text-align: center;
   position: fixed;
   
}

h2{
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-size: 2em;
    margin-top: 150px;
    margin-left: auto;
    margin-right:auto ;
    position: fixed;
    
 }
 


 .hover-title {
    display: inline;
    pointer-events: auto;
    cursor: pointer;
    font-family: Nimbus Sans Extd;
    font-size: 2em;
    text-transform: uppercase;
    color:rgba(220,80,65,1);
    margin-left: auto;
    margin-right:auto ;
    position: fixed;
}

.hover-image {
    visibility: hidden;
}

body:not(.mobile) .hover-title:hover + .hover-image {
    visibility: visible;
    pointer-events: none;
}

.hover-image {
    display: flex;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;

/* Change width and height to scale images */
    width: 90vw;
    height: 90vh;
}

.hover-image img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    margin-bottom: 0;
}


#imageContainer{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
}

#imageContainer img{
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top:50%;
    width: 100vw;
    height: auto;
}


a:visited {
    color: pink;
    background-color: white;
  }

  .countryImage-container{
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: red; */
  }

  #countryImage{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

   

    

section
{
    position: fixed;
    z-index: -1;
    top: 10px;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    font-family: Nimbus Sans Extd;
	font-style: normal;
    color:rgba(220,80,65,1);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
	font-weight: bold;
}
section .scroll
{
    z-index: -2;
    width: 100%;
    display: flex;
}
section .scroll div
{
    z-index: -2;
    font-size: 2em;
    white-space: nowrap;
    font-weight: 900;
    text-transform: uppercase;
    animation: animate 3s linear infinite;
    animation-delay: -10s;
}
section .scroll div:nth-child(2)
{
    animation: animate2 3s linear infinite;
    animation-delay: -5s;
}
@keyframes animate
{
    0%
    {
        transform: translateY(0);
    }
    100%
    {
        transform: translateY(-100%);
    }
}
@keyframes animate2
{
    0%
    {
        transform: translateY(-100%);
    }
    100%
    {
        transform: translateY(-300%);
    }
}

  


.flier {
    pointer-events: none;
}

.flier > * {
/* Adjust animation duration to change the element’s speed */
        animation: fly 50s linear infinite;
        pointer-events: none !important;
    top: 0;
    left: 0;
    transform: translateX(-120%) translateY(-120%) rotateZ(0);
    position: fixed;
    animation-delay: 1s;
    z-index: 3;
}

 /* Keyframe values control where the element will begin
    and end its trajectory across the screen. Each rule
    represents a path the element follows across the screen. */


@keyframes fly {

    98.001%, 0% {
                display: block;
        transform: translateX(-200%) translateY(100vh) rotateZ(0deg)
    }

    15% {
        transform: translateX(100vw) translateY(-100%) rotateZ(180deg)
    }

    15.001%, 18% {
        transform: translateX(100vw) translateY(-30%) rotateZ(0deg)
    }

    40% {
        transform: translateX(-200%) translateY(3vh) rotateZ(-180deg)
    }

    40.001%, 43% {
        transform: translateX(-200%) translateY(-100%) rotateZ(-180deg)
    }

    65% {
        transform: translateX(100vw) translateY(50vh) rotateZ(0deg)
    }

    65.001%, 68% {
        transform: translateX(20vw) translateY(-200%) rotateZ(180deg)
    }

    95% {
        transform: translateX(10vw) translateY(100vh) rotateZ(0deg)
    }
}

.flier2 {
    pointer-events: none;
}

.flier2 > * {
/* Adjust animation duration to change the element’s speed */
        animation: fly 50s linear infinite;
        pointer-events: none !important;
    top: 0;
    left: 0;
    transform: translateX(-120%) translateY(-120%) rotateZ(0);
    position: fixed;
    animation-delay: 2s;
    z-index: 0;
}

 /* Keyframe values control where the element will begin
    and end its trajectory across the screen. Each rule
    represents a path the element follows across the screen. */


@keyframes fly {

    98.001%, 0% {
                display: block;
        transform: translateX(-200%) translateY(100vh) rotateZ(0deg)
    }

    15% {
        transform: translateX(100vw) translateY(-100%) rotateZ(180deg)
    }

    15.001%, 18% {
        transform: translateX(100vw) translateY(-30%) rotateZ(0deg)
    }

    40% {
        transform: translateX(-200%) translateY(3vh) rotateZ(-180deg)
    }

    40.001%, 43% {
        transform: translateX(-200%) translateY(-100%) rotateZ(-180deg)
    }

    65% {
        transform: translateX(100vw) translateY(50vh) rotateZ(0deg)
    }

    65.001%, 68% {
        transform: translateX(20vw) translateY(-200%) rotateZ(180deg)
    }

    95% {
        transform: translateX(10vw) translateY(100vh) rotateZ(0deg)
    }
}

.flier3 {
    pointer-events: none;
}

.flier3 > * {
/* Adjust animation duration to change the element’s speed */
        animation: fly 50s linear infinite;
        pointer-events: none !important;
    top: 0;
    left: 0;
    transform: translateX(-120%) translateY(-120%) rotateZ(0);
    position: fixed;
    animation-delay: 9s;
    z-index: -1;
}

 /* Keyframe values control where the element will begin
    and end its trajectory across the screen. Each rule
    represents a path the element follows across the screen. */


@keyframes fly {

    98.001%, 0% {
                display: block;
        transform: translateX(-200%) translateY(100vh) rotateZ(0deg)
    }

    15% {
        transform: translateX(100vw) translateY(-100%) rotateZ(180deg)
    }

    15.001%, 18% {
        transform: translateX(100vw) translateY(-30%) rotateZ(0deg)
    }

    40% {
        transform: translateX(-200%) translateY(3vh) rotateZ(-180deg)
    }

    40.001%, 43% {
        transform: translateX(-200%) translateY(-100%) rotateZ(-180deg)
    }

    65% {
        transform: translateX(100vw) translateY(50vh) rotateZ(0deg)
    }

    65.001%, 68% {
        transform: translateX(20vw) translateY(-200%) rotateZ(180deg)
    }

    95% {
        transform: translateX(10vw) translateY(100vh) rotateZ(0deg)
    }
}


@media screen and (max-width:800px){
    .title{
        top: 5%;
        position: fixed;
        overflow: visible;
        width: 100vw;
        white-space: nowrap;
        text-align: center;
        justify-content: center;
        font-family: Nimbus Sans Extd;
        font-style: normal;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: black;
        font-weight: bold;
        font-size: 7vw;
        color: rgba(220,80,65,1);
    }
    
    .info {
        z-index: +2;
        position: fixed;
        display: row;
        transform: translate(-50%,-50%);
        top: 20%;
        left: 50%;
        text-align: center;
        font-size: 5vw;
        font-family: Nimbus Sans Extd;
        font-style: normal;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: black;
        font-weight: bold;
        color:rgba(220,80,65,1);
        margin: 0;
        padding: 0;
    }
    .btn a, .btn a:visited{
        z-index: 7;
        text-decoration: none;
        position: fixed;
        transform: translate(-50%,-50%);
        top: 93%;
        left: 50%;
        text-align: center;
        justify-content: center;
        font-size: 4.8vw;
        font-family: Nimbus Sans Extd;
        font-weight: bolder;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: white;
        color:black;
        cursor: pointer;
        border: solid 2px black;
        padding-top: 0.3em;
        padding-left: 0.3em;
        padding-right: 0.3em;
        background-color: rgba(220,80,65,1);
      }
    section{
    position: fixed;
    z-index: -1;
    top: 10px;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    font-family: Nimbus Sans Extd;
	font-style: normal;
    color:transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
	font-weight: bold;
    }
    section .scroll
{
    z-index: -2;
    width: 100%;
    display: flex;
}
section .scroll div
{
    z-index: -2;
    font-size: 2em;
    white-space: nowrap;
    font-weight: 900;
    text-transform: uppercase;
    animation: animate 3s linear infinite;
    animation-delay: -5s;
}
}

