::-webkit-scrollbar {
    display: none
}

body {
    -webkit-animation: fadein 1s linear 1 normal forwards
}

@-webkit-keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes br {
    0% {
        content: url("../img/br2.webp")
    }

    33% {
        content: url("../img/br3.webp")
    }

    66% {
        content: url("../img/br1.webp")
    }

    100% {
        content: url("../img/br2.webp")
    }
}

@keyframes br {
    0% {
        content: url("../img/br2.webp")
    }

    33% {
        content: url("../img/br3.webp")
    }

    66% {
        content: url("../img/br1.webp")
    }

    100% {
        content: url("../img/br2.webp")
    }
}

@-webkit-keyframes san {
    0% {
        content: url("../img/san2.webp")
    }

    33% {
        content: url("../img/san3.webp")
    }

    66% {
        content: url("../img/san1.webp")
    }

    100% {
        content: url("../img/san2.webp")
    }
}

@keyframes san {
    0% {
        content: url("../img/san2.webp")
    }

    33% {
        content: url("../img/san3.webp")
    }

    66% {
        content: url("../img/san1.webp")
    }

    100% {
        content: url("../img/san2.webp")
    }
}

@-webkit-keyframes van {
    0% {
        content: url("../img/van2.webp")
    }

    33% {
        content: url("../img/van3.webp")
    }

    66% {
        content: url("../img/van1.webp")
    }

    100% {
        content: url("../img/van2.webp")
    }
}

@keyframes van {
    0% {
        content: url("../img/van2.webp")
    }

    33% {
        content: url("../img/van3.webp")
    }

    66% {
        content: url("../img/van1.webp")
    }

    100% {
        content: url("../img/van2.webp")
    }
}

@-webkit-keyframes modded {
    0% {
        content: url("../img/mod2.webp")
    }

    33% {
        content: url("../img/mod3.webp")
    }

    66% {
        content: url("../img/mod1.webp")
    }

    100% {
        content: url("../img/mod2.webp")
    }
}

@keyframes modded {
    0% {
        content: url("../img/mod2.webp")
    }

    33% {
        content: url("../img/mod3.webp")
    }

    66% {
        content: url("../img/mod1.webp")
    }

    100% {
        content: url("../img/mod2.webp")
    }
}

* {
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.ovf {
    overflow: visible !important
}

.ttip label {
    cursor: pointer;
    position: relative
}

.ttip label span {
    visibility: hidden;
    opacity: 0;
    width: 200px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 4px;
    position: absolute;
    z-index: 1;
    top: 150%;
    left: -10px;
    margin-left: -60px;
    font-size: 13px
}

.ttip label span::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent
}

.ttip label:hover span {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.mod {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100vw;
    display: flex;
    align-content: center;
    justify-content: center;
    background: rgba(0, 0, 0, .9);
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
    overflow: hidden
}

.mod-bg {
    position: absolute;
    width: 100vw;
    height: 100vh;
    cursor: pointer;
}

.mod-state {
    display: none;
}

.mod-state:checked + .mod {
    opacity: 1;
    visibility: visible;
    z-index: 100
}

.mod-content {
    -webkit-transition: top .25s ease;
    transition: top .25s ease;
    max-width: 60%;
    margin: auto;
    overflow-y: scroll;
    border-radius: 5px;
    padding: 2em 2em;
    max-height: 80%
}

.overflow-x-hidden{
    overflow-x: hidden
}

.table i {
    width: 18px
}

.border-hr {
    border-color: rgba(0, 0, 0, 0.1) !important
}

.border-underline {
    border-bottom: 2px solid #eee !important;
}

.tag > label {
    color: #fff;
    display: inline-block;
    height: 25px;
    background-color: #303030;
    border-radius: 3px 4px 4px 3px;
    border-left: 1px solid #303030;
    position: relative;
    margin: 3px;
    padding: 1px 7px 1px 7px
}

.tag > label:before {
    content: "";
    position: absolute;
    left: -12px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #303030
}

.stickytop {
    top: 100px;
    position: -webkit-sticky;
    position: sticky
}

.show {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 250px;
    opacity: 1;
    transition: opacity .2s linear;
    -webkit-transition: opacity .2s linear
}

.show:hover {
    opacity: 0.8
}

.gal > div > div {
    position: relative
}

.gal img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.gal img ~ div {
    padding: 15px;
    position: absolute;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
    background: #303030;
    bottom: 0
}

.gal img:hover ~ div,
.gal img ~ div:hover {
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s
}

.btt {
    margin: 8px;
    position: -webkit-sticky;
    position: sticky;
    top: 90vh;
    right: 5vw;
    float: right;
    font-size: 20px;
    z-index: 10
}

.preload {
    display: none
}

.br:hover > img {
    -webkit-animation: br 10s linear infinite forwards;
    animation: br 10s linear infinite forwards
}

.san:hover > img {
    -webkit-animation: san 10s linear infinite forwards;
    animation: san 10s linear infinite forwards
}

.van:hover > img {
    -webkit-animation: van 10s linear infinite forwards;
    animation: van 10s linear infinite forwards
}

.modded:hover > img {
    -webkit-animation: modded 10s linear infinite forwards;
    animation: modded 10s linear infinite forwards
}

.afternone:after {
    display: none;
}

.navbar img {
    height: 47px;
}

#navbar ul li ul {
    top: 0;
    visibility: hidden;
    max-height: 0;
    position: relative;
    padding: 0;
    margin-top: 0;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media (min-width: 768px) {
    #navbar ul li ul {
        position: absolute !important;
        top: 4.4375rem !important
    }

    #navbar ul li:hover ul {
        top: 4.4375rem !important
    }
}

