/* common css ******************************************************************************/
/* CeraPro */
@font-face {
    font-family: "CeraPro-Regular";
    src: url("../fonts/cera-pro/CeraPro-Regular.ttf");
}
@font-face {
    font-family: "CeraPro-Medium";
    src: url("../fonts/cera-pro/CeraPro-Medium.ttf");
}
@font-face {
    font-family: "CeraPro-Bold";
    src: url("../fonts/cera-pro/CeraPro-Bold.ttf");
}
@font-face {
    font-family: "CeraPro-Black";
    src: url("../fonts/cera-pro/CeraPro-Black.ttf");
}
/* BarlowCondensed */
@font-face {
    font-family: "BarlowCondensed-Regular";
    src: url("../fonts/barlow/BarlowCondensed-Regular.ttf");
}
@font-face {
    font-family: "BarlowCondensed-Medium";
    src: url("../fonts/barlow/BarlowCondensed-Medium.ttf");
}
@font-face {
    font-family: "BarlowCondensed-Bold";
    src: url("../fonts/barlow/BarlowCondensed-Bold.ttf");
}
@font-face {
    font-family: "Evil-Empire";
    src: url("../fonts/evil-empire/Evil-Empire.otf");
}
/* Empirez */
@font-face {
    font-family: "Empirez";
    src: url("../fonts/Empirez/Empirez.ttf");
}
/* Aurach  */
@font-face {
    font-family: "Aurach-Bi";
    src: url("../fonts/Aurach/Aurach-Bi.ttf");
}
@font-face {
    font-family: "Aurach-Heavy";
    src: url("../fonts/Aurach/Aurach-Heavy.ttf");
}
@font-face {
    font-family: "Aurach-Tri";
    src: url("../fonts/Aurach/Aurach-Tri.ttf");
}
/* Roundkey  */
@font-face {
    font-family: "Roundkey-Light";
    src: url("../fonts/roundkey/Roundkey-Light.otf");
}
@font-face {
    font-family: "Roundkey-Regular";
    src: url("../fonts/roundkey/Roundkey-Regular.otf");
}
@font-face {
    font-family: "Roundkey-Medium";
    src: url("../fonts/roundkey/Roundkey-Medium.otf");
}
@font-face {
    font-family: "Roundkey-Bold";
    src: url("../fonts/roundkey/Roundkey-Bold.otf");
}
:root {
    --white: #fff;
    --black: #000;
    --yellow: #FDCF26;
    --gray: #534a4a;
    --red:#C10000;
    --dark-red:#9D0000;
    --light-black:#585858;
    --white-bg:#F5F5F5;
}
.white {
    color: var(--white);
}
.black {
    color: var(--black);
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
*::before,
*::after {
    box-sizing: border-box;
}
.common::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
}
body {
    background: var(--black);
    font-family: "Roundkey-Medium";
}
body.show {
    position: fixed;
    top: 0;
    width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    line-height: 1.2;
    color: var(--white);
    font-weight: 700;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0;
}
h1 {
    font-size: 150px;
    line-height: 130px;
}
h2 {
    font-size: 76px;
}
h3 {
    font-size: 36px;
}
h4 {
    font-size: 28px;
}
h5 {
    font-size: 24px;
}
h6 {
    font-size: 20px;
}
p {
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 25px;
    color: var(--white);
}
p:last-child {
    margin-bottom: 0;
}

