/*
Theme Name: Giunolex
Text Domain: Giunolex
Version: 1.377
*/
:root {
    --pink: #DAB1B1;
    --orange:#F7931E;
    --nero: #3D3D3D;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
}

img{
    max-width:100%;
}

body {
    margin: 0;
    line-height: 1.3;
    font-size: 16px;
}

a {
    text-decoration: none;
}

p {
    margin-bottom: 1em;
}

p:last-child {
    margin-bottom: 0;
}
.inner{
    max-width:1220px;
    margin:auto;
    position:relative;
}




/*menu btn*/
.m-menu {
    display:none;
    cursor: pointer;
    width: 66px;
    height: 66px;
    border: 1px solid #B99898;
    border-radius: 50%;
    color: #B99898;
    font-size: 11px;
    align-items: center;
    justify-content: center;
}


.main{
    padding-top: 100px;
}
#header{
    background-color: #fff;
    border-bottom: 1px solid #DAB1B1;
    z-index: 99;
    position: fixed;
    left: 0;
    right: 0;
}
#header .logo svg{
    width: 170px;
}
#header .logo path{
    fill: #B99898;
}
#header .inner{
    max-width: 100%;
    padding:0 20px;
    display:flex;
    height: 100px;
    justify-content: space-between;
    align-items: center;
    /* max-width: 100%; */
}

#header ul{
    display:flex;
    margin-right:-12px;
}
#header ul li{
    display:block;
}
#header .menu a{
    color: #B99898;
    font-size: 14px;
    padding: 0 16px;
    letter-spacing: 0.1em;
    display: block;
}
@media(min-width:767px){
    #header .menu li.item1{
        display:none;
    }
}

.mline{
    height:150px;
    padding: 0 70px;
    margin-top: 120px;
    margin-bottom: 60px;
    position: relative;
    background: linear-gradient(to right, 
    transparent 0%, transparent calc(50% - 1px), 
    #DAB1B1 calc(50% - 1px), #DAB1B1 calc(50% + 1px), 
    transparent calc(50% + 1px), transparent 100%);
}

.single .elementor-post-info li{
    display:block;
    margin-bottom: 10px;
}
.single .elementor-post-info__item-prefix{
    font-weight:bold;
    display: block !important;
}

#reply-title{
    display:none;
}
.logged-in-as{
    display:none;
}

#typed .elementor-widget-container{
    display:flex;
}
#typed{
    color: #3D3D3D;
    font-size: 51px;
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-weight: 300;
}



.marquee {
    overflow:hidden;
    flex-wrap: nowrap !important;
    flex-direction: row !important;
}
.marquee>div{
    flex-shrink:0 !important;
    width: auto;
}
.marquee img{
    width: auto;
    display: block;
}
.marquee-text{
    white-space:nowrap;
    flex-wrap:nowrap;
    display: flex;
    flex-direction: row;
    opacity: 0.1;
    overflow: hidden;
    position: absolute !important;
    top: 20px;
}
.marquee-text .elementor-heading-title{
    white-space:nowrap;
}

.marquee .elementor-heading-title{
    white-space:nowrap;
}

.marquee-right {
    justify-content:flex-end !important;
}

