@import url("../../fr/static/css/style.css");
@import url("../../fr/static/css-v2/style.css");
@import url("../../es/static/css-v2/style.css");
@import url("../../de/static/css-v2/style.css");
@import url("../../it/static/css-v2/style.css");
@import url("../../pl/static/css-v2/style.css");
@import url("../../tr/static/css-v2/style.css");

:root {
  --btn-start-free-trial-bg: #7F00FF;
  --btn-start-free-trial-bg-hover: rgba(237, 110, 68, 0.7);
  --btn-start-free-trial-shadow: 0px 10px 20px #ed6e44;
  --btn-start-free-trial-hover-shadow: 0px 10px 20px #ed6e44;
  --btn-request-a-demo: #281752;
  --nav-link-color: #fff;
  --nav-link-color-mob: #281752;
  --text-link-color: #ED6E44;
  --text-link-color-hover: rgba(237, 110, 68, 0.7);
  --bg-color-nav: #281752;
  --bg-color-gradient-hero: #281752;
  --bg-color-hero: #281752;
  --bg-color-gradient-features-hero: #281752;
  --bg-color-navy-blue: #281752;
  --btn-hover-shadow: rgba(40, 23, 82, 0.7);
  --text-color-purple: #7F00FF;
  --bg-color: #281752;
  --bg-pink: #F5EBFF;

  --btn-purple: #7F00FF;
  --btn-purple-hover-shadow: rgba(127, 0, 255, 0.7);
  --menu-marker: #7F00FF;
  --Core-Violet: #7F00FF;
  --Core-Violet-hover: rgba(127, 0, 255, .5);
  --Core-Dark-Violet: #281853;
  --Core-Bright-Gray: #EBEBEB;
  --Core-Lavender: #DECEFB;
  --Core-Soft-Lavender: #F5EBFF;
  --Core-Soft-Lavender-v2: #F5F1FE;
  --Core-Vivid-Orange: #ED6E44;
  --Core-Beige-White: #F4F1E6;
  --Core-Base-White: #fff;
  --Core-Base-Black: #000;
  --Core-Peach: #FFD8B8;
  --Core-Soft-Surface: #F9FAFB;
}


