
/* ---------------------------------------- */
/* Notes: */
/*      tag{}               */
/*      .class {}           */
/*      #id {}              */
/* ---------------------------------------- */
/* ---------------------------------------- */
@media (max-width: 660px){
	.adjusted-mobile-margin .panel-row-style {
		margin-left: 20px !important;
	}
}

body{
    font-size: 100%;
    font-family: monospace;
    margin: 0;   
    min-height: 100vh;
    display: flex;
    flex-direction: column; 
    width: 100%; 
    overflow-x: scroll; 
}

/* ---------------------------------------- */
/* --------- navigation bar style --------- */
/* ---------------------------------------- */

header{
    display: flex;
    justify-content: space-between;
    align-items: bottom;
    margin-right: 15px;
}
.logo {
    padding-left:20px;
}
.logo a {
    font-family: monospace;
    font-size: 150%;
    padding: 10px 20px 16px 20px;
    color: #7c8ab4;
    font-weight: bold;
    text-decoration: none;
    transition-duration: 0.3s; 
    align-items: bottom;
}

.logo a:hover{
    color: #414e7f;
}

.main-nav a:hover{
    color: #414e7f;
}

.main-nav a{
    font-size: 130%;
    color: rgb(72, 75, 74);
    text-decoration: none;
    transition-duration: 0.3s; 
    align-items: bottom;
    padding: 5px 25px 16px 20px; 
}
.main-nav li {
    display: inline;
    float: right;
    /* margin: 10px 10px; */
} 


ul {
list-style: none;
}
ul li {
display: inline-block;
position: relative;
}
ul li a {
display: block;
padding: 10px 10px;
color: #FFF;
text-decoration: none;
text-align: bottom;
font-size: 20px;
}

ul li a:hover {
background: #e0aba1;
margin-top: 10px;
}

/* ---------------------------------------- */
/* ------------- intro section ------------ */
/* ---------------------------------------- */
#intro{
    display: flex;
    justify-content: space-between;
    padding: 40px 0px;
    /* padding: 40px 60px; */
    align-items: center;
}

#intro img {
    margin-left: 50px;
}


#intro h1 {
    font-size: 190%;
    color: #585454;
}

#intro h2 {
    font-size: 170%;
    color: #ca7580;
    opacity: 80%;
}

#intro p{
    font-size: 120%;
    font-weight: lighter;
    color: #585454;
    line-height: 150%;
    text-align: left;
} 

#intro a:hover{
    background-color: #4ee2bd;
}

@keyframes slide-up{
    0%{transform: translateY(40px); opacity: 0%;}
    70%{transform: translateY(-5px);}
    100%{transform: translateY(0px); opacity: 100%}

} /* Add animation */

/* ----------------------------------------------- */
/* ------------------ Main - Cards --------------- */
/* ----------------------------------------------- */

#intro-cards{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 50px 20px;
    margin-bottom: 80px;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    /* display: flex; */
    /* flex-wrap: space-around;  */
    /* flex-flow: row wrap;
    justify-content: space-around; */
    /* width: 1000px;
    margin: auto; Inside page in brings it to the center */
    /* gap: 30px 30px; */
}


.card p {
   word-wrap: break-word;
   padding: 10px;
} 
.reina-img{
    border-radius: 20px 20px 0 0;
    position: relative;
    top: 5px;
    left:25px;
    width: 80%;
}
.diana-img{
    position: relative;
    top: 5px;
    left:25px;
    width: 85%;
}
.product-img{
    border-radius: 20px 20px 0 0;
    position: relative;
    top: 10px;
    left:20px;
    width: 85%;
}

.drawing-img{
    border-radius: 20px;
    border: 2px solid #b3a192;
    position: relative;
}

.bepi-img{
    position: absolute;
    top: 0;
    left:30px;
    margin-left: 80px;
    margin-top: 260px;
}

.linklogo-img{
    position: absolute;
    top: 0;
    left:30px;
    margin-left: 50px;
    margin-top: 165px;
}

.aot-img{
    position: absolute;
    top: 70px;
    left:10px;
    margin-left: 20px;
    margin-top: 40px;
}
.space-img{
    position: absolute;
    top: 80px;
    left:10px;
    margin-left: 20px;
    margin-top: 30px;
}

.exo-img{
    position: absolute;
    top: 85px;
    left:0px;
}

.abm-img{
    position: absolute;
    top: 80px;
    left:10px;
    margin-left: 0px;
    margin-top: 30px;
}

