/*
* Requires: /blog-carousel.css, https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css
*/

/* Light breadcrumb */

body #breadcrumbs .arrow-holder {
  background-color: #ffffff4f;
}

body #breadcrumbs .arrow-holder .arrow {
  stroke: var(--white);
}

body #breadcrumbs a,
body #breadcrumbs {
  color: var(--body-bg);
}

body #breadcrumbs span.breadcrumb_last {
  color: var(--body-bg);
}

body #breadcrumbs span span:not(.breadcrumb_last) {
  opacity: 0.5;
  transition: 0.5s ease;
  margin-right: 5px;
}

body #breadcrumbs span span:not(:first-child) {
  margin-left: 5px;
}

body #breadcrumbs a:hover {
  color: var(--body-bg);
}

body #breadcrumbs span span:not(.breadcrumb_last):hover {
  opacity: 1;
}

body .breadcrumb {
  border: 0px;
  padding-top: clamp(10px, 4rem, 40px);
}

/*****/

.section1 {
  border-radius: 0px 0px 40px 40px;
  height: calc(100dvh - var(--header-height));
  min-height: 650px;
}

.section1 .background {
  left: 0;
  top: 0;
  height: 100%;
}

.section1 .background video,
.section1 .background img {
  object-fit: cover;
  display: block;
  height: 100%;
  width: 100%;
}

.section1 .title {
  margin-bottom: clamp(20px, 4rem, 40px);
}

.section1 .heading1 {
  color: var(--body-bg);
  margin-bottom: clamp(30px, 5.5rem, 55px);
  max-width: clamp(450px, 80rem, 800px);
}

.section1 .scroll-down {
  margin-bottom: clamp(30px, 7.4rem, 74px);
  width: clamp(25px, 5rem, 50px);
  animation: upDown 2s linear infinite;
}

@keyframes upDown {
  0% {
    transform: translateY(0px);
  }

  25% {
    transform: translateY(5px);
  }

  50% {
    transform: translateY(0px);
  }

  75% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}

body .section1 .main-btn {
  color: var(--secondary-color);
  border-color: var(--white);
  background-color: var(--white);
}

body .section1 .main-btn.light-btn {
  background-color: transparent;
  color: var(--white);
}

body .section1 .main-btn:hover {
  background-color: var(--primary-color);
  color: var(--white);
  border-color: var(--primary-color);
}

@media (max-width: 550px) {
  .section1 {
    background-position-x: 70%;
  }

  body .section1 .main-btn.light-btn {
    margin-top: 1rem;
  }
}

/* section2 */

.section2 {
  padding-top: clamp(75px, 14.6rem, 146px);
  padding-bottom: clamp(60px, 12rem, 120px);
}

.section2 .heading1 {
  margin: clamp(20px, 4rem, 40px) 0;
}

.section2 .container {
  max-width: 1120px;
}

.section2 .heading2 {
  margin-top: clamp(60px, 12rem, 120px);
}

@media (max-width: 767px) {
  .section2 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

body .asset-holder {
  top: calc(-1 * var(--shape-width) / 2);
}

@media (max-width: 767px) {
  body .asset-holder {
    right: auto;
    left: calc(50% - var(--shape-width) / 2);
    mix-blend-mode: multiply;
  }
}

/* section3 */

.section3 {
  background-color: var(--white);
  padding: clamp(50px, 10rem, 100px) 0;
}

.section3 img {
  border-radius: 30px;
}

.section3 .heading1 {
  margin-bottom: clamp(15px, 3rem, 30px);
}

.section3 ul {
  padding-left: 20px;
}

.section3 ul li::marker {
  font-size: inherit;
}

.section3 .column2 ul li,
.section3 .column2 p {
  color: var(--text-color);
  font-weight: 300;
  font-family: var(--main-font);
  font-size: var(--sm);
}

@media (min-width: 992px) {
  .section3 .column1 {
    padding-right: clamp(60px, 12rem, 120px);
  }
}

@media (max-width: 991px) {
  .section3 .container {
    display: block;
    max-width: 550px;
  }

  .section3 .container .row-column {
    width: 100%;
  }

  .section3 .container .column1 {
    margin-bottom: 5rem;
  }
}

/* section4 */

.section4 {
  padding: clamp(60px, 12rem, 120px) 0;
}

.section4 img {
  border-radius: 30px;
}

.section4 .heading1 {
  margin-bottom: clamp(15px, 3rem, 30px);
}

.section4 ul {
  padding-left: 20px;
}

.section4 ul li::marker {
  font-size: inherit;
}

.section4 .row2 {
  max-width: 1120px;
  margin: clamp(60px, 12rem, 120px) auto;
}

.section4 .column1 ul li,
.section4 .column1 p {
  color: var(--text-color);
  font-weight: 300;
  font-family: var(--main-font);
  font-size: var(--sm);
}

@media (min-width: 992px) {
  .section4 .column2 {
    padding-left: clamp(60px, 12rem, 120px);
  }
}

@media (max-width: 991px) {
  .section4 .row1 {
    flex-direction: column-reverse;
    max-width: 550px;
    margin: 0 auto;
  }

  .section4 .container .row-column {
    width: 100%;
  }

  .section4 .container .column2 {
    margin-bottom: 5rem;
  }
}

/* section6 */

.section6 {
  background-color: var(--white);
  padding: clamp(50px, 10rem, 100px) 0;
}

.section6 .heading1 {
  margin-bottom: clamp(5px, 1rem, 10px);
}

.section6 .holder {
  margin: clamp(20px, 4rem, 40px) 0;
}

.section6 .date-holder {
  background-color: var(--body-bg);
  border-radius: 10px;
  padding: clamp(10px, 2rem, 20px) clamp(15px, 3rem, 30px);
}

.section6 .date-holder span {
  line-height: 1.2;
}

.section6 .separator {
  margin: 0 clamp(5px, 1rem, 10px);
  font-family: var(--main-font);
  color: var(--secondary-color);
  font-size: clamp(17px, 2rem, 20px);
}

.section6 .text {
  font-size: clamp(12px, 1.4rem, 14px);
}

#event-date {
  display: none;
}

