/*
Theme Name: Brisa Atlantica
Theme URI: https://www.foxcomputers.ch
Author: Fox Computers
Author URI: https://www.foxcomputers.ch
Version: 2023
Requires at least: 5.2
Tested up to: 6.1
Requires PHP: > 7.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: brisa

Brisa Atlantica WordPress Theme © 2011-2023 Fox Computers
Brisa Atlantica is distributed under the terms of the GNU GPL
*/

@font-face {
    font-family: 'montserratregular';
    src: url('fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratbold';
    src: url('fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('fonts/montserrat-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'playfair_displayregular';
    src: url('fonts/playfairdisplay-regular-webfont.woff2') format('woff2'),
         url('fonts/playfairdisplay-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    font:inherit;
    vertical-align:baseline;
    outline:none;
    box-sizing: border-box;
}
body {
    background:#faf8f3;
    line-height:1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a {
    text-decoration-skip-ink:auto
}
a[href^="tel"] {
    color:inherit;
    text-decoration:none
}
ol,ul {
    list-style:none
}
blockquote, q {
    quotes:none
}
blockquote:before, blockquote:after, q:before, q:after {
    content:'';
    content:none
}
q {
    display:inline;
    font-style:italic
}
q:before {
    content:'"';
    font-style:normal
}
q:after {
    content:'"';
    font-style:normal
}
sup,sub {
    font-size:80%
}
sup {
    vertical-align:super
}
sub {
    vertical-align:sub
}
ins {
    text-decoration:underline
}
del, strike, s {
    text-decoration:line-through
}
img {
    max-width:100%;
    height:auto;
}
strong {
    font-family: 'montserratbold';
    font-weight: normal !important;
}
em {
    font-style: italic;
}
.wp-caption, .wp-caption-text, .gallery-caption {
    display: none;
}
.alignright {
    float:right;
    margin:0 0 20px 20px;
}
.alignleft {
    float:left;
    margin:0 20px 20px 0;
}
.aligncenter {
    display: block;
    margin:0 auto 20px auto;
}

#mobile-menu {
    position: fixed;
    top:0;
    left:0;
    bottom:0;
    width:480px;
    background:#fff;
    transform: translateX(-500px);
    transition:transform .8s ease;
    box-shadow: 0 0 50px 0 rgba(0,0,0,.1);
    z-index: 99999;
}
#mobile-menu.mopen {
    transform: translateX(0);
    transition:transform .8s ease;
}
#mobile-menu-close {
    position: absolute;
    top:85px;
    left:60px;
    cursor: pointer;
}
#mobile-menu-inner {
    padding:192px 60px;
    max-height:100%;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
#mobile-menu-inner::-webkit-scrollbar {
    display: none;
}
#menu ul li {
    border-bottom:1px solid #cdcdcd;
    padding:18px 0;
}
#menu ul li:nth-child(1) {
    border-top:1px solid #cdcdcd;
}
#menu ul li a {
    font-family: 'playfair_displayregular';
    font-size:32px;
    line-height:48px;
    color:#000;
    text-decoration: none;
}
#menu ul li a:hover, #menu ul li.current-menu-item a {
    color:#808080;
}
#menu ul li .sub-menu {
    display: none;
}

#lang-select {
    padding-top:68px;
}
.wpml-ls-legacy-list-vertical .wpml-ls-item {
    margin-bottom:28px !important;   
}
.wpml-ls-legacy-list-vertical a {
    display: inline-block !important;
    padding:0 !important;
    font-family: 'montserratregular';
    font-size:14px;
    line-height:24px;
    color:#000;
    letter-spacing:0.84px;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom:1px solid transparent;
}
.wpml-ls-legacy-list-vertical .wpml-ls-current-language a {
    border-bottom:1px solid #000;
}
.wpml-ls-legacy-list-vertical a:hover {    
    color:#7f7f7f;
    border-bottom:1px solid #7f7f7f;
}

