@import url("https://fonts.googleapis.com/css2?family=Anton&family=Berkshire+Swash&family=Dancing+Script:wght@400;700&display=swap");


.container-fluid{
    background-color: #000000;
}
body{
    color:white;
    font-family: 'FuturaPTDemi';
}
h1{
    font-family: "AladinRegular";
    text-transform: uppercase;
    font-size: 44px;
}
h2{
    font-family: "AvenirNext-Bold";
    font-size: 20px;
}
h3{
    font-family: "AvenirNext-Regular";
    font-size: 20px;
}
p{
    font-family: "AvenirNext-Medium", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";;
    font-size: 18px;
}
a{
    font-family: "AvenirNext-Medium";
}
.nav-link{
    color: #ffffff!important;
    font-size: 18px !important;
    font-weight: normal !important;
    font-family: 'FuturaPTDemi' !important;
    text-transform: uppercase;
}

.btn{
    color:white;
    border: 3px solid white;
    background-color: rgba(0,0,0,0.3);
    font-family: "Berkshire Swash", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";;
    font-size: 22px;
}
.btn:hover{
    color:black;
    border: 1px solid black;
    background-color:rgba(255,255,255,1);

}
label{
    font-family: 'FuturaPTDemi';
    font-size: 15px;
}
.form-check-label{
    font-family: 'FuturaPTDemi';
    font-size: 15px;
}
.form-check-label a, .form-check-label a:hover {
    font-family: 'FuturaPTDemi';
    font-weight: normal;
}
.form-check-label a:hover {
    opacity: 0.9;
}
.navbar-brand{
    max-width: 100px;
}
.header{
    position:relative;
}
.wrap-mecanica{
    position: relative;
}
.mecanica-title, .mecanica-line, .mecanica-perioada {
    position: relative;
    max-width: 1000px;
    margin:0 auto;
    z-index: 1;
}
@media (max-width: 640px) {
    h1 {
       font-size: 34px; 
    }
}
@media only screen and (min-width:768px){
    h1 {
       font-size: 60px; 
    }
    h2{
        font-size:26px;
    }
    h3{
        font-size: 26px;
    }
    .btn{
        font-size: 24px;
    }
    .mecanica-title{
        margin-top: -20px;
    }
}
@media only screen and (min-width: 992px) {
    .navbar-brand{
        max-width: 140px;
    }
}

@media only screen and (min-width:1400px){
    .btn{
        font-size: 36px;
    }
}

/* Form */
.btn-submit-2024 {
    color:white;
    border: 0px solid white;
    font-family: 'FuturaPTDemi';
    font-size: 22px;
    text-transform: uppercase;
}
.btn-submit-reg {
    background-color: #4253b5;
}
.btn-submit-send {
    background-color: #c9201f;
}
btn-submit-send:hover, .btn-submit-2024:hover, btn-submit-send:focus, .btn-submit-2024:focus{
    color:black;
    border: 0px solid white;
    background-color:rgba(255,255,255,1);
    text-transform: uppercase;
    font-weight: normal;
}
.formular{
    position: relative;
}
.flori-inscriere {
    position:absolute;
    top: -4%;
    left: 0;
    max-width: 20%;
}
@media  screen and (max-width: 560px){
    .flori-inscriere {
        top: -3%;
        left: 0;
        max-width: 40%;
        display: none;
    }
}
@media only screen and (min-width:1024px){
    .flori-inscriere {
        top: -7%;
    }
}
@media only screen and (min-width:1280px){
    .flori-inscriere {
        top: 30%;
        left: 0;
        max-width: 16%;
        display: block;
    }
}
.flori-l{
    position:absolute;
    top:-2%;
    left: 0;
    max-width: 25%;
}
.flori-r{
    position:absolute;
    bottom:-8%;
    right: 0;
    max-width: 25%;
}
.wrap-formular{
    max-width: 710px;
    margin:0 auto;
    position: relative;
}
input{
    background-color: #e3d9cd !important;
    color:black !important;
}
.form-floating>label{
    padding-left:  1.45rem;
    color:white;

}
.invalid-feedback{
    font-size:16px;
}
.form-control:focus{
    outline: none;
    border-color: #e3d9cd;
    box-shadow: 0 0 0 0.15rem rgba(240, 243, 240, 0);
}
.form-control {
    border: 1px solid #ced4da;
}
label{
    color:white;
}
.form-check-input{
    border: 1px solid #e3d9cd;
}
.form-check-input:checked {
    border-color: #e3d9cd;
}
.form-check-input:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:focus {
    box-shadow: none;
}
.form-check-input {
  width: 2em;
  height: 2em;
}
.form-check-label {
    display: block;
    margin-left: 1.5em;
    line-height: 2.3rem;
}

tbody, td, tfoot, th, thead, tr {
    padding: 10px;
}
thead{
    margin: 0 auto;
}
a{
    text-decoration: none;
    color:white;
}
a:hover{
    font-weight: bold;
    color:white;
}