.section6 form {
  max-width: 700px;
  margin: 0 auto;
}

.section6 .wpcf7 input.wpcf7-validates-as-required,
.section6 .wpcf7 input.wpcf7-validates-as-required::placeholder {
  color: var(--secondary-color);
  font-size: clamp(12px, 1.4rem, 14px);
  border-color: var(--secondary-color);
  outline: none;
  transition: 0.5s ease;
  opacity: 0.6;
}

.section6 .wpcf7 input.wpcf7-validates-as-required:focus,
.section6 .wpcf7 input.wpcf7-validates-as-required:visited {
  opacity: 1;
  border-color: var(--secondary-color);
}

.section6 .wpcf7-acceptance span,
.section6 .wpcf7-acceptance span a {
  color: var(--secondary-color);
}

.section6 .wpcf7-submit {
  font-size: var(--sm);
  border-color: var(--secondary-color);
  color: var(--secondary-color);
}

body .section6 input.wpcf7-text {
  width: calc(50% - 13px);
  margin: 5px;
}

body .section6 .wpcf7-form-control-wrap[data-name="Email"] {
  width: unset;
  float: unset;
  display: inline;
}

.section6 .choices {
  display: flex;
  flex-wrap: wrap;
  margin-top: clamp(12px, 2.5rem, 25px);
  gap: clamp(5px, 1rem, 10px);
}

.section6 .choices span {
  color: var(--secondary-color);
  font-weight: 300;
  margin-right: 5px;
  font-size: var(--sm);
  font-weight: 300;
}

.section6 .choices > span {
  padding: clamp(8px, 1.5rem, 15px) clamp(8px, 1.5rem, 15px);
  background-color: var(--body-bg);
  margin-top: 0;
  border-radius: 300px;
  position: relative;
  transition: 0.5s ease;
}

.section6 .choices > span.active {
  background-color: var(--secondary-color);
}

.section6 .choices > span.active span {
  color: var(--white);
}

.section6 .choices > span .wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
}

.section6 .choices > span .wpcf7-list-item-label:before {
  content: "";
  position: relative;
  width: 0rem;
  height: 0rem;
  background-image: url("/wp-content/uploads/2024/04/check-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 300px;
  margin-right: 5px;
  transition: 0.5s ease;
}

.section6 .choices > span.active .wpcf7-list-item-label:before {
  width: clamp(18px, 2.3rem, 23px);
  height: clamp(18px, 2.3rem, 23px);
}

.section6 .choices > span input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 3;
  cursor: pointer;
}

.section6 .choices > span input:checked {
}

.section6 .recaptcha {
  margin-top: clamp(10px, 2rem, 20px);
  display: block;
}

.section6 .wpcf7-not-valid-tip {
  display: none;
}

.section6 .wpcf7-list-item label input {
  border-color: var(--secondary-color);
}

.section3 .wpcf7-acceptance {
  display: block;
  margin: clamp(10px, 2rem, 20px) 0;
}

