:root{
    --off-white: #FAFAFA;
    --orange-main: rgba(255, 155, 50, 1);
    --orange-btn: #FFA343;
    --gray-dark: rgba(31, 36, 45, 1);
    --grey-input: rgba(219, 219, 219, 1);


    --font-open-sans: 'Open Sans', sans-serif;
    --font-dm-sans: 'DM Sans', sans-serif;
}

*,
*::before,
*::after{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body,
html{
    margin: 0;
    padding: 0;
    font-family: var(--font-open-sans);
}

nav{
    position: fixed;
    padding: 10px 20px;
    width: 100%;
    z-index: 100;
    background: transparent;
    transition: background 250ms ease-in-out;
}
.navigation{
    width: 100%;
    color: #FFFFFF;
}
.navigation-links {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 10px;
}
.navigation-links > div,
.navigation-links > a{
    padding: 0 5px;
}

.navigation-links > div > a {
    color: #FFFFFF;

}
.logo{
    min-width: 1rem;
    max-width: 3rem;
}
.nav-background{
    background: var(--gray-dark);
    transition: background 250ms ease-in-out;
}
.header{
    width: 100%;
    /*height: 85vh;*/
    max-height: 85vh;
    overflow: hidden;
}

.main__header{
    max-width: 80%;
    margin: 0 auto;
}

.main__header p{
    max-width: 700px;
    margin: 0 auto;
    line-height: 32px;
    margin-top: 2rem;
}
.header-img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}

.header-img img{
    height: auto;
}

.about-img{
    width: 500px;
    min-width: 300px;
    height: 550px;
}

.about-img > img{
    width: 100%;
    height: auto;
    object-fit: cover;
}

.main-text__wrapper{
    width: 100%;
    padding: 0 30px;
}

#header-container{
    color: #FFFFFF;
}

.main-text__content h2{
    font-size: 3rem;
    font-weight: 700;
}

.main-text__content h3{
    font-size: 3rem;
    font-weight: 300;
}

.main-text__content-secondary h1,
.main-text__content-secondary h2,
.main-text__content-secondary h3{
    font-size: 2.5rem;
    font-weight: 700;
    max-width: 1000px;
    margin: 0 auto;
}
.main-text__yellow{
    color: rgba(251, 215, 132, 1);

}
.main-text__orange{
    color: rgba(255, 155, 50, 1);
}

.rotate-text__wrapper{
    position: relative;
    height: 80px;

}
.rotate-text__wrapper a{
    color: #FFFFFF;
}
.rotate-text{
    position: absolute;
    top: 0;
    width: 80px;
    white-space: nowrap;
}
.rotate-text__right-90{
    transform: rotate(90deg);
    transform-origin: left;
}

.secondary-links > div,
.secondary-links > a{
    margin: 10px;
}

.social-media__img{
    width: 25px;
    height: 25px;
}

.blank-space{
    height: 30px;
}

.deco-bar{
    width: 50px;
    height: 2px;
    background: var(--orange-main);
    margin-right: 20px;
}
.deco-bar__right{
    margin-left: 20px;
}
.deco-container{
    margin: 2rem 0;
}

.text__secondary-color,
.text__secondary-color h2,
.text__secondary-color h3,
.text__secondary-color h4,
.text__secondary-color h5,
.text__secondary-color h6,
.text__secondary-color p{
    color: var(--orange-main);
    font-weight: 700;
    font-size: 1.2rem;
}

.text__secondary-color-upper{
    text-transform: uppercase;
    letter-spacing: 4px;
}

.text__secondary-color-lower{
    line-height: 25px;
}

.pad-main{
    padding: 0 2rem;
}

.img-layer{
    width: 500px;
    height: 550px;
    background: var(--gray-dark);
    position: relative;
}

.img-layer img.img-layer__img{
    height: 100%;
    position: absolute;
    top: 30px;
}
.img-layer__right{
    left: 30px;
}

.img-layer__left{
    right: 30px;
}

.img-layer__double{
    width: 80vw;
    max-width: 1000px;
    height: 520px;
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-flow: row nowrap;
}

.img-layer__double > div{
    /*width: 50%;*/
    height: 100%;
}

.red-fill{
    background: rgba(195, 79, 37, 1);

}
.gray-fill{
    background: rgba(105, 113, 136, 1);

}

