/*
Theme Name: Uitz & Greger
*/
:root {
  --light-blue: #80CBC4;
  --mint-green: #E0F2F1;
  --gray: #8C8C8C;
  --dark-gray: #262626;
  --black: #0D0D0D;
}

::-moz-selection {
  background-color: var(--mint-green);
}

::selection {
  background-color: var(--mint-green);
}

html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
}

@font-face {
  font-family: "PolySans Slim";
  src: url("assets/PolySans-Slim-web/PolySans-Slim.woff2") format("woff2"), url("assets/PolySans-Slim-web/PolySans-Slim.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "PolySans Slim";
  font-size: 115%;
  color: var(--black);
}

img,
video {
  display: block;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
  background-color: var(--mint-green);
}
a:hover {
  background-color: var(--light-blue);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "PolySans Slim";
  font-weight: normal;
  margin: 2rem inherit 1rem inherit;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

.headline__main {
  font-size: 3.5rem;
}

p {
  margin: 1rem 0;
  line-height: 1.6;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

.btn a,
button,
input[type=submit] {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  border-radius: 10px;
  background-color: var(--mint-green);
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease-out;
  font-family: inherit;
  font-size: inherit;
}
.btn a:hover,
button:hover,
input[type=submit]:hover {
  background-color: var(--light-blue);
}

.hero {
  display: flex;
  background-color: var(--mint-green);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  max-width: 1200px;
  width: calc(100% - 4rem);
  margin: 0 auto 5rem auto;
  align-items: flex-end;
  overflow: hidden;
}
.hero__content {
  padding: 4rem;
}
.hero__slider {
  flex: 1 1 40rem;
}
.hero .btn a {
  background-color: #fff;
}
.hero .btn a:hover {
  background-color: var(--light-blue);
}

.entry-content > article {
  max-width: 700px;
  width: calc(100% - 4rem);
  margin: 4rem auto;
}
.entry-content > article h1, .entry-content > article h2, .entry-content > article h3, .entry-content > article h4, .entry-content > article h5, .entry-content > article h6 {
  margin-top: 2em;
  margin-bottom: 1em;
}
.entry-content > article ul {
  margin-left: 1.5rem;
}
.entry-content > article ul li {
  margin: 0.5rem 0;
}

.swiperHero {
  height: 40rem;
  overflow: visible;
  transform: rotate(5deg);
}
.swiperHero .swiper-slide {
  display: flex;
  gap: 30px;
}
.swiperHero .swiper-slide .social__video {
  aspect-ratio: 9/16;
}
.swiperHero .swiper-slide .social__video img,
.swiperHero .swiper-slide .social__video video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
.swiperHero .swiper-slide .social__video:first-child {
  transform: translateY(100px);
}

.text-img {
  display: flex;
  max-width: 1200px;
  width: calc(100% - 4rem);
  margin: 5rem auto 5rem auto;
  gap: 5rem;
  align-items: center;
  flex-wrap: wrap;
}
.text-img.reverse {
  flex-wrap: wrap-reverse;
}
.text-img__img {
  flex: 1 1 22rem;
  align-self: stretch;
}
.text-img__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.text-img__text {
  flex: 1 1 20rem;
  padding: 3rem 0;
}

.boxes {
  display: flex;
  max-width: 1200px;
  width: calc(100% - 4rem);
  margin: 5rem auto 5rem auto;
  gap: 3rem;
  flex-wrap: wrap;
}
.boxes .box {
  flex: 1 1 20rem;
  padding: 2rem;
  border: 2px solid var(--mint-green);
  border-radius: 20px;
}

.slider {
  margin: 5rem auto 5rem auto;
  background-color: var(--mint-green);
  overflow: hidden;
}
.slider__wrapper {
  max-width: 1200px;
  width: calc(100% - 4rem);
  margin: auto;
  padding: 3rem 0;
}
.slider__wrapper .swiperSlider {
  overflow: visible;
  margin-top: 2rem;
}
.slider__wrapper .swiperSlider .social__video {
  border-radius: 15px;
  overflow: hidden;
}

.about {
  margin: 5rem auto 5rem auto;
  background-color: var(--mint-green);
  max-width: 1200px;
  width: calc(100% - 4rem);
  padding: 3rem 2rem 3rem 0;
  position: relative;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.about::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50vw;
  background-color: var(--mint-green);
  transform: translateX(-50vw);
}

.offer {
  max-width: 1200px;
  width: calc(100% - 4rem);
  margin: 5rem auto 5rem auto;
  display: flex;
  gap: 5rem;
  flex-wrap: wrap;
}
.offer form {
  margin-top: 2rem;
}
.offer__form, .offer__contact {
  flex: 1 1 20rem;
}

input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=tel],
input[type=url],
input[type=number],
input[type=date],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=time],
input[type=color],
select,
textarea {
  display: block;
  background-color: #ECEFF1;
  font-family: inherit;
  font-size: inherit;
  padding: 1rem;
  border-radius: 15px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: inherit;
}

form > * {
  display: block;
  margin-bottom: 1rem;
}

.wpcf7-list-item {
  margin: 0;
}

.site__footer {
  margin: 5rem auto 0 auto;
  background-color: var(--mint-green);
  padding: 2rem;
  max-width: 1200px;
  width: calc(100% - 4rem);
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.person {
  margin: 1.5rem 0;
  display: flex;
  gap: 2rem;
  align-items: center;
  flex-wrap: wrap;
}
.person .img {
  display: block;
  flex: 0 0 10rem;
  height: auto;
}
.person .img img {
  border-radius: 10px;
}
.person p {
  margin: 0;
  flex: 1 1 10rem;
}

@media screen and (max-width: 800px) {
  .text-img {
    gap: 2rem;
  }
  .text-img__text {
    padding: 0;
  }
  .hero {
    position: relative;
    display: block;
  }
  .hero__content {
    padding: 2rem;
    position: relative;
    z-index: 10;
  }
  .hero__slider {
    position: relative;
  }
  .hero__slider .swiperHero {
    height: 20rem;
    transform: rotate(0);
  }
  .hero__slider .swiperHero .swiper-slide {
    gap: 10px;
  }
  .swiperHero .swiper-slide .social__video:first-child {
    transform: translateY(0);
  }
  .swiperHero .swiper-slide .social__video img {
    transform: rotate(7deg);
  }
  .swiperHero .swiper-slide .social__video:first-child img {
    transform: rotate(7deg) translateY(-3px);
  }
  .headline__main {
    font-size: 2rem;
  }
  .hero,
  .text-img,
  .boxes,
  .slider,
  .about,
  .offer {
    margin: 3.5rem auto;
  }
  .hero:first-child,
  .text-img:first-child,
  .boxes:first-child,
  .slider:first-child,
  .about:first-child,
  .offer:first-child {
    margin-top: 0;
  }
  .hero:last-child,
  .text-img:last-child,
  .boxes:last-child,
  .slider:last-child,
  .about:last-child,
  .offer:last-child {
    margin-bottom: 0;
  }
  .boxes {
    gap: 2rem;
  }
}/*# sourceMappingURL=style.css.map */