#header {
    position: fixed;
    top:0;
    left:0;
    width:100%;
    background:#faf8f3;
    box-shadow: 0 0 50px 0 rgba(0,0,0,0);
    z-index: 9999;
}
#header.shrink {
    box-shadow: 0 0 50px 0 rgba(0,0,0,.1);
    transition:all .4s ease;
}
#header #header-inner {
    padding:57px 0;
    text-align: center;
    font-size:0;
    position: relative;
    transition:all .4s ease;
}
#header.shrink #header-inner {
    padding:26px 0;
    transition:all .4s ease;
}
#menu-trigger {
    position: absolute;
    top:50%;
    left:60px;
    transform: translateY(-50%);
    cursor: pointer;
}
#logo {
    display: inline-block;
}
#header #logo img {
    display: block;
    width:260px;
    height:78px;
    transition:all .4s ease;
}
#header.shrink #logo img {
    width:180px;
    height:54px;
    transition:all .4s ease;
}
#booking {
    position: absolute;
    top:50%;
    right:60px;
    transform: translateY(-50%);
}
#booking a {
    display: inline-block;
    font-family: 'montserratregular';
    font-size:12px;
    line-height:20px;
    color:#000;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing:0.72px;
    padding:6px 18px;
    border:1px solid #000;
    background:transparent;
    transition:all .4s ease;
}
#booking a:hover {
    color:#faf8f3;
    background:#000;
    transition:all .4s ease;
}

#container {
    padding-top:192px;
    margin:0 auto;
    max-width:1440px;
    transition:all .4s ease;
}
#container.shrink {
    padding-top:106px;
    transition:all .4s ease;
}
#content {
    padding:0 60px;
}

#header-slider {
    margin-bottom:54px;   
}

.sbi-tlead {
    margin:0 auto;
    padding:54px 0;
    max-width:796px;
}
.sbi-tiles, .sbi-ttiles {
    display: flex;
    flex-wrap: wrap;
    margin:0 -16px;
    padding:54px 0;
}
.sbi-tiles .sbi-tile {
    width:calc(33.333% - 32px);
    margin:0 16px 130px 16px;
} 
.sbi-tiles .sbi-tile:nth-last-child(1), .sbi-tiles .sbi-tile:nth-last-child(2), .sbi-tiles .sbi-tile:nth-last-child(3) {
    margin:0 16px;
} 
.sbi-tiles .sbi-tile .sbi-tile-img, .sbi-thalf .sbi-thalf-img {
    margin-bottom:40px;
}
.sbi-tiles .sbi-tile .sbi-tile-img img, .sbi-thalf .sbi-thalf-img img {
    display: block;
}
.sbi-tile-link {
    padding-top:22px;
}

.sbi-ttiles {
    padding:54px 90px;
}
.sbi-ttiles .sbi-ttile {
    width:calc(50% - 32px);
    margin:0 16px 60px 16px;
}
.sbi-ttiles .sbi-ttile:nth-last-child(1), .sbi-ttiles .sbi-ttile:nth-last-child(2) {
    margin:0 16px -28px 16px;
} 

.sbi-thalf, .sbi-slider {
    padding:54px 0;
}
.sbi-thalf .sbi-thalf-content {
    max-width:648px;   
}

.sbi-tfull {
    margin:0 auto;
    padding:54px 0 26px 0;
    max-width:860px;
}
.sbi-tfull .sbi-link {
    margin-bottom:28px;
}

.sbi-gallery {
    display: flex;
    flex-wrap: wrap;
    margin:0 -16px;
    padding:54px 90px;
}
.sbi-gallery .sbi-gallery-item {
    margin:0 16px 32px 16px;
}
.sbi-gallery.gcount-2 .sbi-gallery-item, .sbi-gallery.gcount-3 .sbi-gallery-item, .sbi-gallery.gcount-4 .sbi-gallery-item, .sbi-gallery.gcount-5 .sbi-gallery-item {
    width:calc(50% - 32px);
}
.sbi-gallery.gcount-1 .sbi-gallery-item, .sbi-gallery.gcount-3 .sbi-gallery-item:nth-child(1), .sbi-gallery.gcount-5 .sbi-gallery-item:nth-child(1) {
    width:calc(100% - 32px);
}
.sbi-gallery .sbi-gallery-item:nth-last-child(1),.sbi-gallery .sbi-gallery-item:nth-last-child(2) {
    margin:0 16px;
}
.sbi-gallery .sbi-gallery-item img {
    display: block;
}

