/*Import fofntu z googlefonts*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

/*Obecné nastavení elementů*/
html{
    scroll-behavior: smooth;
}

button{
    outline: none!important;
}

body{
    padding: 0;
    margin: 0;
    background-color: #383D3B!important;
    font-family: "Inter", sans-serif!important;
    color: #EEE5E9!important;
}

/*Navbar*/
.navbar {
    background-color: #383D3B;
    justify-content: center;
    display: flex;
    align-items: center;
    border-bottom: 2px solid #EEE5E9;
}

.navbar li a {
    color: #EEE5E9;
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    margin: .5rem;
}

.navbar li a:hover{
    color: #EEE5E9;
}

.navbar li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 0;
    height: 2px;
    background-color: #EEE5E9;
    transition: width 0.4s ease
}

.navbar li a:hover::after {
    width: 100%;
}

.navbar img{
    width: 50px;
    margin: 0!important;
    padding: 0!important;
    color: red!important;
}



/*Úvodní část*/
.uvod{
    min-height: 91vh;
    font-weight: 500;
    text-align: center;
}

.uvod button{
    color: whitesmoke;
    border-color: whitesmoke;
    border-style: solid;
    border-width: 1px;
    width: 20vw;
    font-size: x-large;
    font-weight: 500;
    background-color: #DD00FF;
}

h1{
    font-weight: 900!important;
    text-transform: uppercase;
    font-size: 4rem!important;
    overflow:hidden ;
}

/*Fake audio vizualizer, fuguje pomocí animace*/
#visualizer{
    background-color: #770FBD;
    z-index: -1;
    position: absolute;
	height: 90vh;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2px;
}
@keyframes sound{
    0% {transform: scaleY(1.0);}
    30% {transform: scaleY(0.3);}
    50% {transform: scaleY(1.0);}
    70% {transform: scaleY(1.2);}
    100%{transform: scaleY(1.0);}
}
.track{
	width: 1.2%;
	height: 20%;
	background: #976FCD;
	transition: .01s;
    animation-name: sound;
    animation-duration: 0.6s;
    animation-iteration-count: infinite;
    animation-play-state: running;
    animation-timing-function: linear;
}
/*Ovlivní každou druhou čáru vizualizeru*/
.track:nth-child(2n){
	height: 15%;
}

.track:nth-child(3n){
	height: 25%;
    animation-duration: 1.2s;
}

.track:nth-child(7n){
	height: 35%;
    
    animation-duration: 1.2s;
}

.timing1{
    height: 10%;
    animation-duration: 2.6s;
}
.timing2{
    animation-duration: 0.6s;
}

.timing3{

    transform: scaleY(1.5);
    animation-duration: 0.8s;
}

#toggle-play{
	border: none;
	background-color: transparent;
	fill: #DD00FF;
	min-height: 25px;
	min-width: 25px;
	width: 2%;
	height: 2%;
	position: absolute;
	top: 85vh;
	left: 49vw;
}

#toggle-play:hover{
	cursor: pointer;
}









/*Otázky*/
.faq{
    min-height: 100%;
    margin-bottom: 5rem;
}

.faq h4{
    width: 100%;
    background-color: #770FBD;
    padding: 1rem;
    margin-bottom: 0;
    font-size: 1.2rem;
    transition: .3s;
}

.faq h4:hover{
    cursor: pointer;
    background-color: #DD00FF;
    transition: .3s;
}

.otazky{
    width: 70%!important;
}


.odpoved{
    background-color: #EEE5E9;
    color: #383D3B;
    padding: 1rem;
    font-weight: 500;
}
/*Projekty*/

.projekty {
    background: #770FBD;
    padding-top: 80px;
    padding-bottom: 110px;
    text-align: center;
}
.test_box h2{
    color: #DD00FF;
    
    font-weight: 800!important;
    text-transform: uppercase;
    font-size: 3rem!important;
    overflow:hidden ;
}
.projekty img{
    width: 100%;
    margin-top: -10px;
}
.clients_banner .relative {
    position: inherit;
    bottom: 0;
    padding: 0;
}

.test_box {
    color: #2d2d2d;
    font-size: 17px;
    line-height: 30px;
    background-color: #f5f5f5;
    border: #f5f5f5 solid 1px;
    padding: 10px 30px;
}

#myCarousel .carousel-indicators {
    display: none;
}

#myCarousel .carousel-control-prev,
#myCarousel .carousel-control-next {
    width: 76px;
    height: 76px;
    background-color: #fff;
    color: #000;
    font-size: 40px;
    opacity: 1;
    top: 103%;
    box-shadow: 0 0 10px rgba(13, 3, 3, 0.38);
    z-index: 999;
    border-radius: 50px;
}

#myCarousel .carousel-control-prev {
    left: 40%;
}

#myCarousel .carousel-control-next {
    right: 40%;
}

#myCarousel .carousel-control-next:focus,
#myCarousel .carousel-control-next:hover,
#myCarousel .carousel-control-prev:focus,
#myCarousel .carousel-control-prev:hover {
    color: #f5f5f5;
    background: #DD00FF;
}
/*Co nabizime*/

