/*	Author: Clive Research
	======================
    Name: Clive
    Version:    1.0
    Portfolio : https://clivebucks.com
	
	======================
	[Table of contents]
	======================
*/

.ajax-message {
  font-size: 12px !important;
  color: red;
  font-weight: 500;
  text-align: center;
}
.rps2{
  display: none;
}

.otp{
  height: 51px;
  font-size: 30px !important;
  text-align: center;
  border: 2px solid #fd2222;
  border-radius: 10px !important;
}
.otp::placeholder{
  font-size: 16px !important;
}


/** OWL */
.container-chk {
  cursor: pointer;
}

.container-chk input {
  display: none;
}

.container-chk svg {
  overflow: visible;
}

.path {
  fill: none;
  stroke: #fc3434;
  stroke-width: 6;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke-dasharray 0.5s ease, stroke-dashoffset 0.5s ease;
  stroke-dasharray: 241 9999999;
  stroke-dashoffset: 0;
}

.container-chk input:checked ~ svg .path {
  stroke-dasharray: 70.5096664428711 9999999;
  stroke-dashoffset: -262.2723388671875;
}

/** OWL */

/** Unclock Survey*/
  /* .survey-bx:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(255, 255, 255, 0.2);
  } */




.card__content{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  /* background-color: #f2f2f2; */
  /* background-color: inherit; */
  transform: rotateX(-90deg);
  transform-origin: bottom;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}



.cardnew:hover .card__content {
  transform: rotateX(0deg);
}


.card__image {
  content: "";
  position: absolute;
  top: -10px;
  right: -50px;
  background-color: #fff9f9;
  padding: 42px 69px 40px 21px;
  border-radius: 50%;
  width: 180px;
  height: 180px;
}

.card__content.feature1 {
  background-color: #ecfcff;
}
.card__content.feature2 {
  background-color: #eefff4;
}
.card__content.feature3 {
  background-color: #fff0f0;
}
.card__content.feature4 {
  background-color: #f8f0ff;
}
.card__content.feature5 {
  background-color: #eeecff;
}
.card__content.feature6 {
  background-color: #ffb8e0;
}
.card__content.feature7{
  background-color: #f8fbab;
}

.card__title {
  margin: 0;
  font-size: 20px;
  color: #333;
  font-weight: 700;
}


.card__description {
  margin: 0px 0 10px;
  line-height: 1.4;
  width: 75%;
}


.secondary {
  background: transparent;
  color: #777;
  border: 1px solid #777;
}
/** Unclock Survey*/

/* .work__icon {
  background: var(--white);
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  width: 135px;
  height: 135px;
  padding: 16px;
}
.shadow1 {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}
.round50 {
  border-radius: 50%;
}

.btn-secondary:hover{
  background: #fff !important;
  color: #fc3434 !important;
}

.badge {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}

.basebg {
  background: #1441A4;
}
.inter {
  font-family: "Inter", sans-serif;
}
.fw-600 {
  font-weight: 600;
}
.fz-18 {
  font-size: 18px;
} */



/** Start */
/** End  */
/* body{
  background: rgb(248, 242, 242);
  margin: 0px;
  padding: 0px;
} */


/** Tool Tips*/
/** Tool Tips*/


/** auth Container*/
.auth-container{
  height: 100% !important;
}


/** Bird Class*/
.cont {
  position:absolute;
  background-color:#fff;
  width: 10px;
  height: 10px;
  top:20px;
  left: 145px;
  animation: flapp 30s infinite;
}



@keyframes flapp {
  100% { transform: scale(0.1); opacity: 1; }  
  70% {transform:rotate(15deg)}
  60% {transform:rotate(20deg)}
 50% {transform: scale(0.5) rotate(20deg)}
  40% {transform: rotate(-10deg)}
  20% { opacity: 1; }
  0% { transform: scale(0.1); opacity: 1;}
}
.body {
  position: relative;
  background-color:white;
  width: 90px;
  height: 60px;
  border-radius: 45%;
  border: 0px solid transparent;
  box-shadow:inset -15px 0px 20px 8px rgb(255, 204, 204), 5px -19px 20px 2px rgb(153, 0, 0);

  top: 218px;
  left: 180px;
  
}
.body2 {
  position:absolute;
  background-color:white;
  width: 75px;
  height: 80px;
  border-radius: 47%;
  border: 1px solid transparent;
  box-shadow:inset -15px 0px 20px 8px rgb(255, 204, 204), 5px -5px 20px 4px rgb(153, 0, 0);
  bottom:-44px;
  left:5px;
  z-index:-1;
}

.head {
  position:relative;
  background-color:#ff0000;
  width:75px;
  height:85px;
  border-radius: 50%;
  bottom: 70px;
  left:1px;
}

