/*!
Theme Name: pranaworks
Author: pranaworks
Author URI: https://www.pranaworks.lu/
Text Domain: pranaworks
Version: 1.0

*/
@font-face{
    font-family: "Gothic A1";
    src: url('/wp-content/themes/pranaworks/assets/fonts/GothicA1-Black.ttf');
    font-weight: 900;
}
@font-face{
    font-family: "Gothic A1";
    src: url('/wp-content/themes/pranaworks/assets/fonts/GothicA1-Bold.ttf');
    font-weight: 600;
}
@font-face{
    font-family: "Gothic A1";
    src: url('/wp-content/themes/pranaworks/assets/fonts/GothicA1-ExtraBold.ttf');
    font-weight: 700;
}
@font-face{
    font-family: "Gothic A1";
    src: url('/wp-content/themes/pranaworks/assets/fonts/GothicA1-ExtraLight.ttf');
    font-weight: 200;
}
@font-face{
    font-family: "Gothic A1";
    src: url('/wp-content/themes/pranaworks/assets/fonts/GothicA1-Light.ttf');
    font-weight: 300;
}
@font-face{
    font-family: "Gothic A1";
    src: url('/wp-content/themes/pranaworks/assets/fonts/GothicA1-Medium.ttf');
    font-weight: 400;
}
@font-face{
    font-family: "Gothic A1";
    src: url('/wp-content/themes/pranaworks/assets/fonts/GothicA1-Regular.ttf');
    
}
@font-face{
    font-family: "Gothic A1";
    src: url('/wp-content/themes/pranaworks/assets/fonts/GothicA1-SemiBold.ttf');
    font-weight: 500;
    
}
@font-face{
    font-family: "Gothic A1";
    src: url('/wp-content/themes/pranaworks/assets/fonts/GothicA1-Thin.ttf');
    font-weight: 100;
}


body{
    overflow-x: hidden;
}
.container{
    padding-left: 0;
    padding-right: 0;
}
.service_card_thumbnail_container{
    margin: -40px;
    margin-bottom: 40px;
    overflow: hidden;
}
.service_card_thumbnail{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 31.56%;
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
}
.activity-card:hover .service_card_thumbnail{
    transform: scale(1.05);

}
.activity-card:visited{
    color: #333;
    text-decoration: none;
}
.activity-card:hover .c-service_card{
    box-shadow: 0 20px 64px 0 rgba(109, 79, 67, 0.34);
}
.activity-card:hover{
    color: #333;
    text-decoration: none;
}
.activity-card{
    color: #333;
    text-decoration: none;
}
.mainbgColor{
    background-color: rgb(189,54,78);
}
.main-menu li:not(:last-of-type){
    margin-right: 25px;
}
.main-menu li:hover:after {
    width: 100%;
}
.main-menu li:after {
    content: ' ';
    position: absolute;
    left: 0;
    top: -21px;
    height: 4px;
    width: 0;
    background-color: rgb(189,54,78);
    transition: width 0.3s ease-in-out;
}
.main-menu li {
    list-style: none;
    position: relative;
}
.main-menu li a:hover{
    text-decoration: none;
}
.main-menu li a{
    color: #ffffff !important;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 700;
    text-decoration: none;
}
#main-menu{
    flex-direction: row;
}
.language-chooser li.active:before {
    color: #FFFFFF;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: -0px;
    height: 24px;
    width: 14px;
    /* background-image: url('/wp-content/themes/pranaworks/assets/images/arrow.png'); */
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    font-weight: 900;
}
.language-chooser li a{
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}
.language-chooser li{
    cursor: pointer;
    list-style: none;
    line-height: 1.12;
}
.language-chooser, .menu-mobile {
    padding: 0;
    position: relative;
    height: 17px;
    width: 45px;
    margin-bottom: 0;
    /* overflow: hidden; */
}
.menu{
    display: flex;
    align-items: center;
}
.main-menu ul{
    display: -ms-flexbox;
    display: flex;
}
.containerHeader{
    position:relative;
}
.pageHeader .imageMask{
    background-size: auto;

}
.home .imageMask{
    height: 790px;
    background-position: -166px 95%;
    background-size: auto 100%;
}
.imageMask{
    position: absolute;
    top: 0px;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    background-position: 0px 99%;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,0.3);
}

