
p {
    margin: 0;
}

a {
    text-decoration: none;
}

header {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    width: 100%;
}

.logo {
    pointer-events: none;
}

.logoIMG {
    margin-top: 1.2vw;
    width: 120px;
}

.socIconst {
    position: absolute;
    right: 35px;
}

.socIcont {
    margin-top: 1vw;
    width: 30px;
    margin-right: 1.5vw;
}

#gmIcont:hover {
    content: url(./assets/gmHover.svg);
}

#twtIcont:hover {
    content: url(./assets/twtHover.svg);
}

#linIcont:hover {
    content: url(./assets/linHover.svg);
}

#topText {
    font-family: "NeueMachinaBold", sans-serif;
    font-size: 4vw;
    line-height: 4vw;
}

#topText--Purple {
    font-family: "NeueMachinaBold", sans-serif;
    font-size: 4vw;
    color: #444ce4;
    white-space: nowrap;
    /* Keeps the content on a single line */
}

main {
    width: 100%;
}

#topTextDiv {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    width: 60%;
    margin-top: 3vw;
    margin-left: 17vw;
}

#starIMG {
    position: absolute;
    margin-top: -5vw;
    margin-left: 48vw;
    width: 7vw;
    pointer-events: none;
}

.circleButtonHolder {
    width: 9vw;
}

#circleButtonDiv {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 5vw auto 0 auto;
    width: 30%;
}

.circleButton {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    background: #FFF;
    border-radius: 50%;
    height: 4vw;
    width: 4vw;
    transition: all .2s ease-in-out;
}

.circleButtonRight {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    background: #FFF;
    border-radius: 50%;
    height: 4vw;
    width: 4vw;
    transition: all .2s ease-in-out;
}

.circleButton:hover {
    background: #444CE4;
    border-radius: 75px;
    cursor: pointer;
    width: 15vw;
}

.circleButtonRight:hover {
    background: #444CE4;
    border-radius: 75px;
    cursor: pointer;
    width: 11vw;
}

.circleButtonText {
    white-space: nowrap;
    font-family: "NeueMachinaBold", sans-serif;
    font-size: 1.5vw;
    text-align: left;
    width: 5vw;
    margin-left: 4vw;
    color: #000;
    transition: all .2s ease-in-out;
}

.circleButton:hover .circleButtonText {
    color: #FFF;
    margin-left: -7vw;
    transition: all .2s ease-in-out;
}

.circleButtonRight:hover .circleButtonText {
    color: #FFF;
    margin-left: -3vw;
    transition: all .2s ease-in-out;
}

#scrollExploreDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 5vw;

}

#scrollExploreIMG {
    width: 10vw;
    pointer-events: none;
}

#rectHolders {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 70%;
    margin: 5vw auto 0px auto;
}

.rectInfo {
    width: 22vw;
    height: 30vw;
    box-sizing: border-box;
    border: 1px solid #000000;
    border-radius: 4vw;
}

.rectIMG1 {
    position: absolute;
    margin-left: 3vw;
    margin-top: -4vw;
    width: 20%;
    transition: all .1s ease-in-out;
}

.rectIMG1:hover {
    margin-top: -6vw;
}

.rectIMG2 {
    position: absolute;
    margin-left: 4vw;
    margin-top: -3vw;
    width: 15%;
    transition: all .1s ease-in-out;
}

.rectIMG2:hover {
    margin-top: -5vw;
}

.rectIMG3 {
    position: absolute;
    margin-left: 1vw;
    margin-top: -5vw;
    width: 18%;
    transition: all .1s ease-in-out;
}

.rectIMG3:hover {
    margin-top: -7vw;
}

.rectTitleText {
    position: relative;
    font-family: "NeueMachinaBold", sans-serif;
    font-size: 1.8vw;
    text-align: left;
    margin-left: 2vw;
    white-space: nowrap;
    margin-top: 13vw;
}

.rectText {
    position: relative;
    font-family: "Roboto", sans-serif;
    font-size: 1.5vw;
    width: 18.5vw;
    text-align: left;
    margin-left: 2vw;
    margin-top: 1.5vw;
}

