/* ==================================== */
main {
  padding-bottom: 1rem;
}

.hero {
  padding: 10px 1rem;
}
.hero .container {
  background: linear-gradient(#00000060, #00000060),
    url(showcase2.gif) no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}
.hero h1 {
  font-size: 40px;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
}

.h-welcome {
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.h-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin: 2rem auto;
  width: 400px;
  max-width: 400px;
}
.h-btn .btn {
  width: 45%;
  text-align: center;
}

.h-welcome .link {
  width: fit-content;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 1.2px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.h-welcome .link span {
  color: #a70000;
  font-size: 20px;
}
/* ======================================= */
.features {
  margin: 2rem 0;
  padding: 2rem 1rem;
  width: 100%;
}
.f-text {
  padding-top: 2rem;
}
.f-text h1 {
  font-size: 40px;
}
.f-text a {
  font-size: 20px;
  font-weight: 500;
  display: flex;
  justify-content: start;
  align-items: center;
  width: fit-content;
  gap: 10px;
}
.f-text a span {
  width: 30px;
  height: 30px;
  background-color: #a70000;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  margin: 0 5px;
  transition: all 0.2s ease-in-out;
}
.f-text a:hover span {
  transform: translateX(10px) !important;
}

.img-container {
  width: 100%;
  position: relative;
  height: 500px;
  /* background-color: #a70000; */
  overflow: hidden;
}
.img-container span {
  display: block;
  position: absolute;
}
.img-1 {
  top: 0;
  right: 0;
  width: 400px;
  height: fit-content;
  border-radius: 20px;
}
.img-2 {
  top: 100px;
  left: 0;
  width: 60% !important;
  height: fit-content;
  border-radius: 20px;
}
.img-3 {
  top: 250px;
  right: 0;
  width: 400px;
  height: fit-content;
  border-radius: 20px;
}

.connect {
  padding: 2rem 0;
}
.connect .container {
  padding: 1rem;
}
.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5%;
}
.flex div {
  width: 45%;
}
.connect p {
  font-size: 18px;
  line-height: 1.5;
}

.testimonial {
  padding: 2rem 1rem;
}
/* .card-group {
  display: flex;
  justify-content: start;
  align-items: stretch;
  gap: 2%;
  margin: 2rem 0;
} */
.card {
  width: 100%;
  padding: 1.5rem 1rem;
  border-radius: 10px;
  background-color: #060606;
  min-height: 300px;
}
.quote-icon {
  font-size: 30px;
}
.card p {
  font-size: 14px;
  line-height: 1.5;
}
.card .user {
  height: 100px;
  display: flex;
  justify-content: end;
  align-items: end;
  flex-direction: column;
  font-size: 13px;
}
.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #000;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.testimonial h2 {
  font-size: 30px;
}
.testimonial ul {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 2rem;
  flex-wrap: wrap;
}
.testimonial ul li {
  line-height: 1.8;
  width: 300px;
  background-color: #000000;
  padding: 1rem;
}

.take {
  padding: 2rem 1rem;
  text-align: center;
}
.take .container {
  background-color: #060606;
  padding: 2rem 1rem;
}
.take h2 {
  font-size: 30px;
  font-weight: 500;
}
.take p {
  font-size: 16px;
  max-width: 800px;
  margin: auto;
}
.take a {
  padding: 20px 25px;
  background-color: green;
  display: block;
  max-width: 300px;
  margin: 1rem auto;
  color: #ffffff;
  border-radius: 50px;
  font-weight: 500;
  font-size: 15px;
}

@media (max-width: 768px) {
  .hero .container {
    background: linear-gradient(#00000060, #00000060),
      url(showcase.gif) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .img-container {
    height: 400px;
  }
  .img-1,
  .img-3 {
    width: 300px;
  }
  .img-2 {
    top: 80px;
    width: 450px !important;
  }
  .img-3 {
    top: 200px;
  }
  .flex {
    flex-direction: column;
  }
  .flex div {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 680px) {
  .f-text h1 {
    font-size: 30px;
  }
}
@media (max-width: 568px) {
  .img-container {
    height: 350px;
  }
  .img-1,
  .img-3 {
    width: 250px !important;
  }
  .img-3 {
    top: 160px;
  }
  .img-2 {
    top: 80px;
    width: 300px !important;
  }
}
@media (max-width: 468px) {
  .h-btn {
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
  .h-btn .btn {
    width: 90%;
    text-align: center;
  }
}
@media (max-width: 428px) {
  .img-container {
    height: 250px;
  }
  .img-1,
  .img-3 {
    width: 50% !important;
  }
  .img-3 {
    top: 130px;
  }
  .img-2 {
    top: 50px;
    width: 60% !important;
  }
}
