.section > p {
  color: #333333;
}

.section > img {
  width: 100%;
  height: auto;
}

.section {
  margin: 40px 0;
}

.masters-container {
  display: flex;
}

.section-masters .master {
  margin-top: 4rem;
}

.section-masters,
.section-activities {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  gap: 2rem;
}

.section-masters h3,
.section-activities h3 {
  color: #7a7979;
  font-weight: 400;
  font-size: 1.6vw;
  justify-self: flex-start;
}

.img-full-width-ole {
  background-image: url("../images/lama-ole-lecture.jpg");
  position: relative;
  text-align: center;
  vertical-align: middle;
  padding-top: 75px;
  padding-bottom: 75px;
}

.img-full-width-ole h1 {
  margin-bottom: 46px;
}

.img-full-width-kdl {
  background-image: url("../images/kdl-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.img-full-width-kdl div {
  height: 600px;
}

.img-full-width-kdl h1 {
  margin-bottom: 25px;
}

.btn-group-activities {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}

.img-rounded {
  border-radius: 1.6rem;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
  width: 17.9rem;
  height: 17.9rem;
  transition: all ease 0.3s;
}
.img-rounded:hover {
  box-shadow: 0px 10px 20px 2px rgba(0, 0, 0, 0.25);
  transform: translateY(-3px);
}
.img-rounded-no-effect:hover {
  transform: initial;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

@property --myColor1 {
  syntax: "<color>";
  initial-value: rgba(255, 255, 255, 0);
  inherits: false;
}

@property --myColor2 {
  syntax: "<color>";
  initial-value: rgba(255, 255, 255, 0.1);
  inherits: false;
}

.header-content .col-sm {
  position: relative;
}

.header-content .header-content-transition .helper-text {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  height: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.6s;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: #cc3333;
  font-size: 1.3vw;
}

.helper-text span {
  margin-bottom: 20px;
}

.header-content .header-content-transition .helper-text:hover {
  color: #fff;
}

.header-content .col-sm img {
  transition: --myColor1 3s, --myColor2 3s;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  border-radius: 1.6rem;
}

.header-content-transition {
  position: relative;
  background: linear-gradient(var(--myColor1), var(--myColor2));
  transition: --myColor1 1s, --myColor2 1s;
  height: 100%;
  transform: translate(0, -100%);
  border-radius: 1.6rem;
}

.header-content-transition:hover {
  --myColor1: #d9d9d900;
  --myColor2: #5d5b5bb3;
  .helper-text {
    color: #fff;
  }
}

.header-content-activities::-webkit-scrollbar {
  display: none;
}

.header-content-activities {
  background-color: #ffe0be;
  padding: 21px;
  border-radius: 16px;
  height: 26rem;
  min-height: 100%;
  line-height: 1.6;
  overflow: scroll;
  color: #000;
  background: linear-gradient(
    0deg,
    rgba(244, 244, 244, 1) 0%,
    rgba(245, 241, 235, 1) 2%,
    #ffe0b0 100%
  );
  background: #ffe0b0;

  .title {
    color: #cc3333;
    font-size: 1.3vw;
    margin: 0 0 5px;
    white-space: nowrap;
  }
  .subtitle {
    font-size: 0.9vw;
    font-weight: 500;
    margin: 0;
  }
  .date {
    font-size: 0.7vw;
    font-weight: 500;
    margin: 0;
  }
  .address {
    font-size: 0.85vw;
    margin-bottom: 5px;
    line-height: 1.2;
    padding: 5px 0;
  }
  .info {
    color: #cc3333;
    font-weight: 500;
    margin: 0;
    font-size: 0.85vw;
  }
}

.parallax {
  background-image: url("/images/home/stupa_ec.jpeg");
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 33px;
}

.parallax-2 {
  background-image: url("/images/home/karmapa_ec.jpeg");
}

.parallax-3 {
  background-image: url("/images/home/kdl.png");
}

/* RECAPTCHA */
.g-recaptcha {
  transform: scale(0.79);
  transform-origin: 0 0;
}

@media (width > 768px) {
  .parallax-4 {
    background-image: url("/images/home/contact-form.jpeg");
    background-position: right;
  }
}

.section-content {
  background-color: rgba(255, 255, 255, 0.85);
  background-position: 50% 50%;
  -webkit-background-origin: padding-box;
  background-origin: padding-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-background-size: auto auto;
  background-size: auto auto;
  position: absolute;
  content: "";
  width: 544px;
  height: 338px;
  bottom: 42px;
  right: 36px;
  border-radius: 33px;
  display: flex;
  flex-direction: column;
}

.section-content-meditation {
  left: 36px;
  right: initial;
}

.section-content-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 20px 30px;
}

.section-content-form input,
.section-content-form textarea {
  padding: 5px 20px;
  border: 1px solid #cc3333;
  border-radius: 1rem;
  text-align: center;
  color: #7a7979;
  font-size: 1.6rem;
}

.section-content p {
  font-size: 18px;
  padding: 30px 30px 0;
  color: #000;
}

.section-content .btn-more {
  align-self: flex-end;
  margin-bottom: 30px;
  margin-right: 30px;
  margin-top: auto;
}

.section-content button {
  align-self: flex-end;
  margin-top: auto;
}

#whatsapp {
  position: fixed;
  width: 5em;
  height: 5em;
  bottom: 6rem;
  right: 1.7rem;
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.1));
}

