@import "main.css";

/* big slide layout */
.val-slide2-add {
 height: 100%;
}

.val-slide3 {
    height: 100%;
    width: 300vw;
    background-color: var(--main-color);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.val-slide4 {
    height: 100%;
    width: 270vw;
    background-color: white;
    display: flex;
    color: black;
    justify-content: center;
    align-items: center;
}

/* slide 1 */

/* intro slide*/
.val-bk-dark-add{
    width: 25%;
}

.val-slant-bottle-wrap {
    width:20%;
    height:100%;
    align-items: end;
    display: flex;
    padding-top: 15vh;

}

.val-slant-bottle {
    height: auto;
    width: 62vh;
    margin-left: -3vw;
}

.val-mid-body-add {
    width: 90%;
    margin-right: 10%;
}

.val-img-set-add {
    width: 25%;
}

.val-head-add {
    display: flex;
    align-items: center;
    
}

.val-mid-txt-add {
    width: 30%;
    margin-left: 8vw;
}

.val-txt-wrap {
    width: 35vw;
    height: 60%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-left: 5vw;
    margin-right: 5vw;
}

.val-txt-head {
    font-size: 4em;
    padding-bottom: 20px;
}

.val-txt-body {
    font-size: 1.2em;
    width: 100%;
    text-align: justify;
    font-weight: 300;
    line-height: 2ch;
}

.val-acc {
    color: var(--accent-color);
}

.val-img-set-wrap {
    width: 50vw;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.val-img-set {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}

.val-img-set-fig {
    height:40vh;
    width: auto;
    transition: 0.7s ease-out;
    padding: 5px;
}

.val-img-set-fig:hover {
    opacity: 0.7;
}

.val-img-set-bottom {
    width: 95%;
    padding-top: 10px;
    height: 5%;
    text-align: center;
    font-weight: 200;
    font-size: 1.1em;
    font-family: josephine_it;
}

.val-white-sqimg-wrap {
    height: 70%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-left: 3vw;
    margin-right: 3vw;
}

.val-white-nonsq-wrap {
    height: 80%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-left: 3vw;
    margin-right: 3vw;
}

.val-white-sqimg {
    height: 95%;
    margin: 5px;
    transition:0.7s ease-out;
}

.val-white-sqimg:hover {
    height: 98%;
}

.val-white-nonsqimg {
    height: 95%;
    transition:0.7s ease-out;
    margin: 5px;
}

.val-white-nonsqimg:hover {
    height: 98%;
}

@media (max-width: 600px) and (orientation: portrait) {

    .val-slide2-add {
        height: calc(1.75*var(--fix-mob-height));
    }
       
    .val-slide3 {
           height: calc(4*var(--fix-mob-height));
           width: 100vw;
           flex-direction: column;
           justify-content: space-evenly;
       }
       
    .val-slide4 {
           height: calc(5.9*var(--fix-mob-height));
           width: 100vw;
           flex-direction: column;
           justify-content: space-evenly;
       }
       
    /* --------------------------------------- */
       
    .val-slant-bottle-wrap {
        display: none;       
    }
       
    .val-mid-body-add {
        width: 90%;
        margin-right: 0;
    }
       
    .val-img-set-add {
        width: 90%;
    }
       
    .val-head-add {
        display: flex;
        align-items: center;
           
    }
       
    .val-mid-txt-add {
       margin-left: 1vw;
    }
       
    .val-txt-wrap {
       width: 90vw;
       height: auto;
       justify-content: center;
       padding-right: 0;
   }
       
   .val-txt-head {
       font-size: 3.5em;
       padding-bottom: 20px;
   }
       
   .val-txt-body {
       font-size: 1.1em;
   }
       
   .val-acc {
       color: var(--accent-color);
   }
       
   .val-img-set-wrap {
       width: 100vw;
       height: auto;
       margin-top: 5vh;
       margin-bottom: 5vh;
   }
       
   .val-img-set {
       width: 95%;
   }
       
   .val-img-set-fig {
       height: auto;
       width: 46vw;
       padding: 3px;
   }
              
   .val-white-sqimg-wrap {
       height: auto;
       width: 100vw;
       flex-direction: column;
       margin-left: 0vw;
       margin-right: 0vw;
   }
       
   .val-white-nonsq-wrap {
       height: auto;
       width: 100vw;
       flex-direction: column;
       margin-left: 0vw;
       margin-right: 0vw;
   }
       
   .val-white-sqimg {
       height: auto;
       width: 95vw;
       margin: 6px;
   }

   .val-white-sqimg:hover {
       width: 97vw;
   }
       
   .val-white-nonsqimg {
       height: auto;
       width: 95vw;
       margin: 7px;
   }

   .val-white-nonsqimg:hover {
        width:97vw;
   }

}