@font-face {
  font-family: 'Water Park';
  src: url(../fonts/Water\ Park.ttf);
}
@font-face{
  font-family: 'Cube';
  src: url(../font/Cube.ttf);
}
@font-face{
  font-family: 'AbstractGroovy';
  src: url(../font/aAbstractGroovy.otf);
}
@font-face{
  font-family: 'comforta';
  src: url(../font/Comfortaa-Regular.ttf);
}
@font-face{
  font-family: 'cream';
  src: url(../font/cream-DEMO.otf);
}


@import url('https://fonts.googleapis.com/css2?family=Oswald&family=Raleway&display=swap');

/* font-family: 'Oswald', sans-serif;
font-family: 'Raleway', sans-serif; */

/* Clear Declaration */

*{

  margin:0;
  padding:0;
  box-sizing: border-box;
  outline:none;
  border: none;
  overflow-x: hidden;
  /* background-color: black; */
}

h1,
h2,
h3,
h4,
h5,
h6{
  
  font-family: 'cream'
  

}

p{
  font-family: 'cream'
  
}


/* header section */

.header{

  background-color: white;
  padding-top: 2em;
  padding-bottom: 2em;
  width: 100%;
  height: 50px;
  }
.header, h2{
  font-weight: 200;


}


/* Banner Section */

.top{
background-image: url(../images/topimage1.jpg);
background-size: cover;
background-position: center;
position:relative;
width:100%;
height:630px;
/* animation-name: top;
animation-duration: 6s;
animation-iteration-count: infinite;
animation-timing-function: ease-in-out; */
position: static;

}

/* @keyframes top {
  0% {
    background-image: url(../images/top3.jpg);  
  }
  25% {
      background-image: url(../images/top2.jpg);  
    }
  50% {
      background-image: url(../images/top10.jpg);  
    }
  75% {
      background-image: url(../images/top12.jpg);  
    }
  90% {
      background-image: url(../images/top11.jpg);  
    } 
  100% {
      background-image: url(../images/top11.jpg);
    }
 
} */
.top h1{
  font-size: 180px;
  text-align: center;
  transform: translate(0,200px); 
  font-family: 'AbstractGroovy';
  font-weight: bold;
  color: rgba(255, 255, 255, 0.979);
  border-right: none;
  animation-name: port;
  animation-duration: 3s;
}

@keyframes port {
  0% {
    color: rgba(0, 0, 0, 0);
  }
  50% {
    color: rgba(255, 255, 255, 0.507);
  }
  75% {
    color: rgba(255, 255, 255, 0.788);
  }
  85% {
    color: rgba(255, 255, 255, 0.877);
  }
  95%{
    color: rgba(255, 255, 255, 0.945);
  }
  100% {
    color: rgba(255, 255, 255, 0.979);
  }
}

/* Profile Section */
.bor{
  border: 5px solid ;
  width: 70%;
  margin: auto 8em;
  /* padding-right: 5em; */
  transform: translate(20px,0);
  position: static;
  border-top: none;
  /* border-left: none; */
  border-right: none;
  animation-name: border;
  animation-duration: 3s;
 
}

@keyframes border {
  0% {
    color: rgba(0, 0, 0, 0);
  }
  50% {
    color: rgba(0, 0, 0, 0.507);
  }
  100% {
    color: black;
  }
}

.pback{
  
  margin-top: -2em;
}
.profile{
  width:85%;
  margin:4em auto;
  
}

.profile h1{

  font-size: 65px;
  font-weight: lighter;
  
}

.tabelog p{

  font-size: 20px
  width: 85%

}

.profile h2{
  font-size: 30px;
  font-weight: lighter;
  
}
.profile h3{
  font-size: 20px;
  font-weight: lighter;
  
}
.profile p{
  font-size: 20px;
  font-weight: 500;
  /* color: white; */
  
}
.profile span{
  font-size: 50px;
}
/* Merchandise Section */

.wback{
  background-image: url(../images/pattern.jpg);
  /* margin-bottom: 6em; */
  height:3349px;
  overflow: hidden;
  /* margin: auto 5em; */
  width: 100%;
}

.works h1{
  font-size: 70px;
  font-weight: lighter;
  transform: translate(211px,0);
}

.merch{
  width:100%;
  margin:8em auto;
  margin-bottom: -1em;
  background-color: rgba(0, 0, 0, 0.719);
  
  /* border:2px solid blue; */

}
/* .merch-items p{
  font-weight: bold;
} */

/* Merch Gallery */
.merch-gallery{
  margin-top: 2em;
  overflow: auto;
  /* background-color: black; */
  /* border:2px solid red; */
}
.merch-items{
  width:24.25%;
  float:left;
  margin-right: 1%;
  margin-bottom: 1%;
  /* border:2px solid violet; */
}
.merch-items:nth-child(4),
.merch-items:nth-child(4){
  margin-right: 0;
  
}
.merch-items img{
  width:100%;
  height:350px;
  object-fit: cover;
}

#



.merch-items h2{
  /* font-weight: bold; */
  background-color:  rgba(255, 255, 255, 0.767);
  font-weight: 500;
} 

.merch-items p{
  /* font-weight: 550; */
  /* background-color:  rgba(255, 255, 255, 0.767); */
  color: aliceblue;
}
/* Footer Area */


.fback{
  background-image:url(../images/pattern.jpg);
  
}
.footer{
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.719);
  padding-top: 2em;
  padding-bottom: 2em;
  width: 100%;
  height: 100px;
  }
  .footer p,a{
      color: white;
      text-align: center;
      text-decoration: none;
  }

.tell{
  transform: translate(-30,0);
}



.last{
  width: 100%;
  height: 200px;
  background-color: rgba(8, 241, 163, 0.637);
  
}