@import url('https://fonts.googleapis.com/css2?family=Elms+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

:root {
    --main: #010817;
    --bg: #02132B;

    --elms: "Elms Sans", sans-serif;
    --plyf: "Playfair Display", serif;

}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
    width: 0;
    height: 0;
}

body {
    font-family: var(--elms) !important;
    font-weight: 400;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    background-color: #fff;

}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1088px !important;
}

a {
    text-decoration: none !important;
}

.home-body {
    background-color: var(--main);
}

.home-body .navbar {
    position: fixed !important;
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    width: 1640px;
    max-width: 100%;
    background: transparent;
    border-radius: 16px;
    padding: .9rem 48px !important;
    backdrop-filter: blur(45px);
    opacity: 1;
}

.navbar {
    position: fixed !important;
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    width: 1640px;
    max-width: 100%;
    background: transparent;
    border-radius: 16px;
    padding: .9rem 48px !important;
    backdrop-filter: blur(45px);
    background: #00192979;
}

.nav-link {
    color: #fff !important;
    font-size: 16px;
}

.nav-link.active {
    font-weight: bold !important;
}

.nav-link.active::after {
    content: "";
    display: block;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 2px;
    height: 2px;
    background: #fff;
}

.navbar-nav.extras {
    gap: 1rem;
}

.form-select.lang-select {
    border: 1px solid #8DCEDD !important;
    background: transparent !important;
    color: #fff !important;
    padding: .25rem .55rem !important;
    box-shadow: none !important;
    cursor: pointer !important;
    border-radius: 9px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    text-align: center !important;
    width: 90px;
}

header .form-select.lang-select {
    background: #3867876e !important;
}

header .form-select.lang-select option {
    background: #fff !important;
}

option {
    color: var(--bg) !important;
}

.menu-btn {
    background: none !important;
    outline: none;
    border: none;
    box-shadow: none !important;
}

#navbarNav .nav-item .nav-link {
    margin-right: 1.2rem;
    font-weight: normal;
    font-size: 16px;
}

.hero-area {
    max-width: 1920px !important;
    max-height: 1080px !important;
    width: 100%;
    height: 100%;
}

.hero-content {
    position: absolute;
    top: 13rem;
    left: 50%;
    transform: translate(-50%);
    width: 1622px;
}

.hero-content .main-text {
    color: #fff;
    font-size: 140px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;

    -webkit-mask-image: linear-gradient(to top right,
            rgba(255, 255, 255, 0.05) 15%,
            rgba(255, 255, 255, 0.4) 40%,
            rgba(255, 255, 255, 0.849) 75%,
            rgba(255, 255, 255, 1) 100%);
    mask-image: linear-gradient(to top right,
            rgba(255, 255, 255, 0.05) 15%,
            rgba(255, 255, 255, 0.4) 40%,
            rgba(255, 255, 255, 0.849) 75%,
            rgba(255, 255, 255, 1) 100%);
}

.hero-content .top-title {
    font-size: 30px;
    font-family: var(--plyf);
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.flexed {
    display: flex;
    align-items: center;
}

.hero-foot {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 7rem;
}

.hf-left {
    border: 1px solid #003353;
    padding: 24px;
    border-radius: 24px;
    backdrop-filter: blur(45px);
}

.hf-left h4 {
    font-size: 16px;
    color: #fff;
    margin-left: 1rem;
    margin-bottom: 0;
}

.hf-left h4 span {
    font-size: 18px;
    font-weight: bold;
}

.hf-center {
    text-align: center;
}

.hf-center h2 {
    font-size: 25px;
    color: #C3C3C3;
}

.hf-center img {
    width: 20px;
    margin-right: .6rem;
}

.hf-center a {
    font-size: 16px;
    color: #C3C3C3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hf-right h2 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 1rem;
}

.hf-right img {
    width: 260px;
    height: 167px;
    object-fit: cover;
    border-radius: 14px;
}

.relative-area {
    position: relative;
}

.absolute-hf-title {
    position: absolute;
    top: 1rem;
    left: 1.5rem;
    width: 204px;
    font-weight: 300;
}

.absolute-hf-title h3 {
    font-size: 18px;
    color: #fff;
}

.absolute-exp {
    position: absolute;
    display: flex;
    align-items: center;
    bottom: 1rem;
    left: 1.5rem;
}

.absolute-exp a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    z-index: 2000;
}

.home-one.pinned .home-one-text {
    z-index: 9999;
    pointer-events: none;
}

.home-one {
    position: absolute;
    top: 0;
    z-index: 9;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    --shrink: 0;
    --moveY: 150px;
}

.home-one-text {
    position: sticky;
    top: 5rem;
    text-align: center;
    transform-origin: top center;
    will-change: transform;
}

.home-one.is-active {
    height: calc(100vh - ((100vh - 100px) * var(--shrink)));
}

.home-one.is-active .home-one-text {
    transform: translateY(calc(var(--moveY) * var(--shrink))) scale(clamp(0.10, calc(1 - (1 * var(--shrink))), 1));
}


.home-one h2 {
    max-width: 1127px;
    font-size: 10rem;
    text-align: center;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;

    -webkit-mask-image: linear-gradient(to right,
            rgba(255, 255, 255, 0.05) 0%,
            rgba(255, 255, 255, 0.4) 20%,
            rgba(255, 255, 255, 1) 50%,
            rgba(255, 255, 255, 0.4) 80%,
            rgba(255, 255, 255, 0.05) 100%);
    mask-image: linear-gradient(to right,
            rgba(255, 255, 255, 0.05) 0%,
            rgba(255, 255, 255, 0.4) 20%,
            rgba(255, 255, 255, 1) 50%,
            rgba(255, 255, 255, 0.4) 80%,
            rgba(255, 255, 255, 0.05) 100%);
}


