@charset "utf-8";
body{
	background-color:#f6f5f5;
	margin:0px;
	padding:0px;
}
ul{
	list-style:none;
}
a{
	text-decoration:none;
}
header{
	width:100%;
	height:95vh;
	background-image:url("../images/bg.png");
	background-size:cover;
	background-repeat:no-repeat;
	position: relative;

}
nav {
	display: flex;
	justify-content: space-evenly;
	align-items:center;
	height:60px;
	background-color: #262525;
	box-shadow:0px 5px 15px rgba(0,0,0,0.2);
  width: 100%;
  position: fixed;
  z-index:2 ;
}
nav ul{
	display: flex;
}
.toggle{
	display: none;
}
 
nav ul li a{
	margin:25px 25px 25px 25px;
	font-family:system-ui;
	color:#ffffff;
	font-size: 25px;
  justify-content: space-evenly;
}
li:hover{
	transform:scale(1.1);
  transition:all ease 0.5s;
  font-weight:bold;
    cursor: pointer;
}
.model{
	height:527px;
	position:absolute;
	bottom:40px;
	left:50%;
	transform: translateX(-50%);
}
.text-container p:nth-child(1){
	font-family: system-ui;
	font-weight:bold;
	color:#880808;
	font-size:20px;
}
.text-container p:nth-child(2){
	font-family:system-ui;
	font-weight:bold;
	color:#1a1a1a;
	font-size:60px;
}
 
.text-container p{
	margin:45px 0px 35px;
	line-height:0px;
}
.text-container{
	position: absolute;
	left:50%;
	top:10%;
	transform:translate(-50%,-10%);
}
.about{
	width:80%;
	height:400px;
	background:#ffffff;
	border-radius: 50px;
	box-shadow:0px 2px 15px rgba(0,0,0,0.2);
	display: flex;
	margin: -7%  auto 20px auto;
	position: relative;
	justify-content:space-evenly;
	align-items: center;
}
.about img{
	height:300px;
}
.about-text{
	width:500px;
} 
.about-text p:nth-child(1){
	color:#880808;
	font-family: system-ui;
	font-weight:bold;
	font-size:25px;
	line-height:0px;
  display: flex;
  align-content: center;
  justify-content: space-evenly;
}
.about-text p:nth-child(2){
	color:#000000;
	font-size:15px;
	font-family: system-ui;
	font-weight:bold;
	line-height:5px;
  display: flex;
  align-content: center;
  justify-content: space-evenly;
}
.about-text p:nth-child(3){
	color:#7e7d7d;
	font-family:system-ui;
	font-size:15px;
}
.about-text button{
	width:120px;
	height: 40px;
	color:#ffffff;
	outline:none;
	border:none;
	font-family: system-ui;
	background-color:#262525;
  border-radius: 50px;
}
button:hover{
	transform:scale(1.1);
  transition:all ease 0.5s;
    background-color: #880808;
    cursor: pointer;
}
h2{
  font-family: system-ui;
	font-weight:bold;
	color:#880808;
	font-size:30px;
}
body {
  font-family: system-ui;
  display: flex;
	flex-direction: column;
	align-items: center;
}
body {font-family: system-ui; margin:0}
.mySlides {display: none}
img {vertical-align: middle;}

.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  box-shadow:0px 2px 15px rgba(0,0,0,0.2);
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  user-select: none;
}

.next {
  right: 0;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 10px 0px;
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  font-weight:bold;
  background-color: #262525;
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  box-shadow:0px 2px 15px rgba(0,0,0,0.2);
}

