@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100;200;400;600;700&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

:root {
  --bg: #0095ff;
  --color: #ffffff;
  --colorTwo: #001b48;
  --grey: #a1a1a1;
}

* {
  font-family: "Lexend", sans-serif;
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;
  text-transform: capitalize;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

html::-webkit-scrollbar {
  width: 1rem;
}

html::-webkit-scrollbar-track {
  background-color: var(--color);
}

html::-webkit-scrollbar-thumb {
  background-color: var(--bg);
}

body {
  color: var(--color);
  overflow: hidden;
}

section {
  padding: 5rem 8%;
}

.burger-menu {
  display: none;
  cursor: pointer;
}

.burger-menu .burger {
  width: 30px;
  height: 3px;
  background-color: #333;
  margin: 6px 0;
}

/* Home */
.bg {
  background-color: var(--bg);
  display: flex;
  flex-direction: column;
  gap: 10rem;
  max-height: 100svh;
}

.navbar {
  display: flex;
}

.links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4rem;
}

.links a {
  color: var(--color);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.navbar h3 {
  margin-left: 200px;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  display: flex;
  align-items: center;
  gap: 2rem;
}

.wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 2rem;
}

.wrap h1 {
  width: 50%;
}

.main-heading {
  font-size: 48px;
  font-weight: 700;
  line-height: 47px;
}

.main-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.img-container {
  position: relative;
  height: 704.05px;
  width: 100%;
}

