@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  --bs-font-sans-serif: "Poppins", sans-serif;
  --bs-lrgradient: linear-gradient(
    180deg,
    rgba(248, 126, 38, 1),
    rgba(248, 85, 38, 1)
  );
  --bs-spark-circle: #ef7c33;
  --bs-primary-text: #f07032;
  --bs-secondry: #ef7d36;
  --font-sm: 1rem;
  --font-md: 1.25rem;
  --font-lg: 1.5rem;
  --font-xl: 2rem;
}

.bg-gradient-orange{
    background-color: #ef7c33;
} 

.invalid-feedback {
    display: none;
    width: 100%;
    margin: 0.25rem;
    font-size: .7rem;
    color: #494242;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMicgaGVpZ2h0PScxMicgZmlsbD0nbm9uZScgc3Ryb2tlPScjZGMzNTQ1JyB2aWV3Qm94PScwIDAgMTIgMTInPjxjaXJjbGUgY3g9JzYnIGN5PSc2JyByPSc0LjUnLz48cGF0aCBzdHJva2UtbGluZWpvaW49J3JvdW5kJyBkPSdNNS44IDMuNmguNEw2IDYuNXonLz48Y2lyY2xlIGN4PSc2JyBjeT0nOC4yJyByPScuNicgZmlsbD0nI2RjMzU0NScgc3Ryb2tlPSdub25lJy8+PC9zdmc+");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}


.content-wrapper{
    width: 100%;
}

@media (min-width: 995px) { /* Bootstrap 'md' breakpoint */
    .h-md-80vh {
      height: 90vh;
    }
  }

  @media only screen and (max-width: 995px) {
    /* .h-sm-50vh{
        height: 35vh;
        padding: 0 20px;
        display: flex;
        align-items: center;
        background-image: url(../img/products/b1.png);
        background-repeat: no-repeat;
        background-position: left;
        background-size: 100%, 25%, 25%;

    } */

    .h-sm-50vh {
        height: 35vh;
        padding: 0 20px;
        display: flex;
        align-items: center;
        position: relative;
        z-index: 1; /* Ensure content stays above the background */
    }
    
    .h-sm-50vh::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(../img/products/b2.png);
        background-repeat: no-repeat;
        background-position: left;
        background-size: 100%, 25%, 25%;
        opacity: 0.3; /* Adjust opacity (0 = transparent, 1 = full) */
        z-index: -1; /* Push the background behind content */
    }
    
}
.bullet{
    color: var(--bs-primary);
    background-color: var(--bs-secondary); 
    border-radius: 50%; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    width: 40px;
    height: 40px;

  }
  .bullet img{
    width: 32px;
    height: 32px;
    margin: 2px; 

  }


.bg-gradient-gery {
  background: linear-gradient(180deg, #f4f4f4, #f4f4f4 100%);
}

.bg-with-img {
  background-image: url(../img/spark_character/spark-character-bg-bubble.webp);
  /*background-position: center;*/
  background-repeat: no-repeat;
  /*background-size: cover;*/
  background-color: #fefefe;
  background-position: left;
  background-size: 75%, 25%, 25%;
  /* padding-bottom:20px; */
}
.bg-with-img figure img {
  padding-top: 90px;
  width: 450px;
}

/* Loader Styles */
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff; /* Background color */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#content {
  opacity: 0; /* Initially hidden */
  transition: opacity 1s ease-in-out; /* Smooth fade-in effect */
}