.bottom-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem 0 0;
  background-color: #cc3333;
  font-size: 16px;
  font-weight: 700;
  .btn-curve {
    border: 1px solid #fff;
    margin-top: 0;
    height: auto;
    width: 150px;
    padding: 4px 8px;
  }
  p {
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }
}
@media (max-width: 768px) {
  .header-title h1 {
    font-size: 3.2rem;
    text-align: center;
  }
  .header-title h4 {
    text-align: center;
    font-size: 1.4rem;
  }
  .header-content {
    gap: 3rem;
    margin-top: 3rem;
    max-height: 100%;
  }
  .header-content .col-sm {
    height: 30rem;
    width: 30rem;
    margin: 0 auto;
  }
  .header-content .header-content-transition .helper-text {
    font-size: 1.8rem;
  }
  .header-content-activities .title {
    font-size: 2.4rem;
  }
  .header-content-activities .date {
    font-size: 1.4rem;
  }
  .header-content-activities .subtitle {
    font-size: 1.8rem;
  }
  .header-content-activities .address {
    font-size: 1.4rem;
  }
  .header-content-activities .info {
    font-size: 1.4rem;
  }
  .col-md-4 img {
    display: none;
  }
  .btn-curve {
    height: 3.9rem;
    width: 100%;
  }
  .btn-group-activities {
    flex-direction: column;
    gap: 1rem;
  }
  .btn-group-activities .btn-curve {
    height: 5rem;
    padding: 0;
    margin-top: 0;
  }
  .section {
    margin: 3rem 0;
  }
  .img-rounded {
    height: 15rem;
    width: 15rem;
  }
  .mobile-card {
    height: 25.6rem;
    width: 25.6rem;
    border-radius: 2.5rem;
    box-shadow: 10px 10px 10px 0px #00000040;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 4rem;
    background: linear-gradient(
      180deg,
      rgba(217, 217, 217, 0) 0%,
      #cc3333 100%
    );
  }
  .section-activities {
    margin-top: 3rem;
    gap: 0rem;
  }
  .masters-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
  .section-masters {
    gap: 0;
  }
  .section-masters h3,
  .section-activities h3 {
    font-size: 2.4rem;
    letter-spacing: 0.4px;
    font-weight: 700;
    margin-bottom: 3rem;
  }
  .parallax {
    min-height: 30rem;
    height: 50rem;
  }
  .parallax-4 {
    background-image: none;
    height: 40rem !important;
  }
  .section-retreat-center {
    margin: 0 auto;
    height: 50rem;
    width: 30rem;
    position: relative;
  }
  .section-content {
    /* display: none; */
    width: 28rem;
    right: 1rem;
  }
  .section-content p {
    font-size: 4vw;
    overflow: scroll;
    line-height: 1.5;
    padding: 1.5rem;
  }
  .section .btn-more,
  .section .btn-send {
    font-size: 4vw;
    padding: 1rem;
    width: 18rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section .btn-send {
    width: 100%;
    margin-top: auto;
  }
  /* section form */
  .section-content-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 2rem 3rem;
    font-size: 1.6rem;
    border: 1px solid #cc3333;
    height: 40rem;
    width: 30rem;
    right: 0;
    top: 0;
  }

  .section-content-form input,
  .section-content-form textarea {
    padding: 5px 20px;
    border: 1px solid #cc3333;
    border-radius: 0.8rem;
    text-align: center;
    color: #7a7979;
  }

  #whatsapp {
    bottom: 9rem;
  }

  #scrollToTopButton {
    bottom: 15rem;
  }

  .bottom-banner {
    display: flex;
    font-size: 12px;
    padding: 1rem;
    p,
    .btn {
      font-size: 14px;
      margin-bottom: 0;
    }
  }
}