.dance-img{
    position: absolute;
    top: 60px;
    left:10px;
    margin-left: 20px;
    margin-top: 30px;
}

.titlecard {
    opacity: 100%;
    position: absolute;
    text-align: center;
    justify-content: center;
    font-size: 23px;
    font-weight: bold;
    color: rgb(44, 43, 43);
    text-shadow: 2px 0px 2px rgb(255, 255, 255);
    margin: 0px 60px;
}

.txttle-top{
    position: absolute;
    margin: 10px 10px 265px 30px;
    font-size: 17px;
    font-weight: bold;
    color: rgb(21, 21, 21);
    text-shadow: 2px 0px 2px rgb(255, 255, 255);
    /* justify-content: top; */
}
.txttle{
    position: absolute;
    margin: 10px 10px 230px 30px;
    font-size: 17px;
    font-weight: bold;
    color: rgb(21, 21, 21);
    text-shadow: 2px 0px 2px rgb(255, 255, 255);
    /* justify-content: top; */
}

.txtbot{
    position: absolute;
    margin: 270px 10px 0px 35px;
    font-size: 13px;
    font-weight: normal;
    color: rgb(40, 39, 39);
    text-shadow: 2px 0px 2px rgb(255, 255, 255);
    /* justify-content: top; */
}

.txtcard {
    opacity: 100%;
    position: absolute;
    margin: 30px 30px;
    font-size: 14px;
    font-weight: normal;
    line-height: 180%;
    color: rgb(40, 39, 39);
    justify-content: center;
    text-shadow: 2px 0px 2px rgb(255, 255, 255);
    /* text-align: center; */
}

.txtcard-bottom {
    opacity: 100%;
    position: absolute;
    margin: 170px 30px 0px 30px;
    font-size: 13px;
    font-weight: normal;
    line-height: 180%;
    color: rgb(40, 39, 39);
    text-shadow: 2px 0px 2px rgb(255, 255, 255);
    /* justify-content: center; */
    /* text-align: center; */
}

.txtcard-bottom-small {
    opacity: 100%;
    position: absolute;
    margin: 185px 10px 0px 10px;
    font-size: 11px;
    font-weight: normal;
    line-height: 180%;
    color: rgb(40, 39, 39);
    text-shadow: 2px 0px 2px rgb(255, 255, 255);
    /* justify-content: center; */
    /* text-align: center; */
}

.figure-caption {
    opacity: 100%;
    position: absolute;
    margin: 130px 30px 0px 30px;
    font-size: 10px;
    font-weight: normal;
    line-height: 180%;
    color: rgb(40, 39, 39);
    text-shadow: 2px 0px 2px rgb(255, 255, 255);
    /* justify-content: center; */
    /* text-align: center; */
}

.figure-caption-abm {
    opacity: 100%;
    position: absolute;
    margin: 90px 30px 0px 10px;
    font-size: 9px;
    font-weight: normal;
    line-height: 180%;
    color: rgb(40, 39, 39);
    text-shadow: 2px 0px 2px rgb(255, 255, 255);
    /* justify-content: center; */
    /* text-align: center; */
}

.tootxtcard {
    opacity: 100%;
    position: absolute;
    margin: 40px 30px 0px 30px;
    font-size: 13px;
    font-weight: normal;
    line-height: 150%;
    color: rgb(40, 39, 39);
    justify-content: center; 
    text-shadow: 2px 0px 2px rgb(255, 255, 255);
    /* text-align: center; */
}

.itemstxtcard {
    opacity: 100%;
    position: absolute;
    margin: 20px 30px 10px 30px;
    font-size: 14px;
    font-weight: normal;
    line-height: 140%;
    color: rgb(40, 39, 39);
    text-shadow: 2px 0px 2px rgb(255, 255, 255);
    /* text-align: center; */
}

.hover-img{
    filter: brightness(0.7);
}

.hover-review{
    opacity: 100%;
    color: rgb(255, 255, 255);
}

/* ---------------------------------------- */
/* -------------- Stack cards -------------- */
/* ---------------------------------------- */
.stack1 {
    width: 360px;
    height: 430px;
    position: relative;
  }
