*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
}

body{
  width: 100%;
  height: 100%;
  background-color: black!important;
  text-align: center;
  color: #fff !important;
}

/* Efekty */

@keyframes fade-up {
	0% {
			opacity: 0;
			transform: translateY(100%);
	}
	100% {
		opacity: 1;
		transform: translateY(0%);
	}
}

@keyframes fade {
	0% {
			opacity: 0;
			
	}

	60% {
		opacity: 0;
	}

	100% {
		opacity: 1;
		
	}
}

/* Úvodní obrázek */

.wallp{
  position: relative;
  z-index: -2 !important;
}

.wallp img{
  width: 90%;
  animation: fade 1s;
}

h1{
  padding-top: 20%;
  z-index: 6 !important;
}

/* Nabídka práce */

.about{
  width: 100%;
}

.about img{
    height: auto;
    width: 750px;
    border-radius: 30px;
}

.about-text{
    width: 550px;
    justify-content: right;
}

.main{
    width: 1500px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.about-text h1{
    color: #FF8C24;
    font-size: 80px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.about-text h5{
    color: white;
    font-size: 25px;
    text-transform: capitalize;
    margin-bottom: 25px;
    letter-spacing: 2px;
}

.about-text p{
    color: white;
    letter-spacing: 1px;
    line-height: 28px;
    font-size: 18px;
    margin-bottom: 45px;
}

button{
    background: #FF8C24;
    color: white  ;
    text-decoration: none;
    border: 2px solid transparent;
    font-weight: bold;
    padding: 13px 30px;
    border-radius: 30px;
    transition: .4s;
}

button:hover{
    background: transparent;
    border: 2px solid #FF8C24;
    cursor: pointer;
}

/* Karty - nabídka výhod */

.card-container{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.card{
  width: 500px;
  background-color: #1a1b1d;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 15px 15px 0px #FF8C24;
  margin: 20px;
}

.card img{
  width: 100%;
  height: auto;
}

.card-content{
  padding: 16px;
}

.card-content h3{
  font-size: 28px;
  margin-bottom: 8px;
  color: white;
}

.card-content p{
  color: white;
  font-size: 15px;
  line-height: 1.3;
}

.card-content .btn{
  display: inline-block;
  padding: 8px 16px;
  background-color: #FF8C24;
  text-decoration: none;
  border-radius: 4px;
  margin-top: 16px;
  color: white;
}

/* Formulář */

.form-container {
  width: 50%;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  margin: 20px;
  font-family: "Roboto", sans-serif;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group textarea {
  width: calc(100% - 22px); 
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}

.form-group textarea {
  height: 100px;
}

.form-group button {
  padding: 10px 20px;
  background-color: #FF8C24;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.form-group button:hover {
  background-color: white;
  color: black;
}

.formular{
  padding-left: 32.5%;
}

label{
  color: white;
}

/* Nadpisy / podtržítka */

.nazev{
  position: absolute;
  color: white;
  top: 42.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: drop-shadow(12px 12px 12px rgba(0, 0, 0, 1));
  animation: fade 1.8s;
  font-family: "Roboto", sans-serif;
}

.nazev2{
  color: white;
  position: absolute;
  left: 27.5%;
  top: 75%;
  font-size: 100px;
  filter: drop-shadow(12px 12px 12px rgba(0, 0, 0, 1));
}

.nazev3{
  font-size: 100px;
  padding-top: 10%;
}

.axezon{
  font-size: 625%;
  font-stretch: expanded;
}

.podnazev{
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: drop-shadow(12px 12px 12px rgba(0, 0, 0, 1));
  animation: fade 1.8s;
  font-family: "Roboto", sans-serif;
}

.podtrzitko{
  border: 2.5px solid #FF8C24;
  opacity: 100%;
  margin-left: 15%;
  margin-right: 15%;
  margin-bottom: 5%;
}

.podtrzitko2{
  border: 2.5px solid #FF8C24;
  opacity: 100%;
  margin-left: 15%;
  margin-right: 15%;
  margin-bottom: 5%;
  margin-top: 7.5%;
}

.podtext{
  padding-top: 2%;
}

/* Media queries - scalování */

@media only screen and (max-width: 870px){
  .about img{
      height: auto;
      width: 0px;
      border-radius: 30px;
  }
  
  .nazev{
    font-size: 8px;
  }

  .podnazev{
    font-size: 5px;
    padding-top: 5%;
  }

  .nazev2{
    font-size: 20px;
    position: absolute;
    top: 20%;
  }
  
  .nazev3{
    font-size: 20px;
  }

  .about{
    padding-right: 5%;
    padding-left: 5%;
  }

  .cards{
    padding: 5%;
  }
}

@media only screen and (max-width: 1550px){
  .nazev{
    font-size: 10px;
  }

  .podnazev{
    font-size: 10px;
    position: absolute;
    top: 80%;
  }
}