.jestem-meetings-right-section {
  background-color: #ededed;
  border-radius: 24px;
}

.jestem-guarantee {
  background-image: url("../images/frame-background.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  box-sizing: border-box;
  min-height: 600px;
  position: relative;
  display: grid;
  place-items: center;
  display: inline-block;
  padding: 20px 0px 100px 0px;
}

.jestem-guarantee-badge {
  display: inline-block;
  position: absolute;
  top: -92px;
  left: 3.75rem;
  /* box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.2); */
  box-shadow: 1px 1px 2px 2px #eee;
  align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  gap: 10px;
  min-height: 184px;
  padding: 27px 35px;
  position: relative;
  flex-direction: column;
  max-width: 200px;
}

@media screen and (min-width: 1440px) {
  .jestem-guarantee-badge {
    left: 5rem;
  }
}

@media screen and (max-width: 1024px) {
  .jestem-guarantee-badge {
    left: 1.75rem;
  }
}

@media screen and (max-width: 768px) {
  .jestem-guarantee-badge {
    left: 1.5rem;
  }
}

@media screen and (max-width: 450px) {
  .jestem-guarantee-badge {
    left: 0.75rem;
  }
}

.jestem-guarantee-btn {
  border: none;
  background-color: #815e7e !important;
  color: #ffffff !important;
  /* min-height: 72px; */
  padding: 18px 14px;
  cursor: pointer;
  border-radius: 16px;
  text-align: center;
}

.jestem-review-section {
  width: 100%;
  background: url("../images/relaxing-background.png");
  background-position: left;
  background-repeat: no-repeat;
  margin-top: 100px;
  margin-bottom: 100px;
  min-height: 660px;
  padding-top: 150px;
}

.jestem-review-item-container {
  background-color: #ededed;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 32px;
  position: relative;
}

.jestem-review-image-container {
  position: absolute;
  top: -46px;
  left: 50%;
  transform: translate(-50%, 0%);
}

.div11 {
  width: 60%;
}

@media screen and (max-width: 450px) {
  .div11 {
    width: 100%;
  }
}

@media screen and (max-width: 450px) {
  .responsive-container {
    flex-wrap: wrap;
  }
}

.video-modal,
.video-modal1,
.video-modal2,
.video-modal3,
.video-modal-media {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  gap: 0.4rem;
  width: 650px;
  padding: 1.3rem;
  /* min-height: 350px; */
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 15px;
  z-index: 99999;
  height: 100vh;
}

@media screen and (max-width: 700px) {
  .video-modal,
  .video-modal1,
  .video-modal2,
  .video-modal3,
  .video-modal-media {
    width: 90%;
  }
}

.video-modal .flex,
.video-modal1 .flex,
.video-modal2 .flex,
.video-modal3 .flex,
.video-modal-media .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.video-modal button,
.video-modal1 button,
.video-modal2 button,
.video-modal3 button,
.video-modal-media button {
  cursor: pointer;
  border: none;
  font-weight: 600;
}

.video-modal .video-modal-btn-close,
.video-modal1 .video-modal-btn-close1,
.video-modal2 .video-modal-btn-close2,
.video-modal3 .video-modal-btn-close3,
.video-modal-media .video-modal-btn-close-media {
  transform: translate(10px, -10px);
  /* padding: 0.5rem; */
  width: 35px;
  background: #eee;
  border-radius: 50%;
  aspect-ratio: 1;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
  z-index: 2;
}

.hidden-item {
  display: none;
}

.topSectionBgImage1 {
  background-image: url("../images/red_blob.svg"),
    url("../images/aga_image.jpg") !important;
  background-position: bottom right, center !important;
  background-repeat: no-repeat, no-repeat !important;
  background-size: cover, cover !important;
  transform: scaleX(-1);
}

/* @media screen and (min-width: 700px) {
  .topSectionBgImage1 {
  background-image: url("../images/red_blob.svg"), url("../images/support_image.png") !important;
  background-position: bottom right, center !important;
  background-repeat: no-repeat, no-repeat !important;
  background-size: cover, cover !important;
}
} */

.input-fields {
  width: 100%;

  margin: 0.75rem 0;
  border-radius: 12px;
  cursor: pointer;

  transition: all 0.3s ease-in-out;
}

.input-fields input,
.input-fields select {
  width: 100%;
  padding: 0.95rem;
  border: 2px solid #815e7e;
  border-radius: 12px;

  color: #815e7e;
  outline: none;
  background-color: #ffffff;
}

.input-fields select::placeholder {
  color: #815e7e;
  font-weight: 400;
  font-size: 1rem;
}

.input-fields input::placeholder {
  color: #815e7e;
  font-weight: 400;
  font-size: 1rem;
}

.input-fields select {
  appearance: none;
}

.select-field::after {
  --size: 0.3rem;
  position: absolute;
  content: "";
  right: 1rem;
  pointer-events: none;
  border-left: var(--size) solid transparent;
  border-right: var(--size) solid transparent;
  border-top: var(--size) solid #815e7e;
  transform: translate(0, -50%);
  top: 50%;
  cursor: pointer;
}

.input-fields textarea {
  width: 100%;
  padding: 0.95rem;
  border: 2px solid #815e7e;
  border-radius: 12px;
  resize: none;
  white-space: pre-wrap;

  /* font-family: var(--font-base); */
  color: #815e7e;
  outline: none;
  background-color: #ffffff;
}

.input-fields textarea::placeholder {
  color: #815e7e;
  font-weight: 400;
  font-size: 1rem;
}

.support-button {
  padding: 1rem 2rem;
  border-radius: 12px;
  border: none;
  background-color: #815e7e;
  width: 100%;
  font-weight: 600;
  color: #ffffff;
  outline: none;
  margin: 1.5rem 0 0 0;
  /* font-family: var(--font-base); */
  font-size: 1rem;

  transition: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  cursor: pointer;

  &:hover {
    background-color: #815e7e;
  }
}

/* jestem cards */

.affirm {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 52px;
  position: relative;
  width: 100%;
}

.affirm .div {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  justify-content: space-between;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
}

.affirm .affirmations {
  color: #050038;
  font-family: "Inter-Black", Helvetica;
  font-size: 2.75rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1px;
  position: relative;
  width: fit-content;
}

.affirm .div-2 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  min-width: 93px;
}

