@import url('https://fonts.googleapis.com/css?family=Montserrat:500&display=swap');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600&display=swap');
*
{
box-sizing: border-box;
margin: 0;
padding: 0;
font-family: poppins;
}
html
{
scroll-behavior: smooth;
overflow-x: hidden;
}
body
{
    width: 100%;
    height: 100%;
    background-color: #fff;
}
.header
{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40vh;
    background-image: url(images/Uni\ Barista.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}
.header img
{
    display: none;
    width: 100%;
    height: 100%;
}
center
{
    width: 100%;
    height: 60px;
    /* background-color: blueviolet; */
    margin-top: 10px;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}





section
{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  /* background-color: #ce1919; */
}
section .allitems
{
  gap: 30px;
  width: 100%;
  height: 100%;
  /* background-color: #489fea; */
}
.allitems .subtitle
{
  display: flex;
}
.allitems .subtitle::before
{
  position: relative;
  content: '';
  display: block;
  width: 4px;
  height: 22px;
  top: 4px;
  right: 5px;
  background-color: brown;
}
.allitems .hot
{
  /* background-color: #12a6b9; */
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 300px);
  grid-template-rows: repeat(2, 300px);
  grid-row-gap: 50px;
  grid-column-gap: 30px;
}
.allitems .hotitem
{
  margin-top: 20px;
  margin-left: 20px;
  border-radius: 8px;
  cursor: pointer;
  background-color: #649bdbaf;
}
.allitems .hotitem .img
{
  width: 100%;
  height: 85%;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.allitems .hot .one .img
{
  background-image: url(images/espresso.jpeg);
  background-size: cover;
  background-position: center;
}
.allitems .hot .two .img
{
  background-image: url(images/cafelatte.jpeg);
  background-size: cover;
  background-position: center;
}
.allitems .hot .three .img
{
  background-image: url(images/cappuccino.jpg);
  background-size: cover;
  background-position: center;
}
.allitems .hot .four .img
{
  background-image: url(images/Mocha.png);
  background-size: cover;
  background-position: center;
}
.allitems .hot .five .img
{
  background-image: url(images/caramel-latte-ft.jpg);
  background-size: cover;
  background-position: center;
}
.allitems .hot .six .img
{
  background-image: url(images/vanilla\ latte.jpeg);
  background-size: cover;
  background-position: center;
}
.allitems .hotitem .txt
{
  width: 100%;
  height: 15%;
  padding-left: 16px;
  padding-top: 6px;
  font-size: 18px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  /* background-color: #1a6aff; */
}


.allitems .cold
{
  /* background-color: #12a6b9; */
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 300px);
  grid-template-rows: repeat(2, 300px);
  grid-row-gap: 50px;
  grid-column-gap: 30px;
}
.allitems .colditem
{
  margin-top: 20px;
  margin-left: 20px;
  border-radius: 8px;
  cursor: pointer;
  background-color: #649bdbaf;
}


.allitems .colditem .img
{
  width: 100%;
  height: 85%;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.allitems .cold .onee .img
{
  background-image: url(images/iced-latte-30188f7.jpg);
  background-size: cover;
  background-position: center;
}
.allitems .cold .twoo .img
{
  background-image: url(images/Lite_Iced_Cappuccino_Hi.jpg);
  background-size: cover;
  background-position: center;
}
.allitems .cold .threee .img
{
  background-image: url(images/iced-mocha-1.jpg);
  background-size: cover;
  background-position: center;
}
.allitems .cold .fourr .img
{
  background-image: url(images/Spanish_Latte_Iced.jpg);
  background-size: cover;
  background-position: center;
}
.allitems .cold .fivee .img
{
  background-image: url(images/iced-tea.jpg);
  background-size: cover;
  background-position: center;
}
.allitems .colditem .txt
{
  width: 100%;
  height: 15%;
  padding-left: 16px;
  padding-top: 6px;
  font-size: 18px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  /* background-color: #1a6aff; */
}


.allitems .non
{
  /* background-color: #12a6b9; */
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 300px);
  grid-template-rows: repeat(2, 300px);
  grid-row-gap: 50px;
  grid-column-gap: 30px;
}
.allitems .noncoffee
{
  margin-top: 20px;
  margin-left: 20px;
  border-radius: 8px;
  cursor: pointer;
  background-color: #649bdbaf;
}

.allitems .non .img
{
  width: 100%;
  height: 85%;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.allitems .non .oneee .img
{
  background-image: url(images/mojito-500x500.jpg);
  background-size: cover;
  background-position: center;
}
.allitems .non .twooo .img
{
  background-image: url(images/Apple-Mojito-5-scaled.webp);
  background-size: cover;
  background-position: center;
}
.allitems .non .threeee .img
{
  background-image: url(images/kiwigranita.jpeg);
  background-size: cover;
  background-position: center;
}
.allitems .non .fourrr .img
{
  background-image: url(images/milkshake.jpeg);
  background-size: cover;
  background-position: center;
}
.allitems .non .fiveee .img
{
  background-image: url(images/Salt_lassi.jpg);
  background-size: cover;
  background-position: center;
}
.allitems .non .sixxx .img
{
  background-image: url(images/oreo-milkshake-recipe.jpg);
  background-size: cover;
  background-position: center;
}


.allitems .noncoffee .txt
{
  width: 100%;
  height: 15%;
  padding-left: 16px;
  padding-top: 6px;
  font-size: 18px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  /* background-color: #1a6aff; */
}



.last
{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 20px;
  background-color: #cccecf;
}

@media screen and (max-width: 400px) {
  .header
  {
    height: 25vh;
    background-image: none;
  }
    .header img
  {
    display: block;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 980px) {
  .allitems .hot, .allitems .cold, .allitems .non
  {
  grid-template-columns: repeat(2, 300px);
  grid-template-rows: repeat(3, 300px);
  }
}
@media screen and (max-width: 650px) {
  .allitems .hot, .allitems .cold, .allitems .non
  {
  grid-template-columns: repeat(1, 300px);
  grid-template-rows: repeat(6, 300px);
  }
}