.s-slide{
    display: flex;
    color: #B99898;
    font-size: 13px;
    flex-shrink: 0;
    flex-wrap: wrap;
    position: relative;
    padding-top: 120px;
    gap: 80px;
    padding-right: 30px;
    width: auto;
    user-select: none;
}
.s-slide .title{
    display:flex;
    align-items: center;
    gap: 20px;
    font-size: 37px;
    /* font-family: "Absans", Sans-serif; */
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.s-slide .line-1{
    height:1px;
    background-color:#B99898;
    width: 390px;
}
.s-slide .number{
    font-size: 414px;
    color:#F3DBDB;
    font-family: "Leiko", Sans-serif;
    line-height: 1;
    width: 460px;
}
.s-slide .text{
    display:flex;
    flex-direction: column;
    /* justify-content: center; */
    max-width: 510px;
    color: var(--nero);
    font-size: 17px;
    line-height: 1.47;
    user-select: none;
    padding-right: 50px;
}

.s-slide .line-2{
    display: flex;
    align-items: center;
    flex-grow: 1;
}
.s-slide.last .line-2{
    display:none;
}
.s-slide .line-2 svg{
    width: 5px;
    margin-left: -3px;
}
.s-slide .line-2:before{
    content:'';
    display:block;
    height:1px;
    background-color:#B99898;
    width: auto;
    flex-grow: 1;
}

.ssliderw{
    height: 2800px;
    position:relative;
}
.sslider{
    display:flex;
    gap:60px;
    padding-left: calc(50vw - 610px);
    overflow: hidden;
    position:sticky;
    top:0;
    left: 0;
    overflow: hidden;
    height: calc(100vh - 80px);
    align-items: flex-end;
}
    .sslider .swiper-wrapper{
        gap:30px;
    }
.sslider .swiper-slide{
    width: auto !important;!i;!;!u;!un;!u;!;
}
.sslider .swiper{
    overflow:visible;
}
.sslider .swiper-button-prev,
.sslider .swiper-button-next{
    display:none;
}

.spline .e-loop-item{
    position:relative;
}
.spline .e-loop-item:before{
    content:'';
    display:block;
    position:absolute;
    width:1px;
    height:100%;
    top:0;
    right:-15px;
    background-color:#cba7a6;
}
.spline .e-loop-item:last-child:before{
    display:none;
}
.fullimage a{
    display:block;
    width: 100%;
}
.postcontent{
    color:#B99898;
    --e-global-color-text:#B99898;
}
.postcontent h2{
    font-size:22px;
    margin-bottom:15px;
    font-weight:normal;
}

.postcontent ul, 
.postcontent ol{
    margin-bottom:20px;
    margin-left:20px;
}
#comment{
    border:1px solid #C9C9C9;
    font-family:inherit;
    border-radius:10px;
    width:100%;
    height: 160px;
    padding:20px;
    font-size: 22px;
}
#comment::placeholder{
    color:#C9C9C9;
}
.comment-form-url,
.comment-form-author,
.comment-form-email,
.comment-form-cookies-consent{
    display:none;
}



.form-submit .submit{
    background-color:#dab1b1;
    border:none;
    color:#fff;
    padding: 14px 28px;
    float:right;
    font-size: 19px;
}



.custom-accordion{
    
}
.custom-accordion .tab{
    border-bottom:1px solid #d4b3b2;
}

.custom-accordion .title{
    max-width:1220px;
    margin:auto;
    display:flex;
    cursor: pointer;
    align-items: center;
    position:relative;
}
.title .number,
.tab .text .number{
    width: 80px;
    height: 80px;
    position:relative;
    display:flex;
    font-family: "Leiko", Sans-serif;
    color:#f3dbdb;
    font-size: 43px;
    border:1px solid #b99898;
    border-radius:50%;
    align-content: center;
    justify-content: center;
    align-items: center;
    min-width: 80px;
    overflow: hidden;
}
.title .number img{
    opacity:0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition:all 0.3s;
    width: auto;
    display: block;
    transform: scale(1.04);
}
.title.active .number img{
    opacity:1;
}

.tab-title{
    color:var(--nero);
    font-size: 22px;
    margin-left: 50px;
    display: flex;
    gap: 10px;
}
.tab-title .numb{
    display:none;
}
.title.active .tab-title{
    color:#b99898;
}
.title .more{
    position:absolute;
    right:0;
    bottom: 20px;
    font-size: 17px;
    text-transform: uppercase;
    color: #b99898;
    background-image: url(images/down.svg);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 25px;
    transition: all 0.5s ease;
}
.title.active .more{
    opacity:0;
}

.tab .text{
    display: grid;
    max-width:1220px;
    margin:auto;
    grid-template-columns: 70px 1fr;
    font-size: 17px;
    gap: 60px;
    line-height: 37px;
    position:relative;
    overflow: hidden;
    max-height: 0px;
    transition: all 0.3s ease;
}
.tab .text ul{
    margin-left:20px;
    margin-bottom:10px;
}
.tab .text .number{
    border: none;
}
.tab .text.active{
    display:grid;
    
}
.tab .text-content{
    max-width:700px;
    padding-bottom: 160px;
    line-height: 25px;
}
.tab .text .up{
    background:url(images/up.svg) no-repeat center;
    background-size:contain;
    width:96px;
    height:96px;
    position:absolute;
    right:0;
    bottom:30px;
    cursor: pointer;
}
    

