@font-face {
  font-family: mainFont;
  src: url('Fonts/Montserrat/Montserrat-VariableFont_wght.ttf');
    font-weight:280;
}
@font-face {
  font-family: boldFont;
  src: url('Fonts/Montserrat/Montserrat-VariableFont_wght.ttf');
    font-weight:450;
}
@font-face {
  font-family: semiFont;
  src: url('Fonts/Montserrat/Montserrat-VariableFont_wght.ttf');
    font-weight:350;
}
@font-face {
    font-family: coder;
    src: url('Fonts/JetBrainsMono/fonts/ttf/JetBrainsMonoNL-Regular.ttf');
      /*font-weight:350;*/
  }

  @font-face {
    font-family: coderBold;
    src: url('Fonts/JetBrainsMono/fonts/ttf/JetBrainsMonoNL-Bold.ttf');
      /*font-weight:350;*/
  }

  @font-face {
    font-family: coderThin;
    src: url('Fonts/JetBrainsMono/fonts/ttf/JetBrainsMonoNL-Thin.ttf');
      /*font-weight:350;*/
  }
/*src: url('ModernSans-Light.otf');*/

/*
VIDEO PLAYER
*/
#fade {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
  }
  
  #light {
    display: none;
    position: fixed;;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #FFF;
    background: #FFF;
    z-index: 1002;
    overflow: visible;
  }
  
  #boxclose {
    float: right;
    cursor: pointer;
    color: #ffffff;
    border: 1px solid #929292;
    border-radius: 3px;
    background: #222222;
    font-size: 31px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 11px 3px;
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 1002;
    opacity: 0.9;
  }
  
  .boxclose:before {
    content: "×";
  }
  
  #fade:hover ~ #boxclose {
    display:none;
  }

/*
VIDEO PLAYER
*/

body {
    margin: 0;
    background-color: #171a1e;
    color: #b4b4b4;
}
a {
    color: #b4b4b4;
    text-decoration: none; /* no underline */
}
img {
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

#topBar {
    width: 100%;
    height: 50px;
    background: #0E0E0E;
    text-align: center;
    font-family: mainFont;
    position: fixed;
    z-index: 50;
}
.menuT {
    float: left;
    width: 25%;
    height: 100%;
    background: #0E0E0E;
    /*border-bottom: 6px solid black;*/
    text-align: center;
    font-size: 24pt;
    padding-top: 20px;
    transition: background 0.4s, color 0.4s linear;
    /*border-left: 5px solid #0D0D0D;
    border-right: 5px solid #0D0D0D;*/
}
#hoverProjects {
    display: block;
}
#podMenu {
    width: 100%;
    height: 30px;
    text-align: center;
    font-family: mainFont;
    top: 70px;
    position: fixed;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.2s linear;
}
#hoverProjects:hover ~ #podMenu{
    visibility: visible;
    opacity: 1;
}
#podMenu:hover {
    visibility: visible;
    opacity: 1;
}
.menuT:hover {
    background-color: lightgray;
    color: #0E0E0E;
}
.podMT {
    float: left;
    width: 16.666%;
    height: 120%;
    background: #13161a;
    border-bottom: 1px solid darkgray;
    text-align: center;
    font-size: 16pt;
    padding-top: 20px;
    z-index: 6;
    transition: background 0.4s, color 0.4s linear;
    overflow: hidden;
}
.podMT:hover {
    background: lightgray;
    color: #0E0E0E;
}
#secretCo:hover {
    background: rgba(200,30,30,1);
    color: white;
}
#dariCo:hover {
    background: rgba(209,221,226,1);
    color: black;
}
#histCo:hover {
    background: rgba(115,56,28,1);
    color: white;
}
#fpvCo:hover {
    background: rgba(205,225,225,1);
    color: black;
}
#natuCo:hover {
    background: rgba(180,244,244,1);
    color: black;
}


