@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&family=Gabriela&family=Sacramento&display=swap');

@media (prefers-reduced-motion: no-preference) {
  * { 
scroll-behavior:smooth;  
  }
}


body{
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center;
  background-image: url(https://i.ibb.co/V244Rt3/Untitled-Artwork-1.jpg);
  margin: auto;
  
}
  
#logo-title {
  font-size: 4.5em;
  margin: 5px;
}


#nav-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 900px;
  margin:auto;
}


/* edit section */


#right-nav-wrapper {
  display:flex;
  align-items: center;
  height: 180px;
}

.nav-link {
  width:120px;
  height:55px;
  cursor:pointer;
  background:#f7d1ff;
  transition: 200ms;
  display: flex;
  justify-content:center;
  align-items:center;
  border-radius: 40px;
  margin: 10px;
  }
  
  .nav-link span {
  position:absolute;
  font-family: 'Sacramento', cursive;
  font-size:1.3em;
  font-weight:bold;
  color:#18182e;
  transition:500ms;
  }
  
  .nav-link::before, .nav-link::after {
    content:'';
    position: absolute;
    width:110px;
    height:45px;
    border-radius:40px;
  }
  /* middle */
  .nav-link::before{
    border: 4.8px solid #8052eb;
    transition: 200ms;
    z-index: -1;
  }
  /* outside */
  .nav-link::after{
    border: 4px solid #3a1f7a;
    transition:200ms;
    z-index:-1;
  }
  
  .nav-link:hover span{
    letter-spacing: 1.8px;
    font-size: 1.2em;
  }
  
  .nav-link:hover::before{
    width:120px;
    height:54px;
    z-index:1;
  }
  
 .nav-link:hover::after{
    width: 127px;
    height:62px;
    z-index:1;
  }
  
  .nav-link:focus{
    outline:none;
  }


/* about us section */

#about-us {
  margin: 10px auto 10px auto;
  background-color: #0b0418;
  border-radius: 50px;
  padding:25px 20px 35px 20px;
  max-width: 800px;
}

#about-us h1 {
  text-align: center;
  padding:0;
  margin:0;
}

#about-us p {
  text-align: center;
  padding:8px 30px 0px 30px;
}

#about-us hr {
width: 98%;
border-color: #f7d1ff;
border-radius: 50%;
margin-top:0;
}

/* featured section */
/* largest container */
#featured {
  min-height: 800px;
 position:relative;
 margin: auto;
 max-width: 900px;
}

#featured p {
 font-size: 1em;
 display: block;
}

#featureh1 {
  margin: auto;
  position:absolute;
  top: 142px;
  left: 170px;
  font-size: 3.4em;
}

#time-turner {
  color:#f4e161;
  font-family: 'Gabriela', serif;
  position: absolute;
  top: 145px;
  left: 550px;
}

#p-container {
  position:absolute;
  width:342px;
  top: 222px;
  left: 470px;
  text-align: center;
  display: block;
}

#p-container2 {
  position:absolute;
  text-align: center;
  top:345px;
  left: 145px;
  width: 620px;
  display: block;
}

#p-container hr {
  width: 100%;
border-color: #f7d1ff;
border-radius: 50%;
margin: 0 0 15px 0;
}

#timeturner {
  rotate: -32deg;
  position: absolute;
  top: 137px;
  left: -135px;
  width: 340px;
}

#arrow {
  width:185px;
  position: absolute;
  top:710px;
  left: 95px;
}

#watchme {
  position:absolute;
  bottom: 5px;
  left: 77px;
  font-size: 1.8em;
}
/* add a time turner png off on the side if possible */

/* second largest container, or text container includes h3, img, all p */

  #shape {
    position:absolute;
    width:900px;
    z-index:-1;
    top: 40px;
  }

  #video-container {
    display: flex;
    position: absolute;
    bottom:-10px;
    left: 333px;
  }

h1{
  color:#f7d1ff;
  font-family: 'Sacramento', cursive;
  font-size: 2.7em;
}

p, pre {
  color:#f7d1ff;  
  font-family: 'Gabriela', serif;
  font-size: 100%;
}



h3 {
/* FONT CHANGE??   */
font-family: 'Sacramento', cursive;
 color:#f7d1ff;
  font-size:1.7em;
}


/* end of featured */
/* shop section */

#shop-div {
  display: flex;
  justify-content: space-evenly;
  position:relative;
  top:150px;
  max-width: 800px;
  margin:auto;
}

.shop-item {
min-width: 250px;
border-radius: 40px;
background-color:#0b0418;
padding: 0 15px 33px 15px;
text-align:center;
margin: 20px;
}

#shop-div hr {
width: 90%;
border-color: #f7d1ff;
border-radius: 50%;
}

.shop-item h3 {
  
  margin-bottom: 10px;
}

.shop-item p {
  min-height: 150px;
  padding: 0 23px 0 23px;
}

/* pic of items */
.items {
  width:200px;
  border-radius:40px;
}

button {
width:120px;
height:55px;
cursor:pointer;
border: 0px solid;
background:#170c3a;
transition: 200ms;
display: flex;
justify-content:center;
align-items:center;
margin:28px auto auto auto;
border-radius: 40px;

}

button span {
position:absolute;
font-family: 'Sacramento', cursive;
font-size:20px;
color:#f7d1ff;
transition:500ms;
}

