@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

* {
  margin: 0;
  padding: 0;
  font-family: 'SF Pro Display';
}

/* *,
*,
*,
*{
  outline: 1px solid rgba(255, 0, 0, 0.192);
} */
body {
  background-color: #000;
  color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
a,
p {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

:root {
  --cs-lightorange: #ff8900;
  --cs-darkorange: #fa4b00;
  --cs-bg: #f6f6f6;
  --cs-white: #ffffff;
  --cs-black: #000000;
  --cs-brown: #9f5500;
}

h1 {
  font-size: 60px;
  font-weight: 500;
  color: var(--cs-white);
  line-height: 75px;
}

h2 {
  font-size: 55px;
  font-weight: 600;
  color: var(--cs-white);
}

h3 {
  font-size: 38px;
  font-weight: 600;
  color: var(--cs-white);
}

h4 {
  font-size: 18px;
  font-weight: 200;
  color: var(--cs-white);
}

h5 {
  font-size: 22px;
  font-weight: 400;
  color: var(--cs-white);
}

p {
  font-size: 20px;
  font-weight: 400;
  color: var(--cs-white);
}

.hl {
  color: var(--cs-lightorange);
}

.txtgrad {
  background: linear-gradient(90deg, #ff8900 0%, #fa4b00 36.96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.cp60 {
  padding: 70px 15px;
}

.wd {
  width: 90%;
  margin: auto;
}

.cpb-88 {
  padding-bottom: 88px;
}

.cpt-30 {
  padding-top: 30px;
}

.btn-general {
  background: linear-gradient(90deg, #9f5500 0%, #ff8900 48.6%, #955000 100%);
  border: 1px solid var(--cs-lightorange);
  border-radius: 12px;
  color: var(--cs-white);
  transition: 0.2s all ease-in-out, 0.2s all ease-in-out;
  margin: 20px 0px;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 500;
}

.btn-general:hover {
  border: 1px solid var(--cs-lightorange);
  color: var(--cs-white);
  transform: scale(1.02);
}

/* banner starts================= */
.hero {
  background: url('../images/banner.png') no-repeat center center / cover;
  background-color: var(--cs-black);
}

.hero .row {
  /* min-height: 70vh; */
}

.block_hl {
  background: linear-gradient(
    90deg,
    rgba(255, 137, 0, 0.4) 0%,
    rgba(149, 80, 0, 0.4) 100%
  );
  border-left: 2px solid var(--cs-lightorange);
  padding: 5px;
  margin-right: 10px;
}

.hero_book {
  position: relative;
}

.hero_book img {
  position: absolute;
  width: 115%;
  left: -33px;
}

.hero_content {
  width: 75%;
}

.hero_content p {
  color: var(--cs-white);
  padding-bottom: 10px;
}

.benchmark {
  display: flex;
  align-items: center;
  text-align: left;
}

.benchmark2 {
  justify-content: center;
}

.benchmark2 h4 {
  color: var(--cs-black);
}

/* hero ends===================== */

/* why starts=================== */
.why {
  padding-top: 150px;
  background-color: var(--cs-bg);
}

.info_box {
  background-color: var(--cs-white);
  padding: 70px;
  border-radius: 20px;
  border: 1px solid var(--cs-lightorange);
}

/* why ends=================== */

/* testimonials starts=================== */
.testimonials {
  background-color: var(--cs-black);
  overflow-x: hidden;
  position: relative;
}

.testimonials-userImg::before,
.testimonials-userImg::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 45%;
  z-index: 2;
}

.testimonials-userImg::before {
  left: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.7) 60%,
    rgba(0, 0, 0, 0) 100%
  );
}

.testimonials-userImg::after {
  right: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.7) 40%
  );
}

.rev-ttl {
  position: relative;
  z-index: 100;
}

.review {
  text-align: center;
}

.client_info h3 {
  font-size: 30px;
}

.status {
  width: 80%;
  background: rgba(255, 137, 0, 0.1);
  border: 1px solid #ff8900;
  margin: 10px auto;
}

.review p {
  color: var(--cs-white);
}

.slider-for {
  max-width: 60%;
  margin: 0 auto;
  position: relative;
  z-index: 99;
}

.arrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  width: 75%;
  margin: 0 auto;
}

.review .status {
  width: auto;
  background: rgba(255, 137, 0, 0.1);
  border: 1px solid #ff8900;
  margin: 10px auto;
  display: inline-flex;
  padding: 10px 20px;
}

.review-img {
  padding: 40px 15px;
  transition: all ease 0.6s;
}

.review-img img {
  border-radius: 20px;
  border: 2px solid var(--cs-lightorange);
  transition: all ease 0.6s;
}

.slick-center {
  transform: scale(1.15);
  transition: all ease 0.6s;
}

.slick-list {
  padding: 0 !important;
}

/* testimonials ends=================== */

/* brands starts=================== */
.brand {
  background-color: var(--cs-bg);
}

.brand h3 {
  color: var(--cs-black);
  text-align: center;
}

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

/* brand ends======================= */

/* graphs starts======================= */
.graphs {
  background-color: var(--cs-black);
}

.graph_box {
  background-color: #1a1a1a;
  border: 1px solid #ffffff;
  box-shadow: 0px 0px 52.2px rgba(255, 255, 255, 0.25);
  border-radius: 20px;
  margin-top: 30px;
}

.graph_box p {
  color: var(--cs-white);
}

.gm {
  margin-top: 30px;
}

/* graphs ends======================= */

/* Audience starts======================= */
.audience {
  background: url(../images/cta-bg.png) no-repeat bottom left / contain;
  background-color: var(--cs-white);
}

.audience h3 {
  color: var(--cs-black);
}

.traders {
  background-color: var(--cs-white);
  border: 1px solid var(--cs-lightorange);
  padding: 30px;
  border-radius: 20px;
}

.traders ul li {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.traders ul li img {
  width: 25px;
  margin-right: 10px;
}

/* Audience ends======================= */

/* STrategy book starts======================= */
.strategy {
  background: url(../images/strategybg.png) no-repeat center center / cover;
}

.strategy h2 {
  color: var(--cs-white);
}

/* STrategy book ends======================= */

/* overview starts===================== */
.overview h3,
.overview h5 {
  color: var(--cs-black);
}

.overview_box {
  padding: 30px;
}

/* overview ends===================== */

/* faq starts===================== */
.faq {
  background: url(../images/faq_bg.png) no-repeat center center / cover;
}

.faq h2 {
  color: var(--cs-white);
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
  color: var(--cs-darkorange) !important;
}

.accordion-item {
  background: transparent !important;
  border: none !important;
  margin-bottom: 45px;
  position: relative;
}

.accordion-item::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: -10px;
  width: 100%;
  height: 1px;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(255, 157, 45, 0) 0%,
    rgba(255, 137, 0, 1) 50%,
    rgba(255, 65, 96, 0) 100%
  );
}

.accordion-button {
  background: transparent !important;
  border: none;
}

.accordion-header button {
  font-size: 25px !important;
  font-weight: 600;
  line-height: 30px;
  color: var(--cs-lightorange);
}

.accordion-button:focus {
  box-shadow: none !important;
}

.accordion-body p {
  color: rgba(255, 255, 255, 0.6);
}

.accordion-button::after {
  display: none;
}

/* faq ends===================== */

/* footer starts ===================*/
.footer {
  background: url(../images/footerbg.png) no-repeat center right;
  background-size: cover;
  background-color: var(--cs-black);
}

.footer .row {
  min-height: 40vh;
}

.footer h5 {
  color: var(--cs-white);
  font-size: 16px;
}

.footer h2 {
  color: var(--cs-white);
}

.footer p {
  font-size: 16px;
  color: var(--cs-white);
}

/* -------------- HOME ---------------- */
.c-gap {
  display: flex;
}

/* hero start */
#hero-law {
  background: url(../images/home-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 120px;
  padding-bottom: 150px;
  background-color: #070007;
}
.herotitlex {
  padding-bottom: 830px;
}
.couterbox {
  padding-bottom: 47px;
}
.digit-container {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  max-width: 400px;
  margin: 0 auto;
}

