::-moz-selection { /* Code for Firefox */
    color: white;
    background: rgb(211 144 29);
}
  
::selection {
    color: white;
    background: rgb(211 144 29);
}


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

body
{
    margin:0;
    padding:0;
    font-family: 'Instrument Sans',sans-serif;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width:100%;
    -webkit-tap-highlight-color: transparent;
}

.innerbox
{
    width:800px;
    height: 100%;
    padding:20px;
    padding-bottom:0;
    box-sizing: border-box;
}

.header
{
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.header h2
{
    font-family: 'Instrument Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    pointer-events: none;
}

.header h2 img
{
    width: 23px;
    margin-right: 4px;
}

.header a
{
    text-decoration: none;
    color:rgb(211 144 29);
    font-size:16px;
    font-family: 'Instrument Sans',sans-serif;
    font-weight:600;
    display: flex;
    align-items: center;
    user-select: none;
    cursor: pointer;
}

.header a img
{
    width:16px;
    margin-right:5px;
    user-select: none;
    pointer-events: none;
}

.title
{
    margin-top: 100px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.title img
{
    width: 100px;
}

.title h1
{
    font-family: 'Instrument Sans', sans-serif;
    font-weight: 500;
    font-size: 90px;
    letter-spacing: -3px;
    color: white;
    /* background-clip: text; */
    /* background-image: linear-gradient(130deg, #D31D90, hsla(0, 0%, 0%, 0.31)); */
    margin-bottom: 42px;
    line-height: 88px;
}

.btndownload
{
    border: 0;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px;
    background-color:rgb(211 144 29);
    color: white;
    font-family: 'Instrument Sans', sans-serif;
    font-weight: 500;
    font-size: 17px;
    text-decoration: none;
    user-select: none;
    display: flex;
    align-items: center;
}

.btndownload img
{
    width:18px;
    box-sizing: border-box;
    margin-right: 5px;
}


.btndownload:active
{
    opacity: 0.8;
}

.linkconnect
{
    font-family: 'Instrument Sans',sans-serif;
    font-size:15px;
    font-weight:500;
    color:#acacbf;
    text-decoration: none;
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.linkconnect:hover
{
    text-decoration: underline;
}

.linkconnect img
{
    width:20px;
    box-sizing: border-box;
    margin-right: 0px;
}

.title video
{
    width: 500px;
    border-radius: 5px;
    margin-top: 90px;
    box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.15);
}

#titleimage
{
    width: 500px;
    border-radius: 5px;
    margin-top: 90px;
    box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.15);
}

.guide
{
    box-sizing: border-box;
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.guidestep
{
    width: 400px;
    box-sizing: border-box;
    margin-bottom: 75px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.guidesteptext
{
    padding-right: 20px;
    text-align: center;
}

.guide h2
{
    font-family: 'Instrument Sans', sans-serif;
    font-weight: 400;
    font-size: 35px;
    color: #bfb9ac;
    text-align: center;
    display: flex;
    align-items: center;
}

.guide h2 button
{
    border: 0;
    background-color: transparent;
    font-family: 'Instrument Sans', sans-serif;
    font-weight: 400;
    font-size: 26px;
    color: #bfb9ac;
    border-radius: 10px;
    margin-left: 4px;
    margin-top: 4px;
    cursor: pointer;
}

.guide h3
{
    font-family: 'Instrument Sans', sans-serif;
    font-weight: 500;
    font-size: 70px;
    color: rgb(211 144 29);
    margin-bottom: 10px;
}

.guide p
{
    font-family: 'Instrument Sans', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #bfb9ac;
    margin-bottom: 20px;
}

.guide p span
{
    color:rgb(211 144 29);
}

.guide p a
{
    color:rgb(211 144 29);
    text-decoration: none;
}

.guide img
{
    width:100%;
    box-sizing: border-box;
    box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.15);
    border-radius:5px;
}

.guidenone
{
    display: none;
}



.footerbox
{
	width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 20px;
    /* padding-top: 50px; */
    /* padding-bottom: 50px; */
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    background-color: #262626;
    border-radius: 15px 15px 0px 0px;
    margin-top: 50px;
}

.footer
{
    width: 800px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap:30px;
}

.footerelement img
{
    width:150px;
    box-sizing: border-box;
    user-select: none;
    pointer-events: none;
    margin-bottom: 10px;
}

.footerelement p
{
	font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: grey;
    margin-top: 5px;
}

.footerelement h2
{
	font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #dadada;
    margin-bottom: 10px;
}

.footerelement a
{
	font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: grey;
    text-decoration: none;
    display: flex;
    margin-bottom: 10px;
}

.footerelement a:hover
{
    text-decoration: underline;
}

.footerelementlogo h2
{
	font-family: 'Zilla Slab', sans-serif;
    font-size: 19px;
    font-weight: 500;
    color: #f2f2f2;
    text-decoration: none;
    display: flex;
    align-items: center;
    margin: 0;
}

.footerelementlogo h2 img
{
	width: 20px;
    user-select: none;
    pointer-events: none;
	margin:0;
    margin-right: 5px;
}


@media screen and (max-width: 700px) {
    .innerbox {
      width:100%;
    }
    .title{
        margin-top: 66px;
    }
    .title h1{
        font-size: 42px;
        line-height: 49px;
        margin-bottom: 30px;
        letter-spacing: -1px;
    }
    .title video{
        width:100%;
    }
    #titleimage{
        width:100%;
    }
    .guidestep{
        width:100%;
    }
    .footer
    {
        width: 100%;
        grid-template-columns: 1fr;
        text-align: center;
    }
	.footerelementlogo h2
	{
		justify-content: center;
	}
    .footerelement a
    {
        justify-content: center;
    }
  }
  