.hair1, .hair2, .hair3 {
  position:absolute;
  width:18px;
  height:14px;
  border-radius:    50%;
  border-bottom: 6px solid #ff0000;
}
.hair1 {
  bottom:78px;
  left:15px;
  transform:rotate(-70deg)
}
.hair2 {
  bottom:76px;
  left:21px;
  transform: rotate(-60deg)
}
.hair3 {
  bottom: 75px;
  left:30px;
  transform: rotate(-70deg)
}


.head2 {
  position:relative;
  background-color: #ff0000;
  width:90px;
  height: 60px;
  border-radius:50%;
  top: 30px;
  right:5px;
}
.face-left, .face-right {
  position:relative;
  background-color:white;
  width: 25px;
  height: 40px;
  border-radius: 50%; 
}
.face-left {
  bottom:44px;
  left: 8px;
  transform: rotate(10deg);
}
.face-right {
  bottom:85px;
  left: 44px;
  transform: rotate(-10deg)
}
.face-down {
  position: relative;
  background-color: white;
  width:80px;
  height: 47px;
  border-radius: 50%;
  bottom: -10px;
  left:5px
}
.beak1{
  position:relative;
  width: 20px;
  height: 40px;
  border-radius: 50%;
  border-bottom: 7px solid #ffad33;
   transform:rotate(176deg);
  bottom:-2px;
  left:29px;
}
.beak2 {
  position:relative;
  width: 18px;
  height: 40px;
  border-radius: 50%;
  border-bottom: 10px solid #ffad33;
   transform:rotate(355deg);
  bottom:70px;
  left:28px;
}
.tongue {
  position:relative;
  width:11px;
  height:8px;
  border-radius: 50%;
  border-bottom: 6px solid rgba(255, 0, 0, 0.985);
  transform:rotate(355deg);
  bottom:89px;
  left:33px
  
}
.tongue2 {
   position:relative;
  width:13px;
  height: 12px;
  border-radius: 50%;
  border-bottom: 6px solid #ffb3bf;
  transform:rotate(180deg);
  bottom:102px;
  left:32px;
}
.shadowleft, .shadowright{
  position:relative ;
  width:5px;
  height:3px;
  border:3px solid transparent;
  border-radius:30%;
  box-shadow:5px 15px 13px 1px rgba(255, 0, 255, 0.8 );
  
}
.shadowleft {
  bottom:0px;
  left:2px;  
}
.shadowright {
  bottom: 0px;
  left: 3px;
}

.eye-left, .eye-right {
  position:relative;
  background-color:white;
  width:12px;
  height:20px;
  border-radius:50%;
  border:1px solid rgb(255, 0, 0); 
 }
.eye-left {
  top:10px;
  left:7px;
  transform: rotate(-5deg);
}


.eye-right {
  top:10px;
  left: 6px;
  transform: rotate(5deg)
}

.eye-left2, .eye-right2 {
  position:relative;
  background-color: black;
  width:6px;
  height:11px;
  border-radius: 50%;
  border: 1px solid #ff0000
}
.eye-left2 {
  left:3px;
  top:5px;    
}
.eye-right2 {
 top:5px;
  left:2px
}
.eyelid-top {
  position:relative;
 background-color:white;
  width:16px;
  height:3px;
  bottom:11px;
  left:-4px;
  border-radius: 50% 50% 0 0;
  border-bottom: 1px solid black;
  animation-name: eyelidtopanim;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-delay: 2s;
    animation-iteration-count: infinite;
    animation-play-state: running;
}
@keyframes eyelidtopanim{
0% {top: -11px;}
2% {top: -8px;}
4% {top: -11px;}
100% {top: -11px;}
}
.eyelid-top2 {
  position:relative;
 background-color:white;
  width:16px;
  height:3px;
  bottom:10px;
  left:1px;
  border-radius: 50% 50% 0 0;
  border-bottom: 1px solid black;
   animation-name: eyelidtop2anim;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-delay: 2s;
    animation-iteration-count: infinite;
    animation-play-state: running;
}
@keyframes eyelidtop2anim{
0% {top: -10px;}
2% {top: -8px;}
4% {top: -10px;}
100% {top: -10px;}

}
.wing-left, .wing-right {
  position:relative;
  background-color: #ff0000;
  width: 135px;
  height:55px;
  border-radius: 0px 0px 170px 170px;
}

