/*Web Fonts CSS*/
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");
/*Global CSS*/
html {
  scroll-behavior: smooth;
}
body {
  width: 100%;
  min-width: 320px;
  color: #3f3f3f;
  font-size: 22px;
  font-weight: 400;
  font-family: "Manrope", sans-serif;
  overflow-x: hidden;
  padding-top: 85px;
}
a,
button {
  transition: all 0.3s ease;
  cursor: pointer;
}
a {
  text-decoration: none;
  color: #393f93;
}
a:hover {
  text-decoration: none;
  outline: 0;
  color: #11183c;
}
a:focus,
:focus,
button:focus {
  outline: none !important;
  outline-offset: none !important;
  text-decoration: none !important;
}
a,
img {
  border: none;
  outline: none;
}
img,
svg {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
label {
  font-weight: 400;
}
h1 {
  font-weight: 800;
  font-size: 45px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Manrope", sans-serif;
  color: #1a2133;
  margin: 0;
  padding: 0 0 15px;
}
h2 {
  font-size: 40px;
  font-weight: 600;
}
h2.bold-title {
  font-weight: 800;
  font-size: 45px;
}
h3,
h4,
h5,
h6 {
  font-weight: 600;
  padding: 0 0 10px;
}
h3 {
  font-size: 34px;
}
h4 {
  font-size: 28px;
}
h5 {
  font-size: 22px;
}
h6 {
  font-size: 16px;
}
b,
strong {
  font-weight: 700;
}
ul,
ol {
  list-style: none;
  margin: 0;
}
ul li,
ol li {
  list-style: none;
}
p {
  display: block;
  line-height: 34px;
  margin: 0;
  padding: 0 0 20px;
}
p:last-child {
  padding: 0;
}
.pt-70 {
  padding-top: 70px;
}
.pb-70 {
  padding-bottom: 70px;
}
.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.font300 {
  font-weight: 300;
}
.font400 {
  font-weight: 400;
}
.font500 {
  font-weight: 500;
}
.font600 {
  font-weight: 600;
}
.font700 {
  font-weight: 700;
}

.form-control::-webkit-input-placeholder {
  color: #adadad;
  opacity: 1;
  font-weight: 400;
}
.form-control::-webkit-input-placeholder {
  color: #adadad;
}
.form-control::-moz-placeholder {
  color: #adadad;
}
.form-control:-ms-input-placeholder {
  color: #adadad;
}
.form-control:-moz-placeholder {
  color: #adadad;
}

.btn {
  font-size: 20px;
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  color: #fff;
  padding: 12px 26px;
  display: inline-block;
  border-radius: 5px;
  border: none;
  text-align: center;
  background: #7339f4;
  box-shadow: none !important;
  border: 0;
  transition: all 0.5s;
  word-wrap: break-word;
  white-space: normal;
}
.btn:hover {
  background: #181f42;
  color: #fff;
}
.container {
  max-width: 1740px;
}

.mt-70 {
  margin-top: 70px !important;
}
.mb-70 {
  margin-bottom: 70px;
}
.mtb-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

/*=====Home page CSS Start=====*/

.container_inner {
  max-width: 1560px;
  margin: 0 auto;
}
.headingbox {
  max-width: 960px;
  margin: 0 auto;
}
.headingbox .headingtitle {
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 50px;
  color: #343e61;
}

/*header css Start*/
.header {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  padding: 15px 0;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 4;
}
.top-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.headerbutton {
  padding-left: 40px;
  display: flex;
}
.headebtn {
  color: #7339f4;
  border: solid 1px #8230ff;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
}
.headebtn:hover {
  background: #8230ff;
  color: #fff;
}

.menu {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 9;
}
.menu ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style: none;
}
.menu ul li a {
  color: #000;
  font-size: 18px;
  font-weight: 300;
}
.menu ul li a:hover {
  color: #8230ff;
}
/*header css End*/

/*Main Banner Start*/
.main-banner {
  background: url(../images/banner-img.png) right center no-repeat;
  background-size: cover;
  position: relative;
}
.banner_content {
  min-height: 780px;
}
.banner_content {
  display: flex;
  width: 50%;
  position: relative;
}
.bannertext {
  padding: 170px 0 0 0;
}
.banner_content h1 {
  font-weight: 400;
  font-family: "Manrope", sans-serif;
  font-size: 63px;
  color: #fff;
  line-height: 75px;
  margin-bottom: 20px;
}
.banner_content h1 .bold {
  font-weight: bold;
}
.banner_content p {
  color: #fff;
  margin-bottom: 10px;
}
.mainbutton svg {
  width: 24px;
  margin-left: 10px;
  color: #fff;
  fill: #fff;
}

.aiimages {
  position: relative;
  left: 0;
  bottom: 0;
  display: flex;
  color: #fff;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
  line-height: 1.3;
}

.whatsapp .icon img {
  max-width: 52px;
}

.ai,
.whatsapp {
  display: flex;
  align-items: center;
  gap: 12px;
}

.main-banner::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 60%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.7343137938769257) 0%,
    rgba(0, 0, 0, 0) 99%
  );
}

/*Main Banner End*/

