body{
  font-family: 'Roboto';
}
a {
  text-decoration: none !important;
  display: inline-block;
  transition: .3s ease;
}
:root {
    --primary: #8C41FF;
    --secondary: #a366ff;
    --tertiary: #dcc6ff;
}
.primary-color {color: var(--primary);}
.secondary-color {color: var(--secondary);}
.tertiary-color {color: var(--tertiary);}
#header {
    position: relative;
    height: 100vh;
    width: 100%;
    background: #000;
    overflow: hidden;
    background-image: url(../images/head-banner.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
}
.box-margin {
    margin: auto 12%
}
.divider {
    font-size: 32px;
    color: #eee;
    padding-left: 6px;
    padding-right: 6px;
    font-weight: 100;
}
#competition {
    position: relative;
    width: 100%;
    height: 100vh;
    background: #000;
    font-weight: 300;
    overflow: hidden;
    background-image: url(../images/content-back.svg);
    background-size: cover;
    background-repeat: no-repeat;
}
#install {
    position: relative;
    width: 100%;
    background: #000;
    font-weight: 300;
    overflow: hidden;
    background-image: url(../images/content-back-large.svg);
    background-size: cover;
    background-repeat: no-repeat;
}
.use-wrapper {
    display: block;
    align-items: center;
    padding: 20% 12% 12% 8%;
    height: 100vh;
}
.use-wrapper h1 {
    color: #dcdcdc !important;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 42px;
}
.install-wrapper {
    display: block;
    align-items: center;
    padding: 12% 10% 12% 8%;
}
.install-wrapper h1 {
    color: #dcdcdc !important;
    text-transform: uppercase;
    font-size: 72px;
}
.install-wrapper p {
    color: #dcdcdc !important;
    font-size: 1em;
}
.install-wrapper ul li {
    color: #dcdcdc !important;
    font-size: 1em;
}
.install-wrapper h3 {
    color: #dcdcdc !important;
    text-transform: uppercase;
    font-size: 2em;
    font-weight: 400;
}
.introduction .intro {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.introduction .header-text {
    position: absolute;
    top: 932px;
    right: 232px;
    width: 532px;
    text-align: initial;
}
#header h1 {
    font-family: "Roboto", sans-serif;
    color: #ccc;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 500;
    line-height: 42px;
    padding: 12px;
    display: inline-block;
    position: absolute;
    right: 242px;
    bottom: 72px;
    width: 520px;
}

