@keyframes slideInFromBottom {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateY(0);
  }
}

.feature-card-pricing-card {
  width: 100%;
  display: flex;
  padding: 48px;
  position: relative;
  max-width: 200px;
  min-height: 150px;
  transition: 0.3s;
  align-items: flex-start;
  padding-top: 32px;
  padding-left: 15px;
  padding-right: 32px;
  flex-direction: column;
  padding-bottom: 32px;
  justify-content: space-between;
  background-color: var(--green-opaque);
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.318);
}
.feature-card-pricing-card:focus {
  transform: translateX(100px);
  transition: 2s;
}
.feature-card-pricing-card:hover {
  transform: scale(1.02);
}
.feature-card-pricing-card:focus-within {
  transform: translateX(-150px);
  transition: 2s;
}
.feature-card-pricing-card:focus-visible {
  transform: translateY(100px);
  transition: 2s;
}
.feature-card-text {
  color: white;
  margin-bottom: 32px;
}
.feature-card-container {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  flex-direction: row;
}
.feature-card-text1 {
  color: var(--dl-color-gray-white);
  transition: 0.3s;
}

.home {
  transition: 0.3s;
}

.home-container {
  width: auto;
  height: auto;
  display: flex;
  min-height: 20vh;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}
.home-hero {
  /* top: -20%; */
  width: 100%;
  margin-top: 60px;
  display: flex;
  padding: 0px 0px;
  position: relative;
  overflow: hidden;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  object-fit: cover;
  justify-content: center;
  transition: 0.5s ease-in-out;
  /* background-image: linear-gradient(100.8deg, rgba(255, 76, 92, 0.8) 50%, rgba(100, 100, 70, 0.8) 10.47%),url("public/playground_assets/grass_layers-1500h.jpg"); */
}

.home-video {
  width: 100%;
  height: calc(100dvh - 60px);
  object-fit: cover;
}
/* .video-overlay{
    position: absolute;
    width: 100%;
    display: inline-block;
    bottom: 0%;
    justify-items: flex-end;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.618);
    display: inline-block;
    text-align: center;
    animation: 1s ease-out 0s 1 slideInFromBottom;
  
  } */

.video-overlay {
  position: absolute;
  /* font-size: 2rem; */
  bottom: 5%;
  right: 0%;
  text-align: right;
  z-index: 10;
  max-width: 70%;
  background-color: var(--engbakken-trans);
  /* background-color: rgba(255, 255, 255, 0.552); */
  color: white;
  padding: 1rem 3rem 1rem 3rem;
  clip-path: polygon(7% 0, 100% 0, 100% 100%, 0 100%);
  /* animation: 1s ease-out 0s 1 slideInFromBottom; */
}

.video {
  position: relative;
  z-index: 0;
  transition: 0.5s ease-in;
}

.home-title {
  /* color: rgba(0, 0, 0); */
  font-size: 3vw;
  z-index: 3;
  padding-left: 1.5rem;
  /* margin: 5%; */
}

.home-subtitle {
  /* color: black; */
  font-size: 0.7rem;
  /* margin: 1%; */
  margin-bottom: 1em;
  display: block;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}


.home-btn-group {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.home-button {
  font-size: 0.75rem;
  transition: 0.3s;
  padding-top: var(--dl-space-space-unit);
  border-width: 0px;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: var(--dl-space-space-unit);
  text-transform: uppercase;
}

.home-button:hover {
  transform: scale(1.02);
}
.home-button1 {
  color: var(--dl-color-gray-white);
  font-size: 0.75rem;
  transition: 0.3s;
  margin-left: var(--dl-space-space-unit);
  padding-top: var(--dl-space-space-unit);
  border-color: var(--dl-color-gray-white);
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: var(--dl-space-space-unit);
  text-transform: uppercase;
  background-color: transparent;
}
.home-button1:hover {
  transform: scale(1.02);
}
.home-section-separator {
  width: 100%;
  height: 1px;
  margin-top: 3%;
  display: flex;
  max-width: var(--dl-size-size-maxcontent);
  align-items: flex-start;
  flex-direction: column;
  background-color: var(--dl-color-gray-700);
}

.home-products {
  width: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxcontent);
  align-items: center;
  padding-top: var(--dl-space-space-fiveunits);
  padding-bottom: var(--dl-space-space-fiveunits);
  flex-direction: column;
}