/*bettertech Start*/
.bettertech {
  margin: 0 0 50px 0;
}
.betttermainbox {
  position: relative;
  margin: 5px;
}
.bettercontentbox {
  position: absolute;
  background: #fff;
  margin: 0 20px;
  padding: 20px;
  bottom: -30px;
  border-radius: 10px;
  box-shadow: 0 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.bettercontentbox h2 {
  font-weight: 600;
  font-size: 28px;
  color: #343e61;
  padding-bottom: 10px;
}
.bettercontentbox p {
  color: #3f3f3f;
  font-size: 20px;
}
.bettercontentbox.betteamll h2 {
  font-size: 19px;
  font-weight: 700;
  padding-bottom: 7px;
}
.bettercontentbox.betteamll p {
  color: #3f3f3f;
  font-size: 18px;
  line-height: 26px;
}
.betterimgbox img {
  width: 100%;
}
/*bettertech End*/

/* aboutgussing Start*/
.aboutgussing {
  background: url(../images/blue_bg.jpg) 0 0 no-repeat;
  background-size: cover;
}
.aboutgessimgleft {
  width: 30%;
  display: flex;
  align-items: end;
}
.aboutgessright {
  width: 30%;
  display: flex;
  align-items: end;
  justify-content: end;
}
.aboutegesscontent {
  width: 40%;
  padding-bottom: 70px;
}
.aboutegesscontent h2 {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -1px;
}
.aboutegesscontent ul {
  margin: 0;
  padding: 0;
}
.aboutegesscontent ul li {
  display: flex;
  column-gap: 15px;
  margin-bottom: 30px;
}
.aboutegesscontent ul li img {
  width: 38px;
  height: 30px;
  margin-top: 5px;
}
.aboutegesscontent ul li p {
  color: #fff;
}
.wearebox {
  background: #fff;
  border-radius: 20px;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  width: 470px;
  margin: 0 auto;
  position: relative;
  line-height: 36px;
  padding: 8px 10px;
}
.wearebox::before {
  position: absolute;
  left: -67px;
  top: 40%;
  content: "";
  background: url(../images/leficon.png) 0 0 no-repeat;
  width: 69px;
  height: 27px;
  transform: translateY(-50%);
}
.wearebox::after {
  position: absolute;
  right: -67px;
  top: 65%;
  content: "";
  background: url(../images/righticon.png) 0 0 no-repeat;
  width: 69px;
  height: 37px;
  transform: translateY(-50%);
}
.aboutgussing .aiimagebox {
  padding: 30px 0 0 0;
}
.aboutgussing .aiimagebox img {
  max-width: 140px;
}
.aboutgussing .aiimages {
  justify-content: center;
  margin: 35px 0 0 0;
}
/*aboutgussing End*/

/* Download App Start*/

.downloadappimg {
  position: relative;
}
.downloadappimg::after {
  position: absolute;
  right: -10px;
  top: 30px;
  content: "";
  background: url(../images/downaloadappbg.png) 0 0 no-repeat;
  width: 177px;
  height: 178px;
  z-index: 1;
}
.downloadappimg img {
  position: relative;
  z-index: 2;
}
.downloadapp .headingbox {
  margin-bottom: 50px;
}
.banner-tag {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 24px 0 rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  padding: 8px 20px 8px 20px;
  display: flex;
  max-width: inherit;
  width: auto;
  font-size: 14px;
  font-weight: bold;
  color: #000;
}

.banner-tag i {
  color: #05be82;
  margin-right: 10px;
  font-size: 18px;
}

.congrats-tag {
  position: absolute;
  bottom: 48px;
  left: 50px;
  z-index: 3;
}
.congrats-tag1 {
  position: absolute;
  bottom: 130px;
  left: 350px;
  z-index: 3;
}

.downloadappcontent {
  padding: 40px 0 0 0;
  max-width: 600px;
  margin-left: -50px;
}
.downloadappcontent h2 {
  text-align: center;
  font-size: 54px;
  line-height: 64px;
  color: #7339f4;
  font-weight: 500;
  padding: 0 70px 30px;
}

.qucodemain {
  display: flex;
  align-items: center;
  justify-content: center;
}
.qrscanbox {
  width: 194px;
  border-radius: 40px;
  box-shadow: 0 10px 20px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
  padding: 0px;
  z-index: 2;
}
.qutext {
  color: #fff;
  background: #7339f4;
  padding: 10px 20px 10px 50px;
  margin-left: -30px;
  z-index: 1;
  border-radius: 20px;
  font-size: 30px;
  line-height: 45px;
  font-weight: bold;
  text-align: center;
}

.banner-tag p {
  line-height: 1.3;
}
/* Download App End*/

/* Unlock End*/

.unlocksection {
  background: url(../images/unlockbg.jpg) 0 0 no-repeat;
  background-size: cover;
}
.unlocksection .container_inner {
  max-width: 1440px;
}
.unlocksection .headingbox {
  max-width: 1200px;
  margin-bottom: 70px;
}
.unlocksection .unlockcontent {
  margin: 0;
  padding: 0 0 0 20px;
}
.unlocksection .unlockcontent ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.unlocksection .unlockcontent ul li {
  display: flex;
  align-items: center;
  padding: 20px 20px;
  margin-bottom: 35px;
  column-gap: 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 24px 0 rgba(0, 0, 0, 0.12);
}
.unlocksection .unlockcontent ul li h3 {
  color: #cacaca;
  font-weight: 36px;
  font-weight: bold;
}
.unlocksection .unlockcontent ul li p {
  font-weight: 20px;
  font-weight: 500;
  line-height: 30px;
}

/* Unlock End*/

/* About End*/

.about {
  margin: 0;
}
.about .headingbox {
  margin-bottom: 50px;
}
.aboutleft {
  background: url(../images/aboutbg.jpg) 0 0 no-repeat;
  background-size: contain;
}
.aboutblubox {
  background: #213f6b;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 234px;
  height: 234px;
  border-radius: 10px;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  line-height: 36px;
  text-align: center;
}
.abooutimgleft {
  display: flex;
  align-items: end;
  flex-direction: column;
  row-gap: 30px;
}
.abooutright {
  display: flex;
  align-items: start;
  flex-direction: column;
  row-gap: 30px;
  padding-top: 50px;
}
.aboutgreenbox {
  background: #00ab92;
  display: flex;
  row-gap: 10px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 234px;
  height: 234px;
  border-radius: 10px;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  line-height: 36px;
  text-align: center;
}
.aboutgreenbox p {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}
.aboutright {
  padding: 100px 0 0 0;
}
.aboutright p {
  font-weight: 500;
  margin-bottom: 30px;
}
/* About End*/

/* FAQ Start*/
.faqsection {
  margin: 0;
}
.faqsection .container_inner {
  max-width: 1550px;
  border-top: solid 1px #ccc;
}
.faqsection .headingbox {
  margin-bottom: 30px;
}
.acctordingbox {
  max-width: 920px;
  margin: 0 auto 10px;
}
.acctordingbox a.faqtitle {
  color: #64607d;
  font-size: 24px;
  font-weight: 600;
  display: block;
  position: relative;
  padding-right: 20px;
}

.acctordingbox a.faqtitle[aria-expanded="true"]:after {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 0;
  top: 0px;
}
.acctordingbox a.faqtitle[aria-expanded="false"]:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 0;
  top: 0px;
}
.acctordingbox .card-header {
  background: none;
  padding: 20px 0;
}
.acctordingbox .card {
  border: 0px;
}
.faqbutton {
  text-align: center;
  margin-top: 50px;
}

