@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap');

*{
  scroll-behavior: smooth;
}

body {
  font-family: "Inconsolata", monosapce;
  color: #0d1e2d;
}

a {
  color: #777;
}

a:hover {
  color: #000;
}

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

.site-section {
  padding: 5rem 0;
}


.filters a {
  color: #000;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.filters a:hover,
.filters a:focus,
.filters a:active {
  text-decoration: none;
}

.filters a:hover:before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  height: 1px;
  background-color: #000;
}

.filters a.active {
  color: #000;
}

.filters a.active:before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  height: 1px;
  background-color: #000;
}

.item {
  border: none;
  margin-bottom: 30px;
}

.item .item-wrap {
  display: block;
  position: relative;
  overflow: hidden;
}

.item .item-wrap:after {
  z-index: 2;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  visibility: hidden;
  opacity: 0;
  transition: .3s all ease-in-out;
}

.item .item-wrap img {
  transition: .3s transform ease;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.item .item-wrap > .work-info {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  z-index: 3;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  margin-top: 20px;
  transition: .3s all ease;
}

.item .item-wrap > .work-info h3 {
  font-size: 20px;
  margin-bottom: 0;
}

.item .item-wrap > .work-info span {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .2rem;
}

.item .item-wrap:hover {
  text-decoration: none;
}

.item .item-wrap:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.item .item-wrap:hover:after {
  opacity: 1;
  visibility: visible;
}

.item .item-wrap:hover .work-info {
  margin-top: 0px;
  opacity: 1;
  visibility: visible;
}

.testimonial-wrap {
  padding: 50px 50px 80px 50px;
  background: #eceff2;
}

.testimonial-wrap .testimonial {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.testimonial-wrap .testimonial img {
  border-radius: 50%;
  width: 120px;
  margin: 0 auto 30px auto;
}

.testimonial-wrap .testimonial blockquote p {
  font-size: 20px;
  text-align: justify;
}

.h3 {
  font-size: 20px;
}

.h4 {
  font-size: 16px;
}

.heading {
  font-size: 28px;
}

.readmore {
  display: inline-block;
  border: 2px solid #000;
  padding: 15px 40px;
  font-size: 12px;
  text-transform: uppercase;
  background: #000;
  color: #fff;
  transition: .2s all ease;
  font-weight: 500;
}

.readmore:active,
.readmore:focus,
.readmore:hover {
  outline: none;
}

.readmore:hover {
  color: #000;
  text-decoration: none;
  background: #fff;
}

.testimonial-carousel .owl-dots {
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot {
  display: inline-block;
}

.testimonial-carousel .owl-dots .owl-dot > span {
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #cbd3da;
  border-radius: 50%;
  margin: 5px;
}

.testimonial-carousel .owl-dots .owl-dot.active {
  outline: none;
}

.testimonial-carousel .owl-dots .owl-dot.active > span {
  background: #0d1e2d;
}

.sticky-content {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  /* required */
}

.list-line li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}

.list-line li:before {
  content: "";
  position: absolute;
  left: 0;
  top: .7rem;
  width: 10px;
  height: 2px;
  background: #000;
}

.form-control {
  border-radius: 0;
  background: #f8f9fa;
  border: 1px solid transparent;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.form-control:active,
.form-control:focus {
  background: #eff1f4;
  outline: none;
  box-shadow: none;
  border: 1px solid transparent;
}

.custom-progress {
  height: 7px;
  border-radius: 0;
}

.custom-progress .progress-bar {
  background: #000;
}

/* Contact Form */

.php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

@-webkit-keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/* Custom Navmenu */

.navbar{
  position: sticky;
  top: 0;
  background: white;
  z-index: 999;
}

.custom-navmenu {
  background: #0d1e2d;
  position: sticky;
}

.custom-navmenu .custom-menu,
.custom-navmenu .custom-menu li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.custom-navmenu .custom-menu li {
  margin-bottom: 0;
  font-size: 20px;
}

.custom-navmenu .custom-menu li a {
  color: #fff;
  padding: 10px 0 !important;
  transition: all 0.3s ease-in-out;
}

.custom-navmenu .custom-menu li a:hover {
  text-decoration: none;
  color: #18d26e;
  font-size: 30px;
}

.custom-navmenu .custom-menu li.active a {
  font-size: 30px;
  color: #18d26e;
}

.custom-navmenu h3 {
  font-size: 20px;
  color: #fff;
}

.custom-navmenu p {
  color: rgba(255, 255, 255, 0.6);
}

.custom-navmenu a {
  color: rgba(255, 255, 255, 0.7);
}

.custom-navmenu a:hover {
  color: #fff;
}

/* Custom Navbar */

.custom-navbar {
  padding-top: 20px;
  width: 100%;
}

.custom-navbar .navbar-brand {
  font-size: 1.7rem;
}

/* Burger */

.burger {
  width: 28px;
  height: 32px;
  cursor: pointer;
  position: relative;
}

.burger:before,
.burger span,
.burger:after {
  width: 100%;
  height: 2px;
  display: block;
  background: #000;
  border-radius: 2px;
  position: absolute;
  opacity: 1;
}

.burger:before,
.burger:after {
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  content: "";
}

.burger:before {
  top: 4px;
}

.burger span {
  top: 15px;
}

.burger:after {
  top: 26px;
}

/* Hover */

.burger:hover:before {
  top: 7px;
}

.burger:hover:after {
  top: 23px;
}

/* Click */

.burger.active span {
  opacity: 0;
}

.burger.active:before,
.burger.active:after {
  top: 40%;
}

.burger.active:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5);
  /*for IE*/
}

.burger.active:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-5);
  /*for IE*/
}