.home-heading-container {
  width: 45%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-fiveunits);
  flex-direction: column;
}

.home-text07 {
  color: var(--dl-color-gray-500);
  text-align: center;
}
.home-cards-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-around;
  margin-bottom: 10vh;
}
.home-feature-card {
  width: 30%;
  /* height: auto; */
  display: flex;
  position: relative;
  align-self: flex-start;
  align-items: center;
  padding-top: var(--dl-space-space-doubleunit);
  padding-left: var(--dl-space-space-doubleunit);
  padding-right: var(--dl-space-space-doubleunit);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-doubleunit);
  margin-right: 1%;
  background-color: var(--green-opaque);
  border-radius: 20px;
  transition: 0.5s;
  box-shadow: 10px 10px 10px var(--gray-opaque);
}

.home-feature-card:hover {
  scale: 1.05;
  cursor: pointer;
}

h1.feature-title {
  color: white;
  font-size: 4rem;
  display: inline-block;
  text-align: center;
  margin-top: 10%;
  margin-bottom: 10%;
}


.navlink {
  display: contents;
}

.home-image {
  width: auto;
  height: 250px;
  object-fit: contain;
  margin-bottom: 20px;
  text-decoration: none;
  overflow: visible;
}
.home-heading {
  color: var(--dl-color-gray-black);
  font-size: 24px;
  font-style: normal;
  font-family: Roboto;
  font-weight: 700;
  line-height: 1.55;
  margin-bottom: var(--dl-space-space-tripleunit);
  text-transform: none;
  text-decoration: none;
}
.home-navlink1 {
  color: var(--dl-color-gray-500);
  text-align: center;
  text-decoration: none;
}

.home-heading1 {
  margin-bottom: var(--dl-space-space-tripleunit);
}
.home-text11 {
  color: var(--dl-color-gray-500);
  text-align: center;
}

.home-heading2 {
  margin-bottom: var(--dl-space-space-tripleunit);
}
.home-text15 {
  color: var(--dl-color-gray-500);
  text-align: center;
}
.home-text16 {
  font-size: 16px;
}
.home-features {
  width: 100%;
  display: flex;
  height: auto;
  /* padding-bottom: 30vh; */
  max-width: var(--dl-size-size-maxcontent);
  /* min-height: 500px; */
  /* background-color: var(--gray-opaque); */
  flex-direction: column;
  background-image: linear-gradient(
      100.8deg,
      rgba(50, 190, 22, 0.4) 64%,
      rgba(100, 100, 70, 0.6) 0.47%
    ),
    url("https://images.unsplash.com/photo-1540470174401-f25e9eb17c1c?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1167&q=80");
}
.home-image3 {
  width: inherit;
  height: 100px;
  object-fit: cover;
}
.home-container1 {
  gap: var(--dl-space-space-fourunits);
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  transition: 0.3s;
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
}

.home-navlink2 {
  display: contents;
}
.home-component2 {
  text-decoration: none;
}
.home-navlink3 {
  display: contents;
}
.home-component3 {
  text-decoration: none;
}
.home-navlink4 {
  display: contents;
}
.home-component4 {
  text-decoration: none;
}



#bronze-service highlight {
  /* fill: rgb(113, 73, 33); */
  color: rgb(113, 73, 33);
  font-weight: 600;
}
#silver-service highlight {
  color: silver;
  font-weight: 600;
}
#gold-service highlight {
  color: gold;
  font-weight: 600;
}
#platinum-service highlight {
  color: gray;
  font-weight: 600;
}

.layers-mdi svg path,
.layers-mdi highlight {
  fill: rgb(113, 73, 33);
  color: rgb(113, 73, 33);
  font-weight: 600;
}

.grass-mdi svg path,
.grass-mdi highlight {
  fill: rgb(22, 166, 46);
  color: rgb(22, 166, 46);
  font-weight: 600;
}

.water-drop-mdi svg path,
.water-drop-mdi highlight {
  fill: rgb(22, 77, 166);
  color: rgb(22, 77, 166);
  font-weight: 600;
}

