/*
* 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;
}

/*.section1 .scroll-down {
    margin-bottom: clamp(35px, 7.4rem, 74px);
}*/

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

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

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

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

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

/* Section2 */

.section2 .container {
  margin-top: -4vh;
}

.section2 .row-column {
  flex-basis: 25%;
}

.section2 .row-column > a {
  padding: 20px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  transition: 0.5s ease;
}

.section2 .row-column > a:hover {
  background-color: var(--body-bg);
}

.section2 .row-column > a:hover .icon-holder {
  background-color: var(--white);
}

.section2 .row-column > a:hover .info-title {
  color: var(--primary-color);
}

.section2 .row1 {
  gap: clamp(15px, 3rem, 30px);
  background-color: var(--white);
  padding: clamp(40px, 5.8rem, 58px);
  border-radius: 50px;
}

.section2 .row1 .row-column .icon-holder {
  width: clamp(50px, 7rem, 70px);
  height: clamp(50px, 7rem, 70px);
  background-color: var(--body-bg);
  border-radius: 15px;
  margin-bottom: clamp(10px, 2rem, 20px);
  transition: 0.5s ease;
}

.section2 .row1 .row-column .icon-holder img {
  max-width: clamp(15px, 5rem, 50px);
  max-height: clamp(15px, 5rem, 50px);
  width: 100%;
}

.section2 .row1 .row-column .info-title {
  margin-bottom: clamp(10px, 2rem, 20px);
  font-size: clamp(15px, 2.2rem, 22px);
  max-width: clamp(110px, 21rem, 210px);
  transition: 0.5s ease;
}

.section2 .row1 .row-column .info-description {
  line-height: 1.3;
}

.section2 .row1 .row-column a:hover .icon-holder {
  background-color: var(--white);
}

@media (min-width: 1401px) {
  .section2 {
    padding: 0 clamp(20px, 3rem, 30px);
  }
}

@media (max-width: 991px) {
  .section2 .row1 {
    flex-wrap: wrap;
  }

  .section2 .row1 .row-column {
    flex-basis: calc(50% - 2rem);
  }
}

@media (max-width: 550px) {
  .section2 .row1 {
    gap: 0;
  }

  .section2 .row1 .row-column {
    flex-basis: 100%;
  }

  .section2 .row1 .row-column:not(:last-child) {
    margin-bottom: 3rem;
  }
}

/* section3 */

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

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

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

/* asset */

@media (max-width: 1400px) {
  body .asset-holder {
    top: 6rem;
  }
}

@media (max-width: 550px) {
  body .asset-holder {
    top: 8.5rem;
  }
}

/* profile */

body .profile-section {
  padding: clamp(60px, 12rem, 120px) 0;
  background-color: var(--white);
  margin-top: clamp(60px, 12rem, 120px);
}

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

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

@media (min-width: 992px) {
  .profile-section .row1 .column2 {
    padding-right: clamp(30px, 12.5rem, 125px);
  }
}

@media (max-width: 550px) {
  body .profile-section .asset-holder {
    top: calc(-4.4 * var(--shape-width) / 2);
    right: auto;
    left: calc(50% - var(--shape-width) / 2);
  }
}

/* section4 */

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

.section4 .cobntainer {
  max-width: 840px;
}

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

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

.section4 .accordion {
  padding: clamp(12px, 2.4rem, 24px) clamp(15px, 3rem, 30px);
  background-color: var(--white);
  border-radius: 50px;
  max-width: 800px;
  margin: 0 auto 5px auto;
  transition: 0.5s ease;
}

.section4 .accordion.active {
  border-radius: 20px;
}

.section4 .accordion .description-holder {
  height: 0px;
  transition: 0.5s ease;
}

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

.section4 .accordion.active .description-holder {
  height: var(--height);
  /* overflow: visible; */
}

.section4 .accordion .faq-title {
  transition: 0.5s;
  line-height: 1.35;
}

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

.section4 .accordion .description {
  font-size: clamp(13px, 1.6rem, 16px);
}

.section4 .accordion svg,
.section4 .accordion svg path {
  transition: 0.5s ease;
}

.section4 .accordion.active svg path {
  stroke: var(--primary-color);
}

.section4 .accordion.active svg {
  transform: rotate(180deg);
}

@media (max-width: 767px) {
  .section4 .accordion svg {
    min-width: 2.2rem;
    width: 2.2rem;
  }
}

/* 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);
}
