@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");

* {
  font-family: "Plus Jakarta Sans", sans-serif;
}

:root {
  --primary-black: #010101;
  --primary-font-size: 16px;
}

.container-fluid {
  padding-right: 4%;
  padding-left: 4%;
}

/* buttons */
.primary-btn {
  background-color: #100697;
  color: #fff;
  border-radius: 5px;
  padding: 10px 15px;
  border: none;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

.primary-btn-demo {
  word-spacing: 1px;
  letter-spacing: 0.5px;
  background-color: #ee4823;
  color: #fff;
  border-radius: 5px;
  padding: 10px 15px;
  border: none;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

.secondary-btn {
  background-color: transparent;
  color: #100697;
  border-radius: 5px;
  padding: 10px 15px;
  border: none;
  outline-offset: -2px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  box-shadow: 0 0 0 1.3px #100697;
  transition: box-shadow 0.2s ease;
}
.secondary-btn:focus,
.secondary-btn:active {
  box-shadow: 0 0 0 1.3px #100697;
}

.secondary-btn a {
  color: #100697;
}

.secondary-btn-trial {
  background-color: #fff;
  color: #ee4823;
  border-radius: 5px;
  padding: 10px 15px;
  border: none;
  outline: 2px solid #ee4823;
  outline-offset: -2px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

.big {
  font-size: 16px;
  padding: 10px 25px;
  word-spacing: 2px;
  font-weight: 700;
}

.primary-btn img {
  height: 15px;
}

.secondary-btn img {
  width: 15px;
}

.dropdown-menu[data-bs-popper] {
  top: 145%;
}

.profile-a {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ee5944;
  color: #fff !important;
  position: relative !important;
  text-transform: uppercase;
}

.profile-dropdown {
  top: 125% !important;
  left: auto !important;
  right: 0;
}

.profile-initials {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #ee5944;
  font-size: 14px;
  display: flex;
  color: #fff;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.profile-links a {
  font-size: 14px !important;
  color: #3749a6 !important;
  font-weight: 600 !important;
}

.profile-a::after {
  content: "" !important;
}

/* logo */
.headinddex {
  z-index: 2000;
  background-color: var(--bs-body-bg);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
}
#header .navbar-brand img {
  max-width: 220px;
  max-height: 70px;
  width: 95%;
  margin-left: -15px;
}

/* For very small mobile screens (max-width: 480px) */
@media screen and (max-width: 480px) {
  /* Adjust the padding of bg-white p-5 */
  .bg-white.p-5 {
    padding: 0rem !important; /* Adjust the padding as needed */
  }
}

@media (max-width: 375px) {
  #header .navbar-brand img {
    margin-left: -15px;
  }
}

#header .dropdown-toggle::after {
  content: url(https://cdn.kryoni.com/kryoni/images/icons/arrow-vector.png);
  scale: 0.65;
  bottom: 7px;
  position: absolute;
  border: none;
}
#header .dropdown-toggle {
  position: relative;
}

/* header */

#header .nav-item a {
  color: var(--primary-black);
  font-size: var(--primary-font-size);
  font-weight: 500;
}

.nav-item .dropdown-item {
  font-weight: 700 !important;
}

#header .header-icons img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-right: 5px;
}

#header .sub-header {
  background-color: var(--primary-black);
  position: sticky !important;
}

#header .sub-header .announcement {
  color: #ffffff;
  font-weight: 500;
}

#header .sub-header .learn-more {
  color: #f9b21d;
  font-weight: 500;
}

#header .mega {
  width: 65vw !important;
  top: 145% !important;
}

#header .mega .nav-link {
  border-radius: 0px;
}

#header .mega .nav-link img {
  width: 16px;
  height: 13px;
  filter: invert(0%) sepia(0%) saturate(12%) hue-rotate(257deg) brightness(100%)
    contrast(104%);
}

#header .mega .nav-link.active {
  background: #ccdff4;
  color: #053ca7;
}

#header .mega .nav-link.active img {
  filter: unset !important;
}

#header .mega .image-box h5 {
  font-size: 16px;
  font-weight: 800;
  color: #053ca7;
}

#header .mega .image-box img {
  width: 50px;
}

#header .mega .image-box span {
  font-size: 14px;
  font-weight: 500;
}

#header .mega .image-box {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

#first-content .main-heading {
  font-size: 40px;
  line-height: 65px;
  display: inline;
  margin-left: 8px;
}

