* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  color: #37322f;
}
html,
body {
  height: 100%;
  width: 100%;
  background-color: #f5f5f5;
  overflow-x: hidden;
}
.navbar-collapse
{
    background-color: #fff;
    padding: 1rem;
}
.navbar {
  background-color: #fff;
  height: 8vh;
}
.navbar-toggler
{
    outline: none !important;
    border: none !important;
    box-shadow: none;
}
.nav-link {
  color: #00000090;
  font-weight: 500;
  font-size: 0.9rem;
}
.navbar-nav {
  gap: 1.1rem;
}

.text-gradient {
  background: #00c1cf;
  background: linear-gradient(to right, #00c1cf 0%, #0045cf 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  text-shadow: rgba(0, 145, 255, 0.79) 0px 0px 76px;
}
.text-giph {
  -webkit-background-clip: text;
  background-image: url("https://i.giphy.com/media/v1.Y2lkPTc5MGI3NjExMnpsdnk2OXB2Z2x1ZGdvNGc3bmJmOXR0MGp6aTI3YTgzemFtZjEwZSZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/lNLVInp4Tx3BLnR6Nx/giphy.gif");
  background-size: cover;
  background-position: center center;
  color: #00000000;
}
.hero-wrapper {
  width: 100%;
  /* background-image: url('../images/hero-bg.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; */
  position: relative;
  z-index: 1;
}
.hero-wrapper h1 {
  font-weight: 550;
  font-size: 3vw;
  color: #000;
}
.video-main-hero {
  height: 55vh;
  overflow: hidden;
  border-radius: 25px;
}
.video-main-hero video {
  object-fit: cover;
  border-radius: 15px;
}
.btn {
  border-radius: 50px;
  padding: 0.7rem 1rem;
}
.btn-dark {
  background-color: #000;
}
.image-hero-right {
  position: absolute;
  right: 0;
  z-index: -1;
  opacity: 50%;
}
.product-wrapper {
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.157) 0px 5px 15px;
}
.container-product
{
  width: 100%;
}
.product-wrapper h2 {
  color: #000;
}
.heading-big {
  font-weight: 520;
  font-size: 4rem;
  line-height: 1.2;
  color: #000;
  z-index: 1;
}
.text-font-change {
  font-family: "Protest Revolution", sans-serif;
  color: #000;
}
.card {
  padding: 0.7rem;
  border-radius: 20px;
  min-height: 35vh;
}
.card-inner-section {
  background-color: #f5f5f5;
  padding: 1rem;
  border-radius: 20px;
}
.card-inner-section h3 {
  color: #000;
}
.card_img {
  width: 100%;
  height: 15vh;
  overflow: hidden;
}
.card_img img {
  border-radius: 15px;
}
#c1 {
  border: 1px solid #0045cf71;

  -webkit-box-shadow: 0px 0px 161px 0px rgba(46, 182, 255, 0.33);
  -moz-box-shadow: 0px 0px 161px 0px rgba(46, 182, 255, 0.33);
  box-shadow: 0px 0px 161px 0px rgba(46, 182, 255, 0.33);
}
.text-gradient-2 {
  background: #0099e5;
  background: linear-gradient(to right, #0099e5 0%, #000000 48%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#c2 {
  border: 1px solid #cf6e0071;

  -webkit-box-shadow: 0px 0px 161px 0px rgba(255, 178, 46, 0.33);
  -moz-box-shadow: 0px 0px 161px 0px rgba(255, 178, 46, 0.33);
  box-shadow: 0px 0px 161px 0px rgba(255, 178, 46, 0.33);
}

#c3 {
  border: 1px solid #0e750071;

  -webkit-box-shadow: 0px 0px 161px 0px rgba(46, 255, 60, 0.33);
  -moz-box-shadow: 0px 0px 161px 0px rgba(46, 255, 60, 0.33);
  box-shadow: 0px 0px 161px 0px rgba(46, 255, 60, 0.33);
}
#t1 {
  background: #0082e5;
  background: linear-gradient(to right, #0082e5 0%, #000000 49%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#t2 {
  background: #e56300;
  background: linear-gradient(to right, #e56300 0%, #000000 83%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#t3 {
  background: #00e50f;
  background: linear-gradient(to right, #00e50f 0%, #000000 49%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mode-wrapper {
  width: 100%;
  min-height: 70vh;
  background-image: url("../images/bg-dark.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mode-wrapper h1 {
  color: #fff;
}
.mode-wrapper p {
  color: #e0e0e0a2;
}
.row-btn-num {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.overview-wrapper {
  width: 100%;
}
.overview-wrapper h2 {
  color: #000;
}
.overview-wrapper h4 {
  color: #000;
}
.overview-wrapper p {
  color: #000000a4;
}
.colmn-ovr {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 1.5rem;
  background: radial-gradient(
        circle at 100% 100%,
        #ffffff 0,
        #ffffff 19px,
        transparent 19px
      )
      0% 0%/20px 20px no-repeat,
    radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 19px, transparent 19px)
      100% 0%/20px 20px no-repeat,
    radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 19px, transparent 19px)
      0% 100%/20px 20px no-repeat,
    radial-gradient(circle at 0 0, #ffffff 0, #ffffff 19px, transparent 19px)
      100% 100%/20px 20px no-repeat,
    linear-gradient(#ffffff, #ffffff) 50% 50% / calc(100% - 2px)
      calc(100% - 40px) no-repeat,
    linear-gradient(#ffffff, #ffffff) 50% 50% / calc(100% - 40px)
      calc(100% - 2px) no-repeat,
    linear-gradient(90deg, #38bbff 0%, #002e47 100%);
  border-radius: 20px;
}
.colmn-ovr img {
  border-radius: 20px;
}
.colmn-overview {
  background-color: #fff;
  border-radius: 20px;
  padding: 1.5rem;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.colmn-overview-2 {
  background-image: linear-gradient(
    86.3deg,
    rgba(0, 119, 182, 1) 3.6%,
    rgba(8, 24, 68, 1) 87.6%
  );
  border-radius: 20px;
  padding: 1.5rem;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.img-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.4rem;
  background-color: #f5f5f5;
  border-radius: 50px;
  padding: 1rem;
  overflow: hidden;
}
.img-flex img {
  width: 50px;
  border-radius: 50px;
}

.sales-wrapper {
  width: 100%;
}
.sales-wrapper h1 {
  color: #000;
  font-weight: 550;
}
.sales-wrapper_img-bg {
  background-image: url("../images/sales.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 25px;
  /* min-height: 50vh; */
  width: 100%;
  object-fit: cover;
  position: relative;
}
.sales-wrapper_img-bg h1
{
    color: #fff;
    font-size: 4vw;
}
.img-sales
{
    border-radius: 20px;
}
.faq-wrapper
{
    width: 100%;
}
.faq-wrapper h1
{
    color: #000;
    font-weight: 550;
}
.accordion-item
{
    border: 0;
    outline: 0;
    margin-bottom: 1rem;
    border-radius: 50px;
}
.pricing-wrapper
{
    width: 100%;
}
.pricing-wrapper h1
{
    color: #000;
}
.pricing-wrapper h3
{
    color: #000;
}
.pricing-wrapper h6
{
    color: #000;
}
.pricing_card
{
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    min-height: 60vh;
}
.dollar-txt
{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#pc1
{
    background: rgb(255,218,251);
background: linear-gradient(180deg, rgba(255,218,251,1) 0%, rgba(255,255,255,1) 69%); 
}
.btn-2
{
    padding: 0.7rem 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 10px;
    outline: 0;
    border: 1px solid #8282826f;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    font-weight: 500;
}
#pc2
{
    background: rgb(172,220,255);
    background: linear-gradient(180deg, rgba(172,220,255,1) 0%, rgba(255,255,255,1) 69%); 
}
#pc3
{
    background: rgb(194,255,219);
    background: linear-gradient(180deg, rgba(194,255,219,1) 0%, rgba(255,255,255,1) 69%); 
}

.review-wrapper
{
    width: 100%;
}
.review-wrapper h1
{
    color: #000;
}
.review_card_long
{
    background-color: #fff;
    padding: 1.5rem;
    border-radius: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background-image: url('../images/bg-rev-1.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.review_card_long h3
{
    color: #000;
    line-height: 2.3rem;
}
.user-review
{
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}
.user-review img
{
    width: 50px;
    border-radius: 50px;
}
.text-ims-rev
{
    background: #0082e5;
    background: linear-gradient(to right, #0082e5 0%, #000000 49%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.review_card_short
{
    background-color: #fff;
    padding: 1.5rem;
    border-radius: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background-image: url('../images/bg-rev-1.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.review_card_short img
{
    width: 80px;
    border-radius: 50px;
}
footer
{
    background: rgb(208,252,255);
    background: linear-gradient(0deg, rgba(208,252,255,1) 0%, rgba(255,255,255,1) 69%); 
}