@import url('https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&family=Geist+Mono:wght@100..900&display=swap');
html {
  font-family: "Funnel Display", serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Geist Mono';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/geistmono/v3/or3nQ6H-1_WfwkMZI_qYFrcdmg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
#unique{
  background-color: #064f04;
  color: white; 
  display: flex;
  align-items: center;
  padding: 3px; 
  top: 3px;
  box-sizing: border-box;
  margin: -10px;
  position: fixed;
  width: 100vw;
  height: 75px;
  border-bottom: 4px solid #042903;
  z-index: 2;
}
.disneyl {
    font-size: 10px;
}
.ist {
  color:white;
  text-decoration: none;
  padding: 10px;
  border-radius: 6px;
  transition: 0.5s;
  transition-delay: 0.1s;
}
.ist:hover {
  background-color:#042903;
  color: #efefef;
}
#hold {
  display: flex;
  flex-direction: row;
  color: #efefef;
  text-decoration: none;
  font-size: 20px;
  justify-content: flex-end;
  width: 100%;
  list-style: none;
}
ul {
  text-decoration: none;
  display: inline-block;
  list-style: none;
  padding: 0 1rem;
  min-width: 5rem;
  text-align: center;
}
ul:not(:last-child){
  border-right: 3px solid #064f04;
}
#hover span {
  color: #efefef;
  padding-left: 5px;
  padding-right: 5px;
}
#mainh {
  font-size: 25px;
  width: 50%;
}
.logo {
  margin: 8px;
  height: 40px;
  border-radius: 99px;
  border: 2px solid grey;
}
html {
  cursor: default;
}
.minion {
  background-color: #efefef; 
  color: #efefef; 
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: -10px; 
  padding: 30px; 
  font-size: 20px;
  font-weight: 700;
  padding-top: 120px;
  padding-right: 0;
}
#uhh {
  width: 500px;
  height: 300px;
  border-radius: 20px;
  filter :drop-shadow(2.5px 2.5px 10px grey);
}
.inter {
  background-color: green;
}
#help {
  text-align: center;
  width: 300px;
  margin: 15px;
}
#tton {
  border: 7px solid #03adfc;
  background-color: #03adfc;
  border-radius: 20px;
  padding: 10px;
  text-decoration: none;
  color: black;
  margin: 5px; 
  transition: 0.5s;
  transition-delay: 0.1s;
}
#tton:hover {
  border: 7px solid #6dcefa;
  background-color: #6dcefa;
  color: black;
  cursor: pointer;
  text-decoration:none;
  
}
.helpa {
  padding: 15px;
}
#helps {
  color: green;
}
#d {
  background-color: #023b00;
  margin: -20px;
  text-align: center;
  color: #efefef;
  padding: 20px; 
  font-size: 20px;
  font-weight: 700;
  display: flex; 
  flex-direction: column;
  align-items: center;
}
.ones, .twos {
  background-color: #efefef;
  padding: 20px;
  display: flex;
  margin: 20px;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  margin-bottom: 30px;
  width: 70%;
  transition: transform 0.5s ease;
  position: relative;
  z-index: 1; 
  transition-delay: 0.1s;
  overflow: hidden;
  position: relative;
  color:#0a4108;
}
.ones:hover, .twos:hover {
  transform: scale(1.1);
}

