html{}
html,body{}
body{
    font-family: 'Cairo', sans-serif;
    margin: 0;
    padding: 0;
    min-height: 100%;
    direction: rtl;
    overflow-x: clip;
}
.container{
    min-height: 100%;
    background: url(../images/football/bg.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    margin: 0 auto;
}
.content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 15%;
}
.content img{
    max-width: 100%;
    transform: translateX(-34%);
    -webkit-transform: translateX(-34%);
    -moz-transform: translateX(-34%);
    -ms-transform: translateX(-34%);
    -o-transform: translateX(-34%);
}

.main-slogan{
    margin-bottom: 0;
    color: #ffffff;
    font-weight: 900;
    font-size: 2.2rem;
}
.sub-title{
    margin: 0;
    color: #b30000;
    font-weight: bolder;
    font-size: 1.5rem;
    line-height: 1.5rem;
}
.main-text,.main-text-en{
    margin: 0;
    font-weight: bold;
    margin-top: 10px;
}
.main-text-en{
    margin: 0;
    margin-top: 8px;
    line-height: 1.3rem;
}
.b-txt{}

.btn{
    position: relative;
    text-decoration: none;
    background: #ffea00;
    padding: 10px 35px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    color: #000;
    font-weight: bold;
    line-height: 1.5rem;
    margin-top: 20px;
}
.btn:after{
    content: "";
    position: absolute;
    aspect-ratio: 96/75;
    height: 37px;
    background-image: url(../images/btn-hand.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    right: -17px;
    bottom: -13px;
}
.btn .subscribe{}
.btn div{}
.btn div span{}

.annual-price{
    background: #ffffff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    padding: 1px 30px;
    font-size: .8rem;
    margin-top: 10px;
    color: #a20000;
    font-weight: bold;
}
.annual-price span{}

.description{
    margin: 0;
    /*position: relative;*/
    /*margin-top: -17%;*/
    line-height: 1.3rem;
}
.description-en{
    line-height: 1.3rem;
}

/* Medium devices (landscape tablets, 768px and up) */
@media (max-width: 768px) {
    /* CSS rules for medium devices */
    .container{}
}

/* Large devices (laptops/desktops, 992px and up) */
@media (min-width: 768px) {
    /* CSS rules for large devices */
    .container{
        max-width: 768px;
    }
}

  