@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap");
body {
  font-family: "Poppins";
}

.icon {
  cursor: pointer;
  margin-left: 360px;
  opacity: 0.8;
}

.icon:hover {
  opacity: 1;
}

:root {
  --primary-color: black;
  --secondary-color: white;
  --success-color: cyan;
}

.light {
  --primary-color: #ffa500;
  --secondary-color: white;
  --success-color: crimson;
}

.back-video {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

@media (min-aspect-ratio: 16/9) {
  .back-video {
    width: 100%;
    height: auto;
  }
}

@media (max-aspect-ratio: 16/9) {
  .back-video {
    width: auto;
    height: 100%;
  }
}

h1 {
  font-size: 75px;
  line-height: 160px;
  text-align: center;
  color: var(--primary-color);
}

@keyframes back {
  100% {
    background-position: 2000px 0;
  }
}

.personal-customization {
  border: 1px solid var(--success-color);
  width: 300px;
  height: 300px;
  margin-left: 100px;
  border-radius: 50px;
  margin-top: 20px;
  cursor: pointer;
}

.personal-customization:hover {
  background-color: var(--primary-color);
}

.personal-customization > h2 {
  margin-top: 25px;
  text-align: center;
  color: var(--success-color);
}

.Reasonable > h2 {
  margin-top: 25px;
  text-align: center;
  color: var(--success-color);
}

.Reasonable > h3 {
  margin-top: 25px;
  text-align: center;
  color: var(--success-color);
}

.personal-customization > h3 {
  margin-top: 25px;
  text-align: center;
  color: var(--success-color);
}

.Reasonable > img {
  width: 100px;
  margin-left: 100px;
  margin-top: 10px;
  border-radius: 50px;
}

.personal-customization > img {
  width: 100px;
  margin-left: 100px;
  margin-top: 10px;
  border-radius: 50px;
}

.Reasonable {
  border: 1px solid var(--success-color);
  width: 300px;
  height: 300px;
  margin-left: 100px;
  border-radius: 50px;
  margin-top: 20px;
  cursor: pointer;
}

.bars {
  display: flex;
  margin-top: 25px;
}

.Reasonable:hover {
  background-color: var(--primary-color);
}

.location {
  border: 1px solid var(--success-color);
  width: 300px;
  height: 300px;
  margin-left: 100px;
  border-radius: 50px;
  margin-top: 20px;
  cursor: pointer;
}

.location > img {
  width: 100px;
  border: 50px;
  margin-left: 100px;
  margin-top: 10px;
}

.location > h2 {
  margin-top: 25px;
  text-align: center;
  color: var(--success-color);
}

.location > h3 {
  margin-top: 25px;
  text-align: center;
  color: var(--success-color);
}

.location:hover {
  background-color: var(--primary-color);
}

/* responsive */

@media screen and (max-width: 768px) {
  .personal-customization {
    height: 375px;
    width: 370px;
    margin-left: 7.5px;
  }
  .personal-customization > img {
    margin-right: 85px;
  }
  .Reasonable {
    height: 375px;
    width: 370px;
    margin-left: 7.5px;
  }
  .Reasonable > img {
    margin-right: 85px;
  }
  .location {
    height: 375px;
    width: 375px;
    margin-top: 425px;
    margin-left: -650px;
  }
  .location > img {
    margin-right: 85px;
  }
}