.pageHeader .sliderItem{
    height: 410px;
}
.homeHeader .sliderItem{
    /* padding-bottom: 55%; */
    height: 790px;
}
.containerHeader .sliderItem{
    /* padding-bottom: 55%; */
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.site-header{
    position: relative;
}
.main-navigation{
    position: absolute;
    top: 0px !important;
    transition: padding 0.3s ease-in-out;
}
.language-chooser>li:not(.active){
    display: none;
}
.sliderContainer{
}
.sliderContainerOuter h1{
    font-size: 50px;
    letter-spacing: 3px;
    color: #cd0f4b;
    font-weight: 700;
}
.home .sliderContainerOuter .titleContainer{
    margin-left: 60px;
}
.sliderContainerOuter .titleContainer{
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    z-index: 3;
    display: flex;
    /* left: 60px; */
}
.sliderContainerOuter h2, .sliderContainerOuter h1, .site-footer h2, footer .block-centered .text-medium,.main-menu li a, .language-chooser li a {
    font-family: "Gothic A1","serif";
}
.sliderContainerOuter h2{
    left: 330px;
    font-size: 50px;
    letter-spacing: 3px;
    color: #ffffff;
    font-weight: 700;
    z-index: 3;
    margin-left: 72px;
    /* transform: translateY(-93px); */

}
.sliderContainerOuter{
    position: relative;
    margin-bottom: 20px;
}
.pageHeader .titleContainer{
    margin-left: 60px;
    left:0;
    text-transform: uppercase;
}
.pageHeader .imageMask{
    height: 410px;
    background-position: -326px 99%;
}
.bg-beige{
    background-color: rgb(237,237,237);
}
/* blockquote q:after{
    content: '„';
} */
.sentence-block blockquote {
    /* font-size: 40px !important; */
    color: #333333 !important;
    font-weight: 100 !important;
}
.sentence-block blockquote{
    max-width: 640px;
    margin: 0 auto;
}

.site-footer h2{
    font-size: 24px;
    letter-spacing: 1px;
    color: #cd0e4c;
    font-weight: 700;
    text-align: center;
}
.bqstart {
    color: rgb(241,241,241);
    font-family: serif;
    float: left;
    font-size: 65px;
}

.bqend {
    color: rgb(241,241,241);
    font-family: serif;
    float: right;
    font-size: 65px;
}
.sentence-block
{
    background-color: rgb(248,248,248);
}
.social-links .textwidget a:not(:last-of-type){
    margin-right: 20px;
}
.social-links .textwidget{
    margin: 0 auto;
}
.boxPrice .boxPriceValue{
    color: #cd0e4c;
}
.boxPrice p{
    color: rgb(163,163,163);
    margin-bottom: 0;
}
.boxPrice h3{
    font-size: 16px;
}
.boxPrice{
    background-color: rgb(246,246,246);
    box-shadow: none;
    width: fit-content;
    margin-top: 100px;
    /* padding: 55px 65px;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%; */
}
.boxPrice:not(:first-of-type){
    margin-top: 50px;
}
.menu-footer-menu-container ul{
    padding: 0;
    margin: 0;
}
.menu-footer-menu-container ul a:hover{
    color: rgb(189,54,78);
    text-decoration: none;
}
.menu-footer-menu-container ul a:visited{
    color: #a1a1a1;
}
.menu-footer-menu-container ul a{
    color: #a1a1a1;
    text-decoration: none;
}
.menu-footer-menu-container ul li:not(:first-of-type){
    margin-left: 20px;
}
.menu-footer-menu-container ul li{
    float:left;
    list-style: none;
}
.copyRight:after{
    content: "|";
    display: inline-block;
    margin: 0px 20px;
    color: #a1a1a1;
}
.copyRight{
    /* padding-right: 20px; */
}
.button-primary:hover{
    color: rgb(189,54,78);
    text-decoration: none;
}
.button-primary:visited{
    color: rgb(189,54,78);

}
.button-primary:not(:first-of-type){
    margin-left: 30px;
}
footer .block-centered .text-medium .textwidget{
    font-weight: 300;
}
footer .block-centered .text-medium{
    margin-top: 50px;
    font-weight: bold;
    color: #565656;
    font-size: 14px;
}
.button-primary{
    box-shadow: none;
    background-color: #fff;
    color: rgb(189,54,78);
    text-decoration: none;
}
.map-section{
    height: 360px;
    width: 100%;
    margin-bottom: -10px;
}
.contact-info-section .container{
    position: relative;
}
.contact-info-section p{
    margin-bottom: 0;
}
.contact-info-section a:visited{
    color: #a1a1a1;
    text-decoration: none;
}
.contact-info-section a:hover{
    color: rgb(189,54,78);
    text-decoration: none;
}
.contact-info-section a{
    color: #a1a1a1;
    text-decoration: none;
}
.site-header{
    overflow-x: hidden;
}
.is_sticky .menu ul a, .is_sticky .menu, .is_sticky .main-menu ul a,.is_sticky .language-chooser li.active:before{
    color: #333333 !important;
}
.is_sticky{
    position: fixed;
    top: 0px !important;
    background-color: #ffffff;
    z-index: 10;
    padding: 15px 0;
}
.is_sticky .hamburger{
    color: rgb(189,54,78) !important;
}
.main-navigation:not(.is_sticky){
    color: #ffffff;
}
.hamburger{
    cursor: pointer;
    display: none;
    font-family: "Font Awesome 5 Free";
    font-size: 26px;
}
.mobile-menu #main-menu li a{
    color: #333333 !important;
    font-size: 26px;
}
.mobile-menu #main-menu li:after {
    content:none;
}
.mobile-menu #main-menu li {
    text-align: center;
    margin-right: 0;
    margin-bottom: 15px;
    opacity: 1;
}
.mobile-menu #main-menu{
    flex-direction: column;
    width: 100%;
}
.mobile-menu{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    /* background-color: #FFFFFF; */
}
.mobile-menu .navbar-container{
    margin-top: 65px;
    max-width: 320px;
    margin: 0 auto;
    height: auto;
}
.mobile-menu .menu-circle{
    position: absolute;
    top: 0px;
    left: 100%;
    height: 500vh;
    width: 500vw;
    background-color: #FFFFFF;
    border-radius: 100%;
    /* z-index: 1; */
    transform: translate(-50%, -50%);
}
.mobile-menu .language-chooser {
    padding-left: 0;
    z-index: 10;
    opacity: 0;
}
.mobile-menu .menuContainerOuter {
    margin-top: 65px;
    max-width: 320px;
    margin: auto;
    height: 100%;
}
.mobile-menu .language-chooser li.active:before{
    color: rgb(189,54,78);
}
.mobile-menu .language-chooser li a{
    color: rgb(189,54,78);
}
.call-to-action-section .button-primary:hover{
    color: #FFFFFF;
}
.button-primary:hover{
    background-color: transparent;
    border: 1px solid #FFFFFF;
}
.button-primary{
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
}
footer .fa-brand:visited{
    color: #a1a1a1;
}
footer .fa-brand:hover{
    color: rgb(189,54,78);
    text-decoration: none;
}
#main-menu .current-menu-item:after{
    width: 100%;
}
/* .navbar-container{
    height: auto;
    margin: 0 auto;
} */
.is_sticky{
    padding-left: 24px;
    padding-right: 24px;
    border-bottom: 1px solid #CD0E4C;
}
.mobile-menu:not(.menu-closed) + div .hamburger{
    color: rgb(189,54,78);
}
.sliderContainerOuter h2, .sliderContainerOuter h1{
    margin-bottom: 0;
}
.main-navigation{
    padding-left: 24px;
    padding-right: 24px;
    z-index: 10;
}
.not-found{
    padding: 100px 0;
}
.maskContainer:before{
    content:" ";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}