#first-content .main-heading .publishing {
  margin-top: -40px;
  margin-right: -20px;
  margin-left: 10px;
  margin-bottom: 10px;
  width: 40%;
}

#first-content .description {
  line-height: 32px;
  font-size: 16px;
  font-weight: 500;
  word-spacing: 1.5px;
  color: var(--primary-black);
}

#first-content .project-content {
  background-image: url(https://cdn.kryoni.com/kryoni/images/icons/metrics.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
}

#first-content .project-content .project-logo img {
  max-width: 55px;
  width: 100%;
}

#first-content .project-content .right p {
  font-size: 15px;
  width: 90%;
  color: #161439;
  font-weight: 500;
  margin: 0;
}

#first-content .project-content hr {
  border: 1px #e0e0e0 solid;
  opacity: 0.5;
}

#first-content .main-sub-heading {
  font-size: 35px;
}

#first-content .floating-heading {
  font-size: 35px;
  color: #fff;
  position: relative;
  z-index: 0;
  margin-left: 30px;
  margin-right: 30px;
  word-break: auto-phrase;
  display: inline-block;
}

#first-content .floating-heading img {
  position: absolute;
  z-index: -1;
  top: -55%;
  left: -22px;
  width: calc(100% + 70px);
  min-height: 100px;
}

#first-content .video-img {
  width: 100%;
  margin: auto;
}

#first-content .video-container {
  width: 75%;
  margin: auto;
}

#third-content .project-logo img {
  max-width: 55px;
  width: 100%;
}

#third-content p {
  font-size: 15px;
  color: #1c1a4a;
  width: 95%;
  margin-right: auto;
  margin-left: 15px;
}

#third-content .design-card-1 {
  position: relative;
  background: #f1fdff;
  padding: 15px 20px;
  border-radius: 20px;
  box-shadow: 8px 8px 0px 0px #c9e4e9;
  width: 97%;
  height: 100%;
  transition: 0.5s ease;
}

#third-content .design-card-1:hover {
  box-shadow: 0px 0px 0px 8px #c9e4e9;
  transition: 0.5s ease;
}

#third-content .design-card-2:hover {
  box-shadow: 0px 0px 0px 8px #c8c1ed;
  transition: 0.5s ease;
}

#third-content .design-card-3:hover {
  box-shadow: 0px 0px 0px 8px #ebe0c4;
  transition: 0.5s ease;
}
#third-content .design-card-4:hover {
  box-shadow: 0px 0px 0px 8px #d7e9af;
  transition: 0.5s ease;
}
#third-content .design-card-5:hover {
  box-shadow: 0px 0px 0px 8px #f1efbb;
  transition: 0.5s ease;
}
#third-content .design-card-6:hover {
  box-shadow: 0px 0px 0px 8px #ecc7d9;
  transition: 0.5s ease;
}

#third-content .design-card-2 {
  position: relative;
  background: #edeaff;
  padding: 15px 20px;
  border-radius: 20px;
  box-shadow: 8px 8px 0px 0px #c8c1ed;
  width: 97%;
  margin: auto;
  height: 100%;
  transition: 0.5s ease;
}

#third-content .design-card-3 {
  position: relative;
  background: #fff7e2;
  padding: 15px 20px;
  border-radius: 20px;
  box-shadow: 8px 8px 0px 0px #ebe0c4;
  width: 97%;
  margin: auto;
  height: 100%;
  transition: 0.5s ease;
}
#third-content .design-card-4 {
  position: relative;
  background: #f2fddb;
  padding: 15px 20px;
  border-radius: 20px;
  box-shadow: 8px 8px 0px 0px #d7e9af;
  width: 97%;
  margin: auto;
  height: 100%;
  transition: 0.5s ease;
}
#third-content .design-card-5 {
  position: relative;
  background: #fffddd;
  padding: 15px 20px;
  border-radius: 20px;
  box-shadow: 8px 8px 0px 0px #f1efbb;
  width: 97%;
  margin: auto;
  height: 100%;
  transition: 0.5s ease;
}
#third-content .design-card-6 {
  position: relative;
  background: #ffeaf4;
  padding: 15px 20px;
  border-radius: 20px;
  box-shadow: 8px 8px 0px 0px #ecc7d9;
  width: 97%;
  margin: auto;
  height: 100%;
  transition: 0.5s ease;
}

