@font-face {
  /* font-family: "Exo"; */
  /* src: url(../fonts/static/); */
}

:root {
  --main-color: rgb(124, 58, 237);
  --white-color: #ffffff;
  /* --main2-color: #9316fc;

  --gradiant-from-color: #8122fe;
  --gradiant-to-color: #fc9900;
  --border-color: #7f22fe;

  --head-font: "Days One";
  --tw-gradient-via: color-mix(in oklab, var(--main-color) 40%, transparent);
  --tw-gradient-from: color-mix(in oklab, var(--main-color) 80%, transparent); */
}
* {
  box-sizing: border-box;
  /* font-family: "IBM arabic r", sans-serif; */
  margin: 0;
  padding: 0;
  font-family: "EXO", sans-serif;
}

body {
  overflow-x: hidden;
  background: #fff;
  /* background: #0b0e13; */
}
* {
  /* overflow: hidden; */
}
::selection {
  color: #fff;
  background: #a684ff;
}
a,
ul {
  text-decoration: none;
  list-style: none;
}
html {
  scroll-padding-top: 60px;
}

/* <!-- start navbar section --> */
nav.navbar {
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -2px;
  background-color: var(--white-color) !important;
  z-index: 10;
}
nav .navbar-nav .nav-link:not(.active) {
  color: #3d4c62 !important;
  font-weight: 500;
  line-height: 1.5;
  font-size: 16px;
  transition: color 0.3s ease;
  margin-left: 15px;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  /* -webkit-tap-highlight-color: ; */
}
.navbar-brand {
  color: oklch(0.279 0.041 260.031);
  font-weight: 700;
  line-height: 1.33333;
  font-size: 24px;
}
.collapse navbar-collapse {
  display: none;
}
.nav-item.dropdown {
  position: static !important;
}
.dropdown-menu {
  width: auto !important;
  min-width: 1000px;
  left: 0 !important;
  /* right: 0 !important; */
  width: 100%;
  min-width: calc(100% - 12%);
  left: 53% !important;
  transform: translateX(-50%);
  margin-top: 0px !important;
  top: calc(100% - 5px) !important;
  padding: 20px;
  border: none;
  border-radius: 0px !important;
  /* display: block; */
  z-index: 11 !important;
  min-height: 100vh;
  h3 {
    font-weight: 600;
    color: oklch(0.21 0.034 264.665);
    letter-spacing: normal;
    line-height: 1.55556;
    font-size: 1.125rem;
    margin-bottom: 16px;
  }
  .inner-feuter {
    .card-feuter {
      display: block;
      cursor: pointer;

      padding: 12px;
      margin-bottom: 16px;
      .img {
        width: 64px !important;
        height: 64px !important;
        border-radius: 8px;
      }
      .content-c {
        p {
          font-weight: 500;
          color: oklch(0.21 0.034 264.665);
          line-height: 1.42857;
          font-size: 14px;
          margin: 0;
          padding: 0;
        }
        span {
          color: oklch(0.551 0.027 264.364);
          font-weight: 400;
          line-height: 1.42857;
          font-size: 14px;
        }
      }
    }
  }
  .inner-proprty {
    .contnt-p {
      padding-left: 0;
      li {
        cursor: pointer;
        margin-bottom: 12px;
      }
      a {
        color: #4a5565;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.5;
        transition: all 0.3s ease;
        i {
          color: oklch(0.707 0.022 261.325);
        }
      }
      li:hover a {
        color: oklch(0.541 0.281 293.009) !important;
      }
    }
  }
  .inner-locatins {
    a {
      margin: 0;
      /* padding: 4px; */
      margin-bottom: 12px;
      display: block;
    }
    .img {
      width: 100%;
      min-height: 5rem;
      border-radius: 12px;
      background: url(../imgs/new-york.jpeg);
      background-position: center center;
      background-size: cover;

      .layer {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: linear-gradient(
          to right,
          oklab(0.38 0.0761041 -0.173 / 0.6) 0%,
          oklab(0.381 0.100917 -0.144194 / 0.6) 100%
        );
        z-index: 0;
      }
      &:hover .layer {
        background: linear-gradient(
          to right,
          oklab(0.38 0.0761041 -0.173 / 0.7) 0%,
          oklab(0.381 0.100917 -0.144194 / 0.7) 100%
        );
      }
      .content-img {
        position: relative;
        z-index: 1;
        padding: 1rem;
        p {
          color: rgb(255, 255, 255);
          font-weight: 600;
          line-height: 1.55556;
          font-size: 18px;
          margin: 0;
        }
        span {
          color: oklch(0.894 0.057 293.283);
          font-weight: 400;
          line-height: 1.42857;
          font-size: 14px;
        }
      }
    }
    a:nth-of-type(2) {
      .img {
        background: url(../imgs/los-angeles.jpeg);
        background-position: center center;
        background-size: cover;
      }
    }
    a:nth-of-type(3) {
      .img {
        background: url(../imgs/miami.jpeg);
        background-position: center center;
        background-size: cover;
      }
    }
  }
  .inner-resourse {
    .card-res {
      padding: 20px;
      .head-c {
        h4 {
          color: #101828;
          font-weight: 600;
          line-height: 1.55556;
          font-size: 18px;
          margin-left: 12px;
          transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
        }
        .icon {
          border-radius: 50%;

          width: 40px;
          height: 40px;
          background-color: oklch(0.943 0.029 294.588);
          color: oklch(0.541 0.281 293.009);
        }
      }
      p {
        margin: 12px 0;
        font-weight: 400;
        line-height: 1.5;
        font-size: 16px;
        color: oklch(0.446 0.03 256.802);
      }
      span {
        color: oklch(0.541 0.281 293.009);
        font-weight: 500;
        font-size: 14px;
        line-height: 1.42857;
        i {
          transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
        }
      }
    }
    a {
      margin-bottom: 16px;
      border: 1px solid #ede9fe;
      border-radius: 12px;
      transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
      .circle {
        top: -65px;
        right: -65px;
        z-index: -1;
        border-radius: 50%;
        /* transform: translate(50%, 50%); */
        width: 128px;
        height: 128px;
        background: linear-gradient(
          to right bottom,
          oklch(0.943 0.029 294.588) 0%,
          oklch(0.969 0.016 293.756) 100%
        );
      }
    }
    a:hover {
      border-color: #ddd6ff;
      .card-res {
        h4 {
          color: oklch(0.541 0.281 293.009);
        }
        span {
          i {
            transform: translateX(4px);
          }
        }
      }
    }

    .inner-p:nth-of-type(3) {
      .card-res {
        .head-c {
          .icon {
            background-color: oklch(0.946 0.033 307.174);
            color: oklch(0.558 0.288 302.321);
          }
        }

        span {
          color: oklch(0.558 0.288 302.321);
        }
      }
      &:hover {
        border-color: #e9d4ff;
        .card-res {
          h4 {
            color: oklch(0.558 0.288 302.321);
          }
        }
      }
    }
    .inner-p:nth-of-type(2) {
      .card-res {
        .head-c {
          .icon {
            background-color: oklch(0.962 0.044 156.743);
            color: oklch(0.627 0.194 149.214);
          }
        }

        span {
          color: oklch(0.627 0.194 149.214);
        }
      }
      &:hover {
        border-color: #b9f8cf;
        .card-res {
          h4 {
            color: oklch(0.627 0.194 149.214);
          }
        }
      }
    }
  }
}
div.navbar {
  z-index: 2 !important;

  .collapse {
    /* width: 1000px !important; */
    /* z-index: 120 !important; */
    /* background: cadetblue !important; */
  }
  .dropdown-menu {
    width: auto !important;
    /* min-width: 1000px; */
    left: 0 !important;
    /* right: 0 !important; */
    width: 100%;
    min-width: calc(100% - 12%);
    left: 0% !important;
    transform: translateX(0);
    margin-top: 0px !important;
    top: calc(100% - 5px) !important;
    padding: 20px;
    border: none;
    border-radius: 0px !important;
    /* display: block; */
    z-index: 11 !important;
    max-height: 100vh;
    padding-bottom: 200px;

    /* width: 1000px !important; */
    /* height: 500px; */
    h3 {
      margin-bottom: 10px;
      font-size: 14px;
      font-weight: 700;
    }

    .inner-feuter {
      p,
      span {
        font-size: 12px !important;
      }

      .img {
        width: 50px !important;
        height: 50px !important;
      }
      .card-feuter {
        background: var(--white-color);
        margin-right: 12px;
        margin-bottom: 0;
        border-radius: 8px;
      }
    }
    .inner-locatins {
      .img {
        height: 50px;
        padding: 0;
      }
      a {
        padding: 0;
        padding-right: 5px;
        padding-left: 5px;
      }
    }
    .inner-resourse {
      a {
        width: 100%;
        /* padding-right: 200px !important; */
        /* margin-right: 20px; */
        &:hover {
          h4 {
            color: #101828;
          }
        }
      }
      .card-res {
        /* max-height: 100px; */
        padding: 12px;
        h4 {
          font-size: 14px;
          margin-bottom: 0;
        }

        p {
          font-size: 12px;
          padding-bottom: 0;
          margin-bottom: 0;
        }
      }
    }
    .inner-feuter,
    .inner-resourse,
    .inner-locatins,
    .inner-proprty {
      background: oklch(0.985 0.002 247.839);
      padding: 16px;
      border-radius: 8px;
      margin-bottom: 16px;
      li {
        margin: 0;
        a {
          font-size: 14px;
          padding-bottom: 5px;
          margin: 5px;
        }
      }
    }
  }
}
.nav-link.dropdown-toggle {
  /* display: flex; */
  text-wrap: nowrap;
  word-spacing: nowrap;
  /* font-size: 10px !important; */
}

