@charset "utf-8";
/* CSS Document */

.navbar{
	background-color: #1f8ad2;
}
.navbar-container{
	text-decoration: none !important;
	color: #ffffff !important;
}
.navbar-img{
	width: 80px;
	height: auto;
}
.home-container{
	min-height: 60vh;
}
.home-img{
/*	background-color: pink;*/
	height: 100%;
	width: 100%;
}
.section-container{
	margin: auto 0;
}
/*
.main{
	min-height: 100vh;
}
*/

/*o nas*/
.onas-container{
	background-color: #f4f9ff;
	border-radius: 20px;
}
.onas-icon-container{
	background-color: #0060ff;
	border-radius: 20px;
	font-size: 50px;
	color: #ffffff;
	width:90px;
	margin: 0 auto;
}
.onas-title{
	color: #1f89d5;
}
.onas-text{
	font-size: 30px;
}
.onas-img{
	height: 500px;
	width: auto
}
.onas-text-second{
	font-size: 25px;
}

@media screen and (max-width: 1200px) {
	.onas-img{
		height: 300px;
	}
	.onas_text{
		font-size: 25px;
	}
	.onas-text-second{
		font-size: 20px;
	}
	.onas-icon-container{
		font-size: 40px;
		width:80px;
	}
}
@media screen and (max-width: 720px) {

	.onas-img{
		height: 150px;
	}
	.onas-text{
		font-size: 20px;
	}
	.onas-text-second{
		font-size: 15px;
	}
	.onas-text-third{
		font-size: 10px;
	}
	.onas-icon-container{
		font-size: 30px;
		width:55px;
	}
}

/*sluzby*/
.sluzby-title{
	color: #1e8cd7;
}
.sluzby-item{
	background-color: #f4f9ff;
	transition: all 0.3s ease;
}
.sluzby-item:hover{
	background-color: #89b3fa !important;
	transition: all 0.6s ease;
}
.sluzby-icon-container{
	background-color: #ffffff;
	border-radius: 50px;
	width: 90px;
	height: 90px;
	margin: 0 auto;
	text-align: center;
	display: flex;
	align-items: center;
}
.sluzby-icon{
	font-size: 30px;
	margin: auto auto;
	color: #1e8cd7;
}
.sluzby-text{
	font-size: 20px;
	font-weight: 800;
}
.sluzby-text-small{
	font-size: 15px;
}

@media screen and (max-width: 720px) {
	.sluzby-text{
		font-size: 15px;
	}
	.sluzby-text-small{
		font-size: 13px;
	}
}

/*contact*/
.footer{
	background-color: #393840;
}
.contant-icon{
	font-size: 35px;
}
.contact-logo-text{
	font-size: 25px
}
@media screen and (max-width: 720px) {
	.contact-text{
		font-size: 15px;
	}
	.contact-text-second{
		font-size: 10px;
	}
}



/*DNA animation*/
.loader{
  position: relative;
  width: 250px;
  height: 250px;
}

.wave{
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  perspective: 100px;
}

.wave > div{
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 100%;
}

.wave > div::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #115693;
  border-radius: 50%;
}

.top-wave > div::before {
  background-color: #115693;
}

.top-wave > div{
  animation: move 3s ease-in-out infinite reverse;
  
 }
 
.top-wave > div::before{
  animation: grow 3s linear infinite reverse; 
}

.bottom-wave > div{
  animation: move 3s ease-in-out infinite;
 }
 
.bottom-wave > div::before{
  animation: grow 3s linear infinite;
}

.wave > div:nth-child(13){
  animation-delay: 0.3s;
  top: 360px;
  left: 30%
}
.wave > div:nth-child(12){
  animation-delay: 0.2s;
  top: 330px;
  left: 30%
}
.wave > div:nth-child(11){
  animation-delay: 0.1s;
  top: 300px;
  left: 30%
}
.wave > div:nth-child(10){
  animation-delay: 0s;
  top: 270px;
  left: 30%
}
.wave > div:nth-child(9){
  animation-delay: -0.1s;
  top: 240px;
  left: 30%
}
.wave > div:nth-child(8){
  animation-delay: -0.2s;
  top: 210px;
  left: 30%
}
.wave > div:nth-child(7){
  animation-delay: -0.3s;
  top: 180px;
  left: 30%
}
.wave > div:nth-child(6){
  animation-delay: -0.4s;
  top: 150px;
  left: 30%
}
.wave > div:nth-child(5){
  animation-delay: -0.5s;
  top: 120px;
  left: 30%
}
.wave > div:nth-child(4){
  animation-delay: -0.6s;
  top: 90px;
  left: 30%
}
.wave > div:nth-child(3){
  animation-delay: -0.7s;
  top: 60px;
  left: 30%
}
.wave > div:nth-child(2){
  animation-delay: -0.8s;
  top: 30px;
  left: 30%
}
.wave > div:nth-child(1){
  animation-delay: -0.9s;
  left: 30%
}

.bottom-wave > div:nth-child(13){
  animation-delay: 1.05s;
}
.bottom-wave > div:nth-child(12){
  animation-delay: 0.95s;
}
.bottom-wave > div:nth-child(11){
  animation-delay: 0.85s;
}
.bottom-wave > div:nth-child(10){
  animation-delay: 0.75s;
}
.bottom-wave > div:nth-child(9){
  animation-delay: 0.65s;
}
.bottom-wave > div:nth-child(8){
  animation-delay: 0.55s;
}
.bottom-wave > div:nth-child(7){
  animation-delay: 0.45s;
}
.bottom-wave > div:nth-child(6){
  animation-delay: 0.35s;
}
.bottom-wave > div:nth-child(5){
  animation-delay: 0.25s;
}
.bottom-wave > div:nth-child(4){
  animation-delay: 0.15s;
}
.bottom-wave > div:nth-child(3){
  animation-delay: 0.05s;
}
.bottom-wave > div:nth-child(2){
  animation-delay: -0.05s;
}
.bottom-wave > div:nth-child(1){
  animation-delay: -0.15s;
}


 
@keyframes move{
  0%{
    transform: translateX(0px);
  }
  25%{
    transform: translateX(88px);
  }
  50%{
    transform: translateX(0px);
  }
  75%{
    transform: translateX(88px);
  }
  100%{
    transform: translateX(0px);
  }

} 

@keyframes grow{
  0%, 50%, 75%, 100% {
    transform: scaleX(0.7) scaleY(0.7);
  }
  10%, 60% {
    transform: scaleX(1) scaleY(1);
  }
  35%, 85% {
    transform: scaleX(0.4) scaleY(0.4);
  }
} 
