@import url(https://fonts.googleapis.com/css?family=Lato:700);


body{
    padding: 0;
    color: rgb(255, 255, 255);
    background-color: #ab00fa;
    min-height: 100vh;
    font: 700 18px/1 'Lato', sans-serif;
    margin: 0;
    /* font-family: Georgia, 'Times New Roman', Times, serif; */
}

body::-webkit-scrollbar {
    display: none;
}

.images{
    display: flex;
}

.images img {
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.405));
    margin: 5px;;
}

form{
    border-radius: 5px;
    border-color: black;
    border-style: solid;
    border-width: 1px;
    border-bottom-width: 3px;
    border-right-width: 3px;
}

input{
    border-style: solid;
    border-color: black;
    border-radius: 3px;
    padding: 5px;
    margin: 10px;
    border-width: 0.5px;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 2px;
    border-bottom-width: 2px;

}


nav{
    display: flex;
    flex-direction: row-reverse;
    gap: 2rem;
    position: absolute;
    top: 0;
    width: 100%;
    height: 2rem;
    align-items: center;
}


nav a {
    color: white;
    position: relative;
    text-decoration: none
}

a {
    color: #e0da26;
    text-decoration: none
}

a button {
    font-size: larger;
    background-color: #5f9ea0;
    border-radius: 10px;
    border: none;
    border-bottom: solid 1px black;
    padding: 5px 15px;
    margin: 0 5px;
}
a button:focus {
    font-size: larger;
    background-color: rgb(132, 158, 180);
    border-radius: 10px;
    border: none;
    border-bottom: solid 1px black;
}
a button:hover {
    font-size: larger;
    background-color: rgb(87, 145, 146);
    border-radius: 15px;
    border: none;
    border-top: solid 1px rgb(176, 176, 176);
}

img{
    margin-bottom: 50px;
}

.media-upload{
    display: flex; 
    background-color: rgba(255, 132, 132, 0.678);
    height: 30rem;
    width: 40rem;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 14px;
}


.image-upload{
    display: flex;
    padding: 10px;
}


.image-box{
    margin: 10px;
}

