:root {
    --bs-body-font-family: "Montserrat";
    --bg-color-primary: rgb(23, 135, 139);
    --bg-color-secondary: rgb(23, 58, 139);
    --bg-color-extra: #00a8a8;
    --bg-fixed-navbar: rgba(240, 240, 240, .95);
    --bs-btn-border-radius: 0;
    --bs-nav-link-font-weight: 700;
    --bs-navbar-nav-link-padding-x: 3rem;
    --bs-font-size-base: 11pt;
    --bg-gradient: linear-gradient(90deg, #17878b, #33b0b5);
}

/* 2026 */
.event-name {
    text-align: center;
    margin-bottom: 1rem;
    font-family: var(--bs-body-font-family);
    margin: 3rem;
    color: white;
    font-size: clamp(1.8rem, 2vw, 2.8rem);
}

.event-name p {
    font-size: .7em;
    font-weight: bold;
    margin-bottom: .5rem;
    line-height: 1em;
}

.event-name .name {
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: .3rem;
    color: white;
}

.bg-image {
    background-image: url("/upload/IMG_2428.jpg");
    background-position: center center;
    background-size: cover;
}

.bg-header {
    background-color: rgba(55, 149, 164, 0.72);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.bg-content {
    background-color: rgba(240, 240, 240, 0.75);
    padding: 2rem;
}


.container {
    --bs-max-width: 100%;
    max-width: 1710px;
}

.content p,
.content div {
    padding-top: .3rem;
    padding-bottom: .3rem;
}

/* 2026 - END */

.taxe-c1 {
    background-color: #0A4A63 !important;
    color: white !important;
}

.taxe-c2 {
    background-color: #18868b !important;
    color: white !important;
}

.taxe-c3 {
    background-color: #F7F7F7 !important;
    color: black !important;
}

.taxe-c4 {
    background-color: #2e2e2e !important;
    color: white !important;
}

.taxe-c5 {
    background-color: #e87874 !important;
    color: white !important;
}

.taxe-c6 {
    background-color: #e9e9e9 !important;
    color: black !important;
}

h1,
.display-4 {
    font-size: calc(var(--bs-font-size-base) * 1.5);
}

h3 {
    font-size: calc(var(--bs-font-size-base) * 1.3);
}

h4 {
    margin-top: 1rem;
    font-size: calc(var(--bs-font-size-base) * 1.1);
}

.own-bg-primary {
    background-color: var(--bg-color-primary);
}

.own-bg-secondary {
    background-color: var(--bg-color-secondary);
    color: #fff;
}

.own-btn {
    border: solid 1px #eee !important;
    color: #eee;
    margin-bottom: 1rem;
}

.own-btn:hover {
    background-color: rgb(240, 240, 240);
    color: black;
}

.own-btn-dark-1 {
    border: solid 1px #444 !important;
    color: #444;
    margin-bottom: 1rem;
}

.own-btn-dark-1:hover {
    background-color: rgb(24, 24, 24);
    color: white;
}

.bg-color {
    background-image: var(--bg-gradient);
    color: #fff;
}

.btn-2026,
.own-btn-dark {
    background-color: #17878b;
    color: #fff;
    border: 1px solid transparent;
}

.btn-2026:hover,
.own-btn-dark:hover {
    background-color: #fff;
    color: #17878b;
    border: 1px solid #17878b;
}

body {
    background-image: url(/images/00002_generic-811a8a36.webp);
    background-size: cover;
    background-attachment: fixed;
    font-family: var(--bs-body-font-family);
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: var(--bs-font-size-base);
    color: black;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-size: var(--bs-font-size-base);
    ;
}


.label-form {
    font-weight: bold;
    font-size: calc(var(--bs-font-size-base) * 1.2);
}

.uk-heading-bullet,
.h11 {
    position: relative;
    font-size: calc(var(--bs-font-size-base) * 1.9);
}

.uk-heading-bullet1::before,
.h11::before {
    content: "";
    display: inline-block;
    position: relative;
    top: calc(-.1 * 1em);
    vertical-align: middle;
    height: calc(4px + .7em);
    margin-right: calc(5px + .2em);
    border-left: calc(2px + .05em) solid #0d1724
}

.navbar .container {
    border: solid 1px rgba(0, 0, 0, .1);
    padding: .6rem;
    font-family: Montserrat;
    background-clip: border-box;
}

.content .container {
    background-color: rgba(250, 250, 250, .8);
}

.bg-gradient .container,
.bg-sinaia .container {
    background-color: transparent !important;
}

.bg-gradient a {
    color: white;
}

.nav-item {
    border-right: solid 1px rgba(0, 0, 0, .1);
    padding-left: var(--bs-navbar-nav-link-padding-x) !important;
    padding-right: var(--bs-navbar-nav-link-padding-x) !important;
    display: flex;
    align-items: center;
}

.btn,
.dropdown-item {
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: var(--bs-font-size-base);
    text-transform: uppercase;
    line-height: 1.5em;
}

.nav-link {
    font-weight: 700;
    color: rgb(113, 113, 113);
    text-transform: uppercase;
    font-size: var(--bs-font-size-base);
}

.nav-link:hover {
    color: black;
}

.nav-link.active {
    color: rgb(11, 158, 127) !important;
}

.btn {
    border-radius: 0;
}



.header-background {
    background-color: rgba(55, 149, 164, 0.37);
    background-image: url(/images/hero_banner_2-4c4d2d22.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--bg-color-extra);
    text-align: left;
    color: black;
    font-weight: 400;
    font-size: calc(var(--bs-font-size-base) * 1.6);
    min-height: 50vh;
}

footer {
    min-height: 50px !important;
}

footer a:link {
    color: black;
    text-decoration: none;
}

.text-gradient {
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
    display: inline-block;
    background-image: linear-gradient(90deg, var(--bg-color-primary) 0, var(--bg-color-secondary) 100%) !important;
}

.bg-gradient {
    background-image: linear-gradient(90deg, var(--bg-color-primary) 0, var(--bg-color-secondary) 100%) !important;
    color: white;
}

.text-lg {
    font-size: 3.2rem;
    font-weight: 400;
}

.text-lg b {
    font-weight: 800;
}



.scrolled {
    background: var(--bg-fixed-navbar) !important;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: 500ms;
}


.cards-ul {
    margin: 0;
    padding: 0;
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    list-style-type: none;
    column-gap: 2rem;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

.cards-ul-li,
.cards-ul li {
    display: block;
    background-image: var(--bg-gradient);
    color: #fff;
    padding: 1rem;
    margin: .5rem;
    border-radius: .3rem;
    text-align: center;
    flex-direction: column;
    flex: 1 1 200px;
    font-size: 1em;
    font-weight: 400;
}

.cards-ul-li h3,
.cards-ul li h3 {
    font-size: 1.1em;
    font-weight: bold;
}

.alert {
    padding: 1rem;
}

.content .container {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.navbar-collapse.collapse.show {
    background-color: var(--bg-fixed-navbar);
    padding: 1rem;
    box-shadow: 2px 2px 5px #666;
}


.bg-sinaia {
    /* background-image: url("/images/327128497_1153057955397183_5152841234771887504_n.jpg"); 
    background-size: cover; background-position: center;  */
}

.sinaia {
    animation: burns 20s ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes burns {
    0% {
        transform: scale(1);
        transform-origin: bottom left;
    }

    50% {
        transform: scale(1.1) rotate(-2deg);
        transform-origin: center center;
    }

    100% {
        transform: scale(1);
        transform-origin: top right;
    }
}

@-webkit-keyframes burns {
    0% {
        transform: scale(1);
        transform-origin: bottom left;
    }

    50% {
        transform: scale(1.1) rotate(-2deg);
        transform-origin: center center;
    }

    100% {
        transform: scale(1);
        transform-origin: top right;
    }
}


.taxe {
    max-width: 95% !important;
}

.taxe td {
    text-align: center;
    vertical-align: middle;
    font-weight: 500;
    border: solid 1px rgba(0, 0, 0, .1);
}

.taxe td:nth-child(1) {
    text-align: left;
}

.workshop h2 {
    font-size: 19px;
    font-weight: 600;
    padding: 1rem;
    border-bottom: solid 1px #000;
}



.tax-selector {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    align-content: stretch;
}

@media (max-width: 800px) {
    .tax-selector {
        flex-direction: column;
    }

    .tax {
        flex: 100%;
        width: 100%;
    }
}

.tax {
    flex: 29%;
    position: relative;
    border: 2px solid #ccc;
    box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.1), 1px 1px 3px rgba(0, 0, 0, 0.2);
    padding: 1rem;
    border-radius: 0rem;
    margin: 5px;
    cursor: pointer;
}

.tax.selected {
    background-image: linear-gradient(90deg, var(--bg-color-primary) 0, var(--bg-color-secondary) 100%) !important;
    color: white;
}

.tax:hover {
    background-color: var(--bg-color-extra);
}

.tax .item {
    font-size: 1.1em;
    font-weight: bold;
}

.tax .valid {
    color: #888;
}

.tax .value {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 1.3em;
    font-weight: bold;
}


.bg-sinaia2 {
    display: block;
    position: relative;
    overflow: hidden;
    object-fit: cover;
}

#video-background {
    position: relative;
    left: 0;
    top: -35%;
    min-width: 100vw;
    min-height: 100%;
    width: 100vw;
    z-index: 0;
    object-fit: cover;
}

.lista>::marker {
    color: #17878b !important;
}

.lista li {
    padding-top: .3rem;
    padding-bottom: .3rem;
}

@media (max-width: 991px) {
    .m-5 {
        margin: .3rem !important;
    }

    .bg-content {
        margin: .3rem !important;
        padding: .5rem !important;
    }
}

@media (min-width: 992px) {
    #video-background {
        position: absolute;
        left: 0;
        top: -35%;
        min-width: 100vw;
        min-height: 100%;
        width: 100vh;
        z-index: 0;
        object-fit: cover;
    }


    .header-hero-text h1 {
        font-size: 2.5vw;

    }

    .header-hero-text .lead {
        font-size: 1.5vw;

    }
}


.gt_float_wrapper,
.gt-lang-code,
.nturl {
    font-family: var(--bs-body-font-family);
    font-size: 16px;
}

.program-sticky {
    position: sticky;
    top: 118px;
    background-color: #eee !important;
    z-index: 1;
    padding: 0;
}


section {
    border-bottom: solid 1px rgba(0, 0, 0, .1);
    margin-bottom: 2rem;
}

section h1 {
    text-transform: uppercase;
}

.name-list {
    padding-left: 1.2rem;
}

.name-list li {
    list-style-type: circle;
    /* color: var(--bg-color-primary); */
    margin-bottom: .5rem;
    line-height: 1.4em;

}



footer {
    margin: 0;
    font-size: .9em;
    color: #333;
}

.info-cards {
    list-style: none;
    padding: 0;
    margin: 50px 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 35px;
}

/* CARD */

.info-card {
    background: linear-gradient(135deg, #2a8f90, #3fb0b3);
    border-radius: 8px;
    padding: 40px 30px;
    color: #fff;
    text-align: center;
    min-height: 190px;

    display: flex;
    flex-direction: column;
    justify-content: center;

    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: all .3s ease;
}

.info-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 35px rgba(0,0,0,0.15);
}

/* TEXT */

.card-label {
    font-size: 16px;
    font-weight: 700;
    opacity: .9;
    margin-bottom: 20px;
}

.card-value {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
}

.card-value span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-top: 6px;
    opacity: .9;
}

.card-value.small {
    font-size: 20px;
    font-weight: 500;
}

/* BUTTON */

.card-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 12px 28px;
    background: rgba(0,0,0,0.2);
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: .5px;
    transition: .3s;
}

.card-btn:hover {
    background: rgba(0,0,0,0.35);
}
