@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;800&display=swap');

body{
    direction: rtl;
    background-color: #161103;
    font-family: 'Cairo', sans-serif;
}

header{

}

.fs-24{
    font-size: 24px;
}

h2{
    line-height: 1.5;
}
.width-max-content{
    width: max-content;
}
header img{
    height: 100px;
}
@media screen and (max-width: 991px){
header img{
    height: 70px;
}
}

.slidar{

}
.slidar h1{
    font-weight: 600;
}
.slidar h2{
    font-weight: 600;
}
.slidar p{

}

.main-bg-page{
    height: 90vh;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    opacity: .2;
}
@media screen and (max-width: 991px){
    .main-bg-page{
        height: auto;
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
        opacity: .2;
        width: 90%;
    }
}

.des-color{
    color: #9D9C98;
}

.py-200{
    padding-top: 200px;
    padding-bottom: 200px;
}
.py-100{
    padding-top: 100px;
    padding-bottom: 100px;
}
.pb-100{
    padding-bottom: 100px;
}
.pt-100{
    padding-top: 100px;
}
.pt-150{
    padding-top: 150px;
}
.pt-200{
    padding-top: 200px;
}

.py-80{
    padding-top: 80px;
    padding-bottom: 80px;
}
.pb-80{
    padding-bottom: 80px;
}
.pt-80{
    padding-top: 80px;
}

.py-50{
    padding-top: 50px;
    padding-bottom: 50px;
}
.pb-50{
    padding-bottom: 50px;
}
.pt-50{
    padding-top: 50px;
}

.section-title{
    font-weight: 600;
    /*width: max-content;*/
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    position: relative;
    margin-bottom: 60px;
}

.world-cup-section{
    position: relative;
}
.world-cup-section h1{
    position: relative;
    z-index: 1;
    margin-bottom: 70px;
}
.world-cup-section::after{
    /*content: "";*/
    /*position: absolute;*/
    /*background: rgb(108,25,44);*/
    /*background: linear-gradient(90deg, rgba(108,25,44,1) 0%, rgba(67,24,38,1) 100%);*/
    /*left: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*top: 0;*/
    /*z-index: 0;*/
    /*opacity: .95;*/
}

.section-title::after{
    content: "";
    background-color: #F4BD41;
    height: 5px;
    border-radius: 100px;
    position: absolute;
    width: 132px;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
}
.section-des{
    /*color: #9D9C98;*/
    font-size: 16px;
}
.nav.nav-tabs .button{
    font-size: 24px;
    font-weight: 800;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    color: #fff !important;
    background-color: transparent !important;
    border-color: #F4BD41 !important;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    color: #F4BD41 !important;
}

.nav-fill .nav-item, .nav-fill>.nav-link{
    flex: 1 1 auto;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 24px;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
    color: #fff !important;
    background-color: transparent !important;
    border-color: #F4BD41 !important;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    color: #F4BD41 !important;
}

.how-to-use{
    background-color: #20201F;
}

.how-to-use .how-to-use-item{
    position: relative;
    margin-bottom: 100px;
}
.how-to-use .how-to-use-item .how-item-img{
    position: absolute;
    height: 80px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -20px;
}

@media (max-width: 991px) {
    .how-to-use .how-to-use-item .how-item-img {
        position: absolute;
        height: 100px;
        top: auto;
        bottom: -100px;
        margin: auto;
        left: 0;
        right: 0;
        transform: rotate(270deg);
    }
}

.leagues{
    background-color: #20201F;
}

.leagues .section-des{
    color: #7E8085;
}

.gameApp{
    background-image: linear-gradient(98deg,#f7d446 -35%,#f2ab3f 105%);
}

footer{
    background-color: #000000;
    background-image: url('../img/footerBG.png');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
}
footer .logo{
    width: 300px;
}
footer a{
    text-decoration: none;
    color: #fff;
}

footer p.copy-rights{
font-size: 14px;
margin-top: 10px;
}

footer p.contact-us{
    font-size: 16px;
}

footer svg{
    transform: scale(1.5);
    width: 50px;
}

.section-icon-bg{
width: 80%;
margin: auto;
display: flex;
justify-content: space-between;
position: absolute;
left: 0;
right: 0;
}
.section-icon-bg .section-icon-bg-1{

}
.section-icon-bg .section-icon-bg-2{

}

.tapse-list .section-icon-bg-1{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
}
.tapse-list .section-icon-bg-2{
    position: absolute;
    left: -20%;
    top: 20%;
    z-index: 0;
}
.z-1{
    z-index: 1;
}


@media (max-width: 768px) {
    .section-title{
        width: auto;
    }
    .mob-w-43{
        width: 43%;
    }
    .off-on-mob{
        display: none;
    }
    .mob-w-43{
        width: 43%;
    }
    .nav-fill .nav-item, .nav-fill>.nav-link{
        font-size: 16px;
    }
    .section-icon-bg{
        display: none;
    }
    footer{
        text-align: center;
    }
    footer .text-start{
        text-align: center !important;
    }
}

.privacyPolicy h2{
    font-size: 22px;
    color: #000000;
}
.privacyPolicy p{
    font-size: 16px;
    color: #161103;
}