ul,
ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    text-transform: capitalize;
    display: inline-block;
    line-height: 1.2;
    color: inherit;
    font-family: inherit;
}
span {
    display: inline-block;
}
.section-heading {
    text-align: center;
    margin-bottom: 50px;
}
.btn-common {
    font-size: 26px;
    padding: 12px 40px;
    background: var(--yellow);
    color: var(--black) !important;
    border-radius: 50px;
    border: 1px solid transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "CeraPro-Bold";
    text-transform: uppercase;
}
.btn-common img {
    max-width: 30px;
    margin-right: 10px;
}
.bg {
    padding: 80px 0;
}
.mobile {
    display: none !important;
}
.desktop {
    display: block !important;
}
img,
video {
    max-width: 100%;
}
.button-box {
    padding-top: 20px;
}
.button-box ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}
.owl-theme .owl-dots .owl-dot span {
    background: var(--black);
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--white);
    outline: 2px solid var(--white);
    outline-offset: 3px;
}
.owl-nav {
    margin-top: 0;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.owl-nav button.owl-prev {
    left: 0;
}
.owl-nav button.owl-next {
    right: 0;
}
.form-control-common {
    background: var(--white);
    border: 1px solid var(--black);
    font-size: 20px;
    padding: 15px 50px 15px 20px;
    width: 100%;
    appearance: textfield;
    color: var(--black);
    border-radius: 0;
    box-shadow: none;
    resize: none;
    outline: none;
}
.input-group {
    padding-bottom: 30px;
}
.text-gradient {
    font-family: "Aurach-Heavy";
    font-weight: normal;
    background: linear-gradient(129deg, #EFD767, #E4BA54, #E0B654, #D7A74B, #C98E34, #FBE562, #FFF88E, #FFF88E, #CE8C24, #ECBA3C, #E9B136, #FEF78D, #FDF78B );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}
.yellow-gradient{
    background: linear-gradient(270deg,#FDF286,#FDF591,#FCE878,#FADE63,#F0C74D,#EBBD46,#EABA44);
}
.section-heading p {
    font-size: 60px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 2px;
    font-family: "Roundkey-Bold";
    line-height: 40px;
}
/* header css start ******************************************************************************/
@keyframes smoothScroll {
    0% {
        transform: translateY(-60px);
        opacity: 0;
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}
/* *{
    outline: 1px solid red;
} */
#header.show {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    animation: smoothScroll 1s forwards;
    z-index: 1000;
    /* box-shadow: 0 0 10px 2px #000; */
    background: #000;
}
#header {
    background: transparent;
    padding: 20px 0;
    transition: .5s all;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}
#header .header-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#header .logo-box img {
    max-width: 100px;
    width: 100%;
}
#header .main-nav .click-menu,
#header .main-nav .cancel-menu {
    display: none;
    cursor: pointer;
    position: relative;
    z-index: 11;
    width: 30px;
    height: 30px;
}
#header .main-nav .click-menu span,
#header .main-nav .cancel-menu span {
    width: 25px;
    height: 3px;
    background: var(--white);
    transition: .5s all ease-in-out;
    position: relative;
    border-radius: 5px;
}
#header .main-nav .cancel-menu span {
    position: absolute;
    height: 4px;
}
#header .main-nav .cancel-menu span:first-child {
    transform: rotate(45deg);
}
#header .main-nav .cancel-menu span:last-child {
    transform: rotate(-45deg);
}
#header .main-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 20px;
}
#header .button-box {
    margin-left: 20px;
    padding-top: 0;
}
#header  .button-box a {
    position: relative;
    padding-left: 70px;
}
#header .button-box img {
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 70px;
}
#header .main-nav nav ul li {
    display: inline-block;
    position: relative;
    margin-right: 20px;
}
#header .main-nav nav ul li a {
    color: var(--white);
    padding: 5px;
    font-size: 18px;
}
/* homeBanner css ******************************************************************************/
#homeBanner .homeBanner-part{
    position: relative;
}
.homeBanner-box .item {
    position: relative;
}
.homeBanner-box {
    position: relative;
    overflow: hidden;
}
.homeBanner-box .item img.banner {
    width: 100%;
}
#homeBanner .homeBanner-box .item .text-box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 16%;
}
#homeBanner .homeBanner-box .item .text-box p {
    font-family: "Roundkey-Bold";
    font-size: 40px;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}
#homeBanner .homeBanner-box .item  .text-box-1 p br{
    display: block !important;
}
#homeBanner .homeBanner-box .item .text-box p br{
    display: none;
}
#homeBanner .homeBanner-box .item .text-box .title {
    position: relative;
}
#homeBanner .homeBanner-box .item .text-box .sub-text {
    position: absolute;
    bottom: 20px;
    right: 8%;
}
#homeBanner .homeBanner-box .item .text-box .sub-text P {
    font-size: 50px;
    line-height: 45px;
}
#homeBanner .homeBanner-box .cta-box {
    position: fixed;
    right: 2%;
    bottom: 7%;
    z-index: 9999;
}
#homeBanner .homeBanner-box .cta-box img {
    margin: 0 10px;
    height: 60px;
    width: 60px;
}
#homeBanner .homeBanner-part .bonus-wrapper {
    width: 80%;
    margin: 0 auto;
    padding: 20px 20px;
    background: url('../images/bonus-bg.png');
    background-position: center;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    gap: 80px;
    position: absolute;
    bottom: -60px;
    z-index: 89;
    left: 50%;
    transform: translateX(-50%);
}   
#homeBanner .homeBanner-part .bonus-wrapper .bonus-box {
    display: flex;
    align-items: center;
    gap: 10px;
}
#homeBanner .homeBanner-part .bonus-wrapper .bonus-box h4.percent {
    color: var(--red);
    font-size: 100px;
    flex-shrink: 0;
    margin-bottom: 0;
}
#homeBanner .homeBanner-part .bonus-wrapper .bonus-box p span {
    display: block;
    font-size: 49px;
    color: var(--black);
    font-weight: normal;
    text-transform: uppercase;
    line-height: 42px;
    font-family: "Roundkey-Bold";
}

