/* -- General Classes */

.no-icon-header i {
    font-size: 2.3rem !important;
}

ul.symbols {
    list-style-type: none;
}

ul.symbols li {
    padding: 3px;
    font-size: 15px;
    display: inline-flex;
}

ul.symbols > li {
    list-style-type: none;
}

ul.col-legend {
    list-style-type: none;
}

ul.col-legend > li {
    list-style-type: none;
}

ul.col-legend li {
    display: inline;
}

/*--------------------------------------------------------------
# Tourney weaver Section
--------------------------------------------------------------*/

.tourney-waver {
    width: 100%;
    height: var(--hweaver);
    background: var(--tourney-banner) top center no-repeat;
    background-size: cover;
    color: var(--parallax-txt);
    padding: 60px 0 0 0;
}

.tourney-waver::before {
    content: "";
    background-color: var(--bgweaver);
    width: 100%;
    height: var(--hweaver);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
}

.tourney-waver .heading {
    padding-bottom: 80px;
    padding-left: 30px;
}

.tourney-waver h1 {
    margin: 0;
    font-size: 56px;
    font-weight: 500;
}

.tourney-waver h1.towers {
    font-weight: 700;
    color: var(--title-cover);
}


.tourney-waver h2 {
    margin: 15px 0 0 0;
    font-size: 24px;
}

.tourney-waver h3 {
    margin: 15px 0 0 0;
    font-size: 16px;
    font-weight: 700;
}

.tourney-waver .btn-get-started {
    margin-top: 30px;
    margin-right: 24px;
    line-height: 0;
    padding: 15px 40px;
    border-radius: 4px;
    transition: 0.5s;
    color: var(--parallax-txt);
    background: var(--btn-bg);
    box-shadow: 0 5px 16px var(--bg-box-shadow);
}

.tourney-waver .btn-get-started:hover {
    background-color: var(--btn-bg-hover);
}

.tourney-waver .btn-get-started span {
    /*font-family: "Nunito", sans-serif;*/
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
}

.tourney-waver .btn-get-started i {
    margin-left: 5px;
    font-size: 18px;
    transition: 0.3s;
}

.tourney-waver .btn-get-started:hover i {
    transform: translateY(5px);
}

.tourney-waver .tourney-waver-img {
    text-align: right;
}

.tourney-waver-img img.orc-extra {
    max-width: 400px;
}

.tourney-waver-img img.orc-extra-shrink {
    max-width: 200px;
}

.margin-info {
    margin-bottom: 10px;
    font-size: 1rem;
}


@media (max-width: 1199px) {
    .tourney-waver {
        overflow: auto;
        background-position: left;
        background-size: cover;
    }

    .tourney-waver-img img.orc {
        padding-top: 156px;
    }
}

@media (min-width: 1024px) {
    .tourney-waver {
        background-attachment: fixed;
    }
}

/* Nest Hub */
@media (width: 1024px) and (height: 600px) {

    .tourney-waver h1,
    .tourney-waver h2 {
        max-width: 50%;
        text-align: right;
    }

    .tourney-waver-img img.orc {
        padding-top: 156px;
    }

}

@media (max-width: 991px) {

    .tourney-waver {
        padding: 120px 0 60px 0;
    }

    .tourney-waver .tourney-waver-img {
        text-align: center;
        margin-top: 80px;
    }

    .tourney-waver-img img.orc {
        width: 60%;
    }

    .tourney-waver h1,
    .tourney-waver h2,
    .tourney-waver h3 {
        color: var(--parallax-txt);
        text-shadow: none;
    }

    .tourney-waver .heading {
        margin-left: 100px;
    }

}

@media (max-width: 767px) {
    .tourney-waver {
        text-align: center;
    }

    .tourney-waver h1 {
        font-size: 32px;
    }

    .tourney-waver h2 {
        font-size: 16px;
    }

    .tourney-waver .tourney-waver-img img {
        width: 60%;
    }

    .tourney-waver .heading {
        margin-left: 0;
    }

    .tourney-waver .btn-get-started {
        padding: 8px 20px;
    }

    .tourney-waver .btn-get-started span {
        font-size: 12px;
    }
}

/* Galaxy Fold */
@media (max-width: 280px) {
    .tourney-waver {
        text-align: center;
    }

    .tourney-waver h1 {
        font-size: 24px;
    }

    .tourney-waver h2 {
        font-size: 12px;
    }

    .tourney-waver .tourney-waver-img img {
        width: 40%;
    }

    .tourney-waver .heading {
        margin-left: 0;
    }
}

/* -------------------------------------------------------------
# Tournament Structure
---------------------------------------------------------------*/

.tourney-container {
    padding: 60px;
}

