html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

.fb_img {
    /* height: 80px; */
    position: absolute;
    width: 25%;

    @media (max-width: 600px) {
        top: 130px;
        left: 25px;
    }

    @media (min-width: 601px) and (max-width: 900px) {
        top: 270px;
        left: 40px;
    }

    @media (min-width: 901px) and (max-width: 1025px) {
        top: 350px;
        left: 50px;
    }

    @media (min-width: 1026px) {
        top: 362px;
        left: 50px;
    }
}

.fb_img_2 {
    /* height: 80px; */
    position: absolute;
    width: 25%;

    @media (max-width: 600px) {
        top: 150px;
        left: 25px;
    }

    @media (min-width: 601px) and (max-width: 900px) {
        top: 290px;
        left: 40px;
    }

    @media (min-width: 901px) and (max-width: 1025px) {
        top: 370px;
        left: 50px;
    }

    @media (min-width: 1026px) {
        top: 402px;
        left: 50px;
    }
}

/*
Template Name: Jordo - ESports, Online Game and Gaming Store HTML Template
Author: Askbootstrap
Author URI: https://wrapbootstrap.com/user/gurdeep
Version: 1.0
*/
/*
- body
- Extra
- Filters
- Top Nav
- Card
- Footer
- Mobile Media
*/

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;200;300;400;500;600;700&display=swap');
/* body */
body {
    background: #121212;
    font-size: 13px;
    color: #ffffff;
    font-family: 'IBM Plex Sans', sans-serif;
}

.bg-dark {
    background-color: #2a2a2a !important;
}

.bg-dark-2 {
    background-color: #121212 !important;
}

.gradient-1 {
    background: rgb(65, 0, 185);
    background: -moz-linear-gradient(to right bottom, rgb(65, 0, 185), rgb(0, 198, 255));
    background: -webkit-linear-gradient(to right bottom, rgb(65, 0, 185), rgb(0, 198, 255));
    background: linear-gradient(to right bottom, rgb(65, 0, 185), rgb(0, 198, 255));
}

.gradient-2 {
    background: rgb(240, 75, 90);
    background: -moz-linear-gradient(to right bottom, rgb(240, 75, 90), rgb(237, 169, 93));
    background: -webkit-linear-gradient(to right bottom, rgb(240, 75, 90), rgb(237, 169, 93));
    background: linear-gradient(to right bottom, rgb(240, 75, 90), rgb(237, 169, 93));
}
/* Extra */
.border {
    border: 1px solid #2a2a2a !important;
}

.border-bottom {
    border-bottom: 1px solid #2a2a2a !important;
}

.border-top {
    border-top: 1px solid #2a2a2a !important;
}

.border-right {
    border-right: 1px solid #2a2a2a !important;
}

.border-left {
    border-left: 1px solid #2a2a2a !important;
}

.position-sticky {
    top: 86px;
}

a {
    text-decoration: none !important;
}

.btn {
    border-radius: 0px;
    font-size: 14px;
    padding: 9px 21px;
}

.btn-link {
    color: #b9b9b9;
}

.btn-sm {
    font-size: 12px;
    padding: 5px 14px;
}

.btn-outline-light {
    border-color: rgba(255, 255, 255, 0.2);
}

.btn-light {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
}

.btn-lg {
    padding: 13px 46px;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0px;
    border: none;
    background: #404040;
    box-shadow: none !important;
}

.custom-control {
    line-height: 26px;
}

.form-control {
    background: #404040;
    border: 1px solid #404040;
    border-radius: 0px;
    font-size: 14px;
    min-height: 42px;
    box-shadow: none !important;
}

    .form-control:focus {
        background: #121212;
        border: none;
        border: 1px solid #6c757d;
    }

.custom-control label {
    color: rgba(255,255,255,.5) !important;
    width: 100%;
    cursor: pointer;
}

input[type=text], input[type=tel], input[type=number], input[type=email], textarea, input[type=password] {
    color: #ffffff;
}

.card {
    border-radius: 0px;
    border: none;
    background: #2a2a2a;
}

