body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}


/* Custom CSS for logo and button */
.navbar-brand {
  margin-right: auto;
}

.bg-light{
  background-color: #fff !important;
}

.main-nav-menu{
  position: relative;
  z-index: 9;
}

.main-nav{
  background-color: #fff;
  position: fixed;
  z-index: 500;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
}

.navbar-button {
  margin-left: auto;
}

/* Center align menu items */
.navbar-nav {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 11px;

}

.main-nav .navbar-light .navbar-nav .nav-link{
  color: #000;
}

footer{
  position: relative;
  z-index: 1;
}

.footer-logo img {
  width: 160px;
}

.footer-social-icons {
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 22px;
}

.footer-social-icons img {
  width: 22px;
}

.connect {
  font-weight: 600;
}

.copy_right {
  font-size: 15px;
  font-weight: 500;
  color: #000000;
  text-align: center;
}

.term_policy {
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 22px;
  font-size: 15px;
}

.term_policy a {
  color: #5D5D5D;
  text-decoration: none;
}

.term_policy a:hover {
  text-decoration: underline;
  color: #51249B;
}

.footer-link {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  font-size: 15px;
  row-gap: 13px;
}

.footer-link a {
  text-decoration: none;
  color: #000000;
  transition: all 0.2s ease;
}

.footer-link a:hover {
  color: #51249B;
  font-weight: 500;
  padding-left: 10px;
}

.download-icon {
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 10px;
  margin-top: 7px;
}

.download-icon img {
  width: 143px;
}

.subscription-container {
  display: flex;
  align-items: center;
  position: relative;
}

.subscription-container input[type="text"] {
  padding: 10px;
  border: 1px solid #A6A6A6;
  border-radius: 100px;
  width: 100%;
  font-size: 15px;
  height: 60px;
}

.subscribe-btn {
  background-color: #51249B;
  color: #fff;
  border: none;
  border-radius: 100px;
  padding: 10px 15px;
  cursor: pointer;
  width: 45px;
  height: 45px;
  text-align: center;
  position: absolute;
  right: 8px;
  transition: all 0.2s ease;
}

.subscribe-btn i {
  transition: all 0.2s ease;
}

.subscribe-btn:hover i {
  padding-left: 5px;
}

.subscribe-btn:hover {
  background-color: #0c0c0c;
}

.footer-main-logo {
  margin-bottom: 30px;
}

.divider-line {
  border-bottom: 1.4px dashed #c5c3c3;
  height: 2px;
  width: 100%;
  margin: 24px 0;
}

