@font-face {
    font-family: Montserrat;
    src: url(fonts/Montserrat-VariableFont_wght.ttf);
}
@font-face {
    font-family: Milonga;
    src: url(fonts/Milonga-Regular.ttf);
}
@font-face {
    font-family: Mingzat;
    src: url(fonts/Mingzat-Regular.ttf);
}
@font-face {
    font-family: Metrophobic;
    src: url(fonts/Metrophobic-Regular.ttf);
}
body {
    touch-action: pan-y;
    background-color: #9c6c63;
}
h1 {
    font-size: 2.8rem;
    font-weight: 400;
}
h2 {
    font-size: 1.8rem;
    font-weight: 400;
}
p {
    font-size: 1.5rem;
    font-family: Milogna;
}
html {
    overflow-x: hidden;
}
body {
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: white;
}
nav {
    transition: 0.5s;
    width: 100vw;
    height: 11.5rem;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    z-index: 90;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    position: fixed;
}
#nav {
    z-index: 95;
}
#nav-strom {
    width: auto;
    height: 148px;
    transition: height 0.5s;
}
#nav.scrolled #nav-strom {
    height: 100px;
}
div.container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0;
    padding-right: 6rem;
    text-align: center;
    transition: 1s;
}
div.container a {
    color: white;
    text-decoration: none;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 1.25rem;
    padding: 10px 2rem;
    position: relative;
    z-index: 0;
    cursor: pointer;
    transition: 1s;
}
div.topBotomBordersOut a:hover:before,
div.topBotomBordersOut a:hover:after {
    opacity: 1;
    transform: translateY(0px);
}
#nav-stromZ:hover:before,
#nav-stromZ:hover:after {
    opacity: 0;
    transform: none;
}
div.topBotomBordersOut a:before,
div.topBotomBordersOut a:after {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 2px;
    background: #a67b5b;
    content: "";
    opacity: 0;
    transition: all 0.3s;
    box-shadow: 0 0 0 0.5px #a67b5b;
}
div.topBotomBordersOut a:before {
    top: 0px;
    transform: translateY(10px);
}
div.topBotomBordersOut a:after {
    bottom: 0px;
    transform: translateY(-10px);
}
div.topBotomBordersOut a:hover:before,
div.topBotomBordersOut a:hover:after {
    opacity: 1;
    transform: translateY(0px);
}
#nav.scrolled {
    transition: 0.5s;
    height: 7rem;
    background: rgba(0, 0, 0, 0.5);
}
.burger {
    width: 80px;
    height: 80px;
    position: fixed;
    top: 20px;
    right: 20px;
    border-radius: 4px;
    z-index: 99;
}
.burger span {
    position: relative;
    margin-top: 11px;
    margin-bottom: 11px;
    user-select: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -1.5px;
}
.burger span,
.burger span::before,
.burger span::after {
    display: block;
    width: 40px;
    height: 5px;
    background-color: #a67b5b;
    outline: 1px solid transparent;
    -webkit-transition-property: background-color, -webkit-transform;
    -moz-transition-property: background-color, -moz-transform;
    -o-transition-property: background-color, -o-transform;
    transition-property: background-color, transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.burger span::before,
.burger span::after {
    position: absolute;
    content: "";
}
.burger span::before {
    top: -9px;
}
.burger span::after {
    top: 9px;
}
.burger.clicked span {
    background-color: transparent;
}
.burger.clicked span::before {
    -webkit-transform: translateY(9px) rotate(45deg);
    -moz-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    -o-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg);
}
.burger.clicked span::after {
    -webkit-transform: translateY(-9px) rotate(-45deg);
    -moz-transform: translateY(-9px) rotate(-45deg);
    -ms-transform: translateY(-9px) rotate(-45deg);
    -o-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg);
}
.burger.clicked span:before,
.burger.clicked span:after {
    background-color: #ffffff;
}
.burger:hover {
    cursor: pointer;
}
#nav_b {
    background-color: #2a2a2a;
    position: fixed;
    z-index: 98;
    top: 0;
    right: 0;
    height: 100%;
    max-width: 515px;
    width: 100%;
    padding-top: 50px;
    padding-left: 50px;
    overflow-y: auto;
    transform: translateX(300%);
    -webkit-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
