/* *****************************************************

    ** Custom Stylesheet for bredh version 1.6 **
	** add your custom styles in this file **
	
	
***************************************************** */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

html, body {
    height: auto;
}

#coodiv-header .navbar {
    top: 50px;
    margin: 0;
    height: auto;
    min-height: auto;
    border-radius: 0;
}

#coodiv-header .navbar-nav>li {
    list-style: none;
    margin: 0;
}

#coodiv-navbar-header .navbar-nav .nav-link {
    text-decoration: none !important;
}

.navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}

.ml-auto, .mx-auto {
    margin-left: auto!important;
}

.mr-auto, .mx-auto {
    margin-right: auto!important;
}

.mt-auto, .my-auto {
    margin-top: auto!important;
}

.mb-auto, .my-auto {
    margin-bottom: auto!important;
}

@media (min-width: 768px) {
.navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.navbar-expand-md>.container, .navbar-expand-md>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}	

.coodiv-colpass-menu-header {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
	float: none;
    padding: 0;
}

}

#coodiv-header .navbar {
    position: fixed;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    float: none;
    height: auto;
}

.coodiv-colpass-menu-header {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}

.navbar>.container, .navbar>.container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: center;
}

.whmcs-top-header-coodiv-link i{
    color: #ffffff;
    font-size: 25px;
}
.whmcs-top-header-coodiv-link i:hover{
	color: #ffffff;
}

.whmcs-top-header-coodiv-link-alt i{
    color: #ffffff;
    font-size: 18px;
    padding: 10px 15px;
}
.whmcs-top-header-coodiv-link-alt i:hover{
	color: #ffffff;
}

.whmcs-top-header-coodiv-link span{
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    color: #ffffff;
    font-family: 'Poppins';
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 5px 10px;
    letter-spacing: -0.2px;
}

.whmcs-top-header-coodiv-link:hover span{
    color: #ffffff;
	opacity:1;

}

ul.top-nav>li>a {
    padding: 6px 8px;
    color: #ffffff;
    line-height: 20px;
    text-decoration: none;
}

.whmcs-top-header-coodiv {
    padding: 0 0 5px;
    position: relative;
    overflow: hidden; /* Prevents emojis from overflowing */
    background: #56a0ff;
    border-bottom: 1px solid #ffffff00;
}

.floating-emoji {
    position: absolute;
    bottom: -30px; /* Start below the visible area */
    font-size: 24px; /* Adjust emoji size */
    animation: floatUp 5s linear infinite;
}

@keyframes floatUp {
    0% {
        transform: translateY(0) translateX(0);
        opacity: 1;
    }
    100% {
        transform: translateY(-100vh) translateX(calc(-20px + 40px * random()));
        opacity: 0;
    }
}

#coodiv-navbar-header {
    border-bottom: 0;
    padding: 1.4rem 1rem;
}

.top-header-right-nav{
    float: left;
    position: relative;
    padding-left: 0;
    margin-bottom: 0;
}

.top-header-right-nav li{
    padding: 10px 10px 10px 0;
    text-decoration: none;
    list-style: none;
    font-weight: 600;
    color: #71858e;
    font-size: 11.5px;
    line-height: 24px;
    letter-spacing: -0.2px;
    font-family: 'Poppins', sans-serif;
}

@media (min-width: 768px) {
#coodiv-navbar-header .navbar-nav .nav-link {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
}
}

.header-user-info-coodiv {display: flex;align-items: center;justify-content: center;gap: 5px;}

.header-btn-services-whmcs{
    padding: 0;
}

.header-btn-services-whmcs{
    list-style: none;
    background: #fff;
    box-shadow: 5px 7px 12px 0 rgba(77, 77, 119, 0.05);
    border-radius: 15px;
    margin-top: 40px;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
}

.header-btn-services-whmcs:before{
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    top: -12px;
    right: -35px;
    border-radius: 50%;
    background: rgba(240, 243, 245, 0.7);
    pointer-events: none;
    z-index: 0;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.header-btn-services-whmcs:hover::before{
    right: -25px;
}

.header-btn-services-whmcs a{
    text-decoration: none;
	padding: 20px;
	display: block;
}


.header-btn-services-whmcs a img{
    position: absolute;
    right: 16px;
    width: 10px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.2;
}

.header-btn-services-whmcs a img:hover{
    opacity: 0.4;
}

.header-btn-services-whmcs a i{
    color: #6fbc9a;
    font-size: 25px;
    margin-bottom: 10px;
}

.header-btn-services-whmcs a p{
    margin: 0;
    display: block;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    color: #5d727b;
    position: relative;
}

.owl-domain-prices-previw.special-for-whmcs {
    height: 185px;
    padding-left: 0;
	padding-bottom: 5px;
}

.header-btn-services-whmcs.color-2 a i {
    color: #048adf;
}

.header-btn-services-whmcs.color-3 a i {
    color: #ffcd0d;
}

.header-btn-services-whmcs.color-4 a i {
    color: #FF5722;
}

.nav--shamso .nav__item-title {
    margin: 0 3.8rem 0 0;
}

.nav--shamso .nav__item::after {
    width: 76%;
    height: 76%;
}

@media (min-width: 768px){
#coodiv-navbar-header .navbar-nav>li>a {
    font-weight: 600;
    color: #edf1f3;
    font-size: 13px;
    line-height: 24px;
    padding-right: 1.2rem;
    padding-left: 1.2rem;
    position: relative;
	background: transparent !important;
}

#coodiv-navbar-header .navbar-nav>li>a:hover {
    color: #fff;
    opacity: 1;
    background: transparent !important;
}

#coodiv-navbar-header .navbar-nav>li>a:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 100%;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 3px;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#coodiv-navbar-header .navbar-nav>li>a:after {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 100%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 3px;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#coodiv-navbar-header .navbar-nav>li>a:hover::before, #coodiv-navbar-header .navbar-nav>li.active a:before {
    right: -7px;
    opacity: 1;
}

#coodiv-navbar-header .navbar-nav>li>a:hover::after, #coodiv-navbar-header .navbar-nav>li.active a:after {
    left: -7px;
    opacity: 1;
}

}

.header-height-clone{
    height: 90px;
    display: inline-table;
    float: left;
}

