.case-study-box {
  margin: auto;
  width: 86%;
}

.case-txt {
  color: white;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 3px;
  text-align: center;
  font-weight: 500;

}

.mySlidero {
  display: none;
}

.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
  border-bottom-left-radius: 5x;
  border-bottom-right-radius: 5px;
  box-shadow: 0px 0px 20px 5px rgba(26, 26, 26, 0.324);
  background-color: white;
}

.prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left:15px;
  width: auto;
  text-align: center;
  line-height: 29px;
  height: 30px;
  width: 30px;
  margin-top: -22px;
  font-weight: bold;
  font-size: 16px;
  transition: 0.6s ease;
  user-select: none;
  background:transparent;
  border-radius: 50%;
}

.next {
  right: 15px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  line-height: 29px;
  height: 30px;
  width: 30px;
  margin-top: -22px;
  font-weight: bold;
  font-size: 16px;
  transition: 0.6s ease;
  user-select: none;
  border-radius: 50%;

}

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.dot-box-1 {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #2d14642a;
  border-radius: 100%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot-box-1:hover {
  background-color: #234a6b;
}
.qa-image-box {
  width: 110px;
  height: 110px;
  border-radius: 12px;
  background-color: #4e018e;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.18); */
  margin-bottom: 10px;
  margin-top: 30px;
}

/* Fading animation */
.fades {
  animation-name: fade;
  animation-duration: 1.5s;
  display: flex;
}
.sub-box-1 {
  width: 50%;
  height: 430px;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  flex-direction: column;
  padding-left: 30px;
  background: #234a6b;
}

.sub-box-2 {
  width: 50%;
  height: 430px;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  flex-direction: column;
  padding-left: 38px;
  background: #005066;
}
.sub-box-3 {
  width: 50%;
  height: 430px;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  flex-direction: column;
  padding-left: 32px;
  background: #1e4e62;
}

.text-box {
  width: 50%;
  height: 430px;
  display: flex;
  /* justify-content: center; */
  flex-direction: column;
  padding-left: 80px;
  border-bottom-left-radius: 5px;
  background-image: url(../images/bg-123.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.text-box-2 {
  width: 50%;
  height: 430px;
  display: flex;
  /* justify-content: center; */
  flex-direction: column;
  padding-left: 80px;
  border-bottom-left-radius: 5px;
  background-image: url(../images/bg-121.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.text-box-3 {
  width: 50%;
  height: 430px;
  display: flex;
  /* justify-content: center; */
  flex-direction: column;
  padding-left: 80px;
  border-bottom-left-radius: 5px;
  background-image: url(../images/bg-122.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.read-button {
  color: #fff;
    border: 2px solid #00b27b;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
    font-weight: 400;
    width: 150px;
    text-align: center;
    margin-top: 30px;
    cursor: pointer;
}

.case-study-text {
  color: #fff;
    font-size: 17px;
    line-height: 30px;
    font-family: "Roboto", sans-serif;
    width: 90%;
    font-weight: 300;
}


.case-study-text-2{
  color: #fff;
    font-size: 17px;
    line-height: 30px;
    font-family: "Roboto", sans-serif;
    width: 90%;
    font-weight: 300;
  margin-top: 71px;
}
.stc-text {
  color: white;
    font-size: 35px;
    font-weight: 400;
    line-height: 50px;

}

.customer-story-btn {
  color: #fff;
    text-decoration: none !important;
    border: 2px solid #fff;
    border-radius: 30px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 17px;
    font-weight: 400;
    width: 179px;
    text-align: center;
    margin-top: 95px;
    margin-bottom: 20px;

}

.logo-item-section{
  margin-bottom: 40px;
  margin-top: 27px;
}



.logo-item-section-2 {
  margin-bottom: 26px;
  margin-top: 0px;
}
/* .top-borders{
  color: rgb(184 33 118);
  border: 3px solid rgb(190 44 163);
  border-image: repeating-linear-gradient( 45deg, #ff0600, #ffffff 1%, rgb(236 9 82) 1%, rgb(255 229 0) 8%) 10;
} */

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev,
  .next,
  .text {
    font-size: 11px;
  }
}

/* .text-shadow-box {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #0000007f;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.text-shadow-box-2 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #0000007f;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
} */

@media only screen and (max-width: 479px) {
  .case-study-box {
    width: 95%;
    margin: auto;
  }
  .fades {
    flex-direction: column;
  }

  .text-box {
    width: 100%;
    padding-left: 30px;
  }
  .text-box-1 {
    width: 100%;
    padding-left: 30px;

  }
  .text-box-2 {
    width: 100%;
    padding-left: 30px;

  }
  .sub-box-1{
    width: 100%;
  }
  .sub-box-2{
    width: 100%;
  }
  .sub-box-3{
    width: 100%;
  }
  .text-box-3{
    width:100%;
    padding-left: 30px;

  }
  .case-study-text{
    font-size: 16px;
  }
  .stc-text{
font-size: 24px;
  }
}