.sprout-mdi svg path,
.sprout-mdi highlight {
  fill: rgb(22, 166, 46);
  color: rgb(22, 166, 46);
  font-weight: 600;
}

.recycle-mdi svg path,
.recycle-mdi highlight {
  fill: rgb(14, 124, 32);
  color: rgb(14, 124, 32);
  font-weight: 600;
}

.scrollbar-container {
  color: black;
  width: 100%;
  border-style: linear;
  background-color: rgba(179, 179, 179, 0.567);
  height: 6px;
  border: 2px solid rgba(179, 179, 179, 0.567);
  border-radius: 10px;
  transition: 0.5s all;
}

.scrollbar {
  position: relative;
  bottom: 2px;
  width: 20%;
  height: 6px;
  background-color: black;
  border-radius: 10px;
  border: 2px solid black;
  transition: 0.5s all;
  /* transform: translateX(50%) translateY(-2px); */
}

.scrollbar:hover {
  transform: scale(1.1);
}


.product-blog {
  width: 100%;
  display: flex;
  padding: 48px;
  max-width: var(--dl-size-size-maxcontent);
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--green-opaque);

}
.product-container1 {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}



.product-card-left-blog-post-card {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  flex-wrap: nowrap;
}

.product-image {
  width: 48%;
  padding-right: 0;
  margin: 0;
  opacity: 1 !important;         /* override the global opacity:0 */
}

.product-image img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}


.fadein {
	animation-name: fadein;
	animation-fill-mode: both;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
}

@keyframes fadein {
	0% {
		opacity: 0;
		transform: translateY(50%);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}


.product-card-left-container {
  width: 52%;
  align-items: center;
  
  margin-left: 3rem;
}

.product-card-left-header {
  word-wrap: break-word;
  text-align: center;
  overflow-wrap: anywhere;
}

.product-card-left-container1 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.product-card-left-text {
  color: var(--dl-color-gray-black);
  align-self: center;
  margin-bottom: var(--dl-space-space-doubleunit);
}

.product-card-left-text h4{
  display: inline-block;
}





.product-card-right-blog-post-card {
  width: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxcontent);
  flex-direction: row;
  padding: 2.5%;
  justify-content: center;
}
.product-card-right-container {
  flex: 1;
  display: flex;
  align-items: flex-start;
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 10%;
  flex-direction: column;
  padding-bottom: 32px;
  justify-content: center;
}
.product-card-right-text {
  align-self: center;
  margin-bottom: 24px;
}
.product-card-right-container1 {
  display: flex;
  align-items: flex-start;
  margin-bottom: 48px;
  flex-direction: column;
  justify-content: flex-start;
}
.product-card-right-text1 {
  color: var(--dl-color-gray-black);
  align-self: left;
  text-align: left;
  margin-bottom: var(--dl-space-space-halfunit);
}







.service-container {
  width: 100%;
  margin: 5% auto;
  padding-bottom: 50px;
}

.service-container h1 {
  text-align: center;
  margin: 2% auto;
  /* padding-left: 5%; */
  /* color: var(--engbakken-color); */
}

.service-wrapper {
  /* margin-left: 10%; */
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  /* overflow-y: auto; */
  /* overflow-x: scroll; */
  /* border-bottom: dashed 3px; */
}

.service-button {
  cursor: pointer;
  position: relative;
  margin: 0 2px;
}

.service-wrapper img {
  transition: 0.5s ease-in-out;
}

.service-button p {
  position: absolute;
  font-size: 1.2rem;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* margin: 0; */
  color: white;
}

.service-separator {
  width: 100%;
  height: 20px;
  margin-top: -20px;
  /* margin-bottom: 3%; */
  max-width: var(--dl-size-size-maxcontent);
  align-items: flex-start;
  flex-direction: column;
  background-color: var(--engbakken-color);
  color: var(--engbakken-color);

  z-index: 4;
}

.product-section-separator {
  width: 100%;
  height: 2px;
  margin-bottom: 3%;
  max-width: var(--dl-size-size-maxcontent);
  align-items: flex-start;
  flex-direction: column;
  background-color: black;
}
.service-wrapper .active {
  background-color: white;
  /* transform: scaleX(1.1); */
  border: 2px solid var(--engbakken-color);
  border-bottom: 0px;
  border-top: 0px;
  margin: 0px;
  z-index: 2;
}

