/* #region Fonts */
@font-face {
    font-family: 'Adelphi';
    src: url('fonts/Adelphi.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Adelphi';
    src: url('fonts/AdelphiSlim.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* #endregion */

/* #region Globals */

* {
    font-family: 'Red Hat Text';
}

h1,
h2, h2 span,
h3,
h4,
h5,
h6 {
    font-family: 'Adelphi';
}

h1 {
    font-size: 6rem;
    color: #fff;
}

h1 span {
    font-family: 'Adelphi';
    display: inline-block;
}

h1 .discovery {
    color: #af9351;
}

h2 {
    font-size: 3rem;
    color: #221f1f;
}

h2 span {
    font-weight:400;
}

h3 {
    font-size: 2.5rem;
}

h4 {
    font-size: 2rem;
    color: #8c7c4b;
}

p,
p * {
    font-size: 1.25rem;
}

.mainlink {
    background-color: #a6a47c;
    color: #fff;
    font-weight: 600;
    font-size: 1.25rem;
    padding: 1rem 2rem;
    position: relative;
    border-radius: 0.5rem;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.mainlink:before {
    content: '';
    display: block;
    width: 300%;
    height: 300%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: -100%;
    left: -100%;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateX(-100%);
}

.mainlink:hover:before {
    opacity: 1;
    transform: translateX(0);
}

.mainlink:hover {
    transform: scale(1.05);
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25);
}

.mainlink span {
    position: relative;
}

.mainlink .fa-solid {
    margin-right: 0.5rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.mainlink:hover .fa-solid {
    margin-right: 1rem;
    margin-left: -0.25rem;
}

@media only screen and (max-width: 1400px) {
    h1 {
        font-size: 5rem;
    }

    h2 {
        font-size: 2.5rem;
        color: #221f1f;
    }

    h3 {
        font-size: 2rem;
    }

    h4 {
        font-size: 1.75rem;
        color: #8c7c4b;
    }
}

@media only screen and (max-width: 800px) {
    h1 {
        font-size: 4rem;
    }
}

@media only screen and (max-width: 600px) {
    h1 {
        font-size: 3rem;
    }

    h2 {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 400px) {
    h1 {
        font-size: 2.5rem;
    }
}



/* #endregion */

/* #region Header */
#header .subheader .subscribe {
    background-color: #a6a47c;
}

#header .subheader .stock .item a {
    color:#a6a47c;
}

/* #endregion */

/* #region Home */
.home .hero {
    background-image: url('images/bg_hero.jpg');
    background-size: cover;
    background-position: center top;
    min-height: 90vh;
}

.home .hero .video {
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    object-fit: cover;
}

.home .hero .video-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 0;
    background-color: #3c4a4a;
    overflow: hidden;
    transform: translateY(-50%);
}

.home .hero h1 {
    max-width: 800px;
}

.home .hero .continue {
    text-align: center;
    color: #fff;
    letter-spacing: 0.25rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-weight: 500;
    z-index: 2;
    transform: translateY(13px);
}

.home .hero .continue span {
    display: block;
    width: 2px;
    height: 26px;
    background-color: #a6a47c;
    margin: 0 auto;
    margin-top: 0.5rem;
}

.home .hero .latest {
    background-color: #f5f4eb;
    border-radius: 1rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    width: 40%;
    flex-shrink: 0;
    margin-top: 6rem;
    transition: transform 0.1s ease-out;
    position: relative;
    z-index: 2;
    align-self: flex-end;
    min-height: 50%;
    padding-bottom: 3rem;
}

.home .hero .latest h2 {
    padding: 3rem;
    padding-bottom: 0;
}

.home .hero .latest .item {
    color: #221f1f;
    font-size: 1.25rem;
    padding: 2rem 3rem;
    position: relative;
}

.home .hero .latest .item:hover {
    background-color: #fff;
    transform: scale(1.05);
    z-index: 2;
    border-radius: 0.5rem;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25);
}

.home .hero .latest .padder {
    padding: 0 3rem;
}

.home .hero .latest .item:not(:last-of-type) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.home .hero .latest .item span {
    color: #a6a47c;
    font-weight: 600;
}

.home .about {
    background-color: #f5f4eb;
}

.home .about .torch {
    height:30rem;
    z-index:2;
}

.home .tripler {
    background-color: #f5f4eb;
}

.home .tripler:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
}