.home-one h3 {
    line-height: 3.8rem;
    font-size: 5rem;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;

    -webkit-mask-image: linear-gradient(to right,
            rgba(255, 255, 255, 0.05) 0%,
            rgba(255, 255, 255, 0.4) 20%,
            rgba(255, 255, 255, 1) 50%,
            rgba(255, 255, 255, 0.4) 80%,
            rgba(255, 255, 255, 0.05) 100%);
    mask-image: linear-gradient(to right,
            rgba(255, 255, 255, 0.05) 0%,
            rgba(255, 255, 255, 0.4) 20%,
            rgba(255, 255, 255, 1) 50%,
            rgba(255, 255, 255, 0.4) 80%,
            rgba(255, 255, 255, 0.05) 100%);
}




















.wrecks-section {
    height: 100vh;
    position: relative;
    overflow: hidden;
    z-index: 99;
}

#wreckSplide {
    height: 100vh;
    padding: 80px 0;
    margin-top: 11rem;
}

#wreckSplide .splide__track {
    height: 100%;
}

#wreckSplide .splide__list {
    gap: 26px;
}

#wreckSplide .splide__slide .wreck-card {
    opacity: .2;
    transition: all .25s ease;

}

#wreckSplide .splide__slide.is-active .wreck-card {
    opacity: 1;
}

#wreckSplide .splide__slide.is-active {
    opacity: 1;
    transform: scale(1);
}

.wreck-card {
    width: 1365px;
    height: 600px;
    margin: 0 auto;
    margin-left: 26rem;
    border-radius: 26px;
    overflow: hidden;
    border: 1px solid #003353;
    display: grid;
    position: relative;
    grid-template-columns: 1fr 1fr;
    z-index: 1;
}

.wreck-left {
    padding: 10rem 0.5rem 1rem 6rem;
    color: #fff;
}

.wreck-title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 2rem;
}

.wreck-meta {
    font-size: 12px;
    margin-bottom: 14px;
}

.wreck-desc {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.wreck-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #fff;
    text-decoration: none;
    margin-top: 14px;
    font-size: 18px;
    font-weight: bold;
    line-height: 2rem;
}

.wreck-thumbs {
    margin-top: 2.5rem;
    display: flex;
    gap: 5px;
}

.wreck-thumbs img {
    width: 65px;
    height: 65px;
    object-fit: cover;
    border-radius: 8px;
}

.wreck-right {
    position: relative;
}

.wreck-img {
    width: 100%;
    height: 100%;
    object-fit: cover;

    -webkit-mask-image: linear-gradient(45deg,
            rgba(0, 0, 0, 0.1) 0%,
            rgba(0, 0, 0, 0.3) 35%,
            rgba(0, 0, 0, 1) 100%);
    mask-image: linear-gradient(45deg,
            rgba(0, 0, 0, 0.1) 0%,
            rgba(0, 0, 0, 0.3) 35%,
            rgba(0, 0, 0, 1) 100%);
}

.depth-big {
    max-width: 523px;
    width: 100%;
    position: absolute;
    left: -3.4rem;
    top: 31rem;
    z-index: 0;
    font-weight: 700;
    letter-spacing: -2px;
    color: #09598D;
    user-select: none;
    text-align: end;
}

.depth-big span {
    font-size: 30rem;
    line-height: 0;
    -webkit-mask-image: linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0) 12%,
            rgba(0, 0, 0, .8) 30%,
            rgba(0, 0, 0, .8) 70%,
            rgba(0, 0, 0, 0) 88%,
            rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0) 12%,
            rgba(0, 0, 0, .8) 30%,
            rgba(0, 0, 0, .8) 70%,
            rgba(0, 0, 0, 0) 88%,
            rgba(0, 0, 0, 0) 100%);
}

.depth-big small {
    font-size: 13.5rem;
    margin-right: 1.5rem;
    line-height: 7rem;
    -webkit-mask-image: linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0) 12%,
            rgba(0, 0, 0, .8) 30%,
            rgba(0, 0, 0, .8) 70%,
            rgba(0, 0, 0, 0) 88%,
            rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0) 12%,
            rgba(0, 0, 0, .8) 30%,
            rgba(0, 0, 0, .8) 70%,
            rgba(0, 0, 0, 0) 88%,
            rgba(0, 0, 0, 0) 100%);
}

.wreck-controls {
    position: absolute;
    right: 3rem;
    bottom: 3rem;
    z-index: 1001;
    display: grid;
    gap: 10px;
    align-items: center;
    justify-items: center;
}

.ctrl-btn {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 1px solid #052B4B;
    background: #021229;
    color: #fff;
    display: grid;
    place-items: center;
    transition: opacity .2s ease, transform .2s ease, background .2s ease;
}

.ctrl-btn.is-disabled {
    opacity: .3;
    pointer-events: none;
}

.ctrl-label {
    margin-top: 4px;
    font-size: 11px;
    opacity: .8;
    text-align: center;
}

#wreckSplide,
#wreckSplide .splide__track {
    overflow: visible !important;
}

#wreckSplide {
    height: 100vh;
    padding: 90px 0;
    box-sizing: border-box;
    z-index: 2 !important;
}