.wpcf7{
    font-family:inherit;
    color:var(--nero);
}
.wpcf7 .field{
    font-size: 16px;
    margin-top: 40px;
}
.wpcf7 .crow{
    display:grid;
    grid-template-columns:1fr 1fr;
    grid-gap: 0 40px;
    margin-bottom: 0px;
    margin-bottom: 40px;
}
input.wpcf7-text{
    height: 40px;
    background-color:transparent;
    border:none;
    border-bottom:1px solid var(--nero);
    color:var(--nero);
    font-size: 17px;
    font-family:inherit;
    width: 100%;
    font-weight: bold;
}
.wpcf7 input::placeholder{
    color:var(--nero);
}
.wpcf7 textarea{
    background-color:#ffffff30;
    width: 100%;
    height: 120px;
    font-family:inherit;
    color:var(--nero);
    font-size:22px;
    padding:20px;
    margin-bottom:30px;
    margin-top: 10px;
}
.wpcf7-acceptance{
    font-size:12px;
}
.wpcf7-submit{
    font-size:21px;
    background-color:transparent;
    border:none;
    color:#fff;
    background:url(images/right2.svg) no-repeat center right;
    padding-right:30px;
}
.lrow{
    display:flex;
    justify-content: space-between;
    position:relative;
}
.wpcf7-spinner{
    position:absolute;
    top:20px;
    right:0;
}
.wpcf7-list-item{
    margin-left:0;
}
.wpcf7-list-item label{
    display:flex;
    gap: 10px;
}
.wpcf7-list-item input{
    background-color:transparent;
    border:1px solid var(--nero);
}
.wpcf7 .wpcf7-submit:disabled{
    opacity:0.5;
}

.page-content h2{
    color:#b99898;
    font-size:18px;
    margin:40px 0 10px;
}
.page-content ul{
    margin-left:20px;
    margin-bottom:10px;
}

.fw a{
    width:100%;
}
.nlogo,
nav .close{
        display:none;
}


.input label{
    
}
.wpcf7-not-valid-tip{
    font-size:12px;
    color:#fff;
    margin-top:10px;
}

.grecaptcha-badge{
    display:none !important;
    opacity:0;
}


