.notloggedin #topbanner {
     display:none;
}
 .notloggedin #topmenu{
     display:none;
}
 .notloggedin #mobile-header{
     display:none;
}

 body {
     font-family: 'Raleway', sans-serif;
}

/*FOOTER*/
.c-footer-container {
padding-top: 5vh;
padding-bottom: 5vh;
display: flex;
align-items: flex-end;
    justify-content: space-between;
}

@media (max-width: 912px) {
.c-footer-container {
    flex-direction: column;
    align-items: center;
}
}

.c-logo-social-icons {
display: flex;
    gap: 3vh;
    flex-direction: column;
    align-items: flex-end;
}

@media (max-width: 912px) {
.c-logo-social-icons {
    align-items: center;
}
}


.c-social-icons {
display: flex;
    flex-direction: row;
    justify-content: center;
    min-width: 40%;
}

.c-social-icons a {
font-size: 20px;
padding: 0px 0px 0px 5px;
    border: 1px solid;
    margin: 5px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    color: #c0962f !important;
    transition: 1.4s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
@media (max-width: 820px) {
.c-social-icons a {
font-size: 18px;
    height: 40px;
    width: 40px;
}
}

.c-social-icons a:hover{
    background-color: #c0962f;
    color: #fff!important;
    transition: 1.4s;
}



.c-bottom-menu {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    border: 1px solid #c0962f;
    margin-bottom: 5vh;
font-weight: 600;
font-family: 'Blacklist';
letter-spacing: 2px;
}
@media (max-width: 820px) {
.c-bottom-menu {
    flex-direction: column;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0vh;
}
}

.c-bottom-menu div{
border-right: 1px solid #333333;
padding: 0px 20px;
}
@media (max-width: 820px) {
.c-bottom-menu div{
border-right: none;
padding: 10px 10px;
text-align: center;
}
}

.c-bottom-menu a{
text-decoration: none;
    transition: 0.4s;
}

.c-bottom-menu a:hover{
color: #c0962f !important;
}



.c-bottom-menu-2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 5vh;
font-weight: 400;
font-size: 0.9em;
}
@media (max-width: 820px) {
.c-bottom-menu-2 {
    flex-direction: column;
    padding-top: 15px;
    padding-bottom: 0px;
}
}

.c-bottom-menu-2 div{
border-right: 1px solid #333333;
padding: 0px 20px;
}
@media (max-width: 820px) {
.c-bottom-menu-2 div{
border-right: none;
padding: 10px 10px;
text-align: center;
}
}

.c-bottom-menu-2 a{
text-decoration: none;
}



.c-bottom-info {
    font-size: 14px;
text-align: center;
}

/*END OF FOOTER*/



/*NEWS VIEW*/
.notloggedin div.horizontalitemsnews div.itemcontent{
box-shadow: 0px 2px 15px 0px #d9d9d9;
scale: 1;
    transition: 1.4s;
}

.notloggedin div.horizontalitemsnews div.itemcontent:hover {
scale: 1.1;
    transition: 1.4s;
}
@media (max-width: 820px) {
.notloggedin div.horizontalitemsnews div.itemcontent:hover {
scale: 1;
}
}


div.items div.date {
    display: none;
}

div.horizontalitemsnews div.list div.item h3 {
font-family: 'Blacklist';
font-size: 1.6em;
font-weight: 600;
margin-bottom: 20px;
}

div.items div.linkto a {
    padding-bottom: 20px;
    font-weight: 700;
}

div.horizontalitemsnews .slick-dots {
    margin-left: 40px;
}

div.items div.linkto a {
    color: #c0962f !important;
}

/*END OF NEWS VIEW*/

.c-blog-bg {
position: relative;
}

.c-blog-bg:before {
content: '';
position: absolute;
background-image: url('/cache/files/91c226b0ec69c2adc692b3f6a15da1ab6df9db50.png');
    z-index: 5;
    height: 80px;
    width: 80px;
    top: -55px;
    left: 40%;
    display: block;
    background-size: contain;
}


/*REST PAGES STYLES*/
.c-max-container {
max-width: 900px;
margin: 0 auto;
padding: 20px;
}