::-webkit-scrollbar {
  width: 12px;
}
/* Track */
::-webkit-scrollbar-track {
  /* background: #f1f1f1;  */
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--Core-Violet);
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--Core-Violet-hover);
}
body:not(.systemfont) h1,
body:not(.systemfont) h2,
body:not(.systemfont) h3,
body:not(.systemfont) h4,
body:not(.systemfont) h5,
body:not(.systemfont) h6,
body:not(.systemfont) p,
body:not(.systemfont) a,
body:not(.systemfont) ul li a,
body:not(.systemfont) span {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
* {
  font-family: 'Poppins';
}
html:not(.no-smooth) {
  scroll-behavior: smooth;
  scroll-padding-top: 10rem;
}
body.no-scroll {
  overflow: hidden;
}
h1, h2, h3, h4, h5, h6{
  margin: 0px;
}
h1{
  font-family: 'Poppins';
  /* font-size: 56px; */
  font-size: 3.88vw;
  font-weight: 600;
  /* line-height: 64px; */
  line-height: 1;
  text-align: center;
}
h2{
  font-family: 'Poppins';
  /* font-size: 46px; */
  font-size: 3.19vw;
  font-weight: 600;
  /* line-height: 50.6px; */
  line-height: 1;
}
h3{
  font-family: 'Poppins';
  /* font-size: 32px; */
  font-size: 2.22vw;
  font-weight: 500;
  /* line-height: 40px; */
  line-height: 1;
}
p{
  font-family: 'Poppins';
  font-size: 16px;
  /* font-size: 1.33vw; */
  font-weight: 400;
  line-height: 24px;
  /* line-height: 1; */
}
.section-text-p{
  font-family: 'Poppins';
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
}
.no-scrool {
  overflow-y: hidden;
}
a {
  text-decoration: none;
}
p {
  margin: 0px;
}
ul {
  padding-left: 0px;
  list-style-type: none;
}
img {
  width: 100%;
  height: auto;
}
section{
  padding: 0 40px;
  margin-top: 100px;
}

@media(min-width: 1921px){
  section{
    padding: 0 10%;
  }
}
@media(max-width: 1290px){
  section{
    padding: 0 20px;
  }
}
@media(max-width: 1000px){
  section{
    padding: 0 15px;
    margin-top: 30px;
  }
}


@media(min-width: 1921px){
  h1{
    font-size: 56px;
    line-height: 64px;
  }
  h2{
    font-size: 46px;
    line-height: 50.6px;
  }
  h3{
    font-size: 32px;
    line-height: 40px;
  }
}
@media(max-width: 1160px){
  p { 
    font-size: 14px;
  }
}
@media(max-width: 1000px){
  h1{
    font-size: 35px;
    line-height: 36px;
  }
  h2{
    font-size: 30px;
    line-height: 40px;
  }
  h3{
    font-size: 24px;
    line-height: 36px;
  }
  h2 br{
    display: none;
  }
  p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media(max-width: 321px){
  h1{
    font-size: 24px;
    line-height: 36px;
  }
  h2 {
    font-size: 23px;
    line-height: 32px;
  }
  h3{
    font-size: 24px;
    line-height: 36px;
  }
  h2 br{
    display: none;
  }
  p {
    font-size: 14px;
    line-height: 20px;
  }
}

/* @media(max-width: 1720px) {
  .section-padding-v1 section {
    padding: 0 300px;
  }
}
@media(max-width: 1621px) {
  .section-padding-v1 section {
    padding: 0 250px;
  }
}
@media(max-width: 1520px) {
  .section-padding-v1 section {
    padding: 0 230px;
  }
}
@media(max-width: 1321px) {
  .section-padding-v1 section {
    padding: 0 190px;
  }
}
@media(max-width: 1220px) {
  .section-padding-v1 section {
    padding: 0 150px;
  }
}
@media(max-width: 1120px) {
  .section-padding-v1 section {
    padding: 0 100px;
  }
}
@media (max-width: 1020px) {
  .section-padding-v1 section {
    padding: 0 50px;
  }
} 
@media(max-width: 1000px) {
  .section-padding-v1 section {
    padding: 0 15px;
  }
} */

/* section {
  padding: 0 400px;
} */
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
@media(max-width: 1000px) {
  .order-1,
  .order-2-mob {
    order: 2;
  }
  .order-2,
  .order-1-mob {
    order: 1;
  }
}
.show-mob{
  display: none;
}
.show-desk{
  display: initial;
}

@media(max-width: 1000px){
  .show-mob{
    display: initial;
  }
  .show-desk{
    display: none;
  }
}
.d-none {
  display: none;
}
.d-grid{
  display: grid;
}
.d-flex{
  display: flex;
}
.row{
  display: flex;
  flex-wrap: wrap;
}
.col-full{
  width: 100%;
}
.mb-30{
  margin-bottom: 30px;
}
.mb-40{
  margin-bottom: 40px;
}
.mb-50{
  margin-bottom: 50px;
}
.grid-2-3{
  grid-template-columns: 2fr 3fr;
}
.grid-2{
  grid-template-columns: 1fr 1fr;
}
.grid-3{
  grid-template-columns: 1fr 1fr 1fr;
}
.grid-4{
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.gap-5{
  gap: 5px;
}
.gap-20{
  gap: 20px;
}
.gap-30{
  gap: 30px;
}
.justify-content-between{
  justify-content: space-between;
}
.justify-content-center{
  justify-content: center;
}
.justify-content-evenly{
  justify-content: space-evenly;
}
.align-items-center{
  align-items: center;
}
.w-100{ 
  width: 100% !important; 
}
.b-radius-10{
  border-radius: 10px;
}
.p-relative{
  position: relative;
}
.mt-100 {
  margin-top: 100px;
}
.mt-150 {
  margin-top: 150px;
}
.mt-200 {
  margin-top: 200px;
}
.width-fit-content{
  width: fit-content;
}
.text-center{
  text-align: center;
}
.margin-auto{
  margin: auto;
}
#subscribed{
  display: none;
}
body {
  margin: 0px;
  overflow-x: hidden;
  font-family: 'Poppins';
}
body.active {
  overflow: hidden;
}
.error-class {
  border: 1px solid #E31212 !important;
}
input[type=submit][disabled=disabled] {
  opacity: 0.6;
  pointer-events: none;
}
#other-platform-wrap {
  display: none;
}
#other-platform-wrap.active {
  display: block;
}
/******* START ICONS *******/
.fa-arow-long-right-white {
  content: url(../img/icons/arrow-right-white-long.svg);
  width: 23px;
  height: 20px;
  margin-bottom: -5px;
  transition: 0.5s;
}
.footer-top-wrap .social-block ul li .fa-facebook-f {
  content: url(../img/icons/facebook-white.svg);
  width: 25px;
  height: 25px;
  -webkit-transition: filter 0.5s ease-out;
  -moz-transition: filter 0.5s ease-out;
  -o-transition: filter 0.5s ease-out;
  transition: filter 0.5s ease-out;
}
.footer-top-wrap .social-block ul li .fa-twitter {
  content: url(../img/icons/twitter-white.svg);
  width: 25px;
  height: 25px;
  -webkit-transition: filter 0.5s ease-out;
  -moz-transition: filter 0.5s ease-out;
  -o-transition: filter 0.5s ease-out;
  transition: filter 0.5s ease-out;
}
.footer-top-wrap .social-block ul li .fa-youtube {
  content: url(../img/icons/youtube-white.svg);
  width: 30px;
  height: 30px;
  -webkit-transition: filter 0.5s ease-out;
  -moz-transition: filter 0.5s ease-out;
  -o-transition: filter 0.5s ease-out;
  transition: filter 0.5s ease-out;
}
.footer-top-wrap .social-block ul li .fa-linkedin-in {
  content: url(../img/icons/linkedin-white.svg);
  width: 25px;
  height: 25px;
  -webkit-transition: filter 0.5s ease-out;
  -moz-transition: filter 0.5s ease-out;
  -o-transition: filter 0.5s ease-out;
  transition: filter 0.5s ease-out;
}
.footer-top-wrap .social-block ul li a:hover i {
  filter: drop-shadow(0px 0px 4px #fff);
}
/******* END ICONS *******/

#transparent {
  background: transparent;
  z-index: 110;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
}
#transparent.active {
  display: block;
}

