/*
  Template Name: MyPortfolio
  Template URL: https://bootstrapmade.com/myportfolio-bootstrap-portfolio-website-template/
  Author: BootstrapMade.com
  Author URL: https://bootstrapmade.com/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  font-family: "Fira Sans", sans-serif;
  color: #0d1e2d;
  background-color: #f9f9fb;
}

a {
  color: #777;
}

a:hover {
  color: #8f9da6;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-heading {
  font-family: "Fira Sans", sans-serif;
  font-weight: lighter;

}


ol {
  font-size: 20px;
  padding-left: 48px;
}

li {
  font-size: 16px;
}



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

.section-focus {
  padding: 4rem 0;
  background-color: #1d2f40;
  margin: 4em 0;
  color: #f9f9fb;
}

.site-sectionl {
  padding: 7rem 0;
}

.filters {
  margin-top: 48px;
  font-size: 16px;
}

.filters a {
  color: #1d2f40;
  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;
  font-weight: 700;
}

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

.no-show {
  display: none;
}

.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(29, 47, 64, 0.7);
  visibility: hidden;
  opacity: 0;
  transition: .4s all ease-in-out;
}

.item .item-wrap img {
  transition: .4s 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;
  padding: 24px;
  transition: .3s all ease;

}

@media (hover: none) {

  .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: 1;
  visibility: visible;
  margin-top: 0px;
  padding: 16px;
  transition: .3s all ease;

}

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

.descriptionL {
  font-size: 24px;
  line-height: 140%;
  font-weight: 300;
  letter-spacing: 1;
  padding: 16px 0px;

}

.heading {
  font-size: 20px;
  line-height: 100%;
  font-weight: 200;
}

}

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

.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);
  filter: blur(2px);
  -webkit-filter: blur(2px);
}

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

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

.testimonial-wrap {
  margin: 0 0;
 
}

.testimonial-wrap .testimonial {
  text-align: center;
  
  margin: 0 auto;
}

.testimonial-wrap .testimonial img {
  
}

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

.belowtitle {
  font-size: 24px;
  line-height: 140%;
  font-weight: 300;
}


.h2 {
  font-size: 64px;
}

.h3 {
  font-size: 32px;
}

.h4 {
  font-size: 24px;
  font-weight: 300;
}

.heading {
  font-size: 48px; 
  line-height: 100%;
  font-weight: 200;
}

.subheading {
  font-size: 48px;
  line-height: 100%;
  font-weight: 200;
  margin-bottom: 8px;
}

.eyelid {
  font-size: 18px;
  line-height: 100%;
  font-weight: 400;
  margin-bottom: 4px;
}

.descriptionS {
  font-size: 16px;
  line-height: 140%;
  font-weight: 300;
  letter-spacing: 1;
}

.description {
  font-size: 20px;
  line-height: 140%;
  font-weight: 300;
  letter-spacing: 1;
}

.descriptionM {
  font-size: 24px;
  line-height: 140%;
  font-weight: 300;
  letter-spacing: 1;
}

.descriptionL {
  font-size: 28px;
  line-height: 140%;
  font-weight: 300;
  letter-spacing: 1;
  padding: 12px 0px;

}

.readmore {
  display: inline-block;
  border: 1px solid #000;
  border-radius: 8px;
  padding: 10px 15px;
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  transition: .2s all ease;
  font-weight: 700;
  letter-spacing: .1em;
}

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

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

.readmoreDark {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 10px 15px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  transition: .2s all ease;
  font-weight: 700;
  letter-spacing: .1em;
}

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

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



.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: #f9f9fb;
}

.sticky-content {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  scroll-padding-top: 40px;
  /* 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;
}

.video {
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.20);
  border-radius: 12px;
  outline: 1px;
  outline-color: #000;
}

.prototype {
  padding: 0px 16px;
  font-size: 14px;
  text-align: center;
}

.img-fluid {
  border-radius: 12px;
  
}





/* 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 */

.custom-navmenu {
  background: #1D2F40;
}

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

.custom-navmenu .custom-menu li {
  margin-bottom: 16px;
  font-size: 32px;
}

.custom-navmenu .custom-menu li a {
  color: #fff;
  padding: 20px 0 !important;
}

.custom-navmenu .custom-menu li a:hover {
  text-decoration: underline;
  color: #8f9da6;
}

.custom-navmenu .custom-menu li.active a {
  text-decoration: underline;
}

.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: #8f9da6;
}

/* Custom Navbar */

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

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

#show {
  display: none;
}

#show2 {
  display: none;
}


/* 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;
  color: #8f9da6;
}

.burger:hover:after {
  top: 23px;
  color: #8f9da6;
}

/* 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: 4rem 0 2rem 0;
}

.footer a {
  color: #000;
}

.social a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fafafa;
  position: relative;
  text-align: center;
  color: #1d2f40;
}

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

.social a:hover {
  color: #f4f4f4;
  background: #1d2f40;
}

/* Compare */

.img-comp-container {
  position: relative;
  
  height: 780px; /*should be the same height as the images*/
}

.img-comp-img {
  position: absolute;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.img-comp-img img {
  display: block;
  vertical-align: middle;
}

.img-comp-slider {
  position: absolute;
  z-index: 9;
  cursor: ew-resize;
  /*set the appearance of the slider:*/
  width: 56px;
  height: 56px;
  background-color: #0F1B26;
  opacity: 0.9;
  border-radius: 50%;
}


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


