:root {
  /* --font32: 3.2rem; */

  --font24: 3.6rem;
  --font20: 3.2rem;

  --font16: 2rem;
  --font18: 1.8rem;

  --font14: 1.6rem;
  --font12: 1.4rem;
  --font10: 1.2rem;
}


.mobille {
  width: 37.6rem;
  padding: 4rem;
}
article,
main,
.sec1,
.sec2,
aside {
  margin-top: 5rem;
}
.innerHeader {
  flex-direction: row;
  text-align: start;
  justify-content: space-between;
  max-width: 124rem;
  gap: 5rem;
}
.heroCont {
  width: 50%;
  /* height: 44.7rem; */
  /* max-height: 68rem; */
  max-width: 62.1rem;
  /* max-height: 68rem; */
}
header .textContent {
  align-items: start;
  width: 50%;
  max-width: 53.9rem;
}

main .iconsContainer {
  grid-template-columns: 1fr 1fr;
}
article .content {
  grid-template-columns: 4fr 1fr 4fr 1fr 4fr;
  width: 100%;
  gap: 1rem;
  align-items: start;
}
article span .arr-right {
  display: flex;
  width: 100%;
  align-self: center;
  justify-self: center;
}
article span {
  align-self: center;
  width: 4rem;
  /* justify-self: center; */
}
article span .arr-down {
  display: none;
}
.content .boxes {
  width: 100%;
  height: 48.4rem;
  justify-content: space-between;
}
article button {
  text-wrap: nowrap;
}

.sec1 {
  position: relative;
  text-align: start;
  height: 70rem;
}
.sec1 h1 {
  align-self: flex-start;
}
.sec1 .right {
  width: 50%;
  height: 60rem;
  position: absolute;
  right: 0;
}
.sec1 .left {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 2rem;
  width: 50%;
  max-width: 69.7rem;
}

.sec2 .innerSec2 {
  align-items: end;
  position: relative;
  height: 54.6rem;
}
.carelinkImg {
  width: 50%;
  max-width: 40rem;
  height: 50rem;
  position: absolute;
  left: 0;
}
.carelink {
  width: 50%;
  max-width: 124rem;
  align-items: start;
}
.sec2 h1 {
  text-align: start;
}
.sec2 .btns {
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
}
.play,
.app {
  width: 16rem;
  height: 5.3rem;
}
footer {
  height: 43rem;
  justify-content: space-around;
}
.topFooter {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  gap: 1rem;
  height: 17rem;
  /* gap: 5rem; */
}
.footerLogo {
  display: flex;
  width: 14rem;
  height: 8rem;
}
.footerLogo img {
  width: 14rem;
  height: 70%;
}
.topFooter ul {
  grid-template-columns: 1fr 1fr;
  justify-items: start;
  text-wrap: nowrap;
  gap: 2rem;
}
form {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 1.2rem;

  /* width: 37.1rem; */
}
.form1 {
  display: none;
}
.form2 {
  display: flex;
}
.inputXbtn {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 0.5rem;
}
form input {
  width: 20.57rem;
  height: 5rem;
}
form button {
  /* width: 13.811rem; */
}
.bottomFooter {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