.wing-right {
  bottom: 120px;
  left:70px;
  z-index:-2;
  box-shadow:15px 0px 20px 8px rgba(255, 26, 26, 0.414);
  animation: fla 2s infinite;
  transform-origin: left ;
}
@keyframes fla {
 50% {transform: rotate(-50deg);}
}
.f1, .f2, .f3, .f4, .f5, .f6, .f7, .f8, .f9, .f10{
  position:relative;
  background-color: #ff0000;
  width:18px;
  height: 40px;
  border-radius:40%;
}
.f1 {
  bottom:-19px;
  left:4px
}
.f2 {
    top:-18px;
  left:20px;
}
.f3 {
  top:-55px;
  left:36px;
}
.f4 {
  top:-89px;
  left:48px;
}
.f5 {
  top:-135px;
  left:62px;
}
.f6 {
  top:-177px;
  left:72px;
  transform:rotate(-10deg)
}
.f7 {
  top:-221px;
  left:88px;
  transform:rotate(-13deg);
}
.f8 {
  top:-271px;
  left:100px;
  transform:rotate(-30deg);
}
.f9 {
  top:-321px;
  left:110px;
  transform:rotate(-50deg);
}
.f10 {
  top:-371px;
  left:115px;
  transform:rotate(-100deg);
}
.wing-left {
  bottom: 65px;
  left:-125px;
  z-index:-2;
  box-shadow:-15px 0px 20px 8px rgba(255, 26, 26, 0.414);

animation: flap 2s infinite;
 transform-origin: right ;
}
@keyframes flap {
 50% {transform: rotate(50deg);}
}

.f11, .f12, .f13, .f14, .f15, .f16, .f17, .f18, .f19, .f20 {
  position:relative;
  background-color: #ff0000;
  width:18px;
  height: 40px;
  border-radius:40%;
}
.f11 {
  bottom:-20px;
  left: 115px
}
.f12 {
  bottom:18px;
  left: 100px
}
.f13 {
  bottom:54px;
  left: 88px
}
.f14 {
  bottom:88px;
  left: 75px
}
.f15 {
  bottom:130px;
  left: 60px;
    transform:rotate(10deg);
}
.f16 {
  bottom:170px;
  left: 45px;
    transform:rotate(25deg)
}
.f17 {
  bottom:218px;
  left: 30px;
    transform:rotate(50deg)
}
.f18 {
  bottom:292px;
  left: 0px;
    transform:rotate(90deg)
}
.f19 {
  bottom:320px;
  left: 5px;
    transform:rotate(80deg)
}
.f20 {
  bottom:345px;
  left: 15px;
    transform:rotate(80deg)
}

.leg1, .leg2, .leg3, .leg4, .leg5, .leg6 {
  position:relative;
  background-color: #ffa64d;
  width: 8px;
  height:13px;
  border-radius: 50%;
 }
.leg1 {
  bottom:98px;
  left:2px;
}
.leg2 {
  bottom:108px;
  left:8px;
}
.leg3 {
  bottom:116px;
  left:15px;
}
.leg4 {
  bottom:127px;
  left:60px;
}
.leg5 {
  bottom:145px;
  left:65px;
}
.leg6 {
  bottom:160px;
  left:70px;
}

.tail1, .tail2,.tail3, .tail4 {
 position:relative;
  width:58px;
  height: 30px;
  border-radius:40%;
  border-bottom:10px solid #ff0000;
  z-index: -2;
  }

.tail1 {
  bottom:160px;
  left:-18px;
  transform: rotate(-70deg)  
}
.tail2 {
  bottom:190px;
  left:-11px;
  transform: rotate(-75deg)  
}
.tail3 {
  bottom:230px;
  left:0px;
  transform: rotate(-95deg)  
}
.tail4 {
  bottom:280px;
  left:35px;
  transform: rotate(80deg)  
}

/* *   Bugtton Take Survey CSS */
.take-survey {
  cursor: pointer;
  font-weight: 700;
  font-family: Helvetica,"sans-serif";
  transition: all .2s;
  padding: 6px 20px;
  border-radius: 100px;
  background: #fc3434;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #fff;
}

.take-survey:hover {
  background: #fc0266;
}

.take-survey > svg {
  width: 34px;
  margin-left: 10px;
  transition: transform .3s ease-in-out;
  color: #fff;
}

.take-survey:hover svg {
  transform: translateX(5px);
  color: #fff;
}

.take-survey:active {
  transform: scale(0.95);
}
/* *   Bugtton Take Survey CSS */
/* *   Tool Tip CSS */

