/* unleash */
.unleash {
  display: flex;
  justify-content: center;
  background-image: url("/assets/images/ai-driven-ab-test/Mask hero background.png");
  background-size: cover;
  background-position: center;
  padding: 40px 20px;
  margin-bottom: 20px;
  align-items: center;
}

.unleash-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.unleash-container-first {
  max-width: 700px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.unleash-container-first-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: #40079e;
}

.unleash-container-first-header {
  font-weight: 500;
  font-size: 48px;
  color: #252427;
  max-width: 550px;
}

.unleash-container-first-text {
  font-weight: 400;
  font-size: 22px;
  color: #252427;
  max-width: 550px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.unleash-container-first-text-bottom {
  margin-bottom: 45px;
}

.unleash-container-first-note {
  font-weight: 400;
  font-size: 18px;
  color: #252427;
  text-align: center;
  margin: 10px 0;
}

.unleash-container-second {
  max-width: 470px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.unleash-container-second-img1 {
  width: 460px;
  height: auto;
}

.unleash-container-second-img2 {
  width: 300px;
  position: relative;
  bottom: 30px;
}

.unleash-container-second-img3 {
  width: 110px;
  position: relative;
  bottom: 70px;
  left: 33px;
  z-index: 1;
}

/* chatGPT */
.chatGPT {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px;
  background: #ffffff;
  box-shadow: 0px 4px 42px rgba(225, 219, 231, 0.92);
}

.chatGPT-header {
  font-weight: 600;
  font-size: 36px;
  line-height: 145%;
  text-align: center;
  color: #242527;
  margin-bottom: 20px;
}

.chatGPT-header-img {
  height: 40px;
  display: none;
}

.chatGPT-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
}

.chatGPT-container-img {
  height: 102px;
}

.chatGPT-container-box {
  max-width: 564px;
  min-height: 409px;
  background: #ffffff;
  border: 2px solid #c3a5f6;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.chatGPT-container-box-first {
  border-radius: 21px 21px 148px 21px;
}

.chatGPT-container-box-second {
  border-radius: 21px 21px 21px 148px;
}

.chatGPT-container-box-third {
  border-radius: 21px 148px 21px 21px;
}

.chatGPT-container-box-forth {
  border-radius: 148px 21px 21px 21px;
}

.chatGPT-container-box-header {
  font-weight: 600;
  font-size: 32px;
  line-height: 145%;
  align-items: center;
  text-transform: capitalize;
  color: #242527;
}

.chatGPT-container-box-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 145%;
  display: flex;
  align-items: center;
  color: #585858;
}

/* integration */
.integration {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px;
  background: radial-gradient(
    100% 100% at 50% 50%,
    rgba(64, 7, 158, 0.0713) 0%,
    rgba(195, 165, 246, 0) 100%
  );
}

.integration-container-top {
  display: flex;
  width: 900px;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.integration-container-bottom {
  display: flex;
  width: 900px;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.integration-container-number {
  width: 46px;
  height: 46px;
  background: #40079e;
  font-weight: 700;
  font-size: 29px;
  text-align: right;
  letter-spacing: -0.015em;
  color: #ffffff;
  display: flex;
  justify-content: center;
  border-radius: 50px;
  padding-right: 2px;
  margin: 15px 0;
}

.integration-container-header {
  font-weight: 600;
  font-size: 32.6898px;
  line-height: 125%;
  text-align: center;
  color: #37225c;
  margin: 0;
}

.integration-container-text {
  font-weight: 400;
  font-size: 18.161px;
  text-align: right;
  color: #37225c;
  margin: 0;
}

.integration-container-warpper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.integration-container-warpper-text {
  display: flex;
  min-height: 60px;
  min-width: 145px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 0.908049px solid #c3a5f6;
  box-shadow: 0px 3.6322px 13.6207px rgba(195, 165, 246, 0.28);
  border-radius: 27.6955px;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #40079e;
  padding: 0 20px;
  margin: 10px;
}

.integration-container-top-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  max-width: 500px;
}

.integration-container-top-left-arrow {
  position: relative;
  bottom: 275px;
  left: 230px;
}

.integration-container-top-right {
  width: 330px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 45px;
}

.integration-container-top-right-arrow {
  transform: rotate(90deg);
  position: relative;
  top: 100px;
}

.integration-container-bottom-left {
  width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.integration-container-bottom-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
}

.integration-container-bottom-right-arrow {
  position: relative;
  bottom: 275px;
  right: 250px;
  transform: rotate(180deg);
}

/* accelerate */
.accelerate {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 60px;
  background: #ffffff;
  box-shadow: 0px 4px 42px rgba(225, 219, 231, 0.92);
}

.accelerate-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap-reverse;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}

.accelerate-container-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  max-width: 450px;
}

.accelerate-container-left-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 145%;
  color: #40079e;
  margin-bottom: 25px;
}