/* BUTTONS STYLE START */
.sft-style-v2,
.btn-style-v2 {
  font-family: 'Poppins';
  font-size: 16px;
  text-decoration: none;
  border-radius: 12px;
  padding: 10px 30px;
  cursor: pointer;
  display: block;
  text-align: center;
}

/* .sft-border-v2:focus,
.sft-btn-v2:focus,
.white-btn:focus,
.black-border-btn:focus{
  box-shadow: 0px 0px 0px 3px #D5CAEF;
} */

/* sft-border-v2 start */
.sft-border-v2{
  color: var(--Core-Violet);
  border: 1px solid var(--Core-Violet);
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
}
.sft-border-v2:hover{
  background-color: var(--Core-Violet);
  color: #fff;
  border: 1px solid var(--Core-Violet);
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
}
/* sft-border-v2 end */

/* sft-btn-v2 start */
.sft-btn-v2{
  color: #fff;
  border: 1px solid var(--Core-Violet);
  background-color: var(--Core-Violet);
  transition: background-color 0.5s ease-in-out;
}
.sft-btn-v2:hover{
  background-color: var(--Core-Dark-Violet);
  transition: background-color 0.5s ease-in-out;
}
/* sft-btn-v2 end */

/* .white-btn start */
.white-btn{
  background-color: #fff;
  color: #000;
  border: 1px solid transparent;
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out, border 0.5s ease-in-out;
}
.white-btn:hover{
  background-color: var(--Core-Dark-Violet);
  color: #fff;
  border: 1px solid #fff;
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out, border 0.5s ease-in-out;
}
/* .white-btn end */

/* black-border-btn start */
.black-border-btn{
  border: 1px solid #000;
  color: #000;
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
}
.black-border-btn:hover{
  background-color: var(--Core-Base-Black);
  color: #fff;
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
}
/* black-border-btn end */

/* white-border-btn start */
.white-border-btn{
  border: 1px solid #fff;
  color: #fff;
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out, border 0.5s ease-in-out;
}
.white-border-btn:hover{
  background-color: var(--Core-Violet);
  border: 1px solid var(--Core-Dark-Violet);
  color: #fff;
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out, border 0.5s ease-in-out;
}
/* white-border-btn end */