/* FAQ End*/

/* Footer Section Css Start */
.footermain {
  background: #f6f8fb;
  padding: 40px 0 0 0;
}
footer .footer-area {
  background-image: url(../images/footer-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.footerlogo {
  margin-bottom: 25px;
}
.ft-link-sect {
  max-width: 1530px;
  margin: 0px auto;
}
.address {
  display: flex;
  column-gap: 20px;
}
.mapicon {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50px;
  text-align: center;
  line-height: 44px;
}
.mapicon svg {
  width: 16px;
  fill: #3f3f3f;
}
.address p {
  width: 70%;
  font-size: 16px;
  line-height: 24px;
}

.footermenu {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 25px 0;
  padding: 0;
}
.footermenu li {
  position: relative;
  padding: 0 30px;
}
.footermenu li::after {
  background: #000;
  width: 1px;
  height: 20px;
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
}
.footermenu li:last-child:after {
  width: 0;
}
.footermenu li a {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.footersociallinks {
  margin: 0;
}
.footersociallinks ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
}
.footersociallinks ul li {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.footermiddle {
  padding-top: 40px;
}

.footercontact {
  float: right;
}
.footercontact h5 {
  font-size: 16px;
  line-height: 24px;
  color: #3f3f3f;
}
.addresscontact {
  display: flex;
  column-gap: 10px;
  align-items: center;
  margin-bottom: 15px;
}
.addresscontact a:hover {
  color: #8230ff;
  text-decoration: underline;
}
.mapicon {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50px;
  text-align: center;
  line-height: 44px;
}
.mapicon svg {
  width: 16px;
  fill: #3f3f3f;
}
.addresscontact p {
  width: 70%;
  font-size: 16px;
  line-height: 24px;
}
.addresscontact p a {
  color: #3f3f3f;
}

.copyrightmain {
  background: #11183c;
  padding: 10px 0;
  margin-top: 30px;
}
.copyrightbox {
  display: flex;
  align-items: center;
}
.copyright {
  width: 50%;
  color: #fff;
  font-size: 14px;
}
.privacylink {
  width: 50%;
}

.privacylink ul {
  display: flex;
  align-items: center;
  padding: 0;
  justify-content: end;
  align-items: end;
}
.privacylink li {
  position: relative;
  padding: 0 15px;
}
.privacylink li::after {
  background: #fff;
  width: 1px;
  height: 14px;
  content: "";
  position: absolute;
  right: 0;
  top: 12px;
}
.privacylink li:last-child:after {
  width: 0;
}
.privacylink li:last-child {
  padding-right: 0;
}
.privacylink li a {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
/* Footer Section Css End */