nav .navbar-nav .nav-link::after,
nav .nav-link.active::after,
nav .nav-item.dropdown a[aria-expanded="true"]::after {
  content: "";
  display: block;
  width: 0;
  margin: 0;
  border: 0;
  height: 2px;
  background: var(--main-color);
  transition: width 0.3s;
}
nav .navbar-nav .nav-item:hover .nav-link::after,
nav .nav-link.active::after,
nav .nav-item.dropdown a[aria-expanded="true"]::after {
  width: 100% !important;
}
.navbar-nav .nav-item:hover .nav-link {
  color: var(--main-color) !important;
}

nav .nav-link.active,
nav .nav-item.dropdown a[aria-expanded="true"] {
  color: var(--main-color) !important;
  font-weight: 600;
  line-height: 1.5;
  margin-left: 15px;

  font-size: 16px;
}
.navbar-toggler {
  outline: none;
  border: 0;
}
.navbar-toggler:hover {
  color: var(--main-color);
}
.navbar-toggler,
.navbar-toggler:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.navbar-toggler.collapsed .ri-close-large-fill,
.navbar-toggler:not(.collapsed) .ri-menu-fill {
  display: none;
}

.navbar-toggler:not(.collapsed) .ri-close-large-fill,
.navbar-toggler.collapsed .ri-menu-fill {
  display: block;
}