#coodiv-navbar-header .dropdown.open .dropdown-menu, #coodiv-navbar-header .header-user-info-coodiv li.open .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#coodiv-navbar-header .dropdown-menu {
    background: #35394e;
    border-radius: 0;
    margin-top: 25px;
    border: 1px solid #ffffff0f;
    padding: 10px 0;
}

#coodiv-navbar-header .dropdown-menu li a {
    font-weight: 700;
    color: #4e5f67;
    font-size: 13px;
    padding-right: 3.5rem;
    position: relative;
}

#coodiv-navbar-header .dropdown-menu li a:focus, #coodiv-navbar-header .dropdown-menu li a:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

#coodiv-navbar-header .coodiv-dropdown-header.user-login-dropdown:after {
    right: 27px;
    left: auto;
}

.header-user-info-coodiv li a {
    text-decoration: none !important;
    display: flex;
    align-items: center;
    gap: 2px;
    background: #ffffff2e;
    border: 1px solid #ffffff12;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    padding: 1px 5px;
    border-radius: 5px;
}

@media (min-width: 768px) {
#coodiv-header .top-header-fixed .navbar-nav>li>a:after,#coodiv-header .top-header-fixed .navbar-nav>li>a:before {
    background: #24293a;
}
#coodiv-header .top-header-fixed .navbar-nav>li.active>a, #coodiv-header .top-header-fixed .navbar-nav>li>a:hover {
    color: #282e31;
}
#coodiv-header .top-header-fixed .navbar-nav>li>a {
    color: #4e585d;
}
}

#coodiv-navbar-header.top-header-fixed .dropdown-menu:after {
    display: none;
}

.nav .nav-divider {
    margin: 5px 0;
    background-color: #edf2f5;
}

.final-footer-area [class^="col-md-"], .final-footer-area [class*=" col-md-"]{padding:0;}
.homepagetitle{
	position: relative;
	color: #559dfb;
	font-weight: bold;
	margin: 0;
	padding: 0;
	font-size: 60px;
	font-family: 'Poppins';
	margin-bottom: 0;
	letter-spacing: -3px;
	text-transform: uppercase;
}

div.announcement-single.homepage-anouncement h3{
	margin-top: 15px;
	line-height: 23px;
	vertical-align: top;
}

div.announcement-single.homepage-anouncement h3 span.label{
    font-size: 20px;
    font-weight: 100;
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
    background: #56a0ff;
    border: 1px solid #ffffff05;
    color: #fff;
    padding: 5px 20px;
    letter-spacing: 0.5px;
    border-radius: 0;
    font-family: 'Bebas Neue';
}

div.announcement-single.homepage-anouncement h3 a{
    float: right;
    position: relative;
    color: #989cbf;
    font-weight: bold;
    margin: 0;
    padding: 0;
    font-size: 17px;
    font-family: 'Poppins';
    margin-bottom: 0;
    text-decoration: none;
}

div.announcement-single.homepage-anouncement blockquote {
    margin-top: 10px;
    border-left: 0;
    color: #838896;
    font-weight: 100;
    line-height: 28px;
    font-size: 16px;
    padding-left: 0;
}

div.announcement-single.homepage-anouncement blockquote .label {
    display: none;
}

.header-user-info-coodiv li span.infonexsheader{
    position: absolute;
    right: -21px;
    z-index: 1;
    background: #3F51B5;
    font-weight: bold;
    padding: 0 13px;
    height: 22px;
    font-size: 11px;
    text-align: center;
    line-height: 22px;
    border-radius: 20px;
    top: -15px;
    cursor: pointer;
    margin-top: 0;
	color: #fff !important;
}

.popover-user-notifications {
    padding: 0;
    border-color: rgba(233, 238, 241, 0.44);
    min-width: 310px;
    font-family: 'Open Sans',sans-serif;
    border-radius: 9px;
    z-index: 9999999;
}

.popover-user-notifications .popover-title {
    padding: 15px 14px;
    margin: 0;
    font-size: 13px;
    background-color: #fff;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.popover-user-notifications ul li.none {
    padding: 25px 0;
    min-height: auto;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    color: #8a9ca5;
    font-family: 'Poppins', sans-serif;
}

div.header-lined h1 {
    margin-top: 0;
    padding: 6px 0;
    border-bottom: 1px solid #e6edf1;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 30px;
    color: #6c54c7;
    position: relative;
}

div.header-lined small {
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 100;
}

.logincontainer {
    max-width: 100% !important;
}

.form-control {
    height: 64px;
    font-size: 13px;
    border: 1px solid #dbe1e4;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#registration .field, #registration .form-control {
    height: 39px;
    font-size: 13px;
    border: 1px solid #dbe1e4;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.panel-sidebar {
    font-size: 20px;
    padding: 15px 20px !important;
    margin-bottom: 30px !important;
    background-color: #1f2333 !important;
    border-radius: 0 !important;!i;!;!;!~;!;
    border: 0;
}

.panel-sidebar>.panel-heading {
    background-color: transparent;
    padding: 5px 5px;
}

.panel-sidebar .panel-title {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: -.5px;
    font-family: 'Bebas Neue';
}

.panel-heading+.list-group .list-group-item:first-child {
    color: #ffffff;
}

.panel>.list-group .list-group-item, .panel>.panel-collapse>.list-group .list-group-item {
    color: #ffffff;
}

.panel-sidebar .list-group-item i:not(.fa-circle):not(.fa-dot-circle) {
    font-size: 11px;
    color: #838896;
}

.panel-sidebar a.list-group-item.active, .panel-sidebar a.list-group-item.active:focus, .panel-sidebar a.list-group-item.active:hover {
    background-color: transparent;
    border-color: transparent;
    color: #9663d8 !important;
}

.main-header-sub-pages-informations {
    position: relative;
    background: #202333a8;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-header-sub-pages-informations div.header-lined h1 {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 25px;
    letter-spacing: -1px;
    margin-bottom: 15px;
    color: #ffffff;
    position: relative;
    border: 0;
    text-align: center;
}

.main-header-sub-pages-informations div.header-lined h1 small {
    display: block;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0;
    font-family: 'Quicksand', sans-serif;
    margin-bottom: 20px;
    color: #aebfc7;
    margin-top: 10px;
}

.main-header-sub-pages-informations div.header-lined .breadcrumb {
    font-size: 12px;
    background: rgba(51, 51, 51, 0.05);
    padding: 10px 20px;
    border-radius: 6px;
	margin-top: 0;
}

