/* breadcrumbs */

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;
  background-size: cover;
  background-position: center;
  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 .background:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(0deg, rgba(0,0,0,0.3309698879551821) 0%, rgba(18,18,18,0) 100%);
    z-index: 2;
} */

.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 .view-services-btn {
  margin-right: 8px;
  color: var(--secondary-color);
  border-color: var(--white);
  background-color: var(--white);
}

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

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

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

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

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

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

@media (max-width: 550px) {
  .section1 .background img {
    object-position: 60%;
  }
}

/* section2 */

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

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

.section2 .description {
  max-width: 840px;
  margin: 0 auto;
}

/* section3 */

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

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

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

.section3 .column1 img {
  max-width: 400px;
}

@media (min-width: 1401px) {
  .section3 .column1 {
    padding-left: clamp(60px, 12rem, 120px);
    padding-right: clamp(15px, 3rem, 30px);
  }
}

@media (max-width: 991px) {
  .section3 .container {
    flex-direction: column-reverse;
    max-width: 550px;
  }

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

  .section3 .container .column2 {
    margin-bottom: 6rem;
  }
}

@media (max-width: 550px) {
  .section3 .asset-holder {
    top: calc(-3.8 * var(--shape-width) / 2);
  }
}

/* section4 */

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

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

.section4 .column2 {
  height: fit-content;
  top: 130px;
}

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

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

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

  .section4 .description {
    column-count: 2;
    column-gap: clamp(50px, 10rem, 100px);
  }
}

@media (max-width: 767px) {
  .section4 .flex {
    flex-direction: column-reverse;
    max-width: 550px;
  }

  .section4 .column2 {
    margin-bottom: 6rem;
    position: relative;
    top: 0;
  }

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

  .section4 {
    padding-top: 12rem;
  }

  .section4 .container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

/* section5 */

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

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

.section5 .content-holder {
  padding: clamp(80px, 17rem, 170px) 0;
  width: 40%;
}

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

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

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

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

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

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

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

/* services */

.section6 {
  padding-top: clamp(80px, 17rem, 170px);
}

.section6 .asset-holder {
  --shape-width: clamp(50px, 11.3rem, 113px);
  width: var(--shape-width);
  right: clamp(40px, 8rem, 80px);
  top: calc(-3.1 * var(--shape-width) / 2);
}

.section6 .row-image {
  border-radius: 30px;
}

.section6 .asset-holder:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1.6) rotate(0deg);
  display: block;
  background-image: url("/wp-content/uploads/2024/04/text-purple.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  animation: rotate 15s linear infinite;
  will-change: transform;
}

@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) scale(1.6) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) scale(1.6) rotate(360deg);
  }
}

.section6 .row2 {
  padding-top: clamp(60px, 12rem, 120px);
  padding-bottom: clamp(60px, 12rem, 120px);
  background-color: var(--white);
}

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

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

.section6 .main-btn {
  margin-bottom: 10px;
  line-height: 1.4;
}

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

.section6 :is(.row1, .row3) {
  margin-top: clamp(60px, 12rem, 120px);
  margin-bottom: clamp(60px, 12rem, 120px);
}

.section6 .row0 {
  padding: 0 clamp(15px, 3rem, 30px);
}

@media (min-width: 992px) {
  .section6 :is(.row1, .row3) .column1 {
    padding-right: clamp(30px, 12.5rem, 125px);
  }

  .section6 .row2 .column2 {
    padding-left: clamp(30px, 12.5rem, 125px);
  }
}

@media (max-width: 1400px) and (min-width: 992px) {
  .section6 :is(.row1, .row3) .column1 {
    padding-right: 8.5rem;
  }

  .section6 .row2 .column2 {
    padding-left: 8.5rem;
  }
}

@media (max-width: 991px) {
  .section6 :is(.row1, .row3) {
    flex-direction: column;
  }

  .section6 .row2 .container {
    flex-direction: column-reverse;
  }

  .section6 .row-column {
    width: 100%;
  }

  .section6 .title {
    margin-top: 4rem;
  }

  .section6 {
    padding-top: 10rem;
  }

  .section6 :is(.row1, .row3) {
    margin-top: 10rem;
  }
}

@media (max-width: 767px) {
  .section1 .scroll-down {
    margin-top: 5rem;
  }
}

@media (max-width: 550px) {
  .section6 .asset-holder {
    --shape-width: 7rem;
  }

  .section6 .row2 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .section6 .main-btn {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .view-services-btn {
    margin-bottom: 10px;
  }

  .section6 :is(.row1, .row3) {
    margin-bottom: 10rem;
  }

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