/* <!-- end navbar section --> */

/* <!-- start hero section --> */
.hero {
  background: linear-gradient(
      to right,
      rgba(77, 23, 154, 0.8),
      rgba(89, 22, 139, 0.8)
    ),
    url("../imgs/hero-bg-img.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  .inner-hero {
    max-width: 900px;
    h1 {
      font-weight: 700;
      line-height: 1.25;
      /* font-size:  60px; */
      font-size: 3.75rem;
      color: var(--white-color);
      margin-bottom: 24px;
    }
    & > p {
      color: oklch(0.928 0.006 264.531);
      font-weight: 400;
      line-height: 1.625;
      font-size: 20px;
      margin: 0px 88px 48px;
    }
    form {
      background-color: var(--white-color);
      padding: 24px;
      border-radius: 16px;
      input,
      select {
        padding: 12px 16px;
        width: 100% !important;
        height: 100%;
        border-radius: 0.5rem;
        border: 1px solid #d1d5dc;
        outline: 0;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
      }
      input:focus {
        /* border: 1px 4px double var(--main-color); */
        /* outline: 2px solid var(--main-color); */
        border: 1px solid #8e51ff;
        outline: 2px solid #8e51ff;
        outline-offset: 2px;
      }
      button {
        padding: 16px 32px;
        background-color: #9119fc;
        outline: none;
        border: 0;
        border-radius: 0.5rem;
        font-weight: 600;
        line-height: 1.55556;
        font-size: 18px;
        color: var(--white-color);
        margin-top: 20px;
      }
      .location {
        z-index: 0 !important;

        input {
          padding-left: 50px;
          padding: 14px 16px 14px 50px;
        }

        i {
          top: 22%;
          left: 20px;
          /* color: red; */
          /* font-style: italic; */
          font-weight: 400;
          color: oklch(0.707 0.022 261.325);
          line-height: 1.5;
          font-size: 16px;
        }
      }
      label {
        text-align: center;
        color: oklch(0.373 0.034 259.733);
        font-weight: 500;
        line-height: 1.42857;
        font-size: 14px;
      }
    }
    .analysis {
      margin: 48px 40px 0px;
      p {
        font-weight: 700;
        line-height: 1.2;
        font-size: 30px;
        color: var(--white-color);
        margin-bottom: 0;
      }
      span {
        color: oklch(0.894 0.057 293.283);
        font-weight: 400;
        line-height: 1.5;
        font-size: 16px;
      }
    }
  }
}

/* <!-- end hero section --> */

/* <!-- start Featured Properties section --> */
.inner-heading > span:first-child {
  /* color: var(--main-color); */
  display: inline-block;
  margin-bottom: 5px;
  position: relative;
  letter-spacing: 0.6px;
  font-weight: 700;
  color: oklch(0.491 0.27 292.581);
  font-weight: 700;
  line-height: 1.33333;
  font-size: 12px;
  padding: 8px 20px;
  border: 2px solid #ddd6ff;
  border-radius: 15px;
  text-transform: uppercase;
}
.inner-heading > span:first-child::after {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 2px;

  left: 110%;
  top: 50%;
  background: linear-gradient(
    to left,
    rgba(0, 0, 0, 0) 0%,
    oklch(0.627 0.265 303.9) 50%,
    oklch(0.541 0.281 293.009) 100%
  );
  /* linear-gradient(
    to right,
    var(--main-color),
    var(--main-color),
    transparent 100%
  ); */
  /* margin: 10px auto 0 auto; */
}
.inner-heading > span:first-child::before {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 2px;
  font-weight: 700;
  font-size: 16px;
  right: 110%;
  top: 50%;
  /* background: linear-gradient(
    to left,
    var(--main-color),
    var(--main-color),
    transparent 100%
  ); */
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0%,
    oklch(0.627 0.265 303.9) 50%,
    oklch(0.541 0.281 293.009) 100%
  );
  /* margin: 10px auto 0 auto; */
}
.inner-heading h2 {
  background: linear-gradient(
    to right,
    oklch(0.541 0.281 293.009) 0%,
    oklch(0.558 0.288 302.321) 50%,
    oklch(0.769 0.188 70.08) 100%
  );
  color: transparent;
  background-clip: text;
  letter-spacing: normal;
  line-height: 1;
  font-weight: 900;
  font-size: 3rem;
  text-align: center;
  margin: auto;
  /* transform: translateX(57%); */
  width: fit-content;
  font-style: normal;
  /* align-self: center; */
  margin-bottom: 10px;
  margin-top: 15px;
}
.inner-heading p {
  color: oklch(0.446 0.03 256.802);
  font-weight: 400;
  line-height: 1.4;
  font-size: 1.25rem;
  margin-right: 15.8rem;
  margin-left: 15.8rem;
}

