/* HEADER */
header.Homepage{
    margin: 0 20px;
}

section.bookinglink{
    position: absolute;
    left: calc(50% - 38px);
    top: -119px;
    transform: translateX(-50%);
    padding: 0 !important;
    & > div.Button ul li .Item{
        border-radius: 10px 0 10px 0 !important;
        border: 1px solid white !important;
        & > .ItemInner .Title{
            color: white !important;
        }
        &:hover{
            background-color: white !important;
            & > .ItemInner .Title{
                color: rgb(var(--color2));
            }
        }
    }
}

/* TAGLINES */
.taglineoverlay{
    bottom: 220px !important;
    & > .taglines .tagline .taglineinner{
        & > .title{
                font-size: calc(var(--fs5) - 4px) !important;
                text-transform: uppercase;
                font-weight: 700;
                letter-spacing: 0.2em;
                padding-bottom: 5px;
                border-bottom: 1px solid white;
                width: fit-content;
                margin: 0 auto;
        }
        & > .subtitle{
            font-size: var(--fs3);
            font-family: var(--font-cursive) !important;
            font-weight: 300;
            text-transform: uppercase;
            max-width: 700px;
            margin: 35px auto 0 auto;
        }
    }
}

/* SOCIAL LINKS */
.sociallinks{
    position: fixed;
    top: 220px;
    right: 29px;
    padding: 0 0 !important;
    z-index: 2;
    & > .filteroot.dataset ul{
        display: flex;
        flex-direction: column;
        & > li{
            margin: 3px 0;
            & > .Item{
                background-color: transparent;
                border-radius: 50%;
                overflow: hidden;
                & > .ItemInner .ItemIcon{
                    font-size: 19px;
                }
            }
            &:nth-child(1){
                & > .Item{
                    background-image: var(--instalogo);
                    background-size: cover;
                    background-repeat: no-repeat;
                    background-position: 50% 50%;
                    & > .ItemInner .ItemIcon{
                        font-size: 0 !important;
                    }
                }
            }
            &:nth-child(2){
                & > .Item{
                    background-color: #3664a2;
                }
            }
            &:nth-child(3){
                & > .Item{
                    background-color: #2a2a2a;
                }
            }
        }
    }
}

/* WELCOME */
section.WelcomeSection{
    max-width: 1140px;
    margin: -110px auto 0 auto !important;
    z-index: 1;
    & > div.Welcome>div.WelcomeFlex{
        &::before{
            content: '';
            position: absolute;
            background-color: rgb(var(--color4)) !important;
            width: 100%;
            height: 1px;
            top: 142px !important;
            bottom: auto !important;
            right: 0px !important;
            left: auto !important;
        }
    } 
    &::before{
            content: '';
            position: absolute;
            right: 50%;
            left: auto;
            top: 0;
            transform: translateX(50%);
            width: calc(100vw - 175px);
            min-width: calc(100% - 40px);
            height: 20px;
            background-color: rgb(var(--color2));
            display: block !important;
            z-index: 1;
        }
}


section.WelcomeSection div.Welcome{
    position: relative;
            &::before{
                content: '';
                position: absolute;
                top: 0;
                right: 50% !important;
                left: auto !important;
                transform: translateX(50%);
                width: calc(100vw - 175px);
                min-width: 100%;
                height: calc(100% + 270px);
                border-radius: 0 0 0 0 !important;
                background-color: rgb(var(--color5)) !important;
            }
            &::after{
                content: '';
                position: absolute;
                width: 20px;
                height: 20px;
                border-radius: 5px 0 5px 0;
                background-color: rgb(var(--color4));
                left: 0px;
                top: 133px;
                z-index: 1;
            }
    & > div.WelcomeFlex{
    padding-right: calc(min(var(--welcome-max-width) / 3, 33.33%) + 4vw + 50px) !important;
    padding-top: 180px !important;
        & > .LinkWrapper{
            background-color: rgb(var(--color5)) !important;
        }
        & > .ItemImage {
            width: 30.33%;
            top: 180px;
            & > .ItemBefore{
                aspect-ratio: 1/1.2;
                border-radius: 0 10px 0 10px;
            }
        }
        & > .ItemContent .paracontent h5{
            position: absolute;
            top: 80px;
            right: 100px;
            text-align: center;
            width: 390px;
            padding: 30px;
            background-color: rgb(var(--color5));
        }
    }
}

/* QUICK LINKS */
section.homequicklinks{
    z-index: 1;
    padding-bottom: 0;
}

/* FORM */
section.homeform{
    background-image: var(--watermarkblack);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    margin-top: -280px !important;
    padding: 300px 20px 100px 20px !important;
    & > div.FormEmbedBloqwrapper{
        position: relative;
        max-width: 1100px;
        margin: 0 auto !important;
        iframe{
            max-width: 750px;
        }
    }
    &::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient( to right, rgba(var(--color2), 1) 0%, rgba(var(--color2), 1) 40%, rgba(var(--color2), 0.9) 100% );
    }
}

@media only screen and (max-width: 900px){
.sociallinks{
    top: calc(-100vh + 250px) !important;
}
    

    section.WelcomeSection{
        padding-bottom: 0 !important;
        & > div.Welcome {
        & > div.WelcomeFlex{
            padding-right: 0 !important;
            padding-top: 225px !important;
            & > .ItemImage{
                display: none !important;
            }
            & > .ItemContent .paracontent h5{
                right: 50%;
                transform: translateX(50%);
                text-align: center;
                top: 30px;
                width: calc(100% - 40px);
                padding: 30px 0;
                background-color: transparent;
            }
            &::before{
                top: 204px !important;
                left: 40px !important;
                width: calc(100% - 80px);
            }
        }
        &::after{
            top: 196px !important;
            left: 20px;
        }     
    }
    } 
    .userform-fields {
    
    }
}

@media only screen and (max-width: 600px){
    section.bookinglink{
    top: -89px;
}
}