* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    font-family: 'Marcellus';
}
.slogan {
    font-weight: 550;
    font-size: 1.4rem;
    margin-top: 20px;
    margin-bottom: 40px;
    color: black;
}

html,
body {
    overscroll-behavior-y: contain;
}
.gallerymenupoint {
    display: none !important;
}

@font-face {
    font-family: 'Marcellus';
    src: url('/assets/fonts/MarcellusSC-Regular.ttf') format('woff2'),
         url('/assets/fonts/MarcellusSC-Regular.ttf') format('woff'),
         url('/assets/fonts/MarcellusSC-Regular.ttf') format('truetype');
}

.videobg {
    width: 100%;
    height: 100%;
    object-fit:cover
}

.videowrapper {
    width: 100%;
    
}

.inner-quote {
    box-shadow: 0 4px 7px rgba(246, 228, 193, 0.219), 0 3px 6px rgba(246, 228, 193, 0.315);
}
.inner-quote {
    margin-top: 40px;
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 10px;
}
.quote {
    font-size: 20px;
    font-family: 'Marcellus';
    font-weight: 500;
    color: rgb(0, 0, 0);
}

@media only screen and (min-width: 900px) {
    .quote {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .quote-data {
        max-width: 60rem;
        text-align: justify;
        text-justify: inter-word;
        -ms-text-justify: inter-word;
    }
    .quote-author {
        text-align: right;
    }
}
@media only screen and (max-width: 899px) {
    .quote {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .quote-data {
        width: 80vw;
        padding-top: 12px;
        text-align: justify;
        text-justify: inter-word;
        -ms-text-justify: inter-word;
    }
    .quote-author {
        text-align: right;
    }
}


/* Language switcher */
@media screen and (max-width: 1150px){
    .languagesw {
        visibility: hidden;
        display: none;
    }
}
@media screen and (min-width: 1150px){
    .languagesw {
        position: relative;
        z-index: 1024;
        margin-bottom: -27px;
        top: -42px;
        left: 35vw;
    }
}
.languagesw a {
    text-decoration: none !important;
    font-size: large;
    color: black;
}
.languagesw a:hover {
    color: rgb(246, 228, 193);
    transition: 0.2s;
}
.navlangsw {
    margin-top: 40px !important;
}
.navlangsw a {
    margin-right: 5px;
    margin-left: 5px;
}

/* Language switcher END */

/* Footer */
footer {
    z-index: 1000;
}
.footer-basic {
    padding:40px 0;
    background-color:#ffffff;
    color:#4b4c4d;
    z-index: 1090 !important;
    font-family: "Marcellus";
  }


  .footer-basic ul {
    padding:0;
    list-style:none;
    text-align:center;
    font-size:18px;
    line-height:1.6;
    margin-bottom:0;
  }
  
  .footer-basic li {
    padding:0 10px;
  }
  
  .footer-basic ul a {
    color:inherit;
    text-decoration:none;
    opacity:0.8;
  }
  
  .footer-basic ul a:hover {
    opacity:1;
  }
  
  .footer-basic .social {
    text-align:center;
    padding-bottom:25px;
  }
  
  .footer-basic .social > a {
    font-size:24px;
    width:40px;
    height:40px;
    line-height:40px;
    display:inline-block;
    text-align:center;
    border-radius:50%;
    border:1px solid #ccc;
    margin:0 8px;
    color:inherit;
    opacity:0.75;
  }
  
  .footer-basic .social > a:hover {
    opacity:0.9;
  }
  
  .footer-basic .copyright {
    margin-top:15px;
    text-align:center;
    font-size:13px;
    color:#aaa;
    margin-bottom:0;
  }
  
/* Footer end */

/* Navbar */
.navbarcenter {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    background: rgb(255, 255, 255);
    z-index: 3000;
}
.logoimg {
    padding-bottom: 10px;
}
.menupoints {
    padding-top: 15px;
    padding-bottom: 15px;
}
.menupoints ul {
    margin: 0px 0px;
}
.menupoints li {
    display: inline;
    padding-right: 15px;
    font-size: large;
}
.menupoints li a {
    text-decoration: none !important;
    color: black;
    font-weight: 450;
}
.menupoints li a:hover {
    color: rgb(246, 228, 193);
}
.menupoints li a.active {
    color: rgb(233, 191, 106);
}
.rounded {
        border: 0;
        clear:both;
        display:block;
        width: 76%;               
        background-color:#0f0f0d;
        height: 1px;
        margin: 0px 0px;
}

.checkbtn {
    font-size: 30px;
    float: right;
    line-height: 35px;
    margin-right: 35px;
    cursor:pointer;
    display: none;
    z-index: 1021;
}

.navbar.navbar.sticky-top {
    background: white;
    padding: 0px 0px;
}
.checkbtn i {
    z-index: 1021;
}

@media (max-width: 1150px){
    .navigations-block {
        display: none;
        visibility: hidden;
    }
    .checkbtn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 35px;
        height: 35px;
        cursor: pointer;
        transition: all .5s ease-in-out;
    }
    .menu-btn__burger{
        width: 30px;
        height: 6px;
        background: rgb(200,140,52);
        border-radius: 5px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        transition: all .5s ease-in-out;
    }
    .menu-btn__burger::before,
    .menu-btn__burger::after {
        content: "";
        position: absolute;
        width: 30px;
        height: 6px;
        background: rgb(200,140,52);
        border-radius: 5px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        transition: all .5s ease-in-out;
    }
    .menu-btn__burger::before {
        transform: translateY(-13px)
    }
    .menu-btn__burger::after {
        transform: translateY(13px)
    }
    /* ANIMATE NAV FAB */
    .checkbtn.open .menu-btn__burger {
        transform: translateX(50px);
        background: transparent;
        box-shadow: none;
    }
    .checkbtn.open .menu-btn__burger::before {
        transform: rotate(45deg) translate(-35px, 35px)
    }
    .checkbtn.open .menu-btn__burger::after {
        transform: rotate(-45deg) translate(-35px, -35px)
    }
    .wrapper {
        display: block;
    }

}
@media (min-width: 1150px){
    .wrapper {
        display: none;
        visibility: hidden;
    }
    .navbar.sticky-top {
        display: none;
        visibility: hidden;
    }
    .sticky + .page-body {
        padding-top: 60px;
    }
}
#activecheckbox {
    display: none;
}
@media screen and (max-width: 360px){
    .navbar.sticky-top a img {
        height: 100px;
    }
    .checkbtn {
        margin-top: 10px;
    }
}


