
body{
    background-color: rgb(255, 255, 255);
}


.font_main{ 
    font-family: 'Lalezar', cursive;
    color: #1b2030;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
}

.font_child{
    font-family: 'Almarai', sans-serif;
    color: #464c57;
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    
}

.border{
    height: 6px;
    width: 30%;
    background-color: #2b044d;
    margin-bottom: 15px;
}

.btn_a{
    border: 0;
    outline: 0;
    border-radius: 0;
    background: #1f193a;
    font-size: 23px;
    padding: 8px 35px;
    color: white;
}


/*************************************************/


.Breadcrumb-section{
    text-align: right;
    margin-top: 51px;
    background: #e2e2e2;
    text-align: center;
    padding: 60px 0 20px;
}

.breadcrumb-item+.breadcrumb-item::before{ float: right; padding-left: .5rem;}

/****************************************/

.sports-activties{
    text-align: right;
    margin: 20px 0;
}
.sports-activties .content{
    margin: 40px 0;
    background: #1b2030 ;
    padding: 10px;
    position: relative;
    color: white;
    font-size: 25px;
    font-weight: 100;
}

.sports-activties .content::after{
    content: "";
    position: absolute;
    right: 50%;
    bottom: -60px;
    border-color: #1b2030 transparent transparent transparent;
    border-width: 30px ;
    border-style: solid;

}

.sports-activties .items{
    border: 2px solid #ddd;
    padding: 10px;
    margin-bottom: 20px;
    
}


