@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

:root {
    --span: #36b048;
    --header-a: #efefef;
    --light-black: #1f1f1f;
}

body {
    line-height: 1.5;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    overflow-x: hidden;
}

* {
    margin: 0;
    box-sizing: border-box;
}

:before,
:after {
    box-sizing: border-box;
}

.container {
    max-width: 1500px;
    margin: auto;
}

.span {
    color: #36b048;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.obs-octane .container .row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    
}

.v-center {
    align-items: right;
    background-color: #000000;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: var(--span);
}

.img-logo {
    width: 150px;
}

.fa-layer-group {
    margin-right: 5px;
}

.fa-circle-dot {
    margin: 0 5px;
    font-size: 10px;
}

#header-item-right {
    font-weight: bold;
    border: 2px solid;
    padding: .2rem 2rem;
    border-radius: 2rem;
    background-color: #000;
}

.header {
    display: block;
    width: 100%;
    position: sticky;
    top: 0;
    background-color: #000000;
    z-index: 101;
    height: 72px;
}

.header .item-left {
    flex: 0 0 17%;
}

.header .logo a {
    font-size: 26px;
    color: white;
    font-weight: 700;
    text-decoration: none;
}

.header .item-center {
    flex: 0 0 66%;
}

.header .item-right {
    flex: 0 0 17%;
    display: flex;
    justify-content: flex-end;
}

.header .item-right a {
    text-decoration: none;
    font-size: 16px;
    color: var(--header-a);
    display: inline-block;
    margin-left: 10px;
    transition: color .3s ease;
}

.header .menu>ul>li {
    display: inline-block;
    line-height: 50px;
    margin-left: 25px;
}

.header .menu>ul>li>a {
    font-size: 15px;
    font-weight: 500;
    color: white;
    position: relative;
    text-transform: capitalize;
    transition: color .3s ease;
}

.header .menu>ul>li .sub-menu {
    position: absolute;
    z-index: 500;
    background-color: black;
    box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, .3);
    padding: 20px 30px;
    transition: all .5s ease;
    margin-top: 25px;
    opacity: 0;
    visibility: hidden;
}

@media(min-width:992px) {
    .header .menu>ul>li.menu-item-has-children:hover .sub-menu {
        margin-top: 0;
        visibility: visible;
        opacity: 1;
        background-color: #000000fa;
        border-bottom: 3px solid var(--span);
        border-radius: 1rem;
    }
}

.header .menu>ul>li .sub-menu>ul>li {
    line-height: 1;
}

.header .menu>ul>li .sub-menu>ul>li>a {
    display: inline-block;
    padding: 10px 0;
    font-size: 15px;
    color: var(--header-sub);
    transition: color .3s ease;
    text-decoration: none;
    text-transform: capitalize;
}

