*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: #030712;
  background-color: #fff;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  margin: 0;
  padding: 0;
  font-family: "Manrope", serif;
}

p {
  margin-bottom: 15px;
  line-height: 1.4;
}

p:last-child {
  margin-bottom: 0;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

ol,
ul,
dl {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
}

.cg {
  color: #22c55e;
}

.container {
  max-width: 1440px;
  padding: 0 20px;
}

.bodyWrap {
  overflow: hidden;
}

/* Header Footer Css  Start  */

header.headerArea {
  background: #041200;
  color: #fff;
  position: fixed;
  z-index: 111;
  left: 0;
  top: 0;
  width: 100%;
}

.dopdown_menuWrao {
  left: 50%;
  transform: translate(-50%);
  position: absolute;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  padding: 32px;
  border-radius: 24px;
  box-shadow: rgba(92, 92, 94, 0.016) 0px 0.676763px 2.5717px -0.125px, rgba(92, 92, 94, 0.027) 0px 2.05233px 7.79885px -0.25px, rgba(92, 92, 94, 0.047) 0px 5.42526px 20.616px -0.375px, rgba(92, 92, 94, 0.118) 0px 17px 64.6px -0.5px;
  background: #fff;
  min-width: 400px;
  transition: .3s ease all;
}

.dopdown_menuWrao {
  position: absolute;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

nav.navContainer {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  padding: 20px 0px;
  position: relative;
}

a.navBrand {
  width: 137px;
}

.mainMenuContiner {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

ul.mainMenuContainer {
  display: flex;
  align-items: center;
  gap: 48px;
}

ul.mainMenuContainer>li>a {
  color: #9ca3af;
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: .3s;
  padding: 12px 0;
}

header.headerArea .container {
  max-width: 1240px;
}

ul.mainMenuContainer>li a.loginLink {
  background: #15803d;
  color: #fff;
  padding: 8px 24px;
  position: relative;
  border-radius: 5px;
}

ul.mainMenuContainer>li a.loginLink:hover {
  background: #16B550;
  color: #fff;
}

ul.mainMenuContainer>li>a:hover {
  color: #15803d;
}

img.menuDropIcon {
  display: block;
  width: 20px;
}

ul.mainMenuContainer>li>a:hover svg {
  transform: rotate(-180deg);
}

ul.mainMenuContainer>li>a svg {
  transition: .3s;
}

footer.footerArea {
  background: #041200;
  color: #fff;
  padding: 80px 0;
}

.col-20 {
  width: 19%;
}

footer.footerArea .container {
  max-width: 1420px;
}

.col-20.footerInfoCol {
  flex-grow: 1;
  padding-right: 30px;
}

a.footerBrand {
  display: block;
  width: 135px;
  margin-bottom: 24px;
}

.footerWidget p {
  color: #9ca3af;
  font-size: 16px;
}

.footerWidget li a {}

ul.quiclLinks li a {
  color: #9ca3af;
  font-size: 16px;
}

ul.quiclLinks {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footerWidget h3 {
  color: #f3f4f6;
  font-family: 'Inter';
  font-size: 18px;
  margin-bottom: 20px;
}

.col-20.w15 {
  width: 15%;
}


/* Header Footer Css END  */


.heroArea {
  background: #041200;
  padding: 90px 0 50px;
}

.heroContent {
  text-align: center;
}

span.herotag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #fff;
  border-radius: 25px;
  background: #1e2a1a;
  border: 1px solid #e5e7eb29;
  font-size: 13px;
  padding: 4px 15px;
}

.heroContent h1 {
  font-size: 82px;
  line-height: 120%;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-family: 'Manrope';
  padding: 24px 0;
}

.heroContent h3 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  max-width: 718px;
  margin: 0 auto 24px auto;
  line-height: 140%;
}

.dualBtns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.greenBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  background: #15803d;
  padding: 12px 27px;
  transition: .3s ease all;
  border-radius: 10px;
}

a.whiteBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  background: #fff;
  padding: 12px 27px;
  transition: .3s ease all;
  border-radius: 10px;
}

a.whiteBtn:hover {
  color: #27B654;
}

a.greenBtn {
  color: #fff;
}

.heroSlider {
  margin-top: 10px;
}

p.smallText {
  text-align: center;
  color: #9ca3af;
  font-size: 14px;
  margin-top: 15px;
}