#collateralAcademyDiv {
    width: 100%;
}

#collateralTextHolder {
    display: flex;
    flex-direction: row;
    margin-top: 10vw;
    margin-left: 17vw;
}

#collateralAcademy {
    display: flex;
    width: 54vw;
    margin-top: 1vw;
    margin-left: 0vw;
    margin-right: 2vw;
}

#collateralAcademyText {
    font-family: "NeueMachinaBold", sans-serif;
    display: flex;
    justify-content: center;
    align-items: left;
    font-size: 4vw;
}

#collatAcademy {
    width: 28vw;
    margin-left: 15vw;
    margin-top: 5vw;
    pointer-events: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

#academyText {
    font-family: sans-serif;
    font-size: 1.3vw;
    width: 41vw;
    margin-top: 3vw;
    margin-left: 1vw;
}

#academyRow {
    display: flex;
    flex-direction: row;
}

.circleButtonCan {
    position:absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    background: #FFF;
    border-radius: 50%;
    height: 4vw;
    width: 4vw;
    margin-left: 44vw;
    margin-top: 16vw;
    transition: all .2s ease-in-out;
}

.circleButtonTextCan {
    white-space: nowrap;
    font-family: "NeueMachinaBold", sans-serif;
    font-size: 1.5vw;
    text-align: left;
    width: 5vw;
    margin-left: 4vw;
    color: #000;
    transition: all .2s ease-in-out;
}

.circleButtonCan:hover {
    background: #444CE4;
    border-radius: 75px;
    cursor: pointer;
    width: 25vw;
}



.circleButtonCan:hover .circleButtonTextCan {
    color: #FFF;
    margin-left: -17vw;
    transition: all .2s ease-in-out;
}

#starCan {
    position: absolute;
    margin-top: -10vw;
    margin-left: 68vw;
    width: 11vw;
    pointer-events: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

#featured {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 5vw;
}

#featuredText {
    font-family: "NeueMachinaBold", sans-serif;
    font-size: 2vw;
    color: #7A5AF8;
}

#dfinityLogo {
    margin-top: 3vw;
    width: 10vw;
    pointer-events: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

#contactUsHolder {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 9vw;
}

#contactText{
    display: block;
    position:absolute;
    
    font-family: sans-serif;
    font-size: 1.6vw;
    width: 38vw;
    margin-top: 10vw;
    margin-left: -24vw;
}

#contactUsText {
    position: absolute;
    font-family: "NeueMachinaBold", sans-serif;
    font-size: 4vw;
    margin-top: 4vw;
    margin-right: 40vw;
    color: #000;
}

#megaphoneID {
    margin-left: 35vw;
    width: 35vw;
    pointer-events: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.socIconCan {
    position: relative;
    bottom: 17vw;
    left: 18.5vw;
    margin-right: 1vw;
    width: 3vw;
}

#gmIconCan:hover {
    content: url(./assets/gmHover.svg);
}

#twtIconCan:hover {
    content: url(./assets/twtHover.svg);
}

#linIconCan:hover {
    content: url(./assets/linHover.svg);
}


#whatCanCollateralDiv {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 8vw;
    width: 100%;
}

#whatStarIMG {
    position: relative;
    left: 16vw;
    width: 10vw;
    pointer-events: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

#topTextCan {
    font-family: "NeueMachinaBold", sans-serif;
    font-size: 4vw;
    line-height: 4vw;
}

#topTextHolder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    width: 60%;
    margin-top: 3vw;
    margin-left: 17vw;
}

#cardsHolder {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 2vw;
}

#duoCardsHolder {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 5vw;
    width: 70%;
}

#canRect {
    display: flex;
    flex-direction: row;
    width: 32vw;
    height: 15vw;
    box-sizing: border-box;
    border: 1px solid #000000;
    border-radius: 4vw;
}

#walletSVG {
    position: absolute;
    width: 10vw;
    margin-left: -5vw;
    margin-top: 1vw;
    transition: all .1s ease-in-out;
}

#walletSVG:hover {
    margin-top: -1vw;
}

#rocketSVG {
    position: absolute;
    width: 10vw;
    margin-left: -4vw;
    margin-top: 2vw;
    transition: all .1s ease-in-out;
}

