body {
  font-family: "FK Grotesk Neue Trial", sans-serif;
  height: 100%;
}
a{
  text-decoration:none;
  color: initial;
}
ul {
  padding-left: 0;
}
.text-gradient {
  background: linear-gradient(180deg, #3f81fc 0%, #1961e9 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.navbar{
  z-index: 999;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.chat-bubble {
  position: relative;
  overflow: hidden;
}
.chat-bubble .chat-content {
  padding: 12px;
  position: absolute;
  top: 0;
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-direction: column;
  height: 140px;
  width: 100%;
}
.chat-bubble #chat-msg {
  text-align: start;
}
/* .typewriter .chat-msg {
  color: #fff;
  overflow: hidden;
  letter-spacing: 0.15em;
  text-align: start;
}
#typewriter-text {
  text-align: start;
} */
.chat-bubble .next {
  align-self: flex-end;
  transition: 0.4s all;
}
.chat-bubble .next .text,
.chat-bubble .next span {
  transition: 0.4s all;
}
.chat-bubble .next:hover .text {
  color: pink;
  transform: translateY(1.1px);
}
.chat-bubble .next:hover .text span {
  transform: scale(1.2);
}
.fade-in-image {
  animation: fadeIn 3s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.landing-page {
  background: url("../img/home-bg.png");
  min-height: 1080px;
  width: 100%;
  padding: 40px 0;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.landing-page .shape {
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 100%;
}
.landing-page .navbar {
  background-color: #fff;
  border-radius: 16px;
  padding: 8px 14px;
}

.btn-blue {
  background-color: #2871fa;
  color: #fff;
  padding: 14px 28px;
  border: 2px solid #2871fa;
  border-radius: 28px;
  transition: 0.4s all;
}
.btn-blue:hover {
  background-color: transparent;
  color: #2871fa;
  padding: 14px 28px;
  border: 2px solid #2871fa;
  border-radius: 28px;
}

.landing-page .navbar .btn-blue {
  padding: 7px 28px;
}
.btn-white {
  background-color: #fff;
  color: #2871fa;
  padding: 14px 28px;
  border: 2px solid #fff;
  border-radius: 28px;
  font-size: 1.188rem;
  font-weight: 600;
  transition: 0.4s all;
}
.btn-white:hover {
  background-color: #2871fa;
  color: #fff;
  padding: 14px 28px;
  border: 2px solid #fff;
  border-radius: 28px;
  font-size: 1.188rem;
  font-weight: 600;
}

.landing-page .navbar .nav-item .nav-link {
  margin: 0 8px;
  color: #2e72f3;
  font-size: 1.188rem;
  font-weight: 500;
}
.landing-page .home {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.landing-page .home .home-content {
  margin: 120px 0 0 0;
  position: relative;
}
.landing-page .home .home-content .top {
  width: 70%;
  margin: auto;
  text-align: center;
  padding: 0 80px;
}
.landing-page .home .home-content .bottom {
  width: 80%;
  margin: auto;
  text-align: center;
  margin-top: 110px;
  position: relative;
}
.chat-bubble {
  /* position: absolute;
  right: 242px;
  top: 155px; */

  position: absolute;
  right: 181px;
  top: -85px;
}
.landing-page .home .home-content .star-img {
  text-align: center;
  animation: round 6s 2s infinite;
}
@keyframes round {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.landing-page .home .big-title {
  font-size: 6rem;
  font-weight: 700;
  line-height: 84px;
  letter-spacing: -0.02em;
  text-align: center;
  padding: 16px 0 12px 0;
}
.landing-page .home .sub-title {
  color: var(--White, #F1F1F1);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 107.5%; /* 19.35px */
  letter-spacing: -0.36px;
}
.landing-page .home .para {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  padding: 36px 0 42px 0;
}
.landing-page .home .bottom .box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.landing-page .home .bottom .box .desc {
  font-family: "FK Grotesk Neue Trial", sans-serif;
  /* font-size: 17px; */
  text-align: center;
  font-weight: 400;
  line-height: 16px;
  padding-top: 12px;
}
.landing-page .home .bottom .box .line {
  position: absolute;
  right: -9px;
}
.landing-page .home .scrolling-wrapper {
  display: none;
}
.landing-page .home .scrolling-wrapper .box .desc {
  font-family: "FK Grotesk Neue Trial", sans-serif;
  font-size: 1.125rem;
  text-align: center;
  font-weight: 400;
  line-height: 16px;
  padding-left: 14px;
  color: #f1f1f1;
}
.video-icon {
  position: fixed;
  right: 80px;
  bottom: 10px;
  z-index: 999;
}
.modal-content {
  background-color: #2e72f3;
  padding: 42px;
}
.modal-content .video {
  text-align: end;
}
.case-study {
  text-align: center;
}

.case-study .header .sub-title {
  text-transform: uppercase;
  font-family: "FK Grotesk Neue Trial", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #525665;
}
.case-study .header .title {
  font-family: "FK Grotesk Neue Trial", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 72px;
  letter-spacing: -0.03em;
  text-align: center;
  color: #171717;
  padding-top: 48px;
}
.case-study .header .title span {
  color: #1d65eb;
}
.case-study .para {
  color: #525665;
  width: 70%;
  margin: auto;
  font-family: "FK Grotesk Neue Trial", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.02em;
  text-align: center;
  padding: 32px 0 64px 0;
}

.case-study .re-design-box {
  background-color: #edf0f9;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  margin-bottom: 48px;
}
.case-study .re-design-box .back {
  position: relative;
  z-index: 2;
}
.case-study .re-design-box .back .front {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
}

.case-study .re-design-box .left-text {
  z-index: 10;
  position: absolute;
  top: 0;
  width: 43%;
  margin-top: 40px;
}

.case-study .re-design-box .title {
  font-family: "FK Grotesk Neue Trial", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 61px;
  letter-spacing: -0.03em;
  text-align: left;
  padding: 0 0 0 48px;
  color: #1d65eb;
}
.case-study .re-design-box .msg {
  font-family: "FK Grotesk Neue Trial", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.02em;
  text-align: left;
  padding: 25px 0 12px 48px;
}

.case-study .re-design-box .user-info {
  display: flex;
  align-items: center;
  padding: 12px 0 0 48px;
}
.case-study .re-design-box .user-info .detail {
  padding-left: 14px;
}
.case-study .re-design-box .user-info .detail .name {
  padding-left: 14px;
  font-family: "FK Grotesk Neue Trial", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
}
.case-study .re-design-box .user-info .detail .role {
  padding-left: 14px;
  font-family: "FK Grotesk Neue Trial", sans-serif;

  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: -0.01em;
  text-align: left;
}

.case-study .re-design-box .rating {
  display: flex;
  padding: 8px 0 0 48px;
}

.case-study .re-design-box .btn-blue {
  padding: 12px 24px;
  display: flex;
  margin-left: 48px;
  margin-top: 25px;
  align-items: center;
}
.case-study .re-design-box .laptop {
  text-align: center;
}
.blue-box {
  background: url("../img/blue-bg.png");
  min-height: 671px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 12px 0 0 0;
  text-align: center;
  color: #fff;
}

.blue-box .big-title {
  font-family: "FK Grotesk Neue Trial", sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 90px;
  letter-spacing: -0.03em;
  text-align: center;
  width: 50%;
  margin: auto;
}
.blue-box .big-title span {
  font-family: "FK Grotesk Neue Trial", sans-serif;
  font-size: 4rem;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 90px;
  letter-spacing: -0.03em;
  text-align: center;
}
.itallic {
  font-style: italic;
}

.blue-box .sub-title {
  font-family: "FK Grotesk Neue Trial", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.02em;
  text-align: center;
  margin: 40px 0 108px 0;
}

/*//////////////////////// founders-guarantee///////////////  */
.founders-guarantee {
  background-color: #f3f7fe;
  padding-top: 60px;
}
.heading .sub-title {
  text-transform: uppercase;
  font-family: "FK Grotesk Neue Trial", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #525665;
  margin-bottom: 20px;

}
.heading .title {
  font-family: "FK Grotesk Neue Trial", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 72px;
  text-align: center;
  margin-bottom: 34px;
}
.heading .title span {
  color: #1d65eb;
}
.founders-guarantee .right {
  padding: 68px 40px;
}
.founders-guarantee .right .feedback {
  font-family: "FK Grotesk Neue Trial", sans-serif;
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 64px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #525665;
}
.founders-guarantee .right .para {
  padding: 32px 0;
  font-family: "FK Grotesk Neue Trial", sans-serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 39px;
  letter-spacing: -0.03em;
  color: #1d65eb;
}
.founders-guarantee .title-center {
  font-family: "FK Grotesk Trial", sans-serif;
  text-transform: capitalize;
  font-size: 38px;
  font-weight: 600;
  line-height: 59px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #525665;
  padding-bottom: 70px;
  margin-top: 63px;
  padding-left: 20%;
    padding-right: 20%;
}

.founders-guarantee .title-center span {
  font-size: 50px;
  font-style: italic;
  color: #2e72f3;
}
.testimonials {
  padding: 48px 0;
  background-color: #f3f7fe;
}

.testimonials .msg-box {
  background-color: #edf0f9;
  margin: 40px 0;
  padding: 40px 36px;
  border-radius: 12px;
  text-align: center;
}
.testimonials .msg-box .msg {
  font-family: "FK Grotesk Neue Trial", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  color: #525665;
}
.show-cards {
  display: block;
}
.show-carousel {
  display: none;
}
.testimonials .msg-box .rating {
  padding: 40px 0 18px 0;
}
.testimonials .msg-box .user-detail,
.testimonials .msg-box .user-detail .avatar-pics {
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonials .msg-box .user-detail .info .name {
  padding-left: 0;
  font-size: 1rem;
  color: #171717;
  letter-spacing: 1px;
  font-weight: 600;
  line-height: 19px;
  text-align: center;
}
.testimonials .msg-box .user-detail .info .role {
  text-align: center;
  line-height: 14px;
  padding-left: 0;
  font-size: 0.688rem;
  color: #6d6e71;
  letter-spacing: 1px;
}

.testimonials .msg-box .user-detail .info {
  text-align: left;
  padding-left: 12px;
}
.top-space {
  padding: 72px 0 0 0;
}
.top-space2 {
  padding: 140px 0 0 0;
}
.get-in-touch {
  background: url("../img/contact-bg-img.png");
  min-height: 180vh;
  /* background-position: center; */
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 265px;
  color: #f1f1f1;
}
.get-in-touch .faq-content {
  padding-bottom: 50px;
}
.get-in-touch .header .title {
  font-family: "FK Grotesk Neue Trial", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 82px;
  letter-spacing: -0.03em;
  text-align: center;
}

.get-in-touch .header .sub-title {
  font-family: "FK Grotesk Neue Trial", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.02em;
  text-align: center;
}
.get-in-touch .header .contact-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  margin-top: 48px;
  padding: 24px 0;
  width: 27%;
  margin: auto;
}
.get-in-touch .form {
  background-color: #f1f1f1;
  color: #000;
  border-radius: 16px;
  width: 50%;
  margin: auto;
  margin-top: 64px;
  padding: 50px;
  margin-bottom: 70px;
}
/* .accordion {
  margin: 86px 0;
} */
.accordion-item {
  background-color: transparent;
  border: none;
}
.accordion-button {
  color: #fff;
  font-size: 1.5rem;
}
.accordion-button.collapsed {
  color: #fff;
  background-color: transparent;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.781);
  padding: 24px 0;
}
.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: transparent;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.71);
  padding: 24px 0;
}
.accordion-body {
  padding: 1.5rem 0;
  font-size: 1.125rem;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("../img/Icon\ _\ arrow-down-rounded.svg");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("../img/Icon\ _\ arrow-down-rounded.svg");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
.get-in-touch .form .title {
  font-family: "FK Grotesk Neue Trial", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 31px;
  letter-spacing: 0em;
  text-align: center;
  color: #1d65eb;
}
.get-in-touch .form .inputs {
  margin-top: 42px;
}
.get-in-touch .form .inputs label {
  color: #909090;
}
.get-in-touch .form .form-control {
  border: 1px solid #c4c4c4;
  background: transparent;
}
.get-in-touch .form textarea {
  height: 200px;
}
.get-in-touch .form .submit {
  text-align: center;
}
.get-in-touch .form .submit .btn-blue {
  font-size: 1.3rem;
}
.get-in-touch .form .btn-blue {
  margin-top: 84px;
}
.footer {
  background-color: #171717;
  color: #d9e0f1;
  padding: 80px 0;
}

.footer .links {
  list-style: none;
  font-family: "FK Grotesk Neue Trial", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 72px;
  letter-spacing: -0.03em;
  text-align: left;
  margin-top: 34px;
}
.footer .links li a {
  color: #d9e0f1;
  text-decoration: none;
}
.footer .links li a:hover {
  background: linear-gradient(180deg, #6c9df9 0%, #1961e9 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.footer .logo {
  text-align: end;
}
.footer .right-content .show-logo {
  display: block;
}
.footer .hide-logo {
  display: none;
}
.logo .divider {
  margin-top: 16px;
  height: 5px;
  background-color: #d9e0f1;
}
.footer .right-content .info {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-top: 48px;
}
.footer .right-content .info .details ul {
  margin-bottom: 64px;
  /* list-style-position: inside; */
  list-style: none;
}
.footer .right-content .info .details ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background-color: #d9e0f1;
}
.footer .right-content .info .details ul li {
  font-family: "FK Grotesk Neue Trial", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  letter-spacing: 0.04em;
  position: relative;
  text-align: left;
  margin-bottom: 24px;
  text-transform: uppercase;
  padding-left: 25px;
}
.footer .right-content .info .details ul p a {
  font-family: "FK Grotesk Neue Trial", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.01em;
  text-align: left;
  color: white;
}
/* .hide-logo {
  display: block;
} */
.h-56 {
  height: 430px;
}

.footer .copyright {
  font-family: "FK Grotesk Neue Trial", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  cursor: pointer;
  text-align: left;
  padding-right: 48px;
}
.laptop {
  display: none;
}
.footer .footer-nav ul {
  list-style: none;
  display: flex;
  cursor: pointer;
}
.footer .footer-nav ul li {
  font-family: "FK Grotesk Neue Trial", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  padding-right: 48px;
}

.horizontal-top .icon svg {
  width: 28px;
  height: auto;
}
.horizontal-bottom svg {
  width: 23px;
  height: auto;
  margin-right: 4px;
}

#loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}