/* soft-lavender-btn start */
.soft-lavender-btn{
  background-color: var(--Core-Soft-Lavender);
  color: var(--Core-Dark-Violet);
  font-weight: 500;
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
}
.soft-lavender-btn:hover{
  background-color: var(--Core-Violet);
  color: #fff;
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
}
/* soft-lavender-btn start */

/* btn core dark violet start */
.dark-violet-btn-v2{
  background-color: var(--Core-Dark-Violet);
  border: 1px solid var(--Core-Dark-Violet);
  color: var(--Core-Base-White);
  font-weight: 500;
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
}
.dark-violet-btn-v2:hover{
  background-color: var(--Core-Violet);
  border: 1px solid var(--Core-Dark-Violet);
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
}
/* btn core dark violet end */

/* btn core dark violet border start */
.dark-violet-border-btn-v2{
  border: 1px solid var(--Core-Dark-Violet);
  color: var(--Core-Dark-Violet);
  font-weight: 500;
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
}
.dark-violet-border-btn-v2:hover{
  background-color: var(--Core-Dark-Violet);
  border: 1px solid var(--Core-Dark-Violet);
  color: var(--Core-Base-White);
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
}
/* btn core dark violet border end */

/* btn start */
.blue-gray-btn{
  background-color: var(--Core-Blue-Gray);
  /* border: 1px solid var(--Core-Blue-Gray); */
  color: var(--Core-Base-White);
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
}
.blue-gray-btn:hover{
  background-color: #5a6780;
  /* border: 1px solid var(--Core-Blue-Gray); */
  color: var(--Core-Base-White);
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
}
/* btn end */

/* Text link style */
.text-link-lavander{
  color: var(--Core-Violet);
  text-decoration: underline;
  transition: color 0.5s ease-in-out;
}
.text-link-lavander:hover{
  color: var(--Core-Dark-Violet) !important;
  transition: color 0.5s ease-in-out;
}

.text-link-orange{
  color: var(--text-link-color);
  text-decoration: underline;
  transition: color 0.5s ease-in-out;
}
.text-link-orange:hover{
  color: var(--Core-Dark-Violet);
  text-decoration: underline;
  transition: color 0.5s ease-in-out;
}
/* Btn Core-Vivid-Orange start */
.orange-btn-v2{
  background-color: var(--Core-Vivid-Orange);
  color: #fff;
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
}
.orange-btn-v2:hover{
  background-color: var(--Core-Dark-Violet);
  color: #fff;
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
}
/* Btn Core-Vivid-Orange end */

/* Btn Core-Beige-White start */
.beige-btn{
  background-color: var(--Core-Beige-White);
  color: #000;
  border: 1px solid #E6E6E6;
  box-shadow: 0px 0px 0px 1px #0A090B0D;
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out, border 0.5s ease-in-out;
}
.beige-btn:hover{
  background-color: var(--Core-Dark-Violet);
  border: 1px solid var(--Core-Dark-Violet);
  color: #fff;
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out, border 0.5s ease-in-out;
}
/* Btn Core-Beige-White end */

/* Btn black start */
.black-btn{
  background-color: var(--Core-Base-Black);
  border: 1px solid var(--Core-Base-Black);
  color: var(--Core-Base-White);
  box-shadow: 0px 0px 0px 1px #0A090B0D;
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out, border 0.5s ease-in-out;
}
.black-btn:hover{
  background-color: var(--Core-Bright-Gray);
  color: var(--Core-Base-Black);
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out, border 0.5s ease-in-out;
}
/* Btn black end */

/* Orange btn start */
.orange-btn-v2{
  background-color: var(--Core-Vivid-Orange);
  border: 1px solid var(--Core-Vivid-Orange);
  color: var(--Core-Base-White);
  box-shadow: 0px 0px 0px 1px #0A090B0D;
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out, border 0.5s ease-in-out;
}
.orange-btn-v2:hover{
  background-color: var(--Core-Dark-Violet);
  border: 1px solid var(--Core-Dark-Violet);
  color: var(--Core-Base-White);
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out, border 0.5s ease-in-out;
}
/* Orange btn end */

