@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&family=Reem+Kufi+Fun&display=swap');

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Reem Kufi Fun', sans-serif;
}


body{
  background-color: #131313;
  margin: 0;
  width: 100%;
  height: 100%;
}

a{
    color: transparent;
}

.jedna{
  color: white;
  font-size: 15px;
}
.dva{
  color: white;
  font-size: 40px;
}
.tri{
  color: white;
  font-size: 20px;
  opacity: 86%;
}
.ctyri{
  color: white;
}
.button{
    position: relative;
    display: inline-block;
    background-color: #171717;
    color: rgb(255, 255, 255);
    padding: 13px 28px;
    border-radius: 5px;
    display: block;
    border: 3px solid #6b61ff;
    font-size: 15px;
    cursor: pointer;
    transition: 0.7s;
}

.button:hover{
    border: 3px solid #6b61ff;
    background-color: #6b61ff;
    color: rgb(255, 255, 255);
}
.button69 {
  background-color: #171717;
  color: rgb(255, 255, 255);
  padding: 13px 20px;
  border-radius: 5px;
  border: 3px solid #6b61ff;
  font-size: 15px;
  cursor: pointer;
  transition: 0.7s;
  text-decoration: none;
  margin-right: 15px;
}

.button69:last-child {
  margin-right: 0;
}

.button69:hover {
  border: 3px solid #6b61ff;
  background-color: #6b61ff;
  color: rgb(255, 255, 255);
}
.button-container {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  
}
.spacer {
  width: 25px;
}
.divcelkovo{
    display: flex;
    flex-direction: row;
}
.karta{
  background-color: #0e0e0e;
  width: 400px;
  height: 450px;
  margin: auto;
  text-align: center;
  border-radius: 15px;
}
.obrprdkt{
   height: 300px;
}
.produktuvod{
  font-size: 35px;
  color: #ffffff;
}
.produktcena{
  font-size: 20px;
  color: #a6a6a6;
}
.divcelkovo2{
    display: flex;
    flex-direction: row;
}
.service{
  font-size: 35px;
  color: #ffffff;
}
.obrprdkt2{
   height: 200px;
}
body::-webkit-scrollbar {
    width: 5px;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: #6b61ff;
  outline: 1px solid #6b61ff;
}
.obrprdkt3{
   height: 200px;
}
.divcelkovo3{
    display: flex;
    flex-direction: row;
}
.footer {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #0e0e0e;
  color: white;
  text-align: center;
}
.text{
  color: white;
  font-size: 25px;
  width: 60%;
}
.clickable{
  color: white;
}
.fq{
  color: white;
  font-size: 35px;
  letter-spacing: 4px;
}
.faq{
  width: 900px;
  background-color: #0f0f0f;
  border-radius: 10px;
}
.textfaqm{
  color: white;
  font-size: 25px;
  letter-spacing: 2px;
}
.textfaqs{
  color: white;
  font-size: 20px;
  letter-spacing: 1px;
}
.carka{
  color: #ffffff;
  opacity: 0.5;
  width: 850px;
}

