/* Základní nastavení webu */
html{
    scroll-behavior: smooth;
    overflow-x: hidden;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Rubik', sans-serif;
}

body{
    height: 100vh;
    background-color: #2c2c2c;
    background-size: cover;
    
}

/* Navbar X */

li{
    list-style: none;
}

a{
text-decoration: none;
color: #ffffff;
font-size: 1rem;     
}
a:hover{
    color: #f27b2c;
    transition: 0.4s;
}
header{
    position: relative;
    padding: 0 2rem;
    
}

.navbar{
    width: 100%;
    height: 90px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar .logo a img{
    transform: scale(0.3);
    position: relative;
    top: 10px; 
    z-index: -1;
    left: -50%;
    
}

.navbar .links{
    display: flex;
    gap: 2rem;
    transform: translateX(-45%);
}

.navbar .toggle_btn{
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
    display: none;
}

.action_btn{
    background-color: #f27b2c;
    color: #fff;
    padding: 0.5rem 1rem;
    border: none;
    outline: none;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: bold;
    cursor: pointer;
    transition: 0.5s;
}

.action_btn:hover{
    scale: 1.05;
    color: #fff;
    transition: 0.5s;
}

.action_btn:active{
    scale: 0.95;
}

.dropdown_menu{
    display: none;
    position: absolute;
    right: 2rem;
    height: 0;
    top: 60px;
    width: 300px;
    background: rgba(255, 255, 255, 0,1);
    backdrop-filter: blur(15px);
    border-radius: 10px;
    overflow: hidden;
    transition: height cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.dropdown_menu.open{
    height: 170px;
    transition: 1s;
}

.dropdown_menu li{
    padding: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown_menu .action_btn{
    width: 100%;
    display: flex;
    justify-content: center;
}

/* Hlavní stránka */
.Main{
    height: 90vh;
    background-image: url("blur.png");
    background-size: cover;
    background-position: center;
    
}
.Landing{
    height: 90vh;
    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}
.Landing p{
    font-style: oblique;
    font-size: large;
}
.Landing H1{
    font-family: "Raleway", sans-serif;
    font-weight: 900;
    font-size: 6rem;
    color: #f27b2c;
    margin-bottom: 1rem;
    
}
.Main .Landing .Arrow i{
    font-size: 3rem;
    border-radius: 10%;
    margin-top: 30vh;
    animation-duration: 3s;
    animation-name: arrowmovement;
    animation-iteration-count: infinite;
}
/* Animace navigační šipky X */
@keyframes arrowmovement{
    0%{transform: translateY(20%) ;}
    50%{transform: translateY(50%);}
    100%{transform: translateY(20%) ;}
}
/* Druhá strana/Informace */
.Informace{
    width: 100%;
    height: 100vh;
    transform: translateY(100px);
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: fit-content;
    margin-inline: auto;

}

.Informace h1{
    font-family: 'Raleway';
    font-size: 6rem;
    font-weight: 900;
    color: #f27b2c;
    top: 200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: fit-content;
    margin-inline: auto;
    gap: 10vw;
}
.Informace p{
    font-size: 2rem;
    width: 90%;
    padding: 32px;
    text-align: center;
    color: #fff;
    border-radius: 33px;
    margin-top: 3%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: fit-content;
    margin-inline: auto;
    
}
/* čára pro oddělení názvu od obsahu */
.br{
    background-color: #fff;
    width: 100%;
    height: 3px;
    margin-bottom: 50px;
}
.br2{
    background-color: #f27b2c;
    width: 31%;
    height: 5px;
    transform: translateX(34.3vw);
    max-width: fit-content;
    margin-inline: auto;
}
    /* Nastavení navigační šipky z FA */
.Arrow i{
    font-size: 3rem;
    border-radius: 10%;
    margin-top: 15vh;
    animation-duration: 3s;
    animation-name: arrowmovement;
    animation-iteration-count: infinite;
}
/* Třetí strana/Harmonogram */
.Harmonogram{
    
    width: 100%;
    gap: 10px;
    
}
.Harmonogram H1{
    font-family: 'Raleway';
    font-size: 6rem;
    font-weight: 900;
    color: #f27b2c;
    top: 200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: fit-content;
    margin-inline: auto;
    gap: 10vw;
}
/* Nastavení sloupců a řádků */
.column {
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    width: 49%;
    background-color: #f27b2c;
    border-radius: 20px;
    margin-left: 15px;
    height: 20vh;
    text-align: center;
    transition-duration: 0.5s;
  }
  .column p{
    font-size: 16px;
  }
  .column h2{
    justify-self: center;
    align-self: center;
  }
  .column:hover{
    transform: scale(1.02);
  }

  .row:after {
    content: "";
    display: table;
    clear: both;
    height: 100%;
    margin-bottom: 10px;
  }
  .row2:after {
    content: "";
    display: table;
    clear: both;
    height: 100%;
  }
  .column2{
    width: 50%;
    float: left;
    height: 20vh;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.6rem;
    margin-top: 150px;
    transform: translateX(100px);
  }


.column2 img{
    background-color: #f27b2c;
    padding: 20px;
    border-radius: 20px;
}

/* Čtvrtá strana/Lepší místo */
.lepsimisto{
    margin-top: 10vh;
    height: 80vh;
}
.lepsimisto h1{
    font-family: 'Raleway';
    font-size: 6rem;
    font-weight: 900;
    color: #f27b2c;
    top: 200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: fit-content;
    margin-inline: auto;
    gap: 10vw;
}
/* Pátá strana/Partneri */
.partneri h1{
    font-family: 'Raleway';
    font-size: 6rem;
    font-weight: 900;
    color: #f27b2c;
    top: 200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: fit-content;
    margin-inline: auto;
    gap: 10vw;
}
.partneri{
    height: 60vh;
}
.partneri .sponzori{
    width: 200px;
    height: 200px;
}
.partneri img{
    width: 200px;
    height: 200px;
    padding: 10px;
    border-radius: 50%;
    background-color: #fff;
   
}
.sponzori{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 45vw;
    gap: 100px;
    transform: translateY(100px );
}
.sponzori img{
    cursor: pointer;
}
/* Záhlaví */
.footer {
    background-color: #333;
    color: #fff;
    padding: 20px;
    text-align: center;
  }

  .footer p {
    margin: 5px 0;
  }

  .footer a {
    color: #f27b2c;
    text-decoration: none;
  }

  .footer a:hover {
    text-decoration: underline;
}
/* Responzibilita */

@media (max-width: 992px){
    .navbar .links,
    .navbar .action_btn{
        display: none;
    }

    .navbar .toggle_btn {
        display: block;
    }

    .dropdown_menu{
        display: block;
    }
    .Landing H1{
       font-size: 3rem;
    }
    .icecream{
        transform: translateY(-10000px);
    }
    .guitar{
        transform: translateY(-10000px);
    }
    .Informace{
        width: auto;
    height: auto;
    
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: fit-content;
  margin-inline: auto;
        
        column-count: 3;
        transform: translateY(0px);
    }
    .Informace p{
        font-size: 2rem;
        
        
        text-align: start;
        color: #fff;
        
        
        display: contents;
       
    }
    .Informace h1{
        font-size: 4rem;
    }
    .Arrow{
        visibility: hidden;
    }
    
}

@media (max-width: 576px) {
    .dropdown_menu{
        left: 2rem;
        width: unset;
    }
    .Main{
        width: 540px;
    }
    .Informace{
        width: 90%;
        column-count: 2;
        transform: translateY(0px);
    }
    .Informace p{
        font-size: 2rem;
        
        
        text-align: start;
        color: #fff;
        
        
        display: contents;
       
    }
    .Informace h1{
        font-size: 4rem;
    }

   
}
