body {
  height: max-content;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  font-family: Inter, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}

:root {
  --primary-color: #06c167;
  --secondary-color: #f3fcf7;
  --feature-btn-color: #e6f9f0;
}

/* mobile  */
.header-hero {
  background-color: var(--secondary-color);
  /* height: max-content; */
  border: 1px solid rgba(255, 255, 255, 0);
}

/* pc  */
@media (min-width: 768px) {
  .header-hero {
    background-color: var(--secondary-color);
    height: 45vw;
    /* border: 1px solid rgb(254, 0, 0); */
  }
}

/* ======== header section start ======== */
/* mobile device */
.navbar {
  display: none;
  position: absolute;
  top: 12vh;
  right: 0;
  font-size: 1rem;
  color: black;
  text-align: center;
  font-weight: 400;
  /* border: 1px solid #000000; */
}

.navbar li {
  width: 100vw;
  padding: 2vh 0;
}

.navbar li:nth-of-type(odd) {
  background-color: #f3fbf0;
  color: rgb(1, 1, 1);
}

.navbar li:nth-of-type(even) {
  background-color: white;
}

#selected {
  color: var(--primary-color);
}

.hambergur-menu {
  border: 2px solid var(--primary-color);
  padding: 0.4vh 1.8vw;
  font-size: 1rem;
}

.header-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4vw 10vw;
  color: var(--primary-color);
  font-weight: 600;
  font-size: 1.8rem;
}

/* pc */
@media (min-width: 768px) {
  .logo {
    font-size: 2rem;
  }

  .navbar {
    display: flex !important;
    position: static;
    font-size: 1rem;
    gap: 4vw;
  }

  .navbar li {
    width: auto;
    padding: 0;
    background-color: transparent !important;
  }

  #selected::after {
    content: "";
    display: block;
    width: 8%;
    height: 4px;
    background-color: var(--primary-color);
    margin-top: 4px;
    border-radius: 2px;
    position: relative;
    left: 50%;
  }

  .header-section {
    padding: 2vw 7.5vw;
  }

  .hambergur-menu {
    display: none;
  }
}
/* ======== header section end ======== */

/* ======== hero section start ======== */
/* mobile */
.hero-section {
  padding: 4vh 5vw;
  text-align: center;
  margin-bottom: -55vh;
}

.hero {
  padding: 4vh 5vw;
  text-align: center;
}

.hero-title {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 5vh;
  line-height: 4rem;
}

.hero-subtitle {
  font-size: 0.8rem;
  line-height: 1.8rem;
  margin-bottom: 5vh;
  font-weight: 500;
}

.hero-btn {
  background-color: var(--primary-color);
  color: white;
  padding: 3vh 3vw;
  border: none;
  font-size: 1rem;
  cursor: pointer;
  font-weight: 400;
  margin-bottom: 5vh;
  border: 1px solid var(--primary-color);
  transition: 0.3s ease all;
}

.hero-btn:hover{
  color: var(--primary-color);
  background-color: white;
}

.hero-img {
  width: 80vw;
}

/* .hero-imgs{
  height: 100vh;
} */

.polcadot {
  position: relative;
  bottom: 18vh;
  left: 25vw;
  width: 20vw;
  display: inline-block;
  /* border: 3px solid red; */
  width: 40vw;
}

.rating i {
  color: var(--primary-color);
}

.rating {
  /* background-color: red; */
  background-color: white;
  position: relative;
  z-index: 2;
  border-radius: 10vw;
  width: max-content;
  padding: 2.5vh 5vw 2.5vh 5vw;
  /* position: absolute; */
  bottom: 38vh;
  left: 11vw;
  font-weight: 700;
}

.review img {
  display: inline-block;
  position: relative;
  top: 1.5vh;
}

.review span {
  display: inline-block;
  position: relative;
  bottom: 0.5vh;
}

.review {
  background-color: white;
  /* background-color: rgb(255, 0, 0); */
  position: relative;
  z-index: 2;
  border-radius: 10vw;
  width: max-content;
  padding: 0.2vw 4.5vw 5vw 4.5vw;
  /* position: absolute; */
  bottom: 36vh;
  left: 11vw;
  font-weight: 700;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.42);
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.42);
  /* border: 2px solid black; */
}

