@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Poppins:wght@400;500;700&display=swap');

a, a:hover, a:focus, a:active {
  color: inherit;
  text-decoration: none;
}

body {
  background-color: #FFFDF1;
  margin: 0px;
  display: flex;
  flex-direction: column;
}

.main {
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 10px;
}

.nav {
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

.nav > .nav-btn {
  display: none;
}

.nav > .nav-links {
  display: flex;
  align-items: center;
  gap: 40px;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

.nav > .nav-links > a {
  display: inline-block;
  text-decoration: none;
  color: #000000;
}

.nav > .nav-links > a:last-child {
  display: inline-block;
  text-decoration: none;
  color: white;
  background-color: #EE2B53;
  padding: 15px 30px 15px 30px;
  border-radius: 5px;
}

.nav > #nav-check {
  display: none;
}

.hero {
  display: flex;
  gap: 10px;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.hero > .title {
  font-family: 'Clash Display', sans-serif;
  font-size: 64px;  
  font-weight: 600;
  text-align: center;
  width: 534px;
}

.hero > .subtitle {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #737373;
  text-align: center;
  width: 500px;
}

.hero > .apps {
  display: flex;
  justify-content: center;
  gap: 40px;
  width: 500px;
  margin-bottom: 60px; 
  font-family: 'Inter', sans-serif;
  font-weight: 600;
}

.hero > .apps > .ios {
  background-color: black;
  border-radius: 5px;
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 20px 30px;
  color: white;
}

.hero > .apps > .ios > .text > .top {
  font-size: 10px
}

.hero > .apps > .ios > .text > .bottom {
  font-size: 20px; 
}

.hero > .apps > .android {
  background-color: black;
  border-radius: 5px;
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 20px 30px;
  color: white;
}

.hero > .apps > .android > .text > .top {
  font-size: 10px
}

.hero > .apps > .android > .text > .bottom {
  font-size: 20px; 
}

.our-apps {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin-bottom: 40px;
}

.our-apps > .title {
  font-family: 'Clash Display', sans-serif;
  font-size: 40px;  
  font-weight: 600;
}

.our-apps > .subtitle {
  width: 730px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #737373;
}

.app {
  border-radius: 70px;
  background-color: #64CAD9;
  color: white;
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.app > img {
  height: 100%;
}

.app > .left {
  padding-top: 54px;
  padding-bottom: 54px;
  padding-left: 75px;
}

.app > .left > img {
  margin-bottom: 43px;
  filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
}

.app > .left > .title {
  font-family: 'Clash Displayd', sans-serif;
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 23px;
}

.app > .left > .subtitle {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  width: 420px;
  margin-bottom: 24px;
}

.app > .left > .apps {
  display: flex;
  gap: 25px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
}

.app > .left > .apps > .ios {
  background-color: white;
  border-radius: 5px;
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 12px 20px;
  color: black;
}

.app > .left > .apps > .ios > .text > .top {
  font-size: 6.35px
}

.app > .left > .apps > .ios > .text > .bottom {
  font-size: 12.7px; 
}

.app > .left > .apps > .android {
  background-color: white;
  border-radius: 5px;
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 12px 20px;
  color: black;
}

.app > .left > .apps > .android > .text > .top {
  font-size: 6.35px
}

.app > .left > .apps > .android > .text > .bottom {
  font-size: 12.7px; 
}

.testimonials {
  border-radius: 70px;
  background-color: #FCD404;
  padding: 54px 75px;
  color: black;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  gap: 42px;
}

.testimonials > .title {
  display: flex;
  justify-content: center;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
  font-size: 40px;
}

.testimonials > .subtitles > .top {
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
  font-size: 24px;
}

.testimonials > .subtitles > .bottom {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.team {
  border-radius: 70px;
  background-color: #EE2B53;
  padding: 54px 75px;
  color: white;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.team > .title {
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 20px;
}

.team > .subtitle {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  width: 736px;
  margin-bottom: 50px;
}

.team > .team-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.team > .team-list > .team-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  font-family: 'Clash Display', sans-serif;
  font-weight: 500;
  font-size: 24px;
}

.about {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.about > .title {
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
  font-size: 40px;
}

.about > .subtitle {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  width: 747px;
  color: #717171;
}

.links {
  display: flex;
  gap: 36px;
  flex-direction: column;
  align-items: center;
}

.links > .apps {
  display: flex;
  justify-content: center;
  gap: 40px;
  width: 500px;
  margin-bottom: 60px; 
  font-family: 'Inter', sans-serif;
  font-weight: 600;
}

.links > .apps > .ios {
  background-color: black;
  border-radius: 5px;
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 20px 30px;
  color: white;
}

.links > .apps > .ios > .text > .top {
  font-size: 10px
}

.links > .apps > .ios > .text > .bottom {
  font-size: 20px; 
}

.links > .apps > .android {
  background-color: black;
  border-radius: 5px;
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 20px 30px;
  color: white;
}

.links > .apps > .android > .text > .top {
  font-size: 10px
}

.links > .apps > .android > .text > .bottom {
  font-size: 20px; 
}

.footer {
  background-color: #EE2B53;
  color : white;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
}

.footer > .title {
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
  font-size:40px;
  margin-bottom: 30px;
}

.footer > .links {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width:900px) {
  .main {
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav {
    padding: 0px;
  }

  .nav > .nav-btn {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 40px;
  }

  .nav > .nav-btn > label {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 13px;
  }

  .nav > .nav-btn > label:hover,.nav  #nav-check:checked ~ .nav-btn > label {
    cursor: pointer;
  }

  .nav > .nav-btn > label > span {
    display: block;
    width: 25px;
    height: 10px;
    border-top: 2px solid black;
  }

  .nav > .nav-links {
    position: absolute;
    display: block;
    width: 100%;
    background-color: #EE2B53;
    height: 0px;
    transition: all 0.3s ease-in;
    overflow: hidden;
    top: 120px;
    left: 0px;
    z-index: 100;
  }

  .nav > .nav-links > a {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    color: white;
    margin-left: 20px;
  }

  .nav > #nav-check:not(:checked) ~ .nav-links {
    height: 0px;
  }

  .nav > #nav-check:checked ~ .nav-links {
    height: 400px;
    overflow-y: auto;
    padding-top: 20px;
  }

  .nav > .nav-links > a:last-child {
    display: inline-block;
    text-decoration: none;
    color: white;
    background-color: #EE2B53;
    padding: 0px;
    border-radius: 0px;
  }

  .hero {
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .hero > .title {
    font-family: 'Clash Display', sans-serif;
    font-size: 40px;  
    font-weight: 500;
    width: 100%;
    text-align: center;
  }

  .hero > .subtitle {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #737373;
    text-align: center;
    width: 100%;
  }

  .hero > .apps {
    display: flex;
    justify-content: center;
    gap: 16px;
    width: 100%;
    margin-bottom: 60px; 
    font-family: 'Inter', sans-serif;
    font-weight: 600;
  }

  .hero > .apps > .ios {
    background-color: black;
    border-radius: 5px;
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 10px 15px;
    color: white;
  }

  .hero > .apps > .ios > .text > .top {
    font-size: 8px
  }

  .hero > .apps > .ios > .text > .bottom {
    font-size: 16px; 
  }

  .hero > .apps > .android {
    background-color: black;
    border-radius: 5px;
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 10px 15px;
    color: white;
  }

  .hero > .apps > .android > .text > .top {
    font-size: 8px
  }

  .hero > .apps > .android > .text > .bottom {
    font-size: 16px; 
  }

  .our-apps {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-bottom: 40px;
  }

  .our-apps > .title {
    font-family: 'Clash Display', sans-serif;
    font-size: 32px;  
    font-weight: 600;
  }

  .our-apps > .subtitle {
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #737373;
  }

  .app {
    border-radius: 24px;
    background-color: #64CAD9;
    color: white;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    overflow: hidden;
  }

  .app > img {
    height: 240px;
    padding: 15px;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
	  object-fit: fill;
  }

  .app > .left {
    padding: 28px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .app > .left > img {
    margin-bottom: 20px;
    filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  }

  .app > .left > .title {
    font-family: 'Clash Displayd', sans-serif;
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 10px;
    text-align: center;
  }

  .app > .left > .subtitle {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    width: 100%;
    margin-bottom: 24px;
    text-align: center;
  }

  .app > .left > .apps {
    display: flex;
    gap: 20px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
  }

  .app > .left > .apps > .ios {
    background-color: white;
    border-radius: 5px;
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 12px 20px;
    color: black;
  }

  .app > .left > .apps > .ios > .text > .top {
    font-size: 6.35px
  }

  .app > .left > .apps > .ios > .text > .bottom {
    font-size: 12.7px; 
  }

  .app > .left > .apps > .android {
    background-color: white;
    border-radius: 5px;
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 12px 20px;
    color: black;
  }

  .app > .left > .apps > .android > .text > .top {
    font-size: 6.35px
  }

  .app > .left > .apps > .android > .text > .bottom {
    font-size: 12.7px; 
  }

  .testimonials {
    border-radius: 24px;
    background-color: #FCD404;
    padding: 54px 75px;
    color: black;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    gap: 42px;
  }

  .testimonials > .title {
    display: flex;
    justify-content: center;
    font-family: 'Clash Display', sans-serif;
    font-weight: 600;
    font-size: 40px;
  }

  .testimonials > .subtitles > .top {
    font-family: 'Clash Display', sans-serif;
    font-weight: 600;
    font-size: 24px;
  }

  .testimonials > .subtitles > .bottom {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
  }

  .team {
    border-radius: 24px;
    background-color: #EE2B53;
    padding: 34px 24px;
    color: white;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .team > .title {
    font-family: 'Clash Display', sans-serif;
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 20px;
  }

  .team > .subtitle {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    width: 100%;
    margin-bottom: 50px;
  }

  .team > .team-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
  }

  .team > .team-list > .team-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    font-family: 'Clash Display', sans-serif;
    font-weight: 500;
    font-size: 20px;
  }

  .about {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .about > .title {
    font-family: 'Clash Display', sans-serif;
    font-weight: 600;
    font-size: 40px;
  }

  .about > .subtitle {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    width: 100%;
    color: #717171;
  }

  .links {
    display: flex;
    gap: 36px;
    flex-direction: column;
    align-items: center;
  }

  .links > .apps {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 60px; 
    font-family: 'Inter', sans-serif;
    font-weight: 600;
  }

  .links > .apps > .ios {
    background-color: black;
    border-radius: 5px;
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 10px 20px;
    color: white;
  }

  .links > .apps > .ios > .text > .top {
    font-size: 6px
  }

  .links > .apps > .ios > .text > .bottom {
    font-size: 14px; 
  }

  .links > .apps > .android {
    background-color: black;
    border-radius: 5px;
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 10px 20px;
    color: white;
  }

  .links > .apps > .android > .text > .top {
    font-size: 6px
  }

  .links > .apps > .android > .text > .bottom {
    font-size: 14px; 
  }

  .footer {
    background-color: #EE2B53;
    color : white;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .footer > .title {
    font-family: 'Clash Display', sans-serif;
    font-weight: 600;
    font-size:40px;
    margin-bottom: 30px;
  }

  .footer > .links {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
