*{
	font-family: "Times New Roman", Times, serif;
	 margin:0;
  	padding: 0;
  	box-sizing: border-box;

}


nav{
  position: fixed;
  height: 80px;
  width: 100%;
  background: linear-gradient(to right, #00093c, #2d0b00);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 50px 0px 100px;
  margin-left: px;
  margin-top: -100px;
  border-bottom-left-radius: 125px;
  border-bottom-right-radius: ;

}
nav .logo{
  font-size: 33px;
  color: #fff;
  font-weight: 600;
  margin-left: -55px;
}
nav ul{
  display: flex;
  list-style: none;

}
nav ul li{
  margin: 0 5px;
  margin-left: -10px;
}
nav ul li a{
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 8px 10px;
  border-radius: 5px;
  transition: all 0.5s ease;

}
nav ul li a:hover,
nav ul li a.active{
   color: gray;
  
}
nav .menu-btn i{
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  display: none;
}
#click{
  display: none;
}
@media (max-width: 770px){
  nav .menu-btn i{
    display: block;
    margin-right: -25px;
    
  }
  #click:checked ~ .menu-btn i:before{
    content: "\f00d";
  }
  nav .logo{
    font-size: 20px;
    margin-left: -75px;
  }
  nav ul{
    position: fixed;
    top: 80px;
    left: -100%;
    background: #111;
    height: 100vh;
    width: 100%;
    display: block;
    text-align: center;
    transition: all 0.5s ease;
  }
  #click:checked ~ ul{
    left: 0%;
  }
  nav ul li{
    margin: 40px 0;
  }
  nav ul li a{
    font-size: 20px;
    display: block;
  }
  nav ul li a:hover,
  nav ul li a.active{
    color: cyan;
    background: none;
  }
}





























.swift-all-gen-pics{
	height: 100%;
	width: 100%;
	display: flex;
	margin-top: 100px;
	overflow: hidden;
}
.swift-all-gen-pics-first h1{
	font-size: 34px;
	margin-left: 45px;
	font-family: "Times New Roman", Times, serif;
	background: linear-gradient(to right, #00093c, #2d0b00);
	color: white;
	border-bottom-right-radius: 100%;
	box-shadow: 20px 30px;
	width: 245px; 
	height: 150px;
	padding: 10px;
	padding-left: 15px;

}
.swift-all-gen-pics-second{
	height: 100%;
	width: 100%;
}
.swift-all-gen-pics-second img{
	height: 300px;
	width: 500px;
	margin-left: 40px;
	border-radius: 10%;
	margin-top: -35px;
}
.swift-all-gen-pics-third{
	height: 100%;
	width: 100%;
}
.swift-all-gen-pics-third img{
	height: 200px;
	width: 200px;
	margin-left: -45px;
}
.swift-all-gen-pics-forth{
	height: 100%;
	width: 100%;
}
.swift-all-gen-pics-forth img{
	height: 180px;
	width: 180px;
	margin-left: -150px;
	margin-top: 5px;
}

@media (max-width: 430px){
	.swift-all-gen-pics{
		display: flex;
	}
	.swift-all-gen-pics h1{
		font-size: 20px;
		height: 70px;
		justify-content: center;
		margin-top: -10px;
		width: 230px;
	}
	.swift-all-gen-pics-second img{
		height: 100px;
		width: 100px;
		margin-left: -250px;
		margin-top: 80px;

	}
	.swift-all-gen-pics-third img{
		height: 100px;
		width: 100px;
		margin-left: 90px;
		margin-top: -120px;
	}
	.swift-all-gen-pics-forth img{
		height: 100px;
		width: 100px;
		margin-left: 195px;
		margin-top: -140px;
	}
}







#div1{
	width: 30%;
	float: left;
	height: 200px;
	margin-top: 10px;
}
#div1 img{
	height: 200px;
	border-radius: ;
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
	transition: 1.1s all;
}
#div1 img:hover{
	box-shadow: 6px 6px 10px 6px black;
	transition: 1s;
}
#div2{
	width: 69%;
	float: left;
	height: 200px;
	margin-left: 10px;
	margin-top: 10px;
	background: linear-gradient(to right, #00093c, #2d0b00);
	color: white;
	padding: 20px;
	border-bottom-right-radius: 100%;

}
#div2:hover{
	color: gray;
	transition: 1s;
	border-bottom-right-radius: 100%;
}
#div3{
	width: 67%;
	float: left;
	height: 200px;
	margin-top: 10px;
	background: linear-gradient(to right, #00093c, #2d0b00);
	color: white;
	border-top-right-radius: 100%;
	padding: 20px;
	margin-left: 5px;
	
}
#div3:hover{
	color: gray;
	transition: 1s;
	border-top-right-radius: 100%;
}
#div4{
	width: 30%;
	float: left;
	height: 200px;
	margin-left: 5px;
	margin-top: 10px;
}
#div4 img{
	height: 200px;
	border-radius: 100%;
	transition: 1.1s;
}
#div4 img:hover{
	box-shadow: 10px 6px 10px 10px black;
	transition: 1s;
}
h1{
	font-size: 20px;
}






.exterior-pic1{
	width: 30%;
	float: left;
	height: 200px;
	margin-top: 10px;
}
.exterior-pic1 img{
	height: 200px;
	border-radius: ;
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
	transition: 1.1s all;
}
.exterior-pic1 img:hover{
	box-shadow: 6px 6px 10px 6px black;
	transition: 1s;
}
.exterior-content2{
	width: 69%;
	float: left;
	height: 200px;
	margin-left: 10px;
	margin-top: 10px;
	background: linear-gradient(to right, #00093c, #2d0b00);
	color: white;
	padding: 20px;
	border-bottom-right-radius: 100%;

}
.exterior-content2:hover{
	color: gray;
	transition: 1s;
	border-bottom-right-radius: 100%;
}
.exterior-content3{
	width: 67%;
	float: left;
	height: 200px;
	margin-top: 10px;
	background: linear-gradient(to right, #00093c, #2d0b00);
	color: white;
	border-top-right-radius: 100%;
	padding: 20px;
	margin-left: 5px;
	
}
.exterior-content3:hover{
	color: gray;
	transition: 1s;
	border-top-right-radius: 100%;
}
.exterior-pic4{
	width: 30%;
	float: left;
	height: 200px;
	margin-left: 10px;
	margin-top: 10px;
}
.exterior-pic4 img{
	height: 200px;
	border-radius: 100%;
	transition: 1.1s;
}
.exterior-pic4 img:hover{
	box-shadow: 10px 6px 10px 10px black;
	transition: 1s;
}
h1{
	font-size: 20px;
}



@media screen and (max-width: 768px){
	#div1{
		width: 50%;
	}
	#div2{
		width: 50%;
	}
}


@media (max-width: 430px){
	#div1 img{
		display: block;
		height: 100px;
		width: 100px;

	}
	#div2{
		height: 100px;
		width: 250px;
		margin-left: -65px;
		font-size: 11px;
		padding-bottom: 20px;
		display: block;
	}
	.exterior-content{
		height: 100px;
		width: 195px;
		margin-top: -90px;
	}
	.exterior-pic img{
		height: 100px;
		width: 100px;
		margin-top: -90px;
	}
}



img{
	width: 100%;
	height: auto;

}




.thanku-comment{
	text-align: center;
	
	height: 10px; 
	margin-top: 850px;
}
.thanku-comment h2{
	color: white;
	background: linear-gradient(to right, #00093c, #2d0b00);
	border-radius: 100%;
}