/* =========================== */
/* Universal css for page reset */
/* =========================== */

*,
::after,
::before {
  padding: 0px;
  margin: 0px;
  box-sizing: inherit;
}

/* =========================== */
/* wesite base typography */
/* =========================== */

html {
  font-size: 62.5%;
}

body {
  box-sizing: border-box;
  font-family: "Inter", "Poppins", sans-serif;
  font-size: 1.6rem;
  color: #161616;
  user-select: none;
}

/* =========================== */
/* Predefined styles */
/* =========================== */

.MainContainer-staticPage-content {
  font-family: "Poppins", sans-serif !important;
  font-weight: 300;
}

.SMHeaderbg {
  background-color: #1899e9 !important;
}

.WebsiteHeader-toggle,
.WebsiteHeader-toggle:focus,
.WebsiteHeader-toggle:active {
  border-color: #ffffff;
  box-shadow: none;
  outline: none;
  padding: 2px 8px;
}

.WebsiteHeader-toggle-icon {
  background-image: url("../img/togglebutotn.svg");
  width: 25px;
  height: 25px;
}

section {
  padding: 100px 0px;
}

section.MainContainer-staticPage-content {
  padding: 50px 0px;
}

.MainHeading,
.MainSubheading {
  font-size: 6rem;
}

.MainDescription {
  color: #7e7e7e;
}

/* =========================== */
/* Header navigation css */
/* =========================== */

.WebsiteHeader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  background-color: transparent;
  z-index: 10;
  padding: 10px 0px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  border-bottom: 3px solid transparent;
}

.WebsiteHeader.scrollBG {
  background-color: #1899e9;
}

.WebsiteHeader.SMHeaderbg {
  border-bottom-color: #ffffff;
}

.MainContainer-staticPage .WebsiteHeader {
  background-color: #1899e9;
}

.MainContainer-staticPage .WebsiteHeader.scrollBG {
  color: #ffffff;
}

.WebsiteHeader-logo {
  width: 250px;
}

.WebsiteHeader-navList-container .WebsiteHeader-navList-item:not(:last-child) {
  margin-right: 15px;
}

.WebsiteHeader-navList-item > * {
  color: #ffffff;
  font-size: 1.6rem;
  padding: 5px 12px !important;
}

.WebsiteHeader.scrollBG .WebsiteHeader-navList-item > * {
  color: #ffffff;
}

.MainContainer-staticPage
  .WebsiteHeader.scrollBG
  .WebsiteHeader-navList-item
  > * {
  color: #ffffff;
}

.WebsiteHeader-navList-item > *:hover {
  color: #ffffff;
}

.WebsiteHeader-navList-item > *.active,
.WebsiteHeader-navList-item > *.show {
  color: #ffffff !important;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

/* .WebsiteHeader.scrollBG .WebsiteHeader-navList-item > *.active,
.WebsiteHeader.scrollBG .WebsiteHeader-navList-item > *.show {
  background-color: #ffdd44;
  color: #755944 !important;
} */

/* .MainContainer-staticPage
  .WebsiteHeader.scrollBG
  .WebsiteHeader-navList-item
  > *.active,
.MainContainer-staticPage
  .WebsiteHeader.scrollBG
  .WebsiteHeader-navList-item
  > *.show {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffdd44 !important;
} */

@media only screen and (min-width: 992px) {
  .WebsiteHeader-navList-item {
    padding: 15px 0px 10px 20px !important;
  }
}

/* =========================== */
/* Hero banner section css */
/* =========================== */

.HeroBanner {
  min-height: 100vh;
  width: 100%;
  /* background-color: #1899e9; */
  z-index: 1;
  overflow-x: hidden;
  background-image: url("../img/herobannerBG.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.Downloadlinks a {
  display: inline-block;
  width: 200px;
}

/* .HeroBanner::after,
.HeroBanner::before,
.DownloadApp::after,
.DownloadApp::before {
  content: " ";
  position: absolute;
  width: 40%;
  height: 70%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #755944;
  filter: blur(100px);
  -webkit-filter: blur(100px);
  z-index: -1;
} */

/* .HeroBanner::after,
.DownloadApp::after {
  top: 0;
  left: -150px;
}

.HeroBanner::before,
.DownloadApp::before {
  bottom: 0;
  right: -200px;
} */

.HeroBanner-data-heading {
  font-size: 7.8rem;
}

.HeroBanner-img {
  width: 580px;
}

/* =========================== */
/* App feature section css */
/* =========================== */

.AppFeature-card {
  background-color: #f0faff;
}

.AppFeature-card span {
  width: 80px;
  height: 80px;
  background-color: #ffffff;
  padding: 20px;
  display: block;
  margin: 0 auto;
}

/* ================================= */
/* How to use app steps css */
/* ================================= */

.ribbonDivider {
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 65%;
  z-index: -1;
  margin: -25px auto;
}

.ribbon1 {
  background-image: url("../img/ribbon1.png");
}

.ribbon2 {
  background-image: url("../img/ribbon2.png");
  background-size: cover;
  width: 60%;
}

.ribbon3 {
  background-image: url("../img/ribbon1.png");
}

/* ================================= */
/* testimonial section css */
/* ================================= */

.testimonial-Slider-card {
  width: 95% !important;
  display: block !important;
  margin: 0 auto;
}

/* ================================= */
/* footer section css */
/* ================================= */

.WebsiteFooter {
  background-color: #1899e9;
  padding: 60px 0px 0px 0px;
}

.WebsiteFooter-logo {
  width: 400px;
}

.WebsiteFooter-content h1 {
  font-size: 5rem;
  font-weight: bold;
}

.footerLinks a {
  font-size: 1.6rem;
}

.footerLinks li {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  padding: 20px 45px;
  background-color: rgba(255, 255, 255, 0.1);
  width: 285px;
}

.footerLinks li:not(:last-child) {
  margin-right: 30px;
}

.footerLinks img {
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
}

.copywrite {
  background-color: #0fabee;
  padding: 15px 0px 10px 0px;
  margin-top: 80px;
}

.copywrite a {
  background-color: #ffffff;
}

.copywrite a:not(:first-child) {
  margin-left: 15px;
}

.copywrite img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  padding: 10px;
}

/* =================== */
/* static pages css */
/* =================== */

.headerBanner {
  margin-top: 107px;
  z-index: 1;
}

.headerBanner-Content {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 130px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 7.5rem;
  color: #ffffff;
}

.headerBanner-Content::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #00000087;
  z-index: -1;
}

/* ================================================= */
/* Aboutus/PrivacyPoliy/TnC/Contactus banner */
/* ================================================= */

.Aboutus .headerBanner-Content {
  background-image: url("../img/aboutbanner.png");
}

.PryPoly .headerBanner-Content {
  background-image: url("../img/policybg.png");
}

.TnC .headerBanner-Content {
  background-image: url("../img/termsbg.png");
}

.Contactus .headerBanner-Content {
  background-image: url("../img/contactbg.png");
}

/* ======================================= */
/* Contact us page contact content css
/* ======================================= */

.Contactus-content {
  padding: 50px 0px;
}

.Contactus-content-card {
  background-color: #fef9f3;
}

.contact-content-userform label {
  font-weight: 600;
}

.contact-content-userform .form-control {
  padding: 16px 20px;
  color: #27272f;
  font-size: 1.6rem;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-color: #f0f0f0;
}

.contact-content-userform .form-control::placeholder {
  color: #63717c;
}

.contact-content-userform textarea {
  height: 130px;
}