#navbar ul li:hover ul {
    top: 0;
    visibility: visible;
    max-height: 220px;
    list-style: none;
    -webkit-animation: fadein 0.2s linear 1 normal forwards;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#navbar ul li ul li {
    width: auto;
    padding: 0.03rem 0.5rem;
    list-style: none
}

#navbar-toggle-cbox {
    display: none
}

#navbar-toggle-cbox:checked ~ .collapse {
    max-height: 400px;
    opacity: 1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

#navbar-toggle-cbox:checked ~ .navbar-toggler:before {
    -webkit-transform: translateY(12px) rotate(135deg);
    transform: translateY(12px) rotate(135deg);
}

#navbar-toggle-cbox:checked ~ .navbar-toggler:after {
    -webkit-transform: translateY(-12px) rotate(-135deg);
    transform: translateY(-12px) rotate(-135deg);
}

#navbar-toggle-cbox:checked ~ .navbar-toggler div {
    -webkit-transform: scale(0);
    transform: scale(0);
}

.navbar-toggler {
    width: 40px;
}

.navbar-toggler:before,
.navbar-toggler:after,
.navbar-toggler div {
    background-color: #999;
    border-radius: 3px;
    content: '';
    display: block;
    height: 5px;
    margin: 7px 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(0.8);
    transform: scale(0.8)
}

.navbar-toggler:hover div,
.navbar-toggler:hover:after,
.navbar-toggler:hover:before {
    background-color: #7f47dd !important
}

.bg-transp {
    background-color: rgba(0, 0, 0, 0.01) !important;
    border: none !important;
    -webkit-transition: background-color .5s ease;
    transition: background-color .5s ease
}

.load {
    position: fixed;
    height: 100vh;
    width: 100vw;
    background: #303030;
    z-index: 3000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 1;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}
.o-0 {
    opacity: 0;
    pointer-events: none

}

.spinner {
    border: 8px solid #222;
    border-radius: 50%;
    border-top: 8px solid #f3f3f3;
    width: 4rem;
    height: 4rem;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    margin: 10px
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.ab i {
    color: #6840c1;
    padding-right: 8px
}

.tsize {
    font-size: 20px
}

.faa {
    padding: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    margin-left: 4px;
    background: #1a1a1a;
    color: white;
    -webkit-transition: 1s;
    transition: 1s
}

.faa:hover {
    color: white;
    text-decoration: none;
    -webkit-transition: 1s;
    transition: 1s
}

.fa-facebook:hover {
    background: #3B5998
}

.fa-twitter:hover {
    background: #55ACEE
}

.fa-reddit:hover {
    background: #ff5700
}

.fa-steam:hover {
    background: #000
}

.fa-chevron-up:hover {
    background: #6840c1
}

.carcap {
    right: 15%;
    left: 15%;
    bottom: 20px;
    text-align: center;
    position: absolute
}

.carousel {
    height: 100vh;
    overflow: hidden;
    top: 0
}

.carousel > input {
    display: none
}

.slider {
    height: 100%;
    white-space: nowrap;
    font-size: 0;
    -webkit-transition: 1.3s;
    transition: 1.3s
}

.slider > div {
    position: relative;
    display: inline-block;
    white-space: normal;
    height: 100vh;
    width: 100vw;
    background: none 50% no-repeat;
    background-size: cover;
    overflow-x: hidden
}
.slider video{
    min-width: 100vw;
    min-height: 100vh;
    overflow-x: hidden
}

.prevNext {
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: 0 -25px 10px -10px #222222 inset;
}

.prevNext > div {
    display: none
}

.prevNext label {
    top: 0;
    position: absolute;
    height: 100%;
    width: 150px;
    cursor: pointer
}

.prevNext label:hover::after {
    opacity: 1
}

.prevNext label:nth-child(2) {
    right: 0px
}

.prevNext label::after {
    top: 50%;
    position: absolute;
    width: 20px;
    height: 20px;
    text-align: center;
    opacity: 0.7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    content: ""
}

.prev::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
    left: 6vw
}

.next::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
    right: 6vw
}

#s1:checked ~ .carousel-indicators > label:nth-child(1),
#s2:checked ~ .carousel-indicators > label:nth-child(2),
#s3:checked ~ .carousel-indicators > label:nth-child(3) {
    background: rgba(255, 255, 255, 1);
    background-clip: padding-box
}

#s1:checked ~ .prevNext > div:nth-child(1),
#s2:checked ~ .prevNext > div:nth-child(2),
#s3:checked ~ .prevNext > div:nth-child(3) {
    display: inline-block
}

#s2:checked ~ .slider {
    transform: translateX(-100vw);
    -webkit-transform: translateX(-100vw)
}

#s3:checked ~ .slider {
    transform: translateX(-200vw);
    -webkit-transform: translateX(-200vw)
}