#wreckSplide .splide__slide {
    display: flex;
    align-items: center;
    justify-content: center;
    filter: none !important;

}

.depth-blur-patch {
    position: absolute;
    top: 0;
    left: 26rem;
    width: 600px;
    height: 600px;
    border-radius: 25px;

    background: transparent;
    opacity: .95;


    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);

    pointer-events: none;
    overflow: hidden;
}

.mobile-none,
.hero-foot-mobile {
    display: none;
}

.one-card {
    margin-top: 4rem;
}

.one-card h2 {
    color: #fff;
    font-size: 16px;
    text-align: center;
}

#hf-splide .splide__arrow {
    opacity: 1;
    background-color: #ffffff57;
    border: 1px solid #fff;
    padding: 1rem;
}

#hf-splide .splide__arrow i {
    color: #fff;
    font-size: .9rem;
}

#hf-splide .splide__arrow--next {
    right: -.75rem;
    top: 72%;
}

#hf-splide .splide__arrow--prev {
    left: -.75rem;
    top: 72%;
}

#hf-splide .splide__arrow:disabled {
    opacity: .35;
    cursor: not-allowed;
}






















body.overlay-lock {
    overflow: hidden;
}

.hero-area {
    position: relative;
    z-index: 1;
    transition: filter .5s ease, opacity .5s ease, transform .5s ease;
}

body.overlay-open .hero-area {
    filter: blur(4px) brightness(.7);
    opacity: .9;
    transform: scale(.995);
}


.home-one {
    position: fixed !important;
    inset: 0;
    width: 100%;

    background: rgba(1, 14, 33, var(--bgFade, 1));

    transform: translateY(100%);
    will-change: transform;

    transition: transform 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}



body.overlay-open .home-one {
    transform: translateY(0);
}

.home-one::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0;
    transition: opacity .6s ease;
}

body.overlay-open .home-one::before {
    opacity: 1;
}

body.overlay-open .home-one-spacer {
    height: 10vh;
}

.line-vert {
    border: .1px solid #fff;
    margin: 0 1rem;
}

.title-area {
    margin-bottom: 2rem;
}

.title-area h2 {
    font-size: 80px;
    color: var(--bg);
    font-weight: bold;
}

.title-area h2::after {
    content: "";
    display: flex;
    border-bottom: 1px solid #707070;
    width: 120px;
    margin-left: .2rem;
    margin-top: 1rem;
}

.content-one {
    margin-top: 10rem;
}

.about-tabs-wrap {
    margin: 40px auto;
}

.about-tabs {
    display: flex !important;
    flex-wrap: nowrap !important;
    white-space: nowrap !important;
    overflow-x: scroll;
    overflow-y: hidden;
}

.about-tabs::-webkit-scrollbar {
    height: 0px;
    cursor: pointer;
}

.about-tabs .nav-link::after {
    content: "";
    width: 100%;
    height: 5px;
    background: var(--bg);
    border-radius: 10rem;
}

.about-tabs::-webkit-scrollbar-track {
    background: transparent;
}

.about-tabs::-webkit-scrollbar-button {
    display: none;
}

.about-tabs::-webkit-scrollbar-thumb {
    background-color: var(--main);
    border-radius: 999px;
}


.about-tabs .nav-item {
    margin-right: 2rem;
}

.about-tabs .nav-link {
    border: 0 !important;
    color: #535353 !important;
    font-weight: 500;
    padding: 14px 18px;
    position: relative;
    width: 100% !important;
    text-align: start;
    font-size: 24px;
}

.about-tabs .nav-link:first-child {
    padding-left: 0;
}

.about-tabs .nav-link.active {
    color: var(--bg) !important;
    background: transparent;
    font-weight: 600;
}

.about-tabs-content {
    padding-top: 18px;
}

.about-scroll {
    padding-right: 10px;
    line-height: 1.7;
    color: #2b2b2b;
    font-size: 14px;
}

.about-scroll p {
    font-size: 16px;
    font-weight: normal;
}

footer {
    background-color: var(--main);
    padding: 5rem 0;
    padding-bottom: 1rem;
    margin-top: 7rem;
}

.ftop-content {
    text-align: center;
    color: #fff;
}

.ftop-content h2 {
    font-size: 50px;
    font-weight: normal;
    margin-bottom: 1.4rem;
}

.ftop-content p {
    font-size: 16px;
    font-weight: 400;
}

.fbtn {
    margin-top: 3.5rem;
}

.fbtn a {
    border: 1px solid #fff;
    border-radius: 24px;
    font-size: 18px;
    padding: .95rem 3rem;
    color: #fff;
    font-weight: normal;
}

.focenter {
    width: 100%;
    margin-top: 7rem;
}

.focenter ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.focenter ul li {
    display: flex;
    align-items: center;
}

.focenter ul li a {
    color: #fff;
}

.focenter ul .lang-item {
    position: absolute;
    right: 0;
}

.container-fluid.mx-width-cont {
    max-width: 1650px !important;
}

.line-footer {
    border: .1px solid #20252E;
    width: 100%;
    margin: 2.5rem 0;
}

.fsub-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .copy-right p,
footer .copy-right a {
    color: #fff;
    font-size: 12px;
    margin-bottom: 0;
}

.socialsub a {
    color: #fff;
    margin-left: 1rem;
    font-size: 1.2rem;
}

.leg-card {
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #D3D3D3;
    height: 100%;
}

.lc-img {
    width: 100%;
    object-fit: cover;
    height: 12rem !important;
}

