body{
  margin: 0;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, Sans-serif;
	font-size: 14px;
	line-height: 1.3;
}

h3{
         font-size: 20px;
}

header{
  background-color: lightblue;
  height: 50px;
	
}

.container{
    width: 80%;
	  margin: auto;
	  overflow: hidden;
}

*{box-sizing: border-box;}

header a{
  text-decoration: none;
	color: black;
}

header .brand{
  font-weight: bold;
	text-transform: uppercase;
	float: left;
	line-height: 50px;
	font-size: 20px;
}

header .com{
  color: blue;
}
 
header nav{
  float: right;
	margin-top: 5px;
}

header ul{
  list-style-type: none;
	margin: 0;
	padding: 0;
}

header ul li{
  margin: 0;
	padding: 0;
	display: inline-block;
}

header nav a{
  padding: 10px 12px;
	float: left;
	text-transform: uppercase;
	border-radius: 5px;
	transition: 0.5s ease-in-out;
}

header nav a:hover{
  background-color: blue;
	color: white;
}

#promo{
        height: 400px;
		background-image: url("../Images/apps.jpg");
		background-size: cover;
		background-position: center;
		padding: 40px;
}

#promo .jumbotron{
        height: 100%;
        padding-top: 90px;
        background-color: rgba(173, 216, 230, 0.4);
        border-radius: 30px;
        text-align: center;
}
 
#promo .jumbotron h1{
        font-size: 55px;
		margin: 0px;
		animation: moveInBottom;
		animation-duration: 1s;
		animation-timing-function: ease-in-out;
}

#promo .jumbotron p{
        margin: 0px;
		margin-bottom: 30px;
		animation: moveInRight 1s ease-in-out;
}

#promo .jumbotron a{
         text-decoration: none;
		 padding: 10px 15px;
		 background-color: blue;
		 color: white;
		 border-radius: 5px;
		 font-weight: 500;
		 text-transform: uppercase;
		 animation: moveInTop 1s ease-in-out 2s backwards;
}

#promo .jumbotron a:hover{
         background-color: rgb(218, 11, 11);
         box-shadow: 0px 2px black;
}

/* Welcome section */

#welcome{
         padding-top: 30px;
		 padding-bottom: 30px
}

#welcome .welcome-image{
         width: 25%;
		 height: 100%;
		 border-radius: 50%;
		 border: 1px solid brown;
		 overflow: hidden;
		 float: left;
		 margin-right: 5%;
}

#welcome .welcome-image img{
         max-width: 100%;
		 height: auto;
}

#welcome .welcome-info{
         width: 70%;
		 float: left;
		 margin-top: 30px;
}

/* Services Section */

#services{
         background-color: lightgray;
		 padding: 30px 0;
}
 
#services .services-top{
         text-align: center;
		 margin-bottom: 30px
}

#services .services-top p{
         margin: 0;
}

#services .services-top p::after{
         content: "";
         width: 50px;
		 height: 3px;
		 background-color: gray;
		 display: block;
		 margin: 10px auto 0;
}

#services .services-top h3{
         margin-bottom: 5px;
}

#services .services-bottom{
         display: flex;
}

#services .services-bottom img{
         transform: scale(1.02);
         transition: transform .5s ease-in-out;
}

#services .services-bottom img:hover{
          transform: translateY(-15px) scale(1.3);
}


#services .services-info{
         width: 30%;
		 text-align: center;
}

#services .services-info:not(:last-child){
         margin-right: 5%;
}

#services .services-info h3{
         margin: 5px 0 10px;
}

#services .services-info p{
         margin: 0;
}

/* Subscribe section */

#subscribe{
         padding: 30px 0;
		 text-align: center;
}

#subscribe h3{
         margin: 5px 0;
}

#subscribe p{
         margin: 0;
}

#subscribe input[type="email"]{
         display: block;
		 width: 60%;
		 height: 50px;
		 border: 1px solid blue;
		 border-radius: 10px;
		 padding: 0 10px;
		 margin: 20px auto;
}