.main-header-sub-pages-informations div.header-lined .breadcrumb>.active {
    color: #03A9F4;
    font-weight: 500;
}

.col-xs-12.main-content,.col-md-9.main-content {
    border-radius: 12px;
    background-color: transparent;
    padding: 40px;
    box-shadow: none;
    border: none;
    overflow-x: hidden;
    text-align: right;
}

.announcement-single .title {
    position: relative;
    color: #2196F3;
    font-weight: 500;
    margin-bottom: 11px;
    padding: 0;
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    display: block;
}

.announcement-single p {
    margin: 2px 0 10px;
    border-left: 0;
    color: #989cbf;
    font-weight: 500;
    line-height: 24px;
    font-size: 16px;
    padding-left: 0;
    font-family: 'Poppins';
}


div.announcement-single .label {
    display: none;
}

#coodiv-navbar-header .dropdown-menu.coodiv-dropdown-header.user-login-dropdown.loggged-user-informations{
    padding: 20px 25px;
}

.user-info-header{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #2f3538;
    text-transform: capitalize;
    position: relative;
    padding: 15px 0 35px;
    border-bottom: 1px solid #edf1f3;
    margin-bottom: 20px;
}

#coodiv-navbar-header .dropdown-menu.coodiv-dropdown-header.user-login-dropdown.loggged-user-informations .user-info-header span{
    font-weight: 100;
    font-size: 12px;
    margin-top: 0;
    color: #98adb7;
}

.services-box-user-info-header{
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(234, 238, 241, 0.51) !important;
    border-radius: 8px;
    text-align: center;
    overflow: hidden;
    width: 90px;
    height: 70px;
    padding: 11px 0;
}

.services-box-user-info-header i{
    position: absolute;
    font-size: 50px;
    top: 0px;
    line-height: 0;
    left: -25px;
    color: #ffeb3b;
    pointer-events: none;
}

.services-box-user-info-header .stat{
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 0.5px;
    color: #2f3538;
    line-height: 1;
}

.services-box-user-info-header .title{
    font-weight: 500;
    font-size: 12px;
    color: #2f3538;
}

.panel-sidebar a.list-group-item.active i, .panel-sidebar a.list-group-item.active:focus i, .panel-sidebar a.list-group-item.active:hover i {
    color: #2196F3;
}


#coodiv-navbar-header .dropdown-menu ul.user-menu-dro {
    padding: 0;
}

#coodiv-navbar-header .dropdown-menu ul.user-menu-dro li a {
    display: block;
    text-align: left;
    padding: 10px 0;
}

#coodiv-navbar-header .dropdown-menu ul.user-menu-dro li a i:first-child{
    font-size: 14px;
    color: #2196F3;
}

#coodiv-navbar-header .dropdown-menu ul.user-menu-dro li a i:last-child{
    font-size: 17px;
    color: #c9d5da;
    padding: 3px 0;
    float: right;
}

.liginned-user-menu{
    margin: 15px -25px -20px;
    padding: 0px 20px;
    box-shadow: 0 -3px 15px 0 rgba(110,110,110,.1);
    border: 1px solid #eee;
    border-radius: 0 0 15px 15px;
    text-align: center;
}

.liginned-user-menu a{
    background: transparent !important;
	padding: 20px 0;
}

.liginned-user-menu a img{
    width: 13px;
    opacity: 0.4;
}

.liginned-user-menu a:hover img{
    opacity: 0.6;
}

.checkbox label, .radio label {
    min-height: 27px;
}

.box-intr-holder-client-home .box-intr:first-child{
    padding-left: 0
}

.box-intr-holder-client-home .box-intr:last-child{
    padding-right: 0
}

.box-intr-holder-client-home .box-intr a{
    display: block;
    border-radius: 0;
    text-align: center;
    overflow: hidden;
    padding: 30px 0;
    text-decoration: none;
    margin: 10px 0;
    background: #56a0ff;
    width: 100%;
    position: relative;
    border: 0;
    box-shadow: 0 5px 15px 0 rgba(110,110,110,.08);
}

.box-intr-holder-client-home .box-intr a .icon i{
    position: absolute;
    font-size: 60px;
    left: -20px;
    top: -20px;
    color: #333;
    opacity: 0.2;
}

.box-intr-holder-client-home .box-intr:nth-child(1) a .icon i{
    color: #fff;
}

.box-intr-holder-client-home .box-intr:nth-child(2) a .icon i{
    color: #fff;
}

.box-intr-holder-client-home .box-intr:nth-child(3) a .icon i{
    color: #fff;
}

.box-intr-holder-client-home .box-intr:nth-child(4) a .icon i{
    color: #fff;
}

.box-intr-holder-client-home .box-intr a .stat{
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 40px;
    color: #fff;
}

.box-intr-holder-client-home .box-intr a .title{
    font-weight: 600;
    font-size: 13px;
    margin-top: -5px;
    color: #fff;
}

.client-home-panels .panel.coodiv-panel-client-area-home {
    background: #fff;
    width: 100%;
    position: relative;
    border: 0;
    box-shadow: none;
}

.client-home-panels .panel.coodiv-panel-client-area-home>.panel-heading {
    padding: 17px 15px;
}

.client-home-panels .panel.coodiv-panel-client-area-home>.panel-heading h3{
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    color: #fff;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}

.client-home-panels .panel.coodiv-panel-client-area-home>.panel-body p{
    font-size: 14px;
    line-height: 24px;
}

.client-home-panels .panel.coodiv-panel-client-area-home>.panel-footer {
    display: none;
}

.client-home-panels .panel.coodiv-panel-client-area-home>.list-group .list-group-item {
    padding: 11px 10px;
    border-top: 1px solid #ffffff0f;
}

.main-content .domain-checker-container{
    background: transparent;
    margin: 0;
    border: 0;
    border-radius: 0;
}

.main-content .domain-checker-container .domain-checker-bg {
    padding: 0 0 60px;
    background-image: none;
}

.main-content .domain-checker-container .domain-checker-bg form#frmDomainChecker {
    display: block;
    position: relative;
}

.main-content .domain-checker-container .domain-checker-bg form#frmDomainChecker .col-md-8 {
    width: 100% !important;
	margin: 0 !important;
}

..lang-changer-drop-up {
    float: right;
    padding-right: 25px;
}

