:root {
  --color-primary: #fefefe;
  --color-secondary: #6c757d;
  --color-accent: #ffc107;
  --color-button: #3d88c7;
  --font-family: "Poppins", sans-serif;
  --font-size-base: 17px;
  --primary-color: #ffffff;
  --shadow-color: rgba(0, 0, 0, 0.13);
  --logo-margin: auto;
  --toggle-z-index: 2;
  --toggle-icon-width: 30px;
  --toggle-icon-height: 2px;
  --toggle-icon-background: #333;
  --options-padding: 10px;
  --link-padding: 5px;
  --hover-color: #ddd;
}
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
body {
  background-color: var(--color-primary);
  color: var(--color-secondary);
  font-family: var(--font-family);
  font-size: var(--font-size-base);
}

.navbar {
  background-color: var(--primary-color);
  padding: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 7px 1px -6px var(--shadow-color);
}
.navbar__logo__div {
  margin-right: 5rem;
  padding-left: 2.5rem;
}
.navbar__logo {
  margin-right: 4rem;
  width: 10rem;
}
.navbar__menu {
  position: relative;
  display: flex;
  align-items: center;
  width: 40rem;
  gap: 2rem;
}
.navbar__toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: var(--toggle-z-index);
}
.navbar__toggle-icon {
  display: block;
  width: var(--toggle-icon-width);
  height: var(--toggle-icon-height);
  background-color: var(--toggle-icon-background);
  margin-bottom: 5px;
}
.navbar__toggle-icon-middle {
  display: block;
  width: 25px;
  height: 2.2px;
  background-color: var(--toggle-icon-background);
  margin-bottom: 5px;
}
.navbar__options {
  padding: var(--options-padding);
  list-style-type: none;
  display: flex;
  flex-direction: row;
  z-index: 1;
  gap: 3rem;
}
.loginbtn {
  width: 13rem;
  height: 2.5rem;
  background-color: #f4f3f3;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  font-weight: 700;
}
.navbar__option {
  margin-bottom: 5px;
}
.navbar__link {
  text-decoration: none;
  padding: var(--link-padding);
  color: var(--color-button);
  font-weight: 550;
}
@media (max-width: 768px) {
  .navbar__options {
    display: none;
  }
  .navbar__menu {
    justify-content: flex-end;
    padding-right: 1.5rem;
  }
}
.main-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.left {
  width: 45%;
  height: 90vh;
}
.left-heading {
  font-size: 70px;
  margin-left: 10rem;
  margin-top: 5rem;
  font-weight: 600;
  word-spacing: 10px;
  opacity: 3;
}
.sub-color {
  color: var(--color-button);
}
.left-sub-heading {
  font-size: 25px;
  margin-left: 10rem;
  margin-top: 1rem;
  font-weight: 400;
  word-spacing: 5px;
  opacity: 1;
  line-height: 1.5;
}
.search-bar {
  margin-left: 10rem;
  margin-top: 1rem;
}
.search-bar {
  display: flex;
  align-items: center;
  border-radius: 25px;
  box-shadow: 0 2px 4px #0000001a;
  overflow: hidden;
}
.search-bar input[type="text"] {
  flex: 1;
  height: 40px;
  padding: 0 10px;
  border: none;
  border-radius: 25px 0 0 25px;
  height: 70px;
}
.search-bar button[type="submit"] {
  height: 70px;
  padding: 0 15px;
  border: none;
  background-color: var(--color-button);
  color: #fff;
  border-radius: 0 25px 25px 0;
  cursor: pointer;
}
.right {
  width: 55%;
  height: 90vh;
}
.right-img {
  width: 75rem;
  position: relative;
  top: 4rem;
  right: 12rem;
}
.Layer2 {
  background-color: #eee;
  width: 100vw;
  height: 30vh;
  margin-top: 10rem;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  font-size: 22px;
  line-height: 5px;
  font-weight: 300;
  word-spacing: 5px;
  color: #000;
}
.first,
.second,
.third {
  height: 10rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
h5 {
  color: #000;
}
.Layer3 {
  margin-top: 8rem;
}
.heading-layer3 {
  margin-left: 10rem;
  font-size: 36px;
  color: #000;
}
.card-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 100px;
  transform: scale(0.8);
  margin-top: -4rem;
}
.card {
  width: 200px;
  padding: 10px;
  background-color: #f1f1f1;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 31px -16px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 31px -16px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 31px -16px #000000bf;
}
.card-image {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 4px;
}
.card-name {
  margin-top: 10px;
  font-weight: 700;
}
.Layer4 {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 7rem;
}
.heading-layer4 {
  color: #000;
}
.layer4-img {
  border-radius: 5px;
  height: 40rem;
  position: relative;
  left: 1rem;
}
.left-layer4 {
  width: 25rem;
}
.layer4-btn {
  height: 2.5rem;
  width: 12rem;
  background-color: var(--color-button);
  color: var(--color-button);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: #f0f8ff;
}
.abstract {
  border: solid black;
  z-index: -1;
}
.right-layer4 {
  width: 40rem;
  background-repeat: no-repeat;
  background-size: 45rem;
  background-position: left;
}
.Layer5 {
  background-color: var(--color-button);
  height: 80vh;
  margin-top: 5rem;
  overflow: hidden;
}
.design {
  background-color: #1b77c3;
  height: 35.5rem;
  width: 100vw;
  border-radius: 50%;
  position: relative;
  bottom: 21rem;
  right: 0.7rem;
}
.heading-layer5 {
  position: relative;
  bottom: 31rem;
  left: 40.5rem;
  color: #fff;
}
.list-layer4 {
  position: relative;
  bottom: 23rem;
  left: 20.5rem;
  color: #fff;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  gap: 3rem;
  width: 50vw;
  height: 10rem;
  flex-wrap: wrap;
}
.list2-layer4 {
  position: relative;
  bottom: 23rem;
  left: 30.5rem;
  color: #fff;
  list-style-type: none;
}
.list3-layer4 {
  position: relative;
  bottom: 23rem;
  left: 20.5rem;
  color: #fff;
  list-style-type: none;
}
li {
  margin-top: 1rem;
}
.layer6 {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 7rem;
  margin-left: 5rem;
}
.layer6-left {
  width: 25rem;
}
.layer6-img {
  height: 40rem;
  border-radius: 5px;
  position: relative;
  left: 2.5rem;
}
.playstore,
.appstore {
  width: 10rem;
}
.layer6-heading {
  color: var(--color-button);
  font-size: 45px;
  font-weight: 700;
  width: 30rem;
}
.layer6-subheading {
  color: #6f6f6f;
  font-size: 24px;
  font-weight: 100;
}
.fancy-tick-list {
  list-style: none;
  padding: 0;
  color: #000;
}
.fancy-tick-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
.fancy-tick-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  color: green;
}
.layer7 {
  height: 70vh;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  box-shadow: 3px 3px 6px var(--color-button);
  margin-top: 3rem;
}
.layer7-first {
  width: 7rem;
  height: 20rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
}
.layer7-first-li {
  list-style-type: none;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  align-items: first baseline;
}
.layer7-second,
.layer7-third {
  width: 7rem;
  height: 20rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
}
.layer7-forth {
  width: 7rem;
  height: 20rem;
  display: flex;
  flex-direction: column;
  font-size: 20px;
  font-weight: 700;
}
.layer7-fifth {
  width: 7rem;
  height: 20rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
}
.footer {
  width: 12rem;
}


