@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Corinthia:wght@400;700&display=swap");

html {
  overflow-x: hidden;
}
body {
  background: #faf6ed;
  margin: 0;
  font-family: "Poppins", sans-serif;
  color: #333;
  overflow-x: hidden;
}
h2 {
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
}
p {
  font-size: 1.25rem;
}
.wrap {
  max-width: 1400px;
  margin: auto;
}
img {
  width: 100px;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}
::after {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}

.hero {
  position: relative;
  height: 100vh;
}
.hero__content__wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  text-align: center;
}
.hero__title {
  font-family: "Corinthia";
  font-size: 6rem;
  margin: 0;
  white-space: nowrap;
}
.hero__description {
  font-size: 1.7rem;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0.2rem 0 2.5rem 0;
}
.hero__button {
  padding: 0.8rem 1.3rem;

  background-color: #c7e9f2;
  color: #000;
  border-radius: 60px;

  font-family: "Poppins";
  font-weight: 500;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s;
}
.hero__button:hover {
  background-color: #b1e0ee;
}
.hero__decoration__top {
  position: absolute;
  top: -10px;
  right: -3vw;

  width: 25vw;
  will-change: transform;
}
.hero__decoration__left {
  position: absolute;
  left: -2vw;
  bottom: 100px;
  transform: scaleX(-100%);

  width: 40vw;
  mix-blend-mode: multiply;
  will-change: transform;
}
.hero__decoration__left-upper {
  bottom: 120px;
  transform: scaleX(100%);
}
.silvie__wrap {
  position: absolute;
  bottom: 25px;
  right: 30px;
}
.silvie {
  width: 300px;
}
.eyes {
  position: absolute;
  top: 119px;
  width: 20px;
  transform-origin: center;
}
.eye1 {
  left: 111px;
}
.eye2 {
  right: 105px;
}

.ilustration {
  position: relative;
  height: 100vh;
  margin: 0 0 200px;
}
.ilustration img {
  position: absolute;
  will-change: transform;
}
.ilustration1 {
  bottom: 3vw;
  left: 0vw;

  width: 55vw;
}
.ilustration2 {
  bottom: 2vw;
  left: 10vw;
  transform: translateY(-50%);

  width: 25vw;
  z-index: -1;
}
.ilustration3 {
  bottom: -14vw;
  right: -0.2vw;

  width: 75vw;
}
.ilustration4 {
  bottom: -2.5vw;
  right: -0.2vw;

  width: 90vw;
}
.ilustration5 {
  bottom: 2.5vw;
  right: -1vw;

  width: 55vw;
  z-index: -1;
}
.ilustration6 {
  bottom: 0vw;
  right: 0vw;

  width: 58vw;
  z-index: -1;
}

.service {
  position: relative;

  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 30px;

  padding: 3rem 2rem 5rem 5%;
}

.service__description {
  max-width: 550px;
}
.service__benefits {
  position: relative;
  display: grid;
  place-items: center;
  margin-top: 35px;
}
.service::after {
  content: "";
  position: absolute;
  top: 50px;
  bottom: 70px;
  left: calc(50% - 25px);

  width: 3px;
  background-color: #888888;
  border-radius: 5px;
}
@media screen and (max-width: 1350px) {
  .service::after {
    display: none;
  }
}
.service__benefits__col__content {
  display: flex;
  gap: 10px;
}
.service__benefits__col__wrap1 {
  display: grid;
  place-items: center;
}
.service h4 {
  font-size: 1.3rem;
  margin: 0;
}
.service__benefits__col__wrap2 p {
  margin: 0.5rem 0;
  max-width: 600px;
}
.service__benefits__icon {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 1024px) {
  .service {
    grid-template-columns: 1fr;
  }
  .service__about {
    display: grid;
    place-items: center;
  }
  .service__benefits__col {
    display: grid;
    place-items: center;
  }
  .service__benefits__icon {
    margin-bottom: -30px;
  }
}

.vision {
  position: relative;

  display: grid;
  place-items: center;
  text-align: center;
  /* height: 75vh; */
  padding: 2rem 2rem;
}
.vision p {
  text-align: ceter;
  max-width: 600px;
  margin: 1rem 0;
}

