@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
body { padding: 0; margin: 0 }
img {
    max-width: 100%;
}
div#unity-canvas-overlay {
    background: url("https://paralevo.wespher.com/Build/Spock.jpg");
    width: auto !important;
    height: 100vh !important;
    aspect-ratio: 9 / 16;
    display: block;
    background-size: cover;
    box-shadow: 0 0 30px #161616;
	position: absolute;
}
#unity-canvas{
	display: none;
}
.main-wrapper {
    display: flex;
    flex-wrap: wrap;
    min-height: 100vh;
    background: #e9e9e9;
}
.left-aside {
    width: 300px;
    background: #e9e9e9;
    position: relative;
}
.right-aside {
    width: 300px;
    padding: 15px 25px;
}
.middle-section {
    width: calc(100% - 600px);
    padding: 0 15px;
    position: relative;
}
button.btn.menu-toggle-btn {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 34px;
    height: 34px;
    padding: 5px;
    align-items: center;
    justify-content: center;
    transition: 0.45s;
}
.open-menu button.btn.menu-toggle-btn {
    transform: rotate(90deg);
}
button.btn.menu-toggle-btn span {
    width: 100%;
    height: 3px;
    background: #1b1b1b;
}
.aside-logo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
}
.main-logo img {
    max-width: 170px;
}
.aside-main {
    padding: 25px 15px;
    height: calc(100vh - 56px);
    overflow: auto;
}
.aside-search h2 {
    color: #161616;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 800;
    font-family: "Oswald", sans-serif;
    margin: 0 0 10px;
}
.aside-search input.form-control,
.aside-search .input-group-text {
    border: none;
    outline: none;
    box-shadow: none;
}
canvas#unity-canvas {
    display: block;
    box-shadow: 0 0 30px #161616;
}
.accordion-flush>.accordion-item {
    background: none;
}
.accordion-body {
    background: #fff;
    padding: 10px;
}
.accordion-button {
    background: none !important;
    border: none;
    outline: none !important;
    box-shadow: none !important;
    padding: 8px 5px;
}
.accordion-body h6 {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 10px;
}
.accordion-body p {
    font-size: 14px;
}
.right-aside h2 {
    text-align: center;
    color: #161616;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 800;
    font-family: "Oswald", sans-serif;
    margin: 0 0 10px;
    position: sticky;
    top: 0;
}
.latest-news-list ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.latest-news-list {
    height: calc(100vh - 70px);
    overflow: auto;
}
.latest-news-list ul li:not(:last-child) {
    margin: 0 0 20px;
}
.news-cont {
    position: relative;
}
.news-img img {
    width: 100%;
    aspect-ratio: 336 / 224;
}
.news-txt {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 10px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news-txt h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 800;
}
.news-txt p {
    font-size: 11px;
    margin: 0;
}
.aside-menu {
    padding: 25px 15px;
    height: calc(100vh - 56px);
    overflow: auto;
    position: absolute;
    background: #e9e9e9;
    width: 100%;
    top: 56px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: 0.45s;
    transform: translate(-100%, 0);
}
.open-menu .aside-menu {
    transform: translate(0, 0);
}
.menu-items ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.menu-items li a {
    color: #686868;
    text-decoration: none;
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
}
.menu-items li {
    padding: 5px 0;
}
.aside-menu .menu-items:last-child {
    border-top: 1px solid #686868;
}
#unity-container {
    left: 0;
    top: 0;
}
.unity-mobile #unity-canvas {
    margin: 0 auto;
}


/* Responsive css */
@media screen and (min-width: 1440px) {
    .left-aside {
        width: 420px;
    }
    .right-aside {
        width: 420px;
        padding: 15px 40px;
    }
    .middle-section {
        width: calc(100% - 840px);
    }
    .main-logo img {
        max-width: 195px;
    }
    .latest-news-list {
        height: calc(100vh - 135px);
    }
    .aside-main {
        padding: 50px 15px;
    }
    .aside-search h2 {
        font-size: 30px;
        margin: 0 0 15px;
    }
    .aside-search input.form-control, .aside-search .input-group-text {
        min-height: 50px;
    }
    .aside-search .input-group-text {
        padding: 10px 20px;
    }
    .aside-faq {
        padding: 25px 0 0;
    }
    .accordion-button {
        padding: 12px 5px;
        font-size: 20px;
    }
    .right-aside h2 {
        font-size: 50px;
        margin: 0 0 45px;
    }
    .latest-news-list ul li:not(:last-child) {
        margin: 0 0 75px;
    }
    .news-txt {
        padding: 12px 20px;
    }
    .news-txt h3 {
        font-size: 22px;
    }
    .news-txt p {
        font-size: 15px;
    }
    .accordion-body h6 {
        font-size: 17px;
        margin: 0 0 15px;
    }
    .accordion-body p {
        font-size: 16px;
    }
    .aside-menu {
        padding: 25px 25px;
    }
    .menu-items li {
        padding: 12px 0;
    }
    .menu-items li a {
        font-size: 23px;
    }
}
/* Responsive css */