#nav_b.show {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}
#nav_b.show ul.b li {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}
#nav_b.show ul.b li:nth-child(1) {
    transition-delay: 0.15s;
}
#nav_b.show ul.b li:nth-child(2) {
    transition-delay: 0.3s;
}
#nav_b.show ul.b li:nth-child(3) {
    transition-delay: 0.45s;
}
#nav_b.show ul.b li:nth-child(4) {
    transition-delay: 0.6s;
}
#nav_b.show ul.b li:nth-child(5) {
    transition-delay: 0.75s;
}
#nav_b.show ul.b li:nth-child(6) {
    transition-delay: 0.9s;
}
#nav_b.show ul.b li:nth-child(7) {
    transition-delay: 1.05s;
}
#nav_b.show ul.b li:nth-child(8) {
    transition-delay: 1.2s;
}
#nav_b.show ul.b li:nth-child(9) {
    transition-delay: 1.35s;
}
#nav_b.show .about,
#nav_b.show .social,
#nav_b.show ul.sub {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    transition-delay: 0.85s;
}
@media (min-width: 667px) {
    #nav_b {
        padding: 120px 90px 70px 90px;
    }
}
#nav_b ul.b {
    list-style-type: none;
}
#nav_b ul.b li {
    margin-bottom: 20px;
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -o-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#nav_b ul.b li:last-of-type {
    margin-bottom: 0px;
}
#nav_b ul.b li a {
    color: #ffffff;
    font-family: Montserrat;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.5rem;
    display: block;
    letter-spacing: 5px;
    font-weight: 600;
    padding: 10px 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#nav_b ul.b li a:hover {
    color: #a67b5b;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #a67b5b;
    opacity: 0;
    visibility: hidden;
}
.overlay.show {
    opacity: 0.8;
    visibility: visible;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
    #nav {
        height: 7rem;
    }
}
@media screen and (max-width: 1667px) {
    .container {
        position: relative;
        left: 3%;
        transition: 1s;
    }
}
.burger {
    display: none;
}
#nav_b {
    display: none;
}
@media only screen and (max-width: 1420px) {
    h1 {
        font-size: 2.3rem;
    }
    h2 {
        font-size: 1.5rem;
    }
    p {
        font-size: 1.2rem;
    }
    .burger {
        display: block;
        height: 40px;
    }
    .container a {
        display: none;
    }
    #nav {
        height: 7rem;
    }
    #nav.scrolled {
        height: 5rem;
    }
    #nav_b {
        display: block;
    }
}
@media only screen and (max-width: 1200px) {
    .burger {
        height: 40px;
    }
    #nav {
        height: 5rem;
    }
    #nav.scrolled {
        height: 3.8rem;
    }
    .burger {
        display: block;
        height: 20px;
    }
}
@media only screen and (max-width: 1025px) {
    nav {
        height: 5rem;
    }
}
#KNV-sec {
    background-image: url(assets/kamNaVylet.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 300vh;
    width: 100%;
    margin-top: -1.2rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}