.Properties {
  background-color: #f9fafb;
  .card {
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px,
      rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
      rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
      rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
    .img {
      height: 260px;
      overflow: hidden;
      img {
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      }
      .love {
        top: 16px;
        right: 16px;
        padding: 8px;
        color: #4a5565;
        background: oklab(0.999994 0.0000455678 0.0000200868 / 0.9);
        font-weight: 400;
        line-height: 1.5;
        font-size: 16px;
        border-radius: 3.35544e7px;
      }
      .love:hover {
        color: oklch(0.637 0.237 25.331);
      }
      .Featur {
        top: 16px;
        left: 16px;
        padding: 4px 12px;
        border-radius: 3.35544e7px;
        background: oklch(0.627 0.194 149.214);
        color: var(--white-color);
        font-weight: 500;
        line-height: 1.42857;
        font-size: 14px;
      }

      .photos {
        bottom: 16px;
        background-color: red;
        left: 16px;
        padding: 4px 12px;
        font-weight: 400;
        line-height: 1.42857;
        font-size: 14px;
        color: var(--white-color);
        background: oklab(0 0 0 / 0.7);
        border-radius: 3.35544e7px;
      }
    }
    .card-body {
      .card-title {
        .card-price {
          color: oklch(0.541 0.281 293.009);
          font-weight: 700;
          line-height: 1.2;
          font-size: 30px;
        }
        .price-per {
          color: oklch(0.551 0.027 264.364);
          font-weight: 400;
          line-height: 1.42857;
          font-size: 14px;
        }
      }
      .card-text {
        color: oklch(0.446 0.03 256.802);
        font-weight: 500;
        line-height: 1.5;
        font-size: 16px;
      }
      .card-text:nth-child(3) {
        color: oklch(0.278 0.033 256.848);
      }
      .card-foter {
        .author {
          .img {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            overflow: hidden;
          }
          span {
            font-weight: 400;
            color: oklch(0.446 0.03 256.802);
            line-height: 1.42857;
            font-size: 14px;
          }
        }
        a.btn {
          font-weight: 500;
          color: oklch(0.541 0.281 293.009);
          line-height: 1.42857;
          font-size: 14px;
          background-color: oklch(0.943 0.029 294.588);
          border: none;
        }
        a.btn:hover {
          background: oklch(0.894 0.057 293.283);
        }
      }
    }
  }
  .row .col-lg-4:first-child .Featur {
    background: oklch(0.541 0.281 293.009);
  }
  .row .col-lg-4:last-child .Featur {
    background: oklch(0.666 0.179 58.318);
  }
  .card:hover {
    img {
      scale: 1.1;
    }
  }
  button {
    padding: 16px 32px;
    margin-top: 20px;
    background-color: #9712fb;
    color: var(--white-color);
    font-weight: 600;
    line-height: 1.5;
    font-size: 16px;
    text-align: center;
    border-radius: 8px;
    border: none;
    outline: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  button:hover {
    background: linear-gradient(
      to right,
      oklch(0.491 0.27 292.581) 0%,
      oklch(0.496 0.265 301.924) 100%
    );
  }
}

/* <!-- end Featured Properties section --> */

/* <!-- start Our Services section --> */
.Services {
  .nav-pills {
    margin-bottom: 32px !important;
    border-bottom: 1px solid #e5e7eb;
    .nav-item button {
      font-weight: 600;
      line-height: 1.5;
      padding: 16px 24px;
      font-size: 16px;
      color: oklch(0.446 0.03 256.802);
    }
    .active {
      background: oklch(0.969 0.016 293.756);
      color: oklch(0.541 0.281 293.009) !important;
      border-bottom: 2px solid oklch(0.541 0.281 293.009);
      border-radius: 0;
    }
  }
  .inner {
    .inner-tab-left {
      h2 {
        color: oklch(0.21 0.034 264.665);
        font-weight: 700;
        line-height: 1.2;
        font-size: 30px;
        margin-bottom: 24px;
      }
      p {
        color: oklch(0.446 0.03 256.802);
        font-weight: 400;
        line-height: 1.55556;
        font-size: 18px;
        margin-bottom: 32px;
      }
      .service-card {
        margin-bottom: 24px;
        .icon {
          width: 48px;
          height: 48px;
          margin-right: 16px;
          padding: 12px !important;
          color: oklch(0.541 0.281 293.009);
          background: oklch(0.943 0.029 294.588);
          border-radius: 8px;
        }
        .card-content {
          h3 {
            color: oklch(0.21 0.034 264.665);
            font-weight: 600;
            line-height: 1.4;
            font-size: 20px;
          }
          p {
            color: oklch(0.446 0.03 256.802);
            font-weight: 400;
            font-size: 16px;
            line-height: 1.5;
            padding-bottom: 0;
            margin-bottom: 0;
          }
        }
      }
      .service-card:nth-last-child(2) {
        margin-bottom: 0 !important;
      }
      button {
        background: oklch(0.541 0.281 293.009);
        color: var(--white-color);
        border: none;
        outline: none;
        padding: 16px 32px;
        font-weight: 600;
        line-height: 1.5;
        font-size: 16px;
        border-radius: 8px;
        margin-top: 32px;
      }
    }
    .inner-tab-right {
      .img {
        margin-top: 80px;
        height: 384px;
        border-radius: 16px;
        overflow: hidden;
      }
      .img-content {
        background-color: var(--white-color);
        bottom: -24px;
        left: -24px;
        border-radius: 8px;

        box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px,
          rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
          rgba(0, 0, 0, 0) 0px 0px 0px 0px,
          rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
          rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
        padding: 24px;
        p {
          color: oklch(0.541 0.281 293.009);
          font-weight: 700;
          line-height: 1.33333;
          font-size: 24px;
          padding: 0;
          margin: 0;
        }
        span {
          color: oklch(0.446 0.03 256.802);
          font-weight: 400;
          line-height: 1.5;
          font-size: 16px;
          padding: 0;
          margin: 0;
        }
      }
    }
  }
  #pills-Selling {
    .inner-tab-left {
      .service-card {
        .icon {
          color: oklch(0.627 0.194 149.214);
          background: oklch(0.962 0.044 156.743);
        }
      }
      button {
        background: oklch(0.627 0.194 149.214);
      }
    }
    .inner-tab-right {
      .img-content {
        /* bottom: -24px; */
        left: calc(100% - 24px);
        transform: translateX(-50%);
        text-wrap: nowrap;

        /* right: 0px; */

        p {
          color: oklch(0.627 0.194 149.214);
        }
      }
    }
  }
  #pills-Renting {
    .inner-tab-left {
      .service-card {
        .icon {
          color: oklch(0.558 0.288 302.321);
          background: oklch(0.946 0.033 307.174);
        }
      }
      button {
        background: oklch(0.558 0.288 302.321);
      }
    }
    .inner-tab-right {
      .img-content {
        p {
          color: oklch(0.558 0.288 302.321);
        }
      }
    }
  }
  #pills-Investing {
    .inner-tab-left {
      .service-card {
        .icon {
          color: oklch(0.681 0.162 75.834);
          background: oklch(0.973 0.071 103.193);
        }
      }
      button {
        background: oklch(0.681 0.162 75.834);
      }
    }
    .inner-tab-right {
      .img-content {
        left: calc(100% - 24px);
        transform: translateX(-50%);
        text-wrap: nowrap;
        p {
          color: oklch(0.681 0.162 75.834);
        }
      }
    }
  }
  #pills-Commercial {
    .inner-tab-left {
      .service-card {
        .icon {
          color: oklch(0.511 0.262 276.966);
          background: oklch(0.93 0.034 272.788);
        }
      }
      button {
        background: oklab(0.511 0.0317755 -0.260066);
      }
    }
    .inner-tab-right {
      .img-content {
        p {
          color: oklch(0.511 0.262 276.966);
        }
      }
    }
  }
}
/* <!-- end Our Services section --> */

