@font-face {
    font-family: Kapra;
    src: url(img/kapra.otf);
}

*,
*::before,
*::after{
    box-sizing: border-box;
}

*{
    margin: 0;
    padding: 0;
}

html,
body{
    width: 100%;
    height: 100%;
    background: black;
    font-size: 16px;
    
}

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

a:hover{
    text-decoration: underline;
}

.block{
    width: 100%;
    text-align: center;
    font-family: Kapra;
}

.center{
    width: 90%;
    max-width: 1024px;
    margin: 0 auto;
}

.header{
    width: 100%;
    height: 60px;
    text-align: left;
    padding-top: 1rem;
}

.bb{
    height: 40px;
}

.logo{
    padding: 5rem 0;
}

.bl{
    max-height: 400px;
}

.title{
    font-size: 5rem;
    color: #fff;
    padding-bottom: 2rem;
}

.icons,
.footsy{
    padding-top: 2rem;
}

.icons::after,
.footsy::after{
    content: '';
    display: table;
    clear: both;
}

.footsy{
    padding-bottom: 2rem;
}

.icon{
    float: left;
    width: 33.33%;
    margin: 0 auto;
    padding: 2rem;
}

.flogo{
    width: 20%;
    float: left;
    padding: 1rem;
}
.flist{
    float: left;
    width: 60%;
    padding: 1rem;
    color: #fff;
    font-size: 1.2rem;
    text-transform: uppercase;
}

.fsoc{
    float: left;
    width: 20%;
    padding: 1rem;
}

.icoimg{
    display: block;
    width: 100%;
    
}

.bord{
    border: 10px solid rgb(104, 54, 138);
}

.icodesc{
    font-size: 2rem;
    text-align: center;
    font-weight: 900;
    padding-top: 1rem;
}

.subtitle{
    text-transform: uppercase;
}

.lead{
    text-align: left;
    font-size: 1.2rem;
    padding-top: 1rem;
}

.cta{
    position: relative;
    height: 400px;
}

.ctatext{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(50%, 50%);
    color: #fff;
    text-align: left;
    font-size: 3rem;
}

.bubble{
    max-width: 300px;
    padding-top: 5rem;
}

.rules{
    text-decoration: underline;
    font-size: 1.4rem;
    line-height: 1;
}

.video{
    width: 100%;
    height: auto;
}

ul{
    list-style: none;
    line-height: 4;
}

li{
    display: inline;
    padding: 0 3rem;
}

/* util */

.purple{
    color: rgb(104, 54, 138);
}

.white{
    color: #fff;
}

.pt{
    padding-top: 3rem;
}

.pb{
    padding-bottom: 3rem;
}

.xxl{
    font-size: 4rem;
}


/* bgd */
.first{
    background: url('img/tex1.jpg') no-repeat;
    background-size: cover;
    min-height: 100vh;
}

.footer{
    background: url('img/tex1.jpg') no-repeat;
    background-size: cover;
}

.second{
    background-color: rgb(212, 212, 211);
}

.blogs{
    background: url('img/tex2.jpg') no-repeat;
    background-size: cover;
}


@media screen and (max-width: 720px){
    .icon,
    .fsoc,
    .flist,
    .flogo{
        float: none;
        width: 100%;
    }
    .logo{
        padding: 2rem 0;
    }
    .pb{
        padding-bottom: 1rem;
    }
    .pt{
        padding-top: 1rem;
    }
    li{
        display: block;
    }
    .title{
        font-size: 3rem;
    }
}