body {
  overflow-x: hidden;
  margin: 0px;

  box-sizing: border-box;
}

p {
  margin: 0px;
}

header {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 80px;
  border-radius: 50px;
  /* Makes it a circle */
  background-color: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(223, 223, 223, 0.7);
  box-shadow: 0 8px 32px rgba(177, 177, 177, 0.1);
  overflow: hidden;

  z-index: 1000;

  display: flex;
  justify-content: center;
  align-items: center;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  height: 100%;
}

li {
  height: 100%;

  display: flex;
  align-items: center;
}
li > a {
  font-weight: 100;
}

li > a {
  font-size: 12px;
  font-family: Montserrat;
  text-decoration: none;
  color: rgb(0, 0, 0);
  font-size: 18px;
  font-weight: 500;
  padding: 10px 15px;
  white-space: nowrap;
  /* Prevents text from wrapping during transition */
}

.logo_mid {
  object-fit: contain;
  width: 60px;
  height: 80px;
  cursor: pointer;
  transition: width 0.4s ease-in-out;
}

main {
  margin-top: 4em;
  position: relative;
  background-color: white;
  width: 100%;
}

.wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logocontainer {
  padding-left: 2em;
  width: 40%;
  display: flex;
  align-items: center;
}

.logo {
  width: 380px;
  height: 200px;
  object-fit: contain;
}
.text_wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero_text {
  margin: 0px;
  color: #000;
  font-family: Montserrat;
  font-size: 45.217px;
  font-style: normal;
  font-weight: 100;
  line-height: normal;
}
.sdc_logo {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.sdc_logo img {
  height: 200px;
  width: 300px;

  object-fit: contain;
}
.text {
  flex-direction: column;
  padding-right: 2em;

  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.hero {
  width: 100%;
  height: auto;
  margin-top: 170px;
}

.hero_wrapper {
  display: flex;
  height: 100%;
  align-items: center;
}

.hero_para {
  padding-left: 4em;
  width: 70%;
}

.hero_image_right {
  width: 30%;
  object-fit: cover;
  height: 100%;
}

.hero_image_right img {
  height: 346px;
  width: 100%;
  object-fit: contain;
}

.hero_para p {
  width: 100%;
  text-align: justify;
  color: #000;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 200;
  line-height: 1.8;
}

.left_gradient {
  width: 100px;
  height: 200px;
  position: absolute;
  bottom: 20px;
  left: 0px;
  filter: blur(118.4px);
  background: linear-gradient(
    85deg,
    rgba(255, 245, 207, 0.6) 3.92%,
    rgba(253, 249, 17, 0.6) 98.46%
  );
}

.about h2 {
  font-family: Montserrat;
  font-size: 29.806px;
  font-style: normal;
  font-weight: 700;
  line-height: 117%;
  /* 30.193px */
  background: linear-gradient(40deg, #6435a5 0.5%, #ffffff 84.26%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about p {
  color: #000;
  font-family: Montserrat;
  font-size: 18.19px;
  font-style: normal;
  font-weight: 510;
  line-height: normal;
}

.wrapper_left {
  width: 100%;
  display: flex;
  align-items: center;
}

.left_image {
  display: flex;
  justify-content: flex-start;
  margin-top: 50px;
  width: 50%;
  align-items: center;
}

.left_image img {
  object-fit: contain;
  width: 71%;

  height: 615px;
  align-items: center;
}

.right_text {
  width: 50%;
  justify-content: center;
  align-items: center;
}

.right_text h2 {
  color: #000;
  background: linear-gradient(90deg, #0056e7 0%, #ff3939 50%, #b3b306 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Montserrat;
  font-size: 63.222px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}

#kjusys {
  margin-bottom: 10rem;
  background-color: white;
  height: auto;
  width: 100%;
}
#modules {
  margin-bottom: 10rem;
  background-color: white;
  height: auto;
  width: 100%;
}
#team {
  margin-bottom: 10rem;
  background-color: white;
  height: auto;
  width: 100%;
}
.modules {
  margin-top: 12rem;
  background-color: white;
  height: auto;
  width: 100%;
}
.kjusys_wrapper {
  gap: 3rem;
  width: 100%;
  display: flex;
  align-items: center;
}

.kj_logo img {
  width: 100%;
  height: 280px;
  object-fit: contain;
}

.kjusys_logo {
  padding-top: 2em;
  justify-content: space-around;
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 50%;
}

.modules {
  margin-top: 4em;
}

.kjusys_text {
  width: 100%;
  display: flex;
  margin-top: 15rem;
  justify-content: center;
  align-items: center;
}

.kjusys_text {
  color: #000;
  font-family: Montserrat;
  font-size: 43.993px;
  font-style: normal;
  font-weight: 100;
  line-height: normal;
}

.right_kj_image {
  width: 50%;
}

.image_right {
  width: 100%;
  height: 630px;
}

.image_right img {
  border-radius: 20px;
  object-position: top;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.erp_info {
  position: relative;
  margin-top: 10rem;
  height: 100%;
  width: 100%;
}

.info_text {
  padding-left: 4em;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.info_text p {
  width: 100%;
  text-align: start;
  color: #000;
  font-family: Montserrat;
  font-size: 32.69px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}

.erp_wrapper {
  gap: 40px;
  margin-top: 50px;
  width: 100%;
  display: flex;
  align-items: center;
}

.image_erp {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  height: 100%;
}

.image_erp img {
  padding-left: 3em;
  object-fit: contain;
  height: 600px;
  width: 100%;
}

.info_erptext {
  padding-left: 8rem;
  width: 70%;
  display: flex;
  flex-direction: column;
}

.erp_text_wrapper {
  display: flex;
  gap: 40px;
  flex-direction: column;
}

.erp_text_wrapper p {
  color: #000;
  font-family: Montserrat;
  font-size: 38.319px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.playstore {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.apple {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#erpgradient {
  background: linear-gradient(90deg, #da0000 0%, #1b9300 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.playstore p {
  color: #000;
  font-family: Montserrat;
  font-size: 13.444px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.apple p {
  color: #000;
  font-family: Montserrat;
  font-size: 13.444px;
  font-style: normal;
  font-weight: 100;
  line-height: normal;
}

.appinfo {
  margin-top: 80px;
  display: flex;
  align-items: center;
  gap: 80px;
}

.right_gradient {
  width: 120px;
  height: 200px;
  position: absolute;
  bottom: 60px;
  right: 0px;
  filter: blur(118.4px);
  background: linear-gradient(
    85deg,
    rgb(64, 255, 0) 3.92%,
    rgba(238, 238, 238, 0.2) 98.46%
  );
}

.projects {
  background-color: #f9f9f9;
  height: auto;
  width: 100%;
}

.wrapper_projects {
  height: 100%;
  margin-top: 10rem;
  width: 100%;
  gap: 20px;
  display: flex;
}

.left_project {
  height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  width: 50%;
}

.right_project {
  height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  width: 50%;
}

.card_black {
  height: 120px;
  margin-left: 20px;
  width: 90%;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: start;
  border-radius: 30px;
  padding: 20px;
  flex-direction: column;
  margin-left: 20px;
}

.tag1 {
  color: white;

  font-family: Montserrat;
  font-size: 24.764px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.tag2 {
  margin-top: 20px;
  color: #dcdcdc;
  font-feature-settings: "liga" off, "clig" off;

  font-family: Montserrat;
  font-size: 12.478px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}

.tag11 {
  color: black;

  font-family: Montserrat;
  font-size: 28.764px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.tag22 {
  margin-top: 20px;
  color: black;
  font-feature-settings: "liga" off, "clig" off;

  font-family: Montserrat;
  font-size: 12.478px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}

.card_grey {
  width: 90%;
  height: 120px;
  margin-right: 20px;
  margin-left: 20px;
  background-color: #f9f9f9;
  display: flex;
  justify-content: center;
  align-items: start;
  border-radius: 20px;
  padding: 20px;
  flex-direction: column;
  color: rgb(0, 0, 0);
  font-family: Montserrat;
  font-size: 24.764px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.card_white {
  height: 120px;
  margin-right: 20px;
  width: 90%;
  background-color: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: start;
  border-radius: 20px;
  padding: 20px;
  flex-direction: column;
  color: #000000;
  font-family: Montserrat;
  font-size: 24.764px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.vision {
  margin-top: 10em;
  width: 100%;
  height: 100%;
}

.text_v1 {
  padding-left: 80px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.innovation_gradient {
  background: linear-gradient(
    180deg,
    #c6056c 0%,
    rgba(86, 10, 122, 0.357) 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Montserrat;
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 71px;
}

.witha {
  font-family: Montserrat;
  font-size: 53px;
  color: black;
  font-style: normal;
  font-weight: 600;
  line-height: 71px;
}

.visiongradient {
  background: linear-gradient(225deg, #ae00ff 0%, rgba(13, 28, 159, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Montserrat;
  font-size: 53px;
  font-style: normal;
  font-weight: 800;
  line-height: 71px;
}

.gradient2 {
  background: linear-gradient(60deg, #cd50b0 0%, #000000a7 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Montserrat;
  font-size: 53.222px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.text_v1 h2 {
  width: 50%;
  color: #1a202c;

  font-family: Inter;
  font-size: 53px;
  font-family: Montserrat;
  font-weight: 200;
  line-height: 71px;
}

.text_v2 {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.text_v2 h2 {
  width: 50%;
  color: #1a202c;

  font-family: Inter;
  font-size: 53px;
  font-family: Montserrat;
  font-weight: 200;
  line-height: 71px;
}

.p_card {
  margin-top: 8em;
  width: 100%;
  display: flex;
  gap: 40px;
  justify-content: flex-start;
  align-items: center;
}

.image_p {
  width: 40%;
  height: 600px;
}

.text_p {
  width: 45%;
}

.image_p img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.text_p h1 {
  color: #414141;
  font-family: Montserrat;
  font-size: 27.568px;
  font-style: normal;
  font-weight: 600;
  line-height: 41.014px;
  /* 112.5% */
}

.text_p p {
  color: #414141;
  font-family: Montserrat;
  font-size: 23.059px;
  font-style: normal;
  font-weight: 300;
  line-height: 22.388px;
  /* 171.429% */
}

.p_card2 {
  margin-top: 4em;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  gap: 40px;
  justify-content: flex-start;
  align-items: center;
}

.kjsdc {
  margin-top: 4em;
  width: 100%;
  height: 100%;
}

.heading {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.heading h2 {
  color: #000;
  font-family: Montserrat;
  font-size: 37.222px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.wrappersdc {
  padding-left: 20px;
  padding-top: 30px;

  background-color: #f8f8f8;
  height: 750px;
  width: 100%;
  display: flex;
}

.leftwrapper {
  width: 40%;
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
}

.heading_p h2 {
  color: #414141;
  font-family: Montserrat;
  font-size: 82.7px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 40px;

  line-height: 67.162px;
  /* 112.5% */
}

.heading_p1 h2 {
  color: #414141;
  font-family: Montserrat;
  font-size: 43px;
  font-style: normal;
  margin: 0px;
  font-weight: 600;
  line-height: 67.162px;
  /* 112.5% */
}

.para_p {
  color: #414141;
  font-family: Montserrat;
  font-size: 24.059px;
  font-style: normal;
  font-weight: 200;
  line-height: 38.388px;
  /* 171.429% */
}

.top_p1 {
  margin-top: 28px;
}

.top_p {
  margin-bottom: 81px;
}

.rightwrapper {
  width: 48%;
  height: 125%;
}

.rightwrapper img {
  width: 100%;
  height: 83%;
  object-fit: contain;
}

.lead_container {
  width: 100%;
  display: flex;
  align-items: center;
  height: 750px;
}

.image_lead {
  width: 50%;
  height: 131%;
}

.image_lead img {
  padding-top: 14em;
  object-fit: contain;
  width: 76%;
  height: 74%;
}

.heading_p3 h2 {
  margin-top: 50px;
  color: #414141;
  font-family: Montserrat;
  font-size: 79px;
  font-style: normal;
  font-weight: 600;
  line-height: 67.162px;
  /* 112.5% */
}

.heading_p4 h2 {
  margin: 0px;
  color: #414141;
  font-family: Montserrat;
  font-size: 43px;
  font-style: normal;
  font-weight: 600;
  line-height: 44.162px;
  /* 112.5% */
}

.details_lead {
  height: 100%;
  width: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.textl2_wrapper {
  margin-top: auto;
}

.textl1_wrapper {
  padding-top: 185px;
  height: 100%;
}

.team {
  position: relative;
  margin-top: 4em;
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
}

.row_1 {
  padding-left: 5px;

  justify-content: center;
  align-items: center;
  padding-bottom: 4em;
  width: 100%;
  display: flex;
  gap: 10px;
  height: 100%;
}

.t_card2 {
  overflow: hidden;
  overflow-y: hidden;
  position: relative;
  width: 20%;
  display: flex;
  height: 300px;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: start;
}

.t_info {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.svg2 {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  height: auto;
}

.t_card {
  margin-top: 45px;
  overflow: hidden;
  overflow-y: hidden;
  position: relative;
  width: 20%;
  display: flex;
  height: 300px;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: start;
}

.svg1 {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  height: auto;
}

.row_1 img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.row_3 {
  padding-top: 2em;
  justify-content: flex-start;
  align-items: start;
  padding-bottom: 4em;
  width: 100%;
  display: flex;
  gap: 10px;
  height: 100%;
}

.wrappino {
  width: 100%;
  position: relative;
}

.row_3 img {
  height: 550px;
  padding-left: 5px;
  object-fit: contain;
}

.innovate {
  width: 100%;
  position: absolute;
  right: -140px;
  height: 444px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: start;
}

.innovate h1 {
  background: linear-gradient(114deg, #f2f2f2 4.39%, #898989 97.99%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0px;
  color: #a2a2a2;
  font-family: Montserrat;
  font-size: 107px;
  font-style: normal;
  font-weight: 700;
  line-height: 117%;
  /* 88.338px */
  text-transform: capitalize;
}

.innobottom {
  position: absolute;
  bottom: 165px;
  right: -6px;
  width: 400px;
  height: 200px;
}

.innobottom img {
  object-fit: contain;
  height: 184%;
  width: 121%;
}

.footer_info {
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 8em;
  padding-bottom: 8em;
}

.text_info span {
  margin: 0px;
  color: #d60000;
  font-family: Montserrat;
  font-size: 74.523px;
  font-style: normal;
  font-weight: 700;
  line-height: 117%;
  /* 48.582px */
  text-transform: capitalize;
}

.text_info h1 {
  margin: 0px;
  color: #000;
  font-family: Montserrat;
  font-size: 63.523px;
  font-style: normal;
  font-weight: 200;
  line-height: 117%;
  text-transform: capitalize;
}

.text_info2 h1 {
  padding-top: 1em;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 77px;
  font-style: normal;
  font-weight: 200;
  line-height: 117%;
  /* 48.582px */
  text-transform: capitalize;
}

.footer {
  margin-top: 4em;
  background-color: #2a2a2a;
  color: #ffffff;
  padding: 40px;

  position: relative;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 20px;
}

.left-section {
  flex: 1;
  padding-right: 40px;
}

.right-section {
  text-align: right;
  min-width: 250px;
}

.institution-name {
  font-size: 26px;
  font-family: Montserrat;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}

.institution-details {
  font-family: Montserrat;
  color: #cccccc;
  line-height: 1.6;
  font-size: 14px;
}

.institution-details div {
  margin-bottom: 5px;
}

.right-section {
  display: flex;
  flex-direction: column;
  padding-top: 100px;
}

.contact-info {
  font-family: Montserrat;
  color: #cccccc;
  line-height: 1.6;
  font-size: 23px;
  display: block;
  color: #cccccc;
  font-size: 14px;
  line-height: 1.6;
}

.contact-info div {
  margin-bottom: 5px;
}

.phone {
  color: #cccccc;
  line-height: 1.6;
  font-size: 23px;
  display: block;
  color: #cccccc;
  font-size: 23px;
  line-height: 1.6;
  color: #ffffff;
}

.email {
  color: #cccccc;
  line-height: 1.6;
  font-size: 23px;
  display: block;
  color: #cccccc;
  font-size: 23px;
  line-height: 1.6;
  color: #ffffff;
}

.email a {
  color: #ffffff;
  text-decoration: none;
}

.email a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .footer {
    padding: 20px;
  }

  .footer::before {
    left: 100px;
  }

  .footer-content {
    flex-direction: column;
    gap: 20px;
  }

  .left-section {
    padding-right: 0;
  }

  .right-section {
    text-align: left;
    min-width: auto;
  }

  .institution-name {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .footer::before {
    left: 50px;
  }

  .institution-name {
    font-size: 18px;
  }
}