.tourney-structure .tourney-box {
    padding: 24px 20px;
    box-shadow: 0 0 30px rgba(1, 41, 112, 0.08);
    transition: 0.3s;
    height: 100%;
}


.tourney-structure .tourney-box h3 {
    font-size: 18px;
    color: var(--main-txt);
    font-weight: 700;
    margin: 0;
}

.tourney-structure .tourney-box i {
    line-height: 0;
    background: #ecf3ff;
    padding: 4px;
    margin-right: 10px;
    font-size: 24px;
    border-radius: 3px;
    transition: 0.3s;
}

.tourney-structure .tourney-box:hover i {
    background: var(--main);
    color: #fff;
}

.tourney-structure .tourney-tabs {
    margin-top: 120px;
}

.tourney-structure .tourney-tabs h3 {
    color: var(--main-txt);
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .tourney-structure .tourney-tabs h3 {
        font-size: 28px;
    }
}

.tourney-structure .tourney-tabs .nav-pills {
    border-bottom: 1px solid #eee;
}

.tourney-structure .tourney-tabs .nav-link {
    background: none;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    color: var(--main-op08);
    padding: 12px 0;
    margin-right: 25px;
    margin-bottom: -2px;
    border-radius: 0;
}

.tourney-structure .tourney-tabs .nav-link.active {
    color: var(--main);
    border-bottom: 3px solid var(--main);
}

.tourney-structure .tourney-tabs .tab-content h4 {
    font-size: 18px;
    margin: 0;
    font-weight: 700;
    color: var(--main-txt);
}

.tourney-structure .tourney-tabs .tab-content i {
    font-size: 24px;
    line-height: 0;
    margin-right: 8px;
    /*color: var(--main);*/
}

.tourney-structure .tourney-tabs .tab-content .symbols {
    margin-top: 15px;
}

.tourney-structure .tourney-tabs .tab-content .symbols i {
    font-size: 35px;
    line-height: 30px;
}

.tourney-structure .tourney-icons {
    margin-top: 10px;
}

.tourney-structure .tourney-icons h3 {
    color: var(--main-txt);
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 20px;
    text-align: left;
< i class = "fa-duotone fa-gavel" > < / i >
}

@media (max-width: 768px) {
    .tourney-structure .tourney-icons h3 {
        font-size: 28px;
    }
}

.tourney-structure .tourney-icons .content .icon-box {
    display: flex;
}

.tourney-structure .tourney-icons .content .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: var(--main-txt);
}

.tourney-structure .tourney-icons .content .icon-box i {
    font-size: 44px;
    line-height: 44px;
    margin-right: 15px;
}

.tourney-structure .tourney-icons .content .icon-box p {
    /*font-size: 18px;*/
    color: var(--main-txt);
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
    padding: 20px 50px;
    background: #fff;
    text-align: center;
    box-shadow: 0 0 30px rgba(1, 41, 112, 0.08);
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
    height: 580px;
}

.pricing .box:hover {
    transform: scale(1.1);
    box-shadow: 0 0 30px rgba(1, 41, 112, 0.1);
}

.pricing h3 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
}

.pricing .price {
    font-size: 36px;
    color: #444444;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.pricing .price sup {
    font-size: 20px;
    top: -15px;
    left: -3px;
}

.pricing .price span {
    color: #bababa;
    font-size: 16px;
    font-weight: 300;
}

.pricing img {
    padding: 15px 30px;
    border-radius: 20%;
}

.pricing ul {
    padding: 0;
    /* list-style: none; */
    color: #444444;
    text-align: left;
    line-height: 22px;
    font-size: 14px;
    height: 130px;
    margin-bottom: 25px;
    margin-left: 10px;
}

.pricing ul li {
    padding-bottom: 10px;
}

.pricing ul .na {
    color: #ccc;
    text-decoration: line-through;
}

.pricing .btn-buy {
    display: inline-block;
    padding: 8px 40px 10px 40px;
    background: var(--btn-bg);
    /*border-radius: 50px;*/
    color: var(--main-txt);
    font-size: 16px;
    /*font-family: "Nunito", sans-serif;*/
    font-weight: 600;
    transition: 0.3s;
    border: 1px solid var(--btn-bg);
    margin-top: 20px;
}

.pricing .btn-buy:hover {
    background: var(--btn-bg-hover);
    color: #fff;
}

.pricing .disabled,
.pricing .disabled:hover {
    cursor: default;
    margin-top: 20px;
}

@media (max-width: 1400px) {
    .pricing .box {
        padding: 10px 40px;
        height: 520px;
        min-width: 320px;
    }

    .pricing ul {
        margin-bottom: 20px;
        margin-left: 0;
        font-size: 12px;
    }

    .pricing .btn-buy {
        font-size: 12px;
    }

    /*.pricing .btn {*/
    /*  margin-top: 26px;*/
    /*}*/
}