@media only screen and (max-width: 990px){

    .sliderContainerOuter h2, .sliderContainerOuter h1 {
        font-size: 36px;
    }
    .pageHeader .imageMask {
        height: 300px;
        background-position: -400px 100%;
    }
    .pageHeader .sliderItem{
        height: 300px;
    }
    .home .imageMask {
        height: 450px;
        background-position: 0px 95%;
    }
    .home .sliderItem{
        height: 450px;
    }
    .custom-logo{
        height: 35px;
        width: auto;
    }
    .menu:not(#menu-footer-menu){
        display: none;
    }
    .hamburger{
        display: block;
    }
    .boxPrice{
        margin-top: 35px;
        margin-left: auto;
        margin-right: auto;
    }
    .boxPricesContainer{
        display:flex;
    }

}

@media only screen and (max-width: 768px){
    .pageHeader .imageMask {
        height: 250px;
        background-position: -450px 100%;
    }
    .pageHeader .sliderItem{
        height: 250px;
    }
    .home .imageMask {
        height: 350px;
        background-position: 0px 95%;
    }
    .home .sliderItem{
        height: 350px;
    }
    .sliderContainerOuter h2, .sliderContainerOuter h1 {
        font-size: 27px;
    }
    .sliderContainerOuter h2 {
        margin-left: 35px;
    }
}

@media only screen and (max-width: 576px){
    .contact-info-box{
        flex: 0 100% !important;
    }
    .block-centred-text .block-centered{
        flex: 0 100%;
    }
    .custom-logo{
        height: 28px;
        width: auto;
    }
    .sliderContainerOuter h2 {
        margin-left: 20px;
    }
    .sliderContainerOuter h2, .sliderContainerOuter h1 {
        font-size: 16px;
    }
    .home .sliderContainerOuter .titleContainer {
        margin-left: 10px;
    }

    .home .sliderContainerOuter .titleContainer {
        margin-left: 15px;
    }
    .pageHeader .imageMask {
        height: 200px;
        background-position: -500px 100%;
    }
    .pageHeader .sliderItem{
        height: 200px;
    }
    .home .imageMask {
        height: 250px;
        background-position: -40px 95%;
    }
    .home .sliderItem{
        height: 250px;
    }
    .button-primary:not(:first-of-type){
        margin-left: 0;
    }
}
@media only screen and (max-width: 425px){
    .pageHeader .imageMask {
        height: 200px;
        background-position: -565px 100%;
    }
    .pageHeader .sliderItem{
        height: 200px;
    }

}