/*END OF REST PAGERS STYLES*/.c-newlogo {
    background-image: url('/cache/files/94469f22ff5b9f2175d2a86608b8517c7b881506.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


a.mobile-header-startlink {
    background-image: url('/cache/files/94469f22ff5b9f2175d2a86608b8517c7b881506.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
width: 220px;
    transform: translate(-50%, 0%);
}

.side-nav__header {
    background-color: white;
    background-image: url('/cache/files/94469f22ff5b9f2175d2a86608b8517c7b881506.svg') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin-left: 8vh;
    margin-right: 8vh;
}.c-newsletter {
max-width: 500px;
margin: 0 auto;
}

.c-form-text {
font-size: 12px;
color: #b0b0b0;
margin-top: -15px;
margin-left: 20px;
}
.c-form-text a{
color: #b0b0b0 !important;
}


/*old form
.c-newsletter form input {
    padding: 11px;
    border: 0px solid #ffffff;
border-bottom: 1px solid #b9413d;
    border-radius: 0px;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
background-color: transparent;
}


.c-newsletter form input:focus-visible {
outline: none;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

.c-newsletter form input::placeholder {
color: #d1d1d5;
font-size: 14px;
}

.c-newsletter form .submit {
margin-top: -43px;
text-align: right;
}

.c-newsletter form .submit button {
    font-size: 14px;
    font-weight: 400;
    padding: 11px 15px;
    color: white;
    background-color: #c0962f;
    transition: 0.3s;
    letter-spacing: 1px;
    border-radius: 0px;
    border-color: transparent;
    transition: 1.4s;
}

.c-newsletter form .submit button:hover {
color: white;
background-color: #b9413d;
    transition: 1.4s;
}


@media only screen and (max-width: 768px) {
.c-newsletter {
width: 90%;
}
}*//* MENU SECTION BAR */

.loggedin .c-menu-container {
    position: relative;
    z-index: 0;
}

.notloggedin .c-menu-container {
    position: fixed;
    z-index: 90;
}

.c-menu-container {
    position: fixed;
    display: flex;
    color: white;
    flex-direction: row;
    justify-content: space-between;
    width: 90vw;
    padding-right: 5vw;
    padding-left: 5vw;
    align-items: flex-start;
    height: 100px;
padding-top: 30px;
background-color: transparent;
}

@media (max-width: 912px) {

.c-menu-container {
    width: 95vw;
    padding-right: 2vw;
    padding-left: 2vw;
padding-top: 20px;
    height: 65px;
}

}

.c-menu-flex-child {
min-width: 33.3%;
}

.c-logo {
text-align: center;
    margin-top: -10px;
}

.c-logo img {
    width: 170px;
    height: auto;
filter: invert(100%) sepia(93%) saturate(6%) hue-rotate(254deg) brightness(200%) contrast(100%);
}

.c-logo .cActive img {
filter: none;
}

.c-booknow-container {
padding: 10px;
    border: 1px solid #ffffff5c;
    transition: 1.4s;
    height: 43px;
    overflow: hidden;
    width: 290px;
    float: right;
}

.c-booknow-container:hover {
background-color: #ffffff4f;
    border: 1px solid transparent;
    transition: 1.4s;
height: 235px;
    overflow: hidden;
}


.c-booknow-container2 {
padding: 5px;
    border: 1px solid #ffffff5c;
    transition: 1.4s;
    height: 30px;
    overflow: hidden;
    width: auto;
    float: right;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}


.c-booknow {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
align-items: flex-start;
}


.c-book-now-title {
    margin-bottom: 0px;
    text-transform: uppercase;
}


.c-book-now-subtitle1 {
font-size: 0.9em;
margin-bottom: 0px;
    font-style: italic;
}

.c-book-now-subtitle2 {
font-size: 0.9em;
margin-bottom: 10px;
font-weight: 800;
}

.c-booknow-container2  p{
font-size: 3vw;
    margin-bottom: 0px;
    line-height: 1em;
    color: #fff;
}

.c-booknow img{
filter: invert(100%) sepia(93%) saturate(6%) hue-rotate(254deg) brightness(200%) contrast(100%);
max-width: 30px;
    height: auto;
margin-right: 10px;
margin-top: 10px;
}

.c-booknow-container2 img{
filter: invert(100%) sepia(93%) saturate(6%) hue-rotate(254deg) brightness(200%) contrast(100%);
max-width: 20px;
    height: auto;
margin-right: 10px;
}


/* END OF MENU SECTION BAR */




.c-fullmenu-container {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 88;
    background-color: white;
left: -100vw;
opacity: 0;
transition: left 0s ease, opacity 1s ease;
transition-delay: 1s, 0s;
}

.c-fullmenu-container.cActive {
left: 0vw;
opacity: 1;
transition: left 0s ease, opacity 1s ease;
}

.c-fullmenu-inner {
    position: relative;
    height: calc(100vh - 100px);
    top: 100px;
}

.c-menu-flex {
    display: flex;
    height: 80%;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 97%;
    margin: auto;
gap: 10px;
}

@media (max-width: 912px) {
.c-menu-flex {
flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 97%;
    margin: auto;
gap: 5px;
    flex-wrap: wrap;
height: auto;
}
}



.c-menu-flex a {
    padding: 20px;
    opacity: 0;
    transition: opacity 1s;
    color: #c0962f;
text-decoration: none;
}
@media (max-width: 912px) {
.c-menu-flex a {
width: 46%;
padding: 0px;
margin-bottom: 20px;
}
}


.c-fullmenu-container.cActive .c-menu-flex a:nth-child(1) {
opacity: 1;
transition-delay: 1.5s;
}
.c-fullmenu-container.cActive .c-menu-flex a:nth-child(2) {
opacity: 1;
transition-delay: 2s;
}
.c-fullmenu-container.cActive .c-menu-flex a:nth-child(3) {
opacity: 1;
transition-delay: 2.5s;
}
.c-fullmenu-container.cActive .c-menu-flex a:nth-child(4) {
opacity: 1;
transition-delay: 3s;
}


.c-menu-box {
    display: flex;
    flex-direction: column;
    align-items: center;
transition: 1s;
scale: 1;
}

.c-menu-image {
    width: 100%;
    margin: auto;
}

.c-menu-image img {
    height: auto;
    width: 100%;
}


.c-menu-box:hover {
scale: 1.1;
transition: 1s;
}

.c-menu-title {
font-family: 'Blacklist';
font-size: clamp(1.375rem, 1.155rem + 0.704vw, 2rem); /*22-32*/
    border-bottom: 0px;
    line-height: 0.9;
    margin-top: 24px;
    margin-bottom: 0px;
}
@media (max-width: 912px) {
.c-menu-title {
    margin-top: 15px;
}
}

.c-menu-text-line {
font-family: 'Blacklist';
font-size: clamp(0.875rem, 0.479rem + 1.268vw, 2rem); /*14-32*/
position: relative;
    top: 8%;
    text-align: center;
    margin-bottom: 10px;
    font-style: italic;
letter-spacing: 2px;
}

.c-belowmenu {
    position: absolute;
    bottom: 0;
    display: flex;
    width: 95vw;
    padding: 2vw;
    flex-direction: row;
    justify-content: space-between;
    height: 50px;
    align-items: center;
}

@media (max-width: 912px) {
.c-belowmenu {
    flex-direction: column-reverse;
    justify-content: space-between;
    height: auto;
    margin-top: 20px;
position: relative;
}
}



.c-menu-button {
    width: 50px;
    height: 50px;
    position: relative;
    cursor: pointer;
}

.c-menu-button::before {
    content: 'Menu';
    position: absolute;
    left: calc(100% + 10px);
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    letter-spacing: 1px;
    opacity: 0;
    transition: 1s;
}

.c-menu-button:hover::before {
    opacity: 1;
}

.c-menu-button.cActive::before {
    opacity: 0;
    transition: 0s;
}

.c-menu-button::after {
    opacity: 0;
}

.c-menu-button.cActive::after {
    content: 'Close';
    position: absolute;
    left: calc(100% + 10px);
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    letter-spacing: 1px;
    opacity: 0;
    transition: 1s;
}


.c-menu-button.cActive:hover::after {
    opacity: 1;
}


.c-line-1, .c-line-2 {
    height: 1px;
    width: 100%;
    background-color: white;
}

.c-line-1 {
    position: absolute;
    top: 40%;
    transform: translateY(-50%) rotate(0deg);
transition: 1s;
}

.c-line-2 {
    position: absolute;
    top: 60%;
    transform: translateY(-50%) rotate(0deg);
transition: 1s;
}

.c-menu-button.cActive .c-line-1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
transition: 1s;
}

.c-menu-button.cActive .c-line-2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
transition: 1s;
}



.c-other-menu {
display: flex;
gap: 20px;
}

@media (max-width: 912px) {
.c-other-menu {
gap: 10px;
margin-bottom: 10px;
flex-wrap: wrap;
    justify-content: center;
}
}






/* MOBILE & TABLET */


@media (max-width: 990px) {
.c-fullmenu-container {
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    z-index: 80;
    background-color: white;
    left: -100vw;
    opacity: 0;
    transition: left 0s ease, opacity 1s ease;
    transition-delay: 1s, 0s;
}
.c-fullmenu-inner {
    position: relative;
    height: auto;
    top: 0;
    padding-top: 85px;
}

.c-menu-button {
    transform: scale(0.6);
}

.c-menu-button::before {
    left: 0;
    top: 110%;
}

.c-menu-button.cActive::after {
    left: 0;
    top: 110%;
}


#cMenu h1.c-menu-title {
    font-size: 40px;
    margin-bottom: 0;
}

.c-menu-info-inner p {
    margin-bottom: 0;
}

.c-follow-menu p, .c-contact-menu p {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}

.c-menu-button {
    transform: scale(1);
    width: 40px;
    height: 40px;
    position: relative;
    cursor: pointer;
}

}





/* MENU ANIMATION */

.c-menu-container {
    background: rgba(255,255,255,0);
    backdrop-filter: blur(0px);
-webkit-backdrop-filter: blur(0px);
transition: 1s;
}

.c-menu-container.cActive {
    background: rgba(255,255,255,0.6);
    backdrop-filter: blur(7px);
-webkit-backdrop-filter: blur(7px);
border-bottom: 0px solid #3e464c;
transition: 1s;
}


.c-menu-container.cActiveOpen {
    background: rgba(255,255,255,0.6);
    backdrop-filter: blur(7px);
-webkit-backdrop-filter: blur(7px);
border-bottom: 0px solid #3e464c;
transition: 1s;
}



.c-menu-container.cActive .c-line-1, .c-menu-container.cActive .c-line-2 {
    height: 1px;
    background-color: #3e464c;
}

.c-menu-container.cActiveOpen .c-line-1, .c-menu-container.cActiveOpen .c-line-2 {
    height: 1px;
    background-color: #c0962f !important;
}

.c-menu-container.cActive {
    color: #3e464c;
    transition: 1s;
}

.c-menu-container.cActiveOpen {
    color: #3e464c;
    transition: 1s;
}

/* OTAN EINAI ACTIVE TO MENU */
.c-menu-container.cActiveOpen .c-menu-button.cActive::after {
opacity: 1;
    color: #c0962f !important;
}

.c-menu-container.cActiveOpen .c-logo img {
filter: none !important;
}

.c-menu-container.cActiveOpen {
    color: #c0962f !important;
}

.c-menu-container.cActiveOpen .c-booknow img {
filter: invert(54%) sepia(82%) saturate(375%) hue-rotate(5deg) brightness(95%) contrast(90%) !important;
}

.c-menu-container.cActiveOpen .c-booknow-container {
background-color: #ffffff;
    border: 1px solid rgb(192, 150, 47) !important;
}


