*{
   padding: 0;
   margin: 0;
   font-family: sans-serif;
   box-sizing: border-box;
}

.hero{
   width: 100%;
   height: 100vh;
   background: linear-gradient(rgba(91, 23, 23, 0.7), rgba(26, 9, 9, 0.7)),url(img/bgr.jpg);
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
}
nav{
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding: 45px 8% 0 8%;
 }
.logo{
   color: aqua;
   font-size: 35px;
   letter-spacing: 1px;
   cursor: pointer;
}

span{
   color: aquamarine;
}
nav ul li{
   list-style: none;
   display: inline-block;
   padding: 10px 25px;
}
nav ul li a{
   text-decoration: none;
   color: #fff;
   font-weight: bold;
}

nav ul li a:hover{
   color: #20b2aa;
   transition: -4s;
}
.btn {
   background: #20b2aa;
   color: #fafafa;
   text-decoration: none;
   border: 2px solid transparent;
   font-weight: bold;
   padding: 10px 25px;
   border-radius: 30px;
   transition: transform .4s;
}
.btn:hover{
   transform: scale(1.2);
}
.content {
   position: absolute;
   top: 50%;
   left: 8%;
   transform: translateY(-50%);
}
h1{
   color: #fff;
   font-size: 75px;
   margin: 10px 0px 10px;
}
h2{
   color: #fff;
   font-size: 65px;
   margin: 1px 0px 1px;
}
h3{
   color: #fff;
   font-size: 25px;
   margin-bottom: 50px;
}
h4{
   color: aqua;
   letter-spacing: 2px;
   font-size: 20px;
}
.news form{width: 380px;
   max-width:100%;
   position: relative;
}
.news form input:first-child{
   display: inline-block;
   width: 100%;
   padding: 14px 130px 14px 15px;
   border: 2px solid aqua;
   outline: none;
   border-radius: 30px;
}
.news form input:last-child{
   position: absolute;
   display: inline-block;
   outline: none;
   padding: 10px 30px;
   border: none;
   border-radius: 30px;
   background-color: aqua ;
   box-shadow: 0px 0px 5px #000, 0px 0px 15px #858585;
   top: 6px;
   right: 6px;
}
.about{
   width: 100%;
   padding: 100px 0px;
   background: linear-gradient(rgb(40, 3, 52), rgba(0, 0, 0, 0.7));
}

.about img{
   height: auto;
   width: 310px;
}
.about-text{
   width: 550px;
}
.main{
   width: 1130px;
   max-width: 95%;
   margin: 0 auto;
   display: flex;
   align-items: center;
   justify-content: space-around;
}
.about-text h2{
   color: #fff;
   letter-spacing: 2px;
   font-size: 75px;
   margin-bottom: 25px;
   text-transform: capitalize;
}
.about-text p{
   color: #fcfc;
   letter-spacing: 1px;
   line-height: 28px;
   font-size: 18px;
   margin-bottom: 45px;
}
button{
   background-color: aqua;
   color: #fff;
   border: 2px solid transparent;
   font-weight: bold;
   padding: 13px 30px;
   border-radius: 30px;
   transition: .4s;
}
button:hover{
   background-color: transparent;
   border: 2px solid aqua;
   cursor: pointer;
}
p{
   margin: 10px 0px 10px 0px;
   padding: 10px 0px 10px 0px;
}
.tengah{
   background: linear-gradient(rgb(40, 3, 52), rgba(0, 0, 0, 0.7));
   text-align: center;
   width: 100%;
 }
 
 .tutor-list{
   text-align: center;
   width: 100%;
   position: relative;
   display: flex;
   flex-wrap: wrap;
 }

 .kartu-tutor{
      
      height: 365px;
      width: 355px;
      padding: 30px 45px;
      background: #858585;
      border-radius: 20px;
      margin: 40px;
      position: relative;
      text-align: center;
   }
   /* width: 15%;
   margin: 0 auto; */
 

 .kartu-tutor img{
   text-align: center;
   width: 110%;
   border-radius: 50%;
  
 }
 .kartu-tutor p{
   font-family: 'comic sans ms';
   font-weight: 800;
   size: 25px;
   text-align: center;
   color: #2a0433;
 }
 #contact{
   background: linear-gradient(rgb(40, 3, 52), rgba(0, 0, 0, 0.7));
   padding: 50px 0px 50px 0px;
 }
 
 .footer{
   width: 100%;
   position: relative;
   display: flex;
   flex-wrap: wrap;
   margin: auto;
 }

 .footer-section{
   width: 20%;
   margin: 0 auto;
 }

 h3{
   font-family: 'comic sans ms';
   font-weight: 800;
   font-size: 30px;
   margin-bottom: 20px;
   color: #fff;
   width: 100%;
   line-height: 50px;
 }

 @media screen  and (max-width:991.98px){
   .wrapper{
      width: 90%;
   }

   section{
      position: relative;
      display: block;
   }
   
   section img{
      text-align: center;
      display: block;
   }

   .kartu-partner{
      width: 50%;
   }
 }
/* Projects section
#projects .projects {
	flex-direction: column;
	max-width: 1200px;
	margin: 0 auto;
	padding: 100px 0;
}
#projects .projects-header h1 {
	margin-bottom: 50px;
}
#projects .all-projects {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#projects .project-item {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 80%;
	margin: 20px auto;
	overflow: hidden;
	border-radius: 10px;
}
#projects .project-info {
	padding: 30px;
	flex-basis: 50%;
	height: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	background-image: linear-gradient(60deg, #29323c 0%, #485563 100%);
	color: white;
}
#projects .project-info h1 {
	font-size: 4rem;
	font-weight: 500;
}
#projects .project-info h2 {
	font-size: 1.8rem;
	font-weight: 500;
	margin-top: 10px;
}
#projects .project-info p {
	color: white;
}
#projects .project-img {
	flex-basis: 50%;
    width: 100%;
	height: 300px;
	overflow: hidden;
	position: relative;
}
#projects .project-img:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-image: linear-gradient(60deg, #29323c 0%, #485563 100%);
	opacity: 0.7;
}
#projects .project-img img {
	transition: 0.3s ease transform;
}
#projects .project-item:hover .project-img img {
	transform: scale(1.1);
} */
/* .service{
   background: #101010;
   width: 100%;
   padding: 100px 0;
}
title h2{
   color: #fff;
   font-size: 75px;
   width: 1130px;
   text-align: center;
   margin: auto;
}
.box{
   display: flex;
   justify-content: center;
   align-items: center;
   min-height: 400px;
}
.card{
   height: 365px;
   width: 355px;
   padding: 20px 35px;
   background: #858585;
   border-radius: 20px;
   margin: 15px;
   position: relative;
   text-align: center;
}
.card img{
   font-size: 50px;
   display: block;
   text-align: center;
   margin: 25px 0px;

} */