/*
Theme Name: Paradiseskillgames
Theme URI: https://paradiseskillgames.com/
Description: paradiseskillgames
Author: paradiseskillgames
Author URI: https://paradiseskillgames.com/
Version: 1.0.0
*/


@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: "Inter";
    src:local('Inter'),
    url("./fonts/Inter-Regular.woff2") format("woff2"),
    url("./fonts/Inter-Regular.woff") format("woff"),
    url("./fonts/Inter-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src:local('Inter'),
    url("./fonts/Inter-Medium.woff2") format("woff2"),
    url("./fonts/Inter-Medium.woff") format("woff"),
    url("./fonts/Inter-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Noto Sans";
    src:local('Noto Sans'),
    url("./fonts/NotoSans-Medium.woff2") format("woff2"),
    url("./fonts/NotoSans-Medium.woff") format("woff"),
    url("./fonts/NotoSans-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src:local('Roboto'),
        url("./fonts/Roboto-Medium.woff2") format("woff2"),
        url("./fonts/Roboto-Medium.woff") format("woff"),
    url("./fonts/Roboto-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/*reset css*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    /*font-family: 'Montserrat', sans-serif;*/
    font-style: normal;
    vertical-align: baseline;
}
i, em,
i *, em *{
    font-style: italic;
}

p{
    margin: 1em 0;
}

form p{
    margin: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


*{
    box-sizing: border-box;
    font-family: inherit;
}

/*end reset css*/


html {
    scrollbar-width: 6px;
    scrollbar-color: #9D9FB0 #3A332D;
}

body{
    background: #000000;
}

body:not(.home) {
    scroll-behavior: smooth;
}

-moz-scrollbar {
    width: 6px;
}

body::-webkit-scrollbar{
    width: 6px;
}
body::-webkit-scrollbar-track{
    background:  #3A332D;
}

body::-webkit-scrollbar-thumb{
    background: #9D9FB0;
    height: 94px;
}

body::-webkit-scrollbar {
    display: none;
}

body{
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    scrollbar-width: none;
}

body::-webkit-scrollbar{
    width: 0 !important;
}

.fp-overflow{
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    scrollbar-width: none;
}

.fp-overflow::-webkit-scrollbar{
    width: 0 !important;
}


.header{
    position: fixed;
    width: 100%;
    z-index: 20;
    background: #000000;
    transition: all 0.3s ease-out;
}

.header-menu{
    display: flex;
    justify-content: space-between;
    /*margin: 0 100px 0 0;*/
}

.header-menu-box{
    margin: 0 16px 0 auto;
}

.header-menu li a{
    font-family: "Inter", Sans-serif;
    font-weight: 500;
    font-size: 14px;
    padding: 0 16px;
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease-out;
}

.header-menu li a:hover{
    color: #CBA2F9;
}

.header-separator{
    width: 1px;
    height: 32px;
    flex-shrink: 0;
    background: #fff;
    opacity: 0.3;
}


/* lang  */
.header-lang-menu > li > a{
    font-family: "Inter", Sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    /*padding: 0 16px;*/
    padding: 0 10px 0 20px;
    margin: 0 10px 0 0;
    color: #fff;
    white-space: nowrap;
    transition: all 0.3s ease-out;
}

.header-lang-menu > li:hover > a{
    pointer-events: none;
    /*color: #CBA2F9;*/
}

.header-lang-menu > li:after{
    content: '';
    position: absolute;
    right: 9px;
    width: 8px;
    height: 6px;
    top: 4px;
    margin: auto;
    background: center / contain no-repeat url("/wp-content/themes/paradiseskillgames/img/pointer.svg");
    transition: all 0.3s ease-out;
}

.header-lang-menu > li:hover:after{
    transform: rotate(180deg);
}

.header-lang-menu > li{
    /*padding: 10px 0;*/
    /*position: relative;*/
    cursor: pointer;
    background: transparent;
    overflow: hidden;
    transition: background 0.3s ease-out;
}

.header-lang-menu > li.active:after {
    transform: rotate(180deg);
}

.header-lang-menu .sub-menu li{
    /*padding: 0 16px;*/
    padding: 0 10px 0 20px;
    position: relative;
}

.header-lang-menu .sub-menu li:first-child{
    padding-top: 6px;
}

.header-lang-menu .sub-menu li a{
    font-family: "Inter", Sans-serif;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    padding-top: 3px;
    padding-bottom: 3px;
}

.header-lang-menu li a span{
    padding-left: 2px;
}
.header-lang-menu .sub-menu li.current-lang a{
    color: #171717;
    opacity: 0.4;
    cursor: none;
}

.header-lang-menu > li .sub-menu{
    background: #000;
    position: absolute;
    margin-top: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-out;
    /*display: none;*/
}

.header-lang-menu > li:hover .sub-menu{
    opacity: 1;
    pointer-events: all;
    z-index: 3;
}

.social-header-menu{
    display: none;
}

.sub-menu li a{
    transition: all 0.3s ease-out;
}

.sub-menu li a:hover{
    color: #CBA2F9;
}

.header-lang-menu{
    position: relative;
}

.box-lang-menu{
    position: relative;
    margin: 0 25px 0 0;
}

.box-lang-menu > div{
    /*position: absolute;*/
    top: -18px;
    right: 0;
}

.box-lang-menu a{
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
}

.box-lang-menu img{
    /*width: 28px !important;*/
    /*height: 20px !important;*/
    position: absolute;
    margin-top: -1px;
    /*top: 1px;*/
    left: 5px;
    pointer-events: none;
}

/* lang  */

.header-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.panel > *{
    height: 100%;
}

.panel .panel-container{
    height: 100% !important;
}

/*pagination*/

.pagination-link-box{
    margin-right: 30px;
}

.pagination-link{
    font-family: 'HelveticaNeueCyr', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #18225D;
    text-decoration: none;
    position: relative;
    padding-right: 20px;
    margin-left: 64px;
}

.pagination-link:after{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: contain;
    z-index: 1;
    transition: all 1.5s ease-out;
}

.pagination-link:hover:after{
    transform: rotate(135deg);
}

.pagination {
    position:fixed;
    right:20px;
    top: 50%;
    transform: translateY(-50%);
    font-size:1.4em;
    z-index: 10;

    padding-left: 0;
}

.pagination li{
    list-style-type: none;
}
.pagination a {
    display:block;
    height:20px;
    margin-bottom:5px;
    color:#ffffff;
    position:relative;
    padding:4px;
    width: 10px;
}
.pagination a:after{
    box-shadow:inset 0 0 0 5px;
}
.pagination a.active:after {
    box-shadow:inset 0 0 0 0;
    width: 12px;
    height: 12px;
}
.pagination a.active:before{
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #ffffff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.pagination a .hover-text {
    position:absolute;
    right:15px;
    top:7px;
    opacity:0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    padding-right: 15px;
    /*box-shadow:inset 0 0 0 5px;*/
}
.pagination a:hover .hover-text {
    display: none;
    opacity: 1;
}
.pagination a:after {
    -webkit-transition:box-shadow 0.5s ease;
    transition:box-shadow 0.5s ease;
    width:10px;
    height:10px;
    display: block;
    border:1px solid;
    border-radius:50%;
    content:'';
    position: absolute;
    margin:auto;
    top:0;
    right:0;
    bottom:0;
}

.fp-responsive .fp-overflow {
    max-height: max-content !important
}

.fp-responsive .header{
    opacity: 1!important;
}

.fp-responsive.menu-open{
    overflow: hidden !important;
}

/*end pagination*/

.footer{
    width: 100%;
    overflow: hidden;
    background: #111;
}

.header-wrap{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: auto;
    padding: 15px 15px;
    z-index: 2;
}

.box-logo{
    width: 100px;
}

.box-logo img{
    width: 100%;
    height: auto;
}

.header .button-call{
    margin: 0 0 0 32px;
}

.button-call{
    font-family: "Inter", Sans-serif;
    font-weight: 500;
    display: flex;
    align-items: center;
    padding: 16px 38px 16px 38px;
    background-color: #fff;
    border-radius: 60px 60px 60px 60px;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    transition: all 0.3s ease-out;
}

.button-call:hover{
    background: #CBA2F9;
}

.button-call svg path{
    transition: all 0.3s ease-out;
}

.button-call:hover svg path{
    fill: #f20101 !important;
}

.button-call svg{
    margin: 0 13px 0 0;
}

span{
    font-family: inherit;
}

.elementor-widget-container{
    font-family: inherit;
}


.mobile-menu-toggle{
    display: none;
}

.footer-box{
    padding:  10px 15px;
    border-bottom: 1px solid #13202D;
}

.footer .box-logo{
    width: 160px;
}

.footer-box{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-copy{
    font-family: "Inter", Sans-serif;
    font-weight: 400;
    font-size: 16px;
    padding: 27px 15px 27px;
    color: #bababa;
    max-width: 1200px;
    margin: auto;
}

.row-form,
.row-form *{
    display: flex;
    width: 100%;
}

.row-form input[type="submit"]{
    display: block;
    cursor: pointer;
    margin-top: 20px;
    /*margin: 20px 0 0;*/
}

.row-form input,
.row-form textarea{
    width: 100%;
    margin: 6px 11px;
    outline: none !important;
}


.row-form .wpcf7-spinner{
    display: none;
}

.row-form .wpcf7-not-valid-tip{
    /*display: none;*/
    font-size: 12px;
    position: absolute;
    bottom: -20px;
    left: 40px;
}

.row-form .wpcf7-not-valid{
    border-color: #F20101 !important;
}
form[data-status="invalid"] .wpcf7-response-output{
    color: #F20101;
}
.wpcf7-response-output{
    position: absolute;
    border:none !important;
    left: 0;
    right: 0;
    margin: 10px auto !important;
    font-size: 18px;
    line-height: 1;
    color: #fff;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
    transition: background-color 5000s ease-in-out 0s;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

input:-internal-autofill-selected{
    color: #fff !important;
}


.section-wrap{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1140px;
    margin: auto;
    min-height: 60vh;
    justify-content: center;
}

.section-404{
    display: flex;
    padding: 15px;
    min-height: calc(100vh - 135px);
    background: #000000;
}

.html-404,
.error404{
    height: 100%;
    overflow: hidden;
}

.error404{
    display: flex;
    flex-direction: column;
}

.error404 .footer{
    margin: auto 0 0;
}

.title-404{
    font-family: 'Inter', Sans-serif;
    font-size: 78px;
    color: #fff;
}

.text-404{
    font-family: 'Inter', Sans-serif;
    font-size: 20px;
    margin: 30px 0 0;
    color: #7e7e7e;
}

.title-404 span{
    color: #CBA2F9;
}

.background-hand{
    position: relative;
}
#places-carousel .elementor-swiper-button-prev{
    top: -60px !important;
    right: 100px;
    left: auto !important;
    width: max-content;
}

#places-carousel .elementor-swiper-button-next{
    top: -60px !important;
}

.marquee{
    overflow: hidden !important;
}

.marquee .js-marquee{
    display: flex;
}

.marquee .elementor-element{
    white-space: nowrap !important;
}

.marquee .e-con-inner{
    max-width: max-content !important;
    width: max-content !important;
}

.marquee .elementor-widget-container{
    padding: 0 10px;
}

button.button-contact-us{
    width: 247px;
    border-radius: 48px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    -webkit-appearance: none;
    background: #fff;
    color: #000;
}

:lang(es-ES) button.button-contact-us{
    width: 300px;
}

.link-contact-us{
    font-family: 'Inter', Sans-serif;
    width: 137px;
    border-radius: 80px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    background: #fff;
    text-decoration: none;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 15.6px */
    letter-spacing: 0.5px;
    color: #000;
    margin: 0 0 0 24px;
}

.button-text-anim{
    position: relative;
    display: block;
    height: 88px;
    overflow: hidden;
}

.link-contact-us .button-text-anim{
    height: 48px;
}

/* BUTTON DOWN */
.down {
    display:flex;
    align-items: center;
    justify-content: center;
    height:100%;
    position:relative;
    top: -100%;
    opacity: 1;
    transition:0.3s ease-out;
}

.down:nth-child(1){
    opacity: 0;
    transform: rotateX(-120deg);
}

.button-contact-us a:hover .down:nth-child(1),
button.button-contact-us:hover .down:nth-child(1),
.link-contact-us:hover .down:nth-child(1){
    transform: rotateY(0deg);
}

.button-contact-us a:hover .down,
button.button-contact-us:hover .down,
.link-contact-us:hover .down{
    top:0;
    opacity: 1;
}

.button-contact-us a:hover .down:nth-child(2),
button.button-contact-us:hover .down:nth-child(2),
.link-contact-us:hover .down:nth-child(2){
    opacity: 0;
    transform: rotateX(-120deg);
}

.button-contact-us .elementor-button-icon,
.link-contact-us .elementor-button-icon{
    display: flex;
}

button.button-contact-us .button-wapper,
.link-contact-us .button-wapper{
    display: flex;
    justify-content: center;
}

button.button-contact-us .button-text-anim,
.link-contact-us .button-text-anim{
    width: auto;
}


/* animation */

button.button-contact-us,
.link-contact-us,
.button-contact-us a{
    position: relative;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    transition: all 0.2s ease-out;
}

button.button-contact-us:hover,
.link-contact-us:hover,
.button-contact-us a:hover{
    transform: translate3d(0px, 0px, 0px) scale3d(0.9, 0.9, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}

button.button-contact-us:after,
.link-contact-us:after,
.button-contact-us a:after{
    content: '';
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
}

button.button-contact-us{
    border: none;
}

button.button-contact-us:hover:after,
.link-contact-us:hover:after,
.button-contact-us a:hover:after{
    left: -5%;
    top: -5%;
    width: 110%;
    height: 110%;
}

.button-contact-us .elementor-button-icon,
button.button-contact-us .elementor-button-icon{
    display: flex;
    position: relative;
    width: 18px;
    overflow: hidden;
}

.link-contact-us .elementor-button-icon{
    display: flex;
    position: relative;
    width: 10px;
    overflow: hidden;
}

button.button-contact-us .elementor-button-icon{
    margin-left: 9px;
}

.link-contact-us .elementor-button-icon{
    margin-left: 5px;
}

.button-contact-us .elementor-button-icon svg,
.link-contact-us .elementor-button-icon svg,
button.button-contact-us .elementor-button-icon svg{
    position: absolute;
    left: -100%;
    top: 0;
    bottom: 0;
    width: 200%;
    margin: auto;
    transition: left 0.1s ease;
    transition-delay: 300ms;
}

.button-contact-us a:hover .elementor-button-icon svg,
.link-contact-us:hover .elementor-button-icon svg,
button.button-contact-us:hover .elementor-button-icon svg{
    left: 0;
}

@media (max-width: 1200px){
    .header{
        pointer-events: all !important;
    }
    [data-section-name="places"] .title-anim{
        transform: none !important;
        opacity: 1 !important;
    }
    .button-text-anim{
        height: 64px;
    }

    .front-anim .scribbles svg{
        width: 190px;
    }

    .footer-copy{
        font-size: 12px;
    }
}

@media (max-width: 880px){
    .header-menu li a{
        font-size: 13px;
    }
    .button-text-anim{
        height: 56px;
    }

    button .button-text-anim{
        height: 64px;
    }

    .save-value{
        font-size: 24px !important;
        line-height: 31px;
    }
}

/*@media (min-width: 1024px) and (max-width: 1100px){*/
/*    .front-section{*/
/*        transform: scale(0.9);*/
/*    }*/

/*    .get-machine-title .elementor-heading-title{*/
/*        font-size: 62px !important;*/
/*        line-height: 60px;*/
/*    }*/
/*}*/

@media (min-width: 1201px){
    [data-section-name="front"] > .fp-overflow > div > .elementor-element{
        min-height: 100vh;
    }
}

@media (min-width: 768px) and (max-width: 879px){
    .header-wrap{
        padding: 5px 40px;
    }

    .footer-copy{
        padding: 27px 45px 27px;
    }
}

@media (min-width: 768px){
    .header-menu-box{
        display: flex!important;
        align-items: center;
    }

    /* animation */

    [data-section-name="front"] .title-anim,
    [data-section-name="places"] .title-anim,
    [data-section-name="front"] .subtitle-anim,
    [data-section-name="front"] .text-anim,
    [data-section-name="front"] .button-anim,
    [data-section-name="banner"] .title-anim,
    [data-section-name="banner"] .subtitle-anim,
    [data-section-name="banner"] .text-anim{
        opacity: 0;
        transform: translate3d(0px, 20%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
        transform-style: preserve-3d;
        transition: all 1s ease-out;
    }

    [data-section-name="front"] .scribbles svg{
        width: 0;
        transition: width 0.5s ease-out;
    }

    .marquee .elementor-widget-container{
        opacity: 0 !important;
        transition-delay: 350ms !important;
        transition: opacity 3s ease-out !important;
    }

    [data-section-name="metal"] .zoom-anim,
    [data-section-name="machine"] .zoom-anim{
        opacity: 0;
        transform: translate3d(0px, 0px, 0px) scale3d(0.75, 0.75, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); transform-style: preserve-3d; will-change: opacity;
        transform-style: preserve-3d;
        transition: all 1s ease-out;
    }

    [data-section-name="metal"] .icon-anim svg,
    [data-section-name="machine"] .icon-anim svg,
    [data-section-name="banner"] .icon-anim svg,
    [data-section-name="metal"] .icon-anim img,
    [data-section-name="machine"] .icon-anim img,
    [data-section-name="banner"] .icon-anim img{
        width: 0;
        opacity: 0;
        transition: all 1s ease-out;
    }

    [data-section-name="machine"] .icon-anim img,
    [data-section-name="banner"] .icon-anim img{
        scale: 0;
    }

    [data-section-name="front"] .title-anim{
        transition-delay: 0ms;
    }
    [data-section-name="front"] .subtitle-anim,
    [data-section-name="banner"] .subtitle-anim{
        transition-delay: 250ms;
    }
    [data-section-name="front"] .text-anim,
    [data-section-name="banner"] .text-anim{
        transition-delay: 500ms;
    }

    [data-section-name="front"] .button-anim{
        transition-delay: 750ms;
    }

    [data-section-name="front"] .scribbles svg{
        transition-delay: 1000ms;
    }

    [data-section-name="places"] .title-anim{
        transition-delay: 250ms;
    }

    [data-section-name="metal"] .icon-anim svg,
    [data-section-name="metal"] .icon-anim img{
        transition-delay: 500ms;
    }

    [data-section-name="machine"] .icon-anim svg,
    [data-section-name="machine"] .icon-anim img{
        transition-delay: 500ms;
    }

    [data-section-name="banner"] .icon-anim svg,
    [data-section-name="banner"] .icon-anim img{
        transition-delay: 500ms;
    }

    .front-anim .title-anim,
    .front-anim .subtitle-anim,
    .front-anim .text-anim,
    .front-anim .button-anim,
    .places-anim .title-anim,
    .banner-anim .title-anim,
    .banner-anim .subtitle-anim,
    .banner-anim .text-anim{
        opacity: 1;
        transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    }


    .front-anim .scribbles svg{
        width: 150px;
    }

    .metal-anim .icon-anim svg,
    .machine-anim .icon-anim svg,
    .machine-anim .icon-anim img{
        opacity: 1;
        width: 80px;
    }

    .machine-anim .icon-anim img,
    .banner-anim .icon-anim img{
        scale: 1;
    }

    .banner-anim .icon-anim svg,
    .banner-anim .icon-anim img{
        opacity: 1;
        width: 185px;
    }

    .front-anim .marquee .elementor-widget-container{
        opacity: 1 !important;
    }

    .metal-anim .zoom-anim,
    .machine-anim .zoom-anim{
        opacity: 1;
        transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
        transform-style: preserve-3d;
    }

}

@media screen and (orientation:landscape) and (max-width: 767px){
    [data-section-name="front"] > .fp-overflow > div > .elementor-element{
        min-height: 700px;
    }
}

@media (max-width: 767px){
    .link-contact-us{
        margin: 0 26px 0 10px;
    }
    .menu-open{
        overflow: hidden;
    }
    .box-logo{
        margin: 0 10px 0 0;
    }
    .mobile-menu-toggle{
        display: block;
        background: transparent;
        border: none;
        outline: none;
        height: 14px;
        padding: 0;
        cursor: pointer;
        position: relative;
        z-index: 5;
    }

    .mobile-menu-toggle span {
        display: block;
        width: 21px;
        height: 2px;
        background: #ffffff;
        border-radius: 1px;
    }

    .mobile-menu-toggle:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 21px;
        height: 2px;
        margin: auto;
        background: #ffffff;
        border-radius: 1px;
        transition: all 0.3s ease-out;
    }

    .mobile-menu-toggle:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 21px;
        height: 2px;
        margin: auto;
        background: #ffffff;
        border-radius: 1px;
        transition: all 0.3s ease-out;
    }

    .menu-open .mobile-menu-toggle span {
        visibility: hidden;
    }

    .menu-open .mobile-menu-toggle:before{
        transform: rotate(45deg);
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 20px;
    }

    .menu-open .mobile-menu-toggle:after {
        transform: rotate(-45deg);
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 20px;
    }

    .header-box{
        position: relative;
    }

    .header-menu li a{
        font-size: 24px;
        line-height: 24px;
    }

    .header-menu-box{
        display: none;
        position: absolute;
        width: calc(100% + 30px);
        left: -15px;
        top: 63px;
        overflow: hidden;
        flex-direction: column;
        background: #f20101;
        z-index: 1;
    }

    .header:after{
        content: '';
        position: absolute;
        width: 100%;
        height: 100vh;
        left: 0;
        top: 0;
        opacity: 0.5;
        background: transparent;
        pointer-events: none;
        transition: all 0.3s ease-out;
    }

    .menu-open .header:after{
        pointer-events: all;
        background: #010000;
    }

    .header-wrap{
        height: 80px;
    }

    .header-menu{
        flex-direction: column;
    }

    .header-menu li{
        display: flex;
        justify-content: center;
        padding: 24px 25px;
    }

    .header-menu li:first-child{
        margin: 20px 0 0;
    }

    .header-menu li:last-child{
        margin: 0 0 20px;
    }

    .title-404{
        font-size: 40px;
    }

    .header-separator{
        display: none;
    }
    .front-header span{
        font-size: 100px;
    }

    .box-lang-menu{
        margin: 0 8px 0 auto;
    }
    .row-form, .row-form *{
        flex-wrap: wrap;
    }
    .wpcf7-response-output{
        font-size: 12px;
    }

    .row-form [data-name="your-email"]{
        margin: 0 0 40px;
    }

    .section-404{
        min-height: max-content;
        height: 100vh;
    }

    .wpcf7-response-output{
        font-size: 14px;
    }

    .header .button-call{
        margin: 0 24px 0 auto;
    }

    .footer{
        position: relative;
    }

    .button-text-anim {
        height: 64px;
    }

    #form .row-form {
        margin: 32px 0 !important;
        overflow: hidden;
    }

    .row-form [data-name="your-email"] {
        margin: 0 0 32px !important;
    }

    [data-section-name="form"] .fadeInUp,
    [data-section-name="form"] .animated-slow,
    .legal-info-front .fadeInUp,
    .legal-info-front .animated-slow,
    .legal-info-form .fadeInUp,
    .legal-info-form .animated-slow{
        visibility: visible !important;
        transform: none !important;
        animation-name: none !important;
        animation-duration: 0s !important;
    }

}


@media (max-width: 340px){
    .box-logo{
        width: 68px;
    }

    .link-contact-us {
        margin: 0 12px 0 4px;
    }
}