.request-a-demo-section {
  background-color: #222730;
  padding: 100px 0;
  position: relative;
  background: linear-gradient(-45deg, #222938, #222938, #51249B, #321167);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
}

.request-logo-shape-top {
  position: fixed;
  top: 0;
  right: 0;
}

.request-logo-shape-bottom {
  position: fixed;
  bottom: 0;
  left: 10%;
  opacity: .4;
  -webkit-animation: spin 14s linear infinite;
  -moz-animation: spin 14s linear infinite;
  animation: spin 14s linear infinite;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

footer {
  padding: 49px 0 0 0;
}


.request-a-demo-form-box {
  background-color: #fff;
  border-radius: 20px;
  padding: 45px;
}

.request-a-demo-section h1,
.demo_logo-icon {
  text-align: center;
}

.request-a-demo-section h1 {
  font-size: 30px;
  margin-bottom: 20px;
}

.demo_logo-icon {
  padding-bottom: 12px;
}

.request-a-demo-section form {
  font-size: 15px;
  font-weight: 500;
  color: #000000;
}

.request-a-demo-section form input,
.request-a-demo-section form select {
  height: 55px;
}

.request-a-demo-section form input,
.request-a-demo-section form select,
.request-a-demo-section form textarea {
  border-radius: 10px;
}

.request-a-demo-section form button {
  width: 100%;
  height: 59px;
  background-color: #51249B;
  border-radius: 10px;
  border: none;
  margin-top: 10px;
}

.request-a-demo-section form button:hover {
  background-color: #2D0570;
}

.invalid-text {
  font-size: 12px;
  color: #FF0000;
  font-weight: 400;
  position: absolute;

}

.error {
  border-color: #FF0000;
}

.error:focus {
  box-shadow: none;
  border-color: #FF0000;
}

.accordion-item {
  border: none;
  background-color: #ffffff59;
}

.accordion-title {
  background-color: #ffffff59;
  padding: 22px 16px;
  cursor: pointer;
  font-size: 16px;
  color: #0F172A;
}

.accordion-content {
  display: none;
  color: #717171;
  font-size: 16px;
}

.accordion-content.show {
  display: block;
  transition: all 0.2s ease;
}

.accordion-title::after {
  content: '+';
  float: right;
  font-size: 23px;
}

.accordion .active {
  font-weight: 800;
  transition: all 0.2s ease;
}

.accordion .active .accordion-content {
  font-weight: 400;
  padding: 0px 19px;
}

.accordion .active::after {
  content: '';
}


.main-logo-section {
  position: relative;
}

.logo-shape {
  position: absolute;
  left: 0;
  right: 16px;
  margin: auto;
  top: 0;
  bottom: 0;
  -webkit-animation: spin 20s linear infinite;
  -moz-animation: spin 20s linear infinite;
  animation: spin 20s linear infinite;
}

.faq-heading {
  font-size: 45px;
  color: #151515;
  text-align: center;
  font-weight: 600;
  margin-bottom: 32px;
}

.plans-heading {
  font-size: 45px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  margin-bottom: 55px;
}

.faq-accordion-main-section {
  position: relative;
  padding: 70px 0;
  z-index: 1;
}

.faq-shape {
  position: absolute;
  right: 30px;
}

.pricing-plans-n-main-section {
  background-image: url("../img/public/price-bg.jpg");
  background-color: #6941C6;
  position: relative;
  padding: 115px 0 146px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;

}

.pricing-top-color{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.pricing-bottom-color{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.pricing-top-color img, .pricing-bottom-color img{
  width: 100%;
}

.price-plan {
  background-color: #fff;;
  border: 1px solid #EAECF0;
  border-radius: 20px;
  padding: 30px 19px;
  text-align: center;
}

.price-plan h3 {
  color: #6941C6;
  font-size: 20px;
  margin-top: 13px;
}

.price-plan h4 {
  color: #667085;
  font-size: 16px;
  font-weight: 300;
  padding: 5px 0;
}

.price-plan .price {
  font-size: 45px;
  color: #101828;
  font-weight: 600;
  margin-bottom: 3px;
}

.price-plan ul {
  list-style: none;
  padding: 0;
  margin: 36px 0 44px;
  text-align: left;
  color: #667085;
  font-size: 14px;
}

.price-plan ul li {
  margin-bottom: 15px;
}

.price-plan ul li i{
  padding-right: 7px;
}

.price-plan .btn {
  background-color: #fff;
  border: 1px solid #7F56D9;
  color: #7F56D9;
  padding: 12px 20px;
  border-radius: 17px;
  font-weight: 500;
  font-size: 17px;
  width: 100%;
}

.price-plan .btn:hover {
  background-color: #7F56D9;
  color: #fff;
}

.features--main-section{
  position: relative;
  z-index: 1;
  padding: 100px 0;
  background-color: #fff;;
}

.features-column {
  text-align: center;
}

.features-column img {
  width: 100%;
  height: auto;
}

.features-column h3{
  font-size: 24px;
  color: #000;
  
}

.features-column p{
  font-size: 15px;
  color: #626262;
  line-height: 26px;
}

.special-bg{
  background-color: #F2EAFF;
  color: #000 !important;
  border-radius: 5px;
  padding: 5px 0;
}

.special-bg span{
  font-weight: 600;
}

.what-we-offe--main-section{
  position: relative;
  z-index: 1;
  padding: 50px 0;
}

.what-we-left-box img{
  width: 100%;
}

.we-offer-right-box{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  flex-direction: row;
  margin: 32px 0;
}

.we-offer-right-box h6{
  color: #191825;
  font-size: 25px;
  margin-bottom: 3px;
  
}

.we-offer-right-box p{
  color: 191825;
  font-size: 18px;
  margin-bottom: 0;
}

.what-we-offer-main-section{
  position: relative;
  padding: 40px 0;
}

.rotating-div {
  position: absolute;
  left: -15px;
  right: 0;
  margin: auto;
  top: 7px;
}


@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.box-1{
  margin-left: 65px;
}


.hero-left-text h5{
  color: #000000;
  font-size: 57px;
  font-weight: 700;
  width:510px;
}

.hero-left-text h5 span{
  color: #51249B;
}

.hero-main-box{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px;
}

.play-box{
  display: flex;
  list-style: none;
  padding-left: 0;
  align-items: center;
  gap: 40px;
}

.watch-box-a{
  text-decoration: none;
  color: #242331;
  font-weight: 500;
  font-size: 18px;
  transition: all 0.2s ease;
}

.watch-box-a:hover{
  color: #51249B;
  transition: all 0.2s ease;
}

.watch-box-a:hover .watch-icon{
  background-color: #51249B;
}

.watch-box-a .watch-icon{
  transition: all 0.2s ease;
}

.hero-image img{
  width: 100%;
}

.hero-left-text{
  width: 69%;
}

.hero-main-section{
  position: relative;
  z-index: 1;
  margin-top: 84px;
}

.hero-phone-bg{
  position: absolute;
  right: 0;
  z-index: -1;
}

.hero-phone-bg img{
  width: 750px;
  float: right;
}




.bubble {
  position: fixed;
  aspect-ratio: 1;
  border-radius: 100%;
  list-style-type: none;
  z-index: -1;
}

.bubble:nth-child(1) {
  background: rgb(93,80,198);
background: linear-gradient(90deg, rgba(93,80,198,1) 0%, rgba(248,94,159,1) 100%);
  top: 75%;
  left: 54%;
  height: 100px;
  animation: float-sus 10s ease-in-out infinite;
  filter: blur(10px);
  -webkit-filter: blur(10px);
  opacity: 1;
}

.bubble:nth-child(2) {
  background: rgb(93,80,198);
background: linear-gradient(90deg, rgba(93,80,198,1) 0%, rgba(248,94,159,1) 100%);
  top: 20%;
  left: 25%;
  height: 50px;
  animation: float-sus 20s ease-in-out infinite;
  filter: blur(10px);
  -webkit-filter: blur(10px);
  opacity: 1;
}



.bubble:nth-child(3) {
  background: rgb(93,80,198);
background: linear-gradient(90deg, rgba(93,80,198,1) 0%, rgba(248,94,159,1) 100%);
  top: 60%;
  left: 13%;
  height: 90px;
  animation: float-offset 10s ease-in-out infinite;
  filter: blur(10px);
  -webkit-filter: blur(10px);
  opacity: 1;
}



@keyframes float-offset {
  0% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(-10px, -50px);
  }
  30% {
    transform: translate(-30px, -20px);
  }
  50% {
    transform: translate(-20px, 30px);
  }
  70% {
    transform: translate(10px, 10px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes float-diff {
  0% {
    transform: translate(0, 0);
  }
  15% {
    transform: translate(-12px, -78px);
  }
  33% {
    transform: translate(28px, -25px);
  }
  47% {
    transform: translate(-22px, 34px);
  }
  64% {
    transform: translate(8px, 15px);
  }
  85% {
    transform: translate(15px, -10px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes float-sus {
  0% {
    transform: translate(0, 0);
  }
  17% {
    transform: translate(-15px, -25px);
  }
  30% {
    transform: translate(25px, -15px);
  }
  59% {
    transform: translate(10px, 35px);
  }
  70% {
    transform: translate(20px, -20px);
  }
  100% {
    transform: translate(0, 0);
  }
}


.req-btn button {
  background: #51249B;
  color: #fff;
  border-radius: 30px;
  border: 1px solid #51249B;
  padding: 10px 25px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.req-btn button:hover {
  color: #51249B;
}
.req-btn button::after {
  content: "";
  background: #ffffff;
  color: #51249B;
  position: absolute;
  z-index: -1;
  padding: 0.85em 0.75em;
  display: block;
}
.req-btn button[class^="slide"]::after {
  transition: all 0.35s;
}
.req-btn button[class^="slide"]:hover::after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.35s;
}
.req-btn button.slide_from_right::after {
  top: 0;
  bottom: 0;
  left: 100%;
  right: -100%;
}


.plan-btn button {
  background: #51249B;
  color: #fff;
  border-radius: 30px;
  border: 1px solid #51249B;
  padding: 12px 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
}
.plan-btn button:hover {
  color: #51249B;
}
.plan-btn button::after {
  content: "";
  background: #ffffff;
  color: #51249B;
  position: absolute;
  z-index: -1;
  padding: 0.85em 0.75em;
  display: block;
}
.plan-btn button[class^="slide"]::after {
  transition: all 0.35s;
}
.plan-btn button[class^="slide"]:hover::after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.35s;
}
.plan-btn button.slide_from_right::after {
  top: 0;
  bottom: 0;
  left: 100%;
  right: -100%;
}

.forn-submit-btn button {
  background: #51249B;
  color: #fff;
  border-radius: 30px;
  border: 1px solid #51249B;
  padding: 12px 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
}
.forn-submit-btn button:hover {
  color: #51249B;
}
.forn-submit-btn button::after {
  content: "";
  background: #ffffff;
  color: #51249B;
  position: absolute;
  z-index: -1;
  padding: 0.85em 0.75em;
  display: block;
}
.forn-submit-btn button[class^="slide"]::after {
  transition: all 0.35s;
}
.forn-submit-btn button[class^="slide"]:hover::after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.35s;
}
.forn-submit-btnbutton .slide_from_right::after {
  top: 0;
  bottom: 0;
  left: 100%;
  right: -100%;
}


.watch-icon{
  background-color: #242331;
  color: #fff;
  width: 58px;
  height: 58px;
  border-radius: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.watch-box{
  display: flex;
  align-items: center;
  gap: 12px;
}



.try-btn button {
  background: #51249B;
  color: #fff;
  border-radius: 30px;
  border: 1px solid #51249B;
  padding: 17px 41px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-size: 18px;
}

.hero-left-text p{
  margin: 45px 0;
  font-size: 23px;
  color: #797979;
  width: 510px;
}
.try-btn button:hover {
  color: #51249B;
}
.try-btn button::after {
  content: "";
  background: #ffffff;
  color: #51249B;
  position: absolute;
  z-index: -1;
  padding: 0.85em 0.75em;
  display: block;
}
.try-btn button[class^="slide"]::after {
  transition: all 0.35s;
}
.try-btn button[class^="slide"]:hover::after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.35s;
}
.try-btn button.slide_from_right::after {
  top: 0;
  bottom: 0;
  left: 100%;
  right: -100%;
}

.navbar-nav .active{
  color: #51249B !important;
  border-bottom:2px solid #51249B;
}

.privacy-section-top{
  margin-top: 83px;
  background-color: #51249B;
  color: #fff;
  font-size: 24px;
  padding: 19px 0;
  font-weight: 700;
  margin-bottom: 20px;
}

.privacy-section h5{
  font-weight: 600;
  font-size: 20px;
  margin-top: 25px;
}

.privacy-section p{
  font-weight: 400;
  font-size: 16;
}













:root {
  --animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --animation-duration: 1s;
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(25%);
 }
  100% {
    opacity: 1;
    transform: none;
 }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-25%);
 }
  100% {
    opacity: 1;
    transform: none;
 }
}
@keyframes slideInleft {
  0% {
    opacity: 0;
    transform: translateX(25%);
 }
  100% {
    opacity: 1;
    transform: none;
 }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(-25%);
 }
  100% {
    opacity: 1;
    transform: none;
 }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
 }
  100% {
    opacity: 1;
 }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.75);
 }
  100% {
    opacity: 1;
    transform: none;
 }
}
@keyframes zoomReverseIn {
  0% {
    opacity: 0;
    transform: scale(1.25);
 }
  100% {
    opacity: 1;
    transform: none;
 }
}
@keyframes flipInY {
  0% {
    opacity: 0;
    transform: perspective(90vw) rotateY(67.5deg);
 }
  100% {
    opacity: 1;
    transform: none;
 }
}
[data-animation] {
  opacity: 0;
  animation-timing-function: var(--animation-timing-function);
  animation-fill-mode: both;
  animation-duration: var(--animation-duration);
  will-change: transform, opacity;
}
.animations-disabled, .animations-disabled [data-animation] {
  animation: none !important;
  opacity: 1 !important;
}
.slideInUp {
  animation-name: slideInUp;
}
.slideInDown {
  animation-name: slideInDown;
}
.slideInLeft {
  animation-name: slideInleft;
}
.slideInRight {
  animation-name: slideInRight;
}
.fadeIn {
  animation-name: fadeIn;
}
.zoomIn {
  animation-name: zoomIn;
}
.zoomReverseIn {
  animation-name: zoomReverseIn;
}
.flipInY {
  animation-name: flipInY;
}
.flipOutY {
  animation-name: flipInY;
  animation-direction: reverse;
}

