@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
:root {
  --bgColor: #fdfdfe;
  --mainColor: #5478ff;
  --textColor: #003049;
}

body {
  font-family: "Be Vietnam Pro", sans-serif;
  font-optical-sizing: auto;
  background: var(--bgColor);
  width: 100%;
  min-height: 100vh;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
button,
input {
  border: 0;
}

.flex {
  display: flex;
  align-items: center;
}

.between {
  justify-content: space-between;
}
.container {
  max-width: 95%;
  margin: 0 auto;
}

.block {
  display: block;
}
.head {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  padding-bottom: 70px;
}
.head .hero_title {
  text-transform: uppercase;
  color: #999;
  font-size: 13px;
  font-weight: 300;
}
.main_head_title {
  font-weight: 900;
  font-size: 35px;
  margin: 12px 0;
}
.head p {
  width: 80%;
  margin: 0 auto;
  color: #999999e1;
  font-size: 15px;
  font-weight: normal;
}
@media (max-width: 767px) {
  .main_head_title {
    font-size: 25px;
  }
  .head p {
    line-height: 1.7;
    font-size: 13px;
    width: 95%;
  }
}

.saved {
  font-size: 11px;
  background: rgba(0, 128, 0, 0.137);
  padding: 3px;
  color: green;
  width: fit-content;
}
/* ---------------------------- start navbar ------------------------------- */

.nav {
  width: 100%;
  background: #fff;
  padding: 18px;
  box-shadow: 1px 1px 1px #00000034;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
}
.logo {
  font-size: 15px;
  color: var(--textColor);
}
.logo i {
  background: #000;
  padding: 8px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  color: #fff;
  margin-right: 7px;
}
.nav__items {
  gap: 35px;
  transition: all 0.35s;
}
.nav__item a {
  color: #777;
  font-size: 14px;
}
.btn {
  background: #000;
  color: #fff;
  padding: 10px 16px;
  border-radius: 40px;
  cursor: pointer;
}
.cart i {
  font-size: 22px;
  margin-right: 26px;
}
.nav .menu__icon {
  display: none;
}
@media (max-width: 767px) {
  .nav__items {
    position: absolute;
    background: #fff;
    width: 100%;
    left: 0;
    transform: translateY(-100%);
    flex-direction: column;
    padding: 50px 0;
  }
  .nav__items.open {
    transform: translateY(0%);
    top: 100%;
  }
  .nav__item a {
    color: #000;
    font-size: 20px;
  }
  .nav .menu__icon {
    display: block;
    position: absolute;
    right: 14px;
    font-size: 24px;
  }
  .nav .btn {
    display: none;
  }
}

/* ------------------------- End the navbar --------------------------- */
/* Hero container */
.hero {
  display: flex;
  align-items: center;
  gap: 70px;
  padding: 100px 50px 40px;
}

.hero .content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.release {
  width: fit-content;
  font-size: 11px;
}
.release span {
  display: inline-block;
  height: 7px;
  width: 7px;
  background: green;
  border-radius: 100%;
  margin-right: 6px;
}
.hero__title {
  font-size: 70px;
  font-weight: 900;
  line-height: 1;
  background: linear-gradient(to bottom, #355872, #5e6574);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.hero .more_info {
  list-style-type: circle;
  gap: 25px;
  font-size: 11px;
  margin-top: 8px;
  color: #444;
}
.product__description {
  font-size: 17px;
  color: #777;
  line-height: 1.8;
}
.left__side {
  position: relative;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.left__side .feature_1,
.left__side .feature_2 {
  padding: 10px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  position: absolute;
  gap: 10px;
  background: #fff;
  text-align: center;
  font-size: 12px;
}
.left__side .feature_1 {
  top: 14px;
  right: 14px;
}
.left__side .feature_2 {
  bottom: 14px;
  left: 14px;
}
.left__side .feature_1 .label,
.left__side .feature_2 .label {
  color: #777;
}
.left__side img {
  max-width: 110%;
  height: 400px;
  display: block;
  border-radius: 30px;
  box-shadow: 1px 1px 1px #999;
}

.content_buttons .cart_button {
  margin-right: 15px;
  padding: 14px 18px;
  transition: all 0.3s;
}
.content_buttons .cart_button:hover {
  padding-right: 20px;
}
.content_buttons .cart_button i {
  transition: all 0.3s;
}
.content_buttons .cart_button:hover i {
  margin-left: 8px;
}
.content_buttons .demo_button {
  padding: 14px 18px;
  border-radius: 40px;
  border: 1px #000 solid;
}
.hero .price {
  gap: 8px;
}
.hero .price .current {
  font-weight: 900;
  font-size: 25px;
}

.hero .price .before {
  font-size: 15px;
  text-decoration: line-through;
  color: #999;
  margin-right: 5px;
}

@media (max-width: 767px) {
  .hero {
    flex-direction: column-reverse;
    padding: 0 30px;
    margin-top: 130px;
  }

  .hero .hero__title {
    font-size: 40px;
  }
}

/* ----------- Fetures ----------------------  */

.features {
  padding: 140px 0;
}

.features_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}
.features .feature {
  border: 1px solid #99999936;
  padding: 60px 15px;
  border-radius: 12px;
}
.features .features_grid .feature i {
  font-size: 16px;
  width: fit-content;
  padding: 14px;
  border-radius: 8px;
}
.features .features_grid .feature:first-of-type i {
  color: #ffc570;
  background: #ffc67041;
}
.features .features_grid .feature:nth-of-type(2) i {
  color: #fe9ec7;
  background: #fe9ec854;
}
.features .features_grid .feature:nth-of-type(3) i {
  color: #2f6b3f;
  background: #2f6b3f2c;
}
.features .features_grid .feature:nth-of-type(4) i {
  color: #36064d;
  background: #37064d36;
}
.features .features_grid .feature:nth-of-type(5) i {
  color: #8f0177;
  background: #8f017733;
}
.features .features_grid .feature:nth-of-type(6) i {
  color: #2fa4d7;
  background: #2fa5d750;
}
.features .feature .feature_title {
  font-size: 19px;
  margin: 15px 0;
  color: var(--textColor);
}
.features .feature .feature_desc {
  font-size: 13px;
  color: #999;
  font-weight: normal;
  line-height: 1.7;
}

/* ------------- Gallery -------------------------- */

.gallery {
  padding: 60px 10px;
  background: #000;
  color: #fff;
}
.gallery .head {
  text-align: center;
  padding: 30px 0 80px;
  line-height: 0.8;
}
.gallery .main_gallery {
  display: grid;
  gap: 20px;
  grid-template-columns: 2fr 1fr;
}
.gallery .main_gallery .img img {
  max-width: 100%;
  border-radius: 20px;
}
.gallery .gallery_features {
  margin-top: 60px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 20px;
}
.gallery .gallery_features li {
  background: #ffffff0d;
  backdrop-filter: blur(1000px);
  padding: 24px 0;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.gallery .gallery_features .label {
  font-size: 12px;
  font-weight: normal;
  margin-top: 4px;
}

@media (max-width: 767px) {
  .gallery .main_gallery {
    grid-template-columns: 1fr;
  }
}

/* ------------------  Rviews -----------------  */

.reviews {
  padding: 100px;
}

.reviews .overview {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 20px 0;
  align-items: center;
}

.bar {
  display: flex;
  flex-direction: column;
}

.bar__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #777;
  font-weight: normal;
}

.bar__info h5 {
  font-size: 13px;
  font-weight: 300;
  margin: 12px 0;
}

.bar__info span {
  font-size: 13px;
  color: #777;
}

/* progress */
.progress {
  width: 100%;
  height: 8px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  overflow: hidden;
}

.progress span {
  display: block;
  height: 100%;
  background: #000;
  border-radius: 50px;
  transition: width 0.5s ease;
}
.all_rate {
  text-align: center;
}
.all_rate .rate {
  font-weight: 900;
  font-size: 48px;
}
.all_rate i {
  color: #facc15;
  font-size: 13px;
  margin: 4px 0;
}
.all_rate .total {
  font-size: 13px;
  font-weight: normal;
  color: #888;
}
@media (max-width: 767px) {
  .reviews .overview {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .reviews {
    padding: 40px;
  }
}
/* --------------------  Testimonials ----------------  */

body {
  background: #f3f4f6;
  font-family: sans-serif;
}

.testimonials {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  padding: 40px;
}

.card {
  background: #fff;
  border-radius: 20px;
  padding: 25px;
  position: relative;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.quote {
  font-size: 40px;
  color: #e5e7eb;
  position: absolute;
  top: 15px;
  left: 20px;
}

.card p {
  color: #4b5563;
  line-height: 1.7;
  font-size: 14px;
  margin-top: 25px;
}

.card h4 {
  margin: 15px 0;
  font-size: 15px;
  font-weight: 600;
  color: #111827;
}

.stars {
  color: #fbbf24;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.user {
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px solid #eee;
  padding-top: 15px;
}

.user img,
.avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.avatar {
  background: #111827;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.user h5 {
  margin: 0;
  font-size: 14px;
  color: #111827;
}

.user span {
  font-size: 12px;
  color: #6b7280;
}

/*  ------------ Pricing  -------------  */

.pricing {
  padding: 70px 10px;
}
.pricing .pricing__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.pricing .pricing__card {
  display: flex;
  gap: 30px;
  flex-direction: column;
  background: #fff;

  padding: 30px 18px 10px;
  border-radius: 20px;
  box-shadow:
    1px 4px 2px rgba(0, 0, 0, 0.08),
    1px 4px 2px rgba(0, 0, 0, 0.08);
  transition: all 0.3s;
}
.pricing .pricing__card:hover {
  transform: scale(1.03);
}
.pricing .pricing__card .plan__label {
  font-size: 19px;
}
.pricing .pricing__features {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.pricing .pricing__features li {
  color: #777;
  font-size: 14px;
  font-weight: normal;
}
.pricing .pricing__card .before {
  color: #999;
  font-size: 16px;
  font-weight: normal;
  margin-left: 12px;
  text-decoration: line-through;
}
.pricing .pricing__card .after {
  font-size: 32px;
  font-weight: 900;
}
.pricing .pricing__card .saved {
  margin-top: 4px;
  background: transparent;
}
.pricing .pricing__card .btn {
  background: white;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  padding: 15px 0;
}
.pricing .pricing__card i {
  color: green;
  margin-right: 3px;
}
.pricing .pricing__card:nth-of-type(2) {
  background: #000;
  color: #fff;
  position: relative;
}
.pricing .pricing__card:nth-of-type(2) li {
  color: #fff;
}

.pricing .pricing__card .most__popular {
  display: inline-block;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(to right, rgb(252, 184, 58), orange);
  color: #000;
  font-weight: normal;
  padding: 6px 12px;
  border-radius: 10px;
  font-size: 13px;
}
.pricing .pricing__card .most__popular i {
  color: #000;
}

/* -----------  FAQ  ------------------  */
.faq {
  background: #f9fafb;
  padding: 40px;
}
.faq .container {
  max-width: 75%;
}
.questions {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.questions .question {
  cursor: pointer;
  position: relative;
  border-radius: 20px;
  padding: 30px;
  margin: 0 auto;
  box-shadow: 1px 1px 1px #0000001c;
  background: #fff;
  transition: all 0.5s;
}

.questions .question h2 {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 36px;
}
.questions .question h3 {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.7;
  color: #777;
}
.questions .question .faq_icon {
  position: absolute;
  right: 10px;
}
.questions .question .faq_icon i {
  font-size: 12px;
  transition: all 0.3s;
}
.questions .question.open .faq_icon i {
  transform: rotate(45deg);
}
.question .answer {
  opacity: 0;
  transition: all 0.5s;
}
.questions .question {
  height: 80px;
}
.questions .question.open {
  height: fit-content;
}
.questions .question.open .answer {
  opacity: 1;
}

@media (max-width: 767px) {
  .faq {
    padding: 12px;
  }
  .faq .container {
    max-width: 95%;
  }
}

/* ------------  Contact Us -----------------  */

.contact {
  background: #030712;
  color: #fff;
  text-align: center;
  padding: 20px 20px;
  border-radius: 20px;
  width: 70%;
  margin: 50px auto;
}
.contact h1 {
  font-size: 22px;
  font-weight: 900;
}
.contact p {
  font-size: 14px;
  color: #fff;
  margin: 20px 0;
}
.contact .btn {
  background: #fff;
  color: #000;
  padding: 14px 18px;
}

/* ------------------  Footer ------------------  */
.footer {
  background: #030712;
  color: #fff;
  text-align: center;
  padding: 20px;
}
.footer p {
  font-size: 13px;
}
footer p a {
  color: #fff;
  font-weight: bold;
}

footer .logo {
  font-size: 15px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
footer .logo i {
  background: #fff;
  color: #000;
  padding: 8px 16px;
  border-radius: 6px;
}

.socials {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 12px;
}
.socials a {
  color: #fff;
  font-size: 14px;
}
.socials a i {
  transition: all 0.3s;
}
.socials a:hover i {
  transform: translateY(-4px);
}
.copyright {
  margin-top: 12px;
  font-size: 11px;
  color: #777;
}
footer .top {
  margin: 30px 0;
  text-align: left;
  padding: 20px;
}
footer .top h1 {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: normal;
}
footer .top p {
  font-size: 14px;
  color: #777;
}

@media (max-width: 767px) {
  footer {
    flex-direction: column;
  }
  .contact {
    width: 92%;
  }
}
