@font-face {
    font-family: attila;
    src: url("Assets/attila.ttf");
}

@font-face {
    font-family: copyright klim;
    src: url("Assets/copyright-klim.ttf");
}

@font-face {
    font-family: saira;
    src: url("Assets/saira.ttf");
}

@font-face {
    font-family: stabil grotesk;
    src: url("Assets/stabil-grotesk.ttf");
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}
*:focus {
    outline: none;
}

html,
body {
    /* height: 100%; */
    width: 100%;
    color: #D5CDC4;
    font-family: 'attila';
    background-color: #232025;

}

#main {
    position: relative;
    overflow-x: hidden;
    background-color: #232025;
    min-height: 100vh;
}

#nav {
    position: fixed;
    z-index: 9;
    margin-top: 3vh;
    height: 10vh;
    width: 100vw;
    padding: 0 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

#nav>h3 {
    font-weight: 100;
    letter-spacing: 7px;
    font-size: 1.5vw;
}

#divpart2 {
    height: 10vh;
    width: 15vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#divpart2>h3 {
    font-size: 1vw;
    letter-spacing: 4px;
}

#menu {
    position: relative;
    height: 5vh;
    width: 5vw;
    display: inline-block;
    flex-direction: column;
    cursor: pointer;
    margin-top: 15px;

}

#line1 {
    position: relative;
    height: 0.3vh;
    width: 2.5vw;
    background-color: #D5CDC4;
    margin: 6px 0;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
}

#line2 {
    position: relative;
    height: 0.3vh;
    width: 1.6vw;
    background-color: #D5CDC4;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;

}

#fullscreen-nav {
    position: absolute;
    height: 100vh;
    width: 100vw;
    background-color: #D5CDC4;
    transform: translateY(-100%);
    z-index: 9;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;

}

#fullscreen-nav>h1 {
    position: relative;
    font-size: 13vw;
    text-transform: uppercase;
    margin-top: 20vh;
    margin-left: 5vw;
    color: #232025;

}

#products {
    position: absolute;
    display: flex;
    flex-direction: column;
    color: #232025;
    margin-bottom: 10vh;
    margin-left: 5vw;
}

#products>h4 {
    font-family: "stabil grotesk";
    font-size: 2vw;
    font-weight: 200;
    margin: 4px;
    cursor: pointer;
}

#info {
    position: absolute;
    display: flex;
    flex-direction: column;
    color: #232025;
    margin-bottom: 35vh;
    margin-left: 30vw;
}

#info>h4 {
    font-family: "stabil grotesk";
    font-size: 2vw;
    font-weight: 200;
    margin: 4px;
    cursor: pointer;
}


#page1 {
    position: relative;
    height: 100vh;
    width: 100vw;

}

#maintext {
    font-size: 14vw;
    position: absolute;
    top: 20vh;
    left: 5vw;
    font-weight: 200;
}

#maintext::after {
    content: "R";
    position: absolute;
    font-size: 3.2vw;
    border: 2px solid #D5CDC4;
    border-radius: 50%;
    width: 4vw;
    height: 4vw;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -10%;
    top: 10%;
    padding: 2px;

}

#sub-text {
    position: absolute;
    top: 60vh;
    left: 20vw;
    font-size: 2vw;
    overflow: hidden;
    font-family: 'stabil grotesk';

}

#sub-text>h3 {
    font-weight: 100;
    overflow: hidden;

}

#sub-text>h3:nth-child(1) {
    text-align: right;
}

#sub2-text {
    position: absolute;
    right: 15vw;
    top: 60vh;
    overflow: hidden;
    font-family: 'stabil grotesk';


}

#sub2-text>h4 {

    font-weight: 200;
    font-size: .8vw;
    overflow: hidden;

}


#page2 {
    position: relative;
    width: 100vw;

}

#page2-img {

    position: relative;
    width: 100vw;
    height: auto;
    top: -20vh;
    transform: scale(0.8);
}

#page3 {
    position: relative;
    width: 100vw;
    padding-top: 20vh;

}

#page3>h1 {
    position: relative;
    font-size: 3.5vw;
    font-weight: 100;
    overflow: hidden;

}

#page3>h1>span {
    font-family: 'copyright klim';
    font-style: italic;
}

#page3>h1 {
    text-align: center;
}


#page4 {
    position: relative;
    width: 100vw;

}

