*{
	margin: 0;
	padding: 0;
	font-family: montserrat;
}
.banner{
	width: 100%;
	height: 100vh;
	background-image: url("images/portfolio/image 1.png");
	background-size: cover;
	background-position: center;
}
html{
	scroll-behavior: smooth;
}
.navbar{
	width: 95%;
	margin: auto;
	padding: 35px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	
	
}
.logo{
	width: 120px;
	cursor: pointer;
	padding-top: 100px;
	margin-top: 100px;
}
.navbar ul li{
	list-style: none;
	display: inline-block;
	margin: 0 15px;
	position:relative;
}
.navbar ul li a{
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	
}
.navbar ul li::after{
	content: '';
	height: 3px;
	width: 0px;
	background: #009688;
	position: absolute;
	left: 0;
	bottom: -10px;
	transition: 0.5s;
	
}
.navbar ul li:hover::after{
	width: 100%;
	
}
.content{
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	color: #fff;
}
.content h1{
	font-size: 70px;
	margin-top: 80px; 
	}
.content p{
	margin: 20px auto;
	font-weight: 100;
	line-height: 30px;
	
}
.button{
	display: inline-block;
	background: #0D91A2;
	color: aliceblue;
	display: block;
	width: fit-content;
	font-size: 13px;
	padding: 2px 10px;
	text-decoration: none;
	margin-left: 600px; 
	margin-top: 30px;
}


/*About section*/
#about{
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	padding: 20px;
	margin-bottom: 50px;
}
#about h1{
	text-align: center;
	font-size: 30px;
	margin-left: 200px;
	margin-top: 60px; 
}
#about p{
	padding: 20px;
	font-size: 18px;
	margin-bottom: 50px;
	margin-bottom: 80px;
	
}
#pic{
	display: flex;
}
#pic img{
	width: 300px;
	height: 430px;
	}
#intro{
	display: flex;
	flex-direction: column;
	text-align: justify;
	padding: 20px;
}
#intro h2{
	font-size:2rem;
	margin-bottom: 20px;
}

.services-list{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 40px;
    margin-top: 50px;
}

.services-list div{
    background: #bcbcba;
    padding: 40px;
    font-size: 13px;
    font-weight: 300;
    border-radius: 10px;
    transition: background 0.5s, transform 0.5s;
}
.services-list div i{
    font-size: 50px;
    margin-bottom: 30px;
    color: #ffffff;
}
.services-list div h2{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #ffffff;
}
.services-list div a{
    text-decoration: none;
    color: #ffffff;
    font-size: 12px;
    margin-top: 20px;
    display: inline-block;
}
.services-list div:hover{
    background: #00001b;
    transform: translateY(-10px);
}
.services-list div p{
    color: #ffffff;
}

#portfolio{
    padding: 50px 0;
	
}
.work-list{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
    grid-gap: 10px;
    margin-top: 50px;
}
.work{
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.work img{
    width: 100%;
    border-radius: 10px;
    display: block;
    transition: transform 0.5s;
}
.work:hover img{
    transform: scale(1.1);
}

#services{
	display: flex;
	flex-direction: column;
	padding: 20px;
	
}
.row{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	box-sizing: border-box;
	
}
.box{
	display: flex;
	flex-direction: column;
	width: 350px;
	height: 300px;
	border: 1px solid black;
	margin: 10px;
	align-items: center;
	text-align: justify;
	padding: 10px;
	border-radius: 15px;
	background: linear-gradient(to top,rgb(0,171,186) 50%, white 50% );
	background-size: 100% 200%;
	transition: all .8s;
}
.box:hover{
	background-position: left bottom;
	color: white;
	border: none;
	box-shadow: 0 0 20px rgb(0,171,186);
}


#contact{width: 100%;
	margin-top: 80px;
	height: 100%;
	background-color: #0EBFB7;
	background-size: 100%;
	background-position: center;
	color: #FFFFFF
}
.contact-left{
    flex-basis: 35%;
}
.contact-right{
    flex-basis: 60%;
}
.contact-left p{
    margin-top: 0px;
}
.contact-left p i{
    color: #FFFFFF;
    margin-right: 15px;
    font-size: 25px;
}
.social-icons{
    margin-top: 30px;
	width: 20px;
	height: 20px;
	margin-top: 8px;
}
.social-icons a{
    text-decoration: none;
    font-size: 30px;
    margin-right: 15px;
    color: #343434;
    display: inline-block;
    transition: transform 0.5s;
}
.social-icons a:hover{
    color: #FFFFFF;
    transform: translateY(-5px);
}
.contact-right form{
    width: 100%;

}
form input, form textarea{
    width: 75%;
    border: 0;
    outline: none;
    background: #FFFFFF;
    padding: 15px;
    margin: 15px 0;
    color: #000000;
    font-size: 18px;
    border-radius: 6px;
}
form.btn{
    padding: 14px 60px;
    font-size: 18px;
    margin-top: 20px;
    cursor: pointer;
}
#msg{
    color: #5634e2;
    display: block;
}
map{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}


.cotainer{
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-top: 20px;
}
iframe{
	width: 100%;
	height: 300px;
	filter: invert(100%);
}



