html {
    overflow-x: hidden;
}
body {
    overflow-x: hidden;
}


/* Hero */
.animated-overlay {
    background: #FEEFDC;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-mask-image: linear-gradient(to right, transparent, #FEEFDC 5rem);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position-x: 26vw;
    -webkit-animation: rightToLeft 8s forwards;

    mask-image: linear-gradient(to right, transparent, #FEEFDC 5rem);
    mask-repeat: no-repeat;

    animation: rightToLeft 8s forwards;
    animation-delay: 0s;

}
.elementor-element-e0700b6 .elementor-widget-wrap {
    position: fixed;
    top: 185px;
    left: 0;
}

@keyframes rightToLeft {
    0% {
        -webkit-mask-position: 26vw 0vw;
        mask-position: 26vw 0vw;
    }
    100% {
        -webkit-mask-position: 100vw 0%;
        mask-position: 100vw 0%;
    }
}


/* Menu */

.white-hero {
    background-color: rgba(255, 255, 255, 0.7)!important;
}
.white-hero a{
    color: #000!important;
}
.shadow-hero {
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.22);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.22);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.22);
}
.white-hero .elementor-menu-toggle svg {
    fill: #000!important;
}

.startpage-menu .elementor-container {
    opacity: 0;
    animation: opacityOn 1s forwards;
    animation-delay: 0.8s;
}

.opacityOn {
    animation: opacityOn 1s forwards;
}
.opacityDirect {
    opacity: 1!important;
}


@keyframes opacityOn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* Sin in button */
.sign-in-button a{
    background: #fff;
    color: #000!important;
    padding: 10px 15px!important;
    border-radius: 5px;
    margin-left: 15px!important;
}
.sign-in-button a:hover{
    background: #feefdc;
    color: #000;
    transition: 0.2s ease-in-out;
}
.white-hero .sign-in-button a{
    background: #ef9004;
    color: #fff!important;
}

.who-chose-us .upper-line {
    width: 3px;
    height: 0px;
    background: #feefdc;
    margin: auto;
}
.who-chose-us .under-line {
    width: 3px;
    height: 0px;
    background: #feefdc;
    margin: auto;
}
.who-chose-us  .elementor-widget-html {
    height: 50px;
}

.who-chose-us .elementor-widget-image {
    border: 3px solid #feefdc;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    margin: auto;
    padding: 5px;
    opacity: 0;
}
.step-1 {
    animation: foldOut 0.6s forwards;
    animation-delay: 0s;
    animation-timing-function: linear;
}
.step-2 {
    animation: reveal 1s forwards;
    animation-delay: 0.6s;
    animation-timing-function: linear;
}
.step-3 {
    animation: foldOut 0.6s forwards;
    animation-delay: 1.6s;
    animation-timing-function: linear;
}
.step-4 {
    animation: foldOut 0.6s forwards;
    animation-delay: 2.3s;
    animation-timing-function: linear;
}
.step-5 {
    animation: reveal 1s forwards;
    animation-delay: 3.3s;
    animation-timing-function: linear;
}
.step-6 {
    animation: foldOut 0.6s forwards;
    animation-delay: 4s;
    animation-timing-function: linear;
}
.step-7 {
    animation: foldOut 0.6s forwards;
    animation-delay: 4.7s;
    animation-timing-function: linear;
}
.step-8 {
    animation: reveal 1s forwards;
    animation-delay: 5.7s;
    animation-timing-function: linear;
}
.step-9 {
    animation: foldOut 0.6s forwards;
    animation-delay: 6.4s;
    animation-timing-function: linear;
}
.step-10 {
    animation: foldOut 0.6s forwards;
    animation-delay: 7.1s;
    animation-timing-function: linear;
}
.step-11 {
    animation: reveal 1s forwards;
    animation-delay: 8.1s;
    animation-timing-function: linear;
}
.step-12 {
    animation: foldOut 0.6s forwards;
    animation-delay: 8.8s;
    animation-timing-function: linear;
}
@keyframes foldOut {
    0% {
        height:0px
    }
    100% {
        height:50px
    }
}

@keyframes reveal {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* Elementor popup */
.dialog-widget-content {
    background: transparent;
}

/* News */
.mest-news .elementor-post__thumbnail {
    border-radius: 20px!important;
}
/* Categories */
.mest-categories .wrapper {
    margin-bottom: 10px;
}
.mest-categories .wrapper a {

    color: #000;
    background: #feefdc;
    padding: 5px 10px;
    border-radius: 5px;
        font-family: "Fivo Sans", Sans-serif!important;
}
.mest-categories .wrapper a:hover {
    transition: 0.2s ease-in-out;
    background: #ef9004;
    color: #fff;
}
.mest-categories .wrapper .selected-category {

    color: #fff;
    background: #ef9004;
}

.mest-latest-posts a {
    color: #000;
    font-family: "Fivo Sans", Sans-serif!important;
    margin-bottom: 15px;
    display: block;
}
.mest-latest-posts a:hover {
    color: #ef9004;
    transition: 0.2s ease-in-out;
}


/* Footer */
.elementor-location-footer {
    position: relative;
    background-color: #472a00;
    z-index: 2;
}

.elementor-location-footer  .elementor-element-6bfca87 {
    z-index: 4;
}
@keyframes animate {
    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }
    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}