#line {
    position: absolute;
    height: 2px;
    width: 0%;
    border: 1px dotted #D4CCC3;
    margin-left: 5vw;
}

#lineitems {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: .8vh;
    width: 25vw;
    left: 7vw;
    top: -2vh;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;

}

#lineitems>h4 {

    font-size: 1vw;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;

}

#lineitems>h4>h5 {
    overflow: hidden;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;

}

section {
    position: relative;
    margin-top: 35vh;
    height: 70vh;
    display: grid;
    place-items: center;
    z-index: 10;
}

section ul {
    width: 80%;
}

li {
    list-style: none;
    -webkit-text-stroke: 1px #D4CCC3;

}

section ul li {
    position: relative;
}

li:hover .link>span {
    color: #232025;
    -webkit-text-stroke: 1px #D5CDC4;
    text-shadow: 2px 2px 4px #D5CDC4;

}

section ul li .link {
    display: flex;
    padding: 5px;
    justify-content: space-between;
    margin-top: 3vh;
    cursor: pointer;
}

section ul li .link span {
    color: #D5CDC4;
    display: block;
    font-weight: 500;
    z-index: 10;
    display: inline-block;
    position: relative;
    font-size: 5vw;
    text-transform: uppercase;
    overflow: hidden;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1.2s;

}


.hover-reveal {
    position: absolute;
    width: 30vw;
    height: 35vw;
    top: 50%;
    left: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    opacity: 0;
    transform: scale(0.8);
    border-radius: 2vw;

}

.hover-reveal img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
    border-radius: 2vw;

}

.hidden-arrow {
    opacity: 0;
}

#lastimg1 {
    transform: rotate(10deg);
    position: absolute !important;

}

#lastimg2 {
    transform: rotate(20deg);
    position: absolute !important;
}

#lastimg3 {
    transform: rotate(30deg);
    position: absolute !important;

}

#page5 {
    position: relative;
    height: 100vh;
    width: 100vw;
}

#page5>h1 {
    position: relative;
    margin-left: 10vw;
    top: 5vh;
    font-size: 8vw;
    overflow: hidden;

}

#page5>h3 {
    position: relative;
    margin-left: 5vw;
    top: 36vh;
    font-size: 4vw;
    overflow: hidden;

}

#page5>h5 {
    position: relative;
    margin-left: 75vw;
    top: 22vh;
    font-size: 2vw;
    overflow: hidden;

}

#top {
    position: absolute;
    width: 0%;
    border-top: 1px dotted;
    top: 66vh;
    border-bottom-style: none;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;

}

#bottom {
    position: absolute;
    top: 94vh;
    width: 0%;
    border-top: 1px dotted;
    border-bottom-style: none;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;

}

#middle {
    position: absolute;
    width: 0%;
    left: 60vw;
    top: 80vh;
    border-top: 1px dotted;
    border-bottom-style: none;
    transform: rotate(90deg);
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;

}

#page6 {
    position: relative;
    height: 100vh;
    width: 100vw;
    background-image: url(Assets/stars.gif);
}

#page6>h2 {
    position: absolute;
    font-size: 3.5vw;
    font-weight: 200;
    justify-content: center;
    text-align: center;
    top: 25vh;
    left: 27vw;
    overflow: hidden;

}

#page6>h2>span {
    font-family: 'copyright klim';
}

#page6>h5 {
    position: relative;
    top: 55vh;
    left: 40vw;
    overflow: hidden;
    font-size: 1vw;

}

#page6>img {
    position: absolute;
    top: 80vh;
    left: 50vw;
}

#page7 {
    position: relative;
    padding: 40vh 0;
    width: 100vw;

}

#page7>h2 {
    position: relative;
    overflow: hidden;
    font-size: 2.4vw;
    font-weight: 400;
    text-align: center;

}

#page7>h2>span {
    font-family: 'copyright-klim';
}

#page8 {
    position: relative;
    width: 100vw;
    overflow: hidden;

}

#text-wrap-container-1-main {
    position: relative;
    height: 20vh;
    width: 200vw;
    display: flex;
    flex-wrap: nowrap;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;

}

#text-wrap-container-1 {
    position: relative;
    left: -100vw;
    height: 20vh;
    width: 100vw;
    display: flex;
    flex-wrap: nowrap;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;


}

#text-wrap-container-2-main {
    position: relative;
    height: 20vh;
    width: 200vw;
    display: flex;
    flex-wrap: nowrap;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;

}