.c-menu-container.cActiveOpen .c-booknow-container2 {
border-color: #b9413d !important;
}

.c-menu-container.cActiveOpen .c-booknow-container2 p{
color: #b9413d !important;
}

.c-menu-container.cActiveOpen .c-booknow-container2 img{
filter: invert(54%) sepia(82%) saturate(375%) hue-rotate(5deg) brightness(95%) contrast(90%) !important;
}.c-button1 {
display: inline-block;
    text-align: center;
    padding: 10px 15px;
    transition: 1.4s;
    text-decoration: none;
        background-color: #c0962f;
color: #fff !important;
}
.c-button1:hover {
    background-color: #b9413d;
}

.c-button2 {
display: inline-block;
    text-align: center;
    padding: 10px 15px;
    transition: 1.4s;
    text-decoration: none;
        background-color: transparent;
    border: 1px solid #c0962f;
color: #c0962f;
font-weight: 500;
}
.c-button2:hover {
    background-color: #c0962f;
    border: 1px solid #c0962f;
color: #fff;
}

@media (max-width: 820px) {
.c-button2 {
    padding: 10px;
font-size: 0.9em;
}
}

.c-button3 {
display: inline-block;
    text-align: center;
    padding: 10px 15px;
    transition: 1.4s;
    text-decoration: none;
        background-color: transparent;
border: 1px solid #fff;
color: #fff;
}
.c-button3:hover {
    background-color: #c0962f;
border: 1px solid #c0962f;
}.c-event-container.active-box {
    position: fixed;
    max-width: 350px;
    right: 2%;
    bottom: 2%;
z-index: 70;
}

.c-closebutton {
cursor: pointer;
}



.c-event-container.active-box .c-event-box {
    background-color: #f4f4f4db;
    padding-top: 150px;
    padding-bottom: 20px;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    width: 330px;
    height: 130px;
    overflow: hidden;
    color: white;
    transition: 1.5s;
 outline: 1px solid #c0962f;
    outline-offset: -10px;
}




.c-event-container.active-box .c-closebutton {
    position: absolute;
    left: 15px;
    top: -15px;
    background-color: #c0962f;
    width: 30px;
    height: 30px;
    border-radius: 0;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 40%);
    transition: 1.5s;
    z-index: 70;
}

.c-event-container.active-box .c-linetop {
    position: absolute;
    width: 15px;
    height: 1px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    background-color: white;
transition: 1.5s;
}

.c-event-container.active-box .c-linebottom {
    position: absolute;
    width: 15px;
    height: 1px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: white;
transition: 1.5s;
}


.c-event-container.active-box p {
opacity: 1;
transition: 1.5s;
}



/* DECTIVATE */

.c-event-container.deactive-box {
    position: fixed;
    max-width: 350px;
    right: 3%;
    bottom: 3%;
z-index: 70;
transition: 1.5s;
}



.c-event-container.deactive-box .c-event-box {
    background-color: #f4f4f4;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 25%);
    height: 100px;
    width: 100px;
    overflow: hidden;
    transition: 1.5s;
 outline: 1px solid #c0962f;
    outline-offset: -10px;
}


.c-event-container.deactive-box .c-closebutton {
    position: absolute;
    left: 60px;
    top: -15px;
    background-color: #c0962f;
    width: 30px;
    height: 30px;
    border-radius: 0%;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 40%);
    transition: 1.5s;
    z-index: 90;
}

.c-event-container.deactive-box .c-linetop {
    position: absolute;
    width: 15px;
    height: 1px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    background-color: white;
    transition: 1.5s;
}

.c-event-container.deactive-box .c-linebottom {
    position: absolute;
    width: 15px;
    height: 1px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    background-color: white;
    transition: 1.5s;
}

.c-event-container.deactive-box p, .c-event-container.deactive-box a {
opacity: 0;
transition: 1.5s;
}

/* BOX */

.c-event-container.active-box .c-box-single-image {
    position: absolute;
    top: -45px;
    width: 230px;
    left: 50%;
    transform: translateX(-50%) scale(1);
    text-align: center;
}

.c-event-container.active-box .c-box {
    position: absolute;
    z-index: 0;
    left: 50%;
    transform: translateX(-50%);
}

.c-event-container.active-box .c-box-title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #c0962f;
    font-weight: 800;
    top: 10px;
    font-size: 16px;
    background-color: white;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
}

/* DEACTIVATE */

.c-event-container.deactive-box .c-box-single-image {
    position: absolute;
    top: 0px;
    width: 140px;
    left: 50%;
    transform: translateX(-50%) scale(0.8);
}

.c-event-container.deactive-box .c-box-single-image img {
    width: 115px;
    padding: 0;
    height: auto;
    margin-top: 0px;
    margin-left: 12px;
}

.c-event-container.deactive-box .c-box {
    position: absolute;
    z-index: 0;
    left: 50%;
    transform: translateX(-50%);
}

.c-event-container.deactive-box .c-box-title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-weight: 800;
    top: 10px;
    font-size: 0px;
    background-color: white;
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 0px;
}



@media (max-width: 768px) {
.c-event-container {
    transform: scale(0.8);
} 
.c-event-container.deactive-box {
    width: 30%;
}
.c-event-container.active-box {
    position: fixed;
    max-width: 100%;
    right: 0;
    bottom: 3%;
    z-index: 99;
    width: 100%;
}

.c-event-container.active-box .c-closebutton {
    position: absolute;
    left: 15px;
    top: -15px;
    background-color: #b9413d;
    width: 30px;
    height: 30px;
    border-radius: 0;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 40%);
    transition: 1.5s;
    z-index: 90;
}

.c-event-container.deactive-box .c-closebutton {
    position: absolute;
    left: 60px;
    top: -15px;
    background-color: #b9413d;
    width: 30px;
    height: 30px;
    border-radius: 0%;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 40%);
    transition: 1.5s;
    z-index: 90;
}

.c-event-container.active-box .c-event-box {
    background-color: white;
    padding-top: 150px;
    padding-bottom: 20px;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    transition: 1.5s;
    width: 100%;
    height: 110px;
    overflow: hidden;
    color: white;
    transition: 1.5s;
}
}




.c-pop-title1 {
font-family: 'Blacklist';
font-size: 1.4em;
color: #c0962f;
line-height: 1.1em;
margin-bottom: 0px;
font-weight: 900;
margin-top: 5px;
}


.c-pop-title2 {
font-size: 1em;
margin-bottom: 10px;
color: #222222;
}.animatable {
  
  /* initially hide animatable objects */
  visibility: hidden;
  
  /* initially pause animatable objects their animations */
  -webkit-animation-play-state: paused;   
  -moz-animation-play-state: paused;     
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;   
  animation-play-state: paused; 
}

/* show objects being animated */
.animated {
  visibility: visible;
  
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  
  -webkit-animation-duration: 4s;
  -moz-animation-duration: 4s;
  -ms-animation-duration: 4s;
  -o-animation-duration: 4s;
  animation-duration: 4s;

  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}




/* FEGGARI ANIMATION */
.c-feggari-animation {  
    animation-name: floating-3;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0.005, 0.001, 1, 1);
}

@keyframes floating-3 {
    0% { transform: translate(0px,  0px); }
  25% { transform: translate(-15px,  0px); }
    50% { transform: translate(0px,  0px); }
    75%  { transform: translate(15px, 0px); }
    100%   { transform: translate(0px, -0px); }    
}/*MAIN BANNER*/

.c-main-banner-container {
height: 100vh;
width: 100%;
position: relative;
}

@media (max-width: 820px) {
.c-main-banner-container {
height: 75vh;
}
}

.c-main-banner-bg {
background-size: cover;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 90% 50%;
display: flex;
    align-items: center;
}

.c-main-banner-text {
color: #fff;
margin-left: 5vw;
}

.c-main-banner-text a{
text-decoration: none;
color: #fff;
}

