/* General  */
body{
    padding-top: 0 !important;
}
footer{
    padding-bottom: 50px;
}
#root{
    position: relative !important;
    height: 100%;
}


/* Title inside left drawer  */

.title-left{
    position: relative;
    width: 100%;
    height: 130px;
    z-index: -1;
}
.title-left .title-left-inside{
    display: block;
    width: 100%;
    bottom: 10px;
    text-align: left;
    top: inherit !important;
    padding-left: 32px;
}
.title-left .title-left-inside .left-drawer__header-title{
    color: crimson !important;
}

/* Title inside left drawer  */
.title-right{
    position: relative;
    width: 100%;
    height: 130px;
}
.title-right .title-right-inside{
    display: block;
    width: 100%;
    bottom: 10px;
    text-align: left;
    top: inherit !important;
    padding-left: 32px;
}
.title-right .title-right-inside .right-drawer__header-title{
    color: crimson !important;
}



/*-------------------------------------------------------------------------------------------
/*  GENERAL STYLES COMPONENTS 
/*---------------------------------------------------------------------------------------------*/
.content{
    overflow: hidden;
}
.drape{
    z-index: 999 !important;
}
.global-header{
    z-index: 9999 !important;
}
.left-drawer{
    z-index: 999 !important;
}
.right-drawer{
    z-index: 999 !important;
}
.red{
    background: #ed1a3d !important;
}
.white-links{
    color: white !important;
}
.removeBars{
    display: none;
}
/* Headr logo   */
.global-header__logo img{
    right: 0 !important;
    left: 0 !important;
    margin: 0 auto !
}
/* Menu Mobile  */
.mobile-header{
    display: none;
}
/* Desktop Mobile  */
.desktop-header{
    display: block
}
/* Close arrows in drawer  */
.close-left-drawer{
    display: none;
}
.close-right-drawer{
    left: 50% !important;
    display: none;
}
.show-close-left-drawer{
    display: block !important;
}
.show-close-right-drawer{
    display: block !important;
}

.close-left-drawer .icon-circle:hover{
    border: 2px solid crimson !important;
}
.close-right-drawer .icon-circle:hover{
    border: 2px solid crimson !important;
}
.close-left-drawer .icon-circle:hover i{
    color: crimson !important;
}
.close-right-drawer .icon-circle:hover i{
    color: crimson !important;
}



/*-------------------------------------------------------------------------------------------
/*  DRAWS
/*---------------------------------------------------------------------------------------------*/

.left-drawer__items{
    top: 85px !important;
}
.right-drawer .side-content h3{
    /* z-index: 80 !important; */
    padding-left: 30px;
}
.right-drawer__content{
    /* padding-left: 32px; */
}
/* .right-drawer__content .side-content h3{
    -webkit-transform: translate3d(-40px, 22px, 0);
    transform: translate3d(-40px, 22px, 0);
} */

