:root {
  --mekgreen: #214721;
  --white: white;
  --mekyellow: #ffcd00;
  --mekred: #c0272d;
  --black: black;
  --dark-slate-grey: #2e363b;
  --black-2: #18181a;
}

body {
  color: var(--mekgreen);
  font-family: Tofino, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

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

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
}

.slider-section {
  text-align: center;
  margin-bottom: 60px;
  padding-top: 60px;
  padding-bottom: 180px;
  overflow: hidden;
}

.slider {
  z-index: 3;
  max-width: 1140px;
  margin-bottom: -140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.bg_image {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand {
  color: rgba(0, 0, 0, 0);
  text-indent: -9999px;
  background-image: url('../images/logotype.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 160px;
  height: 60px;
  margin-top: 0;
  margin-left: 20px;
  display: inline-block;
}

.brand:hover {
  filter: grayscale();
}

.wrapper {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.wrapper.nav {
  justify-content: space-between;
}

.wrapper.footer {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-menu {
  z-index: -1;
  background-color: var(--mekgreen);
  color: var(--white);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  min-width: 360px;
  height: 240px;
  padding: 20px;
  position: absolute;
  top: 60px;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.navigation {
  z-index: 100;
  background-color: var(--mekyellow);
  width: 100%;
  max-width: 1140px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.cta {
  background-color: var(--mekred);
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
  justify-content: flex-end;
  align-items: center;
  height: 60px;
  margin-right: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
  font-weight: 700;
  transition: transform .3s ease-in-out, background-color .3s ease-in-out;
  display: flex;
}

.cta:hover {
  color: var(--mekyellow);
}

.logo_text {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 24px;
  position: relative;
  top: 1px;
}

.name {
  text-transform: uppercase;
  font-size: 7vw;
  line-height: 1;
}

.header {
  background-color: #f2f2f2;
  min-height: 100vh;
  padding: 200px 20px 60px;
}

.image {
  border-radius: 10px;
  margin-bottom: 20px;
}

.slider-title {
  background-color: var(--mekyellow);
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 21px;
  font-weight: 500;
  display: inline-block;
}

.text-block {
  color: var(--mekyellow);
  letter-spacing: .3rem;
  text-transform: uppercase;
  font-size: 2vw;
  font-weight: 700;
  line-height: 1;
  display: block;
}

.marquee {
  z-index: 20;
  grid-column-gap: 1rem;
  background-color: var(--mekgreen);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 2%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.marquee-content {
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.marquee-content.scroll.reverse {
  min-width: auto;
}

.link {
  color: var(--mekyellow);
  font-size: 20px;
  text-decoration: none;
  display: block;
}

.link:hover {
  text-decoration: underline;
}

.list-item {
  margin-bottom: 20px;
}

.whatsapp-link {
  color: var(--white);
  background-color: #43d366;
  background-image: url('../images/icon-wp.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 26px 26px;
  border-radius: 20px;
  align-self: flex-end;
  margin-top: 20px;
  padding: 10px 20px 10px 56px;
  text-decoration: none;
  position: absolute;
  top: auto;
  bottom: 20px;
  left: auto;
  right: 20px;
}

.all-caps-text {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 16px;
}

.footer-section {
  padding-bottom: 140px;
}

.symbol {
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.copyright {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  display: flex;
}

.menu-block {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  position: relative;
}

.nav-container {
  background-color: var(--mekyellow);
  justify-content: space-between;
  display: flex;
}

.intro-text {
  color: var(--mekred);
  max-width: 600px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
}

.intro-text.second {
  max-width: none;
  margin-bottom: 60px;
}

.plus-span {
  background-color: var(--mekred);
  color: var(--mekyellow);
  text-align: center;
  border-radius: 4vw;
  justify-content: center;
  align-items: center;
  width: 7.2vw;
  height: 7.2vw;
  padding-bottom: .2vw;
  padding-left: .1vw;
  font-weight: 700;
  display: inline-flex;
  position: relative;
  top: -.3vw;
}

.intro-text-2 {
  margin-top: 15vw;
  font-size: 21px;
}

.heading-2 {
  font-size: 36px;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .bg_image {
    flex-flow: column;
  }

  .name {
    font-size: 11vw;
  }

  .text-block {
    font-size: 3.4vw;
  }

  .footer-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .intro-text {
    font-size: 23px;
  }

  .heading-2 {
    font-size: 34px;
  }
}

@media screen and (max-width: 767px) {
  .slider-section {
    padding-bottom: 140px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block {
    font-size: 4vw;
  }

  .text-block.hide-mobile {
    display: none;
  }

  .footer-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro-text {
    font-size: 21px;
  }

  .heading-2 {
    font-size: 32px;
  }
}

@media screen and (max-width: 479px) {
  .slider-section {
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .brand {
    width: 150px;
    height: 50px;
    margin-left: 15px;
  }

  .wrapper.footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .nav-menu {
    min-width: 100%;
    top: 50px;
  }

  .navigation {
    height: 50px;
  }

  .cta {
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .name {
    font-size: 11vw;
  }

  .text-block {
    font-size: 7vw;
  }

  .link {
    font-size: 18px;
  }

  .all-caps-text {
    font-size: 15px;
  }

  .footer-section {
    padding-bottom: 120px;
  }

  .symbol {
    position: relative;
  }

  .intro-text {
    font-size: 19px;
  }

  .heading-2 {
    font-size: 26px;
  }
}


@font-face {
  font-family: 'Tofino';
  src: url('../fonts/Tofino-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tofino';
  src: url('../fonts/Tofino-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}