.offer {
    padding-top: 5vh;
}

.offer h2{
    font-size: 3rem;
    font-weight: 800!important;
}

.offer li{
    font-size: 1.5rem;
}

.container_width {
    padding: 0 15px;
    margin: 0 auto;
    display: block;
    clear: both;
    width: 100%;
    max-width: 1380px;
}

.offer_img figure {
    margin: 0;
    position: relative;
}

.offer_img figure img {
    position: relative;
    z-index: 1;
    padding: 30px 0;
    width: 100%;
}

.offer .titlepage {
    background-color: #770FBD;
    padding: 5%;
    padding-bottom: 0;
    width: 100%;
    float: left;
}

.offer .titlepage p {
    padding-top: 20px;
}

.offer .read_more {
    margin-top: 35px;
}

.offer .read_more:hover {
    box-shadow: 0 0 16px 3px #635d5d38;
}

/*Mám zájem formulář*/
.formular{
    text-align: center;
    padding: 5%;
}


.main_form .form_control {
    padding: 0 25px;
    margin-bottom: 20px;
    width: 100%;
    height: 55px;
    background: whitesmoke;
    color: #d0d0cf;
    font-size: 15px;
    font-weight: normal;
    border-style: solid;
    border-color: #DD00FF;
    border-width: 0px;
    outline: #DD00FF;
}

.main_form .form_control :focus{
    background-color: #53F5DA;
}

.main_form .textarea {
    margin-bottom: 40px;
    width: 100%;
    background: #ffffff;
    color: #d0d0cf !important;
    font-size: 15px;
    font-weight: normal;
    padding: 30px 25px 15px 25px;
    height: 89px;
    outline: #DD00FF;
}

.main_form .send_btn {
    color: whitesmoke;
    border-color: whitesmoke;
    border-style: solid;
    border-width: 1px;
    font-size: x-large;
    font-weight: 500;
    background-color: #383D3B;
}

.main_form .send_btn:hover {
    background-color: #DD00FF;
    transition: ease-in all 0.2s;
    color: #fff;
}

/***********         Kontakty         *************/
.kontakty{
    border-top: #EEE5E9 3px solid;
    min-height: 50vh;
    background-color: #770FBD;
    font-weight: 500;
}

.kontakty .fa-house, .kontakty .fa-phone, .kontakty .fa-envelope{
    font-size: 1.7rem;
}

.kontakty .fa-steam, .kontakty .fa-instagram, .kontakty .fa-youtube, .kontakty .fa-twitter, .kontakty .fa-itch-io{
    font-size: 4rem!important;
    padding-bottom: .8rem;
    color: #EEE5E9;
    transition: .3s;
}

.kontakty .fa-steam:hover, .kontakty .fa-instagram:hover, .kontakty .fa-youtube:hover, .kontakty .fa-twitter:hover, .kontakty .fa-itch-io:hover{
    color: #383D3B;
    transition: .3s;
}

.kontakty h3{
    color: #DD00FF;
    font-size: 1.4rem;
}

#lLog, #lBack{
    padding: .5rem 3rem;
    font-weight: 700;
    color: #EEE5E9;
    border: 2px solid #DD00FF;
    cursor: pointer;
    transition: .3s;
    background-color: #770FBD;
}

#lLog:hover, #lBack:hover{
    background-color: #DD00FF;
    border: 2px solid #EEE5E9;
    transition: .3s;
}




/*---Media Queries --*/
@media (min-width: 2000px) {
    #myCarousel .carousel-control-prev {
        left: 45%;
    }
    
    #myCarousel .carousel-control-next {
        right: 45%;
    }
}

@media (max-width: 992px) {
    .carousel-control-prev,
    .carousel-control-next {
        margin: 0rem!important;
        padding: 0!important;
    }  
}

@media (max-width: 768px) {
    .navbar li a:hover::after {
        width: 10%;
    }  

    .uvod button{
        width: 50vw;
    }
#myCarousel .carousel-control-prev {
    left: 25%;
}

#myCarousel .carousel-control-next {
    right: 25%;
}

.track{
    width: 1.4%;
}
.track:nth-child(5n){
    width: 0%;
    gap: 0px;
}
}

@media (max-width: 576px) {
    h1{
        font-size: 3.2rem!important;
    }
    .offer h2{
        font-size: 2rem!important;
    }
    .offer li{
        font-size: 1rem;
    }
    .test_box h2{
        font-size: 2rem!important;
    }
    .ubt .d-flex{
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            flex-direction: column;
            flex-wrap: nowrap;
            align-content: space-around;
            justify-content: center;
            align-items: center;
    }

    .container-stahnout{
        width: 100%!important;
    }
    .track{
        width: 10%;
    }
    .track:nth-child(2n){
        width: 0%;
        gap: 0px;
    }
    .zkusenosti-img,.zkusenosti-img2,.zkusenosti-img3{
        height: 500px;
        width: 90%;
    }
}