#subscribe input[type="submit"]{
         border: none;
		 background-color: rgb(18, 12, 215);
		 border-radius: 5px;
		 padding: 10px 15px;
		 color: white;
		 display: block;
		 margin: auto;
		 font-size: 17px;
		 font-weight: 500;
		 margin-bottom: 5px;
}

#subscribe input[type="submit"]:hover{
         background-color: rgb(7, 214, 56);
         box-shadow: 0px 2px black;
         cursor: pointer;
         animation: slideUp 0.4s ease-in-out forwards;
}

footer{
         padding: 30px 0;
		 text-align: center;
		 background-color: gray;
		 color: white;
}

/* History Section */

#history{
         padding: 40px 0;
		 text-align: center;
}

#history p{
         width: 75%;
		 margin: auto;
}
#history h3::after{
         content: "";
         width: 50px;
		 height: 3px;
		 background-color: gray;
		 display: block;
		 margin: 10px auto 0;
}

        /* Team Section */

#team{
    padding: 30px 0;
	background-color: lightgray;
}

#team .team-top{
         margin-bottom: 50px;
		 text-align: center;
}

#team .team-top p{
         margin: 0;
}

#team .team-top h3{
         margin: 0 0 5px;
}

#team .team-top p::after{
    content: "";
		 display: block;
		 width: 50px;
		 height: 3px;
		 background-color: gray;
		 margin: 10px auto;
}

#team .team-bottom{
         display: flex;
}

#team .team-bottom .team-members{
  width: 30%;
	height: 450px;
	background-color: lightblue;
	border-radius: 10px;
	margin: 10px 20px;
	overflow: hidden;
	box-shadow: 0 0 5px #333;
	transform: scale (1.04);
	transition: all .4s ease-in-out;
}

#team .team-bottom .team-members:hover{
    transform: translateY(-15px) scale(1.1);
    box-shadow: 0 0 10px #333;
}

#team .team-members .team-image{
      height: 300px;
      overflow: hidden;
      background-color: #fff;
}

#team .team-members:hover .team-image img{
  opacity: 1;
}

#team .team-members:not(:last-child){
  margin-right: 5%;
}

#team .team-members figcaption{
  padding: 10px;
	color: black;
}

#team .team-members figcaption p{
  color: darkslategrey;
}

#team .team-members img{
  max-width: 100%;
	height: auto;
	border-radius: 10px;
  opacity: .85;
}

 
#info{
         padding: 30px 0;
}

#info .container{
          display: flex;
}

#info .info{
         width: 28%;
		 height: 300px;
		 border-radius: 10px;
		 overflow: hidden;
		
}

#info .info-text{
         border: 1px solid lightgray;
		 padding: 10px;
}

#info .info-text h4{
         margin: 5px;
}

#info .info-text .info-text-call{
         margin-bottom: 20px;
}

#info .info-image{
  margin-right: 10px;
	overflow: hidden;
	box-shadow: 0 0 5px #333;
	transform: scale (1.04);
	transition: all .4s ease-in-out;
}

#info .info-image:hover{
  transform: translateY(-15px) scale(1.1);
  box-shadow: 0 0 10px #333;
}
#info .info-image img{
  max-width: 100%;
	height: 100%;
}

#info .info-image:hover .info-image img{
  opacity: 1;
}

            /* message Section */
#message{
         padding: 30px 0;
		 background-color: lightgray;
}

#message .message-top{
         text-align: center;
		 margin-bottom: 20px;
}

#message .message-top h3{
         text-transform: uppercase;
		 margin: 0;
}

#message .message-top h3::after{
         content: "";
		 display: block;
		 width: 50px;
		 height: 3px;
		 background-color: gray;
		 margin: 10px auto 0;
}

#message .message-bottom{
         color: black;
}