#text-wrap-container-2 {
    position: relative;
    left: -95vw;
    height: 20vh;
    width: 100vw;
    display: flex;
    flex-wrap: nowrap;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;



}

#text-wrap-container-3-main {
    position: relative;
    height: 20vh;
    width: 200vw;
    display: flex;
    flex-wrap: nowrap;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;

}

#text-wrap-container-3 {
    position: relative;
    left: -75vw;
    height: 20vh;
    width: 100vw;
    display: flex;
    flex-wrap: nowrap;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;



}

#text-wrap-container-4-main {
    position: relative;
    height: 20vh;
    width: 200vw;
    display: flex;
    flex-wrap: nowrap;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;

}

#text-wrap-container-4 {
    position: relative;
    left: -80vw;
    height: 20vh;
    width: 100vw;
    display: flex;
    flex-wrap: nowrap;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;

}

#text-wrap-container-5-main {
    position: relative;
    height: 20vh;
    width: 200vw;
    display: flex;
    flex-wrap: nowrap;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;

}

#text-wrap-container-5 {
    position: relative;
    left: -70vw;
    height: 20vh;
    width: 100vw;
    display: flex;
    flex-wrap: nowrap;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;

}

#text-wrap-container-6-main {
    position: relative;
    height: 20vh;
    width: 200vw;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 2.5vh;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;

}

#text-wrap-container-6 {
    position: relative;
    left: -100vw;
    height: 20vh;
    width: 100vw;
    display: flex;
    flex-wrap: nowrap;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;

}

.heading {
    position: relative;
    text-transform: uppercase;
    display: block;
    font-size: 11vw;
    pointer-events: none;
    margin: 0 10px;
    flex-wrap: nowrap;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;



}

.dark-heading {
    position: relative;
    text-transform: uppercase;
    font-size: 11vw;
    pointer-events: none;
    color: transparent;
    flex-wrap: nowrap;
    -webkit-text-stroke: 1px #D4CCC3;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;


}

#page9 {
    position: relative;
    width: 100vw;
    padding: 15vh 0;

}

#page9>h2 {
    position: relative;
    top: 20vh;
    text-align: center;
    font-size: 2.5vw;
    font-weight: 200;
    align-items: center;
    overflow: hidden;

}

#page9>h2:nth-child(2) {
    font-family: 'copyright klim';
}

#yesno-cont {
    margin-top: 40vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#yes {
    position: relative;
    height: 20vh;
    width: 50vw;
    align-items: center;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;

}


#yes>h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3vw;
    font-weight: 100;
    z-index: 9999999;
    width: 50vw;
    display: inline-block;
    padding-left: 25vw;
    overflow: hidden;

}

#yes>img {
    position: absolute;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25vw;
    height: 30vw;
    transform: rotate(20deg);
}

#no {
    position: relative;
    height: 20vh;
    width: 50vw;
    align-items: center;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;

}

#no>h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3vw;
    font-weight: 100;
    z-index: 9999999;
    width: 50vw;
    display: inline-block;
    padding-left: 25vw;
    overflow: hidden;

}

#no>img {
    position: absolute;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25vw;
    height: 30vw;
}

#page10 {
    position: relative;
    height: 40vh;
    /* width: 40vw; */

}

#page10>h2 {
    position: relative;
    top: 5vh;
    text-align: center;
    font-size: 3.5vw;
    font-weight: 200;
    overflow: hidden;

}

#foldimg {
    position: absolute;
    height: 70vh;
    width: 80vw;
    left: 14vw;
    top: 20vh;
    display: flex;
    align-items: center;
}


#foldimg3 {
    position: relative;
    z-index: 3;
    height: auto;
    width: 17vw;
    margin: 0px -5px;
    cursor: pointer;
    filter: drop-shadow(0px 16px 10px black);
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;

}

#foldimg2,
#foldimg4 {
    position: relative;
    z-index: 2;
    height: auto;
    width: 15vw;
    margin: 0px -5px;
    cursor: pointer;
    filter: drop-shadow(0px 16px 10px black);
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;

}

#foldimg1,
#foldimg5 {
    position: relative;
    z-index: 1;
    height: auto;
    width: 13vw;
    margin: 0px -5px;
    cursor: pointer;
    filter: drop-shadow(10px 16px 10px rgba(0, 0, 0, 0.897));
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;

}

.fold-img:hover {
    transform: rotate(10deg);
    scale: 1.1;

}


