html {
  scroll-behavior: smooth;
}
 
:target {
  scroll-margin-top: .8em;
}

body{
	background-color: rgb(34, 34, 34);
	color: white;
	font-family:Comfortaa;
	margin: 0 auto;
}

header{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
}

main{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-top: 50px;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
	padding-top: 50px;
}

main h2{
	text-align: center;
}

main p{
	text-align: center;
}

#header{
	background: linear-gradient(180deg, rgba(1,51,119,1) 0%, rgba(50,150,255,1) 100%);
}

#logo{
	display: flex;
	justify-content: space-between;
	width: 300px;
	
}

#logocontent{
	display: flex;
	flex-direction: row;
	justify-content: safe flex-start;
	align-items: center;
}

.btn-icon{
	border: none;
  cursor: pointer;
  appearance: none;
  background-color: inherit;
  transition: transform 0.4s ease-in-out;
}

.btn-icon img{
	width: 40px;
}

.btn-icon:hover {
  
  transform:translatey(-5px);
}


li{
	display: inline-block;
	margin: 20px;
}
ul{
	padding-inline-start: 0px;
	display: flex;
	flex-direction: row;
	justify-content: safe flex-start;
	align-items: center;
}

.options{
	color: white;
}

.options:hover{
	color: rgb(4,176,240);
	transition: 0.3s all;
}








.content-wave{
	padding-top: 140px;
	position: relative;
}

.wave{
    position: absolute;
    position-y: 100px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: url(../components/images/wave.png);
    background-size: 1000px 100px;
    
}

.wave.wave1{
    animation: animate_wave 30s infinite;
    z-index: 1000;
    opacity: 1;
    animation-delay: 0s;
    bottom: 0;
}

.wave.wave2{
    animation: animate_wave2 15s infinite;
    z-index: 999;
    opacity: 0.5;
    animation-delay: 0s;
    bottom: 0;
}

.wave.wave3{
    animation: animate_wave 30s infinite;
    z-index: 998;
    opacity: 0.2;
    animation-delay: -2s;
    bottom: 15px;
}

.wave.wave4{
    animation: animate_wave 5s infinite;
    z-index: 997;
    opacity: 0.7;
    animation-delay: -2s;
    bottom: 20px;
}

@keyframes animate_wave {

    0%{
        background-position-x: 0;
    }

    100%{
        background-position-x: 1000px;
    }

}

@keyframes animate_wave2 {

    0%{
        background-position-x: 0;
    }

    100%{
        background-position-x: -1000px;
    }

}





h2{
	font-size: 52px;
	margin: 0;
	/*line-height:0.4;*/
}

span{
	color: rgb(4,176,240);
}

p{
	line-height: 1.4;
	max-width: 1000px;
}

img{
	width: 440px;
}

form [type="submit"]{
	height: 50px;
	background-color: rgb(0,49,116);
	font-family:Comfortaa;
	font-weight: bold;
	color: white;
}

form [type="submit"]:hover{
	cursor: pointer;
	background-color: rgb(0,30,100);
	transition: 0.3s all;
}

input{
	margin-top: 20px;
	height: 20px;
	padding: 15px;
	border-radius: 30px;
	border: none;
	font-size: 15px;
}

.title-wrapper-apps {
  margin-top: 80px;
  display: flex;
	justify-content: center;
	font-size: 22px;
	text-align: center;
}


section .app-wrapper{
	max-width: 1000px;
  height: 100%;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  align-items: center;
  flex-direction: column;
}

#catalog-app{
	display: flex;
	justify-content: center;
	text-align: center;
	margin: 20px;
}


section .app-item{
	margin: 20px;
	width: 1000px;
	height: 100%;
	background: #323232;
	border-radius: 20px;
	display: flex;
	flex-direction: row;
	align-items: center;
	
}

.app-content{
	width: 100%;
	height: 200px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
	padding-right: 50px;
}

.icon-app-img {
	padding: 20px;
  width: 200px;
}

.app-item h3{
	width: 100%;
  text-align: left;
  margin: 0px;
}

.app-item p{
	width: 100%;
  text-align: left;
  margin: 0px;
	color: #FFFFFF80;
}

.download-content{
	width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.rate-img{
  margin: 0px 0px 0px 10px;
  width: 120px;
}

.rate-content{
  display: flex;
  flex-direction: row;
  align-items: center;
}

.button-download{
	display: flex;
  align-items: center;
}

.icon-btn-download{
	width: 25px;
  padding: 0px 10px 0px 0px;
}

.app-item form [type="button"]{
	height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: rgb(4,176,240);
	color: white;
	font-weight: bold;
	transition: 0.4s all;
}

.app-item form [type="button"]:hover{
	cursor: pointer;
	background-color: rgb(5,120,190);
	transition: 0.4s all;
}

.app-item button{
	margin-top: 10px;
	margin-bottom: 10px;
	height: 10px;
	padding: 7px;
	border-radius: 20px;
	border: none;
	font-size: 15px;
}

.baseboard{
	padding: 20px;
	text-align: center;
	background-color: rgb(19, 19, 20);
}

