@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Barlow', sans-serif;
    line-height: 1.375;
    letter-spacing: .5px;
}

/* =====base color====== */
/*
First was blue
background-color: #B31D1Dw;

Change to red
B31D1D
*/

body {
    background-color: #EEF1F5;
    overflow-x: hidden;
    color: #4e4e4e;
}
.text-white{
    color: #fff;
}

.red{
    color: red;
}

.nav-style{
    background-color: #B31D1D;
}
.flash_sms{
    border-radius: .5rem !important;
}
.nav-item {
    margin: 0 .2rem;
    font-size: 1rem;
}

.nav-item a {
    color: #fff !important;
    font-weight: 600;
}

.btn-log-in {
    border: 3px solid white;
    border-radius: 2rem;
    font-weight: 600;
    font-size: 1rem;
    color: white;
    padding: .2rem 1rem;
    margin-right: .3rem;
}

.btn-log-in:hover {
    color: #B31D1D;
    background-color: #fff;
}

.btn-sign-up {
    border: 3px solid white;
    border-radius: 2rem;
    font-weight: 600;
    font-size: 1rem;
    background-color: white;
    padding: 0.2rem 1rem;
}

.btn-sign-up:hover {
    border: 3px solid white;
    background-color: #B31D1D;
    color: #fff;
}

.nav-item:active {
    position: relative;
}

.active::before {
    content: "";
    width: 80%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
}

.hero-container {
    height: 25rem;
    position: relative;
    /* background-color: red; */
}

.hero-container::before {
    content: "";
    position: absolute;
    top: -120%;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    height: 200%;
    /* background-color: #B31D1Dw; */
    background-color: #B31D1D;
    clip-path: inset(20px round 100%);
    z-index: -1;
}

.shoot-header {
    color: white;
    margin-top: 10rem;
}

.shoot-header div {
    margin-left: 1rem;
}

.shoot-header img {
    margin-top: .2rem !important;
}

.shoot-header h1 {
    font-size: 2rem;
}

.shoot-header button {
    padding: 0.2rem 1.5rem;
}


/* =============start section Program========== */
#program,
#fixture,#signup {
    position: relative;
}

.program,
.fixture,.signup {
    padding: 0;
    margin-top: -17rem;
    background-color: white;
    box-shadow: 0px 0px 3px #e6e9eb;
}

.section-title {
    padding: 1rem 3rem;
    background-color: #e4e4e4;
}

.program div,
.competition div {
    padding: 1rem 3rem;
}

.program div p {
    position: relative;
    height: 1.5rem;
    overflow: hidden;
}

.content div div h6 {
    margin-left: .5rem;
}

.heigit-auto {
    height: auto !important;
}

p.heigit-auto span {
    position: relative !important;
}

.program div p span {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    cursor: pointer;
    padding-left: 1rem;
}

.hide {
    display: none;
}

.register-player {
    background-color: transparent;
    border: .1rem solid #e6e9eb;
}

.register-player:hover {
    background-color: #e6e9eb;
}

.close {
    background-color: transparent;
    border: .1rem solid #e6e9eb;
    background-color: #e6e9eb;
}

.btn-select {
    padding: .1rem 1.5rem;
    border: .2rem solid #B31D1D;
    border-radius: 2.5rem;
}

.register-player:hover .btn-select {
    padding: .1rem 1.5rem;
    border: .2rem solid #B31D1D;
    border-radius: 2.5rem;
    background-color: #B31D1D;
    color: white;
}

.date {
    background-color: #EBFFF6;
    padding: .1rem .7rem;
    border-radius: .5rem;
}

.close .date {
    background-color: #F4F2FF;
}


.competition {
    background-color: white;
    padding: 0;
    margin-top: 2rem;
    margin-bottom: 2rem;
    box-shadow: 2px 6px 20px #e4e4e4;
}

.shoot-contact {
    color: black;
}

.shoot-contact h6 {
    padding-left: 1rem;
}


#footer {
    margin-top: 7rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #B31D1D;
    color: #fff;
}

#copyright {
    background-color: #B31D1D;
    color: #fff;
    padding: 1rem 0;
}

/* ============start page fixture============= */
.fixture {
    background-color: #fff;
    padding: 1.5rem 1.5rem 1rem;
}


.fixture h6 span {
    padding: .75rem 1.1rem;
    background-color: #ddd;
    border-radius: 50%;
    color: #000;
    margin-right: 1rem;
}

.fixture h6 span.dark {
    padding: .75rem 1.2rem;
    background-color: #000;
    border-radius: 50%;
    color: #fff;
}

.feedback {
    background-color: #fff;
    /* border-left: inset 1rem #192eca; */
    border-left: inset 1rem #B31D1D;
    padding: 4rem 2rem;
}

.feedback h4 {
    color: #B31D1D;
    font-size: 2rem;
    line-height: 3rem;
    text-align: center;
    margin-bottom: 2rem;
}

.feedback p {
    text-align: center;
    color: #7e7e7e;
    font-size: 1rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.feedback button {
    padding: .5rem 2rem;
    border-radius: 2rem;
    border: none;
    /* background-color: #192eca; */
    background-color: #B31D1D;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    margin-top: 2rem;
}

/* =============end section Program========== */

/* =========START SIGNUP FORM================ */
.text-left{
    text-align: left !important;
}

.max-width-500{
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.signup-title{
    color: #B31D1D;
    margin-bottom: 2rem;
}
.exclamation,.bracket{
    margin: 5rem;
    background-color: #B31D1D;
    border-radius: 50%;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    margin-top: 2rem ;
}
.exclamation{
    padding: .7rem 1.5rem;
}
.bracket {
    padding: .7rem .8rem;
}
.signup h4{
    color: #B31D1D;
    margin-top: 2rem;
    font-size: 1.5rem;
    line-height: 1.4;
}
.already{
    font-weight: 700;
    color: #B31D1D;
    cursor: pointer;
    padding: .5rem;
}
.btn-singup{
    padding: .5rem 2rem;
    border-radius: 2rem;
    border: none;
    /* background-color: #192eca; */
    background-color: #B31D1D;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    margin-top: 2rem;
}

.disabled{
    background-color: #485197;
}

.box-warning{
    border: 1px solid red;
}
.box-success {
    border: 1px solid green;
}

.foot1 p,.foot2,.foot3{
    font-size: .8rem;
    margin-top: 1rem;
}
.copyright{
    font-size: .7rem;
}
/* =========END SIGNUP FORM ================ */