/* Gerenal */

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

a {
  color: #149ddd;
  text-decoration: none;
}

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

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

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 300px;
  background: #000000;
  transition: all ease 0.5s;
  z-index: 99;
}

#header .profile img {
  margin: 20px 0;
}

#header .profile h1 {
  font-weight: 600;
  font-size: 28px;
  text-align: center;
  font-family: "Poppins", sans-serif;
}
#header .profile h1 a,
#header .profile h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .profile .social-links a {
  font-size: 22px;
  color: #fff;
  padding: 4px 0px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-right: 4px;
  margin-bottom: 10px;
  width: 40px;
  height: 40px;
}

#header .profile .social-links a:hover {
  background: #149ddd;
  color: #fff;
  text-decoration: none;
}
#main {
  margin-left: 300px;
}

@media (max-width: 1199px) {
  #header {
    left: -300px;
  }
  #main {
    margin-left: 0;
  }
}

/*--------------------------------------------------------------
# Navber
--------------------------------------------------------------*/
/* Desktop Navbar */

.nav-menu {
  padding: 30px 0 0 0;
}

.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu a {
  color: #ffffff;
  padding: 8px 22px;
}
.nav-menu a i {
  padding: 0 6px;
}

.nav-menu a:hover,
.nav-menu a:focus {
  color: #149ddd;
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  color: #03080c;
  cursor: pointer;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active #header {
  left: 0;
}

/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/

#hero {
  width: 100%;
  height: 100vh;
  background: url(/Assets/Bgimg.jpg) top center;
  background-size: cover;
}

#hero::before {
  content: "";
  background: #01040859;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

#hero .hero-container {
  position: relative;
  min-width: 300px;
  z-index: 2;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 56px;
  color: rgb(7, 2, 15);
}

#hero p {
  font-weight: 700;
  color: #03080c;
  font-family: "Poppins", sans-serif;
}

@media screen {
  #hero {
    background-attachment: fixed;
  }
}
@media (max-width: 1199px) {
  #hero {
    background-attachment: fixed;
  }

  #hero h1 {
    font-size: 45px;
    line-height: 36px;
    color: #fff;
  }

  #hero p {
    color: #fff;
  }
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0 30px;
  overflow: hidden;
}

.section-bg {
  background: #f5f8fd;
}

.section-title {
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 5px;
  padding-bottom: 5px;
  position: relative;
  color: #173b6c;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  color: #173b6c;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}
.about p {
  font-weight: 500;
}

.about .content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}

.about .content ul li {
  margin-bottom: 10px;
}

@media (max-width: 1024px) {
  .about .content h3 {
    margin-top: 30px;
  }
  .about .content ul {
    margin-bottom: 10px;
  }
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/

.skills .container .single-bar {
  margin-bottom: 25px;
}

/*--------------------------------------------------------------
# Projects 
--------------------------------------------------------------*/
.single-project{
  position: relative;
}
.single-project img {
  width: 100%;
}

.single-project .project-link{
  position: absolute;
  width: 100%;
  height: 30%;
  bottom: -60%;
  transition: bottom 0.5s ease-in-out;
  background-color: #149ddd;
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-project .project-link i{
  font-size: 15px;
  color: #fff;
}



.single-project .project-link:hover{
  background-color: #0a8cc9;
}


.single-project:hover .project-link{
  bottom: -15%;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact-form-main {
  width: 50%;
}
.form-container {
  max-width: 100%;
  height: 100%;
  overflow: hidden;
}

.form-container iframe {
  width: 100%;
  height: 850px;
  border: none;
}
/* 
.form-input, .form-textarea{
  width: 100%;
  border: 1px solid #0b213386;
}
.form-textarea{
  min-height: 150px;
}
.form-submit{
  border: none;
  background-color: #149ddd;
  color: #fff;
  padding: 9px 18px;
  border-radius: 4px;
} */

@media (max-width: 1024px) {
  .contact-form-main {
    width: 100%;
  }
}

/* Footer */
.footer {
  margin: 0;
  padding: 0;
}

.footer .footer-border {
  width: 100%;
  height: 15px;
  background-color: #173b6c;
}