/* <!-- start Client Stories section --> */
.Testimonials {
  .inner-heading {
    padding-top: 90px !important;
  }
  .inner-heading > span:first-child {
    color: oklch(0.491 0.27 292.581);
    background: linear-gradient(
      to right,
      oklch(0.969 0.016 293.756) 0%,
      oklch(0.977 0.014 308.299) 100%
    );
    border: 2px solid border-bottom-coloroklch(0.894 0.057 293.283);
  }
  .inner-heading > span:first-child::after {
    background: linear-gradient(
      to left,
      rgba(0, 0, 0, 0) 0%,
      oklch(0.828 0.189 84.429) 50%,
      oklch(0.769 0.188 70.08) 100%
    );
  }
  .inner-heading > span:first-child::before {
    background: linear-gradient(
      to right,
      rgba(0, 0, 0, 0) 0%,
      oklch(0.828 0.189 84.429) 50%,
      oklch(0.769 0.188 70.08) 100%
    );

    /* margin: 10px auto 0 auto; */
  }
  .inner-heading h2 {
    background: var(--white-color);

    color: transparent;
    background-clip: text;
    letter-spacing: normal;
    line-height: 1;
    font-weight: 900;
    font-size: 3rem;
    text-align: center;
    margin: auto;
    /* transform: translateX(57%); */
    width: fit-content;
    font-style: normal;
    /* align-self: center; */
    margin-bottom: 10px;
    margin-top: 15px;
  }
  .inner-heading p {
    color: #ddd6ed;
  }
  background: linear-gradient(
    to right,
    oklch(0.38 0.189 293.745) 0%,
    oklch(0.381 0.176 304.987) 100%
  );
  .carousel {
    max-width: 1152px;
    padding: 0 80px;
    margin: auto;
    .inner {
      background: var(--white-color);
      padding: 32px;
      margin: 32px;
      border-radius: 16px;
      .evlaution {
        margin-bottom: 24px;
        i {
          color: oklch(0.828 0.189 84.429);
          /* font-weight: 400; */
          line-height: 1.4;
          font-size: 20px;
        }
        span {
          margin-left: 16px;
          color: oklch(0.446 0.03 256.802);
          font-weight: 500;
          line-height: 1.5;
          font-size: 16px;
        }
      }
      blockquote {
        margin-bottom: 32px;
        color: oklch(0.373 0.034 259.733);
        font-weight: 400;
        line-height: 1.625;
        font-size: 20px;
      }
      .client {
        .img {
          width: 50px;
          height: 50px;
          margin-right: 16px;
        }
        p {
          padding: 0;
          margin: 0;
          color: oklch(0.21 0.034 264.665);
          font-weight: 700;
          line-height: 1.55556;
          font-size: 18px;
        }
        span {
          padding: 0;
          margin: 0;
          color: oklch(0.446 0.03 256.802);
          font-weight: 400;
          line-height: 1.5;
          font-size: 16px;
        }
        span:last-child {
          color: oklch(0.551 0.027 264.364);
          display: block;
          font-weight: 400;
          line-height: 1.42857;
          font-size: 14px;
        }
      }
    }
    button.carousel-control-prev,
    button.carousel-control-next {
      /* background-color: red; */
      /* padding: 80px !important; */
      /* margin-right: 80px !important; */
      .icon {
        padding: 12px;
        text-align: center;
        /* transform: translateY(-80%); */
        border-radius: 50%;
        background: oklab(0.999994 0.0000455678 0.0000200868 / 0.2);
        backdrop-filter: blur(8px);
        /* margin-right:100px ; */
        /* background: red !important; */
        /* color: red !important; */
      }
    }

    button.carousel-control-prev:first-of-type {
      left: -50px;
      height: fit-content !important;
      align-self: center;
    }
    button.carousel-control-next:last-of-type {
      height: fit-content !important;
      align-self: center;
      right: -50px;
      /* background-color: blue; */
    }
    .carousel-indicators {
      padding: 20px !important;
      button {
        width: 12px;
        height: 12px;
        border-radius: 50% !important;
        padding: 0px !important;
        border: none;
      }
      button:hover {
        background: var(--white-color) !important;
        /* backdrop-filter: blur(10px); */
        opacity: 1;
        /* line-height: 0 !important; */
        /* width: 12px; */
        /* height: 12px !important; */
      }
    }
  }
}
/* <!-- end Client Stories section --> */

