@font-face{font-family:Akko For Penny;font-weight:400;src:url("../font/AkkoForPenny-Regular.ttf")}
@font-face{font-family:Akko For Penny;font-weight:500;src:url("../font/AkkoForPenny-Medium.ttf")}
@font-face{font-family:Akko For Penny;font-weight:700;src:url("../font/AkkoForPenny-Bold.ttf")}
@font-face{font-family:Akko For Penny;font-weight:800;src:url("../font/AkkoForPenny-Black.ttf")}
:root {
    --clr-primary: #CD1414;
    --clr-yellow: #FFD200;
    --clr-grey: #E2E2E2;
    --clr-dark: #323232;
}
body {
    font-family:Akko For Penny;
    font-size: 16px;
    position: relative;
}
a {
    text-decoration: none;
    color: var(--clr-dark);
    font-weight: 500;
}

.flex {
    display: flex;
    align-items: center;
    flex-direction: row;
}
.red {
    color: var(--clr-primary);
}
.grey {
    background: var(--clr-grey);
}
.f-medium {
    font-weight: 500;
}
.f-bold {
    font-weight: 700;
}
.f-black {
    font-weight: 800;
}
.r18plus {
    width: 100%;
    max-width: 250px;
}
h1 {
    font-size: 1.8rem;
}
h2{
    font-size: 1.6rem;
}
h3{
    font-size: 1.4rem;
}
picture {
    display: block;
}
picture img {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
}
.blue{
    color:#003B7B;
}
.white{
    color:#fff;
}
.logo {
    padding: 30px 0px;
}
.logo>a>img {
    width: 186px;
    padding-left: 20px;
}
.t-6{
    font-size: 0.6rem;
    line-height: 0.8rem;
}
.t-8{
    font-size: 0.8rem;
    line-height: 1.0rem;
}
.t-10{
    font-size: 1.0rem;
    line-height: 1.2rem;
}
.t-12{
    font-size: 1.2rem;
    line-height: 1.4rem;
}
.t-14{
    font-size: 1.4rem;
    line-height: 1.6rem;
}
.t-16{
    font-size: 1.6rem;
    line-height: 1.8rem;
}
.t-18{
    font-size: 1.8rem;
    line-height: 2.0rem;
}
.t-20{
    font-size: 2.0rem;
    line-height: 2.2rem;
}
.t-22{
    font-size: 2.2rem;
    line-height: 2.4rem;
}
.t-24{
    font-size: 2.4rem;
    line-height: 2.6rem;
}
.t-26{
    font-size: 2.6rem;
    line-height: 2.8rem;
}
.t-28{
    font-size: 2.8rem;
    line-height: 3.0rem;
}
.t-42{
    font-size: 4.2rem;
    line-height: 4.2rem;
}
.border-right {
    border-right: 2px solid;
}
.number {
    line-height: 1.2;
}

header {
    position: absolute;
    width: 100%;
    top: 10px;
    left: 0;
    z-index: 9;
}
header .container {
    background: #fff;
    border-radius: 13px;
    padding: 5px 20px;
}

header .flex {
    justify-content: space-between;
}
header img {
    max-width: 40px;
    display: block;
}

