@import "main.css";

/* big layouting classes */

.ind-slide-grid {
    height: 100vh;
    width: max-content;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}

.ind-slide-1 {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: end;
    align-items: end;
    overflow:hidden;
    background-color: var(--main-color);    
    transition-duration: 0.7s;
    transition-timing-function: ease-in-out;
}

.ind-slide-2 {
    width:100vw;
    height: 100vh;
    /* align-items: center; */
    overflow: hidden;
}

.ind-slide-3 {
    width: 125vw;
    height: 100vh;
    overflow: hidden;
    background-color: var(--main-color);
    display: flex;
    justify-content: center;
    align-items: center;
}

.ind-slide-5 {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-color: var(--main-color);
    display: flex;
    justify-content: center;
    align-items: center
}

/* The text on the main page */

.ind-text-wrap {
    width: 50vw;
    height: 50vh;
    padding-right: 4vw;
    /* padding-bottom: 1vw; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
}

.ind-text-pre {
    width: 100%;
    height: auto;
    text-align: right;
    font-weight: 300;
    color: white;
    font-size: 1.5em;
    padding-bottom: 4vh;

}

.ind-name {
    width:100%;
    height:auto;
    text-align: right;
    font-weight: 500;
    color: white;
    line-height: 1.3ch;
    font-size: 7em;
}

.ind-text-post {
    color:white;
    text-align: right;
    font-size: 1.2em;
    font-weight: 200;

}

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

/* the introduction/ abstract slide page */

.ind-ab-bkg-dual-wrap {
    width:110vw;
    height:100%;
    position: absolute;
    z-index: 0;
}

.ind-ab-white {
    width:80vw;
    height:100vh;
    background-color: white;
    /* z-index: 0; */
    position: absolute;
}

.ind-ab-dark {
    width: 20vw;
    height:100vh;
    z-index: 3;
    position: absolute;
    transform: translate(80vw,0);
    background-color: var(--main-color);
    mix-blend-mode: color-dodge;
}

.ind-ab-alltxt-wrap {
    width: 100vw;
    height: 100vh;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    /* z-index: 1; */
}

.ind-ab-head-wrap {
    width: 100%;
    height: 30%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    mix-blend-mode: difference;
}

.ind-ab-head {
    color: #e1e8e1;
    text-align: right;
    margin-top: 4vh;
    padding-right: 7vw;
    line-height: 1.4ch;
    font-size: 7.5em;
    font-weight: 500;
}

.ind-ab-textbox-big {
    width: 50%;
    padding: 15px;
    margin-left: 3vw;
    font-size: 1.3em;
    text-align: left;
    line-height: 2.5ch;
    font-weight: 300;

}

.ind-ab-textbox-small {
    width: 35%;
    padding: 20px;
    text-align: center;
    margin-left: 7vw;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 2.2ch;
    border: solid 1px black;
}

.ind-ab-acc {
    color: white;
}

/* the third slider with menus */

.ind-menu-wrap {
    width:95%;
    height: 80%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: white;
    z-index: 2;
    /* margin-left: -18vw; */
}

.ind-menu-item-wrap {
    width: 10vw;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;

}

.ind-icon-format {
    width: 60%;
    margin: 20px;
}

.ind-icon-acc {
    font-weight: 200;
    font-size: 0.8em;
    letter-spacing: 0.5ch;
}

#menu_soc {
    margin-top:-20vh;
}
#menu_brn {
    margin-top:15vh;
}
#menu_pac {
    margin-top:-5vh;
}
#menu_men {
    margin-top:35vh;
}
#menu_prn {
    margin-top:-5vh;
}
#menu_per {
    margin-top:40vh;
}
#menu_fsh {
    margin-top:60vh;
}

/* the menu icon */
.mn-menu-icon-wrap {
    position: absolute;
    top: 30px;
    left: 20px;
    width: 60px;
    font-size: 1.2em;
    height: 30px;
    color: white;
    z-index: 3;
    transition-duration: 1s;
    transition-timing-function: ease-in-out;
}

.mn-menu-nav-icons {
    cursor: pointer;
    transition: 0.3s ease-out;
}

.mn-menu-nav-icons:hover {
    color: #aaaaaa;
}

.main-menu-close {
    width: 0vw;
    transition-duration: 0.7s;
    transition-timing-function: ease-in-out;
    z-index: 1;
    overflow: hidden;
}

.main-menu-open {
    width: 25vw;
    /* position:  absolute; */
    transition-duration: 0.7s;
    transition-timing-function: ease-in-out;
    /* top:  0;
    left: 0; */
    overflow: hidden;
    z-index: 1;
}