#third-content .sparkle-png {
  position: absolute;
  right: 45px;
}

#fourth-content {
  background-image: url(https://cdn.kryoni.com/kryoni/images/icons/Bitmap.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f5f9ff;
}
#fourth-content .col-3 {
  border-radius: 1.5rem;
  width: 250px;
  height: fit-content;
}
#fourth-content .blue-color {
  background-color: #e6efff;
  border: 1px solid #d6e6e7;
  box-shadow: 6px 6px 0px 0px #cae3e4;
}
#fourth-content .green-color {
  background-color: #d6e6e7;
  border: 1px solid #c4d8d9;
  box-shadow: 6px 6px 0px 0px #c4d8d9;
}

#fourth-content .green-color:hover {
  box-shadow: 0px 0px 0px 6px #c4d8d9;
  transition: 0.5s ease;
}
#fourth-content .blue-color:hover {
  box-shadow: 0px 0px 0px 6px #cae3e4;
  transition: 0.5s ease;
}

#fourth-content .heading {
  font-size: 38px;
}

#fourth-content .business-img {
  width: 90px;
  height: 90px;
}

#fourth-content .col-3 p {
  text-align: center;
  line-height: 26px;
  margin-top: 15px;
  font-weight: 600;
  font-size: 1.1rem;
}

#fourth-content .business-title {
  display: inline-block;
  width: 100%;
  font-weight: 900;
  text-align: center;
  line-height: 28px;
}

#fourth-content .scale,
#fourth-content .collaboration,
#fourth-content .solution {
  padding: 0px 31px;
}

/* fifth */
#fifth-content .col-8 h2 {
  width: 90%;
  margin: 0 auto;
}

#fifth-content .heading {
  font-size: 35px;
}

#fifth-content .col-8 p {
  color: #010101;
  text-align: left;
  line-height: 32px;
  font-size: 16px;
  word-spacing: 1.5px;
  width: 90%;
  margin: 0 auto;
}

#fifth-content .signature {
  width: 90%;
  margin: 0 auto;
}

#fifth-content .signature img {
  width: 160px;
  height: 80px;
  object-fit: contain;
}

#fifth-content .signature h5 {
  color: #ee4823;
  font-weight: 700;
}

#fifth-content .signature h6 {
  font-weight: 700;
}

.row.row-gap-3.align-items-start.mb-5 {
  column-gap: 104px !important;
}

#footer {
  background-color: #f7f6f6;
}

#footer .logo-content p {
  color: #010101;
  text-align: left;
  font-size: 15px;
  word-spacing: 1px;
  width: 85%;
  margin-left: 10px;
  font-weight: 500;
}

#footer .logo-content > img {
  width: 180px !important;
  margin-top: -15px;
  margin-inline: -6px;
}
#footer .col-12.col-md-6.col-lg-3.logo-content {
  padding: 0%;
}

#footer .logo-content .social-icons {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-left: 10px;
}

#footer .logo-content .social-icons img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}

#footer .footer-links h4 {
  color: #010101;
  font-size: 20px;
  padding-bottom: 5px;
  font-weight: 600;
}

#footer .footer-links ul {
  padding: 0;
  list-style: none;
}

#footer .footer-links ul li {
  padding-bottom: 10px;
}

#footer .footer-links ul li a {
  color: #010101;
  font-size: 15px;
  text-align: left;
  word-spacing: 1px;
  text-decoration: none;
  font-weight: 500;
}

#footer .popup-form {
  width: 100%;
  column-gap: 10px;
  margin-top: 15px;
}

#footer .popup-form button {
  padding: 10px;
  border-radius: 5px;
  outline: none;
  font-size: 14px;
}

#footer input {
  width: 100%;
  background-color: #fff;
  border: 1px solid #00000033;
  color: #a3a3a3;
  padding: 10px;
  font-size: 15px;
  border-radius: 5px;
}

#footer .popup-form button {
  cursor: pointer;
  background-color: #100697;
  border: 0px;
  color: #fff;
}

@media (max-width: 375px) {
  #footer .logo-content > img {
    width: 100%; /* Make the image fill the screen on mobile */
    margin-top: 0; /* Adjust margin-top for mobile */
  }
}

#copyrights {
  background-color: #f7f6f6;
  border-top: 1px solid #c4c4c4;
}