.jumbotron{
    color:#fff;
    padding: 0px;
    margin:0 auto;
    position: relative;
}
.headline {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.headline h1 {
    margin: 40px 0 0;
    font-weight: 800;
    font-size: 85px;
}
.yellow {
    color: var(--clr-yellow);
}

.hl{
    display: inline-block;
}
.card{
    -webkit-box-shadow: 12px 12px 0px 1px #003B7B;
    box-shadow: 12px 12px 0px 1px #003B7B;
    border-radius: 16px;
    min-height: 460px;
    max-width: 400px;
    margin:0 auto;
    padding: 20px 0px;
    position: relative;
    border: none;
    overflow: hidden;
    transition: 0.3s all;
}
.card:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    border: 2px solid #003B7B;
    border-radius: 16px;
    transition: 0.3s all;
}
.card:after {
    content: '';
    width: 40%;
    height: 15%;
    position: absolute;
    z-index: 0;
    right: 0;
    bottom: 0;
    background: transparent url("../img/lines.jpg") right/contain no-repeat;
    transition: 0.3s all;
}
.card:hover {
    -webkit-box-shadow: 20px 20px 0px 1px #003B7B;
    box-shadow: 20px 20px 0px 1px #003B7B;
}
.card:hover:before {
    border: 4px solid #003B7B;
}
.card .top{
    padding: 30px 0 20px 0;
}
.card .top img {
    transition: 0.3s all;
    max-width: 280px;
    max-height: 220px;
}
.card:hover .top img{
    transform: scale(1.1);
}
.card .title {
    text-transform: uppercase;
}
.card-premiu{
    border: 2px solid #003B7B;
    border-radius: 16px;
    -webkit-box-shadow: 12px 12px 0px 1px #003B7B;
    box-shadow: 12px 12px 0px 1px #003B7B;
    /* min-height: 520px; */
    max-width: 450px;
    margin:0 auto;
}
.plus>img{
    max-width: 285px;
}
.job-img {
    width: 100%;
    max-width: auto;
    display: block;
    margin: auto;
}
.jobs {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.job {
    position: absolute;
    font-weight: 500;
    bottom: 10px;
    left: 10px;
    background: #fff;
    padding: 3px 10px;
    border-radius: 10px;
    font-size: 14px;
}
.footer{
    background-color: #fff;
}
.footer > .container {
    background: #F0F0F2;
    border-radius: 16px;
}
.social {
    width: 25px;
    height: 20px;
}
.text-end .flex {
    justify-content: end;
}
.cont{
    max-width: 500px;
    margin:0 auto;
}
.bg-blue{
    background-color: #003B7B;
}
.bg-modal{
    background-color: #023e7b;
}
.img-container-desk{
    max-width: 50%;
    padding-top: 30px;
    margin:0 auto;
}
.img-container-mob{
    display: none;
}
.shop{
    max-width: 170px;
}
.show-m{
    display: none;
}
.bull{
    height: 12px;
}
.box{
    max-width: 1000px;
    margin:0 auto;
}
.box-form{
    margin:0 auto;
}
.send{
    margin:0 auto;
}
.button {
    font-weight: 500;
    background-color: var(--clr-primary);
    border-radius: 8px;
    padding: 6px 20px;
    text-transform: uppercase;
    box-sizing: border-box;
    border: 1px solid var(--clr-primary);
}
.button:hover {
    background: var(--clr-yellow);
    border-color: var(--clr-yellow);
}
a.simple{
    color: var(--clr-dark);
}
.dark {
    color: var(--clr-dark);
}

.yellow-bg {
    background: var(--clr-yellow);
}
#carousel-counter {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 5px;
}
.carousel-counter-item {
    cursor: pointer;
    padding: 2px 4px;
    border-radius: 10px;
    color: #323232;
    font-size: 14px;
    font-weight: 500;
}
.carousel-counter-item.active {
    background-color: #fff;
    padding: 2px 7px;
}
.carousel-counter-item.disabled {
    background-color: #6c757d;
    cursor: default;
}
#carousel-counter, .carousel-control-next, .carousel-control-prev {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    width: auto;
    opacity: 1;
}
#carousel-counter:hover, .carousel-control-next:hover, .carousel-control-prev:hover {
    background: none;
    border: none;
}
.nav-list {
    justify-content: center;
}
.carousel-item {
    border: 4px solid #fff;
    background: #fff;
    border-radius: 0 0 16px 16px;
}
.list-group {
    background: var(--clr-grey);
    padding: 10px 20px;
    border-radius: 16px;
}
.list-group-item {
    background: transparent;
    border: none;
    border-bottom: 2px solid #fff;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
}
.list-group > .list-group-item:last-child {
    border: none;
}
.list-job img {
    max-width: 15px;
}
.white-title {
    background: #fff;
    border-radius: 16px 16px 0 0;
    padding: 15px 20px;
    justify-content: space-between;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 1rem;
    height: 1rem;
    margin: 0 10px;
}