.affirm .text-wrapper {
  align-self: stretch;
  color: #000000;
  font-family: "Inter-Regular", Helvetica;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1px;
  position: relative;
  border-bottom: 2px solid #000000;
  padding-bottom: 10px;

  /* &:hover {
        color: #785a7e;
        border-bottom: 2px solid #785a7e;
      } */
}

.affirm .div-3 {
  display: grid;
  margin: auto;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  position: relative;
  width: 100%;
}

@media screen and (max-width: 450px) {
  .affirm .div-3 {
    place-items: center;
  }
}

.affirm .div-3-meditation {
  display: grid;
  margin: auto;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  position: relative;
  width: 100%;
}

.affirm .div-3-podcast {
  display: grid;
  margin: auto;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  position: relative;
  width: 100%;
}

.affirm .div-3-vlog {
  display: grid;
  margin: auto;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  position: relative;
  width: 100%;
}

.affirm .div-3-meeting {
  display: grid;
  margin: auto;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  position: relative;
  width: 100%;
}

.affirm .affirm-wrapper {
  align-items: flex-start;
  background-color: #f2f2f2;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 408px;
  padding: 16px;
  position: relative;
  max-width: 350px;
  cursor: pointer;
}

@media screen and (min-width: 1440px) {
  .affirm .affirm-wrapper {
    max-width: 295px;
  }
}

@media screen and (min-width: 2000px) {
  .affirm .affirm-wrapper {
    max-width: 535px;
  }
}

.affirm .div-4 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 16px;
  position: relative;
  width: 100%;
}

.affirm .div-wrapper {
  align-self: stretch;
  background-color: #ffffff;
  border-radius: 12px;
  height: 200px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.affirm .vuesax-linear-play-wrapper {
  align-items: center;
  background-color: #785a7e;
  border-radius: 24px;
  display: inline-flex;
  gap: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 12px;
  position: absolute;
}

.affirm .vuesax-linear-play {
  height: 20px !important;
  position: relative !important;
  width: 20px !important;
}

.affirm .div-5 {
  align-items: flex-start;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 16px;
  position: relative;
  width: 100%;
}

.affirm .silence-inside {
  align-self: stretch;
  color: #000000;
  font-family: "Inter-Bold", Helvetica;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1px;
  position: relative;
}

.affirm .you-have-to-go {
  color: #000000;
  font-family: "Inter-Regular", Helvetica;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: normal;
  position: relative;
  width: 100%;
}

.cancel-button {
  width: 50%;
  padding: 1rem 2rem;
  border-radius: 100vw;
  border: 1px solid #fff;
  background-color: #221d48;

  font-weight: 600;
  font-size: 1rem;
  color: #fff;
  outline: none;

  transition: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  cursor: pointer;
}
