@import url(https://fonts.googleapis.com/css?family=Poppins:400,500,600,700);

body {
    font-family: Poppins, sans-serif;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 14px
}

.error {
    color: red !important
}

.masthead {
    min-height: 500px;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat
}

.bm-px-110 {
    padding: 110px 0 !important
}

.nav-bg {
    /* Base background color with transparency */
    background-color: rgba(87, 26, 26, 0.4);
    /* #363636 with 60% opacity */



    /* Apply blur effect */
    backdrop-filter: blur(10px);
    /* Adjust the blur radius as needed */

    /* Ensure element is visible and positioned */
    display: flex;
    /* or any other display property as needed */
    align-items: center;
    justify-content: center;
    padding: 10px;
    /* Adjust padding as needed */


    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    /* Shadow for depth */
}

.bm-light-bg {
    background-color: #f3f3f3
}

.bm_button1 {
    color: #ff0d0d;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px;
    border: 2px solid #ff0d0d;
    display: inline-block;
    transition: all .4s ease 0s;
    border-radius: 5px
}

.bm_button1:hover {
    color: #59daa4;
    transition: all .4s ease 0s;
    letter-spacing: 1px;
    border: 2px solid #59daa4;
    text-decoration: none
}

.bm_text_lightgreen {
    color: #59daa4 !important
}

.bm_text_lightpink {
    color: #ff0d0d !important
}

.bm-bg-lightgreen {
    background-color: #59daa4 !important
}

.banner_subtext {
    font-size: 16px
}

.bm_section_title {
    font-size: 2.5rem
}

.bm_section_subtitle {
    font-size: 16px
}

.bm_mb30 {
    margin-bottom: 30px
}

.bm-section-padding {
    padding: 60px 0
}

section .section-title {
    text-align: center;
    color: #007b5e;
    text-transform: uppercase
}

.bm-dark-bg {
    background: #941b1b;
    color: #eee
}

#howtoplay h6.section-title,
#tabs h6.section-title {
    color: #eee
}

.nav-tabs {
    border: none
}

#tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #ff0d0d !important;
    background-color: transparent;
    border-color: transparent transparent #ff0d0d !important;
    border-bottom: 4px solid !important;
    font-size: 20px;
    font-weight: 700
}

#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #eee;
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: 2px solid #eee
}

.carousel-nav-icon {
    height: 48px;
    width: 48px
}

.carousel-item .col,
.col-md,
.col-sm {
    margin: 8px;
    height: 300px;
    background-size: cover;
    background-position: center center
}

.center-tab .bm_featurecard.first-card,
.left-tab .bm_featurecard.first-card,
.right-tab .bm_featurecard.first-card {
    margin-top: 4.25rem;
    margin-bottom: .75rem
}

.center-tab .bm_featuretext,
.left-tab .bm_featuretext,
.right-tab .bm_featuretext {
    display: inline-block;
    width: 73%
}

.center-tab .left-pane .bm_featuretext {
    text-align: right
}

#tabs .card {
    border: none;
    background: 0 0
}

#tabs .card .card-body {
    padding: 1rem 0 1.5rem 0
}

.center-tab .left-pane .bm_featureicon {
    float: none;
    margin-right: 0;
    margin-left: 1rem
}

#nav-tabContent .bm_featureicon {
    width: 4.5rem;
    height: 4.5rem;
    display: inline-block;
    border-radius: 50%;
    background-color: #ff0d0d;
    text-align: center;
    vertical-align: top
}

.header-dd-menu {
    top: 48px;
    border-radius: 0 0 .25rem .25rem;
    border: none
}

.header-dd-menu .dropdown-item {
    text-align: left;
    padding: 2px 10px !important
}

.header-dd-menu .dropdown-item.active,
.header-dd-menu .dropdown-item:active,
.header-dd-menu .dropdown-item:focus,
.header-dd-menu .dropdown-item:hover {
    color: #f8f9fa !important;
    text-decoration: none !important;
    background-color: #ff0d0d !important
}

.center-tab .right-pane .bm_featureicon,
.left-tab .right-pane .bm_featureicon,
.right-tab .right-pane .bm_featureicon {
    margin-right: 1rem
}

#nav-tabContent .bm_featureicon .fa {
    font-size: 2.5rem;
    line-height: 4.95rem
}