#copyrights span {
  color: #010101;
  font-size: 14px;
  letter-spacing: 0.5px;
  word-spacing: 1.5px;
}

.clickable {
  cursor: pointer;
}

.quote-img {
  position: absolute;
  top: 30px;
  right: 80px;
  width: 40px;
}

/* customize */

#second-content .community {
  background-color: #100697;
}
#second-content .community {
  position: relative;
}
#second-content .leftsideline {
  position: absolute;
  top: 0%;
  left: 0%;
}
#second-content .rightsideline {
  position: absolute;
  top: 25%;
  right: 0%;
}
#second-content .join-stream {
  font-weight: 400;
  font-size: 38px;
  color: #fff;
}
#second-content .shape {
  color: #fff;
  font-size: 15px;
  padding-bottom: 7rem;
}
section#third-content {
  margin-top: -131px;
}
#sixth-content .vector-control {
  position: absolute;
  top: -32px;
  left: 128px;
}
#sixth-content .get-in-touch {
  position: absolute;
  font-size: 32px;
  font-weight: 800;
  color: #fff;
  left: 12%;
  top: 12%;
}
#sixth-content .dotimg {
  position: absolute;
  top: -59%;
  left: 85%;
  height: 85%;
}
.img-fluid {
  max-width: 88%;
  height: auto;
}
#sixth-content .leftsideline {
  position: absolute;
  left: 0%;
  height: 40%;
}
#sixth-content .rightsideline {
  position: absolute;
  right: 0%;
  top: 62%;
  height: 38%;
}
#sixth-content .community {
  background-color: #100697;
}
#sixth-content .contact-btn {
  background-color: transparent;
  color: #fff;
  border-radius: 5px;
  padding: 10px 15px;
  min-width: 220px;
  border: none;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: 1px solid #fff;
  outline-offset: -2px;
  min-height: 50px;
  letter-spacing: 0.5px;
}
#sixth-content .demo-btn {
  background-color: #ee4823;
  color: #fff;
  border-radius: 5px;
  padding: 10px 15px;
  min-width: 220px;
  border: none;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  letter-spacing: 0.5px;
}
#sixth-content .col-lg-6.col-md-12.mb-4 {
  padding-left: 65px;
}

#sixth-content h2.text-lg-start.text-md-center.text-sm-center.heading {
  font-size: 38px;
  color: #fff;
  padding-top: 20px;
}

@media screen and (max-width: 568px) {
  #first-content .main-heading {
    font-size: 25px;
    line-height: 40px;
  }

  #first-content .floating-heading {
    font-size: 22px;
  }
  #first-content .floating-heading img {
    /* min-height: 65px;
    top: -55%; */
    min-height: 60px;
    top: -65%;
  }

  #first-content .description {
    line-height: 25px;
    font-size: 15px;
  }

  #first-content .project-content {
    margin-left: 0px !important;
    margin-top: 10px;
  }

  #first-content .project-content .d-flex.clickable {
    flex-wrap: wrap;
  }
}

@media (max-width: 1024px) {
  #second-content .rightsideline {
    position: absolute;
    top: 40%;
    right: 0%;
  }
  #sixth-content h2.text-lg-start.text-md-center.text-sm-center.heading {
    font-size: 28px;
    color: #fff;
    padding-top: 20px;
  }
  #sixth-content .contact-btn {
    min-width: 190px;

    font-size: 15px;

    min-height: 45px;
  }
  #sixth-content .demo-btn {
    min-width: 172px;

    font-size: 15px;
    font-weight: 600;

    min-height: 45px;
  }
  .col-lg-5.col-md-12.text-lg-starttext-md-center.text-sm-center {
    width: 45%;
  }
}

