/**
* Template Name: MyPortfolio
* Updated: Jul 27 2023 with Bootstrap v5.3.1
* Template URL: https://bootstrapmade.com/myportfolio-bootstrap-portfolio-website-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
	font-family: "Comfortaa", sans-serif;
  	/*font-family: "Inconsolata", monospace;*/
	/*font-family: "Open Sans", sans-serif; */
	/*color: #4B6464;*/
	color: #dfd3c3;
	background-color: #171717;
  	/*color: #F48882;
	background: rgb(148,187,233);
	background: linear-gradient(90deg, rgba(148,187,233,1) 0%, rgba(198,250,210,1) 50%, rgba(148,187,233,1) 100%);*/
}


.open-sans-400 {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400; /* <weight>: Use a value from 300 to 800 */
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}


.comfortaa-400 {
  font-family: "Comfortaa", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400; /* <font-weight>: Use a value from 300 to 700 */
  font-style: normal;
}


/* links for table of content */
a {
  color: #66d99b;
  text-decoration: none;
}

a:hover {
  /* flat green color: #DDFEE8; */
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-heading {
  font-family: "Raleway", sans-serif;
}

.h4 {
	color: #66d99b;
}

.section {
  padding: 7rem 0;
}
/*--------------------------------------------------------------
# Embedded Videos
--------------------------------------------------------------*/
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
	max-width: 100%;
	border-radius: 16px;
	margin: 0 auto 20px auto;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
	height: 100%;
	border-radius: 16px;
}
/*--------------------------------------------------------------
# Horizontal Scrolling Logos
--------------------------------------------------------------*/
.filters a {
  text-decoration: none;
  color: #66d99b;
  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: #66d99b;
}

.filters a.active {
  color: #dfd3c3;
}

.filters a.active:before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  height: 1px;
  background-color: #dfd3c3;

}
/*--------------------------------------------------------------
# Project Selection Images
--------------------------------------------------------------*/
.item {
  border: none;
  margin-bottom: 30px;
}

.item .item-wrap {
  display: block;
  position: relative;
  overflow: hidden;
	border-radius: 16px;
}

.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: 0.3s all ease-in-out;
}

.item .item-wrap img {
  transition: 0.3s transform ease;
  transform: scale(1);
  border-radius: 16px;
}

.item .item-wrap>.work-info {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  z-index: 3;
  transform: translateY(-50%);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  margin-top: 20px;
  transition: 0.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: 0.2rem;
}

.item .item-wrap:hover {
  text-decoration: none;
}

.item .item-wrap:hover img {
  transform: scale(1.05);
}

.item .item-wrap:hover:after {
  opacity: 1;
  visibility: visible;
	border-radius: 16px;
}

.item .item-wrap:hover .work-info {
  margin-top: 0px;
  opacity: 1;
  visibility: visible;
	
}
/*--------------------------------------------------------------
# Regular Images
--------------------------------------------------------------*/
.img-fluid {
	border-radius: 16px;
	margin: 0 auto 20px auto;
}

.testimonial-wrap {
  padding: 50px 50px 80px 50px;
  background: #eceff2;
}

.testimonial-wrap .testimonial {
  text-align: center;
  max-width: 500px;
  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;
}

.h3 {
  font-size: 20px;
}

.h4 {
  font-size: 16px;
}

.heading {
  font-size: 28px;
}

.readmore {
  display: inline-block;
  border: 1px solid #66d99b;
  border-radius: 8px;
  padding: 10px 15px;
  font-size: 12px;
  text-transform: uppercase;
  color: #66d99b;
  transition: 0.2s all ease;
  font-weight: 700;
}

.readmore:active,
.readmore:focus,
.readmore:hover {
  outline: none;
}

.readmore:hover {
  color: #000;
  text-decoration: none;
  background: #66d99b;
}

.testimonials-slider .swiper-pagination {
  margin-top: -60px;
  position: relative;
}

.testimonials-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(13, 30, 45, 0.3);
  opacity: 1;
}

.testimonials-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: rgba(13, 30, 45, 0.6);
}

.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: 0.7rem;
  width: 10px;
  height: 2px;
  background: #66d99b;
}

.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;
}