.digit {
  margin: 0 5px;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.count {
  font-size: clamp(1.5rem, 4.251vw - 1.226rem, 3.875rem);
  margin-bottom: 0px;
}

.count span {
  font-family: 'Anton', sans-serif;
  color: #ffffff;
  width: 24px;
}

#currentCountdownTime {
  background-color: rgba(121, 120, 120, 0.137);
  backdrop-filter: blur(7px);
  border-radius: 11px;
  border: 2px solid rgba(201, 201, 201, 0.589);
}

#currentCountdownTime .digit {
  background: -webkit-linear-gradient(#ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.herolaw-text {
  padding-top: 20px;
}
.herolaw-content {
  /* padding-top: 60rem; */
}

.herolaw-title h1 {
  font-weight: 700;
  color: rgba(230, 230, 230, 1);
}
.cscs-btn i {
  padding-right: 15px;
}
.cscs-btn {
  margin: 0 auto;
  max-width: 800px;
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  padding: 18px 65px;
  background-color: #25d366;
  border-radius: 12px;
  box-shadow: 0px 10px 50px 0px #1b9949;
  cursor: pointer;
}
.cscs-btn:hover {
  color: #ffffff;
  background-color: #1eb957;
}

.cscs2-btn i {
  padding-right: 15px;
}
.cscs2-btn {
  margin: 0 auto;
  max-width: 800px;
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  padding: 18px 65px;
  background-color: #25d366;
  border-radius: 12px;
  box-shadow: 0px 10px 50px 0px #1b9949;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease; /* Smooth transitions for background color and text color */
  display: inline-block; /* Ensures the button's size is based on its content */
  z-index: 3;
}

.cscs2-btn:hover {
  color: #ffffff;
  background-color: #1eb957;
}

.progress-bar {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgb(0, 255, 95);
  background: -moz-linear-gradient(
    270deg,
    rgba(0, 255, 95, 1) 0%,
    rgba(0, 153, 57, 1) 100%
  );
  background: -webkit-linear-gradient(
    270deg,
    rgba(0, 255, 95, 1) 0%,
    rgba(0, 153, 57, 1) 100%
  );
  background: linear-gradient(
    270deg,
    rgba(0, 255, 95, 1) 0%,
    rgba(0, 153, 57, 1) 100%
  );
  transition: left 3s ease;
  z-index: 1;
}
.progress-bar::before {
  content: 'Unlocking..';
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.herolaw-text p {
  margin-top: 30px;
  font-size: clamp(1rem, 0.447vw + 0.713rem, 1.25rem);
  color: rgba(230, 230, 230, 1);
  line-height: 30px;
  width: 600px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.nh3 {
  font-size: 26px;
  font-weight: 600;
  color: rgba(193, 193, 193, 1);
  padding-bottom: 8px;
}

.nh3 span {
  color: rgb(255, 255, 255);
}

.nh1 {
  font-size: 60px;
  color: #e6e6e6 !important;
}

.herolaw-content p {
  font-size: 20px;
  font-weight: 500;
  color: rgba(192, 192, 192, 1);
}

/* hero end */

/* experience start */
#experience {
  background-color: #000000;
  padding-bottom: 129px;
  padding-left: 8px;
  padding-right: 8px;
}

.experience-row {
  gap: 25px 0;
}

.exp-card {
  background-color: #1a1a1a;
  padding: 50px;
  border-radius: 20px;
  border: 1px solid transparent;
  transition: all ease .6s;
}

.exp-card:hover {
  background-color: #272727;
  border-color: #ff8900;
  border: 1px solid rgba(192, 192, 192, 0.39);
}

.card-title {
  font-size: calc(clamp(1.375rem, 2.237vw - 0.06rem, 2.625rem));
  font-weight: 700;
  line-height: 42.12px;
}

.card-body {
  flex-direction: column;
  gap: auto;
  gap: 44px 0;
}

.card-text {
  flex-grow: 1;
  color: rgba(175, 175, 175, 1);
  font-size: calc(clamp(1rem, 0.895vw + 0.426rem, 1.5rem));
  line-height: 28.64px;
  text-align: justify;
}

.card-text p {
  color: rgba(175, 175, 175, 1);
  font-size: calc(clamp(1rem, 0.895vw + 0.426rem, 1.5rem));
  line-height: 28.64px;
}

.card-text strong {
  color: #ffffff;
}

.user {
  flex-direction: row;
  align-items: center;
  gap: 0 9.5px;
}

.user p {
  font-size: calc(clamp(1rem, 0.895vw + 0.426rem, 1.5rem));
  color: rgba(131, 131, 131, 1);
}

.view-more {
  padding-top: 43px;
}

.vm-btn {
  font-size: calc(clamp(1.125rem, 0.671vw + 0.695rem, 1.5rem));
  font-weight: 500;
  color: rgba(131, 131, 131, 1);
  line-height: 28.64px;
}

.vm-btn:hover {
  color: #ff8900;
}

.vm-btn svg {
  margin-left: 8px;
}

.vm-btn:hover svg path {
  fill: #ff8900;
}

.vm-btn:hover svg {
  transform: translateX(10px);
  transition: 1ms ease-in-out;
}

/* footer start */
#footer {
  background-color: #000000;
  padding: 0px 8px 110px 8px;
}