.survey-card {
  --primary-clr: #FC2222;;
  --dot-clr: #BBC0FF;
  --play: hsl(195, 74%, 62%);
  width: 100%;
  height: 170px;
  border-radius: 10px;
 }
 
 .survey-card {
  font-family: "Arial";
  color: #fff;
  display: grid;
  cursor: pointer;
  grid-template-rows: 50px 1fr;
 }
 
 
 .surHead:hover .img-section {
  transform: translateY(1em);
 }
 .survey-card:hover .img-section {
  transform: translateY(1em);
 }
 .survey-card-desc {
  border-radius: 10px;
  padding: 15px;
  position: relative;
  top: -10px;
  display: grid;
  gap: 10px;
  background: var(--primary-clr);
 }
 
 .survey-card-time {
  font-size: 1.7em;
  font-weight: 500;
 }
 
 .img-section {
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  /* background: hsl(0, 88%, 60%); */
 }
 
 .survey-card-header {
  display: flex;
  align-items: center;
  width: 100%;
 }
 
 .survey-card-title {
  flex: 1;
  font-size: 0.9em;
  font-weight: 500;
 }
 
 .survey-card-menu {
  display: flex;
  gap: 4px;
  margin-inline: auto;
 }
 
  .card svg {
  float: right;
  max-width: 100%;
  max-height: 100%;
 }
 
 .survey-card .dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--dot-clr);
 }
 
 .survey-card .recent {
  line-height: 0;
  font-size: 0.8em;
 }
 .work .survey-card:hover {
  transform: scale(1.1, 1.1);
}
 .survey-card:hover > .survey-card:not(:hover) {
    filter: blur(10px);
    transform: scale(0.9, 0.9);
  }
/* *   Tool Tip CSS */

.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: #ff4136 !important;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff4136' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff4136' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.highlighted-text{
  font-size: 1.03rem;
  font-weight: 700;
  line-height: 2.50rem;
  padding: 10px 20px;
  border: 1px dashed #fc3434;
  border-radius: 7px;
}

p.termnote{
margin: 2px;
padding: 0;

}
.termnote{
  font-size: 0.79rem;
}
.term-check-input{
  width: 40px !important;
  height: 40px !important;
}

.tips:hover {
  transform: translateY(0);
  color: #fff !important;
  background-color: #fc3434;
}
@media (min-width: 37.5rem){
.tips {
  padding-left: 100px;
  padding-right: 100px;
}
}
.tips {
  display: flex;
  background-color: #fc3434;
  color: #fff !important;
  height: 70px;
  align-items: center;
  padding: 10px 40px 4px;
    padding-right: 40px;
    padding-left: 40px;
  border-radius: 50px 50px 0 0;
  transform: translateY(4px);
  transition: transform .35s;
  z-index: 0;
  text-align: center;
  width: 500px;
  margin: 0 auto;
}

.contact-wraper, .auth-wraper .about-wraper{
  min-height: 500px !important;
}


.auth-wraper {
  background-color: #fff;
  box-shadow: 0px 10px 60px 0px rgba(31, 34, 120, 0.1);
  border-radius: 40px;
  padding: 30px 25px;
  position: relative;
  min-height: 619px;
  height: auto;
}
.auth-wraper{
  display: none;
}
.auth-active{
  display: block !important;
}
.auth-wraper .contact-form .form-group {
    margin-bottom: 15px; 
  }
@media only screen and (max-width: 575px) {
    .tips{
       display: none;
    }
    .sign-inup .contact-form .form-group {
      margin-bottom: 15px; 
    } 
    .auth-wraper {
      padding: 30px 30px 0px;
      border-radius: 20px; 
    } 
}
@media only screen and (max-width: 1199px) {
  .auth-wraper {
    padding: 50px 40px 0px; 
  } 
}



.secondary-menu ul li{
  padding-right: 15px !important;
}

h3.ttr-title {
    font-size: 18px !important;
}



.main-banner .all-shapes::after, .main-banner .all-shapes::before, .main-banner .all-shapes {
    position: absolute;
    content: "";
  }

  .main-banner .all-shapes::after, .main-banner .all-shapes::before, .shape-img::after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .about-wraper{
    margin-top: -170px;

  }

  
.main-banner {
  background-image: url(../images/bg-img/01.jpg);
  background-size: cover;
  padding-top: 170px;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 576px) {
  .main-banner {
    padding-top: 215px;
  }
  /* .main-banner .banner-img{
    display:none;
  } */
}
.main-banner .all-shapes {
  display: none;
  width: 700px;
  height: 700px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 1px dashed #ff70d2;
  border-width: 1.75px;
  top: 6%;
  right: 7%;
  animation: rotate 110s infinite linear;
  z-index: -1;
}
@media (min-width: 1600px) {
  .main-banner .all-shapes {
    right: 15%;
  }
}
.main-banner .all-shapes::after, .main-banner .all-shapes::before {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.main-banner .all-shapes::before {
  width: calc(100% - 15%);
  height: calc(100% - 15%);
  border: 1px dashed #8b74ff;
  border-width: 1.8px !important;
  animation: rotate-rev 110s infinite linear;
}
.main-banner .all-shapes::after {
  width: calc(100% - 30%);
  height: calc(100% - 30%);
  border: 1px dashed #fdca92;
  border-width: 1.5px !important;
}
@media (min-width: 1200px) {
  .main-banner .all-shapes {
    display: block;
  }
}

/** Form Process Loader */
.loader-process {
  background: transparent;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50% auto;
  vertical-align: middle;
}

.circle {
  width: 80px;
  height: 80px;
  border: 3px solid #fc3434;
  position: absolute;
  border-radius: 50%;
  animation: circle14512 2s linear infinite;
}

.circle::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fc3434;
  box-shadow: 0 0 20px #fc3434, 0 0 60px #fc3434;
}