#homeBanner .homeBanner-part .bonus-wrapper .bonus-box p .small {
    font-size: 25px !important;
    line-height: 16px !important;
}
.red{
    color: var(--red) !important;
}


/* revolution section css ******************************************************************************/
#revolution .revolution-part {
    background: linear-gradient(#000000b8, #131314db), url(../images/evolutiob-bg.png);
    background-position: center;
    background-size: 100% 100%;
}
#revolution .revolution-box {
    overflow: hidden;
}

#revolution .revolution-part .container-fluid {
    width: 80%;
    margin: 0 auto;
}
#revolution .revolution-box .section-heading h2 {
    line-height: 70px;
    text-align: left;
}
#revolution .revolution-box .info-box {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
#revolution .revolution-box .info-box .box {
    height: 190px;
    width: 190px;
    background: var(--white);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    padding: 20px 20px;
}
#revolution .revolution-box .info-box .box p {
    color: var(--light-black);
    margin-bottom: 0;
    text-transform: uppercase;
    margin-top: 20px;
    text-align: center;
    line-height: 20px;
}

#revolution .winner-box {
    display: flex;
    justify-content: center;
    padding: 20px 0;
    gap: 70px;
}
#revolution .winner-box .box {
    display: flex;
    align-items: center;
    gap: 15px;
}
#revolution .winner-box .box img {
    width: 100px;
    height: 100px;
}
#revolution .winner-box .box p span {
    display: block;
    color: #000;
    font-size: 34px;
    line-height: 27px;
}
#revolution .winner-box .box p span.small {
    font-size: 22px;
    text-transform: uppercase;
}


/* services section css ******************************************************************************/
#liveGames .liveGames-part{
    background: var(--dark-red);
}

#liveGames .container{
    max-width: 1400px;
}

#liveGames .item .title {
    display: flex;
    align-items: center;
}

.tournament-name {
    width: 220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
span.dot {
    height: 5px;
    width: 5px;
    background: var(--black);
    border-radius: 50%;
    margin: 0 5px;
}
#liveGames .item p {
    margin-bottom: 0;
    color: var(--black);
    font-size: 18px;
}
#liveGames .owl-item .item .status {
    text-align: center;
    border: 1px solid #000;
    width: 50%;
    border-radius: 50px;
    margin: 10px auto;
}
#liveGames .item .teame {
    text-align: center;
}

#liveGames .item img {
    display: block;
    width: auto;
    margin: 0 auto;
}
#liveGames .item img.flag {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    margin: 0;
}

#liveGames .item .matches.item .top p {
    color: white;
    font-weight: 400;
    font-size: 18px;
}
#liveGames .item .country {
    margin: 10px 0 20px;
}
#liveGames .item .country .cn-name {
    font-weight: 800;
    font-size: 40px;
}

#liveGames .item .country .score {
    font-size: 22px;
    font-family: "CeraPro-Bold";
}

#liveGames .item .summary p {
    text-align: center;
    background: var(--black);
    border-radius: 50px;
    color: var(--white);
    font-weight: 400;
    border: 1px solid gray;
    font-family: "Roundkey-Light";
    text-transform: uppercase;

}

#liveGames .owl-theme .owl-nav img {
    width: 40px;
    height: 40px;
}
.country-name {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
#liveGames  .owl-theme .owl-nav [class*=owl-]:hover{
    background: transparent;
}
#liveGames .owl-theme .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 30px;
}
#liveGames .owl-item {
    margin: 50px 0;
}
#liveGames .owl-item .item {
    transform: scale(1);
    transition: .5s all;
    background: var(--white);
    padding: 20px;
    border-radius: 10px;
    opacity: 0.5;
    /* min-width: max-content; */
}
#liveGames .owl-item.active.center .item {

    transform: scale(1.1);
    opacity: 1;
    position: relative;
}
#liveGames .owl-item.center{

    z-index: 1;

}
#liveGames .owl-stage {
    padding-bottom: 20px;
}
.bet-now-box {
    width: 30%;
    background: var(--yellow);
    padding: 6px 10px 6px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: -21;
    border-radius: 0 0 10px 10px;
    text-transform: uppercase;
    font-size: 20px;
    opacity: 0;
}
#liveGames .owl-item.active.center .item .bet-now-box{
    opacity: 1;
}

#liveGames .owl-item.active.center .item a:hover{
    color: var(--black);
}
#liveGames .owl-item.active.center .item a{
    display: block;
}