/* btn orange border start */
.orange-border-btn-v2{
  border: 1px solid var(--Core-Vivid-Orange);
  color: var(--Core-Vivid-Orange);
  font-weight: 500;
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
}
.orange-border-btn-v2:hover{
  background-color: var(--Core-Dark-Violet);
  border: 1px solid var(--Core-Dark-Violet);
  color: var(--Core-Base-White);
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
}
/* btn orange border end */

/* Silver btn start */
.silver-btn-v2{
  border: 1px solid #F6F6F7;
  background-color: #F6F6F7;
  color: #455468;
  font-weight: 500;
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
}
.silver-btn-v2:hover{
  /* background-color: #EDEDEF; */
  background-color: #DDDDDF;
  color: #455468;
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
}
/* Silver btn end */

.col-cta-section{
  margin: 0 auto;
  margin-top: 30px;
  width: fit-content;
}
p a{
  transition: color 0.5s ease-in-out;
}
p a:hover{
  color: var(--Core-Dark-Violet) !important;
  transition: color 0.5s ease-in-out;
}
@media(max-width: 1000px){
  .sft-style-v2, 
  .btn-style-v2 {
    font-size: 16px;
  }
}
/* BUTTONS STYLE END */

html.modal-active,
body.modal-active {
  overflow: hidden;
}
form .error-validation-email {
  margin-bottom: 5px !important;
}
form .error-message-p {
  font-family: 'Poppins';
  font-size: 14px !important;
  color: #E31212 !important;
  margin-bottom: 20px;
  margin-top: 0px !important;
}
@media(max-width: 1000px) {
  form .error-message-p {
    font-size: 12px;
  }
}

/******* VIDEO MODAL START *******/
#video-transparent {
  background-color: #58468c;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.8;
  transform: scale(0);
}
#video-transparent.active,
#video-transparent.active {
  transform: scale(1);
}

#modal-yt-video,
#modal-video-player {
}
#modal-yt-video.active,
#modal-video-player.active {
  visibility: visible;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}
#modal-yt-video.active iframe,
#modal-video-player.active video {
  width: 900px;
  height: 500px;
}
#modal-yt-video.active,
#modal-video-player.active {
  display: block;
}
#modal-yt-video iframe,
#modal-video-player video {
  width: 0;
  height: 0;
}
#modal-yt-video,
#modal-video-player {
  display: none;
}
/******* VIDEO MODAL END *******/

@media(max-width: 1000px) {
  
  #modal-yt-video,
  #modal-video-player {
    width: 0;
    display: none;
  }
  #modal-yt-video.ative,
  #modal-video-player.active {
    width: 95%;
    display: block;
  }
  #modal-yt-video iframe,
  #modal-video-player video {
    width: 0;
    height: 0;
  }
  #modal-yt-video.active iframe,
  #modal-video-player.active video {
    width: 100%;
    height: 300px;
  }

  /*  */
  .transparent-show {
    display: block !important;
    transition: 1s;
    background: rgba(0, 0, 0, 0.5) !important;
    top: 105px !important;
  }
}

/******* ERROR MODAL STYLE START *******/
body.error-body {
  overflow: hidden;
}
#transparent-error {
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  background: #000;
  left: 0;
  z-index: 999;
  opacity: 0.4;
  display: none;
}
#transparent-error.active,
#modal-error-zoho.active {
  display: block;
}
#modal-error-zoho {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 60px 30px 40px 30px;
  border-radius: 15px;
  box-shadow: 0px 0px 91px -8px rgba(0, 0, 0, 0.81);
  -webkit-box-shadow: 0px 0px 91px -8px rgba(0, 0, 0, 0.81);
  -moz-box-shadow: 0px 0px 91px -8px rgba(0, 0, 0, 0.81);
  display: none;
  z-index: 9999;
}
.modal-error-wrap {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  text-align: center;
}
.col-text-error p {
  font-family: 'Poppins';
  font-size: 17px;
  color: #0A143B;
  font-weight: 300;
  margin-bottom: 30px;
}
.col-text-error a {
  font-family: 'Poppins';
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  background-color: var(--btn-start-free-trial-bg);
  padding: 10px 15px;
  border-radius: 10px;
  -webkit-transition: box-shadow 0.2s ease-in-out;
  -moz-transition: box-shadow 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
}
.col-text-error a:hover {
  -webkit-transition: box-shadow 0.2s ease-in-out;
  -moz-transition: box-shadow 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  box-shadow: 0px 0px 35px 2px var(--btn-start-free-trial-bg);
  -webkit-box-shadow: 0px 0px 35px 2px var(--btn-start-free-trial-bg);
  -moz-box-shadow: 0px 0px 35px 2px var(--btn-start-free-trial-bg);
}
.col-close-error {
  position: absolute;
  top: 15px;
  right: 15px;
}
.col-close-error a {
  font-size: 20px;
  color: #ED6E44;
}
.submit-wrap {
  position: relative;
}
input[type="submit"]:disabled,
button[type=submit]:disabled {
  opacity: 0.6;
}
.cta-wrap-leave-laws button[type=submit]:disabled {
  opacity: 1;
}
#loader {
  display: none;
  width: 16px;
  height: 16px;
  border: 2px solid #ED6E44;
  border-radius: 50%;
  border-top-color: #fff;
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  right: 30px;
  animation: spin 1s infinite ease-in-out;
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}
.hidden {
  display: none;
}
@media(max-width: 1000px) {
  #modal-error-zoho {
    width: 80%;
  }
  #loader {
    right: 15px;
  }
}
/******* ERROR MODAL STYLE END *******/