.c-main-title-1 {
font-size: clamp(1rem, 0.516rem + 1.549vw, 2.375rem);
    margin-bottom: 0px;
    font-weight: 300;
    line-height: 1.3em;
    max-width: 45vw;
text-transform: uppercase;
}
@media (max-width: 820px) {
.c-main-title-1 {
 max-width: 70vw;
}
}

.c-main-title-2 {
font-family: 'Blacklist';
font-size: clamp(1.75rem, 1.002rem + 2.394vw, 3.875rem);  /*28-62*/
    margin-bottom: 20px;
text-transform: uppercase;
 max-width: 45vw;
line-height: 1.2em;
}
@media (max-width: 820px) {
.c-main-title-2 {
 max-width: 70vw;
}
}

.c-main-title-2 span{
background-image: url('/cache/files/0723f302d07119ff00354bfddf69aa493bf16cd7.png');
background-size: cover;
 color: #fff;
 -webkit-text-fill-color: transparent;
 -webkit-background-clip: text;
 -moz-background-clip:text;
 background-clip:text;   
background-repeat: repeat; 
}


.c-main-banner-container-smaller {
height: 60vh;
width: 100%;
position: relative;
}
@media (max-width: 820px) {
.c-main-banner-container-smaller {
height: 40vh;
}
}

.c-main-banner-bg-color {
background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
height: 100%;
display: flex;
    align-items: center;
}

/*END OF MAIN BANNER*/

/*MOBILE BG*/



@media (max-width: 912px) {

.c-main-bg-home-page {
    background-position: 75% 50% !important;
}

.c-main-bg-about-page {
    background-position: 52% 50% !important;
}


.c-main-bg-programs-page {
    background-position: 60% 50% !important;
}

.c-main-bg-books-page {
    background-position: 46% 50% !important;
}

.c-main-bg-blog-page {
    background-position: 55% 50% !important;
}

.c-main-bg-shop-page {
    background-position: 65% 50% !important;
}

.c-main-bg-contact-page {
    background-position: 60% 50% !important;
}


.c-main-bg-book-call-page {
    background-position: 75% 50% !important;
}

.c-main-bg-download-book-page {
    background-position: 60% 50% !important;
}


.c-main-bg-agenda-page {
    background-position: 80% 50% !important;
}

.c-main-bg-program1-page {
    background-position: 80% 50% !important;
}

.c-main-bg-program2-page {
    background-position: 50% 50% !important;
}


}






@media (max-width: 820px) {
.c-main-text-to-the-bottom {
position: absolute;
    bottom: 5vh;
}
}







/*VIDEO*/

.c-video-position{
    height: 100vh;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}
@media (max-width: 768px) {
.c-video-position {
    height: 80vh;
    width: 100%;
    position: relative;
    top: 0vh;
    left: 0;
}
}
.c-video-position video {
object-fit: cover;
width: 100%;
height: 100vh;
}

@media (max-width: 768px) {
.c-video-position video {
object-fit: cover;
width: 100%;
height: 80vh;
}
}

/*END OF VIDEO*//*CLAIM CALL*/
.c-claim-container {
background-image: url('/cache/files/46e200e2982d60b35cfa57b51e9fc3e339f75f28.jpg');
position: relative;
    width: 100%;
    background-size: cover;
    background-position: 40% 50%;

}

.c-claim-text {
    max-width: 900px;
    padding: 5vh;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 500px;
    text-align: center;
    margin: 0 auto;
}

@media (max-width: 820px) {
.c-claim-text {
    padding: 3vh;
    height: 300px;
}
}
/*END OF CLAIM CALL*//*TITLES*/


.c-big-title{
font-family: 'Blacklist';
font-size: clamp(1.875rem, 0.995rem + 2.817vw, 4.375rem); /*30-70px*/
line-height: 1.2em;
margin-bottom: 20px;
text-transform: uppercase;
}

.c-title-1{
font-family: 'Blacklist';
font-size: clamp(1.75rem, 1.398rem + 1.127vw, 2.75rem); /*28-44px*/
line-height: 1.2em;
margin-bottom: 20px;
}

.c-title-2 {
font-family: 'Blacklist';
font-size: clamp(1.875rem, 1.171rem + 2.254vw, 3.875rem); /*30-62*/
    margin-bottom: 20px;
text-transform: uppercase;
line-height: 1.2em;
font-weight: 600;
}

.c-title-2 span, .c-title-1 span {
background-image: url('/cache/files/0723f302d07119ff00354bfddf69aa493bf16cd7.png');
background-size: cover;
 color: #fff;
 -webkit-text-fill-color: transparent;
 -webkit-background-clip: text;
 -moz-background-clip:text;
 background-clip:text;   
background-repeat: repeat;  
}

.c-title-3 {
font-family: 'Blacklist';
font-size: clamp(1.125rem, 0.817rem + 0.986vw, 2rem); /*18-32*/
    margin-bottom: 20px;
line-height: 1.2em;
font-weight: 400;
}
.c-title-3 span{
font-size: 0.7em;
}


.c-title-4 {
font-family: 'Blacklist';
font-size: clamp(1.75rem, 1.398rem + 1.127vw, 2.75rem); /*28-44px*/
line-height: 1.2em;
margin-bottom: 20px;
}

.c-title-4 span{
font-size: 0.5em;
}


.c-title-5 {
font-family: 'Blacklist';
    font-size: 1.4em;
    margin-bottom: 20px;
    line-height: 1.2em;
    font-weight: 300;
    padding-top: 20px;
}
.c-title-5 span{
font-size: 0.9em;
font-weight: 500;
}

h3 {
    font-family: 'Blacklist';
}

/*END OF TITLES*/.c-facebook-action-container {
    display: flex;
    align-items: flex-end;
gap: 5vh;
max-width: 900px;
margin-right: auto;
}

@media (max-width: 700px) {
.c-facebook-action-container {
align-items: center;
    flex-direction: column;
gap: 0px;
}
}

.c-facebook-action-container img{
margin-top: -10vh;
height: 320px;
}
@media (max-width: 700px) {
.c-facebook-action-container img{
margin-top: 0vh;
height: 120px;
}
}

.c-facebook-action-text .c-title-1{
text-transform: uppercase;
    font-size: 1.2em;
}

@media (max-width: 700px) {
.c-facebook-action-text {
text-align: center;
}
}

.c-cali-join{
font-family: 'Lolita';
    margin-bottom: 0vh;
    color: #e2dfdf;
    line-height: 1em;
    font-size: 8vw;
letter-spacing: -3px;
}

@media (max-width: 820px) {
.c-cali-join{
    font-size: 20vw;
    margin-left: 40px;
margin-top: -4vh;
}
}/*TESTIMONIALS*/

.c-testimonials-inner-container {
    padding: 5vh;
    max-width: 90vw;
    margin: 0 auto;
    text-align: center;
}

.c-testimonials {
text-align: center;
    max-width: 90vw;
    margin: 0 auto;
}

.c-testimonials iframe{
width: 100%;
height: 450px;
padding: 10px;
}

@media (max-width: 768px) {
.c-testimonials iframe{
height: 27vh;
}
}



.c-testimonials .slider-arrow-left{
background-color: #c0962f;
    left: -70px;
color: #fff;
border-radius: 50%;
height: 60px;
width: 60px;
padding-top: 9px;
opacity: 1;
}

.c-testimonials .slider-arrow-right {
background-color: #c0962f;
    right: -70px;
color: #fff;
border-radius: 50%;
height: 60px;
width: 60px;
padding-top: 9px;
opacity: 1;
}

.slick-dots li button:before, .slick-dots li.slick-active button:before {
margin-left: -20px;
margin-top: 20px;
}

/*END OF TESTIMONIALS*/.c-thank-you-text {
margin: 5vh;
padding: 5vh;
    box-shadow: 0px 2px 15px 0px #d9d9d9;
position: relative;
}