.stack2 {
    width: 360px;
    height: 430px;
    position: relative;
}
.stack3 {
    width: 360px;
    height: 430px;
    position: relative;
}
.stack4 {
    width: 360px;
    height: 430px;
    position: relative;
}
.stack5 {
    width: 360px;
    height: 430px;
    position: relative;
}
.stack6 {
    width: 360px;
    height: 430px;
    position: relative;
}
/* -------------------------------- */
.stcard1 {
    width: 75%;
    min-height: 90%;
    background-color: #ebeae7;
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    display: grid;
    justify-content: center;
    align-items: center;
    border-radius: 2rem;
    font-family: monospace;
    font-size: 1rem;
    color: rgb(86, 83, 83);
    box-shadow: 0 5px 10px 0 #00000040, 0 15px 20px 0#00000020;
    transition: transform 200ms;
}
.stcard2 {
    width: 75%;
    min-height: 90%;
    background-color: #ebeae7;
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    display: grid;
    justify-content: center;
    align-items: center;
    border-radius: 2rem;
    font-family: monospace;
    font-size: 1rem;
    color: rgb(86, 83, 83);
    box-shadow: 0 5px 10px 0 #00000040, 0 15px 20px 0#00000020;
    transition: transform 200ms;
}
.stcard3 {
    width: 75%;
    min-height: 90%;
    background-color: #ebeae7;
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    display: grid;
    justify-content: center;
    align-items: center;
    border-radius: 2rem;
    font-family: monospace;
    font-size: 0.8rem;
    color: rgb(86, 83, 83);
    box-shadow: 0 5px 10px 0 #00000040, 0 15px 20px 0#00000020;
    transition: transform 200ms;
}
.stcard4 {
    width: 75%;
    min-height: 90%;
    background-color: #ebeae7;
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    display: grid;
    justify-content: center;
    align-items: center;
    border-radius: 2rem;
    font-family: monospace;
    font-size: 0.8rem;
    color: rgb(86, 83, 83);
    box-shadow: 0 5px 10px 0 #00000040, 0 15px 20px 0#00000020;
    transition: transform 200ms;
}
.stcard5 {
    width: 75%;
    min-height: 90%;
    background-color: #ebeae7;
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    display: grid;
    justify-content: center;
    align-items: center;
    border-radius: 2rem;
    font-family: monospace;
    font-size: 0.8rem;
    color: rgb(86, 83, 83);
    box-shadow: 0 5px 10px 0 #00000040, 0 15px 20px 0#00000020;
    transition: transform 200ms;
}
.stcard6 {
    width: 75%;
    min-height: 90%;
    background-color: #ebeae7;
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    display: grid;
    justify-content: center;
    align-items: center;
    border-radius: 2rem;
    font-family: monospace;
    font-size: 0.8rem;
    color: rgb(86, 83, 83);
    box-shadow: 0 5px 10px 0 #00000040, 0 15px 20px 0#00000020;
    transition: transform 200ms;
}
/* -------------------------------- */
.stcard1:nth-last-child(n + 4) {
    --y: calc(-50% + -30px);
    transform: translate(-50%, var(--y)) scale(0.9);
    box-shadow: 0 0 1px 1px #00000003;
}
.stcard1:nth-last-child(3) {
    --y: calc(-50% + -15px);
    transform: translate(-50%, var(--y)) scale(0.95);
}
.stcard1:nth-last-child(2) {
    --y: calc(-50%);
    transform: translate(-50%, var(--y)) scale(1);
}
.stcard1:nth-last-child(1) {
    --y: calc(-50% + 15px);
    transform: translate(-50%, var(--y)) scale(1.05);
}

.stcard2:nth-last-child(n + 4) {
    --y: calc(-50% + -30px);
    transform: translate(-50%, var(--y)) scale(0.9);
    box-shadow: 0 0 1px 1px #00000003;
}
.stcard2:nth-last-child(3) {
    --y: calc(-50% + -15px);
    transform: translate(-50%, var(--y)) scale(0.95);
}
.stcard2:nth-last-child(2) {
    --y: calc(-50%);
    transform: translate(-50%, var(--y)) scale(1);
}
.stcard2:nth-last-child(1) {
    --y: calc(-50% + 15px);
    transform: translate(-50%, var(--y)) scale(1.05);
}

.stcard3:nth-last-child(n + 4) {
    --y: calc(-50% + -30px);
    transform: translate(-50%, var(--y)) scale(0.9);
    box-shadow: 0 0 1px 1px #00000003;
}
.stcard3:nth-last-child(3) {
    --y: calc(-50% + -15px);
    transform: translate(-50%, var(--y)) scale(0.95);
}
.stcard3:nth-last-child(2) {
    --y: calc(-50%);
    transform: translate(-50%, var(--y)) scale(1);
}
.stcard3:nth-last-child(1) {
    --y: calc(-50% + 15px);
    transform: translate(-50%, var(--y)) scale(1.05);
}

