body {
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: start;
    background-image: url("../background.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 0;
    font-family: "Anton";
    font-weight:100;
    font-style: normal;
    box-sizing: border-box;
    transform-style: preserve-3d;
    border: 0;
    transition: transform var( --transitioning);
    font-size: calc(var(--fontsizer));
    line-height:1;
    cursor:pointer;
    overflow:hidden;
}

#imgColor{
    position:absolute;
    top:0%;
    width:100vw;
    z-index:1;
}
#containAll{
    z-index:2;
}
#containThings{
  position:relative;
  width:100%;
  height: 600px;
  margin: 0;
  display: grid;
  grid-template-rows: 80% 7.5% 7.5% 5%;
  grid-template-columns: 50% 50%;
  align-items: center;
  justify-items: center;
    
}
#containImg{
  width:100%;
}
#imgBanner {
    width:100%;
    height:100%;
}
#left {
    display:grid;
  grid-row: 2;
  grid-column: 1 ;
  color:#4473ab;
    align-self:start;
    justify-self:end;  
    margin-right:5%;
    font-size:3vw;
}
#right {
    display:grid;
  grid-row: 2;
  grid-column: 2 ;
  color:#4473ab;
  align-self:start;
    justify-self:start; 
    margin-left:5%;
    font-size:3vw;
}  

#clickMe{
  grid-row: 3;
  grid-column: 1 / 3 ; 
  display:flex;
  justify-content: center;
  align-items: center;
  width:100%;
  height:fit-content;


}
#words{
  grid-row: 1;
  grid-column: 1 ;
  font-family:"Anton";

}
#searchy{
  grid-row: 1;
  grid-column: 2 ;
  align-self: center;
  padding:2%;
}
#button{
  color:white;
  background:#4473ab;
    display:grid;
  grid-template-rows: 100%;
  grid-template-columns: 90% 20%;
  padding:1% 3%;
  border-color:#4473ab;
}
#policy{
  grid-row: 4;
  grid-column: 1 / 3 ; 
  width:100vw;
  height:100%;
  font-size:200px;
  font-family:"Anton";
  color:#4473ab;
      display:grid;
    
}

#policy h{
        display:grid;
    align-self:end;
    justify-self:center;
    text-align:center;
}




main#carousel {
  grid-row: 1 ;
  grid-column: 1 / 3;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-style: preserve-3d;
  perspective: 50vw;
  --items: 5;
  --middle: 3;
  --position: 3;
  --wOffset: 300px;
}

div.item {
  position: absolute;
  width: 300px;
  height: 400px;
  --r: calc(var(--position) - var(--offset));
  --abs: max(calc(var(--r) * -1), var(--r));
  transition: all 0.25s linear;
  transform: rotateY(calc(-10deg * var(--r)))
    translateX(calc(var(--wOffset)*-1 * var(--r)));
  z-index: calc(2+(var(--position) - var(--abs)));
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    border:2px solid #4473ab;
}

div.item:nth-of-type(1) {
  --offset: 1;
    background-image: url("./items/1.svg");
}
div.item:nth-of-type(2) {
  --offset: 2;
    background-image: url("./items/2.svg");
}
div.item:nth-of-type(3) {
  --offset: 3;
    background-image: url("./items/3.svg");
}
div.item:nth-of-type(4) {
  --offset: 4;
    background-image: url("./items/4.svg");

}
div.item:nth-of-type(5) {
  --offset: 5;
    background-image: url("./items/5.svg");
}
div.item:nth-of-type(6) {
  --offset: 6;
    background-image: url("./items/6.svg");
}
div.item:nth-of-type(7) {
  --offset: 7;
background-image: url("./items/7.svg");
}
div.item:nth-of-type(8) {
  --offset: 8;
background-image: url("./items/8.svg");
}
div.item:nth-of-type(9) {
  --offset: 9;
background-image: url("./items/9.svg");
}
div.item:nth-of-type(10) {
  --offset: 10;
background-image: url("./items/10.svg");
}

div.item:nth-of-type(11) {
  --offset: 11;
background-image: url("./items/11.svg");
}

div.item:nth-of-type(12) {
  --offset: 12;
background-image: url("./items/12.svg");
}

div.item:nth-of-type(13) {
  --offset: 13;
background-image: url("./items/13.svg");
}

div.item:nth-of-type(14) {
  --offset: 14;
background-image: url("./items/14.svg");
}

div.item:nth-of-type(15) {
  --offset: 15;
background-image: url("./items/15.svg");
}

div.item:nth-of-type(16) {
  --offset: 16;
background-image: url("./items/16.svg");
}

div.item:nth-of-type(17) {
  --offset: 17;
background-image: url("./items/17.svg");
}