body {
  font-family: "Mulish", sans-serif;
  margin: 0;
  background-color: white;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

header {
  position: relative;
  padding: 20px 150px 0;
}

.topnav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  padding: 0 150px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 250;
  background-color: rgba(255, 255, 255, 0.7);
}

#id {
  z-index: 25;
}

.topnav ul {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 40px;
  margin-right: 20px;
}

.topnav ul a {
  font-size: 18px;
  font-weight: 400;
  color: #1f1534;
  text-decoration: none;
}

.topnav ul a:hover {
  color: white;
  background-color: #458ff6;
}

.topnav ul li span {
  font-weight: 700;
}

.hamburger {
  display: none;
}

.topnav h1 {
  color: #233348;
  font-weight: 700;
  font-size: 24px;
}

.topnav h1 span {
  margin-right: 10px;
  background-color: #458ff6;
  border-radius: 50%;
  padding: 5px 10px;
  color: white;
  font-size: 24px;
  font-weight: 700;
}

/* Virtual Healthcare */

.illustration {
  margin: 60px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 9%;
}

.topelement {
  position: absolute;
  top: 100px;
  left: 0;
}

.virtual {
  width: 37%;
}

.virtual h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  margin: 0;
}

.illus {
  width: 55%;
}

.illus img {
  width: 100%;
}

.virtual p {
  margin: 0;
  font-size: 21px;
  font-weight: 300;
  line-height: 32px;
  margin: 40px 0;
}

.btncontact {
  font-size: 18px;
  font-weight: 700;
  padding: 15px 35px;
  background-color: #458ff6;
  border: none;
  border-radius: 25px;
  color: white;
  cursor: pointer;
  z-index: 1000;
}

/* our service */

.our-services {
  margin-top: 100px;
  padding: 0 150px;
}

.kkk {
  text-align: center;
  padding: 0 10%;
  z-index: 208;
}

.servtext h3 {
  font-size: 36px;
  font-weight: 700;
}

.servtext {
  position: relative;
}

.emt {
  width: 56px;
  height: 3px;
  background-color: black;
  position: absolute;
  bottom: -35px;
  left: 47%;
}

.addj {
  color: #7d7987;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: 300px;
}

/*our services grid*/
.grid-services {
  margin: 70px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 35px;
  column-gap: 35px;
}

.server {
  border-radius: 15px;
  padding: 40px 20px;
  box-shadow: 10px 40px 40px #e5e9f666;
  z-index: 1;
  background-color: white;
}

.server h3 {
  font-size: 24px;
  font-weight: 700;
}

.server img {
  height: 70px;
}

.server p {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}

.griddy {
  position: relative;
}

.img99 {
  position: absolute;
  left: 0;
  top: -260px;
  z-index: -208;
}

.img99 img {
  width: 100%;
}

.grab {
  position: relative;
  padding: 0 250px;
  text-align: center;
}

.img97 {
  position: absolute;
  right: 200px;
  top: 32.5%;
}

.btnmore {
  font-size: 18px;
  font-weight: 700;
  color: #458ff6;
  padding: 15px 35px;
  border: 1.4px solid #458ff6;
  border-radius: 55px;
  background-color: white;
}

/* leading */

.leading {
  margin: 120px 250px 0 120px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  column-gap: 100px;
  align-items: center;
}

.leading img {
  width: 100%;
}

.leadtext {
  text-align: center;
}

.leadtext h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 56px;
  text-align: left;
}

.leadtext p {
  margin: 40px 0;
  color: #7d7987;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  text-align: left;
}

.rectt {
  position: relative;
}

.leadtext .leadrec {
  position: absolute;
  width: 56px;
  height: 2px;
  bottom: -60px;
  left: 0;
  border-radius: 10px;
  background-color: black;
}

.btnlead {
  font-size: 18px;
  font-weight: 700;
  color: #458ff6;
  padding: 15px 35px;
  border: 1.4px solid #458ff6;
  border-radius: 55px;
  background-color: white;
}

/* download app */
.appdown {
  margin: 150px 120px 0 250px;
  display: flex;
  flex-direction: row;
  column-gap: 100px;
  align-items: center;
}

.apptext {
  flex: 0.62;
  text-align: center;
}

.appimg {
  flex: 1.2;
}

.apptext h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  text-align: left;
}

.apptext p {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  text-align: left;
  color: #7d7987;
}

.appimg img {
  width: 95%;
}

.apphead {
  position: relative;
}

.apprec {
  position: absolute;
  width: 56px;
  height: 2px;
  bottom: -30px;
  left: 0;
  border-radius: 10px;
  background-color: black;
}

.btnapp {
  margin-top: 20px;
  font-size: 19px;
  font-weight: 700;
  color: #458ff6;
  padding: 15px 35px;
  border: 1.4px solid #458ff6;
  border-radius: 55px;
  background-color: white;
}