/*      */
/* Telo */
/*      */
.images_circle {
    position: relative;
    top: 23vh;
    left: 32%;
}
#sipka {
    width: 8%;
    opacity: 0.2;
    transition: opacity 0.3s;
}
#sekcia_sipka {
    border: none;
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 100%);
    color: none;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    left: 0;
    top: 84%;
    width: 100%;
    height: 20%;
    transform: all 1.2s linear;
    transition: all 1.2s linear;
}
#sekcia_sipka:hover #sipka {
    opacity: 0.5;
}
#sekcia_sipka:hover {
    background: linear-gradient(0deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
}
#main_ring{
    position: absolute;
    background-color: white;
    width: 320px;
    height: 320px;
    border-radius: 160px;
    overflow: hidden;
    transform: translateY(-20px) translateX(-20px) scale(1.1);
    transition: transform .4s ease-out;
    z-index: 10;
}
#main_ring:hover {
    transform: translateY(-50px) translateX(0px) scale(1);
}
#second_ring {
    position: absolute;
    background-color: white;
    width: 180px;
    height: 180px;
    border-radius: 90px;
    overflow: hidden;
    transform: translateY(0px) translateX(0px);
    transition: transform 350ms;
}
#three_ring {
    position: absolute;
    background-color: white;
    width: 220px;
    height: 220px;
    border-radius: 110px;
    overflow: hidden;
    transform: translateY(0px) translateX(0px);
    transition: transform 350ms;
}
#fourth_ring {
    position: absolute;
    background-color: white;
    width: 200px;
    height: 200px;
    border-radius: 100px;
    overflow: hidden;
    transform: translateY(0px) translateX(0px);
    transition: transform 350ms;
}
#main_ring:hover ~ #second_ring{
    transform: translateY(-140px) translateX(-40px);
}
#main_ring:hover ~ #three_ring{
    transform: translateY(170px) translateX(-40px);
}
#main_ring:hover ~ #fourth_ring{
    transform: translateY(-100px) translateX(240px);
}
.profilovka {
    position: relative;
    margin: auto;
    display: block;
    width: 100%;
    /*top: -90px;
    left: -80px;*/
}

#pattern_bck {
    position: absolute;
    float: right;
    top: 70px;
    height: 100%;
    opacity: 0.3;
}
.white_theme_ring {
    border-color: white;
    border: 2px solid white;
}
.black_theme_ring {
    border-color: #171a1e;
    border: 2px solid #171a1e;
}
.paragraf_uno {
    position: relative;
    max-width: 100%;
    height: 100vh;
    padding: 10 10 10 10px;
    background: lightgray;
    color: black;
    font-family: mainFont;
    overflow:hidden;
}
#nazov {
    position: absolute;
    display: block;
    top: 33%;
    text-align: center;
    /*font-size: 50px;*/
    font-size: 3.8vw;
    left: 24.5%;
    color: black;
    opacity: 0.0;
}
#nazov_email {
    position: absolute;
    display: block;
    top: 23%;
    text-align: center;
    /*font-size: 50px;*/
    font-size: 3.5vw;
    left: 20%;
    color: black;
}
#welcome_text {
    position: absolute;
    text-align: center;
    top: 47%;
    /*font-size: 26px;*/
    font-size: 1.9vw;
    color: gray;
    left: 23%;
    display: block;
    opacity: 0.0;
}
#welcome_text_email {
    position: absolute;
    text-align: center;
    top: 33%;
    /*font-size: 26px;*/
    font-size: 1.9vw;
    color: gray;
    left: 20.5%;
    display: block;
}
#email_form {
    position: relative;
    top: 44%;
    left: 20.5%;
}
#resume_but {
    position: absolute;
    text-align: center;
    background-color: rgba(0,0,0,0.0);
    top: 69%;
    padding-top: 10px;
    font-size: 16px;
    width: 90px;
    height: 30px;
    color: black;
    font-family: boldFont;
    border-color: black;
    border: 4px solid black;
    border-radius: 5px;
    left: 46.5%;
    transition: all 0.1s linear;
    opacity: 0;
}
#resume_but:hover {
    color: white;
    border-color: white;
    background-color: rgba(0,0,0,0.1);
}
#mail_button {
    background-color: black;
    color: white;
    border: 2px solid black;
    width: 120px;
    height:36px;
    margin-top: 10px;
    border-radius: 8px;
    transition: background 0.2s, color 0.2s linear;
}
#mail_button:hover {
    background-color: white;
    color: black;
}
.popis {
    position: absolute;
    text-align: center;
    top: 100%;
    left: 106%;
    width: 600px;
    font-size: 10px;
    opacity: 0.2;
}
.popis2 {
    position: relative;
    text-align: center;
    top: 6vh;
    left: -106%;
    color: black;
    width: 600px;
    font-size: 10px;
    opacity: 0.2;
}
.paragraf_uno p {
    padding-left: 30px;
}
.paragraf_duo {
    position: relative;
    max-width: 100%;
    height: 100vh;
    padding: 10 10 10 10px;
    background: #171a1e;
    color: white;
    font-family: mainFont;
    overflow:hidden;
}
.paragraf_duo p {
    padding-left: 30px;
}
.paragraf_truo{
    position: relative;
    max-width: 100%;
    padding: 10 10 10 10px;
    background: lightgray;
    color: white;
    font-family: mainFont;
    overflow:hidden;
}
.paragraf_truo p {
    padding-left: 30px;
}
.paragraf_quatro {
    position: relative;
    max-width: 100%;
    height: 100vh;
    max-height: 100vh;
    padding: 10 10 10 10px;
    background: #171a1e;
    color: white;
    font-family: mainFont;
    overflow:hidden;
}
.paragraf_quatro p {
    padding-left: 30px;
}