.img-container .img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.download {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

/* About */
.about {
  margin-top: 50rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.heading {
  font-size: 48px;
  line-height: 47px;
  text-align: center;
  font-weight: 700;
  color: var(--colorTwo);
}

.desc {
  width: 60%;
  margin: auto;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
  color: var(--grey);
}

.about-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-img-container {
  flex: 1;
  position: relative;
  width: 100%;
  height: 572.3px;
}

.about-points {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

.about-text {
  display: flex;
  gap: 1rem;
}

.about-point {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.about-point h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: var(--colorTwo);
}

.about-point p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #6c6c72;
}

/* features */
.features {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.feature-layout {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.feature-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  gap: 3rem;
}

.feature-box h5 {
  font-size: 24px;
  font-weight: 600;
  line-height: 37.5px;
  color: var(--colorTwo);
}

.feature-box p {
  margin: auto;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--colorTwo);
}

.feature-wrap {
  display: flex;
  gap: 2rem;
}

.feature-wrap-items {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  margin-top: 15rem;
  margin-bottom: 15rem;
}

.feature-center-phone {
  position: relative;
  width: 100%;
  height: 935px;
}

.zero p {
  width: 30%;
}

.one {
  align-items: flex-end;
  text-align: right;
}

.two {
  align-items: flex-start;
  text-align: left;
}

/* FAQ's */
.layout {
  margin-top: 10rem;
  margin-left: 15rem;
}

.accordion {
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
  color: var(--colorTwo);
}

.accordion__question {
  display: flex;
  align-items: center;
  gap: 2rem;
  background-color: #f9f9f9;
}

.sign {
  font-size: 42px;
}

.accordion__question p {
  margin: 5px;
  padding: 0;
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
}

.accordion__answer p {
  width: 80%;
  margin: 5px;
  margin-top: 3rem;
  padding: 10px;
  font-size: large;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: var(--colorTwo);
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.accordion:hover {
  cursor: pointer;
}

.accordion__answer {
  display: none;
}

.accordion.active .accordion__answer {
  display: block;
}

/* Download App */
.download-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.download-desc {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.download-desc h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 53px;
  color: var(--colorTwo);
}

.download-desc p {
  line-height: 26px;
  font-size: 16px;
  font-weight: 400;
  color: var(--grey);
}

.download-button {
  display: flex;
  gap: 3rem;
  align-items: center;
}

.download-likes {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.download-bg {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  background-color: var(--bg);
  border-radius: 10px;
  padding: 2rem;
}

.download-bg h6 {
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
}

.download-bg a {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: var(--color);
}

.subscribe-bg {
  background-color: var(--bg);
  display: flex;
  align-items: center;
  gap: 3rem;
  padding: 5rem;
  border-radius: 10px;
}

.subscribe-text {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.subscribe-text h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 53px;
}

.subscribe-text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.subscribe-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color);
  border-radius: 50px;
  padding: 0.4rem;
}

.subscribe-button input {
  padding: 2rem 1rem;
  border-radius: 50px;
  width: 300px;
}

.subscribe-img {
  background-color: var(--colorTwo);
  border-radius: 50%;
  padding: 1rem 1.2rem;
}

/* Footer */
.footer {
  margin-top: 5rem;
  display: flex;
  gap: 10rem;
  align-items: center;
}

.footer-logo {
  margin-left: 3rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.footer-logo h5 {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  color: var(--colorTwo);
}

.footer-logo p {
  font-size: 15px;
  font-weight: 400;
  line-height: 25.63px;
  color: var(--colorTwo);
}

.footer-button {
  display: flex;
  gap: 2rem;
}

.footer-wrap {
  display: flex;
  gap: 5rem;
}

.footer-links {
  display: flex;
  flex-direction: column;
  color: #0e0f1d;
  gap: 3rem;
}

.footer-links h4 {
  line-height: 22.53px;
  font-size: 19.22px;
  font-weight: 700;
}

.footer-links a {
  font-size: 14.95px;
  font-weight: 400;
  line-height: 17.52px;
  color: #0e0f1d;
}

.footer-media-icons {
  display: flex;
  gap: 2rem;
  align-items: center;
}

/* privacy */
.privacy {
  width: fit-content;
  margin: auto;
}

.privacy p,
.privacy a {
  color: var(--grey);
  font-size: small;
}

.privacy p {
  padding-top: 3rem;
  margin-top: 1rem;
  border-top: 2px solid var(--grey);
}

/* Media Queries */
@media screen and (max-width: 1536px) {
  .footer {
    flex-direction: column;
  }

  .footer-logo {
    margin-left: 0;
    align-items: center;
  }

  .about {
    margin-top: 60rem;
  }
}

@media screen and (max-width: 1280px) {
  .navbar h3 {
    margin-left: 70px;
  }
}

@media screen and (max-width: 1024px) {
  .navbar {
    justify-content: space-between;
  }

  .wrap h1 {
    width: 60%;
  }

  .about {
    margin-top: 70rem;
  }

  .subscribe-text h1 {
    font-size: 36px;
    line-height: 44px;
  }

  .subscribe-text p {
    font-size: 14px;
    line-height: 20px;
  }

  .subscribe-button input {
    padding: 1rem 1rem;
    width: 200px;
  }

  .download-bg h6 {
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
  }

  .download-bg a {
    font-size: 18px;
    line-height: 24px;
  }

  .desc {
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  .wrap h1 {
    width: 90%;
  }

  .heading {
    font-size: 38px;
    line-height: 40px;
  }

  .desc {
    width: 90%;
    font-size: 14px;
    line-height: 24px;
  }

  .navbar h3 span {
    display: none;
  }

  .about {
    margin-top: 45rem;
  }

  .layout {
    margin-top: 5rem;
    margin-left: 4rem;
  }

  .about-content {
    flex-direction: column;
  }

  .about-img-container {
    height: 350px;
  }

  .feature-layout {
    gap: 5rem;
  }

  .feature-layout p {
    width: 100%;
  }

  .feature-wrap-items {
    gap: 5rem;
    margin: auto;
  }

  .feature-box {
    gap: 1rem;
    flex-direction: column;
  }

  .feature-box {
    align-items: center;
  }

  .feature-box p {
    text-align: center;
  }

  .feature-wrap {
    flex-direction: column;
  }

  .download-wrap {
    flex-direction: column;
  }

  .subscribe-bg {
    flex-direction: column;
  }

  .footer-wrap {
    gap: 3rem;
  }

  .footer-links h4 {
    line-height: 22px;
    font-size: 18px;
  }

  .footer-links a {
    font-size: 13px;
    line-height: 16px;
  }

  .img-container {
    height: 460px;
  }

  .accordion__question p {
    font-size: 18px;
    line-height: 22px;
  }

  .accordion__answer p {
    width: 100%;
    padding: 10px;
    font-size: medium;
  }
}
@media screen and (max-width: 640px) {
  .bg {
    gap: 5rem;
  }

  .links {
    gap: 2.5rem;
  }

  .navbar h3 {
    margin-left: 0;
  }

  .wrap h1 {
    width: 100%;
    font-size: 36px;
  }

  .about {
    margin-top: 30rem;
  }

  .layout {
    margin-top: 5rem;
    margin-left: 4rem;
  }

  .about-content {
    flex-direction: column;
  }

  .about-img-container {
    height: 250px;
  }

  .download {
    flex-direction: column;
  }

  .download-desc {
    text-align: center;
  }

  .download-button {
    flex-direction: column;
  }

  .download-likes {
    justify-content: space-evenly;
  }

  .feature-center-phone {
    height: 300px;
  }

  .feature-layout {
    gap: 3rem;
  }

  .feature-wrap-items {
    gap: 3rem;
  }

  .footer-wrap {
    gap: 3rem;
  }

  .footer-links {
    align-items: center;
  }

  .media {
    margin-right: 0 !important;
  }

  .img-container {
    height: 350px;
  }

  .footer-button {
    flex-direction: column;
  }

  .accordion__question p {
    font-size: 16px;
    line-height: 20px;
  }

  .accordion__answer p {
    font-size: small;
  }

  .footer-wrap {
    flex-direction: column;
  }
}

@media screen and (max-width: 480px) {
  .download-desc h1 {
    font-size: 38px;
  }

  .links {
    display: none;
  }

  .burger-menu {
    display: block;
  }

  .burger-menu.active .burger:nth-child(2) {
    opacity: 0;
  }

  .burger-menu.active .burger:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .burger-menu.active .burger:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .links.active {
    display: flex;
    flex-direction: column;
  }

  .navbar {
    justify-content: left;
  }

  .navbar h3 {
    position: absolute;
    right: 45%;
  }
}
