/*!
  * Republika CSS
  * https://republika.ro
  *
  * Copyright (c) 2021 Republika
  *
 */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css');
/* Root Start */

@font-face {
    font-family: 'Camel';
    src: url('../css/fonts/Camel-Bold.eot');
    src: url('../css/fonts/Camel-Bold.eot?#iefix') format('embedded-opentype'),
        url('../css/fonts/Camel-Bold.woff2') format('woff2'),
        url('../css/fonts/Camel-Bold.woff') format('woff'),
        url('../css/fonts/Camel-Bold.ttf') format('truetype'),
        url('../css/fonts/Camel-Bold.svg#Camel-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'InterR';
    src: url('../css/fonts/Inter-Regular.eot');
    src: url('../css/fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),
        url('../css/fonts/Inter-Regular.woff2') format('woff2'),
        url('../css/fonts/Inter-Regular.woff') format('woff'),
        url('../css/fonts/Inter-Regular.ttf') format('truetype'),
        url('../css/fonts/Inter-Regular.svg#Inter-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'InterM';
    src: url('../css/fonts/Inter-Medium.eot');
    src: url('../css/fonts/Inter-Medium.eot?#iefix') format('embedded-opentype'),
        url('../css/fonts/Inter-Medium.woff2') format('woff2'),
        url('../css/fonts/Inter-Medium.woff') format('woff'),
        url('../css/fonts/Inter-Medium.ttf') format('truetype'),
        url('../css/fonts/Inter-Medium.svg#Inter-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}




:root {
    --font-family: 'InterR', sans-serif;
    --color-primary: #FFEA44;
    --color-secondary: #134676;
    --color-dark: #000000;
    --color-white: #FFFFFF;
    --color-danger: #CC0000;
    --color-warning: #Fd7E14;
    --color-info: #1193ad;
    --color-success: #1a8a55;
    --color-border: #DDDDDD;
    --color-grey: #F5F5F5;
    --color-blue: #C8EBEE;
    --color-indigo: #6610f2;
    --color-purple: #DBC8EE;
    --color-pink: #FFC9CE;
    --color-red: #FFCCCC;
    --color-orange: #fd7e14;
    --color-yellow: #FFDE60;
    --color-green: #E1EEC8;
    --color-teal: #20c997;
    --color-cyan: #0dcaf0;
    --rp-gutter-x: 1.5rem;
    --rp-gutter-y: 0;
}



*,
*:after,
*:before {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
    font-size: 62.5%;
    scroll-behavior: smooth;
}

#fixed.fixed-element{
    width: 100%;
    z-index: 999;
    background-color: rgba(122, 186, 234, 0.8);
    padding:  0;
      transition: all 0.5s ease;

}

.titleStill h3 span{
    display: block;
}

.titleStill.fixed-element h3 span:nth-of-type(1){
    font-size: 4.2rem;
    display: block;
}


.titleStill.fixed-element h3 span:nth-of-type(2){
    font-size: 3.2rem;
    display: block;
}

#loadingoverlay {
    position: fixed;
    z-index: 100001;
    top: 0px;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #7abaea;
    background-repeat: no-repeat;
    background-position: center center;
}

#loadingoverlay .spinner {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    display: inline-block;
    margin: 0 auto;
}


body {
    font-family: var(--font-family);
    font-size: 1.5rem;
    background-color: rgba(8, 50, 103, 0.5);
    background-image: url(../img/bg-desktop.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: var(--color-dark);
    font-weight: 400;
    overflow-x: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    height: 100%;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.6;
    position: relative;
}

html{

}



body.introBody{
    background-image: url(../img/BG.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.aboveFooter{
    position: relative;
}

.aboveFooter::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url(../img/Pattern.png);
    background-size: cover;
    background-position: bottom;
    z-index: 1;
    width: 1920px;
    height: 1080px;
}

blockquote {
    border-left: 0.3rem solid var(--color-primary);
    margin-left: 0;
    margin-right: 0;
    padding: 1rem 1.5rem;
}

blockquote *:last-child {
    margin-bottom: 0;
}

blockquote cite {
    font-size: 80%;
    font-style: normal;
    color: rgba(0, 0, 0, 0.5);
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
    cursor: pointer;
}

.button.disabled, .button:disabled {
    opacity: 0.5;
}

.button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
    background-color: var(--color-primary);
    border: 0;
    border-radius: 40px;
    color: #134676;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.4rem;
    padding: 1.2rem 3rem;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    line-height: normal;
    margin: 40px 0;
    width: 230px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, opacity 0.15s ease-in-out;
}

::placeholder{

    color: #fff !important;

}

.button:focus, .button:hover,
button:focus,
button:hover,
input[type='button']:focus,
input[type='button']:hover,
input[type='reset']:focus,
input[type='reset']:hover,
input[type='submit']:focus,
input[type='submit']:hover {
        background: #cab021 !important;
    color: #003C71 !important;
    transition: 0.15s;
}

.button[disabled],
button[disabled],
input[type='button'][disabled],
input[type='reset'][disabled],
input[type='submit'][disabled] {
    cursor: default;
    opacity: .5;
}


input[type='color']:disabled,
input[type='date']:disabled,
input[type='datetime']:disabled,
input[type='datetime-local']:disabled,
input[type='email']:disabled,
input[type='month']:disabled,
input[type='number']:disabled,
input[type='password']:disabled,
input[type='search']:disabled,
input[type='tel']:disabled,
input[type='text']:disabled,
input[type='url']:disabled,
input[type='week']:disabled,
input:not([type]):disabled,
textarea:disabled,
select:disabled {
    background: var(--color-border);
}

input[type='color']::placeholder,
input[type='date']::placeholder,
input[type='datetime']::placeholder,
input[type='datetime-local']::placeholder,
input[type='email']::placeholder,
input[type='month']::placeholder,
input[type='number']::placeholder,
input[type='password']::placeholder,
input[type='search']::placeholder,
input[type='tel']::placeholder,
input[type='text']::placeholder,
input[type='url']::placeholder,
input[type='week']::placeholder,
input:not([type])::placeholder,
textarea::placeholder,
select::placeholder {
    color: #fff;
}

.button-primary {
    background-color: rgba(255,255,255,0.4) !important;
    color: var(--color-primary) !important;
    border: 1px solid var(--color-primary) !important;
    padding: 10px 30px;
}

.button-secondary {
    background-color: var(--color-secondary) !important;
    color: var(--color-white) !important;
    border: 1px solid var(--color-secondary) !important;
}


.button-warning {
    background-color: var(--color-warning) !important;
    color: var(--color-white) !important;
    border: 1px solid var(--color-warning) !important;
}


.button-success {
    background-color: var(--color-success) !important;
    color: var(--color-white) !important;
    border: 1px solid var(--color-success) !important;
}


.button-info {
    background-color: var(--color-info) !important;
    color: var(--color-white) !important;
    border: 1px solid var(--color-info) !important;
}

.button-danger {
    background-color: var(--color-danger) !important;
    color: var(--color-white) !important;
    border: 1px solid var(--color-danger) !important;
}

.button-link {

}

.button-outline-primary {
    color: var(--color-primary) !important;
    border-color: var(--color-primary) !important;
}

.button-outline-secondary {
    color: var(--color-secondary) !important;
    border-color: var(--color-secondary) !important;
}

.button-outline-warning {
    color: var(--color-warning) !important;
    border-color: var(--color-warning) !important;
}

.button-outline-success {
    color: var(--color-success) !important;
    border-color: var(--color-success) !important;
}

.button-outline-info {
    color: var(--color-info) !important;
    border-color: var(--color-info) !important;
}

.button-outline-danger {
    color: var(--color-danger) !important;
    border-color: var(--color-danger) !important;
}

.button-primary:hover {
    opacity: 0.9;
    background-color: var(--color-primary) !important;
    color: var(--color-white) !important;
    border: 1px solid var(--color-white) !important;
}

.button-secondary:hover {
    opacity: 0.9;
    background-color: var(--color-secondary) !important;
    color: var(--color-white) !important;
}

.button-warning:hover {
    opacity: 0.9;
    background-color: var(--color-warning) !important;
    color: var(--color-white) !important;
}

.button-success:hover {
    opacity: 0.9;
    background-color: var(--color-success) !important;
    color: var(--color-white) !important;
}

.button-info:hover {
    opacity: 0.9;
    background-color: var(--color-info) !important;
    color: var(--color-white) !important;
}

.button-danger:hover {
    opacity: 0.9;
    background-color: var(--color-danger) !important;
    color: var(--color-white) !important;
}

.button-outline-primary:hover {
    background-color: var(--color-white) !important;
    color: var(--color-white);
}

.button-outline-secondary:hover {
    background-color: var(--color-secondary) !important;
    color: var(--color-white) !important;
}

.button-outline-warning:hover {
    background-color: var(--color-warning) !important;
    color: var(--color-white) !important;
}

.button-outline-success:hover {
    background-color: var(--color-success) !important;
    color: var(--color-white) !important;
}

.button-outline-danger:hover {
    background-color: var(--color-danger) !important;
    color: var(--color-white) !important;
}


.button-outline-info:hover {
    background-color: var(--color-info) !important;
    color: var(--color-white) !important;
}


.button-small {
    font-size: 1.2rem;
    padding: 1rem 1.5rem;
}

.button-large {
    font-size: 1.4rem;
    padding: 2rem 5rem;
}


code {
    background: var(--color-border);
    border-radius: .4rem;
    font-size: 86%;
    margin: 0 .2rem;
    padding: .2rem .5rem;
    white-space: nowrap;
}

pre {
    background: var(--color-border);
    border-left: 0.3rem solid var(--color-primary);
    overflow-y: hidden;
    padding: 1rem;
}

pre > code {
    border-radius: 0;
    display: block;
    padding: 1rem 1.5rem;
    white-space: pre;
}

address {
    font-style: normal;
    margin-bottom: 1rem;
}

figcaption, caption {
    font-size: 75%;
}

figure {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}


summary {
    cursor: pointer;
}

hr {
    border: 0;
    border-top: 0.1rem solid var(--color-border);
    margin: 3.0rem 0;
}

small, .small {
    font-size: 80%;
    font-weight: 400;
}

input[type='color'],
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='email'],
input[type='month'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
input[type='week'],
input:not([type]),
textarea,
select {
    -webkit-appearance: none;
    background-color: transparent;
    border: 0.1rem solid var(--color-border);
    border-radius: .4rem;
    box-shadow: none;
    box-sizing: inherit;
    padding: 1.25rem 1.25rem;
    font-size: 1.4rem;
    line-height: 1.3;
    font-family: var(--font-family);
    font-weight: 300;
    color: #134676 !important;

}



input[type='color']:focus,
input[type='date']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='email']:focus,
input[type='month']:focus,
input[type='number']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='text']:focus,
input[type='url']:focus,
input[type='week']:focus,
input:not([type]):focus,
textarea:focus,
select:focus {
    border-color: var(--color-primary);
    outline: 0;
    color: #000 !important;
}

select {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 8" width="30"><path fill="%23d1d1d1" d="M0,0l6,8l6-8"/></svg>') center right no-repeat;
    padding-right: 3.0rem;
}

select:focus {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 8" width="30"><path fill="%239b4dca" d="M0,0l6,8l6-8"/></svg>');
}

select[multiple] {
    background: none;
    height: auto;
}

textarea {
    min-height: 6.5rem;
}

label,
legend {
    display: block;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: .5rem;
}

fieldset {
    border-width: 0;
    padding: 0;
}

input[type='checkbox'],
input[type='radio'] {
    display: inline;
}

.label-inline {
    display: inline-block;
    font-weight: normal;
    margin-left: .5rem;
}

.container-fluid {
    margin: 0 auto;
    padding-right: var(--rp-gutter-x, 0.75rem);
    padding-left: var(--rp-gutter-x, 0.75rem);
    position: relative;
    width: 100%;
}

.container {
    margin: 0 auto;
    padding-right: var(--rp-gutter-x, 0.75rem);
    padding-left: var(--rp-gutter-x, 0.75rem);
    position: relative;
    max-width: 1650px;
    width: 100%;
}


.row {
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--rp-gutter-y) * -1);
    margin-right: calc(var(--rp-gutter-x) / -2);
    margin-left: calc(var(--rp-gutter-x) / -2);
}