.tmava_tema {
    background-color: #171a1e;
    color: white;
}
.svetla_tema {
    background-color: white;
    color: #171a1e;
}
.tmava_tema_text {
    color: dimgray;
}
.tmava_tema_text a {
    color: crimson;
    /*font-family: boldFont;*/
}
.svetla_tema_text {
    color: lightgray;
}
.svetla_tema_text a {
    color: crimson;
}
.lava_strana_parag {
    left: 68%;
}
.prava_strana_parag {
    left: 13%;
}
.lava_strana_parag_text {
    position: relative;
    top: 10%;
    left: 6%;
    width: 45%;
    float: left;
}
.prava_strana_parag_text {
    position: relative;
    top: 10%;
    right: 3%;
    width: 45%;
    float: right;
}
.lava_strana_parag_img {
    position: relative;
    top: 5%;
    left: 0;
    float: left;
    width: 50%;
}
.prava_strana_parag_img {
    position: relative;
    top: 5%;
    right: 0;
    float: right;
    width: 50%;
}
.center_text_parag {
    position: relative;
    text-align: center;
    left: 15%;
    float: left;
    width: 70%;
    margin-top: 2%;
    font-size: 20px;
}
.svetla_tema_button {
    border: 2px solid white;
    background-color: rgba(100,100,100,0);
    color: white;
}
.tmava_tema_button {
    border: 2px solid #171a1e;
    background-color: rgba(100,100,100,0);
    color: #0E0E0E;
}
.tmava_i_tema_button {
    border: 2px solid #171a1e;
    background-color: #0E0E0E;
    color: white;
}
.svetla_i_tema_button {
    border: 2px solid white;
    background-color: white;
    color: #0E0E0E;
}

.nazov_sekcia {
    font-size: 40px;
    font-family: boldFont;
}
.text_sekcia {
    margin-top: 8%;
    font-size: 24px;
}
.button_sekcia {
    position: relative;
    width: 130px;
    height: 50px;
    text-align: center;
    margin-top: 8%;
    font-size: 20px;
    opacity: 0.7;
    border-radius: 8px;
    transition: background 0.2s, color 0.2s linear;
}
.speci_button {
    text-align: center;
    position: absolute;
    top: 66%;
    border-radius: 12px;
    right: 20.9%;
    margin-top: 0;
    width: 200px;
    height: 7vh;
    opacity: 0.7;
}
.svetla_tema_button:hover {
    background: white;
    color: #0E0E0E;
}
.tmava_tema_button:hover {
    background: #0E0E0E;
    color: white;
}
.tmava_i_tema_button:hover {
    background: none;
    color: #0E0E0E;
}
.svetla_i_tema_button:hover {
    background: none;
    color: white;
}


