@font-face {
    font-family: 'Loew_black';
    src: url('../fonts/Loew\ Next\ Arabic\ Black.ttf') format('truetype');

}

@font-face {
    font-family: 'Loew_bold';
    src: url('../fonts/Loew\ Next\ Arabic\ Bold.ttf') format('truetype');

}

@font-face {
    font-family: 'Loew_extrabold';
    src: url('../fonts/Loew\ Next\ Arabic\ ExtraBold.ttf') format('truetype');

}

@font-face {
    font-family: 'Loew_heavy';
    src: url('../fonts/Loew\ Next\ Arabic\ Heavy.ttf') format('truetype');

}

@font-face {
    font-family: 'Loew_light';
    src: url('../fonts/Loew\ Next\ Arabic\ Light.ttf') format('truetype');

}

@font-face {
    font-family: 'Loew_medium';
    src: url('../fonts/Loew\ Next\ Arabic\ Medium.ttf') format('truetype');

}

@font-face {
    font-family: 'Loew_thin';
    src: url('../fonts/Loew\ Next\ Arabic\ Thin.ttf') format('truetype');

}

@font-face {
    font-family: 'barlow_bold';
    src: url('../fonts/BarlowCondensed-Bold.ttf') format('truetype');

}

@font-face {
    font-family: 'barlow_medium';
    src: url('../fonts/BarlowCondensed-Medium.ttf') format('truetype');

}


body {
    background-color: #EFF3FF;
    background-image: url(../images/background3@2x.png);
    background-repeat: no-repeat;
    background-size: 100vw;
    /* background-position: right; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-transform: uppercase;
    overflow-x: hidden;
    width: 100vw;
}

a {
    text-decoration: none;
    color: white;
}

.header {
    height: 18vw;

}

.head {
    height: 18vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo {
    width: 22vw;
}
.big_title_content {
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    margin-bottom: 4vw;
}
.big_title_content h1{
    font-size: 3vw;
    font-family: Loew_extrabold;
    letter-spacing: -1.4px;
    line-height: 2vw;
    margin-bottom: 0vw;
}
.big_title_content p {
    display: flex;
    font-size: 1.5vw;
    font-family: Loew_thin;
    text-transform: math-auto;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
form{
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.player_div{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    width: 65vw;
    margin-top: 5vw;

}
.player{
    display: flex;
    flex-direction: column;
    width: 24vw;
    align-items: center;
}
.player p , .category p  {
    color: #1456FF;
    font-size: 0.9vw;
    letter-spacing: -0.42px;
    text-align: center;
    font-family: 'Loew_medium';
}
.player p span {
    color: #1456FF;
    font-size: 1vw;
    letter-spacing: -0.42px;
    font-family: 'Loew_extrabold';
}
.permition p{
    color: #1456FF;
    font-size: 1vw;
    letter-spacing: -0.42px;
    text-align: center;
    font-family: 'Loew_bold';
}

.player input[type="text"], .player input[type="date"], .player input[type="email"] , .input_last input[type="email"] , .input_last input[type="text"]{
    height: 1.5vw;
    border: 0vw;
    border-radius: 1vw;
    width: 23vw;
    margin-bottom: 1vw;
    padding: 2vw;
    font-size: 0.9vw;
    font-family: 'loew_bold';
    letter-spacing: -0.42px;
    color: #1456FF;
    text-transform: uppercase;
}
.player input[type="text"]::placeholder,.player input[type="email"]::placeholder, .input_last input[type="email"]::placeholder , .input_last input[type="text"]::placeholder{
    font-size:0.9vw;
    font-family: 'loew_bold';
    letter-spacing: -0.42px;
    color:#1456FF;
   
}
.input_last input[type="text"]{
    margin-right: 2.5vw;
}
.input_radio_category{
    width: 56vw;
    height: 6vw;
    background-color: white;
    margin-bottom: 1vw;
    border-radius: 1vw;
}

.input_radio{
    background-color: white;
    border-radius: 1vw;
    display: flex;
    width: 27vw;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
    margin-bottom: 1vw;
    padding: 0.5vw 0vw;
}
.input_radio input[type="radio"] {
    display: none; /* Hide the radio buttons */
}

.input_radio label {
    display: flex;
    padding: 1vw;
    margin: 0.5vw;
    /* border: 2px solid #ccc; */
    border-radius: 0.2vw;
    cursor: pointer;
    width: 10.5vw;
    height: 3vw;
    background-color: #1356ff1f;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1456FF;
    font-size: 0.8vw;
    font-family: 'Loew_bold';
    text-align: center;
    line-height: 1vw;
}

.input_radio input[type="radio"]:checked + label {
    background-color: #1456FF;
    color: #EFF3FF;
    border-color: #1456FF;
}
.input_radio2{
   
    border-radius: 1vw;
    display: flex;
    width: 27vw;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
    margin-bottom: 1vw;
}
.input_radio2 input[type="radio"] {
    display: none; /* Hide the radio buttons */
}