.footer-background {
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 0px;
    margin: 0;
    padding: 0;
    background: #472a00;
    overflow: hidden;
    z-index: 3;
}

.footer-background li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    animation: animate 29s linear infinite;
}
.footer-background li img{
    opacity: 0.03;
}

.footer-background li:nth-child(0) {
    left: 35%;
    width: 195px;
    height: 195px;
    bottom: 0px;
    animation-delay: 0s;
}
.footer-background li:nth-child(1) {
    left: 38%;
    width: 121px;
    height: 121px;
    bottom: 121px;
    animation-delay: 0s;
}
.footer-background li:nth-child(2) {
    left: 84%;
    width: 130px;
    height: 130px;
    bottom: 130px;
    animation-delay: 0s;
}
.footer-background li:nth-child(3) {
    left: 19%;
    width: 174px;
    height: 174px;
    bottom: -174px;
    animation-delay: 5s;
}
.footer-background li:nth-child(4) {
    left: 85%;
    width: 180px;
    height: 180px;
    bottom: -180px;
    animation-delay: 18s;
}
.footer-background li:nth-child(5) {
    left: 25%;
    width: 176px;
    height: 176px;
    bottom: -76px;
    animation-delay: 3s;
}
.footer-background li:nth-child(6) {
    left: 2%;
    width: 139px;
    height: 139px;
    bottom: -139px;
    animation-delay: 7s;
}
.footer-background li:nth-child(7) {
    left: 47%;
    width: 182px;
    height: 182px;
    bottom: -182px;
    animation-delay: 12s;
}
.footer-background li:nth-child(8) {
    left: 77%;
    width: 150px;
    height: 150px;
    bottom: -150px;
    animation-delay: 16s;
}
.footer-background li:nth-child(9) {
    left: 73%;
    width: 187px;
    height: 187px;
    bottom: -187px;
    animation-delay: 0s;
}


.header-background {
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 0px;
    margin: 0;
    padding: 0;
    background: #FEEFDC;
    overflow: hidden;
    z-index: 3;
}


.header-background li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    animation: animate 29s linear infinite;
}
.header-background li img{
    opacity: 0.3;
}

.header-background li:nth-child(0) {
    left: 35%;
    width: 195px;
    height: 195px;
    bottom: 0px;
    animation-delay: 0s;
}
.header-background li:nth-child(1) {
    left: 38%;
    width: 121px;
    height: 121px;
    bottom: 121px;
    animation-delay: 0s;
}
.header-background li:nth-child(2) {
    left: 84%;
    width: 130px;
    height: 130px;
    bottom: 130px;
    animation-delay: 0s;
}
.header-background li:nth-child(3) {
    left: 19%;
    width: 174px;
    height: 174px;
    bottom: -174px;
    animation-delay: 5s;
}
.header-background li:nth-child(4) {
    left: 85%;
    width: 180px;
    height: 180px;
    bottom: -180px;
    animation-delay: 18s;
}
.header-background li:nth-child(5) {
    left: 25%;
    width: 176px;
    height: 176px;
    bottom: -76px;
    animation-delay: 3s;
}
.header-background li:nth-child(6) {
    left: 2%;
    width: 139px;
    height: 139px;
    bottom: -139px;
    animation-delay: 7s;
}
.header-background li:nth-child(7) {
    left: 47%;
    width: 182px;
    height: 182px;
    bottom: -182px;
    animation-delay: 12s;
}
.header-background li:nth-child(8) {
    left: 77%;
    width: 150px;
    height: 150px;
    bottom: -150px;
    animation-delay: 16s;
}
.header-background li:nth-child(9) {
    left: 73%;
    width: 187px;
    height: 187px;
    bottom: -187px;
    animation-delay: 0s;
}

/* media queries */
@media screen and (max-width: 1025px) {
    .elementor-element-e0700b6 .elementor-widget-wrap {
        top: 110px;
    }

    .animated-overlay {
        -webkit-mask-position-x: 0vw;
    }
}
@media screen and (max-width: 768px) {

.sign-in-button a{
    background: #ef9004!important;
    color: #fff!important;
    padding: 10px 15px!important;
    border-radius: 5px;
    margin-left: 15px!important;
    margin-bottom: 15px!important;
    width: auto!important;
    display: inline-block!important;
}
.sign-in-button a:hover{
    background: #feefdc;
    color: #000;
    transition: 0.2s ease-in-out;
}
.white-hero .sign-in-button a{
    background: #ef9004!important;
    color: #fff!important;
}
}
