.competition > *{
    font-family: "TheSansArabic-Plain";
    direction: rtl;
}
.competition-banner{
    background-image: url('https://www.theebonline.com/wp-content/uploads/2024/07/competition-banner.png');
    /* background-image: url('http://theebwebsite.local/wp-content/uploads/2024/07/competition-banner-mobile.png'); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100vh;
 
    width: 100vw;
    margin-top: -2.5rem;
    padding: 1rem 0.5rem;
}

.competition-banner > img,.competition-banner > picture{
    background-position: center;
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
}
.competition-logo{
    width: 134px;
    height: 134px;
}
.competition-logo > img{
    width: 134px;
    height: 134px;
}
.competition-header:last-child{
      margin-left: auto;
      margin-right: 0;
      padding-right:4.35rem;
      padding-left:0rem;
}
.rtl .competition-header:last-child{
      margin-left: 0;
    margin-right: auto;
    padding-left:4.35rem;
    padding-right:0rem;
   
}
.competition-header{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap:1rem;
    position: relative;
    z-index: 10;
}
.competition-header > li{
    list-style: none;
    display: flex;
    gap: 1rem; 
    color:white;
    text-decoration: none;
    font-size: 20px;
    font-family: "TheSansArabic-Plain";
    transition: color 0.3s ease;
  
}

.section-wrapper{
    margin-top: 2rem;
    padding-top: 2rem;
    padding-left: 1rem;
    padding-right:1rem;
    width: 100%;
    display: flex;
    flex-direction: row;
}
.competition-header > li:hover{
    color:var(--theme-accent);
}
.competition-header > a:not(:first-child){
    display: flex;
    gap: 1rem; 
    color:white;
    text-decoration: none;
    font-size: 20px;
    transition: color 0.3s ease;
}
.competition-header > a:not(:first-child):hover{
    color:var(--theme-accent);
}
.competition-section{
    background-image: url('https://www.theebonline.com/wp-content/uploads/2024/07/competition-blank.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
    width: 100vw;
    margin-top: -2.5rem;
    padding: 1rem 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}
.competition-title{
    font-size: 74px;
    font-family: "TheSansArabic-SemiBold";
   
}
.competition-title-p{
    font-size: 54px;
    font-family: "TheSansArabic-Light";
}
.competition-button{
    background-color: black;
    color: white;
    border-radius: 40px;
    font-size: 35px;
    width: fit-content;
    text-decoration: none;
    padding:28px;
    transition: color 0.3s ease;
    font-family: "TheSansArabic-SemiBold";
    text-wrap: nowrap;
    margin-bottom: 85px;
   
}
.competition-button:hover{
    color:var(--theme-accent);
}
/* .competition-terms-and-condition > h4{
    font-size: 30px;
} */
.competition-terms-and-condition > ul{
    list-style: inside decimal;
}
.competition-terms-and-condition > ul > li{
    font-size: 28px;
    font-family: "TheSansArabic-Plain";
}
.competition-footer{
    width: 100%;
    height: 120px !important;
    background-color: #AF252E;
    opacity: 1 !important;
    padding:0 !important;
    margin:0 !important;
}
.competition-img {
    width: 50%;
}
@media (max-width: 1100px) {
    .competition-banner > img, .competition-banner > picture{
        min-height: auto;
        display: block;
        height: 100%;
        
    }
}
@media (max-width: 960px) {
    .section-wrapper{
        flex-direction: column;
    }
    .competition-img {
        width: 100%;
    }
    .competition-banner{
        background-image: none;
    }
    .competition-section{
        flex-direction: column;
    }
  
    .competition-header{
        /* flex-direction: column; */
        /* font-size: 14px; */
    }
    .competition-header:last-child{
        margin-right: 3rem !important;
    }
    .competition-header > li, 
    .competition-header > a:not(:first-child){
        font-size: 14px;
    }
    .competition-banner{
        margin-top: -10%;
    }
    .competition-title{
        font-size: 34px;
    }
    .competition-title-p{
        font-size: 32px;
    }
    .competition-button{
        font-size: 22px;
        padding:22px;

        text-align: center;
        align-items: center;
        justify-content: center;
        margin: auto;
        display: flex;
    }
    .competition-terms-and-condition > ul > li{
        font-size: 16px;
    }
}