.home .tripler .map {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('images/adp_location_map.jpg');
    background-size: auto 100%;
    background-position: left center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.home .tripler .triplermap {
    position: absolute;
    left: 0;
    top: 0;
    background-image: url('images/adp_tripler_location.png');
    background-size: auto 100%;
    background-position: left center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.home .tripler .text {
    width: 47%;
    margin-top: 12rem;
    margin-bottom: 12rem;
    padding: 3rem;
    background-color: rgba(220, 219, 211, 0);
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 1rem;
}

@media only screen and (max-width: 1400px) {
    .home .hero .latest h2 {
        padding: 2rem;
        padding-bottom: 0;
    }

    .home .hero .latest .item {
        padding: 1.5rem 2rem;
        font-size: 1rem;
    }

    .home .hero .latest .padder {
        padding: 0 2rem;
    }
}

@media only screen and (max-width: 1200px) {
    .home .tripler .text {
        width: 60%;
    }
}

@media only screen and (max-width: 1100px) {
    .home .hero .boxbox .justcenter {
        height: 50vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .home .hero h1 {
        margin: 0 auto;
        text-align: center;
    }

    .home .hero .boxbox {
        flex-direction: column;
    }

    .home .hero .boxbox .continue {
        display: none;
    }

    .home .hero .latest {
        width: 100%;
        margin-top: 0;
    }
}

@media only screen and (max-width:1000px) {
    .home .about .boxbox {
        flex-direction: column-reverse;
    }

    .home .about .half {
        width:100%;
    }

    .home .about .text {
        padding-top:4rem;
    }

    .home .tripler .text {
        width:100%;
        margin-bottom:4rem;
        margin-top:65vw;
    }

    .home .tripler .map, .home .tripler .triplermap {
        background-size:100% auto;
        background-position:left top;
    }
}

/* #endregion */

/* #region Footer */
#footer {
    background: linear-gradient(45deg, #34403f, #353b3b);
}

#footer form {
    background-image: url('images/bg_hero.jpg');
    background-size: cover;
    background-position: center;
}

#footer form input[type="submit"] {
    background-color: #a6a47c;
    color: #fff;
    font-weight: 600;
}

#footer .subfooter a {
    color: #a6a47c;
}

/* #endregion */

/* #region Pagetop */

.pagetop {
    background-color: #333f3f;
}

.pagetop .under {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('images/bg_hero.jpg');
    background-size: cover;
    background-position: center;
    opacity: 0.1;
}

/* #endregion */

/* #region Subpage / Content Page */
.subpage h1 {
    font-size: 4rem;
}

.content {
    background-color: #f5f4eb;
}

/* #endregion */

/* #region Management Page */
#management .item {
    border-radius: 2rem;
    background-color:#fff;
    position: relative;
    overflow: hidden;
}

#management .item .portrait {
    background: linear-gradient(45deg, #8c7c4b, #62552e);
}

#management .item:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1rem;
    background: linear-gradient(45deg, #8c7c4b, #62552e);
}

/* #endregion */

/* #region News Page */
#news .yearlist a {
    border-radius: 0.25rem;
}

#news .yearlist a.activeyear {
    background-color: #a6a47c;
    border-color: #a6a47c;
}

#news .item {
    border-radius: 0.5rem;
}

#news .item .title {
    color: #a6a47c;
}

#news .item .date {
    border-radius: 0.25rem;
}

#news .item .ogimage {
    background-color: #333f3f;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

/* #endregion */

/* #region Stock Page */
#stock .snapshot .label-dzbd7lyV {
    display: none !important;
}

#stock .structure .item .amount {
    color: #8c7c4b;
}

#stock .schedule .item table thead th {
    background-color: #8c7c4b;
    color: #fff;
}

#stock .structure .item .amount {
    font-family: 'Adelphi';
}

/* #endregion */

/* #region Contact Page */

#contact .info .icon {
    border-color: #8c7c4b;
    color: #8c7c4b;
}

#contact .info a span {
    color: #a6a47c;
}

/* #endregion */

#subpop .item .image {
    background-image: url('images/bg_hero.jpg');
}

#subpop .item {
    background-color:#f5f4eb;
}

.content .project .overview {
    margin-bottom:2rem;
}

.content .project .overview .map {
    background-image: url('images/tripler_map.jpg');
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}

.content .project .breakthrough {
    background-color: rgba(0, 0, 0, 0.1);
}

.content .project .breakthrough img {
    width:50%;
    aspect-ratio: 1/1;
    border-radius:1rem;
    position:relative;
    align-self:center;
}

.content .project .breakthrough img:last-of-type {
    left:-2rem;
}

.content .project .highlights .small {
    border:2px solid #333f3f;
    border-radius:0.5rem;
    padding:1rem;
    text-align:center;
    font-weight:600;
}

.content .project .highlights .small img {
    width:60px;
    height:auto;
}

.content .project .highlights h2 {
    text-align:center;
}

@media only screen and (max-width:1200px) {
    .content .project .overview .boxbox {
        flex-direction:column-reverse;
    }

    .content .project .overview .map {
        width:100%;
        aspect-ratio:16/9;
    }

    .content .project .overview .thirdgap {
        width:100%;
    }
}

@media only screen and (max-width:1000px) {
    .content .project .breakthrough .halfgap {
        width:100%;
    }
    .content .project .breakthrough .boxbox {
        flex-direction:column;
    }
}

@media only screen and (max-width:800px) {
    .content .project .highlights .small {
        width:calc(50% - 1rem);
    }
    .content .project .padtop2 {
        padding-top:2rem;
        padding-bottom:2rem;
    }
}

@media only screen and (max-width:500px) {
    .content .project .highlights .small {
        width:100%;
    }
}