@keyframes circle14512 {
  0% {
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(360deg);
  }
}


/** Modal CSS */



/** Modal CSS */
/* 
.button {
  font-family: inherit;
    font-size: 20px;
    color: white;
    padding: 0.7em 3em 0.7em 2em;
    display: flex;
    border: none;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.2s;
    flex-direction: row-reverse;
    align-content: flex-end;
    justify-content: space-between;
}

.button span {
  display: block;
  margin-left: 0.3em;
  transition: all 0.3s ease-in-out;
}

.button svg {
  display: block;
  transform-origin: center center;
  transition: transform 0.3s ease-in-out;
}

.button:hover .svg-wrapper {
  animation: fly-1 0.6s ease-in-out infinite alternate;
}

.button:hover svg {
  transform: translateX(1.2em) rotate(45deg) scale(1.1);
}

.button:hover span {
  transform: translateX(5em);
}

.button:active {
  transform: scale(0.95);
}

@keyframes fly-1 {
  from {
    transform: translateY(0.1em);
  }

  to {
    transform: translateY(-0.1em);
  }
} */
.button {
  font-family: inherit;
  font-size: 18px;
  /* background: linear-gradient(to bottom, #4dc7d9 0%,#66a6ff 100%); */
  color: white;
  padding: 0.6em 1.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 25px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}

.button:hover {
  transform: translateY(-3px);
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
}

.button:active {
  transform: scale(0.95);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.button span {
  display: block;
  margin-right: 0.6em;
  transition: all 0.3s;
}

.button svg {
  width: 18px;
  height: 18px;
  fill: white;
  transition: all 0.3s;
}

.button .svg-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  margin-right: 0.5em;
  transition: all 0.3s;
}

.button:hover .svg-wrapper {
  background-color: rgba(255, 255, 255, 0.5);
}

.button:hover svg {
  transform: rotate(45deg);
}
.button.btn-other:hover svg {
  transform: rotate(-45deg);
}