.accelerate-container-left-header {
  font-weight: 600;
  font-size: 36px;
  line-height: 118%;
  color: #242527;
  margin-bottom: 20px;
  max-width: 444px;
}

.accelerate-container-left-text {
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  color: #242527;
  margin-bottom: 30px;
}

.accelerate-container-right {
  max-width: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.accelerate-video-customer-review-container-image-warpper {
  width: 637px;
  height: auto;
  border-radius: 13px;
}

.accelerate-video-customer-review-container-image {
  filter: brightness(0.35);
  border-radius: 13px;
  width: 100%;
}

.wynne-video {
  width: 100%;
  border-radius: 13px;
}

.accelerate-video-customer-review-container-image-text {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 40px;
  border: 1.45833px solid #ffffff;
  border-radius: 20.5px;
  color: #ffffff;
  font-weight: 500;
  font-size: 16.5833px;
  line-height: 22px;
  position: relative;
  bottom: 100px;
  cursor: pointer;
}

.accelerate-video-customer-review-container-image-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

/* special */
.special {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: radial-gradient(
    100% 100% at 50% 50%,
    rgba(64, 7, 158, 0.0713) 0%,
    rgba(195, 165, 246, 0) 100%
  );
  padding: 80px 30px;
}

.special-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 145%;
  text-align: center;
  color: #40079e;
}

.special-header {
  font-weight: 600;
  font-size: 36px;
  line-height: 145%;
  text-align: center;
  color: #242527;
}

.special-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1150px;
}

.special-container-header {
  font-weight: 600;
  font-size: 20px;
  line-height: 145%;
  color: #242527;
  display: flex;
  align-items: center;
}

.special-container-header-icon {
  height: 25px;
  margin-right: 15px;
}

.special-container-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 145%;
  color: #585858;
}

@media only screen and (max-width: 500px) {
  .unleash {
    padding: 10px;
  }

  .unleash-container {
    flex-direction: column-reverse;
  }

  .unleash-container-first-title {
    font-size: 17px;
  }

  .unleash-container-first-header {
    font-size: 24px;
  }

  .unleash-container-first-text {
    font-size: 15px;
  }

  .unleash-container-second {
    padding: 10px;
  }

  .unleash-container-second-img1 {
    width: 300px;
  }

  .unleash-container-second-img2 {
    width: 210px;
    right: 10px;
  }

  .unleash-container-second-img3 {
    width: 80px;
    position: relative;
    bottom: 50px;
    left: 10px;
  }

  /* chatGPT */
  .chatGPT {
    padding: 10px;
  }

  .chatGPT-header {
    font-size: 20px;
  }

  .chatGPT-header-img {
    display: inline;
  }

  .chatGPT-container-img {
    display: none;
  }

  .chatGPT-container-box {
    border-radius: 21px !important;
    min-height: 280px;
    padding: 10px;
    margin-bottom: 20px;
    align-items: flex-start;
  }

  .chatGPT-container-box-header {
    font-size: 18px;
  }

  .chatGPT-container-box-text {
    font-size: 16px;
  }

  /* integration */
  .integration {
    padding: 30px 10px;
  }

  .integration-container-header {
    font-size: 20;
    margin-bottom: 20px;
  }

  .integration-container-text {
    font-size: 18;
  }

  .integration-container-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
  }

  .integration-container-warpper-text {
    font-size: 16px;
    min-width: 125px;
  }

  .integration-container-top-left {
    margin-bottom: 110px;
  }

  .integration-container-top-right {
    margin-bottom: 230px;
  }

  .integration-container-top-left-arrow {
    bottom: 0;
    left: 0;
    top: 80px;
    transform: rotate(90deg);
    margin: 10px;
  }

  .integration-container-bottom {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    width: auto;
  }

  .integration-container-bottom-right {
    margin-bottom: 190px;
  }

  .integration-container-bottom-right-arrow {
    position: relative;
    bottom: 0;
    right: 0;
    top: 90px;
    transform: rotate(90deg);
  }

  .integration-container-bottom-left {
    width: auto;
  }

  /* accelerate */
  .accelerate {
    padding: 30px 20px 10px;
  }

  .accelerate-container-left-title {
    align-self: center;
    font-size: 15px;
  }

  .accelerate-container-left-header {
    align-self: center;
    font-size: 20px;
  }

  .accelerate-container {
    flex-direction: column-reverse;
  }

  .accelerate-video-customer-review-container-image-warpper {
    width: auto;
    max-width: 375px;
  }

  .accelerate-container-left-text {
    font-size: 16px;
  }

  /* special */
  .special {
    align-items: flex-start;
    background: #ffffff;
    box-shadow: 0px 4px 42px rgba(225, 219, 231, 0.92);
    padding: 30px 20px;
  }

  .special-title {
    font-size: 15px;
  }

  .special-header {
    font-size: 20px;
    text-align: left;
  }

  .special-container-header {
    font-size: 18px;
  }

  .special-container-text {
    font-size: 16px;
  }
}