#liveGames .owl-nav button.owl-prev {
    left: -100px;
}
#liveGames .owl-nav button.owl-next {
    right: -100px;
}
/* services section css ******************************************************************************/
#services .services-part {
    padding: 50px 0;
}
#services  .box-inner {
    padding: 30px 0;
    position: relative;
    background: white;
    border-radius: 10px;
    height: 200px;
    width: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#services  .box-inner .text-box {
    text-align: center;
    margin-top: 20px;
}
#services .services-part .box-inner .text-box span {
    display: block;
    color: var(--black);
    font-family: "CeraPro-Bold";
    font-size: 16px;
}
#services .services-part .box-inner .text-box span.small {
    font-size: 14px;
}
#services .services-part .box-inner img{
    width: auto !important;
    margin: 0 auto;
}
.services-slider .owl-stage {
    display: flex !important;
}
.services-slider .item {
    height: 100%;
}
#services .owl-nav button.owl-prev {
    left: -100px;
}
#services .owl-nav button.owl-next {
    right: -100px;
}
#services .owl-nav button img {
    filter: brightness(0);
}
#services .owl-theme .owl-nav img {
    width: 40px;
    height: 40px;
}

/* crypto section css ******************************************************************************/
.crypto-part {
    background: linear-gradient(#000000d6, #141414e8), url(../images/crypto-bg.png);
    background-position: center;
    background-size: cover;
}
#crypto .section-heading {
    text-align: left;
    margin-top: 120px;
}

#crypto .section-heading h2 {
    line-height: 75px;
    font-size: 90px;
}
#crypto .section-heading h2 span {
    font-size: 64px;
    display: block;
}
#crypto .section-heading p {
    font-size: 50px;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Roundkey-Bold";
    line-height: 40px;
}

/* faq css ******************************************************************************/
#faq .faq-part {
    background: var(--white-bg);
}
#faq .faq-part .section-heading h2{
    font-family: "Roundkey-Bold";
    color: var(--black);
    text-transform: uppercase;
    font-size: 56px;
}

#faq .faq-part .accordion-item {
    margin-bottom: 20px;
    border-radius: 10px;
    border: 1px solid #707070;
    overflow: hidden;
}
#faq .faq-part .accordion-item .accordion-collapse{
    position: relative;
}
#faq .faq-part .accordion-item .accordion-collapse::after{
    content: "";
    width: 96%;
    height: 1px;
    background: #707070;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
#faq .faq-part .accordion-button:not(.collapsed){
    background: transparent;
    box-shadow: none;
}
#faq .faq-part .accordion-button {
    color: var(--light-black);
    font-size: 25px;
    text-transform: uppercase;
}
#faq .faq-part .accordion-body {
    color: var(--light-black);
    font-size: 20px;
}
.accordion-button:focus{
    border: none;
}
#faq .faq-part .accordion-button::after {
    content: "";
    background-image: url("../images/down-arrow.png") !important;
    background-repeat: no-repeat;
    background-size: 18px 11px;
    background-position: center;
}

#faq .faq-part .accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
    /* background-image: url("../images/minus-icon.png") !important; */
}
/* footer css ******************************************************************************/
#footer .top-box .logo-box img {
    max-width: 80%;
    margin-bottom: 30px;
}
#footer .footer-part{
    padding-bottom: 40px !important;
}
#footer .top-box {
    padding: 20px 0;
}
#footer h5 {
    margin-bottom: 30px;
    font-weight: normal;
}
#footer .top-box .box2 {
    text-align: center;
    border: 1px solid var(--gray);
    border-bottom: none;
    border-top: none;
}
#footer .top-box ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 15px;
    margin-top: 20px;
}
#footer .top-box .box3 ul {
    justify-content: start;
}
#footer .middle-box {
    padding: 20px 0;
    border: 1px solid var(--gray);
    border-left: none;
    border-right: none;
}
#footer .middle-box h5 {
    margin-bottom: 0;
}
#footer .middle-box .link-box ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}
#footer .middle-box .link-box ul a {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid var(--yellow);
    transition: 0.3s;
}
#footer .middle-box .link-box ul i {
    font-size: 26px;
    color: var(--yellow);
    transition: 1s ease-in linear;
}
#footer .middle-box .link-box ul a:hover {
    background: var(--yellow);
}
#footer .middle-box .link-box ul a:hover i {
    color: #000;
}
#footer .end-box {
    padding: 30px 0;
}
#footer .end-box .text-box {
    text-align: center;
}
#footer .end-box .text-box p {
    font-family: "BarlowCondensed-Regular";
    font-size: 16px;
}