*{
    margin: 0px;
    font-family: century Gothic;
}
body{
    background-color: white;
}
.nav{
    height: 50px;
    width: 100%;
    background-color: #FD4600;
    display: grid;
    grid-template-columns: 50% 50%;
}
.right{
    width: 100%;
    padding-top:10px ;
text-align:right ;
height: 100%;
display: flext;



}
.logo{
    width: 100%;
text-align:left ;
height: 100%;
padding: 5px;
display: flex;


}
.logo p{
margin-top: 10px;
margin-left: 10px;
color: white;
font-weight: 800;


}
.logo_{
    height:40px;
    width: 40px;
    border-radius: 100px;
    background-color: white;
 
}
.middle_section{
    background-image: url('../images/bike.jpg');
    height:250px;
    padding-left: 100px;
    background-size: cover;
    background-position:10% 80%;
    padding-top:30px ;
    background-repeat: no-repeat;
    text-align: left;
    justify-content: center;
    color: white;
}
.f_text{
   
   
   margin-top: 15px;
    color: white;
    font-weight: 100;
   
}
#track{
    margin-top: 15px;
}
.f_text> span{
    color: #FD4600;
}
.button{
    padding: 7px;
    border-radius: 2px;
    background-color: #11e4c1;
    border: 1px solid #11e4c1;
    color: #ffffff;
    margin-top: 10px;
    height: 40px;


}
.lower_section{
    width: 100%;
    display:flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  
}
.lower_section2 > h4{
 font-weight: 100 !important;
 color: #11e4c1;
 margin-top: 30px;
  
}
.input{
    height: 40px;
    border: 1px solid #FD4600;
    /* border: none; */
    margin: 15px;
    padding: 7px;
    border-radius: 7px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.input2{
    height: 40px;
    border: 1px solid #FD4600;
    /* border: none; */
    width: 100%;
    margin: 5px;
    padding: 7px;
    border-radius: 7px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.lower_section2{
    width: 300px;
    display: block !important;
    padding: 15px;
    border-radius: 5px;
    margin: 20px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

}
.reg_f{
    display: block !important;
    padding: 15px;
    width: 50%;
    border-radius: 2px;
    margin: 20px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.registration{
    display: grid;
    grid-template-columns: 50% 50%;

}
.icon_section{
    justify-content: center;
    align-items: center;
    text-align: center;
}
.form_section >h4{
    font-weight: 100;
    color: #11e4c1;
}
.form_section{
    margin-top: 70px;
    padding:15px;

    grid-gap: 5px;
}
.icon_section{
    height: 100%;
    border-right: #615f5e solid 2px;
    margin-top: 70px;
}
.icon_section img> h4{


    color: #11e4c1 !important;
}
.icon_section img{
    margin-top: 50px;
    height: 200px;
}
.orange_text{
    color: #11e4c1;
    font-weight: 100;
}
.links{
    padding: 7px;
    margin: 13px;
    margin-top: 20px;
    background-color: white;
    border-radius: 7px;
    font-size: 10px;
    color: #000000;
    text-decoration: none;
}
.links_white{
    padding: 7px;
    margin: 13px;
    margin-top: 20px;
    background-color:#11e4c1;
    border-radius: 7px;
    text-decoration: none;

    font-size: 10px;
    color: #ffffff;
}
.hide{
    height: 0;
    width: 0;
    display: none;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    border-radius: 10px;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
  }
  
  /* The Close Button */
  .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  .orange{
    color: #FD4600 !important;
    font-weight: 100;
}
.success{
    width: 300px;
    display: block ;
    padding: 15px;
    background-color: #11e4c1;
    color:white;
    border-radius: 5px;
    margin: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.shield{
    height: 40px;
}

.error{
    background-color:red;
    width: 300px;
    padding: 15px;
    color:white;
    border-radius: 5px;
    margin: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.logo__{
    height:40px;
    width:40px;
    margin-top: 10px;
    border-radius: 100px;
    /* background-color: white; */
}
.confirm{
    padding: 7px;
    margin: 13px;
    margin-top: 20px;
    background-color: unset;
    border: 1px solid white;
    border-radius: 2px;
    color: white !important;
    font-size: 15px !important;
    font-size: 10px;
    color: #000000;
    text-decoration: none;
}

.bodaa{
    border-right: 2px grey solid;
    width: 650px;
    padding-bottom: 10px;
    display: block !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
}


.text{
    font-size: 20px;
    padding-left: 160px;
    color: #FD4600;
    margin: 10px;
    padding-bottom: 0px;
    line-height: 0px;
}


.text2{
    font-size: 15px;
    padding-left: 150px;
    align-content: center;
    /* padding-left: 180px; */
    color: #FD4600;
    margin: 50px;
    padding-bottom: 0px;
    line-height: 0px;
}

.btn{
    padding-left: 200px;
    padding-top: 5px;
    margin: 20px;
}
.side_images{
    height: 250px;
    justify-content: center;
    padding-left: 80px;
}

.side2{
    /* width: 100%; */
    height: 250px;
    justify-content: center;
    padding-left: 150px;
}


.btn button{
    /* padding-top: 20px; */
    background-color: #f34404;
    border-radius: 5px;
    line-height: 0px;
    border: none;
    width: 100px;
    height: 40px;
    color: white;
   
}

.car{
    width: 100%;
    /* padding-left */
}


.right{
width: 100%;
padding-top:10px ;
text-align:right ;
height: 100%;
display: flext;



}
.logo{
    width: 100%;
text-align:left ;
height: 100%;
padding: 5px;
display: flex;


}
.logo p{
margin-top: 10px;
margin-left: 10px;
color: white;
font-weight: 800;


}
.logo_{
    height:40px;
    width: 40px;
    border-radius: 100px;
    background-color: white;
 
}


.links{
    padding: 7px;
    margin: 13px;
    margin-top: 20px;
    background-color: white;
    border-radius: 7px;
    font-size: 10px;
    color: #000000;
    text-decoration: none;
}


.links_white{
    padding: 7px;
    margin: 13px;
    margin-top: 20px;
    background-color:#11e4c1;
    border-radius: 7px;
    text-decoration: none;

    font-size: 10px;
    color: #ffffff;
}


.third{
    /* width: 100%; */
    justify-content: center;
    align-items: center;
    padding-top: 50xp;
    padding-left: 170px;
    /* padding: 20pxpx; */
}


.table{
width: 80%;
overflow: hidden;
text-align: center;
display: table;
font-family: best;
border: 0px;
box-shadow:  0 0 20px rgba(rgb(201, 108, 108), rgb(70, 83, 70), blue, alpha);
padding: 0 0 8em 0;
border: none;
border-collapse: collapse;
height: 60px;
}

 
 .table th, td{
     padding: 10px;
 }


.third h3{
    align-items: center;
    justify-content: center;
    padding: 15px;
    font-family: sans-serif;
}


.table th{
    height: 10px;
    color: #000000;
    
}

tr:nth-child(even){
    background-color: #afadad;
}

tr:nth-child(odd){
    background-color: #c9c5c5;
}
.t1{
    background-color: #f34404;
}
.table, th, td{
    /* border: 1px solid black; */
    /* height: 20px; */
    /* border-bottom: 1px solid black; */
    
}

tr:hover{
    background-color: #528d06;
}

.two_images{
    display: grid;
    grid-template-columns: 50% 50%;
}
.first_side{
    border-right: 2px solid #f34404;
    width: 100%;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    text-align: center;
}
.img_s{
    height: 160px;
}