/** Mobile Css */

@media screen and (max-width: 480px) {
  .navbar__logo__div {
    margin-right: 0rem;
    padding-left: 1.5rem;
  }
  .main-container {
    display: flex;
    flex-direction: column;
  }

  .left {
    width: 100%;
    height: auto;
  }
  .right {
    width: 100%;
    height: auto;
  }

  .left-heading {
    margin-left: 0rem;
    font-size: 50px;
    padding: 0px 30px;
  }

  .left-sub-heading {
    margin-left: 0rem;
    padding: 0px 30px;
  }
  .search-bar {
    margin: 12px 30px 0px 30px;
  }

  .right-img {
    width: 100%;
    position: relative;
    top: 4rem;
    right: 4rem;
  }

  .Layer2 {
    flex-wrap: wrap;
    height: auto;
    width: 100%;
    text-align: center;
    line-height: inherit;
  }
  .heading-layer3 {
    margin-left: 0rem;
    font-size: 25px;
    text-align: center;
  }
  .card-list {
    display: flex;
    flex-wrap: wrap;

    gap: 65px;
    transform: scale(1);
    margin-top: 4rem;
  }
  .right-layer4,
  .left-layer4 {
    width: 100%;
  }
  .left-layer4 {
    padding: 0px 30px;
  }
  .layer4-img {
    width: 100%;
    height: auto;
    left: 0rem;
  }
  .Layer4 {
    display: flex;
    flex-wrap: wrap;
  }

  .layer6-left,
  .layer6-right {
    width: 100%;
  }
  .layer6-left {
    padding: 0px 30px;
  }
  .layer6-heading {
    font-size: 25px;
    width: auto;
  }
  .layer6 {
    display: flex;
    margin-left: auto;
    flex-wrap: wrap;
  }
  .layer6-img {
    height: auto;
    left: 0rem;
    width: 100%;
  }

  .loginbtn {
    display: none;
  }
  .layer7-first,
  .layer7-second,
  .layer7-third,
  .layer7-forth {
    width: 100%;
    padding: 30px 0px;
    height: auto;
    align-items: center;
  }
  .layer7-fifth {
    width: 100%;
  }
  .layer7 {
    height: auto;
    display: flex;
    /* flex-direction: row; */
    align-items: center;
    justify-content: space-around;
    box-shadow: 3px 3px 6px var(--color-button);
    margin-top: 3rem;
    flex-wrap: wrap;
  }

  .layer7-first-li {
    padding: 0;
    align-items: center;
  }

  .layer7-forth .layer7-first-li {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
}