.sbi-cform {
    display: flex;
    flex-wrap: wrap;
    margin:0 -16px;
    padding:54px 0;
}
.sbi-cform .sbi-cform-left, .sbi-cform .sbi-cform-right {
    width:calc(50% - 32px);
    margin:0 16px;
}

.sbi-tsmall {
    padding:54px 0 26px 0;
}

.bottomgap-half .sbi-tlead, .bottomgap-half .sbi-tiles, .bottomgap-half .sbi-thalf, .bottomgap-half .sbi-tfull, .bottomgap-half .sbi-slider, .bottomgap-half .sbi-cform, .bottomgap-half .sbi-tsmall {
    padding:54px 0 6px 0;
}
.bottomgap-half .sbi-gallery, .bottomgap-half .sbi-ttiles {
    padding:54px 90px 6px 90px;
}
.bottomgap-half .sbi-tfull, .bottomgap-half .sbi-tsmall {
    margin-bottom:-28px;
}

.sbi-link, .sbi-tile, .sbi-ttile-link {
    font-size:0;
    text-align: center;
}
.sbi-tile, .sbi-thalf .sbi-link, .sbi-ttile-link {
    text-align: left;
}
.sbi-link a, .sbi-tile a, .sbi-ttile-link a, .sbi-tile-link a {
    display: inline-block;
    font-family: 'montserratregular';
    font-size:14px;
    line-height:24px;
    color:#000;
    letter-spacing:0.84px;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom:1px solid #000;
}
.sbi-link a:hover, .sbi-tile a:hover, .sbi-ttile-link a:hover, .sbi-tile-link a:hover {
    color:#7f7f7f;
    border-bottom:1px solid #7f7f7f;
}

#sitebuilder h1, #sitebuilder h2, #post-e404 h1 {
    font-family: 'playfair_displayregular';
    font-size:32px;
    line-height:48px;
    color:#000;
    text-align: center;
}
#sitebuilder .sbi-tlead h1, #sitebuilder .sbi-tlead h2 {
    margin-bottom:28px;
}
#sitebuilder .sbi-tfull h1, #sitebuilder .sbi-tfull h2, #sitebuilder .sbi-video h1, #sitebuilder .sbi-video h2, #post-e404 h1 {
    margin-bottom:36px;
}
#sitebuilder h3, #sitebuilder .sbi-thalf-content h2, #sitebuilder .sbi-cform h2, #sitebuilder .sbi-tsmall h1, #sitebuilder .sbi-tsmall h2 {
    font-family: 'montserratregular';
    font-size:18px;
    line-height:28px;
    letter-spacing:1.08px;
    text-transform: uppercase;
    color:#000;
    margin-bottom:28px;
    text-align: left;
}
#sitebuilder p, #post-e404 p {
    font-family: 'montserratregular';
    font-size:14px;
    line-height:24px;
    color:#000;
    letter-spacing:0.84px;
    margin-bottom:28px;
}
#sitebuilder .sbi-tile p {
    margin:0;
}
#sitebuilder p a, #sitebuilder ul li a, #sitebuilder ol li a {
    color:#000;
    text-decoration: none;
    border-bottom:1px solid #000;
}
#sitebuilder p a:hover, #sitebuilder ul li a:hover, #sitebuilder ol li a:hover {
    color:#7f7f7f;
    border-bottom:1px solid #7f7f7f;
}
#sitebuilder ul, #sitebuilder ol {
    margin-bottom:28px;
    padding-left:20px;
}
#sitebuilder ul li {
    font-family: 'montserratregular';
    font-size:14px;
    line-height:24px;
    color:#000;
    letter-spacing:0.84px;
    list-style: disc;
}
#sitebuilder ol li {
    font-family: 'montserratregular';
    font-size:14px;
    line-height:24px;
    color:#000;
    letter-spacing:0.84px;
    list-style: decimal;
}