@media (max-width: 1399px) {

    /*.pricing .box {*/
    /*    padding: 10px 40px;*/
    /*    height: 520px;*/
    /*}*/
    .pricing ul {
        margin-bottom: 20px;
        margin-left: 0;
        font-size: 12px;
    }

    .pricing .btn-buy {
        font-size: 12px;
    }

    .pricing .btn {
        margin-top: 15px;
    }
}

@media (max-width: 1199px) {

    .pricing ul {
        margin-bottom: 20px;
        margin-left: 0;
        font-size: 12px;
    }

    .pricing .btn-buy {
        font-size: 12px;
    }

    .pricing .btn {
        margin-top: 40px;
    }
}

@media (max-width: 991px) {

    .pricing ul {
        margin-bottom: 20px;
        margin-left: 0;
        font-size: 12px;
    }

    .pricing .btn-buy {
        font-size: 12px;
    }

    .pricing .btn {
        margin-top: 0;
    }
}

/*--------------------------------------------------------------
# Refund and Support
--------------------------------------------------------------*/

#refund .reg-form .form-label {
    font-weight: 700;
}

#refund .reg-form .form-output {
    font-size: 1.1rem;
    display: inline-block;
    vertical-align: super;
}

#refund .reg-form .form-check-input {
    width: 24px;
    height: 24px;
}

#refund .reg-form .form-range {
    width: 60%;
    max-width: 60%;
}

#refund .reg-form .help-block {
    display: block;
    min-height: 70px;
}

/*--------------------------------------------------------------------------
# Cards and Prizes
----------------------------------------------------------------------------*/

.prize-label {
    background-color: var(--main);
    color: #000;
}

h5.prize-label {
    text-decoration: underline;
    text-decoration-color: var(--main);
    color: var(--main-txt);
    background-color: transparent;
}

.prize-description {
    font-style: italic;
}

.prize-image {
    max-width: 30%;
}

.accordion-flush>.accordion-item:first-child {
    border-top: 0;
    border-bottom: 0;
}

.glightbox-clean .gslide-title {
    font-size: 1.6em;
    font-weight: 400;
    font-family: "MagicMedieval Regular", sans-serif;
    color: #000;
    margin-bottom: 0 !important;
    line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
    font-size: 1.4rem;
    margin-bottom: 0;
    font-family: "Gentium Plus", sans-serif;
    line-height: 1.4em;
}

/* CARDS */
.card-container {
    /*max-height: 300px;*/
    /*max-width: 600px;*/
    display: inline-flex;
}

.card-container:not(:first-child) {
    margin-top: -200px;
}

.card {
    display: inline-flex;
    max-height: 258px;
    max-width: 186px;
    /*   margin-left: -50px; */
    transition: 0.2s ease-out;
    position: relative;
    border: none;
    left: 0;
    background-color: #000000;
}

.card:not(:first-child) {
    margin-left: -50px;
}

.card:hover {
    transform: translateY(-20px);
    transition: 0.4s ease-out;
    z-index: 300;
}

.card:hover ~ .card {
    position: relative;
    left: 50px;
    transition: 0.4s ease-out;
}

.card-title {
    font-weight: 300;
}

.card img {
    border-radius: 10px;
}

.bar {
    position: absolute;
    top: 100px;
    left: 20px;
    height: 5px;
    width: 150px;
}

.emptybar {
    background-color: #2e3033;
    width: 100%;
    height: 100%;
}

.filledbar {
    position: absolute;
    top: 0px;
    z-index: 3;
    width: 0px;
    height: 100%;
    background: rgb(0, 154, 217);
    background: linear-gradient(90deg, rgba(0, 154, 217, 1) 0%, rgba(217, 147, 0, 1) 65%, rgba(255, 186, 0, 1) 100%);
    transition: 0.6s ease-out;
}

.card:hover .filledbar {
    width: 120px;
    transition: 0.4s ease-out;
}

.circle {
    position: absolute;
    top: 150px;
    left: calc(50% - 60px);
}

.stroke {
    stroke: white;
    stroke-dasharray: 360;
    stroke-dashoffset: 360;
    transition: 0.6s ease-out;
}

svg {
    fill: #17141d;
    stroke-width: 2px;
}

.card:hover .stroke {
    stroke-dashoffset: 100;
    transition: 0.6s ease-out;
}

@media (max-width: 1023px) {
    .card {
        max-width: 150px;
    }

    /*.card-container:not(:first-child) {*/
    /*    margin-top: -100px;*/
    /*}*/
}

@media (max-width: 768px) {
    .prizes-container {
        padding: 16px;
    }

    .card {
        max-width: 100px;
    }

    .card-container:not(:first-child) {
        margin-top: -100px;
    }
}