@media (min-width: 768px) {
#coodiv-header {
    min-height: 590px;
}
#coodiv-header.subpages-header {
    min-height: 400px;
}
.navbar-nav>li {
    float: left;
}
.navbar-expand-md>.container, .navbar-expand-md>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

}

@media (min-width:978px) and (max-width:1117px){
#coodiv-header {
    min-height: 590px;
}
}

@media (min-width:768px) and (max-width:991px){
.header-user-info-coodiv {
    padding-left: 10px;
}

.header-user-info-coodiv li #header-login-dropdown {
    padding: 3px 11px;
}

.header-user-info-coodiv li span {
    display: none;
}

#coodiv-navbar-header .navbar-nav>li>a {
    font-size: 11px;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
}

@media (max-width:768px) {
.container.main-header-coodiv-s{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#coodiv-header main.container{
    width: 100%;
	
}

.footer-area-under [class^="col-md-"] {
    margin-left: 0;
    margin-right: 0;
}

.navbar>.container, .navbar>.container-fluid {
    flex-basis: min-content;
}

.navbar-toggle {
    padding: 0;
}

.navbar-expand-md>.container, .navbar-expand-md>.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

#coodiv-navbar-header .navbar-nav>li>a {
    padding: 1.2rem .9rem;
    border-bottom: 1px solid rgba(29, 31, 45, 0.62);
    font-weight: 700;
    color: #edf1f3;
    font-size: 13px;
    line-height: 24px;
    position: relative;
	background-color: transparent! important;
    border-color: none !important;
}

#coodiv-navbar-header .navbar-nav{
    margin: 0;
}

#coodiv-navbar-header .navbar-offcanvas li.open .dropdown-menu {
    display: block;
}

ul.top-nav>li>a {
    padding: 6px 4px;
    color: #777;
    line-height: 20px;
    text-decoration: none;
}

.header-btn-services-whmcs {
	margin-top: 15px;
}

#coodiv-navbar-header .dropdown-menu.user-login-dropdown {
    min-width: 290px;
}

.liginned-user-menu a {
    width: 32%;
    display: inline-block;
}

.box-intr-holder-client-home .box-intr {
    padding: 3px !important;
}

.header-user-info-coodiv li span.infonexsheader {
    right: -7px;
    top: -9px;
}


}

@media (max-width:570px) {
.navbar-brand {
    margin: 0 auto;
}
.top-header-right-nav {
    display: none;
}
.whmcs-top-header-coodiv-link span {
    color: #1e292f !important;
}
ul.top-nav {
    float: left;
}
.whmcs-top-header-coodiv-link i {
    color: #202325;
}

.header-user-info-coodiv {
    padding-left: 0;
    margin: 0 auto;
    padding-top: 10px;
}

}
.container.main-header-coodiv-s:after,.container.main-header-coodiv-s:before{
	display: none;
}

.demo-color-changer {
    top: 190px;
}

.lang-changer-drop-up {
    float: right;
    padding-right: 20px;
}

.modal {
    z-index: 99999;
}

.white-bg{
	background: #1f2333;
	margin-left: 300px !important;
}

.box-features-tree {
    text-decoration: none !important;
	display: block;
}

.box-features-tree h5 {
    padding-top: 2px;
    color: #54656d;
}

.box-features-tree-container .box-features-tree:nth-child(4) i {
    color: #048adf;
}

.box-features-tree-container .box-features-tree:nth-child(3) {
    border-right: 1px solid #f0f5f7;
}

.box-features-tree-container .box-features-tree:nth-child(4) {
    border-right: 0;
}


/* login and register styles */