#page11 {
    position: relative;
    height: 100vh;
    width: 100vw;
}

#page11>h6:nth-child(1) {
    position: absolute;
    left: 8vw;
    top: 5vh;
    font-size: 1vw;
}

#page11>h6:nth-child(2) {
    position: absolute;
    left: 40vw;
    top: 5vh;
    font-size: 1vw;
}

.txts {
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
}

#page11>img {
    position: absolute;
    height: 15vh;
    width: auto;
}

#footerimg1 {
    left: 10vw;
    top: 20vh;
}

#footerimg2 {
    left: 23vw;
    top: 20vh;
}

#footerimg3 {
    left: 48vw;
    top: 20vh;
}

#footerimg4 {
    left: 75vw;
    top: 20vh;
}

#footerimg5 {
    left: 10vw;
    top: 45vh;
}

#footerimg6 {
    left: 35vw;
    top: 45vh;
}

#footerimg7 {
    left: 85vw;
    top: 45vh;
}

#footerimg8 {
    left: 23vw;
    top: 70vh;
}

#page11>img {
    cursor: pointer;
}

#page12 {
    position: relative;
    height: 90vh;
    width: 100vw;

}

#mainlasttext {
    font-size: 14vw;
    position: absolute;
    top: 15vh;
    left: 5vw;
    font-weight: 200;
}

#mainlasttext::after {
    content: "R";
    position: absolute;
    font-size: 3.2vw;
    border: 2px solid #D5CDC4;
    border-radius: 50%;
    width: 4vw;
    height: 4vw;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -10%;
    top: 10%;
    padding: 2px;


}

#Email {
    position: absolute;
    top: 30vh;
    left: 60vw;
    width: 35vw;
    font-size: 1.5vw;
    padding-bottom: 1vh;
    background-color: #232025;
    border-bottom: 1px dotted #D4CCC3 !important;
    border-style: none;
    color: #D4CCC3;

}

#emailarrow {
    position: absolute;
    left: 93vw;
    top: 30vh;
    font-size: 2vw;
    cursor: pointer;
}

#emailarrow:hover {
    color: #6d696f42;

}

#bottomleft {
    position: absolute;
    /* height: 70vh; */
    width: 50vw;
    top: 55vh;
    display: flex;
    flex-direction: column;
}

#bottomleft a {
    text-decoration: none;
    color: #D4CCC3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* margin-top: 2vh; */
}

.elem {
    position: relative;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    height: 6vh;
    width: 45vw;
    left: 6vw;
    font-size: 1.7vw;
    font-weight: 100;
    border-bottom: 1px dotted #d4ccc35d;
    margin-top: 3vh;
    /* margin-bottom: 25px; */
    align-items: center;

}

.elem:hover {
    border-color: #D4CCC3;

}

#right1 {
    position: absolute;
    left: 60vw;
    top: 60vh;
    height: 10vh;
    width: 8vw;
    margin-bottom: 25px;
    font-size: 0.8vw;
    display: flex;
    flex-direction: column;

}

#right1>a {
    margin: 5px 0px;
    color: #D5CDC4;
    text-decoration: none;
}

#right1>a:hover {
    text-decoration: underline;
}

#right2 {
    position: absolute;
    left: 85vw;
    top: 75vh;
    height: 10vh;
    width: 10vw;
    margin-bottom: 25px;
    font-size: 0.8vw;
    display: flex;
    flex-direction: column;

}

#right2 a,
h5 {
    margin: 3px 0px;
    color: #D5CDC4;
    text-decoration: none;
}

#right2>a:hover {
    text-decoration: underline;
}


