body {
    font-family: "Roboto", sans-serif;
}
/* This changes all the animations globally */
:root {
    --animate-delay: 0s;
}

.section-my {
    background-color: #e5e6e7 !important;
    /* background: url('../images/bg/bg-section-transparent.webp') center; */
    background: url("../images/bg/bg-v2.webp") center;
    background-size: 110% auto;
    background-repeat: repeat-y;
    background-position: right center;
    min-height: calc(100vh - 40px);
    z-index: 2;
}
/* .section-my::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: calc(100% + 10px);
    height: 100%;
    background: url('../images/bg/bg-section-brush.webp') bottom center;
    background-size: 100% auto;
    background-position: bottom center;
    background-repeat: no-repeat;
    z-index: -1;
    pointer-events: none;
} */

em {
    text-wrap: auto;
}

.section-title-bg-outer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.section-title-bg {
    background: linear-gradient(
        90deg,
        rgba(255, 199, 0, 0) 0%,
        #856509 52%,
        rgba(232, 255, 89, 0) 100%,
        rgba(255, 199, 0, 0) 100%
    );
    padding: 5px 40px;
    text-transform: uppercase;
    font-size: 1.5rem;
    color: white;
    font-style: italic;
    font-weight: 800;
    min-width: 280px;
    text-align: center;
}
.section-title-bg div {
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.4));
}

.text-coming-soon {
    font-family: "Black Range Free", sans-serif;
    font-size: 3rem;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
}