.twos {
  flex-direction: row-reverse;
}
.inte { 
  height: 250px;
  width: 350px;
  box-shadow: 2.5px 2.5px 10px grey;
  object-fit: cover;
  transition: opacity 0.3s ease;
  opacity: 0.85;
}
.ones:hover .inte, .twos:hover .inte {
  opacity: 1;
}
.little {
  width: 500px;
  color:#0a4108;
}
html{
  cursor: default;
}
.max {
  width: 100%;
  display: flex;
  margin: -10px;
}
.unusual {
  width: 70%;
  height: 500px;
  border-radius: 30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  filter: drop-shadow(2.5px 2.5px 10px #dedede);
  margin-bottom: 50px;
}

.hhhh {
  border-bottom: 5px dotted; 
}
#surey {
  color: #0a4108;
}
footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #064f04;
  color: white;
  width: 100vw;
  margin: -10px;
  padding: 20px 10px;
  box-sizing: border-box;
  border-top: 4px solid #064304;
  position: relative;
}
.cmon {
  width: 50px;
  height: 50px;
  transition: translate 0.75s ease;
  transition-delay: 0.1s;
  display: block;
  border-radius: 999px;
  background-color: white;
}
.huh .please {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.cmon:hover {
  translate: 0px -10px;
}
.huh {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: fit-content;
  margin-bottom: 0 auto 30px auto;
  gap: 20px;
}
footer img#wyze {
  display: block;
  margin: 10px auto 0 auto; /* top 10px, horizontal auto */
  height: 150px;
  width: 150px;
  border-radius: 100px;
  filter: drop-shadow(2.5px 2.5px 10px #dedede);
}
footer p {
  margin: 10px 0 0 0;
  position: relative;
  text-align: center;
}
.huh a {
  width: 50px;
}
html {
  cursor: default;
  background-color: #faf9f69e;
}
.very {
  background-color: #023b00;
  padding: 10px;
  margin: 10px;
  flex: 1;
  color: #efefef;
  border-radius: 30px;
  width: 100%;
  margin-bottom: 30px;
}
.main {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: flex-end;
  padding: 10px;
  float: right;
  width: 30%;
}
.very h2 {
  text-align: center;
}
.rouned {
  width: 150px;
  height: 150px;
  border-radius: 75px;
  border: 2px solid grey;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
article {
  background-color: #023b00;
  color: #efefef;
  border-radius: 30px;
  padding: 20px;
  margin: 20px;
  width: 55%;
  width: 80%;
}
.amam {
  display:flex; 
  flex-direction: column;
  width: 60%; 
  margin: 20px;
}

.worrkk {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding-top: 120px;
}
article {
  width: 90%;
}
.minion > * {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 1.5s ease, transform 1.5s ease;
}

.minion-animate > * {
  opacity: 0;
  transform: translateX(-40px);
}
.deca {
  width: 400px;
  height: 250px;
  margin-top: 10px;
  border-radius: 30px;
  border: 2px solid grey;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.fh {
  text-align: center;
}
.wi {
  font-family: "Nabla", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "EDPT" 100,
    "EHLT" 12;
    text-align: center;
    font-size: 60px;
}
.wait {
  padding-bottom: 45px;
}
.first, .wait, .very {
  transition: translate 0.75s ease;
  transition-delay: 0.1s;
}
.first:hover, .wait:hover, .very:hover {
  translate: 0px -15px;
}
.spylike {
  display: none;
}
.buddha, .buddha span {
  display: none;
}
@media only screen and (max-width: 600px) {
  .buddha, .buddha span {
    display: block;
  }
  .buddha {
    height: 50px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .buddha span {
    font-size: 10px;
  }
  .spylike {
    display: inline;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    border-radius: 99px;
    margin: 0;
  }
  .spylike:not(.weird){
    padding: 2px;
  }
  ul:not(:last-child){
  border-right: none;
  margin-right: 0;
  }
  #mainh {
    display:none;
  }
  #hold {
    width: 90vw;
    font-size:10px;
    flex-wrap: nowrap;
  }
  #unique {
    width: 100vw;
    max-width: 100%;
    display: flex;
    justify-content: space-around;
    padding: 7px;
    align-items: center;
    padding-top: 10px;
  }
  html {
    width: 100vw;
    max-width: 100%;
  }
  .ist {
    padding: 4px;
  }
  .minion {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100vw;
    margin-right: 0;
    box-sizing: border-box;
  }
  #uhh {
    aspect-ratio: 2 / 1;
    width: 90%;
  }
  #help {
    width: 100%;
  }
  .helpa {
    font-size: 25px;
  }
  .ones, .twos {
    display: flex;
    flex-direction: column;
    font-size: 17px;
    transition-property: none;
    transform: scale(1);
    border-radius: 0;
    box-sizing: border-box;
    padding: 6px;
    width: 95%;
    padding-top: 20px;
    color: #023b00;
    border-radius: 10%;
    
  }
  #surey {
    width: 95vw;
    max-width: 95%;
    margin-left: 0;
  }
  .ist {
    width: 10%;
    aspect-ratio: 5 / 3;
    margin:0;
    box-sizing: border-box;
  }
  .little {
    width: 100%;
  }
  .pine {
    font-size: 20px;
    margin: 0 auto; 
    width: 40px;
    height: 40px;
    display: none;
  }
  .hhhh {
    font-size: 25px;
  }
  .ones:hover, .twos:hover {
  transform: scale(1);
}
.unusual {
    width: 90vw;
  }
  .huh {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #hold, #mylinks, .ist {
    display: none;
  }
  .inte {
    aspect-ratio: 7 / 6;
    width: 90%;
    margin: 5px;
    margin-top: 0;
    color:#0a4108;
  }
  .b {
    width: 80%;
  }
  #b {
    color:#0a4108;
  }
} 