.footer-law {
  flex-direction: column;
  gap: 42px 0;
  padding-top: 45px;
}

.footer-law h2 {
  font-size: calc(clamp(2.125rem, 4.251vw - 0.601rem, 4.5rem));
  font-weight: 700;
  line-height: 85.92px;
  color: #ffffff;
}

.ftLaw-text {
  font-size: calc(clamp(1rem, 0.149vw + 0.946rem, 1.125rem));
  line-height: 21.48px;
  color: rgba(122, 122, 122, 1);
}

.ftLaw-content {
  font-size: calc(clamp(1rem, 0.149vw + 0.946rem, 1.125rem));
  line-height: 30.71px;
  color: rgba(122, 122, 122, 1);
  max-width: 700px;
  margin: 0 auto;
}

.custom-hr {
  position: relative;
  border: none;
  height: 2px;
  margin: 0;
  padding: 0;
}

.custom-hr::before,
.custom-hr::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 50%;
  height: 1px;
  background-color: #ffffff;
}

.custom-hr::before {
  left: 0;
  transform: translateY(-50%);
  background: rgb(255, 255, 255);
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  );
}

.custom-hr::after {
  right: 0;
  transform: translateY(-50%);
  background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  );
}

/* footer end */

/* ------------ VIDEO ----------- */
/* video hero start */
.hide-on-load {
  display: none;
}

.show-on-load {
  display: block;
}
#video {
  background: url(../images/video-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 130px;
  padding-bottom: 55px;
  padding-left: 8px;
  padding-right: 8px;
  background-color: black;
}
.video-main {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  border-radius: 24px;
  margin-top: 81px;
  margin-bottom: 81px;
  overflow: hidden;
  width: 100%;
  border: 2px solid rgba(187, 187, 187, 0.288);
}

iframe {
  width: 100%;
  height: 100%;
}

.video-body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 24px;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 18%);
  backdrop-filter: blur(8px);
  border-radius: 24px;
}

.btn.video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  color: white;
}

.vcx-text {
  margin-bottom: 70px;
}
.video-title h1 {
  color: rgba(230, 230, 230, 1);
  font-weight: 700;
}

.fa-lock,
.fa-lock-open {
  transition: opacity 2s ease;
}

.fa-lock.opening,
.fa-lock-open.opening {
  opacity: 1;
}

.video-btn i {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 50px;
  max-width: 60px;
  max-height: 50px;
  padding: 80px;
  border-radius: 100px;
  border: 2px solid rgba(214, 214, 214, 0.192);
  box-shadow: 0px 0px 15px -5px rgba(255, 255, 255, 0.329);
}

.play-btn {
  width: auto;
  height: auto;
}

.modal {
  overflow-y: hidden;
}

.modal-btn,
.modal-btn:focus,
.modal-btn:active {
  background-color: transparent;
  border: none;
}

#myModalVideo {
  transition: all 2ms ease-out;
}

.modal-video-dialog {
  max-width: 80%;
  margin: 30px auto;
}