#KNV-telo {
    width: 60%;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(10px);
    border-radius: 60px;
    padding: 20px;
    color: white;
    text-align: center;
    font-family: "Milonga";
    border: 3px solid #2c5f2d;
    margin-bottom: 5rem;
}
@media (max-width: 1750px) {
    #KNV-telo {
        margin-top: 20rem;
        margin-bottom: 20rem;
    }
}
@import url("https://fonts.googleapis.com/css?family=Cardo:400i|Rubik:400,700&display=swap");
:root {
    --d: 700ms;
    --e: cubic-bezier(0.19, 1, 0.22, 1);
    --font-sans: "Rubik", sans-serif;
    --font-serif: "Cardo", serif;
}
.page-content {
    display: grid;
    grid-gap: 1rem;
    padding: 1rem;
    max-width: 1024px;
    margin: 0 auto;
    gap: 5vh;
    font-family: var(--font-sans);
}
@media (min-width: 600px) {
    .page-content {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 800px) {
    .page-content {
        grid-template-columns: repeat(3, 1fr);
    }
}
.card {
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    padding: 1rem;
    width: 100%;
    text-align: center;
    color: whitesmoke;
    border-radius: 60px;
    background-color: whitesmoke;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1);
}
@media (min-width: 600px) {
    .card {
        height: 350px;
    }
}
.card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
    background-size: cover;
    background-position: 0 0;
    transition: transform calc(var(--d) * 1.5) var(--e);
    pointer-events: none;
}
.card:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    pointer-events: none;
    background-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.009) 11.7%,
        rgba(0, 0, 0, 0.034) 22.1%,
        rgba(0, 0, 0, 0.072) 31.2%,
        rgba(0, 0, 0, 0.123) 39.4%,
        rgba(0, 0, 0, 0.182) 46.6%,
        rgba(0, 0, 0, 0.249) 53.1%,
        rgba(0, 0, 0, 0.32) 58.9%,
        rgba(0, 0, 0, 0.394) 64.3%,
        rgba(0, 0, 0, 0.468) 69.3%,
        rgba(0, 0, 0, 0.54) 74.1%,
        rgba(0, 0, 0, 0.607) 78.8%,
        rgba(0, 0, 0, 0.668) 83.6%,
        rgba(0, 0, 0, 0.721) 88.7%,
        rgba(0, 0, 0, 0.762) 94.1%,
        rgba(0, 0, 0, 0.79) 100%
    );
    transform: translateY(-50%);
    transition: transform calc(var(--d) * 2) var(--e);
}
.card:nth-child(1):before {
    background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/7/76/Kozakov_rozhledna_a.jpg/640px-Kozakov_rozhledna_a.jpg");
/* 
Obrázek: Kozákov - rozhledna, autor Jiří Matejicek, 
licencováno pod licencí Creative Commons Attribution-Share Alike 3.0 
(https://creativecommons.org/licenses/by-sa/3.0/), datum: October 28, 2022
*/
}
.card:nth-child(2):before {
    background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/c/c5/Rozhledna_Dubecko_17.JPG/640px-Rozhledna_Dubecko_17.JPG");
/* 
Obrázek: Rozhledna Dubecko, autor Hadonos, 
licencováno pod licencí Creative Commons Attribution-Share Alike 4.0 
(https://creativecommons.org/licenses/by-sa/4.0/), datum: July 14, 2014
*/
}
.card:nth-child(3):before {
    background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/3/3e/Rot%C5%A1tejn.jpg/640px-Rot%C5%A1tejn.jpg");
/* 
Obrázek: Skalní hrad Rotštejn, Bohemian Paradies, Klokočské skály, Czech Republic, autor Prazak, 
licencováno pod licencí Creative Commons Attribution 2.5 
(https://creativecommons.org/licenses/by/2.5/), datum: 20. 7. 2006
*/
}
.card:nth-child(4):before {
    background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/3/3f/Kloko%C4%8Dsk%C3%A9_sk%C3%A1ly_39.JPG/640px-Kloko%C4%8Dsk%C3%A9_sk%C3%A1ly_39.JPG");
/* 
Obrázek: PR Klokočské skály - pohled z okrajové kuesty, autor Petr1888, 
licencováno pod licencí Creative Commons Attribution-Share Alike 3.0 
(https://creativecommons.org/licenses/by-sa/3.0/), datum: 18. května 2013
Tento soubor byl vytvořen jako součást fotografického programu Wikimedia Česká republika.
Projekt: Chráněná území
Program podporuje fotografy Wikimedia Commons v České republice.
*/
}
.card:nth-child(5):before {
    background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/e/ee/Such%C3%A9_sk%C3%A1ly_od_z%C3%A1padu_z_vrchu_Sokol.JPG/640px-Such%C3%A9_sk%C3%A1ly_od_z%C3%A1padu_z_vrchu_Sokol.JPG");
    /* 
Obrázek: Suché skály od západu z vrchu Sokol, autor Lad.Raj, 
licencováno pod licencí Creative Commons Attribution-Share Alike 3.0 
(https://creativecommons.org/licenses/by-sa/3.0/), datum: 10. července 2013
*/
}
.card:nth-child(6):before {
    background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/4/4b/Mal%C3%A1_Sk%C3%A1la%2C_celkov%C3%BD_pohled_%283%29.jpg/640px-Mal%C3%A1_Sk%C3%A1la%2C_celkov%C3%BD_pohled_%283%29.jpg");
    /* 
    Obrázek: Malá Skála, Jablonec nad Nisou District, Czechia, autor Palickap, 
    licencováno pod licencí Creative Commons Attribution-Share Alike 4.0 
    (https://creativecommons.org/licenses/by-sa/4.0/), datum: 3. července 2021
    */}
