@font-face {
  font-family: "Roboto";
  font-weight: 100;
  src: url(../fonts/Roboto-Thin.ttf);
}
@font-face {
  font-family: "Roboto";
  font-weight: 200;
  src: url(../fonts/Roboto-ExtraLight.ttf);
}
@font-face {
  font-family: "Roboto";
  font-weight: 300;
  src: url(../fonts/Roboto-Light.ttf);
}
@font-face {
  font-family: "Roboto";
  font-weight: 400;
  src: url(../fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: "Roboto";
  font-weight: 500;
  src: url(../fonts/Roboto-Medium.ttf);
}
@font-face {
  font-family: "Inter";
  font-weight: 500;
  src: url(../fonts/Inter_24pt-Medium.ttf);
}

@font-face {
  font-family: "Roboto";
  font-weight: 600;
  src: url(../fonts/Roboto-SemiBold.ttf);
}
@font-face {
  font-family: "Roboto";
  font-weight: 700;
  src: url(../fonts/Roboto-Bold.ttf);
}
@font-face {
  font-family: "Roboto";
  font-weight: 800;
  src: url(../fonts/Roboto-ExtraBold.ttf);
}
@font-face {
  font-family: "Roboto";
  font-weight: 900;
  src: url(../fonts/Roboto-Black.ttf);
}
body {
  font-family: "Roboto";
}
:root {
  --Primary: #0c9eb5;
  --Dark: #4f4f4f;
  --White: #fff;
  --Secondary: #c15111;
}

h1,
h2,
h3,
p,
h4 {
  margin: 0;
}
.headerItem,
option,
select,
header.blueBtn {
  color: var(--Dark);
  font-size: 14px !important;
  font-weight: 400;
  line-height: 142.857% !important;
}

.headerItem:hover,
footer a:hover {
  color: var(--Primary);
}
.blueBtn {
  border-radius: 9999px;

  padding: 16px 40px;
  text-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 10px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--Primary);
  white-space: nowrap;
}
header .blueBtn {
  padding: 10px 24px;
  text-shadow: unset;
}
.whiteBlue:hover,
.blueBtn {
  background: var(--Primary);
  color: var(--White);
}
.blueBtn:hover,
.whiteBlue {
  background: rgba(255, 255, 255, 0.8);
  color: var(--Primary);
}
h5 {
  color: rgba(79, 79, 79, 0.7);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  line-height: 133.333%;
}
a {
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  line-height: 155.556%;
}
header {
  position: fixed;
  top: 0;
  z-index: 5;
  width: 100%;
}
.whiteBlue {
  border-radius: 9999px;
  border: 2px solid var(--Primary);
  padding: 18px 42px;
}
.changLang {
  display: flex;
  width: 82px;
  height: 41px;
  padding: 8px 12px;
  justify-content: flex-end;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  border-radius: 6px;
  border: 1px solid #d1d5db;
}