@media screen and (min-width: 997px) {
  /* home page styles */
  .spark-guy {
    width: 400px !important;
    z-index: -1;
    top: 91px;
    position: relative;
    left: 42%;
  }

  .bg-spark-guy {
    width: 720px !important;
    position: absolute;
    z-index: -2;
    left: 55%;
  }

  /* service card */
  .service-card {
    transition: transform 0.8s;
    box-shadow: 0px 0px 8px 0px #85858533;
    background: #fff;
    padding: 1rem;
    border-radius: 1.5rem;

    /*height: 300px;*/
  }
  .service-card2 {
    transition: transform 0.8s;
    box-shadow: 0px 0px 8px 0px #85858533;
    background: #fff;
    padding: 1rem;
    border-radius: 1.5rem;
    /*height: 300px;*/
  }
   .service-content {
        display: flex;
        align-content: space-between;
        /* padding-top: 10px; */
        height: 40%;
        flex-direction: column;
        justify-content: space-between;
  }
  .service-content-2 {
    display: flex;
    align-content: space-between;
    padding: 10px 30px 5px 0px; 
    min-height: 120px;
    flex-direction: column;
    justify-content: space-between;
}
  .service-content-3 {
    display: flex;
    padding: 20px ; 
    min-height: 120px;
    flex-direction: column;
}
  .service-card:hover {
    color: #ef7d36 !important;
    border: 1px solid #ef7d36;
    transform: scale(1.05);
    z-index: 100;
  }

 
  .service-card2:hover {
    color: #ef7d36 !important;
    border: 1px solid #ef7d36;
    transform: scale(1.05);
    z-index: 100;
  }
  .service-card:hover .service-icon img {
    color: #7a716b !important;
    border: 1px solid #7a716b;
  }
  .service-card:hover .service-head h2 {
    color: #ef7d36 !important;
  }
  .service-card:hover .service-desc p {
    color: #61697a !important;
  }
  .learn-more {
    display: none !important;
  }
  .service-card:hover .learn-more {
    display: block !important;
    margin: auto;
  }
  .service-card2:hover .learn-more {
    display: block !important;
    margin: auto;
  }

  .service-icon img {
    width: 80px;
    padding: 10px;
    border: 1px solid #e7e7e7;
    border-radius: 50%;
  }
  .service-font {
    font-size: 14px;
    font-weight: 400;
    padding-top:10px;
  }
 
}

@media (min-width: 997px) and (max-width: 1400px) {
  /* home page styles */
  .spark-guy {
    width: 235px !important;
    z-index: -1;
    top: 91px;
    position: relative;
    left: 42%;
  }

  .bg-spark-guy {
    width: 520px !important;
    position: absolute;
    z-index: -2;
    left: 55%;
  }
}

@media screen and (max-width: 996px) {
  /* home page styles */
  .spark-guy {
    width: 400px !important;
    z-index: -1;
    top: 91px;
    position: relative;
    left: 42%;
    display: none;
  }

  .bg-spark-guy {
    width: 720px !important;
    position: absolute;
    z-index: -2;
    left: 55%;
    display: none;
  }

  /* service card */
  .service-card {
       background: #fff;
        box-shadow: 0px 0px 8px 0px #85858533;
        padding: 1rem;
        border-radius: 1.5rem;
        transition: transform 0.8s;
        /*height: 300px;*/
  }
  
   .service-content {
        display: flex;
        align-content: space-between;
        /* padding-top: 10px; */
        height: 40%;
        flex-direction: column;
        justify-content: space-between;
  }
  .service-card:hover {
    color: #ef7d36 !important;
    transform: scale(1.05);
    border: 1px solid #ef7d36;
    z-index: 100;
  }
  .service-card:hover .service-icon img {
    color: #7a716b !important;
    border: 1px solid #7a716b;
  }
  .service-card:hover .service-head h2 {
    color: #7a7676 !important;
  }
  .service-card:hover .service-desc p {
    color: #61697a !important;
  }
  .learn-more {
    display: none !important;
  }
  .service-card:hover .learn-more {
    display: block !important;
    margin: auto;
  }

  .service-icon img {
    width: 80px;
    border: 1px solid #e7e7e7;
    padding: 10px;
    border-radius: 50%;
  }

  .bg-with-img figure img {
    display: none;
  }
  
  .bg-with-img {
    padding-top: 3rem;
    background-image: var(--bs-primary-text) !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: var(--bs-primary-text);
  }
}

