/*
=====================================================================
*   Roi v1.1 Layout Stylesheet
=====================================================================

   TOC:
   a. General Styles
   b. Intro Section
   c. About Section
   e. Footer

===================================================================== */


/* ------------------------------------------------------------------ */
/* a. General Styles
/* ------------------------------------------------------------------ */

body {
    background: #151D34;
}


/* ------------------------------------------------------------------ */
/* b. Intro Styles
/* ------------------------------------------------------------------ */

#intro {
    position: relative;
    min-height: 100vh;
    width: 100%;
}

#video-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 0;
    background-size: cover;
}

#video-bg:after {
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
}

#video-bg > video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

@supports (object-fit: cover) {
    #video-bg > video {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.plus {
    position: absolute;
}

.top-left,
.top-right {
    top: 24px;
}

.top-right,
.bottom-right {
    right: 24px
}

.top-left,
.bottom-left {
    left: 24px;
}

.bottom-left,
.bottom-right {
    bottom: 24px;
}


/* Header 
/* ------------------------------------------------------------------ */

header {
    width: 100%;
    position: relative;
}

header #logo {
    width: 130px;
    text-align: center;
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#logo img {
    height: 80px;
}


/* Main 
------------------------------------------------------------------ */

#main {
    margin: 0 auto;
    margin-top: 32vh;
    text-align: center;
    max-width: 1020px;
}

#main h1 {
    font-family: Krona One;
    font-style: normal;
    font-weight: normal;
    font-size: 54px;
    line-height: 67px;
    width: 100%;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
    margin-bottom: 16px;
    color: #fff;
}

#main h1 span {
    color: #567DF3;
}

#main h5 {
    color: #1F782F;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, .7);
}

ul.top-parth {
    display: inline-block;
    text-align: center;
}

ul.top-parth li {
    display: inline-block;
    border-radius: 50%;
    margin: 0 8px;
    vertical-align: middle;
    height: 46px;
    width: 46px;
    transition: all 0.2s ease-out;
}

ul.top-parth li:hover {
    transform: scale(1.05);
}

.scroll-down {
    display: block;
    position: absolute;
    height: 46px;
    width: 46px;
    background: url(../images/parthners/Arrow.svg) center no-repeat;
    background-size: cover;
    bottom: 35px;
    z-index: 99;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.scroll-down:hover {
    opacity: 0.8;
}


/* ------------------------------------------------------------------ */
/* e. Section
/* ------------------------------------------------------------------ */

section {
    position: relative;
}

.wcu-header {
    text-align: center;
    padding-top: 34px;
    margin: 34px auto 68px;
}

.wcu-title {
    font-family: Krona One;
    font-style: normal;
    font-weight: normal;
    font-size: 46px;
    line-height: 64px;
    align-items: center;
    text-transform: uppercase;
    color: #FFF;
}

.wcu-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 135px;
}

.wcu-items {
    width: 32%;
    border: 2px solid;
    border-radius: 8px;
    color: #56BAF3;
    position: relative;
}

.wcu-num {
    position: absolute;
    top: 24px;
    left: 24px;
    font-family: Krona One;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 34px;
}

.wcu-items:nth-child(2) {
    color: #A456F3;
}

.wcu-items:nth-child(3) {
    color: #567DF3;
}

.wcu-items-title {
    text-align: center;
    margin: 56px 45px;
    font-family: Google Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 36px;
}

.wcu-items img {
    text-align: center;
    width: 250px;
    margin: 87px 87px 0 87px;
    display: block;
}

#sports {
    margin-bottom: 100px;
}

.sports-box {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #567DF3;
    padding: 100px 0;
}

.sports-box:last-child {
    border-bottom: 1px solid #567DF3;
}

.sports-items {
    width: 50%;
    position: relative;
}

.sports-num {
    position: absolute;
    top: 0px;
    left: 0px;
    font-family: Krona One;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 34px;
    color: #567DF3;
}

.sports-items-text {
    display: grid;
    align-content: center;
    height: 100%;
    padding-right: 138px;
}

.sports-title {
    font-family: Krona One;
    font-style: normal;
    font-weight: normal;
    font-size: 34px;
    line-height: 48px;
    margin-bottom: 34px;
    text-transform: uppercase;
    color: #FFF;
}

.sports-items p {
    font-family: Google Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 36px;
    color: #FFF;
    opacity: 0.5;
}