.content-lc {
    padding: 1.2rem 1.2rem;
}

.content-lc h2 {
    font-size: 18px;
    font-weight: 600;
}

.content-lc span {
    font-size: 16px;
    --lc-color: #021128;
    color: var(--lc-color);
}

.content-lc a {
    font-size: 18px;
    color: var(--lc-color);
    font-weight: 600;
}

.about-scroll.container-fluid {
    max-width: 1650px;
}

.leg-filters {
    margin-top: 1rem;
    margin-bottom: 2rem;
    overflow-x: auto;
    padding-left: 0 !important;
}

.leg-filter-btn {
    border: 1px solid #DEDEDE;
    background: #F0F0F0;
    color: #535353;
    padding: 16px 24px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    user-select: none;
    white-space: nowrap !important;
}

.leg-filter-btn.is-active {
    background: #0f172a;
    color: #fff;
    border-color: #0f172a;
}

.leg-item {
    will-change: transform, opacity;
    transition:
        opacity .45s cubic-bezier(.22, .61, .36, 1),
        transform .45s cubic-bezier(.22, .61, .36, 1);
}

.leg-item.is-hidden {
    opacity: 0;
    transform: translateY(14px) scale(.98);
    pointer-events: none;
}

.leg-item.is-gone {
    display: none !important;
}

.leg-pane:not(.is-ready) .leg-item {
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
}

.pg {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 10px 0;
    margin-top: 2.5rem;
}

.pg-btn,
.pg-num {
    width: 35px;
    height: 35px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    user-select: none;
    font-size: 20px;
    line-height: 1;
    box-sizing: border-box;
}

.pg-btn {
    border: 1px solid #0f172a;
    color: #0f172a;
    background: #fff;
    transition: transform .15s ease, background .2s ease, color .2s ease;
}

.pg-btn i {
    font-size: 20px;
    line-height: 1;
}

.pg-num {
    border: 1px solid #e5e7eb;
    color: #0f172a;
    background: #fff;
    transition: transform .15s ease, background .2s ease, color .2s ease, border-color .2s ease;
}

.pg-num.is-active {
    background: #0f172a;
    color: #fff;
    border-color: #0f172a;
}

.pg-ellipsis {
    font-size: 20px;
    color: #0f172a;
    padding: 0 2px;
}

.pg-btn:focus-visible,
.pg-num:focus-visible {
    outline: 3px solid rgba(15, 23, 42, .18);
    outline-offset: 3px;
    border-color: #0f172a;
}

.news-modal {
    padding-right: 0;
}

.news-modal.show {
    z-index: 9999999999;
}

.news-modal .modal-backdrop,
.modal-backdrop.show {
    background: rgba(0, 0, 0, 0.932);
}

.news-modal.show {
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.news-modal .modal-dialog {
    max-width: 1640px;
    width: calc(100% - 48px);
    margin: 5rem auto;
}

.news-modal .modal-content {
    padding: 2rem;
    position: relative;
    background: #000;
    border: 0;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 30px 120px rgba(0, 0, 0, .55);
}

.news-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .25);
    background: rgba(0, 0, 0, .35);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}

.news-close i {
    font-size: 18px;
}

.news-viewer {
    height: min(78vh, 860px);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #000;
    cursor: grab;
}

.news-viewer:active {
    cursor: grabbing;
}

.news-viewer img {
    max-width: 100%;
    max-height: 100%;
    transform: translate3d(0, 0, 0) scale(1);
    transform-origin: center center;
    transition: transform .12s ease;
    user-select: none;
    pointer-events: none;
    border-radius: 16px;
}

.news-controls {
    position: absolute;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    border-radius: 999px;
    background: rgba(0, 0, 0, .55);
    border: 1px solid rgba(255, 255, 255, .18);
    z-index: 6;
}

.news-ctrl-btn {
    width: 35px;
    height: 35px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .22);
    background: transparent;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.news-ctrl-btn i {
    font-size: 20px;
    line-height: 1;
}

.news-zoom-label {
    min-width: 64px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .2px;
}

.video-card {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 1.5rem;
    margin-top: 1rem;
}

.video-card .video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.play-btn {
    position: absolute;
    inset: 0;
    margin: auto;
    border-radius: 999px;
    border: 0;
    background: rgba(0, 0, 0, 0);
    color: #fff;
    font-size: 50px;
    display: grid;
    place-items: center;
    cursor: pointer;
}

.video-card.is-playing .play-btn {
    background: rgba(0, 0, 0, 0);
    opacity: 0;
}

.detail-content h2 {
    font-size: 30px;
    color: #000;
}

.detail-content p {
    font-size: 16px;
    color: var(--main);
    margin-bottom: 2.5rem;
    font-weight: 400;
}

.img-area img {
    border-radius: 16px;
    margin-bottom: 2rem;
}

.links-area {
    display: flex;
    align-items: center;
}

.links-area a {
    border: 1px solid #DEDEDE;
    border-radius: 8px;
    padding: 1rem;
    background-color: #F0F0F0;
    text-decoration: underline !important;
    font-size: 16px;
    color: #0089FF;
    font-weight: 500;
}

.links-area svg {
    margin-right: 1rem;
}

.dc-cards .dc-content a {
    font-size: 16px;
    color: #021128;
    font-weight: 400;
    text-align: start;
}

.dc-cards .dc-content a {
    display: grid;
    grid-template-columns: 16px 1fr;
    column-gap: 1rem;
    align-items: start;
    margin-bottom: .3rem;
}