.login-left-side-custom{
    display: flex;
    flex-direction: column;
	flex: 0 0 auto;
	width: 605px;
    padding: 3rem 3.5rem;
    background-repeat: no-repeat;
    background-size: cover;
	max-width: 100%;
	overflow: hidden;
	background: #48486b;
    background: -webkit-linear-gradient(left top,#79799c,#131327);
    background: -o-linear-gradient(bottom right,#79799c,#131327);
    background: -moz-linear-gradient(bottom right,#79799c,#131327);
    background: linear-gradient(to bottom right,#79799c,#131327);
	position: relative;
	position: fixed;
    height: 100%;
}
.login-left-side-custom #particles-bg{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
	pointer-events: none;
}
.login-left-side-custom .custom-login-bg{
    position: absolute;
    left: 0;
    right: 0;
    width: 1600px;
    bottom: 0;
	pointer-events: none;
}
.login-right-side-custom{
    flex: 1 auto;
    -ms-flex: 1 0 0px;
    min-width: 0;
    padding: 3rem 3rem;
    background: #fff;
    max-width: 100%;
    padding-left: 635px;
}
.custom-login-page{
    display: flex;
    flex-direction: row;
    flex: 1;
    -ms-flex: 1 0 0px;
    min-height: 100%;
}
.custom-login-page .navbar-brand {
    padding-left: 35px;
    position: relative;
    z-index: 2;
    float: left;
    margin-right: auto;
}
.custom-login-page .login-email-header {
    margin-left: auto;
    display: inline-block;
    float: right;
    color: #fff;
    color: rgba(255, 255, 255, 0.81);
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.4px;
    padding: 8px 0;
    position: relative;
    z-index: 2;
}
.custom-login-page .navbar-brand>img {
    width: 90px;
}
.kt-grid{
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 90px;
	padding: 90px 20px 20px 80px
}
.item-middle {
    top: 36%;
    transform: translateY(-50%);
    position: relative;
}
.item-middle .login-title{
    color: #fff;
    font-size: 25px;
    font-weight: 600;
}
.item-middle .login-subtitle{
    font-size: 13px;
    font-weight: 200;
    margin-top: 18px;
    color: rgba(255,255,255,.7);
    word-wrap: break-word;
}
.custom-login-page .login-info{
    position: absolute;
    bottom: 25px;
    color: #ffff;
    font-weight: 500;
    left: 70px;
    right: 40px;
    font-size: 12px;
}
.custom-login-page .login-info .login-copyright{
    float: left;
}
.custom-login-page .login-info .login-menu{
    float: right;
}
.custom-login-page .login-info .login-menu a{
    text-decoration: none;
    color: #fff;
    margin-left: 2rem;
    display: inline-block;
    color: rgba(255,255,255,.7);
    font-weight: 400;
    font-size: 12px;
	position: relative;
}
.custom-login-page .login-info .login-menu a:hover{
    color: #fff;
}
.custom-login-page .login-info .login-menu a:after{
    content: '';
    position: absolute;
    height: 1px;
    width: 0;
    background: #fff;
    bottom: -2px;
    left: 0;
    opacity: 0.5;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.custom-login-page .login-info .login-menu a:hover::after{
    width: 100%;
}
.login-wrapper {
	display: flex;
    height: 100%;
    padding-top: 25px;
}
.login-wrapper .login-form-container {
    width: 100%;
    max-width: 450px;
    margin: auto;
}
.login-right-side-custom .login-head {
    font-size: 13px;
    font-weight: 600;
    text-align: right;
    color: #74788d;
}
.login-right-side-custom .login-head a{
    color: #03a9f4;
}
.login-wrapper .login-form-container .login-title{
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    color: #474763;
    margin-bottom: 40px;
}

.login-wrapper .login-form-container .login-form input.form-control{
    border: none;
    height: 50px;
    margin-top: 1.25rem;
    background-color: rgba(247,247,249,.7);
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    transition: background-color .3s ease;
	outline: none !important;
	box-shadow: none !important;
}

.login-wrapper .login-form-container .login-form input.form-control:hover{
    background-color: rgba(247,247,249,.9);
	outline: none !important;
	box-shadow: none !important;
}

.login-wrapper .login-form-container .login-form .btn {
    padding: 10px 40px;
    font-size: 13px;
    font-weight: 600;
}
.login-wrapper .login-form-container .login-form .btn-primary {
    background-color: #5867dd;
    border-color: #5867dd;
}
.divider {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    margin: 50px 0 25px;
}
.divider>span:first-child {
    width: 100%;
    height: 1px;
    flex: 1;
    background: #ebecf1;
    display: inline-block;
}
.divider>span:last-child {
    width: 100%;
    height: 1px;
    flex: 1;
    background: #ebecf1;
    display: inline-block;
}
.divider>span:not(:first-child):not(:last-child) {
    padding: 0 2rem;
}
.login-wrapper .login-form-container .btn-social {
    width: 100%;
    text-align: center;
    padding-left: 12px;
    margin-bottom: 7px;
}


@media (max-width: 1100px) {
.login-left-side-custom {
    width: 500px;
}
.login-right-side-custom {
    padding-left: 530px;
}
}

@media (max-width: 900px) {
.login-left-side-custom {
    display: none;
}
.login-right-side-custom {
    padding-left: 530px;
}
.login-right-side-custom {
    padding-left: 3rem;
}
}
.login-wrapper .login-form-container.register-special {
    max-width: 650px;
}

.login-wrapper .login-form-container #registration input.form-control,.login-wrapper .login-form-container #registration input.field{
    border: none;
    height: 50px;
    background-color: rgba(247,247,249,.7);
    transition: background-color .3s ease;
	outline: none !important;
	box-shadow: none !important;
}

.login-wrapper .login-form-container #registration input.field{
	padding: 6px 12px;
}
.login-wrapper .login-form-container #registration input.field::placeholder{
	color: #b9bbd0;
}

.login-wrapper .login-form-container .#registration input.form-control:hover,.login-wrapper .login-form-container .#registration input.field:hover{
    background-color: rgba(247,247,249,.9);
	outline: none !important;
	box-shadow: none !important;
}

.login-wrapper .login-form-container #registration select.form-control{
    border: none;
    height: 50px;
    background-color: rgba(247,247,249,.7);
    transition: background-color .3s ease;
	outline: none !important;
	box-shadow: none !important;
}

.intl-tel-input.separate-dial-code .selected-flag {
    background-color: #eeeef273;
}

#registration .sub-heading {
    margin-top: 30px;
    margin-bottom: 40px;
}

#registration .sub-heading span {
    padding: 0 18px;
    font-size: 12px;
    color: #c7c8d8;
}

#default-captcha-domainchecker #inputCaptcha {
    height: 23px;
    margin-top: 4px;
}


.login-wrapper .login-form-container #registration select.form-control{
    border: none;
    height: 50px;
    background-color: rgba(247,247,249,.7);
    transition: background-color .3s ease;
	outline: none !important;
	box-shadow: none !important;
}

.login-wrapper .login-form-container #registration .btn {
    padding: 10px 40px;
    font-size: 13px;
    font-weight: 600;
}
.login-wrapper .login-form-container #registration .btn-primary {
    background-color: #5867dd;
    border-color: #5867dd;
}

