/* RESET CSS */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  color: #b6b2b2a3;
  line-height: 1.5;
  height: 3000px;
  background-color: black;
  /* background-color: #030409; */
}

.site-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  /* xD */
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: center;
}

p {
  line-height: 2;
}

a:hover {
  text-decoration: none;
}

h3 {
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
}

h5 {
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  color: #333;
}

.section-padding {
  padding: 120px 0;
}

.full-width {
  width: 100%;
}

.primary {
  color: #e84118;
}

a,
a:hover {
  color: #fff;
}

.svg-bottom {
  position: absolute;
  width: 100%;
  bottom: -1px;
  left: 0;
  z-index: 2;
}

.svg-top {
  position: absolute;
  width: 100%;
  top: -1px;
  left: 0;
  z-index: 2;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.8);
}

/* .icon-overlay:hover {
    position: absolute;
    top: 1%;
    left: 0;
    right: 0;
    bottom: 1%;
    background-color: #fff;
    color: #333;
} */

/* Header styles */

header {
  /* background-color: #333; */
  position: fixed;
  z-index: 100;
  width: 100%;
}

a.navbar-brand {
  font-size: 22px;
  font-weight: bold;
}

.navbar {
  padding: 25px 0;
}

nav a,
nav a:hover {
  color: #fff;
}

li.nav-item a.nav-link {
  position: relative;
  display: inline-block;
}

