#top {
    height: 780px;
    position: relative;
    background: #000;
    background: linear-gradient(180deg, rgb(0 0 0) 0%, rgb(0 0 0) 61%, rgba(237,28,36,1) 92%);
}
#top h1 {
    font-weight:700;
    font-size:70px;
    color:#fff;
    text-align:center;
}
#top .animate-typing {
    text-align: center;
    color: #FFEF99;
    font-weight: 600;
    font-size: 30px;
    margin-top:30px;
}
#top .content {
    position: absolute;
    width: 100%;
    height: 350px;
    bottom: 0;
    top: 0;
    margin: auto;
}
header ul {
    display:none;
}
header .logo {
    margin-top:-2px;
}
.arrow {
    width: 60px;
    height: 82px;
    position: absolute;
    left: 0;
    right:0;
    margin:auto;
    bottom: 10vh;
    z-index:999;
}
/* set arrow styles */
.arrow path {
    stroke: #fff;
    stroke-width: 2px;
    fill: transparent;
    animation: down 2s infinite;
}
/* arrow keyframe animation */
@keyframes down{
    0% { opacity:0 }
    25% { opacity:1 }
    75% { opacity:0 }
    100% { opacity:0 }
}
/* arrow animation delay */
.arrow path.a1{	animation-delay:-1s; }
.arrow path.a2{	animation-delay:-.5s; }
.arrow path.a3{	animation-delay:0s; }
#what {
    background:rgba(237,28,36,1);
    color:#fff;
    padding:90px 0px;
}
#what h2 {
    font-weight:bold;
    color:#fff;
    font-style:normal;
    margin-bottom:20px;
    margin-top:15px;
}
#what h2 span {
    color:#000;
}
#what p {
    font-weight:600;
    font-size:18px;
}
#what p span {
    color:#000;
    font-weight:700;
}
#what .col-md-7 {
    padding-right:70px;
}
.media {
    background:#000;
    border-radius:10px;
    padding:10px 40px
}
.media .logoFull {
    width:100%;
}
#stats {
    background: #141414;
    padding:90px 0px;
}
#stats h2 {
    font-weight:bold;
    color:#fff;
    font-style:normal;
    margin-top:15px;
    text-align:center;
}
#stats h2 span {
    color:rgba(237,28,36,1);
}
#stats p {
    text-align:center;
    font-size:20px;
    color:#fff;
    margin-bottom:60px;
    margin-top:20px;
}
#stats .stat {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: #494949;
    padding: 10px;
    border-radius: 13px;
    padding-bottom: 14px;
}
#stats .stat span {
    display:block;
    font-size:35px;
    font-weight:700;
}
#community {
    background:#000;
    height:900px;
    overflow:hidden;
    position:relative;
}
.ri-grid ul li a {
    background-size:cover;
}
.ri-grid ul li {
    height:489px !important;
    width:15% !important;
}
#ri-grid {
    transform: rotate(11deg);
    position: absolute;
    right: -35%;
    margin: auto;
    margin-top: 0;
    width: 138%;
}
#community:after {
    content:" ";
    position:absolute;
    width:100%;
    height:100%;
    background:#000;
    opacity:0.8;
    top:0;
    left:0;
    z-index:1;
}
#community .content {
    position: absolute;
    width: 100%;
    height: 300px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 9;
    left: 0;
}
#community h2 {
    font-weight: bold;
    color: #fff;
    font-style: normal;
    margin-top: 15px;
    font-size:80px;
    text-align:center;
}
#community h2 span {
    color:rgba(237,28,36,1);
}
#how {
    background:#000;
    padding:90px 0px;
    padding-bottom:130px;
}
#how h2 {
    font-weight:bold;
    color:#fff;
    font-style:normal;
    margin-top:15px;
    text-align:center;
}
#how h2 span {
    color:rgba(237,28,36,1);
}
#how .wrap {
    max-width:950px;
}
.opp {
    padding: 32px 39px;
    background: #131313;
    margin-top: 50px;
    border-radius: 17px;
}
.opp .title {
    font-weight: 700;
    font-size: 37px;
    color: #fff;
    text-align: center;
    margin-bottom:40px;
}
.opp .title span {
    color:rgba(237,28,36,1);
    text-transform:uppercase;
    font-size:18px;
    display:block;
}
.opp img {
    width:100%;
    border-radius:10px;
    display:block;
    margin-bottom:20px;
}
.opp h4 {
    color:#fff;
    border-bottom:3px solid rgba(237,28,36,1);
    display:inline-block;
    padding-bottom:7px;
}
.opp table {
    margin-top:20px;
    color:#fff;
}
.opp table .stat {
    color:rgba(237,28,36,1);
    font-style:italic;
    text-align:right;
}
.opp .right {
    padding-left:30px;
}
.opp .get {
    background:#FFEF99;
    color:#75692b;
    border:2px dashed #75692b;
    border-radius:14px;
    margin-top:20px;
    padding:10px 10px;
}
.opp .get p {
    font-size: 13px;
    font-weight: 500;
    text-align: center;
}
.opp .get p span {
    font-weight:bold;
    color:#000;
}
.opp .get .col-6, .opp .get .col-12 {
    margin-bottom: 10px;
    font-size: 12px;
}
.opp .get .row {
    margin:0;
}
.opp .caption {
    background:rgba(237,28,36,1);
    color:#ffffff;
    font-weight:600;
    font-size:12px;
    display:inline-block;
    width:auto;
    padding:5px 10px;
    border-top-left-radius:6px;
    border-top-right-radius:6px;
    margin-left: 10px;
}
.opp .viewExplain {
    float: right;
    color: #fff;
    font-size: 12px;
    transform: rotate(90deg);
    position: relative;
    right: -89px;
    top: 142px;
}
.opp .disclaimer {
    color:#aeaeae;
    font-size:10px;
    margin-top:20px;
}
.carousel-indicators {
    bottom:-10%;
}
.opp .stats {
    margin-top: -10px;
    margin-bottom: 20px;
}
.opp .stats .stat {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: #494949;
    padding: 10px;
    border-radius: 13px;
    padding-bottom: 14px;
    margin-bottom:20px;
}
.opp .stats .stat span {
    display:block;
    font-size:28px;
    font-weight:700;
}
.carousel-control-prev {
    left: -11%;
}
.carousel-control-next {
    right: -11%;
}
.carousel-indicators .active {
    background-color:rgba(237,28,36,1);
}
.host img {
    width:100px;
    border-radius:50%;
    display:inline-block;
}
.host .content {
    display: inline-block;
    width: calc(100% - 120px);
    color: #feef99;
    font-weight: bold;
    font-size: 20px;
    text-align: right;
    padding-right: 17px;
}
.host .content span {
    font-weight:400;
    display:block;
    font-size:15px;
}
.host .content .yang {
    width: 60px;
    border-radius: 6px;
    margin: 0;
    margin-left: 4px;
}
#contact {
    background: #131313;
    padding:90px 0px;
}
#contact h2 {
    font-weight:bold;
    color:#fff;
    font-style:normal;
    margin-top:15px;
    text-align:center;
}
#contact h2 span {
    color:rgba(237,28,36,1);
}
#contact form {
    max-width: 600px;
    margin: auto;
    margin-top: 40px;
    background: black;
    border-radius: 20px;
    padding: 21px 40px;
}
#contact form label {
    font-weight:600;
    color:#fff;
    font-size:14px;
}
#contact form .form-control {
    border: 0;
    height: auto;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 15px;
    background: #2b2b2b;
    color: #fff;
    padding: 13px 20px;
    margin-top: 8px;
}
#contact form button {
    margin-top: 7px;
    font-size: 12px;
    padding: 8px 20px;
}
@media(max-width:980px) {
    #top h1 {
        font-size:50px;
    }
    #top .animate-typing {
        font-size: 21px;
        margin-top: 17px;
    }
    #top {
        height:500px;
    }
    h2 {
        font-size:30px;
    }
    #what p {
        font-size:16px;
    }
    #stats .stat span {
        font-size:28px;
    }
    #stats .stat {
        font-size:14px;
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 50%;
        margin-bottom:30px;
    }
    #stats p {
        font-size:16px;
    }
    #community h2 {
        font-size:60px;
    }
    #community .content {
        height:255px;
    }
    .opp .title {
        font-size:28px;
    }
}
@media(max-width:600px) {
    .media {
        margin-top:30px;
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 100%;
        margin-bottom:15px;
    }
    #community h2 {
        font-size:40px;
    }
    #community .content {
        height: 180px;
    }
    .opp {
        padding: 32px 22px;
    }
    .opp .viewExplain {
        transform:none;
        top: 0;
        margin-top: 11px;
        left: 0;
    }
    .opp table {
        font-size:12px;
    }
    .opp .title {
        font-size: 25px;
    }
    .opp .get .col-6 {
        width:100%;
    }
    .opp .title span {
        font-size:15px;
    }
    .opp h4 {
        color: #fff;
        border-bottom: 2px solid rgba(237,28,36,1);
        display: inline-block;
        padding-bottom: 3px;
        font-size: 18px;
        margin-top:20px;
    }
    .opp .right {
        padding-left: 15px;
    }
    #top h1 {
        font-size: 30px;
    }
    #top .animate-typing {
        font-size: 15px;
        margin-top: 5px;
    }
    #top {
        height: 383px;
    }
    #top .content {
        height:190px;
    }
    #what {
        padding: 90px 20px;
    }
    #what .col-md-7 {
        padding-right: 15px;
    }
    .carousel-control-next, .carousel-control-prev {
        display:none;
    }
    .carousel-indicators {
        bottom: -6%;
    }
    h2 {
        font-size: 26px;
    }
    header {
        height:58px;
    }
    header .logo {
        width:130px;
        margin-top:0;
    }
    header .col-8, header .col-4 {
        width:50%;
    }
    header .highlight {
        font-size: 12px;
        padding: 8px 20px;
        margin-top: -4px;
    }
    .ri-grid ul li {
        height: 189px !important;
        width: 50% !important;
    }
    #ri-grid {
        right:-5%;
    }
    .host .content {
        font-size:15px;
    }
    .host img {
        width:90px;
    }
    .host .content {
        width: calc(100% - 100px);
    }
}
#contact .items {
    margin-top:20px;
    margin-bottom:30px;
    font-size:14px;
}
#contact .items input {
    margin-right:2px;
}
#contact .items .item {
     color:#fff;
    display:block;
    margin-bottom:5px;
}
.showAds {
    text-align: center;
    color: #340303;
    background: #9e4f52;
    font-weight: 600;
    padding: 9px;
    border-radius: 15px;
    margin-top: -20px;
    margin-bottom: 23px;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid #541b1a;
}
.showAds:hover {
    background: #883e40;
}
.showAds i {
    margin-right:3px;
    color: #c9aa06;
}
.adSlots {
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
    background: #494949;
    margin-bottom: 30px;
    position:relative;
}
.adSlots i {
    position: absolute;
    color: #fff;
    top: 9px;
    right: 8px;
    font-size: 21px;
}
@media(min-width:1200px) {
    .host {
        margin-top:-13px;
    }
    .host img {
        width:130px;
    }
    .host .content {
        width: calc(100% - 160px);
        font-size:25px;
    }
}
#pricing {
    position:relative;
    min-height:600px;
    background:#000;
}
#pricing .content {
    position: absolute;
    width: 100%;
    height: 300px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 9;
    left: 0;
}
#pricing h2 {
    font-weight: bold;
    color: #fff;
    font-style: normal;
    margin-top: 15px;
    font-size:50px;
    text-align:center;
}
#pricing h2 span {
    color:rgba(237,28,36,1);
}
#pricing form {
    max-width: 600px;
    margin: auto;
    margin-top: 40px;
    background: #141414;
    border-radius: 20px;
    padding: 21px 40px;
}
#pricing form label {
    font-weight:600;
    color:#fff;
    font-size:14px;
    width:100%;
}
#pricing form label small {
    float:right;
}
#pricing form label small a {
    color:#fff;
    border-bottom:2px solid #ff0000;
}
#pricing form label small a:hover {
    color:#ff0000;
}
#pricing form .form-control {
    border: 0;
    height: auto;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 15px;
    background: #2b2b2b;
    color: #fff;
    padding: 13px 20px;
    margin-top: 8px;
}
#pricing form button {
    margin-top: 7px;
    font-size: 12px;
    padding: 8px 20px;
}