* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  scroll-margin-top: 75px;
}

html {
  overflow-y: scroll;
}

body {
  font-family: "Montserrat", sans-serif;
  background-color: #fbfbfe;
}
body.no-scroll {
  overflow: hidden;
}

p {
  font-size: 14px;
  letter-spacing: 0.5px;
}

/* ------------------- Buttons ------------------- */
.order-now {
  background: #1dd068;
  color: #fff;
  font-size: 18px;
  text-align: center;
  width: auto;
  padding: 0 1em;
  height: 40px;
  line-height: 44px;
  border-radius: 50px;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.btn-box {
  max-width: 410px;
  width: 100%;
  margin-top: 35px;
}

.btn {
  background: #29af5c;
  height: auto;
  border: none;
  position: relative;
  color: white;
  font-weight: bold;
  padding: 16px 32px;
  border-bottom: 2px solid #0d351c;
  border-radius: 5px;
  text-decoration: none;
  -webkit-animation: pulse 1.5s infinite ease-in-out;
          animation: pulse 1.5s infinite ease-in-out;
  text-align: center;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.btn img {
  display: inline-block;
  vertical-align: middle;
  margin: -4px 0 0 10px;
  width: 25px;
}

@-webkit-keyframes pulse {
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pulse {
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* ------------------- Containers ------------------- */
.container-full {
  padding: 30px 20px;
}
.container-full.bg-grey {
  background: whitesmoke;
}
.container-full.bg-grey.border {
  border-bottom: 1px solid lightgray;
}

.container {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

/* ------------------- Typography ------------------- */
.title {
  margin-top: 20px;
}
.title h2 {
  font-weight: 700;
  line-height: 33px;
  font-size: 30px;
  margin-bottom: 10px;
}

hr {
  background-color: #29af5c;
  width: 75px;
  height: 3px;
  margin: 20px 0;
}

/* ------------------- Header ------------------- */
header {
  height: 75px;
  padding: 4px 20px;
  z-index: 1000;
  min-height: 54px;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  border-bottom: 1px solid #ddd;
}
header .mobile-btn {
  display: none;
  margin-left: auto;
}
header .btn {
  display: block;
}
header.scrolled .mobile-btn {
  display: block;
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  height: 100%;
  gap: 25px;
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
}
.header-inner .logo {
  height: 27px;
}
.header-inner #header-link {
  font-weight: bold;
  cursor: pointer;
  color: #4a4a4a;
}
.header-inner #header-link:hover {
  color: #3273dc;
}

/* ------------------- Hero ------------------- */
.hero {
  background: url("../assets/images/header-bg-1.jpg");
  padding: 85px 20px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.hero .hero-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.hero-inner {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 6fr 6fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  position: relative;
  color: white;
  padding: 0 10px;
}
.hero-inner .hero-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.hero-inner .hero-left .hero-mobile {
  display: none;
  -webkit-animation: fadeInAnimation ease 1s;
          animation: fadeInAnimation ease 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
.hero-inner .hero-left .hero-text {
  font-weight: bold;
  line-height: 25px;
  font-size: 20px;
}
.hero-inner .hero-left ul {
  list-style-type: none;
  margin-top: 25px;
}
.hero-inner .hero-left ul li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 25px;
  font-weight: bold;
  color: white;
  font-size: 16px;
  line-height: 24px;
}
.hero-inner .hero-left ul li:before {
  content: "";
  background-image: url("../assets/images/check-green.png");
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
}
.hero-inner .hero-left p {
  font-size: 14px;
  font-weight: bold;
}
.hero-inner .hero-left p span {
  color: #f28542;
}
.hero-inner .hero-left .btn {
  margin-top: 20px;
}
.hero-inner .hero-right img {
  width: 100%;
  max-width: 330px;
  margin-left: auto;
  display: block;
}
.hero-inner .mobile-only {
  display: none;
  width: 100%;
}

h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.1;
}

/* -------------------  Offer -------------------  */
.offer {
  background-color: black;
  text-align: center;
  font-weight: bold;
  color: white;
  padding: 20px 10px;
}

/* ------------------- Grid 3 ------------------- */
.grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.grid-3 .grid-3-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 25px;
  padding: 20px;
}
.grid-3 .grid-3-item img {
  width: 55px;
  height: 55px;
}
.grid-3 .grid-3-item h3 {
  font-weight: bold;
  color: #29af5c;
  margin-bottom: 10px;
  font-size: 18px;
}
.grid-3 .grid-3-item p {
  color: black;
}

/* ------------------- Grid 2 ------------------- */
.grid-2 {
  display: grid;
  grid-template-columns: 5fr 7fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.grid-2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: white;
  -o-object-position: center;
     object-position: center;
}
.grid-2 .grid-2-item {
  padding: 60px 40px;
  background: lightgray;
}
.grid-2 .grid-2-item h3 {
  font-size: 16px;
}
.grid-2 .grid-2-item p {
  margin-bottom: 20px;
}

/* ------------------- Mobile Button ------------------- */
.review-section {
  background-image: url("../assets/images/testimonial-bg.jpg");
  padding: 85px 20px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.review-section .review-section-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
.review-section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: white;
  text-align: center;
}
.review-section .container hr {
  border: none;
}
.review-section .container .title {
  margin: 0;
}
.review-section .container .title h2 {
  margin: 0;
}
.review-section .container * {
  max-width: 645px;
}
.review-section .container p {
  margin-bottom: 10px;
  color: white;
  font-size: 17.6px;
  line-height: 26.4px;
}
.review-section .container .btn {
  margin-top: 20px;
}

/* ------------------- Gif ------------------- */
#gif {
  width: 100%;
  background-color: #e9e9e9;
}
#gif img {
  max-width: 500px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

/* ------------------- Reviews ------------------- */
.rating {
  display: grid;
  grid-template-columns: 2fr 10fr;
  width: 100%;
  gap: 20px;
  margin-bottom: 40px;
}
.rating .bars {
  gap: 20px;
  width: 100%;
  row-gap: 12px;
  display: grid;
  grid-template-columns: 9fr 3fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rating .bars .bar {
  background-color: #ededed;
  height: 13px;
}
.rating .bars .bar .bar-fill {
  background-color: #ffd407;
  height: 12px;
}
.rating .bars .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}

.avg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.avg h2 {
  font-size: 56px;
  line-height: 1;
}
.avg p {
  margin-top: 8px;
}

.reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  max-width: 682px;
  margin: 0 auto;
}
.reviews .review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.reviews .review .reviewer {
  font-weight: bold;
}
.reviews .review p {
  font-size: 16px;
  line-height: 24px;
}

