* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-feature-settings: 'pnum' on, 'lnum' on;
    font-family: "Hubot Sans", serif;
}

:root{
    /* --bg-color:rgb(230, 230, 230);
    --bg-2: #232b2f;
    --card-coror: rgb(241, 241, 241);
    --heading-color1:rgb(255,255,255);
    --heading-color2:rgb(40, 40, 40);
    --text-body:rgba(0,0,0,0.6);
    --text-overline1:rgba(255,255,255,0.4);
    --text-overline2:rgba(0,0,0,0.4);
    --accent-color: #822000;
    --card-bg: #232323;
    --card-bg-border: solid #424242; */
    
    /* Margins/paddings */
    --border-radius: .5rem;
    --margin-xxs:.25rem;
    --margin-xs:.5rem;
    --margin-s:.75rem;
    --margin-m:1rem;
    --margin-l:1.25rem;
    --margin-xl:1.5rem;
    --margin-xxl:1.75rem;
}

body{   
    background-color: var(--bg-color);
    color: var(--heading-color1);
}

/* Text Start */

.text-projectpage-overline {
    color: var(--text-overline1);
    text-align: left;
    letter-spacing: 1.5px;
    margin-top: 1px;
    font-size: 11px;
    font-weight: 500;
    line-height: 19px;
}

.text-projectpage-heading {
    color: var(--heading-color1);
    letter-spacing: -.1px;
    text-shadow: 0 0 20px rgba(255, 255, 255, .2), 0 -6px 15px rgba(255, 90, 0, .1), 0 5px 15px rgba(0, 87, 255, .25);
    font-size: 40px;
    font-weight: 500;
    line-height: 125%;
    font-family: "Cinzel", serif;
}

.text-projectpage-subheading {
    color: var(--heading-color1);
    letter-spacing: .1px;
    flex: 0 auto;
    font-size: 24px;
    font-weight: 500;
    line-height: 125%;
}

.text-projectpage-body {
    color: var(--text-body);
    letter-spacing: .4px;
    flex: 1;
    font-size: 1em;
    font-weight: 300;
    line-height: 150%;
}

.text-highlighted-body {
    color: rgba(242, 242, 242, .9);
    text-shadow: 0 0 10px rgba(242, 242, 242, .4);
    font-weight: 400;
}

span{
    color: var(--accent-color);
    font-family: "Cinzel", serif;
}

/* Text End */

.main {
    position: relative;
    display: flex;
    flex-direction: column ;
    align-items: center;
}

.section-general {
    position: relative;
    background-image: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 4rem;
    background-color: var(--bg-color);
    padding-bottom: 80px;
    display: flex;
    width: 100%;
}

.section-general.main{
    padding-top: 0;
    background: var(--bg-color);
}

.divider{
    border: 1px var(--card-bg-border);
    width: 1200px;
}