/******* Hello bar start *******/
.white-header #hello-bar {
  background-color: var(--bg-color-gradient-hero);
}
#hello-bar {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  display: none;
}
.white-header .webinar-p {
  color: #fff;
}
.webinar-p {
  font-family: 'Poppins';
  color: var(--bg-color-nav);
  line-height: 1.4;
  margin: 0;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
}
.webinar-p b:first-child {
  font-weight: 600;
}
.webinar-p a b {
  font-weight: 500;
}
.white-header .webinar-btn {
  background: #FFF;
  color: #9148F6;
}
.webinar-btn {
  background: var(--btn-start-free-trial-bg);
  color: #fff;
  padding: 2px 10px;
  border-radius: 6px;
  text-decoration: none;
  margin-left: 6px;
  transition: 1s;
  font-size: 14px;
}
@media(max-width: 1000px) {
  #hello-bar {
    /* height: 90px; */
    height: auto;
    padding: 15px;
  }
  .webinar-btn{
    display: inline-block;
  }
  .webinar-p {
    line-height: 1.9;
    width: 95%;
    margin: 0 auto;
  }
}
/******* Hello bar end *******/
@media(max-width: 769px) {
  .webinar-p {
    width: 93%;
  }
}
@media(max-width: 600px) {
  .webinar-p {
    width: 95%;
  }
}
/******* LEAVE LAWS MODAL START *******/
/* #ll-bg {
  z-index: 998;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  background-color: rgba(0, 0, 0, .3);
  display: none;
}
#ll-bg.active {
  display: block;
}
#modal-ll {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  border-radius: 10px;
  padding: 50px;
  display: none;
  width: 60%;
}
.col-close-modal-btn {
  position: absolute;
  top: 15px;
  width: 20px;
  right: 15px;
  cursor: pointer;
}
#modal-ll.pricing {
  background: #fff;
}
#modal-ll.active {
  display: block;
}
.modal-ll-text-block h2 {
  font-family: 'Poppins';
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  line-height: 45px;
  letter-spacing: 0em;
  text-align: center;
  margin: 0px;
}
.modal-ll-cta-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.col-modal-ll {
  width: 36%;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 5px;

  padding: 20px;
  height: 150px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: box-shadow 1s ease-in-out;
  -moz-transition: box-shadow 1s ease-in-out;
  -o-transition: box-shadow 1s ease-in-out;
  transition: box-shadow 1s ease-in-out;
}
.col-modal-ll:first-child {
  margin-right: 30px;
}
.col-modal-ll:hover {
  -webkit-box-shadow: 0px 0px 15px 8px rgba(221, 231, 255, 0.49);
  box-shadow: 0px 0px 15px 8px rgba(221, 231, 255, 0.49);
  -webkit-transition: box-shadow 1s ease-in-out;
  -moz-transition: box-shadow 1s ease-in-out;
  -o-transition: box-shadow 1s ease-in-out;
  transition: box-shadow 1s ease-in-out;
}
.col-modal-ll h3 {
  font-family: 'Poppins';
  font-size: 25px;
  color: #fff;
  font-weight: 600;
  line-height: 38px;
  margin: 0px;
}
.col-modal-ll p {
  font-family: 'Poppins';
  font-size: 15px;
  color: #fff;
  font-weight: 200;
  line-height: 23px;
}
.modal-ll-wrap .modal-avatar-col {
  text-align: center;
}
.modal-ll-wrap .modal-avatar-col img {
  width: 200px;
  border-radius: 10px;
}
.modal-text-col {
  text-align: center;
}
.modal-text-col h3 {
  font-family: 'Poppins';
  font-size: 20px;
  color: #1D0040;
  margin: 0px;
}
.modal-text-col p {
  font-family: 'Poppins';
  font-size: 17px;
  color: #1D0040;
  margin: 10px 0 30px 0;
} */