@media (max-width: 768px) {
  #first-content .main-heading {
    font-size: 30px;
    line-height: 65px;
  }
  #first-content .floating-heading {
    font-size: 25px !important;
    left: -1px;
  }

  #first-content .floating-heading img {
    min-height: 60px;
    top: -82% !important;
}
  #first-content .description {
    font-size: 15px;
  }
  .big {
    font-size: 15px;
  }

  #second-content .leftsideline {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 13%;
  }
  #second-content .rightsideline {
    position: absolute;
    top: 25%;
    right: 0%;
    width: 20%;
  }
  #second-content .join-stream {
    font-weight: 400;
    font-size: 22px;
    color: #fff;
  }
  section#third-content {
    margin-top: -90px;
  }
  #second-content .shape {
    color: #fff;
    font-size: 12px;
    padding-bottom: 6rem;
  }
  .card-parent-div.p-5 {
    padding: 0px !important;
  }
  .landing-page-card-heading h6 {
    font-size: 16px !important;
  }
  #third-content p {
    font-size: 15px;
    color: #1c1a4a;
    width: 100%;
    margin-right: auto;
    margin-left: 15px;
  }
  #fourth-content .heading {
    font-size: 23px;
  }
  .landing-page-second-card-heading span {
    font-size: 16px !important;
  }
  .col-lg-5.col-md-12.text-lg-starttext-md-center.text-sm-center {
    width: 100%;
  }
  #fourth-content .col-3 p {
    font-size: 15px;
  }
  h2.text-start.heading.text-capitalize.mb-1 {
    font-size: 28px !important;
  }
  #fifth-content .col-8 p {
    line-height: 30px;
    font-size: 15px;
  }
  .quote-img {
    top: 9px;
    width: 38px;
  }
  #sixth-content .leftsideline {
    position: absolute;
    left: 0%;
    height: 30%;
  }
  #sixth-content .rightsideline {
    position: absolute;
    right: 0%;
    top: 70%;
    height: 30%;
  }
  .img-fluid {
    max-width: 70%;
    height: auto;
  }
  #sixth-content .get-in-touch {
    font-size: 25px;
    left: 11%;
    top: 13%;
  }
  #sixth-content .dotimg {
    position: absolute;
    top: -59%;
    left: 68%;
    height: 85%;
  }
  #sixth-content h2.text-lg-start.text-md-center.text-sm-center.heading {
    font-size: 30px;
    color: #fff;
    padding-top: 0px;
  }
  #sixth-content .contact-btn {
    min-width: 180px;

    font-size: 15px;

    min-height: 45px;
  }
  #sixth-content .demo-btn {
    min-width: 180px;

    font-size: 15px;

    min-height: 45px;
  }
  #first-content .main-sub-heading {
    font-size: 28px;
  }
}
@media (max-width: 663px) {
  #first-content .main-heading {
    font-size: 25px !important;
    line-height: 40px !important;
    display: inline !important;
  }
  @media screen and (max-width: 480px) {
    .bg-white.p-5 {
      padding: 0rem !important;
    }
  }

  #first-content .main-sub-heading {
    font-size: 20px;
  }
  #second-content .leftsideline {
    top: 0%;
    left: 0%;
    width: 11%;
  }
  #second-content .join-stream {
    font-weight: 500;
    font-size: 20px;
    max-width: 90%;
    margin: auto;
  }
  #second-content .shape {
    font-size: 14px;
    max-width: 90%;
    margin: auto;
    padding-bottom: 5rem;
  }
  section#third-content {
    margin-top: -61px;
  }
  #second-content .rightsideline {
    top: 32%;
    right: 0%;
    width: 30%;
  }
  .container-fluid {
    padding-right: 3%;
    padding-left: 3%;
  }

  h2.text-start.heading.text-capitalize.mb-1 {
    font-size: 22px !important;
  }
  #fifth-content .col-8 p {
    line-height: 21px;
    font-size: 15px;
  }
  .quote-img {
    top: 7px;
    width: 28px;
    left: 68%;
  }
  #first-content .video-container {
    width: 100%;
    margin: auto;
  }
  #fifth-content .signature img {
    width: 140px;
    height: 75px;
  }
  #fifth-content .signature h5 {
    font-size: 18px;
  }
  #fifth-content .signature h6 {
    font-weight: 700;
    font-size: 13px !important;
  }

  #sixth-content .leftsideline {
    height: 25%;
  }
  #sixth-content .rightsideline {
    top: 75%;
    height: 25%;
  }
  .img-fluid {
    margin-top: 15px !important;
    max-width: 65%;
  }

  #sixth-content .vector-control {
    top: -31px;
    left: 49px;
  }
  #sixth-content .get-in-touch {
    margin-top: 10px;
    font-size: 20px;
    left: 6%;
    top: 17%;
  }
  #sixth-content h2.text-lg-start.text-md-center.text-sm-center.heading {
    width: 90%;
    margin: auto;
    margin-top: 10px;
    font-size: 18px;
  }

  #sixth-content .col-lg-6.col-md-12.mb-4{
    padding: 0px !important;
  }
  section#sixth-content {
    margin-top: 1rem;
  }
  #sixth-content .dotimg {
    left: 63%;
  }
  #sixth-content .contact-btn {
    padding: 5px 5px;
    min-width: 190px;
    font-size: 12px;
    min-height: 40px;
  }
  #sixth-content .demo-btn {
    /* padding: 5px 5px;
  min-width: 150px;
  font-size: 12px;
  min-height: 40px; */
    padding: 5px 5px;
    min-width: 190px;
    margin-left: -6px;
    font-size: 12px;
    min-height: 40px;
  }
  .row.row-gap-4.mt-5.align-items-center {
    row-gap: 0px !important;
  }

  /* header */

  #header .d-flex.gap-3 {
    display: block !important;
  }

  #header .primary-btn {
    background: none;
    border: none;
    color: var(--primary-black);
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    padding: 0 !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    padding-left: 10px !important;
  }
  #header .primary-btn:focus {
    outline: none;
    box-shadow: none;
  }
  #header #navbarSupportedContent ul.dropdown-menu.show {
    border: none;
    width: 100% !important;
    box-shadow: none !important;
    padding: 0rem 0.5rem;
  }
  #header #navbarSupportedContent .vw-50.dropdown-menu.mega.p-0.rounded-0.show {
    border: none;
    width: 100% !important;
    box-shadow: none !important;
  }
  #header #navbarSupportedContent .col-md-3.p-0.border-end.d-flex.flex-wrap {
    border: none !important;
  }
  #header #myTab .my-5 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  #header .nav-item a {
    text-decoration: none !important;
    padding: 10px;
  }

  #header .nav-pills{
    padding-left: 10px !important;
  }

  #header .secondary-btn {
    background: none;
    border: none;
    color: var(--primary-black);
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    padding: 0 !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  #header .secondary-btn {
    outline: none;
    box-shadow: none;
  }

  #header .nav-link.active,
  .dropdown-item.active {
    background-color: #ccdff4 !important;
    color: #053ca7 !important;
  }

  #header .mega .nav-link img {
    display: none;
  }
}