@media(max-width: 1024px){
    .tab-title{
        font-size:17px;
    }
    .tab .text-content{
        font-size:17px;
        max-width: 100%;
    }
    .tab .text,
    .tab .text.active{
        grid-template-columns:1fr;
        display:block;
        padding-top: 20px;
    }
    .input{
    margin-bottom:20px;
}
    .mline{
        background:transparent;
    }
    .sslider .swiper-slide{
        width: 100% !important;!i;!;
    }
    .s-slide .line-1,
    .s-slide .line-2{
        display:none;
    }
    .s-slide .title{
        flex-direction:column;
        align-items: flex-start;
    }
    .sslider .swiper{
        width:100%;
        overflow: hidden;
    }
    .sslider{
        border-top: 1px solid var(--pink);
        padding-top: 30px;
    }
    .s-slide .number{
        font-size:97px;
        pointer-events: none;
    }
    .s-slide{
        padding-top:70px;
        gap: 40px;
        padding-right: 0;
    }
    .s-slide .text{
        max-width:100%;
        padding-right: 0;
    }
    .sslider .swiper-button-prev, .sslider .swiper-button-next{
        display:block;
        position:absolute;
        background:url(images/sarrow.svg) no-repeat center;
        background-size:contain;
        width:60px;
        height:60px;
        right:0;
        top: 112px;
    }
    .sslider .swiper-button-prev:after, .sslider .swiper-button-next:after{
        display:none;
    }
    .sslider .swiper-button-prev{
        transform: rotate(180deg);
        right: 80px;
        left: auto;
    }
    .sslider .swiper-button-next{
        
    }
    .title .number, .tab .text .number{
        width:90px;
        height:90px;
        min-width: 90px;
    }
    .custom-accordion .title{
        padding:0 70px;
    }
    .tab-title{
        font-size:28px;
        line-height:32px;
        max-width: 350px;
        margin-left: 20px;
    }
    .title .more{
        font-size:0;
        height:20px;
        right: 70px;
    }
    .tab .text{
        padding: 20px 70px 0;
        gap: 20px;
        grid-template-columns: 100px 1fr;
    }
    .tab .text .up{
        width:60px;
        right:70px;
    }

    .ssliderw,
    .sslider{
        height:auto;
    }
    .ssliderw{
        padding-bottom:30px;
        overflow:hidden;
    }
    .sslider .swiper-wrapper{
        gap:0;
    }

    
    
       
}
@media(max-width:800px){
    #header nav{
        position:fixed;
        z-index:111;
        left:0;
        width:100%;
        top: -50px;
        bottom: 0;
        background: #DAB1B1;
        display: flex;
        text-align: center;
        flex-direction:column;
        align-content: center;
        align-items: center;
        padding-top: 100px;
        opacity:0;
        visibility:hidden;
        pointer-events:none;
        transition:all 0.3s;
    }
    .mm-open #header nav{
        top:0px;
        opacity:1;
        visibility:visible;
        pointer-events:all;
    }
    #header .menu a{
        color:#fff;
        font-size: 24px;
        padding: 20px 0;
    }
    #header ul{
        flex-direction:column;
    }
    .nlogo{
        display:block;
        width:240px;
        margin-bottom: 120px;
    }
    nav .close{
        display:block;
        width: 26px;
        cursor: pointer;
        margin-top: 100px;
        position: absolute;
        right: 40px;
        top: -20px;
    }
    .m-menu{
        display:flex;
    }
    #sb_instagram.sbi_tab_col_2 #sbi_images{
        grid-template-columns:1fr 1fr 1fr !important;
    }
    #sb_instagram .sbi_photo{
        height:auto !important;
    }
    #sb_instagram .sbi_photo img{
        aspect-ratio:1/1 !important;
    }
    #sb_instagram.sbi_tab_col_2 #sbi_images>div:last-child{
        display:none !important;
    }


    
}

@media(max-width:767px){
    .s-slide .title{
        font-size:30px;
        pointer-events: none;
        height: 100px;
        display: flex;
        justify-content: center;
    }
    .s-slide .number{
        font-size:60px;
    }
    .sslider .swiper-button-prev, 
    .sslider .swiper-button-next{
        width:40px;
        height:40px;
        top: 134px;
    }
    .s-slide{
        padding-top:100px;
        gap: 17px;
    }
    #sb_instagram.sbi_tab_col_2 #sbi_images{
        grid-template-columns:1fr 1fr !important;
    }
    #sb_instagram.sbi_tab_col_2 #sbi_images>div:last-child{
        display:block !important;
    }
    .nlogo{
        width:180px;
        margin-bottom: 60px;
        opacity: 0;
    }
    #header .menu a{
        font-size:22px;
        padding: 15px 0;
    }
    .hr1{
    }
    .custom-accordion .title{
        padding:0 30px;
    }
    .title .number, .tab .text .number{
        width:60px;
        min-width:60px;
        height:60px;
        font-size: 32px;
    }
    .tab-title{
        font-size: 22px;
        line-height:22px;
        padding-right: 20px;
        max-width: 100%;
    }
    .tab .text{
        padding: 20px 30px 0;
        gap: 20px;
        grid-template-columns: 1fr;
    }
    .tab .text{
        font-size: 17px;
        line-height:28px;
        padding-top: 0;
    }
    .title .more{
        right:30px;
    }
    #comment{
        font-size:16px;
    }
    .form-submit .submit{
        font-size:15px;
    }
    .wpcf7 .crow{
        grid-template-columns:1fr;
        margin-bottom: 0;
    }
    input.wpcf7-text{
        font-size: 22px;
        height: 50px;
    }
    .lrow.lrow{
        flex-direction:column;
    }
    .wpcf7-submit{
        margin-left:auto;margin-top:30px;
        margin-bottom:30px;
    }
    #typed{
        font-size:36px;
    }
    .sslider .swiper-button-prev{
        right:50px;
    }
    .title.active .tab-title .numb{
        display: none;
    }
    .tab .text .number{
        opacity:0;
        display: none;
    }
    .wpcf7 .field{
        margin-top:0;
    }
}