.line2 {
    position: absolute;
    right: 0;
    bottom: 0;
}
.theme-color {
    color: #8C41FF;
}
.greec-btc-pos-left-content h6 {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Ubuntu', sans-serif;
    position: relative;
    padding-left: 30px;
    margin-top: 16px;
    margin-left: 24px;
}
.greec-btc-pos-left-content h6:after {
    content: '';
    position: absolute;
    left: -14px;
    top: 50%;
    width: 23px;
    height: 23px;
    background: #8C41FF;
    border-radius: 100%;
    transform: translate(0px, -50%);
}
.greec-btc-pos-left-content h2 {
    font-size: 120px;
    font-weight: 300;
    line-height: 120px;
    margin-top: 80px;
    margin-bottom: 80px;
}
.greec-btc-pos-wraper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.greec-btc-pos-right-content {
    width: 30%;
}
.greec-btc-pos-right-content {
    width: 30%;
    background: #8C41FF;
    padding: 70px 100px;
}
.greec-btc-pos-right-content-item h3 {
    font-size: 50px;
    font-weight: 500;
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
}
.greec-btc-pos-right-content-item p {
    font-size: 20px;
    font-weight: 300;
    font-family: 'Ubuntu', sans-serif;
    color: #fff;
}
.greec-btc-pos-right-content-item {
    margin-top: 50px;
    margin-bottom: 50px;
}
#greec-btc-pos .col-12 {
    padding: 0;
}
.greec-btc-pos-left-content {
    padding-left: 150px;
    width: 70%;
}
.greec-btc-pos-left-content p {
    font-size: 26px;
    width: 790px;
    max-width: 100%;
    font-weight: 300;
    color: #000;
    line-height: 40px;
    font-family: 'Ubuntu', sans-serif;
}
.greec-btc-pos-left-content a {
    border: 1px solid #8C41FF;
    padding: 10px 30px;
    border-radius: 40px;
    color: #000;
    font-weight: 500;
    font-family: 'Ubuntu', sans-serif;
    margin-top: 60px;
}
.greec-btc-pos-left-content a:hover{
    border: 1px solid #8C41FF;
    background: #8C41FF;
    color: #fff;
}
section#asociacion {
    padding: 130px 0px;
    text-align: center;
}
.asociacion-title h3 {
    font-size: 48px;
    font-weight: 300;
    font-family: 'Ubuntu', sans-serif;
}
.asociacion-image img {
    width: 400px;
    max-width: 90%;
}
section#asociacion .container-fluid {
    width: 80%;
}
.asociacion-image {
    margin-top: 50px;
}
.asociacion-title {
    margin-bottom: 70px;
}
.asociacion-image a:hover{
  transform: scale(1.1);
}
.glece-exchange-title h6 {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Ubuntu', sans-serif;
    position: relative;
    padding-left: 30px;
    margin-top: 16px;
    margin-left: 24px;
}
.glece-exchange-title h6:after {
    content: '';
    position: absolute;
    left: -14px;
    top: 50%;
    width: 23px;
    height: 23px;
    background: #8C41FF;
    border-radius: 100%;
    transform: translate(0px, -50%);
}
.glece-exchange-title h2 {
    font-size: 95px;
    font-weight: 300;
    line-height: 105px;
    margin-top: 120px;
    margin-bottom: 120px;
}
section#glece-exchange .container-fluid {
    width: 85%;
}
section#glece-exchange {
    padding: 100px 0px;
}
.glece-exchange-image img {
    width: 90%;
}
.glece-exchange-content li {
    font-size: 36px;
    font-weight: 300;
    font-family: 'Ubuntu', sans-serif;
}
.glece-exchange-content li {
    font-size: 28px;
    font-weight: 300;
    font-family: 'Ubuntu', sans-serif;
    margin-top: 20px;
    margin-bottom: 20px;
    list-style: none;
    position: relative;
}
.glece-exchange-content li:after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    border: 1px solid #8c41ff;
    border-radius: 100%;
    left: -33px;
    top: 12px;
}
.glece-exchange-content {
    margin-top: 30px;
}
.pera-color-bg-content {
    background: #8C41FF;
    color: #fff;
    padding: 100px 140px;
    width: 70%;
}
section#pera-color-bg .col-12 {
    padding: 0px;
}
.pera-color-bg-content p {
    font-size: 28px;
    color: #E5E5E5;
    font-weight: 300;
    font-family: 'Ubuntu', sans-serif;
}
section#footer {
    background: #2B1776;
    padding: 100px 0px;
}
section#footer .container-fluid {
    width: 85%;
}
.footer-wraper {
    display: block;
    align-items: center;
}
.footer-wraper > div {
    width: 100%;
    text-align: center;
}
.footer-left p, .footer-left h6{
    font-size: 28px;
    color: #E5E5E5;
    font-weight: 300;
    font-family: 'Ubuntu', sans-serif;
}
.footer-left > a {
    color: #fff;
    font-size: 28px;
    font-family: 'Ubuntu', sans-serif;
    margin-top: 40px;
    margin-bottom: 12px;
    font-weight: 300;
}
.footer-left > a:hover{
    color: #8C41FF;
}
.socail-media a svg {
    width: 30px;
    height: auto;
    margin-right: 20px;
    transition: .3s ease;
}
.socail-media a svg path, .socail-media a svg circle{
  transition: .3s ease;
}
.socail-media a:hover svg path, .socail-media a:hover svg circle{
    fill: #8C41FF;
}
.footer-right p {
    color: #E5E5E5;
    font-size: 22px;
    font-weight: 100;
    font-family: 'Ubuntu', sans-serif;
    line-height: 37px;
}
.footer-right > div {
    margin-top: 40px;
}
.footer-left h6 {
    margin-bottom: 60px;
}



::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #C59FFF; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #7723F8; 
}