*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  font-family: sans-serif;
}
body,html{
  background: #f7f7f7;
  overflow-x: hidden;
}
 a{
  text-decoration: none;
  color:white;
  font-size: 30px;
}
.logo{
  font-size: 30px;

}
ul{
  list-style: none;
}
.active{
  color: #fb360d;
  
}
.navbar{
  position: absolute;
  top:0;
  left:0;
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 30px;
  color: whitesmoke;
}
.nav-links{
  display: flex;
  align-items: center;
}
.nav-links li{
  margin: 0 30px;
}
.menu-btn{
  position: absolute;
  top: 30px;
  right:30px;
  width: 10%;
  cursor: pointer;
  display: none;
}

section {
	
	width: 80%;
	margin: 80px auto;
	
	
}



.accordion{
  margin: 60px auto;
  width: 80vw;
}
.accordion li{
  list-style: none;
  width:100%;
  margin:20px;
  padding:10px;
  border-radius:8px;
  background: #f7f7f7;
  box-shadow: 6px 6px 10px -1px rgba(0,0,0,0.15), 6px 6px 10px rgba(225,225,225,0.7);
  
}
.accordion li label{
  display: flex;
  align-items: center ;
  padding:10px;
  font-size:18px;
  font-weight:500; 
  cursor: pointer;
  
}
label::before{
  content:'+';
margin-right: 10px;
font-size: 24px;
font-weight: 600;
}
input[type="radio"]{
  display: none;
}
.accordion .content{
  color: #555;
  padding:0 10px ;
  line-height:26px;
  max-height: 0;
  overflow: hidden; 
  transition:max-height 0.5s, padding 0.5s;
  
}
.accordion input[type="radio"]:checked + label + .content {
  max-height: 400px;
  padding:10px 10px 20px;
}
.accordion input[type="radio"]:checked + label::before {
  content:'-';
}




header{
	height: 70vh;
	width: 100vw;
	background: #fb036b ;
	background-image: url(444.jpg);
	background-position: bottom;
	background-size: cover;
	display: flex;
	align-items: flex-end;
	justify-content: center;

}
.header-container{
	margin: 150px;
	color: whitesmoke;
	text-align: center;

}
.header-container h1{
	font-size: 5vmin;
}
.header-container h2{
	font-size:7vmin ;
	margin-bottom: 30px;
	margin-top: 20px;
	margin-bottom:whitesmoke ;}

.line{
	width: 150px;
	height: 4px;
	margin: 10px auto;
	border-radius: 5px;
	background:#fb036b ;
}
.ctn{
	padding:8px 15px ;
	background:#fb036b ;
	border-radius:30px ;
	color:whitesmoke ;
		margin: 20px auto;
		
}



footer{
	height: 400PX;
	width: 100vw;
	background: black;
}
.social{
	width: 100vw;

}
.icon{
	display: flex;
	justify-content: center;
	padding: 90px 70px 50px;
	background:#fff;
}
.social a{
	text-decoration: none;
	padding: 10px;
	background-color: white;
	margin: 10px;
	border-radius: 50%;
	
}
.social a i{
	font-size: 2em;
	color: black;
	opacity: 0.9;
}
.social a:hover{
	background-color: black;
	transition: 0.5s;
}
.social a:hover i{
 color: white;
 transition: 0.5s;
}
.footer-icon{
margin: 30px 0;


}
.footer-icon ul{
display: flex;
justify-content: center;
margin-top:10%;
}
.footer-icon ul li a{
	color: #fff;
	margin: 20px;
	text-decoration: none;
	font-size: 1.3em;
	opacity: 0.7;
	transition: 0.5s;
}
.footer-icon ul li a:hover{
opacity: 1;
}
.text{
	background: #111;
	padding:20px ;
	text-align:center ;


}
.text p{
	color: whitesmoke;}
	.designer{
		opacity: 0.7;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-weight: 400;
		margin: 0px 5px;

	}



@media(max-width:991px){
		 .menu-btn{
    display: block;
    Width:30px;
  }
  .navbar{
    padding:0;
  }
  .logo{
    position: absolute;
    top:30px;
    left:30px;
  }
  .nav-links{
    flex-direction: column;
    width: 100%;
    height: 100vh;
  justify-content: center;
  background: #34495e;
  margin-top:-900px;
  transition:all 0.5s ease;
  }
  .mobile-menu{
    margin-top: 0;
    border-bottom-right-radius: 30%;
  }
  .nav-links li{
    margin: 30px auto;
  }


		.accordion{
		  width: 75%;
		}
		
.footer-icon ul{
  flex-direction: column;
  align-items: center;
  line-height: 30px; 
  Padding:30px;
}
.ctn{
    font-size: 20px;
  }
  .header-container h1{
  font-size: 5vmin;
  margin: 0;
}
.line{
  margin: 5px auto;
 
}

  .header-container{
  margin: 50px;
 

}
}

@media(max-width:400px){
		 .menu-btn{
    display: block;
  }
  .navbar{
    padding:0;
  }
  .logo{
    position: absolute;
    top:30px;
    left:30px;
  }
  .nav-links{
    flex-direction: column;
    width: 100%;
    height: 100vh;
  justify-content: center;
  background: #34495e;
  margin-top:-900px;
  transition:all 0.5s ease;
  }
  .mobile-menu{
    margin-top: 0;
    border-bottom-right-radius: 30%;
  }
  .nav-links li{
    margin: 30px auto;
  }


		.accordion{
		  width: 75%;
		}
		
.footer-icon ul{
  flex-direction: column;
  align-items: center;
  line-height: 30px;
  Padding:30px;
}
.ctn{
    font-size: 20px;
  }
  .header-container h1{
  font-size: 5vmin;
  margin: 0;
}
.line{
  margin: 5px auto;
 
}

  .header-container{
  margin: 50px;
 

}
}