#back-to-top {
    padding:54px 0 108px 0;
    font-size:0;
    text-align: center;
}
#back-to-top #back-to-top-link {
    display: inline-block;
    cursor: pointer;
}

.form-elements {
    display: flex;
    flex-wrap: wrap;
    margin:0 -8px -32px -8px;
}
.form-elements .form-element {
    width:calc(50% - 16px);
    margin:0 8px 32px 8px;
}
.form-elements .form-element-full, .form-elements .form-element-submit {
    width:calc(100% - 16px);
    margin:0 8px 32px 8px;
}
.form-elements .form-element label, .form-elements .form-element-full label {
    display: block;
    font-family: 'montserratregular';
    font-size:14px;
    line-height:22px;
    color:#000;
    padding-top:8px;
}
.wpcf7-text, .wpcf7-date, .wpcf7-number {
    border:1px solid #dad9d8;
    background-color:#fff;
    padding:5px 12px;
    font-family: 'montserratregular';
    font-size:14px;
    line-height:22px;
    color:#000;
    width:100%;
}
.wpcf7-textarea {
    border:1px solid #dad9d8;
    background-color:#fff;
    padding:5px 12px;
    font-family: 'montserratregular';
    font-size:14px;
    line-height:22px;
    color:#000;
    width:100%;
    min-width:100%;
    max-width:100%;
}
.wpcf7-submit {
    display: inline-block;
    border:1px solid #000;
    background:transparent;
    border-radius:0;
    padding:6px 36px;
    font-family: 'montserratregular';
    font-size: 12px;
    line-height: 20px;
    color: #000;
    text-transform: uppercase;
    cursor: pointer;
    transition:all .4s ease;
}
.wpcf7-submit:hover {
    color:#faf8f3;
    background:#000;
    transition:all .4s ease;
}
.wpcf7-not-valid-tip {
    font-family: 'montserratbold';
    font-size:12px;
    line-height:16px;
    text-transform: uppercase;
    padding-top:8px;
}
.wpcf7-not-valid {
    border:1px solid #dc3232 !important;
}
.wpcf7 form .wpcf7-response-output {
	margin: 2em 0 0 0 !important;
	padding:12px 16px !important;
    text-align: center;
    font-family: 'montserratbold';
    font-size:14px;
    line-height:22px;
    text-transform: uppercase;
}
.wpcf7 form.sent .wpcf7-response-output {
	border:2px solid #46b450 !important;
    color:#46b450 !important;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output, .wpcf7 form.spam .wpcf7-response-output, .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border:2px solid #dc3232 !important;
    color:#dc3232 !important;
}

#footer {
    background:#fff;
}
#footer-inner {
    padding:54px 60px 114px 60px;
}
#footer-logo {
    margin-bottom:44px;
}
#footer-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin:0 -16px;
}
#footer-items .footer-item {
    margin:0 16px;
}
#footer-items .footer-item h3 {
    font-family: 'montserratbold';
    font-size:14px;
    line-height:24px;
    color:#000;
}
#footer-items .footer-item h4, #footer-items .footer-item p, #fmenu ul li a {
    font-family: 'montserratregular';
    font-size:14px;
    line-height:24px;
    color:#000;
}
#footer-items .footer-item p a, #fmenu ul li a {
    color:#000;
    text-decoration: none;
    border-bottom:1px solid transparent;
}
#footer-items .footer-item p a:hover, #fmenu ul li a:hover {
    border-bottom:1px solid #000;
}