.card-body {
    color: rgba(255,255,255,.5) !important;
}

.media .rounded-circle {
    width: 40px;
}

.follow-us a {
    color: #878787;
    font-size: 26px;
    margin: 0 18px;
}

.follow-us:hover a {
    color: #fff;
}

.follow-us a:hover {
    color: #878787;
}

.rating {
    padding: 36px !important;
}

.specifications .nav-tabs {
    border-color: #616161 !important;
    margin-bottom: 30px;
}

    .specifications .nav-tabs .nav-link {
        border: none;
        position: relative;
        border-radius: 0px;
        font-size: 13px;
        color: rgba(255,255,255,.5);
        padding: 0 0 29px 0;
    }

        .specifications .nav-tabs .nav-link.active {
            background: transparent !important;
            color: #fff;
        }

    .specifications .nav-tabs .nav-item {
        margin: 0 30px 0 0;
    }

    .specifications .nav-tabs .nav-link:after {
        content: "";
        height: 5px;
        background: transparent;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -1px;
    }

    .specifications .nav-tabs .nav-link.active:after {
        background: #007bff;
    }

.btn-outline-facebook {
    color: #ffffff !important;
    background: #3B5998 !important;
}

.btn-outline-instagram {
    background: #125688 !important;
    color: #fff !important;
}

.alert {
    border-radius: 0px;
    border: none;
}

.custom-select.is-invalid, .was-validated .custom-select:invalid, .jumbotron {
    background-color: #2a2a2a;
}

.dropdown-divider {
    border-top: 1px solid #353535;
}

.custom-select {
    border: none;
    border-radius: 0px;
    background-color: #2a2a2a;
    font-size: 14px;
    min-height: 42px;
}

.custom-file-label {
    border: none;
    border-radius: 0px;
    background-color: #2a2a2a;
    font-size: 14px;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #000000;
}

.bg-light {
    background-color: #f8f9fa !important;
    color: #000;
}

    .bg-light .card-body {
        color: #000 !important;
    }

.breadcrumb, .input-group-text {
    background-color: #2a2a2a;
    border-color: #2a2a2a;
}

.list-group-item {
    background-color: #2a2a2a;
}

.dropdown-menu {
    background: #2a2a2a;
    border-radius: 0px;
    margin: 0;
    border: 1px solid #353535;
    color: #fff;
    box-shadow: 0px 6px 10px rgba(0,0,0,.2) !important;
}

.dropdown-item {
    color: rgba(255,255,255,.5);
}

    .dropdown-item:hover {
        background: #000;
        color: #fff;
    }

.dropdown:hover .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    transition: .5s ease all;
}

.dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateY(50px);
    transition: .5s ease all;
}

    .dropdown-menu.show {
        display: block;
        visibility: visible;
        opacity: 1;
        transform: translateY(0px);
        transition: .5s ease all;
    }

.gradient-block h1 {
    font-size: 54px;
}

.help-block ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    .help-block ul li {
        color: #f53838;
        font-size: 12px;
    }

.carousel-indicators {
    margin: 11px 18px;
    left: auto;
}

.carousel-control-next, .carousel-control-prev {
    bottom: auto;
    background: #000;
    width: 35px;
    height: 35px;
    margin: 15px;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 12px;
}

.carousel-control-prev {
    right: 36px;
    left: auto;
}
/* End Extra */
/* Filters */
.filters-search {
    position: relative;
}

    .filters-search i {
        position: absolute;
        padding: 15px 14px;
    }

    .filters-search .form-control {
        padding-left: 42px;
    }

.filters-card-header .btn-link {
    font-size: 14px;
    color: #fff;
    width: 100%;
    display: block;
}

.filters-card-body {
    padding: 20px 0 0 0;
}
/* End Filters */
/* Sidebar */
.img-profile {
    width: 80px;
}