/* pc */
@media (min-width: 768px) {
  .hero-section {
    margin-bottom: -20vw;
  }

  .hero {
    display: flex;
    justify-content: center;
    gap: 10vw;
    padding: 5vh;
    /* margin-bottom: -10vh; */
  }

  .hero-img {
    width: 30vw;
  }

  .hero-texts {
    width: 40vw;
  }

  .hero-title {
    font-size: 4rem;
    text-align: left;
    line-height: 7rem;
    margin-bottom: 2vh;
    width: 35vw;
  }

  .hero-subtitle {
    font-size: 0.8rem;
    text-align: left;
    font-weight: 400;
    width: 30vw;
  }

  .hero-btn {
    width: 17vw;
  }

  .polcadot {
    width: 10vw;
    position: relative;
    /* border: 3px solid black; */
    bottom: 11vw;
    left: 11vw;
  }

  .rating {
    /* background-color: red; */
    background-color: white;
    position: relative;
    z-index: 2;
    border-radius: 10vw;
    width: max-content;
    padding: 2.5vh 2vw 2.5vh 2vw;
    /* position: absolute; */
    bottom: 35vw;
    left: 42vw;
    font-weight: 700;
  }

  .review img {
    display: inline-block;
    position: relative;
    top: 0.7vw;
  }

  .review span {
    display: inline-block;
    position: relative;
    bottom: 0.5vw;
  }

  .review {
    background-color: white;
    /* background-color: rgb(255, 0, 0); */
    position: relative;
    z-index: 2;
    border-radius: 10vw;
    width: max-content;
    padding: 0 1vw 1vw 1vw;
    /* position: absolute; */
    bottom: 44vw;
    left: 72vw;
    font-weight: 700;
    box-shadow: none;
  }
}
/* ======== hero section end ======== */

/* ======== brand logo section start ======== */
/* mobile */
.brand-logos-section {
  margin-bottom: 20vh;
  /* margin-top: -20vh; */
}

.brand-logos {
  width: 100%;
  height: 15vh;
  display: flex;
  justify-content: center;
  align-content: space-between;
  gap: 5%;
  flex-wrap: wrap;
  position: relative;
  top: 20vh;
  padding: 0vh 5vw 10vh 5vw;
}

.brand-logo img {
  width: 37vw;
}

/* pc */
@media screen and (min-width: 768px) {
  .brand-logos-section {
    margin-bottom: 3vw;
    width: 100%;
    margin-top: 0vw;
  }
  .brand-logos {
    width: 70%;
    top: -2vw;
    right: 2vw;
    border: none;
    padding: 10vh 5vw 10vh 0vw;
    align-self: left;
  }

  .brand-logo img {
    width: 13vw;
  }
}
/* ======== brand logo section end ======== */

/* ======== service section start ======== */
/* mobile */
.services {
  width: 100%;
  padding: 10vh 10vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10vw;
  border-top: 1px solid rgba(0, 0, 0, 0.224);
  border-bottom: 1px solid rgba(0, 0, 0, 0.224);
}

.service-card {
  width: 35vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.service-logo i {
  color: var(--primary-color);
  font-size: 2rem;
}

.service-logo {
  background-color: var(--secondary-color);
  /* background-color: red; */
  width: fit-content;
  padding: 5vw;
  border-radius: 0.5vw;
}

.service-texts {
  text-align: center;
  padding: 2vh 0;
}

.service-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1vh;
}

.service-desc {
  font-size: 0.7rem;
}

/* pc */
@media screen and (min-width: 768px) {
  .services {
    flex-wrap: nowrap;
    gap: 5vw;
    padding: 4vw 6vw;
  }

  .service-section {
    margin: 15vh 0;
    margin-top: -3vh;
    margin-bottom: 3vw;
  }

  .service-logo {
    padding: 1vw;
    margin-right: 1.5vw;
  }

  .service-card {
    width: 25vw;
    flex-direction: row;
  }
}
/* ======== service section end ======== */

/* ======== benefit section start ======== */
/* mobile */
.benefit-img {
  margin: 10vh 0;
}

.benefit-img img {
  width: 60%;
  display: block;
  margin: 0 auto;
  /* opacity: 0; */
}

.benefit-img-back {
  background-color: #f0f1ec;
  /* background-color: #ccff00; */
  width: 70vw;
  height: 90vw;
  position: relative;
  bottom: 105vw;
  left: 14.5vw;
  z-index: -1;
}

.benefit-texts {
  text-align: center;
  margin-top: -90vw;
}

.benefit-mini-title {
  font-size: 0.8rem;
  font-weight: 600;
}

.benefit-title {
  font-size: 2rem;
  margin: 3vh 2vh;
  font-weight: 600;
}

.benefit-list ul li {
  width: 80%;
  margin: 3vh 15vw;
}

