
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #fff6e4;
  text-decoration: none;
}

a:hover {
  color: #fff6e4;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

#header {
  z-index: 997;
  transition: all 0.5s;
  height: 80px;
  background: rgba(25, 28, 31, 0.8);
}



.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  color: #fff6e4;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 12px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

#hero {
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(to bottom, #0b192256, #0b1922); 
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  position: relative;
}


#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 15px;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 64px;
  font-family: "Satisfy", serif;
  color: #fff;
}

#hero h2 {
  color: #eee;
  margin-bottom: 50px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

section {
  padding: 60px 0;
}



.section-title {
  text-align: center;
  padding: 30px 0;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #3b434a;
  position: relative;
  z-index: 2;
}

.section-title span {
  position: absolute;
  top: 30px;
  color: #eef0f2;
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 52px;
  text-transform: uppercase;
  line-height: 0;
}





.portfolio-item .portfolio-img {
   margin-bottom: 30px;
  overflow: hidden;
  transition: all 0.8s ease-in-out;
}




 .portfolio-item:hover .portfolio-img img {
  transform: scale(1.2);
  transition: all 0.8s ease-in-out;
  opacity: 1;
}

 .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
}

 .info-box i.bx {
  font-size: 24px;
  color: #5a59ac81;
  border-radius: 50%;
  padding: 15px;
  background: #a09e9e6c ;
 }

 .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
} 
.social-links {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-links a {
  font-size: 18px;
  display: inline-block;
  color: #5b59ac;
  line-height: 1;
  margin: 0 8px;
  transition: 0.3s;
  padding: 14px;
  border-radius: 50px;
  border: 1px solid #dde1e4;
}

.social-links a:hover {
  color: #fff;
border: none;  
background: #5a59ac81;
}