.sidebar-widget {
    position: relative;
}

    .sidebar-widget .nav-link {
        padding: 10px 7px;
        border-radius: 0px;
        position: relative;
        color: #bfbfbf;
    }

        .sidebar-widget .nav-link:hover, .sidebar-widget .nav-link:focus {
            color: #ffffff;
        }

            .sidebar-widget .nav-link:hover:before, .sidebar-widget .nav-link:focus:before {
                background: #007bff;
            }

        .sidebar-widget .nav-link i {
            min-width: 19px;
            display: inline-block;
            text-align: center;
            opacity: 0.5;
            margin: 0px 8px 0px 0px !important;
        }

        .sidebar-widget .nav-link:before {
            content: "";
            position: absolute;
            left: -15px;
            width: 4px;
            bottom: 5px;
            top: 5px;
            background: #2a2a2a;
        }

        .sidebar-widget .nav-link.active {
            background: transparent;
            font-weight: 500;
        }

            .sidebar-widget .nav-link.active:before {
                background: #fff;
            }
/* End Sidebar */
/* Top Nav */
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.8);
}

.osahan-nav-top .container {
    padding: 0 16px;
}

.osahan-nav-top .img-profile {
    width: 30px;
    height: 30px;
}

.osahan-nav-top .navbar-brand img {
    height: 80px;
    margin: -4px 0 0 0;
}

.osahan-nav-top .osahan-list-dropdown .nav-link i {
    font-size: 16px;
}

.osahan-nav-top .osahan-list-dropdown .nav-link .badge {
    position: absolute;
    border-radius: 50px;
    min-width: 15px;
    height: 15px;
    font-size: 9px;
    padding: 0px;
    right: 1px;
    line-height: 15px;
    top: 11px;
}

.osahan-nav-top .nav-link {
    font-size: 16px;
    position: relative;
    height: 55px;
    display: flex;
    align-items: center;
}

.osahan-nav-top .navbar-search .form-control {
    background: #121212;
    min-height: 35px;
}

.osahan-nav-top .navbar-search .btn {
    background: #121212 !important;
    color: #74828e;
    padding: 0 12px;
    border: none;
}

.dropdown-list .dropdown-item {
    white-space: normal;
    padding-top: .5rem;
    padding-bottom: .5rem;
    border-left: 1px solid #353535;
    border-right: 1px solid #353535;
    border-bottom: 1px solid #353535;
    line-height: 1.3rem;
}