.text-main {
  color: var(--bs-primary-text) !important;
}
.bx-shadow {
  box-shadow: 0 0 1.25rem rgb(30 34 40 / 6%);
  background: rgba(255, 255, 255, 0.97);
  border-radius: 0 0 2rem 2rem;
}
.login-bg {
  background-image: linear-gradient(to right, #f87e26, rgb(248, 85, 38));
  padding: 40px 110px;
  position: absolute;
  right: 0;
  border-radius: 1.9rem 0;
}
.rt-ar::after {
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  margin-left: 0rem 0.2rem;
  vertical-align: -3px;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 100 !important;
  border: 0;
  content: "\f061";
}
.sm-pd {
  padding: 0rem 0.4rem !important;
}

.nav-item .icon img {
  width: 15px;
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.nav-item-desc {
  margin: 0rem 0.6rem 0rem 2rem;
  font-size: 13px;
  word-break: break-all !important;
}
.dropdown-menu .nav-item:hover {
  cursor: pointer;
  background-color: #f5763314;
  border: 1px #ff6441d1 solid;
}
.dropdown-menu .nav-item:hover .dropdown-item {
  color: #ffffffd1 !important;
  background: linear-gradient(
    90deg,
    rgba(239, 125, 51, 1) 0%,
    rgba(238, 102, 49, 1) 50%,
    rgba(238, 84, 48, 1) 100%
  );
}

.dropdowb-item-desc {
  padding: 0.2rem 1.5rem;
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
}
.bg-primary {
  background-image: linear-gradient(to right, #f55431, #f57c33, #f55431) !important;
  color: #fafafa !important;
  font-weight: 600 !important;
  border-radius: 10px  !important;
}

.nav-st {
  margin: 0.3rem 0.5rem;
  border-radius: 10px;
  border: 1px solid #fff;
}

.nav-st a {
  font-weight: 400;
}

.txt-pri {
  color: #f55331 !important;
}

/* card  */
.promotion-card {
  font-family: "Montserrat", sans-serif;
  background: black;
  width: 100%;
  height: 225px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.15);
  border-radius: 35px;
  transition: 0.8s ease;
}

.promotion-card .promotion-content {
  color: white;
  padding: 1em;
  max-width: 100%;
  position: relative;
  z-index: 2;
}

.promotion-card.light .promotion-content {
  color: black;
}

.promotion-content .title {
  font-size: 24px;
  font-weight: 700;
  margin-left: 16px;
  color: #f97126;
  text-align: start;
  display: inline-block;
}

.ml-1r {
  margin-left: 1rem !important;
}

.promotion-content .cd-icon img {
  width: 40px;
  margin: 5px;
  position: absolute;
  right: 15px;
  bottom: 0px;
}

.promotion-card .promotion-blob {
  position: absolute;
  right: -62px;
  bottom: -20px;
  width: 200px;
  height: 100px;
  background-image: linear-gradient(3deg, #f87e26, #f97126, #f97126, #f97126);
  border-radius: 100px / 50px;
  opacity: 1;
  -ms-transform: skewY(20deg);
  transform: skewY(334deg);
  transition: 0.2s ease;
}

.promotion-content p {
  font-family: "Poppins", sans-serif;
  color: #555658;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 10px;
}

.facebook-text {
  /* Fallback: Set a background color. */
  background-color: red;

  /* Create the gradient. */
  background-image: linear-gradient(45deg, #19a1ff, #0062df);

  /* Set the background size and repeat properties. */
  background-size: 100%;
  background-repeat: repeat;

  /* Use the text as a mask for the background. */
  /* This will show the gradient as a text color rather than element bg. */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.messenger-text {
  /* Fallback: Set a background color. */
  background-color: red;

  /* Create the gradient. */
  background-image: linear-gradient(45deg, #19a1ff, #a536ff, #ff6074);

  /* Set the background size and repeat properties. */
  background-size: 100%;
  background-repeat: repeat;

  /* Use the text as a mask for the background. */
  /* This will show the gradient as a text color rather than element bg. */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.light:hover .promotion-content p,
.light:hover .promotion-content .title {
  color: #fff !important;
}

.light:hover .promotion-content .cd-icon img {
  content: url("../img/elements/facebook.png");
  width: 30px;
  margin: 5px;
}

.light:hover .promotion-content .cd-icon .sms_image {
  content: url("../img/elements/spark_sms.png");
  width: 30px;
  margin: 5px;
}

.light:hover .promotion-content .cd-icon .letter_image {
  content: url("../img/elements/spark_letter_and_post.png");
  width: 30px;
  margin: 5px;
}

.light:hover .promotion-content a {
  background-image: linear-gradient(to right, #ffffff, #ffffff) !important;
  color: #f55331 !important;
  border: none;
}

.promotion-card:hover {
  transform: translateY(-5%);
}

.promotion-card:hover .promotion-blob {
  width: 540px;
  height: 540px;
}

.promotion-card:hover .promotion-blob::after {
  width: 240px;
  height: 240px;
}

.promotion-card:hover .promotion-blob::before {
  width: 360px;
  height: 360px;
}
.ft-sm {
  font-size: 0.5rem !important;
}
.brad {
  color: #f55531;
}

/* fb & messenmger intergation */
.brands img {
  width: 50px;
}

.price {
  border-radius: 100%;
  padding: 18px;
  background-image: var(--bs-lrgradient);
  width: 119px;
  height: 108px;
  color: #fff;
}
.price-duration {
  color: #fff !important;
}

.half-circle {
  width: 230px;
  height: 230px;
  position: absolute;
  background-image: linear-gradient(290deg, #f57d33, #f55431);
  border-radius: 100%;
  left: -108px;
  bottom: -130px;
}

.half-grey-circle {
  width: 450px;
  height: 450px;
  background-color: aliceblue;
  position: absolute;
  top: -255px;
  right: -255px;
  border-radius: 100%;
}

/* for mobile devices */
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .icon-list {
    margin-top: 4rem;
  }
  .half-grey-circle {
    width: 400px;
    height: 400px;
  }
  .price {
    margin-left: 4.2rem;
  }
  .half-circle {
    width: 210px;
    height: 210px;
  }
  /*   .cover-video {
    background-color: #253449;
    padding: 5px 5px 0px 5px;
    border-radius: 10px;
  } */

  .cover-video video {
    border-radius: 10px !important;
  }
}

/* letter and post  */
.lp-title h2::before {
  content: attr(data-number);
  display: inline-block;
  /* customize below */
  font-size: 1.5rem;
  margin-right: 0.6em;
  width: 1.6em;
  line-height: 1.6em;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background: #f77621;
}
.lp-title-after h2::after {
  content: attr(data-number);
  display: inline-block;
  /* customize below */
  font-size: 1.5rem;
  margin-left: 1.6em;
  width: 1.6em;
  line-height: 1.6em;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background: #f77621;
}

.ft-r {
  float: right !important;
}
.mx-width-70 {
  max-width: 70% !important;
}

.btn-group-pr {
  background-color: #ffffff !important;
  color: #394354 !important;
  border: 1px solid #353f51 !important;
}
.btn-group-pr:hover {
  color: #ffffff !important;
  border: 1px #f57c33 solid !important;
  background-color: #f57c33 !important;
}

.learn-more {
  color: #fff !important;
  background-color: rgba(239, 124, 51, 0.82) !important;
  font-size: 12px !important;
  border-radius: 50rem !important;
  padding: 0.2rem 0.8rem !important;
  font-weight: 300 !important;
}

/* mobile responsive */
@media only screen and (min-width: 992px) {
  .d-mobile {
    display: none;
  }
  .offcanvas {
    background-image: none !important;
  }
}

@media only screen and (max-width: 991px) {
  .d-desktop {
    display: none;
  }
  .swiper-slide img {
    width: 100% !important;
  }
  .offcanvas {
    background-image: radial-gradient(#f87e26, rgb(248, 85, 38)) !important;
  }
  .card-body {
    padding: 0.5rem !important;
  }
  .card-body1 {
    padding: 1rem !important;
  }
  .nav-tabs.nav-round-pills li:nth-child(n) a {
    border-right: 0.005rem solid #b3b3b3 !important;
  }
  .navbar-bor-bt {
    border-bottom: 1px solid #db3b00;
  }
}
/* pricing card */
.pricing-table {
  background: #fff;
  box-shadow: 0px 1px 10px -6px rgba(0, 0, 0, 0.15);
  padding: 0.5rem;
  border-radius: 4px;
  transition: 0.3s;
}

.pricing-table:hover {
  box-shadow: 0px 1px 10px -4px rgba(0, 0, 0, 0.15);
}

.pricing-table .pricing-label {
  border-radius: 2px;
  padding: 0.25rem 0.5rem;
  margin-bottom: 1rem;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
}

.pricing-table h2 {
  color: #3b3b3b;
  font-size: 24px;
  font-weight: 500;
}

.pricing-table h5 {
  color: #b3b3b3;
  font-size: 14px;
  font-weight: 400;
}

.pricing-table .pricing-features {
  margin-top: 2rem;
}

.pricing-table .pricing-features .feature {
  font-size: 14px;
  margin: 0.5rem 0;
  color: #b3b3b3;
  text-align: justify;
  padding: 0px 1rem;
}

.pricing-table .pricing-features .feature span {
  display: inline-block;
  float: right;
  color: #3b3b3b;
  font-weight: 500;
}

.pricing-table .price-tag {
  margin-top: 2rem;
  text-align: center;
  font-weight: 500;
}

.pricing-table .price-tag .symbol {
  font-size: 24px;
}

.pricing-table .price-tag .amount {
  letter-spacing: -2px;
  font-size: 34px;
}

.pricing-table .price-tag .after {
  color: #3b3b3b;
  font-weight: 500;
}

.pricing-table .price-button {
  display: block;
  color: #fff;
  margin-top: 2rem;
  padding: 0.25rem;
  border-radius: 2px;
  text-align: center;
  font-weight: 500;
  transition: 0.3s;
}

.pricing-table .price-button:hover {
  text-decoration: none;
}

.primary .pricing-label {
  background: #f97126;
  color: #fff;
}

.primary .price-tag {
  color: #f97126;
}

.primary .price-button {
  border: 1px solid #f97126;
  border-radius: 50rem;
  color: #f97126;
}

.primary .price-button:hover {
  background: #f97126;
  color: #fff;
  transform: scale(1.05);
  z-index: 100;
  transition: transform 700ms ease;
}

.turquoise .pricing-label {
  background: #b9edee;
  color: #44cdd2;
}

.turquoise .price-tag {
  color: #44cdd2;
}

.turquoise .price-button {
  background: #44cdd2;
}

.turquoise .price-button:hover {
  background: #2dbcc4;
}

.red .pricing-label {
  background: #ffc4c4;
  color: #ff5e5e;
}

.red .price-tag {
  color: #ff5e5e;
}

.red .price-button {
  background: #ff5e5e;
}

.red .price-button:hover {
  background: #f23c3c;
}

@media screen and (max-width: 678px) {
  .pricing-table .pricing-features .feature {
    padding: 0px 4rem;
  }

  .primary .price-button {
    border: 1px solid #f55331;
    border-radius: 50rem;
    color: #f55331;
    width: 340px;
    margin: 1rem auto;
  }
}