.btn-custom {
    background: url("../images/orns/tab-active.png");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    font-family: "Black Range Free", sans-serif;
    font-weight: 500;
}
.btn-custom:hover {
    background: url("../images/orns/tab-hover.png");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.btn-custom.btn-sm {
    padding: 8px 30px 6px;
}

.news-card {
    position: relative;
    transition: all 0.2s ease-in-out;
    z-index: 5;
}
/* .news-card::before {
    content: '';
    position: absolute;
    top: calc(50% - 80px);
    left: -100px;
    transform: translateY(-50%);
    width: 200px;
    height: 100%;
    background: url('{{ asset("images/orns/news-hover-left.png") }}');
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
}
.news-card::after {
    content: '';
    position: absolute;
    top: calc(50% - 40px);
    right: -120px;
    transform: translateY(-50%);
    width: 300px;
    height: 500px;
    background: url('{{ asset("images/orns/news-hover-right.png") }}');
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
} 
.news-card-link:hover .news-card::before,
.news-card-link:hover .news-card::after {
    opacity: 1;
} */
.news-card-img {
    position: relative;
    z-index: 10;
}
.news-card-img img {
    height: 200px;
    object-fit: cover;
}
.news-card-content-outer {
    background: transparent;
    padding: 2px;
    margin-top: -45px;
}
.news-card-content {
    position: relative;
    background: transparent;
    padding: 55px 20px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: start;
    transition: all 0.2s ease-in-out;
}
.news-card .news-card-content .news-card-date {
    color: #333333;
    font-size: 0.8rem;
    margin-bottom: 3px;
    border-bottom: 1px solid #f59d00;
    padding-bottom: 4px;
}
.news-card .news-card-content .news-card-title {
    color: #333333;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.2;
    padding-top: 4px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-card-link:hover .news-card {
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
}
/* .news-card-link:hover .news-card-content-outer {
    background: linear-gradient(180deg, #F59D00 0%, #FFD800 100%);
} */
.news-card-link:hover .news-card-content {
    background: white;
}

/* ===== SEASON 14 ===== */
.section-my.section-14,
.section-14 {
    /* background-color: #FEFEFE !important; */
}
.canvas-alt-tabs.tabs-bb {
    border-bottom: none;
    align-items: center;
}
.canvas-alt-tabs.tabs-bb:not(#week-tabs) .nav-link {
    /* color: #ffffff;
    text-transform: uppercase;
    background: radial-gradient(62.12% 108.24% at 0% 0%, #535353 0%, #050505 100%);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .2s ease-in-out;
    opacity: 0.4;
    font-size: 1rem;
    border: 2px solid #171717 !important;
    letter-spacing: 1px; */

    font-size: 1rem;
    border-radius: 0 !important;
    border: none !important;
    clip-path: polygon(
        calc(0% + 10px) 0%,
        100% 0%,
        calc(100% - 10px) 100%,
        0% 100%
    );
    margin: 0;
    padding: 8px 20px !important;
    background: #cfcfcf3d !important;
    color: #373737 !important;
    text-align: center;
    white-space: nowrap;
    margin: 0 -5px;
    transition: all 0.2s ease-in-out;
    border: none !important;
    opacity: 0.7;
    min-width: 90px;
}
.canvas-alt-tabs.tabs-bb:not(#week-tabs) .nav-link:hover,
.canvas-alt-tabs.tabs-bb:not(#week-tabs) .nav-link.active {
    /* opacity: 1; */
    background: linear-gradient(180deg, #323232 0%, #cfb30e 100%) !important;
    color: white !important;
    position: relative;
}
.canvas-alt-tabs.tabs-bb:not(#week-tabs) .nav-link.active {
    /* filter: drop-shadow(0 0.2rem 0.15rem rgba(0, 0, 0, 0.5)); */
    /* border: 2px solid #D7B602 !important; */
    opacity: 1;
}
.canvas-alt-tabs.tabs-bb:not(#week-tabs) .nav-link.active div {
    color: white !important;
}
.canvas-alt-tabs.tabs-bb:not(#week-tabs) .nav-link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 0px;
    background: linear-gradient(90deg, rgba(152, 129, 0, 0) 0%, #fed700 100%);
    opacity: 0.7;
    transition: all 0.3s ease-in-out;
}
.canvas-alt-tabs.tabs-bb:not(#week-tabs) .nav-link.active::before {
    width: 100%;
}
.canvas-alt-tabs.tabs-bb:not(#week-tabs) .nav-link.active::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url("../images/s14/bg/bg-tabs.png") no-repeat;
    background-size: calc(100% + 20px) 100%;
    background-position: center;
    filter: brightness(30%);
    z-index: -1;
}
.tabs li .nav-link {
    margin-bottom: 0 !important;
}

.news-card-img img {
    height: 200px;
    object-fit: cover;
    border-radius: 15px;
    border: 8px solid transparent;
    transition: all 0.2s ease-in-out;
}
.news-card-img.full-height img {
    object-fit: contain;
    object-position: 15px;
}
.news-card-content-outer {
    border-radius: 0 0 15px 15px;
    margin-top: -15px;
}
.news-card-content {
    /* padding: 35px 20px 25px; */
    padding: 22px 20px 15px;
    border-radius: 0 0 15px 15px;
    z-index: 0;
}
.news-card-content::before {
    content: "";
    position: absolute;
    top: -35px;
    right: -2px;
    background: url("../images/s14/orns/orn-news.png");
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: auto;
    height: 100px;
    aspect-ratio: 16/9;
    z-index: 10;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    z-index: -1;
}
.news-card-link:hover .news-card-content {
    background: white;
}
.news-card-link:hover .news-card .news-card-img img {
    border-color: #fccc01;
    background-color: white;
}
.news-card-link:hover .news-card-content::before {
    opacity: 1;
}
.news-card .news-card-content .news-card-date,
.news-card .news-card-content .news-card-title {
    position: relative;
    z-index: 1;
}

/* -- dd select -- */
.dd-select,
.dd-option {
    /* background: linear-gradient(90deg, #D8C63C 0%, #CDA550 45.31%, #D8C63C 100%) !important; */
    border: none !important;
}
.dd-select {
    /* background: url('{{ asset("images/orns/dropdown-bg.png") }}') center !important;
    background-size: 100% 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important; */
    padding: 0;
    background: radial-gradient(
        62.12% 108.24% at 0% 0%,
        #535353 0%,
        #050505 100%
    ) !important;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
}
.dd-select .dd-selected {
    text-align: center;
    padding-right: 25px;
    /* background: rgba(255, 255, 255, 0.35); */
    border-radius: 4px;
    transition: all 0.15s ease-in-out;
}
/* .dd-select:hover .dd-selected {
    background: rgba(255, 255, 255, 0.7);
} */
.dd-options {
    background: radial-gradient(
        62.12% 108.24% at 0% 0%,
        #535353 0%,
        #050505 100%
    ) !important;
}
.dd-select,
.dd-options {
    border-radius: 6px !important;
}
.dd-select .dd-selected,
.dd-options .dd-option {
    /* padding: 7.5px; */
    padding: 2px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dd-options .dd-option.dd-option-selected,
.dd-options .dd-option:hover {
    background: rgba(255, 255, 255, 0.25);
}
.dd-select .dd-selected label,
.dd-options .dd-option label {
    margin-bottom: 0;
    /* color: #333333; */
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    font-size: 1.2rem;
    letter-spacing: 1px;
    line-height: 1.5 !important;
}
.dd-select .dd-pointer-down {
    border-top-color: #333333;
}
.dd-select .dd-pointer-up {
    border-bottom-color: #333333 !important;
}
.dd-option-image,
.dd-selected-image {
    max-width: 30px !important;
}

.btn-custom {
    background: radial-gradient(
        62.12% 108.24% at 0% 0%,
        #535353 0%,
        #050505 100%
    ) !important;
    color: white;
    font-weight: 500;
    font-size: 1.25rem;
    padding: 4px 25px !important;
    letter-spacing: 0.5px;
    transition: all 0.2s ease-in-out;
}
.btn-custom:hover {
    background: radial-gradient(
        62.12% 108.24% at 0% 0%,
        #535353 0%,
        #050505 100%
    ) !important;
    color: white;
    opacity: 0.75;
}
.btn-custom.btn-sm {
    padding: 8px 30px 6px;
}

.fn-rank {
    font-size: 1.25rem;
    font-weight: 300 !important;
}

.btn-cdkeys {
    position: sticky;
    bottom: 30px;
    left: calc(100% - 100px);
    z-index: 1000;
    display: flex;
    width: 70px;
    height: auto;
    aspect-ratio: 1;
    transition: all 1s ease-in-out;
}
.btn-cdkeys .btn-close-cdkey {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 20px;
    height: auto;
    aspect-ratio: 1;
    padding: 5px;
    background: white;
    border-radius: 50%;
    font-size: 0.6rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-cdkeys.closed {
    position: absolute;
    left: calc(100% + 100px);
    pointer-events: none;
}

/* sm: phone - landscape */
@media (min-width: 576px) {
}

/* md: tablet */
@media (min-width: 768px) {
}

/* lg: desktop */
@media (min-width: 992px) {
    .section-my {
        /* padding-top: 140px; */
        padding-top: 120px;
    }
    .section-title-bg-outer {
        margin-bottom: 30px;
    }
    .section-title-bg {
        font-size: 2rem;
    }

    .text-coming-soon {
        font-size: 5rem;
    }

    .canvas-alt-tabs.tabs-bb .nav-link,
    .canvas-alt-tabs.tabs-bb:not(#week-tabs) .nav-link {
        font-size: 1.25rem;
        /* border: 2px solid #171717 !important; */
        padding: 2px 30px;
    }
    .canvas-alt-tabs.tabs-bb:not(#week-tabs) .nav-link {
        padding: 8px 30px !important;
    }
    .canvas-alt-tabs.tabs-bb .nav-link.active {
        /* border: 2px solid #D7B602 !important; */
    }
    .canvas-alt-tabs.tabs-bb .nav-item:first-child .nav-link {
        border-radius: 0.5rem 0 0 0.5rem;
    }
    .canvas-alt-tabs.tabs-bb .nav-item:last-child .nav-link {
        border-radius: 0 0.5rem 0.5rem 0;
    }
}

/* xl: wide */
@media (min-width: 1200px) {
}

/* super wide */
@media (min-width: 1440px) {
}
