*{
    margin: 0;
    padding: 0;
}
h1 , h2 , h3 , h4 , h5 , h6{
    font-family: sans-serif;
}
.he1{
    background-color: #131A22;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    position: fixed;
}
.he1 .he1_i{
    width: 100px;
    padding: 20px 2px 5px 15px;
}
.he1 .he1_h4{
    color: white;
    padding-top: 8px;
}
.he1_1{
    display: flex;
    align-items: center;
}
.he1_1i{
    width: 20px;
    height: 25px;
    padding: 10px 4px 10px 20px;
}
.he1_1 h5{
    color: rgba(255, 255, 255, 0.822);
    font-weight: lighter;
}
.he1_1 .s1{
    font-weight: bold;
    color: white;
}
/*Header Search Bar */
.he1_2{
    width: auto ;
    height: 40px;
    background-color: white;
    margin: auto 20px;
    display: flex;
    border-radius: 5px;
}
.he1_2a{
    width: 50px;
    height: 40px;
    background-color: rgb(231, 231, 231);
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.527);
    border-radius: 5px 0px 0px 5px;
    border: none;
}
.he1_2b{
    width: 450px;
    padding: 0px 20px;
    border: none;
}
.he1_2c{
    width: 20px;
    padding: 10px;
    height: auto;
    border-radius: 0px 5px 5px 0px;
    background-color: rgba(255, 230, 0, 0.8);
}
.he1_3{
    display: flex;
    align-items: center;
}
.he1_3 h4{
    display: flex;
    align-items: center;
    color: white;
    display: block;
    padding: 0px 2px;
}
.he1_3i{
    padding: 0px 0px 0px 10px;
    width: 30px;
}
.he1_4{
    padding: 0px 20px;
}
.he1_4 h5{
    color: rgb(255, 255, 255);
    font-weight: lighter;
}
.he1_4 .s1{
    font-weight: bold;
    color: white;
}
.he1_5{
    padding: 0px 20px;
}
.he1_5 h5{
    color: rgb(255, 255, 255);
    font-weight: lighter;
}
.he1_5 .s1{
    font-weight: bold;
    color: white;
}
.he1_6{
    width: 40px;
}
.he2{
    padding-top: 55px;
    background-color: #232F3E;
    width: 100%;
    height: 40px;
}
.he2 ul{
    height: 40px;
    color: white;
    display: flex;
    list-style: none;
    justify-content: space-evenly;
    align-items: center;
    font-family: sans-serif;
    font-size: 14px;
}
.he2 select{
    background: none;
    border: none;
    color: white;
    font-family: sans-serif;
}


/* -------------------------------------------------------- HEADER ENDS HERE -------------------------------------------- */

body{
    background-color: rgb(224, 224, 224);
}
.b1{
    background-image: url(./images/uber_new_high._CB537689643_.jpg);
    background-color: rgb(224, 224, 224);
    background-repeat: no-repeat;
    background-size: 100%;
    height: auto;
    display: grid;
    grid-template-columns: auto auto auto auto;
    justify-items: center;
    align-items: end;
    padding: 300px 20px 10px;
}
.b1 > div{
    width: 310px;
    height: 400px;
    margin: 10px 0px;
    background-color: white;
}
.b1 a{
    padding: 0px 20px;
    text-decoration: none;
    color: rgba(0, 0, 255, 0.733);
    font-size: 15px;
}
.b1 h3{
    padding: 10px 20px 0px;
}
.b1_am{
    width: 270px;
    height: 280px;
    padding: 10px 15px;
    display: grid;
    grid-template-columns: auto auto;
    justify-items: center;
}
.b1_am div{
    width: 125px;
    height: 150px;
}
.b1 div > div img{
    width: 100%;
    height: 100px;
}
.b1_am h5{
    font-weight: lighter;
}

/* B2 STARTS here */


.b2 h3{
    margin: 0px 30px;
    padding: 20px 20px 10px;
    background-color: white;
}
.b2 a{
    text-decoration: none;
    color: rgba(0, 0, 255, 0.733);
    font-size: 15px;
    padding: 0px 20px;
}
.b2m{
    background-color: white;
    margin: 0px 30px 30px;
    padding: 0px 20px 40px;
    height: auto;
    display: flex;
    overflow-x: scroll;
}

/* B2 Ends here */

/* ---------------------[VIDEO SECTION-STARTS]--------------------------------------- */

