@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&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');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --white: #fff;
  --gray: #1a202c;
  --lightgray: #4a5568;
  --cerulean: #027fc0;
  --linear-one: #2596be;
  --linear-two: #0095e2;
  --off-gray: #f9f9ff;
  --purple: #7B61FF
}

.off-gray {
  background-color: var(--off-gray);
}

.px-8 {
  padding-inline: 5rem;
}

.py-6 {
  padding-block: 4rem;
}

.wdspc-1 {
  word-spacing: 5px;
}

.ltrspc-1 {
  letter-spacing: 2px;
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.theme {
  background-color: var(--cerulean);
  color: var(--white);
}

.gradient-text {
  font-size: 48px;
  font-weight: bold;
  background-image: linear-gradient(to right,
      var(--linear-two),
      var(--linear-one));
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.gradient-line {
  background: rgb(103, 233, 241);
  background: linear-gradient(60deg,
      var(--linear-two) 8%,
      rgba(103, 233, 241, 1) 65%);
  height: 4px;
  width: 4rem;
  margin-inline: auto;
  margin-bottom: 1.5rem;
}

.gradient-circle {
  width: 72px;
  height: 72px;
  border-radius: 100%;
  background: rgb(2, 127, 192);
  background: linear-gradient(42deg, rgba(2, 127, 192, 1) 11%, rgba(255, 255, 255, 1) 88%);
  position: relative;
  left: 20rem;

}

.theme-btn {
  background-color: var(--cerulean);
  color: var(--white);
  padding-inline: 1rem;
  padding-block: 0.5rem;
  border-radius: 6px;
  border: none;
}


.topbar {
  background-color: var(--white);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  /* box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px; */
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.navbar-brand>img {
  height: 3rem;
}

.navbar-toggler {
  border: none !important;
}

.navbar-toggler:focus {
  outline: none !important;
  box-shadow: none !important;
}

.signin-btn button {
  display: flex;
  justify-content: end;
}

/* main{
    border-color: var(--white);
} */

.main-section {
  display: flex;
  align-items: center;
  padding-left: 9rem;
  background-color: var(--white);
}

.main-section>.ms-ch1 {
  flex-grow: 1;
}

.main-section>.ms-ch1>h1 {
  font-size: 2.8rem;
}

.main-section>.ms-ch1>p {
  font-size: 1.125rem;
  width: 60ch;
  margin-top: 2rem;
  line-height: 2.5rem;
  color: var(--lightgray);
}

.h1img {
  max-width: 600px;
  max-height: 600px;
}

.ourFeatures {
  padding-block: 2rem;
}

.of-heading>h2 {
  font-size: 2.1rem;
}

.of-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  padding-inline: 3rem;
  padding-block: 4.5rem;
}

.of-griditem {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  gap: 5rem;
}

.of-griditem p {
  color: var(--lightgray);
}

.of-griditem img {
  width: 2.1rem;
  height: 2.1rem;
}

.of-span {
  margin-inline: auto;
  padding: 0.5rem;
  border-radius: 8px;
}

.of-griditem:nth-child(1)>.of-span {
  background: rgb(39, 39, 46);
  background: linear-gradient(72deg,
      rgba(39, 39, 46, 1) 8%,
      rgba(41, 39, 46, 1) 44%);
}

.of-griditem:nth-child(2)>.of-span {
  background: rgb(255, 146, 174);
  background: linear-gradient(242deg,
      rgba(255, 146, 174, 1) 8%,
      rgba(255, 61, 154, 1) 65%);
}

.of-griditem:nth-child(3)>.of-span {
  background: rgb(255, 239, 94);
  background: linear-gradient(242deg,
      rgba(255, 239, 94, 1) 8%,
      rgba(247, 147, 111, 1) 65%);
}

.of-griditem:nth-child(4)>.of-span {
  background: rgb(103, 233, 241);
  background: linear-gradient(242deg,
      rgba(103, 233, 241, 1) 8%,
      rgba(36, 231, 149, 1) 65%);
}



.hww-heading {
  font-size: 2.1rem;
}

.hww-card-container {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

.hww-line {
  height: 3px;
  background-color: rgb(247, 102, 128);
}

.hww-card {
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  border-radius: 9px;
  padding-block: 1rem;
  padding-inline: 1.4rem;
  position: relative;
}

.hww-card-container:nth-child(1)>.hww-card::after {
  content: "";
  position: absolute;
  height: 2rem;
  width: 3px;
  background-color: rgb(247, 102, 128);
  bottom: -3rem;
  left: 50%;
  right: 50%;
}

.hww-card-container:nth-child(1) {
  padding-right: 4rem;
}

.hww-card-container:nth-child(3) {
  padding-left: 4rem;
}

.hww-card-container:nth-child(3)>.hww-card::after {
  content: "";
  position: absolute;
  height: 2rem;
  width: 3px;
  background-color: rgb(247, 102, 128);
  top: -3rem;
  left: 50%;
  right: 50%;
}

.hww-card>p {
  color: var(--lightgray);
  width: 30ch;
}

.hww-gradienttext {
  background-image: linear-gradient(to right, #57007b, #f76680);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-weight: 700;
  font-size: 1.125rem;
}

.hww-cardheading {
  font-weight: 700;
  font-size: 1.125rem;
  color: var(--gray);
  font-family: "Poppins", sans-serif;
}

.briefcase-img {
  width: 40px;
  height: 40px;
}

/* .gclients {} */

.gclients-heading {
  font-size: 2.1rem;
}

.marque {
  -moz-animation: marquee 17s linear infinite;
  -webkit-animation: marquee 17s linear infinite;
  animation: marquee 17s linear infinite;
}

@-moz-keyframes marquee {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@-webkit-keyframes marquee {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes marquee {
  0% {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.noscroll::-webkit-scrollbar {
  display: none;
}

.noscroll {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.gclients .ch-img {
  height: 5rem;
  /* width: 10rem; */
  object-fit: cover;
}

.gclients .cv-img {
  height: 6rem;
  /* width: 8rem; */
  object-fit: cover;
}

.testimonial {}

.testimonial-heading {
  font-size: 2.1rem;
}

.contactus {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  padding-inline: 6rem;
  background-color: var(--off-gray);
}

.contactus>div:nth-child(1) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-inline: 3rem;
}

.contactus>div:nth-child(1) h5 {
  font-size: 2.1rem;
}

.contactus>div:nth-child(1) p {
  color: var(--lightgray);
  line-height: 1.8rem;
  word-spacing: 2px;
  font-size: 1.125rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.contactus>div:nth-child(2) {
  border: 2px dashed var(--purple);
  border-radius: 5px;
  padding: 1.5rem;
}

.contactus>div:nth-child(2)>form label {
  padding: .5rem;
}


.contactus>div:nth-child(2)>form input,
textarea {
  padding: .5rem;
}

.featured-heading {
  font-size: 2.1rem;
}

.swiper {
  width: 100%;
  height: auto !important;
  padding-block: 5rem !important;
}

.swiper-wrapper {
  height: fit-content !important;
}

.fswipe {
  text-align: center;
  font-size: 18px;
  background: #fff;
  width: 15.2rem !important;
}

.swiper-slide p {
  text-align: left;
  font-size: 1rem;
}

.swiper-slide a {
  text-align: right;
  text-decoration: none;
  display: block;
  color: var(--cerulean);
  font-size: 1rem;
}

.swiper-slide div {
  padding-block: 1rem;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 1rem !important;
}

.swiper-button-next,
.swiper-button-prev {
  border: 1px var(--cerulean) solid;
  border-radius: 100%;
  width: 40px !important;
  height: 40px !important;
}

.swiper-button-next {
  right: 10rem !important
}

.swiper-button-prev {
  left: 10rem !important;
}



.tSwiper {
  position: relative;
}

.swiper-custom-next,
.swiper-custom-prev {
  border: 1px solid var(--cerulean);
  border-radius: 100%;
  height: 2.5rem;
  display: grid;
  place-content: center;
  color: var(--cerulean);
  width: 2.5rem;
  position: absolute;
  z-index: 100;
}

.swiper-custom-prev {
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.swiper-custom-next {
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
}

.carousel-item {
  display: grid !important;
  place-content: center;
}

.testimonial {
  padding-block: 5rem;
}

.testimonial-content {
  position: relative;
  width: 40rem;
  padding-block: 2rem;
  font-family: "Poppins", sans-serif;
}

.testimonial-content p {
  padding-inline: 3rem;
  text-align: justify;
  margin-inline: auto;
}

.testimonial-content div>span:first-child {
  font-size: 1.2rem;
  font-weight: 700;
  background-image: linear-gradient(to right,
      var(--linear-two),
      var(--linear-one));
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.testimonial-content::after {
  content: '❜';
  font-size: 4rem;
  background-image: linear-gradient(to right,
      #FFFFFF,
      #027FC0);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}

.testimonial-content::before {
  content: '❛';
  font-size: 4rem;
  background-image: linear-gradient(to right,
      #FFFFFF,
      #027FC0);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  position: absolute;
  top: 0;
  left: 0;
}

.tsslide {
  display: grid !important;
  place-content: center;
}


footer {
  padding-top: 5rem;
  background-color: var(--white);
}

footer img {
  height: 3.2rem;
}

footer ul>li {
  list-style: none;
}

footer ul a {
  text-decoration: none;
  color: var(--lightgray);
}

footer>div:nth-child(1)>div:nth-child(1)>p {
  color: var(--lightgray);
}

footer>div:nth-child(1)>div:nth-child(3)>p {
  color: var(--lightgray);
}

footer>div:nth-child(1)>div:nth-child(4) .social-icon {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 100%;
  padding: 0.5rem;

}

footer>div:nth-child(2)>p {
  color: var(--lightgray);
}

@media (min-width:600px) {

  footer>div:nth-child(1)>div:nth-child(1)>p,
  footer>div:nth-child(1)>div:nth-child(3)>p {
    width: 40ch;
  }

  .signin-btn-link {
    width: 235px;
    display: flex;
    justify-content: end;
  }

  .testimonial-content p {
    width: 60ch;
  }
}

@media (max-width: 800px) {
  .navbar-brand>img {
    height: 2rem;
  }

  .navbar-collapse>ul {
    padding-left: 0rem;
    text-align: center;
  }

  .navbar-collapse>a {
    display: flex;
    justify-content: center;
  }

  .signin-btn-link {
    /* width: 235px; */
    display: flex;
    justify-content: center;
  }

  .swiper-custom-next,
  .swiper-custom-prev {
    display: none;
  }

}




.sign-in {
  padding: 3rem 6rem 0 6rem;
  display: flex;
}

.sign-in>div {
  flex-basis: 50%;

}

.sign-in>div:nth-child(1) {
  padding-right: 7rem;
  align-self: center;
}

.sign-in>div:nth-child(1)>p {
  text-align: justify;
  color: var(--lightgray);
  line-height: 36px;
  margin-top: 3rem;
  font-family: "Inter", sans-serif;
}

.sign-in>div:nth-child(1)>p>span {
  color: var(--cerulean);
}

.signin-heading>h1,
h3 {
  font-size: 2.1rem;
  font-family: "Inter", sans-serif;
}

.theme {
  background-color: var(--cerulean) !important;
  color: var(--white) !important;
}

.contactus-link {
  display: flex;
  justify-content: end;
}

.contactus-link>a {
  text-decoration: none;
  color: var(--cerulean);
  font-weight: 500;
}

.sign-in>div:nth-child(2) {
  padding-left: 7rem;
}

.signin-card {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 1.5rem;
  padding-block: 2.5rem;
  padding-inline: 2rem;
}

.twoline {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding-block: 2.8rem;
}

.twoline>span {
  width: 100%;
  height: 1px;
  background-color: var(--lightgray);
}

.c-google img {
  width: 24px;
  height: 24px;
}

.c-google>p {
  text-align: center;
  padding-top: 1rem;
  margin-bottom: 0;
}

.c-google a {
  text-decoration: none;
  color: var(--cerulean);
}


.sign-up {
  padding: 4rem 6rem 6rem 5rem;
  font-family: "Poppins", sans-serif;
}

.dropdown-menu {
  margin-left: -25rem !important;
  margin-top: 3rem !important;
  width: 500px !important;
  border-radius: 1.3rem !important;
  border: none !important;
  /* box-shadow: 1px 0px 0px 3px #e5dcdc94; */
}

.dropdown-toggle::after {
  display: none !important;
}

.signup-details {
  font-family: 'poppins', sans-serif;
}

.signup-details input {
  font-family: 'poppins', sans-serif;
}

.signup-details button {
  background-color: #027FC0 !important;
  border: none;
  color: white;
  padding: 13px 3%;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  border-radius: 20px;
  border: none;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  font-family: "Poppins", sans-serif;
}

.line {
  border: 0;
  border-top: 1px solid #000;
  margin: 20px 0;
}

.or-text {
  display: inline-block;
  margin: 0 10px;
}


.google-btn p {
  font-family: 'poppins', sans-serif;
  color: grey;
}

.sign-in {
  padding: 3rem 6rem 0 6rem;
  display: flex;
}

.sign-in>div {
  flex-basis: 50%;

}

.sign-in>div:nth-child(1) {
  padding-right: 7rem;
  align-self: center;
}

.sign-in>div:nth-child(1)>p {
  text-align: justify;
  color: var(--lightgray);
  line-height: 36px;
  margin-top: 3rem;
  font-family: "Inter", sans-serif;
}

.sign-in>div:nth-child(1)>p>span {
  color: var(--cerulean);
}

.signin-heading>h1,
h3 {
  font-size: 2.1rem;
  font-family: "Inter", sans-serif;
}

.contactus-link {
  display: flex;
  justify-content: end;
}

.contactus-link>a {
  text-decoration: none;
  color: var(--cerulean);
  font-weight: 500;
}

.sign-in>div:nth-child(2) {
  padding-left: 7rem;
}

.signin-card {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 1.5rem;
  padding-block: 2.5rem;
  padding-inline: 2rem;
}

.twoline {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding-block: 2.8rem;
}

.twoline>span {
  width: 100%;
  height: 1px;
  background-color: var(--lightgray);
}

.c-google img {
  width: 24px;
  height: 24px;
}

.c-google>p {
  text-align: center;
  padding-top: 1rem;
  margin-bottom: 0;
}

.c-google a {
  text-decoration: none;
  color: var(--cerulean);
}


.sign-up {
  padding: 4rem 6rem 6rem 5rem;
  font-family: "Poppins", sans-serif;
}

.custom-message {
  color: blue !important;
  background-color: white !important;
  border: 1px solid blue !important;
  padding: 10px;
  border-radius: 5px;
  margin: 10px 0;
  font-size: 1.1em;
  width: 100%;
  max-width: 400px;
  text-align: center;
  font-family: 'poppins', sans-serif;
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
}

.blog-img h1 {
  font-family: var(--poppins);
  text-align: center;
}

.blog-img p {
  font-family: var(--poppins);
  font-size: 1rem;
  padding: 2rem;
  line-height: 1.8rem;
}

.blog-img h2 {
  font-family: var(--poppins);
  font-size: 2rem;
  padding-left: 2rem;
}

.blog-heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.blog-heading h1 {
  font-size: 3rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.blog-heading p {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.blog-slider-img img {
  width: 100% !important;
  height: 15rem !important;
  object-fit: cover !important;
  border-radius: 10px;
}

.detail-blog {
  padding: 8rem;
}

.blog-detail-description p {
  font-family: var(--poppins) !important;
  line-height: 2rem !important;
}

.blog-image {
  width: 40rem;
  height: 40rem;
  object-fit: cover;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .swiper-slide img {
  width: 25rem !important;
  height: 15rem !important;
  object-fit: contain !important;
} */

.blog-heading {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -moz-line-clamp: 5;
  -o-line-clamp: 5;
  -ms-line-clamp: 5;
  line-height: 1.6em;
  height: 3rem;
  margin-bottom: 1rem;
}

  .logo-images {
    width: 18rem !important;
    height: 8rem !important;
    object-fit: contain !important;
  }
@media(max-width:800px) {

  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }

  .main-section {
    flex-direction: column;
    padding-inline: 1rem;
  }

  .h1img {
    max-width: 100%;
  }

  .main-section>.ms-ch1 {
    padding-block: 2rem;
  }

  .main-section>.ms-ch1>h1 {
    font-size: 2rem;
  }

  .main-section>.ms-ch1>p {
    width: 100%;
    line-height: 2rem;
  }


  .hww-card-container {
    gap: 2rem;
  }

  .of-grid {
    grid-template-columns: 1fr;
  }

  .of-heading>h2 {
    font-size: 1.8rem;
    padding-inline: 1rem;
  }

  .contactus {
    padding-inline: 2rem;
    grid-template-columns: 1fr;
  }

  .contactus>div:nth-child(1) {
    padding-inline: 0;
  }

  .testimonial-content {
    width: 100%;
  }

  .testimonial-content p {
    padding-inline: 2rem;
  }

  .carousel-control-prev,
  .carousel-control-next {
    display: none !important;
  }

  .px-8 {
    padding-inline: 1.5rem;
  }

  .dropdown-menu {
    margin-left: -9rem !important;
    margin-top: 3rem !important;
    width: 380px !important;
  }

  .blog-slider-img img {
    width: 15rem !important;
    height: 15rem !important;
    object-fit: cover !important;
    border-radius: 10px;
  }

  .detail-blog {
    padding: 0rem;
  }

  .blog-heading {
    display: block;
    padding: 0 !important;
  }

  .blog-heading h1 {
    font-size: 1rem;
    padding: 0;
  }

  .blog-heading p {
    font-size: 0.6rem;
    white-space: nowrap;
    padding: 0;
  }

  .blog-image {
    width: 19rem;
    height: 10rem;
    object-fit: cover;
  }

  .signin-btn button {
    display: flex;
    justify-content: center;
  }
  .logo-images {
    width: 3rem !important;
    height: 8rem !important;
    object-fit: contain !important;
  }

}

@media(max-width:1800px) {
  .logo-images {
    width: 14rem !important;
    height: 8rem !important;
    object-fit: contain !important;
  }
}