.input_radio2 label {
    display: flex;
    padding: 10px 20px;
    margin: 5px;
    /* border: 2px solid #ccc; */
    border-radius: 0.5vw;
    cursor: pointer;
    width: 6.5vw;
    height: 2.5vw;
    background-color: #1356ff1f;
   
    justify-content: center;
    align-items: center;
    color: #1356FF;
    font-size: 0.8vw;
    font-family: 'Loew_bold';
    text-align: center;
    line-height: 1vw;
}

.input_radio2 input[type="radio"]:checked + label {
    background-color: #1456FF;
    color: #EFF3FF;
    border-color: #1456FF;
}
.input_radio_category{
    display: flex;
    width: 53.5vw;
    height: 5.5vw;
    background-color: white;
    margin-bottom: 2vw;
    border-radius: 1vw;
    justify-content: center;
    align-items: center;
}

.input_radio_category input[type="radio"] {
    display: none; /* Hide the radio buttons */
}

.input_radio_category label {
    display: flex;
    padding: 10px 20px;
    margin: 5px;
    /* border: 2px solid #ccc; */
    border-radius: 0.5vw;
    cursor: pointer;
    width: 10.5vw;
    height: 3vw;
    background-color: #1356ff1f;
    justify-content: center;
    align-items: center;
    color: #1356FF;
    font-size: 0.8vw;
    font-family: 'Loew_bold';
    text-align: center;
    line-height: 1vw;
}

.input_radio_category input[type="radio"]:checked + label {
    background-color: #1456FF;
    color: #EFF3FF;
    border-color: #1456FF;
}
.category{
    margin-bottom: 2vw;
}
input[type="submit"]{
    width: 56vw;
    height: 5vw;
    margin-bottom: 5vw;
    background-color: #1456FF;
    font-size: 1.1vw;
    border: 0vw;
    color: white;
    letter-spacing: -0.53px;
    font-family: 'Loew_medium';
    border-radius: 1vw;
}
.input_radio div{
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.bottom {
    background-color: #0B0B0B;
    color: #0B0B0B;
    height: 30vh;
    width: 100vw;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.bottom img {
    width: 14vw;
}

.bottom>div:nth-child(2)>div {
    display: flex;
    width: 2.5vw;
    height: 2.5vw;
    border-radius: 50%;
    background-color: white;
    /* padding: 0.7vw; */
    text-decoration: none;
    justify-content: center;
    align-items: center;
    margin-right: 1vw;
}

.bottom>div:nth-child(2)>div a {
    color: #0B0B0B;
}

.bottom>div:nth-child(2) {
    display: flex;
}

.fa-solid, .fas {
    line-height: 0vw !important;
}
.alert-danger{
    width: 100vw;
    display: flex;
    background-color: darkred;
    justify-content: center;
}
@media (max-width : 1150px) {
    .registration img {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    body {
        background-image: url(../images/backgroundmobile3@2x.png);
        background-size: 100vw;
        background-position-x: center;

    }

    .header {
        height: 30vw;
    }
    .head{
        height: 32vw;
    }

    .logo {
        width: 34vw;
    }

  
    .big_title_content h1 {
        font-size: 7vw;
        font-family: Loew_extrabold;
        letter-spacing: -1.4px;
        line-height: 8vw;
        text-align: center;
        width: 85vw;
        margin-bottom: 0vw;
    }
    .big_title_content p {
       
        font-size: 2.5vw;
        
    }
    .player_div {
       
        width: 85vw;
    }
    .player {
        
        width: 40vw;
    }
    .player p, .category p {
        
        font-size: 1.7vw;
    }
    .player p span {
       
        font-size: 2vw;
    }
    .player input[type="text"], .player input[type="date"], .player input[type="email"], .input_last input[type="email"], .input_last input[type="text"] {
        
        width: 30vw;
       
        font-size: 1.5vw;
       
    }
    .player input[type="text"]::placeholder,.player input[type="email"]::placeholder, .input_last input[type="email"]::placeholder , .input_last input[type="text"]::placeholder{
        font-size:1.5vw;
      
       
    }
    .input_radio {
       
        width: 34vw;
    }
    .input_radio label {
       
        width: 13.5vw;
        height: 5vw;
       
        font-size: 1.5vw;
       
        line-height: 2vw;
    }
    .input_radio2 {
       
        width: 40vw;
       
    }
    .input_radio2 label {
       
        width: 12.5vw;
        height: 3.5vw;
       
        font-size: 1.5vw;
      
    }
    .input_radio2 {
        
        display: flex;
        width: 40vw;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
        margin-bottom: 1vw;
        justify-content: space-around;
    }
    .input_radio_category {
        
        width: 80vw;
        height: 6.5vw;
    }
    .input_radio_category label {
       
        width: 20%;
        height: 3vw;
       
        font-size: 1.5vw;
     
    }
    input[type="submit"] {
       
        font-size: 2vw;
    }
    .bottom {
        margin-top: 6vw;
        /* margin-bottom: 6vw; */
        display: flex;
        height: 68vw;
        justify-content: space-evenly;
        align-items: center;
        flex-direction: column-reverse;
    }

    .bottom>div:nth-child(2)>div {
        font-size: 4vw;
        width: 9.5vw;
        height: 9.5vw;
        margin-right: 3vw;
    }

    .bottom img {
        width: 50vw;
    }
}