@media (max-width: 800px) {
    
    } 



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}

html{
    overflow-y:scroll;
    justify-content: center;
    scroll-behavior: smooth;
}

body{
    margin: 0;
    padding: 0;
    background-color: #1A1A17;
    color: #F7F7FF;
    font-family: serif;
    font-weight: 100;
    width: 100%;
}


/*---------------------------------------------------------------------first-section---------------------------------------------------------------------------------------------*/

.wlcrow {
    background-image: url(img/bg/bgimg.png);
    background-position: center;
    height: 1000px;
    background-size: cover;
    background-repeat: no-repeat;
    width:100%;
    display: flex;
}
/*---------------------------------------------------------------------sidebar---------------------------------------------------------------------------------------------*/
.navigation {
    width: 5%;
    position: absolute;
    height: 100%;
}
.navigation2{
    margin-top: 1000px;
    width: 5%;
    position: absolute;
    height: 100%;
}

.navigation3{
    margin-top: 2000px;
    width: 5%;
    position: absolute;
    height: 100%;
}

#verticalL {
    background-color:#F7F7FF;
    width: 1%;
    margin: auto;
}

.line1{
    height: 50px;
}

.line2{
    height: 666px;
}

.line3{
    height: 141px;
}
#menu {
    border-radius: 50px;
}



.bar {
    width: 40%;
    height: 2px;
    margin: 9px auto 9px auto;
    background-color:rgba(255, 255, 255, 0.5);
    transition: 0.5s;
}

.barcurrent {
    width: 40%;
    height: 3px;
    margin: 10px auto 10px auto;
    background-color: #F7F7FF;
    transition: 0.5s;
}



.bar:hover{
    background-color: #F7F7FF;
    color: #F7F7FF;
    height: 2px;
    transition: 0.5s;
}


.barcurrent:hover{
    background-color: #373A2F;
    transition: 0.5s;
}

    .circle {
    width: 5px;
    height: 5px;
    margin: 20px auto 20px auto;
    background-color:rgba(255, 255, 255, 0.5);
    transition: 0.5s;
}

.circlecurrent {
    background-color: #F7F7FF;
    width: 8px;
    height: 8px;
    margin: 20px auto 20px auto;
    transition: 0.5s;
}
.circle a {
    color:rgba(255, 255, 255, 0.5);
    text-decoration: none;
    position: relative;
    top: -7px;
    left: 30px;
    font-size: small ;
    transition: 0.5s;
}

.circlecurrent a {
    color:#F7F7FF;
    text-decoration: none;
    position: relative;
    top: -7px;
    left: 30px;
    font-size: medium ;
    transition: 0.5s;
}

.circle:hover{
    background-color: #F7F7FF;
    height: 10px;
    width: 10px;
    transition: 0.5s;
}

.circle a:hover{
    color: #F7F7FF;
    transition: 0.5s;
}

.circlecurrent:hover{
    background-color: #373A2F;
    color:#373A2F;
    transition: 0.5s;
}
.circlecurrent a:hover{
    color:#373A2F;
    transition: 0.5s;
}

.circle {
    width: 5px;
    height: 5px;
    margin: 20px auto 20px auto;
    background-color:rgba(255, 255, 255, 0.5);
    transition: 0.5s;
}

.circlecurrent {
    background-color: #F7F7FF;
    width: 8px;
    height: 8px;
    margin: 20px auto 20px auto;
    transition: 0.5s;
}
.circle a {
    color:rgba(255, 255, 255, 0.5);
    text-decoration: none;
    position: relative;
    top: -7px;
    left: 30px;
    font-size: small ;
    transition: 0.5s;
}

.circlecurrent a {
    color:#F7F7FF;
    text-decoration: none;
    position: relative;
    top: -7px;
    left: 30px;
    font-size: medium ;
    transition: 0.5s;
}

.circle:hover{
    background-color: #F7F7FF;
    height: 10px;
    width: 10px;
    transition: 0.5s;
}

.circle a:hover{
    color: #F7F7FF;
    transition: 0.5s;
}

.circlecurrent:hover{
    background-color: #373A2F;
    color:#373A2F;
    transition: 0.5s;
}
.circlecurrent a:hover{
    color:#373A2F;
    transition: 0.5s;
}
/*---------------------------------------------------------------------end-sidebar---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------topbar--------------------------------------------------------------------------------------------------*/
.navigbar{
    margin: 65px 65px 0px 15%;
    height: 100px;
    width: 100%;
    font-size: 20px;

}

.navigbar a{
    text-decoration: none;
    color: #F7F7FF;
    margin-right: 100px;
    padding: 10px;
    border-radius: 10px;
    transition: 0.5s;
}

.navigbar a:hover{
    background-color: #373A2F;
    transition: 0.5s;
}


.clickbait {
    margin: 150px 0px  0px 0px;
    transition: 0.5s;
    font-size: large;
    width: 40%;
    text-align: left;
}

.clickbait h1{
    margin: 0 0 30px -30px;
    font-size: 9vw;
    
}