#companyregistration form label {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}

#companyregistration form .form-group{
  margin-bottom: 15px;
}

.domain-name{
  font-weight: 600;
    border-top: 1px solid #afafaf;
    padding: 11px 0;
    margin-top: 13px;
}

.domain-ex{
  font-size: 12px;
  font-style: italic;
  margin-bottom: 19px;
}

.domain-ex span{
  font-weight: 700;
  color: #51249B;
}

#companyregistration form a{
  font-size: 15px;
  color: #000;
}

#disabled{
  background-color: #ddd;
}

.thank-you-registration{
  text-align: center;
}

.th-div{
  font-size: 36px;
  font-weight: 600;
  margin-top: 17px;
}

.th-pera {
  line-height: 26px;
}
.subscription-thankyou {
  font-size: 14px;
  color: green;
}
#emailSubscribeError {
  color: #FF0000 !important;
}

#errrorubscription {
  color: #FF0000 !important;
}
.error span {
  color: #DD0F0F;
  font-size: 11px;
  position: absolute;
  padding-top: 3px;
  font-weight: 400;
}
.dateTimeError {
  color: #DD0F0F;
  font-size: 11px;
  padding-top: 3px;
}

.error input, .error textarea {
  border: 1px solid #DD0F0F !important;
}
.button-disabled {
  background: #d7d7d7 !important;
  border: 1px solid #adadad !important;
  color: #a3a3a3 !important;
  cursor: not-allowed !important;
}

