:root {
  --dark-slate-blue: #0047ab;
  --yellow: yellow;
  --white: white;
  --red: red;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

a {
  color: #fff;
  text-decoration: none;
}

.body {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-sec {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(to right, var(--dark-slate-blue) 50%, #2e37fe00 85%);
}

.hero-left-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 80px;
  padding-right: 20px;
  display: flex;
}

.felip-logo {
  border-radius: 100px;
  width: 65%;
  margin: 20px auto auto 10px;
  box-shadow: 3px 3px 3px #00000091;
}

.hero-h1 {
  color: var(--yellow);
  text-align: left;
  margin-right: auto;
  font-family: Smooch Sans, sans-serif;
  font-size: 7rem;
  font-weight: 900;
  line-height: .75;
  overflow: visible;
}

.hero-h1-2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-right: auto;
  font-family: Norican, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
}

.section {
  width: 100%;
  height: 40px;
}

.hero-sec-back {
  background-image: url('../images/felips-engine-hero-crop.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 100vh;
  width: 100%;
  max-width: 1920px;
  height: 100vh;
  display: block;
  position: fixed;
  top: 0;
  overflow: hidden;
}

.info-sec {
  background-color: var(--white);
  color: var(--white);
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.link-block {
  border: 3px solid var(--white);
  background-color: var(--red);
  border-radius: 100px;
  width: auto;
  height: auto;
  margin: 31px auto 40px;
  display: flex;
}

.button-h1 {
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 40px;
  padding-right: 20px;
  font-family: Smooch Sans, sans-serif;
  font-size: 2rem;
  line-height: 1;
  text-decoration: none;
}

.div-block, .arrow-div {
  border: 3px solid var(--white);
  border-radius: 100px;
}

.arrow-svg {
  width: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
}

.info-sec-h1 {
  color: var(--black);
  text-align: center;
  margin: 0 20px;
  font-family: Smooch Sans, sans-serif;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
}

.big-h1 {
  color: var(--red);
  text-align: center;
  margin-top: 0;
  font-family: Smooch Sans, sans-serif;
  font-size: 10rem;
  font-weight: 900;
  line-height: .75;
}

.grid-2 {
  grid-template-columns: 1fr 1fr 1fr;
  width: 80%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.hero-sec-phone {
  width: 100%;
  height: 100vh;
  display: none;
  position: relative;
  overflow: hidden;
}

.box-div {
  border-style: solid;
  border-width: 0 2px 0 0;
  border-color: black var(--red) black black;
  width: 100%;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: .5fr 1fr;
  height: 100%;
}

.box-icon-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrench-img {
  max-width: none;
  height: 30%;
}

.box-type-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph {
  color: var(--black);
  text-align: center;
  margin-left: 15px;
  margin-right: 10px;
  font-family: Smooch Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
}

.belt-img {
  max-width: none;
  height: 30%;
}

.piston-img {
  width: auto;
  max-width: none;
  height: 30%;
}

.slider-sec {
  background-color: var(--white);
  background-image: url('../images/felips-slider-back.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.hero-h1-div {
  margin-right: auto;
  overflow: hidden;
}

.hero-h1-2-div {
  margin-bottom: auto;
  margin-right: auto;
  overflow: hidden;
}

.box-left-div {
  border-style: solid;
  border-width: 0;
  border-color: black var(--red) black black;
  width: 100%;
}

.slider {
  background-color: #0000;
  height: 100%;
  padding-bottom: 36px;
}

.slider-h1 {
  color: var(--dark-slate-blue);
  text-align: right;
  text-transform: uppercase;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-family: Smooch Sans, sans-serif;
  font-size: 5rem;
  line-height: .8;
}

.slider-shape-img {
  width: 45%;
  max-width: none;
  position: absolute;
  inset: 0% 0% auto 12%;
}

.image {
  position: absolute;
}

.slider-car-img {
  width: 70%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.reviews-sec {
  background-color: var(--white);
  width: 100%;
  max-width: 1920px;
  height: auto;
  position: relative;
  overflow: hidden;
}

.slide, .slide-2 {
  overflow: hidden;
}

.slider2-shape-img {
  width: 45%;
  max-width: none;
  position: absolute;
  inset: 0% 0% auto 12%;
}

.slider2-car-img {
  width: 70%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.slider-h1-2 {
  color: var(--dark-slate-blue);
  text-align: right;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-family: Smooch Sans, sans-serif;
  font-size: 5rem;
  line-height: .8;
}

.heading {
  text-align: right;
}

.slide2, .slide-copy, .slide3 {
  overflow: hidden;
}

.slider2-shape2-img {
  width: 45%;
  max-width: none;
  position: absolute;
  inset: 0% 0% auto 12%;
}

.slider2-car2-img {
  width: 70%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.slider2-shape3-img {
  width: 45%;
  max-width: none;
  position: absolute;
  inset: 0% 0% auto 12%;
}

.slider2-car3-img {
  width: 70%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  width: 80%;
  margin: 40px auto;
}

.typing-demo {
  color: var(--red);
  text-align: center;
  width: 80%;
  margin: 0 auto;
  font-family: Smooch Sans, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  display: block;
}

.html-embed {
  display: block;
}

.reviews-img {
  border-top-left-radius: 50px;
  width: 100%;
  max-width: none;
}

.slider-2 {
  background-color: var(--white);
  background-image: linear-gradient(#fff 81%, #a4caff);
  border-bottom-right-radius: 50px;
  height: 100%;
}

._5-stars {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.reviews-slide-div {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

._5-stars-img {
  width: 200px;
  margin-top: 17px;
}

.reviews-h1 {
  margin-top: 0;
  font-size: 1rem;
}

.paragraph-2 {
  width: 70%;
  margin: 10px 0 0;
  font-size: 1rem;
}

.icon, .icon-2 {
  color: var(--red);
}

.reviews-divider {
  background-color: var(--dark-slate-blue);
  width: 50%;
  height: 3px;
}

.slide-3, .slide-4, .slide-5, .slide-6, .slide-7, .slide-8 {
  overflow: hidden;
}

.footer {
  background-color: var(--dark-slate-blue);
  width: 100%;
}

.footer-sec {
  background-color: var(--dark-slate-blue);
  flex-direction: column;
  width: 100%;
  max-width: 1920px;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.facebook-div {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.facebook-svg {
  width: 100px;
  margin: 10px 0 10px auto;
}

.div-block-2 {
  margin: auto auto auto 10px;
  display: flex;
}

.social-h1 {
  color: var(--white);
  text-align: center;
  margin: 0;
}

.facebook-link {
  justify-content: flex-start;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.map-img {
  border-top-right-radius: 50px;
  width: 100%;
  max-width: none;
}

.address-div {
  background-color: var(--red);
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.address-h1 {
  color: var(--white);
  text-align: center;
  font-family: Smooch Sans, sans-serif;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1;
}

.buziko-link {
  color: var(--white);
  text-align: center;
  margin-top: auto;
  margin-bottom: 20px;
  padding: 10px;
}

.navbar {
  z-index: 1000;
  background-color: #0000;
  position: absolute;
  inset: 0% 0% auto;
}

.icon-3 {
  color: var(--red);
}

.menu-button {
  z-index: 2000;
  background-color: var(--yellow);
  position: absolute;
  inset: 0% 0% auto auto;
}

.menu-button.w--open {
  background-color: var(--white);
}

.logo-link-div {
  background-image: linear-gradient(to top, var(--dark-slate-blue), white);
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  width: 100%;
  padding-bottom: 33px;
}

.nav-menu {
  z-index: 1500;
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 63px;
  padding-bottom: 0;
  display: flex;
}

.nav-link {
  z-index: 2001;
  color: var(--red);
  text-align: center;
  margin-top: 0;
  font-family: Smooch Sans, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}

.nav-link-2 {
  text-align: center;
  font-family: Smooch Sans, sans-serif;
  font-size: 4rem;
  line-height: 1;
}

.nav-link-3, .nav-link-4 {
  text-align: center;
}

.div-block-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-top: 40px;
  display: flex;
}

.about-sec {
  background-color: var(--white);
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.about-h1 {
  color: var(--red);
  text-align: right;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Smooch Sans, sans-serif;
  font-size: 7rem;
  font-weight: 900;
  line-height: .75;
  overflow: visible;
}

.about-p {
  border-left: 3px solid var(--dark-slate-blue);
  text-align: center;
  width: 50%;
  margin-right: 20px;
  padding-left: 20px;
  font-family: Smooch Sans, sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.about-div {
  overflow: hidden;
}

.bold-text, .bold-text-2, .bold-text-3 {
  font-weight: 400;
}

.body-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1920px;
  display: flex;
}

.booking-form-sec {
  width: 100%;
  height: auto;
}

.form-block {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.booking-h1 {
  color: var(--red);
  text-align: center;
  margin-top: 48px;
  font-family: Smooch Sans, sans-serif;
  font-size: 4rem;
}

.field-label, .field-label-2 {
  font-family: Smooch Sans, sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.text-field, .text-field-2 {
  border: 1.5px solid var(--red);
  border-radius: 13px;
  font-size: 1rem;
}

.textarea {
  border: 1.5px solid var(--red);
  border-radius: 13px 13px 0;
  font-size: 1rem;
}

.field-label-3 {
  margin-top: 20px;
  font-family: Smooch Sans, sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.booking-p {
  text-align: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5rem;
  line-height: 1;
}

.logo-link-home-div {
  background-image: linear-gradient(to top, var(--dark-slate-blue), white);
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  width: 100%;
  padding-bottom: 33px;
}

.logo-link-home-div.w--current {
  background-image: none;
  padding-bottom: 0;
}

.felip-logo-booking {
  border-radius: 100px;
  width: 30%;
  margin: 20px auto auto 10px;
  box-shadow: 3px 3px 3px #00000091;
}

.text-field-3 {
  border: 1.5px solid var(--red);
  border-radius: 13px;
}

.body-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.job-form-sec {
  width: 100%;
  height: auto;
}

.radio-button-field, .radio-button-field-2, .checkbox-field, .checkbox-label {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
}

.body-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  display: flex;
}

.thanks-h1 {
  color: var(--red);
  text-align: center;
  margin-top: 48px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Smooch Sans, sans-serif;
  font-size: 3.5rem;
}

.home-button {
  border-radius: 14px;
}

.service-card-sec {
  z-index: 3000;
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.grid-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 75%;
  margin-top: 0;
  margin-bottom: 0;
}

.card-h1 {
  color: var(--red);
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Smooch Sans, sans-serif;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1;
}

.image-2 {
  width: 100%;
}

.card-link-block {
  border: 3px solid var(--white);
  background-color: var(--red);
  border-radius: 100px;
  width: auto;
  height: auto;
  margin: 31px auto 40px;
  display: flex;
}

.div-block-4 {
  background-color: var(--red);
  width: 75%;
  height: 3px;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (min-width: 1920px) {
  .hero-sec {
    background-size: auto 100vh;
  }

  .felip-logo {
    width: 65%;
  }

  .hero-h1 {
    font-size: 10rem;
  }

  .hero-h1-2 {
    font-size: 7rem;
  }

  .hero-sec-back {
    background-size: auto 100vh;
    overflow: hidden;
  }

  .link-block {
    margin-top: auto;
  }

  .button-h1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 4rem;
    line-height: 1;
  }

  .arrow-svg {
    width: 70px;
  }

  .hero-sec-phone {
    background-size: auto 100vh;
  }

  .slider-sec {
    height: 100vh;
  }

  .slider-h1 {
    font-size: 6rem;
  }

  .slider-shape-img {
    width: 40%;
  }

  .slider-car-img {
    width: 70%;
    max-width: none;
  }

  .slider2-shape-img {
    width: 40%;
  }

  .slider2-car-img {
    width: 70%;
    max-width: none;
  }

  .slider-h1-2 {
    font-size: 6rem;
  }

  .slider2-shape2-img {
    width: 40%;
  }

  .slider2-car2-img {
    width: 70%;
    max-width: none;
  }

  .slider2-shape3-img {
    width: 40%;
  }

  .slider2-car3-img {
    width: 70%;
    max-width: none;
  }

  .typing-demo {
    font-size: 5rem;
  }

  .reviews-h1 {
    font-size: 2rem;
  }

  .paragraph-2 {
    font-size: 2rem;
    line-height: 1.2;
  }

  .facebook-svg {
    width: 150px;
  }

  .social-h1 {
    font-size: 3rem;
  }

  .about-sec {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-h1 {
    font-size: 11rem;
  }

  .form-block {
    width: 70%;
  }

  .booking-h1 {
    font-size: 4rem;
  }

  .felip-logo-booking {
    width: 30%;
  }

  .thanks-h1 {
    font-size: 4rem;
  }

  .card-link-block {
    margin-top: auto;
  }
}

@media screen and (max-width: 991px) {
  .hero-left-div {
    padding-left: 40px;
  }

  .felip-logo {
    border-radius: 100px;
    width: 80%;
    margin-left: 10px;
    padding-left: 0;
  }

  .hero-h1 {
    font-size: 5rem;
  }

  .hero-h1-2 {
    margin-bottom: 0;
    padding-bottom: 10px;
    font-size: 4rem;
  }

  .button-h1 {
    padding-left: 20px;
    font-size: 2rem;
    line-height: 1;
  }

  .arrow-svg {
    width: 80px;
  }

  .grid-2 {
    width: 70%;
  }

  .box-div {
    border-bottom-width: 3px;
    border-right-width: 0;
    border-bottom-color: var(--red);
    width: 70%;
    margin-top: 56px;
    margin-left: auto;
    margin-right: auto;
  }

  .box-icon-div {
    height: 100px;
  }

  .wrench-img {
    height: 100%;
  }

  .paragraph {
    width: 70%;
    margin-top: 16px;
    padding-bottom: 36px;
    font-size: 2rem;
  }

  .belt-img, .piston-img {
    height: 100%;
  }

  .slider-sec {
    height: 500px;
  }

  .hero-h1-2-div {
    margin-bottom: auto;
  }

  .box-left-div {
    border-bottom-width: 3px;
    border-right-width: 0;
    border-bottom-color: var(--red);
    width: 70%;
    margin-top: 56px;
    margin-left: auto;
    margin-right: auto;
  }

  .slider-h1 {
    width: 40%;
    margin-right: 40px;
    font-size: 4rem;
  }

  .slider2-car-img, .slider2-car2-img, .slider2-car3-img {
    width: 80%;
  }

  .grid-4 {
    margin-top: 17px;
    padding-top: 0;
  }

  .typing-demo {
    margin-top: 0;
  }

  .reviews-img {
    border-top-right-radius: 50px;
  }

  .slider-2 {
    border-bottom-left-radius: 50px;
    padding-bottom: 33px;
  }

  .grid-5 {
    margin-bottom: 0;
  }

  .buziko-link {
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .nav-menu {
    padding-top: 48px;
  }

  .about-h1 {
    font-size: 5rem;
  }

  .booking-h1 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .felip-logo-booking {
    border-radius: 100px;
    width: 30%;
    margin-left: 10px;
    padding-left: 0;
  }

  .thanks-h1 {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .hero-sec {
    display: none;
  }

  .grid {
    background-image: linear-gradient(7deg, var(--dark-slate-blue) 11%, #2e37fe00 81%);
  }

  .hero-left-div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .felip-logo {
    width: 40%;
    margin-left: 10px;
    padding-left: 0;
  }

  .hero-h1 {
    text-align: center;
    margin-left: auto;
  }

  .hero-h1-2 {
    margin-bottom: 0;
    margin-left: auto;
    padding-left: 5px;
    padding-right: 5px;
  }

  .info-sec {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-block {
    width: 80%;
    margin-left: auto;
  }

  .button-h1 {
    margin-top: auto;
    margin-left: auto;
    font-size: 2rem;
  }

  .arrow-svg {
    width: 50px;
    margin-left: auto;
  }

  .grid-2 {
    width: 90%;
  }

  .hero-sec-phone {
    display: block;
  }

  .slider-sec {
    height: 600px;
  }

  .hero-h1-phone-div, .hero-h1-phone-2-div {
    overflow: hidden;
  }

  .slider-h1 {
    width: 60%;
    font-size: 4rem;
  }

  .slide {
    height: 80vh;
  }

  .slider2-shape-img {
    width: 400px;
    top: 24%;
  }

  .slider2-car-img {
    width: 90%;
  }

  .slider2-shape2-img {
    width: 60%;
    top: 26%;
  }

  .slider2-car2-img {
    width: 90%;
  }

  .slider2-shape3-img {
    width: 60%;
    top: 26%;
  }

  .slider2-car3-img {
    width: 90%;
  }

  .typing-demo {
    font-size: 3rem;
  }

  .grid-5 {
    margin-bottom: 0;
  }

  .facebook-link {
    margin-bottom: 38px;
  }

  .map-img {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }

  .address-div {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
  }

  .buziko-link {
    margin-bottom: 20px;
  }

  .nav-link {
    font-size: 3rem;
  }

  .div-block-3 {
    margin-top: 0;
  }

  .about-sec {
    flex-direction: column;
    align-items: center;
  }

  .about-h1 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .about-p {
    border-top: 3px solid var(--dark-slate-blue);
    border-left-width: 0;
    width: 85%;
    margin-left: 20px;
    padding-top: 20px;
    padding-left: 0;
  }

  .booking-p {
    width: 75%;
  }

  .felip-logo-booking {
    width: 40%;
    margin-left: 10px;
    padding-left: 0;
  }

  .submit-button {
    width: 100%;
  }

  .grid-6 {
    width: 90%;
  }

  .card-link-block {
    width: 80%;
    margin-left: auto;
  }
}

@media screen and (max-width: 479px) {
  .felip-logo {
    width: 70%;
    padding-left: 0;
  }

  .hero-h1 {
    font-size: 4rem;
  }

  .hero-h1-2 {
    font-size: 3rem;
  }

  .hero-sec-back {
    background-position: 100%;
  }

  .info-sec {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .link-block {
    width: 100%;
    margin-bottom: 60px;
  }

  .button-h1 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 22px;
  }

  .arrow-svg {
    width: 40px;
  }

  .info-sec-h1 {
    font-size: 5rem;
    line-height: .75;
  }

  .big-h1 {
    margin-top: 19px;
    font-size: 7rem;
  }

  .grid-2 {
    width: 100%;
  }

  .box-div {
    width: 90%;
    margin-top: 35px;
  }

  .paragraph {
    width: 100%;
    font-size: 1.8rem;
  }

  .slider-sec {
    height: 450px;
  }

  .box-left-div {
    width: 90%;
    margin-top: 35px;
  }

  .slider-h1 {
    width: 80%;
    font-size: 3rem;
  }

  .slide {
    height: 100%;
  }

  .slider2-shape-img {
    width: 300px;
    top: 28%;
  }

  .slider2-car-img {
    width: 350px;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .slider2-shape2-img {
    width: 300px;
    top: 28%;
  }

  .slider2-car2-img {
    width: 350px;
  }

  .slider2-shape3-img {
    width: 300px;
    top: 28%;
  }

  .slider2-car3-img {
    width: 350px;
  }

  .grid-4 {
    width: 90%;
  }

  .typing-demo {
    margin-top: 0;
    font-size: 2rem;
  }

  ._5-stars-img {
    width: 120px;
  }

  .icon {
    margin-left: 5px;
  }

  .icon-2 {
    margin-right: 5px;
  }

  .left-arrow-2, .right-arrow-2 {
    display: none;
  }

  .grid-5 {
    margin-bottom: 0;
  }

  .address-h1 {
    font-size: 3rem;
  }

  .buziko-link {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 12px;
  }

  .menu-button {
    background-color: #0000;
  }

  .logo-link-div {
    background-image: linear-gradient(to top, var(--dark-slate-blue), #c4efff);
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-bottom: 19px;
  }

  .nav-link {
    font-size: 2rem;
  }

  .div-block-3 {
    height: 70px;
  }

  .about-sec {
    padding-top: 0;
  }

  .about-h1 {
    font-size: 4rem;
  }

  .about-p {
    font-size: 1.5rem;
  }

  .booking-form-sec {
    height: auto;
  }

  .form-block {
    width: 90%;
    height: auto;
    margin: 44px 10px 37px;
  }

  .booking-h1 {
    color: var(--red);
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-family: Smooch Sans, sans-serif;
    font-size: 3rem;
  }

  .field-label, .field-label-2, .field-label-3 {
    font-size: 1.5rem;
  }

  .booking-p {
    width: 80%;
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .logo-link-home-div {
    background-image: linear-gradient(to top, var(--dark-slate-blue), #c4efff);
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-bottom: 19px;
  }

  .felip-logo-booking {
    width: 70%;
    padding-left: 0;
  }

  .job-form-sec {
    height: auto;
    overflow: hidden;
  }

  .section-2 {
    height: 400px;
  }

  .thanks-h1 {
    color: var(--red);
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    font-family: Smooch Sans, sans-serif;
  }

  .card-h1 {
    font-size: 3rem;
  }

  .card-link-block {
    width: 100%;
    margin-bottom: 20px;
  }

  .div-block-4 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

#w-node-_8726476e-17b7-4da0-e2f7-acdaa751d020-cf1f0298, #w-node-bed912f9-eaff-0c63-e9d8-0afd6c159f04-cf1f0298, #w-node-b0c64c64-1469-2613-7740-04284737afdb-cf1f0298, #w-node-_11e4be41-2bc9-515b-6835-8845eb4aab97-cf1f0298, #w-node-_00b22173-f659-4df3-0cd4-4c77651c72ef-cf1f0298, #w-node-f0c64b9a-7896-3bb8-3eb3-a078187014db-cf1f0298, #w-node-f0c64b9a-7896-3bb8-3eb3-a078187014dd-cf1f0298, #w-node-f0c64b9a-7896-3bb8-3eb3-a078187014df-cf1f0298, #w-node-_600ab22d-9b2e-4495-295e-6c7985261026-cf1f0298, #w-node-_600ab22d-9b2e-4495-295e-6c7985261028-cf1f0298, #w-node-_600ab22d-9b2e-4495-295e-6c798526102a-cf1f0298 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_67e9ecc9-f9b8-49cd-ada6-46190d28b18a-cf1f0298 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a5d937b4-25ad-f6f2-8535-ab3fed846668-cf1f0298, #w-node-_63305e0d-2402-cd13-9ead-c6de6cd1d4d9-cf1f0298 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-efb6f766-a292-6d4c-82d4-d17c837db12e-cf1f0298 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7c5b991d-d888-8f92-b4dc-d2451d6a400f-cf1f0298 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d7c8f8b0-93a6-0312-25fa-d6e6c731cb82-cf1f0298 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_595d000c-116e-fe61-39f1-1bc39d65431a-9d654318, #w-node-_595d000c-116e-fe61-39f1-1bc39d65431b-9d654318, #w-node-_595d000c-116e-fe61-39f1-1bc39d654320-9d654318 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_595d000c-116e-fe61-39f1-1bc39d654322-9d654318 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-b0c64c64-1469-2613-7740-04284737afdb-cf1f0298 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_11e4be41-2bc9-515b-6835-8845eb4aab97-cf1f0298 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_00b22173-f659-4df3-0cd4-4c77651c72ef-cf1f0298 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-f0c64b9a-7896-3bb8-3eb3-a078187014db-cf1f0298 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-f0c64b9a-7896-3bb8-3eb3-a078187014dd-cf1f0298 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f0c64b9a-7896-3bb8-3eb3-a078187014df-cf1f0298 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_600ab22d-9b2e-4495-295e-6c7985261026-cf1f0298 {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-_600ab22d-9b2e-4495-295e-6c7985261028-cf1f0298 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_600ab22d-9b2e-4495-295e-6c798526102a-cf1f0298, #w-node-a5d937b4-25ad-f6f2-8535-ab3fed846668-cf1f0298 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_63305e0d-2402-cd13-9ead-c6de6cd1d4d9-cf1f0298 {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-efb6f766-a292-6d4c-82d4-d17c837db12e-cf1f0298 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_7c5b991d-d888-8f92-b4dc-d2451d6a400f-cf1f0298 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bed912f9-eaff-0c63-e9d8-0afd6c159f04-cf1f0298 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-b0c64c64-1469-2613-7740-04284737afdb-cf1f0298, #w-node-f0c64b9a-7896-3bb8-3eb3-a078187014db-cf1f0298, #w-node-_600ab22d-9b2e-4495-295e-6c7985261026-cf1f0298 {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-_595d000c-116e-fe61-39f1-1bc39d65431a-9d654318, #w-node-_595d000c-116e-fe61-39f1-1bc39d654320-9d654318 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