.dc-cards .dc-content a i {
    color: #939393;
    width: 16px;
    height: 16px;
}

.link-under a {
    text-decoration: underline !important;
}

.blur-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: .5rem;
    left: 1.5rem;
    backdrop-filter: blur(15px);
    border: 1px solid #D3D3D3;
    padding: 8px 14px;
    border-radius: 12px;
}

.blur-info h5 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
    margin-left: .5rem;
    font-weight: 500;
}

.dc-view-switch {
    display: none;
    gap: 10px;
}

.dc-view-btn {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: 1px solid #e6e6e6;
    background: #fff;
    display: grid;
    place-items: center;
    cursor: pointer;
    color: #9aa3ad;
}

.dc-view-btn i {
    font-size: 18px;
}

.dc-view-btn.is-active {
    background: #0b1220;
    border-color: #0b1220;
    color: #fff;
}

@media (max-width: 767.98px) {
    .dc-view-switch {
        display: flex;
    }
}

.dc-cards.is-list .lc-img,
.dc-cards.is-list .blur-info {
    display: none !important;
}

.dc-cards.is-list .leg-card .position-relative {
    display: none;
}

@media (max-width: 767.98px) {
    .dc-cards.is-list .content-lc {
        padding-top: 16px;
    }

    .dc-cards.is-list .content-lc h2 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .dc-cards.is-list .dc-content a {
        font-size: 14px;
    }
}

.ed-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    margin-bottom: 2rem;
}

.ed-info span {
    color: #021128;
    font-size: 18px;
}

.ed-info span i {
    color: #939393;
    font-size: 22px;
}






.dc-modal.modal {
    --bs-modal-bg: transparent;
    z-index: 99999999999 !important;
    backdrop-filter: blur(45px);
}

.dc-modal .modal-content {
    border: none !important;
}

.dc-modal .modal-backdrop.show {
    opacity: 1;
}

.modal-dialog.dc-modal-dialog {
    max-width: 1640px !important;
    width: 100% !important;
}

.dc-modal-content {
    background: transparent;
    border: 0;
    position: relative;
    padding: 0;
}

.dc-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .28);
    background: rgba(0, 0, 0, .55);
    color: #fff;
    display: grid;
    place-items: center;
    z-index: 10;
}

.dc-stage {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background: #e9e9e9;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .35);
}

.dc-main-img {
    width: 100%;
    max-height: 50rem !important;
    object-fit: contain;
    display: block;
}

.dc-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 18px 18px 16px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    background: linear-gradient(to top, rgba(0, 0, 0, .65), rgba(0, 0, 0, 0));
}

.dc-left {
    max-width: 980px;
    color: #fff;
}

.dc-pills {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.dc-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, .22);
    background: #00192900;
    font-size: 16px;
    line-height: 1;
    backdrop-filter: blur(15px);
}

.dc-desc {
    margin: 0;
    font-size: 16px;
    line-height: 1.45;
    max-width: 750px;
}

.dc-download {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .22);
    background: rgba(0, 0, 0, .10);
    white-space: nowrap;
}

.dc-dl-ic {
    width: 26px;
    height: 26px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .22);
    display: grid;
    place-items: center;
    background: rgba(0, 0, 0, .18);
}

.dc-thumbs-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    padding: 16px 0 0;
}

.dc-nav {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .25);
    background: rgba(255, 255, 255, .12);
    color: #fff;
    display: grid;
    place-items: center;
}

.dc-strip {
    display: flex;
    gap: 10px;
    max-width: 860px;
    overflow: auto;
    padding: 0 4px 2px;
    scrollbar-width: none;
}

.dc-strip::-webkit-scrollbar {
    display: none;
}

.dc-thumb {
    width: 34px;
    height: 34px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, .25);
    background: rgba(255, 255, 255, .90);
    color: rgba(0, 0, 0, .55);
    display: grid;
    place-items: center;
    cursor: pointer;
    flex: 0 0 auto;
    font-size: 11px;
    user-select: none;
}

.dc-thumb.is-active {
    outline: 2px solid rgba(255, 255, 255, .85);
    outline-offset: 2px;
}

.square-galimg {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
}

.dc-detail-toggle,
.dc-actions,
.dc-download-icon {
    display: none !important;
}

#dcDownloadDesktop {
    display: inline-flex;
}