/*Apky-Projekty*/
.apka_main_bar_rezerva {
    position: relative;
    max-width: 100%;
    height: 100vh;
    padding: 10 10 10 10px;
    background: rgb(255,255,255);
    background: linear-gradient(318deg, rgba(255,255,255,1) 0%, rgba(209,221,226,1) 100%);
    color: black;
    font-family: mainFont;
}
.apka_main_bar {
    position: relative;
    max-width: 100%;
    height: 100vh;
    padding: 10 10 10 10px;
    
    font-family: mainFont;
}
.dar_color1 {
    background: rgb(225,214,194);
    background: linear-gradient(141deg, rgba(225,214,194,1) 4%, rgba(186,176,160,1) 100%);
    color: black;
}
.fpv_color1 {
    background: rgb(205,225,225);
    background: linear-gradient(141deg, rgba(205,225,225,1) 4%, rgba(175,195,195,1) 100%);
    color: black;
}
.fpv_color2 {
    background: rgb(51,38,85);
    background: linear-gradient(141deg, rgba(52,40,166,1) 0%, rgba(21,21,147,1) 100%);
    color: white;
}
.nat_color1 {
    background: rgb(0,159,194);
    background: linear-gradient(141deg, rgba(180,244,244,1) 4%, rgba(30,206,168,1) 100%);
    color: black;
}
.his_color1 {
    background: rgb(225,214,194);
    background: linear-gradient(141deg, rgba(185,118,71,1) 4%, rgba(115,56,28,1) 100%);
    color: black;
}
.tow_color1 {
    background: rgb(225,20,20);
    background: linear-gradient(141deg, rgba(200,30,30,1) 4%, rgba(130,10,10,1) 100%);
    color: black;
}
#apka_preview_bar {
    position: relative;
    max-width: 100%;
    height: 100vh;
    padding: 10 10 10 10px;
    
    font-family: mainFont;
}
.dari_color1 {
    background: rgb(52,134,166);
    background: linear-gradient(141deg, rgba(52,134,166,1) 0%, rgba(21,115,147,1) 100%);
    color: white;
}
.dari_color2 {
    background: rgb(255,255,255);
    background: linear-gradient(318deg, rgba(255,255,255,1) 0%, rgba(209,221,226,1) 100%);
    color: black;
}
.his_color2 {
    background: rgb(52,134,166);
    background: linear-gradient(141deg, rgba(255,244,210,1) 0%, rgba(235,224,190,1) 100%);
    color: white;
}
.his_color3 {
    background: black;
    background: linear-gradient(141deg, rgba(30,30,30,1) 0%, rgba(10,10,10,1) 100%);
    color: rgba(255,244,210,1);
}
.tower_color1 {
    background: black;
    background: linear-gradient(141deg, rgba(10,10,10,1) 0%, rgba(0,0,0,1) 100%);
    color: rgba(255,244,210,1);
}
.tower_color2 {
    background: black;
    background: linear-gradient(141deg, rgba(10,10,10,1) 0%, rgba(0,0,0,1) 100%);
    color: rgba(255,244,210,1);
}
.nat_color2 {
    background: white;
    background: linear-gradient(141deg, rgba(250,250,250,1) 0%, rgba(200,200,200,1) 100%);
    color: rgba(255,244,210,1);
}
#nazov_apky {
    position: absolute;
    display: block;
    top: 28%;
    float: left;
    left: 18%;
    font-size: 48px;
    font-family: boldFont;
    color: black;
}
#popis_apky {
    position: absolute;
    display: block;
    left: 18.4%;
    top: 40%;
    font-size: 21px;
    color: black;
    opacity: 0.5;
}
.apka_picture {
    position: absolute;
    top: 28%;
    right: 20%;
    height: 32vh;
    border-radius: 15%;
    box-shadow: 0px 3px 8px 3px rgba(0,0,0,0.43);
    transform: scale(1.0);
    transition: transform .4s ease-out;
}
.apka_picture:hover {
    transform: scale(1.1);
}
.cesta {
    position: fixed;
    top: 38%;
    left: 0%;
    z-index: 40;
    background-color: rgba(255,255,255,0.7);
    width: 7%;
    height: 34vh;
    border-radius: 20px;
}
.kruh {
    left: 30px;
    width: 14px;
    height: 14px;
    border: 4px solid rgba(0,0,0,0.8);
    border-radius: 14px;
}
.ciara {
    left: 30px;
    width: 0px;
    height: 40px;
    border: 2px solid rgba(0,0,0,0.8);
}
.prvy_kruh {
    position: absolute;
    top: 10px;
}
.druhy_kruh {
    position: absolute;
    top: 72px;
}
.treti_kruh {
    position: absolute;
    top: 134px;
}
.stvrty_kruh {
    position: absolute;
    top: 196px;
}
.prva_ciara {
    position: absolute;
    top: 29px;
    left: 39px;
    
}
.druha_ciara {
    position: absolute;
    top: 91px;
    left: 39px;
}
.tretia_ciara {
    position: absolute;
    top: 153px;
    left: 39px;
}
.slaba {
    border-color:rgba(0,0,0,0.4);
}
.tagger {
    width: 70%;
    height: 60vh;
    background-color: white;
    border-radius: 30px;
    position: absolute;
    top: 20%;
    left: 15%;
    box-shadow: 0px 6px 17px 6px rgba(0,0,0,0.33);
}