.service-content {
  background-image: url("public/Assets/Baggrund.png");
  background-position: center;
  width: 100%;
  height: 60vh;
  min-height: 700px;
  margin: 0 0% auto auto;
  padding: 20vh 10%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.service-content img {
  width: 25rem;
  /* height: 50%; */
}

.service-content-text {
  color: white;
  width: 50%;
  /* height: 50%; */
}
.service-content-text li {
  list-style-type: disc;
  list-style-position: inside;
}



/* Contact styles */

.contact-container {
  width: auto;
  height: auto;
  display: flex;
  min-height: 20vh;
  align-items: center;
  flex-direction: column;
}

.contact-hero {
  width: 100%;
  display: flex;
  padding: 0px 5px;
  position: relative;
  height: 25vh;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  justify-content: center;
  overflow: hidden;
  transition: 0.5s ease-in-out;
  background-image: linear-gradient(
      rgba(53, 53, 53, 0.8) 100%,
      rgba(100, 100, 70, 0.2) 10.47%
    ),
    url(public/playground_assets/tiergarten-meeting2.jpg);
  background-position: center;
}

.contact-hero-heading {
  color: white;
}

.contact-info {
  width: 100%;
  max-width: var(--dl-size-size-maxcontent);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  /* right: 100px; */
  justify-items: center;
  align-items: center;
  margin: 50px;
  /* padding: 0px; */
}

.contact-info-image {
  /* grid-area: contact-info-image;  */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 50px 0px;
  /* margin: 50px 15%; */
}

.contact-info-image-img {
  width: 20vh;
  border-radius: 50%;
}
.contact-info-heading {
  grid-area: contact-info-heading;
}

.contact-info-text {
  /* max-width: 30%; */
  width: 400px;
  grid-area: contact-info-text;
  /* padding-left: 20px; */
}


.contact-info-link {
  color: var(--engbakken-color);
  text-decoration: underline;
}

.contact-info-map {
  min-width: 400px;

  height: 300px;
}

.contact-maps-iframe {
  border: none;
  height: 100%;
}

.contact-form-container {
  width: 100%;
  margin-top: 5%;
  /* padding: 5%; */
  padding: 5% 0;
  max-width: var(--dl-size-size-maxcontent);
  display: flex;
  justify-content: center;
  background-image: linear-gradient(
      rgba(51, 51, 51, 0.8) 100%,
      rgba(100, 100, 70, 0.8) 10.47%
    ),
    url(public/AutoTurf/autoturf-bred.JPG);
  align-items: center;
}

.contact-form-box {
  position: relative;
  width: 80%;
  max-width: 85vw;
  z-index: 1;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  min-width: 300px;
  flex-wrap: wrap;
}

.contact-form {
  width: 100%;
  /* padding: 5% 5%; */
  /* background: var(--green-opaque); */
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /* align-items: stretch; */
  align-content: center;
  justify-content: space-between;
}

.contact-form-input {
  background-color: var(--green-opaque);
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: stretch;
  padding: 5% 0%;
  min-width: 500px;
  border-radius: 20px;
}

.contact-form-info {
  display: flex;
  flex-direction: column;
  max-width: 300px;
  /* margin: 0% 5%; */
}

.contact-form-msg {
  width: 50%;
  min-width: 400px;
  /* margin-right: 5%; */
  min-height: 200px;
  /* height: auto; */
}

.contact-text-box {
  width: 20%;
  /* padding-left: 5%; */
  /* width: 20%; */
  margin-right: 5%;
  margin-top: 7%;
  /* flex-basis: 15%; */
  background-color: white;
  /* display: inline-block; */
}


.Input-properties {
  border-radius: 20px;
  border: none;
  margin-top: 15px;
  padding-left: 25px;
}

.contact-text-box a {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 600;
  color: var(--engbakken-color);
  /* display: inline-block; */
}

.contact-text-box h4 {
  font-size: 1rem;
  font-weight: 600;
  color: black;
  /* display: inline-block; */
}

.contact-text-box span {
  display: block;
  padding-bottom: 20px;
}

.demo-textarea {
  width: 48%;
  height: auto;
  min-height: 120px;
}

.contact-button {
  display: block;
  bottom: 15%;
  position: absolute;
}

.home-text18 {
  font-size: 3rem;
  margin-bottom: 48px;
}
.home-container2 {
  width: 100%;
  display: grid;
  grid-gap: 32px;
  grid-template-columns: 1fr 1fr;
}
.home-about-us {
  width: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxcontent);
  align-items: flex-start;
  padding-top: var(--dl-space-space-tenunits);
  padding-left: var(--dl-space-space-tripleunit);
  padding-right: var(--dl-space-space-tripleunit);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-fiveunits);
  justify-content: center;
}
.home-heading-container1 {
  width: 35%;
  display: flex;
  align-self: center;
  align-items: flex-start;
  /* margin-right: var(--dl-space-space-fiveunits); */
  flex-direction: column;
}
.home-text21 {
  margin-bottom: var(--dl-space-space-tripleunit);
}
.home-secondary-text {
  color: var(--dl-color-gray-500);
  margin-bottom: var(--dl-space-space-tripleunit);
}
.home-cta-btn {
  color: var(--dl-color-gray-white);
  width: 80%;
  align-self: flex-start;
  text-align: center;
  padding-top: var(--dl-space-space-doubleunit);
  border-width: 0px;
  border-radius: 34px;
  padding-bottom: var(--dl-space-space-doubleunit);
  background-color: var(--dl-color-primary-100);
}
.home-image4 {
  width: 50%;
  object-fit: cover;
}
.home-cta-btn1 {
  color: var(--dl-color-gray-white);
  width: 80%;
  display: none;
  align-self: flex-start;
  text-align: center;
  padding-top: var(--dl-space-space-doubleunit);
  border-width: 0px;
  border-radius: 34px;
  padding-bottom: var(--dl-space-space-doubleunit);
  background-color: var(--dl-color-primary-100);
}
.home-hero1 {
  width: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxcontent);
  margin-top: var(--dl-space-space-fiveunits);
  align-items: center;
  padding-top: var(--dl-space-space-fiveunits);
  padding-left: var(--dl-space-space-tripleunit);
  margin-bottom: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-tripleunit);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-fiveunits);
  justify-content: space-between;
}
.home-hero-text-container {
  width: 35%;
  display: flex;
  align-items: flex-start;
  margin-left: 50px;
  flex-direction: column;
}
.home-heading3 {
  margin-bottom: var(--dl-space-space-tripleunit);
}
.home-cta-btn2 {
  color: var(--dl-color-gray-white);
  align-self: stretch;
  text-align: center;
  padding-top: var(--dl-space-space-doubleunit);
  border-width: 0px;
  border-radius: 34px;
  padding-bottom: var(--dl-space-space-doubleunit);
  background-color: var(--dl-color-primary-100);
}
.home-text25 {
  font-style: normal;
  font-weight: 700;
}
.home-image5 {
  width: 50%;
  object-fit: contain;
}
.home-section-separator1 {
  width: 100%;
  height: 1px;
  display: flex;
  max-width: var(--dl-size-size-maxcontent);
  align-items: flex-start;
  flex-direction: column;
  background-color: var(--dl-color-gray-700);
}
.home-contact {
  width: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxcontent);
  align-items: flex-start;
  padding-top: var(--dl-space-space-tenunits);
  padding-left: var(--dl-space-space-tripleunit);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-fiveunits);
  justify-content: space-between;
}
.home-content-container {
  width: 50%;
  display: flex;
  padding: var(--dl-space-space-fiveunits);
  align-self: stretch;
  align-items: flex-start;
  border-color: var(--dl-color-gray-700);
  border-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
}
.home-text28 {
  margin-top: var(--dl-space-space-fiveunits);
  margin-bottom: var(--dl-space-space-fiveunits);
}
.home-locations-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-fiveunits);
  flex-direction: row;
}
.home-location-1 {
  width: 50%;
  display: flex;
  align-items: flex-start;
  margin-right: var(--dl-space-space-fourunits);
  flex-direction: column;
}
.home-heading4 {
  font-size: 24px;
  font-style: normal;
  font-family: Roboto;
  font-weight: 700;
  margin-bottom: var(--dl-space-space-doubleunit);
}
.home-adress {
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-doubleunit);
  flex-direction: row;
}
.home-icon {
  width: 24px;
  height: 24px;
  margin-right: var(--dl-space-space-doubleunit);
}
.home-email {
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-doubleunit);
  flex-direction: row;
}
.home-icon02 {
  width: 24px;
  height: 24px;
  margin-right: var(--dl-space-space-doubleunit);
}
.home-phone {
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-doubleunit);
  flex-direction: row;
}
.home-icon04 {
  width: 24px;
  height: 24px;
  margin-right: var(--dl-space-space-doubleunit);
}
.home-social-links-container {
  display: flex;
  align-self: flex-start;
  margin-top: var(--dl-space-space-fiveunits);
  align-items: flex-start;
  flex-direction: row;
}
.home-icon06 {
  width: 24px;
  height: 24px;
  margin-right: var(--dl-space-space-doubleunit);
}
.home-icon08 {
  width: 24px;
  height: 24px;
  margin-right: var(--dl-space-space-doubleunit);
}
.home-icon10 {
  width: 24px;
  height: 24px;
}
.home-image6 {
  width: 50%;
  object-fit: cover;
}


