html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,figure,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}
html, body {
    width: 100%;
background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
scroll-behavior: smooth;
}

img {
  max-width: 100%;

  height: auto;
}
*{color: white;}

.btn {
    cursor: pointer;
    position: fixed;
    text-decoration: none;
    color: #BCBCBC;
    left: 90%;
    top: 50%;
    opacity: .5;
    box-sizing: border-box;
    z-index: 99999;
}

.btn span{
  position:relative;
  box-sizing:border-box;
  display:flex;
  align-items:center;
  justify-content:center;
  width:3rem;
  height:3rem;
  padding:1rem;
  z-index: 99999;
}
.btn span:before{
  content:'';
  width:100%;
  z-index: 99999;
  height:100%;
  display:block;
  position:absolute;
  border-radius:100%;
  border:2px solid #BCBCBC;
  box-sizing:border-box;
  transition: all .85s cubic-bezier(0.25, 1, 0.33, 1);
  box-shadow: 0 30px 85px rgba(0,0,0,0.14), 0 15px 35px rgba(0,0,0,0.14);
}
.btn:hover span:before{z-index: 99999;
  transform:scale(0.8);
  box-shadow: 0 20px 55px rgba(0,0,0,0.14), 0 15px 35px rgba(0,0,0,0.14);
}



body {
    margin: 0px auto;
    background-color:  #cfd9df;
}
section{background-size:100vh;
margin-bottom: 0;}




