@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100;200;300;400;500;600;700;800;900&family=Nunito:wght@200;300;400;500;600;700;800;900;1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Caveat&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@font-face {
  font-family: "Mona Sans";
  src: url("../webfonts/MonaSans.woff2") format("woff2 supports variations"),
    url("../webfonts/MonaSans.woff") format("woff"), url("../webfonts/MonaSans.ttf") format("ttf"),
    url("../webfonts/MonaSans.woff2") format("woff2-variations");
  font-weight: 200 900;
  font-stretch: 75% 125%;
}

html {
  font-family: "Mona Sans";
}

.f-raleway {
  font-family: "Raleway", sans-serif;
}
.f-roboto {
  font-family: "Roboto", sans-serif;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
}
/* CSS Top */

button:hover,
button:focus {
  outline: none;
}

/*h1{font-family: "Means Web"; }*/

.pdng_tb_100 {
  padding: 100px 15px;
}

.f_weight_bold {
  font-weight: bold !important;
}
.f_weight_normal {
  font-weight: normal !important;
}
.f_weight_100 {
  font-weight: 100 !important;
}
.f_weight_300 {
  font-weight: 300 !important;
}
.f_weight_400 {
  font-weight: 400 !important;
}
.f_weight_500 {
  font-weight: 500 !important;
}
.f_weight_600 {
  font-weight: 600 !important;
}
.f_weight_700 {
  font-weight: 700 !important;
}
.f_weight_800 {
  font-weight: 800 !important;
}

.f_arial {
  font-family: Arial !important;
}
.f_courier {
  font-family: monaco, courier !important;
}

.f_size_9 {
  font-size: 9px !important;
}
.f_size_10 {
  font-size: 10px !important;
}
.f_size_11 {
  font-size: 11px !important;
}
.f_size_12 {
  font-size: 12px !important;
}
.f_size_13 {
  font-size: 13px !important;
}
.f_size_16 {
  font-size: 16px !important;
}
.f_size_17 {
  font-size: 17px !important;
}
.f_size_14 {
  font-size: 14px !important;
}
.f_size_15 {
  font-size: 15px !important;
}
.f_size_18 {
  font-size: 18px !important;
}
.f_size_13 {
  font-size: 13px !important;
}
.f_size_12 {
  font-size: 12px !important;
}
.f_size_20 {
  font-size: 20px !important;
}
.f_size_22 {
  font-size: 22px !important;
}
.f_size_24 {
  font-size: 24px !important;
}
.f_size_25 {
  font-size: 25px !important;
}
.f_size_26 {
  font-size: 26px !important;
}
.f_size_27 {
  font-size: 27px !important;
}
.f_size_28 {
  font-size: 28px !important;
}
.f_size_29 {
  font-size: 29px !important;
}
.f_size_30 {
  font-size: 30px !important;
}
.f_size_32 {
  font-size: 32px !important;
}
.f_size_34 {
  font-size: 34px !important;
}
.f_size_35 {
  font-size: 35px !important;
}
.f_size_36 {
  font-size: 36px !important;
}
.f_size_40 {
  font-size: 40px !important;
}
.f_size_50 {
  font-size: 40px !important;
}

.c-pointer {
  cursor: pointer;
}

.btn.btn-sm,
.btn-sm {
  padding: 5px 10px;
}

.btn-link:hover,
.btn-link:visited {
  text-decoration: none;
}

.m-w-80 {
  max-width: 80px !important;
}
.m-w-100 {
  max-width: 100px !important;
}
.m-w-150 {
  max-width: 150px !important;
}
.m-w-200 {
  max-width: 200px !important;
}
.mw_180 {
  min-width: 180px;
}
.mw_100 {
  min-width: 100px;
}
.mw_40 {
  min-width: 40px;
}

.text-purple {
  color: #9079b0;
}

/*customized button css */
.btn-rounded {
  border-radius: 10em !important;
  -moz-border-radius: 10em;
  -webkit-border-radius: 10em;
}
.btn-rounded.btn-sm {
  padding: 5px 15px !important;
}

.btn-unique {
  background: #880e4f !important;
  color: #fff !important;
  border: none;
}
.btn-pink {
  background: #ec407a !important;
  color: #fff !important;
  border: none;
}
.btn-purple {
  background: #8e24aa !important;
  color: #fff !important;
  border: none;
}
.btn-deep-purple {
  background: #512da8 !important;
  color: #fff !important;
  border: none;
}
.btn-indigo {
  background: #3f51b5 !important;
  color: #fff !important;
  border: none;
}
.btn-light-blue {
  background: #82b1ff !important;
  color: #fff !important;
  border: none;
}
.btn-light-cyan {
  background: #00bcd4 !important;
  color: #fff !important;
  border: none;
}
.btn-light-dark-green {
  background: #388e3c !important;
  color: #fff !important;
  border: none;
}
.btn-light-light-green {
  background: #8bc34a !important;
  color: #fff !important;
  border: none;
}
.btn-light-yellow {
  background: #fbc02d !important;
  color: #fff !important;
  border: none;
}
.btn-light-amber {
  background: #ffa000 !important;
  color: #fff !important;
  border: none;
}
.btn-light-deep-orange {
  background: #ff7043 !important;
  color: #fff !important;
  border: none;
}
.btn-light-btn-brown {
  background: #795548 !important;
  color: #fff !important;
  border: none;
}
.btn-light-mdb-color {
  background: #3b414d !important;
  color: #d6d1d1 !important;
  border: none;
}
.btn-blue-grey {
  background: #78909c !important;
  color: #fff !important;
  border: none;
}

.btn-ch_red {
  background: #b83831 !important;
  color: #fff !important;
  border: none;
}
.btn-ch_red:focus,
.btn-ch_red:hover {
  box-shadow: none;
}
.body-bg {
  background: #e9e9e9 !important;
}

