
@font-face {
    font-family: futura;
    src: url(https://twogood.com.au/fonts/Futura-Bold.woff2);
}
@font-face {
    font-family: "ABC Social Mono";
    src: url(https://twogood.com.au/fonts/ABCSocialMono-Regular.woff2) format('woff2');
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}
@font-face {
     font-family: "Helvetica Now Text";
     src: url(https://twogood.com.au/fonts/HelveticaNowText-Regular.woff2) format('woff2');
     font-style: normal;
     font-weight: 400;
     font-display: swap;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
*::selection{
    color: #fff;
    background-color: black;
}

html,body{
    height: 100%;
    width: 100%;
    background-color: #f7f7f7;
}
#nav {
    /* height: 100px; */
    width: 100%;
    /* background-color: burlywood; */
    position: fixed;
    z-index: 99;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 25px;
}
#nav-part1{
    height: 83px;
    overflow: hidden;
    position: relative;
}
#logo-wrapper{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 90px;
    transition: all ease 0.3s;
}
#nav-part1 svg{
    display: block;
    cursor: pointer;
}
#nav #nav-part2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
#links {
    padding: 10px;
}
#nav-part2 #links a {
    text-transform: uppercase;
    text-decoration: none;
    color: #333;
    font-family: "Helvetica Now Text";
    font-weight: 500;
    font-size: 14px;
    margin: 0 20px;
}

#icons {
    padding: 10px;
    border-radius: 50px;
    background-color: #F7F7F7;
}

#nav-part2 #icons i {
    font-size: 18px;
    margin: 0 20px;
    font-weight: 100;
}

#cursor{
    height: 240px;
    width: 240px;
    background-color:#fff;
    border-radius: 50%;
    position: fixed;
    transform: translate(-50%,-50%) scale(0);
}
#page1{
    min-height: 100vh;
    position: relative;
    width: 100%;
    padding: 0 2vw;
    padding-top: 16vw;
}
#page1 h1{
    font-size: 15.7vw;
    font-family: futura;
    line-height: 13.6vw;
    letter-spacing: -8px;

}
#video-container{
    height: 100vh;
    width: 100%;
    padding-top: 1vw;
    position: relative;
}
#video-container video{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 0.5%;
}
#video-container #play{
    height: 3.5vw;
    width: 3.5vw;
    background-color: black;
    color: #fff;
    font-size: 0.7vw;
    font-family: futura;
    border-radius: 50%;
    padding-top: 1.3vw;
    padding-left: 0.8vw;
    opacity: 0;
    scale: 0;
    position: absolute;
}
#page2{
    min-height: 100vh;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    padding: 1.6vw 1.8vw;
    justify-content: space-between;

}
#page2 .elem{
    height: 100%;
    width: 32%;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
#page2 .elem img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    scale: 1.3;
}
#page2 .elem .box{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 80%;
    border-radius: 50px;
    position: absolute;
    z-index: 9;
    background-color: rgb(239, 239, 235);
    font-family: "Helvetica Now Text";
    font-size: 1vw;
}
#page2 .elem .box:hover{
    height: 200px;
    cursor: pointer;
}
#page3{
    min-height: 100vh;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
#page3-top{
    height: 70vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#top-left{
    width: 60vw;
    padding-bottom: 8vw;
    padding-left: 2vw;
}
#top-left h1{
    text-transform: uppercase;
    font-family: futura;
    font-size: 4.5vw;
    line-height: 4.7vw;

}
#top-right{
   width: 22vw;
   margin-right: 9vw;
   padding-top: 4vw;
}
#top-right p{
    font-family: "Helvetica Now Text";
    font-size: 1.3vw;
    line-height: 2vw;
}#top-right .para1{
    margin-bottom: 3vw;
}
#top-right .shop{
    text-transform: uppercase;
    margin-top: 3vw;
    font-size: 1vw;
    border-bottom: 2px solid #333;
    
}
.child{
    height: 70vh;
    width: 35vw;
    position: relative;
    margin-bottom: 20vw;
    margin-top: 10vw;
    margin-left: 10vw;
}
.child img{
    height: 70vh;
    width: 80%;
}
#page3 .child h4{
    font-size: 1vw;
    text-transform: uppercase;
    padding-left: 8vw;
    padding-top: 7vw;
    font-family: "Helvetica Now Text";
    opacity: 0.7;
    
}
#page3 .child h6{
    padding-left: 12vw;
    margin-top: 1vw;
    font-size: 1vw;
    opacity: 0.8;
}







@media (max-width:600px) {

    #nav {
    /* height: 100px; */
    width: 100%;
    /* background-color: burlywood; */
    position: fixed;
    z-index: 99;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 25px;
}
#nav-part1{
    height: 83px;
    overflow: hidden;
    position: relative;
}
#logo-wrapper{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 90px;
    transition: all ease 0.3s;
}
#nav-part1 svg{
    display: block;
    cursor: pointer;
}
#nav #nav-part2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
#links {
    padding: 10px;
    display: none;
}
#nav-part2 #links a {
    text-transform: uppercase;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    font-size: 14px;
    margin: 0 20px;
}

#icons {
    padding: 10px;
    border-radius: 50px;
    background-color: #F7F7F7;
}

#nav-part2 #icons i {
    font-size: 18px;
    margin: 0 20px;
    font-weight: 100;
}

    #page1{
    min-height: 80vh;    
    width: 100%;
    padding: 0 2vw;
    padding-top: 38vw;
}

    #page1 h1{
    font-size: 15.8vw;
    line-height: 13.4vw;
    letter-spacing: -5px;
}
#video-container{
    height: 50vh;
    padding-top: 2.3vw;
}
#video-container #play{
    height: 10vw;
    width: 10vw;
    color: #fff;
    font-size: 2vw;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    padding-top: 4vw;
    padding-left: 2.5vw;
    opacity: 1;
    scale: 1;
    position: absolute;
    transform: translate(-50%, -50%);
}
#page2{
    min-height: 100vh;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 4vw 2vw;

}
#page2 .elem{
    height: 100%;
    width: 100%;
    overflow: hidden;
    margin-bottom: 3vw;
}
#page2 .elem .box{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 80%;
    border-radius: 50px;
    position: absolute;
    z-index: 9;
    background-color: rgb(239, 239, 235);
    font-family: "Helvetica Now Text";
    font-size: 2vw;
}
#top-right{
    width: 25vw;
   /* padding-right: 4vw;*/
   margin-right: 9vw;
   padding-top: 4vw;
}
#top-right p{
    font-family: "Helvetica Now Text";
    font-size: 1.8vw;
    line-height: 2vw;
}#top-right .para1{
    margin-bottom: 3vw;
}
#top-right .shop{
    text-transform: uppercase;
    margin-top: 3vw;
    font-size: 1.5vw;
    border-bottom: 1px solid #333;
}
#page2 .elem img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    scale: 1.3;
}
.child img{
    height: 60%;
    width: 85%;
}
#page3 .child h4{
    font-size: 2vw;
    text-transform: uppercase;
    padding-left: 8vw;
    padding-top: 7vw;
    font-family: "Helvetica Now Text";
    opacity: 1;
    
}
#page3 .child h6{
    padding-left: 12vw;
    margin-top: 1vw;
    font-size: 2vw;
    opacity: 0.9;
}


}