@media (max-width: 991.98px) {

    .dc-detail-toggle,
    .dc-actions,
    .dc-download-icon {
        display: flex !important;
    }

    #dcDownloadDesktop {
        display: none !important;
    }

    .dc-actions {
        display: flex !important;
    }

    .dc-download-icon {
        display: grid !important;
    }

    .modal-dialog.dc-modal-dialog {
        max-width: 100% !important;
        width: 100% !important;
        height: 100dvh;
        margin: 0;
    }

    .dc-modal-content {
        height: 100dvh;
    }

    .dc-close {
        top: 12px;
        right: 12px;
    }

    .dc-stage {
        height: 100dvh;
        border-radius: 0;
        background: #000;
        box-shadow: none;
        display: flex;
        flex-direction: row;
    }

    .dc-main-img {
        width: 100%;
        height: 100vh;
        max-height: none !important;
        object-fit: contain;
        border-radius: 0;
    }

    .dc-thumbs-row {
        display: none;
    }

    .dc-bottom {
        position: absolute;
        left: 12px;
        right: 12px;
        bottom: 12px;
        border-radius: 14px;
        overflow: hidden;
        padding: 0;
        background: rgba(10, 10, 10, .75);
        border: 1px solid rgba(255, 255, 255, .12);
        backdrop-filter: blur(12px);

        max-height: 120px;
        transition: max-height .25s ease;
        display: block;
    }

    .dc-detail-toggle {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        padding: 12px 14px;
        border: 0;
        background: transparent;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
    }

    .dc-detail-ic {
        transition: transform .2s ease;
        font-size: 18px;
        opacity: .9;
    }

    .dc-left {
        max-width: 100%;
        padding: 0 14px 12px;
    }

    .dc-pills {
        margin-bottom: 10px;
    }

    .dc-pill {
        font-size: 13px;
        border-radius: 10px;
        padding: 6px 10px;
        background: rgba(255, 255, 255, .10);
    }

    .dc-desc {
        font-size: 13px;
        line-height: 1.45;
        max-width: 100%;
        margin-bottom: 12px;
    }

    .dc-actions {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-top: 1px solid rgba(255, 255, 255, .12);
        padding-top: 10px;
        margin-top: 10px;
    }

    .dc-zoom {
        color: #fff;
        font-size: 13px;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        opacity: .95;
    }

    .dc-download-icon {
        width: 40px;
        height: 40px;
        border-radius: 999px;
        border: 1px solid rgba(255, 255, 255, .18);
        background: rgba(0, 0, 0, .25);
        color: #fff;
        display: grid;
        place-items: center;
        text-decoration: none;
    }

    .dc-download {
        display: none !important;
    }

    .dc-modal.is-detail-open .dc-bottom {
        max-height: 360px;
    }

    .dc-modal.is-detail-open .dc-detail-ic {
        transform: rotate(180deg);
    }

    .dc-modal.is-detail-open .dc-detail-label::before {
        content: "Close";
    }

    .dc-modal:not(.is-detail-open) .dc-detail-label::before {
        content: "Detail";
    }

    .dc-detail-label {
        font-size: 14px;
    }
}

.c-inf {
    max-width: 330px;
}

.c-inf a {
    display: grid;
    grid-template-columns: 18px 1fr;
    column-gap: 1rem;
    align-items: start;
    font-size: 16px;
    color: var(--lc-color);
    margin-bottom: .5rem;
}


.c-inf a i {
    font-size: 18px;
    color: #939393;
    margin-right: .5rem;
}

.contact-imglnk {
    margin-top: 2rem;
}

.flexed-img {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1.5rem;
}

.flexed-img {
    display: grid;
    grid-template-columns: 160px 1fr;
    align-items: center;
    column-gap: 2rem;
}

.link-col a {
    font-size: 16px;
    color: var(--lc-color);
    text-decoration: underline !important;
}

.link-col i {
    font-size: 18px;
    color: #939393;
}




.contact-form-sec {
    padding: 40px 0;
}

.cf-wrap {
    max-width: 675px;
}

.cf-kicker {
    margin: 0 0 6px;
    font-size: 18px !important;
    color: #989898;
    font-weight: 500;
}

.cf-desc {
    margin: 0 0 18px;
    font-size: 16px !important;
    color: var(--lc-color);
}

.cf-form {
    border-radius: 8px;
    background: #fff;
    position: relative;
}

.cf-field {
    margin-bottom: 14px;
}

.cf-field input,
.cf-field textarea {
    width: 100%;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    padding: 12px 14px;
    font-size: 14px;
    color: #0b1220;
    outline: none;
    transition: border-color .15s ease, box-shadow .15s ease;
    background: #fff;
}

.cf-field textarea {
    min-height: 160px;
    resize: vertical;
}

.cf-field input::placeholder,
.cf-field textarea::placeholder {
    color: #535353;
    font-size: 16px;
}

.cf-field input:focus,
.cf-field textarea:focus {
    border-color: #bdbdbd;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, .06);
}

.cf-send {
    position: absolute;
    bottom: 1.5rem;
    left: 1rem;
    background: transparent;
    border: none !important;
    font-size: 18px;
    color: var(--lc-color);
    font-weight: 500;
}

.cf-arrow {
    font-size: 18px;
    line-height: 1;
}

.emergency-area h3 {
    font-size: 24px;
    color: #000;
}

.flex-phone {
    display: grid;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    grid-template-columns: 190px 1fr;
    margin-bottom: .5rem;
}

.flex-phone p {
    margin-bottom: 0;
    font-size: 16px;
    color: var(--lc-color);
}

.emergency-area i {
    color: #939393;
    font-size: 18px;
}

.em-num {
    color: #E3250B;
    font-weight: 700;
    font-size: 18px;
    text-decoration: underline !important;
}

.em-num2 {
    color: var(--lc-color);
    font-size: 16px;
    text-decoration: underline !important;
}

.phone-area::after {
    content: "";
    display: flex;
    border-bottom: 1px solid #707070;
    width: 100px;
    margin-left: .2rem;
    margin-top: 1rem;
}

.host-inf::after {
    content: "";
    display: flex;
    border-bottom: 1px solid #707070;
    width: 100px;
    margin-left: .2rem;
    margin-top: 2.5rem;
}

.host-inf {
    margin-top: 2.5rem;
}

.host-inf h2 {
    color: var(--lc-color);
    font-weight: 600;
    font-size: 30px;
    margin-top: 1.5rem;
}

.buttons-em {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    margin-top: 3rem;
}

.buttons-em a {
    width: 100%;
    font-size: 16px;
    color: #fff;
    background-color: #E3250C;
    border-radius: 16px;
    padding: 1rem 2rem;
}