.modal-video-body {
  position: relative;
  padding: 0px;
}

.modal-close-btn,
.modal-close-btn:active,
.modal-close-btn:focus {
  width: 10px;
  height: 10px;
  padding: 8px;
  border-radius: 50px;
  background-color: white;
  position: absolute;
  right: -30px;
  top: -20px;
  box-shadow: none;
  border: none;
}

.modal-header {
  border-bottom: 0 none;
}

.modal-req-dialog {
  max-width: 1191px;
  margin: 20px auto;
}

.modal-req-body {
  padding: 90px 112px 100px 112px;
  position: relative;
}

.modal-req-content {
  background-image: url(../images/modal-contact.png);
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 12px;
}

.close-req-btn {
  position: absolute;
  width: 10px;
  height: 10px;
  right: 20px;
  top: 15px;
  padding: 10px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.close-req-btn span {
  color: white;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
}

.modal-header .btn-close-white {
  box-shadow: none;
}

.modal-req-body p {
  padding-top: 10px;
  padding-bottom: 50px;
  max-width: 48%;
}

.modal-req-body h6 {
  font-size: 18px;
  padding-bottom: 6px;
}

.modal-req-body h2 {
  font-size: 36px;
}

.dmastx a:first-child {
  margin-right: 20px;
}

.video-content p {
  font-size: calc(clamp(1.125rem, 0.446vw + 0.964rem, 1.5rem));
  font-weight: 400;
  line-height: 28.64px;
  color: rgba(192, 192, 192, 1);
  max-width: 900px;
  margin: 0 auto;
}

/* video hero end */

/* elevate start */
#elevate {
  background-color: #000000;
  padding-bottom: 26px;
  padding-inline: 8px;
}

.elevate-box {
  background-color: #1a1a1a;
  padding: 95px 95px 88px 95px;
  border-radius: 20px;
  flex-direction: column;
  gap: 40px 0;
}

.elevate-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.elevate-list li {
  font-size: 24px;
  line-height: 28.64px;
  color: rgba(193, 193, 193, 1);
  position: relative;
  padding-left: 20px;
}

.elevate-list li::before {
  position: absolute;
  content: url('../images/circle.png');
  margin-top: -5px;
  margin-left: -20px;
}

.eveate-btn {
  background-color: #247cff;
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  padding: 21px 24px;
  border-radius: 12px;
}

.eveate-btn:hover {
  background-color: #015ce6;
  color: #ffffff;
}

.eveate-btn img {
  min-width: 44px;
  margin-top: -5px;
  margin-right: 16px;
}

.eveate-img {
  max-width: 600px;
}

.eveate-grp {
  justify-content: space-between;
  align-items: center;
}

/* elevate end */
/* video experience start */
.reviews {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.reviews-img {
  max-width: 160px;
}
.reviews-img svg {
  width: 22px;
  height: 22px;
}

/* video experience end */

.mistake {
    background: url(../images/bannerbgmistake.png);
    background-position: bottom center;
    background-size: 1920px;
    background-repeat: no-repeat;
    padding-top: 80px;
    position: relative;
}
@media (max-width: 576px) {
 .mistake {
  background-size: 160%;
}
}
.mistake::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 16%;
  background: linear-gradient(
    180deg,
    rgb(0 0 0 / 0%) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  z-index: 9;
}
.mistake::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 16%;
  background: linear-gradient(
    180deg,
    rgb(0 0 0 / 0%) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  z-index: 9;
}
.mistake-title {
  color: #c1c1c1;
  text-align: center;
}
.mistake-title h2 {
  font-size: 60px;
  font-weight: 600;
}
.mistake-title p {
  font-size: 40px;
  font-weight: 400;
  margin-top: 12px;
  text-transform: capitalize;
}
#mistakeImgRow {
  margin-top: 170px;
}
.text-red {
  color: #ff0000;
}

#mistakeImgUpperText {
  margin-bottom: 100px;
  font-size: 36px;
  text-transform: capitalize;
}