a.inscrie-home-btn, a.inscrie-home-btn:hover {
    font-family: 'FuturaPTDemi';
    text-transform: uppercase;
    font-weight: normal;
}
a.inscrie-home-btn {
    color: #fff;
    background: #202e77;
}
a.inscrie-home-btn:hover {
    color: #202e77;
    background: #fff;
}
@media (min-width: 768px) {
    a.inscrie-home-btn, a.inscrie-home-btn:hover {
        position: absolute;
        top: 58.5%;
        left: 6%;
        padding: 0 3vw;
        font-size: 3vw;
        border: 0;
        border-radius: 3vw;
    }
    #form {
        margin-left: 0;
        margin-right: 0;
    }
}
@media (max-width: 767px) {
    a.inscrie-home-btn, a.inscrie-home-btn:hover {
        position: absolute;
        top: 52%;
        left: 10%;
        padding: 0.5vw 4vw;
        font-size: 5vw;
        border: 0;
        border-radius: 4vw;
    }
    #form {
        margin-left: 0;
        margin-right: 0;
    }
}

/* Premii */
.pbot {
    padding-bottom: 9% !important;
}
.ptop {
    padding-top: 10% !important;
}
.premii {
    position: relative;
}

@media only screen and (min-width:768px){
    .premii-content {
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
    }
}
.flori-premii-l {
    position:absolute;
    bottom: 0;
    left: 0;
    max-width: 15%;
}
.flori-premii-r {
    position:absolute;
    top: 0;
    right: 0;
    max-width: 25%;
}
@media  screen and (max-width: 576px){
    .flori-premii-l {
        max-width: 20%;
    }
    .flori-premii-r {
        max-width: 30%;
    }
    .premii-content {
        width: 50%;
        max-width: 800px;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 768px){
    .premii-content img {
        max-width: 381px;
    }
}


/* Produse */
#produse {
    position: relative;
}
.ppbot {
    padding-bottom: 6% !important;
}
.pptop {
    padding-top: 11% !important;
}
.flori-produse {
    position:absolute;
    top: 15%;
    left: 0;
    max-width: 20%;
}
.produse{
    max-width: 1000px;
    margin: 0 auto;
}
@media screen and (max-width: 576px){
    .produse{
        max-width: 70%;
    }
    .flori-produse {
        top: 40%;
        max-width: 25%;
    }
}
@media screen and (min-width: 577px) and (max-width: 767px){
    .flori-produse {
        max-width: 18%;
    }
}
.produse-img{
    max-height: 120px;
}
.produse-img-200{
    max-height: 100px;
}
.produse-img-5{
    max-height: 180px;
}
.produse-img-900{
    max-height: 150px ;
}
.swiper-container{
    display: flex !important;
}
.swiper-wrapper{
    align-items: flex-end !important;
}
.swiper-button-prev:after{
    content: url(../image/left.png);
    padding-right: 0;
}
.swiper-button-next:after{
    content: url(../image/right.png);
    padding-left: 0;
}
.msg-error{
    display:none;
}
.invalid-feedback{
    display: none;
    font-size: 16px;
    color: #dc3545;
}
.validation-alert {
    color: #dc3545;
}
.status-msg{
    color: #dc3545;
}
/* Footer */
.footer{
    background-color:black;
}

/* Produse page */

.flori-l-produse{
    position: absolute;
    top: -5%;
    left:0;
    max-width: 22%;
}
.flori-r-produse{
    position: absolute;
    bottom: -20%;
    right:0;
    max-width: 22%;
}
.modal-header{
    border: none !important;
}
.btn-close{
    background-color: #ffffff !important;
}
.modal-content{
    background-color:transparent;
    border:none !important;
}

/* Castigatori page */
.mecanica-castigatori {
    position: relative;
}
.title-castigatori {
    position: relative;
    z-index: 1;
    width: 35%;
    margin: 0 auto;
}
.bkg-castigatori {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}
.flori-castigatori {
    position: absolute;
    top: -15%;
    left:0;
    max-width: 25%;
}
@media screen and (max-width: 768px){
    .title-castigatori {
        width: 65%;
    }
    .flori-castigatori {
        max-width: 25%;
    }
}
@media screen and (max-width: 479px){
    .flori-castigatori {
        top: -5%;
    }
}
.castigatori-table {
    position: relative;
}
.table{
    max-width: 800px;
    margin: 0 auto;
}
.table thead{
    background-color: #ffffff;
}
.table tbody{
    color: #ffffff;
}

/* Multumim page */
.wrap-success-msg{
    position: relative;
}
.flori-multumim {
    position: absolute;
    top: -80%;
    left:0;
    max-width: 25%;
}
@media screen and (max-width: 768px){
    .flori-multumim {
        max-width: 25%;
    }
}
@media screen and (max-width: 479px){
    .flori-multumim {
        top: -5%;
    }
}

@media only screen and (min-width:768px){
    .invalid-feedback{
        font-size:19px;
    }
    .produse-img{
        max-height: 150px;
    }
    .produse-img-200{
        max-height: 120px;
    }
    .produse-img-5{
        max-height: 200px;
    }
    .produse-img-900{
        max-height: 180px ;
    }
}