.buttons-em .map-btn a {
    background-color: #2E6FDC;
}

.buttons-em a i {
    color: #fff;
}

.host-map h3 {
    margin-bottom: 14px;
    font-size: 20px;
    font-weight: 600;
}

.map-wrap {
    width: 100%;
    aspect-ratio: 2 / 1;
    border-radius: 16px;
    overflow: hidden;
    background: #CECECE;
}

.map-wrap iframe {
    width: 100%;
    height: 100%;
    border: 0;
}





/* Kart görseli üstünde play ikonu */
.leg-card .dc-play {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    pointer-events: none;
}

.leg-card .dc-play::before {
    content: "";
    width: 58px;
    height: 58px;
    border-radius: 999px;
    background: rgba(10, 15, 25, .55);
    backdrop-filter: blur(6px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
}

.leg-card .dc-play i {
    position: absolute;
    font-size: 28px;
    color: #fff;
    transform: translateX(2px);
    /* play üçgeni ortalansın */
}

/* video kartında hover’da biraz belirginleşsin */
.leg-item[data-type="video"] .square-galimg {
    filter: saturate(.95) contrast(.98);
}

.leg-item[data-type="video"] a:hover .dc-play::before {
    background: rgba(10, 15, 25, .7);
}

.dc-video-stage {
    padding: 18px;
}

.dc-main-video {
    width: 100%;
    max-height: 72vh;
    border-radius: 16px;
    background: #000;
    outline: none;
}

.travel-start-sec {
    min-height: 70vh;
    display: flex;
    align-items: center;
}

.ob-title {
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
}

/* SLIDES: üst üste bindir + fade */
.ob-slides {
    position: relative;
    min-height: 110px;
    /* içerik yüksekliğine göre artır */
}

.ob-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: translateY(6px);
    pointer-events: none;
    transition: opacity .28s ease, transform .28s ease;
    text-align: center;
}

.ob-slide h3 {
    color: #2F6FDC;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.5;
    margin: 3rem auto 28px auto;
    max-width: 1000px;
}

.ob-slide.is-active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

/* Controls */
.ob-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 5rem;

}

/* Progress rail */
.ob-progress {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 2px;
    /* fill bar rahat dursun */
}

/* Segment (gri kapsüller) */
.ob-seg {
    width: 40px;
    height: 12px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #dfe7f5;
    position: relative;
    z-index: 2;
    /* segmentler fill’in üstünde */
}

.ob-seg.is-active {
    border-color: #dfe7f5;
    background: #2F6FDC;
}


/* Mavi fill: segmentlerin ALTINDAN geçer + Skip alanına taşar */
.ob-progress__fill {
    display: none;
}

/* Skip */
.ob-skip {
    border: 0;
    background: transparent;
    color: #021128;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 8px;
    cursor: pointer;
    position: relative;
    z-index: 3;
    font-weight: 500;
    font-size: 18px;
    /* skip yazısı fill’in üstünde kalsın */
}

.ob-skip:hover {
    color: #2b3a55;
}

.detail-content .img-area img {
    aspect-ratio: 2.3/1;
    object-fit: cover;
}

.lang-select-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lang-icon-left,
.lang-icon-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
    pointer-events: none;
    font-size: 18px;
}

.lang-icon-left {
    left: 10px;
    font-weight: 100 !important;
}

.lang-icon-right {
    right: 10px;
    font-size: 2rem;
    margin-top: .1rem;
    font-weight: 100 !important;
}

.sw-detailThumb {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 0;
}

.sw-detailThumb::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    /* degrade yüksekliği (isteğe göre 40-80%) */
    pointer-events: none;
    background: linear-gradient(to top,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 0) 100%);
}


.sw-detailThumb img {
    width: 100%;
    height: 100%;
    aspect-ratio: 2.66/1;
    object-fit: cover;
}

.content-one.swd-content {
    margin-top: 55vh;
}

.sw-detail-content {
    margin-top: 4rem;
    position: relative;
}

.flexed-sw-infos {
    display: flex;
    gap: 1.5rem 5.5rem;
    align-items: flex-end;
    flex-wrap: wrap;
}

.sw-info {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.sw-info p {
    margin-bottom: 0;
    font-size: 16px;
    color: #5A5A5A;
}

.sw-info span {
    margin-bottom: 0;
    font-size: 18px;
    color: #5A5A5A;
    font-weight: 500;
}

.icon-sw img {
    max-width: 40px;
    max-height: 40px;
}

/* --- More area --- */
.sw-more {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height .45s ease, opacity .25s ease;
    border-top: 1px solid rgba(0, 0, 0, .08);
    margin-top: 18px;
    padding-top: 18px;
    transition: all .45s ease;
}

/* Açık hali */
.sw-more.is-open {
    opacity: 1;
    margin-bottom: 2rem;

}

/* Alt bilgi grid (ekrandaki gibi noktalı satırlar) */
.sw-more-grid {
    display: flex;
    gap: 1.5rem 5.5rem;
    align-items: flex-end;
    flex-wrap: wrap;
}

.sw-more-item .dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #111;
    margin-top: 6px;
    flex: 0 0 auto;
}

.sw-more-item p {
    margin: 0;
    font-size: 14px;
    color: #5A5A5A;
}

.sw-more-item span {
    font-size: 16px;
    color: #5A5A5A;
    font-weight: 500;
}