.mistakeImgLeft,
.mistakeImgRight {
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;

  text-align: center;
}
.mistakeImgLeft h3,
.mistakeImgRight h3 {
  font-size: 36px;
  font-weight: 600;
  text-transform: capitalize;
}
.mistakeImgRight {
  justify-content: space-between;
}
#text-1 {
  max-width: 320px;
  margin-left: auto;
}
#text-2 {
    max-width: 290px;
    margin-right: auto;
    z-index: 99;
}
#text-3 {
  max-width: 384px;
}
#text-4 {
  max-width: 408px;
  z-index: 99;
}
.mistakeMainImg {
  position: relative;
}
.upperArrow {
  position: absolute;
  top: -92px;
  left: 50%;
}
.leftUpper {
  position: absolute;
  left: -48px;
  top: 82px;
  transform: rotate(353deg);
  width: 150px;
}
.leftBottom {
  position: absolute;
  left: -150px;
  bottom: 86px;
}
.rightupper {
  position: absolute;
  right: -56px;
  top: 49px;
  width: 130px;
  transform: rotate(354deg);
}
.rightBottom {
  position: absolute;
  bottom: 101px;
  right: -141px;
  width: 250px;
}
.manImg {
  position: relative;
  z-index: 1;
}
#shadow {
  position: absolute;
  bottom: 0;
  left: -200px;
  z-index: -1;
  max-width: 800px;
}

/* why us start here  */
.whyUs {
  padding: 80px 0;
}
#whyUsTitle h2 {
  color: #fff;
}

#whyUsTitle h2 span {
  color: #afafaf;
}
#whyUsTitle p {
  max-width: 880px;
  margin: 12px auto 0;
  line-height: 47px;
}
#whyUsTabRow {
  margin-top: 63px;
}
#pills-tab {
  justify-content: space-around;
  position: relative;
}

.nav-pills .nav-link {
  background-color: transparent;
}
.nav-pills .nav-link .btn-num {
  background: #6d6d6d;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  color: #000;
  border-radius: 50%;
  height: 84px;
  width: 84px;
  position: relative;
  z-index: 10;
}
.nav-pills .nav-link.active {
  background-color: transparent;
}
.nav-pills .nav-link.active .btn-num {
  color: #000;
  background-color: #fff;
}

.nav-pills .nav-link .tab-btn-upper-txt {
  color: #6d6d6d;
  display: block;
  text-align: center;
  margin: 0 0 4px;
  font-size: 20px;
}
.nav-pills .nav-link.active .tab-btn-upper-txt {
  color: #fff;
}

.tab-innerTitle {
  position: relative;
  margin-top: 80px;
}
.tab-innerTitle h2 {
  color: white;
  text-align: center;
  font-size: 40px;
  text-transform: capitalize;
}
.tab-arrow1 {
  position: absolute;
  top: -67px;
  width: 450px;
  left: 166px;
}
#tabInnerRow {
  margin-top: 60px;
}
.singleTabItem {
  background-color: #ffffff1a;
  padding: 40px;
  border-radius: 12px;
  height: 100%;
}
.singleTabImg {
  width: 122px;
  height: 122px;
}
.singleTabContent {
  margin-top: 40px;
}
.singleTabContent h3 {
  font-size: 24px;
  color: #fff;
}
.singleTabContent p {
  color: #c1c1c1;
}
.singleTabContent span {
  display: block;
  margin-top: 40px;
  background-color: #ffa8001a;
  width: 100%;
  height: 6px;
  border-radius: 20px;
  position: relative;
}
#singleTabBar1::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 40%;
  background: #ffa800;
  border-radius: 20px;
}
#singleTabBar2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 70%;
  background: #dbff00;
  border-radius: 20px;
}
#singleTabBar3 {
  background: #24ff00;
}
#tab-btn-bg-bar {
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #000000, #ffffff, #000000);
  position: absolute;
  left: 0;
  bottom: 40px;
}
.tab-arrow2 {
  position: absolute;
  top: -74px;
  width: 176px;
  left: 486px;
}
.tab-arrow3 {
  position: absolute;
  top: -74px;
  width: 172px;
  right: 484px;
}
.tab-arrow4 {
  position: absolute;
  top: -74px;
  right: 160px;
  width: 490px;
}