.unsubscribe-section {
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.newsletter-section{
  background-color: #fff;
  position: fixed;
  width: 100%;
  bottom: 0;
  border-top: 1px solid #cbcbcb;
}

.unsubscribe-section p {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
}
.pass-class1 {
  position: relative;
}
.pass-class1 .pass-eye1{
  position: absolute;
  right: 12px;
  top: 8px;
}

.pass-class1 .pass-eye1 i{
  cursor: pointer;
}
.wrong {
  background-color: #EE9191;
  border: 1px solid #BB1616;
  color: #6C1919;
  font-size: 18px;
  padding: 20px;
  margin-bottom: 14px;
  border-radius: 7px;
  font-weight: 500;
  text-align: center;
}
.errorRegistration{
  color:#DD0F0F;
  text-align: center;
  font-size:13px;
}
.subscribe-button{
  font-size: 20px;
  font-weight: 500;
  color: #3F3F3F;
}

::placeholder {
  color: #A6A6A6 !important;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #A6A6A6 !important;
}

.about-main-section{
  background-color: #fff;
  text-align: center;
  padding: 60px 0;
  margin: auto;
}

.about-main-section p{
  width: 70%;
  text-align: center;
  margin: auto;
}

.menu-active{
  color: #51249B !important;
  border-bottom: 1px solid #51249B;
}

.nav-item a{
  text-decoration: none;
  color: #000000;
  font-size: 15px;
  padding: 0 8px;
  font-weight: 500;
}



