/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face{
  font-family: "Poppins";
  src: '../fonts/Poppins/Poppins-Regular.ttf';
}

body {
  font-family: "Poppins", sans-serif;
  color: #fff;
  background: #222;
}

a{
  color: #ffc107;
  text-decoration: none;
}
a:hover{
  text-decoration: none;
}
section {
  padding: 5em 0 0 0;
}

.section-heading{
  font-family: "Poppins", sans-serif;
  margin-bottom: 30px;
}
.section-heading h2{
  color: #fff;
  font-weight: 100;
}
.section-heading h2 strong{
  color: #fff;
  font-weight: 500;
}

/*--------------------------------------------------------------
# Navbar
--------------------------------------------------------------*/
.navbar-dark {
  background:transparent !important;
  transition:0.75s ease;
}
.navbar-dark.scrolled {
  background:#000 !important;
}
.navbar-dark.scrolled .navbar-nav .nav-link {
 margin: .5rem 1.5rem;
 transition:0.75s ease;
}
.navbar-dark .navbar-nav .nav-link{
	color: #fff;
	margin: 2rem 1.5rem;
	font-size: 14px;
	letter-spacing: .2em;
	text-transform: uppercase;
	font-family: "Poppins", sans-serif;
  transition:0.25s ease;
}
.navbar-dark .navbar-toggler{
  border-color:rgb(255 255 255 / 0%);
}
.navbar-toggler:focus{
  outline: none;
}
@media (max-width: 767px) {
  .navbar-myhide {
    display: none;
    transition:0.25s ease;
  }
  .navbar-myhide.scrolled {
    display: block;
    transition:0.25s ease;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header {
  padding: 156px 0 100px;
}
.masthead {
  height: 100vh;
  min-height: 500px;
  background-image: url('../img/labeeb.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/*.masthead:before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}*/
.header-title{
	color: #fff;
	text-align: left;
	font-family: "Poppins", sans-serif;
}
.header-title h1{
	color: #fff;
	font-weight: 200;
}
.header-title h1 span{
	color: #fff;
	display: block;
	font-size: 70px;
	font-weight: 600;
}
.header-title p{
	font-size: 20px
}
.header-title p span{
	color: #ffc107;
}
.scroll-downs {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 15px auto;
	width :34px;
	height: 55px;
}
.mousey {
	width: 3px;
	padding: 10px;
	height: 25px;
	border: 2px solid #fff;
	border-radius: 25px;
	opacity: 0.75;
	box-sizing: content-box;
}
.scroller {
	width: 3px;
	height: 10px;
	border-radius: 25%;
	background-color: #fff;
	animation-name: scroll;
	animation-duration: 2.2s;
	animation-timing-function: cubic-bezier(.15,.41,.69,.94);
	animation-iteration-count: infinite;
}
@keyframes scroll {
	0% { opacity: 0; }
	10% { transform: translateY(0); opacity: 2; }
	100% { transform: translateY(15px); opacity: 0;}
}


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  padding: 2px 15px;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  color: #888;
  transition: all 0.3s ease-in-out;
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #ffc107;
}
.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(69, 80, 91, 0.8);
}
/*.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}*/
.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  background: rgba(0, 0, 0, 0.5);
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.portfolio .portfolio-wrap .portfolio-info .hover-title {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  text-align: left;
}
.portfolio .portfolio-wrap .portfolio-info .hover-title h4 {
  color: #fff;
  font-weight: 300;
  margin-bottom: 0px;
  font-size: 15px;
}
.portfolio .portfolio-wrap .portfolio-info .hover-title p {
  color: #dcdcdc;
  font-weight: 300;
  margin-bottom: 0px;
  font-size: 13px;
  text-transform: none;
}
.portfolio .portfolio-wrap .portfolio-info span{
  position: absolute;
  right: 20px;
  color: #fff;
  top: 20px;
}
.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}
.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}
.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}
.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding: 40px 0;
}

.portfolio-details .portfolio-title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #ffc107 !important;
}

.portfolio-details .portfolio-info {
  padding-top: 45px;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li {
  font-weight: 300;
}

.portfolio-details .portfolio-info ul li strong{
  font-weight: 500;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-info p {
  font-size: 15px;
  padding: 0;
}

/*@media (max-width: 992px) {
  .portfolio-details .portfolio-info {
    padding-top: 20px;
  }
}*/

/*--------------------------------------------------------------
# Resume
--------------------------------------------------------------*/
#navi {
  top: 180px;
  position: -webkit-sticky;
  position: sticky;
  margin: 0;
  margin-bottom: 7.5em;
}
#navi ul {
  margin: 0;
  padding: 0;
  line-height: 2em;
  font-size: 1.2em;
}
#navi li {
  font-weight: 300;
  list-style: none;
  margin-bottom: 10px;
}
#navi li a {
  -webkit-transition: .6s all ease;
  -o-transition: .6s all ease;
  transition: .6s all ease;
  color: #ffc107;
}
#navi li a.current {
  -webkit-transition: .6s all ease;
  -o-transition: .6s all ease;
  transition: .6s all ease;
  color: #fff;
  margin-left: 20px;
  position: relative;
}
#navi li a.current:after {
  position: absolute;
  top: 50%;
  left: -24px;
  width: 20px;
  height: 2px;
  content: "";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
}
.page {
  width: 100%;
  margin-bottom: 6em;
}
.page.four {
  margin-bottom: 0;
}
.page .heading {
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 30px;
  color: #fff;
}

