.text-dark {
  color: #000 !important;
}

.t-text-clr {
  color: #666999 !important;
}

.text-clr {

  color: #2CD9D2 !important;
}

.text-clr1 {
  color: #9ABA64 !important;
}

.text-clr2 {
  color: #00DFFE;
}

.text-clr3 {
  color: #F89F07;
}

.text-clr4 {
  color: #00FF57;
}

.text-clr5 {
  color: #FF1D48;
}

.text-clr6 {
  color: #02CB46;
}

.text-clr7 {
  color: rgb(248, 68, 255);
}

.text-clr8 {
  color: rgb(255, 106, 124);
}

.text-clr9 {
  color: rgb(253, 69, 126);
}

.text-clr10 {
  color: rgb(145, 109, 255);
}

.text-clr11 {
  color: rgb(66, 4, 255);
}

.text-shadow {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.letter-spacing {
  letter-spacing: 0px;
}





.li-card {
  border: 5px double rgb(145, 109, 255);
  padding: 15px 18px;
  background-color: rgb(255, 255, 255);

  border: 1px dashed rgb(238, 17, 69);
  padding: 15px 18px;
  background-color: rgb(255, 233, 195);
  border-radius: 10px;
  /* background: url(../images/99-bg.png) no-repeat center center; */
  background-size: auto;
  background-size: 100% 100%;
  background-color: #ffffff0d;
  backdrop-filter: blur(10px);
  border-radius: 10px;
  overflow: hidden;
  padding: 8px 10px;
  border: 1px solid hsl(0deg 0% 72.55% / 9%);
}




.border-botoms {
  background-color: #0FD1FD;
  height: 2px;
}

.barlow {
  font-family: "Barlow", serif;
  font-style: normal;
}

.rammetto {
  font-family: "Rammetto One", sans-serif;
  font-style: normal;
}

.montserrat {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/* animation  start*/



.bounce-animation {
    animation: bounce 2s ease infinite;
}
.rotate-animation{
    animation: rotate-animation 10s infinite linear;
}
.shake-topbottom-animation{
    animation: shake-toptobottom 3s infinite linear;
}
.lefttoright-animation{
    animation: shake-leftoright 3s infinite linear;
}
.pulse-animation {
    animation: pulse 2s infinite ease-in-out alternate;
}
.fade-in-animation {
    animation: fade-in 2s linear infinite;
  }



  @keyframes bounce {
      70% { transform:translateY(0%); }
      80% { transform:translateY(-15%); }
      90% { transform:translateY(0%); }
      95% { transform:translateY(-7%); }
      97% { transform:translateY(0%); }
      99% { transform:translateY(-3%); }
      100% { transform:translateY(0); }
  }

  @keyframes shake-toptobottom{
      0% { transform:translateY(5px); }
      25% { transform:translateY(15px); }
      50% { transform:translateY(-5px); }
      100% { transform:translateY(0px); }
  }
  @keyframes shake-leftoright{
      0% { transform:translateX(5px); }
      25% { transform:translateX(15px); }
      50% { transform:translateX(-5px); }
      100% { transform:translateX(0px); }
  }

  


  @keyframes rotate-animation {
	0% {
		transform: rotate(0deg);
  }
  50% {
		transform: rotate(180deg);
	}
	100% {
		transform: rotate(360deg);
	}
}



  @keyframes pulse {
    from { transform: scale(0.9); }
    to { transform: scale(1.1); }
  }

 
  @keyframes fade-in {
    from { opacity: 0; }
    to { opacity: 1; }
  }/* CARD BASE */

/* animation  end*/

.gradient-text {
-webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(0deg, #ffec6f, #d650ff);
  background-repeat: repeat;
  -webkit-background-clip: text;
}
.gradient-text1 {
  background-image: linear-gradient(90deg,rgb(241, 21, 106) 58%, rgb(255, 155, 31) 100%);
  background-size: cover;
  padding: 10px 0px;
  text-align: center;
  color: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-gradient-clr {
  background: linear-gradient(90deg, #01FFFF 0.01%, #9BADFF 41%, #9BADFF 68%, #FA00FF 99.99%);
    background-image: linear-gradient(90deg, rgb(1, 255, 255) 0.01%, rgb(155, 173, 255) 41%, rgb(155, 173, 255) 68%, rgb(250, 0, 255) 99.99%);
    background-clip: border-box;
  background-image: linear-gradient(90deg, rgb(1, 255, 255) 0.01%, rgb(155, 173, 255) 41%, rgb(155, 173, 255) 68%, rgb(250, 0, 255) 99.99%);
  background-clip: border-box;
  background-image: linear-gradient(90deg, rgb(1, 255, 255) 0.01%, rgb(155, 173, 255) 41%, rgb(155, 173, 255) 68%, rgb(250, 0, 255) 99.99%);
  background-clip: border-box;
  background-image: linear-gradient(90deg, rgb(14, 201, 254) 0%, rgb(13, 202, 254) 23.9%, rgb(129, 68, 255) 47.54%, rgb(248, 135, 13) 69.67%, rgb(249, 234, 10) 100%);
  background-image: linear-gradient(90deg, #BDFF00 0%, #00FED0 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hedline1 {
  color: #fff;
  display: inline-block;
  border-radius: 60px;
padding: 10px 20px;
background: linear-gradient(94.67deg, #3F10FF -13.33%, #E82C90 44.45%, #F33 102.22%);

  border-radius: 50px;
  transition: all .4s;

}


@media (min-width:1200px) {
  .link-btn {
    /* display: flex;
  align-items: center;
  justify-content: center; */
    position: relative;
    margin: 11px -30px 5px 28px;
  }

  .btn-link-img {
    position: absolute;
    top: -22px;
    left: 0;
    width: 100px;

  }
}

@media (max-width:1024px) {
  .link-btn {
    /* display: flex;
    align-items: center;
    justify-content: center; */
    display: flex;
    position: relative;
    margin: 10px 10px 7px 10px;
  }

  .btn-link-img {
    position: absolute;
    top: -30px;
    left: 0px;
    width: 123px;

  }
}

@media (max-width:768px) {
  .link-btn {
    /* display: flex;
      align-items: center;
      justify-content: center; */
    display: block;
    position: relative;
    margin: 10px 10px 7px 10px;
  }

  .btn-link-img {
    position: absolute;
    top: -30px;
    left: 0px;
    width: 123px;

  }


}


.sales-st {
  background: url(../images/st1.png) no-repeat center center;
  background-size: auto;
  /* display: inline-block; */
  padding: 11px 0;
  background-size: 100% 100%;
  color: #fff;

}

.sec-space{
  background-color: #fff;
    background-size: auto;
background-size: cover;
    padding: 10% 0 8% 0;
    position: relative;
    z-index: 2;
   
   
}



.con-sec-item {
  padding: 60px 20px;
  display: flex;
  flex-direction: column;
  align-items: start !important;
  border-radius: 25px;

  /* margin: 20px auto; */
min-height: 175px;
  justify-content: center;
box-shadow: 0 0 0.3rem 0px rgba(0, 0, 0, .15) !important;
  background-color: #ffffff0d;
  backdrop-filter: blur(10px);
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid hsl(0deg 0% 72.55% / 9%);
  background: #FFF;
    background-size: auto;
  background-size: auto;
  border: 1px solid #DEDEDE;
}
.con-sec-item {
  text-align: center;
}

.con-sec-title {
  font-weight: 600;
 
  margin-bottom: 10px;

  margin-top: 8px;
  text-align: left;
}
.con-sec-dec {
 

  padding: 0px 0px;

  text-align: left;
}

.gt3 {
  background: linear-gradient(to right, #0894ff, #c959dd, #ff2e54, #ff9004);
}
@media (min-width:768px) {
  .con-sec-img img {
  width: 70px;
}
}

@media (max-width:768px) {
  .con-sec-img img {
 display: none;
}
.con-sec-img{
display: none;
}
.con-sec-item {
  padding: 20px 20px;
}
}


@media (min-width:991px) {
  .sl-stroke1 {
    background: url(../images/stroke1.png) no-repeat center center;
    background-size: auto;
    /* display: inline-block; */
    padding: 30px 50px;
    background-size: 100% 100%;
    color: #fff;


  }
.gt4 {
  background: linear-gradient(to right,  #ff2e54, #ff9004) !important;
}
.gt3 {
  background: linear-gradient(to right, #0894ff, #c959dd, #ff2e54, #ff9004);
}
.sec-space{
     background: url(../images/sec-space.jpg) no-repeat center top;
    background-size: auto;
    background-color: #000;
background-size: cover;
    padding: 10px 0 0 0;
    position: relative;
    z-index: 2;
    background-attachment: fixed;

}


  .sl-stroke2 {
    background: url(../images/stroke2.png) no-repeat center center;
    background-size: auto;
    /* display: inline-block; */
    padding: 15px 0 30px 0px;
    background-size: 100% 100%;
    color: #fff;



  }

  .pre-heding {
    background: linear-gradient(90deg, #C98300 0%, #7CA536 100%);
    color: #fff;
    display: inline-block;
    border-radius: 360px;
    padding: 0 50px;
  }
}
/* .third-img img{
background: linear-gradient(to right, #0894ff, #c959dd, #ff2e54, #ff9004);
  padding: 8px 8px;
  border-radius: 0 30px 0px 30px;
} */



@media (max-width:991px) {

  .sl-stroke1 {
    /* background: url(../images/stroke1.png) no-repeat center center; */
    background-image: linear-gradient(90deg, #7CA536 0%, #C98300 100%);
    background-size: auto;
    /* display: inline-block; */
    background-image: linear-gradient(90deg, #7CA536 0%, #C98300 100%);
    background-size: auto;
    display: inline-block;
    padding: 10px 10px;
    background-size: 100% 100%;
    color: #fff;
    border-radius: 50px;

  }

  .sl-stroke2 {
    background: url(../images/stroke2.png) no-repeat center center;
    background-size: auto;
    /* display: inline-block; */
    padding: 15px 0 20px 0px;
    background-size: 100% 100%;
    color: #fff;

  }

  .pre-heding {
    background: linear-gradient(90deg, #C98300 0%, #7CA536 100%);
    color: #fff;
    display: inline-block;
    border-radius: 360px;
    padding: 5px 10px;
  }
}


.sl-bg {
  padding: 5px 13px;
  margin-bottom: -10px;
  border: 4px solid #e802dd;
  border-radius: 0px;
}

.toq {

  color: #000;
  display: inline-block;
  border-radius: 0;
  padding: 5px 15px;
  letter-spacing: 4px;
  /* letter-spacing: 4px;
  border: 1px dashed #f16830; */
  background-color: #fff;
}

.hihglight2 {
  padding: 0px 5px;
  /* background: transparent url(../images/hihglight2.png) no-repeat center center; */
  background-size: auto;
  background-size: auto;
  background-size: 100% 100%;
  display: inline-block;

  line-height: 1.1;
  border-radius: 10px;
  background-color: rgb(180, 63, 246);
}

@media (min-width: 768px) {

  .hihglight2 {
    padding: 0px 5px;
    /* background: transparent url(../images/hihglight2.png) no-repeat center center; */
    background-size: auto;
    background-size: auto;
    background-size: 100% 100%;
    display: inline-block;

    line-height: 1.1;
    border-radius: 10px;
    background-color: rgb(180, 63, 246);

  }
}



.hed1{
  background-color: rgb(255, 245, 239);
     display: inline-block;
    padding: 12px 20px;
  border: 1px dashed #000;
}

@media (min-width:991px) {
  .hedline2 {

    background-color: #f07c2e;
    color: #fff;
    display: block;
    border-radius: 360px;
    padding: 5px 50px;
  }

  .here {
    padding: 0 0;
  }
}

@media (max-width:991px) {

  .hedline2 {
    background-color: #f07c2e;
    color: #fff;
    display: block;
    border-radius: 360px;
    padding: 5px 50px;
  }
}

@media (max-width:991px) {
  .here {
    padding: 0 5px;
  }
}

.hedline3 {
  background: linear-gradient(90deg, #C98300 0%, #7CA536 100%);
  color: #fff;
  display: block;
  border-radius: 360px;
  /* padding: 5px 50px; */
  transform: rotate(-2deg);
}

.hedline4 {
  background: linear-gradient(90deg, #C98300 0%, #7CA536 100%);
  color: #fff;
  display: block;
  border-radius: 360px;
  padding: 5px 50px;
  transform: rotate(-2deg);
}

.hedline5 {
  background: #fff;
  display: block;
  border-radius: 70px;
  padding: 18px 50px;
  transform: rotate(-2deg);
}

@media (min-width: 768px) {
  .hedline6 {
    background: #c4c4c438;
    display: block;
    border-radius: 70px;
    padding: 18px 50px;
    transform: rotate(-2deg);
  }
}

@media (max-width: 768px) {
  .hedline6 {
    background: #c4c4c438;
    display: block;
    border-radius: 70px;
    padding: 18px 20px;
    transform: rotate(-2deg);
  }
}

.box-card {
  background-color: #ffffff1f;
  border-radius: 0px;
  background-color: #ffffff1f;
  border-radius: 0px;
  padding: 30px 40px 30px 50px;

}

@media (min-width: 991px) {
  .page-box {
    background-color: #595552;
    border-radius: 0px;
    padding: 0px 50px 0px 0px;
  }
}

@media (max-width: 991px) {
  .page-box {
    background-color: #595552;
    border-radius: 0px;
    padding: 0px 0px 20px 0px;
  }
}

.launcher-box {
  position: relative;
}

@media (min-width: 1024px) {

  .launcher-box .leftroket {
    position: absolute;
    left: 3%;
    top: -13px;
    width: 52px;


  }

  .launcher-box .rightroket {
    position: absolute;

    right: 3%;
    top: -13px;
    width: 52px;
  }


  .under-line {
    background: url(../images/lins.png) no-repeat center center;
    background-size: 100% 5%;
    padding: 0px 0px 70px 0px;
  }


  .mt-40 {
    margin-top: -40px;
  }
}

@media (max-width: 1024px) {
  .launcher-box .leftroket {
    display: none;

  }

  .launcher-box .rightroket {
    display: none;
  }
}




@media (max-width: 991px) {
  .box-fire img {
    display: none;
  }


}

@media (min-width: 768px) {
  .create-section {
    background: url(../images/create-section.png) no-repeat center center;
    background-size: auto;
    background-size: auto;
    background-size: cover;
    padding: 60px 0px 0px 0px;
    overflow: hidden;
    background-attachment: fixed;
  }

  .box-gif {
   
    background-image: linear-gradient(to bottom left, rgb(8, 175, 225) 0%, rgb(2, 107, 242) 100%);
    background-image: linear-gradient(to bottom left, rgba(255, 255, 255, 0.86) 0%, rgba(255, 255, 255, 0.87) 100%);
    padding: 10px 10px;
    border-radius: 3px;
  }

  .text-box {
    background-color: #01FFEE;
    padding: 10px 0;
    color: #16324D;
  }

}

@media (max-width: 768px) {
  .create-section {
    background: url(../images/create-section.png) no-repeat center center;
    background-size: auto;
    background-size: auto;
    background-size: cover;
    padding: 30px 0px 0px 0px;
    overflow: hidden;
    background-attachment: fixed;
  }

  .box-gif {
    background-image: linear-gradient(to bottom left, rgb(8, 175, 225) 0%, rgb(2, 107, 242) 100%);
    padding: 10px 10px;
    border-radius: 3px;
  }

  .text-box {
    background-color: #01FFEE;
    padding: 10px 0;
    color: #16324D;
  }
}


.profits-section {
  background: url(../images/profits-section.png) no-repeat center center;
  background-size: auto;
  background-size: auto;
  background-size: cover;
  padding: 60px 0px 30px 0px;
}

.blur-box {
  border-radius: 40px;
  position: relative;
}

.blur-card {
  background-color: #fff;
  border-radius: 40px;
  position: relative;
  padding: 20px 30px 0 20px;
}

.shadow1:before {
  content: "";
  position: absolute;
  inset: -12px;
  transform: translate(10px, 8px);
  z-index: 0;
  background: linear-gradient(90deg, #00E5FF99 0%, #FF9D00AB 100%);
  filter: blur(10px);
  transform: rotate(0deg);
  border-radius: 40px;
}

@media (min-width: 768px) {
  .smiling-girl img {
    margin-top: 50px;
    margin-left: 50px;
    /* margin-right: 78px; */
  }

  .profits-section {
    padding: 60px 0px 0px 0px;
  }

  .shadow1:before {
    transform: rotate(5deg);
  }


  .blur-card {
    padding: 30px 50px 0px 50px;
  }

  .surprised {
    margin-top: -120px;
  }
}

@media (max-width: 768px) {
  .smiling-girl img {
    margin-top: 50px;
    margin-left: -78px;
  }

  .surprised {
    margin-top: 0px;
  }
}

/* .dont-img{
    position: relative;
   } */

@media (min-width: 1200px) {
  .dont-img img {
    margin-top: -47px;
    position: absolute;

  }
}

@media (max-width: 1200px) {
  .dont-img img {
    margin-top: -24px;
    position: absolute;
  }
}


.reason-title1 {
  padding: 10px 40px;
  border-radius: 50px;
  display: inline-block;
  color: #fff;
  position: relative;
  z-index: 9;
  background: #000;
  transform: rotate(-3deg);
  margin-top: -30px;
}

.path-box {
  border-radius: 30px;
  background-color: #D2EBA8;
  padding: 30px 30px 30px 30px;
  color: #000;
}



@media (min-width: 768px) {
  .path-box {
    border-radius: 30px;
    background-color: #D2EBA8;
    padding: 30px 30px 30px 30px;
    color: #000;
  }

  .reason-title1 {
    padding: 15px 60px;
    margin-top: -60px;
  }
}

.reason-title2 {
  padding: 10px 40px;
  border-radius: 50px;
  display: inline-block;
  color: #fff;
  position: relative;
  z-index: 9;
  background: #FF5C00;
  transform: rotate(-3deg);
  margin-top: -30px;
}

@media (min-width: 768px) {
  .reason-title2 {
    padding: 15px 100px;
    margin-top: -60px;
  }
}


.stip-img {
  position: relative;
}

.stip-img img {
  position: absolute;
  bottom: -75px;
  left: 35px;
}

.reason-box1 {
  border-radius: 30px;
  background-color: #8CF6F2;
  padding: 0 0;
  color: #000;

}

.reason-box2 {
  border-radius: 30px;
  background-color: #D2EBA8;
  padding: 0 0;
  color: #000;

}

.reason-box-padding {
  padding: 20px;
}

ul.reason1 {
  margin: 0px;
  padding: 0px;
}

ul.reason2 {
  margin: 0px;
  padding: 0px;
}

ul.reason1 li {
  list-style: none;
  background: url(../images/green-tick.png) no-repeat top left;
  background-position-x: left;
  background-position-y: top;
  padding-left: 50px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  background-position: 0px 5px;
  min-height: 35px;
  /* border-bottom: solid 1px #FFF; */
}

ul.reason2 li {
  list-style: none;
  background: url(../images/orange-tick.png) no-repeat top left;
  background-position-x: left;
  background-position-y: top;
  padding-left: 50px;
  margin-bottom: 15px;
  padding-bottom: 48px;
  background-position: 0px 5px;
  min-height: 35px;
  /* border-bottom: solid 1px #FFF; */
}


@media (min-width: 768px) {
  .reason-box-padding {
    padding: 36px;
  }
}

@media (min-width: 768px) {
  .reason-box1 {
    padding: 0px 16px;

  }

  .reason-box2 {
    padding: 0px 16px;

  }
}



.left-box-img {
  background: linear-gradient(135deg, #0dccea, #f9c942);
  /* Border gradient */
  border-radius: 10px;
  padding: 10px;
}

.right-box-img {
  background: linear-gradient(135deg, #0dccea, #f9c942);
  /* Border gradient */
  border-radius: 10px;
  padding: 10px;
}

.right-box {
  background: #2f4b66;
  /* Blue background */
  color: #fff;
  padding: 20px 30px;
  border-radius: 35px;
  font-size: 16px;
  line-height: 1.5;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;

}

.left-box {
  background: #2f4b66;
  /* Blue background */
  color: #fff;
  padding: 20px 30px;
  border-radius: 35px;
  font-size: 16px;
  line-height: 1.5;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;

}

.sky-box {
  background-color: #ABF5FF;
  padding: 0px 20px 52px 20px;
  z-index: 999;
  position: relative;
}

.no2-img {
  width: 38%;
}

.no2 {
  margin-top: -46%;
  position: relative;
  z-index: -1;
}

.no2 {
  margin-top: 0%;
}

.no1 {
  margin-top: -60px;
}

@media (min-width: 768px) {
  .sky-box {
    background-color: #ABF5FF;
    padding: 0px 20px 0px 20px;
    z-index: 999;
    position: relative;
  }

  .no2 {
    margin-top: -41%;
    margin-left: -17px;
  }

  .no1 {
    margin-top: -75px;
  }

  .no3 {
    margin-top: -75px;
  }

  .right-box {
    margin-left: 50px;
  }

  .left-box {
    margin-right: 50px;
  }

  .left-try {
    width: 75px;
    height: 100px;
    background-color: #9ABA64;
    clip-path: polygon(50% 0%, 0 50%, 50% 100%);
    position: absolute;
    left: -37px;
  }

  .right-try {
    width: 75px;
    height: 100px;
    background-color: #9ABA64;
    clip-path: polygon(50% 0%, 50% 100%, 100% 50%);
    position: absolute;
    right: -37px;
  }


}

@media (max-width: 768px) {
  .right-box {
    margin-top: 50px;
  }

  .left-box {
    margin-top: 50px;
  }

  .left-try {
    width: 100px;
    height: 70px;
    background-color: #9ABA64;
    clip-path: polygon(50% 0%, 0 50%, 100% 50%);
    position: absolute;
    top: -35px;
  }

  .right-try {
    width: 100px;
    height: 70px;
    background-color: #9ABA64;
    clip-path: polygon(50% 0%, 0 50%, 100% 50%);
    position: absolute;
    top: -35px;
  }


}


ul.right-tick {
  margin: 0px;
  padding: 0px;
}

ul.right-tick li {
  list-style: none;
  background: url(../images/right-tick.png) center left no-repeat;
  margin-bottom: 22px;
  background-position: 0px 0px;
  min-height: 37px;
  background-size: 68px;

  padding: 5px 0 45px 93px;
}

ul.count-tick1 {
  margin: 0px;
  padding: 0px;
}

ul.count-tick1 li {
  list-style: none;
  background: url(../images/count-tick1.png) center left no-repeat;
  margin-bottom: 70px;
  background-position: 0px 0px 0 0;
  min-height: 37px;
  background-size: 80px;
  padding: 0px 0 0px 100px;
}

ul.count-tick2 {
  margin: 0px;
  padding: 0px;
}

ul.count-tick2 li {
  list-style: none;
  background: url(../images/count-tick2.png) center left no-repeat;
  background-size: auto;
  margin-bottom: 22px;
  background-position: 0px 0px 0 0;
  min-height: 37px;
  background-size: 81px;
  padding: 56px 0 65px 100px;
}

@media (min-width: 768px) {

  ul.count-tick2 li {
    list-style: none;
    background: url(../images/count-tick2.png) center left no-repeat;
    margin-bottom: 22px;
    background-position: 0px 0px 0 0;
    min-height: 37px;
    background-size: 80px;
    padding: 0px 0 0px 100px;
  }

}

.option-box {
  /* background: #FFFFFF63;
  padding: 40px 0px 0px 0px;
  box-shadow: 0px 39px 0px 38px rgba(255, 255, 255, 0.39);
  border-radius: 10px 10px 0px 0; */
  /* background: #FFF; */
  padding: 40px 0px 0px 0px;
  /* box-shadow: 0px 39px 0px 38px rgb(255, 255, 255); */
  border-radius: 0;
}

.option-card {
  background: #fff;
  padding: 20px 0px 20px 0px;
  border-radius: 0 30px 30px 30px;
}

.option-card {
  position: relative;
}

.option-card2 {
  background: #fff;
  padding: 20px 0px 20px 0px;
  border-radius: 0 30px 30px 30px;
}

.option-card2 {
  position: relative;
}

@media (min-width: 768px) {

  .option-tittle {
    position: absolute;
    background-color: #0047FF;
    padding: 5px 65px;
    border-radius: 65px 50px 50px 0px;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    top: -57px;
    left: 0;
  }

  .option-card {
    background: #00061b;
    padding: 40px 30px 40px 30px;
    border-radius: 10px;
    border: 1px solid #600389;
    box-shadow: 0 0 20px 0 #c700ff inset;
  }

  .option-card {
    position: relative;
  }

  .option-card2 {
    background: #00061b;
    padding: 40px 30px 40px 30px;
    border-radius: 10px;
    border: 1px solid #600389;
    box-shadow: 0 0 20px 0 #c700ff inset;
  }
}

@media (max-width: 768px) {
  .option-tittle {
    position: absolute;
    background-color: #0047FF;
    padding: 5px 65px;
    border-radius: 65px 50px 50px 0px;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    top: -35px;
    left: 0;
  }
}

.click-section1 {
  background: url(../images/create-section1.png) no-repeat center center;
  background-size: cover;
  padding: 60px 0px 0px 0px;
  overflow: hidden;

}



.left1-box-img {
  background: linear-gradient(135deg, #0dccea, #f9c942);
  /* Border gradient */
  border-radius: 10px;
  padding: 10px;
}

.right1-box-img {
  background: linear-gradient(135deg, #0dccea, #f9c942);
  /* Border gradient */
  border-radius: 10px;
  padding: 10px;
}

.right1-box {
  background: #9ABA64;
  /* Blue background */
  color: #000;
  padding: 20px 30px;
  border-radius: 35px;
  font-size: 16px;
  line-height: 1.5;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;

}

.left1-box {
  background: #9ABA64;
  /* Blue background */
  color: #000;
  padding: 20px 30px;
  border-radius: 35px;
  font-size: 16px;
  line-height: 1.5;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;

}


@media (min-width: 768px) {

  .right1-box {
    margin-left: 50px;
  }

  .left1-box {
    margin-right: 50px;
  }

  .left1-try {
    width: 75px;
    height: 100px;
    background-color: #9ABA64;
    clip-path: polygon(50% 0%, 0 50%, 50% 100%);
    position: absolute;
    left: -37px;
  }

  .right1-try {
    width: 75px;
    height: 100px;
    background-color: #9ABA64;
    clip-path: polygon(50% 0%, 50% 100%, 100% 50%);
    position: absolute;
    right: -37px;
  }


}

@media (max-width: 768px) {
  .right1-box {
    margin-top: 50px;
  }

  .left1-box {
    margin-top: 50px;
  }

  .left1-try {
    width: 100px;
    height: 70px;
    background-color: #9ABA64;
    clip-path: polygon(50% 0%, 0 50%, 100% 50%);
    position: absolute;
    top: -35px;
  }

  .right1-try {
    width: 100px;
    height: 70px;
    background-color: #9ABA64;
    clip-path: polygon(50% 0%, 0 50%, 100% 50%);
    position: absolute;
    top: -35px;
  }


}

@media (min-width:991px) {
  .block-tick-box {
    /* background: url(../images/stroke1.png) no-repeat center center; */
    background-image: linear-gradient(90deg, #00E5FF 0%, #000EFF 100%);

    background-size: auto;
    display: inline-block;
    padding: 10px 10px;
    background-size: 100% 100%;
    color: #fff;
    border-radius: 3px;
    margin-left: 10px;

  }

}

@media (max-width:991px) {
  .block-tick-box {
    /* background: url(../images/stroke1.png) no-repeat center center; */


    background-image: linear-gradient(90deg, #00E5FF 0%, #000EFF 100%);
    background-size: auto;
    display: inline-block;
    padding: 10px 10px;
    background-size: 100% 100%;
    color: #fff;
    border-radius: 3px;
    margin-left: 10px;
  }

}


.block-tick-card {
  background-color: #fff;
  padding: 33px 50px;
  margin-bottom: 0px;
  border-radius: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.block-tick-card::before {
  content: '';
  background: url(../images/block-tick.png) no-repeat;
  background-size: auto;
  position: absolute;
  background-size: 20%;
  width: 100%;
  height: 100%;
  top: -25px;
  left: -14px;
}

@media (min-width: 768px) {
  .block-tick-card::before {
    content: '';
    background: url(../images/block-tick.png) no-repeat;
    position: absolute;
    background-size: 15%;
    width: 100%;
    height: 100%;
    top: -43px;
    left: -35px;
  }
}




.sp-1 {
  position: absolute;
  top: 20px;
  left: 30px;
  text-align: center;
  width: 94%;
}

.sp-2 {
  position: absolute;
  top: -12px;
  left: 13%;
  text-align: center;
  width: 75%;
}

.sp-3 {
  position: absolute;
  top: 148px;
  left: 12%;
  text-align: center;
  width: 76%;
}

.sp-4 {
  position: absolute;
  top: 15px;
  left: 0;
  text-align: center;
  width: 100%;
}

.sp-5 {
  position: absolute;
  top: 20px;
  left: 0;
  text-align: center;
  width: 100%;
}

.sp-6 {
  position: absolute;
  top: 44px;
  left: 105px;
  text-align: center;
  width: 82%;
  height: 145%;
}

.sp-7 {
  position: absolute;
  bottom: -12%;
  left: 0;
  text-align: center;
  width: 100%;
}

@media (max-width:1200px) {

  .sp-2 {
    position: absolute;
    top: 55px;
    left: 0;
    text-align: center;
    width: 100%;
  }

  .sp-4 {
    position: absolute;
    top: -10px;
    left: 0;
    text-align: center;
    width: 100%;
  }

}

@media (max-width:991px) {

  .sp-2 {
    position: absolute;
    top: -55px;
    ;
    left: 0;
    text-align: center;
    width: 100%;
  }


}

@media (max-width:768px) {
  .block-tick-card {
    background-color: #fff;
    padding:
  33px 15px;
  }
  .sp-2 {
    position: absolute;
    top: -35px;
    left: 0;
    text-align: center;
    width: 100%;
  }

  .sp-5 {
    display: none;
  }

  .sp-6 {
    position: absolute;
    top: 35px;
    left: 0;
    text-align: center;
    width: 100%;
  }
}

@media (max-width:668px) {
  .sp-6 {
    position: absolute;
    top: 10px;
    left: 0;
    text-align: center;
    width: 100%;
  }
}

@media (max-width:400px) {
  .sp-2 {
    display: none;
  }

  .sp-4 {
    position: absolute;
    top: 8px;
    left: 45px;
    text-align: center;
    width: 76%;
  }

  .sp-3 {
    position: absolute;
    top: 55px;
    left: 12%;
    text-align: center;
    width: 76%;
  }
}

.roof-box {
  border-radius: 40px;
  position: relative;
}

.roof-card {
  background-color: #fff;
  border-radius: 60px;
  position: relative;
  padding: 20px 20px 20px 20px;
}

.roof1:before {
  content: "";
  position: absolute;
  inset: -1px;
  transform: translate(10px, 8px);
  z-index: 0;
  background: linear-gradient(90deg, #00E5FF99 0%, #FF9D00AB 100%);
  filter: blur(0px);
  transform: rotate(3deg);
  border-radius: 60px;
}

.roof2:before {
  content: "";
  position: absolute;
  inset: -1px;
  transform: translate(10px, 8px);
  z-index: 0;
  background: linear-gradient(90deg, #00E5FF99 0%, #FF9D00AB 100%);
  filter: blur(0px);
  transform: rotate(1deg);
  border-radius: 60px;
}

@media (min-width: 768px) {

  .roof1:before {
    transform: rotate(3deg);
  }

  .roof2:before {
    transform: rotate(1deg);
  }
}

.text-rotate {
  transform: rotate(2deg);
}

.click-box {
  background-color: #ffffff1a;
  padding: 0px 20px 0 20px;
}


ul.presence-tick {
  margin: 0px;
  padding: 0px;
}

ul.presence-tick li {
  list-style: none;
  background: url(../images/presence-tick.png) center left no-repeat;
  background-size: auto;
  margin-bottom: 35px;
  background-position: 0px 0px 0 0;
  min-height: 27px;
  background-size: 47px;
  padding: 0px 0 0px 80px;
  width: 100%;
  height: 100%;
}

.bg-blacks1 {
  padding-top: 35px;
  padding-bottom: 75px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px -10px 22px 5px #24fff54f;
}

.visitors-box {
  padding-top: 35px;
  padding-bottom: 75px;
  background: #000;
  border-radius: 20px;
  box-shadow: 0px -10px 22px 5px #24fff1;
}

.inner-content li {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0 0 10px 0px;
  background-size: 40px;
  margin-bottom: 10px;
}

.inner-content li img {
  margin-right: 15px;
  margin-top: -47px;
  width: 65px;
}

.inner-content {
  padding-left: 5px;
  padding-right: 5px;
}

.inner-content li span {
  font-size: 24px;
  line-height: 38px;
  font-weight: 400;
  color: #000000;
}

.box-inner {
  background-color: #fff;
  padding: 60px 0 60px 0;
  border-radius: 90px;
}

.pointer-box {
  background-color: #FFFFFF29;
  padding: 0px 0px 0px 0px;
  border-radius: 90px;
}




.bigprofit-box-img {
  background: linear-gradient(135deg, #0dccea, #f9c942);
  /* Border gradient */
  border-radius: 10px;
  padding: 10px;
}

.bigprofitleft-box-img {
  background: linear-gradient(135deg, #0dccea, #f9c942);
  /* Border gradient */
  border-radius: 10px;
  padding: 10px;
}

.bigprofitright-box {
  background: #0085FF;
  /* Blue background */
  color: #fff;
  padding: 20px 30px;
  border-radius: 35px;
  font-size: 16px;
  line-height: 1.5;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;

}

.bigprofitleft-box {
  background: #0085FF;
  /* Blue background */
  color: #fff;
  padding: 20px 30px;
  border-radius: 35px;
  font-size: 16px;
  line-height: 1.5;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;

}


@media (min-width: 768px) {
  .inner-content {
    padding-left: 0px;
  }

  .pointer-box {
    background-color: #FFFFFF29;
    padding: 0px 20px 0px 0px;
    border-radius: 90px;
  }

  .bigprofitright-box {
    margin-left: 50px;
  }

  .bigprofitleft-box {
    margin-right: 50px;
  }

  .bigprofitleft-try {
    width: 75px;
    height: 100px;
    background-color: #0085FF;
    clip-path: polygon(50% 0%, 0 50%, 50% 100%);
    position: absolute;
    left: -37px;
  }

  .bigprofitright-try {
    width: 75px;
    height: 100px;
    background-color: #0085FF;
    clip-path: polygon(50% 0%, 50% 100%, 100% 50%);
    position: absolute;
    right: -37px;
  }


}

@media (max-width: 768px) {
  .bigprofitright-box {
    margin-top: 50px;
  }

  .bigprofitleft-box {
    margin-top: 50px;
  }

  .bigprofitleft-try {
    width: 100px;
    height: 70px;
    background-color: #9ABA64;
    clip-path: polygon(50% 0%, 0 50%, 100% 50%);
    position: absolute;
    top: -35px;
  }

  .bigprofitright-try {
    width: 100px;
    height: 70px;
    background-color: #9ABA64;
    clip-path: polygon(50% 0%, 0 50%, 100% 50%);
    position: absolute;
    top: -35px;
  }


}

.cardbox-img {
  background: linear-gradient(135deg, #0dccea, #f9c942);
  border-radius: 10px;
  padding: 10px;
}

.content-card {
  background-color: #2A4D6F;
  border-radius: 10px;
  padding: 40px 10px;
  color: #fff;
  border-radius: 35px;
  font-size: 16px;
  line-height: 1.5;
  /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); */
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

/* .over-f{
overflow: hidden;
} */

.content-card {
  background-color: rgba(146, 122, 193, 0.28);
  /* Semi-transparent background */

  border-radius: 20px;
  /* Smooth corners */
  background-size: cover;
  /* Ensure background image covers the container */
  padding: 20px 5%;
  /* Adjust padding for flexibility */
  min-height: 240px;
  /* Minimum height for content */
  display: flex;
  /* Flexbox for alignment */
  align-items: center;
  /* Center items vertically */
  justify-content: center;
  /* Center items horizontally */
  box-sizing: border-box;
  /* Include padding in the total width/height */
}

/* Media Queries for Responsiveness */
@media (min-width: 1024px) {
  .pd {
    padding: 20px 0% !important;
  }
}

@media (max-width: 1024px) {
  .content-card {
    padding: 15px 4%;
    /* Reduce padding for smaller screens */
    min-height: 300px;
    /* Adjust minimum height */
  }
}

@media (max-width: 768px) {
  .content-card {
    padding: 10px 3%;
    /* Further reduce padding for medium screens */
    min-height: 250px;
    /* Smaller height for tablets */
  }
}

@media (max-width: 480px) {
  .content-card {
    padding: 10px 2%;
    /* Minimal padding for small screens */
    min-height: 200px;
    /* Minimum height for mobile devices */
  }
}


/* Now You Can Section */


/* .nowinner-content li {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0 0 10px 0px;
  background-size: 40px;
  margin-bottom: 10px;
}
.nowinner-content li img {
  margin-right: 15px;
  margin-top: -47px;
  width: 65px;
}

.nowinner-content {
  padding-left: 0px;
}
.nowinner-content li span {
  font-size: 24px;
  line-height: 38px;
  font-weight: 400;
  color: #fff;
}
.nowbox-inner{
  background-color: #DA804E;
  padding: 60px 0 25px 0;
  border-radius: 90px;
  margin-top: -162px;
}
.nowpointer-box{
  background-color: #FCB57E;
  padding: 0px 20px 0px 0px;
  border-radius: 90px;
}

.now-you-img{
  margin-top: -60px;
  margin-left: -85px;
}


@media (max-width: 768px) {

} */



.nowinner-content li {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0 0 10px 0px;
  background-size: 40px;
  margin-bottom: 10px;
}

.nowinner-content li img {
  margin-right: 15px;
  margin-top: -47px;
  width: 65px;
}

.nowinner-content {
  padding-left: 0px;
}

.nowinner-content li span {
  font-size: 24px;
  line-height: 38px;
  font-weight: 400;
  color: #fff;
}

.nowbox-inner {
  background-color: #DA804E;
  padding: 44px 0 25px 0;
  border-radius: 90px;
  margin-top: -162px;
}

.nowpointer-box {
  background-color: #FCB57E;
  padding: 0px 20px 0px 0px;
  border-radius: 90px;
}

.now-you-img {
  margin-top: -100px;
  margin-left: -85px;
}

/* Responsive Design */
@media (max-width: 1024px) {



  .nowbox-inner {
    padding: 50px 0 20px 0;
    border-radius: 70px;
    margin-top: -140px;
  }

  .nowinner-content li span {
    font-size: 22px;
    line-height: 34px;
  }

  .nowinner-content li img {
    margin-top: -40px;
    width: 60px;
  }

  .now-you-img {
    margin-top: -50px;
    margin-left: -70px;
  }

  .nowpointer-box {

    border-radius: 37px !important;
    padding: 0px 0px 0px 0px;
  }

}

@media (max-width: 768px) {
  .nowbox-inner {
    padding: 40px 0 15px 0;
    border-radius: 50px;
    margin-top: -120px;
  }

  .nowinner-content li span {
    font-size: 20px;
    line-height: 30px;
  }

  .nowinner-content li img {
    margin-top: -35px;
    width: 55px;
  }

  .now-you-img {
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
  }

  .nowpointer-box {
    padding: 0px 0px 0px 0px;
    border-radius: 37px !important;

  }
}

@media (max-width: 576px) {
  .nowinner-content {
    padding-left: 14px;
    padding-right: 14px;
  }

  .nowbox-inner {
    padding: 30px 0 10px 0;
    border-radius: 40px;
    margin-top: -100px;
  }

  .nowinner-content li span {
    font-size: 18px;
    line-height: 28px;
  }

  .nowinner-content li img {
    margin-top: -30px;
    width: 50px;
  }

  .now-you-img {
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
  }

  .nowpointer-box {
    padding: 0px 0px 0px 0px;
    border-radius: 37px !important;

  }
}

@media (max-width: 360px) {
  .nowinner-content {
    padding-left: 14px;
    padding-right: 14px;
  }

  .nowbox-inner {
    padding: 20px 0 5px 0;
    border-radius: 30px;
    margin-top: -30px;
  }

  .nowinner-content li span {
    font-size: 16px;
    line-height: 24px;
  }

  .nowinner-content li img {
    margin-top: -25px;
    width: 45px;
  }

  .now-you-img {
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
  }

  .nowpointer-box {
    padding: 0px 0px 0px 0px;
    border-radius: 37px !important;

  }
}

.profitimg3 {
  margin-bottom: -21px;
}


.effect-1 {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.effect-1::before {
content: '';
  position: absolute;
  width: 100%;
  height: 10px;
  left: 50%;
  bottom: 12px;
  /* background-color: rgb(255, 182, 10); */
  z-index: -1;
  transform: translateX(-50%);
  background: url(../images/effect-1.png) no-repeat center center;

  background-size: 100% 100%;
}

.effect-2 {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.effect-2::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 15px;
  left: 50%;
  bottom: 9px;
  background-color: rgb(255, 199, 0);
  z-index: -1;
  transform: translateX(-50%);
  /* background: url(../images/effect-1.png) no-repeat center center;

  background-size: 100% 100%; */
}

.effect-3 {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.effect-3::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 15px;
  left: 50%;
  bottom: 15px;
  background-color: rgb(242, 41, 41);
  z-index: -1;
  transform: translateX(-50%);
  /* background: url(../images/effect-1.png) no-repeat center center;

  background-size: 100% 100%; */
}
.effect-4 {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.effect-4::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 20px;
  left: 50%;
  bottom: 10px;
  background-color: rgb(0, 205, 255);
  z-index: -1;
  transform: translateX(-50%);
}

.effect-11 {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.effect-11::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 20px;
  left: 50%;
  bottom: 0px;
  z-index: -1;
  transform: translateX(-50%);
  background: url(../images/path-3.png) no-repeat center center;

  background-size: 100% 100%;
}

.effect-12 {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.effect-12::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 20px;
  left: 50%;
  bottom: 0px;
  z-index: -1;
  transform: translateX(-50%);
  background: url(../images/path-4.png) no-repeat center center;

  background-size: 100% 100%;
}

.effect-13 {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.effect-13::before {
content: '';
  position: absolute;
  width: 100%;
height: 10px;
  left: 50%;
  bottom: -5px;
  z-index: -1;
  transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../images/effect-13.png) no-repeat center center;
    background-size: auto;
  background-size: auto;
  background-size: 100% 100%;
}

.effect-14 {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.effect-14::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 20px;
  left: 50%;
  bottom: -2px;
  z-index: -1;
  transform: translateX(-50%);
  background:
    url(../images/effect-14.png) no-repeat center center;
  background-size: auto;
  background-size: 100% 100%;
}

.no-more {
  border: 1px dashed #fb4b6e;
  display: inline-block;
  padding: 0 30px;
}

.video-icon-box {
  padding: 5px 0 5px 0;
  /* display: flex; */
  align-items: center;

}

.play-icon-img {
  padding-right: 20px;
  padding-top: 5px;
}

.play-icon-img img {
  width: 35px;
}

.play-video {
  /* background: url(../images/play-video.png) no-repeat center center; */
  border-radius: 5px;
  /* background: linear-gradient(180deg, #FFF 0%, #FFF 106%);
  background: linear-gradient(180deg, #010D15 0%, #010D15 106%);
background-image: linear-gradient(0deg,rgb(96, 51, 244) 0%, rgb(239, 17, 67) 100%); */
  padding: 20px 10px;
  background-color: #ffffff0d;
  backdrop-filter: blur(10px);
  border-radius: 10px;
  overflow: hidden;
  padding: 20px;
  border: 1px solid hsl(0deg 0% 72.55% / 9%);

}

@media (max-width:991px) {
  .toq {
    padding: 5px 15px;
  }

  .effect-3::before {
    width: 100%;
    height: 6px;
    left: 50%;
    bottom: 5px;
  }

  .effect-1::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 10px;
    left: 50%;
    bottom: 0px;
  }

  .effect-14::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 10px;
    left: 50%;
    bottom: -2px;
    z-index: -1;
    transform: translateX(-50%);
    background:
      url(../images/effect-14.png) no-repeat center center;
    background-size: auto;
    background-size: auto;
    background-size: 100% 100%;
  }
}

@media (max-width:576px) {
  .play-icon-img img {
    width: 80px;
  }

  .play-icon-img {
    padding-right: 5px;
    padding-top: 5px;
  }

  .effect-11::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 8px;
    left: 50%;
    bottom: 0px;
    z-index: -1;
    transform: translateX(-50%);
    background: url(../images/path-3.png) no-repeat center center;
    background-size: auto;
    background-size: 100% 100%;
  }

  .effect-14::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 10px;
    left: 50%;
    bottom: -2px;
    z-index: -1;
    transform: translateX(-50%);
    background:
      url(../images/effect-14.png) no-repeat center center;
    background-size: auto;
    background-size: auto;
    background-size: 100% 100%;
  }
  .effect-13::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 10px;
    left: 50%;
    bottom: 5px;
    z-index: -1;
    transform: translateX(-50%);
    background:
  url(../images/effect-13.png) no-repeat center center;
      background-size: auto;
    background-size: auto;
    background-size: 100% 100%;
  }
}


.card-img1 {
  position: absolute;
  left: -4%;
  bottom: 0;
  width: 30%;
}


.card-img {
  position: absolute;
  right: -4%;
  bottom: 0;
  width: 20%;
}

@media (max-width:991px) {
  .card-img1 img {
    display: none;
  }

  .card-img img {
    display: none;
  }
}


.button-block {
  z-index: 9;
  position: relative;
}

.endstime-section {
  padding: 30px 0px;
  color: #fff;
  background-color: rgb(252, 20, 62);
}

.news-box {
  background-color: #9471ff;
  padding: 15px 15px;
}

.bg-primary {
  background-image: linear-gradient(45deg,rgb(0, 86, 254) 0%, rgb(0, 214, 253) 100%)!important;
}

.bg-sec {
  background-image: linear-gradient(45deg,rgb(95, 114, 238) 0%, rgb(87, 107, 238) 100%) !important;
}

.create-section1 {
    background: url(../images/create-section1.png) no-repeat center top;
    background-size: auto;
    background-size: auto;
    background-size: auto;
    background-size: cover;
    padding: 60px 0px 0px 0px;
    overflow: hidden;
  }
@media (min-width: 768px) {
  .news-box {
    background-color: #9471ff;
    padding: 15px 15px;
  }

  .create-section1 {
    background: url(../images/create-section1.png) no-repeat center top;
    background-size: auto;
    background-size: auto;
    background-size: cover;
    padding: 60px 0px 0px 0px;
    overflow: hidden;
  }

  .create-section2 {
    background: url(../images/create-section2.png) no-repeat center top;
    background-size: auto;
    background-size: auto;
    background-size: cover;
   padding: 50px 0px 0px 0px;
    overflow: hidden;
  }

  .create-section8 {
    background: url(../images/create-section8.png) no-repeat center top;
    background-size: auto;
    background-size: auto;
    background-size: cover;
padding: 60px 0px 5% 0px;
    overflow: hidden;
  }

  .create-section3 {
    background: url(../images/create-section3.png) no-repeat center center;
    background-size: auto;
    background-size: auto;
    background-size: cover;
    padding: 60px 0px 0px 0px;
    overflow: hidden;
  }

  .create-section4 {
    background: url(../images/create-section4.png) no-repeat center top;
    background-size: auto;
    background-size: auto;
    background-size: cover;
    padding: 10px 0px 0px 0px;
    overflow: hidden;
  }

  .create-section5 {
    background: url(../images/create-section5.png) no-repeat center center;
    background-size: auto;
    background-size: auto;
    background-size: cover;
    padding: 60px 0px 0px 0px;

  }

  .create-section6 {
    background: url(../images/create-section6.png) no-repeat center center;
    background-size: auto;
    background-size: auto;
    background-size: cover;
  padding: 80px 0px 0px 0px;


  }

  .create-section7 {
    background-color: #030013;
    background: url(../images/create-section7.png) no-repeat center bottom;
    background-size: auto;
    background-size: auto;
    background-size: cover;
    padding: 80px 0px 80px 0px;

  }
  .create-section9 {
    background-color: #030013;
    background: url(../images/create-section9.png) no-repeat center top;
    background-size: auto;
    background-size: auto;
    background-size: cover;
    padding: 20px 0px 0px 0px;

  }

}

@media (max-width: 768px) {
  .create-section2 {
    background: url(../images/create-section2.png) no-repeat center center;
    background-size: auto;
    background-size: auto;
    background-size: cover;
padding: 30px 0 0px 0;
    overflow: hidden;
  }

  .create-section3 {
    background: url(../images/create-section3.png) no-repeat center center;
    background-size: auto;
    background-size: auto;
    background-size: cover;
    padding: 30px 0px 0px 0px;
    overflow: hidden;
  }

  .create-section4 {
    background: url(../images/create-section4.png) no-repeat center top;
    background-size: auto;
    background-size: auto;
    background-size: cover;
    padding: 30px 0px 0px 0px;
    overflow: hidden;
  }

  .create-section5 {
    background: url(../images/create-section5.png) no-repeat center center;
    background-size: auto;
    background-size: auto;
    background-size: cover;
    padding: 30px 0px 0px 0px;

  }

  .create-section6 {
    background: url(../images/create-section6.png) no-repeat center center;
    background-size: auto;
    background-size: auto;
    background-size: cover;
  padding: 30px 0px 0px 0px;


  }

  .create-section8 {
    background: url(../images/create-section8.png) no-repeat center center;
    background-size: cover;
    padding: 60px 0px 80px 0px;
    overflow: hidden;
  }

  .create-section7 {
    background: url(../images/create-section7.png) no-repeat center bottom;
    background-size: auto;
    background-size: auto;
    background-size: cover;
    padding: 30px 0px 30px 0px;

  }
  .create-section9 {
    background-color: #030013;
    background: url(../images/create-section9.png) no-repeat center top;
    background-size: auto;
    background-size: auto;
    background-size: cover;
    padding: 80px 0px 0px 0px;

  }
}


.semple-section {
  background: url(../images/semple-section.png) no-repeat center top;
  background-size: auto;
  background-size: auto;
  object-fit: cover;
  background-size: cover;
  /* padding: 60px 0px 0px 0px; */
  overflow: hidden;
}

.tool-features {
  background: url(../images/tool-features.png) no-repeat center center;
  background-size: cover;
  padding: 80px 0px 80px 0px;
  overflow: hidden;
  background-attachment: fixed;
}

.tool-box {
  /* border: 1px solid  rgb(25, 158, 254);
  background-color: #fff;
  box-shadow: 0 0 15px 5px #00000021; */
  padding: 21px 30px 21px 30px;
  border-radius: 10px;
  position: relative;

}

.tool-text {
  color: rgb(255, 227, 0);
}

.tool-box2 {
  /* background-color: rgb(255, 186, 40);
  box-shadow: 0 0 15px 5px #00000021; */
  padding: 21px 30px 21px 30px;
  border-radius: 10px;
  position: relative;

}

.tool-box-inner {

  padding: 20px 23px 20px 23px;
  border-radius: 10px;
  /* background: linear-gradient(90deg, #FFF -22%, #e9c1fd 77%);
  box-shadow: 0px 0px 12px 0px rgb(226, 172, 251); */
}

.tool-box-inner2 {


  padding: 20px 23px 20px 23px;
  border-radius: 10px;
  /* background: linear-gradient(90deg, #FFF -22%, #e9c1fd 77%);
  box-shadow: 0px 0px 12px 0px rgb(226, 172, 251); */
}

@media (min-width: 768px) {
  .tool-box {
    border: 1px solid rgb(255, 186, 40);
    background-color: #fff;
    padding: 21px 30px 21px 30px;
    border-radius: 10px;
    box-shadow: 0 0 15px 5px #00000021;
  }

  .tool-box2 {

    padding: 20px 23px 20px 23px;
    border-radius: 10px;
    /* background: linear-gradient(90deg, #FFF -22%, #e9c1fd 77%);
  box-shadow: 0px 0px 12px 0px rgb(226, 172, 251); */
  }

  .tool-box-inner {


    padding: 40px 23px 40px 23px;
    border-radius: 10px;
    /* background: linear-gradient(90deg, #FFF -22%, #e9c1fd 77%);
  box-shadow: 0px 0px 12px 0px rgb(226, 172, 251); */
  }

  .tool-box-inner2 {

    /* background: linear-gradient(90deg, #FFF -22%, #e9c1fd 77%);
    box-shadow: 0px 0px 12px 0px rgb(226, 172, 251); */
    padding: 40px 23px 40px 23px;
    border-radius: 10px;

  }

  .prised {
    margin-bottom: -80px;
  }
}




@media (min-width: 768px) {
  .tool-box-inner .ptm {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .tool-box-inner2 .ptm {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }


  .col-vscount {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10%;
    background-color: rgb(252, 210, 97);
    color: #000;
    font-size: 33px;
    font-weight: 700;
    line-height: 1.5;
    position: absolute;
    right: -18px;
    top: -32px;
  }

  .col-vscount2 {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10%;
    background-color: rgb(252, 210, 97);
    color: #000;
    font-size: 33px;
    font-weight: 700;
    line-height: 1.5;
    position: absolute;
    left: -18px;
    top: -32px;
  }
}

@media (max-width: 768px) {
  .col-vscount2 {
    width: 115px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 71px;
    background-color: rgb(252, 210, 97);
    color: #000;
    font-size: 33px;
    font-weight: 700;
    line-height: 1.5;
    position: absolute;
    left: 33%;
    top: -35px;
  }

  .col-vscount {
    width: 115px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 71px;
    background-color: rgb(252, 210, 97);
    color: #000;
    font-size: 33px;
    font-weight: 700;
    line-height: 1.5;
    position: absolute;
    right: 33%;
    top: -35px;
  }
}

.stp-img-box {
  display: flex;
}

.stp-img {
  width: 150px;
  padding-right: 15px;
}

.top-arrow {
  position: absolute;
  bottom: -39%;
  width: 100%;
}


.cardbox {
  /* background-color: rgb(255, 255, 255); */

  color: #000;
  border-radius: 20px;
  padding: 40px 40px;
  /* border: 1px solid #ffffff82; */
  /* box-shadow: 0px 0px 10px rgba(226, 104, 251, 0.33); */
}

@media (max-width: 768px) {
  .step-block {

    padding: 10px 0px;

  }

  .cardbox {

    padding: 40px 15px;

  }
}

@media (max-width:768px) {


  .effect-2::before {
    content: '';

    position: absolute;

    width: 100%;

    height: 10px;

    left: 50%;

    bottom: 7px;
  }

  .effect-5::before {
    content: '';

    position: absolute;

    width: 100%;

    height: 8px;

    left: 50%;

    bottom: 4px;
  }
}


@media (min-width: 768px) {
  .video-title-box .power-icon-left {
    /* background: url() no-repeat;  background: url(../images/power-icon-left.png) no-repeat  ; */

position: absolute;
    width: 10%;
    top: 32px;
    left: -4%;
    content: '';
  }
}

@media (min-width: 768px) {
  .video-title-box .power-icon-right {
    /* background: url() no-repeat;  background: url(../images/power-icon-right.png) no-repeat  ; */
    position: absolute;
right: -4%;
    width: 10%;
  top: 32px;
    content: '';
  }
}

@media (max-width: 768px) {
  .prised {
    margin-bottom: -80px;
  }
}

@media (max-width:576px) {
  .course-box1 {
    background-color: rgb(255, 225, 192);
    padding:
      30px 5px 30px 5px;
    border-radius:
      10px;
  }



  .cta-card1 {

padding: 10px 20px 30px 20px;

  }

  .works-box2 {
    padding:
      30px 10px 30px 10px;

  }



}


.box-t1 {
  position: relative;
  box-shadow: 0px 0px 10px 0px #93EAF7;
  /* background:
linear-gradient(180deg, #F7FEF2 0%, #FEFFFE 106%);
    background-color: rgba(0, 0, 0, 0); */
  border:
    2px solid #fff;
  display: inline-block;
  padding:
    10px 20px 10px 20px;
  border-radius:
    13px;
  /* background-color: rgba(255, 255, 255, 0); */
  background-color: rgb(255, 205, 94);
}


.card-block {
  border:
    1px solid #00daff;
  border-radius:
    15px;
  padding:
    20px 20px;
  position: relative;
  box-shadow: 0px 0px 40px 0px rgba(13, 96, 228, 0.55) inset;
  background-color: rgb(5, 2, 13);

  border-radius:
    15px;

  position: relative;
}

ul.card-block-icon li {
  list-style:
  none;
    background:
  url(../images/checked-3.png) center left no-repeat;
      background-position-x: left;
      background-position-y: center;
      background-size: auto;
    min-height: 35px;
    padding-left: 35px;
    background-position:
  0px 3px;
    background-size: 25px;
    margin-bottom: 15px;
}
.card-block-box ul{
  padding:
  0;
    margin:
  0;
    overflow:
  hidden;
    justify-content: center;
    display: flex;
    align-items: center;
}

.stunning-box1{
  box-shadow: 0px 10px 20px 5px rgba(0, 0, 0, 0.2);
  background-image: linear-gradient(0deg,rgb(49, 129, 255) 0%, rgb(69, 42, 255) 100%);
  position: relative;
  padding: 30px 20px 30px 20px;
  border-radius: 20px;
}
.stunning-box2{
  position: relative;
  box-shadow: 0px 10px 20px 5px rgba(0, 0, 0, 0.2);
  background-image: linear-gradient(0deg,rgb(251, 167, 79) 0%, rgb(255, 51, 27) 100%);
  padding: 30px 20px 30px 20px;
  border-radius: 20px;
}
.sed-img{
  position: absolute;
  width: 13%;
  left: -50px;
  top: -50px;
}
.happy-img{
  position: absolute;
  width: 13%;
  right: -50px;
  top: -50px;
}
@media (max-width: 1300px) {
  .sed-img{
    position: absolute;
    width: 12%;
    left: -50px;
    top: -50px;
  }
  .happy-img{
    position: absolute;
    width: 12%;
    right: -50px;
    top: -50px;
  }
}
@media (max-width: 1200px) {
  .sed-img{
    position: absolute;
    width: 12%;
    left: -50px;
    top: -50px;
  }
  .happy-img{
    position: absolute;
    width: 12%;
    right: -50px;
    top: -50px;
  }
}
@media (max-width: 1024px) {
  .sed-img{
    position: absolute;
    width: 10%;
    left: -30px;
    top: -30px;
  }
  .happy-img{
    position: absolute;
    width: 10%;
    right: -30px;
    top: -30px;
  }
}
@media (max-width: 991px) {
  .sed-img{
    position: absolute;
    width: 13%;
    left: -10px;
    top: -20px;
  }
  .happy-img{
 
    position: absolute;
    width: 13%;
    right: -5px;
    top: -20px;
  }
}
@media (max-width: 768px) {
  .sed-img img{
 display: none;
  }
  .happy-img img{
    display: none;
  }
}
@media (max-width: 576px) {
  
}
@media (max-width: 490px) {
  
}



.stunning-tittle{
  background-color: rgb(255, 255, 255);
  padding:
10px 20px;
  display: inline-block;
}
.stunning-tittle1{
  background-color: rgb(255, 189, 34);
  padding:
  10px 53px;
    display: inline-block;

}


.fss-img{
  padding:
15px;
  border:
5px solid white;
}


.tittle-1{
  background-color: #38d878;
  padding:
  10px 10px;
    display: block;
border-radius: 0px;
}




.question-section {
  padding: 30px 0px 30px 0px;

}

.question-block {
	border-radius: 20px;
	background-color: rgb(255, 251, 246);
	padding: 20px;
	margin-top: -100px;
}

.spend-block {
	background: url(../images/spend-block.png) no-repeat center center;
	background-size: 100% 100%;
	padding: 100px 30px;
}

.ever {
	background: url(../images/ever.png) no-repeat center center;
	background-size: 100% 100%;
  padding: 35px 30px 60px 30px;
}
.ever2 {
	background: url(../images/ever2.png) no-repeat center center;
	background-size: 100% 100%;
  padding: 30px 30px 50px 30px;
}

.answer {
	background: url(../images/answer.png) no-repeat center center;
	background-size: 100% 100%;
  padding: 30px 30px 45px 30px;
}

@media (min-width:768px) {
	.question-section {
		padding: 100px 0px 100px 0px;
	
	}

	.question-block {
		padding: 50px;
		margin-top: -150px;
	}

	.spend-block {
		background: url(../images/spend-block.png) no-repeat center center;
		background-size: 100% 100%;
		padding: 150px 100px;
	}

	.ever {
    height: 412px;
    display: flex;
    align-items: center;
    padding:0 50px 90px 50px;
    flex-direction: column;
    justify-content: center;
	}
  .ever2 {
    height: 412px;
    display: flex;
    align-items: center;
    padding:0 50px 90px 50px;
    flex-direction: column;
    justify-content: center;
	}

	.answer {
		padding: 50px 40px 100px 40px;
		margin-top: -180px;
	}
}
.match-tool-description .image img{
border-radius: 10px;
}
.match-tool-description2 .image img{
border-radius: 10px;
}

.gt1 {
  background: linear-gradient(to right, #0894ff, #c959dd, #ff2e54, #ff9004);
  background: linear-gradient(to right, #2e254d, #2e254d, #ff2e54, #ff9004);
  background: linear-gradient(0deg, #3F10FF -13.33%, #E82C90 44.45%, #F33 102.22%);
    background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gt2 {
  background: linear-gradient(to right, #ff9004 ,#ff2e54, #c959dd, #0894ff);
    background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}



.section36 {
  background: url(../images/section36.png) no-repeat center top;
    background-size: auto;
  background-size: cover;
background-size: cover;
  padding: 3% 0 0 0;
  position: relative;
  z-index: 2;
  margin-top: 0%;

}

.section37 {
  background: url(../images/section37.png) no-repeat center top;
    background-size: auto;
  background-size: cover;
  padding: 15% 0 13% 0;
  position: relative;
margin-top: -18%;
z-index: 2;

}
.section38 {
  background: url(../images/section38.png) no-repeat center top;
    background-size: auto;
  background-size: cover;
padding: 10% 0 0% 0;
  position: relative;
  z-index: 2;
  margin-top: -8%;
}



.section45 {
background: url(../images/section45.png) no-repeat center top;
    background-size: auto;
  background-size: auto;
  background-size: cover;
  background-size: cover;
  padding: 5% 0 8% 0;
  overflow: hidden;
  margin-top: -8%;
}
.section39 {
  background: url(../images/section39.png) no-repeat center top;
    background-size: auto;
background-size: cover;
  padding: 10% 0 10% 0;
  position: relative;

  z-index: 2;

margin-top: 0;
  z-index: 2;

}

.section40 {
  background: url(../images/section36.png) no-repeat center top;
    background-size: auto;
  background-size: cover;
padding: 8% 0 13% 0;
  position: relative;
  z-index: 2;
  margin-top: 8%;
}

.section41 {
  background: url(../images/section41.png) no-repeat center top;
    background-size: auto;
  background-size: cover;
background-size: cover;
  padding: 10% 0 0 0;
  position: relative;
  margin-top: -10%;
  z-index: 2;

}



.section42 {
  background: url(../images/section42.png) no-repeat center top;
    background-size: auto;
  background-size: auto;
  background-size: cover;
padding: 12% 0 8% 0;
  position: relative;
  margin-top: -10%;
  z-index: 2;
}
.section43 {
  background: url(../images/section43.png) no-repeat center top;
    background-size: auto;
  background-size: auto;
  background-size: cover;
 padding: 10% 0 0% 0;
  position: relative;
  z-index: 2;
  margin-top: -14%;
}

.problem {
  background: url(../images/problem.png) no-repeat center top;
    background-size: auto;
  background-size: auto;
  background-size: cover;
 padding: 10% 0 8% 0;
  position: relative;
  /* margin-top: -3%; */
  z-index: 2;
}

.problem-box {
  background: #fff;
padding: 30px 20px 30px 20px;
  border-radius: 10px;
}
.problem-title {
  background: #FF1C1C;
  padding: 10px 30px 10px 30px;
  border-radius: 5px;
  margin-top: 30px;
  display: inline-block;
}
.section44 {
background: #f6f3ffbd url(../images/section42.png) no-repeat center top;
    background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: cover;
  padding: 5% 0 0% 0;
  position: relative;
  margin-top: -16%;
  z-index: 2;
}

@media(min-width:991px){
.section44 {
background: url(../images/section42.png) no-repeat center top;
    background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: cover;
  padding: 5% 0 0% 0;
  position: relative;
  margin-top: -10%;
  z-index: 2;
}
 .section41 {
    padding: 20px 5px 0 5px;
  }
}

@media only screen and (max-width: 993px) {
  .section36 {
    padding: 6% 0 0 0;
    margin-top: 0;
  background:#f2eeff url(../images/section36.png) no-repeat center top;
    background-size: auto;
  background-size: cover;
    background-image: none;
  }

  .section37 {
    padding: 6% 5px 7% 5px;
    margin-top: 0;
    background-color: #130a3e;
    background-image: none;
    text-align: center;
  }

  .section38 {
padding: 20% 0 0% 0;
    margin-top: 0;
    background-image: none;
    background: #dcdcdc url(../images/section38.png) no-repeat center top;
    margin-top: -8%;
  }
   .section33 {
    padding: 7% 0 0% 0;
    margin-top: 0;
    background-color: #f2eeff;
    background-image: none;
  }
    .section39 {
    padding: 6% 5px 7% 5px;
    margin-top: 0;
background-color: #000;
    background-image: none;
    text-align: center;
  }
   .section40 {
    padding: 6% 0 6% 0;
    margin-top: 0;
    background-color: #f1eeff;
    background-image: none;
  }
    .section41 {
    padding: 20px 0px 0 0px;
    margin-top: 0;
 background-color: #fff;
    background-image: none;
    /* text-align: center; */
  }
     .section42 {
    padding: 6% 5px 7% 5px;
    margin-top: 0;
 background-color: #fff;
    background-image: none;
    /* text-align: center; */
  }

}

/*section30*/
.section30 {
  background: url(../images/section30.png) no-repeat center top;
    background-size: auto;
  background-size: cover;
background-size: cover;
padding: 7% 0 0 0;
  position: relative;
  margin-top: 0;
  z-index: 2;
}


.section30-box-out{padding: 0 2.5%;}
.section30-box {
    border-radius: initial;
    padding: 0;
    margin-top: 9%;
    border-width: 1px;
    border-color: rgb(192, 189, 234);
    border-style: solid;
    border-radius: 22px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 22px 51px 0px rgba(118, 63, 162, 0.26);
}

.list-text{width: 35%;}
.firelist-list{width: 30%;}
.leadz{width: 35%;border-right: 1px solid #dce5fc;}
.comply{width: 22%;}

.list-text-top, .leadz-top, .comply-top
 {
	height: 100px;
  height: 95px;
	width:100%;
	text-align:
	center;
	color: #040408;
}

.firelist-list-top{height: 135px;padding: 0;}

.list-text-top .card, .firelist-list-top .card, .leadz-top .card, .comply-top .card {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    text-align: center;
    padding: 0;
}

.list-text-top .card {
    text-align: left;
    padding-left: 10%;
}

.list-text{
	padding:0;
	border-radius: 22px 0 0 22px;
	background-color: #fff0;
	padding-bottom: 0;
	overflow: hidden;
}
.firelist-list .check-list:nth-child(odd){
    background-color: rgb(16, 10, 38);
    background-color: rgb(114, 19, 253);
    background-color: rgb(255, 255, 255);
  color: #000;
}
.leadz, .comply{
	padding: 0;
	background-color: #fff0;
	overflow: hidden;
}
.comply{
	border-radius: 0 10px 10px 0;
}
.firelist-list-check{padding: 0;}
.firelist-list-check{}
.list{
	height: 60px;
	width:100%;
}
.list .card {
    border: 0;
    padding: 0 9%;
    background-color: transparent;
    color: #040408;
    border-radius: 0;
}

.list:nth-child(odd), .leadz-box .check-list:nth-child(odd), .comply-box .check-list:nth-child(odd){
    background-color: #f8f7ff;
}

.list .card {

  background-color: #080907 ; border: 1px solid rgba(0,0,0,.125);

}


.check-list{
	height: 60px;
	width:100%;
}
.check-list .card {
    border: 0;
    padding: 0 4%;
    background-color: transparent;
    border-radius: 0;
}
.firelist-list .check-list{border-bottom: 0;}
.firelist-list .check-list .card {
    border-radius: 0;
}
.firelist-list .check-list .card.last {
    border-bottom: 0;
    padding-top: 25px;
}


.firelist-list {
    border-radius: 36px;
    background-color: rgb(11, 5, 34);
    background-color: rgb(0, 0, 0);
    padding: 0;
    overflow: hidden;
    margin-top: -36px;
    margin-bottom: -40px;
    box-shadow: 0px 22px 51px 0px rgb(118 63 162 / 26%);
    box-shadow: 0px 22px 51px 0px rgba(250, 235, 215, 0.02);
    position: relative;
    z-index: 1;
    color: #fff;
}

.list-bottom {
    background-image: -moz-linear-gradient( 90deg, rgb(0,7,47) 0%, rgb(255,0,0) 100%);
    background-image: -webkit-linear-gradient( 
90deg, rgb(0 7 47 / 8%) 0%, rgb(255 0 0 / 10%) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(0,7,47) 0%, rgb(255,0,0) 100%);
	height: 98px;
}
.main-list-bottom{
	text-align:center;
	height: 112px;
}

.check-list-bottom{
	color:#fff;
	text-align:center;
    background-image: -moz-linear-gradient( 90deg, rgb(0,7,47) 0%, rgb(255,0,0) 100%);
    background-image: -webkit-linear-gradient( 
90deg, rgb(0 7 47 / 8%) 0%, rgb(255 0 0 / 10%) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(0,7,47) 0%, rgb(255,0,0) 100%);
	height: 98px;
}
.list .card.last, .check-list.last{border-bottom:0;} 

.features-box{
    padding: 0;
    background-color: #fff;
    border-radius: 22px 0 0 22px;
}
.leadz-box, .comply-box{
    padding: 0;
    background-color: #fff;
}
.comply-box{border-radius: 0 22px 22px 0;}
.leadz-box {
    background-color: #fff;
}


.list2, .check-list2{
	height: 94px;
  /* height: 60px; */
}
.check-list{text-align:center;}

.list3, .check-list3{
	height: 135px;
}

.list4, .check-list4{
	height: 150px;
}

.dox1{
background-color: #7ab867;
  padding: 20px 20px;
  border-radius: 10px;
}


.dox-title{
border-bottom: 2px solid white;
}
.dox2{
background-color: #d88181;
  padding: 20px 20px;
  border-radius: 10px;
}
.dox3{
background-color: #958dce;
  padding: 20px 20px;
  border-radius: 10px;
}



.fiverr-box {
 background-color: rgb(215, 191, 255) !important;
  padding: 40px 40px;
  box-shadow: 0px 0px 10px rgb(200, 167, 255);
  border-radius: 15px;
}


.faq-box {
  border-radius: 30px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 25px 111px 0px rgba(41, 26, 64, 0.22),inset 0px 3px 0px 0px rgba(101, 75, 185, 0.004);
padding: 5% 0% 2% 0%;
  border-top: 3px solid rgb(255, 94, 30);
}


  .price-table {
    background: url(../images/price-table.png) no-repeat center top;
    background-size: auto;
    background-size: cover;
    padding: 8% 0px 15% 0px;
  }

@media only screen and (max-width:768px) {
 .fiverr-box {
  background-color: rgb(215, 191, 255) !important;
  padding: 40px 5px;
  box-shadow: 0px 0px 10px rgb(200, 167, 255);
  border-radius: 15px;
}
}



.tip-box {
  background-color: #ffffff0d;
  backdrop-filter: blur(10px);
  border-radius: 40px;
  overflow: hidden;
  padding: 16px;
  border: 1px solid hsl(0deg 0% 72.55% / 9%);
}






/* amazing-video */
.pixar-video-style-2 {
  background-color: blue;
  border-radius: 23px;
  padding: 10px;
}

.pixar-video-style-2 .v1 {
  border-radius: 20px;
}

@media screen and (min-width: 768px) {
  .gradient-box .transforms-img {
    min-height: 290px;
  }
}

.video-frame2 .play-btn {
background-color: #ffc700;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 10px;
  position: absolute;
  bottom: 10%;
  left: 22px;
  border: 1px solid #fff;
}
.video-frame2 .play-btn i {
font-size: 15px;
  line-height: 39px;
  color: #fff;
  padding-left: 0px;
}

.video-frame2 .play-btn:hover {
background-color: #fff;
  cursor: pointer;
  border: 1px solid #ffc700;
}
.video-frame2 .play-btn:hover i{

color: #ffc700;
 
}
@media screen and (max-width: 768px) {
  .video-frame2 .play-btn {
    bottom: 10%;
    left: 20px;
  }
}

@media screen and (max-width:360px) {
  .video-frame2 .play-btn {
    bottom: 10%;
    left: 20px;
  }
}





.pixar-video-style-2 {
  position: relative;
}

.pixar-video-style-2 .play-btn {
  background-color: #00000075;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  top: 48%;
  left: 43%;
}

.pixar-video-style-2 .play-btn i {
  font-size: 20px;
  line-height: 50px;
  color: #fff;
  padding-left: 5px;
}

.pixar-video-style-2 .play-btn:hover {
  background-color: #000000ab;
  cursor: pointer;
}



@media screen and (max-width: 576px) {
  .play-btn {
    bottom: 10%;
    left: 20px;
  }
}

@media screen and (max-width: 360px) {
  .play-btn {
    bottom: 10%;
    left: 20px;
  }
}
.intro-video-title {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.16);
  padding: 10px 9px;
  display: block;
  background-color: #ffffff0d;
  backdrop-filter: blur(10px);
  border-radius: 10px;
  overflow: hidden;
  padding: 15px 15px;
  border: 1px solid hsl(0deg 0% 72.55% / 9%);
  display: inline-block;
}



.avtar-video video {
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 15px;
  border-radius: 15px;
  border: 2px solid #fff;
}


.video-style-2 .play-btn {
  background-color: #00000075;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  top: 43%;
  left: 45%;
}

.video-style-2 .play-btn i {
  font-size: 20px;
  line-height: 50px;
  color: #fff;
}

.video-style-2 .play-btn:hover {
  background-color: #000000ab;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .video-style-2 .play-btn {
    top: 36%;
    left: 42%;
  }
}

@media screen and (max-width: 768px) {
  .video-style-2 .play-btn {
    top: 38%;
    left: 45%;
  }
}

@media screen and (max-width: 576px) {
  .video-style-2 .play-btn {
    top: 37%;
    left: 45%;
  }
  .hedline1 {
  display: inline-block;
  border-radius: 10px;
  padding: 8px 15px;

}
}

@media screen and (max-width: 360px) {
  .video-style-2 .play-btn {
    top: 35%;
    left: 40%;
  }
}



.dont-card {
  padding: 30px 15px;
  border-radius: 20px;
  height: 100%;
  box-shadow: 0px 0px 13px 0px rgba(131, 75, 255, 0.32);
  /* background: #0c0036 url(../images/dont-card.png) repeat top !important; */
    background-size: auto;

  background-size: cover !important;
 background: rgb(18, 6, 40);

  border: 1px solid #543B9C75;
}

.dont-heding {
  /* background-color: rgb(255, 0, 0);
  box-shadow: 0px 6px 0px 0px rgb(208, 0, 0); */
  box-shadow: 0px 0px 10px 0px rgba(2, 2, 2, 0.36);
  background-color: rgba(0, 0, 0, 0.67);
border-radius: 12px;
  padding: 10px 5px;
  background-color: #ffffff0d;
  backdrop-filter: blur(10px);
  border-radius: 10px;
  border: 1px solid hsl(0deg 0% 72.55% / 9%);
}

.here-card {
  padding: 30px 15px;
  border-radius: 20px;
  height: 100%;

  /* background: #0c0036 url(../images/dont-card.png) repeat top !important; */
    background-size: auto;

  background-size: cover !important;
background: #FFFFFF;
  border: 1px solid #DEDEDE;
}

.here-heding {

border-radius: 12px;
  padding: 10px 5px;

  backdrop-filter: blur(10px);
  border-radius: 10px;
background: #FFFFFF;
  border: 1px solid #DEDEDE;
}
.frame10-card {
  padding: 30px 15px;
  border-radius: 20px;
  height: 100%;

  background:  url(../images/frame10.png) repeat top !important;
    background-size: auto;

  background-size: cover !important;
  /* border: 1px solid #DEDEDE; */
}

.frame10-heding {

border-radius: 12px;
 padding: 0px 5px;

  backdrop-filter: blur(10px);
  border-radius: 10px;

}







.with-card {
border-radius: 15px 15px 15px 15px;
  padding: 20px 0px 0px 0px;
border: 2px solid rgb(224, 43, 135);

  /* background: rgba(13, 90, 172, 0.41) url(../images/wavs.png) repeat top center; */
}



.with-title-card {
/* border-radius: 15px;

  padding: 10px 20px 10px 20px;
background: radial-gradient(63.9633% 75.8439% at 50% 37.8692%, rgb(201, 144, 213) 0%, rgb(134, 110, 233) 100%);
  margin-top: -70px; */
  background: url(../images/witht-title.png) no-repeat center center;
    background-size: auto;
  background-size: auto;
  background-size: 100% 100%;
  padding: 14px 17px;
  position: relative;
margin-top: -34px;

}

.without-title-card {
 /* border-radius: 15px;
  padding: 10px 20px 10px 20px;
background-image: linear-gradient(0deg,rgb(0, 0, 0) 62%, rgb(41, 41, 41) 100%); */
background: url(../images/witht-title1.png) no-repeat center center;
    background-size: auto;
  background-size: auto;
  background-size: 100% 100%;
  padding: 14px 17px;
  position: relative;
margin-top: -34px;
}
.without-card {
backdrop-filter: blur(10px);
border-radius: 15px 15px 15px 15px;
  padding: 20px 0px 0px 0px;
  border: 2px solid #000;
}

.with-content-card {

border-radius: 0px 0 10px 10px;
  border-radius: px;
background: radial-gradient(63.9633% 75.8439% at 50% 37.8692%, rgb(133, 28, 209) 0%, rgb(237, 45, 124) 100%);
  padding: 20px 20px 20px 20px;

}

.without-content-card {

background: #000;
  padding: 20px 20px 20px 20px;
  border-radius: 0px 0 10px 10px;

 
}



.choice-wrap2 {
border-radius: 20px;
  padding: 25px 25px;
  border: 1px solid rgb(255, 94, 30);
  /* background: linear-gradient(to right, #0894ff, #c959dd, #ff2e54, #ff9004); */
box-shadow: 0px 0px 15px 0px rgb(255, 94, 30);
  position: relative;
}

.choice-hedings2 {
  padding: 10px 40px;
  border-radius: 10px;
  display: inline-block;
  color: #fff;
 background-image: linear-gradient(90deg,rgb(255, 94, 30) 0%, rgb(253, 18, 18) 100%);
  position: absolute;
  top: -30px;
 left: 32%;

}


.choice-wrap1 {
border-radius: 20px;
  padding: 25px 25px;
  border: 1px solid #000;
  /* background: linear-gradient(to right, #0894ff, #c959dd, #ff2e54, #ff9004); */
box-shadow: 0px 0px 15px 0px rgb(0, 0, 0);
  position: relative;
}

.choice-hedings1 {
  padding: 10px 40px;
  border-radius: 10px;
  display: inline-block;
  color: #fff;
  background-color: #000;
  position: absolute;
  top: -30px;
 left: 32%;

}

.logo_1{
display: flex;
  justify-content: center;
  align-items: center;
}
.logo_1 .txr{
padding: 0 0 0 15px;
}


@media screen and (max-width: 576px) {


  .with-title-card{
    padding: 10px 17px;
    margin-top: -32px;
  }
  .without-title-card {
       padding: 10px 17px;
    margin-top: -32px;
  }

  a.custom-link {
    padding: 10px 0px 10px 0;
    border-radius: 10px;
  }
}

@media screen and (max-width: 576px) {


  a.custom-link1 {
    padding: 10px 0px 10px 0;
    border-radius: 10px;
  }

  .newway-card {

  border-radius: 15px;
  padding: 20px 10px 40px 10px;
  }
  .oldway-card {
  border-radius: 15px;

  padding: 20px 10px 40px 10px;
  }
}


/* new css */

.funnel-showcase{
    padding:10px 0px 0 0;
    background: url(../images/section3.png) no-repeat top center;
background-size: cover;

  position: relative;
    overflow:hidden;
}


.funnel-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
  box-shadow: 0px 24px 70px 0px rgba(76, 69, 169, 0.21);
    transition:.4s;
    height:100%;
}

.funnel-card:hover{
    transform:translateY(-8px);
}

.funnel-card img{
    width:100%;
    /* height:280px; */
    object-fit:cover;
    display:block;
        margin-top: 20px;
}

.stats{
    padding:18px;
    text-align:center;
    font-size:28px;
    font-weight:800;
    color:#111;
}

.ai-card{
    background:linear-gradient(135deg,#7c5cff,#42d7ff);
    border-radius:28px;
    padding:45px 35px;
    color:#fff;
    display:flex;
    flex-direction:column;
    justify-content:center;
    min-height:100%;
    box-shadow:0 25px 70px rgba(124,92,255,.35);
}

.ai-badge{
    display:inline-block;
    padding:10px 18px;
    border-radius:50px;
    background:rgba(255,255,255,.15);
    margin-bottom:25px;
    font-weight:700;
}

.ai-card h3{
    font-size:42px;
    line-height:1.2;
    font-weight:800;
    margin-bottom:20px;
}

.ai-card p{
    font-size:20px;
    line-height:1.8;
}

.model-tags{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:25px;
}

.model-tags span{
    padding:10px 16px;
    border-radius:30px;
    background:rgba(255,255,255,.15);
}

@media(max-width:991px){

    .ai-card{
        margin-top:20px;
    }

    .ai-card h3{
        font-size:32px;
    }

    .stats{
        font-size:22px;
    }
}

@media(min-width:991px){
.wave-img1{
margin-top: -150px;
}
.wave-img2{
margin-top: -100px;
}
}
@media(max-width:991px){
.wave-img1{
margin-top: -100px;
}
}
@media(max-width:768px){
  .wave-img1{
margin-top: 0px;
}
.wave-img2{
margin-top: -0px;
}
}

.feature-title {
  border-radius: 26px;
  display: inline-block;
  position: relative;
  padding: 6px;
  background-color: #fff;
  width: 100%;
}
/*section22*/
.feature-title-out{
	border-radius: 30px;
	background-image: -webkit-linear-gradient( 0deg, rgb(64,175,246) 0%, rgb(96,208,237) 51%, rgb(127,241,227) 100%);
	display: inline-block;
	padding: 5px;
	position: relative;
	box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 28%);
	width: 100%;
}
.feature2-title-out{
	background-image: -webkit-linear-gradient( 0deg, rgb(244,90,145) 0%, rgb(250,123,152) 51%, rgb(255,155,159) 100%);
}
.feature3-title-out{
	background-image: -webkit-linear-gradient( 0deg, rgb(95,221,113) 0%, rgb(148,232,124) 51%, rgb(200,242,134) 100%);
}
.feature4-title-out{
	background-image: -webkit-linear-gradient( 0deg, rgb(155,115,237) 0%, rgb(201,140,246) 51%, rgb(247,164,255) 100%);
}
.feature5-title-out{
	background-image: -webkit-linear-gradient( 0deg, rgb(250,160,54) 0%, rgb(253,177,87) 51%, rgb(255,193,119) 100%);
}
.feature6-title-out{
	background-image: -webkit-linear-gradient( 0deg, rgb(237,59,75) 0%, rgb(146,59,137) 100%);
}
.feature7-title-out{
	background-image: -webkit-linear-gradient( 180deg, rgba(242,142,38,0.99608) 0%, rgb(253,100,79) 100%);
}
.feature8-title-out{
	background-image: -webkit-linear-gradient( 0deg, rgb(21,193,131) 0%, rgb(122,223,186) 100%);
}
.feature9-title-out{
	background-image: -webkit-linear-gradient( 180deg, rgba(181,100,217,0.99608) 0%, rgb(238,96,156) 100%);
}
.feature10-title-out{
	background-image: -webkit-linear-gradient( 0deg, rgb(53,81,164) 0%, rgb(44,142,196) 50%, rgb(49,205,176) 100%);
}
.feature11-title-out{
	background-image: -webkit-linear-gradient( 0deg, rgb(64,175,246) 0%, rgb(96,208,237) 51%, rgb(127,241,227) 100%);
}
.feature12-title-out{
	background-image: -webkit-linear-gradient( 0deg, rgb(244,90,145) 0%, rgb(250,123,152) 51%, rgb(255,155,159) 100%);
}
.feature13-title-out{
	background-image: -webkit-linear-gradient( 0deg, rgb(95,221,113) 0%, rgb(148,232,124) 51%, rgb(200,242,134) 100%);
}
.feature14-title-out{
	background-image: -webkit-linear-gradient( 0deg, rgb(155,115,237) 0%, rgb(201,140,246) 51%, rgb(247,164,255) 100%);
}
.feature15-title-out{
	background-image: -webkit-linear-gradient( 0deg, rgb(250,160,54) 0%, rgb(253,177,87) 51%, rgb(255,193,119) 100%);
}
.feature16-title-out{
	background-image: -webkit-linear-gradient( 0deg, rgb(237,59,75) 0%, rgb(146,59,137) 100%);
}
.feature17-title-out{
	background-image: -webkit-linear-gradient( 180deg, rgba(242,142,38,0.99608) 0%, rgb(253,100,79) 100%);
}
.feature18-title-out{
	background-image: -webkit-linear-gradient( 0deg, rgb(21,193,131) 0%, rgb(122,223,186) 100%);
}
.feature19-title-out{
	background-image: -webkit-linear-gradient( 180deg, rgba(181,100,217,0.99608) 0%, rgb(238,96,156) 100%);
}
.feature20-title-out{
	background-image: -webkit-linear-gradient( 0deg, rgb(53,81,164) 0%, rgb(44,142,196) 50%, rgb(49,205,176) 100%);
}
.feature21-title-out{
	background-image: -webkit-linear-gradient( 0deg, rgb(64,175,246) 0%, rgb(96,208,237) 51%, rgb(127,241,227) 100%);
}
.feature22-title-out{
	background-image: -webkit-linear-gradient( 0deg, rgb(244,90,145) 0%, rgb(250,123,152) 51%, rgb(255,155,159) 100%);
}
.feature23-title-out{
	background-image: -webkit-linear-gradient( 0deg, rgb(95,221,113) 0%, rgb(148,232,124) 51%, rgb(200,242,134) 100%);
}
.feature24-title-out{
	background-image: -webkit-linear-gradient( 0deg, rgb(155,115,237) 0%, rgb(201,140,246) 51%, rgb(247,164,255) 100%);
}
.feature25-title-out{
	background-image: -webkit-linear-gradient( 0deg, rgb(250,160,54) 0%, rgb(253,177,87) 51%, rgb(255,193,119) 100%);
}
.feature26-title-out{
	background-image: -webkit-linear-gradient( 0deg, rgb(237,59,75) 0%, rgb(146,59,137) 100%);
}

.feature27-title-out{
	background-image: -webkit-linear-gradient( 180deg, rgba(181,100,217,0.99608) 0%, rgb(238,96,156) 100%);
}

.feature-title {
border-radius: 10px;
    display: inline-block;
    position: relative;
    padding: 6px;
    background-color: #fff;
    width: 100%;
}
.feature-title-inn{
	border-radius: 23px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.21);
	display: inline-block;
	position: relative;
	padding: 10px 40px;
	width: 100%;
}


.table-box1-top {
  background: url(../images/tableBg1.png) no-repeat center bottom;
background-size: cover;
  padding: 10% 5% 13% 5%;
  text-align: center;
  border-radius: 20px;
}
.table-box2-top {
  background: url(../images/tableBg2.png) no-repeat center bottom;
    background-size: auto;
  background-size: cover;
  padding: 10% 5% 13% 5%;
  text-align: center;
    border-radius: 20px;
}

.table-box1-center {
  padding: 0 4%;
}

.table-box2-center {
  padding: 0 3.8%;
}
.table-tag1 {
  background-color: rgb(255, 255, 255);
  display: inline-block;
  color: #000;
  padding: 0.3% 6.8%;
  border-radius: 50px;
}
.table-title2 {
  background-color: #ffea00;
  padding: 1.4% 0px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  position: relative;
left: 0%;
}
.table-title1 {
  background-color: #eae4ff;
  padding: 4% 0px;
  text-align: center;
  text-transform: uppercase;
  width: 106%;
  position: relative;
  left: -3%;
}



.table-tag2 {
  background-color: #654bb9;
  display: inline-block;
  color: #fff;
  padding: 0.3% 6.8%;

  border-radius: 50px;

}
ul .features-td-list2 li {
padding: 0px 0;
}
ul .features-td-list2  {
padding: 0px 0;
}
ul.features-td-list2 {
  margin: 0px;
  padding: 0px;
}

ul.features-td-list2 li {
  list-style: none;
  background: url(../images/tableChecklist2.png) center left no-repeat;
    background-position-x: left;
    background-position-y: center;
  background-position-x: left;
  background-position-y: center;
  /* border-bottom: 1px solid #e2ddf1; */
  min-height: 40px;
  padding-left: 40px;
  background-position: 0px 0px;
  margin-bottom: 20px;
}

.emoji {
  position: relative;
  bottom: -6px;
}
.emoji {
  position: relative;
  bottom: -6px;
}

.video-1{
    position:relative;
    aspect-ratio:16/9;
    background:#111;
}




