/*!
 * Root
 */

:root {
    --bs-body-font-family: Inter, sans-serif;
    font-feature-settings: 'liga' 1, 'calt' 1;
    --bs-link-color: #6ea8fe;
    --bs-link-color-rgb: 110, 168, 254;
    --bs-link-hover-color: #8bb9fe;
    --bs-link-hover-color-rgb: 139, 185, 254;
}
@supports (font-variation-settings: normal) {
    :root { font-family: InterVariable, sans-serif; }
}

/*!
 * Hyperlinks
 */

a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: none;
}
a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
    text-decoration: underline;
}

/*!
 * Background Colors
 */

.bg-black-75 {
    --bs-bg-opacity: 0.75;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

/*!
 * Body
 */

body {
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0)), url("../assets/img/main-bg.png") no-repeat center center fixed;
    background-size: cover;
}

.body-section-0{
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5)) !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
}

.body-section-1 {
    --bs-bg-opacity: 0.5;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
}

/*!
 * Navbar
 */

.navbar-custom {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: rgba(0, 0, 0, 0.7);
}
.navbar-custom .navbar-brand {
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0.1rem;
    font-weight: 700;
}
.navbar-custom .navbar-nav .nav-item .nav-link {
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
}

.navbar-dropdown-custom {
    background-color: rgba(0, 0, 0, 0.7);
}
.navbar-dropdown-custom .dropdown-item {
    color: #fff;
}
.navbar-dropdown-custom .dropdown-item:hover,
.navbar-dropdown-custom .dropdown-item:focus {
    background-color: rgba(255, 255, 255, 0.10);
    color: #fff;
}

/*!
 * Header
 */

header.alr {
    position: relative;
    overflow: hidden;
    height: 100vh;
    padding-top: calc(10rem + 55px);
    padding-bottom: 10rem;
    align-content: center;
}

header.alr .alr-content {
    z-index: 1;
    position: relative;
}
header.alr .alr-content .alr-heading {
    font-size: 4rem;
}
header.alr .alr-content .alr-subheading {
    color: rgb(150, 150, 150);
    font-size: 1.5rem;
}

/*!
 * About Us
 */

.about-us-paragraph {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
    padding-left: 3rem;
    padding-right: 3rem;
    height: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

/*!
 * Meet the Team
 */

.team-card {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
    padding: 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

/*!
.team-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.6);
}
 */

.team-card h3 {
    font-weight: 700;
    color: #fff;
}

.team-card p {
    flex-grow: 1;
    color: #ddd;
}

.team-border-line {
  height: 2px;
  background-color: rgba(255, 255, 255, 0.1);
  width: calc(100% + 3rem);
  margin-left: -1.495rem;
  margin-right: -0.5rem;
}

.team-paragraph {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.team-discord-card {
    margin-top: 1.5rem;
}



/*!
 * Footer
 */

.footer-links-header {
    font-size: 1.5rem;
    font-weight: bold;
    color: rgba(110, 110, 110, 1);
 }

.footer-section-0 {
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.85)) !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer-hyperlinks {
    --bs-link-color: #999999;
    --bs-link-color-rgb: 153, 153, 153;
    --bs-link-hover-color: #8bb9fe;
    --bs-link-hover-color-rgb: 139, 185, 254;
}

/*!
 * Buttons
 */

.btn-glass {
    --bs-btn-color: #fff;
    --bs-btn-bg: rgba(255, 255, 255, 0.1);
    --bs-btn-border-color: rgba(255, 255, 255, 0.05);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgba(255, 255, 255, 0.2);
    --bs-btn-hover-border-color: rgba(255, 255, 255, 0.1);
    --bs-btn-focus-shadow-rgb: 66, 70, 73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4d5154;
    --bs-btn-active-border-color: #373b3e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #212529;
    --bs-btn-disabled-border-color: #212529;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

/*!
 * VS - Screenshots
 */

.screenshots-content {
    position: relative;
    overflow: hidden;
    padding-top: calc(5rem + 55px);
    padding-bottom: 10rem;
    height: 100vh;
}

.screenshots-content .carousel-inner img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.carousel-overlay {
    background: rgba(0, 0, 0, 0.4);
    background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%);
    pointer-events: auto;
}

.screenshots-content .container {
    z-index: 2;
    position: relative;
}

.screenshots-img {
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.screenshots-img:hover {
    transform: scale(1.02);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}

.screenshots-txt-overlay h1 {
    color: rgba(255, 255, 255, 1);
    text-shadow: 0 0 4px rgba(0,0,0,0.6);
}

.screenshots-txt-overlay h2 {
    color: rgba(255, 255, 255, 1);
    text-shadow: 0 0 4px rgba(0,0,0,0.6);
}

.preview-overlay {
  -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 60%, rgba(0,0,0,0) 100%);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 60%, rgba(0,0,0,0) 100%);
  mask-repeat: no-repeat;
  mask-size: cover;
}

#fullscreenScreenshots .modal-dialog {
    width: 90vw;
    max-width: 90vw;
    max-height: 90vh;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}
#fullscreenScreenshots .modal-content {
    background-color: rgba(0,0,0,0.9);
    border: none;
    padding: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
#fullscreenScreenshots .carousel-inner {
    width: 100%;
    height: 100%;
}
#fullscreenScreenshots .carousel-inner .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    margin: 0;
}

#fullscreenScreenshots .screenshot-caption h5 {
    color: rgba(255, 255, 255, 1);
    text-shadow: 0 0 4px rgba(0,0,0,0.6);
}

#fullscreenScreenshots .screenshot-caption p {
    color: rgba(255, 255, 0, 0.4);
}

.carousel-control-prev,
.carousel-control-next {
    width: 3rem;
}
.carousel-control-prev { left: 1rem; }
.carousel-control-next { right: 1rem; }
.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(1) brightness(200%);
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    background-size: 60% 60%;
}
.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
    background-color: rgba(255, 255, 255, 0.4);
}
.carousel-indicators [data-bs-target] {
    background-color: rgba(255, 255, 255, 0.4);
}
.carousel-indicators .active {
    background-color: rgba(255, 255, 255, 0.9);
}

/*!
 * VS - World Settings Card
 */

.worldsettings-card {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
    padding: 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.worldsettings-card h3 {
    font-weight: 700;
    color: #fff;
}

.worldsettings-card p {
    color: #ddd;
    margin-top: 0rem;
    margin-bottom: 0rem;
    text-align: left;
}

.worldsettings-border-line {
  height: 2px;
  background-color: rgba(255, 255, 255, 0.1);
  width: calc(100% + 3rem);
  margin-left: -1.495rem;
  margin-right: -0.5rem;
}

.worldsettings-paragraph {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.worldsettings-discord-card {
    margin-top: 1.5rem;
}

/*!
 * VS - About the Server
 */

.about-the-server-paragraph {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
    padding-left: 3rem;
    padding-right: 3rem;
    height: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}