.bv h3{
    margin: 0px 30px;
    padding: 20px 20px 10px;
    background-color: white;
}
.bv a{
    text-decoration: none;
    color: rgba(0, 0, 255, 0.733);
    font-size: 15px;
    padding: 0px 20px;
}
.bvm{
    background-color: white;
    margin: 0px 30px 30px;
    padding: 0px 20px 40px;
    height: auto;
    display: flex;
    overflow-x: scroll;
}
.vid{
    width: 500px;
    height: 280px;
}
.vid video{
    width: 500px;
    height: 250px;
}
.vid h4{
    padding: 0px 30px;
}
.bmm{
    display: flex;
}
.bmm div{
    width: 150px;
    height: 270px;
    margin: 0px 5px;
    padding: 5px;
    border: 1px solid rgb(185, 185, 185);
    border-radius: 10px;
}
.bmm .m{
    display: flex;
    margin: 5px 0px;
}
.bmm span h6{
    color: #CC0C39!important;
}
.bmm button{
    padding: 2px 5px;
    margin: 0px 5px 0px 0px;
    background-color: #CC0C39!important;
    border: none;
    border-radius: 2px;
    color: white;
}
.bmm img{
    display: block;
    margin: auto;
    width: auto;
    height: 130px;
}
.bmm_1h6{
    padding-top: 4px;
    color: rgb(48, 48, 48);
    font-weight: lighter;
}
.bmm_1h5{
    color: rgb(70, 70, 70);
}
.s1{
    font-size: 12px;
}
.s2{
    font-size: 12px;
    padding: 0px 8px;
    font-weight: lighter;
    color: rgb(48, 48, 48);
}
.bmm div:hover{
    border: 1px solid #CC0C39;
}
/* BV Ends here--------------[VIDEO SECTION] */

.b3{
    background-color: rgb(224, 224, 224);
    background-repeat: no-repeat;
    background-size: 100%;
    height: auto;
    display: grid;
    grid-template-columns: auto auto auto auto;
    justify-items: center;
    align-items: end;
    padding: 20px 10px;
}
.b3 > div{
    width: 310px;
    height: 400px;
    margin: 10px 0px;
    background-color: white;
}
.b3 a{
    padding: 0px 20px;
    text-decoration: none;
    color: rgba(0, 0, 255, 0.733);
    font-size: 15px;
}
.b3_a h3 , .b3_b_h3{
    padding: 10px 20px 0px;
}
.b3_a img{
    width: 270px;
    height: 280px;
    margin: auto;
    padding: 10px 20px;
}
.b3_cm , .b3_dm{
    width: 270px;
    height: 280px;
    padding: 10px 15px;
    display: grid;
    grid-template-columns: auto auto;
    justify-items: center;
}
.b3_am div{
    width: 125px;
    height: 150px;
}
/* .b3 div > div img{
    width: 100%;
    height: 100px;
} */
.b3_am h5{
    font-weight: lighter;
}
.b3_bmi1{
    padding: 10px 0px;
    display: block;
    margin: auto;
}
.b3_bm h5{
    padding: 0px 20px;
    font-weight: lighter;
}
.b3 .p{
    display: flex;
    align-items: center;
    padding: 10px 20px;
}
.b3 .p1{
    color: rgb(48, 48, 48);
}
.b3 .p2{
    font-size: 14px;
}
.b3 .p3{
    padding: 0px 20px;
    color: rgba(0, 0, 0, 0.404);
}
.b3_bl{
    padding: 0px 10px;
    margin: auto;
    display: flex;
}
.b3_bl div{
    width: auto;
    height: auto;
    border: 1px solid;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 5px;
}
.b3_bl img{
    height: 50px;
    width: 50px;
    border-radius: 5px;
    margin: 5px;
}
/* ---------------- FOOTER STARTS HERE ---------------------------------------------------------------------------- */


.f1{
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #273c50;
    color: white;
}
.f2{
    width: 100%;
    height: auto;
    background-color: #122231;
    display: flex;
    justify-content: center;
    align-items: center;
}
.f2m{
    width: 75%;
    margin: 50px 0px;
    display: flex;
    justify-content: space-between;
}
.f2m h4{
    color: white;
    font-size: 16px;
}
.f2m_3 a{
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
}
.f2m ul{
    list-style: none;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}
.f2m ul li{
    line-height: 28px;
    font-family: sans-serif;
}
footer hr{
    height: 1px;
    background-color: rgb(82, 82, 82);
    box-shadow: none;
    border: none;
}
.f3{
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #122231;
}
.f_logo{
    width: 100px;
    padding: 40px;
}
.f3 a{
    padding: 5px 20px;
    border: 1px solid white;
    border-radius: 2px;
    margin: 0px 5px;
    display: flex;
    width: auto;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.842);
    font-family: sans-serif;
}
.f3 a img{
    width: 20px;
    padding: 0px 5px;
}
.f4{
    width: 100%;
    height: auto;
    background-color:  #08121b;
    align-items: center;
}
.f4m{
    padding: 40px 180px;
    width: 60%;
    display: grid;
    grid-template-columns: auto auto auto auto;
}
.f4m a{
    font-family: sans-serif;
    text-decoration: none;
    font-size: 12px;
    margin: 0px 0px 20px;
    color: rgba(255, 255, 255, 0.842);
}
.f_last{
    color: white;
    padding-bottom: 40px;
    margin: auto;
    text-align: center;
}
