* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}
:root{
  --blue: #1da1f2;
}
body {
  position: relative;
  min-height: 100vh;
}
.common-heading-div {
  margin-top: 15px;
  position: relative;
}
.common-heading-div p.heading-para {
  position: absolute;
  color: #555;
  font-size: 16px;
  font-weight: 500;
  margin-left: 115px;
  top: -25px;
  left: 0;
}
.common-heading-div p.heading-para::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 5px;
  border-radius: 0px 50px 50px 0px;
  background: #555;
  left: -115px;
  top: 50%;
  transform: translateY(-50%);
}
.common-heading-div h2.heading {
  color: #1f1f1f;
  font-size: 60px;
  font-weight: 800;
  margin: 0;
}
.common-heading-div h2.heading span {
  color: #666;
}
.common-heading-div h2.heading.centered-heading {
  text-align: center;
}

.common-sub-heading-para {
  color: #1f1f1f;
  font-size: 18px;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 0;
}
.common-sub-heading-para.centered-para {
  text-align: center;
}
.navbar-main {
  position: fixed;
  width: 100%;
  padding-block: 14px;
  background: #f3f3f3;
  z-index: 999;
  animation-name: navAni1;
  animation-duration: 0.5s;
  border-bottom: 1PX SOLID #ddd;
  padding-top: .25rem;
  padding-bottom: .25rem;
}
@keyframes navAni1 {
  from {
    top: 2rem;
  }
  to {
    top: 0;
  }
}
.navbar-main .navbar-nav {
  margin-bottom: 0;
}
.navbar-main .navbar-nav .nav-item {
  margin-left: 45px;
}
.navbar-main .navbar-nav .nav-item .nav-link {
  position: relative;
  color: #000000;
  font-size: 1rem;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  padding-inline: 0;
}
.navbar-main .navbar-nav .nav-item .nav-link::before {
  position: absolute;
  content: "";
  width: 0px;
  height: 2px;
  border-radius: 5px;
  background: #000000;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.25s ease-in-out;
}
.navbar-main .navbar-nav .nav-item .nav-link.active {
  color: #666;
  font-weight: 700;
}
.navbar-main .navbar-nav .nav-item .nav-link:hover {
  color: #666;
}
.navbar-main .navbar-nav .nav-item .nav-link.active::before {
  width: 100%;
  background-color: #666;
}
.navbar-main .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
  background-color: #666;
}
.navbar-main .navbar-nav .nav-item .login-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  border-radius: 5px;
  border: 1px solid #666;
  background: #666;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  height: 50px;
  padding-inline: 24px;
}
.navbar-main .navbar-nav .nav-item .login-btn::before {
  content: none;
}
.navbar-main .navbar-nav .nav-item .login-btn:hover svg path {
  fill: #666;
}
.navbar-main .navbar-nav .nav-item .login-btn:hover {
  border: 1px solid #666;
  background: transparent;
  color: #666;
}
.navbar-main .navbar-nav .nav-item:last-child .nav-link {
  font-weight: 500;
}
.navbar-main.nav-main-section2 {
  background: #f3f3f3;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 999;
  animation-name: navAni2;
  animation-duration: 0.25s;
  border-bottom: 1px solid #ddd;
}
.navbar-main.nav-main-section2 .navbar-nav .nav-item:last-child .nav-link {
  font-weight: 500;
}
@keyframes navAni2 {
  from {
    top: -2rem;
  }
  to {
    top: 0;
  }
}
/* Mobile nav */
.mob-bar-and-pro-img-div {
  display: flex;
  align-items: center;
}
.mob-bar-and-pro-img-div .mob-nav-bar-btn {
  box-shadow: none;
  outline: none;
  border: none;
  z-index: 1;
}
.main-hero-section {
  position: relative;
  background: #ffffff;
  overflow: hidden;
}
.main-hero-section .design1 {
  position: absolute;
  left: -2rem;
  top: 50%;
  transform: translateY(-50%);
}
.main-hero-section .design2 {
  position: absolute;
  right: -1rem;
  top: 50%;
  transform: translateY(-50%);
}
.main-hero-section .container {
  position: relative;
  z-index: 1;
}
.main-hero-section .heading {
  color: #333;
  text-align: center;
  font-size: 36px;
  font-weight: 800;
  max-width: 1018px;
  width: 100%;
  margin-inline: auto;
}
.main-hero-section .para {
  color: #000000;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  max-width: 792px;
  width: 100%;
  margin-block: 15px 20px;
  margin-inline: auto;
}
.main-hero-section .trial-schedule-btn-div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.main-hero-section .trial-schedule-btn-div .trial-btn {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #666;
  background: #666;
  height: 56px;
  padding-inline: 30px;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
.main-hero-section .trial-schedule-btn-div .trial-btn:hover {
  background: #ffffff;
  color: #666;
}
.main-hero-section .trial-schedule-btn-div .schedule-btn {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #272a2b;
  background: #ffffff;
  height: 56px;
  padding-inline: 30px;
  color: #273b42;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
.main-hero-section .trial-schedule-btn-div .schedule-btn:hover {
  background: #272a2b;
  color: #ffffff;
}
.main-hero-section .img-div {
  margin-top: 20px;
}
.main-hero-section .img-div img {
  display: block;
  margin-inline: auto;
  filter: grayscale();
}
.main-hero-section.about-hero {
  background: #fff8d6;
  padding-bottom: 75px;
  margin-bottom: 0px;
}
.main-hero-section.tools-hero {
  background: #faf2ff;
  padding-bottom: 75px;
  margin-bottom: 0px;
}
.main-hero-section.testimonials-hero {
  background: #eeffe9;
  padding-bottom: 75px;
  margin-bottom: 0px;
}

.our-solution-main-section {
  padding-block: 75px;
  background-color: #f7f7f7;
}
.our-solution-main-section .each-solution-card-div {
  display: flex;
  gap: 25px;
  height: 100%;
}
.our-solution-main-section .each-solution-card-div .left-part div {
  width: 75px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.our-solution-main-section .each-solution-card-div .left-part .bg-1 {
  background-color: #e5e5e5;
}
.our-solution-main-section .each-solution-card-div .left-part .bg-2 {
  background-color: #e5e5e5;
}
.our-solution-main-section .each-solution-card-div .left-part .bg-3 {
  background-color: #e5e5e5;
}
.our-solution-main-section .each-solution-card-div .left-part .bg-4 {
  background-color: #e5e5e5;
}
.our-solution-main-section .each-solution-card-div .right-part h3 {
  color: #1f1f1f;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}
.our-solution-main-section .each-solution-card-div .right-part p {
  color: #828282;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

.analytic-data-main-section {
  padding-block: 75px;
}
.analytic-data-main-section .each-analyzing-points-div {
  display: flex;
  gap: 15px;
  margin-top: 18px;
}
.analytic-data-main-section .each-analyzing-points-div .left-part div {
  position: relative;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  top: 3px;
}
.analytic-data-main-section .each-analyzing-points-div .left-part .bg-1 {
  background-color: #e5e5e5;
}
.analytic-data-main-section .each-analyzing-points-div .left-part .bg-2 {
  background-color: #e5e5e5;
}
.analytic-data-main-section .each-analyzing-points-div .right-part h3 {
  color: #1f1f1f;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.analytic-data-main-section .each-analyzing-points-div .right-part p {
  color: #828282;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

.our-features-main-section {
  padding-block: 75px;
}
.our-features-main-section .each-features-card-div {
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 100%;
}
.our-features-main-section .each-features-card-div .left-part div {
  width: 75px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.our-features-main-section .each-features-card-div .left-part .bg-1 {
  background-color: #d4fac7;
}
.our-features-main-section .each-features-card-div .left-part .bg-2 {
  background-color: #ede7e7;
}
.our-features-main-section .each-features-card-div .left-part .bg-3 {
  background-color: #fdf3be;
}
.our-features-main-section .each-features-card-div .left-part .bg-4 {
  background-color: #f5e4ff;
}
.our-features-main-section .each-features-card-div .left-part .bg-5 {
  background-color: #d1e5ec;
}
.our-features-main-section .each-features-card-div .left-part .bg-6 {
  background-color: #e5e5e5;
}
.our-features-main-section .each-features-card-div .right-part h3 {
  color: #1f1f1f;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}
.our-features-main-section .each-features-card-div .right-part p {
  color: #828282;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

.testimonial-main-section {
  padding-block: 75px;
  text-align: center;
}
.testimonial-main-section .testimonial-head-div {
  padding: 32px 15px 100px 15px;
  background: linear-gradient(135deg, #1998e7 0%, #c555b9 100%);
}
.testimonial-main-section .testimonial-head-div h2 {
  color: #ffffff;
  text-align: center;
  font-size: 60px;
  font-weight: 800;
  margin-bottom: 10px;
  margin: 0;
}
.testimonial-main-section .testimonial-head-div p {
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
.testimonial-main-section .slider {
  position: relative;
  margin-top: -60px;
}
.testimonial-main-section .slider .owl-nav {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.testimonial-main-section .slider .owl-nav .owl-prev {
  position: relative;
  width: 35px;
  height: 35px;
  background-color: #ede7e7;
  border-radius: 50%;
  padding: 0;
}
.testimonial-main-section .slider .owl-nav .owl-prev span {
  display: none;
}
.testimonial-main-section .slider .owl-nav .owl-prev::before {
  content: url("../images/icons/carausel-arrow.svg");
  position: absolute;
  top: 21px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.testimonial-main-section .slider .owl-nav .owl-prev:hover {
  background-color: #ecb6b6;
}
.testimonial-main-section .slider .owl-nav .owl-next {
  position: relative;
  width: 35px;
  height: 35px;
  background-color: #ede7e7;
  border-radius: 50%;
  padding: 0;
}
.testimonial-main-section .slider .owl-nav .owl-next span {
  display: none;
}
.testimonial-main-section .slider .owl-nav .owl-next::before {
  content: url("../images/icons/carausel-arrow.svg");
  position: absolute;
  top: 13px;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-180deg);
}
.testimonial-main-section .slider .owl-nav .owl-next:hover {
  background-color: #ecb6b6;
}
.testimonial-main-section .each-testimonial-card {
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  min-width: 33.333%;
  margin: 0.8rem;
  text-align: left;
  padding: 30px 20px;
}
.testimonial-main-section .each-testimonial-card .cout-img {
  width: 35px;
  height: 25px;
}
.testimonial-main-section .each-testimonial-card .comment-para {
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 500;
  margin: 10px 0 35px 0;
}
.testimonial-main-section .each-testimonial-card .testimonial-details {
  display: flex;
  gap: 10px;
}
.testimonial-main-section .each-testimonial-card .img-div {
  width: 50px;
  height: 50px;
  overflow: hidden;
}
.testimonial-main-section .each-testimonial-card .img-div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.testimonial-main-section .each-testimonial-card .detail-div h6 {
  color: #1f1f1f;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.testimonial-main-section .each-testimonial-card .detail-div p {
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

.best-plan-main-section {
  padding-block: 75px;
}
.best-plan-main-section .checkbox-div {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.best-plan-main-section .checkbox-div .rangeSliderHeading {
  color: rgb(6, 2, 114);
  text-align: center;
}
.best-plan-main-section .checkbox-div .paymentSwitch {
  position: relative;
  display: inline-block;
  width: 75px;
  height: 35px;
}
.best-plan-main-section .checkbox-div .paymentSwitch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.best-plan-main-section .checkbox-div .paymentSlider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #ccc;
  background-color: transparent;
  transition: 0.4s cubic-bezier(0, 1, 0.5, 1);
  border-radius: 50px;
}
.best-plan-main-section .checkbox-div .paymentSlider:before {
  position: absolute;
  content: "";
  height: 25px;
  width: 25px;
  left: 5px;
  bottom: 3px;
  background-color: #0a66c2;
  transition: 0.4s cubic-bezier(0, 1, 0.5, 1);
  border-radius: 50%;
}
.best-plan-main-section .checkbox-div .paymentSwitch input:not(:checked) + .paymentSlider:before {
  background-color: #ccc;
}
.best-plan-main-section .checkbox-div .paymentSwitch input:checked + .paymentSlider {
  border: 2px solid #0a66c2;
  background-color: transparent;
}
.best-plan-main-section .checkbox-div .paymentSwitch :checked + .paymentSlider:before {
  transform: translateX(37px);
}
.best-plan-main-section .checkbox-div .monthly-para,
.best-plan-main-section .checkbox-div .anually-para {
  color: #b0b0b0;
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
}
.best-plan-main-section .checkbox-div .monthly-para {
  position: absolute;
  width: 120px;
  left: -135px;
  top: 50%;
  transform: translateY(-50%);
  text-align: right;
}
.best-plan-main-section .checkbox-div .anually-para {
  position: absolute;
  width: 120px;
  right: -135px;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
}
.best-plan-main-section .checkbox-div .paymentSwitch input:not(:checked) ~ .monthly-para {
  color: #0a66c2;
}
.best-plan-main-section .checkbox-div .paymentSwitch input:checked ~ .anually-para {
  color: #0a66c2;
}
.best-plan-main-section .discout-div {
  border-radius: 50px;
  border: 1px solid #555;
  background: #f9f0ff;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 5px 30px;
  color: #c576f6;
  font-size: 16px;
  font-weight: 600;
  margin-top: 18px;
}
.best-plan-main-section .plan-each-card {
  position: relative;
  border-radius: 15px;
  padding: 30px 23px;
  margin-top: 30px;
  overflow: hidden;
}
.best-plan-main-section .plan-each-card::before{
  content: 'Comming Soon';
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 28px;
  font-weight: 800;
  position: absolute;
  top: 0;
  left:0;
width: 100%;
height: 100%;
background: #0000003a;
z-index: 1;
background-color: rgba(255, 255, 255, 0.4);

  -webkit-backdrop-filter: blur(3px);

  backdrop-filter: blur(3px);
}
.best-plan-main-section .plan-each-card.card1 {
 
  border: 2px solid #555;
}
.best-plan-main-section .plan-each-card.card2 {
 
  border: 2px solid #555;
}
.best-plan-main-section .plan-each-card.card3 {

  border: 2px solid #555;
}
.best-plan-main-section .plan-each-card .price-para {
  color: #1f1f1f;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 20px;
}
.best-plan-main-section .plan-each-card .price-para span {
  color: #1f1f1f;
  font-size: 18px;
  font-weight: 600;
}
.best-plan-main-section .plan-each-card .plan-name {
  color: #1f1f1f;
  font-size: 20px;
  font-weight: 600;
}
.best-plan-main-section .plan-each-card .plan-description {
  color: #828282;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #c1c1c1;
  padding-bottom: 12px;
  margin-bottom: 20px;
}
.best-plan-main-section .plan-each-card .plan-list {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
}
.best-plan-main-section .plan-each-card .plan-list li {
  position: relative;
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
  padding-left: 30px;
}
.best-plan-main-section .plan-each-card .plan-list li::before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 17 17" fill="none"><path d="M15.3041 8.41113H1.30408M15.3041 8.41113L8.30408 1.41113M15.3041 8.41113L8.30408 15.4111" stroke="black" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  position: absolute;
  left: 0;
  top: 2.8px;
}
.best-plan-main-section .plan-each-card a.btn {
  border-radius: 5px;
  background: #454545;
  color: #fff;
  font-weight: 600;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  width: 100%;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.best-plan-main-section .plan-each-card a.btn:hover {
  border: 1px solid #454545;
  background: transparent;
  color: #454545;

}
footer {
  background-color: #ffffff;
}
footer .footer-large-para {
  color: #6b6b6b;
  font-size: 1rem;
  font-weight: 500;
  max-width: 440px;
  margin-block: 15px;
}
footer .footer-bottom-para {
  color: #828282;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  margin: 50px 0 0 0;
  padding: 10px;
  border-top: 1px solid #d1e5ec;
}
.comming-soon-noty{
  border: 2px solid #57a1da;
  padding: 15px;
  color: #0a369f;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  background-color: #DFFFFC;
  max-width: 1018px;
  width: 100%;
  margin-top: 25px;
  margin-inline: auto;
  margin-bottom: 30px;
  border-radius: 10px;
}

.checkout-beta-btn{
    padding: 12px 30px;
    border-radius: 8px;
    border: 1px solid var(--blue);
    background: var(--blue);
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    box-shadow: none;
    text-decoration: none;

    &:hover{
        background: #0c75b7;
        color: #fff;
    }
}