@import url(//db.onlinewebfonts.com/c/543092172c7d9a62dc51fa0fc510b6cf?family=Everett+Regular);
@import url('https://fonts.googleapis.com/css2?family=Cormorant+SC:wght@300&family=Mali:wght@200&family=Mitr:wght@200;300;400&family=Nunito:wght@200;300&family=Rubik+Mono+One&display=swap');

*{
  box-sizing: border-box;
  margin-left: 10px ;
  margin-right: 10px;
  color: #222;
  background-color:#e6e6e6 ;
  z-index: 99;
}
/*---------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------*/
section{
  position: relative;
  display: block;
  margin-top: 15%;
  line-height: 1px;
  font-family: 'Nunito', sans-serif;
  
}

section h1{
  font-size: 130px;
  font-weight: lighter; 
  text-align: center;
  transform: translateY(6rem);
  animation: up 500ms linear forwards;
  opacity: 0;
  z-index: 1; 
}
section h2{
  font-size: 130px;
  font-weight: lighter; 
  text-align: center; 
  transform: translateY(6rem);
  animation: up 500ms linear forwards;
  animation-delay: 0.3s;
  opacity: 0;
  z-index: 1;
}
section p{
  font-family: 'Everett Regular', sans-serif;
  font-size: 30px;
  font-weight: lighter;  
  text-align: center;
  transform: translateY(6rem);
  animation: up 500ms linear forwards;
  animation-delay: 0.6s;
  opacity: 0;
  z-index: 1;
}
@keyframes up {
	from {
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: translateY(0)
  }
}
/*---------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------*/
intro {
    font-size: 20px;
  font-weight: lighter;
  font-family: 'Everett Regular', sans-serif;
  
}
intro p{
    width: 45%;
  height: 150px;
  float: right;
  margin-top: 20%;
  margin-right: 10px;
}
/*---------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------*/
pt{
    margin-top:35%;
    margin-left: 10px;
    position: absolute;
    text-align: center;
    font-size: 20px;
  font-weight: lighter;
  font-family: 'Everett Regular', sans-serif;
}
pt img{
  
    width: 35%;
  height: 35%;
  border-radius: 25px;
  border:none;
}
pt img:hover{
    transform: scale(1.2);
    box-shadow: 5px 5px 15px;
    border: none;
}
pt p{
  margin-top: 30px;
}
pt .cv img{
  
  margin-left: 10px;
  border-radius: 25px;
  border: none;
}
pt .cv img:hover{
  transform: scale(1.5);
  box-shadow: 5px 5px 15px;
  border: none;
}
/*---------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------*/
footer{
  margin-top: 130%;
}
/*---------------------------------------------------------------------------*/






/*---------------------------------------------------------------------------*/
@media (max-width: 1024px){
  section h1{
    font-size: 70px;
    margin-top: 30%;
  }
  section h2{
    font-size: 60px;

  }
  section p{
    font-size: 20px;
  }

/*---------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------*/
intro {
  font-size: 15px;
font-weight: lighter;
font-family: 'Everett Regular', sans-serif;

}
intro p{
  width: 45%;
height: 150px;
float: right;
margin-top: 20%;
margin-right: 10px;
}
/*---------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------*/
pt{
  margin-top:50%;
  margin-left: 10px;
  position: absolute;
  text-align: center;
  font-size: 20px;
font-weight: lighter;
font-family: 'Everett Regular', sans-serif;
}
pt img .ptt{
  width: 35%;
height: 35%;
border-radius: 25px;
border: none;
transition: 0.5s ease;
}
pt img .ptt:hover{
  transform: scale(1.2);
  box-shadow: 5px 5px 15px;
  border: none;
}
pt p{
  width: 45%;
height: 50%;
font-size: 15px;
float: left;
margin-top: 30px;
margin-left: 20%;
}
}
/*---------------------------------------------------------------------------*/


@media (max-width: 850px){
  footer{
    margin-top: 150%;
  }
}



/*---------------------------------------------------------------------------*/
@media (max-width: 560px){
  section h1{
    font-size: 40px;
    margin-top: 30%;
  }
  section h2{
    font-size: 30px;

  }
  section p{
    font-size: 15px;
  }

/*---------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------*/
intro {
  font-size: 10px;
font-weight: lighter;
font-family: 'Everett Regular', sans-serif;

}
intro p{
  width: 45%;
height: 150px;
float: right;
margin-top: 10%;
margin-right: 10px;
}
/*---------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------*/
pt{
  margin-top:70%;
  margin-left: 10px;
  position: absolute;
  text-align: center;
  font-size: 20px;
font-weight: lighter;
font-family: 'Everett Regular', sans-serif;
}
pt img{
  width: 35%;
height: 35%;
border-radius: 25px;
border: none;
}
pt img:hover{
  transform: scale(1.2);
  box-shadow: 5px 5px 15px;
  border: none;
}
pt p{
  width: 45%;
height: 50%;
font-size: 10px;
float: left;
margin-top: 30px;
margin-left: 20%;
}
/*---------------------------------------------------------------------------*/
footer{
  margin-top: 200%;
}
/*---------------------------------------------------------------------------*/

}
/*---------------------------------------------------------------------------*/
