.bg {
  background-image: url(pictures/customer_experience.jpg);
}

/*cta*/

.wrapper {
  font-family: "Inter";
}

.content-container {
  color: white;
  position: relative;
  font-family: "Inter";
  margin-top: clamp(150px, calc(20vh - 30px), calc(25vh - 30px));
}

.content-wrapper{
  width: 80%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

#ctaContainer {
  text-align: center;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 60vh;
}

#ctaContainer h1{
  margin-top: -80px;
  letter-spacing: 1px;
  font-size: 40px;
} 

#serviceIconsContainer{
background-color: #333333;
padding-top: 80px;
padding-bottom: 20px;
padding-left: 20px;
padding-right:20px;
display: flex;
justify-content: center;
}

#serviceIconsContainer > .group-wrapper{
  display: flex;
  justify-content: center;
  column-gap: 80px;
  row-gap: 40px;
}

#serviceIconsContainer > .group-wrapper > .icon-wrapper{
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  width: 20em;
}


#serviceIconsContainer > .group-wrapper > .icon-wrapper > svg{
  width: 180px;
  height:180px;
  fill: #FFFFFF;
}

#issueParagraphContainer{
  display: flex;
  justify-content: center;
  background-color: #333333;
  padding-top: 150px;
  padding-bottom: 80px;
}

#issueParagraphContainer > .paragraph-wrapper{
  width: 40%;
  text-align: center;
}

#issueParagraphContainer > .paragraph-wrapper > div{
  text-align: left;
}
#issueParagraphContainer > .paragraph-wrapper > div > ul{
list-style-image: url(pictures/point.svg);
padding-bottom: 40px;
}
#issueParagraphContainer > .paragraph-wrapper > div > ul > li{
margin-bottom: 15px;
}
#issueParagraphContainer > .paragraph-wrapper > div > ul > li span{
  position: relative;
  top: -10px;
}

#customerReviewsContainer {
  width: 100vw;
  overflow: hidden; /* Hide overflowing content */
}

#customerReviewsContainer .splide__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  transition: transform 0.3s; /* Add smooth sliding transition */
}

#customerReviewsContainer .splide__slide {
  flex: 0 0 100%; /* Ensure each slide occupies the full width */
  justify-content: center;
  text-align: center;
  padding-left: 30%;
  padding-right: 30%;
  padding-bottom: 40px;
}

#customerReviewsContainer p {
  font-size: 20px;
}

#customerReviewsContainer .customer {
  font-weight: bold;
}

.splide {
  margin-top: 50px;
  width: 100%;
  height: fit-content;
}

#aboutContainer{
  width: 100vw;
  position: relative;
  height: 150px;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: 	#333333;
}

#aboutContainer > a{
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  position: relative;
  top: 45%;
  transform: translateY(-50%);
}

/*service pointer*/

@media (max-device-width: 1529px) {
  .pointer {
    width: 450px;
  }

  .pointer #pointer {
    width: 450px;
    height: 70px;
  }

  .pointer .pointer1 {
    clip-path: polygon(100% 0%, 100% 75%, 50% 100%, 0% 75%, 0% 0%);
  }

  .pointer .pointer2 {
    clip-path: polygon(100% 0, 100% 75%, 50% 100%, 0 75%, 0 0, 50% 25%);
    margin-left: 0px;
    margin-top: 55px;
  }

  .pointer .pointer2 > .pointer-title {
    margin-top: 25px;
  }

  .pointer .pointer3 {
    clip-path: polygon(100% 0, 100% 75%, 50% 100%, 0 75%, 0 0, 50% 25%);
    margin-left: 0px;
    margin-top: 110px;
  }

  .pointer .pointer3 > .pointer-title {
    margin-top: 25px;
  }
}

@media screen and (max-device-width: 900px) {
  #issueParagraphContainer > .paragraph-wrapper {
    width: 60%;
  }
}
@media screen and (max-device-width: 660px) {
  #issueParagraphContainer > .paragraph-wrapper {
    width: 90%;
  }
  #ctaContainer > h1{
    font-size: 26px;
  }
}

@media screen and (max-device-width: 1024px) {
  #serviceIconsContainer > .group-wrapper {
    flex-direction: column;
  }
  #customerReviewsContainer .splide__slide {
    padding-left: 15%;
    padding-right: 15%;
  }
}

/*--------------------devices---------------------*/

@media screen and (min-device-width: 319px) and (max-device-width: 329px) {
  section {
    height: clamp(1250px, calc(100vh - 30px), calc(100vh - 30px));
  }
  .nav-container {
    margin-top: 0px;
  }
}

@media screen and (min-device-width: 330px) and (max-device-width: 349px) {
  section {
    height: clamp(1230px, calc(100vh - 30px), calc(100vh - 30px));
  }
  .nav-container {
    margin-top: 0px;
  }
}

@media screen and (min-device-width: 350px) and (max-device-width: 374px) {
  section {
    height: clamp(1160px, calc(100vh - 30px), calc(100vh - 30px));
  }
  .nav-container {
    margin-top: 0px;
  }
}

@media screen and (min-device-width: 375px) and (max-device-width: 399px) {
  section {
    height: clamp(1100px, calc(100vh - 30px), calc(100vh - 30px));
  }
  .nav-container {
    margin-top: 0px;
  }
}

@media screen and (min-device-width: 400px) and (max-device-width: 448px) {
  section {
    height: clamp(1020px, calc(100vh - 30px), calc(100vh - 30px));
  }
  .nav-container {
    margin-top: 0px;
  }
}

@media screen and (min-device-width: 449px) and (max-device-width: 480px) {
  section {
    height: clamp(1000px, calc(100vh - 30px), calc(100vh - 30px));
  }
  .nav-container {
    margin-top: 0px;
  }
}

/*------------------overige viewports------------------*/

@media screen and (min-device-width: 481px) and (max-device-width: 560px) {
  section {
    height: clamp(1000px, calc(100vh - 30px), calc(100vh - 30px));
  }
  .nav-container {
    margin-top: 0px;
  }
}

@media screen and (min-device-width: 561px) and (max-device-width: 767px) {
  section {
    height: clamp(1000px, calc(100vh - 30px), calc(100vh - 30px));
  }
  .nav-container {
    margin-top: 0px;
  }
}

@media screen and (min-device-width: 768px) and (max-device-width: 900px) {
  .nav-container {
    margin-top: 0px;
  }
}

@media screen and (min-device-width: 901px) and (max-device-width: 1023px) {
  .nav-container {
    margin-top: 0px;
  }
}

/*------------------laptop------------------*/

@media screen and (min-device-width: 1024px) and (max-device-width: 1269px) {
}

@media screen and (min-device-width: 1270px) and (max-device-width: 1399px) {
}

@media screen and (min-device-width: 1400px) and (max-device-width: 1529px) {
}

@media screen and (min-device-width: 1530px) and (max-device-width: 1659px) {
}

@media screen and (min-device-width: 1660px) and (max-device-width: 1789px) {
}

@media screen and (min-device-width: 1790px) and (max-device-width: 1919px) {
}