.benefit-list ul li i {
  color: var(--primary-color);
  font-size: 1.5rem;
}

.benefit-section {
  margin-bottom: 15vh;
}

#pc-benefit-img {
  display: none;
}

/* pc */
@media screen and (min-width: 768px) {
  #mobile-benefit-img {
    display: none;
  }
  #pc-benefit-img {
    display: block;
  }

  .benefit-img-back {
    display: none;
  }

  .benefit-img {
    /* background-color: red; */
    background-color: var(--secondary-color);
    height: 33vw;
    /* border: 5px solid black; */
    margin-left: 0;
  }

  .benefit-img img {
    width: 80%;
  }

  .benefit-section{
    /* border: 5px solid black; */
    padding: 0;
    margin-top: 0;
  }
  .benefit {
    display: flex;
    justify-content: center;
    /* border: 5px solid black; */
    padding: 0;
  }

  .benefit-texts {
    text-align: left;
    margin: 5vw;
  }

  .benefit-title {
    margin: 2vh 0 0vh 0;
    font-size: 3rem;
    width: 30vw;
    /* border: 1px solid black; */
  }
  
  .benefit-list ul{
    /* border: 1px solid black; */
    width: max-content;  
    margin-left: 5vw;
  }

  .benefit-list ul li {
    margin: 0vw 0 1vw 0vw;
    /* align-items: baseline; */
    /* border: 1px solid black; */
    width: max-content;
  }
}
/* ======== benefit section end ======== */

/* ======== Testimonial section end ======== */
/* mobile */
.testimonial-section {
  margin-bottom: 10vw;
}

#pc-testimonial-img {
  display: none;
}

.testimonial-imgs {
  margin-bottom: 10vw;
}

.testimonial-imgs img {
  width: 60vw;
  display: block;
  margin: 0 auto;
}

.testimonial-img-back {
  background-color: #f0f1ec;
  /* background-color: #ccff00; */
  width: 76vw;
  height: 107vw;
  position: relative;
  bottom: 106vw;
  left: 12vw;
  z-index: -1;
}

.testimonial-texts {
  text-align: center;
}

.testimonial-minititle {
  font-size: 0.8rem;
  font-weight: 600;
  margin-top: -98vw;
}

.testimonial-title {
  font-size: 2.2rem;
  margin: 3vh 2vh;
  font-weight: 600;
}

.stats {
  text-align: center;
}

.stat {
  margin-bottom: 5vh;
}

.stat-num {
  color: var(--primary-color);
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 1vh;
}

.testimonial-btn {
  color: white;
  background-color: var(--primary-color);
  width: 84vw;
  padding: 3vh 5vw;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
  border: 1px solid var(--primary-color);
  transition: 0.3s ease all;
}

.testimonial-btn:hover{
  color: var(--primary-color);
  background-color: white;
}

/* pc */
@media screen and (min-width: 768px) {
  #mobile-testimonial-img {
    display: none;
  }

  #pc-testimonial-img {
    display: block;
    width: 25vw;
    margin-right: 0;
  }

  .testimonial-img-back {
    display: none;
  }

  .testimonial {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 10vw;
    /* padding: 0 7vw 5vh 7vw; */
    padding: 0 7vw;
    /* border: 2px solid black; */
    margin-bottom: -5vw;
  }

  .testimonial-imgs {
    width: 48vw;
    height: 35vw;
    background-color: var(--secondary-color);
    /* background-color: red; */
  }

  .testimonial-text-sections {
    margin: 0;
    padding: 0;
    /* width: 40vw; */
    /* border: 1px solid red; */
  }

  .testimonial-btn {
    width: max-content;
    padding: 3vh 2vw;
    margin: 0;
  }

  .testimonial-texts {
    text-align: left;
    /* border: 1px solid black; */
    /* height: 100vh; */
    margin: 10vh 0;
    color: black;
  }

  .testimonial-minititle {
    /* border: 1px solid black; */
    margin: 0;
    font-size: 1rem;
  }

  .testimonial-title {
    /* border: 1px solid black; */
    margin: 5vh 0;
    font-size: 3.5rem;
  }

  .stats {
    display: flex;
    justify-content: space-between;
  }
}
/* ======== Testimonial section end ======== */

/* ======== Features section start ======== */
/* mobile */
.features-section {
  margin: 10vh 0;
}

.features-texts {
  text-align: center;
  margin: 8vh 0;
}

.features-minititle {
  font-size: 0.8rem;
  font-weight: 600;
}