.stcard4:nth-last-child(n + 4) {
    --y: calc(-50% + -30px);
    transform: translate(-50%, var(--y)) scale(0.9);
    box-shadow: 0 0 1px 1px #00000003;
}
.stcard4:nth-last-child(3) {
    --y: calc(-50% + -15px);
    transform: translate(-50%, var(--y)) scale(0.95);
}
.stcard4:nth-last-child(2) {
    --y: calc(-50%);
    transform: translate(-50%, var(--y)) scale(1);
}
.stcard4:nth-last-child(1) {
    --y: calc(-50% + 15px);
    transform: translate(-50%, var(--y)) scale(1.05);
}

.stcard5:nth-last-child(n + 4) {
    --y: calc(-50% + -30px);
    transform: translate(-50%, var(--y)) scale(0.9);
    box-shadow: 0 0 1px 1px #00000003;
}
.stcard5:nth-last-child(3) {
    --y: calc(-50% + -15px);
    transform: translate(-50%, var(--y)) scale(0.95);
}
.stcard5:nth-last-child(2) {
    --y: calc(-50%);
    transform: translate(-50%, var(--y)) scale(1);
}
.stcard5:nth-last-child(1) {
    --y: calc(-50% + 15px);
    transform: translate(-50%, var(--y)) scale(1.05);
}

.stcard6:nth-last-child(n + 4) {
    --y: calc(-50% + -30px);
    transform: translate(-50%, var(--y)) scale(0.9);
    box-shadow: 0 0 1px 1px #00000003;
}
.stcard6:nth-last-child(3) {
    --y: calc(-50% + -15px);
    transform: translate(-50%, var(--y)) scale(0.95);
}
.stcard6:nth-last-child(2) {
    --y: calc(-50%);
    transform: translate(-50%, var(--y)) scale(1);
}
.stcard6:nth-last-child(1) {
    --y: calc(-50% + 15px);
    transform: translate(-50%, var(--y)) scale(1.05);
}

/* -------------------------------- */

  
  @keyframes swap {
    50% {
      transform: translate(-50%, calc(var(--y) - 250px)) scale(0.85) rotate(-5deg);
      animation-timing-function: ease-in;
    }
    100% {
      transform: translate(-50%, calc(var(--y) - 15px)) scale(0.85);
      z-index: -1;
    }
  }
/* ---------------------------------------- */
/* ------------- Contact Form ------------- */
/* ---------------------------------------- */
#close-popup {
    position: absolute;
    background-color: transparent;
    border-color: #000000;
    border-width: 0.2cap;
    font-family: monospace;
    font-size: 100%;
    color:  rgb(72, 75, 74);
    text-decoration: none;
    transition-duration: 0.3s; 
    margin-left: 125px;
    padding: 10px 25px 16px 20px; 
}

.form-row {
    margin-bottom: 10px;
}

.form-input {
    display: block;
}

.form-error {
    color: red;
}
#show-popup {
    background-color: transparent;
    font-family: monospace;
    font-size: 110%;
    color:  rgb(72, 75, 74);
    text-decoration: none;
    transition-duration: 0.3s; 
    align-items: top;
    padding: 0px; 
    border-color: transparent;
    cursor: hand;
}

#show-popup button:hover{
    color: #a9d0f9ff;
}

#submitbutton {
    background-color: transparent;
    border-color: #000000;
    border-width: 0.2cap;
    font-family: monospace;
    font-size: 100%;
    color:  rgb(72, 75, 74);
    text-decoration: none;
    transition-duration: 0.3s; 
    align-items: bottom;
    padding: 10px 25px 16px 20px; 
}
#popup-form-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #7c8ab47c;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

#popup-form-container form {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 5px;
    width: 80%;
    max-width: 500px;
    margin: 30px auto;
}

/* ---------------------------------------- */
/* ---------------- Footer ---------------- */
/* ---------------------------------------- */

#footer {
    align-items: center;
    width: 100%;
    height: 60px;   /* Height of the footer */
    text-align: center;
    color: #7c8ab4;
    background: rgb(255, 255, 255);
    border-top: 2px solid #7c8ab4;
    padding: 10px 0px;
 }
#footer a {
    color: #7c8ab4;
    text-decoration: none;
}