@media screen and (max-width: 663px) {
  #fifth-content .col-4 {
    width: 85% !important;
    margin: auto !important;
  }
}
@media screen and (max-width: 663px) {
  #fifth-content .col-8 {
    width: 100% !important;
  }
}

@media (max-width: 375px) {
  section#first-content {
    margin-top: 1rem;
  }
  #first-content .main-heading {
    font-size: 20px;
    line-height: 36px;
  }
  #first-content .floating-heading {
    font-size: 20px;
  }
  #first-content .floating-heading img {
    top: -78%;
  }
  #first-content .description {
    font-size: 14px;
  }
  #first-content .primary-btn.big {
    font-size: 13px;
  }
  #first-content h4.fw-bold.fs-5 {
    font-size: 15px !important;
  }
  #first-content .project-content .right p {
    font-size: 13px;
  }
  #first-content .d-flex.gap-3.clickable {
    gap: 0 !important;
  }
  #first-content .bg-white.p-5 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .container-fluid {
    padding-right: 7%;
    padding-left: 7%;
  }
  #first-content .main-sub-heading {
    margin-top: -10px;
    font-size: 19px;
  }
  #second-content .join-stream {
    font-size: 17px;
    padding-left: 32px;
  }
  #second-content .rightsideline {
    top: 36%;
  }
  .landing-page-card-heading h6 {
    font-size: 15px !important;
  }
  #third-content .sparkle-png {
    right: 23px;
  }
  #third-content p {
    font-size: 12px;
  }
  #fourth-content .heading {
    font-size: 20px;
  }
  .landing-page-second-card-heading span {
    font-size: 15px !important;
  }
  #fourth-content .business-title {
    line-height: 22px;
  }
  #fifth-content h2.text-start.heading.text-capitalize.mb-1 {
    font-size: 20px !important;
  }
  #fifth-content .col-8 p {
    line-height: 21px;
    font-size: 12px;
  }
  #fifth-content .px-2.pt-3.py-5 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  #fifth-content .signature img {
    width: 130px;
    height: 70px;
  }
  #fifth-content .signature h5 {
    font-size: 15px;
  }
  #fifth-content .signature h6 {
    font-weight: 700;
    font-size: 12px !important;
  }
  section#third-content {
    margin-top: -65px;
  }
  #sixth-content .leftsideline {
    height: 25%;
  }
  #sixth-content h2.text-lg-start.text-md-center.text-sm-center.heading {
    font-size: 15px;
    margin-top: 5px;
    margin-left: -35px;
  }
  .img-fluid {
    max-width: 60%;
    margin-top: 6px !important;
  }
  #sixth-content .get-in-touch {
    font-size: 15px;
    left: 9%;
    top: 17%;
  }
  #sixth-content .vector-control {
    top: -18px;
    left: 35px;
  }
  #sixth-content .dotimg {
    left: 58%;
  }
  #sixth-content .contact-btn {
    min-width: 135px;
    font-size: 11px;
    min-height: 35px;
  }
  #sixth-content .demo-btn {
    padding: 5px 5px;
    min-width: 135px;
    font-size: 11px;
    min-height: 35px;
  }
  #second-content .community {
    margin-top: 1px;
  }
  .footer-links .mainlinks {
    margin-top: -10px;
  }
}