.main-card{
    display: flex;
    align-items: center;
    justify-content: center;
    
    background: rgb(224,218,38);
    background: -moz-linear-gradient(90deg, rgba(224,218,38,1) 0%, rgba(162,38,224,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(224,218,38,1) 0%, rgba(162,38,224,1) 100%);
    background: linear-gradient(90deg, rgba(224,218,38,1) 0%, rgba(162,38,224,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e0da26",endColorstr="#a226e0",GradientType=1);
    height: 100vh;
    padding: 0;
    margin: 0;
    
}

#slide0 {
    display: flex
}

.q-card{
    background-color: rgba(255, 132, 132, 0.678);
    height: 30rem;
    width: 20rem;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 14px;
}












/* slide styles   */

.hide-main-card{
    display: none;
}

.slide-main-card{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    background: rgb(224,218,38);
    background: -moz-linear-gradient(90deg, rgba(224,218,38,1) 0%, rgb(162, 38, 224) 100%);
    background: -webkit-linear-gradient(90deg, rgba(224,218,38,1) 0%, rgba(162,38,224,1) 100%);
    background: linear-gradient(90deg, rgba(224,218,38,1) 0%, rgba(162,38,224,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e0da26",endColorstr="#a226e0",GradientType=1);
    height: 0vh;
    width: 100%;
    /* border: solid 3px white; */
    padding: 0px;
    margin: 0;
    transition: height 1.5s cubic-bezier(0.05, 1.02, 0.42, 1.37);
}

.slide-main-card p, .slide-main-card h3 {
    font-size: large;
    width: 20rem;
    text-align: justify;
    line-height: 1.5rem;
}


.show-next-page {
    display: flex;
    height: 100vh;
}

.slide-card{
    background-color: rgb(162, 38, 224, 100%);
    height: 0rem;
    width: 20rem;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* padding: 14px; */
}

.slide-picture-box {
    /* margin-top: 100px; */
    /* height: 0rem; */
    /* width: 50rem; */
    max-width: 100%;
    max-height: 0;
    border-radius: 5px;
    display: inline-block;
    /* align-items: center; */
    /* justify-content: center; */
    /* flex-direction: column; */
    padding: 10px;
    padding-top: 0;
    overflow: hidden;
    transition: max-height 1.5s ease;
}

.show-card {
    max-height: 100%;
    padding-bottom: 5px;
    height: 25rem;
}
.slide-picture-box img {
    width: 100%;
    height: 100%;
    position: relative;
    top:0;
    margin: 10px;
}





/* CORNER STYLE RIBBONS  */






/* body {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f0f0f0;
} */
.box {
  position: relative;
  top: 2rem;
  left: 2.5rem;
  max-width: 100%;
  width: 95%;
  height: 95vh;
  background: #ffffff00;
  box-shadow: 0 0 15px rgba(0,0,0,.1);
}

/* common */
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #2980b9;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: #3498db;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 700 18px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}

/* top left*/
.ribbon-top-left {
  top: -10px;
  left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
  top: -10px;
  right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}




/* HEART ENVELOP

  #card {
    width: 0; 
    height: 0; 
    border-top: 100px solid #e8f4f8;
    border-right: 170px solid #c1e1ec;
    border-bottom: 100px solid #d4ebf2;
    border-left: 170px solid #c1e1ec;
    box-shadow: 10px 10px 5px #5a0b75;
  }
  
  .heart {
    width: 32px; 
    height: 32px; 
    background-color: #ff1414;
    transform: translate(-50%, -50%) rotate(45deg);
    animation: heartbeat 1.4s infinite; 
  }
  
  .heart:before {
    content: ""; 
    position: absolute; 
    top: 0; 
    bottom: 0; 
    width: 100%; 
    height: 100%; 
    background-color: #ff1414; 
    transform: translateY(-50%);
    border-radius: 50%;
  }
  
  .heart:after {
    content: ""; 
    position: absolute; 
    top: 0; 
    bottom: 0; 
    width: 100%; 
    height: 100%; 
    background-color: #ff1414; 
    transform: translateX(-50%);
    border-radius: 50%; 
  }
  
  @keyframes heartbeat {
    0% { transform: translate(-50%, -50%) rotate(45deg) scale(1); }
    25% { transform: translate(-50%, -50%) rotate(45deg) scale(1); }
    30% { transform: translate(-50%, -50%) rotate(45deg) scale(1.4); }
    50% { transform: translate(-50%, -50%) rotate(45deg) scale(1.2); }
    70% { transform: translate(-50%, -50%) rotate(45deg) scale(1.4); }
    100% { transform: translate(-50%, -50%) rotate(45deg) scale(1); }
  }
  
  .heart1 {
    width: 32px; 
    height: 32px; 
    background-color: #ff1414;
    transform: translate(-50%, -160%) rotate(45deg); 
  }
  
  .heart1:before {
    content: ""; 
    position: absolute; 
    top: 0; 
    bottom: 0; 
    width: 100%; 
    height: 100%; 
    background-color: #ff1414; 
    transform: translateY(-50%);
    border-radius: 50%;
  }
  
  .heart1:after {
    content: ""; 
    position: absolute; 
    top: 0; 
    bottom: 0; 
    width: 100%; 
    height: 100%; 
    background-color: #ff1414; 
    transform: translateX(-50%);
    border-radius: 50%; 
  }
  
  
  .heart1 {
    animation: heart1 2.5s ease-out 1s infinite; }
  
  @keyframes heart1 {
    0% {transform: translateY(-200%) translateX(0) scale(0.25) rotate(45deg); opacity: 1;}
   
  100% {transform: translateY(-400%) translateX(0) scale(1) rotate(50deg); opacity: 0;}
  }
  
  .heart2 {
    width: 32px; 
    height: 32px; 
    background-color: #ff1414;
    transform: translate(-50%, -250%) rotate(45deg); 
  }
  
  .heart2:before {
    content: ""; 
    position: absolute; 
    top: 0; 
    bottom: 0; 
    width: 100%; 
    height: 100%; 
    background-color: #ff1414; 
    transform: translateY(-50%);
    border-radius: 50%;
  }
  
  .heart2:after {
    content: ""; 
    position: absolute; 
    top: 0; 
    bottom: 0; 
    width: 100%; 
    height: 100%; 
    background-color: #ff1414; 
    transform: translateX(-50%);
    border-radius: 50%; 
  }
  
  .heart2 {
    animation: heart2 4s ease-out 1s infinite; }
  
  @keyframes heart2 {
    0% {transform: translateY(-300%) translateX(-100%) scale(0.25) rotate(-20deg); opacity: 0.2;}
   
  100% {transform: translateY(-500%) translateX(-10%) scale(1) rotate(45deg); opacity: 0;}
  }
  
  .heart3 {
    width: 32px; 
    height: 32px; 
    background-color: #ff1414;
    transform: translate(-50%, -350%) rotate(45deg); 
  }
  
  .heart3:before {
    content: ""; 
    position: absolute; 
    top: 0; 
    bottom: 0; 
    width: 100%; 
    height: 100%; 
    background-color: #ff1414; 
    transform: translateY(-50%);
    border-radius: 50%;
  }
  
  .heart3:after {
    content: ""; 
    position: absolute; 
    top: 0; 
    bottom: 0; 
    width: 100%; 
    height: 100%; 
    background-color: #ff1414; 
    transform: translateX(-50%);
    border-radius: 50%; 
  }
  
  .heart3 {
    animation: heart3 2s ease-out 1s infinite; }
  
  @keyframes heart3 {
    0% {transform: translateY(-430%) translateX(-100%) scale(0.25) rotate(20deg); opacity: 0.2;}
   
  100% {transform: translateY(-650%) translateX(-10%) scale(1) rotate(60deg); opacity: 0;}
  }
  
  .heart4 {
    width: 32px; 
    height: 32px; 
    background-color: #ff1414;
    transform: translate(-50%, -450%) rotate(45deg); 
  }
  
  .heart4:before {
    content: ""; 
    position: absolute; 
    top: 0; 
    bottom: 0; 
    width: 100%; 
    height: 100%; 
    background-color: #ff1414; 
    transform: translateY(-50%);
    border-radius: 50%;
  }
  
  .heart4:after {
    content: ""; 
    position: absolute; 
    top: 0; 
    bottom: 0; 
    width: 100%; 
    height: 100%; 
    background-color: #ff1414; 
    transform: translateX(-50%);
    border-radius: 50%; 
  }
  
  
  .heart4 {
    animation: heart4 2.3s ease-out 1s infinite; }
  
  @keyframes heart4 {
    0% {transform: translateY(-450%) translateX(-100%) scale(0.25) rotate(45deg); opacity: 0.2;}
   
  100% {transform: translateY(-750%) translateX(-10%) scale(1) rotate(80deg); opacity: 0;}
  } */