.primary-overlay {
  background: rgba(40, 40, 55, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.main-header {
  min-height: 60px; 
  /* background: url(../img/nardian-way2.jpg); */
  /* background-size: cover;
  height: 60px;
  background-position: center;
  color: #fff; 
  /* position: relative; */
}

.main-header .showcase {
  padding-top: 110px;
}

.carousel-container {
  /* background-size: cover;
  /* background-position: center; */
  /* min-height: 90vh; */
  /* min-height: 600px; */
  /* color: #fff;  */ 
  /* position: relative; */
}

.carousel .carousel-item>img {
  min-height: 900px;
  /* width:100%;  */
  min-width: 100%;
  max-width: none;
}

.next, .prev{
  position: absolute;
  top: 45%;
  color: white;
  cursor: pointer;
}
.prev {
  left: 5px;
}

.next {
  right: 5px;
}

.scroll-icon {
  position: relative;
  padding-top: 15%;
  bottom: 5%;
  left: 47%;
  opacity: 0.5;
}

.box {
  padding: 60px 10px 10px 10px !important;
  background-image: linear-gradient(45deg, rgb(72, 169, 248), rgb(3, 113, 202));
}

.container-box {
  padding: 40px 10px !important;
  background-image: linear-gradient(
    45deg,
    rgb(54, 148, 224),
    rgb(11, 101, 175)
  );
}

.box h4 {
  padding-bottom: 30px !important;
}

.card .project {
  position: absolute;
  overflow: hidden;
}

.section-boxes .row {
  margin-bottom: 0 !important;
}

.section-contact {
  position: relative;
}

.section-contact .card-panel {
  position: relative;
  z-index: 1;
}

.page-footer {
  margin-top: 10px;
}


#googlemap {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

@media (max-width: 600px) {
  main-header {
    height: 50vh;
  }
}