.row > * {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--rp-gutter-x) / 2);
    padding-left: calc(var(--rp-gutter-x) / 2);
    margin-top: var(--rp-gutter-y);
}

.column {
    flex: 1 0 0%;
}

.column-auto {
    flex: 0 0 auto;
    width: auto;
}

.column-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
}

.column-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
}

.column-3 {
    flex: 0 0 auto;
    width: 25%;
}

.column-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
}

.column-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
}

.column-6 {
    flex: 0 0 auto;
    width: 50%;
}

.column-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
}

.column-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
}

.column-9 {
    flex: 0 0 auto;
    width: 75%;
}

.column-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
}

.column-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
}

.column-12 {
    flex: 0 0 auto;
    width: 100%;
}

.offset-1 {
    margin-left: 8.3333333333%;
}

.offset-2 {
    margin-left: 16.6666666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.3333333333%;
}

.offset-5 {
    margin-left: 41.6666666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.3333333333%;
}

.offset-8 {
    margin-left: 66.6666666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.3333333333%;
}

.offset-11 {
    margin-left: 91.6666666667%;
}


.fluid {
    width: 100%;
}

.inline {
    display: inline-block;
}

.center-text {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 2.5rem;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.overlayBackgroundBlue{
    width: 100%;
    height: 100px;
position: absolute; top: 0;
z-index: 9;
/*
* Created with https://www.css-gradient.com
* Gradient link: https://www.css-gradient.com/?c1=072a6b&c2=09388d&gt=l&gd=dtt
*/
background: rgba(7, 42, 107, 1.0);
background: linear-gradient(180deg, rgba(7, 42, 107, 1.0), rgba(9, 56, 141, 1.0));
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}


.user-select-all {
    user-select: all !important;
}

.user-select-auto {
    user-select: auto !important;
}

.user-select-none {
    user-select: none !important;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: sticky !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1031;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}


.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
    text-align: justify !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-muted {
    color: var(--color-grey);
}

a {
    color: var(--color-primary);
    text-decoration: none;
}

a:focus, a:hover {
    text-decoration: underline;
}

dl,
ol,
ul {
    list-style: none;
    margin-top: 0;
    padding-left: 0;
}

dl dl,
dl ol,
dl ul,
ol dl,
ol ol,
ol ul,
ul dl,
ul ol,
ul ul {
    font-size: 90%;
    margin: 1.5rem 0 1.5rem 3.0rem;
}

ol {
    list-style: decimal inside;
}

ul {
    list-style: circle inside;
}

.button,
button,
dd,
dt,
li {
    margin-bottom: 1.0rem;
}

fieldset,
input,
select,
textarea {
    margin-bottom: 1.5rem;
}

blockquote,
details,
dl,
figure,
form,
ol,
p,
pre,
table,
ul {
    margin-bottom: 2.5rem;
}

table {
    border-spacing: 0;
    display: block;
    overflow-x: auto;
    text-align: left;
    width: 100%;
}

td,
th {
    border-bottom: 0.1rem solid #e1e1e1;
    padding: 1.2rem 1.5rem;
}

th {
    background: var(--color-border);
}

b,
strong {
    font-weight: bold;
}

p {
    margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin-bottom: 2.0rem;
    margin-top: 0;
}

h1 {
    font-size: 7.2rem;
    line-height: 1.2;
    color: var(--color-primary);
    /*
    background: #CDBA8F;
background: linear-gradient(to bottom, #CDBA8F 0%, #948262 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;*/
font-weight: bolder;
font-family: 'Futura Now Headline Bolder';
text-align: center;
text-shadow: 1px 2px 6px #000000;



}

h2 {
    font-size: 4.0rem;
    line-height: 1.25;
    text-align: center;
    color: var(--color-white);
    text-transform: uppercase;
    /*text-shadow: 1px 2px 6px #000000;
    font-weight: bolder;*/
}

h3 {
    font-size: 5.0rem;
    line-height: 1.3;
    color: #fff;
}

h4 {
    font-size: 4.0rem;
    line-height: 1.35;
    color: #fff;
}

h5 {
    font-size: 1.8rem;
    letter-spacing: -.05rem;
    line-height: 1.5;
}

h6 {
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 1.4;
}

img {
    max-width: 100%;
    height: auto;
}

.clearfix:after {
    clear: both;
    content: ' ';
    display: table;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid var(--color-grey);
    border-radius: 0.375rem;
    max-width: 100%;
    height: auto;
}

/* VERTICAL MENU */

.vertical-menu {
    position: relative;
}

.vertical-menu span {
    display: inline-block;
    margin-bottom: 2.5rem;
}

.vertical-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.vertical-menu li {
    position: relative;
}

.vertical-menu li a {
    display: block;
    color: var(--color-dark);
    font-weight: 400;
    padding: 1rem 2rem;
    border-radius: .4rem;
}

.vertical-menu li a:hover {
    color: rgba(0, 0, 0, 0.6);
}

.vertical-menu li a.active {
    background: var(--color-border);
}


/* HORIZONTAL MENU */

.horizontal-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.horizontal-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.horizontal-menu li {
    display: inline-block;
    margin-right: 1rem;
    margin-bottom: 0;
    position: relative;
}

.horizontal-menu li ul {
    display: none;
}

.horizontal-menu li:hover > ul {
    display: block;
    position: absolute;
    background: var(--color-border);
    border-radius: 0.4rem;
    right: 0;
}

.horizontal-menu li ul li {
    display: block;
    margin-right: 0;
}

.horizontal-menu li:last-of-type {
    margin-right: 0;
}

.horizontal-menu li.has-children a:after {
    content: "+";
    display: inline-block;
    margin-left: 3px;
}

.horizontal-menu li.has-children li a:after {
    display: none;
}

.horizontal-menu li a {
    display: block;
    color: var(--color-dark);
    font-size: 90%;
    font-weight: 600;
    padding: 0.6rem 1rem;
    border-radius: .4rem;
}

.horizontal-menu li a:hover {
    color: rgba(0, 0, 0, 0.6);
}

.horizontal-menu li a.active {
    background: var(--color-border);
}


/* CARDS */

.card {
    border: 1px solid var(--color-border);
    border-radius: 0.4rem;
    margin-bottom: 2.5rem;
}

.card .card-header {
    padding: 2rem;
}

.card .card-body {
    padding: 2rem;
}

.card .card-header img {
    display: block;
}

.card .card-header h2, .card .card-header h3, .card .card-header h4, .card .card-header h5, .card .card-header h6 {

}

.card .card-header h1 {
    font-weight: 700;
}

/* Breadcrumbs */
.breadcrumb {
    font-size: 90%;
}

.breadcrumb ol, .breadcrumb ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrumb .item {
    display: inline-block;
    margin-bottom: 0;
}

.breadcrumb .item:after {
    content: '/';
    display: inline-block;
    margin: 0 10px;
}

.breadcrumb .item:last-of-type:after {
    display: none;
}

.breadcrumb .active {
    color: var(--color-grey);
}

.pagination ol, .pagination ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pagination .item {
    display: inline-block;
    margin-right: 2rem;
    margin-bottom: 0;
}

.pagination .item:last-of-type {
    margin-right: 0;
}

.pagination .active {
    font-weight: 700;
}

.pagination .active a {
    text-decoration: underline;
}

/* Badges */
.badge {
    padding: 0.2rem 0.7rem;
    border-radius: 0.4rem;
    font-weight: normal;
    font-size: 90%;
    margin: 0 5px;
}

/* Notification  */

.notification {
    padding: 1rem 2rem;
    margin-bottom: 2.5rem;
    position: relative;
    font-size: 90%;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    border-radius: 0.4rem;
}

.notification-primary {
    border: 1px solid var(--color-primary);
    background: var(--color-primary);
    color: var(--color-white);
}

.notification-secondary {
    border: 1px solid var(--color-secondary);
    background: var(--color-secondary);
    color: var(--color-white);
}

.notification-success {
    border: 1px solid var(--color-success);
    background: var(--color-success);
    color: var(--color-white);
}

.notification-danger {
    border: 1px solid var(--color-danger);
    background: var(--color-danger);
    color: var(--color-white);
}

.notification-warning {
    border: 1px solid var(--color-warning);
    background: var(--color-warning);
    color: var(--color-white);
}

.notification-info {
    border: 1px solid var(--color-info);
    background: var(--color-info);
    color: var(--color-dark);
}

.notification-light {
    border: 1px solid var(--color-border);
    background: var(--color-white);
    color: var(--color-dark);
}


.notification-dark {
    border: 1px solid var(--color-dark);
    background: var(--color-dark);
    color: var(--color-white);
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

.close {
    font-weight: 400;
    font-size: 2rem;
    position: absolute;
    right: 1rem;
    top: 1rem;
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 18px;
    border-radius: 999rem;
    cursor: pointer;
    transform: rotate(45deg);
}

.row.logo{
    padding: 20px 0;
    position: absolute;
    width: 100%;
    left: 180px;
}

.box {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 10%), 0 0 0 1px rgb(10 10 10 / 2%);
    border: 1px solid var(--color-border);
    display: block;
    padding: 2.5rem;
    margin-bottom: 2.5rem;
}

@-webkit-keyframes animate-stripes {
    100% {
        background-position: -100px 0px;
    }
}

@keyframes animate-stripes {
    100% {
        background-position: -100px 0px;
    }
}


@-webkit-keyframes moveIndeterminate {
    from {
        background-position: 200% 0;
    }
    to {
        background-position: -200% 0;
    }
}

@keyframes moveIndeterminate {
    from {
        background-position: 200% 0;
    }
    to {
        background-position: -200% 0;
    }
}

progress {
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    border-radius: 9999px;
    display: block;
    overflow: hidden;
    padding: 0;
    width: 100%;
    height: 2rem;
}

progress[value]::-webkit-progress-bar {
    background-color: var(--color-border);
    border-radius: 0.4rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) inset;
}