.section6 .agree {
  font-size: 12px;
  color: var(--text-color);
  font-weight: 300;
  font-family: var(--main-font);
}

body .section6 .wpcf7 form.sent .wpcf7-response-output,
body .section6 .wpcf7 form.invalid .wpcf7-response-output,
body .section6 .wpcf7 form.unaccepted .wpcf7-response-output,
body .section6 .wpcf7 form.payment-required .wpcf7-response-output {
  color: var(--text-color);
}

.section6 .wpcf7-submit {
  width: 100%;
  margin-top: clamp(15px, 3rem, 30px);
}

/* section4 */

.section7 {
  background-color: var(--primary-color);
}

.section7 .bg-img {
  right: 0;
  top: 0;
  height: 100%;
  clip-path: circle(60% at 63% 50%);
  object-fit: cover;
  width: 57%;
}

.section7 .content-holder {
  width: 40%;
}

.section7 :is(.row-heading, .title, ul, .description) {
  margin-bottom: clamp(15px, 3rem, 30px);
}

.section7 .row-heading del {
  font-size: calc(var(--md) - 5px);
}

.section7 .bullets {
  font-size: clamp(17px, 2.2rem, 22px);
}

.section7 ul {
  padding-left: 20px;
}

.section7 li.bullets::marker {
  font-size: inherit;
  color: var(--white);
}

@media (max-width: 1400px) {
  .section7 .bg-img {
    clip-path: circle(63% at 66% 50%);
  }
}

@media (max-width: 767px) {
  .section7 .bg-img {
    position: relative;
    width: 100%;
    clip-path: none;
  }

  .section7 .content-holder {
    padding: 10rem 0;
    width: 100%;
  }
}

/* section5 */

.section15 {
  padding: clamp(60px, 12rem, 120px) 0;
}

.section15 .quote-holder {
  max-width: 1120px;
  margin: clamp(60px, 12rem, 120px) auto 0 auto;
}

.section15 .note {
  font-size: 12px;
  line-height: 1.3;
}

.section15 .title {
  margin-bottom: clamp(15px, 3rem, 30px);
}

.section15 ul {
  padding-left: 20px;
  margin: clamp(15px, 3rem, 30px) 0;
}

.section15 .bullets::marker {
  font-size: inherit;
}

.section15 img {
  border-radius: 20px;
}

@media (min-width: 992px) {
  .section15 .column1 {
    padding: 0 clamp(30px, 6rem, 60px);
  }
}

@media (max-width: 767px) {
  .section15 .container > .flex:not(.quote-holder) {
    display: block;
  }

  .section15 .container .row-column {
    width: 100%;
  }

  .section15 .container .column1 {
    margin-bottom: 5rem;
  }
}

/* section6 */

.section5 {
  padding-bottom: clamp(60px, 12rem, 120px);
}

.section5 .row {
  background-color: var(--white);
  padding: clamp(50px, 10rem, 100px);
  border-radius: 50px;
}

.section5 .separator {
  margin: clamp(10px, 2rem, 20px) 0;
  background-color: #fdb924;
  height: 1px;
}

.section5 .holder {
  gap: clamp(10px, 2rem, 20px);
  margin-top: clamp(30px, 6rem, 60px);
}

.section5 .description {
  max-width: 840px;
}

.section5 .holder .info {
  padding: clamp(15px, 3rem, 30px) clamp(7px, 1.5rem, 15px);
  border-radius: 20px;
  background-color: var(--body-bg);
  flex-basis: clamp(130px, 28.5rem, 285px);
}

.section5 .holder .session-name {
  line-height: 1.1;
}

.section5 .holder :is(.session-number, .session-name) {
  font-size: clamp(18px, 2.2rem, 22px);
  line-height: 1.3;
}

@media (max-width: 550px) {
  .section5 .row {
    padding: 10rem 3rem;
  }

  .section5 .holder .info {
    flex-basis: 100%;
  }
}

/* section7 */

.section7 {
  padding: clamp(50px, 10rem, 100px) 0;
  background-color: var(--primary-color);
}

.section7 .heading1 {
  margin-bottom: clamp(15px, 3rem, 30px);
}

.section7 li::marker {
  font-size: inherit;
  color: var(--white);
}

.section7 ul {
  list-style-position: inside;
  padding: 0;
}

.section7 .holder {
  gap: clamp(15px, 2.5rem, 25px);
}

.section7 .holder .info {
  flex-basis: 23%;
}

.section7 .info-title {
  font-size: clamp(18px, 2.2rem, 22px);
}

.section7 .info-title {
  margin: 10px 0;
}

