.aboutHeader{
   height:100vh;
    width:100%;
    padding-bottom:3rem;
    overflow:clip;
    background:url(img/about.jpeg);
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
   background-attachment:fixed;
}

.clip-container{
   min-height:100vh;
   width:100%;
   padding:2rem;
}
.clip1{
   width:100%;
   margin-inline:auto;
   height:55vh;
   object-fit:cover;
}
.clippath{
   height:100%;
   overflow:clip;
}
.clip-block{
   margin-block:2rem;
   display:flex;
   flex-direction:column;
   gap:3rem;
   text-align:center;
}
.clip-block h1{
   font-size:3rem;
}
.clip2{
   height:30vh;
   width:50vw;
   object-fit:cover;
}

.horizontal-container{
   height:100vh;
   padding-inline:2rem;
   display:flex;
   width:max-content;
} 

.horizontal-scroll{
   width:fit-content;
   display:flex;
   height:inherit;
   gap:4rem;
}

.h-scroll1{
   display:flex;
}
.h-scroll1 img{
   height:30vh;
   width:30vw;
}
.h-scroll h1{
   font-size:10rem;
   line-height:1;
   order:-1;
}

.h-scroll2{
   display:flex;
   align-items:center;
   padding-bottom:2rem;
}
.p-scroll{
   display:flex;
   gap:3.25rem;
}
.h-p{
   width:20rem;
   font-size:0.75rem;
}
.h-scroll3{
   background-image:url(img/h2.jpg);
   background-size:100% 100%;
    background-repeat:no-repeat;
   position:relative;
   width:50vw;
   height:50vh;
    background-position:50% 50%;
}
.h-img{
   position: absolute;
   bottom:-5rem;
left:50%;
   transform:translateX(-50%);
   width:40%;
   height:40%;
   object-fit:cover;
}
.h-scroll4{
   display:flex;
   gap:2rem;
   padding-right:8rem;
}
.h-scroll4 img{
   height:75vh;
   width:80vw;
   order:2;
}
.h-scroll4 p{
   display:flex;
   margin-block:auto;
}
.aboutThrlax{
      background:url(img/aboutwine.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
}