.active, .dot:hover {
  background-color: #880808;
}

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: 0} 
  to {opacity: 1}
}
.skills{
  margin: 20px 0px 0px 0px;
  padding: 50px;
	height:550px;
  width: 100%;
	background-color:#ffffff;
  box-shadow:0px 2px 15px rgba(0,0,0,0.2);
  display: flex;
	flex-direction: column;
	align-items: center;
}
.skills-text p:nth-child(1){
  margin: -20px 0px 0px 0px;
	font-family: system-ui;
	font-weight:bold;
	color:#880808;
	font-size:30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.skills-text p:nth-child(2){
	font-family:system-ui;
	font-weight: bold;
	color:#3e3d3d;
	font-size: 15px;
	line-height: 15px;
  display: flex;
  align-content: center;
  justify-content: space-evenly;
}
.skills-text p:nth-child(3){
  font-family:system-ui;
  color:#7e7d7d;
  font-size: 15px;
  display: flex;
  align-content: center;
  justify-content: space-evenly;
}
.skills-text{
	margin:30px 0px;
}
.box-container{
	display:flex;
	justify-content:space-evenly;

}
.box-1,.box-2{
	width: 300px;
	height:320px;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow:2px 2px 15px rgba(0,0,0,0.3);
	align-items: center;
	justify-content: center;
	display: flex;
	flex-direction: column;
	margin: 0px 4px;
  border-radius: 50px;
}
.box-1{
	background-image:url("../images/services-1.png");
}
.box-2{
	background-image:url("../images/services-2.png");
}
.box-1 p:nth-child(2),
.box-2 p:nth-child(2){
	color:#FFFFFF;
	font-family: system-ui;
	font-size: 23px;
	line-height:0px;
  font-weight: bold;
}
.box-1 p:nth-child(3),
.box-2 p:nth-child(3){
	font-family: system-ui;
	color:rgb(255, 255, 255);
	text-align:center;
	width: 230px;
	margin:0px 0px 20px 0px;
}
.box-1 button,
.box-2 button{
	width:100px;
	height:30px;
	background-color:#ffffff;
	border:none;
	outline: none;
	border-radius: 50px;
  color:#000000;
  font-weight: bold;
  font-size: 12px;
  border-radius: 50px;
}
button:hover{
  color: #FFFFFF;
	transform:scale(1.1);
  transition:all ease 0.5s;
    background-color: #880808;
    cursor: pointer;
}
.contact{
	width: 100%;
	height:20px;
	background-image: radial-gradient(circle, #262525, #4b4b4b);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0px 0px 20px 0px;
}
.contact p{
	color:#FFFFFF;
	font-size: 25px;
	font-family: system-ui;
	font-weight:bold;
}
.contact button{
	width:200px;
	height:40px;
	background-color: #FFFFFF;
	border:none;
	outline:none;
	font-size:15px;
	font-weight:bold;
  text-decoration: none;
  border-radius: 50px;
}
button:hover{
  color: #FFFFFF;
	transform:scale(1.1);
  transition:all ease 0.5s;
    background-color: #880808;
    cursor: pointer;
}
footer p{
	font-family: system-ui;
}
footer p:nth-child(1){
	font-size: 30px;
	font-weight:bold;
	color:#880808;
	line-height:10px;
  text-align: center;
}
footer p:nth-child(2){
	font-size: 15px;
	color:#7e7d7d;
	width:600px;
	text-align: center;
}
footer{
	height:300px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}
.social-icons a{
	width:40px;
	height:40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color:#e6e3e3;
  box-shadow:0px 2px 15px rgba(0,0,0,0.2);
	margin:20px 10px;
	border-radius: 50%;
}
.social-icons{
	display: flex;
	
}
.social-icons i,.social i{
	color:#880808;
}
.social-icons a:hover{
	background-color:#880808;
	box-shadow:0px 2px 15px rgba(0,0,0,0.2);
	transition:all ease 0.5s;
}
.social-icons a:hover i,
.social a:hover i{
	color:#FFFFFF;
	transition:all ease 0.5s;
}
@media(max-width: 600px){
  .model{
	height:377px;
	position:absolute;
	bottom:-20px;
	left:50%;
	transform: translateX(-50%);
	}
  .text-container p:nth-child(1){
	font-family: system-ui;
	font-weight:bold;
	color:#880808;
	font-size:20px;
}
.text-container p:nth-child(2){
	font-family:system-ui;
	font-weight:bold;
	color:#1a1a1a;
	font-size:40px;
  bottom: 40px;
}
 
.text-container p{
	margin:35px 0px 25px;
	line-height:0px;
  text-align: center;
}
.text-container{
	position: absolute;
	left:50%;
	top:15%;
	transform:translate(-50%,-15%);
  clear: both;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}
	nav ul{
	  display: flex;
	  justify-content: center;
	  align-items:center;
    text-align: center;
	  height:60px;
	  background-color: #262525;
	  box-shadow:0px 2px 15px rgba(0,0,0,0.2);

}
	nav ul li a{
    text-align: center;
	  left:50%;
	  top:15%;
	  transform:translate(-50%,-15%);
    margin: 5px 5px 5px 5px;
	  font-family:system-ui;
	  color:#ffffff;
	  font-size: 15px;
    
  }
	nav ul li a:hover{
		transform:scale(1.1);
    transition:all ease 0.5s;
    font-weight:bold;
    cursor: pointer;
	}
	nav.active ul{
		display: flex !important;
	}
  .about img{
	height:250px;
  }
	.about{
		flex-direction: column;
		width:90%;
		height: auto;
		padding: 50px 0px;
		align-items: center;
	}
	.about-text{
		width:90%;
		text-align: center;
	}
  .skills {
    background-color:#ffffff;
    margin: 20px 0px 0px 0px;
    height:auto;
     width: 100%;
      box-shadow:0px 2px 15px rgba(0,0,0,0.2);
      padding: 30px 0px 60px 0px;
  }
  .skills-text p:nth-child(1){
    margin: 0px 0px -5px 0px;
 }
}
  .skills-text p:nth-child(3){
     margin: 0px 0px 20px 0px;
  }
.box-container{
		flex-wrap: wrap;
}
	.contact{
		height: 180px;
	}
	.contact p{
		font-size: 25px;
	}
	.contact button{
		width: 150px;
		height: 33px;

	}
	footer p:nth-child(2){
		width: 90%;
	}
  .copyright{
	color:#565555;
	font-size: 6px;
	position: absolute;
	left:50%;
	bottom:10px;
	transform: translateX(-50%);
}
}