body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.hero-container {
  background-color: white;
  overflow: hidden;
  width: 100%;
  height: 60vh;
  position: relative;
}

.hero-slide {
  /* position: absolute; */
  display: none;
  float: left;
  width: 100%;
  height: 100%;
  max-height: 600px;
  /* transition: all 1.0s ease-in-out; */
}

.hero-slide-cover {
  width: 100%;
  /* position: absolute; */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  height: 100%;
  /* transition: all 1.0s ease-in-out; */
}

.hero-prev,
.hero-next {
  position: absolute;
  top: 40%;
  /* transform: translateY(-50%); */
  font-size: 70px;
  cursor: pointer;
  color: var(--engbakken-color);
  font-weight: 600;
  /* background-color: var(--engbakken-trans); */
  /* padding: 20px 10px; */
  /* width: 30px; */
  transition: ease-in-out 0.1s;
}
.hero-prev:hover,
.hero-next:hover {
  /* background-color: white; */
  transform: scale(110%);

  color: var(--engbakken-color);
}
.hero-prev {
  left: 3%;
}

.hero-next {
  right: 3%;
}

.hero-info {
  position: absolute;
  right: 10%;
  top: 20%;
  width: 300px;
  height: 300px;
  padding: 12px;
  color: white;
  background-color: rgba(179, 179, 179, 0.77);
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.5);
}