.section7 .icon-holder {
  width: clamp(35px, 7rem, 70px);
  height: clamp(35px, 7rem, 70px);
  border-radius: 20px;
  background-color: var(--body-bg);
}

.section7 .icon-holder img {
  max-width: clamp(16px, 1.8rem, 18px);
}

.section7 .holder {
  margin-top: clamp(25px, 5rem, 50px);
}

.section7 .note {
  font-size: clamp(12px, 1.4rem, 14px);
  line-height: 1.3;
  margin-top: clamp(25px, 5rem, 50px);
}

@media (max-width: 991px) {
  .section7 .holder .info {
    flex-basis: 48%;
  }
}

@media (max-width: 767px) {
  .section7 {
    padding: 0;
  }
}

@media (max-width: 550px) {
  .section7 .holder .info {
    flex-basis: 100%;
  }

  .section7 .holder {
    gap: 6rem;
  }
}

/* profile */

body .profile-section {
  background-color: var(--white);
  padding: clamp(50px, 10rem, 100px) 0;
}

body .profile-section:before {
  display: none;
}

/* section8 */

.section8 {
  background-color: var(--white);
  padding-top: clamp(50px, 10rem, 100px);
}

.section8 .row {
  background-color: var(--body-bg);
  padding: clamp(40px, 8rem, 80px);
  border-radius: 40px;
}

.section8 .separator {
  margin: clamp(25px, 5rem, 50px) 0;
  background-color: #fdb924;
  height: 1px;
}

.section8 .row-heading {
  font-size: clamp(22px, 2.8rem, 28px);
  margin-bottom: clamp(5px, 1rem, 10px);
}

.section8 .role {
  margin-bottom: clamp(15px, 3rem, 30px);
}

.section8 .description {
  font-size: clamp(12px, 1.4rem, 14px);
}

@media (min-width: 992px) {
  .section8 .row1 {
    gap: clamp(30px, 6rem, 60px);
  }

  .section8 .row-column {
    width: 33.333%;
  }
}

@media (max-width: 991px) {
  .section8 .row1 {
    display: block;
    max-width: 550px;
    max-width: 550px;
    margin: 0 auto;
    text-align: center;
  }

  .section8 .row1 .row-column {
    width: 100%;
  }

  .section8 .row1 .column2 {
    margin: 6rem 0;
  }
}

@media (max-width: 550px) {
  .section8 .row {
    padding: 10rem 3rem;
  }
}

/* section9 */

.section9 {
  padding: clamp(60px, 12rem, 120px) 0;
}

.section9 .container {
  max-width: 850px;
}

.section9 .heading1 {
  margin: clamp(10px, 2rem, 20px) 0;
}

.section9 .description {
  margin-bottom: 0;
}

.section9 .faq-container {
  padding: clamp(12px, 2.4rem, 24px) clamp(15px, 3rem, 30px);
  background-color: var(--white);
  border-radius: 30px;
  margin-bottom: 5px;
  transition: 0.5s ease;
}

.section9 .faq-container.active {
  border-radius: 20px;
}

.section9 .faq-container .description-holder {
  height: 0px;
  transition: 0.5s ease;
}

.section9 .faq-container.active .description-holder {
  margin-top: clamp(10px, 2rem, 20px);
}

.section9 .faq-container.active .description-holder {
  height: var(--height);
  /* overflow: visible; */
}

.section9 .faq-container .faq-title {
  transition: 0.5s;
  line-height: 1.35;
}

.section9 .faq-container.active .faq-title,
.section9 .faq-container .faq-title:hover {
  color: var(--primary-color);
}

.section9 .faq-container .description {
  font-size: clamp(13px, 1.6rem, 16px);
}

.section9 .faq-container svg,
.section9 .faq-container svg path {
  transition: 0.5s ease;
  margin-left: clamp(15px, 3rem, 30px);
}

.section9 .faq-container.active svg path {
  stroke: var(--primary-color);
}

.section9 .faq-container.active svg {
  transform: rotate(180deg);
}

.section9 .text {
  margin-bottom: clamp(30px, 6rem, 60px);
}

@media (max-width: 550px) {
  .section9 .faq-container svg,
  .section9 .faq-container svg path {
    min-width: 22px;
    min-height: 22px;
    padding-left: 5px;
  }
}

/* blog-section */

.blog-section {
  padding: clamp(15px, 3rem, 30px) 0 clamp(60px, 12rem, 120px) 0;
}

.blog-section :is(.title, .heading1, .description) {
  margin-bottom: clamp(15px, 3rem, 30px);
}