/* Services */
.services i {
  font-size: 40px;
}

.services h4 {
  padding-top: 10px;
}

/* Contact Form */
.php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .error-message br+br {
  margin-top: 25px;
}

.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;
  animation: animate-loading 1s linear infinite;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/* Custom Navmenu */
.custom-navmenu {
	border-radius: 16px;

	/*center part of the navbar*/
}

.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;
}
/* links on the left*/
.custom-navmenu .custom-menu li a {
  color: #171717;
  padding: 10px 0 !important;
}

.custom-navmenu .custom-menu li a:hover {
  text-decoration: underline;
}

.custom-navmenu .custom-menu li.active a {
 font-weight: bold;
  text-decoration: none;
}

.custom-navmenu .navbar-social  h2 a span {
  display: inline-block;
	padding-right: 10px;
  height: 100%;
}
.custom-navmenu .navbar-social  h2 a:hover span {
  color: #FFF;
}

.custom-navmenu h3 {
  font-size: 20px;
  color: #171717;
}

.custom-navmenu p {
  color: rgba(23, 23, 23, 0.6);
}
.custom-navmenu li {
  color: #171717;
}

.custom-navmenu a {
  color: rgba(23, 23, 23, 0.7);
}

.custom-navmenu a:hover {
  color: #171717;
}

/* Custom Navbar */
.custom-navbar {
  background: #66d99b; /*yellow #F5C539 ;/* flat grey new #DBD1E5; original #c7c7c7;*/
  padding-top: 50px;
  width: 100%;
}

@media (max-width: 780px) {
  .custom-navbar>.container {
    padding-right: 0;
    padding-left: 0;
  }
}

.custom-navbar .navbar-brand {
  font-size: 1.7rem;
}




.custom-navbar .back-to-top {
	font-weight: lighter;
    font-style: italic;
}
/*--------------------------------------------------------------
# shared links menues
--------------------------------------------------------------*/

.custom-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

	.custom-menu li {
		margin: 8px 0;
	}

	/* Style for links */
	.custom-menu a {
		text-decoration: none;
		color: blue;
		font-size: 18px;
	}

	/* Style for active menu item (current page) */
	.custom-menu .active > a {
		color: #888;
		pointer-events: none;
		opacity: 0.6;
	}




/*--------------------------------------------------------------
# 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), 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-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 {
  transform: rotate(45deg);
}

.burger.active:after {
  transform: rotate(-45deg);
}

.burger:focus {
  outline: none;
}



/*--------------------------------------------------------------
# Static Logos aka Tools
--------------------------------------------------------------*/
.tools{
	padding: 25px;
}
.tool-static img {
	height: 50px;
	margin: 40px;
}


/*--------------------------------------------------------------
# Horizontal Scrolling Logos
--------------------------------------------------------------*/
@keyframes slide {
	from {
		transform: translateX(0)
	}
	to {
		transform: translateX(-100%);
	}
}

.logos {
	overflow: hidden; /*hides scrollbar*/
	padding: 60px 0;
	/*background???*/
	white-space: nowrap;
	position: relative;
}
.logos:before, 
.logos:after { /*fade both sides*/
	position: absolute;
	top: 0;
	width: 100px;
	height: 100%;
	content: "";
	z-index: 2;
}
.logos:before { /*fade left*/
	left: 0;
	background: linear-gradient(to left, rgb(255, 255, 255, 0), #171717);
}
.logos:after { /*fade right*/
	right: 0;
	background: linear-gradient(to right, rgb(255, 255, 255, 0), #171717);
}
.logos:hover .logos-slide {
	/*animation-play-state: paused;*/
	animation: 15s slide infinite linear;
}

.logos-slide {
	display: inline-block;
	animation: 35s slide infinite linear;
	
}
.logos-slide img {
	height: 50px;
	margin: 0 40px;
}

/*--------------------------------------------------------------
# Postal Stuff
--------------------------------------------------------------*/

div.email > span:nth-child(2) {
	display: none;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  padding: 0 0 4rem 0;
}

.footer a {
  color: #66d99b;
}

.social a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #66d99b;
  position: relative;
  text-align: center;
  color: #171717;
}

.social a span {
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.social a:hover {
  color: #000;
}