.hero-fade {
    z-index: 5;
    background-image: linear-gradient(to bottom, rgba(16, 16, 16, 0), var(--bg-color) 60%);
    flex-direction: column;
    align-items: center;
    height: 200px;
    padding-top: 48px;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.container-general {
    grid-row-gap: 6rem;
    flex-direction: column;
    width: 1200px;
    display: flex;
}

.associated-content-block {
    grid-row-gap: 4.5rem;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.section-starting-block {
    grid-row-gap: 5rem;
    flex-direction: column;
    align-items: stretch;
    display: flex;
    width: 100%;
}

.section-block {
    grid-row-gap: 5rem;
    flex-direction: column;
    align-items: stretch;
    display: flex;
    width: 100%;
}

.overline-heading-block {
    grid-row-gap: 2rem;
    flex-direction: column;
    /* align-self: stretch; */
    display: flex;
}

.overline-wrapper {
    grid-column-gap: var(--margin-s);
    align-self: flex-start;
    align-items: center;
    display: flex;
}

.icon-section-dot {
    background-color: var(--on-background);
    border-radius: 50%;
    width: 10px;
    height: 10px;
    box-shadow: 0 0 20px #ff0000;
}

.icon-section-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.25em;
    color: var(--text-overline1);
}

.media-analysis-block {
    grid-row-gap: 2rem;
    flex-direction: column;
    display: flex;
}

.media-caption-wrapper {
    grid-row-gap: var(--margin-xs);
    flex-direction: column;
    align-self: stretch;
    align-items: stretch;
    display: flex   ;
}

.media-caption-wrapper.horizontal {
    gap: 1rem;
    flex-direction: row;
    align-self: center;
    align-items: center;
    display: flex;
    border-radius: 0;
    box-shadow: none;
}

.btn-wrapper{
    display: flex;
    justify-content: center;
}

.home-btn-group{
    display: grid;
    grid-gap: var(--margin-m);
    grid-template-columns: repeat(4, 1fr);
}

.media-object{
    display: flex;
    flex-direction: column;
    justify-content: end;
    width: 227.2px;
    height: 500px;
    border-radius: .5rem;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: grayscale(100%);
    overflow: hidden;
    transition: .5s cubic-bezier(.87,-1.38,.03,1.54);
}

.media-object:hover{
    width: 350px;
    filter: grayscale(0%);
}

.media-object:hover > .creature-card-body.title-box{
    opacity: 1;
}

.creature-card-body.title-box{
    opacity: 0;
    background: url(../img/stone-2.jpg);
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat, repeat;
    transition: .5s cubic-bezier(.87,-1.38,.03,1.54);
}

.creature-card-header.item-box{
    background-image: radial-gradient(circle closest-corner at 30% 0, rgba(242, 242, 242, 0.15), rgba(0, 0, 0, 0));
}

.creature-card{
    position: relative;
}

.creature-card a{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 18.25rem;
    height: 400px;
    border-radius: var(--margin-s);
    overflow: hidden;
    text-decoration: none;
    background: url(../img/stone-2.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat, repeat;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.234);
    transition: all .3s ease-in-out;
}

.creature-card a:hover .creature-card-description{
    border-color: var(--accent-color);
}

.creature-card-bg{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: all .3s ease-in-out;
}

.creature-card-body{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-image: radial-gradient(circle closest-corner at 30% 0, rgba(242, 242, 242, 0.15), rgba(0, 0, 0, 0));
}

.creature-card-header{
    padding: var(--margin-s) var(--margin-m);
    position: relative;
    color: var(--text-body);
    border-top: 2px solid #424242;
}

.creature-card-icon{
    border-radius: 4px;
    font-size: 3em;
    color: var(--accent-color);
    height: 50px;
    width: 50px;
    margin-right: 10px;
}

.creature-card-header-primary{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}

.creature-card-header-primary .ui{
    color: #ffffff;
    line-height: 1.2;
    font-size: 1.2em;
}

.creature-card-source{
    color: #979AA4;
    font-size: 12px;
    margin-bottom: 5px;
}

.creature-card-description{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    gap: .5rem;
    border-top: 1px var(--card-bg-border);
    line-height: 1.5;
    padding: var(--margin-xs) var(--margin-s);
    background: var(--card-bg);
    transition: .3s ease-in-out;
}

.creature-card-description p{
    color: var(--text-overline1);
}

.creature-card-description i{
    font-size: 1.5em;
    color: var(--accent-color);
}

.section-content-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: calc(100dvh - 57px);
}

.section-content-block{
    display: flex;
    align-items: center;
}

.slider-caption-wrapper{
    min-height: 100%;
}

.slider-img{
    width: 100%;
    height: 100%;
    overflow-y: clip;
}

.slider-img .list{
    display: block;
    animation: runLoop 67s linear infinite;
}

@keyframes runLoop{
    0%{
        transform: translateY(0);
    }
    100%{
        transform: translateY(-50%);
    }
}
.slider-img .list .item-group{
    display: flex;
    justify-content: center;
    margin-bottom: var(--margin-s);
    gap: var(--margin-m);
}

.content-trailing {
    grid-row-gap: 48px;
    flex-direction: column;
    display: flex;
}

.contained-points-block {
    grid-column-gap: var(--margin-xs);
    flex-direction: row;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.contained-points-item {
    grid-row-gap: 24px;
    background-color: var(--card-color);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.234);
    border-radius: var(--margin-xs);
    flex-direction: column;
    align-items: flex-start;
    min-height: 400px;
    padding: 24px 24px 28px;
    display: flex;
}

.contained-point-wrapper {
    grid-row-gap: var(--margin-m);
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}



.contained-point-body{
    grid-row-gap: var(--margin-m);
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}