.heroSliderBox {
  margin-top: 130px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.heroSliderBox h3 {
  color: #f3f4f6;
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
}


.signupCont {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.signUpArea {
  background: linear-gradient(90deg, #093028 0%, rgba(35, 122, 87, 1) 100%);
  padding: 100px;
}

.signupCont h2 {
  font-size: 48px;
  color: #fff;
  font-weight: bold;
}

.privacyGdpr {
  background-color: #e0ffed;
  border-radius: 20px;
  display: flex;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
  height: min-content;
  justify-content: center;
  max-width: 1440px;
  padding: 35px;
  position: relative;
  width: 100%;
  align-items: center;
}

.privacyArea {
  padding-bottom: 96px;
}

.privacyArea .container {
  max-width: 1480px;
}

img.gdprIcon {
  width: 250px;
}

.privacyGdpr h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
}

.privacyGdpr p {
  font-size: 28px;
  font-family: 'Manrope';
  font-weight: 500;
}

.platfromContainer {
  padding: 100px 0;
}

h2.sectionTitle {
  text-align: center;
  font-size: 56px;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 100px;
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
}

h2.sectionTitle span {
  color: #22c55e;
}

.platCont h3 {
  font-size: 16px;
  text-transform: uppercase;
  color: #15803d;
  font-family: 'Inter';
  margin-bottom: 10px;
}

.platCont h2 {
  font-size: 40px;
  font-weight: 700;
  max-width: 610px;
  margin-bottom: 40px;
}

ul.greenCheck {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}

ul.greenCheck li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  font-size: 18px;
  font-family: 'Inter';
}

ul.greenCheck li>img {
  display: block;
  width: 24px;
  flex-shrink: 0;
}

.blackBbtns {
  background: #030712;
  display: inline-flex;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  padding: 8px 25px;
  transition: .3s;
}

a.blackBbtns:hover {
  color: #fff;
  background: #16B550;
}

.platfromList {
  display: flex;
  flex-direction: column;
  gap: 120px;
  max-width: 1260px;
  margin: 0 auto;
}

.platfromItem .row {
  flex-wrap: nowrap;
  gap: 56px;
}

.platfromItem .row>div {
  width: 30%;
  flex-grow: 1;
}

img.platImg {
  max-width: 550px;
}

.howArea {
  background-color: #edfcf3;
  padding: 70px 0;
}

.howArea h2.sectionTitle {
  margin-bottom: 64px;
}

.howItem {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 425px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 24px;
  color: #fff;
  padding: 24px 20px;
  transition: .3s cubic-bezier(0.25, 0.1, 0.39, 1.32) all;
  transform: translate(-0px);
}

img.howImg {
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.howCont {
  max-width: 1184px;
  margin: 0 auto;
}

a.howItem h2 {
  font-size: 24px;
  font-weight: 700;
}

a.howItem h4 {
  font-size: 20px;
  margin-top: 16px;
  font-family: 'Inter';
  line-height: 140%;
}

a.howItem:hover {
  color: #fff;
  transform: translateY(-20px);
  transition: .3s ease all;
}

.improveContainer {
  padding: 96px 0;
}

.improveImtem>svg {
  display: block !important;
  width: 40px !important;
}

.improveImtem {
  display: flex;
  flex-direction: column;
  gap: 24px;
  transition: .3s cubic-bezier(0.25, 0.1, 0.39, 1.32) all;
  transform: translate(-0px);
}

.improveImtem h2 {
  font-size: 28px;
  font-weight: 700;
}

.improveImtem p {
  font-size: 18px;
  color: #4b5563;
  margin-top: -6px;
  margin-bottom: 0;
}

a.greenLineLink {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #4b5563;
}

a.greenLineLink svg {
  width: 24px !important;
}

a.greenLineLink span {
  display: block;
  border-bottom: 1px solid #15803d;
  line-height: 1.7;
}

a.greenLineLink:hover svg,
a.greenLineLink:hover svg path {
  fill: #22C55E !important;
}

.improveCont .row {
  gap: 40px 0px;
  margin: 0 -35px;
}

.improveCont .row>div {
  padding: 0 35px;
}

.improveImtem:hover {
  transform: translateY(-20px);
  transition: .3s ease all;
}

.quoteMessage {
  background: #cef9df;
  padding: 50px 0;
}

.quotCont {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
}

img.quoteIcon {
  width: 100px;
  display: block;
  margin-bottom: 10px;
}

.quotCont h3 {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 1.3;
  margin-bottom: 40px;
}

.quotCont>div {
  width: 71%;
  padding-right: 0;
}

.quotCont {
  display: flex;
}

img.quotAuthoer {
  border-radius: 120px;
  flex: none;
  height: 278px;
  position: relative;
  width: 240px;
  display: block;
  margin-left: auto;
  flex-shrink: 0;
}

.quotCont h4 {
  font-size: 20px;
  font-weight: 700;
}

.quotCont p {
  font-size: 20px;
}

.nativeConnect {
  padding: 96px 0;
}

.nativeIcons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 30px;
  max-width: 780px;
  margin: -30px auto 0 auto;
}

a.nativeItem {
  display: block;
  transition: .5s ease all;
  transform: translate(0);
}

a.nativeItem:hover {
  transform: translateY(-20px);
}

ul.mainMenuContainer>li:hover .dopdown_menuWrao {
  opacity: 1;
  visibility: visible;
}

ul.tow_col_mediaLinks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px 30px;
}