/******* LEAVE LAWS MODAL START *******/

/******* CLIENT PRINT START *******/
#section-clients-print{
  padding: 0 20%;
}
#section-clients-print .clients-title{
  margin-bottom: 30px;
}
#section-clients-print .clients-title h2{
  font-family: 'Poppins';
  /* font-size: 20px; */
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: #1D0040;
  text-align: center;
}
.logos-v2 ul{
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between !important;
  margin: 0;
}
.logos-v2 ul li{
  width: 14%;
  margin-bottom: 20px;
  text-align: center;
}
@media(min-width: 1000px){
  .logos-v2 ul li:nth-last-child(-n+7) {
    margin-bottom: 0;
  }
}
.logos-v2 img{
  width: 100% !important;
}
.logos-v2.silver img{
  width: 100% !important;
}
@media(max-width: 1000px){
  #section-clients-print{
    padding: 0 15px;
  }
  .logos-v2 ul li{
    width: 33% !important;
  }
  .logos-v2 img {
    width: 100% !important;
  }
  .logos-v2 ul li:nth-last-child(-n+2) {
    margin-bottom: 0px;
  }
  .logos-v2 ul{
    /* justify-content: flex-start !important; */
    justify-content: center !important;
  }
}
/******* CLIENT PRINT END *******/

/******* INTEGRATION SECTION START *******/
.block-title-integration h2{
  /* font-family: 'Poppins';
  font-size: 46px;
  line-height: 50.6px;
  font-weight: 600; */
  color: #281752;
  text-align: center;
  font-style: normal;
  margin-bottom: 30px;
}
.block-title-integration p{
  font-family: 'Poppins';
  font-size: 20px;
  font-weight: 300;
  color: #4A484C;
  text-align: center;
  line-height: 32px;
}
.row-integration-section{
  border-radius: 16px;
  background: #F5F1FE;
  padding: 80px 20px 50px 20px;
}
.block-platform-integration{
  margin-top: 20px;
}
.block-platform-integration ul{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0px;
}
.block-platform-integration ul li:not(:last-child){
  margin-right: 70px;
}
.block-platform-integration ul li img{
  width: 250px;
}
.block-platform-integration ul li:first-child img{
  width: 180px;
}
.block-platform-integration ul li:last-child img{
  width: 150px;
}
@media(max-width: 1400px){
  .block-platform-integration ul li img{
    width: 180px;
  }
  .block-platform-integration ul li:first-child img{
    width: 150px;
  }
  .block-platform-integration ul li:last-child img{
    width: 140px;
  }
}
@media(max-width: 1100px){
  .block-platform-integration ul li img{
    width: 150px;
  }
  .block-platform-integration ul li:first-child img{
    width: 130px;
  }
  .block-platform-integration ul li:last-child img{
    width: 120px;
  }
}
@media(max-width: 1000px){
  .block-platform-integration ul {
    justify-content: space-between;
  }
  .block-platform-integration ul li:first-child img,
  .block-platform-integration ul li:last-child img{
    width: 100px;
  }
  .block-platform-integration ul li img {
    width: 160px;
  }
  .block-platform-integration ul li:not(:last-child) {
    margin-right: 0px;
  }
  .row-integration-section {
    padding: 50px 20px 50px 20px;
  }
}
@media(max-width: 321px){
  .block-platform-integration ul li img {
    width: 125px;
  }
  .block-platform-integration ul li:first-child img,
  .block-platform-integration ul li:last-child img{
    width: 90px;
  }
}

/******* INTEGRATION SECTION END *******/