.mn-menu-open-wrap {
    background-color: white;
    top: 0px;
    left:0px;
    font-size: 1.2em;
    font-weight: 300;
    height:100vh;
    width: 25vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 20vh;
}

.mn-wdth-close {
    width:0vw;
    transition-duration: 0.1ms;
}

.mn-width-open {
    width:25vw;
    transition-delay: 1s;
    /* transition-duration: 2s; */
    /* transition-timing-function: ease-in; */
}

.mn-menu-open-wrap-open {
    background-color: white;
    top: 0px;
    left:0px;
    font-size: 1.2em;
    font-weight: 300;
    width: 25vw;
    height:100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 20vh;

}

.mn-menu-open-item-l1 {
    width: 100%;
    /* width: 20vw; */
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: josephine;
    text-align: center;
    display: flex;
    justify-content: flex-end;
}

.mn-l1-txt-acc {
    display: inline-block;
    width: 80%;
    cursor: pointer;
    vertical-align: -webkit-baseline-middle;
    padding: 10px 0px 10px 0px;
    text-align: center;
    transition: 0.1s;
}

.mn-l1-txt-acc:hover {
    font-weight: 400;
}

.mn-l1-txt-acc:active {
    color:#999999;
}

.mn-grth-acc {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    width: 10%;
    opacity: 0;
    padding: 10px 0px 10px 0px;
    transition: 0.1s ease-out;
}

.mn-grth-acc:hover {
    /* border-radius: 50%; */
    color: white;
    border-radius: 20px 0 0 20px;
    background-color: var(--main-color);
}

.mn-grth-acc:active {
    color: var(--accent-color);
}