.hero-info h3 {
  font-size: 1.2rem;
  /* width: 80%; */
  /* text-decoration: underline; */
  color: var(--engbakken-color);
  border-bottom: 1px solid white;
  margin-bottom: 12px;
  /* position: relative; */
}

.hero-jumbotron {
  position: absolute;
  top: 2.4rem;
  width: 50px;
  /* padding: 0 30px;  */
  border-bottom: 3px solid var(--engbakken-color);
}

.hero-info p {
  position: absolute;
  top: 80px;
}

.hero-info a {
  /* width: ; */
  /* font-size: 0.7rem;; */
  /* width: 250px; */
  font-size: 0.8rem;
  text-decoration: underline;
  display: inline-block;
  position: absolute;
  bottom: 10%;
  transition: all 0.5s;
}
.hero-info svg {
  display: inline-block;
  /* margin-bottom: -0rem; */
  margin-bottom: -0.5rem;
  width: 25px;
  transition: all 0.5s ease-in-out;
}

.hero-info path {
  display: inline-block;
  fill: var(--engbakken-color);
}

.hero-info:hover svg {
  transform: translateX(70%);
}

.hero-dots {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 90%;
  margin-left: auto;
  margin-right: auto;
  width: 100px; /* Need a specific value to work */
  height: 30px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 10px;

  background-color: var(--engbakken-trans);
}

.hero-dot {
  height: 10px;
  width: 10px;
  margin: 0 5px;
  background-color: black;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.hero-active {
  /* background-color: #717171; */
  border-color: white;
  padding: 4px;
  margin: 0 1px;
  border-width: 4px;
}