.header .menu>ul>li .single-column-menu {
    min-width: 280px;
    max-width: 350px;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li {
    line-height: 1;
    display: block
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
    padding: 10px 0;
    display: inline-block;
    font-size: 15px;
    color: white;
    transition: color .3s ease;
}

.header .menu>ul>li .sub-menu.mega-menu {
    left: 50%;
    transform: translateX(-50%)
}

.header .menu>ul>li .sub-menu.mega-menu-column-4 {
    max-width: 1100px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 15px;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
    flex: 0 0 20%;
    padding: 0 15px;
    cursor: pointer;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item .title {
    font-size: 16px;
    color: var(--span);
    font-weight: 500;
    line-height: 1;
    padding: 10px 0;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
    text-align: center;
    cursor: pointer;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
    max-width: 50px;
    width: 50px;
    vertical-align: middle;
    margin-top: 10px;
    height: 50px;
    object-fit: cover;
    cursor: pointer;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a:hover,
.header .menu>ul>li .sub-menu>ul>li>a:hover,
.header .item-right a:hover,
.header .menu>ul>li:hover>a {
    color: var(--span);
    cursor: pointer;
}

.banner-section {
    background-image: url('../img/banner.jpg');
    background-size: cover;
    background-position: center;
    height: 700px;
    width: 100%;
    display: block;
}

.mobile-menu-head,
.mobile-menu-trigger {
    display: none;
}

@media(max-width:1024px) {
    #help {
        display: none;
    }
}

@media(max-width:1160px) {
    .header .item-center {
        order: 3;
        flex: 0 0 100%
    }

    .header .item-left,
    .header .item-right {
        flex: 0 0 auto
    }

    .header .item-right a {
        display: none
    }

    .v-center {
        justify-content: space-between;
        margin-top: 14px !important;
    }

    .header .mobile-menu-trigger {
        display: flex;
        height: 30px;
        width: 30px;
        margin-right: 15px;
        cursor: pointer;
        align-items: center;
        justify-content: center;
        padding-bottom: 1rem
    }

    .header .mobile-menu-trigger span {
        display: block;
        height: 2px;
        background-color: #ffffff;
        width: 24px;
        position: relative
    }

    .header .mobile-menu-trigger span:before,
    .header .mobile-menu-trigger span:after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #ffffff
    }

    .header .mobile-menu-trigger span:before {
        top: -6px
    }

    .header .mobile-menu-trigger span:after {
        top: 6px
    }

    .header .item-right {
        align-items: center;
        margin-top: -30px
    }

    .header .menu {
        position: fixed;
        width: 320px;
        background-color: #ffffff;
        left: 0;
        top: 0;
        height: 100%;
        overflow: hidden;
        transform: translate(-100%);
        transition: all .5s ease;
        z-index: 1099
    }

    .header .menu.active {
        transform: translate(0%)
    }

    .header .menu>ul>li {
        line-height: 1;
        margin: 0;
        display: block
    }

    .header .menu>ul>li>a {
        line-height: 50px;
        height: 50px;
        padding: 0 50px 0 15px;
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, .1)
    }

    .header .menu>ul>li>a i {
        position: absolute;
        height: 50px;
        width: 50px;
        top: 0;
        right: 0;
        text-align: center;
        line-height: 50px;
        transform: rotate(-90deg)
    }

    .header .menu .mobile-menu-head {
        display: flex;
        height: 50px;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 501;
        position: sticky;
        background-color: var(--light-black);
        top: 0
    }

    .header .menu .mobile-menu-head .go-back {
        height: 50px;
        width: 50px;
        border-right: 1px solid rgba(0, 0, 0, .1);
        cursor: pointer;
        line-height: 50px;
        text-align: center;
        color: #ffffff;
        font-size: 16px;
        display: none
    }

    .header .menu .mobile-menu-head.active .go-back {
        display: block
    }

    .header .menu .mobile-menu-head .current-menu-title {
        font-size: 15px;
        font-weight: 500;
        color: #ffffff
    }

    .header .menu .mobile-menu-head .mobile-menu-close {
        height: 50px;
        width: 50px;
        border-left: 1px solid rgba(0, 0, 0, .1);
        cursor: pointer;
        line-height: 50px;
        text-align: center;
        color: #ffffff;
        font-size: 25px
    }

    .header .menu .menu-main {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        background-color: var(--light-black)
    }

    .header .menu>ul>li .sub-menu.mega-menu,
    .header .menu>ul>li .sub-menu {
        visibility: visible;
        opacity: 1;
        position: absolute;
        box-shadow: none;
        margin: 0;
        padding: 15px;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-top: 65px;
        max-width: none;
        min-width: auto;
        display: none;
        transform: translateX(0%);
        overflow-y: auto
    }

    .header .menu>ul>li .sub-menu.active {
        display: block;
    }

    @keyframes slideLeft {
        0% {
            opacity: 0;
            transform: translateX(100%)
        }

        100% {
            opacity: 1;
            transform: translateX(0%)
        }
    }

    @keyframes slideRight {
        0% {
            opacity: 1;
            transform: translateX(0%)
        }

        100% {
            opacity: 0;
            transform: translateX(100%)
        }
    }

    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
        margin-top: 0
    }

    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
        margin-bottom: 20px
    }

    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center:last-child .title {
        margin-bottom: 0
    }

    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
        flex: 0 0 100%;
        padding: 0
    }

    .header .menu>ul>li .sub-menu>ul>li>a,
    .header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
        display: block
    }

    .header .menu>ul>li .sub-menu.mega-menu>.list-item>ul {
        margin-bottom: 15px
    }

    .menu-overlay {
        position: fixed;
        background-color: rgba(0, 0, 0, .5);
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1098;
        visibility: hidden;
        opacity: 0;
        transition: all .5s ease
    }

    .menu-overlay.active {
        visibility: visible;
        opacity: 1
    }
}