p{color: white;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.75em;
  font-family: 'Raleway'
}
h1{  font-family: 'Bevan';}
header h2{
  font-family: 'Bevan';
margin: 4vw;
  font-size: 8rem;
position: fixed;
top:0;
transition: all ease 2s;
cursor: pointer;
color: #9999;
}
header h2:hover{color: #fcb69f;}

.main .wave{     z-index: 2;
    margin: 0;
    margin-top: 40vh;
    grid-row: 2/27;
    grid-column: 1/8;}

.back{
height:50vw;
width:50vw;
right: 0vw;
top: 30vw;

position: fixed;
z-index: 3;filter: grayscale(100);
transition: all ease 3s;}

.back:hover{
filter: grayscale(0);}


h1{z-index: 1;
font-weight: 100;
font-size:3rem;
}

.what{z-index:9;}

.wrapper{display: grid;
grid-template-columns: repeat(8, 1fr);
grid-template-rows: repeat(auto; 10vh);}


.one{z-index: 2;
overflow: hidden;
margin: 0;
grid-column: 1/9;
grid-row: 4;
position: sticky;
top: 0;
height: 100vh;
display: grid;
grid-template-columns: repeat(6, 1fr);
width: 100vw;
grid-template-rows: 40vh;
}
.one .background{grid-column: 1/7;
grid-row: 1;
z-index: 1;}

.background{width: 100vw;
opacity: 1;
  height: 100vh;
  transition: ease 10s;
}

.background:hover{
  opacity: 1;
}
.background img{width: 100vw;}


.four .background{grid-column: 1/7;}
.six .background{grid-column: 1/7;grid-row: 1;}




.one div:nth-child(1){
grid-column: 2/6;
grid-row: 2;
z-index: 2;
margin: 0;
}
.one p{width: 55%;}


svg{
font-weight: bold;
height:auto;
  max-width: 100vw;
width: 40rem;
}
.top{
  font-family: 'Bevan';margin: 0;}
  .bottom{  font-family: 'Bevan';}

.two{
  grid-gap: 3rem;
  grid-row: 6;
  grid-column: 1/9;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: 1vh;
  z-index: 3;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}
.two .background{grid-column: 1/9;
z-index: 0;
grid-row: 1;}


.above{grid-row: 2;
      align-self: flex-end;
font-size: 1rem;
z-index: 999;
grid-column: 1/3;
margin-left: 2rem;
    margin-top: 0;
    font-family: 'Raleway'
}

.two h3{grid-column: 1/3;
grid-row: 3;
z-index: 999;
margin: 2rem;
margin-top: 0;
}
.water{grid-row: 1;
grid-column: 7/9;
margin-top: 3rem;
margin-left: 0;
margin-right: 0;
}
.sun{grid-row: 4;
grid-column: 4/6;
margin-left: 0;
margin-right: 0;
}
.potting{grid-row: 5;
  grid-column:6/8;
  margin-left: 0;
  margin-right: 0;
}



.three{
  grid-row: 8;
  grid-column: 1/9;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: 4vh;
  z-index: 4;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow:hidden;}

  .three .background{grid-row: 1;
    grid-column: 1/9;
    z-index: -1;}
    .three h1{font-size: 2rem;
      color:#99afae;}
    .three p{width: 90%;}
.four{
  grid-row: 10;
  grid-column: 1/9;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 4vh;
  z-index: 4;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow:hidden;
}
.four .container {
  display: flex;
justify-content: center;
align-items: center;
margin: 2vw;
    margin-top: 2vw;
overflow: hidden;
grid-column: 1/9;
grid-row: 3;

}
.five{
  grid-row: 12;
  grid-column: 1/9;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 10vh;
  z-index: 5;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow:hidden;
}
.five .background{grid-column: 1/8;
grid-row: 1;
z-index: 0;}
.five h1{

  font-size: 2rem;
}
.ex{

grid-column: 5/7;
z-index: 7;
grid-row: 2;
margin-top: 5vh;}

section .one, section .two, section .three,{
  padding:3rem;
}
.five .container {
  display: flex;
justify-content: center;
align-items: center;
margin-left: 2vw;
margin-top: ;
overflow: hidden;
grid-column: 1/9;
grid-row: 3;
margin-right: 2vw;
}
.six .container {display: flex;
justify-content: center;
align-items: center;
margin-left: 2vw;
margin-top: ;
overflow: hidden;
grid-column: 1/9;
grid-row: 3;
margin-right: 2vw;}

.title{z-index: 4;
grid-row: 2;
margin-left: 2rem;
margin-top: 15vh;
}
.container .card {
  flex: 1;
  transition: all 1s ease-in-out;
  position: relative;
  z-index: 99;
}

.container .card .card__head {
  color: white;
  padding: 0.5em;
  transition: all 0.5s ease-in-out;
  min-width: 100%;
  text-align: left;
  position: absolute;
  bottom: 0;
    z-index:9;

  font-size: .5em;

  opacity: 0;

}
.container .card:hover {
  flex-grow: 3;
}
.container .card:hover img {
  filter: grayscale(0);
z-index:3;
}


.container .card:hover .card__head:hover{
  text-align: center;
background: rgba(0, 0, 0, 0.9);
font-size: .5em;
z-index: 999;
height: 100%;
justify-content: center;
opacity: 1;




    }



.container .card img {
  width: 100%;
  height:20vw;
      border-bottom-right-radius: 50%;
      z-index: 10;
  object-fit: cover;
filter: grayscale(100%);
}

.six{
  grid-row: 15;
  grid-column: 1/9;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 2vh;
  z-index: 5;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow:hidden;
}
.results{grid-column: 2/4;
grid-row: 2;
z-index: 9;
margin-top: 10vh;}
.alt, .altfive, .altsix{display: none;}
/*Smart phone*/
@media screen and (max-width: 600px) {

section{margin-bottom: 10vh;}
  header h2{
margin-top: 10vh;
    font-size: 3rem;
    transition: 0s;
  }
  header h2:hover{display: inherit;
    color: #9999;}
    .back{
    height:90vh;
    width:80vw;
    right: 0vw;
    top: 70vh;
    transition: 0s;
  }
  .back:hover{filter: grayscale(100%);}


.four, .five,  .six{
  display: none;
}


.alt .background, .altfive .background,
.altsix .background{
grid-row: 1;
z-index: 0;
}
.alt, .altfive, .altsix{
grid-column: 1/2;
display: grid;
grid-template-columns: 100vw;
grid-template-rows: 4vh;
z-index: 4;
    position: inherit;
top: 0;
height: 100%;
overflow:hidden;

}

.alt{grid-row: 10;}
.altfive{grid-row:12;}
.altsix{grid-row:16;}
.altfive img{filter: grayscale(100%);}
.altfive .background img{filter: grayscale(0);}
h1{
  letter-spacing: .11em;
  font-weight: 100;
}
p{letter-spacing: .1em;}

.alt div,
.altfive div,
.altsix div
{z-index: 3;margin-bottom: 15vh;}
.alt h1,
.alt p,
.altfive h1,
.altfive p,
.altsix h1,
.altsix p{
  margin:2rem;
  letter-spacing: .11em;
  font-weight: 100;

}
.background{width: 100vw;
  height: 100%;
opacity: 1;

}
.wrapper{display: grid;
grid-template-columns: 100vw;
grid-template-rows: 100vh;}
.one,
.two,
.three{
  display: grid;
grid-template-columns: 100vw;
position: inherit;
transition: 0s;
grid-template-rows: 10vh auto; }
.one div:nth-child(1) {
    grid-column: 1/2;
    grid-row: 2;
    margin: 2rem;}
h1{font-size: 1.7rem;}
.one p{width: 100%;}
.above {
    grid-row: 2;
    font-family: 'Raleway';
    grid-column: 1/2;
    margin-top: 8vh;
        align-self: auto;
}
.top{margin: 2rem;}
.two h3 {
    grid-column: 1/2;
    grid-row: 2;
        grid-row-start: 2;
        grid-row-end: auto;
    margin: 0;
}
.two h3 {
    grid-column: 1/2;
    grid-row: 2;
    margin: 0;
        margin-top: 0px;
    margin-top: 10vh;}
.water {
    grid-column: 1/2;
    grid-row: span 1;
margin-top: 16vh;
 margin-left: 2rem;
 margin-right: 2rem;
}
.sun {
    grid-column: 1/2;
    grid-row: span 1;

margin-left: 2rem;
margin-right: 2rem;
}
.potting {
    grid-column: 1/2;
    grid-row: span 1;
    margin-left: 2rem;
    margin-right: 2rem;
}
.three p {
    width: 100%;
}

.two .background,
.three .background,
.four .background,
.five .background,
.six .background,
.background{width: 100vw;
opacity: 1;
  height: 100vh;
  transition: 0s;
}

.two .background,
.three .background,
.four .background,
.five .background,
.six .background,
.background:hover{
  opacity: 1;
}
.results{grid-column: 1/2;}
.ex {
    grid-column: 1/2;
    z-index: 7;
    grid-row: 2;
    margin-top: 10vh;
}
}