#message .message-bottom label{
         display: block;
		 font-size: 17px;
		 font-weight: 500;
		 margin-bottom: 5px;
}

#message .message-bottom .form-group{
         margin-bottom: 10px;
}

#message .message-bottom .input{
         display: block;
		 height: 40px;
		 border-radius: 5px;
		 border: 1px solid blue;
		 padding-left: 10px;
		 padding-right: 10px;
		 width: 100%;
		 font-size: 15px;
		 font-family: 'Segoe UI', Tahoma, Geneva, Verdana, Sans-serif;
}

#message .message-bottom input,
#message .message-bottom textarea,
#message .message-bottom button{
         outline: none;
}

#message  textarea{
         width: 100%;
		 height: 200px;
		 border-radius: 5px;
		 border: 1px solid blue;
		 background-color: white;
		 padding: 5px 10px;
		 font: 15px 'Segoe UI', Tahoma, Geneva, Verdana, Sans-serif;
}

#message .message-bottom .btn{
         padding: 10px 20px;
		 background-color: blue;
		 text-transform: uppercase;
		 font: 15px 'Segoe UI', Tahoma, Geneva, Verdana, Sans-serif;
		 border: none;
		 border-radius: 5px;
		 font-weight: 500;
		 color: #fff;
		 cursor: pointer;
}


           
              /* RESPONSIVE PART */

@media screen and (max-width: 375px){
  header{
            height: 85px;
			text-align: center;
  }
  
  header .brand{
             float: none;
			 line-height: 40px;
  }
  
  header nav{
             float: none;
			 width: 100%;
			 margin-top: 0;
  }
  
  #promo{
             padding: 10px;
  }
  
  #promo .jumbotron{
             padding-top: 65px;
			 height: 90%;
  }
  
  #welcome .welcome-info,
  #welcome .welcome-image{
             float: none;
			 width: 100%;
  }
  
  #services .services-bottom,
  #team  .team-bottom{
             flex-direction: column;
  }
  
  #services .services-info,
  #team .team-bottom .team-members,
  #info .info{
             width: 100%;
			 margin-bottom: 20px;
  }
  
  #subscribe input[type="email"],
  #subscribe input[type="submit"]{
             width: 100%;
  }
  
}


@media screen and (max-width: 425px){
  header{
            height: 85px;
			text-align: center;
  }
  
  header .brand{
             float: none;
			 line-height: 40px;
  }
  
  header nav{
             float: none;
			 width: 100%;
			 margin-top: 0;
  }
  
  #promo{
    padding: 10px;
  }
  
  #promo .jumbotron{
			 margin: 8px;
			 height: 90%;
  }
  
  #welcome .welcome-info,
  #welcome .welcome-image{
             float: none;
			 width: 85%;
  }
  
  #services .services-bottom,
  #team  .team-bottom{
             flex-direction: column;
  }
  
  #services .services-info,
  #team .team-bottom .team-members,
  #info .info{
             width: 100%;
			 margin-bottom: 25px;
  }
  
  #subscribe input[type="email"],
  #subscribe input[type="submit"]{
             width: 100%;
}

}

       /* Responsive */
	   
@keyframes moveInBottom{
       0%{
	        opacity: 0;
			transform: translateY(-20px);
	   }
	   
	   70%{
	         transform: translateY(10px);
	   }
	   
	   100%{
	         opacity: 1;
			transform: translateY(0px);
	   }
}

@keyframes moveInTop{
       0%{
	        opacity: 0;
			transform: translateY(-20px);
	   }
	   
	   70%{
	         transform: translateY(10px);
	   }
	   
	   100%{
	         opacity: 1;
			transform: translateY(0px);
	   }
}

@keyframes moveInRight{
       0%{
	        opacity: 0;
			transform: translateX(-70px);
	   }
	   
	   70%{
	         transform: translateX(10px);
	   }
	   
	   100%{
	         opacity: 1;
			transform: translateX(0px);
	   }
}