@media (max-width: 820px) {
.c-thank-you-text {
margin:3vh;
padding: 3vh;
}
}

.c-thank-you-logo-tag {
    max-width: 15vw;
    position: absolute;
    right: 0;
    bottom: -6vh;
}

@media (max-width: 820px) {
.c-thank-you-logo-tag {
    max-width: 30vw;
    bottom: -4vh;
}
}.c-download-container-1 {
margin-top: 10vh;
position: relative;
}

.c-download-container-1:before {
content: "";
  display: block;
position: absolute;
top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
  width: 100%;
  height: 100%;
opacity: 0.4;
background-image: url('/cache/files/e0701798330a44e982ab21f1fb808f03638fccea.svg');
background-size: 20% 100%;
z-index: 0;

}

.c-download-text-1 {
background-color: #fff;
max-width: 800px;
margin: 0 auto;
text-align: center;
    position: relative;
font-weight: 800;
padding: 20px;
}.c-intro-program-container {
  display: flex;
  align-items: flex-start;
  gap: 3vh;
}

@media (max-width: 912px) {
.c-intro-program-container {
    align-items: center;
    flex-direction: column;
}
}




.c-intro-program-text {
  box-shadow: 0px 2px 15px 0px #d9d9d9;
  padding: 5vh;
  background-color: #fff;
  text-align: center;
  margin: 5vh auto;
  position: relative;
    max-width: 1280px;
    color: #c0962f;
}

.c-intro-program-text img {
  max-width: 25vh;
  height: auto;
  position: absolute;
  top: -15vh;
  transform: translateX(-50%);
}

.c-program-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 300px;
  margin: 0 auto;
}

.c-program-buttons a {
  text-decoration: none;
color: #c0962f;
}

.c-program-buttons div {
  padding: 15px;
  border: 1px solid #c0962f;
  font-weight: 900;
  transition: 1.4s;
text-align: center;
}


.c-program-buttons div:hover {
  border: 1px solid #c0962f;
  background-color: #c0962f;
  font-weight: 900;
  transition: 1.4s;
  color: #fff;
}



.c-secure-button {
  text-decoration: none;
 border: 1px solid #c0962f;
  background-color: #c0962f;
  font-weight: 900;
  transition: 1.4s;
  color: #fff;
text-align: center;
  padding: 15px;
display: inline-block;
}
.c-secure-button:hover {
letter-spacing: 3px;
}


.c-cali-beyond {
  font-family: 'Lolita';
  margin-bottom: 0vh;
  color: #e2dfdf;
  line-height: 1em;
  font-size: 15vw;
  margin-top: 0vh;
  margin-left: 0vh;
  letter-spacing: -3px;
  position: absolute;
}



.c-what-do-you-mean-container {
  display: flex;
  padding-top: 10vh;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 5vh;
justify-content: center;
}

@media (max-width: 912px) {
.c-what-do-you-mean-container {
flex-direction: column-reverse;
    align-items: center;
}
}



.c-programs-1-img {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  width: 100%;
  top: 150px;
  max-width: 30vw;
  height: auto;
}

@media (max-width: 912px) {
.c-programs-1-img {
  max-width: 90vw;
  height: auto;
}
}




.c-what-do-you-mean-text {
  margin-top: 15vh;
  padding: 10vh;
  box-shadow: 0px 2px 15px 0px #d9d9d9;
}

@media (max-width: 912px) {
.c-what-do-you-mean-text {
  margin-top: 0vh;
padding: 4vh;
}
}


.c-cali-for-you-if {
  font-family: 'Lolita';
  margin-bottom: 0vh;
  color: #e2dfdf;
  line-height: 1em;
  font-size: 15vw;
  margin-top: 0vh;
  margin-right: 0vh;
  letter-spacing: -3px;
  position: absolute;
  right: 0;
}


.c-what-do-you-mean-text ul {
  list-style-position: outside !important;
  list-style: none !important;
}

.c-what-do-you-mean-text ul li {
  position: relative;
  list-style: none;
  margin-left: 15px;
  margin-bottom: 20px;
  line-height: 1.4em;
}