.resume-wrap {
  width: 100%;
  margin-bottom: 30px;
  border-bottom: 1px solid rgb(255 255 255 / 10%);
  padding-bottom: 20px;
}
.resume-wrap:last-child {
  border-bottom: 0px solid rgb(255 255 255 / 10%);
}
.resume-wrap .icon {
  width: 50px;
  height: 50px;
  background: #3e64ff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.resume-wrap .icon span {
  color: #fff;
  font-size: 28px;
}
.resume-wrap .text {
  width: calc(100% - 50px);
}
.resume-wrap .text p{
  font-size: 15px;
  margin-top: 10px;
  font-weight: 300;
  color: #888;
  line-height: 1.7;
}
.resume-wrap .date {
  font-weight: 300;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.resume-wrap h2 {
  font-size: 20px;
  margin: 5px 0;
  font-weight: 200;
  color: #ffc107;
}
.resume-wrap .position {
  font-size: 15px;
  font-weight: 300;
  color: #525252;
}
.progress-wrap {
  width: 100%;
  margin-bottom: 30px; 
}
.progress-wrap h3 {
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: 400;
}
.progress {
  height: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #e6e6e6;
  overflow: visible;
}
.progress-bar {
  background: #ffc107;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 12px;
  line-height: 1.2;
  color: #000000;
  font-weight: 600;
  position: relative;
  overflow: visible;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.progress-bar:after {
  position: absolute;
  top: -2px;
  right: 0;
  width: 34px;
  height: 34px;
  content: "";
  background: #3e64ff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  opacity: 0;
}
.progress-bar span {
  position: absolute;
  top: -27px;
  right: 0;
  font-size: 15px;
  font-weight: 400;
  color: #888;
}
.progress-circle .progress {
  width: 150px;
  height: 150px;
  background: none;
  position: relative;
}
.progress-circle .progress::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 6px solid #eee;
  position: absolute;
  top: 0;
  left: 0;
}
.progress-circle .progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.progress-circle .progress .progress-left {
  left: 0;
}
.progress-circle .progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 6px;
  border-style: solid;
  position: absolute;
  top: 0;
}
.progress-circle .progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  -ms-transform-origin: center left;
  transform-origin: center left;
}
.progress-circle .progress .progress-right {
  right: 0;
}
.progress-circle .progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  -ms-transform-origin: center right;
  transform-origin: center right;
}
.progress-circle .progress .progress-value {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  #navi{
    display: none;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
#about{
  padding: 5em 0 ;
}
.about-text p{
  font-size: 16px;
  margin-top: 10px;
  font-weight: 200;
  padding-top: 15px;
  line-height: 1.7;
  color: #888;
}
.about-btn .btn{
  padding: .5em 2em;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: .1rem;
  border-radius: 2em;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.site-contact-details{
  padding: 0;
  margin: 40px 0;
}
.site-contact-details li{
  padding: 0;
  margin: 20px 0;
  font-weight: 300;
  list-style: none;
  color: #888;
  margin-bottom: 20px;
}
.site-contact-details li span{
  color: #525252;
  letter-spacing: .1em;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
}
.site-contact-details .social-links {
  margin-top: 30px;
}
.site-contact-details .social-links a {
  font-size: 24px;
  display: inline-block;
  color: #525252;
  line-height: 1;
  margin-right: 20px;
  transition: 0.3s;
}
.site-contact-details .social-links a:hover {
  color: #ffc107;
}
.message-form{
  margin: 38px 0;
}
.message-form .form-control{
  border: none !important;
  background: #333;
  color: #888;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1) !important;
}
.message-form .form-control:focus {
  color: #888;
  background: #333;
  border: 1px solid #ffc108;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(255 193 8 / 0%);
}
.message-form .form-group label{
  color: #525252;
  letter-spacing: .1em;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
}
#contact .btn{
  padding: .5em 2em;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: .1rem;
  border-radius: 2em;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.copyright-text p{
  color: #888;
  letter-spacing: .1em;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 20px;
}


/*--------------------------------------------------------------
# Ajax Loader Effects
--------------------------------------------------------------*/
#loader {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  z-index: 9999;
  
    border: 16px solid #1e88e5; 
    border-top: 16px solid #e43b28;
  border-right: 16px solid #ff9800;
  border-bottom: 16px solid #673ab7;
   
  border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
#overlay {
    position: fixed; 
    display: none; 
    width: 100%; 
    height: 100%;
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); 
    z-index: 2; 
}
#sendingText{
    position: absolute;
    top: 30%;
    left: 50%;
    font-size: 30px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}


