@import "main.css";

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

.ob-slide3-add {
    width: 250vw;   
    height: 100%; 
    justify-content: center;
}

.ob-slide4-add {
    width: 100vw;
    height: 100%;
    justify-content: center;
}

.ob-slide5 {
    height: 100%;
    width: 110vw;
    display: flex;
    background-color: var(--main-color);
    color:white;
    justify-content: space-evenly;
    align-items: center;
}


/* slide 1 */

/* orientbell introduction */
.ob-bk-dark-add{
    width:20%;
}

.ob-foregrnd-wrap {
    width:100vw;
    height:100%;
    position: absolute;
    display: flex;
    z-index: 1;
    justify-content: space-evenly;
    align-items: center;
}

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

}

.ob-slant-bottle {
    height: auto;
    transform: rotate(25deg);
    width: 85vh;
    margin-left: -10vw;
}

.ob-mid-txt-add {
    width: 40%;
    height: 100%;
}

.ob-mid-body-add {
    width:80%;
    padding-left: 3vw;
}

.ob-img-set-add {
    width: 25%;
    height:auto;
}


/* orientbell image page */

.ob-pr-2img-wrap {
    height: 100%;
    width: 75vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
}

.ob-pr-2img-img-wrap {
    display: flex;
    height: 60%;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.ob-pr-2img-img {
    width: 30vw;
    margin-right: 10px;
    height: auto;
    transition: 0.7s ease-out;
}

.ob-pr-2img-img:hover {
    width:31vw;
}

.ob-pr-img-bottom {
    width: 95%;
    padding-top: 20px;
    height: 5%;
    text-align: center;
    font-weight: 200;
    font-size: 1.1em;
    font-family: josephine_it;

}

.ob-pr-imgtxt-txt {
    width: 33vh;
    color: white;
    align-self: center;
    font-size: 4em;
    grid-area: txt;
}

.ob-pr-square-img-wrap {
    width: 80vw;
    margin-left: 5vw;
    margin-right: 5vw;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-template-areas:
            'im2 im im'
            'txt im im';
}

.ob-pr-sq-img-img {
    width: 40vh;
    height: 40vh;
    /* grid-area: im; */
    margin: 10px;
    transition:0.7s ease-out;
}

.ob-pr-sq-img-img:hover {
    opacity: 0.7;
}

.ob-pr-sq-img-img-2 {
    width: 40vh;
    height: 40vh;
    grid-area: im2;
    justify-self: end;
    margin: 10px;
    transition:0.7s ease-out;
}

.ob-pr-sq-img-img-2:hover {
    opacity: 0.7;
}

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

/* topical page css */
.ob-tp-txt-wrap {
    width: 30%;
    height: 60%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-right: 3vw;
}

.ob-tp-txt-head {
    font-size: 4em;
    padding-bottom: 10px;
}

.ob-tp-txt-body {
    font-size: 1.2em;
    width: 80%;
    text-align: center;
    font-weight: 300;
    line-height: 2ch;

}

.ob-tp-img-wrap {
    width: 30%;
    height: 60%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.ob-tp-img-img {   
    width: 95%;
    height: auto;
}

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

/* reels and videos */
.ob-reel-add{
    width: 25vw;
}

.ob-vd-txt-wrap {
    width: 25%;
    height: 66vh;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
}

.ob-vd-txt-head {
    font-size: 3.5em;
    padding-bottom: 10px;
    width: 80%;
    text-align: center;
}

.ob-vd-txt-body {
    font-size: 1.2em;
    width: 80%;
    text-align: center;
    font-weight: 300;
    line-height: 2ch;

}

.ob-insta-handle {
    height: 5vw;
    width: 10vw;
    position: absolute;
    top: 2vh;
    left: 563vw;
    z-index: 1;
    display: flex;
    font-weight: 300;
    color: white;
    justify-content: flex-start;
    align-items: center;
}

@media (max-width: 600px) {

    .ob-slide2-add {
        height: calc(2.0*var(--fix-mob-height));
    }


    .ob-slide3-add {
        width: 100vw;
        height: calc(3.7*var(--fix-mob-height));
        justify-content: center;
    }
    
    .ob-slide4-add {
        width: 100vw;
        height: calc(1.5*var(--fix-mob-height));
        /* justify-content: center; */
    }
    
    .ob-slide5 {
        height: calc(3.4*var(--fix-mob-height));
        width: 100vw;
        flex-direction: column;
    }

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

    
    .ob-slant-bottle-wrap {
        display: none;
    
    }

    .ob-foregrnd-wrap {
        width:100vw;
        height: calc(2*var(--fix-mob-height)); 
        flex-direction: column;
        justify-content: space-evenly;
    }
    
    .ob-mid-txt-add {
        width: 100%;
    }
    
    .ob-mid-body-add {
        width:80%;
        padding-left: 3vw;
    }
    
    .ob-img-set-add {
        width: 90%;
    }

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

    .ob-pr-2img-wrap {
        height: calc(1.1*var(--fix-mob-height));
        width: 100vw;
    }
    
    .ob-pr-2img-img-wrap {
        flex-direction: column;
        height: auto
    }
    
    .ob-pr-2img-img {
        width: 85vw;
        margin-right: 0px;
    }

    .ob-pr-2img-img:hover {
        width: 90vw;
    }
    
    .ob-pr-img-bottom {
        width: 95%;
        padding-top: 20px;
        height: 5%;
        text-align: center;
        font-weight: 200;
        font-size: 1.1em;
        font-family: josephine_it;
    
    }
    
    .ob-pr-imgtxt-txt {
        width: 48vw;
        color: white;
        align-self: center;
        font-size: 2.2em;
    }
    
    .ob-pr-square-img-wrap {
        width: 100vw;
        margin-left: 0;
        margin-right: 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
        grid-template-areas:
            'im im'
            'im im'
            'txt im2';
    }
    
    .ob-pr-sq-img-img {
        width: 48vw;
        height: 48vw;
        margin: 2px;
    }
    
    .ob-pr-sq-img-img-2 {
        width: 48vw;
        height: 48vw;
        justify-self: start;
        margin: 2px;
    }
    
    .ob-acc {
        color: var(--accent-color);
    }
    
    /* topical page css */
    .ob-tp-txt-wrap {
        width: 95%;
        height: auto;
        justify-content: center;
        padding-right: 0vw;
    }
    
    .ob-tp-txt-head {
        font-size: 3.5em;
        padding-bottom: 10px;
    }

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

    .ob-reel-add{
        width: 90vw;
    }
    
    .ob-vd-txt-wrap {
        width: 90%;
        height: auto;
    }
    
    .ob-vd-txt-head {
        font-size: 3.5em;
        padding-bottom: 10px;
        width: 80%;
        text-align: center;
    }
    
    .ob-vd-txt-body {
        width: 90%;
    }
    
    .ob-insta-handle {
        height: 10vw;
        width: 40vw;
        position: absolute;
        top: calc(8.18*var(--fix-mob-height));
        left: 5vw;
        font-weight: 200;
    }
   


}