@media screen and (max-width:989px) {
    .img-logo {
        margin-top: 13px
    }
    .v-center{
        margin-top: 0px !important;
    }
}

.header-btn-text {
    color: white;
}

.container-mx-width-1600 {
    max-width: 1500px !important;
    margin: auto;
}

.g-location-search-results-main {
    background: linear-gradient(135deg, rgba(0, 0, 0, .5) 0%, rgba(32, 32, 32, .8) 100%);
    backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    border-radius: 12px;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    overflow: hidden;
    transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

.header .menu>ul>.g-location-search-results-main {}

.g-location-search-results-main.active {
    max-height: 100vh;
    opacity: 1;
    transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

.g-location-search-results-main .location-search-layout {
    background: linear-gradient(145deg, #202020 0%, #1a1a1a 100%);
    border: 2px solid #36b048;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 25px 50px rgba(54, 176, 72, .1), 0 0 30px rgba(54, 176, 72, .05), inset 0 1px 0 rgba(255, 255, 255, .1);
    display: flex;
    flex-direction: column;
    gap: 24px;
    min-width: 700px;
    max-width: 90vw;
    max-height: 85vh;
    position: relative;
    overflow: hidden;
}

.g-location-search-results-main .location-search-layout::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #36b048, transparent);
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {

    0%,
    100% {
        opacity: .3
    }

    50% {
        opacity: 1
    }
}

.g-location-search-results-main .location-search-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(54, 176, 72, .2);
}

.g-location-search-results-main .location-search-title {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 12px;
    text-shadow: 0 0 10px rgba(54, 176, 72, .3);
}

.g-location-search-results-main .location-search-title::before {
    content: '\f233';
    font-family: 'FontAwesome';
    color: #36b048;
    font-size: 20px;
    animation: glow 2s ease-in-out infinite alternate;
}

@keyframes glow {
    from {
        text-shadow: 0 0 5px #36b048
    }

    to {
        text-shadow: 0 0 15px #36b048, 0 0 20px #36b048
    }
}

.g-location-search-results-main .location-search-close {
    cursor: pointer;
    padding: 12px 16px 10px;
    border-radius: 8px;
    transition: all .3s ease;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .1);
}

.g-location-search-results-main .location-search-close:hover {
    background: rgba(255, 85, 51, .1);
    border-color: #ff5533;
    transform: scale(1.1);
}

.g-location-search-results-main .location-search-close i {
    color: #ff5533;
    font-size: 24px;
    transition: all .3s ease;
    margin: 0;
}

.g-location-search-results-main .search-input-container {
    position: relative;
}

.g-location-search-results-main .search-input-container::before {
    content: '\f002';
    font-family: 'FontAwesome';
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #36b048;
    font-size: 16px;
    z-index: 1;
}

.g-location-search-results-main .Locationsearch {
    width: 300px;
    padding: 0 20px 0 30px;
    background: linear-gradient(145deg, #1a1a1a, #0f0f0f);
    border: 2px solid rgba(54, 176, 72, .3);
    border-radius: 12px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    transition: all .3s ease;
    outline: none;
}

.g-location-search-results-main .Locationsearch:focus {
    border-color: #36b048;
    box-shadow: 0 0 20px rgba(54, 176, 72, .2), inset 0 0 10px rgba(54, 176, 72, .05);
}

.g-location-search-results-main .Locationsearch::placeholder {
    color: rgba(255, 255, 255, .5);
}

.g-location-search-results-main .location-search-results {
    background: linear-gradient(145deg, #1a1a1a, #0f0f0f);
    border: 1px solid rgba(54, 176, 72, .2);
    border-radius: 12px;
    max-height: 400px;
    overflow-y: auto;
    opacity: 0;
    max-height: 0;
    transition: all .4s cubic-bezier(.25, .46, .45, .94);
    scrollbar-width: thin;
    scrollbar-color: #36b048 #202020;
    overflow-x: hidden;
}

.g-location-search-results-main .location-search-results::-webkit-scrollbar {
    width: 8px;
}

.g-location-search-results-main .location-search-results::-webkit-scrollbar-track {
    background: #202020;
    border-radius: 4px;
}

.g-location-search-results-main .location-search-results::-webkit-scrollbar-thumb {
    background: linear-gradient(45deg, #36b048, #2a8a3a);
    border-radius: 4px;
}

.g-location-search-results-main .location-search-results.active {
    max-height: 400px;
    opacity: 1;
}

.g-location-search-results-main .location-search-results .h3 {
    padding: 16px 24px 13px 24px;
    margin: 0;
    border-bottom: 1px solid rgba(54, 176, 72, .1);
    background: linear-gradient(90deg, rgba(54, 176, 72, .05), transparent);
}

.g-location-search-results-main .location-search-results .h3 a {
    color: #36b048;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all .3s ease;
}

.g-location-search-results-main .location-search-results .h3 a::before {
    content: '\f0ac';
    font-family: 'FontAwesome';
    font-size: 14px;
}

.g-location-search-results-main .location-search-results .h3 a:hover {
    color: #ffffff;
    text-shadow: 0 0 10px #36b048;
}

.g-location-search-results-main .location-search-results ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.g-location-search-results-main .location-search-results ul li {
    display: flex;
    align-items: center;
    padding: 12px 24px;
    transition: all .3s ease;
    border-bottom: 1px solid rgba(255, 255, 255, .05);
    position: relative;
    overflow: hidden;
}

.g-location-search-results-main .location-search-results ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(45deg, #36b048, #2a8a3a);
    transform: scaleY(0);
    transition: transform .3s ease;
}

.g-location-search-results-main .location-search-results ul li:hover {
    background: linear-gradient(90deg, rgba(54, 176, 72, .1), transparent);
    transform: translateX(5px);
}

.g-location-search-results-main .location-search-results ul li:hover::before {
    transform: scaleY(1);
}

.g-location-search-results-main .location-search-results ul li a {
    color: rgba(255, 255, 255, .8);
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    transition: all .3s ease;
}

.g-location-search-results-main .location-search-results ul li a::before {
    content: '\f233';
    font-family: 'FontAwesome';
    color: #36b048;
    font-size: 12px;
    width: 16px;
    text-align: center;
}

.g-location-search-results-main .location-search-results ul li:hover a {
    color: #ffffff;
}

.g-location-search-results-main .stats-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-top: 1px solid rgba(54, 176, 72, .2);
    font-size: 14px;
    color: rgba(255, 255, 255, .6);
}

.g-location-search-results-main .g-location-search-results-main .stats-bar .total-locations {
    display: flex;
    align-items: center;
    gap: 8px;
}

.g-location-search-results-main .g-location-search-results-main .stats-bar .total-locations::before {
    content: '\f0ac';
    font-family: 'FontAwesome';
    color: #36b048;
}

.g-location-search-results-main .g-location-search-results-main .gaming-accent {
    position: absolute;
    top: -2px;
    right: -2px;
    width: 60px;
    height: 60px;
    background: linear-gradient(45deg, #36b048, #2a8a3a);
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    opacity: .1;
}

@media screen and (max-width:768px) {
    .g-location-search-results-main .g-location-search-results-main .location-search-layout {
        min-width: 95vw;
        margin: 20px;
        padding: 24px
    }

    .g-location-search-results-main .g-location-search-results-main .location-search-title {
        font-size: 20px
    }

    .g-location-search-results-main .g-location-search-results-main .location-search-results {
        max-height: 300px
    }
}

@media screen and (max-width:480px) {
    .g-location-search-results-main .location-search-layout {
        padding: 20px
    }

    .g-location-search-results-main .location-search-results ul li {
        padding: 10px 20px
    }

    .g-location-search-results-main .location-search-results ul li a {
        font-size: 14px
    }
}

@media screen and (max-width:1300px) {
    .header .menu>ul>li {
        margin-left: 16px !important
    }
}

@media screen and (max-width:1220px) {
    .header .menu>ul>li {
        margin-left: 10px !important
    }
}

@media screen and (max-width:1160px) {
    .g-location-search-results-main {
        top: 50px
    }

    .g-location-search-results-main .Locationsearch {
        padding: 6px 20px 6px 30px
    }
}

#g-billibox-header-item-right {
    font-weight: bold;
    border: 2px solid;
    padding: .2rem 2rem;
    border-radius: 2rem;
    background-color: #000;
}