body img{
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}



.referencedetails-container {
  position: relative;
  padding-top: 150px;
}

.carousel-inner {
  border-radius: 30px;
}

#carouselreferencedetails {
  margin-bottom: 50px;
}

.referencedetails-list-title-box {
  display: flex;
  align-items: center;
}

.referencedetails-list-title {
  text-align: right;
  width: 100%;
  padding: 50px;
}

.referencedetails-smal-text {
  letter-spacing: 3px;
  font-family: "Manrope";
  font-size: 15px;
  font-weight: 600;
}

.referencedetails-title-first {
  font-family: "Manrope";
  font-size: 64px;
  font-weight: 600;
  margin: 0;
}

.referencedetails-title-second {
  font-family: "Manrope";
  font-size: 64px;
  font-weight: 600;
  margin: 0;
}

.referencedetails-list-box {
  margin-top: 50px;
}

.referencedetails-text {
  font-family: "Manrope";
  font-size: 16px;
  margin-top: 50px;
  max-width: 80%;
}

.referencedetails-list-firstText {
  font-family: "Manrope";
  font-size: 40px;
  font-weight: 600;
}

.referencedetails-list-secondText {
  font-family: "Manrope";
  font-size: 40px;
  font-weight: 600;
}

.referencedetails-list-text {
  font-family: "Manrope";
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-decoration: none;
}

.referencedetails-img-box {
  margin-top: 100px;
  margin-bottom: 50px;
}

.referencedetails-img-box-img img {
  width: 90%;
  height: 90%;
  border-radius: 30px;
  margin-bottom: 50px;
}

/*

*/

.referencedetails-other-box {
  width: 100%;
  margin-top: 100px;
  padding-bottom: 30px;
  margin-bottom: 100px;
  margin-right: 0px;
  margin-left: 0px;
}

.referencedetails-other-box-title {
  font-family: "Manrope";
  font-size: 50px;
  font-weight: 600;
  margin-top: 100px;
}

.referencedetails-other-card {
  border: none;
}

.referencedetails-other-card-img {
  border-radius: 30px;
}

.referencedetails-card-title {
  font-family: "Manrope";
  font-size: 30px;
  font-weight: 600;
}

.referencedetails-card-text {
  font-family: "Manrope";
  font-size: 14px;
}

.carousel-reference-item {
  height: 450px;
}

.carousel-reference-item img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.reference-list-text {
  font-family: "Manrope";
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-decoration: none;
}

.reference-list-item {
  display: flex;
  align-items: center;
  background-color: transparent;
  border: none;
  padding: 0;
}

.reference-list-item::before {
  content: "\2022";
  margin-right: 0.5em;
  color: #008fc4;
  font-size: 40px;
}