li.nav-item a.nav-link::after {
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0%;
  height: 2px;
  background-color: #e84118;
  content: "";
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

li.nav-item.active a.nav-link::after {
  width: 100%;
}

li.nav-item a.nav-link:hover::after {
  width: 100%;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}

li.nav-item {
  margin: 0 15px;
}

li.nav-item:last-child {
  margin-right: 0;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

button:focus {
  outline: none;
}

/* Main CSS Styles */

.main {
  width: 100%;
  height: 100vh;
  text-align: center;
  background: url(img/main.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.main::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.main-content {
  z-index: 1;
}

.main-content .hi {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

.main-content .type {
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  color: #fff;
  margin-top: 20px;
  width: 50%;
  margin: auto;
  /* padding-bottom: 5%; */
}

.main-content .type .noorname-desc {
  /* word-spacing: 10px; */
}

.main-content .social-icons {
  margin-top: 20px;
}

.main-content .social-icons a {
  padding: 0 10px;
  color: #fff;
}

.main-content .social-icons .fa-linkedin-square {
  /* color: #0077b5; */
  font-size: 25px;
  /* background-color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; */
  /* LinkedIN*/
}

.main-content .social-icons .fa-linkedin-square:hover {
  /* background-color: white;
    background-size: 30;
    z-index: -1;
    overflow: hidden; */
  /* background: white;
    border-radius: 100%;
    height: 0.5em;
    width: 0.5em; */
  /* background-color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; */
  /* LinkedIN*/
}

.main-content .social-icons .fa-twitter-square {
  /* color: #1da1f2; */
  font-size: 25px;
  /* Twitter */
}

.main-content .social-icons .fa-github-square {
  /* color: black; */
  font-size: 25px;
  /* Github */
}

.main-content .social-icons .fa-youtube-play {
  /* color: red; */
  font-size: 25px;
  /* Github */
}

.cta {
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px 60px;
  font-size: 15px;
  border-radius: 40px;
  font-family: "Montserrat", sans-serif;
  /* font-weight: bold; */
  display: inline-block;
  margin-top: 40px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.cta-portfolio {
  /* background-color: #e84118; */
  border: 1px solid #e84118;
}

.cta-portfolio::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #e84118;
  content: "";
  z-index: -1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.cta-portfolio:hover {
  border-color: #fff;
}

.cta-portfolio:hover::before {
  left: 100%;
}

.cta-contact {
  border: 1px solid #fff;
}

.cta-contact::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  content: "";
  background-color: #e84118;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  z-index: -1;
}

.cta-contact:hover::after {
  left: 0;
}

.cta-contact:hover {
  border-color: #e84118;
}

canvas {
  display: block;
}

#noorftw {
  width: 100%;
  height: 100%;
  position: absolute;
}

/* About Styles */

.about img {
  width: 100%;
  /* height: 100%; */
}

.section-header h3 {
  color: #fff;
}

.about .section-header {
  width: 100%;
  position: relative;
}

.about h3 {
  margin-bottom: 15px;
  color: #fff;
}

.about h5 {
  margin-bottom: 20px;
  color: #fff;
}

.about p {
  font-family: "Montserrat", sans-serif;
}

/* .about-social-icons {
    margin-top: 20px;
}

.about-social-icons a {
    padding: 0 10px;
    color: #fff;
}

.about-social-icons .fa-linkedin-square {
    margin-left: 50px;
}

.about-social-icons .fa-linkedin-square {
    color: #0077b5;
    LinkedIN
}

.about-social-icons .fa-twitter-square {
    color: #1da1f2;
    Twitter
}

.about-social-icons .fa-github-square {
    color: #333;
    Github
}

.about-social-icons .fa-youtube-play {
    color: red;
    Github
} */

.about-contact {
  padding: 10px 60px;
  font-size: 15px;
  border-radius: 40px;
  font-family: "Montserrat", sans-serif;
  /* font-weight: bold; */
  display: inline-block;
  color: #fff;
  border: 1px solid #333;
  position: relative;
  overflow: hidden;
}

.about-contact::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  content: "";
  background-color: #e84118;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  z-index: -1;
}

.about-contact:hover::after {
  left: 0;
}

/* Programming Skills Styles */

.exp-skills {
  background: url(img/noora.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  /* height: 700px; */
  position: relative;
  color: #ddd;
}

.exp-skills::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  /* background-color: rgba(119, 119, 119, 0.0) */
}

/* 
.section-header::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -5px;
    background-color: #fff;
} */

.exp-skills h3,
.exp-skills h5,
.exp-skills div {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  /* font-weight: lighter; */
}

.exp-skills h3 {
  position: relative;
  display: inline-block;
}

.exp-skills h3::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  left: 0;
  bottom: -8px;
  background-color: #e84118;
}

.exp-skills .education h5 {
  /* font-family: 'Montserrat', sans-serif; */
  font-weight: lighter;
  /* color: #fff; */
  font-size: 16px;
}

.exp-skills .education div {
  /* font-family: 'Montserrat', sans-serif; */
  font-weight: lighter;
  color: #777;
  font-size: 14px;
}

.exp-skills .experience h5 {
  /* font-family: 'Montserrat', sans-serif; */
  font-weight: lighter;
  /* color: #fff; */
  font-size: 16px;
}

.exp-skills .experience div {
  /* font-family: 'Montserrat', sans-serif; */
  font-weight: lighter;
  color: #777;
  font-size: 14px;
}

.exp-skills h5 {
  margin-top: 30px;
}

.exp-skills ul {
  list-style: none;
}

.skills h6 {
  margin: 30px 0;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: lighter;
}

.progress-content {
  width: 100%;
  height: 20px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 20px;
}

.skill-progress {
  height: 100%;
  background-color: #e84118;
  width: 1%;
  border-radius: 20px;
  position: relative;
}

.skill-progress::before {
  position: absolute;
  top: -40px;
  right: -7px;
  content: attr(data-progress);
  color: #fff;
  background-color: #777;
  padding: 1px 5px;
  font-size: 12px;
  border-radius: 10px;
}

.skill-progress::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: -15px;
  right: 0px;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 10px solid #fff;
}

/* Service Styles */

.service-content {
  margin-top: 60px;
}

.service-single {
  margin: 30px 0px;
}

h5.service-name {
  font-size: 35px;
}

.service-icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-weight: normal;
  background-color: #333;
  border-radius: 50%;
}

.service-icon .fa {
  transform: scale(1) rotateY(0deg);
  transition: all 0.5s ease;
}

.service-icon .fab {
  transform: scale(1) rotateY(0deg);
  transition: all 0.5s ease;
}

.service-single {
  border: 1px solid #777;
  padding: 30px;
  box-shadow: 0 0 10px #777;
  transition: all 0.1s ease;
}

.service-content .row:nth-child(2) {
  margin-top: 60px;
}

.service-single:hover {
  background-color: #333;
  color: #ddd;
}

.service-single:hover h5 {
  color: #fff;
}

.service-single:hover .service-icon {
  /* color: #333; */
  /* background-color: rgb(231, 31, 31); */
}

.service-single:hover .service-icon .fa {
  transform: scale(1.2) rotateY(360deg);
}

.service-single:hover .service-icon .fab {
  transform: scale(1.2) rotateY(360deg);
}

/* Portfolio Styles */