.wrapper {
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(-135deg, #ffffff, #f6e4c1);
    clip-path: circle(25px at calc(100% - 53px) 67px);
    transition: all 0.3s ease-in-out;
}
.wrapper a {
    display: none;
    visibility: hidden;
}
#activecheckbox:checked ~ .wrapper {
    clip-path: circle(75%);
}
#activecheckbox:checked ~ .wrapper a {
    display: inline;
    visibility: visible;
}
#activecheckbox:checked html {
    overflow: hidden;
    height: 100%; 
}
#activecheckbox:checked body {
    overflow: hidden;
    height: 100%; 
}
.wrapper ul li a {
    color: rgb(0, 0, 0);
    text-decoration: none !important;
    font-size: 30px;
    font-weight: 400;
    padding: 10px 15px 10px 15px;
    position: relative;
    line-height: 40px;
}
.wrapper ul li a:hover {
    background-color: white;
    border-radius: 31px;
}

.wrapper ul {
    padding: 0px 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    list-style: none;
    text-align: center;
    margin: 0;
    width: 80%;
}
.wrapper ul li {
    margin: 25px 0;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

/* Navbar end */
/* Hidden keywords */
.keywords h2 {
    font-size: 1px;
    color: rgb(255, 255, 255);
}
/* Hidden keywords END */