#apka_info_bar {
    position: relative;
    max-width: 100%;
    height: 100vh;
    padding: 10 10 10 10px;
    
    font-family: mainFont;
}
#apka_dole {
    position: relative;
    max-width: 100%;
    height: 12vh;
    padding: 10 10 10 10px;
    background: linear-gradient(318deg, rgba(235,245,255,1) 0%, rgba(209,221,226,1) 100%);
    color: black;
    font-family: mainFont;
}

.img_proj_top {
    position: relative;
    top: -50;
    left: 0;
    float: left;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    
}
.img_proj_top:hover {
    opacity: 0.3;
}
.apka_preview {
    position: absolute;
    display: block;
    height: 90vh;
    top: 8%;
    right: 8%;
}
.apka_develop {
    position: absolute;
    display: block;
    width: 85%;
    top: 10%;
    left: 7.5%;
}
#imageContainer {
    position: relative;
    top: 10%;
    left: 5%;
    height: 60vh;
    width: 100%;
    display: block;
}
#first_dev_img {
    opacity: 1;
    display: block;
}
#second_dev_img {
    opacity: 0;
    display: none;
}
#third_dev_img {
    opacity: 0;
    display: none;
}
.button_dif_view {
    position: relative;
    width: 16px;
    height: 16px;
    border: 2px white solid;
    border-radius: 8px;
    left: 50%;
    margin-top: 40px;
    margin-left: 5px;
    transition: background 0.2s linear;
    float: left;
}
#prvy_but {
    background-color: gray;
}
#druhy_but {
    background-color: lightgray;
}
#treti_but {
    background-color: lightgray;
}
#prvy_but:hover {
    background-color: gray;
}
#druhy_but:hover {
    background-color: gray;
}
#treti_but:hover {
    background-color: gray;
}
#infoImageDev {
    color: rgba(0,0,0,0.3);
    font-family: boldFont;
    position: relative;
    text-align: center;
    display: block;
    width: 80%;
    top: 0;
    left: 15%;
}
.apka_main_bar a{
    text-decoration: underline;
    color: #ff1919;
    font-family: boldFont;
}
#black_scrn {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: none;
    text-align: center;
    z-index: 70;
    justify-content: center;
    opacity: 0;
}
#preview_screen{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.8);
    display: none;
    text-align: center;
    z-index: 60;
    justify-content: center;
    opacity: 0;
}
.gif_player {
    position: absolute;
    display: flex;
    justify-content: center;
    top: 10%;
    margin: auto;
    height: 82vh;
    opacity: 1;
    z-index: 102;
}
#gif_B {
    opacity: 0;
}
#first_B {
    opacity: 0;
}
#sec_B {
    opacity: 0;
}
#third_B {
    opacity: 0;
}
#downLogo {
    position: absolute;
    display: block;
    left: 18.4%;
    top: 65%;
    height: 6vh;
}
#gitLogo {
    position: absolute;
    display: block;
    left: 34.4%;
    top: 59%;
    height: 3vh;
}

/*Spodok*/
footer {
    background: black;
    padding-top: 20px;
    width: 100%;
    height: 60px;
    position: relative;
    float: left;
    text-align: center;
    font-family: mainFont;
}



/*Scythe*/
.paragraf_uno: table {
    border: 3px solid;
}
table, tr, td {
    border: 3px solid;
}