progress:not([value]) {
    /* Styling here */
}

.progress::-moz-progress-bar {
    background-color: #4a4a4a;
}

.progress::-ms-fill {
    background-color: #4a4a4a;
    border: none;
}

.progress:indeterminate {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: moveIndeterminate;
    animation-name: moveIndeterminate;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background-color: #ededed;
    background-image: linear-gradient(to right, #4a4a4a 30%, #ededed 30%);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 150% 150%;
}

.progress-primary::-webkit-progress-value {
    background-color: var(--color-primary);
}

.progress-secondary::-webkit-progress-value {
    background-color: var(--color-secondary);
}

.progress-success::-webkit-progress-value {
    background-color: var(--color-success);
}

.progress-danger::-webkit-progress-value {
    background-color: var(--color-danger);
}

.progress-warning::-webkit-progress-value {
    background-color: var(--color-warning);
}

.progress-info::-webkit-progress-value {
    background-color: var(--color-info);
}

.progress-dark::-webkit-progress-value {
    background-color: var(--color-dark);
}

/* CUSTOM */

.showOnlyOnMobile{
    display: none;
}

.swiper-button-prev{
    background-image: url(../img/left-slide.png) !important;
    background-size: cover !important;
    background-position: center !important;
    width: 45px !important;
    opacity: 1 !important;
    left: 0;
    z-index: 99999999;
    cursor: pointer !important;
    pointer-events: auto !important;
}

.swiper-button-next{
    background-image: url(../img/right-slide.png) !important;
    background-size: cover !important;
    background-position: center !important;
    width: 45px !important;
    opacity: 1 !important;
    right: 0;
    z-index: 99999999;
    cursor: pointer !important;
    pointer-events: auto !important;
}

.k-size{
    padding-top: 0 !important;
}

.compact{
    padding-bottom: 0 !important;
}

.contentTwo{
    padding: 100px 0 20px 0;
    text-align: center;
    position: relative;
    background: url(../img/BG.png);
    background-size: cover;
    background-position: center;
}

.contentTwo .cerc{
    position: absolute;
    right: 0;
    top: 0;
}

.contentTwo h4{
    filter: drop-shadow(1px 1px #000);
}

.contentTwo.active h4 span:nth-child(1) {
  animation: fade-in 0.4s 0.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.contentTwo.active h4 span:nth-child(2) {
  animation: fade-in 0.5s 0.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.contentTwo.active h4 span:nth-child(3) {
  animation: fade-in 0.6s 0.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}


.contentTwo.active h4 span:nth-child(4) {
  animation: fade-in 0.7s 0.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.contentTwo.active h4 span {
    display: inline-block;
    opacity: 0;
    filter: blur(4px);
}

.contentTwo h4 span {
        background: -webkit-linear-gradient(#fff2e0, #e7c38f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: none;
}

/*

.contentTwo span {
    color: transparent;
    animation: blur 5s infinite;
    -webkit-animation: blur 5s infinite;
}

.contentTwo span:nth-child(1) {
    animation-delay: 0.1s;
    -webkit-animation-delay: 0.1s;
}

.contentTwo span:nth-child(2) {
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
}


@keyframes blur {
    0%      {text-shadow:  0 0 100px #e6c288; opacity:0;}
    5%      {text-shadow:  0 0 90px #e6c288;}
    15%      {text-shadow:  0 0 70px #e6c288;}
    20%      {text-shadow:  0 0 60px #e6c288;}
    80%      {text-shadow:  0 0 50px #e6c288;}
    90%      {text-shadow:  0 0 40px #e6c288;}
    100%     {text-shadow:  0 0 100px #e6c288;opacity: 1;}
}

@-webkit-keyframes blur {
    0%      {text-shadow:  0 0 100px #e6c288; opacity:0;}
    5%      {text-shadow:  0 0 90px #e6c288;}
    15%      {text-shadow:  0 0 70px #e6c288;}
    20%      {text-shadow:  0 0 60px #e6c288;}
    80%      {text-shadow:  0 0 50px #e6c288;}
    90%      {text-shadow:  0 0 40px #e6c288;}
    100%     {text-shadow:  0 0 100px #e6c288;opacity: 1;}
}
*/

.contentTwo h3.frame-5 span {
 -webkit-animation: blurFadeIn 3s ease-in 12s backwards;
 -moz-animation: blurFadeIn 1s ease-in 12s backwards;
 -ms-animation: blurFadeIn 3s ease-in 12s backwards;
 animation: blurFadeIn 3s ease-in 12s backwards;
 color: transparent;
 text-shadow: 0px 0px 40px #e6c288;
 -webkit-animation-delay: 2s;
 -moz-animation-delay: 2s;
 -ms-animation-delay: 2s;
 animation-delay: 2s;
}

.contentTwo h3{
    color: transparent;
    text-shadow: 0 0 40px #e6c288;
    -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}


@-webkit-keyframes blurFadeIn{
 0%{
  opacity: 0;
  text-shadow: 0px 0px 70px #e6c288;
  -webkit-transform: scale(1.3);
 }
 50%{
  opacity: 0.3;
  text-shadow: 0px 0px 60px #e6c288;
  -webkit-transform: scale(1.2);
 }
 70%{
  opacity: 0.5;
  text-shadow: 0px 0px 50px #e6c288;
  -webkit-transform: scale(1.1);
 }
 100%{
  opacity: 0.6;
  text-shadow: 0px 0px 40px #e6c288;
  -webkit-transform: scale(1);
 }
}

/*

@-webkit-keyframes blur {
    0%      {text-shadow:  0 0 100px #e6c288; opacity:0;}
    5%      {text-shadow:  0 0 90px #e6c288;}
    15%     {opacity: 1;}
    20%     {text-shadow:  0 0 0px #e6c288;}
    80%     {text-shadow:  0 0 0px #e6c288;}
    85%     {opacity: 1;}
    95%     {text-shadow:  0 0 90px #e6c288;}
    100%    {text-shadow:  0 0 100px #e6c288; opacity:0;}
}

*/

.aboneaza-te p{
    text-align: center;
    padding-top: 100px;
    color: var(--color-white);
    font-size: 3.2rem;
    line-height: 4.0rem;
}

.line {
        border: none;
    width: 500px;
    height: 100px;
    border-bottom: 5px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 20px 20px -30px #333;
    margin: -40px auto;
}

.aboneaza-te.aboneaza-teonlyMobile{
    display: none;
}


.contentTwo h4{
    font-size: 6.0rem;
    text-align: center;
    color: var(--color-primary);
    letter-spacing: 2px;
    font-weight: bolder;
}

.contentTwo h3{
    font-size: 12.0rem;
    font-weight: bolder;
    line-height: 50px;
}

.forBreakOnlyMobile{
    display: none;
}

.textSection2{
    height: 80vh;
    display: flex;
    align-items: center;
    position: relative;
}

.textSection2 h3.otherDetails{
    font-size: 6.0rem;
}

.textSection2 h3.otherDetails span{
    font-weight: bold;
    filter: drop-shadow(1px 1px #000);
}

.textSection2 h3 {
    font-size: 4.6rem;
    text-align: center;
}

.textSection2 h3.otherDetails{
        background: #D9C598;
    background: linear-gradient(to top, #D9C598 0%, #A1895F 50%, #98835C 50%, #C6AC70 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    filter: drop-shadow(1px 1px #000);
    }

    .textSection2 h2 {
        background: #D9C598;
    background: linear-gradient(to top, #D9C598 0%, #A1895F 50%, #98835C 50%, #C6AC70 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    filter: drop-shadow(1px 1px #000);
    }

    .gama h2{
        background: #D9C598;
    background: linear-gradient(to top, #D9C598 0%, #A1895F 50%, #98835C 50%, #C6AC70 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    filter: drop-shadow(1px 1px #000);
    }

.textSection2 h2 span {
    background: #D9C598;
    background: linear-gradient(to top, #D9C598 0%, #A1895F 50%, #98835C 50%, #C6AC70 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    filter: drop-shadow(1px 1px #000);
}

.packPresentation.section{
    height: 100vh;
    display: flex;
    position: relative;
    align-items: center;
    max-width: 1300px;
    margin: 0 auto;
    padding-bottom: 100px;
}

.packPresentation .container{
    position: initial;
}

.packPresentation.section .packs img{
    max-height: 500px;
}

.packPresentation.section .packs{
    position: absolute;
}

.packPresentation.section .packRight{
    right: 70px;
    top: 390px;
}

.packPresentation.section .packLeft{
    top: 290px;
    left: -20px;
}

.listIcons .premium{
    margin-top: 180px;
}

.listIcons .imageIcon{
    display: inline-block;
}

.listIcons .icon1{
    display: flex;
    align-items: center;
}

.listIcons img{
    max-height: 110px;
}

.gama{
    position: relative;
    height: 90vh;
    display: flex;
    /*align-items: center;*/
    padding-top: 50px;
}

.gama h3{
    text-align: center;
}

.listIcons .icon2{
    display: flex;
    align-items: center;
}

.listIcons{
    position: absolute;
    right: 0;
    bottom: 250px;
    left: 43%;
}

.listIcons .textIcon{
    display: inline-block;
    margin-top: 90px;
    margin-left: -50px;
}

.packPresentation.section .packTop{
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
}

.header.section{
    height: 100vh;
   display: flex;
    position: relative;
    align-items: center;
}

.header{
    padding: 50px 0 25px 0;
    text-align: center;
}

.header img{
    max-height: 100px;
}

.packs{
    padding: 30px 0;
}

.packs h2{
    text-align: center;
    color: #fff;
    font-family: "Camel";
}

.packs p{
    text-align: center;
    color: #fff;
}

.swiper-container {
  position: relative;
  width: 900px;
  height: 500px;
  margin-top: 50px;
}

.swiper-container:before{
    content: '';
    position: absolute;
    height: 450px;
    width: 800px;
    background: transparent;
    border: 1px solid var(--color-primary);
    margin: 0 auto;
    border-radius: 30px;
    left: 0;
    right: 0;
    top: 25px;
}

.ellipse{
    position: absolute;
    top: 100px;
    width: 100%;
    height: 100%;
}

.swiper-container2 .swiper-slide .content h4{
    font-size: 3.0rem;
    padding-top: 20px;
}

.compact .swiper-slide .content .tar{
    bottom: 10px !important;
    right: -130px !important;
}

.swiper-slide .content .tar{
    font-size: 1.8rem;
    background:url(../img/Label-yellow2.png);
    background-repeat: no-repeat;
    background-size: 85px;
    background-position: center;
    padding: 15px 10px 15px 25px;
    position: absolute;
    bottom: 0;
    right: -90px;
    width: 70px;
    font-weight: bold;
    color: #13395B;
    border-radius: 15px;
}

.original .swiper-slide .content .tar{
    bottom: 20px;
}

.swiper-slide.swiper-slide-active .content .tar {
    background: url(../img/Label-blue2.png);
    background-repeat: no-repeat;
    background-size: 85px;
    background-position: center;
    color: #fff;
}

.swiper-slide.swiper-slide-active{

}

.compact .swiper-slide .content .tar{
    font-size: 1.8rem;
    background:url(../img/Label-yellow2.png);
    background-repeat: no-repeat;
    background-size: 85px;
    background-position: center;
    padding: 15px 10px 15px 25px;
    position: absolute;
    bottom: 0;
    right: -50px;
    width: 70px;
    font-weight: bold;
    color: #13395B;
    border-radius: 15px;
}

.swiper-slide {
    text-align: center;
}

.swiper-slide .content{
    position: relative;
}

.swiper-slide .content h4{
    color: var(--color-primary);
    text-align: center;
    padding-top: 30px;
    font-family: Camel;
    font-size: 2.4rem;
    padding-bottom: 0;
    margin-bottom: 0;
}

.swiper-container > .swiper-slide__content {
  position: absolute;
  top: 0;
}

.swiper-slide {

  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 200ms linear;
  transform: scale(0.7);
}
.swiper-slide.swiper-slide-active {
  transform: scale(0.9);
  
}

.swiper-slide.swiper-slide-active:before{
    content: '';
    position: absolute;
    background: #DEF0DA;
background: linear-gradient(180deg,rgba(222, 240, 218, 1) 0%, rgba(245, 229, 165, 1) 34%, rgba(254, 218, 101, 1) 63%, rgba(244, 211, 46, 1) 100%);
border-radius: 35px;
height: 540px;
    width: 330px;
}



.swiper-container2 .swiper-slide.swiper-slide-active{
    background: none;
    transform: scale(0.7);
}


.swiper-container2{
    width: 800px;
    margin: 0 auto;
}

.packs.k-size .content{
    text-align: center;
    position: relative;
    max-width: 230px;
    margin: 0 auto;
    border: 1px solid var(--color-primary);
    border-radius: 20px;
    padding: 30px 0;
    margin-top: 50px;
}

.packs.k-size .content img{
    max-height: 230px;
}

.new{
    position: absolute;
    top: -20px;
    left: -90px;
}

.new.second{
    left: -75px;
}

.new img{
    max-height: 60px;
}

.packs.k-size .content .tar {
    font-size: 1.4rem;
    background:url(../img/Label-yellow2.png);
    background-repeat: no-repeat;
    background-size: 70px;
    background-position: center;
    padding: 15px 10px 15px 15px;
    position: absolute;
    bottom: 40px;
    right: 0;
    right: -40px;
    width: 70px;
    font-weight: bold;
    color: #13395B;
    border-radius: 15px;
}

/*

.packs.k-size .content .tar {
    font-size: 1.4rem;
    background:url(../img/Label3.png);
    background-repeat: no-repeat;
    background-size: 70px;
    background-position: center;
    padding: 15px 10px 15px 5px;
    position: absolute;
    top: -10px;
    right: 0;
    left: -35px;
    width: 70px;
    font-weight: bold;
    color: #13395B;
    border-radius: 15px;
}

*/

.swiper-container2 .swiper-slide.swiper-slide-active .content h4 {
    color: var(--color-primary);
}

.swiper-container2 .swiper-slide{
    border: 1px solid var(--color-primary);
    border-radius: 20px;
    padding: 30px 0;
    margin-top: -50px;
}

.swiper-container2 .swiper-slide.swiper-slide-active .content .tar{
    right: -100px;
}

.packs h2 span{
    color: var(--color-primary);
}

.swiper-container2 .swiper-slide.swiper-slide-next .content .tar{
    right: -100px;
}

.swiper-slide.swiper-slide-active .content h4{
    color: #13395B;
    padding-top: 10px;
}

.swiper-slide.swiper-slide-active .content .tar{
    right: -100px;
}

.swiper-slide__content {
  height: 300px;
}

.compact .swiper-slide.swiper-slide-active:before{
    display: none;
}

/*
.original .swiper-slide.swiper-slide-active{
    background: #DEF0DA;
background: linear-gradient(180deg,rgba(222, 240, 218, 1) 0%, rgba(245, 229, 165, 1) 34%, rgba(254, 218, 101, 1) 63%, rgba(244, 211, 46, 1) 100%);
}
*/


.original .swiper-slide.swiper-slide-active .content h4{
    color: #13395B;
}

.original .swiper-slide.swiper-slide-active .content .tar{
    background:url(../img/Label-blue2.png);
    background-repeat: no-repeat;
    background-size: 85px;
    background-position: center;
    color: #fff;
}


#videoHome{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    object-fit: cover;
    width: 100%;
    height: 110vh;

}

#videoHomeMobile{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    object-fit: cover;
    width: 100%;
    height: 90vh;
}

.header.section .container{
    text-align: center;
}


#videoHome{
    margin: 0 auto;
}


.header.section h1{
    transform: scale(0.94);
  animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
}

@keyframes scale {
  100% {
    transform: scale(1);
  }
}

.second .expander{
    opacity: 0;
}

.third .expander{
    opacity: 0;
}

.four .expander{
    opacity: 0;
}



.expander p{
    margin-top: 0 !important;
    padding-top: 0 !important;
    line-height: normal !important;
    font-size: 24px !important;
    margin-bottom: 0 !important;
    background: linear-gradient(to top, #D9C598 0%, #A1895F 50%, #98835C 50%, #C6AC70 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



h1 span {
  display: inline-block;
  opacity: 0;
  filter: blur(4px);
}



h1 span:nth-child(1) {
  animation: fade-in 0.8s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

h1 span:nth-child(2) {
  animation: fade-in 0.8s 0.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

h1 span:nth-child(3) {
  animation: fade-in 0.8s 0.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

h1 span:nth-child(4) {
  animation: fade-in 0.8s 0.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

h1 span:nth-child(5) {
  animation: fade-in 0.8s 0.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

h1 span:nth-child(6) {
  animation: fade-in 0.8s 0.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

h1 span:nth-child(7) {
  animation: fade-in 0.8s 0.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

h1 span:nth-child(8) {
  animation: fade-in 0.8s 0.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

h1 span:nth-child(9) {
  animation: fade-in 0.8s 0.9s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

h1 span:nth-child(10) {
  animation: fade-in 0.8s 1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

h1 span:nth-child(11) {
  animation: fade-in 0.8s 1.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

h1 span:nth-child(12) {
  animation: fade-in 0.8s 1.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

h1 span:nth-child(13) {
  animation: fade-in 0.8s 1.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

h1 span:nth-child(14) {
  animation: fade-in 0.8s 1.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

h1 span:nth-child(15) {
  animation: fade-in 0.8s 1.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

h1 span:nth-child(16) {
  animation: fade-in 0.8s 1.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

@keyframes fade-in {
  100% {
    opacity: 1;
    filter: blur(0);
  }
}

.textSection{
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
}

.textSection{
    text-align: center;
}

.textSection p{
    float: left;
    text-align: center;
    font-size: 4.0rem;
    color: var(--color-white);
    padding-bottom: 100px;
}

.textSection h2{
    opacity: 0;
}

.textSection h2{
    opacity: 1;
}



.textSection h3{
    margin: 0 auto;
    display: block;
    color: #d3bd6d;
    padding-top: 50px;
    font-size: 4.6rem;
    text-transform: uppercase;
    text-align: center;
}

.textSection h2{
    font-size: 7.6rem;
    text-align: center;
    padding-bottom: 20px;
    margin: 0 auto;
    display: block;
    filter: drop-shadow(1px 1px #000);
}

.textSection h2 > span {
  display: inline-block;
  
}
/*
.textSection h2 span.word:nth-of-type(1){
    font-weight: bolder;
}
*/

.textSection h2 span.word .char1{
    font-weight: bolder;
}

.textSection h2 span.word .char2{
    font-weight: bolder;
}

.textSection h2 span.word .char3{
    font-weight: bolder;
}

.textSection h2 span.word .char4{
    font-weight: bolder;
}

.textSection h2 span.word .char5{
    font-weight: bolder;
}

.textSection h2 span.word .char6{
    font-weight: bolder;
}

.textSection h2 span.word .char7{
    font-weight: bolder;
    margin-right: 5px;
    padding-right: 10px;
}


 span span {
  opacity: 0;
  backface-visibility: visible;
  transition-property: all;
  transition-duration: 660ms;
  transition-timing-function: ease-in-out;
  transform-origin: 50% 50% 0px;
  transform: perspective(1050px) rotateY(0deg) scale(0.5);
  -webkit-transition-property: all;
  -webkit-transition-duration: 660ms;
  -webkit-transition-timing-function: ease-in-out;
  -webkit-transform-origin: 50% 50% 0px;
  -webkit-transform: perspective(1050px) rotateY(0deg) scale(0.5);
  display: inline-block;
  background: #D9C598;
background: linear-gradient(to top, #D9C598 0%, #A1895F 50%, #98835C 50%, #C6AC70 65%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.char8{
    font-weight: 400;
}

.char9{
    font-weight: 400;
}

.char10{
    font-weight: 400;
}

.char11{
    font-weight: 400;
}

.char12{
    font-weight: 400;
}

.char12{
    font-weight: 400;
}

.char13{
    font-weight: 400;
}

.char14{
    font-weight: 400;
}

.char15{
    font-weight: 400;
}

.char16{
    font-weight: 400;
}

#inViewText{
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 100px;
}

#inViewGama{
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 100px;
}

#inViewPacks{
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 100px;
}

#inViewText2{
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 100px;
}

.textSection .container{
    opacity: 0;
}

.lineMobile{
        display: none;
    }

.textSection.active .container{
    opacity: 1;
}

#inViewSecond{
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 50%;
}

#inViewThird{
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 50%;
}

#inViewFour{
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 50%;
}


.second.section{
    height: 100vh;
    position: relative;
    align-items: center;
    display: flex;
}


.second.section h2{
    filter: drop-shadow(1px 1px #000);

}

.second.section h2 span{
    background: #D9C598;
background: linear-gradient(to top, #D9C598 0%, #A1895F 50%, #98835C 50%, #C6AC70 65%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.gama h2{
    font-size: 8.0rem;
  filter: drop-shadow(2px 2px #333);
}

.lineMobile{
    dsiplay: none;
}

.gama h2 span{
    background: #D9C598;
background: linear-gradient(to top, #D9C598 0%, #A1895F 50%, #98835C 50%, #C6AC70 65%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.gama h3.moreBig{
        background: #D9C598;
    background: linear-gradient(to top, #D9C598 0%, #A1895F 50%, #98835C 50%, #C6AC70 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 5.0rem;
    text-transform: uppercase;


  filter: drop-shadow(2px 2px #333);
}

.gama  h2 span.word:nth-of-type(1) {
    font-weight: bolder;
}

.gama .container{
    opacity: 0;
    padding-bottom: 100px;
}

.bottomLine{
        position: absolute;
    bottom: -130px;
    left: 0;
    right: 0;
}

.gama.active .container{
    opacity: 1;
}

.gama h3{
    font-size: 4.6rem;
}

.second.section .row{
    align-items: center;
}

.third.section{
    height: 100vh;
    position: relative;
    align-items: center;
    display: flex;
}

.third.section h2{
filter: drop-shadow(1px 1px #000);
}

.third.section h2 span{
    background: #D9C598;
background: linear-gradient(to top, #D9C598 0%, #A1895F 50%, #98835C 50%, #C6AC70 65%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.third.section .row{
    align-items: center;
}

.four.section{
    height: 100vh;
    position: relative;
    align-items: center;
    display: flex;

}

.four.section h2{
filter: drop-shadow(1px 1px #000);
}

.four.section h2 span{
    background: #D9C598;
background: linear-gradient(to top, #D9C598 0%, #A1895F 50%, #98835C 50%, #C6AC70 65%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.four.section .row{
    align-items: center;
}




.expander {
  width: 80px;
    background-color: #042358;
    color: #d3bd6d;
    font-size: 24px;
    text-align: center;
    padding: 9px 10px 16px 10px;
    font-weight: bolder;
    border-radius: 10px;
    border: 5px solid #d3bd6d;
    z-index: 999;
    margin: 40px auto;
  
}

.lineSkyline{
    position: absolute;
    top: -20px;
    right: 0;
    z-index: 1;
}

.third.section .column-6:nth-of-type(1){
    text-align: right;
}

.lineSunrise{
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 1;
}

.lineNight{
    position: absolute;
    top: -20px;
    right: 0;
    z-index: 1;
}

.section .pack{
    max-height: 650px;
    z-index: 9;
    position: relative;
}



.section .tigareta{
    max-height: 500px;
    margin-left: -150px;
    margin-bottom: 70px;
    z-index: 1;
}

.section .tigareta.aos-animate{
    max-height: 500px;
    margin-left: 100px;
    margin-bottom: 70px;
}

.showOnlyOnMobilePart{
    display: none;
}




.third.section .tigareta{
   margin-right: -150px;
   margin-left: 0 !important;
}

.third.section .tigareta.aos-animate{
    margin-right: 100px;
}


.section p{
    color: var(--color-primary);
    font-size: 32px;
    text-align: center;
    padding-top: 0;
    line-height: 42px;
}

.second.section .container{
    opacity: 0;
    z-index: 99;
    position: relative;
}
/*
.second.section .lineSkyline{
    opacity: 0;
}


.second.section.active .lineSkyline{
    opacity: 1;
}
*/

.second.section.active .container{
    opacity: 1;
}

.third.section .container{
    opacity: 0;
    z-index: 99;
    position: relative;
}

.third.section.active .container{
    opacity: 1;
}

.four.section .container{
    opacity: 0;
    z-index: 99;
    position: relative;
}

.four.section.active .container{
    opacity: 1;
}


.second.section h2 span {
  display: none;
}

.second.section.active h2 span {
  display: inline-block;
  opacity: 0;
  filter: blur(4px);
}

.second.section.active h2 span:nth-child(1) {
  animation: fade-in 0.2s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.second.section.active h2 span:nth-child(2) {
  animation: fade-in 0.2s 0.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.second.section.active h2 span:nth-child(3) {
  animation: fade-in 0.2s 0.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.moreBig.demoText3 span.char{
    opacity: 1 !important;
}

.stopVideo #inViewRoata{
    display: none !important;
}

.second.section.active h2 span:nth-child(4) {
  animation: fade-in 0.2s 0.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.second.section.active h2 span:nth-child(5) {
  animation: fade-in 0.2s 0.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.second.section.active h2 span:nth-child(6) {
  animation: fade-in 0.2s 0.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.second.section.active h2 span:nth-child(7) {
  animation: fade-in 0.2s 0.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.second.section.active h2 span:nth-child(8) {
  animation: fade-in 0.2s 0.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.second.section.active h2 span:nth-child(9) {
  animation: fade-in 0.2s 0.9s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.second.section.active h2 span:nth-child(10) {
  animation: fade-in 0.2s 1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.second.section.active h2 span:nth-child(11) {
  animation: fade-in 0.2s 1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.second.section.active h2 span:nth-child(12) {
  animation: fade-in 0.2s 1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.second.section.active h2 span:nth-child(13) {
  animation: fade-in 0.2s 1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.second.section.active h2 span:nth-child(14) {
  animation: fade-in 0.2s 1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.second.section.active h2 span:nth-child(15) {
  animation: fade-in 0.2s 1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
.second.section.active h2 span:nth-child(16) {
  animation: fade-in 0.2s 1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.second.section.active h2 span:nth-child(17) {
  animation: fade-in 0.2s 1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.second.section.active h2 span:nth-child(18) {
  animation: fade-in 0.2s 1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.second.section.active h2 span:nth-child(19) {
  animation: fade-in 0.2s 1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.textSection h2{
    filter: drop-shadow(1px 1px #000);
}

.textSection.active h2 span:nth-child(1) {
  animation: fade-in 0.2s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.textSection.active h2 span:nth-child(2) {
  animation: fade-in 0.2s 0.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.textSection.active h2 span:nth-child(3) {
  animation: fade-in 0.2s 0.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}


.textSection.active h2 span:nth-child(4) {
  animation: fade-in 0.2s 0.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.textSection.active h2 span:nth-child(5) {
  animation: fade-in 0.2s 0.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.textSection.active h2 span:nth-child(6) {
  animation: fade-in 0.2s 0.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.textSection.active h2 span:nth-child(7) {
  animation: fade-in 0.2s 0.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.textSection.active h2 span:nth-child(8) {
  animation: fade-in 0.2s 0.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.textSection.active h2 span:nth-child(9) {
  animation: fade-in 0.2s 0.9s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.textSection.active h2 span:nth-child(10) {
  animation: fade-in 0.2s 1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.textSection.active h2 span:nth-child(11) {
  animation: fade-in 0.2s 1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}


.textSection.active h2 span:nth-child(12) {
  animation: fade-in 0.2s 1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}


.textSection.active h2 span:nth-child(13) {
  animation: fade-in 0.2s 1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}


.textSection.active h2 span:nth-child(14) {
  animation: fade-in 0.2s 1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}


.textSection.active h2 span:nth-child(15) {
  animation: fade-in 0.2s 1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}


.textSection.active h2 span:nth-child(16) {
  animation: fade-in 0.2s 1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.textSection.active h2 span:nth-child(17) {
  animation: fade-in 0.2s 1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.textSection h2{

}

.textSection h2 span {
    background: #D9C598;
    background: linear-gradient(to top, #D9C598 0%, #A1895F 50%, #98835C 50%, #C6AC70 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display:none;}

.textSection.active h2 span{
        display: inline-block;
    opacity: 0;
    filter: blur(4px);
    }


.third.section h2 span {
  display: none;
}

.third.section.active h2 span {
  display: inline-block;
  opacity: 0;
  filter: blur(4px);
}

.third.section.active h2 span:nth-child(1) {
  animation: fade-in 0.2s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.third.section.active h2 span:nth-child(2) {
  animation: fade-in 0.2s 0.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.third.section.active h2 span:nth-child(3) {
  animation: fade-in 0.2s 0.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.third.section.active h2 span:nth-child(4) {
  animation: fade-in 0.2s 0.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.third.section.active h2 span:nth-child(5) {
  animation: fade-in 0.2s 0.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.third.section.active h2 span:nth-child(6) {
  animation: fade-in 0.2s 0.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.third.section.active h2 span:nth-child(7) {
  animation: fade-in 0.2s 0.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.third.section.active h2 span:nth-child(8) {
  animation: fade-in 0.2s 0.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.third.section.active h2 span:nth-child(9) {
  animation: fade-in 0.2s 0.9s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.third.section.active h2 span:nth-child(10) {
  animation: fade-in 0.2s 1.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.third.section.active h2 span:nth-child(11) {
  animation: fade-in 0.2s 1.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.third.section.active h2 span:nth-child(12) {
  animation: fade-in 0.2s 1.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.third.section.active h2 span:nth-child(13) {
  animation: fade-in 0.2s 1.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.third.section.active h2 span:nth-child(14) {
  animation: fade-in 0.2s 1.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.third.section.active h2 span:nth-child(15) {
  animation: fade-in 0.2s 1.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.third.section.active h2 span:nth-child(16) {
  animation: fade-in 0.2s 1.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.third.section.active h2 span:nth-child(17) {
  animation: fade-in 0.2s 1.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.third.section.active h2 span:nth-child(18) {
  animation: fade-in 0.2s 1.9s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.third.section.active h2 span:nth-child(19) {
  animation: fade-in 0.2s 2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.third.section.active h2 span:nth-child(20) {
  animation: fade-in 0.2s 2.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.third.section.active h2 span:nth-child(21) {
  animation: fade-in 0.2s 2.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.third.section.active h2 span:nth-child(22) {
  animation: fade-in 0.2s 2.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.third.section.active h2 span:nth-child(23) {
  animation: fade-in 0.2s 2.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.third.section.active h2 span:nth-child(24) {
  animation: fade-in 0.2s 2.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.third.section.active h2 span:nth-child(25) {
  animation: fade-in 0.2s 2.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}


.four.section h2 span {
  display: none;
}

.four.section.active h2 span {
  display: inline-block;
  opacity: 0;
  filter: blur(4px);
}

.four.section.active h2 span:nth-child(1) {
  animation: fade-in 0.2s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.four.section.active h2 span:nth-child(2) {
  animation: fade-in 0.2s 0.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.four.section.active h2 span:nth-child(3) {
  animation: fade-in 0.2s 0.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.four.section.active h2 span:nth-child(4) {
  animation: fade-in 0.2s 0.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.four.section.active h2 span:nth-child(5) {
  animation: fade-in 0.2s 0.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.four.section.active h2 span:nth-child(6) {
  animation: fade-in 0.2s 0.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.four.section.active h2 span:nth-child(7) {
  animation: fade-in 0.2s 0.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.four.section.active h2 span:nth-child(8) {
  animation: fade-in 0.2s 0.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.four.section.active h2 span:nth-child(9) {
  animation: fade-in 0.2s 0.9s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.four.section.active h2 span:nth-child(10) {
  animation: fade-in 0.2s 1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.four.section.active h2 span:nth-child(11) {
  animation: fade-in 0.2s 1.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.four.section.active h2 span:nth-child(12) {
  animation: fade-in 0.2s 1.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.four.section.active h2 span:nth-child(13) {
  animation: fade-in 0.2s 1.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}


.four.section.active h2 span:nth-child(14) {
  animation: fade-in 0.2s 1.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.four.section.active h2 span:nth-child(15) {
  animation: fade-in 0.2s 1.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.four.section.active h2 span:nth-child(16) {
  animation: fade-in 0.2s 1.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.four.section.active h2 span:nth-child(17) {
  animation: fade-in 0.2s 1.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.four.section.active h2 span:nth-child(18) {
  animation: fade-in 0.2s 1.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.four.section.active h2 span:nth-child(19) {
  animation: fade-in 0.2s 1.9s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.four.section.active h2 span:nth-child(20) {
  animation: fade-in 0.2s 2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.four.section.active h2 span:nth-child(21) {
  animation: fade-in 0.2s 2.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.four.section.active h2 span:nth-child(22) {
  animation: fade-in 0.2s 2.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.four.section.active h2 span:nth-child(23) {
  animation: fade-in 0.2s 2.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.header.section .contentHeader{
    margin: 0 auto;
}

.header.section .logo{
    position: absolute;
    top: 20px;
    left: 100px;
}

.birthday-inputs {
    display: flex;
    justify-content: center;
    max-width: 500px;
    padding-top: 20px;
    margin: 0 auto;
}

.intro .video-wrapper video{
    width: 650px !important;
}


.intro{
    height: 100vh;
    position: relative;
    padding: 50px 0;
    display: flex;
    align-items: center;
    width: 100%;
}


.section video {
 /* width: 100vw;
  height: 100vh;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;*/
  max-width: 100%;
}


.loading{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 99999;
    background-image: url(../img/desktop-bg-winston.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.hideOnDesktop{
    display: none;
}

.loading video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  /*position: absolute;*/
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.forView{
    position: absolute;
    top: 50%;
    width: 100%;
    height: 100px;
}

.titleStill{
    padding: 50px 0;
    text-align: center;
}

.section .pachet{
    position: absolute;
    left: 0;
    top: 0;

}



.section.rightEl .tigareta{
    left: 50px;
}

.section.rightEl .pachet{
    left: inherit;
    right: 0;
}


.section .tigareta img{
    display: block;
}

.section.mBot .tigareta img.hideOnDesktop{
    display: none;
}

.section.rafinat .tigareta img.hideOnDesktop{
    display: none;
}

.section .textWrapper{
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 70%;
    padding: 0 20px;

}



.titleStill h3 span:nth-of-type(1){
    font-family: 'Futura Now Headline Bolder', sans-serif;
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    font-size: 6.0rem;
}

.titleStill.aboveFooter h3 span:nth-of-type(1){
    font-family: 'Futura Now Text', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    font-size: 5.0rem;
}

.titleStill.aboveFooter h3 span:nth-of-type(2){
    font-family: 'Futura Now Headline Bolder', sans-serif;
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    font-size: 6.0rem;
}

.titleStill h3 span:nth-of-type(2){
    font-family: 'Futura Now Headline', sans-serif;
}

.section .mg{
    background: #8cb8d9;
    padding: 10px 0 20px 0;
    color: #fff;
    border-radius: 10px;
    max-width: 80px;
    margin: 20px auto;
    box-shadow: -1px 9px 6px -3px rgba(0,0,0,0.18);
-webkit-box-shadow: -1px 9px 6px -3px rgba(0,0,0,0.18);
-moz-box-shadow: -1px 9px 6px -3px rgba(0,0,0,0.18);
}

.section .mg span{
    font-size: 24px;
}

.section .mg span.nr{
    font-size: 34px;
}

.section .textWrapper h4 span{
    font-family: 'Futura Now Headline Bolder', sans-serif;
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    font-size: 6.0rem;
}

.section #inViewRoata{

}

.field {
    position: relative;
    text-align: center;
    border: solid 1px #fff !important;
    font-weight: bolder;
    outline:none;
    font-size:14px !important;
    border-radius: 20px !important;
    background-color: #fff !important;
    color: #ccc !important;
    margin: 0 10px;
    padding: 2.0rem 1.25rem !important;
}

.birth-month{
    width: 25%;
}

.birth-day{
    width: 25%;
    margin-left: 0;

}

.birth-day::placeholder{
    color: #134676 !important;
}

.birth-month::placeholder{
    color: #134676 !important;
}

.birth-year::placeholder{
    color: #134676 !important;
}

.birth-year{
    width: 35%;
    margin-right: 0;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #ccc;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #ccc;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #ccc;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #ccc;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #ccc;
}

::placeholder { /* Most modern browsers support this now. */
   color:    #ccc;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccc;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ccc;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #ccc;
}


.terms,
.underline{
    display:flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    display: block;
}

.red {
    font-size: 16px;
    color:#f00 !important;
    margin: 20px;
    font-weight: 100;
    margin-bottom: 0;
}


.wrapper.intro{
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 5%;
}

.wrapper.intro p{
    text-align: center;
    color: #fff;
    padding-top: 10px;
    margin-bottom: 0;
}

.wrapper.intro .container{
    padding: 25px;
    border-radius: 20px;
    max-width: 800px;
}

.wrapper.intro p:nth-of-type(2){
    margin-bottom: 0;
    padding-bottom: 0;
}



.intro h2{
    color: #fff;
    margin-bottom: 0;
    font-family: Ca;
} 

.ml2 {
  font-weight: 300;
  font-size: 3.5em;
}

.ml2 {
  font-weight: 900;
  font-size: 3.5em;
}

.ml2 .letter {
  display: inline-block;
  line-height: 1em;
}

.ml22 .letter {
  display: inline;
  line-height: 1em;
}



.wrapper.intro h2{
    /*background: linear-gradient(#ffebc1, #f6d58f);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;*/
    color: var(--color-primary);
    font-size: 3.2rem;
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 0;
    font-family: 'Camel';
}

.decoration{
    margin: 10px auto;
    display: block;
    text-align: center;
}

.wrapper.intro .line{
    margin: 20px auto;
    width: 300px;
    height: 2px;
    background: #1b5eba;
}

.titleWrapp h2{
    text-align: right;
    font-weight: 700;
    background: -webkit-linear-gradient(45deg, #C9B68A, #DACFB6, #C9B68A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  font-size: 4.0rem;
  top: -40px;

}

.bottomTxt{
    padding: 50px 0;
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
}

.bottomTxt h4:nth-of-type(1){
    color: var(--color-white);
}

.bottomTxt h4:nth-of-type(2){
    background: -webkit-linear-gradient(45deg, #C9B68A, #DACFB6, #C9B68A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

footer{
    position: relative;
    z-index: 9;
    background: #0C2C4B;
}

footer ul{
    list-style-type: none;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px 0;
}

footer ul li{
    list-style-type: none;
    font-size: 1.6rem;
    padding: 0 20px;
    display: inline-block;
    margin-bottom: 0;
    border-right: 1px solid #fff;
}

footer ul li:nth-of-type(2){
    border-right: none;
}

footer ul li a{
    color: var(--color-white);
}

.footer-bottom {
    background: #fff;
    padding: 20px 0;
    text-align: center;
}

.footer-bottom img {
    max-width: 500px;
}

.top{
    height: 100vh;
}

.displayOnlyMobilePart{
        display: none;
    }

    .displayOnMobilePart{
        display: none;
    }

/* CUSTOM */


@media only screen and (max-width: 992px) {
    .row {
        display: block;
    }

    .column-1, .column-2, .column-3, .column-4, .column-5, .column-6, .column-7, .column-8, .column-9, .column-10, .column-11, .column-12 {
        width: 100%;
    }

    .offset-1, .offset-2, .offset-3, .offset-4, .offset-5, .offset-6, .offset-7, .offset-8, .offset-9, .offset-10, .offset-11, .offset-12 {
        margin: 0;
    }
}


@media only screen and (max-width: 1850px) {

    .intro .video-wrapper video {
        width: 540px !important;
    }

}


@media only screen and (max-width: 1500px) {

    .intro .video-wrapper video{
        width: 420px !important;
    }

 

}

@media only screen and (max-width: 1370px) {

    .row.logo{
        left: 120px;
    }

    .second.section h2{
        font-size: 5.0rem;
    }

}




@media screen and (max-width: 1520px) {


    
}


@media only screen and (max-width: 1350px) {


}

@media only screen and (max-width: 1100px) {


}



@media only screen and (max-width: 1520px) {


}

@media only screen and (max-width: 1540px) {

   


}






@media screen and (max-width: 1300px) {

    .contentTwo .cerc{
        top: 20%;
    }

    .contentTwo .cerc img{
        max-height: 350px;
    }
    
}


@media only screen and (max-width: 992px) {

    .button, input[type='button'], input[type='reset'], input[type='submit']{
        font-size: 1.4rem;
    }

    .swiper-slide.swiper-slide-active .content h4{
        padding-top: 10px;
    }

    .swiper-container2 .swiper-slide .content h4{
        padding-top: 10px;
    }

    .compact .swiper-slide{
        margin-left: -10px;
    }

    .swiper-button-prev{
    display: none;
}

.slideRight{
    margin-right: 0 !important;
    margin-left: -20px !important;
}

.swiper-button-next{
    display: none;
}


.swiper-container2{
    width: 100%;
}

.swiper-container2 .swiper-slide.swiper-slide-active .content:before{
    display: none;
}

    .k-size{
        padding-top: 0 !important;
    }

    .showOnlyOnMobile{
        display: block;
    }

    .packs.k-size .content{
        margin-top: 30px;
    }

    .packs.k-size .content .tar {
    font-size: 1.4rem;
    background-repeat: no-repeat;
    background-size: 70px;
    background-position: center;
    padding: 15px 5px 15px 15px;
    position: absolute;
    bottom: 30px;
    right: 0;
    left: inherit;
    right: -40px;
    width: 70px;
    font-weight: bold;
    color: #13395B;
    border-radius: 15px;
}

/*

    .packs.k-size .content .tar {
    font-size: 1.4rem;
    background: url(../img/Label-yellow2.png);
    background-repeat: no-repeat;
    background-size: 70px;
    background-position: center;
    padding: 15px 5px 15px 15px;
    position: absolute;
    top: 130px;
    right: 0;
    left: inherit;
    right: -20px;
    width: 70px;
    font-weight: bold;
    color: #13395B;
    border-radius: 15px;
}

*/


.original .swiper-slide.swiper-slide-active .content h4{
    font-size: 1.4rem !important;
    padding-top: 0 !important;
}

    .red{
        font-size: 14px;
        text-shadow: none;
    }

    

    .field{
        border-radius: 10px !important;
    }

    

    .line{
        width: 300px;
        margin: 20px auto;
        height: 20px;
    }

    .aboneaza-te.aboneaza-teonlyMobile{
        display: block;
    }

    .aboneaza-te.aboneaza-teonlyDesktop{
        display: none;
    }

    .hideBreakOnMobile{
        display: none;
    }

    .field{
        font-size: 1.4rem !important;
    }

    .swiper-container{
        max-width: 100%;
        width: 100%;
    }

    .swiper-slide .content h4{
        font-size: 1.4rem;
    }

    .swiper-container:before{
        width: 100%;
    }

    .swiper-container{
        height: 450px;
    }

    .swiper-container:before{
        height: 370px;
    }

    .swiper-slide.swiper-slide-active {
        transform: scale(1.3);
        z-index: 9999;
    }

    .new{
        left: -40px;
        top: -35px;
    }

.new.second {
    left: -30px;
    top: -26px;
}

  


    .swiper-slide .content .tar{
        font-size: 1.0rem;
        background-size: 55px;
        background-position: center;
        padding: 13px 10px 15px 20px;
        width: 40px;
        right: -13px;
        bottom: -5px;
    }

    .swiper-slide{
        transform: scale(1.0);
    }

    .compact .swiper-slide .content h4{
        font-size: 1.9rem !important;
    }

    .swiper-slide.swiper-slide-active .content .tar{
        right: -50px;
        bottom: 5px;
        
    }

    .swiper-container .swiper-slide .content .tar{
        display: none;
    }

    .swiper-container .swiper-slide-active .content .tar{
        display: block;
    }

    .swiper-slide.swiper-slide-active{
        background: none;
    }


    .swiper-slide.swiper-slide-active:before{
        display: none;
    
    }

    .swiper-slide.swiper-slide-active .content:before{
        content: '';
        position: absolute;
        background: #DEF0DA;
        background: linear-gradient(180deg,rgba(222, 240, 218, 1) 0%, rgba(245, 229, 165, 1) 34%, rgba(254, 218, 101, 1) 63%, rgba(244, 211, 46, 1) 100%);
        border-radius: 20px;
        width: 175px;
        height: 310px;
        z-index: -1;
        left: -32px;
        top: -20px;
        right: 0;
    
    }

    footer ul li{
        display: block;
        border-right: 0;
    }

        .swiper-slide.swiper-slide-active .content .tar {
        background-size: 52px;
    }

    .original .swiper-slide.swiper-slide-active{
        background: none;
    }

    .original .swiper-slide.swiper-slide-active:before{
        display: none;
    
    }

    .original .swiper-slide.swiper-slide-active .content:before{
        content: '';
        position: absolute;
        background: #DEF0DA;
background: linear-gradient(180deg,rgba(222, 240, 218, 1) 0%, rgba(245, 229, 165, 1) 34%, rgba(254, 218, 101, 1) 63%, rgba(244, 211, 46, 1) 100%);
        border-radius: 15px;
        width: 175px;
        height: 310px;
        z-index: -1;
        right: 0;
        left: -30px;
        top: -20px;
        right: 0;
    
    }

    .compact .swiper-slide.swiper-slide-active:before{
        display: block;
    }

    .swiper-container2{
        padding-top: 30px;
    }


    .compact .swiper-slide{
        transform: scale(0.8) !important;
        padding: 20px 10px;
    }

    /*
    .compact .swiper-slide.swiper-slide-active .content h4 {
        font-size: 2.6rem;
        color: #13395B;
    }
    */
    .compact .swiper-slide.swiper-slide .content .tar{
        background-size: 75px !important;
    }


    .compact .swiper-slide .content .tar{
        background-size: 100px;
        font-size: 1.8rem;
        width: 74px;
        right: -75px !important;
        padding: 7px 10px 10px 15px;
        bottom: inherit !important;
        top: 60%;
    }

    .compact .swiper-slide .content .tar.MobTar{
        background: url(../img/Label-yellow-flip.png);
    background-repeat: no-repeat;
    background-size: 85px;
    background-position: center;
    left: -65px;
    top: 40%;
    padding: 10px 10px 10px 5px;
    }



    footer{
        margin-top: -50px;
    }

   
   /*
    .compact .swiper-slide-prev{
        right: -230px;
    }

    .compact .swiper-slide-next{
        left: -230px;
    }


*/
    .packs.compact{
        overflow-x: hidden;
    }
    

.compact .swiper-slide.swiper-slide-active:before{
    display: none;
}

/*


    .compact .swiper-slide.swiper-slide-active .content:before {
    

        background: #DEF0DA;
background: linear-gradient(180deg,rgba(222, 240, 218, 1) 0%, rgba(245, 229, 165, 1) 34%, rgba(254, 218, 101, 1) 63%, rgba(244, 211, 46, 1) 100%);
        border-radius: 15px;

        content: '';
        position: absolute;
        
        border-radius: 25px;
        width: 320px;
        height: 570px;
        z-index: -1;
        left: -40px;
        top: -40px;
        right: 0;
    }

    */



    .compact .swiper-slide.swiper-slide-active .content .tar{
        /*background: url(../img/Label-blue2.png);
        background-repeat: no-repeat;
        color: #fff !important;*/
        background-size: 95px;
    }


    .swiper-container{
        margin-top: 0;
    }

    .packs p{
        padding: 0 15px;
        margin-bottom: 0;
    }

    .packs{
        padding: 15px 0;
    }

    .original .swiper-slide.swiper-slide-active .content .tar{
        background-size: 52px;
    }

    .swiper-slide{
        text-align: center;
        margin: 0 auto;
    }

    .swiper-slide img{
        max-width: 110px;
    }

    .original .swiper-slide img{
        max-width: 116px;
    }

    .compact .swiper-slide img{
        max-width: 160px;
    }

    .packs.k-size .content img {
        max-height: 225px;
    }

    .packs.k-size{
        padding-bottom: 100px;
    }

    .forMargin{
        margin-top: 10px;
    }

    .ellipse{
        display: none;
    }

    .swiper-slide.swiper-slide-active .content h4{
        font-size: 1.6rem;
    }

    .swiper-container:before{
        border-top: 1px solid var(--color-primary);
        border-bottom: 1px solid var(--color-primary);
        border-left: 0;
        border-right: 0;
        border-radius: 0;
        top: 35px;
    }

    .swiper-slide.swiper-slide-active{

    }

    .packs.k-size .content{
        max-width: 220px;
    }

    .wrapper.intro h2{
        font-size: 2.6rem;
    }




    .k-size .content{
        padding-top: 30px;
    }

   

    .compact .swiper-wrapper{
        height: 390px;
    }


    .new img {
        max-height: 40px;
    }

    .packs .container{
        padding-left: 0;
        padding-right: 0;
    }

    .swiper-slide .content h4{
        padding-top: 10px;
    }

    .header img {
        max-height: 60px;
    }

@keyframes blur {
    0%      {text-shadow:  0 0 60px #e6c288; opacity:0;}
    5%      {text-shadow:  0 0 50px #e6c288;}
    15%      {text-shadow:  0 0 40px #e6c288;}
    20%      {text-shadow:  0 0 30px #e6c288;}
    80%      {text-shadow:  0 0 20px #e6c288;}
    90%      {text-shadow:  0 0 20px #e6c288;}
    85%     {opacity: 1;}
    95%     {text-shadow:  0 0 500px #e6c288;}
    100%    {text-shadow:  0 0 60px #e6c288;opacity: 1;}
}

@-webkit-keyframes blur {
    0%      {text-shadow:  0 0 60px #e6c288; opacity:0;}
    5%      {text-shadow:  0 0 50px #e6c288;}
    15%      {text-shadow:  0 0 40px #e6c288;}
    20%      {text-shadow:  0 0 30px #e6c288;}
    80%      {text-shadow:  0 0 20px #e6c288;}
    90%      {text-shadow:  0 0 20px #e6c288;}
    85%     {opacity: 1;}
    95%     {text-shadow:  0 0 500px #e6c288;}
    100%    {text-shadow:  0 0 60px #e6c288;opacity: 1;}
}

    .gama{
        height: 70vh !important;
    }


    .contentTwo{
        padding: 50px 0 0 0;
    }



    .displayOnMobilePart{
        display: block;
    }

    .displayOnDesktopPart{
        display: none;
    }

    .intro{
        height: 100vh;
    }

 
    .contentTwo h4{
        font-size: 32px;
    }

    .aboneaza-te p{
        font-size: 2.0rem;
        line-height: 2.6rem;
        padding-top: 120px;
        
    }

    .withFooter{
        padding: 30px 30px 0 30px;
        background: url(../img/cerc-mobile.png);
        background-size: cover;
        background-position: top;
    }

    h2{
        font-size: 2.6rem;
    }

    .cerc{
        display: none;
    }

    .contentTwo h3{
        font-size: 7.0rem;
        text-shadow: 0 0 30px #e6c288;
    }


    .wrapper.intro{
        height: 100vh;
        overflow: hidden;
    }

    .row.logo{
        top: 0;
        left: 50px;
    }

    .intro{
        align-items: top !important;
    }

   

   


   
    footer ul li{
        text-align: center;
        padding: 0 5px;
        font-size: 1.2rem;
        margin-bottom: 0;

    }

    footer .container{
    }

    footer ul{
        max-width: 100%;
        padding: 20px 0;
        border-top: 1px solid rgba(0,0,0,0.2);
    }

    .bottomTxt{
        padding: 20px 0;
    }

    .bottomTxt h4{
        font-size: 1.6rem;
    }

    #s-white{
        padding-top: 0 !important;
    }

    .footer-bottom{
        padding: 20px 0;
    }

    .footer-bottom img{
        max-width: 100%;
    }

    .content-top .row p{
        font-size: 1.6rem;
    }

    .content-top{
    overflow: hidden;
}

.middleContent{
    overflow: hidden;
}

}



@media screen and (min-device-width: 360px) 
    and (max-device-width: 800px) {



}

@media screen and (min-device-width: 390px) 
    and (max-device-width: 844px) {




}

@media screen and (min-device-width: 414px) 
    and (max-device-width: 886px) {

   

}

@media screen and (min-device-width: 360px) 
    and (max-device-height: 740px) {


}

@media screen and (min-device-width: 375px) 
    and (max-device-height: 667px) {

  
}