:root {
  --title: dream-ave;
  --headings: metanoia;
  --text: seasonslight;
  --slogan: frunchysage;
  --buttons: mertelsans;
  --bordercolor: #8F8989;
  --browntext: #8F8989;

}

@font-face {
  font-family: dream-ave;
  src: url("fonts/Dream-Avenue.ttf");
}

@font-face {
  font-family: metanoia;
  src: url("fonts/Metanoia.ttf");
}

@font-face {
  font-family: seasonslight;
  src: url("fonts/theseasons.otf");
}

@font-face {
  font-family: frunchysage;
  src: url("fonts/Frunchy.ttf");
}

@font-face {
  font-family: mertelsans;
  src: url("fonts/MartelSans-Regular.ttf");
}

html {
  scroll-behavior: smooth;
  cursor: none;
  display: grid;
}

body {
  background: rgb(68, 76, 74);
  background: -moz-linear-gradient(139deg, rgba(150, 168, 165, 1) 26%, rgba(187, 200, 153, 1) 100%);
  background: -webkit-linear-gradient(139deg, rgba(150, 168, 165, 1) 26%, rgba(187, 200, 153, 1) 100%);
  background: linear-gradient(139deg, rgba(150, 168, 165, 1) 26%, rgba(187, 200, 153, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#96a8a5", endColorstr="#bbc899", GradientType=1);

}

* {
  box-sizing: border-box;
  margin: 0px;
}



ul[role='list'],
ol[role='list'] {
  list-style: none;
}



.c {
  width: 0px;
  height: 0px;


}

.anycrochet {
  color: white;
  font-family: var(--title);
  text-align: center;
  margin-top: vh;
  font-size: 13rem;
  font-weight: 100;

}

.welcome {
  color: white;
  font-family: var(--buttons);
  text-align: center;
  margin-top: -67vh;
  font-size: 1.5rem;
  z-index: -1;
  letter-spacing: 0.6rem;


}

.slogan {
  color: white;
  font-family: var(--slogan);
  text-align: center;
  font-size: 3rem;
  margin-top: -6vh;
  margin-left: -3vw;
  z-index: -1;
  letter-spacing: 0.3rem;

}

.bg {
  max-width: 100%;
  min-width: 100%;
  max-height: 100vh;
  min-height: 100vh;
  size: auto;
  z-index: 1;

}


.hamburger {
  color: white;
  margin-top: -50vh;
  margin-left: 4vw;
  font-size: 3rem;
  position: sticky;

}

.hamburger:hover {
  color: rgb(107, 152, 107);
}

a {
  text-decoration: none;
  display: block;
  color: #220707;

}

.dropdown {
  padding-left: 1vw;
  width: fit-content;

}

.menu {
  padding-left: 3.3vw;
}

.items {
  color: white;
  font-size: 1.7rem;
  border-radius: 10px;
  display: none;
  font-family: var(--buttons);
  z-index: 1;
  letter-spacing: 0.3rem;
  text-align: justify;



}

.dropdown:hover {
  cursor: none;

  .items {
    display: contents;
    cursor: none;
    padding: 7px;
    align-content: justify;

  }
}

.items:hover {
  color: rgb(107, 152, 107);
}

a:hover {
  text-decoration: none;
  cursor: none;
}

.deco {
  font-family: var(--title);
  color: white;
  margin-top: 85vh;
  font-size: 7rem;
  text-align: center;

}

.abouttext {
  color: white;
  font-family: var(--text);
  font-size: 2.4rem;
  width: 50%;
  text-align: justify;
  margin-left: 25%;
  margin-top: 3%;
  background-color: #8F8989;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(4.3px);
  -webkit-backdrop-filter: blur(4.3px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 7px;
}


.two {
  color: rgba(255, 255, 255, 0.821);
}

.three {
  color: rgba(255, 255, 255, 0.673);
}

.four {
  color: rgba(255, 255, 255, 0.505);
}

.five {
  color: rgba(255, 255, 255, 0.265);
}

.crocheted {
  font-family: var(--headings);
  color: black;
  font-size: 7rem;
  padding-left: 10%;
  padding-top: 5%;
  padding-bottom: 2%;
}

.ichi,
.ni,
.san,
.yon,
.go,
.roku,
.shichi,
.hachi,
.kyu {
  color: white;
  font-weight: 70px;
  border-radius: 20px;
  display: flex;
  font-family: var(--headings);
  font-size: 3.5rem;
  align-content: center;
  justify-content: center;
  place-items: center;
  margin-left: 5vw;
  margin-top: 5vw;
}

.ichi:hover,
.ni:hover,
.san:hover,
.yon:hover,
.go:hover,
.roku:hover,
.shichi:hover,
.hachi:hover,
.kyu:hover {
  box-shadow: 0px 0px 20px 10px rgba(255, 255, 255, 0.604);
  transition-duration: 0.4s;
  border-radius: 10px;
}

.view {
  background-color: transparent;
  border-color: #8F8989;
  border-style: solid;
  color: #8F8989;
  width: 8%;

}

.view:hover {
  background-color: #8F8989;
  color: #96A8A5;

}

.container {
  place-items: center;
  padding: 0%;
}

.grp1,
.grp2,
.grp3 {
  display: flex;
}

.bags:hover,
.flowers:hover,
.figures:hover,
.keychains:hover,
.decorations:hover,
.accessories:hover,
.gloves:hover,
.clothes:hover,
.mats:hover {
  box-shadow: 0px 0px 20px 10px rgba(255, 255, 255, 0.604);
  transition-duration: 0.4s;
}

.bags,
.flowers,
.figures,
.keychains,
.decorations,
.accessories,
.gloves,
.clothes,
.mats {

  size: auto;
  border-radius: 10px;
  z-index: -1;
  padding: 0%;
  position: absolute;
}


.explore {
  margin-left: 47%;
  margin-top: 7rem;

}

button {
  width: 10vw;
  padding: 3px;
  border-color: transparent;
  background-color: rgba(255, 255, 255, 0.676);
  color: rgb(0, 0, 0);
  font-family: var(--buttons);
  cursor: none;
}

button:hover {
  background-color: rgba(0, 0, 0, 0.665);
  color: rgb(255, 255, 255);
  transition-duration: 0.3s;
  transform-origin: bottom;
  cursor: none;
}

.text {
  color: white;
  font-family: var(--headings);
  font-size: 7rem;
  padding-left: 10%;
  padding-top: 5%;
  padding-bottom: 2%;
}

.box {
  background-color: #220707;
}

.div1,
.div2 {
  color: white;
  font-family: var(--text);
  text-align: justify;
  width: 30vw;
  padding: 10px;
  font-size: 2.4rem;

}

.div1 {
  margin-left: 10vw;
  margin-top: 5vh;
}

.div2 {
  margin-left: 56vw;
  margin-top: -30vh;

}

.order {
  margin-left: 10.4vw;
  margin-top: -8vh;
}

.orderbox {
  margin-top: -3.5vh;
}

.joinus {
  margin-left: 57vw;
}

.order,
.joinus {
  color: #220707;

}

a:hover,
.order:hover,
.joinus:hover {
  color: white;


}

.jointowork {
  margin-top: 5.8vh;
}

.text2 {
  color: white;
  font-family: var(--headings);
  font-size: 7rem;
  padding-left: 10%;
  padding-top: 5%;
  padding-bottom: 2%;
  margin-top: 6vh;
}


.text3,
.text4,
.text5 {
  color: white;
  font-family: var(--text);
  text-align: justify;
  padding: 8px;
  width: 25vw;
  height: 40vh;
  font-size: 2.4rem;
  border: solid #657a7645;
  border-radius: 10px;
  display: flexbox;
  background-color: #96A8A5;

}

.text3:hover,
.text4:hover,
.text5:hover {
  box-shadow: 0px 0px 20px 10px rgba(105, 158, 141, 0.383);
  transition-duration: 0.4s;
}

.text3 {
  margin-left: 10vw;
  margin-top: 5vh;
}

.text4 {
  margin-left: 40vw;
  margin-top: -40vh;
}

.text5 {
  margin-left: 70vw;
  margin-top: -40vh;
}

.footerpic {
  width: 100%;
  margin-top: 7vh;
}

.name {
  font-family: var(--title);
  color: white;
  font-size: 4rem;
  margin-top: -6vh;
  margin-left: 2.4vw;

}

.footerbox {
  font-family: var(--text);
  color: white;
  font-size: 2.4rem;
}

.special {
  font-family: var(--buttons);
  display: inline;
}

.location {
  margin-left: 10vw;
  margin-top: 10vh;
}

.bh {
  margin-left: 44vw;
  margin-top: -25vh;
}

.social {
  margin-left: 80vw;
  margin-top: -17vh;
}

.gmail,
.insta,
.wa {
  width: 5rem;
  float: left;
  margin-left: 83vw;
}

.gmail:hover,
.insta:hover,
.wa:hover {

  background-color: #35593c;
  border-radius: 50%;
  padding: 7px;

}

.credit {
  margin-top: 14vh;
  text-align: center;
  color: rgba(89, 88, 87, 0.619);
}

@media (max-width: 768px) {

  * {
    color: rgb(71, 219, 219);
    overflow-x: hidden;
  }


  .bg {
    position: absolute;
  }

  .cursor {
    display: none;
  }

  .anycrochet {
    font-size: 10rem;
  }

  .slogan {
    margin-left: 2.6vw;
    text-align: center;

  }

  .crocheted {
    font-size: 5rem;
    text-align: center;
    padding-left: 0px;
    margin-top: 5vh;

  }

  .abouttext {
    width: 90vw;
    margin-left: 0%;
    display: grid;
    justify-content: center;
    align-content: center;


  }

  .container {

    display: grid;
    justify-content: center;

  }

  .grp1,
  .grp2,
  .grp3 {
    display: grid;
    justify-content: center;
  }





  .explore {
    font-size: 1.5rem;
    text-align: center;
    width: fit-content;
    padding: 4px;

  }

  .text {
    text-align: center;
    margin-left: 0%;
    padding-left: 0%;
    margin-top: 5vw;
    font-size: 10rem;
  }

  .grp4 {
    display: grid;
    justify-content: center;

  }

  .div1,
  .div2 {
    width: 80vw;
    text-align: justify;
    display: grid;
    justify-content: center;
    margin-left: 0%;
    margin-top: 7%;
    padding: 10px;
    font-size: 2rem;

  }

  .jointowork,
  .orderbox {
    font-size: 2rem;
    text-align: center;
    padding: 4px;
    margin: 0%;
    align-items: center;

  }

  .text2 {
    text-align: center;
    margin-left: 0%;
    padding: 0%;
  }

  .grp5 {
    display: grid;
    justify-content: center;
  }

  .text3,
  .text4,
  .text5 {
    width: 90vw;
    display: grid;
    justify-content: center;
    margin-left: 0%;
    margin-top: 5vw;
    padding: 12px;
  }

  .name {
    font-size: 1.2rem;
    text-align: center;

  }

  .footerbox {
    font-size: 0.8rem;

  }

  .bh,
  .location,
  .social {
    margin-top: 6%;
    float: left;
    margin-left: 15%;
  }

  .ichi,
  .ni,
  .san,
  .yon,
  .go,
  .roku,
  .shichi,
  .hachi,
  .kyu {
    height: 20vh;
    width: 50vw;
    margin-top: 5vh;
    margin-left: 0%;
    font-weight: 90px;
    font-size: 4rem;
    border-radius: 20px;

  }

  .bags,
  .flowers,
  .figures,
  .keychains,
  .decorations,
  .accessories,
  .gloves,
  .clothes,
  .mats {
    height: 20vh;
    width: 50vw;
    border-radius: 20px;
   
  }

  .bags:hover,
  .flowers:hover,
  .figures:hover,
  .keychains:hover,
  .decorations:hover,
  .accessories:hover,
  .gloves:hover,
  .clothes:hover,
  .mats:hover {
    box-shadow: 0px 0px 20px 10px rgba(255, 255, 255, 0.604);
    transition-duration: 0.4s;
  }
  .gmail,
  .wa,
  .insta {
    display: none;
    width: 5vw;
    margin-top: 0%;
    padding: 0%;
    float: left;
  }

}


@media (max-width:1023px) {


  .bg {
    position: absolute;
  }

  .hamburger {
    margin-top: -50vw;
    font-size: 2rem;
  }

  .anycrochet {
    font-size: 7rem;
  }

  .welcome {
    font-size: 0.8rem;
  }

  .slogan {
    margin-left: 4.6vw;
    text-align: center;
    font-size: 2rem;

  }

  .deco {
    padding-top: 5vh;
    font-size: 4rem;
  }

  .crocheted {
    font-size: 4rem;
    text-align: center;
    padding-left: 0px;
    margin-top: 5vh;

  }

  .abouttext {
    width: 80vw;
    font-size: 2rem;
    margin-left: 10%;
    display: grid;
    justify-content: center;
    align-content: center;



  }

  .container {

    display: grid;
    justify-content: center;

  }

  .grp1,
  .grp2,
  .grp3 {
    display: grid;
    justify-content: center;
  }

  .ichi,
  .ni,
  .san,
  .yon,
  .go,
  .roku,
  .shichi,
  .hachi,
  .kyu {
    margin-top: 5vh;
    margin-left: 0%;
    font-weight: 90px;
    font-size: 4rem;
    border-radius: 20px;

  }

  .bags,
  .flowers,
  .figures,
  .keychains,
  .decorations,
  .accessories,
  .gloves,
  .clothes,
  .mats {
    border-radius: 20px;
  }

  .bags:hover,
  .flowers:hover,
  .figures:hover,
  .keychains:hover,
  .decorations:hover,
  .accessories:hover,
  .gloves:hover,
  .clothes:hover,
  .mats:hover {
    box-shadow: 0px 0px 20px 10px rgba(255, 255, 255, 0.604);
    transition-duration: 0.4s;
  }


  .explore {
    font-size: 1.5rem;
    text-align: center;
    width: fit-content;
    padding: 4px;

  }

  .text {
    text-align: center;
    margin-left: 0%;
    padding-left: 0%;
    margin-top: 5vw;
    font-size: 4rem;
  }

  .grp4 {
    display: grid;
    justify-content: center;

  }

  .div1,
  .div2 {
    width: 80vw;
    text-align: center;
    display: grid;
    justify-content: center;
    margin-left: 0%;
    margin-top: 7%;
    padding: 10px;
    font-size: 2rem;

  }

  .jointowork,
  .orderbox {
    font-size: 2rem;
    text-align: center;
    padding: 4px;
    margin: 0%;
    align-items: center;

  }

  .text2 {
    text-align: center;
    margin-left: 0%;
    padding: 0%;
    font-size: 4rem
  }

  .grp5 {
    display: grid;
    justify-content: center;
  }

  .text3,
  .text4,
  .text5 {
    width: 80vw;
    display: grid;
    justify-content: center;
    margin-left: 0%;
    margin-top: 5vw;
    padding: 12px;
    font-size: 2rem;
  }

  .name {
    font-size: 1.2rem;
    text-align: center;

  }

  .footerbox {
    font-size: 0.8rem;

  }

  .bh,
  .location,
  .social {
    margin-top: 6%;
    float: left;
    margin-left: 15%;
  }

  .gmail,
  .wa,
  .insta {
    display: none;
    width: 5vw;
    margin-top: 0%;
    padding: 0%;
    float: left;
  }


}

@media (min-width:1024px) {
  * {
    overflow-x: hidden;

  }

  .cursor {
    width: 5.5rem;
    height: 5.5rem;
    position: relative;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    background-color: rgba(63, 90, 43, 0.56);
    z-index: 3;

  }



  .anycrochet {
    color: white;
    font-family: var(--title);
    text-align: center;
    font-size: 10rem;
    font-weight: 100;
    z-index: 1;

  }

  .welcome {
    color: white;
    font-family: var(--buttons);
    text-align: center;
    margin-top: -67vh;
    font-size: 1.5rem;
    z-index: 1;
    letter-spacing: 0.6rem;


  }

  .slogan {
    color: white;
    font-family: var(--slogan);
    text-align: center;
    font-size: 3rem;
    margin-top: 9vh;
    margin-left: -3vw;
    z-index: 3;
    letter-spacing: 0.3rem;

  }

  .bg {
    position: absolute;
    size: auto;
    z-index: -1;
    margin-top: -5.5rem;



  }


  .hamburger {
    color: white;
    margin-top: -80vh;
    margin-left: 4vw;
    font-size: 3rem;
    position: sticky;

  }

  .hamburger:hover {
    color: rgb(107, 152, 107);
  }

  a {
    text-decoration: none;
    display: block;
    color: #220707;

  }

  .dropdown {
    padding-left: 1vw;
    width: fit-content;

  }

  .menu {
    padding-left: 3.3vw;
  }

  .items {
    color: white;
    font-size: 1.7rem;
    border-radius: 10px;
    display: none;
    font-family: var(--buttons);
    z-index: 1;
    letter-spacing: 0.3rem;
    text-align: justify;



  }

  .dropdown:hover {
    cursor: none;
  }

  .items {
    display: contents;
    cursor: none;
    padding: 7px;
    align-content: justify;

  }
}

.items:hover {
  color: rgb(107, 152, 107);
}

a:hover {
  text-decoration: none;
  cursor: none;
}

.deco {
  font-family: var(--title);
  color: white;
  margin-top: 103vh;
  font-size: 6rem;
  text-align: center;
  margin-left: 0%;

}

.abouttext {
  color: white;
  font-family: var(--text);
  font-size: 2.4rem;
  width: 50%;
  text-align: justify;
  margin-left: 25%;
  margin-top: 3%;
  background-color: #8F8989;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(4.3px);
  -webkit-backdrop-filter: blur(4.3px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 7px;
}


.two {
  color: rgba(255, 255, 255, 0.821);
}

.three {
  color: rgba(255, 255, 255, 0.673);
}

.four {
  color: rgba(255, 255, 255, 0.505);
}

.five {
  color: rgba(255, 255, 255, 0.265);
}

.crocheted {
  font-family: var(--headings);
  color: black;
  font-size: 5rem;
  text-align: center;
  padding-top: 5%;
  padding-bottom: 2%;
  padding-left: 0%;
}

.ichi,
.ni,
.san,
.yon,
.go,
.roku,
.shichi,
.hachi,
.kyu {
  width: 20vw;
  height: 50vh;
  font-weight: 70px;
  border-radius: 20px;
  display: flex;
  font-family: var(--headings);
  font-size: 2.5rem;
  align-content: center;
  justify-content: center;
  place-items: center;

}

  .view {
    background-color: transparent;
    border-color: #8F8989;
    border-style: solid;
    color: #8F8989;
    width: 8%;

  }

  .view:hover {
    background-color: #8F8989;
    color: #96A8A5;

  }

  .container {
    place-items: center;
    padding: 0%;

  }

  .grp1,
  .grp2,
  .grp3 {
    display: flex;
  }

  .bags:hover,
  .flowers:hover,
  .figures:hover,
  .keychains:hover,
  .decorations:hover,
  .accessories:hover,
  .gloves:hover,
  .clothes:hover,
  .mats:hover {
    box-shadow: 0px 0px 20px 10px rgba(255, 255, 255, 0.604);
    transition-duration: 0.4s;
  }

  .bags,
  .flowers,
  .figures,
  .keychains,
  .decorations,
  .accessories,
  .gloves,
  .clothes,
  .mats {
    width: 20vw;
    height: 50vh;
    size: auto;
    border-radius: 10px;
    z-index: 1;
    padding: 0%;
    position: absolute;
  }

  .explore {
    margin-left: 47%;
    margin-top: 7rem;

  }

  .button {
    width: 10vw;
    padding: 3px;
    border-color: transparent;
    background-color: rgba(255, 255, 255, 0.676);
    color: rgb(0, 0, 0);
    font-family: var(--buttons);
    cursor: none;
  }

  .button:hover {
    background-color: rgba(0, 0, 0, 0.665);
    color: rgb(255, 255, 255);
    transition-duration: 0.3s;
    transform-origin: bottom;
    cursor: none;
  }

  .text {
    color: white;
    font-family: var(--headings);
    font-size: 4.5rem;
    text-align: center;
    padding-top: 5%;
    padding-bottom: 2%;
    margin-left: 0%;
    padding-left: 0%;
  }

  .box {
    background-color: #220707;
  }

  .grp4 {
    display: inline-flex;

  }

  .div1,
  .div2 {
    color: white;
    font-family: var(--text);
    text-align: justify;
    width: 40vw;
    padding: 10px;
    font-size: 2rem;
    margin-left: 7vw;
    margin-top: 12vw;


  }

  .order,
  .joinus {
    color: #220707;

  }

  a:hover,
  .order:hover,
  .joinus:hover {
    color: white;
  }



  .text2 {
    color: white;
    font-family: var(--headings);
    font-size: 4rem;
    text-align: center;
    padding-top: 5%;
    padding-bottom: 2%;
    margin-top: 6vh;
    padding-left: 0%;
  }

  .grp5 {
    display: inline-flex;
  }

  .text3,
  .text4,
  .text5 {
    color: white;
    font-family: var(--text);
    text-align: justify;
    padding: 8px;
    width: 25vw;
    height: 50vh;
    font-size: 1.7rem;
    border: solid #657a7645;
    border-radius: 10px;
    display: inline-flex;
    background-color: #96A8A5;
    margin-left: 4vw;
    margin-top: 12vh;
  }

  .text3:hover,
  .text4:hover,
  .text5:hover {
    box-shadow: 0px 0px 20px 10px rgba(105, 158, 141, 0.383);
    transition-duration: 0.4s;
  }



  .footerpic {
    width: 100%;
    margin-top: 7vh;
  }

  .name {
    font-family: var(--title);
    color: white;
    font-size: 2rem;
    margin-top: -6vh;
    text-align: center;
  }

  .footerbox {
    font-family: var(--text);
    color: white;
    font-size: 2rem;
  }

  .special {
    font-family: var(--buttons);
    display: inline;
  }

  .location {
    margin-left: 10vw;
    margin-top: 10vh;
  }

  .bh {
    margin-left: 44vw;
    margin-top: -25vh;
  }

  .social {
    margin-left: 80vw;
    margin-top: -17vh;
  }

  .gmail,
  .insta,
  .wa {
    width: 5rem;
    float: left;
    margin-left: 83vw;
  }

  .gmail:hover,
  .insta:hover,
  .wa:hover {

    background-color: #35593c;
    border-radius: 50%;
    padding: 7px;

  }

  .credit {
    margin-top: 14vh;
    text-align: center;
    color: rgba(89, 88, 87, 0.619);
  }

  .cursor {
    z-index: 3;
  }

}