#rocketSVG:hover {
    margin-top: 0vw;
}

#coinSVG {
    position: absolute;
    width: 10vw;
    margin-left: -4vw;
    margin-top:2vw;
    transition: all .1s ease-in-out;
}

#coinSVG:hover {
    margin-top: 0vw;
}

#docSVG {
    position: absolute;
    width: 10vw;
    margin-left: -4vw;
    margin-top:2vw;
    transition: all .1s ease-in-out;
}

#docSVG:hover {
    margin-top: 0vw;

}

#cubeSVG {
    position: absolute;
    width: 10vw;
    margin-left: -5vw;
    margin-top:2vw;
    transition: all .1s ease-in-out;
}

#cubeSVG:hover {
    margin-top: 0vw;
}

#clockSVG {
    position: absolute;
    width: 10vw;
    margin-left: -4vw;
    margin-top:2vw;
    transition: all .1s ease-in-out;
}

#clockSVG:hover {
    margin-top: 0vw;
}

.rectTitleTextCan {
    position: absolute;
    font-family: "NeueMachinaBold", sans-serif;
    font-size: 1.5vw;
    text-align: left;
    margin-left: 7vw;
    margin-top: 3vw;
    white-space: nowrap;
}

.rectTextCan {
    position: absolute;
    font-family: sans-serif;
    font-size: 1.2vw;
    width: 22vw;
    text-align: left;
    margin-left: 7vw;
    margin-top: 6vw;
}

#slashBGID {
    position: absolute;
    margin-left: 50vw;
    margin-top: -9vw;
    ;
    width: 20vw;
    pointer-events: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

#icbadge{
    width:24vw;
}

footer{
    display:flex;
    justify-content:center;
    align-items:center;
    position: relative;
    width:100%;
    height:5vw;
    
}

