/* ==========================      GENERAL       ====================== */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    background-color: #1e1e1e;

    margin: 0;
    padding: 0;

    font-family: sans-serif;
}
.aboutWP {
    position: fixed;
    width: 90%;
    top: -200%;
    left: 5%;

    padding: 1.5em 0.5em;
    border-radius: 10em;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 1px solid rgb(137, 137, 137);
    border-bottom: 1.2px solid orange;
    border-left: 0.5px  solid orange;
    border-right: 0.5px solid orange;
    background-color: #1e1e1e;
    color: rgb(229, 229, 229);
    text-indent: 1em;
    z-index: 3;
    transition: all ease 3s;
}
.aboutWP div {
    margin: auto;
    width: auto;

    font-variant: small-caps;
    font-size: 1em;

    padding: 1.3em 0.3em;
    padding-left: 1em;
    background-color: #282828;
    
    border-top-right-radius: 0.5em;
    border-top-left-radius: 0.5em;

    line-height: 1.3em;
    letter-spacing: 0.01em;
    transition:  all ease 1s;
}
@media (max-width:400px) {
    .aboutWP div {
        padding: 0.7em 0.3em;
    }
    .discover {
        font-size: 0.7em;
    }
}
.aboutWP div:nth-child(1) {
    border-top: 1px solid rgb(164, 205, 255);

    border-left: none;
    box-shadow: 5px 5px 10px rgb(25, 102, 112), -5px -5px 10px rgb(23, 71, 98), -5px 5px 10px rgb(32, 174, 34) , 5px -5px 10px rgb(78, 25, 158);
    transition:  all ease 1s;

}
.aboutWP div:nth-child(1):hover {
    border-top: 1px solid rgb(153, 199, 255);

    box-shadow: 10px 10px 20px rgb(22, 228, 255), -10px -10px 20px rgb(28, 176, 255), -10px 10px 20px rgb(11, 255, 15) , 10px -10px 20px rgb(114, 19, 255);
    transition:  all ease 1s;
    background-color: #232323;
    padding-left: 2em;

}
.aboutWP div:nth-child(2) {
    border-top: 1px solid rgb(255, 209, 153);

    box-shadow: 5px 0 10px rgb(127, 119, 30), -5px -2px 10px rgb(121, 78, 25), 5px -2px 10px rgb(38, 121, 25);
    transition:  all ease 1s;

}
.aboutWP div:nth-child(2):hover {
    border-top: 1px solid rgb(255, 209, 153);

    box-shadow: 5px 0 20px rgb(200, 185, 26), -5px -2px 20px rgb(198, 121, 27), 5px -2px 20px rgb(48, 200, 25);
    transition:  all ease 1s;
    background-color: #232323;
    padding-left: 2em;
}
.aboutWP div:nth-child(3) {
    border-top: 1px solid rgb(188, 146, 255);

    box-shadow: 5px 5px 10px rgb(33, 40, 126), -5px -2px 10px rgb(71, 28, 121), 5px -2px 10px rgb(22, 124, 133);
    transition:  all ease 1s;

}
.aboutWP div:nth-child(3):hover {
    border-top: 1px solid rgb(188, 146, 255);

    box-shadow: 5px 5px 20px rgb(109, 119, 255), -5px -2px 20px rgb(113, 25, 214), 5px -2px 20px rgb(13, 208, 225);
    transition:  all ease 1s;
    background-color: #232323;
    padding-left: 2em;


}
.aboutWP div:nth-child(4) {
    border-top: 1px solid rgb(106, 255, 136);

    box-shadow: 0 -5px 10px rgba(25, 137, 79, 0.5), -5px -2px 10px rgb(25, 106, 122), 8px 0 10px rgb(22, 120, 117);
    transition:  all ease 1s;

}
.aboutWP div:nth-child(4):hover {
    border-top: 1px solid rgb(106, 255, 136);

    box-shadow: 0 -5px 20px rgba(19, 255, 94, 0.5), -5px -2px 20px rgb(196, 190, 25), 8px 0 20px rgb(20, 149, 214);
    transition:  all ease 1s;
    background-color: #232323;
    padding-left: 2em;


}
.aboutWP div:last-child {
    border-bottom: 0.1px solid rgb(77, 188, 36);
    border-radius: 0.5em;
    border-bottom-right-radius: 10em;
    border-bottom-left-radius: 10em;
    box-shadow: 5px 5px 20px rgba(98, 39, 146, 0.5), -5px -2px 10px rgb(9, 212, 29), -5px 5px 20px rgb(35, 98, 244) , 5px -2px 10px rgb(255, 211, 36), 0 0 20px rgb(156, 75, 255);
    text-align: center;
    text-indent: 0;
    padding-bottom: 1em;
    padding: 0.5em 0.2em;
    
}
.Europe {
    text-decoration: underline;
    /* text-decoration-thickness: 0.5px; */
    padding: 0 0.3em;
    text-decoration-color: rgb(98, 189, 255);

}
.Google {
    text-decoration: underline;
    padding: 0 0.3em;
    text-decoration-color: rgb(255, 202, 44);


}
.Wikipedia {
    text-decoration: underline;
    padding: 0 0.3em;
    text-decoration-color: rgb(186, 157, 255);


}
.Adobe {
    text-decoration: underline;
    padding: 0 0.3em;
    text-decoration-color: rgb(48, 255, 79);

}
.enjoy {
    border-bottom: 0.1px solid white;
}
.discover {
    position: fixed;
    width: auto;
    height: auto;
    text-align: center;
    top: 3%;
    left: 77%;
    padding: 0.5em 1em;
    border-top: 1px solid rgb(239, 239, 116);
    border-bottom: 1px solid rgb(224, 173, 46);
    border-radius: 2em;
    border-top-left-radius: 0;

    box-shadow: 5px 5px 20px rgb(16, 192, 216), -5px -5px 20px rgb(213, 122, 42), -5px 5px 20px rgb(16, 216, 19) , 5px -5px 20px rgb(96, 16, 216);
    font-size: 0.8em;
    color: white;
    text-shadow: 0 0 2px white;

    z-index: 999;
    transition: all ease 1s;
    cursor: pointer;

    background: rgb(26,255,249);
    background: -moz-radial-gradient(circle, rgba(26,255,249,1) 0%, rgba(29,102,98,1) 58%, rgba(5,69,62,1) 72%, rgba(69,69,69,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(26,255,249,1) 0%, rgba(29,102,98,1) 58%, rgba(5,69,62,1) 72%, rgba(69,69,69,1) 100%);
    background: radial-gradient(circle, rgb(16, 187, 170) 0%, rgba(29,102,98,1) 58%, rgba(5,69,62,1) 72%, rgba(69,69,69,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1afff9",endColorstr="#454545",GradientType=1);

    background-size: 90px 50px;  
    background-repeat: no-repeat;
    background-position: center;
}
.discover:hover {
    border-top: 1px solid rgb(224, 173, 46);
    border-bottom: 1px solid rgb(224, 173, 46);

    box-shadow: -5px -5px 20px rgb(16, 192, 216), 5px 5px 20px rgb(213, 122, 42), -5px 5px 20px rgb(16, 216, 19) , 5px -5px 20px rgb(96, 16, 216), 5px -5px 20px rgb(96, 16, 216), 0px 0px 50px rgb(219, 219, 219);
    
    
    background: radial-gradient(circle, rgb(10, 197, 122) 0%, rgba(29,102,98,1) 51%, rgba(5,69,62,1) 72%, rgba(69,69,69,1) 100%);
    background-position: center;
    background-size:120px 80px;  
}
.discover_ON {

    border-radius: 2em;
    border-bottom-left-radius: 0;
    box-shadow: -5px -5px 20px rgb(16, 192, 216), 5px 5px 20px rgb(213, 122, 42), -5px 5px 20px rgb(16, 216, 19) , 5px -5px 20px rgb(96, 16, 216), 5px -5px 20px rgb(96, 16, 216), 0px 0px 50px rgb(219, 219, 219);

    background: radial-gradient(circle, rgb(10, 197, 122) 0%, rgba(29,102,98,1) 51%, rgba(5,69,62,1) 72%, rgba(69,69,69,1) 100%);
    background-position: center;
    background-size:120px 80px;  
}
@media (Min-aspect-ratio: 1/1) {
    .discover {
        left: 87%;
    }
}
@media (max-width:400px) {
    .discover {
        font-size: 0.7em;
    }
    .aboutWP div:last-child {
        border-bottom-right-radius: 1em;
        border-bottom-left-radius: 1em;
    }
}
a{
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
     user-select: none;
   
   }
h1 {
    position: fixed;
    top: 0;
    width: 100%;
    margin: 0;
    padding: 0.7em;
    font-size: 190%;
    text-align: start;
    font-family: sans-serif;
    font-weight: 100;
    font-variant: small-caps;
    line-height: 0.7em;
    color: rgb(200, 200, 200);
    background-color: rgba(63, 63, 63, 1);
    /* background-image: linear-gradient(0deg, rgb(83, 83, 83), rgb(41, 41, 41),rgb(51, 51, 51)); */

    border-bottom: 2px solid gray;
    border-top: 2px solid rgb(157, 157, 157);

    border-bottom-right-radius: 10%;
    border-bottom-left-radius: 10%;

    box-shadow: 0 0px 30px rgb(22, 22, 22);
    z-index: 3;
    transition: all ease 1s;
}
h1:hover {
    border-bottom: 2px solid rgb(159, 141, 35);
    /* background-image: linear-gradient(0deg, rgb(24, 108, 137), rgb(22, 37, 41)); */

    box-shadow: 0px 1px 7px rgb(180, 123, 38);
    transition: all ease 1s;
}
.v_letter {
    color: rgb(20, 206, 206);
    transition: all ease 1s;
}
.open_image_container {
    position: relative;
    width: 100%;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: end;
    height: 5.5em;
    font-size: 100%;
    border-bottom: 2px solid rgba(152, 152, 152, 0.7);
    margin: 0 0;
    border-bottom-left-radius: 20%;
    border-bottom-right-radius: 20%;
    color: white;
    background-color: rgb(66, 66, 66);
    transition: all ease 1s;
}
.open_image_container_hint {
    /* display: none; */
    position: fixed;
    width: 100%;
    top: 0;
    height: 0em;
    padding-top: 0;
    font-size: 100%;
    text-align: center;
    border-bottom: 3px solid rgba(197, 159, 24, 0.7);
    border-bottom-left-radius: 20%;
    border-bottom-right-radius: 20%;
    color: white;
    background-image: linear-gradient(0deg, rgb(48, 96, 112), rgb(41, 41, 41));
    z-index: 2;
    transition: 1.5s;
}
.author {
    font-size: 0.4em;
    color: transparent;
    transition: all ease 2s;
}
nav {
    position: fixed;
    width: 100%;
    bottom: 0;
    margin: 0;
    padding: 0;
    z-index: 3;
    box-shadow: 0 -10px 20px rgb(74, 74, 74);

    border-top-left-radius: 3em;
    border-top-right-radius: 3em;
    
    transition: all ease 1s;
}
nav:hover {
    transition: all ease 1s;
    box-shadow: 0 -2px 10px rgb(108, 98, 89);
    
}
.nav_container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
    margin: 0;
    padding: 0;
    transition: all ease 1s;
    
    border-top: 2px solid rgb(35, 128, 159);
    border-top-left-radius: 2.6em;
    border-top-right-radius: 2.6em;
}
.nav_container:hover {
    border-top: 2px solid rgb(159, 141, 35);
    box-shadow: -10px 0px 50px rgb(0, 0, 0);
}
.contact, .buy {
    flex: 0 1 50%;
    list-style-type: none;
    text-align: center;
    margin: 0;
    padding: 0.3em 0;
    color: white;
    font-size: 140%;
    font-variant: small-caps;
    background-color: rgba(33, 33, 33, 0.9);
    /* background-image: linear-gradient(0deg, rgb(83, 83, 83), rgb(41, 41, 41),rgb(51, 51, 51)); */
}
.contact {
    margin: 0;
    border-top-left-radius: 2em;
    border-right: 0;
    transition: all ease 1s;
}

.contact:hover {
    transition: all ease 1s;
    box-shadow: -5px -1px 10px rgb(60, 85, 210);
    border-top-left-radius: 2em;
}

.buy {
    margin: 0;
    border-top-right-radius: 2em;
    border-left: 0;
    transition: all ease 1s;
    
}
.buy:hover {
    border-top-right-radius: 2em;
    transition: all ease 1s;
    box-shadow: 5px -1px 10px rgb(55, 164, 157);

}
@media (max-width: 300px) {
    .contact {
        flex: 0 1 100%;
        border-top-left-radius: 2em;
        border-top-right-radius: 2em;
        transition: all ease 0.5s;
    }
    .buy {
        flex: 0 1 100%;
        border-radius: 0;
        border-top-left-radius: 0;
        transition: all ease 0.5s;
    }
    .buy:hover {
        border-radius: 0;
        transition: all ease 0.5s;
    }
}
a:link {
    text-decoration: none;
}
.box_for_info {
    position: fixed;
    display: none;
    visibility: hidden;
    justify-content: center;
    align-items: center;
    width: fit-content;
    height: fit-content;
    left: 0;
    top: 100%;
    padding: 2em;
    border-bottom: 3px solid rgb(181, 181, 181);
    border-top: 2px solid gray;
    border-radius: 1em;
    background-color: rgba(57, 57, 57, 0.9);
    box-shadow: 0 0 20px rgba(30, 83, 137,0.8), 5px 15px 15px rgba(37, 155, 37, 0.3);
    color: white;
    font-size: 1.1em;
    text-align: center;

    z-index: 2;
    transition: 1s;
}
.box_for_info_move {
    visibility: visible;
    left: 10%;
    top: 70%;
    transition: 0.8s;

}
@media (max-width: 600px) {
    .box_for_info {
        width: 100%;
    }
    .box_for_info_move {
        left: 0;
        top: 60%;
        width: 100%;
    }
}
footer {
    margin-top: 5%;
    margin-bottom: 10vh;
    font-size: calc(0.7em + 0.5vh);
    color: rgb(161, 161, 161);
    text-align: center;
}

















#img0 {
    margin-top: 1em;
}
.image_box {
    margin-bottom: 2em;
    transition: all ease 0.7s;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;

}
.aToFull {
    display: block;
    width: 95vw;
    margin: 0em auto;
    background-color: rgb(58, 58, 58);
    border-top: 1vw solid rgb(58, 58, 58);
    transition: all ease 1.2s;
}
.aToFull:hover {
    width: 95vw;

    margin: 0em auto;
    border-top: 1vw solid rgb(62, 62, 62);
    box-shadow: 0px 50px 50px rgb(22, 22, 22), 0px -10px 30px rgb(51, 51, 51);
    border-top-right-radius: 1em;
    border-top-left-radius: 1em;
    transition: all ease 1s;
}

.images {
    aspect-ratio: auto 4 / 1;
    display: block;
    width: 93vw;
    margin: 0 auto;
    border-right: 2px solid rgb(81, 81, 81);
    border-left: 2px solid rgb(81, 81, 81);
    border-top: 2px solid rgb(81, 81, 81);
    border-radius: 0.1em;
    transition: all ease 1s;
}
.images:hover {
    transition: all ease 1s;
    width: 94vw;
    
    border-top-right-radius: 1em;
    border-top-left-radius: 1em;
    transition: all ease 1s;

}
.images:hover + .aToFull {
    padding-top: 0;
}
























/*                  DESCRIPTION                             */


.aToFull:hover ~ .description .title {
    color: white;
    font-size: 1.5em;
    transition: all ease 1s;

    border-radius: 0.2em;
}
.image_box:hover ~ .image_box {
    opacity: 0.8;
    transition: all ease 0.7s;
}
.description {
    width: 95vw;
    height: 0%;
    overflow: hidden;
    margin: 0 auto;
    border-bottom: 1px solid rgb(55, 55, 55);
    border-bottom-right-radius: 1.7em;
    border-bottom-left-radius: 1.7em;
    color: rgb(207, 207, 207);
    background-color: rgb(38, 38, 38);

    transition: all ease 1s;
}

.on_photo {
    text-align: center;
    font-size: 0.8em;
    padding-top: 0.5em;
    padding-bottom: 1em;
    transition: all ease 1s;
}
.image_description {
    width: 100%;
    height: 0px;
    visibility: hidden;
    border-left: 1px solid rgb(103, 103, 103);
    border-right: 1px solid rgb(103, 103, 103);
    
    transition: all ease 1s;
    
}
.image_description_on {
    animation-name: image_descr_on;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.image_description_off {
    animation-name: image_descr_off;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
@keyframes image_descr_on {
    0% {
        visibility: hidden;
    }
    100% {
        visibility: visible;
    }
}
@keyframes image_descr_off {
    0% {
        visibility: visible;
    }
    100% {
        visibility: hidden;
        /* height: 0px; */
    }
}

.aboutBar {
    width: 100%;
    height: fit-content;
    margin: 0;
    padding: 0.2em;
    border-bottom: 2px solid rgb(103, 103, 103);
    background-color: rgb(42, 42, 42);
    border-bottom-right-radius: 2em;
    border-bottom-left-radius: 2em;

    font-size: 1em;
    text-align: center;
    transition: all ease 1.5s;
    z-index: 100;
}

.aToFull:hover ~ .description {
    box-shadow: 0px 0px 0px transparent, 0px 0px 1px transparent;
    
}

/*                                LINKS DECORATION                                   */
.box_for_links {
    visibility: hidden;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    justify-content: space-evenly;
    border-bottom: 1px solid gray;
    transition: all ease 1.5s;
}


.outLinks {
    flex: 0 1 auto;
    padding: 0.7em;
    border-radius: 30em;
    border-right: 2px solid transparent;
    border-left: 2px solid transparent;
    transition: all ease 1.3s;
}
.outLinks:link {
    color: rgb(140, 136, 255);
}
.outLinks:visited {
    color: rgb(160, 134, 255);
}
.outLinks:hover {
    text-decoration: none;
    color: rgb(114, 241, 255);

}
.outLinks:active {
    color: rgb(68, 208, 70);

}

/* ============================DESCRIPTION  END========================================= */


header {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0.4em;
    padding-left: 3%;
    /* border-left: 2px solid gray; */
    border-top-left-radius: 1em;
    border-bottom-left-radius: 1em;
}

.explanation, .location, .coordinates {
    font-size: 1em;
    text-align: start;
    padding: 1em 0;
    border-bottom: 1px solid gray;
    line-height: 20px;
    transition: all ease 1s;
}
.explanation:hover, .location:hover, .coordinates:hover {
    background-color: rgb(26, 26, 26);
}
.coordinates {
    border-bottom: none;
    padding-bottom: 0;
}

.location header {
    text-align: start;
}
.coordinates header {
    text-align: start;
    border-bottom: none;
}
.coordinates div {
    border-bottom: none;
}
/* LINKS */
.coordinates a:link {
    color: yellow;
}
.coordinates a:visited {
    color: rgb(255, 140, 0);

}
.coordinates a:hover {
    color: yellow;
}
.coordinates a:active {
    color: rgb(255, 102, 0);
}
.onMap {
    width: fit-content;
}


/* /////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////// */
/*                EXPLANATION       ANIMATION BLOCK                 */
/*                EXPLANATION       HEADER                         */
@keyframes Ex_MoveHeaderOn {
    0% {
        color: transparent;
        padding-left: 0%;
    }
    100% {
        color: white;
        padding-left: 3%;
    }
}
@keyframes Ex_MoveHeaderOff {
    0% {
        color: white;
        padding-left: 3%;
    }
    100% {
        color: transparent;
        padding-left: 0%;
    }
}

.ExplanationHeaderOn {
    animation-name: Ex_MoveHeaderOn;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.ExplanationHeaderOff {
    animation-name: Ex_MoveHeaderOff;
    animation-duration: 2.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

/*                EXPLANATION        DIV                            */
@keyframes Ex_MoveDivOn {
    0% {
        color: transparent;
        padding-left: 0%;
    }
    100% {
        color: white;
        padding-left: 6%;
    }
}
@keyframes Ex_MoveDivOff {
    0% {
        color: white;
        padding-left: 6%;
    }
    100% {
        color: transparent;
        padding-left: 0%;
    }
}

.ExplanationDivOn {
    animation-name: Ex_MoveDivOn;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.ExplanationDivOff {
    animation-name: Ex_MoveDivOff;
    animation-duration: 2.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
/* /////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////// */
/*                LOCATION          ANIMATION BLOCK                  */

/*                LOCATION          HEADER                             */
@keyframes Loc_MoveHeaderOn {
    0% {
        color: transparent;
        padding-left: 0%;
    }
    100% {
        color: white;
        padding-left: 6%;
    }
}
@keyframes Loc_MoveHeaderOff {
    0% {
        color: white;
        padding-left: 6%;
    }
    100% {
        color: transparent;
        padding-left: 0%;
    }
}

.LocationHeaderOn {
    animation-name: Loc_MoveHeaderOn;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.LocationHeaderOff {
    animation-name: Loc_MoveHeaderOff;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
/*                LOCATION        DIV                                */

@keyframes Loc_MoveDivOn {
    0% {
        color: transparent;
        padding-left: 0%;
    }
    100% {
        color: white;
        padding-left: 9%;
    }
}
@keyframes Loc_MoveDivOff {
    0% {
        color: white;
        padding-left: 9%;
    }
    100% {
        color: transparent;
        padding-left: 0%;
    }
}

.LocationDivOn {
    animation-name: Loc_MoveDivOn;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.LocationDivOff {
    animation-name: Loc_MoveDivOff;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
/* /////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////// */
/*                COORDINATES          ANIMATION BLOCK                  */

/*                COORDINATES        HEADER                             */
@keyframes Coord_MoveHeaderOn {
    0% {
        color: transparent;
        padding-left: 0%;
    }
    100% {
        color: white;
        padding-left: 9%;
    }
}
@keyframes Coord_MoveHeaderOff {
    0% {
        color: white;
        padding-left: 9%;
    }
    100% {
        color: transparent;
        padding-left: 0%;
    }
}

.CoordinatesHeaderOn {
    animation-name: Coord_MoveHeaderOn;
    animation-duration: 2.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.CoordinatesHeaderOff {
    animation-name: Coord_MoveHeaderOff;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
/*                COORDINATES        DIV                                */     
@keyframes Coord_MoveDivOn {
    0% {
        color: transparent;
        padding-left: 0%;
    }
    100% {
        color: white;
        padding-left: 12%;
    }
}
@keyframes Coord_MoveDivOff {
    0% {
        color: white;
        padding-left: 12%;
    }
    100% {
        color: transparent;
        padding-left: 0%;
    }
}

.CoordinatesDivOn {
    animation-name: Coord_MoveDivOn;
    animation-duration: 2.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.CoordinatesDivOff {
    animation-name: Coord_MoveDivOff;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
/* /////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////// */










.hidden {
    position: absolute;
    top: 100px;
    width: 90%;
    left: 5%;
    ;
    /* color: transparent;
    font-size: 0; */
    /* font-size: 2em; */
    /* z-index: 999; */
}
/*                          FOR ADOBE STOCK                         */
.on {
    color: transparent;
    transition: 0.5s;
}
.on_hint {
    height: 8.5em;
    padding-top: 7.3em;
    transition: 1s;
}


/* ================================================================ */


/* ==============           CURSOR   ============ */
.cursor {
    position: fixed;
    width: auto;
    height: 1px;
    /* border-top: 20px solid rgb(23, 169, 218); */
    z-index: 11;
    transform-origin: top;
    animation: glow 25s linear infinite;
    font-size: 0.9em;
    font-variant: small-caps;
    color: white;
    transition: all ease 1s;
}
.cursor_glow_off {
    animation: none;
    z-index: 12;
}
.cursor::before {
    content: '';
    position: absolute;
    background-color: rgb(255, 255, 255);

}
@keyframes glow {
    0%  {filter: drop-shadow(0 0 3px rgb(0, 217, 255))
        drop-shadow(0 0 10px rgb(0, 217, 255))
        drop-shadow(0 0 15px rgb(0, 217, 255)) hue-rotate(0deg);}
    100%  {filter: drop-shadow(0 0 3px rgb(0, 217, 255))
            drop-shadow(0 0 15px rgb(0, 217, 255))
            drop-shadow(0 30px 25px rgb(0, 217, 255)) hue-rotate(360deg);}
}
@keyframes glow_turquoise {
    0%  {filter: drop-shadow(0 0 3px rgb(25, 87, 99))
        drop-shadow(0 0 10px rgb(0, 217, 255))
        drop-shadow(0 0 15px rgb(0, 217, 255)) hue-rotate(0deg);}
    100%  {filter: drop-shadow(0 0 3px rgb(0, 217, 255))
            drop-shadow(0 0 15px rgb(0, 217, 255))
            drop-shadow(0 30px 25px rgb(0, 217, 255)) hue-rotate(0deg);}
}
@keyframes glow_orange {
    0%  {filter: drop-shadow(0 0 3px rgb(255, 181, 53))
        drop-shadow(0 0 10px rgb(222, 159, 50))
        drop-shadow(0 0 15px rgb(203, 155, 72)) hue-rotate(0deg);}
    100%  {filter: drop-shadow(0 0 3px rgb(255, 200, 0))
            drop-shadow(0 0 15px rgb(255, 162, 0))
            drop-shadow(0 30px 25px rgb(246, 165, 27)) hue-rotate(0deg);}
}
@keyframes glow_yellow {
    0%  {filter: drop-shadow(0 0 3px rgb(227, 206, 16))
        drop-shadow(0 0 10px rgb(226, 213, 88))
        drop-shadow(0 0 15px rgb(226, 215, 114)) hue-rotate(0deg);}
    100%  {filter: drop-shadow(0 0 3px rgb(199, 183, 39))
            drop-shadow(0 0 15px rgb(205, 194, 99))
            drop-shadow(0 30px 25px rgb(200, 190, 104)) hue-rotate(0deg);}
}
@keyframes glow_lavender {
    0%  {filter: drop-shadow(0 0 3px rgb(91, 56, 228))
        drop-shadow(0 0 10px rgb(167, 109, 255))
        drop-shadow(0 0 15px rgb(200, 137, 255)) hue-rotate(0deg);}
    100%  {filter: drop-shadow(0 0 3px rgb(173, 80, 255))
            drop-shadow(0 0 15px rgb(200, 138, 255))
            drop-shadow(0 30px 25px rgb(223, 186, 255)) hue-rotate(0deg);}
}
@keyframes glow_pink {
    0%  {filter: drop-shadow(0 0 3px rgb(207, 62, 251))
        drop-shadow(0 0 10px rgb(211, 109, 255))
        drop-shadow(0 0 15px rgb(229, 137, 255)) hue-rotate(0deg);}
    100%  {filter: drop-shadow(0 0 3px rgb(217, 80, 255))
            drop-shadow(0 0 15px rgb(232, 138, 255))
            drop-shadow(0 30px 25px rgb(241, 186, 255)) hue-rotate(0deg);}
}
@keyframes glow_green {
    0%  {filter: drop-shadow(0 0 3px rgb(55, 199, 77))
        drop-shadow(0 0 10px rgb(94, 199, 115))
        drop-shadow(0 0 15px rgb(124, 206, 154)) hue-rotate(0deg);}
    100%  {filter: drop-shadow(0 0 3px rgb(82, 178, 73))
            drop-shadow(0 0 15px rgb(138, 255, 157))
            drop-shadow(0 30px 25px rgb(186, 255, 216)) hue-rotate(0deg);}
}
@keyframes glow_blue {
    0%  {filter: drop-shadow(0 0 5px rgb(0, 200, 255))
        drop-shadow(0 0 10px rgb(67, 169, 185))
        drop-shadow(0 0 15px rgb(81, 141, 168)) hue-rotate(0deg);}
    100%  {filter: drop-shadow(0 0 3px rgb(65, 182, 214))
            drop-shadow(0 0 15px rgb(54, 125, 167))
            drop-shadow(0 30px 25px rgb(53, 131, 170)) hue-rotate(0deg);}
}
@keyframes glow_orangered {
    0%  {filter: drop-shadow(0 0 5px rgb(255, 81, 0))
        drop-shadow(0 0 10px rgb(185, 114, 67))
        drop-shadow(0 0 15px rgb(168, 114, 81)) hue-rotate(0deg);}
    100%  {filter: drop-shadow(0 0 3px rgb(214, 132, 65))
            drop-shadow(0 0 15px rgb(167, 105, 54))
            drop-shadow(0 30px 25px rgb(170, 92, 53)) hue-rotate(0deg);}
}
@keyframes glow_gray {
    0%  {filter: drop-shadow(0 0 5px rgb(253, 253, 253))
        drop-shadow(0 0 10px rgb(188, 188, 188))
        drop-shadow(0 0 15px rgb(158, 158, 158)) hue-rotate(0deg);}
    100%  {filter: drop-shadow(0 0 3px rgb(215, 215, 215))
            drop-shadow(0 0 15px rgb(157, 157, 157))
            drop-shadow(0 30px 25px rgb(175, 175, 175)) hue-rotate(0deg);}
}