.c-what-do-you-mean-text ul li::before {
  content: '';
  background-image: url('/cache/files/9594457680a2150ed98e7ebfc95e4ea1cea9aaeb.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: -40px;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
}







.c-for-you-if-container {
  display: flex;
  padding-top: 10vh;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 5vh;
justify-content: center;
}

@media (max-width: 912px) {
.c-for-you-if-container {
flex-direction: column;
    align-items: center;
}
}




.c-for-you-if-text {
  margin-top: 15vh;
  padding: 10vh;
  box-shadow: 0px 2px 15px 0px #d9d9d9;
}

@media (max-width: 912px) {
.c-for-you-if-text {
  margin-top: 0vh;
padding: 4vh;
}
}

.c-for-you-if-text ul {
  list-style-position: outside !important;
  list-style: none !important;
}

.c-for-you-if-text ul li {
  position: relative;
  list-style: none;
  margin-left: 15px;
  margin-bottom: 20px;
  line-height: 1.4em;
}

.c-for-you-if-text ul li::before {
  content: '';
  background-image: url('/cache/files/9594457680a2150ed98e7ebfc95e4ea1cea9aaeb.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: -40px;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
}




.c-how-it-works-container {
padding: 10vh;
    box-shadow: 0px 2px 15px 0px #d9d9d9;
    position: relative;
    margin-top: 6vh;
}


@media (max-width: 912px) {
.c-how-it-works-container {
  margin: 0vh;
  padding: 4vh;
}
}




.c-how-it-works-container img {
position: absolute;
    top: -12vh;
    left: 4vh;
    max-width: 20vh;
}

@media (max-width: 912px) {
.c-how-it-works-container img {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
}
}






.c-cali-programs-beyond-1 {
  font-family: 'Lolita';
  margin-bottom: 0vh;
  color: #e2dfdf;
  line-height: 1em;
  font-size: 15vw;
  margin-top: 0vh;
  margin-right: 0vh;
  letter-spacing: -3px;
  position: absolute;
  right: 0;
}



.c-program-container {
  display: flex;
  padding-top: 10vh;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 5vh;
}

@media (max-width: 912px) {
.c-program-container {
    flex-direction: column;
    align-items: center;
}
}


.c-program-text {
  margin-top: 15vh;
  padding: 10vh;
  box-shadow: 0px 2px 15px 0px #d9d9d9;
}

@media (max-width: 912px) {
.c-program-text {
  margin-top: 0vh;
        padding: 4vh;
}
}



.c-program-subtitle {
  background-color: #b9413d;
  color: #fff;
  padding: 2vh;
  margin-bottom: 4vh;
  position: relative;
}

.c-program-subtitle::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 70px;
  height: 30px;
  top: -17px;
  background-color: #b9413d;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}


.c-program-other-container {
  margin: 5vh;
  text-align: center;
}



.c-gray-container {
  background-color: #f4f4f4;
  padding: 4vh;
  width: 100%;
}


.c-gray-inside {
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}




.c-cali-programs-beyond-1 {
  font-family: 'Lolita';
  margin-bottom: 0vh;
  color: #e2dfdf;
  line-height: 1em;
  font-size: 15vw;
  margin-top: 0vh;
  margin-right: 0vh;
  letter-spacing: -3px;
  position: absolute;
  right: 0;
}




.c-cali-programs-beyond-2 {
  font-family: 'Lolita';
  margin-bottom: 0vh;
  color: #e2dfdf;
  line-height: 1em;
  font-size: 15vw;
  margin-top: 0vh;
  margin-right: 0vh;
  letter-spacing: -3px;
  position: absolute;
  left: 1vw;
}


.c-program-container-2 {
  display: flex;
  padding-top: 10vh;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 5vh;
}

@media (max-width: 912px) {
.c-program-container-2 {
flex-direction: column-reverse;
    align-items: center;
}
}














.c-program-bottom-info-2 ul {
  list-style-position: outside !important;
  list-style: none !important;
}

.c-program-bottom-info-2 ul li {
  position: relative;
  list-style: none;
  margin-left: 15px;
  margin-bottom: 20px;
  line-height: 1.4em;
}

.c-program-bottom-info-2 ul li:before {
  content: '';
  background-image: url('/cache/files/9594457680a2150ed98e7ebfc95e4ea1cea9aaeb.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: -40px;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
}


.c-call-to-action-section {
  background-image: url('/cache/files/87b1b49e20bac8f8f07b16b423b92e37166dae1f.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #b9413d;
  color: #fff;
  padding: 10vh;
  text-align: center;
  position: relative;
}


.c-call-to-action-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #0000004a, transparent);
  z-index: 0;
}



.c-program-text iframe, .c-gray-container iframe, .c-gray-inside iframe {
  width: 95%;
  min-height: 47vh;
  margin-bottom: 20px;
}.c-pro1-are-you-ready {
color: #222 !important;
padding-top: 4vh;
}


.c-cali-are-you-ready{
  font-family: 'Lolita';
  margin-bottom: 0vh;
  line-height: 1em;
  font-size: 8vw;
  margin-top: 0vh;
  letter-spacing: -3px;
}
@media (max-width: 600px) {
.c-cali-are-you-ready{
  font-size: 14vw;
}
}


.c-portals-container {
background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10vh;
margin-top: 2vh;
}

@media (max-width: 600px) {
.c-portals-container {
    padding: 20px;
}
}


.c-portals-container .c-main-title-1 {
color: #c0962f;
margin-top: 12vh;
}

.c-portals-container  .c-main-title-2 {
color: #c0962f;
text-align: center;
}

.c-portals {
display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 4vh;
    font-size: 1.2em;
max-width: 700px;
}

@media (max-width: 600px) {
.c-portals {
    gap: 0vh;
    font-size: 1em;
}
}


.c-portals img{
height: 70px;
    width: auto;
}

.c-portals-title {
    font-size: clamp(1.5rem, 0.429rem + 2.857vw, 3rem); /* 24-48*/
    margin-bottom: 0;
    margin-top: 30px;
    color: #c0962f;
    font-family: 'Blacklist';
}


.c-portals-bottom-text {
font-size: 1.6em;
    margin-bottom: 0;
    padding-top: 30px;
    color: #c0962f;
    font-family: 'Blacklist';
max-width: 980px;
margin: 0 auto;
}


@media (max-width: 600px) {
.c-portals-bottom-text {
font-size: 1em;
}
}


.c-rebirth-container {
background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10vh;
    margin-top: 6vh;
    height: 140vh;
}

@media (max-width: 912px) {
.c-rebirth-container {
    padding: 4vh;
    margin-top: 4vh;
    height: 70vh;
}
}

.c-rebirth-container p{
font-size: clamp(2rem, 0.699rem + 3.469vw, 6.25rem); /*32-100*/
    margin-bottom: 0;
    color: #c0962f;
    font-family: 'Blacklist';
text-align: center;
max-width: 800px;
margin: 0 auto;
line-height: 1.1em;
}

.c-rebirth-container p span{
font-size: 0.6em !important;
}


#program-details-investment {
margin-bottom: 8vh;
}

@media (max-width: 912px) {
#program-details-investment {
margin-bottom: 4vh;
}
}




.c-program-investment-title {
color: #c0962f;
margin-top: 12vh;
text-align: center;
}

@media (max-width: 912px) {
.c-program-investment-title {
margin-top: 0vh;
}
}






.c-program-investment-container-box {
padding: 10vh;
    box-shadow: 0px 2px 15px 0px #d9d9d9;
position: relative;
}
@media (max-width: 912px) {
.c-program-investment-container-box {
padding: 4vh;
}
}





.c-program-investment-container-box:nth-child(1) {
margin-top: 15vh;
}

.c-program-investment-container-box:nth-child(2) {
margin-top: 4vh;
}


@media (max-width: 912px) {
.c-program-investment-container-box:nth-child(1) {
margin-top: 0vh;
}
}

.c-programs-2-img {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  width: 100%;
  top: 150px;
  max-width: 40vw;
  height: auto;
}

@media (max-width: 912px) {
.c-programs-2-img {
  max-width: 90vw;
  height: auto;
}
}




.c-program-investment-container-box .c-title-1{
margin-bottom: 50px;
color: #c0962f;
text-transform: uppercase;
}

.c-program-investment-container-box ul {
  list-style-position: outside !important;
  list-style: none !important;
}

.c-program-investment-container-box ul li {
  position: relative;
  list-style: none;
  margin-left: 15px;
  margin-bottom: 50px;
  line-height: 1.4em;
font-size: 1.2em;
}

.c-program-investment-container-box ul li::before {
  content: '';
  background-image: url('/cache/files/33a2c45cdeeb39a9f0740aadb8c37c011a8ac377.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: -80px;
  width: 70px;
  height: 70px;
  transform: translateY(-50%);
}


.c-reserve-container {
padding: 10vh;
    text-align: center;
max-width: 1280px;
margin: 0 auto;
}

@media (max-width: 912px) {
.c-reserve-container {
padding: 4vh;
}
}




.c-reserve-container .c-big-title {
color: #c0962f;
}

.c-reserve-text {
    font-family: 'Blacklist';
font-size: 2em;
}
@media (max-width: 912px) {
.c-reserve-text {
font-size: 1.2em;
}
}


#leoni .c-intro-program-text {
max-width: 1000px;
}

.c-cali-leoni{
  font-family: 'Lolita';
  margin-bottom: 0vh;
  line-height: 1em;
  font-size: 4em;
  margin-top: 0vh;
  letter-spacing: 0px;
}

@media (max-width: 600px) {
.c-cali-leoni{
  font-size: 3em;
}
}


.c-reviews-container {
background-color: #f4f4f4;
padding: 5vh;
margin-top: 5vh;
}

.c-reviews-container .c-big-title {
margin-top: 5vh; 
text-align: center;
color: #c0962f;
}


@media (max-width: 820px) {
.c-reviews-container {
padding: 2vh;
}
}

.c-reviews-box-container {
max-width: 1280px;
margin: 0 auto;
}

.c-reviews-box-container .slider-arrows {
    background-color: #c0962f;
    color: #fff;
    border-radius: 50%;
    height: 60px;
    width: 60px;
}


.c-reviews-box-container .slider-arrow-right {
    right: -40px;
}

.c-reviews-box-container .slider-arrow-left{
    left: -40px;
}



.c-reviews-container .c-testimonials {
    text-align: center;
    max-width: 1280px;
    margin: 0 auto;
}


.c-review-box {
display: flex;
    align-items: center;
    padding: 20px;
    flex-direction: column;
}

.c-review-text {
padding: 20px 20px 10px 20px;
font-size: 0.9em;
    background-color: #fff;
position: relative;
border-radius: 20px;
}


.c-review-icon {
max-width: 90px;
margin-top: -60px;
position: relative;
}

@media (max-width: 820px) {
.c-review-icon {
max-width: 60px;
margin-top: -40px;
}
}


.c-review-name {
    font-style: italic;
font-weight: 700;
}

.c-reviwer-img {
width: 15vw;
    height: auto;
    max-width: 15vw;
    border-radius: 50%;
    margin: 20px;
filter: grayscale(1);
}
@media (max-width: 820px) {
.c-reviwer-img {
width: 25vw;
    max-width: 25vw;
    margin: 10px;
}
}


.c-question-container {
  padding: 10vh;
  box-shadow: 0px 2px 15px 0px #d9d9d9;
  max-width: 90vw;
  margin: 10vh auto;
position: relative;
}

@media (max-width: 912px) {
.c-question-container {
  padding: 4vh;
  margin: 4vh auto;
}
}


.c-question-container img{
position: absolute;
    left: 0vw;
    width: 10vw;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 912px) {
.c-question-container img{
display: none;
}
}







.c-cali-a-journey {
  font-family: 'Lolita';
  margin-bottom: 0vh;
  line-height: 1em;
  font-size: 5em;
  margin-top: 0vh;
}

@media (max-width: 600px) {
.c-cali-a-journey {
  font-size: 3em;
  letter-spacing: 0px;
}
}

.c-date-location-text p{
    font-family: 'Blacklist';
font-size: 1.6em;
margin-bottom: 0px;
}

.c-awake-text {
    font-family: 'Blacklist';
font-size: 1.4em;
margin-top: 6vh;
}




.c-experience-wait-title {
color: #c0962f;
margin-top: 12vh;
text-align: center;
}

@media (max-width: 912px) {
.c-experience-wait-title {
margin-top: 6vh;
}
}


.c-experience-container {
display: flex;
    gap: 4vh;
align-items: flex-start;
    justify-content: center;
max-width: 90vw;
margin: 0 auto;
}
@media (max-width: 912px) {
.c-experience-container {
flex-direction: column;
align-items: center;
}
}

.c-row-reverse {
flex-direction: row-reverse;
align-items: center;
}

@media (max-width: 912px) {
.c-row-reverse {
flex-direction: column;
}
}


#experience {
margin-bottom: 8vh;
}