#close-modal {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.modal-body{
    background-color: var(--clr-primary);
    padding: 30px 60px
}
img.close{
    width: 40px;
    display: block;
}
button.close{
    border:none;
    background-color: transparent;
}
.modal-header{
    border:none;
}
.modal-footer{
    padding:0px;
    border:none;
}
.modal-footer>img{
    margin:0px;
}
.under{
    text-decoration: underline;
}
button:hover{
    color: #003B7B;
    background-color:#fff;
    border: 1px solid #003B7B;
}
.penny-label {
    position: fixed;
    right: 0;
    top: 30px;
    z-index: 9;
}
.regulament{
    max-width: 30px;
}
.mr{
    margin-top: -35px;
    padding-bottom: 7px;
}
label {
    display: block;
}
.form-box-input {
    min-height: 245px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
}
.form-control, .form-control-div, .select2-container--default .select2-selection--single {
    border: 4px solid #ffffff;
    border-radius: 16px !important;
    color: #9C9C9C !important;
    background: #F0F0F2;
    font-family: Akko For Penny;
    height: auto;
}
.select2-container--default .select2-selection--single {
    padding: 4px;
}
.select2-container {
    width: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #9C9C9C !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    right: 11px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #9C9C9C !important; opacity: 1 !important;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #9C9C9C !important; opacity: 1 !important;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #9C9C9C !important; opacity: 1 !important;
}
:-moz-placeholder { /* Firefox 18- */
    color: #9C9C9C !important; opacity: 1 !important;
}
.form-check {
    padding-left: 2em;
    padding-top: 15px;
    padding-bottom: 15px;
}
.form-check-input {
    width: 20px;
    height: 20px;
    outline: none;
    margin-top: -2px;
}
textarea.form-control {
    min-height: calc(5.5em + .75rem + calc(var(--bs-border-width) * 2));
    resize: none;
}
.ui-selectmenu-button.ui-button {
    display: block;
    font-family: Akko For Penny;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: 1px solid #003B7B;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
input[type=file] {
    position: relative;
    width: 100%;
    max-width: 140px;
    box-sizing: border-box;
    padding: 5px;
    margin: 20px auto 10px;
    border: 3px solid var(--clr-primary);
}
input[type=file]:before {
    content:none;
    width: 60%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background: url("../img/picture.svg") #FFF no-repeat center;
    background-size: auto 60%;
}
input[type=file]:after {
    content:"Încarcă fișier";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #F0F0F2;
    color: var(--clr-primary);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 4px 0 0 0;
    font-size: 14px;
    font-weight: 500;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: transparent;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    background: transparent url("../img/search.svg") center/contain no-repeat;
}
.prizes {
    width: 100%;
    max-width: 400px;
    display: block;
    margin: auto;
}
input#recno {
    text-transform: uppercase;
}
@media only screen and (max-width: 960px)  {
    .footer .text-start {
        text-align: center !important;
    }
    .footer .text-end {
        text-align: center !important;
    }
    form{
        margin-top: 10px !important;
    }
    .box-form {
        padding: 0;
    }
    .border-right {
        border-right: none;
    }
    .steps .number {
        display: block !important;
        width: 100%;
    }
    .steps .description {
        display: block !important;
        width: 100%;
    }
    .steps.row {
        display: block !important;
        text-align: center !important;
    }
    .steps .row {
        display: block !important;
        margin: 0 !important;
    }
    .button {
        padding: 16px 20px 12px 20px;
    }
    input[type=file]:after {
        font-size: 0.6rem;
    }
    .text-end .flex {
        justify-content: center;
    }
    .footer .text-start .flex {
        justify-content: center;
    }
    .footer .text-start {
        padding-bottom: 20px;
    }
    .headline h1 {
        margin: 0;
        font-size: 30px;
    }
    header {
        top: 0;
        position: relative;
    }
}