.img-layer__double img.image{
    position: absolute;
    top: 30px;
    object-fit: cover;
}

.img-layer__double img.right{
    left: 30px;
}

.img-layer__double img.left{
    right: 30px;
}
.img-layer__holder{
    position: absolute;
    width: 100%;
}
.columns__main{
    gap: 5rem;
    justify-content: space-between;
}

.columns__main > div{
    max-width: 500px;
}

.icon-arrow{
    position: relative;
    top: 3px;
    margin-left: 2rem;
}

.section-main__lifted{
    margin-top: -30px;
}
.section-main__lifted-xl{
    margin-top: -100px;
    margin-bottom: 6rem;
}

.section-text-main__mar-tb{
    margin: 5rem 0;
}

.container-main h2,
.container-main h3,
.container-main h4,
.container-main h5,
.container-main h6{
    font-size: 4rem;
    margin: 1rem 0 0.5rem;
}

.container-main__header{
    text-align: center;
}
.container-main__header h4 {
    margin: 1.5rem 0;
}

.container-main > p{
    margin: 0.5rem 0 1rem;
}

.footer-wrapper{
    /*padding: 1rem;*/
    border-top: 1px solid rgba(0, 0, 0, .3);
}

.footer-links{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    flex-grow: 1;
}

.footer-links div.column h6,
.footer-links div.column a{
    margin-bottom: 10px;
}
.footer-information > div{
    margin-bottom: 1rem;
}
.footer-information > div.contact{
    font-family: var(--font-dm-sans);
    font-weight: 700;
}
.footer-privacy{
    display: flex;
    flex-flow: row wrap;
}
.footer-privacy > div{
    margin-bottom: 1rem;
}
.footer-social > a{
    width: 25px;
    height: 25px;
}

.btn-main{
    padding: 1rem 2rem;
    border: none;
    border-radius: 8px;
    font-weight: 700;
}
.btn-secondary__oval{
    border: 1px solid black;
    background: #FFFFFF;
    padding: .9rem 4rem;
    text-align: center;
    border-radius: 68px;
    box-shadow: 10px 23px 40px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(25px);
    font-size: 1.2rem;
}
.btn-orange{
    background: var(--orange-btn);
}

.btn-border__orange{
    border: 1px solid #FF9B32;
}

.text-fragment{
    margin: 3rem 0;
}
.text-fragment__text{
    line-height: 32px;
}

.text-fragment__text.slim{
    max-width: 900px;
}

.title__primary{
    margin: 6rem 0 3rem;
}

.title__primary h3,
.title__primary h4,
.title__primary h5,
.title__primary h6{
    font-size: 3rem;
    font-weight: 700;
}

.title__secondary{
    margin: 6rem 0 3rem;
}
.title__secondary h3,
.title__secondary h4,
.title__secondary h5,
.title__secondary h6{
    font-weight: 500;
    font-size: 3rem;
}

.main-wrapper__row{
    max-width: 900px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 6rem;
}

.buttons_wrapper{
    gap: 40px;
}
.pictures_wrapper{
    gap: 30px;
    margin-top: 11rem;
    max-width: 1200px;
}
.pictures_wrapper div.img__meta{
    /*width: 250px;*/
    /*height: 250px;*/
    overflow: hidden;
}
.pictures_wrapper div.text{
    margin: 1rem 0;
}

.section-main__pad-b{
    padding-bottom: 7rem;
}

.section-main__pad-t{
    padding-top: 7rem;
}

.text__white{
    color: #FFFFFF !important;
}

.file-upload{
    background: #D9D9D9;
    border-radius: 10px;
    padding: 0.5rem 1.5rem;
    font-size: .8rem;
}

.joined-text{
    flex-wrap: wrap;
}

/*  LOGIN FORM  */
.login-wrapper{
    /*width: 100%;*/
    min-width: 300px;
    max-width: 80%;
    margin: 0 auto;
}
.form-field__stretch input{
    width: 100%;
}

.form-field-icon{
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
}

.login-wrapper p.message{
    width: 80%;
    margin: 1em auto;
    font-size: 0.75rem;
}

.login-wrapper button{
    font-size: 1.1rem;
    font-variant: all-small-caps;
}
.search__center input.search__field,
.login-wrapper input
{
    width: 100%;
    border-radius: 20px;
    outline: none;
    border: 1px solid var(--grey-input);
    background: var(--grey-input);
    padding: 10px 2em;
}

