/* ! SLIDESHOW */
/*! ================== proiduct-slider ================ */
/* * {
  box-sizing: border-box;
} */

/* Slideshow container */
.slideshow-container {
  max-width: 85%;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  width: 30px; /* Reduced width for a smaller circle */
  height: 30px; /* Reduced height for a smaller circle */
  color: white;
  font-size: 16px; /* Adjusted font size for the smaller circle */
  transition: 0.6s ease;
  /* border: solid rgba(255, 255, 255, 0.548) 1px; */
  border-radius: 50%; /* Keep this for full roundness */
  background-color: rgba(180, 180, 180, 0.418);
  display: flex; /* Center-aligning the content */
  align-items: center; /* Center vertically */
  justify-content: center; /* Center horizontally */
  padding: 3px 3px;
}

.prev-fa {
  left: 80px;
  top: 40px;
}
.prev-en {
  right: 80px;
  top: 40px;
}

.next-fa {
  left: 40px;
  top: 40px;
}
.next-en {
  right: 40px;
  top: 40px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
.slideshow-content-container {
  /* width: 1130px; */
  width: 100%;
  height: auto;
}
.slide-show-text {
  line-height: 40px;
  font-size: 16px;
  color: #1e1e2e;
}

/* image 1 */
.split-background-1-fa {
  background: linear-gradient(
    to right,
    rgba(38, 120, 161, 1) 25%,
    rgba(38, 120, 161, 1) 25%,
    rgba(82, 180, 255, 1) 25%,
    rgba(82, 180, 255, 1) 100%
  );
}
.split-background-1-en {
  background: linear-gradient(
    to left,
    rgba(38, 120, 161, 1) 25%,
    rgba(38, 120, 161, 1) 25%,
    rgba(82, 180, 255, 1) 25%,
    rgba(82, 180, 255, 1) 100%
  );
}

.slideshow-content-container-image-1 {
  background-image: url("./assets/images/slideshow-1.png");
  width: 446px;
  height: 322px;
  /* height: auto; */
}
.slideshow-content-container-image-1-2 {
  background-image: url("./assets/images/slideshow-1-logo.svg");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  width: 180px;
  height: 136px;
}
/* image 2 */

.split-background-2-fa {
  background: linear-gradient(
    to right,
    rgba(57, 62, 100, 1) 25%,
    rgba(57, 62, 100, 1) 25%,
    rgba(120, 116, 201, 1) 25%,
    rgba(120, 116, 201, 1) 100%
  );
}
.split-background-2-en {
  background: linear-gradient(
    to left,
    rgba(57, 62, 100, 1) 25%,
    rgba(57, 62, 100, 1) 25%,
    rgba(120, 116, 201, 1) 25%,
    rgba(120, 116, 201, 1) 100%
  );
}

.slideshow-content-container-image-2 {
  background-image: url("./assets/images/slideshow-2.png");
  width: 446px;
  height: 322px;
}
.slideshow-content-container-image-2-2 {
  background-image: url("./assets/images/slideshow-2-logo.png");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  width: 180px;
  height: 136px;
  z-index: 0;
}
/* image 3 */
.split-background-3-fa {
  background: linear-gradient(
    to right,
    rgba(214, 46, 138, 1) 25%,
    rgba(214, 46, 138, 1) 25%,
    rgba(233, 143, 192, 1) 25%,
    rgba(233, 143, 192, 1) 100%
  );
}
.split-background-3-en {
  background: linear-gradient(
    to left,
    rgba(214, 46, 138, 1) 25%,
    rgba(214, 46, 138, 1) 25%,
    rgba(233, 143, 192, 1) 25%,
    rgba(233, 143, 192, 1) 100%
  );
}

.slideshow-content-container-image-3 {
  background-image: url("./assets/images/sideshow-3.png");
  background-size: contain;
  /* background-position: bottom; */
  background-repeat: no-repeat;
  width: 545px;
  height: 377px;
  /* z-index: 10; */
}

.slideshow-content-container-image-3-2 {
  background-image: url("./assets/images/slideshow-3-logo.png");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  width: 164px;
  height: 115px;
}

/* image 4 */
.split-background-4-fa {
  background: linear-gradient(
    to right,
    rgba(2, 75, 75, 1) 25%,
    rgba(2, 75, 75, 1) 25%,
    rgba(41, 205, 205, 1) 25%,
    rgba(41, 205, 205, 1) 100%
  );
}
.split-background-4-en {
  background: linear-gradient(
    to left,
    rgba(2, 75, 75, 1) 25%,
    rgba(2, 75, 75, 1) 25%,
    rgba(41, 205, 205, 1) 25%,
    rgba(41, 205, 205, 1) 100%
  );
}
.slideshow-content-container-right-back-4 {
  background-color: rgba(41, 205, 205, 1);
}
.slideshow-content-container-left-back-4 {
  background-color: rgba(2, 75, 75, 1);
}
.slideshow-content-container-image-4 {
  background-image: url("./assets/images/slideshow-4.png");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  width: 419px;
  height: 280px;
}
/* image 5 */
.split-background-5-fa {
  background: linear-gradient(
    to right,
    rgba(179, 75, 26, 1) 25%,
    rgba(179, 75, 26, 1) 25%,
    rgba(236, 155, 117, 1) 25%,
    rgba(236, 155, 117, 1) 100%
  );
}
.split-background-5-en {
  background: linear-gradient(
    to left,
    rgba(179, 75, 26, 1) 25%,
    rgba(179, 75, 26, 1) 25%,
    rgba(236, 155, 117, 1) 25%,
    rgba(236, 155, 117, 1) 100%
  );
}

.slideshow-content-container-image-5 {
  background-image: url("./assets/images/sideshow-5.png");
  width: 446px;
  height: 322px;
}
.slideshow-content-container-image-5-2 {
  background-image: url("./assets/images/sideshow-logo-5.svg");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  width: 164px;
  height: 96px;
  z-index: 0;
}
/* image 6 */
.split-background-6-fa {
  background: linear-gradient(
    to right,
    rgba(55, 66, 30, 1) 25%,
    rgba(55, 66, 30, 1) 25%,
    rgba(232, 216, 141, 1) 25%,
    rgba(232, 216, 141, 1) 100%
  );
}
.split-background-6-en {
  background: linear-gradient(
    to left,
    rgba(55, 66, 30, 1) 25%,
    rgba(55, 66, 30, 1) 25%,
    rgba(232, 216, 141, 1) 25%,
    rgba(232, 216, 141, 1) 100%
  );
}
.slideshow-content-container-right-back-4 {
  background-color: rgba(41, 205, 205, 1);
}
.slideshow-content-container-left-back-4 {
  background-color: rgba(2, 75, 75, 1);
}
.slideshow-content-container-image-4 {
  background-image: url("./assets/images/canoe-image-product-slider.jpg");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  width: 419px;
  height: 280px;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.slideshow-dot-container-fa {
  bottom: 50px;
  right: 50px;
  position: relative;
}
.slideshow-dot-container-en {
  bottom: 50px;
  left: 50px;
  position: relative;
}
/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: rgba(251, 251, 251, 0.5);
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active-dot,
.dot:hover {
  background-color: #000000;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
/*! SLIDESHOW RESPONSIVE */
@media screen and (max-width: 1240px) {
  /* .slideshow-container {
    max-width: 900px;
  } */
  /* .slideshow-content-container {
    width: 900px;
    height: auto;
  } */
  .slideshow-content-container-image-1 {
    width: 350px;
    height: 300px;
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
  }
  .slideshow-content-container-image-2 {
    width: 350px;
    height: 300px;
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
  }
  .slideshow-content-container-image-3 {
    width: 350px;
    height: 300px;
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
  }
  .slideshow-content-container-image-4 {
    width: 350px;
    height: 300px;
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
  }
  .slideshow-content-container-image-5 {
    width: 350px;
    height: 300px;
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 1000px) {
  /* .slideshow-container {
    max-width: 600px;
  } */
  /* .slideshow-content-container {
    width: 600px;
    height: auto;
  } */
}
@media screen and (max-width: 709px) {
  /* .slideshow-container {
    max-width: 500px;
  } */
  /* .slideshow-content-container {
    width: 500px;
    height: auto;
  } */
}
@media screen and (max-width: 620px) {
  .slideshow-container {
    max-width: 75%;
    margin: 0 0px;
  }
  /* .slideshow-content-container {
    width: 390px;
    height: auto;
  } */
  .slide-show-text {
    line-height: 1cm;
  }
  .slideshow-content-container-image-1 {
    width: 250px;
    height: 200px;
  }
  .slideshow-content-container-image-2 {
    width: 250px;
    height: 200px;
  }
  .slideshow-content-container-image-3 {
    width: 250px;
    height: 200px;
  }
  .slideshow-content-container-image-4 {
    width: 250px;
    height: 200px;
  }
  .slideshow-content-container-image-5 {
    width: 250px;
    height: 200px;
  }
}

@media screen and (max-width: 500px) {
  /* .slideshow-container {
    max-width: auto;
    margin: 0px auto;
  } */
  /* .slideshow-content-container {
    width: auto;
    height: auto;
  } */
  .slideshow-dot-container {
    position: unset;
  }
  .dot {
    background-color: rgba(32, 32, 32, 0.822);
  }

  .active-dot,
  .dot:hover {
    background-color: #e77111;
  }
}
@media screen and (max-width: 400px) {
  /* .slideshow-container {
    max-width: auto;
    margin: 0px 20px;
  } */
}

/* ! consultant-form */
.consultant-section-header {
  color: rgba(65, 68, 72, 1);
  font-size: 24px;
}
.section-3-registration-main-container {
  max-width: 1150px;
  margin: 0px auto;
  /* background-color: rgba(245, 245, 245, 1); */
  background-color: #f5f5f5;
  /* margin: 10px 50px; */
}
.input-error-p {
  display: block;
  color: rgb(246, 43, 43);
  padding-top: 3px;
  font-size: 12px;
}
.consultant-section-container {
  background-color: rgba(245, 245, 245, 1);
  /* background-color: white; */
}
.section-1-send-portfolio-button {
  background-color: rgba(246, 147, 33, 1);
}

/* ! FOOTER */
.footer-main-container {
  background-color: rgba(15, 22, 30, 1);
}
.footer-logo-image {
  background-image: url("./assets/images/Footer-Logo-Container.png");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  width: 127px;
  height: 140px;
  /* margin: 30px 0px; */
}
.footer-list-style {
  list-style: circle;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  gap: 16px;
  font-size: 16px;
  font-weight: 500;
}