@media (max-width: 575px) {
  #first-content .main-heading {
    font-size: 20px;
    line-height: 36px;
  }
}
@media (max-width: 320px) {
  #first-content .primary-btn.big {
    font-size: 11px;
  }
  .img-fluid {
    max-width: 63%;
  }
  #header .navbar-brand img {
    max-width: 200px;
    max-height: 60px;
    width: 80%;
  }
  #first-content .main-sub-heading {
    font-size: 18px;
  }
  /* #first-content .container-fluid {
  padding-right: 0%;
  padding-left: 0%;
} */
  #second-content .join-stream {
    font-size: 14px;
    padding-left: 32px;
  }
  #second-content .shape {
    padding-bottom: 3rem;
  }
  section#third-content {
    margin-top: -55px;
  }
  #second-content .rightsideline {
    top: 46%;
  }
  .landing-page-card-heading h6 {
    font-size: 13px !important;
  }
  #third-content .sparkle-png {
    right: 3px;
  }
  #fourth-content .heading {
    font-size: 16px;
  }
  #fifth-content h2.text-start.heading.text-capitalize.mb-1 {
    font-size: 17px !important;
  }
  #fifth-content .col-8 p {
    line-height: 21px;
    font-size: 12px;
  }

  .quote-img {
    top: 4px;
    width: 28px;
    left: 70%;
  }
  #sixth-content .get-in-touch {
    /* font-size: 13px;
  left: 9%;
  top: 17%; */
    font-size: 14px;
    left: 7%;
    top: 0%;
  }
  #sixth-content h2.text-lg-start.text-md-center.text-sm-center.heading {
    font-size: 14px;
    margin-left: -35px !important;
  }
  #sixth-content .contact-btn {
    min-width: 120px;
    font-size: 10px;
    min-height: 32px;
  }
  #sixth-content .demo-btn {
    padding: 4px 4px;
    min-width: 120px;
    font-size: 10px;
    min-height: 34px;
  }
}

#footer {
  margin-bottom: -40px !important;
}

@media (max-width: 663px) {
  #fourth-content .blue-color {
    margin-top: 2rem;
  }
}

@media (max-width: 575px) {
  .explore-now-btn {
    margin-right: auto;
    font-size: 14px;
    padding: 10px 15px;
    margin-top: 5px;
  }

  .kryoni-products-links {
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-start.video-container {
    padding: 0px 10px;
  }

  .community > .row {
    margin: auto;
  }

  #second-content .rightsideline {
    display: none;
  }

  #third-content .design-card-1 {
    margin: unset;
  }
  #third-content .design-card-2 {
    margin: unset;
  }
  #third-content .design-card-3 {
    margin: unset;
  }
  #third-content .design-card-4 {
    margin: unset;
  }
  #third-content .design-card-5 {
    margin: unset;
  }
  #third-content .design-card-6 {
    margin: unset;
  }

  #third-content {
    padding-bottom: 2.5rem;
  }

  #fifth-content {
    padding-bottom: 1.5rem;
  }

  .contact-banner-btn {
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
  }

  .contact-banner-btn button {
    font-size: 12px !important;
    min-width: 170px !important;
    margin-left: 0px !important;
    padding: 5px 15px !important;
  }

  .contact-banner-btn .contact-btn {
    margin-bottom: 15px !important;
  }

  #first-about-content .floating-heading{
    margin-left: 0px !important;
  }
}
