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

li {
  list-style: none;
}

a {
  color: black;
  text-decoration: none;
}
a:hover {
  color: black;
  text-decoration: none;
  transition: 0.5s;
}
a:active {
  color: black;
  text-decoration: none;
}
a:current {
  color: black;
  text-decoration: none;
}

a,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  color: white;
}

* {
  box-sizing: border-box;
}

header {
  height: 1000px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, rgb(21, 130, 193) 0%, rgb(14, 106, 159) 25%, rgb(74, 150, 194) 50%, rgb(76, 169, 223) 75%, rgb(121, 194, 236) 100%);
  background-size: 400% 400%;
  animation: wave 10s ease infinite;
}

@keyframes wave {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
body {
  margin: 0;
  font-family: "Segoe UI";
}

.nav {
  width: 100%;
  display: flex;
  align-items: center;
}

.nav > .nav-header {
  flex: 0.95;
  padding-left: 1rem;
}

.nav > .nav-header > .nav-title {
  font-size: 22px;
  color: #fff;
}

.nav > .nav-list {
  display: flex;
  gap: 2rem;
}

.nav > .nav-list > li {
  list-style-type: none;
}

.nav > .nav-list > li a {
  text-decoration: none;
  color: #efefef;
  cursor: pointer;
}

@keyframes wave1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.nav > #nav-check {
  display: none;
}

@media (max-width: 600px) {
  .nav-list {
    background-image: linear-gradient(45deg, rgb(79, 116, 194) 0%, rgb(14, 106, 159) 25%, rgb(3, 0, 165) 50%, rgb(101, 166, 226) 75%, rgb(121, 194, 236) 100%);
    background-size: 400% 400%;
    animation: wave1 10s ease infinite;
  }
  .nav {
    padding: 1rem;
  }
  .nav > .nav-btn {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 0.2rem;
  }
  .nav > .nav-btn > label {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 13px;
  }
  .nav > .nav-btn > label > span {
    display: block;
    width: 25px;
    height: 10px;
    border-top: 2px solid #eee;
  }
  .nav > .nav-list {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    height: 0;
    transition: all 0.3s ease-in;
    top: 40px;
    left: 0;
    overflow: hidden;
  }
  .nav > .nav-list > li {
    width: 100%;
    margin-top: 1.5rem;
  }
  .nav > #nav-check:checked ~ .nav-list {
    height: calc(100vh - 50px);
  }
}
.hero {
  align-items: center;
  text-align: center;
  padding-top: 60px;
  background: url("./img/heroBg.png");
}

.hero {
  height: 1000px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, rgb(249, 255, 140) 0%, rgb(14, 106, 159) 25%, rgb(74, 150, 194) 50%, rgb(207, 214, 150) 75%, rgb(235, 255, 176) 100%);
  background-size: 400% 400%;
  animation: wave 10s ease infinite;
}

@keyframes wave {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
h1 {
  font-size: 70px;
}

.wawes {
  width: 100%;
}

.heroText {
  max-width: 300px;
  text-align: center;
  margin: 0 auto;
}

.hero {
  text-align: center;
  align-items: center;
}

.hero {
  margin: 0;
  padding-bottom: 0;
}

.whatIDo {
  padding: 50px;
  text-align: center;
  margin: 0;
  height: 1000px;
  background-color: rgb(247, 197, 10);
  width: 100%;
  height: 100%;
  background-size: 400% 400%;
}

@keyframes wave {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.card-wid {
  background: url("https://graphic-designer.weblium.site/res/5f987790dc028700210b11bd/5f9a3c016053350021920a77_optimized.webp");
  width: 200px;
  padding: 30px;
  border-radius: 20px;
}

.card-list {
  display: flex;
  justify-content: space-around;
  margin-top: 40px;
  flex-wrap: wrap;
}

.width2 {
  margin-bottom: 100px;
}

.about {
  text-align: center;
  margin: 0;
  height: 1000px;
  width: 100%;
  height: 100%;
  background-color: rgb(247, 197, 10);
}

.aboutContainer {
  text-align: center;
  margin-top: 50px;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap-reverse;
}

.aboutMainText {
  max-width: 400px;
  text-align: left;
}

.best-bg-img {
  width: 100%;
}

.best {
  text-align: center;
  background-color: #0e95cd;
}

.sellListItem {
  background-color: rgb(68, 170, 249);
  max-width: 150px;
  height: 200px;
  padding: 10px;
  border-radius: 15px;
}
.sellListItem img {
  width: 90%;
  border-radius: 10px;
}

.sellList {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-top: 30px;
}

.contact {
  background-color: #ef9513;
  text-align: center;
}

.contactList {
  display: flex;
  justify-content: space-around;
}
.contactList li img {
  max-width: 70px;
}

h2 {
  font-size: xx-large;
}