/* --- Button --- */
.sw-more-btn {
    margin: 0px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    gap: 6px;
    border: 0;
    background: transparent;
    color: #111;
    font-size: 14px;
    padding: 1px 10px;
    cursor: pointer;
    border: 1px solid #E3E3E3;
    border-radius: 15px;
    text-align: center;
    background-color: #fff;
}

.sw-more-btn i {
    font-size: 24px;
    line-height: 1;
    transition: transform .25s ease;
}

/* Açıkken oku çevir */
.sw-more-btn.is-open i {
    transform: rotate(180deg);
}

.sw-more-btn::after {
    content: "";
    width: 100%;
    position: absolute;
    z-index: -1;
    height: .1px;
    background-color: #E3E3E3;
}

.sw-photo-area {
    margin-top: 1rem;
}

.sw-photo-area .all-view-btn p {
    font-size: 16px;
}

.sw-photo-area .all-view-btn a {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    text-decoration: underline !important;
}

.all-view-btn {
    display: flex;
    gap: 1rem;
}

.sw-photo-gallery {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 1.5rem;
}

.sw-photo-gallery .photos-grid {
    display: flex;
    align-items: flex-end;
    gap: 1rem;
}

.sw-photo-gallery .photos-grid img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 8px;
}

.sw-photo-gallery .photos-grid a:last-child {
    position: relative;
    display: inline-block;
}

.sw-photo-gallery .photos-grid a:last-child::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 8px;
    pointer-events: none;

    background: linear-gradient(to left,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 0.7) 45%,
            rgba(255, 255, 255, 0) 100%);
}

.plus-more a {
    color: #000000;
    font-size: 16px;
}




#galleryModal {
    margin-top: 2.5rem;
}

/* Viewer */
.gallery-viewer {
    position: relative;
    height: min(65vh, 1000px);
    overflow: hidden;
    border-radius: 14px;
    background: rgb(0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
}

.gallery-viewer img {
    max-width: 100%;
    max-height: 100%;
    transform-origin: center center;
    will-change: transform;
    cursor: grab;
}

.gallery-viewer img:active {
    cursor: grabbing;
}

/* Prev/Next */
.gallery-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 0;
    background: rgb(0, 0, 0);
    color: #fff;
    font-size: 28px;
    line-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-nav.prev {
    left: 10px;
}

.gallery-nav.next {
    right: 10px;
}

/* Thumbs strip */
.gallery-thumbs-wrap {
    overflow: hidden;
}

.gallery-thumbs {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 6px 2px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.gallery-thumbs::-webkit-scrollbar {
    height: 8px;
}

.gallery-thumbs::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, .18);
    border-radius: 999px;
}

.gallery-thumb {
    flex: 0 0 auto;
    width: 72px;
    height: 72px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .14);
    opacity: .65;
    scroll-snap-align: start;
    cursor: pointer;
    background: rgba(255, 255, 255, .06);
}

.gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gallery-thumb.is-active {
    opacity: 1;
    border-color: rgba(255, 255, 255, .65);
    outline: 2px solid rgba(255, 255, 255, .25);
    outline-offset: 2px;
}

.line-sw {
    width: 100%;
    height: .1px;
    background-color: #E3E3E3;
    margin: 1.2rem 0;
}

/* .video-card-thumb {
    height: 100%;
    max-height: 110px;
    display: flex;
}

.video-card-thumb img {
    width: 137px;
    border-radius: 8px;
    height: 77px;
    object-fit: cover;
}

.sw-text-area .nav-link {
    background-color: #F8F8F8 !important;
    border: 1px solid #EDEDED;
    border-radius: 16px !important;
    padding: .9rem !important;
    min-width: 352px;
    height: 110px;
    width: 100%;
}

.sw-text-area .nav-pills {
    display: flex !important;
    justify-content: space-between !important;
}

.video-inf {
    width: 146px;
    text-align: start !important;
    padding-left: 1rem;
}

.video-inf h5 {
    color: #000000;
    font-size: 18px;
}

.sw-text-area .nav-link.active::after {
    display: none;
} */

.sw-text-area .nav-link.active::after {
    display: none;
}

.sw-text-area .nav-link {
    background-color: #F8F8F8;
    border: 1px solid #EDEDED;
    width: 100%;
    padding: .85rem;
    border-radius: 16px !important;
    height: 100%;
}

.sw-text-area .nav-pills .nav-link.active {
    background-color: #021128 !important;
    border: 1px solid #EDEDED;
}

.sw-text-area .video-card-thumb {
    display: flex;
    align-items: center;
}

.sw-text-area .video-card-thumb .videoThumb {
    width: 137px !important;
}

.sw-text-area .video-card-thumb .videoThumb img {
    width: 137px;
    height: 77px;
    object-fit: cover;
    border-radius: 8px;
}

.video-inf {
    width: 170px;
    text-align: start;
    padding-left: .9rem;
}

.video-inf h5 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

.video-inf span {
    font-size: 15px;
    color: #000;
}

.nav-link.active .video-inf span {
    color: #fff;
    font-weight: normal;
}

.nav-link.active .video-inf h5 {
    color: #fff;

}

.list-text h6 {
    margin-bottom: 1.2rem;
}

.b3-iframe {
    cursor: pointer;
}

.b3-play {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0px;
    color: #fff;
    font-weight: 700;
    font-size: 5rem;
    background: linear-gradient(to top, rgba(0, 0, 0, .4), rgba(0, 0, 0, 0));
}

.b3-play small {
    font-size: 18px;
    font-weight: 500;
}