.wpcf7-list-item {
    margin: 0 24px 0 0 !important;
    position: relative;
}
.wpcf7-list-item label input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}
.wpcf7-list-item label .wpcf7-list-item-label {
    position: relative;
    display: inline-block;
    padding-left: 28px;
    cursor: pointer;
}
.wpcf7-list-item label .wpcf7-list-item-label::before, .wpcf7-list-item label .wpcf7-list-item-label::after {
    position: absolute;
    content: "";
    display: inline-block;
}
.wpcf7-list-item label .wpcf7-list-item-label::before{
    background-color: #fff;
    height: 18px;
    width: 18px;
    border: 1px solid #dad9d8;
    left: 0px;
    top: 0;
}
.wpcf7-list-item label .wpcf7-list-item-label::after {
    height: 5px;
    width: 9px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(-45deg);    
    left: 5px;
    top: 5px;
}
.wpcf7-list-item label input[type="checkbox"] + .wpcf7-list-item-label::after {
    content: none;
}
.wpcf7-list-item label input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
    content: "";
}

.sbi-video {
    margin:0 auto;
    padding:54px 0;
    max-width:960px;
}
.sbi-video-frame {
    position: relative;
    padding-bottom: 56.25%;
}
.sbi-video-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#post-e404 {
    margin:0 auto;
    padding:108px 0;
    max-width:760px;
    text-align: center;
}