.card:nth-child(7):before {
    background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/c/c0/Fr%C3%BDd%C5%A1tejn_blizko.jpg/640px-Fr%C3%BDd%C5%A1tejn_blizko.jpg");
    /* 
Obrázek: Frýdštejn blizko, autor NoPlayer, 
licencováno pod licencí Creative Commons Attribution-Share Alike 3.0 
(https://creativecommons.org/licenses/by-sa/3.0/), datum: 26. září 2012
*/
}
.card:nth-child(8):before {
    background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/6/6c/Vranov_-_Pantheon%2C_letohr%C3%A1dek.jpg/640px-Vranov_-_Pantheon%2C_letohr%C3%A1dek.jpg");
    /* 
Obrázek: Vranov - Pantheon, letohrádek, autor ŠJů, 
licencováno pod licencí Creative Commons Attribution-Share Alike 3.0 
(https://creativecommons.org/licenses/by-sa/3.0/), datum: 16. října 2010
*/
}
.card:nth-child(9):before {
    background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/8/8d/Hrad_Vald%C5%A1tejn%2C_leteck%C3%BD_sn%C3%ADmek_crop.jpg/640px-Hrad_Vald%C5%A1tejn%2C_leteck%C3%BD_sn%C3%ADmek_crop.jpg");
    /* 
Obrázek: Hrad Valdštejn, letecký snímek crop, autor Zdeněk Fiedler, 
licencováno pod licencí Creative Commons Attribution-Share Alike 3.0 
(https://creativecommons.org/licenses/by-sa/3.0/), datum: 23. srpna 2012
*/
}
.card:nth-child(10):before {
    background-image: url("https://upload.wikimedia.org/wikipedia/commons/5/52/Hrad_Trosky%2C_leteck%C3%BD_sn%C3%ADmek.jpg");
    background-size: 185% !important;
    background-position: center !important;
    /* Remove any transformations that might be affecting it */
    transform: none !important; /* 
Obrázek: Hrad Trosky, letecký snímek, autor Zdeněk Fiedler, 
licencováno pod licencí Creative Commons Attribution-Share Alike 3.0 
(https://creativecommons.org/licenses/by-sa/3.0/)
*/
}
.card:nth-child(11):before {
    background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/8/87/Z%C3%A1mek_Humprecht_Sobotka.jpg/640px-Z%C3%A1mek_Humprecht_Sobotka.jpg");
    background-size: 185% !important;
    background-position: center !important;
    /* Remove any transformations that might be affecting it */
    transform: none !important;
    /* 
Obrázek: Zámek Humprecht Sobotka, autor Zdeněk Fiedler, 
licencováno pod licencí Creative Commons Attribution-Share Alike 3.0 
(https://creativecommons.org/licenses/by-sa/3.0/), datum: 16. června 2012
*/
}
.card:nth-child(12):before {
    background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/2/2c/Hrub%C3%A1_Sk%C3%A1la_letecky.jpg/640px-Hrub%C3%A1_Sk%C3%A1la_letecky.jpg");
    background-size: 185% !important;
    background-position: center !important;
    /* Remove any transformations that might be affecting it */
    transform: none !important;
    /* 
Obrázek: Hrubá Skála letecky, autor Zdeněk Fiedler, 
licencováno pod licencí Creative Commons Attribution-Share Alike 4.0 
(https://creativecommons.org/licenses/by-sa/4.0/), datum: 6. června 2014
*/
}
.card:nth-child(13):before {
    background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/0/04/Sychrov_letecky.jpg/640px-Sychrov_letecky.jpg");
    /* 
    Obrázek: Sychrov letecky, autor Zdeněk Fiedler, 
    licencováno pod licencí Creative Commons Attribution-Share Alike 4.0 
    (https://creativecommons.org/licenses/by-sa/4.0/), datum: 24. října 2013
    */
}
.card:nth-child(14):before {
    background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Kost_Castle.jpg/640px-Kost_Castle.jpg");
    /* 
    Obrázek: Kost Castle, autor Martin Vorel, 
    licencováno pod licencí Creative Commons Zero (CC0), Public Domain Dedication 
    (https://creativecommons.org/publicdomain/zero/1.0/), datum: 29. října 2018
    */
}
.card:nth-child(15):before {
    background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/4/42/Z%C3%A1mek_Hrub%C3%BD_Rohozec.jpg/640px-Z%C3%A1mek_Hrub%C3%BD_Rohozec.jpg");
    background-size: 185% !important;
    background-position: center !important;
    /* Remove any transformations that might be affecting it */
    transform: none !important;
    /* 
Obrázek: Zámek Hrubý Rohozec, autor Zdeněk Fiedler, 
licencováno pod licencí Creative Commons Attribution-Share Alike 3.0 
(https://creativecommons.org/licenses/by-sa/3.0/), datum: 4. září 2012
*/
}
.content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 1rem;
    transition: transform var(--d) var(--e);
    z-index: 1;
}
.content > * + * {
    margin-top: 1rem;
}
.title {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.2;
}
.copy {
    font-family: var(--font-serif);
    font-size: 1.125rem;
    font-style: italic;
    line-height: 1.35;
}
.btn {
    cursor: pointer;
    margin-top: 1.5rem;
    padding: 0.75rem 1.5rem;
    font-size: 0.65rem;
    font-weight: bold;
    letter-spacing: 0.025rem;
    text-transform: uppercase;
    color: white;
    background-color: black;
    border: none;
}
.btn:hover {
    background-color: #0d0d0d;
}
.btn:focus {
    outline: 1px dashed yellow;
    outline-offset: 3px;
}
@media (hover: hover) and (min-width: 600px) {
    .card:after {
        transform: translateY(0);
    }
    .content {
        transform: translateY(calc(100% - 4.5rem));
    }
    .content > *:not(.title) {
        opacity: 0;
        transform: translateY(1rem);
        transition: transform var(--d) var(--e), opacity var(--d) var(--e);
    }
    .card:hover,
    .card:focus-within {
        align-items: center;
    }
    .card:hover:before,
    .card:focus-within:before {
        transform: translateY(-4%);
    }
    .card:hover:after,
    .card:focus-within:after {
        transform: translateY(-50%);
    }
    .card:hover .content,
    .card:focus-within .content {
        transform: translateY(0);
    }
    .card:hover .content > *:not(.title),
    .card:focus-within .content > *:not(.title) {
        opacity: 1;
        transform: translateY(0);
        transition-delay: calc(var(--d) / 8);
    }
    .card:focus-within:before,
    .card:focus-within:after,
    .card:focus-within .content,
    .card:focus-within .content > *:not(.title) {
        transition-duration: 0s;
    }
}
.title-section {
    margin-bottom: 2rem;
    text-align: center;
}
.title-section h1 {
    font-size: 2.5rem;
    color: white;
    font-family: "Milonga", sans-serif;
    margin: 0;
}
@media (max-width: 1420px) {
    #KNV-telo {
        margin-top: 0;
    }
}
@media (max-width: 768px) {
    #KNV-sec {
        height: 470vh;
    }
    .page-content {
        margin-right: 10%;
    }
}
@media (max-width: 600px) {
    #KNV-sec {
        height: 780vh;
    }
}
@media (max-width: 550px) {
    #KNV-sec {
        height: 800vh;
    }
}
@media (max-width: 488px) {
    #KNV-sec {
        height: auto;
    }
    #KNV-telo {
        margin-top: 30vh;
        margin-bottom: 20rem;
    }
}
#footer {
    position: absolute;
    left: 0;
    width: 100%;
    height: 30vh;
    background-color: #10160fb6;
    color: white;
    margin-top: -30vh;
    backdrop-filter: blur(20px);
    text-decoration: none;
    max-width: 100%;
    overflow: hidden;
}
.F-contact-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    text-decoration: none;
}
.F-contact-details h2 {
    font-family: Milonga;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0px;
    text-decoration: none;
    color: white;
    transition: transform 0.3s ease;
    transition: 0.5s;
}
.F-contact-details h2:hover {
    transform: scale(1.1);
    color: #4abb4c;
    transition: transform 0.3s ease;
    transition: 0.5s;
}
.F-contact-details h2::after {
    content: "";
    position: absolute;
    left: -20px;
    right: -20px;
    bottom: -10px;
    height: 3px;
    background-color: rgb(255, 255, 255);
    width: calc(100% + 40px);
}
.F-contact-details p,
a {
    font-family: Metrophobic;
    text-decoration: none;
    color: white;
    transition: transform 0.3s ease;
    transition: 0.5s;
}
.F-contact-details a:hover {
    color: #4abb4c;
    transition: transform 0.3s ease;
    transition: 0.5s;
}
.social-icons {
    margin-left: auto;
    margin-top: -8rem;
    margin-right: 8rem;
    gap: 10px;
    display: flex;
    transition: transform 0.3s ease;
    transition: 0.5s;
}
.social-icons a:hover {
    transform: scale(1.1);
    transition: transform 0.3s ease;
    transition: 0.5s;
}
@media (max-width: 1530px) {
    #footer {
        background-color: #10160f;
    }
}
@media (max-width: 1024px) {
    #footer {
        margin-top: -20vh;
        height: 25vh;
    }
    .social-icons {
        margin-top: -6rem;
        margin-right: 4rem;
    }
}
@media (max-width: 768px) {
    #footer {
        margin-top: -20vh;
        height: 20vh;
    }
    .social-icons {
        margin-top: 2rem;
        margin-right: 2rem;
    }
}
@media (max-width: 480px) {
    .F-contact-details h2 {
        font-size: 1.5rem;
    }
    .F-contact-details p,
    .F-contact-details a {
        font-size: 1rem;
    }
    .social-icons {
        flex-direction: column;
        margin-right: 0;
        margin-top: 1rem;
    }
}
@media (max-width: 1528px) {
    .F-contact-section {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .social-icons {
        margin: 0;
        justify-content: center;
        margin-right: 0;
        display: flex;
        gap: 10px;
    }
    #footer {
        height: 43vh;
    }
}
@media (max-width: 480px) {
    #footer {
        max-width: 100%;
    }
    .F-contact-details h2 {
        font-size: 1.5rem;
    }
    .F-contact-details p,
    .F-contact-details a {
        font-size: 1rem;
    }
    .social-icons {
        flex-direction: row;
        margin-right: 0;
        margin-top: 1rem;
    }
    .F-contact-details {
        padding-right: 1rem;
    }
}
@media (max-width: 420px) {
    #back-to-top {
        margin-right: 2vh;
    }
}
#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.5s;
    z-index: 99;
}
#back-to-top.show {
    opacity: 1;
}
#back-to-top img {
    width: 7rem;
    height: 7rem;
    transition: 0.5s;
}
#back-to-top:hover {
    cursor: pointer;
}
@media only screen and (max-width: 760px) {
    #back-to-top img {
        width: 4rem;
        height: 4rem;
    }
}