.peach-gradient {
  background: linear-gradient(40deg, #ffd86f, #fc6262) !important;
  background: -webkit-linear-gradient(50deg, #ffd86f, #fc6262) !important;
  background: -o-linear-gradient(50deg, #ffd86f, #fc6262) !important ;
  border: none;
}
.purple-gradient {
  background: linear-gradient(40deg, #ff6ec4, #7873f5) !important;
  background: -o-linear-gradient(50deg, #ff6ec4, #7873f5) !important;
  background: -webkit-linear-gradient(50deg, #ff6ec4, #7873f5) !important;
  border: none;
}
.blue-gradient {
  background: linear-gradient(40deg, #45cafc, #303f9f) !important;
  background: -o-linear-gradient(50deg, #45cafc, #303f9f) !important;
  background: -webkit-linear-gradient(50deg, #45cafc, #303f9f) !important;
  border: none;
}
.aqua-gradient {
  background: linear-gradient(40deg, #2096ff, #05ffa3) !important;
  background: -o-linear-gradient(50deg, #2096ff, #05ffa3) !important;
  background: -webkit-linear-gradient(50deg, #2096ff, #05ffa3) !important;
  border: none;
}

.btn-floating {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  width: 47px;
  height: 47px;
  position: relative;
  z-index: 1;
  vertical-align: middle;
  border-radius: 50%;
  padding: 0px;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}
.btn-floating.sm {
  width: 30px;
  height: 30px;
  font-size: 12px;
}
.btn-floating.xs {
  width: 20px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
}
.btn-floating.md {
  width: 40px;
  height: 40px;
  font-size: 12px;
}

.ripple {
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
.ripple:focus,
.ripple:active,
.ripple:hover {
  box-shadow: none !important;
}
.ripple:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #000 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  transform: scale(10, 10);
  opacity: 0;
  transition: transform 0.5s, opacity 1s;
}
.ripple:active:after {
  transform: scale(0, 0);
  opacity: 0.2;
  transition: 0s;
}

.custom-gray-outline {
  border: solid 1px #ddd;
  border-radius: 0px;
  height: 45px;
  background: none;
}
.custom-gray-outline:hover,
.custom-gray-outline:focus,
.custom-gray-outline:active {
  background: none !important;
  color: #333 !important;
  border-color: #ddd !important;
  box-shadow: none !important;
}
.custom-gray-outline:after {
  position: absolute;
  right: 10px;
  top: 20px;
}

.btn-primary {
  background: #005fec;
  border-color: #005fec;
}

.gradiantBtn {
  background: linear-gradient(to right, #0099ff 0%, #a033ff 50%, #ff5280 90%, #ff7061 100%);
  color: #fff;
  border: none;
  font-size: 22px;
  font-weight: 600;
}
.gradiantBtn:hover,
.gradiantBtn:focus {
  border: none;
  outline: none;
}

/*customized button css */

body {
  font-family: "Mona Sans", "Mona Sans Header Fallback", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial,
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin: 0px;
  padding: 0px;
  background: #1b1f24 !important;
  line-height: 1.5;
  font-size: 12px;
}

.header {
  background: linear-gradient(
    290deg,
    rgba(0, 153, 255, 1) 0%,
    rgba(160, 51, 255, 1) 60%,
    rgba(255, 82, 128, 1) 94%,
    rgba(255, 112, 97, 1) 100%
  );
}

.homepageSection {
  background: linear-gradient(
    268deg,
    rgba(0, 153, 255, 1) 0%,
    rgba(160, 51, 255, 1) 60%,
    rgba(255, 82, 128, 1) 94%,
    rgba(255, 112, 97, 1) 100%
  );
  min-height: calc(100vh - 76px);
  overflow: hidden;
  position: relative;
}

/*.homepageSection:after{position: absolute; right: 0px; top: 220px; width: 500px; height: 500px; content: ""; background: url(../images/aibg.svg); background-repeat: no-repeat; background-size: 500px;
 background-position: right top;  opacity: .3; z-index: 0}*/

.ai-patternimg {
  position: absolute;
  right: -20px;
  bottom: -115px;
  width: 700px;
  height: 700px;
  mix-blend-mode: color-burn;
  scale: 0.9;
}
.ai-patternimg img {
  width: 100%;
  height: 100%;
}

.logoImg {
  display: block;
  text-align: center;
  padding: 10px;
}
.logotext {
  color: #fff;
  font-family: "Nunito", Arial, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: bold;
  padding: 0px;
}
.logotext:hover,
.logotext:focus {
  color: #fff;
}

.headerlogo .logoicon {
  width: 58px;
  margin-right: 4px;
}
.headerlogo .logoName {
  width: 110px;
}

/*.text-gradient { background: #0099FF;   background: linear-gradient(to right, #0099FF 0%, #A033FF 50%, #FF5280 90%, #FF7061 100%);    -webkit-background-clip: text;    
    -webkit-text-fill-color: transparent; font-family: 'Nunito', Arial, Helvetica, sans-serif; font-size: 40px; font-weight: bold;
}*/

.brandtext {
  font-family: Caveat;
}

.gradiant_text_1 {
  background: #a77bf3;
  background: linear-gradient(to right, #93f5ec 0%, #a77bf3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradiant_text_2 {
  background: #0099ff;
  background: linear-gradient(to right, #0099ff 0%, #a033ff 50%, #ff5280 90%, #ff7061 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradiant_border {
  position: relative;
}
.gradiant_border:after {
  position: absolute;
  width: 100%;
  height: 2px;
  content: "";
  bottom: -12px;
  left: 0px;
  background: linear-gradient(to right, #0099ff 0%, #a033ff 50%, #ff5280 90%, #ff7061 100%);
}

.sitenav .nav-link {
  color: #fff;
  font-size: 18px;
  position: relative;
  padding: 0.5rem 1.2rem !important;
}

.sitenav .nav-link.active,
.sitenav .nav-link:hover,
.sitenav .nav-link:focus {
  color: #ffc700 !important;
}

.sitenav .nav-link:after {
  position: absolute;
  bottom: 0;
  left: 15%;
  width: 70%;
  height: 2px;
  content: "";
  background-color: #fff;
  transition: transform 0.25s ease-in-out;
  transform: scale(0);
}
.sitenav .nav-link:hover:after {
  transform: scale(1);
}

.downloadBtn {
  font-size: 17px;
  padding: 5px 25px;
  border-radius: 25px;
  background: #512da8;
  color: #fff;
  text-decoration: none;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
}

.device-showcase::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 440px;
  height: 440px;
  background: #fff;
  mix-blend-mode: screen;
  opacity: 0.1;
  border-radius: 100%;
  transform: translate(-50%, -50%);
}
.device-showcase {
  position: relative;
  text-align: center;
}

.HomepageAppscreen {
  width: 100%;
  max-width: 500px;
}

.main_heading {
  color: #fff;
  font-size: 60px;
  line-height: 77px;
  font-weight: 800;
  text-align: left;
}
.main_heading font {
  font-size: 60px;
  color: #ff5280;
}
.number-search {
  font-size: 18px;
  border: 0;
  border-radius: 50px;
  padding: 10px 80px 10px 30px;
  min-height: 70px;
  z-index: 1;
  position: relative;
  font-weight: 600;
}
.number-search::placeholder {
  opacity: 0.7;
  font-weight: 500;
}
.btn.search-button {
  background: #512da8;
  border-radius: 50px;
  height: 60px;
  width: 60px;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 2;
}
.btn.search-button:active {
  background-color: #512da8 !important;
}
.brandtextline {
  font-size: 45px;
  color: #fff;
  text-align: left;
  margin-top: 20px;
  font-family: "Nunito", Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.brandtextline .typeText {
  color: #3a3582;
  text-align: left;
}
.typed-cursor {
  color: rgba(256, 256, 256, 0.4);
}

.noaccesstext {
  font-size: 32px;
  margin-top: 30px;
  text-align: left;
  color: #fff;
  display: inline-block;
  padding: 0px 20px 0px 10px;
  border-radius: 30px;
  background: rgb(3 3 3 / 50%);
}
.noaccesstext span {
  display: inline-block;
  padding: 0px 8px;
  background: #f95235;
  border-radius: 20px;
  font-family: "Nunito", Arial, Helvetica, sans-serif;
  font-size: 20px;
  margin-top: 9px;
  vertical-align: top;
}
.noaccesstext span i {
  font-size: 19px;
}

.headingTag {
  color: #d7c7f9;
  font-size: 18px;
  line-height: 42px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding: 0px 10px;
  border-bottom: solid 2px #d7c7f921;
}

.headingone {
  color: #fff;
  font-size: 48px;
  line-height: 60px;
  font-weight: 800;
  position: relative;
}

.headinggradiant {
  color: #93f5ec;
}

.secondSection {
  background: linear-gradient(180deg, rgba(85, 48, 152, 0.5) 0%, rgba(83, 48, 152, 0) 50%, rgba(83, 48, 152, 0) 100%);
}

.headingTwo {
  color: #fff;
  font-size: 38px;
  line-height: 60px;
  font-weight: 800;
  position: relative;
}
.headngdescription {
  font-size: 24px;
  line-height: 40px;
  color: #8d969f;
}

.beyindmeanssection {
  margin-top: 150px;
  position: relative;
}
.daimondIcon {
  position: absolute;
  left: 306px;
  top: 68px;
  display: table;
}
.daimondIcon img {
  width: 50px;
}

.timlineSection {
  position: relative;
  display: block;
  max-width: 1100px;
  margin: 0 auto;
}
.timlineSection:after {
  width: 2px;
  left: 330px;
  top: 100px;
  height: 97%;
  content: "";
  position: absolute;
  background: linear-gradient(0deg, rgb(166, 127, 242) 0%, rgb(143, 203, 221) 13%, rgb(69, 52, 111) 39%);
}

.timlinecontantBox {
  padding: 40px 20px;
}

.timeline-block {
  width: 100%;
  position: relative;
}

.appScreenshotcolumn {
  position: relative;
}
.appScreenshotcolumn .screenimg {
  max-width: 75%;
}

.timlinetextcolumn {
  padding-left: 100px;
}

.grayBox {
  background: #24292f80;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3), 0 3px 2px rgba(0, 0, 0, 0.2), 0 7px 7px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 30px;
  min-height: 200px;
}

.headingthree {
  color: #fff;
  font-size: 32px;
  line-height: 36px;
  font-weight: 800;
}

.timeline-block.block3 {
  padding-top: 110px;
}

.appIconIndicator {
  position: absolute;
  right: 19px;
  top: -48px;
  width: 38px;
  height: 38px;
  line-height: 28px;
  background: #db46b0;
  z-index: 1;
  text-align: center;
  color: #1b1f24;
  border-radius: 25px;
  display: inline-block;
  font-size: 12px;
  border: solid 5px #1f212c;
}

.titleIndicator {
  position: absolute;
  left: -153px;
  top: 10px;
  background: transparent;
  z-index: 1;
  line-height: 24px;
  border-radius: 50%;
}
.titleIndicator svg {
  fill: #414953d9;
}

.subpointlist .headingthree {
  position: relative;
}
.subhdngIndicator {
  position: absolute;
  left: -157px;
  top: -2px;
  width: 38px;
  height: 38px;
  line-height: 28px;
  background: #1c95ff;
  z-index: 1;
  text-align: center;
  color: #1b1f24;
  border-radius: 25px;
  display: inline-block;
  font-size: 12px;
  border: solid 5px #1f212c;
}
.subhdngIndicator.privacy {
  width: 10px;
  height: 10px;
  box-sizing: content-box;
  left: -158px !important;
  top: 10px !important;
}
.curveshapeleft {
  position: absolute;
  left: 330px;
  width: 210px;
  height: 70px;
  border-bottom: solid 2px #a67ff2;
  top: -15px;
  border-radius: 0px 0px 0px 17px;
  border-left: solid 2px #a67ff2;
}

.curveshaperight {
  position: absolute;
  left: 470px;
  width: 100px;
  height: 120px;
  border-top: solid 2px #a67ff2;
  top: 53px;
  border-radius: 0px 17px 0px 0px;
  border-right: solid 2px #a67ff2;
}

.reverse-mobile {
  display: flex;
  gap: 16px;
}
.regionalAppscreen {
  max-width: 1100px;
  margin: -50px auto 0px;
}
.regionalAppscreen .appscreenscetion {
  display: block;
  width: 100%;
}
.regionalAppscreen .appscreenscetion img {
  max-width: 100%; /*box-shadow: 2.7px 5.4px 5.4px hsl(0deg 0% 0% / 0.42); border-radius: 30px;*/
  transition: all 0.5s;
}
.regionalAppscreen .appscreenscetion.margintophalf {
  margin-top: 130px;
}
.regionalAppscreen .appscreenscetion.margintop50 {
  margin-top: 80px;
}

.regionalAppscreen .appscreenscetion:hover img {
  transform: scale(1.4);
  position: relative;
  z-index: 1;
}

.langaugeName {
  color: #fff;
  font-size: 15px;
  padding: 5px;
  width: 80%;
  margin: 0 auto 9px;
  border-radius: 5px;
  text-align: center;
  display: block;
  background: #7fffd40d;
  transition: all 0.5s;
}

.threeoptionhedng {
  max-width: 700px;
  margin: 50px auto;
}
.threeoptionhedng .col {
  text-align: center;
}
.threeoptionhedng .headingthree {
  font-size: 24px;
  color: #ffffffc4;
  font-weight: 800;
  margin-top: 7px;
  margin-bottom: 0px;
}
.threeoptionhedng .headingthree font {
  color: #93f5ec;
  font-size: 28px;
}
.threeoptionhedng .blueicon {
  width: 32px;
  height: 32px;
  line-height: 28px;
  background: #1c95ff;
  z-index: 1;
  text-align: center;
  color: #1b1f24;
  border-radius: 25px;
  display: inline-block;
  font-size: 12px;
  border: solid 2px #1f212c;
}

.screen-gallery-sec {
  width: 100%;
  padding: 20px;
  border-radius: 18px;
  background: #ffffff12;
}
.screen-gallery-sec img {
  max-width: 100%;
}

.wordCarousel {
  width: 571px;
  float: right;
}

.wordCarousel span {
  font-size: 60px;
  color: #eee;
  font-weight: 800;
  vertical-align: top;
}
.wordCarousel span i {
  font-size: 12px;
  vertical-align: middle;
  color: #483278;
  background: #1c95ff;
  width: 38px;
  height: 38px;
  border-radius: 30px;
  text-align: center;
  line-height: 27px;
  border: solid 5px #242137;
  margin-left: -2px;
}

.wordCarousel div {
  overflow: hidden;
  position: relative;
  height: 85px;
  padding-top: 10px;
  margin-top: -10px;
  display: inline-block;
  text-align: left;
}
.wordCarousel div ul {
  padding-left: 0px;
}
.wordCarousel div li {
  color: #ffc700;
  font-weight: 800;
  font-size: 60px;
  padding: 0 10px;
  height: 45px;
  margin-bottom: 45px;
  display: block;
}

.flip5 {
  -webkit-animation: flip5 5s cubic-bezier(0.23, 1, 0.32, 1.2) infinite;
  animation: flip5 5s cubic-bezier(0.23, 1, 0.32, 1.2) infinite;
}

@-webkit-keyframes flip5 {
  0% {
    margin-top: 0px;
  }
  10% {
    margin-top: 0px;
  }
  20% {
    margin-top: -90px;
  }
  30% {
    margin-top: -90px;
  }
  40% {
    margin-top: -90px;
  }
  50% {
    margin-top: -180px;
  }
  60% {
    margin-top: -180px;
  }
  70% {
    margin-top: -180px;
  }
  80% {
    margin-top: -180px;
  }
  90% {
    margin-top: 0px;
  }
  100% {
    margin-top: 0px;
  }
}
@keyframes flip5 {
  0% {
    margin-top: 0px;
  }
  10% {
    margin-top: 0px;
  }
  20% {
    margin-top: -90px;
  }
  30% {
    margin-top: -90px;
  }
  40% {
    margin-top: -90px;
  }
  50% {
    margin-top: -180px;
  }
  60% {
    margin-top: -180px;
  }
  70% {
    margin-top: -180px;
  }
  80% {
    margin-top: -180px;
  }
  90% {
    margin-top: 0px;
  }
  100% {
    margin-top: 0px;
  }
}
.timeLineBlock {
  position: relative;
  display: block;
  max-width: 1100px;
  margin: 150px auto 0px;
}
.timeLineBlock::after {
  width: 2px;
  left: 330px;
  top: 0px;
  height: 100%;
  content: "";
  position: absolute;
  background: #45346f;
}

.timeLineBlock .timlinecontantBox {
  padding: 0px 20px;
}

.rightside:after {
  left: inherit;
  right: 330px;
}

.rightside .timlinetextcolumn {
  text-align: right;
  padding-right: 100px;
}
.rightside .appScreenshotcolumn {
  text-align: right;
}
.rightside .appIconIndicator {
  right: 304px;
  border-color: #1b1f24;
}
.rightside .titleIndicator {
  right: -153px;
  left: inherit;
}

.timelineFirst {
  position: relative;
  margin-top: 150px;
}
.timelineFirst:after {
  position: absolute;
  top: -60px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  width: 2px;
  height: 155px;
  background: #45346f;
  content: "";
}

.curveOne {
  position: absolute;
  z-index: 0;
  bottom: -223px;
  right: 424px;
  width: 2px;
  height: 224px;
  background: #45346f;
}

.curveTwo {
  position: absolute;
  z-index: 0;
  bottom: -166px;
  left: 50%;
  width: 224px;
  height: 140px;
  border-right: solid 2px #45346f;
  border-bottom: solid 2px #45346f;
  border-radius: 0px 0px 20px 0px;
}

.curveThree {
  position: absolute;
  z-index: 0;
  top: -71px;
  left: 330px;
  width: 317px;
  height: 118px;
  border-left: solid 2px #45346f;
  border-top: solid 2px #45346f;
  border-radius: 20px 0px 0px 0px;
}

.curveFour {
  position: absolute;
  z-index: 0;
  bottom: -47px;
  left: 330px;
  width: 220px;
  height: 118px;
  border-left: solid 2px #45346f;
  border-bottom: solid 2px #45346f;
  border-radius: 0px 0px 0px 20px;
}

.curveFive {
  position: absolute;
  top: -105px;
  right: 330px;
  width: 230px;
  height: 118px;
  border-right: solid 2px #45346f;
  border-top: solid 2px #45346f;
  border-radius: 0px 20px 0px 0px;
  content: "";
}

.curveSix {
  position: absolute;
  z-index: 0;
  bottom: -115px;
  right: 330px;
  width: 317px;
  height: 118px;
  border-right: solid 2px #45346f;
  border-bottom: solid 2px #45346f;
  border-radius: 0px 0px 20px 0px;
}

.curveSeven {
  position: absolute;
  z-index: 0;
  top: -117px;
  left: 330px;
  width: 317px;
  height: 118px;
  border-left: solid 2px #45346f;
  border-top: solid 2px #45346f;
  border-radius: 20px 0px 0px 0px;
}

.curveEight {
  position: absolute;
  left: 330px;
  width: 196px;
  height: 70px;
  border-bottom: solid 2px #a67cf2;
  top: -82px;
  border-radius: 0px 0px 0px 17px;
  border-left: solid 2px #a67cf2;
}
.curveNine {
  position: absolute;
  left: 452px;
  width: 100px;
  height: 120px;
  border-top: solid 2px #a67cf2;
  top: -14px;
  border-radius: 0px 17px 0px 0px;
  border-right: solid 2px #a67cf2;
}

.timelineFirst .timlinestartindicator {
  position: absolute;
  top: -96px;
  display: table;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  width: 50px;
}
.timelineFirst .timlinestartindicator img {
  width: 50px;
}

.timlinespammer:after {
  background: linear-gradient(0deg, rgba(167, 123, 243, 1) 0%, rgba(143, 203, 221, 1) 48%, rgba(69, 52, 111, 1) 100%);
}

.timlineblockfive {
  padding-bottom: 50px;
}
.timlineblockfive:after {
  left: 50%;
  height: 108%;
  background: linear-gradient(0deg, rgb(167, 123, 243) 0%, rgb(143, 203, 221) 48%, rgb(166, 124, 242) 100%);
}
.timlineblockfive .appIconIndicator {
  right: -20px;
}
.timlineblockfive .titleIndicator {
  left: calc(50% - 14px);
  top: 168px;
  background: #1b1f24;
}
.timlineblockfive .subhdngIndicator {
  left: -159px;
  border-color: #1b1f24;
}
.timlineblockfive .timlinestartindicator {
  position: absolute;
  bottom: -134px;
  display: table;
  right: -44px;
}
.timlineblockfive .timlinestartindicator img {
  width: 50px;
}

.profilescreensec {
  position: absolute;
  right: 0px;
  width: 250px;
  bottom: 50px;
  height: 250px;
}
.profilescreensec:after {
  position: absolute;
  bottom: 16px;
  height: 25px;
  left: 0px;
  width: 100%;
  content: "";
  box-shadow: inset 0 -15px 12px -10px #212030;
}
.profilescreensec img {
  width: 100%;
}

.callerIdTag {
  position: absolute;
  color: #ffffffbd;
  font-size: 15px;
  background: #403256;
  padding: 0px 5px;
  border-radius: 4px;
}
.callerIdTag:after {
  position: absolute;
  background: #606060;
  content: "";
}

.professionatag {
  top: 115px;
  left: -150px;
  opacity: 0;
}
.professionatag:after {
  right: -171px;
  top: 12px;
  width: 0px;
  height: 1px;
}

.view_descrptionElement .professionatag:after {
  width: 165px;
  transition: width 2s ease-in-out;
}
.view_descrptionElement .professionatag {
  opacity: 1;
  transition: opacity 1s ease-in-out;
  transition-delay: 0.5s;
}

.profiletag {
  top: -52px;
  left: 100px;
  opacity: 0;
}
.profiletag:after {
  left: 25px;
  top: 27px;
  width: 1px;
  height: 0px;
}
.view_descrptionElement .profiletag:after {
  height: 75px;
  transition: height 2s ease-in-out;
}
.view_descrptionElement .profiletag {
  opacity: 1;
  transition: opacity 1s ease-in-out;
  transition-delay: 0.5s;
}

.organisationtag {
  bottom: -40px;
  left: 34px;
  opacity: 0;
}
.organisationtag:after {
  left: 33px;
  bottom: 21px;
  width: 1px;
  height: 0px;
}
.view_descrptionElement .organisationtag:after {
  height: 129px;
  transition: height 2s ease-in-out;
}
.view_descrptionElement .organisationtag {
  opacity: 1;
  transition: opacity 1s ease-in-out;
  transition-delay: 0.5s;
}

.spamscreenone {
  width: 185px;
}
.spamscreentwo {
  width: 184px;
  position: absolute;
  right: 81px;
  -webkit-animation-name: vibrate;
  -webkit-animation-duration: 8s;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}
@keyframes vibrate {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(-1deg);
  }
  20% {
    transform: rotate(1deg);
  }
  30% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(1deg);
  }
  50% {
    transform: rotate(-1deg);
  }
  60% {
    transform: rotate(0deg);
  }
  70% {
    transform: rotate(-1deg);
  }
  80% {
    transform: rotate(1deg);
  }
  90% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-1deg);
  }
}

.lockImagesection:after {
  width: 8px;
  height: 22px;
  background: #1b1f24;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 34px;
  border-radius: 11px;
  transform: translateX(-50%);
}
.lockImagesection:before {
  width: 14px;
  height: 14px;
  background: #1b1f24;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 50px;
  border-radius: 50%;
  transform: translateX(-50%);
}
.lockImagesection .lockIcon {
  font-size: 162px;
  margin-top: 10px;
}

.lockImageBanner {
  text-align: center;
  display: block;
  position: relative;
}
.lockImageBanner img {
  max-width: 380px;
}
.lockImageBanner:after {
  width: 12px;
  height: 36px;
  background: #1b1f24;
  content: "";
  position: absolute;
  left: 208px;
  bottom: 89px;
  border-radius: 11px;
}
.lockImageBanner:before {
  width: 23px;
  height: 23px;
  background: #1b1f24;
  content: "";
  position: absolute;
  left: 202px;
  bottom: 113px;
  border-radius: 50%;
}

.headingbluegradiant {
  font-size: 33px;
  line-height: 55px;
  background: -webkit-linear-gradient(300deg, #93f5ec 20%, #a77bf3 70%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-weight: 800;
  text-align: center;
  margin-bottom: 0px;
}

.sapratorrow {
  border-color: #666;
  max-width: 1000px;
  margin: 100px auto 0px;
}

.timlineEndIndicator {
  text-align: center;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  bottom: 50px;
}
.timlineEndIndicator img {
  width: 70px;
}
.timlineEndIndicator:after {
  width: 2px;
  height: 150px;
  top: -130px;
  position: absolute;
  background: linear-gradient(0deg, rgba(167, 123, 243, 1) 0%, rgba(143, 203, 221, 1) 48%, rgba(69, 52, 111, 1) 100%);
  left: 0px;
  right: 0px;
  content: "";
  margin: 0 auto;
}

.areabubblebg {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0px;
  z-index: -1;
}
.areabubblebg .circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.areabubblebg .circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(68, 88, 196, 0.14);
  animation: animate 25s linear infinite;
  bottom: -150px;
}

.areabubblebg .circles li:nth-child(1) {
  left: 25%;
  width: 25px;
  height: 25px;
  animation-delay: 0s;
}
.areabubblebg .circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}
.areabubblebg .circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}
.areabubblebg .circles li:nth-child(4) {
  left: 40%;
  width: 15px;
  height: 15px;
  animation-delay: 0s;
  animation-duration: 18s;
}
.areabubblebg .circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}
.areabubblebg .circles li:nth-child(6) {
  left: 75%;
  width: 30px;
  height: 30px;
  animation-delay: 3s;
}
.areabubblebg .circles li:nth-child(7) {
  left: 35%;
  width: 10px;
  height: 10px;
  animation-delay: 7s;
}
.areabubblebg .circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}
.areabubblebg .circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}
.areabubblebg .circles li:nth-child(10) {
  left: 85%;
  width: 25px;
  height: 25px;
  animation-delay: 0s;
  animation-duration: 11s;
}
@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }
  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}

.Faqsection {
  margin-top: 0px;
  background: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}
.Faqsection .headingone {
  color: #24292f;
}
.faqAccoBox {
  margin-top: 50px;
}
.faqAccoBox .accordion-item {
  background: transparent;
  border-color: #cad1d9;
}
.faqAccoBox .accordion-header {
  background: none;
}
.faqAccoBox .accordion-body {
  padding-top: 0px;
  padding-bottom: 20px;
}
.faqAccoBox .accordion-header .accordion-button {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  background: none;
  color: #24292f;
  padding: 30px 10px;
}
.faqAccoBox .accordion-header .accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.faqAccoBox .accordion-body p {
  font-size: 20px;
  line-height: 30px;
  color: #535b64;
}
.faqAccoBox .accordion-body .faqList li {
  font-size: 20px;
  line-height: 30px;
  color: #535b64;
  margin-bottom: 15px;
}
.faqAccoBox .accordion-header .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.faqAccoBox .accordion-button::after {
  background: none;
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #999;
}
.faqAccoBox .accordion-button:not(.collapsed)::after {
  background: none;
  color: #1c95ff;
}

.notext {
  color: #f28796;
  font-size: 34px;
  margin-right: 7px;
  font-family: Caveat;
}

.flashOne {
  position: absolute;
  animation: flash 5s infinite linear;
  top: 100%;
  left: 0px;
  animation-delay: 2s;
  opacity: 0;
}
.flashThree {
  position: absolute;
  animation: flash 5s infinite linear;
  top: 100%;
  left: 30%;
  animation-delay: 0s;
  opacity: 0;
}
.flashTwo {
  position: absolute;
  animation: flash 5s infinite linear;
  top: 100%;
  left: 55%;
  animation-delay: 6s;
  opacity: 0;
}
.flashFour {
  position: absolute;
  animation: flash 5s infinite linear;
  top: 100%;
  left: 15%;
  animation-delay: 9s;
  opacity: 0;
}
.flashFive {
  position: absolute;
  animation: flash 5s infinite linear;
  top: 100%;
  left: 45%;
  animation-delay: 9s;
  opacity: 0;
}

@keyframes flash {
  20%,
  100% {
    opacity: 0;
    top: 0;
  }
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
}

.bg-grid {
  position: absolute;
  left: -10%;
  width: 100%;
  height: 100%;
  top: 0%;
  bottom: 0%;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; /* -webkit-box-pack: center; */
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: radial-gradient(circle closest-side at 50% 50%, rgba(11, 16, 27, 0), #1b1f24e6),
    url("../images/gridshap.svg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 77px 77px;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
  opacity: 0.9;
}
.ContantSection .headingTwo {
  color: #24292f;
  margin-bottom: 0px;
  font-size: 32px;
}

.ContantSection h3 {
  color: #24292f;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin: 30px 0px 25px;
}
.ContantSection h4 {
  color: #515559;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin: 30px 0px 25px;
}
.ContantSection p {
  font-size: 16px;
  color: #535b64;
  line-height: 24px;
}
.comment-box {
  border: solid 1px #cec9c9;
  padding: 5px;
  border-radius: 8px;
  padding: 8px;
  margin-top: 16px;
}
.comment-box textarea {
  font-size: 14px;
  height: 60px;
}
.comment-box textarea:focus {
  outline: 0px;
}

.bulletData {
  display: block;
}
.bulletData ul li {
  font-size: 16px;
  color: #535b64;
  margin-bottom: 15px;
}

.footerSection {
  padding: 50px 0px 0px;
  background: #0d1117;
}
.footerSection h5 {
  font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace !important;
  font-weight: 400;
  font-size: 14px;
  color: #c6c6c6;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.footerSection .footerLink {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.footerSection .footerLink li {
  display: block;
  margin-bottom: 15px;
}
.footerSection .footerLink li a {
  color: #8d969f;
  font-size: 14px;
}
.footerSection .footerSection a:hover {
  color: #58a5fd;
}
.footerSection .sociallink li a i {
  width: 20px;
  display: inline-block;
}
.copyrightSection {
  text-align: center;
  padding: 20px;
  margin-top: 50px;
  background: #151a20;
  color: #89919b;
  font-size: 13px;
  font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace !important;
}

.aboutSection {
  padding: 20px 0px;
}
.aboutSection p {
  font-size: 22px;
  line-height: 35px;
}

@media only screen and (max-width: 1400px) {
  .main_heading {
    font-size: 55px;
  }
  .wordCarousel {
    width: 505px;
  }
  .curveOne {
    right: 357px;
  }
  .curveTwo {
    right: 357px;
    left: inherit;
  }
  .ai-patternimg {
    right: -118px;
    bottom: -125px;
    scale: 0.6;
  }
  .secondSection {
    overflow: hidden;
  }
}

@media only screen and (max-width: 1199px) {
  .main_heading {
    font-size: 45px;
    line-height: 65px;
  }
  .brandtextline {
    font-size: 35px;
    margin-top: 35px;
  }
  .HomepageAppscreen {
    max-width: 350px;
  }
  .headingone {
    font-size: 42px;
  }
  .headingTwo {
    line-height: 48px;
    font-size: 34px;
  }
  .timeline-block.timelineFirst {
    padding-top: 50px;
    margin-top: 120px;
  }
  .timelineFirst:after {
    height: 100px;
  }
  .wordCarousel {
    width: 100%;
    text-align: center;
    padding-left: 177px;
  }
  .curveOne {
    right: 465px;
    bottom: -175px;
  }
  .curveTwo {
    right: 465px;
    width: 102px;
  }
  .curveThree {
    width: 115px;
  }
  .headngdescription {
    font-size: 20px;
    line-height: 35px;
  }
  .headingthree.f_size_24 {
    font-size: 22px !important;
  }
  .appIconIndicator {
    right: -35px;
  }
  .subhdngIndicator {
    left: -104px;
  }
  .titleIndicator {
    left: -98px;
  }

  .profilescreensec {
    width: 200px;
    height: 200px;
    bottom: 35px;
  }
  .profilescreensec::after {
    bottom: 12px;
  }
  .profiletag {
    top: -58px;
    left: 76px;
  }
  .professionatag {
    top: 90px;
  }
  .professionatag::after {
    top: 11px;
    right: -145px;
  }
  .view_descrptionElement .professionatag::after {
    width: 145px;
  }
  .organisationtag {
    bottom: -40px;
    left: 10px;
  }
  .organisationtag:after {
    left: 49px;
    bottom: 23px;
  }
  .view_descrptionElement .organisationtag::after {
    height: 102px;
  }

  .rightside .titleIndicator {
    right: -99px;
  }
  .flashTwo {
    left: 51%;
  }

  .headingthree.f_size_26 {
    font-size: 22px !important;
  }
  .headngdescription.f_size_22 {
    font-size: 20px !important;
  }

  .curveSix {
    width: 240px;
  }
  .curveSeven {
    width: 230px;
  }

  .curveEight {
    width: 120px;
  }
  .curveNine {
    height: 38px;
    left: 370px;
  }

  .headingbluegradiant {
    font-size: 28px;
    line-height: 45px;
  }
  .headingbluegradiant br {
    display: none;
  }
}

@media only screen and (max-width: 990px) and (min-width: 768px) {
  .homepageSection {
    min-height: 600px;
  }
  .headerlogo .logoicon {
    width: 45px;
  }
  .headerlogo .logoName {
    width: 100px;
  }
  .main_heading {
    font-size: 35px;
    line-height: 45px;
  }
  .main_heading font {
    font-size: 40px;
  }
  .brandtextline {
    font-size: 28px;
  }
  .noaccesstext {
    font-size: 24px;
  }
  .noaccesstext span {
    font-size: 16px;
    margin-top: 6px;
  }
  .noaccesstext span i {
    font-size: 15px;
  }
  .ai-patternimg {
    scale: 0.4;
    right: -242px;
    bottom: -171px;
  }

  .headingone {
    font-size: 34px;
  }

  .curveOne {
    right: 348px;
  }
  .wordCarousel span {
    font-size: 40px;
  }
  .wordCarousel div li {
    font-size: 45px;
  }

  .wordCarousel {
    padding-left: 146px;
  }
  .curveTwo {
    right: 348px;
    width: 70px;
    height: 60px;
    bottom: -125px;
  }
  .curveThree {
    width: 58px;
    height: 85px;
    left: 250px;
  }

  .callerIdentitySec {
    margin-top: 200px !important;
  }
  .callerIdentitySec .appIconIndicator {
    top: -65px;
  }

  .timeLineBlock::after {
    left: 250px;
  }
  .headingTwo {
    font-size: 30px;
    line-height: 40px;
  }
  .headngdescription {
    font-size: 18px;
    line-height: 30px;
  }
  .headingthree.f_size_24 {
    font-size: 18px !important;
  }
  .profilescreensec {
    width: 150px;
    height: 150px;
  }
  .profilescreensec:after {
    bottom: 9px;
  }
  .callerIdTag {
    font-size: 13px;
  }
  .profiletag {
    top: -58px;
    left: 50px;
  }
  .profiletag:after {
    top: 20px;
  }
  .view_descrptionElement .profiletag::after {
    height: 72px;
  }
  .professionatag {
    top: 66px;
    left: -90px;
  }
  .professionatag::after {
    top: 11px;
    right: -78px;
  }
  .view_descrptionElement .professionatag::after {
    width: 78px;
  }
  .organisationtag {
    bottom: -40px;
    left: -8px;
  }
  .organisationtag:after {
    left: 49px;
    bottom: 19px;
  }
  .view_descrptionElement .organisationtag::after {
    height: 84px;
  }

  .rightside::after {
    left: inherit !important;
    right: 250px;
  }
  .curveFour {
    left: 250px;
    width: 150px;
  }
  .curveFive {
    right: 250px;
    width: 135px;
  }
  .rightside .appIconIndicator {
    right: 224px;
  }
  .flashTwo {
    left: 45%;
  }
  .curveSix {
    right: 250px;
    width: 80px;
    height: 80px;
    bottom: -75px;
  }
  .curveSeven {
    left: 250px;
    width: 150px;
  }
  .timlinespammer {
    margin-top: 190px !important;
  }
  .headngdescription.f_size_22 {
    font-size: 18px !important;
    line-height: 30px !important;
  }
  .headingthree.f_size_26 {
    font-size: 20px !important;
  }

  .timlineblockfive:after {
    left: 348px;
  }
  .curveEight {
    left: 250px;
    width: 70px;
  }
  .curveNine {
    left: 310px;
    width: 40px;
  }
  .notext {
    font-size: 24px;
  }

  .lockImagesection .lockIcon {
    font-size: 250px;
  }
  .lockImagesection::after {
    left: 165px;
    width: 8px;
  }
  .lockImagesection::before {
    left: 160px;
    width: 18px;
    height: 18px;
    bottom: 70px;
  }

  .Faqsection {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .navbar-toggler {
    border: none;
  }
  .homepageSection {
    min-height: inherit;
  }
  .headerlogo .logoicon {
    width: 45px;
  }
  .headerlogo .logoName {
    width: 100px;
  }
  .HomepageAppscreen {
    max-width: 350px;
  }
  /* .device-showcase::before {
    max-width: 370px;
  } */
  .homepageSection .col-md-6.ps-5 {
    padding-left: 0px !important;
  }
  .main_heading,
  .main_heading font {
    font-size: 34px;
    line-height: 45px;
    margin-top: 40px;
    text-align: center;
  }
  .brandtextline {
    font-size: 28px;
    text-align: center;
    margin-top: 30px;
  }
  .noaccesstext {
    font-size: 24px;
    margin: 40px auto;
    display: table;
  }
  .noaccesstext span {
    font-size: 16px;
    margin-top: 6px;
  }
  .noaccesstext span i {
    font-size: 15px;
  }
  .ai-patternimg {
    scale: 0.4;
    right: -242px;
    bottom: -247px;
  }

  .beyindmeanssection {
    padding-top: 50px !important;
  }
  .beyindmeanssection .headingone {
    padding-left: 0px !important;
    line-height: 48px;
  }
  .headingone {
    font-size: 28px;
    line-height: 38px;
  }
  .gradiant_border::after {
    bottom: -6px;
  }

  .headingTwo {
    font-size: 28px;
    line-height: 38px;
  }
  .headngdescription br {
    display: none;
  }

  .regionalAppscreen {
    overflow: auto;
    display: block;
    width: 100%;
    white-space: nowrap;
    margin-top: 0px;
  }
  .regionalAppscreen .col {
    width: 250px;
    display: inline-block;
    vertical-align: top;
  }
  .regionalAppscreen .appscreenscetion.margintophalf,
  .regionalAppscreen .appscreenscetion.margintop50 {
    margin-top: 0px;
  }
  .regionalAppscreen .appscreenscetion:hover img {
    transform: none;
  }

  .curveOne {
    right: 348px;
  }
  .wordCarousel {
    margin-top: 15px;
    text-align: left;
    padding-left: 40px;
    padding-left: 94px;
    text-align: center;
  }
  .wordCarousel span {
    font-size: 28px;
  }
  .wordCarousel div li {
    font-size: 28px;
    margin-bottom: 0px;
  }
  .flip5 {
    animation: none;
  }
  .wordCarousel div {
    height: inherit;
    overflow: auto;
  }

  .timeLineBlock {
    margin-top: 100px;
  }
  .timlineSecond .timlinecontantBox {
    padding: 0px;
  }
  .curveOne {
    right: inherit;
    height: 178px;
  }
  .curveTwo {
    left: 42.5%;
    right: inherit;
    height: 80px;
    width: 80px;
    bottom: -170px;
    transform: translateX(-50%);
    z-index: -1;
  }
  .curveThree {
    top: -67px;
    width: 186px;
    left: 5px;
  }
  .curveFour {
    left: 5px;
    bottom: -47px;
    width: 85%;
  }
  .curveFive {
    right: 5px;
    top: -55px;
    height: 80px;
  }

  .timeLineBlock::after {
    left: 5px;
  }
  .appScreenshotcolumn {
    order: 2;
    text-align: center;
  }
  .timlinetextcolumn {
    padding-left: 45px;
  }
  .appIconIndicator {
    right: inherit;
    left: -22px;
  }
  .subhdngIndicator {
    left: -65px;
  }
  .titleIndicator {
    left: -62px;
  }
  .callerIdentitySec {
    padding-bottom: 20px;
  }
  .callerIdentitySec .titleIndicator {
    background: #2a2341 !important;
  }

  .headingTwo {
    font-size: 24px;
    line-height: 34px;
  }
  .headngdescription {
    font-size: 18px;
    line-height: 30px;
  }
  .headingthree.f_size_24 {
    font-size: 18px !important;
  }

  .appScreenshotcolumn {
    text-align: left;
    padding-left: 40px;
  }
  .appScreenshotcolumn .screenimg {
    width: 75%;
    max-width: 250px !important;
  }
  .profilescreensec {
    display: none;
  }

  .rightside::after {
    right: 5px;
    left: inherit !important;
  }
  .rightside .timlinetextcolumn {
    padding-right: 40px;
  }
  .rightside .appScreenshotcolumn {
    padding-right: 40px;
  }
  .rightside .appIconIndicator {
    left: inherit;
    right: -22px;
  }
  .rightside .titleIndicator {
    right: -57px;
  }
  .rightside .headngdescription {
    padding-left: 0px !important;
  }

  .curveSix {
    right: 5px;
    height: 72px;
    bottom: -50px;
  }
  .curveSeven {
    left: 5px;
    height: 77px;
    top: -49px;
    width: 55%;
  }

  .timlinespammer {
    margin-top: 97px !important;
  }
  .timlinespammer .timlinetextcolumn {
    margin-top: 0px !important;
  }

  .headingthree.f_size_26 {
    font-size: 18px !important;
  }
  .headngdescription.f_size_22 {
    font-size: 18px !important;
    line-height: 30px !important;
  }

  .timlinespammer .appScreenshotcolumn {
    margin-top: 40px;
  }
  .spamscreentwo {
    right: 17px;
  }

  .curveEight {
    left: 5px;
    width: 85%;
    height: 40px;
  }
  .curveNine {
    left: inherit;
    right: 5px;
    height: 50px;
    top: -44px;
  }

  .timlineblockfive:after {
    right: 5px;
    left: inherit;
    height: 100%;
  }
  .timlineblockfive {
    padding-top: 0px !important;
    margin-bottom: 100px !important;
    padding-bottom: 0px !important;
  }
  .timlineblockfive .timlinetextcolumn {
    margin-top: 20px !important;
    padding-left: 0px;
    padding-right: 40px;
  }
  .timlineblockfive .appScreenshotcolumn {
    padding-right: 40px;
    padding-left: 0px;
  }
  .timlineblockfive .headingTwo {
    text-align: right !important;
  }
  .timlineblockfive .subpointlist {
    text-align: right;
  }
  .timlineblockfive .titleIndicator {
    left: inherit;
    right: -10px;
    top: 20px;
  }
  .timlineblockfive .subhdngIndicator {
    left: inherit;
    right: -61px;
  }
  .timlineblockfive .subhdngIndicator.privacy {
    left: inherit !important;
    right: -102px;
  }
  .reverse-mobile {
    flex-direction: row-reverse;
  }
  .timlineblockfive .appIconIndicator {
    left: inherit;
    right: -20px;
  }
  .notext {
    font-size: 24px;
  }

  .lockImagesection {
    width: 218px;
    float: right;
    position: relative;
  }

  .curveTen {
    right: 5px;
    height: 72px;
    bottom: -48px;
    width: 45%;
    position: absolute;
    z-index: -1;
    border-right: solid 2px #a67bf2;
    border-bottom: solid 2px #a67bf2;
    border-radius: 0px 0px 20px 0px;
  }
  .curveEleven {
    left: 47%;
    height: 77px;
    bottom: -123px;
    width: 50px;
    position: absolute;
    z-index: -1;
    border-left: solid 2px #a67bf2;
    border-top: solid 2px #a67bf2;
    border-radius: 20px 0px 0px 0px;
  }

  .naamdatavideosec {
    margin-top: 0px !important;
    padding-top: 20px !important;
  }
  .headingbluegradiant {
    font-size: 24px;
    line-height: 34px;
  }

  .Faqsection {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .faqAccoBox {
    margin-top: 15px;
  }
  .faqAccoBox .accordion-body p {
    font-size: 18px;
    line-height: 28px;
  }
  .faqAccoBox .accordion-body {
    padding-left: 10px;
  }
  .faqAccoBox .accordion-header .accordion-button {
    font-size: 18px;
    padding: 20px 10px;
  }
}
.made-india {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  gap: 8px;
  margin-top: 30px;
}
.made-india img {
  height: 40px;
}
.fs-16 {
  font-size: 16px;
}
.title-banner {
  background-color: #1b1226;
  min-height: calc(100vh - 84px);
  position: relative;
  overflow: hidden;
}
.title-banner .banner-text {
  position: absolute;
  top: 0px;
}
section {
  padding: 100px 0;
}
.main-wraper {
  background: #0d1117;
  background: linear-gradient(to bottom, #1b1226 0%, #0d1117 100%);
}
.f-card p {
  font-size: 18px;
  font-weight: 300;
}
.f-card img {
  height: 126px;
  width: 126px;
  margin-bottom: 10px;
}
.f-card,
.f-card h3,
.features-block h1 {
  font-family: "Raleway", sans-serif;
}
.f-card h3 {
  font-weight: 700;
  font-size: 36px;
}
.fs-48 {
  font-size: 48px;
  font-weight: 700;
}
.features-block .content {
  color: #8d969f;
  font-size: 18px;
  font-weight: 300;
  font-family: "Raleway", sans-serif;
}
.py-large-space {
  padding-top: 100px;
  padding-bottom: 100px;
}
.title-banner h1 {
  font-size: 48px;
  font-family: "Raleway", sans-serif;
  padding-bottom: 14px;
  font-weight: 600;
}
.title-banner video {
  mix-blend-mode: screen;
  -webkit-mix-blend-mode: screen;
  -moz-mix-blend-mode: screen;
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  transform: translate(-50%, -50%);
}
.title-banner .title-banner-content {
  z-index: 1;
  font-family: "Raleway", sans-serif;
  line-height: 26px;
}
.title-banner .title-banner-content span {
  font-weight: 600;
}
.header-1 {
  background: #1b1226;
}
.space-4 {
  height: 10px;
}
.mobile-case {
  max-height: 570px;
}
.navbar-brand.headerlogo img {
  height: "58px";
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .downloadBtn {
    font-size: 14px;
    padding: 5px 18px;
  }
  .sitenav .nav-link {
    font-size: 16px;
    padding: 0.5rem 15px !important;
  }
  .navbar-brand.headerlogo img {
    height: 48px;
  }
  .desktop-bg {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .title-banner video {
    left: 17%;
    top: 50%;
    height: 100%;
    width: auto;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 767px) {
  .py-large-space {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .appIconIndicator {
    display: none;
  }
}
@media only screen and (max-width: 540px) {
  .title-banner {
    min-height: 700px;
  }
}
@media only screen and (min-width: 768px) {
  .desktop-bg {
    display: block;
  }
  .mobile-bg {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .desktop-bg {
    display: none;
  }
  .mobile-bg {
    display: block;
  }
}
.ac_delete {
  font-size: 18px;
}
.ac_delete p,
.ac_delete ul {
  color: rgba(255, 255, 255, 0.5);
  line-height: 28px;
}
.btn-purple {
  color: #ffffff;
  background: #6a5fff !important;
  border-radius: 6px;
  padding: 10px 24px;
  min-width: 90px;
  font-weight: 500;
}
.btn-md {
  border-radius: 6px;
  padding: 10px 24px;
  min-width: 90px;
  font-weight: 500;
}
.points ul li {
  padding-bottom: 10px;
}
.btn-lg {
  font-size: 16px;
  padding: 15px 24px;
}
.formControl {
  font-size: 16px;
  padding: 15px 20px;
  border: 0px;
  border-radius: 6px;
}
.inputGroup {
  display: flex;
  align-items: center;
  gap: 10px;
}
.inputGroup input {
  min-width: 330px;
}
.editPhone {
  display: flex;
  align-items: center;
  gap: 20px;
}
.textLink {
  color: #6a5fff;
  text-decoration: underline;
  font-weight: 600;
  font-size: 16px;
}
.otps {
  display: flex;
  align-items: center;
  gap: 10px;
}
.otps input {
  width: 54px;
}
.buttonsGroup {
  display: flex;
  align-items: center;
  gap: 10px;
}
.verifiedPhone {
  display: flex;
  align-items: center;
  gap: 20px;
}
.verifiedPhone .textLink {
  color: #89da5f;
}
.modal .btn-close {
  --spacing: 10px;
  position: absolute;
  right: var(--spacing);
  top: var(--spacing);
  z-index: 1;
  padding: 9px;
  font-size: 14px;
  opacity: 1;
}
.modal .modal-title {
  font-family: "Raleway", sans-serif;
  font-size: 24px !important;
  font-weight: 700;
}
.p-40 {
  padding: 40px;
}
.google-button {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
  padding: 13px 30px;
  border: 1px solid #cfcfcf;
  border-radius: 6px;
  background: #f2f2f2;
}
.google-button:hover {
  border: 1px solid #bfbfbf;
  background: #ecebeb;
}
.modal-backdrop.show {
  --bs-backdrop-opacity: 0.8;
  opacity: var(--bs-backdrop-opacity);
}
.btn-primary {
  background: #512da8;
  border-color: #512da8;
}
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  background-color: #512da8;
  border-color: #512da8;
}
.modal .form-control-lg {
  font-size: 16px;
  font-weight: 600;
  padding: 10px 20px;
  min-height: 56px;
}
.mobile-field {
  width: 100%;
  display: flex;
  align-items: center;
  border-radius: 0.5rem;
}
.mobile-field .input-group-text {
  font-size: 16px;
  font-weight: 600;
  min-height: 56px;
}
.contact-card {
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border-radius: 36px;
  overflow: hidden;
}
.contactcard-content {
  --spacing: 30px;
  padding: 0 var(--spacing) var(--spacing);
  margin-top: -40px;
}
.contactcard-cover-bg {
  height: 138px;
  background: #261e34;
  text-align: center;
}
.contactcard-header {
  display: flex;
  gap: 20px;
  align-items: start;
  padding-bottom: 24px;
}
.contact-avatar {
  --imgageSize: 136px;
  width: var(--imgageSize);
  height: var(--imgageSize);
  border-radius: 10rem;
  border: 4px solid #ffffff;
  overflow: hidden;
}
.contact-avatar img {
  max-width: 100%;
  max-height: 100%;
}
.search-blank {
  padding: 40px;
  text-align: center;
}
.pricing-card {
  border-radius: 20px 0 0 20px;
  border: 1px solid #dddddd;
  border-right: 0;
  font-size: 16px;
  font-weight: 600;
  background: #fff;
  overflow: hidden;
  position: relative;
}
.pricing-card .card-label {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffd954;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  padding: 4px 20px;
  color: #434343;
  text-transform: uppercase;
  border-radius: 0 0 10px 10px;
}
.pricing-card .btn-purple {
  background: #512da8 !important;
}
.pricing-card button {
  margin-top: 30px;
}
.pricing-card.active {
  border-radius: 20px;
  border: 1px solid #512da8;
  border-top: 0px;
  box-shadow: 0 0 30px rgba(81, 45, 168, 0.3);
}
.pricing-card.active .pricing-header {
  background: #512da8;
  padding-top: 50px;
}
.pricing-header {
  background: #444444;
  padding: 30px 20px;
  color: #fff;
  text-align: center;
}
.pricing-header .price {
  font-size: 16px;
  display: flex;
  align-items: baseline;
  gap: 6px;
  justify-content: center;
}
.pricing-header h4 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #fff;
  margin: 0 0 10px 0;
}
.pricing-header .price h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 0;
}
.pricing-body {
  padding: 30px;
}
.btn-link.text-purple {
  color: #512da8 !important;
}
.text-purple-dark {
  color: #512da8;
}
.btn-primary:hover,
.btn-primary:active {
  background-color: #43228f !important;
}
.btn-primary:focus-visible {
  background-color: #43228f !important;
  --bs-btn-focus-shadow-rgb: 81, 45, 168;
  --bs-btn-hover-border-color: #43228f;
}
.btn-link:focus-visible {
  box-shadow: none !important;
}

.modal-content {
  border-radius: 18px;
}
.dropdown.profile .btn-link {
  text-decoration: none;
  display: flex;
  align-items: center;
}
.dropdown.profile .btn:first-child:active {
  border: 1px solid transparent;
}
.dropdown.profile .dropdown-menu {
  font-size: 14px;
  min-width: 100px;
}
.dropdown.profile .dropdown-menu button {
  font-weight: 500;
}
.dropdown.profile .dropdown-item.active,
.dropdown.profile .dropdown-item:active {
  background: #fff;
  color: #000;
}

/* cloud css */
.card-wrpaer {
  height: 140px;
  width: 100%;
  background-color: #3c2f4e;
  margin: auto;
  overflow: hidden;
  position: relative;
}
.card-body {
  padding: 130px 40px 40px;
}
.card-header {
  height: 100%;
}
.profile-image {
  width: 218px;
  height: 218px;
  margin-bottom: 20px;
  position: absolute;
  top: 194px;
}
.profile-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  border: 4px solid transparent;
  background: linear-gradient(90deg, #0099ff 0%, #a033ff 50%, #ff5280 96%, #ff7061 100%) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}
.profile-image img {
  max-width: 100%;
  border-radius: 100%;
}
.name {
  font-size: 36px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}
.tag-block {
  background-color: #026be7;
  color: #ffffff;
  border-radius: 50px;
  padding: 10px 30px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.p-info,
.light-blue {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.light-blue {
  padding-top: 40px;
  color: #8cc0fd;
}
.light-blue .business,
.light-blue .city {
  display: flex;
  align-items: center;
  gap: 14px;
}
.card-footer {
  background: linear-gradient(90deg, #0099ff 0%, #a033ff 50%, #ff5280 96%, #ff7061 100%) border-box;
  padding: 26px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-footer img {
  max-height: 58px;
}
.card-wrpaer.spam {
  background-color: #7f201b;
}
.card-wrpaer.spam .light-blue {
  color: #e4e4e4;
}
.card-wrpaer.spam .light-blue svg path {
  fill: #e4e4e4 !important;
}
.card-wrpaer.spam .card-header {
  background: #671713;
}
.card-wrpaer.spam .profile-image::before {
  display: none;
}
.card-wrpaer.business {
  background-color: #139f53;
}
.card-wrpaer.business .light-blue {
  color: #adebca;
}
.card-wrpaer.business .light-blue svg path {
  fill: #adebca !important;
}
.card-wrpaer.business .card-header {
  background: #0b8141;
}
.cardNamelatter {
  text-align: center;
  height: 100%;
  overflow: hidden;
}
.cardNamelatter span {
  margin: 10px;
  color: #fff;
  opacity: 0.6;
  font-size: 20px;
  position: relative;
}
.cardNamelatter span:nth-child(1) {
  font-size: 26px;
  opacity: 0.4;
  top: 8px;
}
.cardNamelatter span:nth-child(2) {
  font-size: 18px;
  opacity: 0.3;
  top: -8px;
}
.cardNamelatter span:nth-child(4) {
  font-size: 16px;
  opacity: 0.2;
  top: 8px;
}
.cardNamelatter span:nth-child(5) {
  font-size: 22px;
  opacity: 0.4;
  top: -8px;
}
.cardNamelatter span:nth-child(6) {
  font-size: 15px;
  opacity: 0.3;
  top: 8px;
}
.cardNamelatter span:nth-child(7) {
  font-size: 22px;
  opacity: 0.4;
  top: -8px;
}
.cardNamelatter span:nth-child(8) {
  font-size: 15px;
  opacity: 0.3;
  top: 8px;
}
.cardNamelatter span:nth-child(9) {
  font-size: 12px;
  opacity: 0.5;
  top: -8px;
}
.cardNamelatter span:nth-child(10) {
  font-size: 12px;
  opacity: 0.5;
  top: 8px;
}
.cardNamelatter span:nth-child(11) {
  font-size: 15px;
  opacity: 0.6;
  top: -8px;
}
.cardNamelatter span:nth-child(12) {
  font-size: 26px;
  opacity: 0.3;
  top: 8px;
}
.cardNamelatter span:nth-child(13) {
  font-size: 24px;
  opacity: 0.2;
  top: -8px;
}
.cardNamelatter span:nth-child(14) {
  font-size: 16px;
  opacity: 0.2;
  top: 8px;
}
.cardNamelatter span:nth-child(15) {
  font-size: 36px;
  opacity: 0.2;
  top: -8px;
}
.cardNamelatter span:nth-child(16) {
  font-size: 15px;
  opacity: 0.3;
  top: 8px;
}
.cardNamelatter span:nth-child(18) {
  font-size: 26px;
  opacity: 0.4;
  top: -8px;
}
.cardNamelatter span:nth-child(19) {
  font-size: 16px;
  opacity: 0.3;
  top: 8px;
}
.cardNamelatter span:nth-child(20) {
  font-size: 12px;
  opacity: 0.4;
  top: -8px;
}
.cardNamelatter span:nth-child(21) {
  font-size: 24px;
  opacity: 0.5;
  top: 8px;
}
.cardNamelatter span:nth-child(22) {
  font-size: 22px;
  opacity: 0.2;
  top: -8px;
}

.cardNamelatter span:nth-child(23) {
  font-size: 22px;
  opacity: 0.4;
  top: 8px;
}
.cardNamelatter span:nth-child(24) {
  font-size: 15px;
  opacity: 0.3;
  top: -8px;
}
.cardNamelatter span:nth-child(25) {
  font-size: 22px;
  opacity: 0.4;
  top: 8px;
}
.cardNamelatter span:nth-child(26) {
  font-size: 15px;
  opacity: 0.3;
  top: -8px;
}
.cardNamelatter span:nth-child(27) {
  font-size: 12px;
  opacity: 0.5;
  top: 8px;
}
.cardNamelatter span:nth-child(28) {
  font-size: 12px;
  opacity: 0.5;
  top: -8px;
}
.cardNamelatter span:nth-child(29) {
  font-size: 15px;
  opacity: 0.6;
  top: 8px;
}
.cardNamelatter span:nth-child(30) {
  font-size: 26px;
  opacity: 0.3;
  top: -8px;
}

.cardNamelatter span:nth-child(31) {
  font-size: 26px;
  opacity: 0.4;
  top: 8px;
}
.cardNamelatter span:nth-child(32) {
  font-size: 18px;
  opacity: 0.3;
  top: -8px;
}
.cardNamelatter span:nth-child(33) {
  font-size: 16px;
  opacity: 0.2;
  top: 8px;
}
.cardNamelatter span:nth-child(34) {
  font-size: 22px;
  opacity: 0.4;
  top: -8px;
}
.cardNamelatter span:nth-child(35) {
  font-size: 15px;
  opacity: 0.3;
  top: 8px;
}
.cardNamelatter span:nth-child(38) {
  font-size: 22px;
  opacity: 0.4;
  top: -8px;
}
.cardNamelatter span:nth-child(40) {
  font-size: 15px;
  opacity: 0.3;
  top: 8px;
}
.cardNamelatter span:nth-child(42) {
  font-size: 12px;
  opacity: 0.5;
  top: -8px;
}
.cardNamelatter span:nth-child(44) {
  font-size: 12px;
  opacity: 0.5;
  top: 8px;
}
.cardNamelatter span:nth-child(45) {
  font-size: 15px;
  opacity: 0.6;
  top: -8px;
}
.cardNamelatter span:nth-child(48) {
  font-size: 26px;
  opacity: 0.3;
  top: 8px;
}
.cardNamelatter span:nth-child(50) {
  font-size: 24px;
  opacity: 0.2;
  top: -8px;
}
.cardNamelatter span:nth-child(52) {
  font-size: 16px;
  opacity: 0.2;
  top: 8px;
}
.cardNamelatter span:nth-child(54) {
  font-size: 36px;
  opacity: 0.2;
  top: -8px;
}
.cardNamelatter span:nth-child(56) {
  font-size: 15px;
  opacity: 0.3;
  top: 8px;
}
.cardNamelatter span:nth-child(58) {
  font-size: 26px;
  opacity: 0.4;
  top: -8px;
}
.cardNamelatter span:nth-child(60) {
  font-size: 16px;
  opacity: 0.3;
  top: 8px;
}
.cardNamelatter span:nth-child(62) {
  font-size: 12px;
  opacity: 0.4;
  top: -8px;
}
.cardNamelatter span:nth-child(65) {
  font-size: 24px;
  opacity: 0.5;
  top: 8px;
}
.cardNamelatter span:nth-child(70) {
  font-size: 22px;
  opacity: 0.2;
  top: -8px;
}

.hindiText {
  font-size: 70px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  color: #d8dae0;
  text-shadow: 0 0 2px #000;
}

.huge-space {
  padding: 150px 0;
}

/* spam */
.ContantSection2 {
  background: #ffffff;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
}

.spamSection h1 {
  font-size: 20px;
  font-weight: 500;
}

.sec-heading {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}
.spam-bottom {
  font-size: 12px !important;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0px;
}
.spam-bottom b {
  font-weight: 600;
}

.greybg {
  background-color: #f9fafc;
}

.info {
  padding-left: 10px;
}

.reason {
  font-size: 16px;
  color: #666666;
  font-weight: 500;
}

.bnr-img {
  padding-top: 86px;
}

.button-purple {
  background-color: #6a5fff;
  font-size: 16px;
  font-weight: 600;
  color: #fff !important;
  border: none;
  padding: 10px 10px;
  width: 100px;
  border-radius: 4px;
}

.profile {
  display: flex;
}

.avtar {
  --avtarSize: 36px;
  background-color: #cdcdcd;
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: var(--avtarSize);
  height: var(--avtarSize);
  font-weight: 600;
  overflow: hidden;
}

.card-1 {
  background-color: #ffffff;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.04);
  display: flex;
  padding: 12px;
  border-radius: 8px;
  display: flex;
  gap: 12px;
  font-size: 14px;
  align-items: center;
}
.user {
  color: #242424;
  font-weight: 600;
}
.mb-no {
  color: #7a7a7a;
  font-weight: 400;
  letter-spacing: 1px;
}

.box-title {
  color: #7a7a7a;
  font-size: 16px;
  font-weight: 400;
}
.count {
  color: #242424;
  font-size: 26px;
  font-weight: 00;
}
.user-name {
  font-size: 16px;
  color: #606060;
  font-weight: 600;
}
.time {
  font-size: 12px;
  color: #999999;
  font-weight: 400;
}
.complaint-section {
  height: 360px;
  overflow: auto;
  font-size: 14px;
}
.circular-profile {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  object-fit: cover;
}
.spammer-details .heading {
  font-size: 16px;
  margin-bottom: 0px;
}
.spammer-details hr {
  margin: 8px 0;
  border-color: #e5e3fd;
  opacity: 1;
}
/* font {
  font
} */

.top-bar {
  position: relative;
}

.top-bar .title {
  background: rgb(63, 80, 181);
  background: linear-gradient(90deg, rgba(63, 80, 181, 1) 0%, rgba(129, 23, 131, 1) 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 0 50px 50px 0;
  height: 36px;
  display: flex;
  align-items: center;
  padding: 0 24px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.marquee {
  overflow: hidden;
  display: flex;
  padding: 9px 0;
  position: relative;
  min-height: 36px;
}
.number-card {
  color: #fff;
  font-size: 12px;
  margin: 0 16px;
}
.numbers-row,
.number-card,
.n-info,
.score {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.marquee .numbers span {
  margin: 0 10px;
  color: #fff;
}
.marquee-content {
  display: flex;
}
.grecaptcha-badge {
  visibility: hidden;
}
.fs-14 {
  font-size: 14px;
}
.form-check-input:checked {
  background-color: #512da8;
  border-color: #512da8;
}
.form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(81, 45, 168, 0.25);
}
.mobile-otp {
  position: relative;
}
.mobile-otp a {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(-50%, -50%);
}
.btn-otp {
  background-color: rgba(81, 45, 168, 0.1);
  color: rgba(81, 45, 168, 0.9);
}
.otp-verify,
.btn-otp {
  font-size: 12px;
  font-weight: 600;
}
.btn-otp:hover,
.btn-otp:focus-visible,
.btn-otp:first-child:active {
  background-color: rgba(81, 45, 168, 0.2);
  color: rgba(81, 45, 168, 0.9);
}
.verified-tag {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background-color: #28a745;
  color: #fff;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 12px;
}
.btn-otp:disabled {
  background-color: rgba(81, 45, 168, 0.1);
  color: rgba(81, 45, 168, 0.9);
  border-color: transparent;
}

/* Payment css */
/* Account setting */
.pagetabs {
  font-size: 14px;
  color: #828282;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  border-radius: 8px;
  font-weight: 600;
  margin-bottom: 10px;
}
.pagetabs.active {
  color: #333;
  background-color: #ededed;
  font-weight: 600;
}
.btn {
  font-weight: 500;
  font-size: 14px;
  padding: 10px 24px;
}
.btn.btn-lg {
  font-weight: 500;
  font-size: 16px;
}
.current-active-plan {
  display: flex;
  flex-direction: column;
  padding: 40px;
  border: 1px solid #e0dbed;
  background: #f7f4ff;
  border-radius: 20px;
  justify-content: space-between;
}
.order-history-table {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #333;
}
.order-history-table a {
  color: #512da8;
}
.order-history-table thead th {
  font-size: 13px;
  font-weight: 500;
  color: #828282;
}
.order-history-table td {
  font-size: 14px;
  font-weight: 500;
  color: #828282;
}
.table.order-history-table > :not(caption) > * > * {
  padding: 1rem 0.5rem;
}

hr {
  margin: 0.8rem 0;
  opacity: 0.15;
}
.form-control,
.form-select {
  font-size: 14px;
  font-weight: 500;
  padding: 9px 12px;
}
.form-check-input {
  --size: 20px;
  width: var(--size);
  height: var(--size);
}
.block-space {
  padding: 80px 0;
}

.ContantSection {
  background: #fff;
  margin-top: 0px;
  padding-top: 25px;
  padding-bottom: 50px;
}

/* Invocie */
.invoice-container {
  width: 100%;
  max-width: 800px;
  margin: auto;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 5px;
}
.invoice-header,
.invoice-footer {
  text-align: center;
  margin-bottom: 20px;
}
.invoice-header h1 {
  margin: 0;
  font-size: 24px;
}
.invoice-details,
.item-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.invoice-details td,
.item-table th,
.item-table td {
  border: 1px solid #ddd;
  padding: 8px;
}
.item-table th {
  background-color: #f4f4f4;
  text-align: left;
}
.total {
  text-align: right;
  font-weight: bold;
}

/* Search history page */
.btn-group-sm .btn {
  padding: 10px 16px;
  font-size: 12px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
thead th {
  opacity: 0.7;
  font-weight: 400;
}
.search-history {
  position: relative;
}
.search-history i {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.search-history input {
  padding-left: 36px;
}
.search-filters {
  border-radius: 6px;
  overflow: hidden;
  background: #eef1f4;
  border: 0px;
}
.search-filters button {
  color: #707070;
  font-size: 14px;
}
.search-filters button.active {
  background: #393939;
  color: #ffffff;
  border-radius: 6px !important;
}
.search-filters button:active {
  border-color: transparent !important;
}
.pagination a {
  font-size: 13px;
  color: #333333;
}
.pagination a:hover {
  color: #393939;
}
.pagination a.active {
  background: #393939;
  color: #ffffff;
  border-color: transparent;
}
.page-link:focus {
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(57, 57, 57, 0.1);
}

.search-filter {
  display: flex;
  align-items: center;
  gap: 12px;
}
.search-filter span {
  white-space: nowrap;
  font-size: 13px;
  font-weight: 500;
}
.search-history-block {
  display: flex;
  align-items: center;
  gap: 0px;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  justify-content: space-between;
  overflow: hidden;
}
.search-history-block select {
  max-width: 100px;
  border: transparent;
  border-right: 1px solid #dee2e6;
}
.search-history-block input {
  border: transparent;
}
.search-history-block .search-history {
  width: 100%;
}
.search-history-block select,
.search-history-block input {
  border-radius: 0px;
}
.search-history-block select:focus,
.search-history-block input:focus {
  box-shadow: none;
  border-color: #dee2e6;
}
.search-history-block button {
  white-space: nowrap;
}

/* csv */

.drop-container {
  position: relative;
  display: flex;
  gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 200px;
  padding: 40px;
  border-radius: 10px;
  border: 1px dashed #512da8;
  color: #512da8;
  cursor: pointer;
  transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
  background: rgba(81, 45, 168, 0.1);
}
.drop-container:hover,
.drop-container.drag-active {
  background: rgba(81, 45, 168, 0.2);
  border-color: #512da8;
}
input[type="file"] {
  color: #828282;
  font-size: 14px;
  font-weight: 600;
  width: 100px;
}
input[type="file"]::file-selector-button {
  display: none;
}

/* reports */

.badge {
  font-size: 12px;
}
.chartcard {
  padding: 24px;
  background: #f3f1f7;
  border-radius: 12px;
  min-height: 340px;
}
.chart-board {
  max-height: 260px;
}

.chartcard.crbalance {
  background: #242236;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.chartcard.crbalance h3 {
  white-space: nowrap;
}
.chartcard.crbalance span {
  opacity: 0.7;
}
.chartcard .balance {
  display: flex;
  align-items: start;
  gap: 0px;
  flex-direction: column;
}
.chartcard .balance .bl-left {
  font-size: 50px;
  color: #ffffff;
  font-weight: 600;
  line-height: normal;
}
.chartcard .bl-total {
  font-size: 14px;
  color: #ffffff;
  opacity: 0.8;
  font-weight: 500;
}

/* Pricing */
.price-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 6px;
}
.price-card .plan-name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}
.price-card .amount {
  font-size: 40px;
  font-weight: 600;
}
.price-card .amount span {
  font-weight: 300;
  font-size: 38px;
}
.price-card .duration {
  position: relative;
  bottom: 3px;
  opacity: 0.7;
  font-weight: 500;
  font-size: 14px;
}
.price-card.popular {
  background: #512da8;
  color: #ffffff;
  position: relative;
}
.price-card.popular .btn-primary {
  background-color: #ffffff;
  border-color: #ffffff !important;
  color: #512da8;
}
.price-card.popular .btn-primary:hover,
.price-card.popular .btn:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #512da8;
}
.price-card.popular .p-features-list {
  border-color: #9276d5;
}
.p-features-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
  border-top: 1px dashed #c6c6c6;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 30px;
  margin-top: 30px;
}
.p-features-list li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-features-list img {
  --size: 18px;
  width: var(--size);
  height: var(--size);
}
h2 {
  font-size: 38px;
}
.faqAccoBox .accordion-header .accordion-button {
  font-size: 18px;
  padding: 20px 10px;
}
.faqAccoBox .accordion-body p {
  font-size: 16px;
  line-height: 26px;
  color: #535b64;
}
.popular-tag {
  position: absolute;
  right: 6px;
  top: 6px;
  padding: 4px 10px;
  background: #e9d121;
  border-radius: 4px;
  color: #333;
  font-weight: 600;
}
.contact-form {
  padding: 60px 60px 0 60px;
  border: 1px solid #e2e0f9;
  border-radius: 20px;
  /* background: #F8F5FF; */
  background: url(../images/contact-bg.png) no-repeat top left;
  background-size: cover;
  position: relative;
}
.contact-form label {
  font-size: 14px;
  color: #606060;
  margin-bottom: 6px;
}
.contact-form input {
  padding: 15px 16px;
}
.contact-form button {
  background-color: #6a5fff !important;
  border-color: #6a5fff;
  padding: 14px 24px;
}
.contact-form button:hover {
  background-color: #4c42d9 !important;
}

@media screen and (max-width: 540px) {
  .contact-form {
    padding: 30px;
  }
}

/* API page */
.text-gray {
  color: #606060;
}
.search-counter {
  font-size: 18px;
  color: #000;
  margin-bottom: 12px;
  border-bottom: 1px dashed #000;
  display: inline-block;
  font-weight: 400;
}
.search-counter span {
  font-weight: 600;
}
.btn.search-button {
  padding: 0px;
}
.api-search-block {
  text-align: center;
}
.api-search-block .title {
  color: #4c2fa2;
  font-size: 20px;
  position: relative;
  display: inline-block;
  padding-bottom: 40px;
}
.api-search-block .title:before {
  content: "";
  position: absolute;
  width: 55px;
  height: 61px;
  left: -60px;
  top: 8px;
  background: url(../images/icons/curve-arrow.svg) no-repeat top center;
  background-size: cover;
  z-index: 2;
}
.api-search-block input {
  border: 1px solid #4c2fa2;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(76, 47, 162, 0.15);
  -moz-box-shadow: 0px 4px 20px 0px rgba(76, 47, 162, 0.15);
  box-shadow: 0px 4px 20px 0px rgba(76, 47, 162, 0.15);
}
.api-search-block input:focus {
  box-shadow: 0 0 0 0.25rem rgba(76, 47, 162, 0.25);
  border-color: #4c2fa2;
}
.hero-btn-outline-dark {
  border: 1px solid #000;
  color: #000000;
  background: transparent;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  margin-top: 30px;
}
.hero-btn-outline-dark:hover {
  border: 1px solid #000;
  color: #000000;
}
.blur-pink-end {
  position: relative;
}
.blur-pink-end:before {
  content: "";
  position: absolute;
  right: -600px;
  top: -300px;
  width: 1380px;
  height: 1380px;
  background: url(../images/icons/pink-blur.png) no-repeat top center;
}
.blur-blue-start {
  position: relative;
}
.blur-blue-start:before {
  content: "";
  position: absolute;
  left: -500px;
  top: -400px;
  width: 1380px;
  height: 1380px;
  background: url(../images/icons/blue-blur.png) no-repeat top center;
}
.feature-card {
  background: url(../images/blue-card-bg.png) no-repeat top center;
  background-size: cover;
  padding: 30px;
  border-radius: 16px;
  border: 1px solid rgba(194, 186, 216, 0.5);
  font-size: 16px;
  font-weight: 400;
  height: 100%;
}
.feature-card h4 {
  font-size: 18px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 12px;
  margin-top: 24px;
}
.progress-card {
  text-align: center;
  font-size: 16px;
}
.progress-card .step-label {
  background: rgba(238, 77, 150, 0.2);
  color: #ee4d96;
  display: inline-block;
  padding: 4px 16px;
  border-radius: 50px;
  margin-bottom: 12px;
  font-size: 14px;
}
.process-img {
  padding-bottom: 24px;
}
.bg-light-purple {
  background: #e4dbfe;
}
.counter-block {
  text-align: center;
  color: #000000;
}
.counter-block h2 {
  font-size: 52px;
  font-weight: 500;
}
.counter-block span {
  font-size: 18px;
  font-weight: 400;
}
.bg-purple-gradient {
  background: rgb(238, 232, 255);
  background: linear-gradient(360deg, rgba(238, 232, 255, 0.4) 0%, rgba(238, 232, 255, 1) 100%);
}
.use-case-card {
  -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.use-case-card .icon-cercle {
  background: #7555d5;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.use-case-card .icon-cercle img {
  width: 44px;
  height: 44px;
}
.use-case-card .label {
  text-align: center;
  font-size: 18px;
  color: #000;
  font-weight: 500;
}
.wave-line {
  position: relative;
}
.bg-pink-gradient {
  background: rgb(255, 228, 240);
  background: linear-gradient(360deg, rgba(255, 228, 240, 0.4) 0%, rgba(255, 228, 240, 1) 100%);
}

.price-card-sm {
  border: 1px solid #d6cad0;
  background: #ffffff;
  border-radius: 8px;
  padding: 18px;
  font-size: 14px;
}
.f-tag {
  border: 1px solid #606060;
  border-radius: 6px;
  padding: 4px 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  line-height: 18px;
}
.mini-label {
  font-size: 11px;
  color: #606060;
  opacity: 0.8;
  margin-bottom: 4px;
  display: inline-block;
}
.price-card-sm h5,
.price-card-sm h6 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.price-card-sm h5 {
  font-size: 18px;
}
.price-plans-sm .btn-lg.btn-pink {
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px;
  padding: 10px 20px;
  min-height: 54px;
}
.price-plans-sm .link-btn {
  color: #606060;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  min-height: 54px;
}
.card-container {
  display: flex;
  gap: 20px;
}
.card {
  width: 150px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ccc;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s;
}
.hidden-radio {
  display: none;
}

.price-card-label {
  display: block;
  cursor: pointer;
}

.price-card-sm {
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 10px;
  transition: 0.3s;
}
.radio-indicator {
  min-width: 20px;
  min-height: 20px;
  border: 2px solid #ccc;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  margin-top: 6px;
  transition: all linear 0.1s;
}

.hidden-radio:checked + .price-card-sm {
  border-color: #ee4d96;
  -webkit-box-shadow: 0px 20px 30px 0px rgba(238, 77, 150, 0.1);
  -moz-box-shadow: 0px 20px 30px 0px rgba(238, 77, 150, 0.1);
  box-shadow: 0px 20px 30px 0px rgba(238, 77, 150, 0.1);
}

.hidden-radio:checked + .price-card-sm .radio-indicator {
  background-color: #ffffff;
  border: 6px solid #ee4d96;
}
@media screen and (min-width: 992px) {
  .use-case-card {
    max-width: 220px;
  }
  .wave-line:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100px;
    left: 0px;
    background: url(../images/icons/wave-line.svg) no-repeat center center;
    background-size: 100%;
  }
}

/* CSV new updates */
.file-status-block {
  margin-bottom: 24px;
  padding-bottom: 24px;
  /* border-bottom: 1px dashed #ceccd3; */
}
.file-status-block .note {
  font-size: 14px;
  font-weight: 500;
  opacity: 0.7;
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.file-progress-bar {
  font-size: 14px;
  color: #828282;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 24px;
  border: 1px dashed rgba(76, 47, 162, 0.4);
  border-radius: 6px;
  background: rgba(76, 47, 162, 0.1);
}
.file-progress-bar .completed {
  color: #000000;
  position: relative;
}
.file-progress-bar .current {
  color: #4c2fa2;
  position: relative;
}
.step-divider {
  background: #000;
  width: 100%;
  height: 1px;
}
.file-progress-bar .status {
  min-width: 24px;
  min-height: 24px;
  border: 2px solid #bdb7ce;
  position: relative;
  border-radius: 50px;
  background: #ffffff;
}
.file-progress-bar .completed .status {
  border: 2px solid #4c2fa2;
  background-color: #4c2fa2;
}
.file-progress-bar .completed .status:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: url(../images/icons/check-white.svg) no-repeat center center;
  border-radius: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.file-progress-bar .current .status {
  border: 2px solid #4c2fa2;
}
.file-progress-bar .current .status:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #4c2fa2;
  border-radius: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.step-file-upload {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
/* HTML: <div class="loader"></div> */
.loader {
  width: 20px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(farthest-side, #198754 94%, #0000) top/8px 8px no-repeat,
    conic-gradient(#0000 30%, #198754);
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 2px), #000 0);
  animation: l13 1s infinite linear;
}
@keyframes l13 {
  100% {
    transform: rotate(1turn);
  }
}
.otp-inputs input {
  min-height: 56px;
  padding: 10px 10px;
  max-width: 66px;
  box-sizing: border-box;
}
.homepageSection input {
  padding: 9px 30px;
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .features-block {
    padding: 0;
  }
  .py-large-space {
    --padding: 50px;
    padding-top: var(--padding);
    padding-bottom: var(--padding);
  }
}

@media screen and (min-width: 992px) {
  .w-lg-100 {
    width: 100%;
  }
  .rounded-corner {
    border-radius: 16px;
  }
  .border-lg-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .dropdown.profile .dropdown-menu {
    right: 0;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .sitenav .nav-link {
    font-size: 14px;
    padding: 0.5rem 1rem !important;
  }
  .downloadBtn {
    font-size: 14px;
    padding: 5px 20px;
  }
  .homepageSection input {
    padding: 9px 30px;
  }
  .homepageSection {
    min-height: calc(100vh - 200px);
  }
  .use-case-card .icon-cercle {
    --size: 70px;
    width: var(--size);
    height: var(--size);
  }
  .use-case-card .icon-cercle img {
    --size: 34px;
    width: var(--size);
    height: var(--size);
  }
  .use-case-card .label {
    font-size: 16px;
  }
  .features-block {
    padding: 0;
  }
  .py-large-space {
    --padding: 50px;
    padding-top: var(--padding);
    padding-bottom: var(--padding);
  }
  .fs-48 {
    font-size: 38px;
  }
  .display-1 {
    font-size: 38px;
  }
  #userProfileSection span {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .features-block .content {
    font-size: 16px;
  }
  .title-banner {
    min-height: 600px;
  }
  .f-card p {
    font-size: 16px;
  }
  .f-card h3 {
    font-weight: 600;
    font-size: 24px;
  }
  .pagetabs {
    margin-bottom: 0px;
  }
  .rounded-corner {
    border-radius: 0 16px 16px 16px;
  }
  .pagetabs.active {
    background-color: #ffffff;
    border-radius: 8px 8px 0 0;
  }
  .pagetabs {
    background-color: #d6d6d6;
    border-radius: 8px 8px 0 0;
  }
  .sitenav .nav-link {
    color: #000000;
  }
  .sitenav .dropdown-toggle {
    color: #000000 !important;
    padding-left: 15px;
  }
  .sitenav .downloadBtn {
    padding: 14px 20px;
    margin: 12px;
    border-radius: 8px;
    justify-content: center;
  }
  .header .navbar-toggler {
    z-index: 9999;
  }
  .header .navbar-nav {
    gap: 10px;
  }
  .header .nav-link {
    font-size: 18px;
  }
  .header .offcanvas {
    padding-top: 100px;
  }
  .custom-toggler {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 24px;
    cursor: pointer;
    z-index: 1051;
  }

  /* Default hamburger color: white */
  .toggler-icon {
    height: 3px;
    width: 100%;
    background-color: white;
    border-radius: 2px;
    transition: all 0.3s ease;
  }

  /* When checkbox is checked (menu open), transform to X and color to black */
  #menu-toggle:checked + .custom-toggler .top-bar {
    transform: rotate(45deg) translate(5px, 5px);
    background-color: black;
  }
  #menu-toggle:checked + .custom-toggler .middle-bar {
    opacity: 0;
  }
  #menu-toggle:checked + .custom-toggler .bottom-bar {
    transform: rotate(-45deg) translate(9px, -9px);
    background-color: black;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .main_heading {
    text-align: center;
    font-size: 50px;
    line-height: 64px;
  }
  .brandtextline {
    text-align: center;
    font-size: 40px;
  }
  .curveThree {
    top: -77px;
  }
  .contact-form {
    padding: 40px;
  }
  .fs-48 {
    font-size: 30px;
  }
  .display-1 {
    font-size: 30px;
  }
  .features-block {
    padding: 0;
  }
  .py-large-space {
    --padding: 30px;
    padding-top: var(--padding);
    padding-bottom: var(--padding);
  }
  .features-block h1 {
    font-size: 26px;
  }
  .features-block .lead {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .fs-48 {
    font-size: 30px;
  }
  .features-block {
    padding: 0px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .curveOne {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .contact-form {
    padding: 30px;
  }
  .contact-form h2 {
    font-size: 24px;
  }
  .contact-form .f_size_18 {
    font-size: 16px !important;
  }
  h2 {
    font-size: 32px;
  }
}

@media screen and (max-width: 1199px) {
  .counter-block h2 {
    font-size: 34px;
  }
  .counter-block span {
    font-size: 16px;
  }
  .f-card img {
    --size: 80px;
    height: var(--size);
    width: var(--size);
  }
  .f-card p {
    font-size: 16px;
  }
  .f-card h3 {
    font-weight: 600;
    font-size: 24px;
  }
  section {
    padding: 80px 0;
  }
}
#searchInput.form-control {
  padding: 3px 30px;
}

@media screen and (max-width: 575px) {
  .contact-form {
    padding: 24px;
  }
  .contact-form h2 {
    font-size: 24px;
  }
  .contact-form .f_size_18 {
    font-size: 16px !important;
  }
  h2 {
    font-size: 28px;
  }
  .p-40 {
    padding: 0px;
  }
  .search-history-block {
    flex-direction: column;
    padding: 6px !important;
    gap: 10px;
  }
  .search-history-block .form-select {
    max-width: 100%;
    border-right: 0px;
    border-bottom: 1px solid #dee2e6;
  }
  .search-history-block .search-history input {
    padding: 9px 12px;
  }
  .search-history-block button {
    width: 100%;
  }
  .search-filter {
    flex-direction: column;
    align-items: start;
    gap: 6px;
  }
}
