@import url('https://fonts.googleapis.com/css2?family=Lobster&family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas Neue:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('reset.css');


.header{
  z-index: 1000000;
  position: fixed;
  top: 0;
  width: 100%;
  height: 80px;
  background-color: #fff;
  transition: all 0.3s;
}

.header.home-page{
  background-color: transparent;
}

.header.active{
  height: 70px;
  background-color: #fff;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

.header-overplay{
  position: relative;
  height: 80px;
  width: 100%;
}

.header .header-menu{
  font-size:14px;
  font-weight: 500;
}

.header .header-menu .nav-item .nav-link{
  color: #333;
  border-radius: 100px;
  padding: 4px 14px;
  border: 1px solid transparent;
}

.header .header-menu .nav-item .nav-link:hover,
.header .header-menu .nav-item .nav-link.active{
  border: 1px solid #3530ff;
}

.header-language .dropdown-toggle::after { 
  content: none; 
}

.header .header-menu .nav-item .dropdown-menu{
  border-radius: 20px;
}

.header .header-menu .nav-item .dropdown-menu li a{
  padding: 10px 20px;
}

@media only screen and (max-width: 768px) {
  .header-menu{
    width: 100%;
    position: absolute;
    left: 0;
    top: 68px;
    height: auto !important;
    padding: 0;
  }

  .header-menu .navbar-collapse{
    background: #fff;
    padding: 20px;
  }

  .header .header-menu .nav-item .nav-link{
    margin: 4px 0;
    padding: 4px 12px;
  }

  .header .header-menu .nav-item .dropdown-menu{
    box-shadow: none!important;
  }
}


.footer{
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.login-slogan{
  background-color: #f3fbff;
  overflow-x: hidden;
  overflow-y: hidden;
}

.login-slogan .login-slogan-head{
  font-size: 55px;
  font-family: "Lobster", sans-serif;
}

.login-slogan .login-slogan-head span{
  color: #007bff;
}

.login-slogan .login-slogan-desc{
  line-height: 34px;
  font-family: "Raleway", sans-serif;
}

.login-form{
  max-width: 1000px;
}

.login-form .login-form-box{
  width: 450px;
}

@media (max-width: 1200px) {
  .login-form{
    width: 500px;
  }

  .login-form .login-form-box{
    max-width: 400px;
  }

  .login-slogan{
    display: none!important;
  }
}

@media (max-width: 600px) {
  .login-form{
    min-width: 100%;
    width: 100%;
  }

  .login-form .login-form-box{
    max-width: 100%;
    width: 100%;
  }

  .login-slogan{
    display: none!important;
  }
}

.faq-accordion .accordion-item{
  border: none;
}

.faq-accordion .accordion-button{
  border-radius: 10px!important;
}

.faq-accordion .accordion-button:not(.collapsed){

}

.faq-accordion .accordion-body{
  padding: 20px 10px;
}

.faq-accordion .accordion-button:not(.collapsed){
  background-color: var(--sp-primary-light);
}

.home-banner{
  margin: auto;
  position: relative;
}

.home-banner .home-banner-content{
  background-size: 100%;
  background-repeat: no-repeat;
}

.animation-topdown-1 {
  animation: MoveUpDown1 2s linear infinite;
  position: relative;
  left: 0;
  bottom: 0;
}

@keyframes MoveUpDown1 {
  0%, 100% {
    bottom: 0;
  }
  50% {
    bottom: 10px;
  }
}

.animation-topdown-2 {
  animation: MoveUpDown2 2s linear infinite;
  position: relative;
  left: 0;
  bottom: 0;
}

@keyframes MoveUpDown2 {
  0%, 100% {
    bottom: -50px;
  }
  50% {
    bottom: -60px;
  }
}

.section-wcu .wcu-content{
  background-color: #F1F7FF;
}

.trns-text {
  background: url(../images/bg_gradient.gif) no-repeat bottom center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-size: cover;
}

.trns-text1 {
  background: url(../images/bg_gradient1.gif) no-repeat bottom center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-size: cover;
}

/* HERO SP */
.sp-banner{
  background-image: url(../images/sp-hero-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.sp-banner .scene {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
}

.sp-banner .scene .blob-1 path {
    fill: url(#gradient-3);
}

.sp-banner .scene .blob-2 path {
    fill: url(#gradient-2);
}

.sp-banner .scene .blob-3 path {
    fill: url(#gradient-3);
}

.sp-banner .scene .blob-4 path {
    fill: url(#gradient-4);
}

.sp-banner .scene .blob-5 path {
    fill: url(#gradient-1);
}

.sp-banner .scene .blob-6 path {
    fill: url(#gradient-1);
}

.sp-banner .scene path:first-of-type {
    fill-opacity: 0.1;
}

.sp-banner .scene path:nth-of-type(2) {
    fill-opacity: 0.2;
}

.sp-banner .scene path:nth-of-type(3) {
    fill-opacity: 0.3;
}

.sp-banner .scene path:nth-of-type(4) {
    fill-opacity: 0.4;
}

.sp-banner .scene path:nth-of-type(5) {
    fill-opacity: 0.5;
}

.sp-banner .scene path:nth-of-type(6) {
    fill-opacity: 0.6;
}

.sp-banner .sp-banner-img{
  scale: 1;
}

@media only screen and (max-width: 1200px) {
  .sp-banner .sp-banner-img{
    scale: 0.9;
  }
}

@media only screen and (max-width: 768px) {
  .sp-banner .sp-banner-img{
    display:none;
  }
}

.animation-topdown-3 {
  animation: MoveUpDown3 2s linear infinite;
  position: absolute;
}

@keyframes MoveUpDown3 {
  0%, 100% {
    top: 50px;
    left: 272px;
  }
  50% {
    top: 58px;
    left: 278px;
  }
}

.animation-zoom-1 {
  animation: zoom1 1s linear infinite;
  position: absolute;
}

@keyframes zoom1 {
  0%, 100% {
    scale: 1;
  }
  50% {
    scale: 1.3;
  }
}

.animation-zoom-2 {
  animation: zoom2 1s linear infinite;
  position: absolute;
}

@keyframes zoom2 {
  0%, 100% {
    scale: 1;
  }
  50% {
    scale: 1.1;
  }
}

.animation-rotate-1 {
  animation: rotate1 1s linear infinite;
  position: absolute;
}

@keyframes rotate1 {
  0%, 100% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(10deg);
  }
}

.animation-rotate-2 {
  animation: rotate2 1s linear infinite;
  position: absolute;
}

@keyframes rotate2 {
  0%, 100% {
    transform: rotate(-15deg);
  }
  50% {
    transform: rotate(15deg);
  }
}

.animation-opacity-1 {
  animation: opacity1 1s linear infinite;
  position: absolute;
}

@keyframes opacity1 {
  0%, 100% {
    opacity: 0.5;
    scale: 1;
  }
  50% {
    opacity: 1;
    scale: 1.1;
  }
}


/*SP BENEFITS*/
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating1 {
  -webkit-animation: rotating1 20s linear infinite;
  -moz-animation: rotating1 20s linear infinite;
  -ms-animation: rotating1 20s linear infinite;
  -o-animation: rotating1 20s linear infinite;
  animation: rotating1 20s linear infinite;
}

@-webkit-keyframes rotating1 /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating2 {
  from {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  to {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.rotating2 {
  -webkit-animation: rotating2 20s linear infinite;
  -moz-animation: rotating2 20s linear infinite;
  -ms-animation: rotating2 20s linear infinite;
  -o-animation: rotating2 20s linear infinite;
  animation
}

.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: #fff8dd;
    bottom: -50px;
    border-radius: 40px;
    
}

.circles li:nth-child(1){
    left: 5%;
    width: 150px;
    height: 150px;
    bottom: 250px;
}


.circles li:nth-child(11){
    left: 30%;
    width: 40px;
    height: 40px;
    background: #fff8dd;
    bottom: 450px;
}

.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    background: #fff8dd;
    bottom: 150px;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    bottom: 250px;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    bottom: 539px;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    bottom: 274px;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    bottom: 100px;
}

.circles li:nth-child(7){
    left: 45%;
    width: 150px;
    background: #fff8dd;
    bottom: 300px;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    bottom: 410px;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    bottom: 215px;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    background: #fff8dd;
    bottom: 380px;
}

.circles li:nth-child(12){
    left: 20%;
    width: 80px;
    height: 80px;
    background: #fff8dd;
    bottom: 280px;
}

.circles li:nth-child(13){
    left: 15%;
    width: 60px;
    height: 60px;
    background: #fff8dd;
    bottom: 448px;
}

.circles li:nth-child(14){
    left: 60%;
    width: 60px;
    height: 60px;
    background: #fff8dd;
    bottom: 80px;
}

.circles li:nth-child(15){
    left: 60%;
    width: 60px;
    height: 60px;
    background: #fff8dd;
    bottom: 510px;
}

.circles li:nth-child(16){
    left: 75%;
    width: 55px;
    height: 55px;
    background: #fff8dd;
    bottom: 455px;
}

@keyframes animate {
    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        border-radius: 50%;
    }

}

.animation-topdown-5 {
  animation: MoveUpDown5 2s linear infinite;
  margin-bottom: 0;
}

@keyframes MoveUpDown5 {
  0%, 100% {
    margin-bottom: 0;
  }
  50% {
    margin-bottom: 20px;
  }
}

.animation-topdown-6 {
  animation: MoveUpDown6 2s linear infinite;
  margin-bottom: 0;
}

@keyframes MoveUpDown6 {
  0%, 100% {
    margin-bottom: 0;
  }
  50% {
    margin-bottom: -20px;
  }
}

.sp-benefit .owl-stage-outer{
  border-radius: 10000px;
}

.sp-benefit .sp-slider-nav a.active{
  color: #fff!important;
}

.sp-benefit .owl-dots{
  display: none;
}

/*RATING*/
.rating-slider-nav li.active{
  animation: zoom2 5s linear infinite;
}

.rating-slider-nav li.active {
  -webkit-animation: rotating1 20s linear infinite;
  -moz-animation: rotating1 20s linear infinite;
  -ms-animation: rotating1 20s linear infinite;
  -o-animation: rotating1 20s linear infinite;
  animation: rotating1 20s linear infinite;
}

.rating-slider-nav li.active img{ 
  -webkit-animation: rotating2 20s linear infinite;
  -moz-animation: rotating2 20s linear infinite;
  -ms-animation: rotating2 20s linear infinite;
  -o-animation: rotating2 20s linear infinite;
  animation: rotating2 20s linear infinite;
}

.sp-rating .owl-theme .owl-dots .owl-dot span{
  background: var(--sp-warning-light);
  width: 14px;
  height: 14px;
}

.sp-rating .owl-theme .owl-dots .owl-dot.active span{
  background: var(--sp-warning);
}

/*SP FEATURE*/
.sp-feature-img{ 
 }

 @media (max-width: 1200px) {
  .sp-feature-img{ 

  }

  .sp-benefit{

  }
}

@media (max-width: 768px) {
  .sp-feature-img{ 
    transform: scale(0.6,0.6);
    width: 100%!important;
    height: auto!important;
  }

  .sp-benefit .sp-benefit-content{
    width: 100%!important;
    height: auto!important;
  }

  .sp-get-started{
    margin-left: 25px;
    margin-right: 25px;
  }

  .headline{
    font-size: 25px!important;
  }

  .headline-desc{
    font-size: 16px!important;
  }
}

/*
* pagination
*/
.paginationjs .paginationjs-pages li{
    border: 1px solid #efefef;
}

.paginationjs .paginationjs-pages li:last-child{
    border: 1px solid #efefef;
}
  
.paginationjs .paginationjs-pages li>a{
  height: auto;
    padding: 4px 16px;
}

.paginationjs .paginationjs-pages li.active>a {
    height: auto;
    background: #3530ff;
    border-left: none;
    border-right: none;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    padding: 3px 16px;
    border-radius: 10px;
    margin: 0 5px;
    border: 1px solid #efefef;
}

.paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:first-child>a{
  border-radius: 10px;
}

.paginationjs .paginationjs-pages li:last-child {
    border-radius: 10px;
}

.paginationjs .paginationjs-pages li{
  border-radius: 10px;
}

a:hover{
  color: var(--sp-primary);
}

/*
  FAQS
*/
.accordion-header{

}