/*==========================================
    Start Referral
==========================================*/
.referral-area {
  padding: 0 0 79px;
  position: relative;
}
.referral-area:after {
  position: absolute;
  content: "";
  left: 40%;
  top: 0;
  width: 60%;
  background: url(https://res.cloudinary.com/dbtihegof/image/upload/v1693100779/clivebucks/lottery-ticket-shape1_um1svw.png) center bottom no-repeat;
  background-size: cover;
  bottom: 50px;
  z-index: -2;
}
.referral-area .part-text h2 {
  font-size: 30px;
  line-height: 60px;
  /* font-weight: 900; */
  /* color: #49596d; */
  margin-top: -8px;
  margin-bottom: 28px;
}
.referral-area .part-text h2 span.special {
  font-weight: 700;
  /* font-family: "Kalam", cursive; */
  font-style: italic;
  background: -webkit-linear-gradient(-19deg, #fd2222 10%, #fd2673);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.referral-area .part-text p {
  font-size: 16px;
  line-height: 28px;
  /* color: #555; */
}
.referral-area .part-text p span.spc {
  font-weight: 600;
  display: inline-block;
  position: relative;
}
.referral-area .part-text p span.spc:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 1px;
  background: #555;
}
.referral-area .part-text ul {
  margin: 30px 0 20px;
}
.referral-area .part-text ul li {
  font-size: 16px;
  line-height: 34px;
  /* color: #555; */
  font-weight: 500;
}
.referral-area .part-text ul li i {
  color: #fd2222;
  margin-right: 8px;
}
.referral-area .part-text a {
  margin-top: 26px;
  display: inline-grid;
}
.referral-area .part-feature {
  position: relative;
}
.referral-area .part-feature:after {
  position: absolute;
  content: "";
  left: calc(65px / 2);
  top: 0;
  width: 1px;
  background: #fd2673;
  bottom: 100px;
  z-index: -1;
  opacity: 0.15;
}
.referral-area .part-feature .single-feature {
  margin-bottom: 16px;
}
.referral-area .part-feature .single-feature .feature-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(-19deg, #fd2222 10%, #fd2673);
  padding: 15px;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 0px rgb(253, 35, 36);
  float: left;
  margin-right: 30px;
  position: relative;
  }
.referral-area .part-feature .single-feature .feature-icon:after {
  position: absolute;
  content: "";
  left: -12px;
  top: -30px;
  bottom: -30px;
  right: 0;
  background: url(https://res.cloudinary.com/dbtihegof/image/upload/v1693100779/clivebucks/time-bg_za9dyy.png) center center no-repeat;
  background-size: contain;
  z-index: -1;
}
.referral-area .part-feature .single-feature .feature-icon img {
  width: 100%;
}
.referral-area .part-feature .single-feature .feature-icon svg {
  width: 100%;
}
.referral-area .part-feature .single-feature:hover .feature-icon svg {
  -webkit-animation: vibrate 0.5s alternate;
  animation: vibrate 0.5s alternate;
}
.referral-area .part-feature .single-feature:hover .feature-icon img {
  -webkit-animation: vibrate 0.5s alternate;
  animation: vibrate 0.5s alternate;
}

.referral-area .part-feature .single-feature .feature-text {
  display: table-cell;
}
.referral-area .part-feature .single-feature .feature-text h3 {
  font-size: 18px;
  /* font-weight: 900; */
  display: inline-block;
  margin: 0px;
  /* color: #49596d; */
}
.referral-area .part-feature .single-feature .feature-text p {
  /* font-size: 16px; */
  line-height: 24px;
  /* color: #555; */
}
/*==========================================
    END Referral
==========================================*/

/*==========================================
    Start Reward
==========================================*/
.reward-area {
  padding: 0 0 79px;
  position: relative;
}
.reward-area:after {
  position: absolute;
  content: "";
  left: 40%;
  top: 0;
  width: 60%;
  background: url(https://res.cloudinary.com/dbtihegof/image/upload/v1693100779/clivebucks/lottery-ticket-shape1_um1svw.png) center bottom no-repeat;
  background-size: cover;
  bottom: 50px;
  z-index: -2;
}

.reward-area .reward-text p {
  font-size: 16px;
  line-height: 28px;
  /* color: #555; */
}
.reward-area .reward-text p span.spc {
  font-weight: 600;
  display: inline-block;
  position: relative;
}
.reward-area .reward-text p span.spc:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 1px;
  background: #555;
}
.reward-area .reward-text li span.spc {
  font-weight: 600;
  display: inline-block;
  position: relative;
}
.reward-area .reward-text li span.spc:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 1px;
  background: #555;
}
.reward-area .reward-text ul {
  margin: 0px 0 0 40px;
}
.reward-area .reward-text ul li {
  list-style: disclosure-closed;
  font-size: 16px;
  line-height: 28px;
  /* color: #555; */
  font-weight: 500;
  padding-left: 10px;
  margin-bottom: 10px;
}
.reward-area .reward-text ul li i {
  color: #fd2222;
  margin-right: 8px;
}

/*==========================================
    Start Reward
==========================================*/
.refer-info{
  border: 1px solid #ddd;
  padding: 10px 10px;
  border-radius: 8px;
}




/** Reward Slider */


@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-300px * 9));
            transform: translateX(calc(-300px * 9));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-300px * 9));
            transform: translateX(calc(-300px * 9));
  }
}
.client-slider {
  /* background: white; */
  /* box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125); */
  height: 201px;
  margin: auto;
  overflow: hidden;
  position: relative;
}
.client-slider::before, .client-slider::after {
  background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0))); 
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 80%);
  content: "";
  height: 201px;
  position: absolute;
  width: 300px;
  z-index: 2;
}
.client-slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
.client-slider::before {
  left: 0;
  top: 0;
}
.client-slider .client-slide-track {
  -webkit-animation: scroll 30s linear infinite;
          animation: scroll 30s linear infinite;
  display: -webkit-box;
  /* display: flex; */
  width: calc(300px * 9);
}
.client-slider .client-slide {
  height: 201px;
  width: 300px;
}


/* Processbar Html */
/* .process-bar-html{
  width: 100%;
  height: 10px;
  background-color: #eee;
  position: relative;
  border-radius: 10px;
  margin-bottom: 2px;
}

.process-bar-html:after{
  content: '';
  position: absolute;
  width: 10%;
  height: 10px;
  border-radius: 10px;
  background-color: #F2595B;
  animation: processbar-html 2s linear;
}
/* Animation Wordpress */
/* @keyframes processbar-wordpress{
  from{
    width: 0;
  }
}  */
/* End Processbar Html */