.right-tab .bm-knowtext {
    margin-top: 1.5rem;
    margin-right: 1rem;
    margin-left: 1rem
}

.right-tab .bm-knowtext h3 {
    margin-bottom: .75rem
}

.left-tab .bm-iconsarea div.card:nth-child(2n+2),
.right-tab .bm-iconsarea div.card:nth-child(2n+2) {
    margin-right: 0
}

.bm-btn-white {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px;
    border: 2px solid #fff;
    display: inline-block;
    transition: all .4s ease 0s;
    border-radius: 5px
}

.bm-btn-white:hover {
    color: #fff;
    transition: all .4s ease 0s;
    letter-spacing: 1px;
    text-decoration: none
}

.bm-bg-lightpink {
    background: #f53838
}

#howtoplay .img-wrapper img {
    filter: drop-shadow(5.5px 2.5px 10.5px rgba(255, 255, 255, .4));
    margin: 2rem auto 2rem auto;
    transform: scale(1);
    transition: all .4s
}

#howtoplay .img-wrapper img:hover {
    transform: scale(1.1)
}

.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem
}

.btn-lightpink {
    background: #f53838;
    color: #fff !important
}

.btn-green {
    background: #59daa4;
    color: #fff !important
}

#tournaments .btn:hover {
    opacity: .7
}

a.btn-lightpink {
    margin-right: .5rem
}

#tournaments .card-body {
    padding: 22px 15px !important
}

.bm-card-info-item {
    display: inline-flex;
    vertical-align: middle;
    align-items: center
}

.bm-card-table-item {
    display: block;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    font-weight: 500
}

.bm-card-table-item-default {
    font-size: 12px;
    font-weight: 600;
    color: #bfbfbf
}

#tournaments .card-img-top {
    transform: scale(1);
    transition: .3s ease-out all
}

#tournaments .card-img-top:hover {
    transform: scale(1.1)
}

.hide-over {
    overflow: hidden
}

.bm-rate-card {
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-left: 18px;
    padding-right: 18px;
    transition: .3s ease-out all;
    opacity: 1
}

.bm-rate-place,
.bm-rate-user {
    font-size: 12px;
    font-weight: 500;
    color: #c1c1c1
}

.bm-rate-wins {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    color: #9b9b9b;
    text-align: right !important
}

.bm-rate-position {
    display: inline-block;
    vertical-align: middle
}

.br-5 {
    border-radius: 5px
}

.bm-rate-position {
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
    font-weight: 500;
    color: #c1c1c1
}

.bm-rate-name {
    font-size: 13px;
    font-weight: 500;
    color: #8a8a8a, word-break: break-all;
}

.rate-col .card-table.table tbody td,
.rate-col .card-table.table thead th {
    padding: 1px 0px !important;
    vertical-align: middle
}

.card-table.table thead th {
    border: none
}

.tour-card .card-table td {
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    padding: 2.5px !important;
    vertical-align: middle
}

.card-img-top {
    height: 90px !important
}

#download a.btn {
    transform: scale(1);
    transition: .3s ease-out all
}

#download a.btn:hover {
    transform: scale(1.1);
    opacity: .9
}

#footer a {
    color: #fff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

#footer ul.social li {
    padding: 3px 0
}

#footer ul.social li a i {
    margin-right: 5px;
    font-size: 25px;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease
}

#footer ul.social li:hover a i {
    font-size: 30px;
    margin-top: -10px
}

#footer ul.quick-links li a,
#footer ul.social li a {
    color: #fff
}

#footer ul.social li a:hover,
.about-section .content a:hover {
    color: #59daa4 !important
}

#footer ul.quick-links li {
    padding: 3px 0;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease
}

#footer ul.quick-links li:hover {
    padding: 3px 0;
    margin-left: 5px;
    font-weight: 700
}

#footer ul.quick-links li a i {
    margin-right: 5px
}

#footer ul.quick-links li:hover a i {
    font-weight: 700
}

.copyright a:hover {
    color: #fff !important
}

.owl-dots {
    display: none
}

.owl-nav button,
.owl-nav button span {
    font-size: 30px !important;
    padding: 0 13px !important;
    color: #fff !important;
    background: #ff0d0d !important
}

