@font-face {
  font-family: SF Pro; /* set name */
  src: url(SF-Pro.ttf); /* url of the font */
}
@font-face {
  font-family: SF Pro Display; /* set name */
  src: url(SF-Pro-Display-Bold.otf); /* url of the font */
}

@font-face{
    font-family: Public Sans;
    src:url(PublicSans-VariableFont_wght.ttf);
}


body {
    overflow-x: hidden;

}


.frontpic h5 {
    font-family: 'Public Sans';
    font-weight: 500;
}

.top {
    display: flex !important;
    flex-direction: row;
    align-items: center;

}


.logo {
    display: flex;
    align-items: center;
    margin-left: 5vw;

}

.logo img {
    width: 5vw;
    height: 5vw;
}

.frontpic{
  width:100vw;
  height:85vh;
  background-image: url('IMG_6438.jpg');
  background-size: contain;
  background-position: center;
  scale: 0.98;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.frontpic h5{
  text-align: center;
  color: white;
  font-size: 70px;
  padding: 0 auto;
  margin: 0 auto;
  font-weight: 300;
}

.frontpic p{
  text-align: center;
  color: white;
  font-size: 20px;
  padding: 0 auto;
  margin: 0 auto;
  font-weight: 300;
  font-family: 'SF Pro Display', sans-serif;
}

.book {
    margin-left: 70%  !important;
    font-family: 'SF Pro Display';
    background-color: black;
    border-radius: 30px;
    padding:1vw;
    text-decoration: none;

    
}

.book a{
    color: white;
    text-decoration: none;
}

.dot {
  height: 25px;
  width: 25px;
  background-color: white;
  border: 0.0001px solid rgba(0, 0, 0, 0.279);
  display: inline-block;
  position: absolute;
  margin-left: 1.5vw;
 animation: flash 10s infinite;
  margin-bottom: 0.5vw;
  animation-delay: 2s;
 animation-timing-function: ease-out;
  opacity: 0;


}

.catalog {
  display: none;
}

.container {
    width: 100%;
    height: 100vh;

}


.slide {
    width: 100%;
    height: 100vh;
}

.words {
    display: flex;
    flex-direction: column;
}


.slide{
    background-color: black;
    color: white;
    display: flex;
    flex-direction: row;

}

.slide h4 {
    font-family: 'Public Sans';
    font-size: 110px;
    text-align: right;
    width: 55%;
    margin-left: 7vw;
    margin-top: 10vh;
    animation: moHeight linear forwards;
    animation-timeline: view();
    animation-range: entry 5% cover 30%;

}

@keyframes moHeight {
from {
        opacity: 0;
        transform: translateY(30px) scale(0);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}


.slide1 p{
    width:80%;
    font-family: 'SF Pro';
    font-size: 20px;
    margin-left: 7vw;
    line-height: 30px;
    margin-top: -10vh;
    animation: blur linear forwards;
    animation-timeline: view();
    animation-range: entry 20% cover 30%;

}


@keyframes blur {
    from{
        filter: blur(10px);
        color: black;
    }

    to {
        filter: blur(0px); 
        color: white;
    }
}


.slide1 img {
    border-radius: 30px;
    border-color: white;
    border: solid;
    width: 30%;
    height:80vh;
    border: solid;   
    margin: 10vh 10vw 0 10vw;
}

.slide2 h4{
    font-family: 'Public Sans';
    text-align: left;
    font-size: 90px;
    margin-left: 5vw;
    margin-bottom: 0;
    margin-top: 20vh;
    padding: 0;
}

.price {
    display: flex;
    flex-direction: row;
    width: 80%;
    gap: 5vw;
    font-family: 'SF Pro';
    text-align: center;
    margin-left: 7vw;

}


.numbers{ 
    width:25vw;
}

.numbers p{
    font-size: 20px;
    margin-top: 5vh;
    margin-bottom: 12.5vh;
}
.pricee {
    width:25vw;
    transform-origin: left !important;
    animation-timeline: view();
    animation-range: entry 5% cover 40%;
}

.pricee p{
    font-size: 20px;
    margin-top: 5vh;
    margin-bottom: 12.5vh;
}
 
.content {
    width:fit-content;
    padding: 0;
    margin: 0;
}


.slide2 img{
    width: 30vw !important;
    height: 80vh;
    margin-top: 10vh;
    margin-left: 7vw;
}

.slide2 > .words {
    margin-top:-12.5vh;
    text-align: center;
    width:60%;
}

.three{
    height:80vh;
    left: 0;
    display: flex;
    flex-direction: row;
    gap: 0;
    margin-left: 1vw;

}

.three img{
    position: relative;
    width: 22.5vw !important;
    height:60vh;
    object-fit: cover;
}



.first {
    width:66vw;
    margin-top: -15vh;
    height: 60vh !important;
    animation: wide ease-in forwards;
    animation-timeline: view();
    animation-range: entry 5% contain 20%;
    overflow: hidden;
    margin-right: 0;
    transform-origin: left;
}

@keyframes wide {
from { transform: scaleX(0); }
    to { transform: scaleX(1); }
}


.one {
    display: flex;
    flex-direction: column;
    margin-top: 7.5vh;
    margin-left: 5vw;

}

.one img {
    width:30vw;
    height: 85vh;
}

.smollwords {
    display: flex;
    flex-direction: row;
    gap:3vw;
    font-family: 'SF Pro';
    font-weight: 500;
}


.slide4{
    padding-bottom: 30vh;
}

.slide4 h4{
    margin-top: 20vh;
    text-align: left;
    font-size: 90px;
    width: 60vw;
    margin-left: 1.5vw;
}

.info {
    border: white solid 2px;
    padding: 10px;
    width: fit-content;
    margin-top: 30vh;
    margin-left: 3vw;
    font-family: 'SF Pro';

}



.slide5{
    position: relative !important;
    padding-bottom: 5vh;
    
}
.slide5 img{
    width:50vw;
}

.slide5 h4 {
    width: 50vw;
    font-size: 60px;
    margin-left: 1.5vw;
}

.slide4 h2{
    text-decoration: underline;
}

.slide4 input{
    margin-top: 1vh;
}

.size input {
    margin-top: 0;
}


input, select {
    background: #2e2e52;
    border: 1px solid #ffffff;
    border-radius: 8px;
    padding: 5px;
    color: white;
}

.buttons {
    display: flex;
    flex-direction: row-reverse;
    gap: 1vw;
    margin-right: 20vw;
    font-family: 'Public Sans';
}

.buttons input {
        border: 1px solid #131313;
box-shadow: 0 0 8px #212121,
                0 0 20px #232323;
    transition: all 0.3s ease;
}

.scroll-watcher {
    height: 10px;
    position: fixed;
    top:0;
    z-index: 1000;
    background-color: lime;
    width:100%;
    scale: 0 1;
    transform-origin: left;
    animation: scroll-watcher linear;
    animation-timeline: scroll();

}

@keyframes scroll-watcher{
    to {scale:1 1;}
}




@media (max-width: 500px) {

body{
        background-color: black;
        touch-action: pan-y;
    }

.logo img {
    scale: 3.0;
    position: relative;
  }

  .logo p{
    margin-left: 60vw;
    font-size: 20px;
  }

.book {
    display: none;
}


.slide1 {
    display: flex;
    flex-direction: column;
}

.slide1 h4{
    font-size: 50px;
    margin-left: 30vw;
}

.slide1 p {
    font-size: 20px;
    margin-top: 1vh;
    width: 80%;
    text-align: center;

}

.slide1 img {
    height: 50%;
    width: 60vw;
    margin-left:20%;

}

.slide2 h4 {
    margin-top: 30vh;
    font-size: 50px;
    width: 100vw;

}

.slide2{
    margin-top: 0vh;
    padding-top: 40vh;
    height: fit-content;
    display: flex;
    flex-direction: column !important;
}

.slide2 > .words {
    margin-top: 0;
    padding-top: 0;
    width: 100% !important;
}

.slide2 img {
    width: 80vw !important;
    height: 70vh !important;
    margin-left: 10vw;
    margin-top: 10vh;
    position: relative;
}

.pricee p, .numbers p {
    margin-bottom: 20vh;
}

.slide3 h4 {
    font-size: 50px;
    margin-bottom: 5vh;
}

.first{
overflow: visible;
height: 160vh;

}

.three {
     display: grid;
  width: 100vw;
  height: fit-content;
  position: relative;
  grid-template-columns: repeat(2, 0.5fr); 
  grid-template-rows: repeat(2, 0.5fr);
  gap: 10px;
  margin-bottom: 10vh;
  margin-top: 0vh;
  margin-left: 0;
}
.three img {
    width: 50vw !important;
clip-path: inset(5% 0 0 0);
}

.one {
    width: 100vw;
    margin-bottom: 50vh;

}


.buttons {
    display: flex;
    flex-direction: row-reverse;
    gap:5vw;


}

.buttons input {
    font-size: 20px;
    margin-right: 15vw; 
    margin-top: 1vh;

}
.one img {
    width: 50vw;
    height: 60vh;
    margin-left: 50vw;
    margin-top: -13.5vh;
}

.slide3 {
    display: flex;
    flex-direction: column;
}


.slide4 {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: absolute;
    background-color: black;
    margin-top: 70vh;
    padding: 0;
}

.slide4 h4{
    font-size: 50px ;
    padding-top: 0;

}

.info {
    margin-top: 10vh;
    width: 90%;
}

.slide5 {
    width: 100vw;
    display: flex;
    flex-direction: column;
    margin-top: 400vh;
    position:  relative !important;
}

.slide5 h4 {
    scale:0.8;
    margin-left: 0;
}

.slide5 img {
    width: 70vw !important;
    height:  80vh !important;
    margin-left: 17vw !important;

}

.paint {
    margin-top: 5vh;
}

header {
    background-color: white;
}

.tree {
    width: 50vw !important;
}


.dos {
    width: 60vw;

}

.st, .nd, .rd {
     width: 50vw !important;
}



}