body {
	padding: 0;
	margin: 0 auto;
	font-family: "Montserrat",sans-serif;
	color: black;
	font-size: 16px;
}
html {
	scroll-behavior: smooth;
}
* {
	box-sizing: border-box;
}
ul {
	list-style-type: none;
}
h1,h2,h3,h4,h5,h6 {
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}
.container {
	margin: 0 auto;
	width: 1180px;
}
.header {
	background-color: #e74c3c;
	position: fixed;
	overflow: hidden;
	top: 0;
	width: 100%;
	z-index: 1;
}
.focus {
	padding-top:20px ;
	padding-left: 10px;
	color: #fff;
}
.menu {
	display: flex;
	right: 0;
}
.menu-bar {
	display: flex;
}
.menu ul {
	margin-left: 300px;
	display: flex;
}
.menu a {
	display: block;
	color: #f8f8f8;
	padding: 10px 15px;
	font-size: 20px;
	text-decoration: none;
}
.menu a:hover {
	border-bottom: 1px solid #f8f8f8;
}

/* .get-app a{
	display:block;
	color: #f8f8f8;
	font-size: 20px;
	padding: 7px;
	border: 2px solid #f8f8f8;
	text-decoration: none;
	margin-top: 15px;
	margin-left: 100px;
	border-radius: 10px;
	transition: 0.5s;
	font-weight: bold;
}
.get-app a:hover {
	background: #f8f8f8;
	color: #e74c3c;
} */
.home {
	background-color: #ff894c;
	margin-top: 75px;	
}
.home .container {
	display: flex;
	justify-content:space-between;
}
.home-text {
	border: 1px solid #fff;
	border-radius: 20px;
	margin-top: 60px;
	color: #f8f8f8;
	width: 580px;
	padding: 15px;
	margin-bottom: 100px;
	transition: 0.5s;
}
.study-work {
	letter-spacing: 0.1em;
}
.home-text h1 {
	font-weight: 700;
	font-size: 20px;
	margin-top: 20px;
}
.home-text h1 span {
	text-shadow: 4px 4px #383838;
	color: #d40101;
	font-size: 60px;
}
.home-text p {
	font-size: 20px;
	margin-bottom: 30px;
	line-height: 1.5;
}
.pm-img img{
	margin-top: 70px;
	height:500px;
	width: auto;
}



.home-text a {
	display: block;
	text-decoration: none;
	font-size: 25px;
	font-weight: bold;
	color: #f8f8f8;
	background-color: #d40101;
	text-align: center;
	padding: 15px 0px;
	border-radius: 20px;
	transition: 0.5s;
}
.home-text a:hover {
	background: #a80000; 	
}
#time {
	font-size: 100px;
	font-weight: bold;
	text-align: center;
	font-family: "Concert One", cursive;
	letter-spacing: 0.04em;
}
#buttons {
	display: flex;
}
#buttons button {  
	font-family: "Concert One", cursive;
	font-weight: 400;
	border:none; 
	color:#fff; 
	cursor:pointer; 
	padding:5px; 
	width:150px; 
	margin:0 auto;
	font-size:20px;
	height : 40px;
	border-radius : 20px;
}
  
#buttons button#shortBreak{
	background : #00a300;
	transition: 0.5s;
}
#buttons button#shortBreak:hover {
	background-color: #008500;
}
  
#buttons button#longBreak{
	background : #008000;
	transition: 0.5s;
}
#buttons button#longBreak:hover {
	background-color: #005e00;
}
  
#buttons button#stop{
	background : #d40101;
	transition: 0.5s;
}
#buttons button#stop:hover {
	background-color: #a80000;
}









.about {
	background-color: #FBAB7E;
	background-image: linear-gradient(62deg, #FBAB7E 0%, #F7CE68 100%);
}
.about h2{
	color: #fff;
	text-align: center;
	font-size: 35px;
	padding-top: 100px;
	margin-bottom: 30px;
	border-bottom: 2px solid #ff894c;
}
.about-text {
	width: 80%;
	font-size: 25px;
	margin-left: 10%;
}
.about-text p {
	color: #e74c3c;
	line-height: 1.5;
	padding-bottom: 25px;
	text-align: center;
}


.how-text {
	justify-content: space-between;
	padding-bottom:100px ;
	display: flex;
	color: #e74c3c;
	line-height: 1.5;
}
.how-text li{
	display: block;
	width: 100%;
	font-size: 30px;
	margin-left: 30%;
	margin-bottom: 20px;
}
.plan-img {
	height: 400px;
	width: auto;
}




.contact {
	background-color: #FBAB7E;
	background-image: linear-gradient(62deg, #FBAB7E 0%, #F7CE68 100%);

}
.contact .container {
	padding-bottom: 50px;
}
.block-login {
	max-width: 800px;
	height: 300px;
	margin: 0px auto;
	background-color: #e74c3c;
	text-align: center;
	border-radius: 20px;
}
.block-login h2 {
	font-size: 24px;
	color: #fff;
	padding-top: 24px;
}
.block-login input {
	font-size: 20px;
	display: block;
	width: 300px;
	height: 30px;
	margin: 22px auto;
	border: none;
	border-radius: 10px;
	background-color: #ecf0f1;
}
form .email::placeholder{
	padding-left: 15px;
}
form .message{
	height: 100px;
	width: 70%;
}
form .message::placeholder{
	padding-left: 15px;
	position: absolute;
	top: 10%;
}
form .submit{
	font-size: 20px;
	background-color: #f39c12;
	color: #fff;
}



.footer{
	background-color: #383838;
	color: #fff;
}
.footer p {
	display: inline-block;
	margin: 0 auto;
	padding: 20px ;
}










.animated{
	animation: jumping 1s alternate-reverse infinite;
}
@keyframes jumping {
	from {
		transform: translate3d(0,-5px,0);
	}
	to {
		transform: translate3d(0,5px,0)
	}
}









@media screen and (max-width: 1200px) {
	.container {
		margin: 0 auto;
		width: 992px;
		margin: 0;
	}
	.menu ul{
		margin-left: 100px;
	}
	.home .container , .how-text {
		flex-direction: column;
	}
	.home-text, .pm-img, .plan-img{
		margin: 0 auto;
	}
	.about-text, .how-text {
		width: 600px;
	}
	
}



@media screen and (max-width: 992px) {
	.container {
		width: 768px;
	}
	.block-login{
		margin: 0 50px;
	}
}



@media screen and (max-width: 768px) {
	.container {
		width: 576px;
	}
	.block-login{
		margin-left: 30%;
	}
	.pm-img, .menu, .plan-img{
		display: none;
	}
	.home{
		margin-top: 40px;
	}
	.home-text{
		font-size: 14px;
		width: 300px;
	}
	.home-text h1 span{
		font-size: 40px;
	}
	#time span{ 
		font-size: 60px;
	}
	#buttons button{
		font-size: 12px;
	}
	.about-text, .how-text, .block-login{
		width: 300px;
	}
	.how-text ul li {
		font-size: 20px;
		display: block;	
	}
}



@media screen and (max-width: 576px) {	
	.container {
		width: 246px;
	}
	
}