.btnapp img {
  margin-left: 17px;
}

.appsec {
  position: relative;
}

.appsecimg {
  position: absolute;
  right: 0;
  top: -150px;
}

/* testimonials */
.testi {
  position: relative;
  color: white;
  padding: 20px 100px 70px;
  background: linear-gradient(208.18deg, #67c3f3 9.05%, #5a98f2 76.74%);
  border-radius: 25px;
  z-index: 2;
}

.testihead {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  margin-bottom: 60px;
}

#carousel2 {
  margin-top: 50px;
  display: none;
}

#carousel2.active {
  display: block;
}

#carousel1.active {
  display: none;
}

.testihead .testirec {
  position: absolute;
  width: 56px;
  height: 2px;
  border-radius: 6px;
  background-color: white;
  bottom: -60px;
  left: 42%;
}

.testiprop {
  display: flex;
  align-items: center;
  gap: 30px;
}

.testiprop img {
  width: 15%;
  border: 5px solid white;
  border-radius: 50%;
}

.testiprop p {
  width: 50%;
  font-size: 19px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  margin-left: 30px;
}

.testiname {
  width: 30%;
}

.testiname h3 {
  font-size: 22px;
  font-weight: 700;
  text-align: left;
}

.testiname h4 {
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}

.testimonials {
  margin: 180px 210px 120px;
  position: relative;
}

.testele {
  position: absolute;
  bottom: 100px;
  left: -50px;
}

.testelement {
  position: absolute;
  right: -50px;
  top: -15px;
  z-index: 3;
}

.arrownav {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .arrownav p {
  background: #5b9bf3;
  height: 10px;
  width: 10px;
  opacity: 30%;
  border-radius: 50%;
  margin: 0 8px;
} */

.arrownav .active222 {
  opacity: 100%;
}

.arrownav .img11 {
  margin-right: 70px;
  transform: rotate(180deg);
  opacity: 0.7;
}

.arrownav .img22 {
  margin-left: 70px;
  opacity: 0.7;
}

.arrownav img:hover {
  opacity: 1;
  cursor: pointer;
}

.articlemain {
  margin: 150px 200px 50px;
  text-align: center;
}

.articleimgg {
  width: 100%;
}

.articlegrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 40px;
  margin-top: 70px;
}

.artmain {
  position: relative;
}

.artrec {
  position: absolute;
  top: -150px;
  right: -100px;
}

.artrec2 {
  position: absolute;
  top: -50px;
  left: -50px;
}

.articlebox {
  box-shadow: 10px 40px 50px 0px #e5e9f666;
  border-radius: 20px;
  background-color: white;
  z-index: 2;
}

.articlebox h3 {
  font-size: 21px;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
  margin-top: 30px;
}

.articlebox h6 {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  text-align: left;
  color: #7d7987;
}

.articlebox p {
  color: #4089ed;
  font-size: 17px;
  font-weight: 600;
  line-height: 28px;
  text-align: left;
  margin-bottom: 30px;
}

.articlebox img {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.articlebox p,
.articlebox h3,
.articlebox h6 {
  padding: 0 35px;
  margin: 25px 0;
}

.articletext {
  position: relative;
}
.articletext h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 56px;
  text-align: left;
  text-align: center;
}

.articlerec {
  width: 56px;
  height: 2px;
  border-radius: 5px;
  background-color: black;
  position: absolute;
  bottom: -30px;
  left: 45%;
}

.btnview {
  margin-top: 30px;
  padding: 15px 50px;
  color: #458ff6;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  border: 1.4px solid #458ff6;
  border-radius: 55px;
  background-color: white;
}

/* footer */
.ffdetails {
  padding: 100px 150px;
  background: linear-gradient(183.41deg, #67c3f3 -8.57%, #5a98f2 82.96%);
  color: white;
  display: grid;
  grid-template-columns: 2.5fr 1fr 1fr 1fr;
  column-gap: 100px;
  position: relative;
  z-index: 2;
}

.footcom h3,
.footreg h3,
.foothelp h3 {
  font-size: 20px;
  font-weight: 700;
  text-align: left;
}

.footcom h4,
.footreg h4,
.foothelp h4 {
  font-size: 18px;
  font-weight: 300;
  text-align: left;
  margin: 15px 0;
}

.footdetails h4 {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  text-align: left;
}

.footdetails h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  margin: 15px 0;
}

.footdetails p {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  text-align: left;
  margin: 14px 0;
}

.footdetails span {
  color: #5b9bf3;
  font-size: 22px;
  font-weight: 700;
  line-height: 33px;
  letter-spacing: 0em;
  background-color: white;
  border-radius: 50%;
  padding: 5px 10px;
  margin-right: 10px;
}