.cta {
  position: relative;
  margin: auto;
  padding: 12px 18px;
  transition: all 0.2s ease;
  border: none;
  background: none;
 }
 
 .cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 50px;
  background: #ff8b8b2b;
  width: 45px;
  height: 45px;
  transition: all 0.3s ease;
 }
 
 .cta span {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fc3434;
 }
 
 .cta svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #fc3434;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
 }
 
 .cta:hover:before {
  width: 100%;
  background: #fc3434;
  color: #ffffff;
 }
 
 .cta:hover svg {
  transform: translateX(0);
  stroke: #ffffff;
 }
 .cta:hover span {
  color: #ffffff;
 }
 
 .cta:active {
  transform: scale(0.95);
 }

/** Policies */
 span.spc {
  font-weight: 600;
  display: inline-block;
  position: relative;
}
.sdesc{
  font-style: italic;
}
.policies h2 {
  margin: 25px 0 0px !important;
}
h3.policy-head{
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0 0px;
}
h4.policy-subhead{
  font-size: 16px;
  font-weight: 600;
  margin: 20px 0 0px;
}
.policies ul, .policies ol {
  margin-left: 30px;
}

.policies ol li {
  list-style: decimal;
  font-size: 16px;
  line-height: 26px;
  color: #555;
  font-weight: 500;
  margin-bottom: 5px;
  padding: 0 10px;
}
.policies ul li {
  list-style: disclosure-closed;
  font-size: 16px;
  line-height: 26px;
  color: #555;
  font-weight: 500;
  margin-bottom: 5px;
  padding: 0 10px;
}
.policies p.subhead{
  margin-bottom:0px !important ;
}
.policies a:hover{
  text-decoration: underline;
}

.termcondition h2 {
  margin: 25px 0 0px !important;
}
h3.term-head{
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0 0px;
}
h4.term-subhead{
  font-size: 16px;
  font-weight: 600;
  margin: 20px 0 0px;
}
.termcondition ul, .termcondition ol {
  margin-left: 10px;
}

.termcondition ol li {
  list-style: decimal;
  font-size: 16px;
  line-height: 26px;
  color: #555;
  font-weight: 500;
  margin-bottom: 5px;
  padding: 0 10px;
}
.termcondition ul li {
  list-style: disclosure-closed;
  font-size: 16px;
  line-height: 26px;
  color: #555;
  font-weight: 500;
  margin-bottom: 5px;
  padding: 0 10px;
}
.termcondition p.subhead{
  margin-bottom:0px !important ;
}
.termcondition a:hover{
  text-decoration: underline;
}



table.policy-table td:nth-child(3) {
   text-align:center;
}
table.policy-table td, th {
  border: 1px solid black;
  padding: 5px;
  margin-bottom: 20px;
}

table.policy-table {
  border-collapse: collapse;
  width: 100%;
}

table.cookies{
  margin-bottom: 20px;
  border: 1px solid #ddd;
}
table.cookies td:nth-child(1) {
  text-align:right;
  width: 20%;
}
table.cookies td:nth-child(2) {
  text-align:left;
  width: 80%;
}
table.cookies td {
  padding: 0px 10px;
}
table.cookies {
  border-collapse: collapse;
  width: 100%;
}







.main-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 20px;
}


.mcard {
  border-radius: 20px;
  /* overflow: hidden; */
  max-width: 100%;
  contain: layout;
  position: relative;
  z-index: 1;
  cursor: pointer;
  width: 100%;
  /* min-width: 350px; */
  /* aspect-ratio: 1/1; */
  height: 70px;
}

.mcard.clicked {
  position: absolute;
  width: 500px;
  height: 600px;
  z-index: 2;
}

.description{
  display: none;
}

.mcard.active .description {
  display: block; /* Display when the parent card has the "active" class */
  /* border-bottom: 1px solid #ddd; */
  margin-bottom: 20px;
  
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 15px;
}

.card-main {
  view-transition-name: card1;
}
.mcard.active {
  grid-column: 1;
  grid-column-end: 3;
  grid-row: 1;
  grid-row-end: 6;
  z-index: 999;
  aspect-ratio: 1/1;
  
}

.main-content.expanded .mcard:not(.active) {
  opacity: 0.4;
  pointer-events: none;
  aspect-ratio: 3/1;
  grid-column-start: 3;
}





/* .countinue-arrow{
  position: absolute;
  right: 10px;
  bottom: 20px;
} */
.feature-container span.countinue-arrow {
  display: inline-block;
  transition: 0.1s ease-in;
  font-weight: normal;
  color: #ccc0;
  position: absolute;
  right: 15px;
  bottom: 20px;
}
.feature-container:hover span.countinue-arrow {
  display: inline-block;
  transform: translateX(50%);
  color: #1f2278;
}
.feature-container:hover svg {
  fill: #1f2278;
}