.features-title {
  font-size: 2.2rem;
  margin: 3vh 2vh;
  font-weight: 600;
}

.feature-img img {
  width: 80vw;
  height: 80vw;
  display: block;
  margin: 0 auto;
  object-fit: cover;
}

.feature-card {
  width: 80vw;
  height: 80vw;
  margin: 0 auto;
  background-color: var(--secondary-color);
  border: 2px solid var(--primary-color);
  padding: 4vh 10vw;
}

.feature-title {
  font-size: 2rem;
  margin-bottom: 3vh;
}

.feature-desc {
  margin-bottom: 5vh;
}

.feature-btn {
  width: max-content;
  background-color: var(--feature-btn-color);
  color: var(--primary-color);
  padding: 2vh 5vw;
  font-weight: 700;
  cursor: pointer;
}

/* pc */
@media screen and (min-width: 768px) {
  .features-minititle {
    font-size: 1rem;
  }

  .features-title {
    font-size: 3.5rem;
    margin: 7vh auto;
  }

  .features {
    display: flex;
    flex-wrap: wrap;
    margin: 0 10vw;
  }

  .feature-img img {
    width: 20vw;
    height: 20vw;
  }

  .feature-card {
    width: 20vw;
    height: 20vw;
    margin: 0;
    padding: 4vh 2vw;
  }

  /* .feature-title{
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 6vh;
  } */

  .feature-desc {
    margin-bottom: 4vh;
  }

  .feature-btn {
    font-size: 0.8rem;
    padding: 2vh 2vw;
  }

  .set-up {
    display: flex;
    flex-direction: row;
    /* border: 5px solid red; */
  }

  .set-down {
    display: flex;
  }

  .feature-set1 {
    display: flex;
  }

  .feature-set2 {
    display: flex;
    /* flex-direction: row-reverse; */
  }

  .feature-set3 {
    display: flex;
    flex-direction: row-reverse;
  }

  .feature-set4 {
    display: flex;
    flex-direction: row-reverse;
  }
}
/* ======== Features section end ======== */

/* ======== Product section start ======== */
/* mobile */
.product-section {
  margin: 10vh 0;
}

.product-texts {
  text-align: center;
  margin: 8vh 0;
}

.product-minititle {
  font-size: 0.8rem;
  font-weight: 600;
}

.product-title {
  font-size: 2.2rem;
  margin: 3vh 2vh;
  font-weight: 700;
}

.product-img img {
  width: 60vw;
  height: 60vw;
  object-fit: cover;
  border-radius: 50%;
}

.product-card {
  width: 80vw;
  /* height: 50vh; */
  border: 2px solid #76767540;
  padding: 5vh 5vw;
  text-align: center;
  margin: 5vh auto;
  transition: 0.3s ease all;
}

.product-name {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 3vh;
  margin-top: 2vh;
}

.product-rating i {
  color: var(--primary-color);
}

.product-price {
  color: var(--primary-color);
  font-weight: 500;
  margin-bottom: 3vh;
}

.product-price del {
  color: #767675;
}

.product-btn {
  width: max-content;
  margin: 1vh auto;
  border: 2px solid var(--primary-color);
  padding: 2vh 4vw;
  color: var(--primary-color);
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease all;
}

.product-btn:hover{
  color: white;
  background-color: var(--primary-color);
}

.product-card:hover {
  border: 2px solid var(--primary-color);
}

/* pc */
@media screen and (min-width: 768px) {
  .product-section {
    margin: 20vh 10vw;
  }
  .product-texts {
    text-align: left;
  }

  .product-minititle {
    font-size: 1rem;
    margin-bottom: 7vh;
    margin-left: 0.5vw;
  }

  .product-title {
    font-size: 3.5rem;
    margin: 7vh 0;
    margin-left: 0.5vw;
  }

  .product-img img {
    width: 12vw;
    height: 12vw;
  }

  .product-card {
    width: 18vw;
    padding: 4vh;
  }

  .product-cards {
    display: flex;
  }

  .product-btn {
    padding: 2vh 2vw;
  }
}
/* ======== Product section end ======== */

/* ======== Order section start ======== */
/* mobile */
.order {
  width: 100%;
  height: 70vh;
  background-image: url(./images/try-img.png);
  background-position: center;
  color: rgb(255, 255, 255);
  font-size: 3rem;
  text-align: center;
  font-weight: 700;
}

.filter {
  width: 100%;
  height: 70vh;
  /* background-color: rgba(247, 4, 4, 0.411); */
  background-color: rgba(0, 0, 0, 0.528);
  position: relative;
  top: -70vh;
  /* opacity: 0.6; */
}