footer {
  position: relative;
}

.lastele {
  position: absolute;
  bottom: 0;
  left: -20px;
  z-index: 3;
}

.lastele2 {
  position: absolute;
  top: -70px;
  right: 50px;
}

@media (max-width: 600px) {
  body {
    margin: 0;
    /* overflow-x: hidden; */
  }

  header {
    padding: 0 20px 0;
  }

  .contain {
    height: 19px;
    width: 40px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin: 0;
  }

  .contain .menulogo {
    height: 3px;
    width: 30px;
    background-color: black;
    z-index: 10000;
    transition: 0.2s;
  }

  .contain.active .menulogo:nth-child(2) {
    opacity: 0;
  }

  .contain.active .menulogo:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .contain.active .menulogo:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin: 0;
  }

  .menu {
    position: fixed;
    background: linear-gradient(183.41deg, #67c3f3 -8.57%, #5a98f2 82.96%);
    top: 0;
    margin: 0;
    width: 30%;
    padding: 50px;
    z-index: -1;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    z-index: 1000;
    transition: 0.5s;
    right: -100%;
  }

  .menu.active {
    right: 0;
  }

  .hamburger ul li {
    list-style: none;
    border-bottom: 1px solid black;
    width: 100%;
    text-align: center;
    padding: 20px;
  }

  .hamburger ul li:last-child {
    border: none;
  }

  .hamburger ul a {
    text-decoration: none;
    color: snow;
    transition: color 0.2s;
  }

  .hamburger ul a:hover {
    color: black;
  }

  .topnav {
    display: none;
  }

  .hamburger h1 a {
    text-decoration: none;
    color: black;
  }

  .hamburger {
    padding: 0px 20px;
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 2000;
  }

  .illustration {
    flex-direction: column;
    z-index: -5;
    margin-top: 120px;
  }

  .topelement {
    z-index: -20;
  }

  .virtual {
    text-align: center;
    width: 100%;
    margin-bottom: 50px;
  }

  .illus {
    width: 100%;
  }

  .grid-services {
    margin: 30px 0;
    grid-template-columns: 1fr;
  }

  .grab {
    padding: 0 40px;
  }

  .server {
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .server p {
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
  }

  .leading {
    margin: 30px 20px;
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 100px;
    align-items: center;
  }

  .leadtext p,
  .leadtext h3 {
    text-align: center;
  }

  .leadtext .leadrec {
    position: absolute;
    width: 56px;
    height: 2px;
    bottom: -60px;
    left: 40%;
    border-radius: 10px;
    background-color: black;
  }

  /* .btnlead {
    padding: 5px 10px;
    font-size: 12px;
    width: 100px;
    margin: 0 40%;
  } */

  .appdown {
    margin: 20px;
    grid-template-columns: 1fr;
    flex-direction: column-reverse;
    row-gap: 30px;
  }

  .apptext h3,
  .apptext p {
    text-align: center;
  }

  .kkk {
    padding: 0 20px;
    z-index: 208;
  }

  .apprec {
    bottom: -30px;
    left: 40%;
    border-radius: 10px;
    background-color: black;
  }

  /* .btnapp {
    padding: 5px 10px;
    font-size: 12px;
    width: 100px;
    margin: 0 40%;
  } */

  .btnapp img {
    margin-left: 7px;
  }

  .testimonials {
    margin: 20px;
  }

  .testi {
    position: relative;
    color: white;
    padding: 20px;
  }

  .testiprop {
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
  }

  .testiprop img {
    width: 25%;
    border: 5px solid white;
    border-radius: 50%;
  }

  .testelement {
    right: 0px;
  }

  .testiprop p {
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    margin: 0;
  }

  .testihead {
    font-size: 20px;
    margin-bottom: 60px;
  }

  .testiname h3 {
    font-size: 22px;
    font-weight: 700;
    text-align: left;
    text-align: center;
    margin: 0;
  }

  .testiname h4 {
    text-align: center;
    margin: 0;
  }

  .testiname {
    width: 100%;
    text-align: center;
  }

  .testihead .testirec {
    position: absolute;
    width: 56px;
    height: 2px;
    border-radius: 6px;
    background-color: white;
    bottom: -40px;
    left: 40%;
  }

  .articlemain {
    margin: 20px;
  }

  .articlegrid {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 40px;
    margin-top: 70px;
  }

  /* .btnview {
    padding: 5px 10px;
    font-size: 12px;
    width: 80px;
    margin: 20px 40%;
  } */

  .ffdetails {
    padding: 50px;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .artrec {
    right: -20px;
  }

  /* .foothelp,
  .footcom,
  .footreg {
    display: none;
  } */
}