.button {
    font-weight: 500;
    display: flex;
    align-items: center;
    margin: 50px;
    border: solid 1px rgba(255, 255, 255, 0.5);
    width:35%;
    border-radius: 10px;
    transition: 0.2s;
    padding: 10px;
    
}

.button img{
    margin-left:10px;
    max-width: 20%;
}

.button:hover{
    background-color: #373A2F;
    border: solid 1px #373A2F;
    transition: 0.2s;
}

.clickbait:hover {
    transform: scale(1.05);
    transition: 0.5s;
}

/*---------------------------------------------------------------------end-topbar--------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------end-first-section---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------info-section---------------------------------------------------------------------------------------------*/
.info {
    margin: 170px auto 0 auto;
    padding: 20px 7% 0px 7%;
    display: flex;
    justify-content: center;
    border-radius: 25px;
    transition: 1s;
    flex-wrap: wrap;
    width: 80%;
}

.infotxt{
    margin: auto;
    width: 50%;
    position: relative;

}


.obr1{
    background-image: url(img/content/me.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 500px;
    height: 500px;
    top: -100px;
    position: relative;
    transition: 0.5s;
    margin: auto;
}

.info:hover{
    background-color: #373a2f34;
    transition: 1s;
    transform: scale(1.1);
}

.obr1:hover {
    background-image: url(img/content/mebb.png);
    transition: 0.5s;
}

.info2 {
    margin: 425px auto 0 auto;
    padding: 20px 7% 0px 7%;
    display: flex;
    justify-content: center;
    border-radius: 25px;
    transition: 1s;
    flex-wrap: wrap;
    width: 80%;
}

.night{
    background: rgb(26,26,23);
background: linear-gradient(180deg, rgba(26,26,23,1) 0%, rgb(10, 10, 9) 59%);
padding: 50px 0 150px 0;
width: 100%;
}
.nf{
    width: 50%;
    display: flex;
    flex-wrap: nowrap;
}
.obr2{
    max-width: 500px;
    width: 100%;
    position: relative;
    transition: 0.5s;
}

.info2:hover{
    transition: 1s;
    transform: scale(1.1);
    background-color:#11111a;
}

.obr3{
    width: 15%;
    height: 15%;
    transition: 0.5s;
    margin-top: 10%;
}
/*---------------------------------------------------------------------end-info-section---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------Zajimavosti-section---------------------------------------------------------------------------------------------*/
.endnight{
    background: rgb(26,26,23);
background: linear-gradient(360deg, rgba(26,26,23,1) 0%, rgb(10, 10, 9) 99.9%);
padding: 20px 0 10px 0;
width: 100%;
}

.facts {
    margin: 120px auto 0 auto;
    padding: 20px 7% 100px 7%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 25px;
    transition: 1s;
    width: 80%; 
    transform: scale(0.7);
}

.facts:hover {
    transform: scale(0.8);
    background-color: #1A1A17;
}

.factsh {
    text-align: center;
    font-size: 6vw;
}

.row1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
}

.image-wrapper {
    position: relative;
    width: 27%;
    padding-top: 25%;
    margin: 2% auto;
    border-radius: 25px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 1s;
}


#image-wrapper-1 {
    background-image: url('img/content/1.jpeg');
    background-size: cover;
    background-position: center;
}
#image-wrapper-2 {
    background-image: url('img/content/2.jpg');
    background-size: cover;
    background-position: center;
}
#image-wrapper-3 {
    background-image: url('img/content/3.jpg');
    background-size: cover;
    background-position: center;
}
#image-wrapper-4 {
    background-image: url('img/content/4.jpg');
    background-size: cover;
    background-position: center;
}
#image-wrapper-5 {
    background-image: url('img/content/5.jpg');
    background-size: cover;
    background-position: center;
}
#image-wrapper-6 {
    background-image: url('img/content/6.jpg');
    background-size: cover;
    background-position: center;
}

.text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    padding: 30px;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color:#373A2F;
    color: white;
    font-size: 1vw;
    opacity: 0;
    transition: opacity 0.5s;
    border-radius: 25px;
    
}

.image-wrapper:hover .text {
    opacity: 1;
}


@media (max-width: 800px) {
   .row1 {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        width: 100%;
    }


    .image-wrapper {
        width: 90%;
        padding-top: 60%;
    } 

    .text {
        font-size: 5vw;}
        
        .navigation {
        display: none;
        }
        .navigation2 {
            display: none;}
        .navigation3 {
            display: none;}
        .infotxt{
            width: 90%;
        }
        .clickbait{
            width: 100%;
            text-align: center;
            background-color: #1a1a17de;
            padding: 20px;
            border-radius: 25px;
            
        }
    
        .button{
            width: 50%;
            
        }
        .clickbait h1{
            text-align: center;
            font-size: 20vw;
            margin: auto;
            
        }
        .wlcrow{
            background-size: cover;
            background-position: 70%;
        }

        .navigbar a{
        
        margin: 0;
        }
        .navigbar {
        margin: 65px 20px 20px 20px;
        text-align: center;
        
        }

}
/*---------------------------------------------------------------------end-Zajimavosti-section---------------------------------------------------------------------------------------------*/