.sports-img {
    border-radius: 8px;
    width: 648px;
    text-align: right;
}

.sports-plus {
    position: absolute;
    bottom: 0;
    left: 0;
}


/* ------------------------------------------------------------------ */
/* e. Terms and conditions
/* ------------------------------------------------------------------ */

.min-row {
    max-width: 872px;
    margin: 0 auto;
}

.max-row {
    max-width: 984px;
    margin: 0 auto;
}

.terms-header {
    max-width: 872px;
}

p.main-sub {
    font-family: Google Sans;
    font-style: normal;
    font-weight: normal;
    color: #FFF;
    opacity: 0.5;
    max-width: 872px;
}

#sports-stats {
    margin: 0 auto;
    padding: 44px 0px 68px 0px;
}

p.main-sub {
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 100px
}

p.second-sub {
    font-size: 22px;
    line-height: 36px;
    text-align: left;
    margin-bottom: 48px
}

p.main-sub-text {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    margin-bottom: 24px;
}

.sports-card {
    display: flex;
    justify-content: center;
    border-top: 1px solid #567DF3;
}

.sports-card:last-child {
    border-bottom: 1px solid #567DF3;
}

.sports-itmes {
    position: relative;
    width: 25%;
    padding: 26px 0px;
}

.liga {
    width: 37%;
}

.db {
    width: 21%;
}

.sports-league {
    padding-left: 54px;
    position: relative;
    font-family: Krona One;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    color: #FFF;
    margin-bottom: 8px;
}

.sports-league img {
    width: 40px;
    left: 0;
    top: 2px;
    position: absolute;
}

.items-price {
    margin-bottom: 4px;
    font-family: Krona One;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    align-items: center;
    text-transform: uppercase;
    color: #FFF;
}

.items-times {
    font-family: Google Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}

.sports-cauntry {
    padding-left: 54px;
    font-family: Krona One;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    color: #8A8E99;
}

.sports-cauntry img {
    height: 16px;
    margin-right: 8px;
    vertical-align: top;
}

#footer-info {
    margin-bottom: 100px;
}

ul.footer-list {
    font-size: 16px;
    line-height: 24px;
}


/* ------------------------------------------------------------------ */
/* e. Footer
/* ------------------------------------------------------------------ */

footer {
    position: relative;
}

.footer-row {
    margin-bottom: 100px;
}

.footer-text {
    width: 100%;
    margin-right: 110px;
}

.footer-parht {
    width: 100%;
}

footer a {
    text-align: center;
}


/* copyright */

footer .copyright-text {
    color: #fff;
    font-family: Krona One;
    font-style: normal;
    font-weight: normal;
    font-size: 54px;
    line-height: 67px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 24px;
}

footer .footer-social {
    text-align: center;
}

ul.social li {
    display: inline-block;
    margin: 0px 12px;
}

.social a {
    display: block;
    width: 46px;
    height: 46px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.social a.instagram {
    background-image: url('../images/social-ico/InstagramStatic.svg');
}

.social a.twitter {
    background-image: url('../images/social-ico/TwitterStatic.svg');
}

.social a.whatsapp {
    background-image: url('../images/social-ico/WhatsappStatic.svg');
}

.social a.telegram {
    background-image: url('../images/social-ico/TelegramStatic.svg');
}

.social a.mail {
    background-image: url('../images/social-ico/MailStatic.svg');
}

.social a.discord {
    background-image: url('../images/social-ico/DiscordStatic.svg');
}

.social a.tiktok {
    background-image: url('../images/social-ico/TikTokStatic.svg');
}

.social a.instagram:hover {
    background-image: url('../images/social-ico/InstagramHover.svg');
}

.social a.twitter:hover {
    background-image: url('../images/social-ico/TwitterHover.svg');
}

.social a.whatsapp:hover {
    background-image: url('../images/social-ico/WhatsappHover.svg');
}

.social a.telegram:hover {
    background-image: url('../images/social-ico/TelegramHover.svg');
}

.social a.mail:hover {
    background-image: url('../images/social-ico/MailHover.svg');
}

.social a.discord:hover {
    background-image: url('../images/social-ico/DiscordHover.svg');
}

.social a.tiktok:hover {
    background-image: url('../images/social-ico/TikTokHover.svg');
}

footer .copyright {
    text-align: center;
    margin-top: 24px;
}

.ie footer .copyright li {
    display: inline;
    transition: all 0.3s ease-in-out;
}