/******* AUTOMATE SECTION END *******/
#section-automate{
  background: #F5F1FE;
  padding-top: 100px;
  padding-bottom: 100px;
  /* padding: 100px 0; */
  text-align: center;
}
.block-text-automate{
  width: 100%;
  margin-bottom: 30px;
}
.block-text-automate h2{
  margin: 10px 0 20px 0;
}
.block-text-automate > img{
  width: 100px;
}
.block-text-automate h2 img{
  width: 50px;
}
.block-text-automate p{
  font-family: 'Poppins';
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
  color: #4A484C;
}
.block-cta-automate p{
 
  font-size: 15px;
  color: #000;
  font-weight: 500;
  line-height: 22.5px;
  margin-top: 20px;
}
.block-cta-automate p a{
  color: #626066;
  font-weight: 400;
  text-decoration: underline;
}
.block-cta-automate p.try-all-features-p {
  font-size: 13px;
  color: #626066;
  font-weight: 300;
  line-height: 22.5px;
  margin-top: 10px;
}
@media(max-width: 1400px){
  .block-text-automate p{
    font-size: 19px;
  }
}
@media(max-width: 1270px){
  .block-text-automate p{
    font-size: 18px;
    line-height: 27px;
  }
}
@media(max-width: 1000px){
  .block-text-automate p{
      font-size: 14px;
      line-height: 25px;
  }
  .block-text-automate p br{
      display: none;
  }
  .block-text-automate h2 img{
    width: 38px;
  }
}
@media(max-width: 321px){
  .block-text-automate p {
    font-size: 13px;
    line-height: 20px;
  }
}
/******* AUTOMATE SECTION END *******/

@media(max-width: 1100px){
  .sft-style-v2, .btn-style-v2 {
    font-size: 15px;
  }
}

/* EXCEL DOWNLOAD FORM */
/* .excel-download-form input[type=email]{
  position: relative;
  width: 100%;
  margin: 0 0 20px;
  padding: 14px 30px;
  font-family: 'Poppins';
  font-size: 11px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .125em;
  color: #807d78;
  background-color: #f5f9ff;
  border: 0;
  border-radius: 8px;
  outline: 0;
  -webkit-appearance: none;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-transition: border-color .2s cubic-bezier(.02, .54, .58, 1);
  -moz-transition: border-color .2s cubic-bezier(.02, .54, .58, 1);
  transition: border-color .2s cubic-bezier(.02, .54, .58, 1);
}

.excel-download-form input[type=submit],
.excel-download-form button[type=submit],
.download-form-style input[type=submit],
.download-form-style button[type=submit] {
  font-family: 'Poppins';
  color: #fff;
  background: var(--btn-start-free-trial-bg);
  border: 2px solid var(--btn-start-free-trial-bg);
  padding: 10px 0px;
  font-weight: 500;
  text-transform: capitalize;
  box-shadow: none;
  font-size: 16px;
  width: 100%;
  transition: all .3s ease-in-out;
  border-radius: 8px;
  cursor: pointer;
  letter-spacing: 1px;
  -webkit-transition: box-shadow 0.2s ease-in-out;
  -moz-transition: box-shadow 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
}

.excel-download-form input[type=submit]:hover,
.excel-download-form button[type=submit],
.download-form-style input[type=submit]:hover,
.download-form-style button[type=submit]{
  -webkit-transition: box-shadow 0.2s ease-in-out;
  -moz-transition: box-shadow 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  box-shadow: 0px 10px 20px var(--btn-start-free-trial-bg);
} */

.privacy-policy-block{
  margin-top: 20px;
}
.privacy-policy-block p{
  font-size: 14px;
  font-weight: 400;
  color: #8897AE;
}
.privacy-policy-block p a{
  color: var(--Core-Dark-Violet);
  text-decoration: underline;
  transition: color .5s;
}
.privacy-policy-block p a:hover{
  color: var(--Core-Violet) !important;
  transition: color .5s;
}

.play-btn-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.play-btn-wrapper::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  background-color: #7F00FF;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  z-index: -1;
  opacity: 0.8;
  animation: pulse 1.5s infinite;
}
@media(max-width: 1000px){
  .play-btn-wrapper::before {
    width: 80px;
    height: 80px;
  }
}
.play-btn {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
  70% {
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}