/*Standards:
Body text: 36px
Title: ...
Play title: 220px*/

@font-face {
    font-family: "Trattatello";
    src: url('../fonts/Trattatello/Trattatello.ttf') format('truetype');
}

@font-face {
    font-family: "bodoni";
    src: url("../fonts/bodoni/bodoni-mt-regular.ttf") format('truetype');
}

html {
    scroll-behavior: smooth;
}

body {
    background: black;
    font-size: 36px;
    color: white;
    font-family: bodoni, sans-serif;
    margin: 0;
}

a {
    color: white;
    text-decoration: none;
}

.header {
    height: 150px;
    width: 100%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

.header-link {
    margin-top: auto;
    margin-bottom: auto;
    min-width: 175px;
}

.left {
    margin-right: auto
}

.ALL-logo-container {
    display: flex;
    justify-content: center;
    height: 800px;
}

.ALL-logo {
    /*transform: scale(80%);*/
}

.my-blood {
    font-family: Trattatello, serif;
}

.fixed-background-MB-BTStudio {
    background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)), url("../img/BTStudio/22.jpg");
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-size: cover;
}

.fixed-background-MB-EdFringe {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/EdFringe/10Rescaled.jpeg");
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-size: cover;
}

.fixed-background-home {
    background-image: linear-gradient(0.25turn, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0)), url("../img/starry-background-1.webp");
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-size: cover;
}

.section-title {
    font-size: 72px;
    font-family: Trattatello, serif;
}

.body-container {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.title {
    margin: 200px;
    text-align: center;
    font-size: 72px;
    white-space: nowrap;
}

.description {
    text-align: center;
}

.grid-container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    max-width: 100%;
    margin: 0 auto;
}

.grid-item{
    text-align: center;
    padding: 10px;
    display: flex;
    flex-direction: column;
}

.grid-item img, .single-item img{
    max-width: 75%;
    height: auto;
}

.single-item{
    margin: 30px auto 0 auto;
    text-align: center;
    padding: 10px;
    max-width: 50%;
}


.my-blood-prod-name {
    font-size: 220px;
    text-align: center;
    margin: 50px 0;
    font-family: Trattatello, serif;
}

.link-holder {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    height: auto;
    width: 100%;
    margin-bottom: 200px;
}

.link-container {
    width: 50%;
}

.link {
    width: 30%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.homepage-button {
    font-family: bodoni, sans-serif;
    background-color: transparent;
    color: white;
    border-radius: 12px;
    border: 1px solid white;
    text-align: center;
    transition-duration: 0.4s;
    font-size: 36px;
    margin: 50px 0;
    width: 100%;
    height: 100px;
    cursor: pointer;
}

.homepage-button:hover {
    background-color: white;
    border: 1px solid white;
    color: black;
}

.divider-horizontal {
    width: 100%;
    height: 1px;
    background-color: white;
    margin-top: 100px;
    margin-bottom: 0;
}

.author-name {
    text-align: center;
    font-size: 72px;
    margin-bottom: 50px;
}
.oxfess-container {
    display: flex;
    justify-content: center;
}

.footer {
    height: 150px;
    width: 100%;
    align-items: center;
    flex-direction: row;
}

.footer-block {
    display: inline-block;
    text-align: center;
}

.blackout {
    padding: 50px 0 0 0;
    background-image: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 1));
}

.oxfess {
    width: 60%;
}

.rating-holder {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.star {
    width: 200px;
}

.review-text {
    /*font-size: 48px;*/
    text-align: center;
}

.review-name {
    text-align: right;
    margin-top: 30px;
    margin-bottom: 100px;
}

.credits-container {
    display: inline-flex;
    flex-direction: row;
}

.credits-text {
    margin-bottom: auto;
    margin-top: auto;
}

.credits-logo {
    width: 100px;
}

.fade-out {
    height: 150px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 1));

}
.carousel-btn {
    border: none;
    cursor: pointer;
    color: white;
    background: none;
    transition: all .3s ease-in-out;
}

.carousel-container {
    width: 100%;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-view {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 44px 0;
    transition: all 0.25s ease-in;
}

.carousel-view .item-list {
    max-width: 950px;
    width: 70vw;
    padding: 50px 10px;
    display: flex;
    align-items: center;
    gap: 44px;
    scroll-behavior: smooth;
    transition: all 0.25s ease-in;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    overflow: auto;
    scroll-snap-type: x mandatory;
}

.carousel-item {
    width: 100%;
    height: 100%;
    max-height: 950px;
}

.prev-btn {
    background: none;
    cursor: pointer;
}