/* <!-- start Help Center section --> */
.FAQ {
  .inner-heading > span:first-child::after {
    background: background-imagelinear-gradient(
      to right,
      rgba(0, 0, 0, 0) 0%,
      oklch(0.606 0.25 292.717) 50%,
      oklch(0.541 0.281 293.009) 100%
    );
  }
  .inner-heading > span:first-child::before {
    background: background-imagelinear-gradient(
      to right,
      rgba(0, 0, 0, 0) 0%,
      oklch(0.606 0.25 292.717) 50%,
      oklch(0.541 0.281 293.009) 100%
    );

    /* margin: 10px auto 0 auto; */
  }
  .inner-heading h2 {
    background: linear-gradient(
      to right,
      oklch(0.541 0.281 293.009) 0%,
      oklch(0.491 0.27 292.581) 50%,
      oklch(0.558 0.288 302.321) 100%
    );

    color: transparent;
    background-clip: text;
    letter-spacing: normal;
    line-height: 1;
    font-weight: 900;
    font-size: 3rem;
    text-align: center;
    margin: auto;
    /* transform: translateX(57%); */
    width: fit-content;
    font-style: normal;
    /* align-self: center; */
    margin-bottom: 10px;
    margin-top: 15px;
  }
  background-color: #f9fafb;
  .inner-FAQ {
    .accordion {
      .accordion-item {
        box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px,
          rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
          rgba(0, 0, 0, 0) 0px 0px 0px 0px,
          rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
          rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
        /* background-color: var(--white-color); */
        margin-bottom: 24px;
        border-radius: 16px !important;
      }
      .accordion-body {
        padding-bottom: 24px;
      }
      .accordion-header .accordion-button {
        border-radius: 16px !important;
        /* background-color: red !important; */
        color: oklch(0.21 0.034 264.665);
        font-weight: 600;
        line-height: 1.4;
        font-size: 20px;
        padding: 24px 32px;
      }
      .accordion-button::after {
        color: #6a7282 !important;
      }
    }
  }
}
/* <!-- end Help Center section --> */