.drop-details input.search__field,
.login-wrapper input{
    outline: none;
    border: none;
    background: #FCFCFC;
    border-bottom: 1px solid rgba(206, 205, 205, 0.88);
    padding: 10px 2em;
    margin: 1em 0;
}
.btn-popup__main{
    border: 1px solid #000000;
    border-radius: 15px;
    padding: 15px 25px;
    background: var(--orange-main);
    display: inline-block;
    width: 100%;
}


/*   CAROUSEL   */
.carousel-wrapper{
    width: 100%;
    position: relative;
}

.carousel-span{
    width: 1.5rem;
    height: 1.5rem;
    border-radius:50%;
    position:absolute;
    z-index:50;
    top: 50%;
    transform: translateY(-50%);
}


.carousel-span.back{
    left: 20px;
}

.carousel-span.next{
    right: 20px;
}

.carousel-card{
    position: relative;
}

.carousel-card__overlay{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(360deg, rgba(255, 255, 255, 0.78) 0%, rgba(255, 255, 255, 0.24) 109.53%, rgba(0, 0, 0, 0) 109.55%);
    overflow: hidden;
}

.carousel-card__overlay > div.text{
    max-width: 80%;
    text-align: center;
    margin-bottom: 1rem;
}

.carousel-text p{
    line-height: 32px;
}



/*    MODALS    */
.default-modal,
.text-modal,
.category-menu-modal{
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    position:fixed;
    top: 0;
    left: 0;
    background:rgba(0,0,0,0.5);
    z-index:1000;
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
}

.default-modal-dialog{
    background: #FFFFFF;
    min-width: 360px;
    max-width: 600px;
    min-height: 600px;
    display: flex;
    justify-content: center;
    /*align-items: center;*/
    padding: 20px 20px 20px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 90%;
    overflow-y: auto;
}

.default-modal-content{
    width: 100%;
}

.text-modal-content{
    height: 100%;
}

.modal-box{
    position:fixed;
    top:0;
    left:0;
    background:rgba(0,0,0,0.5);
    width:100vw;
    height: 100vh;
    z-index:1000;
}

.modal-wrap{
    margin:0 auto;
    max-height: 90vh;
    /*overflow-y: scroll;*/
}

.modal-wrap-no-scroll{
    margin:0 auto;
    position: relative;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-40%);
}
.modal-close{
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 10px;
    right:10px;
    opacity: 1;
    box-shadow: 0px 0px 17px -3px lightgrey;
}

.preview-shadow
{
    box-shadow: 0px 0px 17px -3px lightgrey;
}

.cookie-modal-dialog,
.payment-warning-modal-dialog{
    background: #262626;
    position: fixed;
    width: 100%;
    min-height: 150px;
    bottom: 0;
    padding: 10px 20px;
    display: flex;
    align-items: center;
}

.cookie-modal-content,
.payment-warning-modal-content{
    color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.payment-warning-modal-content{
    justify-content: center;
}
.cookie-modal-content h3, h4, h5, h6{
    display: inline-block;
    font-size: 1.5rem;
}

.cookie-text{
    max-width: 35%;
    padding: 10px;
    color: rgba(255, 255, 255, .7);
}

.cookie-text.left{
    border-right: 1px solid var(--grey-input);
    padding-right: 20px;
}

.cookie-text.right{
    padding-left: 20px;
}

.cookie-accept{
    width: 20%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.cookie-accept button,
.light-btn{
    padding: 10px;
    min-width: 100px;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    font-weight: 600;
}

.text__scale-down{
    transform: scale(0.8);
    transition: transform .3s ease;
}

.text__scale-up{
    transform: scale(1);
    transition: transform .3s ease;
}

.push span{
    top: -147px;
}

#mobile-burger{
    width: 40px;
    display: none;
}

.mobile-navbar{
    position: absolute;
    top: 73px;
    right:0;
    background: var(--gray-dark);
    width: 70%;
    z-index: 1000;
}
.mobile-navbar div.links > * {
    margin: 1rem 1rem 0 1rem;
}
.mobile-navbar div.links a{
    display: inline-block;
    padding-bottom: 1rem;
    color: white;
}