@media (max-width: 912px) {
#experience {
margin-bottom: 4vh;
}
}

#ikaria2{
margin-top: 4vh;
}



.c-experience-container .c-program-investment-container-box {
max-width: 700px;
position: relative;
}


.c-experience-container .c-program-investment-container-box:nth-child(1) {
    margin-top: 0vh;
}






.c-experience-testimonial {
max-width: 400px;
}
@media (max-width: 912px) {
.c-experience-testimonial {
max-width: 75vw;
    text-align: center;
}
}




.c-experience-testimonial .c-reviwer-img {
    width: 10vw;
    max-width: 10vw;
}

@media (max-width: 912px) {
.c-experience-testimonial .c-reviwer-img {
    width: 15vw;
    max-width: 15vw;
}
}


@media (max-width: 700px) {
.c-experience-testimonial .c-reviwer-img {
    width: 25vw;
    max-width: 25vw;
}
}


#vip2 {
max-width: 90vw;
margin: 0 auto;
}

.c-sticky-review {
position: sticky;
    top: 100px;
}

.c-sticky-review .c-reviwer-img {
    width: 10vw;
    max-width: 10vw;
}

@media (max-width: 912px) {
.c-sticky-review .c-reviwer-img {
    width: 15vw;
    max-width: 15vw;
}
}


@media (max-width: 700px) {
.c-sticky-review .c-reviwer-img {
    width: 25vw;
    max-width: 25vw;
}
}

#vip2 .c-program-investment-container-box {
margin-top: 4vh;
}

.c-vip-2-intro-text {
    font-family: 'Blacklist';
padding: 30px;
font-size: 1.4em;
}


.c-leonie-review {
max-width: 600px;
padding: 10vh 5vh;
}

@media (max-width: 912px) {
.c-leonie-review {
max-width: 600px;
padding: 4vh;
}
}


 iframe {
    width: 95%;
    min-height: 47vh;
    margin-bottom: 20px;
}

.c-reviews-container .slick-dotted.slick-slider {
margin-bottom: 8vh;
}



.c-leonie-review .c-reviwer-img {
    width: 10vw;
    max-width: 10vw;
}


@media (max-width: 912px) {
.c-leonie-review .c-reviwer-img {
    width: 15vw;
    max-width: 15vw;
}
}


@media (max-width: 700px) {
.c-leonie-review .c-reviwer-img {
    width: 25vw;
    max-width: 25vw;
}
}


.c-secure-text {
    font-family: 'Blacklist';
    font-size: 1.4em;
max-width: 900px;
    margin: 20px auto;
}

#structure {
margin-top: 15vh;
margin-bottom: -15vh;
}


.c-belgium-slider {

}

.c-belgium-bg {
background-size: cover;
    height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
position: relative;
}

@media (max-width: 820px) {
.c-belgium-bg {
    height: 75vh;
}
}


.c-belgium-shadow {
    background-color: #0000007a;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
position: absolute;
top: 0;
left: 0;
}



.c-for-you-if-text iframe {
height: 152px !important;
    min-height: 150px;
    max-width: 500px;
    margin-bottom: 0px;
}


.c-accordion {
    display: flex;
    flex-direction: column;
    gap: 10px;
align-items: flex-start;
}


.c-accordion h3 {
position: relative;
padding-right: 20px;
    color: #222222 !important;
padding-bottom: 20px;
    font-weight: 600;
}

.c-accordion h3:before {
content: '+';
position: absolute;
    z-index: 5;
top: 0px;
    right: 0;
    display: block;
    color: #1a1a1a;
    background-color: #f1f1f1;
    padding: 5px;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
font-weight: 900;
font-size: 1.4em;
}/*BLOG 

#am_2088 {
padding-top: 10vh;
padding-bottom: 5vh;
}

 END OF BLOG*/


/*WORK WITH ME*/

.c-work-with-me-container {
display: flex;
}
@media (max-width: 912px) {
.c-work-with-me-container {
flex-direction: column;
}
}


.c-work-with-me-container img{
margin-top: -10vh;
    z-index: 5;
    left: 5vw;
    position: relative;
    height: 100vh;
    width: auto;
border: 4px solid #fff;
max-width: fit-content;
}
@media (max-width: 820px) {
.c-work-with-me-container img{
max-width: 90vw;
height: auto;
}
}



.c-work-with-me-text {
display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 7vh 7vh 0vh 7vh;
    justify-content: center;
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
z-index: 40;
}
@media (max-width: 820px) {
.c-work-with-me-text {
    padding: 7vh;
}
}


/*END OF WORK WITH ME*/


/*3 BANNERS*/

.c-3-banners {
background-image: url('/cache/files/87b1b49e20bac8f8f07b16b423b92e37166dae1f.jpg');
background-size: contain;
    background-repeat: no-repeat;
}
@media (max-width: 912px) {
.c-3-banners {
background-size: auto;
    background-position: 48% 0%;
}
}