header select {
  border: 0 !important;
  padding: 0 !important;
  background-image: url(/images/Icon-45.svg) !important;
  background-position: right 0rem center !important;
  background-size: unset !important;
}
.Banner {
  display: flex;
  height: 905px;
  /* height: 100vh; */
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  /* background-size: cover; */
  position: relative;
  background-size: 100% 100%;
  z-index: 1;
}
.banner {
  height: 360px;
  padding: 140px 24px 64px;
  background: linear-gradient(135deg, rgb(10 159 181 / 53%) 0%, #fff 100%);
}

.banner h1 {
  color: #111827;
  text-transform: capitalize;
}
.bannerData h2 {
  max-width: 770px;
  text-align: center;
}
span,
::placeholder {
  color: var(--Secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 142.857%;
}
h1,
.Title h1 span {
  color: var(--Dark);
  text-transform: capitalize;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* */
}
.Title {
  max-width: 500px;
  text-align: center;
}
.bannerData h1,
.bannerData h1 span {
  font-size: 96px;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: -2.4px;
}
.rowGap {
  row-gap: 30px;
}
.rowSectionGap {
  row-gap: 40px;
}
.headerNavbar {
  padding: 16px 0;
}
h1 span {
  color: var(--Primary) !important;
}
h2 {
  color: var(--Dark);
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 162.5%;
}
h3 {
  color: var(--Dark);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
h4 {
  font-size: 18px;
  color: var(--Dark);
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
}
p,
.greenBox {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.sectionPadding {
  padding: 96px 0;
}
.firstSection {
  padding: 96px 0 48px;
}

.smallTitle {
  border-radius: 9999px;
  padding: 8px 16px;
}
.bs-gutter-x-48 {
  --bs-gutter-x: 48px;
}
.whiteHedaer {
  background-color: var(--White);
}

.sectionImage img {
  border-radius: 16px;
  width: 100%;
  height: 100%;
}
.greyBox {
  display: flex;
  padding: 17px;
  margin-bottom: 8px;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background: rgba(12, 158, 181, 0.1);
}

.counter {
  padding-top: 64px;
}
.counter h1 {
  color: var(--Primary);
  text-transform: capitalize;
}

.counter p {
  color: rgba(79, 79, 79, 0.7);
  text-transform: capitalize;
  font-weight: 500;
}
.TitleFixed {
  text-align: left;
}

.whiteBox {
  border-radius: 12px;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 1px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(2px);
  /* padding: 11px; */
}
.downloadSection .swiper-slide {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: lightgray;
  position: relative;
}

/* .downloadSection::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.6;
  /* background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(10, 159, 181, 0.05) 50%,
    rgba(255, 255, 255, 0.5) 100%
  ); */
/* background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgb(10 159 181 / 65%) 50%,
    rgba(255, 255, 255, 0.5) 100%
  ); 
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgb(10 159 181 / 71%) 50%,
    rgba(255, 255, 255, 0.5) 100%
  );
  z-index: 1;
} */

/* .downloadSection::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../SECTION-after.jpg);

  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.9;
} */

.contentDownload {
  position: relative;
  z-index: 3;
}
.whiteBoxDownload {
  padding: 16px 32px;
  gap: 12px;
  border-radius: 12px;
  display: flex;

  align-items: center;

  flex-shrink: 0;
  background: var(--White, #fff);
}

.whiteBoxDownload h4 {
  font-weight: 900;
  white-space: nowrap;
}
.whiteBoxDownload span {
  color: rgba(79, 79, 79, 0.7);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  white-space: nowrap;
  line-height: 133.333%;
}
.appRating {
  padding-top: 33px;
  border-top: 1px solid rgba(12, 158, 181, 0.1);
  width: 100%;
}
.appRating h1 {
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  line-height: 111.111%;
}
.appRating span {
  font-weight: 400;
}

.blueBox {
  background: #f9fafb;
  border-radius: 24px;
  box-shadow: 0 8px 10px -6px rgba(0, 0, 0, 0.1),
    0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.imageBackground {
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 24px 0 0 24px;

  height: 100%;
  background-position: center;
}
.boxText {
  height: 792px;
  padding: 64px 48px;
  position: relative;
}
.boxText .Title {
  text-align: start;
  max-width: 400px;
}
.EarnMoneyImage {
  padding-right: 0;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer ul li a {
  color: var(--White);
  font-size: 14px;
  font-weight: 400;
  line-height: 142.857%;
}
.styledMenu {
  padding: 38px 0 8px;
}
.styledMenu li::before {
  background-image: url(../../images/Icon-406.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px;
  top: 0%;
  width: 32px;
  height: 32px;
  background-color: var(--Primary);
  position: absolute;
  left: 0;
  display: flex;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  content: "";
}
.styledMenu li {
  position: relative;
  padding-left: 50px;
}
.styledMenu h4 {
  font-weight: 600;
}

footer {
  background: var(--Dark);
  padding: 48px 0;
}

::placeholder {
  color: var(--White, #fff) !important;
  font-family: Inter;
}
footer h4,
footer p,
footer span {
  color: var(--White, #fff);
}

footer input {
  border-radius: 9999px !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  background-color: unset !important;
  padding: 13px 17px !important;
  color: var(--White, #fff) !important;
}

.submitForm {
  background-color: unset;
  border: 0;
}

footer p {
  max-width: 350px;
}

.footerTop {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 48px;
}
.footerBottom {
  padding-top: 32px;
}
.socialBox {
  border-radius: 8px;
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.socialBox i {
  color: var(--White, #fff) !important;
}

/* footer ul {
  gap: 12px;
  display: flex;
  flex-direction: column;
} */
.socialBox:hover {
  opacity: 0.7;
}
.imageDotes {
  position: absolute;
  right: 32px;
  top: 32px;
}

.privacyText p {
  color: var(--Dark);
}

.greenBox {
  border-radius: 8px;
  background: var(--Primary);
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  font-weight: 700;
  color: var(--White);
}

.gap-12 {
  gap: 12px;
}

.privacyTitle h2 {
  font-weight: 700;
  line-height: 133.333%;
}

.termsTitle h4 {
  font-weight: 600;
}
.accordion-item {
  border-radius: 12px !important;
  border: 1px solid #e5e7eb !important;
}

.accordion-button {
  padding: 20px;
  border: unset !important;
  border-radius: 0 !important;
  background-color: unset;
}
.accordion-button:focus,
.accordion-button:not(.collapsed) {
  background-color: unset;
  box-shadow: unset;
}

.TermsTextBody {
  padding-top: 21px;
  border-top: 1px solid #e5e7eb;
}
.TermsTextBody ul {
  padding: 0 24px;
  list-style: disc;
}
ul li::marker {
  color: var(--Primary);
  font-size: 1.2em;
}

.accordion-body {
  padding: 0 1.25rem 1rem;
}

.controlBox {
  padding: 9px 17px;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #e5e7eb;
}
.controlBox i,
.controlBox span {
  color: var(--Dark);
}
.controlBox.active {
  border: 2px solid var(--Primary);
}
.controlBox.active span,
.controlBox.active i {
  color: var(--Primary);
}
.accordion-button.collapsed::after {
  background-image: url("/images/Icon-32.svg") !important;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("/images/Icon-32.svg") !important;
}

.image {
  position: relative;
  z-index: 3;
  animation: floatSlow 2s ease-in-out infinite;
}

@keyframes floatSlow {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
}

@keyframes floatCircle {
  0%,
  100% {
    transform: translateY(0px) scale(1);
  }
  50% {
    transform: translateY(-10px) scale(1.05);
  }
}

.box {
  border-radius: 16px;
  background: var(--White, #fff);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  padding: 16px;
  position: absolute;
  z-index: 3;
  min-width: 197.672px;
  animation: floatCircle 3s ease-in-out infinite;
}

.box span {
  color: var(--Dark);
}

.box1 {
  right: 5%;
  top: 23%;
}
.box2 {
  top: 55%;
  left: 8%;
}

.orangeBox {
  border-radius: 12px;
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.getOffer {
  padding: 12px 0;
  background: var(--Primary, #0c9eb5);
}
.getOffer h3 span {
  color: #facc15;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 112.5%;
}

.serviceCard {
  padding: 25px;
  border-radius: 16px;
  border: 1px solid var(--borders, #f3f4f6);
  background: var(--White, #fff);
  height: 100%;
  box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.1),
    0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.serviceCard h4 {
  font-weight: 700;
}
.blueBoxService {
  margin-bottom: 8px;
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background: rgba(12, 158, 181, 0.1);
}
.servicesSwiper .swiper-slide {
  margin-top: 0 !important;
  height: unset !important;
}
.servicesSwiper {
  padding-top: 48px;
  overflow: clip;
  overflow-y: visible;
}
.rowGap16 {
  row-gap: 16px;
}

.aboutSection {
  border: 1px solid var(--borders, #f3f4f6);
  background: var(--bg, #f9fafb);
}

.servivcesContol {
  padding-top: 40px;
}
.servivcesContol * {
  position: unset;
}

.servivcesContol .swiper-pagination {
  width: unset;
}
.servivcesContol .swiper-button-prev {
  transform: rotate(180deg);
}

.serviceBtn {
  margin-top: 0 !important;
  border-radius: 9999px;
  padding: 12px;
  border: 1px solid #d1d5db;
}

.servicePaginantion .swiper-pagination-bullet-active {
  width: 24px;
  border-radius: 9999px;
  background: var(--Primary, #0c9eb5);
}

.imageBackground2 {
  border-radius: 0 24px 24px 0;
}

.mailFooter a {
  color: var(--White, #fff);
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.yadyadBox {
  border-radius: 16px;
  border: 1px solid var(--borders, #f3f4f6);
  background: var(--bg, #f9fafb);
  padding: 33px;
  text-align: center;
  height: 100%;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.yadyadBoxSmall {
  border-radius: 16px;
  padding: 16px;
  background: rgba(12, 158, 181, 0.1);
}
.yadyadBox h1,
.marketText h1 {
  color: var(--Primary);
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 125%;
}

.yadyadBox span {
  color: var(--Dark);
  line-height: 137.5%;
}

.chooseBox {
  border-radius: 24px;
  border: 1px solid var(--White);
  background: var(
    --gradient,
    linear-gradient(137deg, #0a9fb5 0%, #077a8a 100%)
  );
  height: 100%;
  gap: 20px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  padding: 33px;
  position: relative;
}
.chooseBox::after {
  content: "";
  display: flex;
  width: 144px;
  height: 144px;
  align-items: flex-start;
  border-radius: 9999px;
  opacity: 0.1;
  background: var(--White, #fff);
  position: absolute;
  right: -31px;
  bottom: -31px;
}
.chooseNote {
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.2);
  padding: 4px 12px;
}

.chooseImage {
  padding: 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.chooseBox * {
  color: var(--White);
}

.chooseBox span {
  font-weight: 400;
  line-height: 162.5%;
}
.chooseBox h3 {
  font-weight: 700;
}

.rowGap24 {
  row-gap: 24px;
}

.customerStories {
  background: rgba(12, 158, 181, 0.05);
}
.storesCard {
  border-radius: 16px;
  padding: 29px;
  height: 100%;
  border: 1px solid var(--borders, #f3f4f6);
  background: var(--White, #fff);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.type {
  padding: 4px 12px;
  border-radius: 9999px;
  background: rgba(12, 158, 181, 0.1);
  margin-bottom: 20px;
}

.autorQutation {
  padding-top: 17px;
  border-top: 1px solid var(--borders, #f3f4f6);
}

.autorImage {
  height: 44px;
}
.autorImage img {
  height: 100%;
  border-radius: 9999px;
}

.storesCard span,
.storesCard h6 {
  color: var(--Dark);
  font-weight: 400;
}

.autorQutation span {
  font-weight: 600;
}
.type h5 {
  color: var(--Primary);
  font-weight: 500;
}

.storesSwiper {
  padding-top: 48px;
}

.qutaionText {
  height: 100px;
}
.storesSwiper .swiper-slide-active {
  border: 1px solid var(--Primary);
  border-radius: 16px;
}
.headerDropDown span {
  font-weight: 400;
  color: var(--Dark) !important;
}
header .dropdown-toggle::after {
  border: unset;
}

header .dropdown-toggle {
  padding: 10px;
  justify-content: center;
  background: unset !important;
}
header .dropdown-menu {
  left: unset !important;
  right: 0;
  min-width: unset;
  max-width: max-content;
}

header .dropdown-menu a.active,
header .dropdown-menu .dropdown-item.active,
header .dropdown-menu .dropdown-item:active {
  background: rgba(12, 158, 181, 0.1);
}

header .dropdown i {
  font-size: 14px;
  color: var(--Dark);
}
header .dropdown-menu a.active span,
header .dropdown-menu a.active i,
header .dropdown-menu .dropdown-item.active i,
header .dropdown-menu .dropdown-item.active span,
header .dropdown-menu .dropdown-item:active span,
header .dropdown-menu .dropdown-item:active i {
  color: var(--Primary) !important;
}

.marketSection {
  /* background: linear-gradient(
    90deg,
    rgba(193, 81, 17, 0.95) 0%,
    rgba(193, 81, 17, 0.8) 50%,
    rgba(193, 81, 17, 0.4) 100%
  ); */
  background-image: url(../../images/DIV-832.jpg);
  border-radius: 24px;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 56px;
}

.marketText {
  max-width: 448px;
}

.marketText span {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
}
.marketText h1 {
  color: #fff;
}

.yadyadSwiper .swiper-slide:nth-child(odd) .orangeBox,
.fixedPagination
  .swiper-pagination-bullet:nth-child(odd).swiper-pagination-bullet-active {
  background: var(--Primary);
}
.yadyadSwiper .swiper-slide:nth-child(odd) .smallTitle {
  background: rgba(10, 159, 181, 0.1);
}
.yadyadSwiper .swiper-slide:nth-child(even) .orangeBox,
.yadyadSwiper
  .fixedPagination
  .swiper-pagination-bullet:nth-child(even).swiper-pagination-bullet-active {
  background: var(--Secondary, #c15111);
}
.yadyadSwiper .swiper-slide:nth-child(even) .smallTitle {
  background: rgba(193, 81, 17, 0.1);
}
.yadyadSwiper .swiper-slide:nth-child(odd) .Title h1 span,
.yadyadSwiper .swiper-slide:nth-child(odd) .appRating *,
.yadyadSwiper .swiper-slide:nth-child(odd) .smallTitle span {
  color: var(--Primary) !important;
}
.yadyadSwiper .swiper-slide:nth-child(even) .Title h1 span,
.yadyadSwiper .swiper-slide:nth-child(even) .appRating *,
.yadyadSwiper .swiper-slide:nth-child(even) .smallTitle span {
  color: var(--Secondary, #c15111) !important;
}

.yadyadSwiper .swiper-slide:nth-child(odd) .whiteBoxDownload * {
  color: var(--Dark);
}
.yadyadSwiper .swiper-slide:nth-child(even) .whiteBoxDownload * {
  color: var(--White);
}

.yadyadSwiper .swiper-slide:nth-child(even) .whiteBoxDownload {
  background: var(--Dark);
}

.whiteBoxDownload i {
  font-size: 25px;
}
.footerTop ul {
  gap: 12px;
  display: flex;
  flex-direction: column;
}

.fixedPagination {
  position: absolute;
  z-index: 3;
  padding: 0;
  width: 100%;
  bottom: 30px;
}

.becomeAtaskerTitle p {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 181.25%;
}
.becomeAtaskerTitle {
  padding-bottom: 23px;
}

.errorMsg {
  color: #fff;
}