button::before, button::after {
  content:'';
  position: absolute;
  width:110px;
  height:45px;
  border-radius:40px;
}
/* middle */
button::before{
  border: 4.8px solid #8052eb;
  transition: 200ms;
  z-index: -1;
}
/* outside */
button::after{
  border: 4px solid #a47ffa;
  transition:200ms;
  z-index:-1;
}
/* inside */
button:hover{
  border: 4.5px solid #3a1f7a;
}

button:hover span{
  letter-spacing: 2px;
  font-size: 15px;
}

button:hover::before{
  width:120px;
  height:54px;
  z-index:1;
}

button:hover::after{
  width: 127px;
  height:62px;
  z-index:1;
}

button:focus{
  outline:none;
}

/* shop section end */

.custom-shape-divider-bottom-1681662015 {
    position:relative;
    bottom: 0px;
    left:0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    z-index:3;
}

.custom-shape-divider-bottom-1681662015 svg {
    position:relative;
    display: block;
    width: calc(149% + 1.3px);
    height: 147px;
}

.custom-shape-divider-bottom-1681662015 .shape-fill {
    fill: #070310;
}

#disclaimer {
  font-size:0.7em;
  text-align: center;
  min-width:700px;
  padding: 0 20px 10px 20px;
}

#form-container {
  background:#070310;
  padding:0;
}

#page-bot {
  margin-top: 250px;
  min-width:800px;
}

footer {
  background-color:#070310;
  position:absolute; 
  right: 0;
  left: 0;
}

#submitspan {
  font-size:20px;
  color:#f7d1ff;
  z-index: 1;
  display:flex;
  justify-content:center;
  font-family: 'Gabriela', serif;

  
}

form {
  display:flex;
  justify-content:center;
  padding: 20px 0 20px 0;
  margin-bottom: 0;
}

#email {
  padding: 10px;
  margin-right: 25px;
  border-radius: 40px;
}

#submit {
  border-radius: 40px;
  font-family: 'Sacramento', cursive;
  font-size:20px;
  color:#18182e;
  padding:10px;
  cursor:pointer;
  width:100px;
}

#left-footer p {
  font-size: 0.8em;
  padding-top:10px;
}

a {
text-decoration: none;
}


#icon-container {
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:10px; 
}


i {
  padding:3px;
}



@media screen and (max-width:800px) {

  #logo-title {
    font-size: 4em;
    text-align: center;
    margin: 6px;
  }
  
  #nav-bar {
    display: block;
    
  }
  
  #right-nav-wrapper {
    display:block;
    align-items: center;
    height: 180px;
    margin-bottom: 20px;
  }

  .nav-link {
    display: flex;
    justify-content:center;
    align-items:center;
    margin: 10px auto;
    border-radius: 40px;
    } 
  
  #about-us {
    margin: 10px;
    padding: 3px 3px 9px 3px;
  }

  #about-us hr {
    width: 80%;
  }


 #shape {
  display:none;
 }
 #featured {
 display: block;
 margin:10px;
 margin-top:20px;
 border: solid;
 background: #0b0418;
 border-radius: 50px;
 min-height: auto;
}
 #featureh1 {
 position: static;
 text-align: center;
 margin: 0 auto 0 auto;
 padding-top: 10px;
 font-size: 43.2px;
}

#time-turner {
  position:static;
  text-align: center;
  margin:0;
}

#p-container {
  position:static;
  text-align: center;
  margin: 0 auto 0 auto;
  width: auto;
  padding:8px 30px 0px 30px;
}

#p-container2 {
  position:static;
  text-align: center;
  margin: 0 auto 0 auto;
  width: auto;
  padding:8px 30px 0px 30px;
}

#p-container hr {
  width: 100%;
border-color: #f7d1ff;
border-radius: 50%;
margin: 10px 0 25px 0;
}

#video-container {
  position: static; 
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px auto;
  width: 230px;
  background-color: black;
  height:170px;
  border-radius: 40px;
}

#video {
  width: 200px;
  height: 150px;
}

#timeturner {
  display:none;
}
#arrow {
  display:none;
}
#watchme {
 display:none;
} 

#shop-div {
  display: flex;
  flex-wrap: wrap;
  position:static;
  margin-bottom: 10px;
}

.shop-item {
  padding: 0 8px 25px 8px;
  text-align:center;
  margin: 10px;
  }

  .shop-item p {
    min-height: auto;
    padding: 0 15px 0 15px;
  }

  button {
    margin-top: 20px;
  }

  p {
    font-size:80%;
  }

/* ---- */

.custom-shape-divider-bottom-1681662015 svg {
 vertical-align: bottom;
}

#disclaimer {
  font-size:0.2em;
  text-align: center;
  min-width:auto;
  padding: 10px;
}

#page-bot {
  margin-top: 0;
  min-width: auto;
}

#submitspan {
  font-size:.7em;
  margin: 0 auto 0 auto;
  text-align: center;
  width:auto;
}

#submit {
  border-radius: 40px;
  font-size:20px;
  background-color: white;

}

form {
  display:flex;
  flex-wrap: wrap;
  padding: 20px 10px 20px 10px;
}

#email {
margin: 10px;
}

#left-footer p {
  font-size: 0.6em;
  padding-bottom:6px;
}

#icon-container {
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


i {
  padding:3px;
}



}