.owl-nav button span:hover {
    color: #59daa4 !important;
    border: none !important
}

.copyright a {
    color: #ff0d0d !important
}

.copyright a:hover {
    color: #59daa4 !important
}

.copyright b,
.copyright strong {
    color: #59daa4
}

.page-header {
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;
    height: 25vw;
    position: relative
}

.page-header .black-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .2)
}

.cnt-card {
    border-radius: 6px;
    transition: all .4s
}

.btn-submit {
    transform: scale(1);
    transition: all .4s
}

.btn-submit:hover {
    transform: scale(1.05)
}

.about-section .content a,
.about-section .content b,
.about-section .content strong {
    color: #ff0d0d !important
}

@media (min-width:992px) {
    .featurette-heading {
        margin-top: 7rem
    }
}

@media (max-width:1200px) {

    .center-tab .bm_featuretext,
    .left-tab .bm_featuretext,
    .right-tab .bm_featuretext {
        width: 68%
    }

    .center-tab .bm_featurecard.first-card,
    .left-tab .bm_featurecard.first-card,
    .right-tab .bm_featurecard.first-card {
        margin-top: 0;
        margin-bottom: 0
    }

    .left-tab .bm-iconsarea .card,
    .right-tab .bm-iconsarea .card {
        width: 44%
    }

    #tournaments .tour-row .card {
        margin: 15px 0
    }
}

@media (max-width:991px) {

    .center-tab .bm_featuretext,
    .left-tab .bm_featuretext,
    .right-tab .bm_featuretext {
        width: 85%
    }

    .center-tab .left-pane .bm_featuretext {
        text-align: left
    }

    .center-tab .left-pane .bm_featureicon {
        float: left;
        margin-right: 1rem;
        margin-left: 0
    }

    #nav-tabContent img {
        display: block;
        margin: 2rem auto 3rem auto
    }

    .left-tab .bm-iconsarea .card,
    .right-tab .bm-iconsarea .card {
        width: 44%;
        margin-right: 0px
    }

    #howtoplay .row.left-img {
        display: block !important
    }

    #howtoplay .row.right-img {
        flex-direction: column
    }

    #howtoplay .row.right-img .col_left {
        order: 2
    }

    #howtoplay .row.right-img .col_right {
        order: 1
    }

    #howtoplay .row .col {
        margin: 10px 0
    }

    .page-header {
        height: 100%;
        padding: 150px 0;
        display: block !important
    }
}

@media only screen and (max-width:768px) {
    #nav-tabContent .bm_featureicon {
        width: 3.5rem;
        height: 3.5rem
    }

    .center-tab .bm_featuretext,
    .left-tab .bm_featuretext,
    .right-tab .bm_featuretext {
        width: 75%
    }

    #nav-tabContent .bm_featureicon .fa {
        font-size: 1.75rem;
        line-height: 3.5rem
    }

    .left-tab .bm-iconsarea .card,
    .right-tab .bm-iconsarea .card {
        width: 100%;
        margin-right: 0px
    }

    .masthead {
        padding: 100px 0;
        display: block !important;
        height: unset;
        max-height: unset
    }

    .masthead row {
        flex-direction: column
    }

    .masthead .col_left {
        order: 2;
        text-align: center !important
    }

    .masthead .col_right {
        order: 1
    }

    .masthead .col_right img {
        margin: 2rem auto 3rem auto
    }

    #contact .col_right {
        margin-top: 30px
    }

    .card-img-top {
        height: auto !important
    }
}

@media only screen and (max-width:360px) {

    .center-tab .bm_featuretext,
    .left-tab .bm_featuretext,
    .right-tab .bm_featuretext {
        width: 70%
    }
}

@media (max-width:767px) {
    #footer h5 {
        padding-left: 0;
        border-left: transparent;
        padding-bottom: 0;
        margin-bottom: 10px
    }
}

@media (min-width:640px) {
    .featurette-heading {
        font-size: 50px
    }
}

@media (min-width:1200px) {
    .tour-row {
        position: relative
    }

    .rate-col {
        position: absolute;
        top: 1rem;
        right: 0
    }
}

.fa-product-hunt.point {
    color: #f4c843;
    border-radius: 50%;
    background-color: #fd7e21;
    font-size: inherit;
}