body{
	box-sizing: border-box;
	overflow-x: hidden;	
}
html {
  scroll-behavior: smooth;
}
::-webkit-scrollbar {
  width: 15px;
}
/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #c59d5f; 
  border-radius: 10px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #333; 
}
.come-in {
  transform: translateY(150px);
  animation: come-in 0.8s ease forwards;
}
.come-in:nth-child(odd) {
  animation-duration: 0.9s;
}
.already-visible {
  transform: translateY(0);
  animation: none;
}
@keyframes come-in {
  to { transform: translateY(0); }
}
header div a{
	padding: 12px;
}
header > div > i{
	float: right;
	margin-right: 20px;
	font-size: 30px;
	padding: 14px;
}
.blue{
	background-color: #566efc;
	padding: 12px;
  font-size: x-large;
  font-family: serif;
  font-weight: 600;
  text-align: center;
	color: white;
}
#home{
  z-index: 1;
  background-image: url(../images/1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  width: 100%;
  height: 640px;
}
.wrap{
  bottom: 0px;
  width: 100%;
  height: 80%;
  background-color: rgba(27, 26, 26, 0.95);
  color: #ffffff;
  padding: 20% 12px;
  font-size: x-large;
  font-family: serif;
  font-weight: 700;
  text-align: center;	
}
.hero{
  color: #f9f9f9;
  font-family: 'Great Vibes', cursive;
  font-size: 35px;
  font-weight: 400;
  margin-bottom: 25px;
}
#home .wrap h1{
  font-family: 'Pacifico', cursive;
}
.btn--primary{
  transition: all 0.3s ease;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  padding: 22px;
  border-radius: 0;
  background-color: #c59d5f;
  color: #ffffff !important;
}
.heading-1{
  text-align: center;
  margin-left: 20px;
}
.heading--subtitle {
  color: #c59d5f;
  font-family: 'Great Vibes', cursive;
  font-size: 35px;
  font-style: italic;
  line-height: 1;
  margin-bottom: 5px;
}
.heading .heading--title {
  font-family: 'Kaushan Script', cursive;
  color: #222222;
  font-size: 45px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 25px;
}
.heading--title2{
  font-family: 'Kaushan Script', cursive;
  color:white;
  font-size: 45px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 25px;
}
.divider--shape-4 {
  width: 100%;
  height: 14px;
  background: url(../images/shape-4.png) center no-repeat;
  margin-bottom: 20px;
  margin-top: 20px;
}
.heading .heading--desc ,.feature--content p{
  font-family: 'Raleway', sans-serif;
  color: #a5a5a5;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
  text-align: center;
  margin-bottom: 22px;
}
.feature--content h4{
  text-align: center;
}
.heading .heading--desc{
  padding: 0 55px;
}
.portfolio-item h4{
  color: #c59d5f  ;
  font-family: 'Great Vibes', cursive;
}
.portfolio-item :hover{
  text-decoration: none;
}
.portfolio-img{
  transition: all 0.3s ease;
  box-sizing: border-box;
  margin: 0px;
  box-shadow: 0 0 18px 2px rgba(0, 0, 0, 0.1);
  border: 6px solid transparent;
}
.portfolio-img img{
  width: 100%;
}
.portfolio-title{
  margin: 20px;
}
#presentation{
  background-image: url(../images/22.png);
}
.landing-heading {
  height: 1482px;
  position: relative;
  background-color: #080808;
}
#menu{
  background-color: rgb(8, 8, 8);
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}
#about{
	width: 100%;
	padding: 12px;
  font-size: xx-large;
  font-family: serif;
  font-weight: 600;
  padding-left: 10%;	
	color: white;
	background-color: #c59d5f;
	animation: Gradient 6s ease forwards;
}
.feature-icon{
  text-align: center;
  margin-bottom: 15px;
}
.feature--content h3{
  font-family: 'Great Vibes', cursive;
  margin-bottom: 15px;
}
#cta1{
  background-image: url(../images/55.jpg);
}
.bg-section {
  position: relative;
  z-index: 1;
  background-size: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
}
.bg-parallax {
  background-attachment: fixed;
}
.cta h3 {
  color: rgb(255, 255, 255);
  font-size: 45px;
  font-family: "Kaushan Script", cursive;
  font-weight: 400;
  margin-bottom: 30px;
}
.cta p {
  color: rgb(255, 255, 255);
  font-family: "Great Vibes", cursive;
  font-size: 40px;
  font-weight: 500;
  line-height: 42px;
  margin-bottom: 37px;
}
.btn--bordered.btn--white {
	transition: all 0.3s ease 0s;
	margin-bottom: 20px;
	cursor: pointer;
	font-family: Raleway, sans-serif;
	position: relative;
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
	text-align: center;
	line-height: 49px;
	width: 170px;
	height: 51px;
	border-radius: 0px;
	padding: 0px;
	border-width: 2px;
	border-style: solid;
	border-image: initial;
	background-color: transparent;
	color: rgb(255, 255, 255);
	border-color: rgb(255, 255, 255);
}
.btn--white-hover{
	padding: 15px;
	margin-bottom: 20px;
	margin-right: 15px;
	font-family: Raleway, sans-serif;
	font-size: 13px;
	font-weight: 800;
}
a.btn.btn--white.btn--bordered:hover{
	color: #c59d5f ;
	border-color: #c59d5f ;
}
a.btn.btn--primary.btn--white-hover:hover{
	color: rgb(255, 255, 255);
	border-color: rgb(255, 255, 255);
	background-color: transparent;
}
.content{
	margin: 10%;
}
.line{
	border: 6px solid #566efc;
	width: 75%;
}
.hover-fade a {
  overflow: hidden;
}
.hover-fade img {
  width: 100%;
  min-height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.hover-fade:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}