.burger:focus {
  outline: none;
}

.footer {
  padding: 0 0 4rem 0;
  font-family: 'Poppins', sans-serif;
}

.footer a {
  color: #000;
}

.social a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f8f9fa;
  position: relative;
  text-align: center;
  color: #0d1e2d;
  transition: all 0.9s ease;
}

.social a span {
  display: inline-block;
  left: 50%;
  position: absolute;
  font-size: 1rem;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.social a:hover {
  color: #fff;
  background: black;
}

@media (max-width: 780px) {
  .custom-navbar > .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* SCROLL BACK UP ======================================== */
.scrollup {
	position: fixed;
	right: 1.5rem;
	bottom: -15%;
	display: flex;
	background: transparent;
	padding: 0.8rem;
	opacity: 0.9;
	z-index: 999999;
  border-radius: 10px;
}

.scrollup-icon {
	color: #000;
	font-size: 3rem;
  border-radius: 50%;
  transition: 0.9s all ease;
}

.scrollup-icon:hover {
  background: black;
  color: white;
}


.show-scroll {
	bottom: 5rem;
}

.whitespace {
  width: 100%;
  height: 100px;
}

@media(max-width: 768px) {
  .whitespace {
        display: none;
  }

  .scrollup-icon{
    font-size:2rem;
  }
}

.line {
  width: 24em;
  top: 50%;
  margin: auto;
  border-right: 2px solid black;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  transform: translateY(-50%);
}

.anim-typewriter {
  animation: typewriter 4s steps(40) 1s 1 normal both,
  blinkTextCussor 500ms steps(40) infinite normal;
}

@keyframes typewriter {
  from {
        width: 0;
  }
  to {
        width: 16em;
  }
}

@media(max-width: 768px) {
  @keyframes typewriter {
        from {
              width: 0;
        }
        to {
              width: 17em;
        }
  }
}

@keyframes blinkTextCussor {
  from {
        border-right-color: black;
  }
  to {
        border-right-color: transparent;
  }
}

.hero {
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}


.hero h1 {
  font-weight: lighter;
  text-align: center;
  letter-spacing: 1px;
  line-height: 58px;
  font-family: 'Poppins', sans-serif;
}

@media(max-width: 768px) {
  .header h1 {
        font-size: 19px;
        font-family: 'Poppins', sans-serif;
  }
}

.btn-cv{
  display: flex;
  justify-content: center;
  font-family: 'Poppins', sans-serif;
}

.send {
  text-transform: uppercase;
  padding: 20px 30px;
  background: transparent;
  color: #101010;
  font-size: 13px;
  letter-spacing: 2px;
  transition: all 0.9s ease;
}

.send:hover {
  color: transparent;
  background: #000;
}


.send:hover {
  background: #101010;
  color: #ffff;
}

.scroll-down {
  position: absolute;
  left: 50%;
  bottom: 100px;
  display: block;
  text-align: center;
  font-size: 20px;
  z-index: 0;
  text-decoration: none;
  text-shadow: 0;
  width: 13px;
  height: 13px;
  border-bottom: 2px solid black;
  border-right: 2px solid black;
  -webkit-transform: translate(-50%, 0) rotate(45deg);
  animation: fade_move_down 2s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}

@keyframes fade_move_down {
  0% {
        transform: translate(0, -20px) rotate(45deg);
        opacity: 0;
  }
  50% {
        opacity: 1;
  }
  100% {
        transform: translate(0, 20px) rotate(45deg);
        opacity: 0;
  }
}


.project_container {
  width: 70%;
  margin: 0px auto;
  color: black;
  padding: 0px 40px;
  text-align: center;
}

.project_container-title h1 {
  color: black;
  font-family: "GrandSlang Roman";
  font-size: 140px;
}

.project__container-subtitle {
  margin: 20px 0;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
}

.project__container-images{
  position: relative;
  width: 100%;
  height: 2000px;
  padding: 40px 0;
}

.project__image {
  width: 600px;
  height: 300px;
  margin: 40px auto;
  transition: all 0.3s ease-in-out;
}

.project__image:hover {
  transform: translateY(-10px);
}

.project__image-one {
  background: url(/img/b1.png) no-repeat 50% 50%;
  background-size: cover;
}

.project__image-two {
  position: relative;
  top: 50px;
  left: -250px;
  background: url(/img/b2.png) no-repeat 50% 50%;
  background-size: cover;
}

.project__image-three {
  position: relative;
  top: 100px;
  left: 250px;
  background: url(/img/b3.png) no-repeat 50% 50%;
  background-size: cover;
}

.project__image-four {
  position: relative;
  top: 170px;
  background: url(/img/b4.png) no-repeat 50% 50%;
  background-size: cover;
}

.project__image-five{
  position: relative;
  top: 250px;
  left: -270px;
  background: url(/img/b5.png) no-repeat 50% 50%;
  background-size: cover;
}

.project-next-link {
  position: relative;
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.project-next-link a {
  color: black;
  text-decoration: none;
  font-family: "GrandSlang Roman";
  font-size: 50px;
  transition: all 0.3s ease;
}

.project-next-link a:hover {
  color: rgb(149, 149, 149);
  transform: scale(1.5);
}

.anime-js-title.letter {
  display: inline-block;
  line-height: 1em;
}

@media (max-width: 900px) {
  .project_container-title h1 {
        font-size: 40px;
  }

  .project_container {
        width: 80%;
  }

  .project__container-images{
        width: 100%;
        margin: 0 auto;
        height: 1200px;
  }

  .project__image{
        width: 100%;
        height: 200px;
  }

  .project__image-one,
  .project__image-two,
  .project__image-three,
  .project__image-four,
  .project__image-five{
        position: relative;
        top: 0;
        left: 0;
  }
}

.textproject{
  text-align: center;
  font-size: 1rem;
  font-family: 'Poppins', sans-serif;
}

.vertical {
  margin-top: 40px;
  border-left: 1px solid black;
  height: 80px;
  position: absolute;
  left: 50%;
}

@media(max-width: 768px) {
  .vertical {
        display: none;
  }
}

.section {
	padding: 5.5rem 0 3.5rem;
}

.resume_container {
	grid-template-columns: repeat(2, 1fr);
	column-gap: 1.875rem;
}

.timeline_item {
	position: relative;
	padding-left: 3.125rem;
	padding-bottom: 3.125rem;
}

.timeline_item:last-child {
	padding-bottom: 0;
}

.timeline_item::before {
	content: '';
	width: 1px;
	height: 100%;
	background-color: black;
	position: absolute;
	left: .25rem;
	top: 0;
}

.timeline .icon-briefcase,
.timeline .icon-graduation {
	position: absolute;
	left: -0.4375rem;
	top: 0;
	font-size: 1.5rem;
	color: black;
	background-color: white;
	padding: 0.4375rem 0;
}

.timeline_data {
	font-size: 1rem;
}

.timeline_title {
	font-size: 1.5rem;
	margin: 0.5rem 0;
}

.timeline_text{
  text-align: justify;
}

.grid {
	display: grid;
	gap: 1.5rem;
}


@media screen and (max-width: 1024px) {
	.resume_container {
		grid-template-columns: 450px;
		justify-content: center;
		row-gap: 1.875rem;
	}

	.timeline_item::before {
		left: 2px;
	}

}

@media screen and (max-width: 576px) {
	.resume_container {
		grid-template-columns: 1fr;
	}
}

.about_paragraph{
  font-family: "Raleway", sans-serif;
}

.about_text{
  font-family: 'Poppins', sans-serif;
  text-align: justify;
}

.dec a{
  text-decoration: none;
}

.resume{
  font-family: 'Poppins', sans-serif;
}

.form-control{
  border: 1px solid rgb(170, 170, 170);
}

.order-2 a{
  text-decoration: none;
}

.wrapper{
  max-width: 1100px;
}

.wrapper .gallery {
  display: flex;
  flex-wrap: wrap;
}

.gallery span {
  display: flex;
  width: 100%;
  overflow: hidden;
}

.gallery .image{
  padding: 7px;
  width: calc(100% / 3);
}

.gallery .image img {
  width: 100%;
  transition:  all 0.3s ease;
}

.gallery .image:hover img {
  transform: scale(1.1);
}

.work_cont{
  margin-bottom: 70px;
}

.preview-box {
  position: fixed;
  max-width: 900px;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  background: #fff;
  padding: 0 5px 5px 5px;
  opacity: 0;
  pointer-events: none;
  border-radius: 3px;
  z-index: 999;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.preview-box.show{
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.3s ease;
}

.preview-box .details{
  display: flex;
  align-items: center;
  padding: 12px 15px 12px 10px;
  justify-content: space-between;
}

.preview-box .details .icon {
  cursor: pointer;
  font-size: 20px;
}

.details .title {
  display: flex;
  font-size: 18px;
  font-weight: 400;
}

.details .title p {
  margin: 0 5px;
}

.details .title p.current-img {
  font-weight:  500;
}

.preview-box .img-box {
  display: flex;
  width: 110%;
}

.img-box .slide {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  cursor: pointer;
  color: black;
  width: 60px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  z-index: 999;
}

.preview-box .img-box img {
  width: 90%;
  border-radius:  0 0 3px 3px;
}

.img-box .slide.prev {
  left: 0;
}

.img-box .slide.next {
  right: 0;
}

.shadow{
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  display: none;
  background: rgba(0,0,0,0.45);
}

@media(max-width: 1000px){
  .gallery .image{
    width: calc(100% / 2);
  }

  .testimonial-wrap .testimonial img {
    border-radius: 50%;
    width: 70px;
    margin: 0 auto 30px auto;
  }
  
  .testimonial-wrap .testimonial blockquote p {
    font-size: 15px;
    text-align: justify;
  }
}
@media(max-width: 600px){
  .gallery .image{
    width: 100%;
    padding: 4px;
  }
}

.goback a {
  text-decoration: none;
  color: #000;
}

.goback a span{
  font-family: 'Poppins', sans-serif;
}

.gobacktext{
  cursor: pointer;
  transition: all 0.3 ease;
}

.gobacktext:hover{
  color: #777;
}

.iconback{
  font-size: 20px;
}
