body{
    background: #080808;
    font-family: 'Outfit', sans-serif;
}

a{
    color: #fff;
    text-decoration: none;
}

header{
    padding: 30px 0;
    box-sizing: border-box;
}

header .purchase{
    font-weight: 400;
    font-size: 16px;
    border-bottom: 1px solid #fff;
    padding-bottom: 3px;
    transition: all ease .1s;
    -webkit-transition: all ease .1s;
    -moz-transition: all ease .1s;
    -ms-transition: all ease .1s;
    -o-transition: all ease .1s;
}


header .purchase:hover{
    padding-bottom: 8px;
    border-style: none none solid;
    border-width: 0px;
    opacity: .7;
}


.align-right{
    text-align: right;
}

h1{
    font-size: calc(1rem + 3vw);
    line-height: calc(1rem + 4vw);
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}

h2{
    font-size: calc(1rem + 1vw);
    line-height: calc(1rem + 2vw);
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}

.hero{
    text-align: center;
}

.hero h1{
    padding-top: 5vh;
}

.hero h1 span{
    background: linear-gradient(86.33deg, #093DF8 40.31%, #BC5FFC 74.39%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

p{
    font-weight: 400;
    font-size: 18px;
    line-height: 155.02%;
    text-align: center;
    color: #FFFFFF;
    opacity: 0.6;
}

.round-button{
    background: #fff;
    color: #000;
    border-radius: 53px;
    padding: 15px 30px;
    margin-top: 30px;
    display: inline-block;
}

.colorful-line{
    width: 100%;
}

.main-demos p{
    margin-top: 10px;
}

.demo-frame img{
    width: 100%;
    border: solid 1px #ffffff30;
    position: relative;
}

.demo-frame{
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 15px
}

.demo-frame:before{
    content: '';
    position: absolute;
    border-top: solid 1px #ffffff30;
    border-left: solid 1px #ffffff30;
    border-right: solid 1px #ffffff30;
    top: -20px;
    left: 0;
    height: 20px;
    width: 100%;
}

.demo-frame:after{
    content: '...';
    position: absolute;
    top: -38px;
    left: 10px;
    letter-spacing: 3px;
    color: #fff;
    font-size: 30px;
}

footer{
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 120px 0 90px;
}

footer h2 span{
    background: linear-gradient(86.33deg, #093DF8 40.31%, #BC5FFC 74.39%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

footer .round-button{
    font-weight: 500;
    position: relative;
    padding-left: 45px;
}

footer .round-button:before{
    content: '';
    width: 20px;
    height: 18px;
    position: absolute;
    background: url(images/envato.png);
    background-size: 100%;
    left: 18px;
    top: 16px;
}

.g-5, .gx-5 {
    --bs-gutter-x: 4.5rem !important;
    --bs-gutter-y: 4.5rem !important;
}

/* Preloader */

.preloader{
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    background: #000;
    text-align: center;
}

.preloader .numbers{
    display: inline-block;
}

.preloader .numbers .numbers-wrap{
    display: inline-block;
    width: 100%;
    height:150px;
    overflow: hidden;
}

.preloader .numbers span{
    display: block;
    font-size: 150px;
    font-weight: 700;
    opacity: .2;
    letter-spacing: -10px;
    color: #fff;
    font-family: 'Inter', sans-serif;
}

.preloader .numbers .number.one, .preloader .numbers .number.two, .preloader .numbers .number.three{
    float: left;
}

.preloader .numbers .number.one {
    -webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
  }
  .preloader .numbers .number.two {
    -webkit-transform: translateY(5%);
    -ms-transform: translateY(5%);
    transform: translateY(5%);
  }

.preloader .numbers .number.three{
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }

.preloader p{
    margin-top: 60px;
}
.outer{
    display: table;
    width: 100%;
    height: 100%;
}

.inner{
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