ul.tow_col_mediaLinks li a {
  display: flex;
  align-items: self-start;
  gap: 16px;
  padding: 12px;
}

ul.tow_col_mediaLinks li a>img {
  display: block;
  width: 24px;
}

ul.tow_col_mediaLinks li a h4 {
  font-size: 16px;
  font-weight: 600;
  color: #030712;
  line-height: 1.5;
  margin: 0 0 4px 0;
}

ul.tow_col_mediaLinks li a p {
  font-size: 14px;
  color: #4b5563;
}

.dopdown_menuWrao.towColDrop {
  width: 800px;
}

ul.mainMenuContainer>li {
  position: relative;
}

ul.iconLinks {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

ul.iconLinks li a {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 50px;
  font-size: 16px;
  color: #030712;
  font-weight: 600;
}

ul.iconLinks li a img {
  display: block;
  width: 24px;
  flex-shrink: 0;
}

.dopdown_menuWrao.threecolDrop {
  width: 1000px;
  margin-left: -100px;
}

.caseFeature {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 16px;
}

.caseFeature img {
  display: block;
  width: 100%;
  height: 160px;
  object-fit: cover;
}

span.caseTag {
  display: block;
  position: absolute;
  z-index: 11;
  left: 18px;
  top: 14px;
  background: #dd4bab;
  padding: 7px 9px;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
}

.dopdown_menuWrao.threecolDrop .row {
  margin: 0 -18px;
}

.dopdown_menuWrao.threecolDrop .row>div {
  padding: 18px 18px;
}

a.caseLinks p {
  font-size: 18px;
  color: #030712;
}

.dopdown_menuWrao.resourceDrop {
  width: 1200px;
  margin-left: -290px;
}

.dopdown_menuWrao.resourceDrop.threecolDrop> row {
  margin: 0 -15px;
}

.dopdown_menuWrao.resourceDrop.threecolDrop> row> div {
  padding: 15px;
}

h3.menuColTItle {
  color: #9ca3af;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 24px 0;
}

.resourceDrop ul.tow_col_mediaLinks {
  grid-template-columns: repeat(1, 1fr);
}

li.featureItem a {
  display: flex;
  align-items: center;
  gap: 16px;
}

li.featureItem a> img {
  display: block;
  width: 50%;
  flex-shrink: 0;
}

.feapostImg {
  width: 45%;
  flex-shrink: 0;
}

.feapostImg img {
  display: block;
  width: 100%;
  border-radius: 16px;
  max-height: 90px;
  object-fit: cover;
}

li.featureItem h3 {
  font-size: 16px;
  color: #030712;
  font-weight: 600;
}

li.featureItem {
  font-size: 14px;
}

li.featureItem p {
  color: #4b5563;
  font-size: 14px;
  margin-top: 6px;
}

ul.featurePost {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

img.banar-dot {
  display: block;
  position: absolute;
  z-index: -2;
  left: auto;
  right: 70%;
  width: 450px;
  top: 62%;
  transform: translateY(-50%);
}

.heroContent {
  position: relative;
  z-index: 1;
  max-width: 1052px;
  margin: 0 auto;
}

.owl-carousel .owl-item img.brandImte {
  display: block;
  max-width: unset;
  width: auto !important;
  height: 54px;
}

.heroSlider {
  position: relative;
  z-index: 1;
}

.heroSlider:after, .heroSlider:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 0;
  width: 150px;
  display: block;
  background-image: linear-gradient(90deg, black, transparent, transparent);
}

.heroSlider:after {
  left: auto;
  right: 0;
  background-image: linear-gradient(-90deg, black, transparent, transparent);
}

.dmenuTriger {
  display: none;
}