/* <!-- start CONTACT US section --> */
.Contact {
  .hidden-c {
    inset: 0;
    z-index: -1;
    .c1 {
      top: -180px;
      right: -180px;
      width: 400px;
      height: 400px;
      background-color: oklch(0.943 0.029 294.588);
    }
    .c2 {
      bottom: -180px;
      left: -180px;
      width: 400px;
      height: 400px;
      background-color: oklch(0.943 0.029 294.588);
    }
    .b-inner {
      /* right: 0px; */
      /* left: 10px; */
      /* top: -200px; */
      /* bottom: -200px; */
      inset: 0;
    }
    .bc1 {
      top: 60px;
      right: 100px;
      width: 120px;
      height: 120px;
      border: 4px solid #ddd6ff;
      background: transparent;
    }
    .bc2 {
      bottom: 120px;
      left: 130px;
      width: 88px;
      height: 88px;
      border: 4px solid oklch(0.902 0.063 306.703);
      background: transparent;
    }
  }
  .inner-Contact {
    .inner-card {
      border: 2px solid #f3f4f6;
      border-radius: 16px;
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      .icon {
        width: 64px;
        height: 64px;
        margin-bottom: 16px;
        padding: 20px;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        background: linear-gradient(
          to right bottom,
          oklch(0.606 0.25 292.717) 0%,
          oklch(0.541 0.281 293.009) 100%
        );
        border-radius: 16px;
        i {
          color: rgb(255, 255, 255);
          /* font-weight: 400; */
          line-height: 1.33333;
          font-size: 24px;
        }
      }
      p {
        color: oklch(0.21 0.034 264.665);
        font-weight: 700;
        line-height: 1.55556;
        font-size: 18px;
      }
      p:last-of-type {
        color: oklch(0.446 0.03 256.802);
        font-weight: 400;
        line-height: 1.42857;
        font-size: 14px;
      }
      a {
        color: oklch(0.491 0.27 292.581);
        font-weight: 600;
        line-height: 1.5;
        line-height: 1.5;
      }
    }
    .inner-card:hover {
      transform: translate(0px, -8px) !important;
      /* transform: scale(2) !important; */
      border-color: #c4b4ff !important;
      .icon {
        scale: 1.1;
      }
    }

    .col-lg-3:nth-child(2) {
      .inner-card:hover {
        border: 2px solid #dab2ff !important;
      }
      .icon {
        background: linear-gradient(
          to right bottom,
          oklch(0.627 0.265 303.9) 0%,
          oklch(0.558 0.288 302.321) 100%
        );
      }
      a {
        color: oklch(0.558 0.288 302.321);
      }
    }
    .col-lg-3:nth-child(3) {
      .inner-card:hover {
        border: 2px solid #f4a8ff !important;
      }
      .icon {
        background: linear-gradient(
          to right bottom,
          oklch(0.667 0.295 322.15) 0%,
          oklch(0.769 0.188 70.08) 100%
        );
      }
      a:last-of-type {
        color: oklch(0.592 0.249 0.584);
      }
    }
    .col-lg-3:nth-child(4) {
      .inner-card:hover {
        border: 2px solid #a3b3ff !important;
      }
      .icon {
        background: linear-gradient(
          to right bottom,
          oklch(0.585 0.233 277.117) 0%,
          oklch(0.511 0.262 276.966) 100%
        );
      }
      a {
        color: oklch(0.511 0.262 276.966);
      }
    }
    .con {
      .left {
        padding-right: 18px;
        padding-top: 0;
        .inner-cards {
          padding-top: 18px;
          .information {
            background: #f6f7f9;
            padding: 32px;
            border-radius: 16px;
            h3 {
              color: oklch(0.21 0.034 264.665);
              font-weight: 700;
              line-height: 1.33333;
              font-size: 24px;
              margin-bottom: 15px;
            }
            .card1 {
              margin-bottom: 20px;
              .icon {
                span {
                  width: 48px;
                  height: 48px;
                  border-radius: 16px;
                  background: var(--white-color);
                  color: oklch(0.541 0.281 293.009);
                  /* font-weight: 400; */
                  line-height: 1.55556;
                  font-size: 18px;
                }
              }
              h4 {
                color: oklch(0.21 0.034 264.665);
                font-weight: 600;
                line-height: 1.5;
                font-size: 16px;
                margin-bottom: 5px;
              }
              p {
                color: oklch(0.446 0.03 256.802);
                font-weight: 400;
                line-height: 1.42857;
                font-size: 14px;
                padding: 0;
                margin: 0;
              }
            }
            .card1:nth-child(3) {
              .icon {
                span {
                  color: #9810fa;
                }
              }
            }
            .card1:nth-child(4) {
              .icon {
                span {
                  color: #e60076;
                }
              }
            }
            .card1:nth-child(5) {
              .icon {
                span {
                  color: #4f39f6;
                }
              }
            }
          }
          .social {
            background: linear-gradient(
              to right bottom,
              oklch(0.541 0.281 293.009) 0%,
              oklch(0.558 0.288 302.321) 100%
            );
            padding: 32px;
            margin-top: 24px;
            border-radius: 16px;
            .inner-social {
              h4 {
                font-weight: 700;
                line-height: 1.4;
                font-size: 20px;
                color: var(--white-color);
                margin-bottom: 16px;
              }
              p {
                color: oklch(0.943 0.029 294.588);
                font-weight: 400;
                line-height: 1.42857;
                font-size: 14px;
                margin-bottom: 24px;
              }
              .icons {
                .icon {
                  width: 48px;
                  height: 48px;
                  backdrop-filter: blur(8px);
                  background: oklab(0.999994 0.0000455678 0.0000200868 / 0.2);
                  border-radius: 12px;
                  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
                  i {
                    color: rgb(255, 255, 255);
                    font-weight: 400;
                    line-height: 1.5;
                    font-size: 18px;
                  }
                }
                .icon:hover {
                  background-color: oklab(
                    0.999994 0.0000455678 0.0000200868 / 0.3
                  );
                  backdrop-filter: blur(8px);
                  scale: 1.1;
                }
              }
            }
          }
        }
      }
      .right {
        padding: 18px;
        padding-right: 0;
        .inner-form {
          padding: 20px 35px;
          background: var(--white-color);
          border: 2px solid #f3f4f6;
          border-radius: 16px;

          form {
            h2 {
              color: oklch(0.21 0.034 264.665);
              font-weight: 700;
              line-height: 1.2;
              font-size: 30px;
            }
            & > p {
              color: oklch(0.446 0.03 256.802);
              font-weight: 400;
              line-height: 1.5;
              font-size: 16px;
            }
            input,
            select,
            textarea {
              padding: 12px 16px;
              width: 100% !important;
              height: 100%;
              border-radius: 0.5rem;
              border: 1px solid #d1d5dc;
              outline: 0;
              appearance: none;
              -moz-appearance: none;
              -webkit-appearance: none;
              background-color: #f9fafb;
              resize: none;
            }
            input:not(input[type="checkbox"]):focus {
              /* border: 1px 4px double var(--main-color); */
              /* outline: 2px solid var(--main-color); */
              border: 1px solid #8e51ff;
              outline: 2px solid #8e51ff;
              outline-offset: 2px;
            }
            input[type="checkbox"] {
              width: 20px !important;
              height: 20px;
              padding: 0;
              border: 1px solid #000;
              background-color: var(--white-color);
              border-radius: 2px;
              border: 1px solid #767676;
              appearance: auto;
              -webkit-appearance: auto;
              -moz-appearance: auto;
              accent-color: #7f22fe;
              &:checked {
                background: red !important;
                color: #000 !important;
              }
            }
            .Subscribe {
              background: #f5f3ff;
              padding: 20px 15px 8px;
              border-radius: 16px;
              label {
                color: #364153;
                font-weight: 400;
                line-height: 1.5;
                font-size: 14px;
              }
            }
            label {
              color: oklch(0.373 0.034 259.733);
              font-weight: 600;
              line-height: 1.42857;
              font-size: 14px;
              margin-bottom: 10px;
              span {
                color: #fb2c7d;
              }
            }
            button {
              padding: 16px 32px;
              background-color: #9216fb;
              outline: none;
              border: 0;
              border-radius: 12px;
              font-weight: 600;
              line-height: 1.55556;
              font-size: 18px;
              color: var(--white-color) !important;
              /* margin-top: 20px; */
              transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            }
            button:hover {
              transform: translate(0px, -4px);
            }
          }
          .footer-form {
            p {
              color: oklch(0.551 0.027 264.364);
              font-weight: 400;
              line-height: 1.42857;
              font-size: 14px;
            }
          }
        }
      }
    }
  }
}
/* <!-- end CONTACT US section --> */