@media (max-width:768px) {
  .main-content.expanded .mcard:not(.active) {
    aspect-ratio: 1;
    grid-column-start: auto;
  }

  .joint{
    display: none;
  }

  .main-content {
    grid-template-columns: 100%;
    gap: 0px;
  }

  .mcard {
    aspect-ratio: 1/1.4;
  }

  .mcard.active {
    grid-column-end: 1;
    aspect-ratio: 2/1;
    height: auto;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1168px) {
  .main-content.expanded .mcard:not(.active) {
    aspect-ratio: 1;
    grid-column-start: auto;
  }

  .main-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .mcard {
    aspect-ratio: 1/1.4;
  }

  .mcard.active {
    height: 350px;
  }
}

#typewriter {
  font-size: 28px;
  font-weight: 700;
  color: #1f2278;
}



/** FAQ */
ul.quesCategory{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  
}
ul.quesCategory li.qCat{
  padding: 6px 20px;
  border: 1px solid #ddd;
  margin: 5px 10px;
  border-radius: 30px;
}
.qCard{
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.qCat:hover{
 background-color: #fff0f0;
 

}
.faq ol li {
  list-style: decimal;
  font-size: 16px;
  line-height: 26px;
  color: #555;
  font-weight: 500;
  margin-bottom: 5px;
  padding: 0 10px;
}
.faq ul li {
  list-style: disclosure-closed;
  font-size: 16px;
  line-height: 26px;
  color: #555;
  font-weight: 500;
  margin-bottom: 5px;
  padding: 0 10px;
  margin-left: 20px;
}

hr.sep{
  border: 1px solid #7b7878;
}




* {box-sizing: border-box}
/* body {font-family: Verdana, sans-serif; margin:0} */

/* Slideshow container */
.slideshow-container {
  position: relative;
  /* background: #f1f1f1f1; */
}

/* Slides */
.mySlides {
  display: none;
  /* padding: 80px; */
  text-align: left;
  min-height: 100px;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
    text-align: left;
    padding: 20px;
    background: #ddd;
}

/* The dots/bullets/indicators */
/* .dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
} */

/* Add a background color to the active dot/circle */
/* .active, .dot:hover {
  background-color: #717171;
} */

/* Add an italic font style to all quotes */
/* q {font-style: italic;} */

/* Add a blue color to the author */
.author {color: cornflowerblue;}





.typewriter {
  background-color: #fff;
  min-width: 500px;
  padding: 1em 2em 1em 1.5em;
  border: solid 1px #e6e6e6;
  border-radius: 2.8em;
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.25);
  margin: 2em;
  display: flex;
  align-items: center;
}

.typewriter svg {
  padding-right: 2em;
}

.typewriter p {
  color: #000;
  font-size: 1.5em;
  font-weight: 500;
  width: 0;
  max-width: max-content;
  overflow: hidden; 
  border-right: .05em solid #464545; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0; /* Gives that scrolling effect as the typing happens */
}

.text {
  height: 1.5rem;
  overflow: hidden;
}

.wrapper {
  animation: slide-text 20s steps(1, end)  infinite;
}

.wrapper p {
  margin: 1rem 0;
  animation: 
    typing-erase 5s steps(80, end) infinite,
    blink-caret .5s step-end infinite;
}

/* The type and erase effect */
@keyframes typing-erase {
  0% { width: 0 }
  50%, 70% { width: 100% }
  90%, 100% { width: 0 }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: gray }
}

@keyframes slide-text {
  0%, 25% { transform: translateY(-1rem) }
  25% ,50% { transform: translateY(-3.5rem) }
  50%, 75% { transform: translateY(-6rem) }
  75%, 100% { transform: translateY(6rem) }
}
.joint{
  font-size: 26px;
  color: #fff;
  vertical-align:-4px;
  padding: 0px 8px;
}

.sketch-highlight{
  position:relative;
  padding: 0px 10px;
}

.sketch-highlight:before{
  content:"";
  z-index:-1;
  left:0em;
  top:0em;
  border-width:2px;
  border-style:solid;
  border-color:#fc3434;
  position:absolute;
  border-right-color:transparent;
  width:100%;
  height:1.2em;
  transform:rotate(2deg);
  opacity:1;
  border-radius:0.25em;
  padding: 0 10px;
}

.sketch-highlight:after{
  content:"";
  z-index:-1;
  left:0em;
  top:0em;
  border-width:2px;
  border-style:solid;
  border-color:#fc3434;
  border-left-color:transparent;
  border-top-color:transparent;
  position:absolute;
  width:100%;
  height:1.2em;
  transform:rotate(-1deg);
  opacity:1;
  border-radius:0.25em;
  padding: 0 10px;
}