* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: sans-serif;
}

img,
video {
  display: block;
}

.full-img {
  width: 100%;
}

.small-img {
  display: none;
}

@media (max-width: 768px) {
  .small-img {
    display: block;
  }

  .big-img {
    display: none;
  }
}

.primary-heading {
  font-size: 7rem;
  font-weight: 600;
}

.secondary-heading {
  font-size: 3.6rem;
  font-weight: 600;
}

.basic-text {
  font-size: 2.4rem;
}

.mini-text {
  font-size: 1.6rem;
}

.section-hero {
  background-color: #f2f3f5;
}

.hero-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 80%;
  margin: 0 auto;
  padding: 5rem 0;
  text-align: center;
}

.icon-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 80%;
  margin: 10rem auto;
  gap: 2rem;
}

.icon-cell {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  text-align: center;
  color: #333;
}

.logo {
  height: 5.5rem;
}

@media (max-width: 768px) {
  .icon-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.section-smart {
  background-color: #f2f3f5;
}

.smart-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  padding: 5rem 5rem 0 5rem;
}

.smart-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.add-yellow {
  background: linear-gradient(103.59deg, #ffc845 30.29%, #fda700 68.88%);
  background-clip: text;
  color: transparent;
}

@media (max-width: 992px) {
  .smart-grid {
    grid-template-columns: 2fr 1fr;
  }
}

@media (max-width: 768px) {
  .smart-grid {
    grid-template-columns: 1fr;
    gap: 5rem;
    padding: 3rem 3rem 0 3rem;
  }
}

.info-cont {
  width: 80%;
  margin: 15rem auto;
}

.brdr {
  border-radius: 13px;
}

.section-info {
  position: relative;
}

.info-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
  margin: 5rem 0;
}

.market {
  display: block;
  margin: 0 auto;
  width: 25rem;
}

.market-float {
  width: 14rem;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 25rem;
  border-radius: 13px;
  overflow: hidden;
}

.info2 {
  background-color: black;
  color: white;
}

.info2-cont {
  width: 80%;
  margin: 0 auto;
  padding: 5rem 0 0;
}

.info2-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
  padding: 5rem 0;
}

.info2-cont video {
  width: 60%;
  margin: 0 auto;
}

.section-usher {
  width: 80%;
  margin: 0 auto 5rem;
}

.usher {
  width: 30rem;
  margin: 0 auto;
}

.dsgsdfg img,
.dsgsdfg video {
  border-radius: 13px;
}