.dropdown-list {
    padding: 0;
    border: none;
    overflow: hidden;
    width: 20rem !important;
}

    .dropdown-list .dropdown-header {
        background-color: #131313;
        border: 1px solid #353535;
        color: #fff;
        font-weight: 800;
        font-size: 14px;
        padding: .8rem 1rem;
    }

    .dropdown-list .icon-circle {
        height: 2.5rem;
        width: 2.5rem;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.no-arrow .dropdown-toggle::after {
    display: none;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dropdown .dropdown-menu, .dropdown-item {
    font-size: .85rem;
}

.text-gray-500 {
    color: #b7b9cc !important;
}

.dropdown-list-image {
    position: relative;
    height: 2.5rem;
    width: 2.5rem;
}

    .dropdown-list-image img {
        height: 2.5rem;
        width: 2.5rem;
    }

    .dropdown-list-image .status-indicator {
        background-color: #eaecf4;
        height: .75rem;
        width: .75rem;
        border-radius: 100%;
        position: absolute;
        bottom: 0;
        right: 0;
        border: .125rem solid #fff;
    }

.dropdown-item {
    padding: 6px 1rem;
}
/* End Top Nav */
/* Card */
.osahan-card {
    margin-bottom: 35px;
}

.osahan-card-body h6 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* End Card */
/* Footer */
.footer ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    .footer ul li a {
        color: rgba(255,255,255,.5) !important;
    }

    .footer ul li {
        line-height: 28px;
    }

        .footer ul li a:hover {
            opacity: unset;
        }

.footer h6 {
    font-size: 14px;
    margin-bottom: 20px;
}

.app .img-fluid {
    height: 32px;
}
/* End Footer */
/* Mobile Media */

@media (min-width: 0px) and (max-width: 767px) {
    .container {
        max-width: 100%;
    }

    .osahan-login {
        max-width: 430px;
        margin: auto;
    }

    .osahan-nav-top {
        padding: 0 0 !important;
    }

    .p-5 {
        padding: 2rem !important;
    }

    .osahan-nav-top .dropdown {
        position: static;
    }

        .osahan-nav-top .dropdown .dropdown-menu {
            left: 0;
            right: 0;
            width: 100% !important;
        }

    .position-sticky {
        margin-bottom: 30px;
    }

    /*.footer {
        display: none;
    }*/

        .footer ul li {
            text-align: center;
        }

        .footer h6 {
            text-align: center;
            margin: 30px 0 8px 0;
        }

    .footer-brand {
        text-align: center;
    }

    .newsletter-form .btn {
        width: 100%;
    }

    .app {
        text-align: center;
    }

    .osahan-copyright p {
        width: 100%;
        text-align: center;
        padding: 5px 0;
    }

    .osahan-copyright .d-flex {
        display: unset !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .container {
        max-width: 100%;
    }

    .footer h6 {
        margin: 30px 0 8px 0;
    }

    .footer-brand {
        margin-top: 30px;
    }
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .container {
        max-width: 100%;
    }
}
/* End Mobile Media */



/*=========================
  Icons
 ================= */

/* footer social icons */
ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}

    ul.social-network li {
        display: inline;
        margin: 0 5px;
    }


/* footer social icons */
.social-network a.icoRss:hover {
    background-color: #F56505;
}

.social-network a.icoFacebook:hover {
    background-color: #3B5998;
}

.social-network a.icoTwitter:hover {
    background-color: #33ccff;
}

.social-network a.icoGoogle:hover {
    background-color: #BD3518;
}

.social-network a.icoVimeo:hover {
    background-color: #0590B8;
}

.social-network a.icoLinkedin:hover {
    background-color: #007bb7;
}

    .social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
    .social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
        color: #fff;
    }

a.socialIcon:hover, .socialHoverClass {
    color: #44BCDD;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 20px;
}

.social-circle li i {
    margin: 0;
    line-height: 50px;
    text-align: center;
}


.social-circle i {
    color: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.fb_banner_1 {
    background-color: #1E2357;
    text-align: center;
    text-transform: uppercase;
    font-weight: bolder;
    font-family: 'impact';
}

.fb-text {
    font-size: 36px;
    letter-spacing: 5px;
}

.fb-text-2 {
    text-transform: none;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px;
}

.contactus-flex {
    display: flex;
    flex-direction: row;
}

.contactus-input {
    height: 50px !important;
    width: 300px !important;
    margin: 0 10px 10px 0;
    padding-left: 5px;
    color: #626262 !important;
}

.contactus-ctr {
    margin-top: 20px;
    margin-bottom: 300px;
    font-size: 18px;
}

.contactus-textarea {
    width: 600px;
    resize: none;
    padding-left: 5px;
    color: #626262 !important;
}

.contactus-send-btn {
    border: none;
    width: 150px;
    height: 50px;
}

.confirmation-link-ctr {
    margin: 100px 0 300px 0 !important;
}

.confirmation-link {
    font-size: 24px;
    text-decoration: underline !important;
    color: white;
}

.app-btn {
    background-color: #949494;
    color: white !important;
    border: none !important;
}

.desktop-link {
    @media(max-width: 700px) {
        display: none;
    }
}

.mobile-menu {
    position: relative;
    margin-right: 20px;
}

.mobile-menu ul {
    position: absolute;
    list-style: none;
    left: -120px;
    top: 30px;
    width: 180px;
    background-color: #2A2A2A;
    padding: 10px 20px 10px 20px;
}

.mobile-menu ul li {
    padding-top: 10px;
    font-size: 16px;
}

.mobile-menu ul li a {
    color: white;
}

.mobile-menu ul li a:active {
    color: white;
}

.footer-img {
    @media(min-width: 0px) and (max-width: 500px) {
        height: 60px !important;
    }
}