html{scroll-behavior: smooth;}
*{padding: 0;margin: 0;text-decoration: none;color: inherit;list-style-type: none;}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Zeyada&display=swap');


body{
    background-color: white;
}

.hide{
    display: none;
}


/* ------------------------------ */
/* ------------ TEXT ------------ */
/* ------------------------------ */

span{
    font-family: 'Cormorant Garamond', serif;
    font-size: 70px;
    font-weight: 50;
    letter-spacing: .02px;
}
.upcoming-more span{
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    font-weight: 500;
}
.info-links span{
    font-family: 'Zeyada', serif;
    font-size: 25px;
    font-weight: 400;
}
article span{
    font-family: 'Zeyada', serif;
    font-size: 30px;
    font-weight: 700;
}

h1{
    font-family: 'Cormorant Garamond', serif;
    font-size: 35px;
    font-weight: 500;
}
h2{
    font-family: 'Cormorant Garamond', serif;
    font-size: 15px;
    font-weight: 700;
}
h3{
    font-family: 'Cormorant Garamond', serif;
    font-size: 30px;
    font-weight: 500;
}
h4{
    font-family: 'Zeyada', serif;
    font-size: 25px;
    font-weight: 300;
}
h5{
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    font-weight: 500;
}


.h1{
    font-family: 'Cormorant Garamond', serif;
    font-size: 55px;
    font-weight: 500;
}
.h4{
    font-family: 'Zeyada', serif;
    font-size: 40px;
    font-weight: 300;
}


ul{
    font-family: 'Cormorant Garamond', serif;
    font-size: 17px;
    font-weight: 600;
}
p{
    font-family: 'Cormorant Garamond', serif;
    font-size: 17px;
    font-weight: 500;
}

/* ------------------------------ */
/* ------------ INDEX ----------- */
/* ------------------------------ */

.index-section{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    background-color: aqua;
}

.fashion{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 50%;
    background-image: url(/img/fashion.jpeg);
    background-position: center;
    background-color: red;
}
.fashion a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all .3s ease-in-out;
    color: black;
}
.books{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 50%;
    background-image: url(/img/books.jpeg);
    background-color: brown;
}
.books a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all .3s ease-in-out;
    color: black;
}

.band{
    height: 100%;
    width: 5px  ;
    background-color: white;
}

.index-div{
    transition: all .4s ease-in-out;
    color: black;
}
.index-div:hover{
    width: 70%;
}
.fashion a:hover{
    color: white;
    transform: scale(110%);
}
.books a:hover{
    color: white;
    transform: scale(110%);
}

/* ------------------------------ */
/* ----------- HEADER ----------- */
/* ------------------------------ */

header{
    position: absolute;
    z-index: 99;
    width: 100%;
}

nav{
    margin: 20px 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}    

.menu{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.menuinverted a{
    color: rgb(205, 205, 205);
}

ul{
    display: flex;
    flex-direction: row;
    gap: 25px;
} 

ul a:hover{
    text-decoration: underline;
} 

/* ------------------------------ */
/* --------- HEROBANNER --------- */
/* ------------------------------ */

.herobanner-section{
    height: 85vh;
    background-color: rgb(239, 230, 218);
    display: flex;
    align-items: center;
    position: relative;
}
.herobanner-container{
    width: 100%;
}
.herobanner-div{
    width: auto;
}


.span-div{
    position: absolute;
    left: 50%;
    top: 50%;
}
.span-1{
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    left: -350px;
}
.span-2{
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    bottom: -250px;
}
.span-3{
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    left: 350px;
}


.img-div{
    height: 500px;
    display: flex;
    justify-content: center;
}


.logo{
    display: flex;
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    height: 45px;
}


.article-article{
    width: 300px;
    height: 300px;
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: white;
}

.article-container{
    margin: 30px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}



form{
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

form button{
    width: 40%;
    padding: 5px;
    transition: all .2s;
    border-radius: 7px;
    background-color: white;
}
form button:hover{
    color: white;
    background-color: black;
    cursor: pointer;
}
form input{
    padding: 5px;
}

.line{
    height: 1px;
    width: 100%;
    content: ' ';
    background-color: black;
}

/* ------------------------------ */
/* ---------- UPCOMING ---------- */
/* ------------------------------ */

.upcoming-section{
    height: 85vh;
    background-color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    flex-direction: column;
}
.upcoming-container{
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.upcoming-row{  
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: center;
}

.upcoming-div{
    display: flex;
    flex-direction: column;
    height: 200px;
    width: 300px;
    overflow: hidden;
    background-color: brown;
    position: relative;
}

.upcoming-img{
    transition: all .3s;
    z-index: 1;
}
.upcoming-img img{
    display: flex;
    width: 100%;
    max-height: 200px;
    object-fit: cover;
}
.upcoming-img:hover{
    transform: scale(105%);
}

.upcoming-div-title{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 7px;
    background-color: rgb(239, 230, 218);
    z-index: 9;
}



/* ------------------------------ */
/* ------------ INFO ------------ */
/* ------------------------------ */

.info-section{
    height: 30vh;
    background-color: rgb(239, 230, 218);
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 230px;
    padding-right: 230px;
}

.info-container{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    justify-content: space-around;
}


.info-text{
    width: 33%;
}

.info-img{
    display: flex;
    flex-direction: row;
    width: 20%;
    height: 100%;
}
.info-img img{
    display: flex;
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: top;
}



/* ------------------------------ */
/* ---------- PREVIEW ----------- */
/* ------------------------------ */

.preview-section{
    height: 85vh;
    background-color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 250px;
}
.preview-container{
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    gap: 50px;
}

.preview-container img{
    transition: all .3s;
}
.preview-container img:hover{
    transform: scale(105%);
}

p span{
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px;
    font-weight: 900;
}

h3 span{
    font-family: 'Cormorant Garamond', serif;
    font-size: 45px;
    font-weight: 300;
}

.preview-container h3{
    margin-top: -15px;
}

/* ------------------------------ */
/* ----------- FOOTER ----------- */
/* ------------------------------ */

footer{
    height: 20vh;
    background-color: rgb(239, 230, 218);
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    position: relative;
    bottom: 0;
}
.footerindex{
    height: 0!important;
}

footer div{
    display: flex;
    gap: 25px;
    align-items: center;
    padding-left: 50px;
    padding-right: 50px;
}

.footer-right{
    display: flex;
    justify-content: flex-end;
}

.copyright{
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 50px;
}

footer ul{
    font-family: 'Cormorant Garamond', serif;
    font-size: 14px;
    font-weight: 400;
}
footer span{
    font-size: 12px;
}
span a{
    font-weight: 600;
    color: rgb(215, 23, 23);
}
span a:hover{
    color: rgb(164, 0, 0);
}

/* ---------------------------------------------- */
/* -------------------- MEDIA ------------------- */
/* ---------------------------------------------- */

.message{
    display: none;
}

@media only screen and (max-width: 1000px) {
    .index-section{
        flex-direction: column;
        height: 100vh;
        width: 100%;
    }

    .fashion{
        height: 50%;
        width: 100%;
    }
    .fashion a{
        color: white;
        transform: scale(200%);
    }
    .books{
        height: 50%;
        width: 100%;
    }
    .books a{
        color: white;
        transform: scale(200%);
    }
    .band{
        width: 100%;
        height: 5px;
        background-color: white;
    }

    .index-div:hover{
        width: 100%;
        height: 70%;
    }

/*
    .message{
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        color: black;
        background-color: white;
        z-index: 99;
    }

    .message p{
        text-align: center;
    }
*/
}