.order-text {
  color: rgb(255, 255, 255);
  font-size: 2.5rem;
  text-align: center;
  font-weight: 700;
  position: relative;
  top: -125vh;
  height: 0;
}

.order-btn {
  width: max-content;
  color: white;
  background-color: var(--primary-color);
  font-size: 1.2rem;
  font-weight: 600;
  padding: 3vh 18vw;
  text-align: center;
  position: relative;
  bottom:200vw;
  left: 11vw;
  cursor: pointer;
  /* border: 1px solid var(--primary-color); */
  transition: 0.3s ease all;
}

.order-btn:hover{
  color: var(--primary-color);
  background-color: white;
  border-radius: 1vw;
}

/* pc */
@media screen and (min-width: 768px) {
  .order {
    width: 80%;
    height: 70vh;
    margin: 5vh 10vw;
  }

  .filter {
    position: relative;
    width: 80%;
    height: 70vh;
    top: -75vh;
    left: 10vw;
  }

  .order-text {
    position: relative;
    /* color: red; */
    top: -130vh;
    left: 18.5vw;
    font-size: 3.5rem;
    width: 60%;
    height: 0;
  }

  .order-btn {
    top: -95vh;
    left: 37vw;
    width: max-content;
    padding: 4vh 6vw;
  }
}
/* ======== Order section end ======== */

/* ======== Footer section start ======== */
/* mobile */
footer {
  /* border: 5px solid black; */
  margin-top: -70vh;
}

.primary-footer {
  text-align: center;
  margin: 5vh 0;
  margin-bottom: 10vh;
}

.footer-logo {
  color: var(--primary-color);
  font-size: 2.5rem;
}

.footer-text {
  font-size: 1rem;
  width: 80%;
  margin: 5vh auto;
  line-height: 3.5vh;
}

.social-icons {
  font-size: 1.5rem;
}

.social-icons i {
  cursor: pointer;
}

.about-us {
  text-align: center;
  margin: 10vh 0;
}

.about-us-title {
  font-size: 1.5rem;
  margin: 4vh 0;
}

.about-item {
  margin-bottom: 3vh;
}

.company {
  text-align: center;
  margin: 10vh 0;
}

.company-title {
  font-size: 1.5rem;
  margin: 4vh 0;
}

.company-item {
  margin-bottom: 3vh;
}

.contact {
  text-align: center;
  margin: 10vh 0;
}

.contact-title {
  font-size: 1.5rem;
  margin: 4vh 0;
}

.contact-text {
  margin: 5vh 3vw;
}

input[type="email"] {
  width: 86%;
  height: 7vh;
  text-align: center;
  background-color: #d7d7d4;
  border: none;
  margin: 2vh 0;
}

input[type="email"]:focus {
  outline: none;
}

.form-btn {
  width: 86%;
  text-align: center;
  background-color: var(--primary-color);
  margin: 0 auto;
  padding: 2vh 0;
  color: white;
  cursor: pointer;
  border: 1px solid var(--primary-color);
  transition: 0.3s ease all;
}

.form-btn:hover{
  color: var(--primary-color);
  background-color: white;
}

.footer-bottom {
  text-align: center;
  margin: 3vh 0;
  font-weight: 400;
  color: #1d1d1f;
}

/* pc */
@media screen and (min-width: 768px) {
  .footer-top {
    display: flex;
    justify-content: center;
    /* gap: 5vw; */
    margin: 0 10vw;
  }

  .primary-footer {
    flex: 1.5;
    /* border: 2px solid black; */
    padding: 0;
    text-align: left;
    margin-top: 12vh;
  }

  .footer-text {
    width: 80%;
    margin-left: 0;
  }

  .about-us {
    flex: 0.8;
    /* border: 2px solid black; */
    text-align: left;
  }

  .company {
    flex: 1;
    /* border: 2px solid black; */
    text-align: left;
  }

  .contact {
    flex: 1.5;
    /* border: 2px solid black; */
    text-align: left;
  }
  
  .contact-text{
    /* border: 2px solid black; */
    margin-left: 0;
  }

  .form-btn {
    margin: 0;
  }

  .contact form {
    display: flex;
    gap: 1.5vw;
    /* border: 2px solid black; */
  }

  .contact form input {
    display: block;
  }

  .form-btn {
    width: 12vw;
    margin: 0;
    padding: auto;
    height: 7vh;
    margin-top: 2vh;
  }
}
/* ======== Footer section end ======== */