.projects {
  background: url(img/main2.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.projects::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.projects h3 {
  color: #fff;
}

.projects-item {
  margin: 5px 0;
}

.item-content {
  width: 100%;
  position: relative;
  border: 3px solid #fff;
  overflow: hidden;
}

.item-content img {
  width: 100%;
  transition: all 0.5.s ease;
  transform: scale(1) rotate(0deg);
}

.projects-item.col-md-3 img {
  height: 200px;
}

.projects-item.col-md-6 img {
  height: 400px;
}

.img-overlay {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  /* background-color: #fff;
    color: #333; */
  content: "";
  overflow: hidden;
}

.img-overlay::before {
  position: absolute;
  height: 50%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  content: "";
  left: -110%;
  top: 0;
  transition: all 0.5s ease;
}

.img-overlay::after {
  position: absolute;
  height: 50%;
  width: 100%;
  background-color: rgba(232, 65, 24, 0.8);
  content: "";
  right: -110%;
  bottom: 0;
  transition: all 0.5s ease;
}

.projects-item .info {
  z-index: 2;
  position: relative;
}

.projects-item .info .description {
  color: #e84118;
  opacity: 0;
  top: -20px;
  position: relative;
  transition: all 0.5s ease;
  padding-bottom: 15px;
}

.projects-item .info .item-icon {
  color: #fff;
  opacity: 0;
  bottom: -20px;
  position: relative;
  transition: all 0.5s ease;
}

.projects-item:hover .item-content .img-overlay::before {
  left: 0;
}

.projects-item:hover .img-overlay::after {
  right: 0;
}

.projects-item:hover .info .item-icon {
  opacity: 1;
  bottom: -5px;
}

.projects-item:hover .info .description {
  opacity: 1;
  top: -5px;
}

.projects-item:hover .item-content img {
  transform: scale(1.2) rotate(10deg);
}

ul.filter {
  list-style: none;
  margin: 60px 0;
}

ul.filter li {
  display: inline-block;
  padding: 3px 10px;
  color: #fff;
  background-color: #333;
  font-weight: bold;
  border-radius: 10px;
  margin: 10px;
  cursor: pointer;
}

ul.filter li.filter-active {
  background-color: #e84118;
}

.projects .section-header {
  z-index: 2;
}

.projects ul.filter {
  z-index: 2;
}

/* Contant Styles */

/* .contact {
    position: relative;
    background: url(img/main2.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: #ddd;
}

.contact h3 {
    color: #fff;
}

.contact::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.contact-top,
.contac-form {
    margin-top: 40px;
    margin-bottom: 40px;
}

.contact-location .contact-email .contact-linkedin {
    font-weight: bold;
    color: #fff;
}

input,
textarea {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    color: #ddd;
    border: 1px solid #ddd;
    margin-bottom: 40px;
}

input:not([type="submit"]) {
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
}

textarea {
    padding-top: 10px;
    padding-left: 20px;
}

#submit {
    width: auto;
    border-radius: 40px;
    /* margin: 0 auto; 
    max-width: 50%;
    padding: 8px 60px;
    color: #fff;
    cursor: pointer;
    background-color: transparent;
    /* border: 1px solid #e84118; */
/* color: #e84118; 
} */

.contact i.fa {
  margin-right: 15px;
}
*/ footer {
  height: 40px;
  line-height: 40px;
  width: 100%;
  color: #fff;
  border-top: 1px solid #e84118;
  background-color: transparent;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

/* Extra Styles */

.fa-stack .fa.fa-linkedin-square {
  color: #fff;
}

.fa-stack .fa.fa-square {
  color: transparent;
}

.fa-stack:hover .fa.fa-linkedin-square {
  color: #0077b5;
}

/* .fa-stack:hover .fa.fa-square {
    color: rgb(255, 0, 0);
    font-size: 10px;
} */

.fa-stack .fa.fa-twitter-square {
  color: #fff;
}

.fa-stack:hover .fa.fa-twitter-square {
  color: #55acee;
}

.fa-stack .fab.fa-github-square {
  color: #fff;
}

.fa-stack:hover .fab.fa-github-square {
  color: #000000;
}

.fa-stack:hover .fa.fa-square {
  color: #fff;
  font-size: 19px;
}

.fa-stack .fa.fa-youtube-play {
  color: #fff;
}

.fa-stack:hover .fa.fa-youtube-play {
  color: red;
}