.c-3-banners-shadow {
background-image: linear-gradient(180deg, #0000004a, transparent);
width: 100%;
height: 100%;
}

.c-volcano-text {
padding: 10vh 5vh;
text-align: center;
color: #fff;
margin: 0 auto;
max-width: 1000px;
}
@media (max-width: 820px) {
.c-volcano-text {
padding: 4vh;
}
}


.c-banners-container {
margin-top: -10vh;
display: flex;
gap: 3vh;
padding: 3vw;
}
@media (max-width: 912px) {
.c-banners-container {
margin-top: 0vh;
    flex-direction: column;
}
}

.c-banner {
position: relative;
width: 24%;
    height: 70vh;
    background-size: cover;
    background-position: 50% 50%;
    box-shadow: 0px 2px 15px 0px #3f3f3f45;
    transition: 1.4s;
}

@media (max-width: 912px) {
.c-banner {
width: 100%;
}
}

.c-banner:hover {
filter: none;
}


.c-banner-box {
background-color: #fff;
text-align: center;
padding: 20px;
    position: absolute;
    bottom: 0;
    min-height: 130px;
    width: -webkit-fill-available;
}

.c-banner-title {
font-family: 'Blacklist', cursive;
font-size: clamp(1.75rem, 1.571rem + 0.476vw, 2rem); /*28-32*/
line-height: 1em;
margin-bottom: 10px;
color: #c0962f;
}


.c-banner-subtitle {
margin-bottom: 0px;
    font-size: 0.9em;
}

.c-button-box {
max-height: 0px !important;
padding-top: 0px;
margin-bottom: 0px;
    transition: 1.4s;
overflow: hidden;
}

.c-banner:hover .c-button-box{
padding-top: 20px;
margin-bottom: 0px;
max-height: 100px !important;
    transition: 1.4s;
}

.c-button-box a {
display: inline-block;
    text-align: center;
    padding: 10px 15px;
    transition: 1.4s;
    text-decoration: none;
    background-color: transparent;
border: 1px solid #c0962f;
    color: #c0962f;
}

.c-button-box a:hover {
    background-color: #c0962f;
border: 1px solid #c0962f;
    color: #fff;
}

@media (max-width: 912px) {
.c-button-box {
padding-top: 10px;
margin-bottom: 0px;
max-height: 100px !important;
}
}


.c-banner img{
    transition: 1.4s;
width: 100%;
}

.c-tag {
position: absolute;
    top: 3vh;
    left: -20px;
color: #fff;
    background-color: #c0962f;
    box-shadow: 0px 0px 10px #0000003b;
}


.c-tag p{
padding: 10px 20px;
margin-bottom: 0px;
font-size: 0.9em;
}


.c-tag p span{

font-weight: 800;
letter-spacing: 4px;
}

/*END OF 3 BANNERS*/




/*MOTHER*/

.c-mother-container {
margin-top: 10vh;
    display: flex;
justify-content: center;
    align-items: flex-start;
    position: relative;
    gap: 5vh;
}
@media (max-width: 912px) {
.c-mother-container {
gap: 0vh;
    flex-direction: column;
    align-items: center;
}
}

.c-mother-text {
display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 5vh;
    justify-content: center;
max-width: 50vw;
}
@media (max-width: 912px) {
.c-mother-text {
    padding: 7vh;
max-width: 100vw;
}
}


.c-mother-img-container {
max-width: 40vw;
}

@media (max-width: 912px) {
.c-mother-img-container {
max-width: 95vw;
}
}



.c-mother-img-1 {

}


.c-mother-text2 {
position: relative;
    left: 10vh;
    max-width: 78%;
}

@media (max-width: 820px) {
.c-mother-text2 {
    left: 0vh;
    max-width: 100%;
}
}

.c-mother-img-2 {
    position: absolute;
    max-height: 58vh;
    left: 24vw;
    bottom: 0;
    border: 4px solid #fff;
}
@media (max-width: 820px) {
.c-mother-img-2 {
    max-height: 30vh;
    left: auto;
    bottom: auto;
    top: 6%;
    right: 0;
}
}


.c-mother-img-3 {
position: absolute;
    max-height: 40vh;
    left: 14vw;
    bottom: 0vh;
}
@media (max-width: 912px) {
.c-mother-img-3 {
max-height: 20vh;
        left: auto;
        bottom: 0;
        top: auto;
        right: 0;
}
}


/*BULLETS*/

.c-mother-text2 ul {
list-style-position: outside !important;
list-style: none !important;
}

.c-mother-text2 ul li {
    position: relative;
    list-style: none;
margin-left: 15px;
    margin-bottom: 20px;
line-height: 1.4em;
}
.c-mother-text2 ul li::before {
    content: '';
    background-image: url('/cache/files/9594457680a2150ed98e7ebfc95e4ea1cea9aaeb.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    left: -40px;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
}

/*END OF MOTHER*/



/*TEXT SECTION*/

.c-text-section-container {
overflow: visible;
padding: 10vh;
position: relative;
text-align: center;
max-width: 90vw;
}

@media (max-width: 820px) {

.c-text-section-container {
padding: 5vh;
max-width: 100vw;
margin-bottom: 7vh;
}
}

.c-text-section-container p{
max-width: 900px;
margin: 0 auto;
}

.c-logo-tag-1{
position: absolute;
    z-index: 5;
    right: 0;
    bottom: -7vw;
    max-width: 16vw;
    opacity: 0.5;
}
@media (max-width: 820px) {
.c-logo-tag-1{
    bottom: -17vw;
    max-width: 26vw;
    opacity: 1;
}
}


/*END OF TEXT SECTION*/



/*ABOUT*/
.c-about-container {
background-image: url('/cache/files/b671608d205ed25cff2d53a89f533aaa8de61d03.jpg');
position: relative;
    width: 95vw;
    margin: 5vh;
    min-height: 100vh;
    background-size: cover;
    background-position: 90% 50%;
}

@media (max-width: 912px) {
.c-about-container {
    width: 100vw;
    margin: 0vh;
    min-height: auto;
    background-position: 65% 50%;
}
}

.c-about-text {
max-width: 50vw;
    padding: 5vh 20vh 5vh 5vh;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100vh;
background-image: linear-gradient(90deg, black, #0000007d, transparent);
}

@media (max-width: 912px) {
.c-about-text {
max-width: 100vw;
    padding: 20px;
    height: 70vh;
background-image: linear-gradient(90deg, black, #0000007d, transparent);
}
}


/*END OF ABOUT*/


/*BOOK*/
.c-book-container {
display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 820px) {
.c-book-container {
flex-direction: column;
margin-bottom: 5vh;
}
}

.c-book-container img{
padding: 5vh;
min-width: 45vw;
height: auto;
}
@media (max-width: 820px) {
.c-book-container img{
padding: 0vh;
}
}

.c-book-text {
text-align: center;
margin-right: 10vw;
}
@media (max-width: 820px) {
.c-book-text {
margin-right: auto;
padding: 20px;
}
}

.c-book-buttons {
display: flex;
gap: 20px;
    justify-content: center;
}

/*END OF BOOK*/


/*CALIGRAPH TITLES*/

.c-cali-abundance {
font-family: 'Lolita';
    margin-bottom: -5vh;
    color: #e2dfdf;
    line-height: 1em;
    font-size: 20vw;
    margin-top: -7vh;
    margin-left: -5vh;
letter-spacing: -3px;
}
@media (max-width: 912px) {
.c-cali-abundance {
font-family: 'Lolita';
    margin-bottom: 0vh;
    margin-left: -0vh;
}
}


.c-cali-alignment{
font-family: 'Lolita';
    margin-bottom: 0vh;
    color: #e2dfdf;
    line-height: 1em;
    font-size: 20vw;
    margin-top: -7vh;
    margin-left: -5vh;
letter-spacing: -3px;
}
@media (max-width: 820px) {
.c-cali-alignment{
    font-size: 24vw;
    margin-left: 0vh;
}
}

/*EXTRA TEXT*/


.c-extra-info {
    padding: 5vh;
    text-align: center;
    margin-bottom: 0vh;
}
@media (max-width: 820px) {
.c-extra-info {
    margin-bottom: 0vh;
}
}#modal {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    height: 100%;
    width: 100%;
}
.c-modal-text {
color: #000;
}
.modalcontent{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 700px;
    padding: 20px;
}

@media (max-width: 912px) {
.modalcontent{
    width: 80vw;
max-height: 90vh;
}
}


.c-modal-content {
display: flex;
    gap: 50px;
    align-items: center;
    border: 1px solid #c0962f;
    padding: 20px;
}

@media (max-width: 700px) {
.c-modal-content {
flex-direction: column;
gap: 20px;
font-size: 0.7em;
}
}


.c-modal-content img{
max-height: 400px;
width: auto;
}

@media (max-width: 700px) {
.c-modal-content img{
height: 200px;
width: auto;
}
}

.c-button {
    background-color: #c0962f;
    color: #fff;
    border: none;
    width: 33px;
    height: 33px;
    position: absolute;
    top: 10px;
    right: 10px;
}


.c-modal-content a{
display: inline-block;
    text-align: center;
    padding: 10px 15px;
    transition: 1.4s;
    text-decoration: none;
        background-color: #c0962f;
color: #fff !important;
}

.c-modal-content a:hover {
    background-color: #b9413d;
}

.c-modal-title {
    font-family: 'Blacklist', cursive;
    font-size: 40px;
    line-height: 1em;
    margin-bottom: 10px;
    color: #c0962f;
    font-weight: 600;
}

@media (max-width: 700px) {
.c-modal-title {
    font-size: 30px;
}
}

.c-modal-date-place {
font-weight: 600;
letter-spacing: 1px;
}

.c-modal-date-place span{
color:  #c0962f;
}