@font-face {
    font-family: best;
    src: url('../font/best.ttf');
  }
    

*{
    padding: 0px;
    margin: 0px;
    font-family: best;
}
.nav{
    height: 60px;
    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;
    margin-top: 10px;
    border-radius: 100px;
    /* background-color: white; */
}
.links{
    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;
}
.links_white{
    padding: 7px;
    margin: 13px;
    margin-top: 20px;
    background-color:#11e4c1;
    border-radius: 7px;
    text-decoration: none;

    font-size: 10px;
    color: #ffffff;
}
nav img{
    border-radius: 50%;
    height: 20%;
    display: flex;
}
.boda-profile{
    padding-right: 30px;
    height: 600px;
    width: 700px;
    overflow: hidden;
    border-radius: 10px;
    margin-left: 10px;
    margin-top: 5%;    
}
.h1{
    display: flex;
    padding-top: 20px;
    font-size: 30px;
   
    justify-content: center;
}
.experience{
    font-size: 20px;
    padding-top: 10px;
}
.confirm{
    color: white;
    background-color: #FD4600;
    border: none;
    height: 50px;
    width: 350px;
    font-size: 20px;
    border-radius: 10px;
}
.contain{
    display: flex;
    justify-content: space-between;
    padding-right: 10%;
    align-items: center;
    text-align: justify;
    
   
}
.header{
    margin: right;
    margin-top: 5%;
    text-align: center;

    

}
.logo_{
    height: 40px;
}
.arrow{
color: white;

}
.orange{
    color: #FD4600;
}
.confirm{
    background-color: unset;
    border: 1px white solid;
    border-radius: 5px;
    width: 250px;
}
.whole{
    height: 100%;
    width: 100%;
    background-color: #FD4600;
    background-image: url('../images/SafeBoda-line-of-bikes-new-branding.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.black{
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0.7;
    height: 67%;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 10%;
}

.h3{
color: white;
font-weight: 100;
}