.right-drawer.show h3:first-child {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.right-drawer.show h3:nth-child(2) {
    -webkit-animation-delay: .45s;
    animation-delay: .45s
}

.right-drawer.show h3:nth-child(3) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.right-drawer.show h3:nth-child(4) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.right-drawer.show h3:nth-child(5) {
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.right-drawer.show h3:nth-child(6) {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.right-drawer.show h3:nth-child(7) {
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

.right-drawer.show h3:nth-child(8) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.right-drawer.show h3:nth-child(9) {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s
}

.right-drawer.show h3:nth-child(10) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.right-drawer.show h3{
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}
.right-drawer h3{
    -webkit-transform: translate3d(-40px, 22px, 0);
    transform: translate3d(-20px, 22px, 0);
}
.right-drawer.show h3{
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: fadeAndAscendFromLeft;
    animation-name: fadeAndAscendFromLeft;
    -webkit-animation-timing-function: cubic-bezier(.33, 0, 0, 1);
    animation-timing-function: cubic-bezier(.33, 0, 0, 1);
    opacity: 0;
    -webkit-transform: translate3d(-40px, 22px, 0);
    transform: translate3d(-40px, 22px, 0);
}

.right-drawer .side-content h3 a{
    font-family: artegra-regular, Open Sans, sans-serif;
    color: #000;
    text-decoration: none;
    font-size: 42px;
    font-weight: 500;
    padding-left: 0;
    -webkit-animation-duration: 0;
    animation-duration: 0;
    display: block;
}

.right-drawer.show h3 a:hover {
    color: #d8a384
}

@keyframes fadeAndAscendFromLeft{
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-40px, 22px, 0);
        transform: translate3d(-40px, 22px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 22px, 0);
        transform: translate3d(0, 22px, 0);
    }
}


/* body{
    background: red !important;
} */

/* Last 
 */
.soft-footerstyle__SoftFooterWrapper-sc-11pkti6-0{
    -webkit-box-align: center;
    align-items: center;
    background-color: rgb(30, 57, 68);
    display: flex;
    /* height: 150vw; */
    position: relative;
    width: 100%;
    overflow: hidden;
    /* height: 70vw; */
}
.soft-footerstyle__SoftFooterWrapper-sc-11pkti6-0 .iPSXUZ{
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.soft-footerstyle__SoftFooterPicture-sc-11pkti6-1 picture{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.soft-footerstyle__SoftFooterPicture-sc-11pkti6-1 img{
    transition-property: opacity;
    will-change: opacity;
    display: block;
    opacity: 1;
    transition-duration: 500ms;
    transition-timing-function: ease-in;
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: 100%;
}
.enzgWD{
    font-family: IvarWeb, Georgia, serif;
    font-weight: 500;
    line-height: 1.25;
    position: absolute;
    white-space: pre;
    font-size: 5rem;
    color: rgb(246, 239, 230);
    backface-visibility: hidden;
    margin: 0px;
    animation: 42s linear 0.1s infinite normal none running marquee;
}
.hZLQps{
    font-family: IvarWeb, Georgia, serif;
    font-weight: 500;
    line-height: 1.25;
    position: absolute;
    white-space: pre;
    font-size: 5rem;
    color: rgb(246, 239, 230);
    backface-visibility: hidden;
    margin: 0px;
    animation: 42s linear 0.1s infinite normal none running marqueeContinuation;
}
@keyframes marquee{
    0%{
        transform: translate3d(calc(-100% + 375px), 0px, 0px);
    }
    100%{
        transform: translate3d(calc(-200% + 375px), 0px, 0px);
    }
}
@keyframes marqueeContinuation{
    0%{
        transform: translate3d(1366px, 0px, 0px);
    }
    100%{
        transform: translate3d(calc(-100% + 1366px), 0px, 0px);
    }
}
@media(max-width: 375px){
    @keyframes marqueeContinuation{
        0%{
            transform: translate3d(414px, 0px, 0px);
        }
        100%{
            transform: translate3d(calc(-100% + 1366px), 0px, 0px);
        }
    }
}
@media(max-width: 768px){
    @keyframes marqueeContinuation{
        0%{
            transform: translate3d(768px, 0px, 0px);
        }
        100%{
            transform: translate3d(calc(-100% + 1366px), 0px, 0px);
        }
    }
}
/*-------------------------------------------------------------------------------------------
/*  STYLES IN MOBILE COMPONENTS 
/*---------------------------------------------------------------------------------------------*/

/* Content inside mobile menu  */
.clearfix{
    display: none;
}
/* Links in left drawer in mobile header  */
.left-menu-mobile .left-drawer__header{
    display: none !important;
}

/* Mobile Header  */
.mobile-bars{
    border: 10px; 
    box-sizing: border-box; 
    display: inline-block; 
    font-family: Roboto, sans-serif; 
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
    cursor: pointer; 
    text-decoration: none; 
    margin: 0px; padding: 12px; 
    outline: none; 
    font-size: 0px; 
    font-weight: inherit; 
    position: relative !important; 
    overflow: visible; 
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; 
    width: 48px; 
    height: 48px; 
    background: none;
}    
.mobile-bars-icon{
    color: rgba(0, 0, 0, 0.87);
    position: relative;
    font-size: 24px;
    display: inline-block;
    user-select: none;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}





@media(max-width: 768px){
    
    /* Menu mobile  */
    .mobile-header{
        display: block;
    }
    /* Menu desktop  */
    .desktop-header{
        display: none
    }
    /* Content inside mobile menu  */
    .clearfix{
        display: block;
    }
    .close-right-drawer{
        left: 0 !important;
    }
    
    /* Headr logo   */
    .global-header__logo img{
        max-width: 72px;
    }

    /* Links in left drawer in mobile header  */
    .left-menu-mobile .left-drawer__header{
        display: flex !important;
    }
    .left-drawer{
        z-index: 9999 !important;
    }
}