@media only screen and (max-width:1280px) {
    #footer-inner {
        padding: 54px 60px 24px 60px;
    }
    #footer-items .footer-item.copyright {
        width:calc(100% - 32px);
        text-align: center;
        padding-top:48px;
    }
}
@media only screen and (max-width:1080px) {
    #header #header-inner, #header.shrink #header-inner {
        padding:20px 0;
    }
    #menu-trigger {
        left:32px;
    }
    #header #logo img, #header.shrink #logo img {
        width:160px;
        height:48px;
    }
    #booking {
        right:32px;
    }
    #container, #container.shrink {
        padding-top:88px;
    }
    #content {
        padding: 0 32px;
    }
    #footer-inner {
        padding: 48px 32px 24px 32px;
    }
    #footer-logo {
        margin-bottom: 32px;
    }
    #mobile-menu-close {
        top: 34px;
        left: 32px;
    }
    #mobile-menu-inner {
        padding: 96px 32px 48px 32px;
    }
}
@media only screen and (max-width:1023px) {
    .alignright, .alignleft {
        display: block;
        margin:0 auto 20px auto;
    } 
}
@media only screen and (max-width:920px) {
    #footer-logo img {
        display: block;
        margin:0 auto;
    }
    #footer-items .footer-item {
        width:calc(50% - 32px);
        margin-bottom:32px;
    }
    #footer-items .footer-item.copyright {
        width:calc(100% - 32px);
        padding-top:0;
    }
}
@media only screen and (max-width:810px) {
    .sbi-tiles .sbi-tile {
        width: calc(50% - 32px);
    }
    .sbi-tiles .sbi-tile {
        padding-top:60px;
    }
    .sbi-tiles .sbi-tile:nth-child(1), .sbi-tiles .sbi-tile:nth-child(2) {
        padding-top:0;
    }
    .sbi-gallery, .sbi-ttiles {
        padding: 54px 0;
    }
    .form-elements .form-element {
        width: calc(100% - 16px);
    }
}
@media only screen and (max-width:767px) {
    #menu-trigger {
        left:24px;
    }
    #header #logo img, #header.shrink #logo img {
        width:133px;
        height:40px;
    }
    #booking {
        right:24px;
    }
    #container, #container.shrink {
        padding-top:80px;
    }
    #content {
        padding: 0 24px;
    }
    #footer-inner {
        padding: 48px 24px 24px 24px;
    }
    #footer-logo {
        margin-bottom: 24px;
    }
    #header-slider {
        margin-bottom: 28px;
    }
    .sbi-tlead, .sbi-tiles, .sbi-ttiles, .sbi-thalf, .sbi-slider, .sbi-cform, .sbi-gallery, .sbi-ttiles {
        padding:28px 0;
    }
    .sbi-tiles .sbi-tile {
        margin:0 16px 32px 16px;
    } 
    .sbi-ttiles .sbi-ttile {
        margin:0 16px 48px 16px;
    }
    .sbi-tfull {
        padding:28px 0 2px 0;
    }
    .sbi-tfull .sbi-link {
        margin-bottom:26px;
    }
    .bottomgap-half .sbi-tlead, .bottomgap-half .sbi-tiles, .bottomgap-half .sbi-thalf, .bottomgap-half .sbi-tfull, .bottomgap-half .sbi-slider, .bottomgap-half .sbi-cform, .bottomgap-half .sbi-tsmall {
        padding:28px 0 2px 0;
    }
    .sbi-video {
        padding:28px 0;
    }
    .bottomgap-half .sbi-gallery, .bottomgap-half .sbi-ttiles {
        padding:28px 42px 2px 42px;
    }
    #back-to-top {
        padding: 28px 0 56px 0;
    }
    .sbi-cform .sbi-cform-left, .sbi-cform .sbi-cform-right {
        width: calc(100% - 32px);
    }
    .form-elements .form-element, .form-elements .form-element-full, .form-elements .form-element-submit {
        margin: 0 8px 16px 8px;
    }
}
@media only screen and (max-width:568px) {
    #footer-items .footer-item {
        width:calc(100% - 32px);
        text-align: center;
    }
    .sbi-gallery.gcount-2 .sbi-gallery-item, .sbi-gallery.gcount-3 .sbi-gallery-item, .sbi-gallery.gcount-4 .sbi-gallery-item, .sbi-gallery.gcount-5 .sbi-gallery-item {
        width:calc(100% - 32px);
        margin-bottom:24px;
    }
    .sbi-gallery .sbi-gallery-item:nth-last-child(1) {
        margin-bottom:0 !important;
    }
    .sbi-tiles .sbi-tile, .sbi-ttiles .sbi-ttile {
        width: calc(100% - 32px);
    }
    #booking {
        display: none;
    }
    #menu ul li {
        padding: 12px 0;
    }
    #menu ul li a {
        font-size: 26px;
        line-height: 42px;
    }
    #lang-select {
        padding-top: 36px;
    }
    .wpml-ls-legacy-list-vertical > ul {
        display: flex;
        flex-wrap: wrap;
    }
    .wpml-ls-legacy-list-vertical .wpml-ls-item {
        margin:0 0 24px 0 !important;
        padding-right:12px;
        width:50%;
    }
    #sitebuilder h1, #sitebuilder h2, #post-e404 h1 {
        font-size: 26px;
        line-height: 42px;
    }
    #sitebuilder .sbi-tfull h1, #sitebuilder .sbi-tfull h2, #sitebuilder .sbi-video h1, #sitebuilder .sbi-video h2, #post-e404 h1 {
        margin-bottom: 16px;
    }
    #sitebuilder h3, #sitebuilder .sbi-thalf-content h2, #sitebuilder .sbi-cform h2, #sitebuilder .sbi-tsmall h1, #sitebuilder .sbi-tsmall h2 {
        margin-bottom:8px;
    }
    .sbi-tiles .sbi-tile .sbi-tile-img, .sbi-thalf .sbi-thalf-img {
        margin-bottom: 16px;
    }
    .sbi-tiles .sbi-tile, .sbi-tiles .sbi-tile:nth-child(2) {
        padding-top: 48px;
    }
    .sbi-tiles .sbi-tile:nth-child(1) {
        padding-top: 0;
    }
    .sbi-tile-link {
        padding-top: 16px;
    }
    .sbi-tiles .sbi-tile {
        margin: 0 16px !important;
    }
    .sbi-ttile-link {
        margin-top:-12px;
        margin-bottom:32px;
    }
    .sbi-ttiles .sbi-ttile, .sbi-ttiles .sbi-ttile:nth-last-child(2) {
        margin: 0 16px 56px 16px;
    }
    .sbi-tile-link {
        padding-top:8px;
    }
}
@media only screen and (max-width:480px) {
    #mobile-menu {
        width: 100%;
        transform: translateX(-105%);
    }
}