* {
   margin: 0;
   padding: 0;
   box-sizing: border-box;
   font-family: 'gilroy';
}
*::selection{
    color: #fff;
    background-color: black;
}
html, body{
    height: 100%;
    width: 100%;
    
}
body{
    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 #nav-part2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
#links {
    padding: 10px;
}

#nav-part1 {
    /* background-color: RED; */
    height: 82px;
    overflow: hidden;
}

#nav-part1 svg {
    display: block;
}

#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;
}

#cursor{
    height: 180px;
    width: 180px;
    background-color: rgba(224, 139, 189, 0.814);
    border-radius: 50%;
    position: fixed;
    transform: translate(-50%, -50%) scale(0);
}
#pg1{
    min-height: 100vh;
    position: relative;
    width: 100%;
    padding:0 1vw;
    padding-top: 28vh;
}
#pg1 h1{
    font-size: 16vw;
    text-transform: uppercase;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    line-height: 13.5vw;
    margin-left: 20px;  
    font-weight:850;
    letter-spacing: -15px;
}
#video-container{
    height: 100vh;
    width: 100%;
    margin-top: 30px;
    margin-left: 30px;
    position: relative;
}
#video-container video{
    height: 100%;
    width: 100%;
    object-fit: cover;
    padding-right: 30px;
}
#video-container #play{
    padding: 3vw 2.2vw;
    background-color: black;
    color: #fff;
    font-size: 1.3vw;
    position:fixed;
    text-transform: uppercase;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    border-radius: 50%;
    opacity: 0;
    scale: 1;
    
}
.upper1{
    margin-top: 80px;
}
.upper1 span{
    font-size: 12px;
    color: #000000;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    padding-left: 20px;
    margin-left: 25px;
    margin-right: 20px;
    
    
}
.upper1 span#space{
    margin-left: 1305px;
}
.line{
    
    width: 1472px;
    height: 1px;
    background: currentColor;
    margin-left: 40px;
}
.ptag {
    margin-top: 40px;
}
#small a{
    text-decoration: none;
    color: #000000;
    font-size: 12px;
   
}
.text2{
    display: flex;
    justify-content: space-between;
}
#textalt p {
    font-size: 62px;
    margin-left: 40px;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-family: "Futura Now Headline", "Lucida Sans", Tahoma, sans-serif;
    font-weight: bolder;
    


}
#small{
    margin-right: 200px;
}
#pg2{
    min-height: 100vh;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    padding: 5vw 1vw;
    justify-content:space-evenly;
    padding-top: 20px;
}

#pg2 .elem{
    height: 100%;
    width: 31%;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
#pg2 .elem img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    scale: 1.1;
}
#pg2 .elem .dets{
    height: 60px;
    border-radius: 50px;
    width: 70%;
    position: absolute;
    z-index: 9;
    background-color: #EDF3FF;
}
#pg3{
    height: 120vh;
    width: 100%;
    background-color: #F7F7F7;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.child{
    height:54vh;
    width: 38vw;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.child img {
    height: 100%;
}   


@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: 15px;
    }

    #nav #nav-part2 {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 40px;
    }
    #links {
        padding: 10px;
        display: none;
    }

    #nav-part1 {
        /* background-color: RED; */
        height: 67px;
        overflow: hidden;
    }

    #nav-part1 svg {
        display: block;
        height: 67px;
        width: 80px;
    }
    #nav #twogoodlogo{
        height: 40px;
        margin-left: -20px;
    }
    #icons {
        padding: 7px;
        border-radius: 50px;
        background-color: #F7F7F7;
    }

    #nav-part2 #icons i {
        font-size: 15px;
        margin: 0 20px;
        font-weight: 100;
    }

    #pg1{
        min-height:50vh ;
        width: 100%;
        padding:0 3vw;
        padding-top: 25vh;
    }
    #pg1 h1{
        font-size: 15.5vw;
        letter-spacing: -3px;
    }
    #video-container{
        height: 25vh;
        margin-top: 3vw;

    }
    #video-container #play{
        padding: 9.5vw 7.2vw;
        font-size: 3vw;
        position:absolute;
        top: 50%;
        left: 50%;
        opacity: 1;
        scale: 1;
        transform: translate(-50%,-50%);
        
    }
    #pg2{
        min-height: 100vh;
        width: 100%;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 5vw 1vw;
        justify-content:space-evenly;
    }
    
    #pg2 .elem{
        height: 100vh;
        width: 31%;
        
        overflow: hidden;
        margin-bottom: 3vw;
    }
    #pg2 .elem img{
        height: 100%;
        width: 100%;
        object-fit: cover;
        scale: 1.1;
    }
    #pg2 .elem .dets{
        height: 40px;
        border-radius: 50px;
        width: 70%;
        position: absolute;
        z-index: 9;
        background-color: #EDF3FF;
    }
    #page3 {
        min-height: 120vh;
        width: 100%;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }

    .child {
        height: 54vh;
        width: 88vw;
        /* background-color: red; */
        /* border: 2px solid #000; */
        position: relative;
        padding: 15vw;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .child img {
        height: 100%;
    }

}
 