.vision__img {
  position: absolute;
  width: 50vw;
  z-index: -10;
}
.vision__img1 {
  margin-top: 15px;
  width: 10vw;
  z-index: -5;
}
.vision__img2 {
  top: -15vw;
  left: -4vw;
  transform: rotate(-10deg);
}
.vision__img3 {
  top: 50%;
  left: -15vw;
  transform: translateY(-55%);
  width: 62vw;
  z-index: -6;
}
.vision__img3__R {
  top: 50%;
  right: -15vw;
  transform: translateY(-55%) scaleX(-100%);
  width: 62vw;
  z-index: -6;
}
.vision__img4 {
  bottom: -15vw;
  left: -4vw;

  transform: rotate(10deg);
}
@media screen and (max-width: 550px) {
  .vision p {
    text-align: left;
  }
}

.products {
  padding: 6vw 3rem 0;
}
.products__titles {
  padding-top: 5rem;
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}
.products__content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10%;
}
.product__col__content {
  height: 100%;
  transition: all 1s;
  overflow: hidden;
}
.products__number {
  font-size: 3rem;
  margin-bottom: 3px;
}
.product__text-wrap {
  position: relative;
}
.product__text-wrap::after {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  right: 0;

  height: 3px;
  border-radius: 2px;
  background-color: #474747;
}
.products__col h3 {
  font-size: 1.75rem;
  font-weight: 500;
  padding: 1.7rem 0;
  margin: 0;
}
.products__col p {
  font-weight: 400;
  padding: 0 0 2.05rem;
  margin: 0;
}
.product__btn {
  width: 100%;
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.products__button-line {
  width: 100%;
  height: 3.5px;
  background-color: #474747;
  border-radius: 2px;
}
.products__button-arrow {
  width: 2rem;
  transition: all 0.9s;
}
.products__button-arrow-active {
  transform: scale(-100%);
}

@media screen and (max-width: 1200px) {
  .products {
    padding: 0 2.3rem;
  }
  .products__content {
    gap: 6%;
  }
}
@media screen and (max-width: 1024px) {
  .products__content {
    place-items: center;
    grid-template-columns: 1fr;
    /* grid-template-rows: 1fr 1fr 1fr; */
  }
  .service__benefits__col__content {
    margin: 15px 0;
  }
  .products__col {
    max-width: 380px;
  }
  .products__titles-sec {
    padding-top: 8.5rem;
  }
}

.black__phone {
  background-color: #faf6ed;
}
.gallery h1 {
  font-size: clamp(2em, 4vw, 6em);
}

.gallery p {
  font-size: clamp(1.4em, 2.5vw, 3.5em);
  line-height: 1.4;
}
.gallery__p {
  font-size: 1.5rem !important;
}

.gallery {
  display: flex;
}
.gallery__invisible__item {
  font-size: 32px;
}

.left {
  width: 0;
}

.right {
  position: relative;
  display: grid;
  place-items: center;

  width: 100%;
  height: 100vh;
}
.mobil {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 18vw;

  z-index: 2;
}
.right__socials__wrap {
  position: absolute;
  top: 33vh;
  left: 65vw;
  transform: translate(-50%, -50%);

  display: flex;
  flex-direction: column;
  gap: 25px;

  width: fit-content;
  z-index: 2;
}
.right__decor {
  position: absolute;
  z-index: 2;
  will-change: transform;
  width: 20vw;
}
.right__decor1 {
  bottom: -4vw;
  left: 16vw;

  width: 30vw;
  z-index: -2;
}
.right__decor2 {
  bottom: -21vw;
  left: 0;

  width: 90vw;
  z-index: -3;
}
.right__decor3 {
  bottom: -21vw;
  left: 0;

  width: 90vw;
  z-index: 2;
}
/* svetle ruzovy */
.right__decor4 {
  bottom: -8.5vw;
  right: 0;

  width: 60vw;
  z-index: 3;
}
/* tmave ruzovy  */
.right__decor5 {
  bottom: -12vw;
  right: 0;

  width: 60vw;
  z-index: 3;
}
.right__decor6 {
  bottom: -8vw;
  right: 0;

  width: 50vw;
  z-index: -2;
}

.desktopContent {
  margin: auto;
  width: 80%;
}

.desktopContentSection {
  min-height: 50vh;
  max-width: 80vh;
  /* outline:1px solid green; */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.desktopPhotos {
  position: relative;

  width: 16vw;
  height: 32vw;

  border-radius: 20px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}
.desktopPhoto {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (max-width: 550px) and (max-height: 500px) {
  .right__socials__wrap {
    left: 87vw;
    flex-direction: column;
    gap: 15px;
  }
}

.red {
  background: crimson;
}

.green {
  background: MediumSeaGreen;
}

.blue {
  background: dodgerblue;
}

.pink {
  background: deepPink;
}

/* small screen / mobile layout */
.mobileContent {
  display: none;
  width: 80vw;
}

.mobilePhoto {
  width: 80vw;
  height: 80vw;
  margin-top: 5em;
  border-radius: 6vw;
}
.invisible {
  font-size: 10px !important;
  opacity: 0;
}
.firstSection {
  position: sticky;
  top: 2vh;
}

.obrazky {
  width: 150px;
}

.materials {
  display: grid;
  grid-template-columns: 1fr 1fr;
  place-items: center;
  gap: 50px;

  height: 100vh;
  padding: 0 0 0 2rem;
  margin-top: 100px;
}
.materials img {
  width: 100%;
  max-width: 500px;
}
@media screen and (max-width: 920px) {
  .materials {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .materials h2 {
    font-size: 1.7rem;
  }
  .materials p {
    padding-right: 2rem;
    font-size: 1rem;
  }
}

.ilustration__sec {
  position: relative;
  height: 100vh;
}
.ilustration__sec-img {
  position: absolute;
}
.house1 {
  bottom: 22vw;
  left: 35vw;
  transform: rotate(-5deg);

  width: 10vw;
  z-index: -1;
}

.house2 {
  bottom: 20vw;
  left: 44vw;
  transform: rotate(7deg);

  width: 9vw;
  z-index: -2;
}

.house3 {
  bottom: 20vw;
  left: 49vw;

  width: 10vw;
  z-index: -2;
}

.house4 {
  bottom: 17vw;
  left: 49.45vw;

  width: 10vw;
}

.house5 {
  bottom: 21vw;
  left: 56vw;
  transform: rotate(-10deg);

  width: 9vw;
  z-index: -1;
}

.house6 {
  bottom: 23vw;
  left: 64vw;

  width: 10vw;
}

.house__black {
  bottom: -10vw;
  left: 0;

  width: 90vw;
  z-index: -1;
  mix-blend-mode: auto;
}

.house__pink {
  bottom: -25vw;
  left: 0;

  width: 65vw;
  z-index: 2;
}

.house__light__stripped {
  bottom: 0vw;
  right: 0vw;

  width: 40vw;
  z-index: -5;
}

.house__green__dotted {
  bottom: -30vw;
  left: -3vw;
  transform: rotate(-10deg);

  width: 60vw;
  z-index: 3;
}

.house__point {
  bottom: 39vw;
  left: 44vw;

  width: 4vw;
}

.house__rk {
  bottom: 40vw;
  left: 48.3vw;

  width: 8vw;
}

.house__sun {
  bottom: 20vw;
  left: 50%;
  transform: translateX(-50%);

  width: 40vw;
  z-index: -4;
}

.house__green {
  bottom: 0.65vw;
  right: 0vw;

  width: 61vw;
  z-index: 1;
}
.house__yellow {
  bottom: -18vw;
  right: -3vw;

  width: 55vw;
  z-index: 0;
}

.bottom {
  position: relative;
  margin-top: -5vw;
  height: 100vh;

  overflow: hidden;
}
.bottom img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -51%);
  width: auto;
  height: 105vh;
  z-index: -20;
}
footer {
  position: relative;
  z-index: 100;
  text-align: center;
  margin-top: -200px;
  p {
    font-size: 1.3rem;
    a {
      color: inherit;
      text-decoration: none;
    }
  }
}
.copyright {
  color: #ffffff;
  padding-bottom: 50px;
}

@media screen and (max-width: 1500px) {
  .ilustration {
    height: 90vh;
  }
  .mobil {
    width: 21vw;
  }
  .desktopPhotos {
    width: 19vw;
    height: 38vw;
  }
  .right__socials__wrap {
    left: 75vw;
  }
  .ilustration__sec {
    height: 90vh;
  }
}

@media screen and (max-width: 1400px) {
  .ilustration {
    height: 80vh;
  }
  .mobil {
    width: 23vw;
  }
  .desktopPhotos {
    width: 21vw;
    height: 41vw;
  }
  .ilustration__sec {
    height: 80vh;
  }
}

@media screen and (max-width: 1300px) {
  .ilustration {
    height: 70vh;
  }
  .mobil {
    width: 24vw;
  }
  .desktopPhotos {
    width: 22vw;
    height: 44vw;
  }
  .ilustration__sec {
    height: 70vh;
  }
}

@media screen and (max-width: 1250px) {
  .mobil {
    width: 25vw;
  }
  .desktopPhotos {
    width: 23vw;
  }
}

@media screen and (max-width: 1200px) {
  .ilustration {
    height: 60vh;
  }
  .mobil {
    width: 27vw;
  }
  .desktopPhotos {
    width: 25vw;
    height: 48vw;
  }
  .ilustration__sec {
    height: 60vh;
  }
}

@media screen and (max-width: 1100px) {
  .mobil {
    width: 30vw;
  }
  .desktopPhotos {
    width: 27vw;
    height: 53vw;
  }
  .right__socials__wrap {
    left: 77vw;
  }
}

@media screen and (max-width: 1050px) {
  .mobil {
    width: 34vw;
  }
  .desktopPhotos {
    width: 31vw;
    height: 60vw;
  }
}

@media screen and (max-width: 1000px) {
  .ilustration {
    height: 50vh;
  }
  .mobil {
    width: 37vw;
  }
  .desktopPhotos {
    width: 33vw;
    height: 65vw;
  }
  .right__socials__wrap {
    top: 50%;
    left: 85vw;
  }
  .right__socials {
    width: 5rem;
  }
  .ilustration__sec {
    height: 50vh;
  }
}

@media screen and (max-width: 920px) {
  .ilustration__sec {
    height: 70vh;
  }
}

@media screen and (max-width: 900px) {
  .ilustration {
    height: 45vh;
  }
  .mobil {
    width: 41vw;
  }
  .desktopPhotos {
    width: 37vw;
    height: 72vw;
  }
}

@media screen and (max-width: 800px) {
  .ilustration {
    height: 40vh;
    margin: 0 0 100px;
  }
  .mobil {
    width: 45vw;
  }
  .desktopPhotos {
    width: 41vw;
    height: 79vw;
  }
  .ilustration__sec {
    height: 60vh;
  }
}

@media screen and (max-width: 750px) {
  .mobil {
    width: 50vw;
  }
  .desktopPhotos {
    width: 44vw;
    height: 90vw;
  }
  .right__socials__wrap {
    left: 87vw;
  }
}

@media screen and (max-width: 700px) {
  .ilustration {
    height: 35vh;
  }
  .mobil {
    width: 55vw;
  }
  .desktopPhotos {
    width: 50vw;
    height: 100vw;
  }
  .ilustration__sec {
    height: 50vh;
  }
  .bottom {
    max-height: 350px;
  }
}

@media screen and (max-width: 600px) {
  .ilustration {
    height: 30vh;
  }
  .ilustration__sec {
    height: 45vh;
  }
  .hero__title {
    font-size: 5rem;
  }
}

@media screen and (max-width: 550px) {
  .mobil {
    width: 60vw;
  }
  .desktopPhotos {
    width: 52vw;
    height: 110vw;
  }
  .right__socials__wrap {
    top: unset;
    bottom: 4%;
    left: 50%;
    transform: translate(-50%, 0);
    height: fit-content;
    flex-direction: unset;
    gap: 20px;
  }
  .right__socials {
    width: 4rem;
  }
}

@media screen and (max-width: 500px) {
  .ilustration {
    height: 25vh;
  }
  .mobil {
    width: 65vw;
  }
  .desktopPhotos {
    width: 55vw;
    height: 115vw;
  }
  .ilustration__sec {
    height: 40vh;
  }
  .hero__title {
    font-size: 4rem;
  }
  .products__number {
    font-size: 2rem;
  }
  .products__col h3 {
    font-size: 1.4rem;
    font-weight: 500;
    padding: 0.75rem 0;
    margin: 0;
  }
  .products__col p {
    font-weight: 400;
    font-size: 1rem;
    padding-bottom: 0 0 0.75rem 0;
  }
  p {
    font-size: 1.05rem;
  }
}

@media screen and (max-width: 450px) {
  .ilustration {
    height: 22vh;
  }
  .ilustration__sec {
    height: 38vh;
  }
  .hero__title {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 400px) {
  .products__titles {
    font-size: 2rem;
  }
}