/* <!-- start footer --> */
footer {
  background: linear-gradient(
    to right,
    oklch(0.38 0.189 293.745) 0%,
    oklch(0.381 0.176 304.987) 100%
  );
  color: #fff;
  padding: 50px 0;
}
.head-footer {
  border-color: #682f9a !important;
}
footer .head-footer h2 {
  font-weight: 700;
  line-height: 1.33333;
  font-size: 24px;
}
footer .head-footer > p {
  color: oklch(0.894 0.057 293.283);
  font-weight: 400;
  line-height: 1.5;
  font-size: 16px;
}
footer a {
  background-color: oklab(0.999994 0.0000455678 0.0000200868 / 0.1);
  backdrop-filter: blur(8px);
  color: #fff;
  border-radius: 8px;
  font-weight: 400;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 40px;
  height: 40px;
  /* padding: 10px 0; */
}
footer .links a:hover {
  background-color: oklch(0.541 0.281 293.009);
  backdrop-filter: blur(8px);
  scale: 1.1;
}
footer .links a i {
  color: inherit;
  /* font-style: italic; */
  /* color: #fc9900; */
  font-weight: 400 !important;
  line-height: 1.5;
  font-size: 16px;
}
.inner-footer div:last-child p {
  color: oklch(0.811 0.111 293.571);
  /* font-weight: 400; */
  line-height: 1.42857;
  font-size: 14px;
}
.inner-footer div:last-child p i {
  color: oklch(0.704 0.191 22.216);
  padding: 0;
  margin: 0;
}
/* <!-- end footer --> */