.mn-menu-open-l2-wrap {
    width: 100%;
    padding-bottom: 7px;
    padding-top: 7px;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mn-menu-open-item-l2 {
    width: 80%;
    padding-top: 6px;
    padding-bottom: 6px;
    transition-duration: 0.1s;
}

.mn-menu-open-item-l2:hover {
    font-weight: 400;
    color: var(--accent-color);
}

/* contact box css  */

.ind-contact-box-wrap {
    width: 50%;
    height: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
}

.ind-contact-heading {
    /* text-align: right;
    margin-top: 4vh; */
    /* padding-right: 7vw; */
    line-height: 1.4ch;
    font-size: 4em;
    font-weight: 500;
}

/* .ind-contact-icon-wrap {
} */

.ind-contact-ip-online {
    width: 30vw;
    background-color: var(--main-color);
    border: solid 1px white;
    border-radius: 5px;
    padding: 10px;
    color: white;
    font-family: josephine;
    margin: 10px;
}

.ind-contact-ip-moreline {
    width: 30vw;
    height: 10em;
    resize: none;
    padding: 10px;
    margin: 10px;
    background-color: var(--main-color);
    border: solid 1px white;
    font-family: josephine;
    border-radius: 5px;
    color: white;
}

.ind-contact-submit {
    padding: 10px 20px 10px 20px;
    border-radius: 5px;
    border: solid 1px white;
    font-family: josephine;
    background-color: var(--main-color);
    font-size: 1em;
    font-weight: 300;
    margin: 10px;
    color: white;
}

.ind-contact-icon-wrap {
    display: flex;
    justify-content: space-evenly;
    width: 35vw;
    font-size: 1em;
    font-weight: 300;
    margin-bottom: 10px;
}

.ind-contact-icon-set {
    font-size: 1.1em;
}


#contact-form{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

/* media changes */
@media (max-width: 600px) {
    


    .ind-slide-grid {
        height: max-content;
        width: 100vw;
        flex-direction: column;
    }
    
    .ind-slide-2 {
        height: calc(1.2*var(--fix-mob-height));
    }
    
    .ind-slide-3 {
        width: 100vw;
        height: calc(3*var(--fix-mob-height));
    }
    
    .ind-slide-5 {
        width: 100vw;
        height: 100vh;
    }

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

    .ind-text-wrap {
        width: 100vw;
        height: 50vh;
    }
    
    .ind-text-pre {
        font-size: 1.2em;
        padding-bottom: 2vh;
    }
    
    .ind-name {
        line-height: 1.5ch;
        font-size: 3em;
    }
    
    .ind-text-post {
        font-size: 1.2em;
        width: 80vw;    
    }

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

    .ind-ab-bkg-dual-wrap {
        width:100vw;
        height:calc(1.2*var(--fix-mob-height));
        position: absolute;
        z-index: 0;
    }
    
    .ind-ab-white {
        width:100vw;
        z-index:0;
        height:calc(1.2*var(--fix-mob-height));
        position: absolute;
    }
    
    .ind-ab-dark {
        width: 100vw;
        height: calc(0.175*var(--fix-mob-height));
        z-index: 0;
        position: absolute;
        transform: translate(0vw,0vh);
        background-color: var(--main-color);
        mix-blend-mode: normal;
    }
    
    .ind-ab-alltxt-wrap {
        height: calc(1.1*var(--fix-mob-height));
    }
    
    .ind-ab-head-wrap {
        width: 100vw;
        height: calc(0.4*var(--fix-mob-height));
        mix-blend-mode: difference;
    }
    
    .ind-ab-head {
        color: white;
        text-align: right;
        margin-top: 1vh;
        padding-right: 2vw;
        padding-left: 3vw;
        font-size: 4.3em;
    }
    
    .ind-ab-textbox-big {
        width: 90%;
        padding: 15px;
        margin-left: 0vw;
        font-size: 1.1em;
        text-align: justify;
        line-height: 2ch;
    
    }
    
    .ind-ab-textbox-small {
        width: 80%;
        padding: 20px;
        text-align: justify;
        margin-left: 0vw;
        font-size: 1em;
        line-height: 2ch;
    }

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

    .ind-menu-wrap {
        width:95%;
        height: 90%;
        flex-direction: column;
        justify-content: space-between;
    }

    .ind-menu-item-wrap {
        width: 40vw;
    }

    .ind-icon-format {
        width: 50%;
    }

    .ind-icon-acc {
        font-weight: 200;
        font-size: 0.8em;
        letter-spacing: 0.5ch;
    }

    #menu_soc {
        margin-top:0vh;
    }
    #menu_brn {
        margin-top:0vh;
    }
    #menu_pac {
        margin-top:0vh;
    }
    #menu_men {
        margin-top:0vh;
    }
    #menu_prn {
        margin-top:0vh;
    }
    #menu_per {
        margin-top:0vh;
    }
    #menu_fsh {
        margin-top:0vh;
    }

    .ind-contact-box-wrap {
        width: 80%;
        height: 90%;
    }
    
    .ind-contact-heading {
        line-height: 1.4ch;
        font-size: 2.5em;
        font-weight: 500;
    }
    
    .ind-contact-ip-online {
        width: 80vw;
    }
    
    .ind-contact-ip-moreline {
        width: 80vw;
    }
    
    .ind-contact-icon-wrap {
        font-size: 0.8em;
        flex-direction: column;
        margin-top: 3vw;
        align-items: center;
        width: 80vw;
    }

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

    .mn-menu-icon-wrap {
        position: absolute;
        top: 30px;
        left: 20px;
        width: 60px;
        font-size: 1.2em;
        height: 30px;
        color: white;
        z-index: 3;
        transition-duration: 1s;
        transition-timing-function: ease-in-out;
    }
    
    .mn-menu-nav-icons {
        cursor: pointer;
        transition: 0.3s ease-out;
    }
    
    .mn-menu-nav-icons:hover {
        color: #aaaaaa;
    }
    
    .main-menu-close {
        width: 0vw;
        height: 100vh;
        position:  absolute;
        top: 0;
        left: 0;
    }
    
    .main-menu-open {
        width: 100vw;
        position: absolute;
        top: 0;
        z-index: 1;
        left: 0;
    }
    
    .mn-menu-open-wrap {
        background-color: white;
        top: 0px;
        left:0px;
        font-size: 1.1em;
        width: 100vw;
        justify-content: center;
        padding-top: 0vh;
    }
    
    .mn-wdth-close {
        width:0vw;
        transition-duration: 0.1ms;
    }
    
    .mn-width-open {
        width:25vw;
        transition-delay: 1s;
    }
    
    .mn-menu-open-wrap-open {
        background-color: white;
        top: 0px;
        left:0px;
        font-size: 1.2em;
        font-weight: 300;
        width: 25vw;
        height:100vh;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding-top: 20vh;
    
    }
    
    .mn-menu-open-item-l1 {
        width: 100%;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    
    .mn-l1-txt-acc {
        padding: 5px 0px 5px 0px;
    }
      
    .mn-grth-acc {
        opacity: 0;
        padding: 5px 0px 5px 0px;
    }
 
    
    .mn-grth-acc:active {
        color: var(--accent-color);
    }
    
    .mn-menu-open-l2-wrap {
        width: 100%;
        padding-bottom: 5px;
        padding-top: 5px;
    }
    
    .mn-menu-open-item-l2 {
        padding-top: 3px;
        padding-bottom: 3px;
    }
    
    .mn-menu-open-item-l2:hover {
        font-weight: 400;
        color: var(--accent-color);
    }
    


}
  