.review-stars img {
  width: 15px;
}

/* ------------------- Footer ------------------- */
footer {
  padding: 40px 20px;
  line-height: 21px;
}
footer a {
  color: black;
}
footer .container {
  padding: 12px;
}

@media only screen and (max-width: 1060px) {
  .hero .hero-inner {
    grid-template-columns: 550px auto;
  }
}
@media only screen and (max-width: 768px) {
  header .mobile-btn {
    display: block;
    position: fixed;
    bottom: -100px;
    left: 0;
    width: 100%;
    padding: 10px;
    background-color: white;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  header.scrolled .mobile-btn {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background-color: white;
  }
  header .header-inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .header-inner #header-link {
    display: none;
  }
  .btn {
    white-space: normal;
    font-size: 13px;
    padding: 20px;
    width: 100%;
    text-align: center;
  }
  .btn img {
    display: none;
  }
  .hero {
    padding: 30px 15px;
  }
  .hero .hero-inner {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .hero .hero-inner .hero-right img {
    margin: 0 auto;
    max-width: 100%;
  }
  .hero h1 {
    font-size: 26px;
    max-width: 350px;
  }
  .hero .desktop-only {
    display: none;
  }
  .hero .mobile-only {
    display: block;
  }
  .offer p {
    font-size: 12px;
  }
  .grid-3 {
    grid-template-columns: 1fr;
  }
  .grid-3 .grid-3-item {
    padding: 20px 10px;
  }
  .grid-3 .grid-3-item img {
    width: 16%;
    height: auto;
  }
  .grid-2 {
    grid-template-columns: 1fr;
  }
  .grid-2 .grid-2-item {
    padding: 20px;
  }
  .title {
    margin-top: 0;
  }
  .title h2 {
    font-size: 20px;
    line-height: 20px;
  }
  .rating {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .rating .avg {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .rating .bars {
    grid-template-columns: auto 140px;
  }
  .review-section {
    padding: 32px;
  }
  footer {
    padding-bottom: 80px;
  }
}/*# sourceMappingURL=styles.css.map */