.tab_back {
    background-color: #0E063D;

}

.tab_back1 {
    padding: 50px 15px;
}

.tab_back1 h3 {
    margin-top: 30px;
}

.tab_back1 p {
    text-align: center;
    margin: 20px;
}

.nav-pills_chang {
    gap: 20px;
}

.tab_back2 {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 10px;
}

.tab_back3 {
    margin: 20px 0px;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
    background-color: transparent;
    color: #b9aeae;
}

.lets {
    background-color: #FFFFFF;
    margin-top: 110px;
    padding: 50px;
}

.lets1 {
    background-color: #0E063D;
    padding: 80px;
    border-radius: 15px;
}

.lets2 {
    display: flex;
    justify-content: center;
}

.lets2 a {
    margin: 15px;
}

.lets1 h4 {
    color: #FFFFFF;
    margin-top: 60px;
    text-align: center;
}

.lets3 {
    margin: 30px;
    display: flex;
    justify-content: center;
    position: relative;
}

.lets3:before {
    content: "\f00d";
    position: absolute;
    top: 0;
    right: -54px;
    z-index: 2;
    background-color: #fff;
    font-family: "Font Awesome 6 Free";
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    display: flex;
    font-weight: 700;
    border-radius: 10px;
}

.your-element {
    transition: transform .6s;
}


.your-element:hover {
    transition: transform .6s;
    /* Animation */
    transform: scale(1.1);
}



/* extra form css start */

.extra1 {
    background-color: #1f0c8d;
    border: 1px solid #0E063D;
    border-radius: 10px;
    padding: 50px;
    margin-top: 50px;
}

.extra2 {
    display: flex;
    justify-content: space-between;
    color: #FFFFFF;
}

.extra3 {
    margin-bottom: 30px;
}

.extra3 input {
    width: 480px;
    padding: 12px;
}

.extra4 {
    color: #FFFFFF;
    margin-bottom: 30px;
}

.extra4 input {
    padding: 12px;
}

.extra5 h2 {
    font-size: 30px;
    margin-bottom: 30px;
}

/* extra form css end */


/* other extra form css start */
.mid-area{
    margin-left: 50px;
}

#tournaments-section .single-item .single-box .box-item1 {
    border: 1px solid #281D61;
    margin-right: 19px;
    text-align: center;
    padding-bottom: 5px;
    padding-top: 5px;
}

#tournaments-section .single-item .single-box .box-item1 .sub {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    line-height: 19px;
    color: #00FADF;
}

#tournaments-section .single-item .title-bottom1 {
    border-bottom: 0px solid #32286D;
    margin-top: 20px;
    padding-bottom: 10px;
}

#tournaments-section .single-item .single-box .box-item1 .head {
    font-size: 13px;
    line-height: 19px;
    text-transform: uppercase;
    color: #ffffff;
}



/* other extra form css end */