.login-left-side-custom.standard-version {
    background: #5360ca;
    background: -moz-linear-gradient(top, #5360ca 0%, #a458e1 85%);
    background: -webkit-linear-gradient(top, #5360ca 0%,#a458e1 85%);
    background: linear-gradient(to bottom right, #5360ca 0%, #a458e1 85%);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#5360ca', endColorStr='#a458e1', GradientType=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#5360ca', endColorStr='#a458e1', GradientType=0)";
}
body.first-color-styles .login-left-side-custom.standard-version{background:#5360ca;background:-moz-linear-gradient(top, #5360ca 0%, #a458e1 85%);background:-webkit-linear-gradient(top, #5360ca 0%,#a458e1 85%);background:linear-gradient(to bottom right, #5360ca 0%, #a458e1 85%);filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#5360ca', endColorStr='#a458e1', GradientType=0);-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(startColorStr='#5360ca', endColorStr='#a458e1', GradientType=0)";}
body.second-color-styles .login-left-side-custom.standard-version{background:#05a761;background:-moz-linear-gradient(top, #05a761 0%, #2bcf88 85%);background:-webkit-linear-gradient(top, #05a761 0%,#2bcf88 85%);background:linear-gradient(to bottom right,#05a761, #2bcf88 85%);filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#05a761', endColorStr='#2bcf88', GradientType=0);-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(startColorStr='#05a761', endColorStr='#2bcf88', GradientType=0)";}
body.third-color-styles .login-left-side-custom.standard-version{background:#03A9F4;background:-moz-linear-gradient(top, #03A9F4 0%, #00BCD4 85%);background:-webkit-linear-gradient(top, #03A9F4 0%,#00BCD4 85%);background:linear-gradient(to bottom right, #03A9F4 0%, #00BCD4 85%);filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#03A9F4', endColorStr='#00BCD4', GradientType=0);-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(startColorStr='#03A9F4', endColorStr='#00BCD4', GradientType=0)";}
body.fourth-color-styles .login-left-side-custom.standard-version{background:#00BCD4;background:-moz-linear-gradient(top, #00BCD4 0%, #8BC34A 85%);background:-webkit-linear-gradient(top, #00BCD4 0%,#8BC34A 85%);background:linear-gradient(to bottom right, #00BCD4 0%, #8BC34A 85%);filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#00BCD4', endColorStr='#8BC34A', GradientType=0);-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(startColorStr='#00BCD4', endColorStr='#8BC34A', GradientType=0)";}
body.fullpage > p {
    text-align: center;
    position: fixed;
    right: 10px;
    bottom: 3px;
    opacity: 0.3;
    background-color: #ffffff;
    border-radius: 50px;
    padding: 5px 13px;
    font-size: 11px;
    font-weight: 700;
}
@media (max-width: 600px) {
.dataTables_wrapper .dataTables_filter {
    margin-top: 0;
}

.dataTables_wrapper{
    overflow: scroll;
}}
.futures-version-2-box p {
    min-height: 156px;
}
.top-header-right-nav li {
    color: #fff;
}
#monthly-yearly-chenge.style-two {
    width: 320px;
    overflow: hidden !important;
}
#monthly-yearly-chenge.style-two a {
    width: 154px;
    font-size: 11px;
}
#monthly-yearly-chenge.style-two a:first-child .change-box {
    width: 154px;
}
.d-none{
	display: none !important;
}
.padding-100-0.position-relative.white-bg {
    overflow: hidden;
}
@media (max-width: 570px){
.whmcs-top-header-coodiv-link span {
    color: #ffffff !important;
}
.whmcs-top-header-coodiv-link i {
    color: #fff;
}
}
@media (max-width: 767px) {
	.offcanvas-stop-scrolling {
    overflow: auto;
}}
.moon-edition .main-header-sub-pages-informations div.header-lined h1 {
    color: #fff;
}
.moon-edition div.header-lined .breadcrumb li a {
    color: #fff;
}

.game-category-title {
    font-family: 'Bebas Neue';
    text-transform: uppercase;
    font-weight: 400;
    font-size: 45px;
    letter-spacing: -0.5px;
    margin-bottom: 30px;
    color: #fff;
    position: relative;
}
.game-section {
    padding: 30px;
  }
  .game-section .owl-stage {
    margin: 15px 0;
    display: flex;
    display: -webkit-flex;
  }
  .game-section .item {
    margin: 0 15px 60px;
    width: 320px;
    height: 400px;
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    background: #2e3244 no-repeat center center / cover;
    border: 2px solid #35394e;
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    cursor: pointer;
    border-radius: 0;
  }
  .game-section .item.active {
    width: 100%;
  }
  .game-section .item:after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(rgb(55 59 79 / 0%), rgb(0 0 0 / 0%));
  }
  .game-section .item-desc {
    width: 100%;
    background: linear-gradient(rgb(0 85 195 / 46%) 20%, rgb(53 57 78));
    color: #fff;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transform: translateY(calc(100% - 54px));
    -webkit-transform: translateY(calc(100% - 54px));
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    flex-wrap: nowrap;
    padding-bottom: 40px;
    text-shadow: 0px 0px 3px #0000008c;
  }
  .game-section .item.active .item-desc {
    transform: none;
    -webkit-transform: none;
  }
  .item-title{
    font-weight: bold;
    letter-spacing: -1.5px;
    font-size: 40px;
    font-family: 'Poppins';
    color: #fff;
    z-index: 1;
  }
  .item-button{
    background: #56a0ff;
    text-shadow: 0px 0px 3px #0000008c;
    border: 0;
    color: #fff;
    font-family: 'Poppins';
    font-size: 22px;
    padding: 10px 45px;
    letter-spacing: -1px;
    font-weight: bold;
    transition: transform 0.3s ease-in-out;
    border-radius: 0;
    position: absolute;
    text-transform: uppercase;
    right: 0;
    bottom: 0;
  }
  .game-section .item-desc p {
    opacity: 0;
    -webkit-transform: translateY(32px);
    transform: translateY(32px);
    transition: all 0.4s ease-in-out 0.2s;
    -webkit-transition: all 0.4s ease-in-out 0.2s;
  }
  .game-section .item.active .item-desc p {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: #9fa6c1;
  }
  .game-section .owl-theme.custom-carousel .owl-dots {
    margin-top: -20px;
    position: relative;
    z-index: 5;
    display: none;
  }
  .game-section .item-pricing{
    font-family: 'Poppins';
    font-size: 19px;
    font-weight: 100;
    letter-spacing: -1px;
    color: #ffffff;
    padding: 5px 20px 5px 20px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    background: -moz-linear-gradient(90deg, rgba(68,155,95,0) 0%, rgba(68,155,95,1) 50%, rgba(68,155,95,0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(68,155,95,0) 0%, rgba(68,155,95,1) 50%, rgba(68,155,95,0) 100%);
    background: linear-gradient(90deg, rgba(68,155,95,0) 0%, rgba(68,155,95,1) 50%, rgba(68,155,95,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#449b5f",endColorstr="#449b5f",GradientType=1);
  }
  /******** Middle section CSS End *******/
  
  /***** responsive css Start ******/
  
  @media (min-width: 992px) and (max-width: 1199px) {
    h2 {
      margin-bottom: 32px;
    }
    h3 {
      margin: 0 0 8px;
      font-size: 24px;
      line-height: 32px;
    }
  
    /* -------- Landing page ------- */
    .game-section {
      padding: 50px 30px;
    }
    .game-section .item {
      margin: 0 12px 60px;
      width: 260px;
      height: 360px;
    }
    .game-section .item.active {
      width: 400px;
    }
    .game-section .item-desc {
      transform: translateY(calc(100% - 46px));
      -webkit-transform: translateY(calc(100% - 46px));
    }
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    h2 {
      margin-bottom: 32px;
    }
    h3 {
      margin: 0 0 8px;
      font-size: 24px;
      line-height: 32px;
    }
    .line-title {
      width: 330px;
    }
  
    /* -------- Landing page ------- */
    .game-section {
      padding: 50px 30px 40px;
    }
    .game-section .item {
      margin: 0 12px 60px;
      width: 240px;
      height: 330px;
    }
    .game-section .item.active {
      width: 360px;
    }
    .game-section .item-desc {
      transform: translateY(calc(100% - 42px));
      -webkit-transform: translateY(calc(100% - 42px));
    }
  }
  
  @media (max-width: 767px) {
    body {
      font-size: 14px;
    }
    h2 {
      margin-bottom: 20px;
    }
    h3 {
      margin: 0 0 8px;
      font-size: 19px;
      line-height: 24px;
    }
    .line-title {
      width: 250px;
    }
  
    /* -------- Landing page ------- */
    .game-section {
      padding: 30px 15px 20px;
    }
    .game-section .item {
      margin: 0 10px 40px;
      width: 200px;
      height: 280px;
    }
    .game-section .item.active {
      width: 270px;
      box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
      -webkit-box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
    }
    .game-section .item-desc {
      padding: 0 14px 5px;
      transform: translateY(calc(100% - 42px));
      -webkit-transform: translateY(calc(100% - 42px));
    }
  }

  @property --gradient-angle {
    syntax: "<angle>";
    initial-value: 0turn;
    inherits: false;
  }
  
  .anim-card {
    animation: 2s gradient-angle infinite linear;
    border: 2px solid transparent;
    background-image: linear-gradient(#35394e, #35394e), conic-gradient(from var(--gradient-angle), #363a4f 0%, #56a0ff 37%, #56a0ff 30%, #56a0ff 33%, #35394e 40%, #35394e 50%, #56a0ff 77%, #56a0ff 80%, #56a0ff 83%, #383c51 90%);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
  }
  
  @keyframes gradient-angle {
    to {
      --gradient-angle: 1turn;
    }
  }
/* CSS ADDITIONS */
.getstarted {
    font-size: 26px;
    font-family: 'Poppins';
    font-weight: bold;
    letter-spacing: -1px;
    padding: 10px 30px;
    color: #ffffff;
    transition: transform 0.3s ease-in-out;
    background: #56a0ff;
    border: 1px solid #ffffff12;
    border-radius: 0;
    text-shadow: 0px 0px 3px #0000008c;
}

/* STORE BUILDER */
.storebuilder-btn {
    font-size: 25px;
    font-family: 'Poppins';
    font-weight: bold;
    letter-spacing: -1px;
    padding: 15px 30px;
    transition: transform 0.3s ease-in-out;
    color: #ffffff;
    position: relative;
    background: #459c60;
    border-radius: 0;
    border: 0;
}

.anim-grow:hover {
    transform: translateY(-5px););
}

/* GLOWING BACKGROUND CSS */
:root {
    --color-bg1: rgb(108, 0, 162);
    --color-bg2: rgb(0, 17, 82);
    --color1: 18, 113, 255;
    --color2: 221, 74, 255;
    --color3: 100, 220, 255;
    --color4: 200, 50, 50;
    --color5: 180, 180, 50;
    --color-interactive: 140, 100, 255;
    --circle-size: 80%;
    --blending: hard-light;
  }
  
  @-webkit-keyframes moveInCircle {
    0% {
      transform: rotate(0deg);
    }
    50% {
      transform: rotate(180deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes moveInCircle {
    0% {
      transform: rotate(0deg);
    }
    50% {
      transform: rotate(180deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  @-webkit-keyframes moveVertical {
    0% {
      transform: translateY(-50%);
    }
    50% {
      transform: translateY(50%);
    }
    100% {
      transform: translateY(-50%);
    }
  }
  @keyframes moveVertical {
    0% {
      transform: translateY(-50%);
    }
    50% {
      transform: translateY(50%);
    }
    100% {
      transform: translateY(-50%);
    }
  }
  @-webkit-keyframes moveHorizontal {
    0% {
      transform: translateX(-50%) translateY(-10%);
    }
    50% {
      transform: translateX(50%) translateY(10%);
    }
    100% {
      transform: translateX(-50%) translateY(-10%);
    }
  }
  @keyframes moveHorizontal {
    0% {
      transform: translateX(-50%) translateY(-10%);
    }
    50% {
      transform: translateX(50%) translateY(10%);
    }
    100% {
      transform: translateX(-50%) translateY(-10%);
    }
  }
  .gradient-bg {
      width: 100%;
      height: 100%;
      overflow: hidden;
      /* background: #35394e; */
      top: 0;
      left: 0;
      z-index: -1;
      position: absolute;
      background: url(https://images3.alphacoders.com/132/thumb-1920-1321959.png) no-repeat center center fixed;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
  }
  .gradient-bg svg {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
  }
  .gradient-bg .gradients-container {
    filter: url(#goo) blur(40px);
    width: 100%;
    height: 100%;
  }
  .gradient-bg .g1 {
    position: absolute;
    background: radial-gradient(circle at center, #56a0ff 0, #1271ff00 50%) no-repeat;
    mix-blend-mode: var(--blending);
    width: var(--circle-size);
    height: var(--circle-size);
    top: calc(50% - var(--circle-size) / 2);
    left: calc(50% - var(--circle-size) / 2);
    transform-origin: center center;
    -webkit-animation: moveVertical 10s ease infinite;
    animation: moveVertical 10s ease infinite;
    opacity: 1;
  }
  .gradient-bg .g2 {
    position: absolute;
    background: radial-gradient(circle at center, #56a0ff 0, #dd4aff00 50%) no-repeat;
    mix-blend-mode: var(--blending);
    width: var(--circle-size);
    height: var(--circle-size);
    top: calc(50% - var(--circle-size) / 2);
    left: calc(50% - var(--circle-size) / 2);
    transform-origin: calc(50% - 400px);
    animation: moveInCircle 10s reverse infinite;
    opacity: 1;
  }
  .gradient-bg .g3 {
    position: absolute;
    background: radial-gradient(circle at center, #56a0ff 0, #64dcff00 50%) no-repeat;
    mix-blend-mode: var(--blending);
    width: var(--circle-size);
    height: var(--circle-size);
    top: calc(50% - var(--circle-size) / 2 + 200px);
    left: calc(50% - var(--circle-size) / 2 - 500px);
    transform-origin: calc(50% + 400px);
    -webkit-animation: moveInCircle 40s linear infinite;
    animation: moveInCircle 40s linear infinite;
    opacity: 1;
  }
  .gradient-bg .g4 {
    position: absolute;
    background: radial-gradient(circle at center, #56a0ff 0, #c8323200 50%) no-repeat;
    mix-blend-mode: var(--blending);
    width: var(--circle-size);
    height: var(--circle-size);
    top: calc(50% - var(--circle-size) / 2);
    left: calc(50% - var(--circle-size) / 2);
    transform-origin: calc(50% - 200px);
    -webkit-animation: moveHorizontal 40s ease infinite;
    animation: moveHorizontal 40s ease infinite;
    opacity: 0.7;
  }
  .gradient-bg .g5 {
    position: absolute;
    background: radial-gradient(circle at center, #56a0ff 0, #b4b43200 50%) no-repeat;
    mix-blend-mode: var(--blending);
    width: calc(var(--circle-size) * 2);
    height: calc(var(--circle-size) * 2);
    top: calc(50% - var(--circle-size));
    left: calc(50% - var(--circle-size));
    transform-origin: calc(50% - 800px) calc(50% + 200px);
    -webkit-animation: moveInCircle 10s ease infinite;
    animation: moveInCircle 10s ease infinite;
    opacity: 1;
  }
  .gradient-bg .interactive {
    position: absolute;
    background: radial-gradient(circle at center, #56a0ff 0, #8c64ff00 50%) no-repeat;
    mix-blend-mode: var(--blending);
    width: 100%;
    height: 100%;
    top: -50%;
    left: -50%;
    opacity: 0.7;
  }

/* ADVERTISEMENT SECTIONS */

.a01-container{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.section-01-ads {
    background: #35394e;
    margin-left: 300px !important;
}

.ads-01-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.ads-01-title {
    font-family: 'Poppins';
    color: #56a0ff;
    font-size: 120px;
    font-weight: bold;
    letter-spacing: -8px;
    line-height: 85px;
}

.ads-01-subtitle {
    font-family: 'Poppins';
    color: #989cbf;
    font-size: 37px;
    font-weight: bold;
    letter-spacing: -1px;
}

.ads-01-desc {
    font-family: 'Poppins';
    color: #989cbf;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -.5px;
    text-align: left;
    padding-bottom: 10px;
}

.ads-01-img {
    width: 100%;
    min-width: 50%;
    padding: 50px;
}

.ads-01-btn{
    font-size: 25px;
    font-family: 'Poppins';
    font-weight: bold;
    letter-spacing: -1px;
    padding: 5px 30px;
    border-radius: 0;
    color: #fff;
    transition: transform 0.3s ease-in-out;
    background: #56a0ff;
    text-shadow: 0px 0px 3px #0000008c;
    border: 0;
    border-radius: 0;
    display: flex;
    justify-content: right;
    align-items: center;
    gap: 10px;
}

.item-detail-container {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
}

.item-pricing-container {
    display: flex;
    width: 100%;
}

.item-upgrade{
    font-family: 'Poppins';
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    padding: 5px 8px 5px 8px;
    background: #ffffff2e;
}

/* BASE SIDEBAR */
.base-sidebar{
    position: fixed;
    top: 0;
    left: 0;
    background-color: #35394e;
    border-right: 1px solid #ffffff08;
    color: #fff;
    height: 100%;
    width: 300px;
    z-index: 9999;
    text-align: center;
    padding: 10px;
}

.base-sb-logo{
    background: transparent;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
}

.base-sb-body{
    height: calc(100% - 285px);
    display: flex;
    justify-content: start;
    flex-direction: column;
    gap: 5px;
    padding: 5px;
    overflow-y: scroll;
}
.base-sb-body::-webkit-scrollbar {
    width: 4px;
}

.base-sb-body::-webkit-scrollbar-track {
	background-color: transparent;
}

.base-sb-body::-webkit-scrollbar-thumb {
    background: #56a0ff;
    transition: background 0.3s ease-in-out;
}

.base-sb-body::-webkit-scrollbar-thumb:hover {
    background: #56a0ff;
}

.base-sb-cat{
    font-family: 'Poppins';
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    padding: 5px 5px 0px 0px;
    text-transform: uppercase;
}

.base-sb-footer{
    position: absolute;
    bottom: 0;
    left: 0;
    background: #383c51;
    border-top: 1px solid #ffffff08;
    text-shadow: 0px 0px 3px #0000008c;
    width: 100%;
    height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 30px 10px 30px;
}

.base-sb-links{
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.base-sb-btn {
    background: #1f2333;
    color: #fff !important;
    text-decoration: none !important;
    padding: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    border-radius: 0;
    text-transform: capitalize;
    opacity: 0.5;
    position: relative;
    overflow: hidden;
    transition: opacity 0.3s ease-in-out;
    text-shadow: 0px 0px 3px #0000008c;
}

.base-sb-icon {
    transform: translateX(20px);
    opacity: 0;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.base-sb-btn:hover{
	background-color:#56a0ff;
	color:#fff;
	opacity: 1;
}

.base-sb-btn:hover .base-sb-icon {
    transform: translateX(0);
    opacity: 1;
}

.base-sb-btn:hover .base-sb-tag {
	background-color: #ffffff;
	color: #56a0ff;
}

.base-sb-btn-login{
    background: #56a0ff;
    color: #fff !important;
    text-decoration: none !important;
    padding: 5px 10px 5px 10px;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    border-radius: 0;
}

.base-sb-tag{
    background: #56a0ff;
    font-size: 12px;
    padding: 0px 10px 0px 10px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}

.sb-news-btn{
    background: #56a0ff;
    padding: 5px;
    border: 0;
    color: #ffffff;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 14px;
    border-radius: 0;
    width: 100%;
}

.sb-news-txt{
    font-family: 'Poppins';
    font-size: 10px;
    font-weight: 500;
}

.sb-popover{
    background: #35394e;
    width: 50px;
    border-radius: 5px;
}

/* CARDS */
.base-card-section{
    padding: 100px 0px 100px 0px;
    background: #24293a;
    margin-left: 300px !important;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.base-card-container{
    display: flex;
    flex-direction: row;
    gap: 25px;
    justify-content: center;
    align-items: center;
}

.base-card{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    border-radius: 0;
    background: #35394e;
    border: 1px solid #ffffff05;
    width: 320px;
    height: 335px;
    padding: 50px;
    gap: 5px;
}

.base-card-title{
    text-transform: uppercase;
    color: #56a0ff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -1px;
}

.base-card-subtext{
    color: #989cbf;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -1px;
}

.base-card-icon{
    color: #56a0ff;
    font-size: 50px;
    background: #24293a;
    border-radius: 50%;
    padding: 15px;
}

/* GAME TYPE FILTER */