span {
    border-right: .05em solid;
    animation: caret 1s steps(1) infinite;
  }
  
  @keyframes caret {
    50% {
      border-color: transparent;
    }
  }

  @media only screen and (max-width: 600px) {

    #contactText{
        display: block;
        position:absolute;
        
        font-family: sans-serif;
        font-size: 2.4vw;
        width: 53vw;
        margin-top: 14vw;
        margin-left: -6vw;
    }

    .logo {
        position: absolute;
        left: 35px;
    }

    .socIcont {
        height: 23px;
        margin-right: 10px;
    }

    #rectHolders {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items:center;
        width: 70%;
        margin: 5vw auto 0px auto;
    }

    .rectInfo {
        width: 50vw;
        height: 60vw;
        box-sizing: border-box;
        border: 1px solid #000000;
        border-radius: 4vw;
        margin-top:12vw;
    }
    
    .rectIMG1 {
        position: absolute;
        margin-left: 10vw;
        margin-top: -11vw;
        width: 40%;
        transition: all .1s ease-in-out;
    }
    
    .rectIMG1:hover {
        margin-top: -15vw;
    }

    .rectIMG2 {
        position: absolute;
        margin-left: 9vw;
        margin-top: -12vw;
        width: 35%;
        transition: all .1s ease-in-out;
    }
    
    .rectIMG2:hover {
        margin-top: -15vw;
    }
    
    .rectIMG3 {
        position: absolute;
        margin-left: 8vw;
        margin-top: -12vw;
        width: 36%;
        transition: all .1s ease-in-out;
    }
    
    .rectIMG3:hover {
        margin-top: -15vw;
    }

    .rectTitleText {
        position: relative;
        font-family: "NeueMachinaBold", sans-serif;
        font-size: 3.8vw;
        text-align: left;
        margin-left: 6vw;
        white-space: nowrap;
        margin-top: 22vw;
    }
    
    .rectText {
        position: relative;
        font-family: sans-serif;
        font-size: 3.5vw;
        width: 38.5vw;
        text-align: left;
        margin-left: 6vw;
        margin-top: 4.5vw;
    }
    #topText {
        font-family: "NeueMachinaBold", sans-serif;
        font-size: 6vw;
        line-height: 4vw;
    }
    
    #topText--Purple {
        font-family: "NeueMachinaBold", sans-serif;
        font-size: 6vw;
        color: #444ce4;
        white-space: nowrap;
        /* Keeps the content on a single line */
    }

    #topTextDiv {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: left;
        width: 90%;
        margin-top: 3vw;
        margin-left: 7vw;
    }

    #starIMG {
        position: absolute;
        margin-top: -7vw;
        margin-left: 73vw;
        width: 7vw;
        pointer-events: none;
    }

    .circleButtonHolder {
        width: 9vw;
    }
    
    #circleButtonDiv {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items:center;
        margin: 10vw auto 0 23vw;
        width: 45%;
    }
    
    .circleButton {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: left;
        background: #ffffff;
        border-radius: 50%;
        height: 8vw;
        width: 8vw;
        transition: all .2s ease-in-out;
    }
    
    .circleButtonRight {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: left;
        background: #ffffff;
        border-radius: 50%;
        height: 8vw;
        width: 8vw;
        transition: all .2s ease-in-out;
    }
    
    .circleButton:hover {
        background: #444CE4;
        border-radius: 75px;
        cursor: pointer;
        width: 30vw;
    }
    
    .circleButtonRight:hover {
        background: #444CE4;
        border-radius: 75px;
        cursor: pointer;
        width: 22vw;
    }
    
    .circleButtonText {
        white-space: nowrap;
        font-family: "NeueMachinaBold", sans-serif;
        font-size: 3vw;
        text-align: left;
        width: 5vw;
        margin-left: 4vw;
        color: #000;
        transition: all .2s ease-in-out;
    }
    
    .circleButton:hover .circleButtonText {
        color: #FFF;
        margin-left: -18vw;
        transition: all .2s ease-in-out;
    }
    
    .circleButtonRight:hover .circleButtonText {
        color: #FFF;
        margin-left: -10vw;
        transition: all .2s ease-in-out;
    }

    #scrollExploreDiv {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-top: 10vw;
    
    }
    
    #scrollExploreIMG {
        width: 20vw;
        pointer-events: none;
    }

    #cardsHolder {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        margin-top: 2vw;
    }
    
    #duoCardsHolder {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items:center;
        margin-top: 0vw;
        width: 70%;
    }

    #canRect {
        display: flex;
        flex-direction: row;
        width: 64vw;
        height: 25vw;
        box-sizing: border-box;
        border: 1px solid #000000;
        border-radius: 4vw;
        margin-top:3vw;
    }

    #topTextCan {
        font-family: "NeueMachinaBold", sans-serif;
        font-size: 6vw;
        line-height: 6vw;
    }
    
    #topTextHolder {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: left;
        width: 80%;
        margin-top: 3vw;
        margin-left: 17vw;
    }
    #slashBGID {
        z-index:-1;
        position: absolute;
        margin-left: 50vw;
        margin-top: -9vw;
        width: 20vw;
        pointer-events: none;
        -webkit-user-drag: none;
        user-select: none;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
    }

    .rectTitleTextCan {
        position: absolute;
        font-family: "NeueMachinaBold", sans-serif;
        font-size: 3vw;
        text-align: left;
        margin-left: 13vw;
        margin-top: 4vw;
        white-space: nowrap;
    }
    
    .rectTextCan {
        position: absolute;
        font-family: sans-serif;
        font-size: 2.4vw;
        width: 44vw;
        text-align: left;
        margin-left: 13vw;
        margin-top: 10vw;
    }

    #walletSVG {
        position: absolute;
        width: 15vw;
        margin-left: -6vw;
        margin-top: 5vw;
        transition: all .1s ease-in-out;
    }
    
    #walletSVG:hover {
        margin-top: 2vw;
    }
    
    #rocketSVG {
        position: absolute;
        width: 15vw;
        margin-left: -6vw;
        margin-top: 5vw;
        transition: all .1s ease-in-out;
    }
    
    #rocketSVG:hover {
        margin-top: 2vw;
    }
    
    #coinSVG {
        position: absolute;
        width: 15vw;
        margin-left: -6vw;
        margin-top:5vw;
        transition: all .1s ease-in-out;
    }
    
    #coinSVG:hover {
        margin-top: 2vw;
    }
    
    #docSVG {
        position: absolute;
        width: 15vw;
        margin-left: -6vw;
        margin-top:5vw;
        transition: all .1s ease-in-out;
    }
    
    #docSVG:hover {
        margin-top: 2vw;
    
    }
    
    #cubeSVG {
        position: absolute;
        width: 15vw;
        margin-left: -6vw;
        margin-top:5vw;
        transition: all .1s ease-in-out;
    }
    
    #cubeSVG:hover {
        margin-top: 2vw;
    }
    
    #clockSVG {
        position: absolute;
        width: 15vw;
        margin-left: -6vw;
        margin-top:5vw;
        transition: all .1s ease-in-out;
    }
    
    #clockSVG:hover {
        margin-top: 2vw;
    }

    #collateralAcademyDiv {
        width: 100%;
    }
    
    #collateralTextHolder {
        display: flex;
        flex-direction: row;
        margin-top: 10vw;
        margin-left: 17vw;
    }
    
    #collateralAcademy {
        width:70vw;
        height:7vw;
        margin-top: 0vw;
    }
    
    #collateralAcademyText {
        font-family: "NeueMachinaBold", sans-serif;
        display: flex;
        justify-content: center;
        align-items: left;
        font-size: 6vw;
        margin-bottom:1.8vw;
        margin-left:-1vw;
    }
    
    #collatAcademy {
        width: 26vw;
        height:26vw;
        margin-left: 12vw;
        margin-top: 1vw;
        pointer-events: none;
        -webkit-user-drag: none;
        user-select: none;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
    }
    
    #academyText {
        font-family: sans-serif;
        font-size: 2.4vw;
        width: 50vw;
        margin-top: 3vw;
        margin-left: 1vw;
    }
    
    #academyRow {
        display: flex;
        flex-direction: row;
    }

    .circleButtonCan {
        justify-content: center;
        align-items: center;
        text-align: left;
        background: #ffffff;
        border-radius: 50%;
        height: 6vw;
        width: 6vw;
        margin-left: 39vw;
        margin-top: 30vw;
        transition: all .2s ease-in-out;
    }

    .circleButtonTextCan {
        white-space: nowrap;
        font-family: "NeueMachinaBold", sans-serif;
        font-size: 2.25vw;
        text-align: left;
        width: 5vw;
        margin-left: 4vw;
        color: #000;
        transition: all .2s ease-in-out;
    }


    .circleButtonCan:hover {
        background: #444CE4;
        border-radius: 75px;
        cursor: pointer;
        width: 40vw;
    }
    
    
    
    .circleButtonCan:hover .circleButtonTextCan {
        color: #FFF;
        margin-left: -30vw;
        transition: all .2s ease-in-out;
    }
    
    #starCan {
        position: absolute;
        margin-top: -26vw;
        margin-left: 80vw;
        width: 11vw;
        pointer-events: none;
        -webkit-user-drag: none;
        user-select: none;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
    }
    
    #featured {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 24vw;
    }
    
    #featuredText {
        font-family: "NeueMachinaBold", sans-serif;
        font-size: 4vw;
        color: #7A5AF8;
    }

    #dfinityLogo {
        margin-top: 3vw;
        width: 20vw;
        pointer-events: none;
        -webkit-user-drag: none;
        user-select: none;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
    }

    #contactUsText {
        position: absolute;
        font-family: "NeueMachinaBold", sans-serif;
        font-size: 6vw;
        margin-top: 4vw;
        margin-right: 25vw;
        color: #000;
    }
    
    #megaphoneID {
        margin-left: 50vw;
        width: 30vw;
        pointer-events: none;
        -webkit-user-drag: none;
        user-select: none;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
    }
    
    .socIconCan {
        position: relative;
        bottom: 1vw;
        left: 20vw;
        margin-right: 1vw;
        width: 6vw;
    }

    #icbadge{
        width:48vw;
    }
    
    footer{
        display:flex;
        justify-content:center;
        align-items:center;
        position: relative;
        width:100%;
        height:10vw;
        
    }
}