@media only screen and (max-width:500px) {


    #nav {
        padding: 0 25px;
    }

    #nav>h3 {
        font-size: 3.5vw;
    }

    #divpart2 {
        width: 30vw;
    }

    #divpart2>h3 {
        font-size: 2.5vw;
    }

    #line1 {
        width: 5.5vw;
    }

    #line2 {
        width: 5.5vw !important;
    }


    #fullscreen-nav>h1{
        font-size: 25vw;
    }

    #products>h4{
        font-size: 8vw;
    }

    #info{
        margin-left: 6vw;
        top: 80vh;
    }

    #info>h4{
        font-size: 5vw;
    }

    #maintext {
        font-size: 28vw;
    }

    #sub-text {
        font-size: 6vw;
        font-family: 'stabil grotesk';
        top: 42vh;
        left: 8vw;
    }

    #sub2-text {
        top: 63vh;
    }

    #sub2-text>h4 {
        font-size: 3vw;
        font-family: 'stabil grotesk';
        top: 50vh;

    }

    #page3 {
        padding-top: initial;
        padding-bottom: 10vh;
        padding: 0 10px;
    }

    #page3>h1 {
        font-size: 11vw;
        display: block;
    }

    #line {
        top: 16vh;
    }

    #lineitems {
        top: initial;
        width: 45vw;
        top: 15vh;
    }

    #lineitems>h4 {
        font-size: 3vw;
    }

    section {
        margin-top: 30vh;
        height: 60vh;
        top: 15vh;
    }

    section ul li .link span {
        font-size: 8vw;
    }

    #page5 {
        height: 55vh;
    }

    #page5>h1 {
        top: 20vh;
        font-size: 9vw;
    }

    #top {
        top: 45vh;
    }

    #bottom {
        top: 55vh;
    }

    #middle {
        top: 50vh;
    }

    #page5>h3 {
        top: 33.5vh;
    }

    #page5>h5 {
        top: 29.5vh;
    }

    #page6>h2 {
        font-size: 8.5vw;
        left: 2vw;
    }

    #page6>h5 {
        font-size: 3.4vw;
        left: 20vw;

    }

    #page6>img{
        left: 45vw;
    }

    #page7 {
        padding: 30vh 0;
    }

    #page7>h2 {
        font-size: 9.5vw;
    }

    #text-wrap-container-1-main {
        height: 15vh;
    }

    #text-wrap-container-2-main {
        height: 15vh;
    }

    #text-wrap-container-3-main {
        height: 15vh;
    }

    #text-wrap-container-4-main {
        height: 15vh;
    }

    #text-wrap-container-5-main {
        height: 15vh;
    }

    #text-wrap-container-6-main {
        height: 15vh;
    }

    .heading {
        font-size: 25vw;
    }

    .dark-heading {
        font-size: 25vw;
    }

    #page9 {
        padding: initial;
    }

    #page9>h2 {
        font-size: 6.5vw;
    }

    #yesno-cont {
        margin-top: 30vh;
        margin-bottom: 20vh;
        margin-right: 5vw;

    }

    #yes>h2 {
        font-size: 7vw;
    }

    #no>h2 {
        font-size: 7vw;
    }

    #page10 {
        height: 50vh;
    }

    #page10>h2 {
        font-size: 7.5vw;
        left: 25vw;
    }

    #foldimg {
        height: 15vh;
        left: 8vw;
    }

    #foldimg3 {
        width: 25vw;
    }

    #foldimg2,
    #foldimg4 {
        width: 20vw;
    }

    #foldimg1,
    #foldimg5 {
        width: 16vw;
    }

    #page11>h6:nth-child(1) {
        font-size: 2vw;
    }

    #page11>h6:nth-child(2) {
        left: 45vh;
        font-size: 2vw;
    }

    #page11>img {
        height: 12vh;
    }

    #footerimg2 {
        left: 43vw;
    }

    #footerimg3 {
        left: 75vw;
    }

    #footerimg4 {
        top: 38vh;
    }

    #footerimg5 {
        top: 38vh;
    }

    #footerimg6 {
        left: 34vw;
        top: 56vh;
    }

    #footerimg7 {
        left: 75vw;
        top: 56vh;
    }

    #footerimg8 {
        left: 10vw;
        top: 75vh;
    }

    #mainlasttext {
        font-size: 29vw;
    }

    #Email {
        top: 24vh;
        left: 9vw;
        width: 81vw;
        font-size: 5.5vw;

    }

    #emailarrow {
        left: 84vw;
        top: 24vh;
        font-size: 7vw;
    }

    #right1 {
        top: initial;
        bottom: 10vh;
        left: 9vw;
        font-size: 3.4vw;
        margin-bottom: 5vh;
    }


    #right2 {
        top: initial;
        bottom: 10vh;
        left: 60vw;
        font-size: 3vw;
        margin-bottom: 5vh;
        width: 30vw;

    }

    #right2>h5 {
        font-size: 2.5vw;
    }

    #bottomleft {
        width: 95vw;
    }

    #bottomleft a {
        margin-top: initial;
        top: 35vh;
    }

    .elem {
        font-size: 7.5vw;
        width: 87vw;
        margin-bottom: 17px;
    }






}