*{
    margin: 0;padding: 0;
}
.bg{
    z-index: 1;
    width: 100%;
    height: 760px;
    background-color: rgba(0, 0, 0, 0.842);
}
body{
    background-image: url(./images/bg_img.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}
header{
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
    position: relative;
}
header img{
    width: 200px;
    margin-left: 120px;
}
.h_1{
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 1000px;
}
header a{
    width: 80px;
    height: 35px;
    border-radius: 5px;
    text-align: center;
    align-content: center;
    text-decoration: none;
    font-weight: bolder;
    color: white;
    font-family: sans-serif;
    background-color: rgb(229, 9, 20);
}
header select{
    width: 120px;
    height: 35px;
    margin-right: 10px;
    background: none;
    border-radius: 5px;
    text-align: center;
    align-content: center;
    text-decoration: none;
    font-weight: bolder;
    color: white;
    font-family: sans-serif;
}
.b1{
    width: 100%;
    height: 500px;
    display: grid;
    justify-items: center;
    align-items: center;
}
.b1a{
    width: 706px;
    height: auto;
    align-items: center;
    text-align: center;
    margin: 0px auto;
    /* background-color: aqua; */
}
.b1 h1{
    font-size: 60px;
    font-family: sans-serif;
    color: white;
}
.b1 h3, .b1 h4{
    color: white;
    font-family: sans-serif;
    margin-top: 5px;
}
.b1b{
    position: absolute;
    top: 450px;
    margin-top: 18px;
    display: flex;
}
.b1b input{
    color: white;
    background-color: rgba(0, 0, 0, 0.4);
    margin-right: 10px;
    padding-left: 20px;
    width: 400px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.842);
    border-radius: 5px;
}
.b1b input::placeholder{
    font-weight: bold;
    color: rgba(255, 255, 255, 0.842);
}
.b1 .b1b a{
    width: 200px;
    height: 50px;
    border-radius: 5px;
    text-align: center;
    align-content: center;
    text-decoration: none;
    font-weight: bolder;
    color: white;
    font-size: 24px;
    font-family: sans-serif;
    background-color: rgb(229, 9, 20);
}
.b2{
    background-color: rgb(0, 0, 0);
    border-top: 4px solid rgb(229, 9, 20);
    border-top-left-radius: 400%;
    border-top-right-radius: 400%;
    margin-top: 78px;
    width: 100%;
    height: 150px;
    z-index: 1;
}
.b3{
    width: 100%;
    height: auto;
    margin-top: -80px;
}
.b3 h4 , .b5 h4{
    font-size: 28px;
    font-family: sans-serif;
    font-weight: bolder;
    color: white;
    margin-left: 150px;
}
.b4{
    width: auto;
    height: auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 20px 8%;
    background-color: rgb(0, 0, 0);
}
.b4 div{
    display: flex;
    width: auto;
    height: auto;
    
}
.b4 img{
    width: auto;
    border-radius: 10px;
}
.b4_l{
    width: 850px;
    height: auto;
    display: flex;
    margin-left: 150px;
    margin-top: -100px;
    justify-content: space-between;
}
.b4_l h1{
    font-family: sans-serif;
    font-size: 80px;
    font-weight: bolder;
    color: white;
    text-shadow: 0px 0px 8px black;
}
.b5{
    background-color: rgb(0, 0, 0);
    padding-top: 80px;
}
.b6{
    width: auto;
    height: auto;
    background-color: rgb(0, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-evenly;
    padding:10px 10% 60px;
}
.b6 div{
    width: 200px;
    height: 250px;
    padding: 30px 20px;
    border-radius: 20px;
    background-image: linear-gradient(to bottom right, rgba(41, 35, 77, 0.705) , rgba(71, 64, 126, 0.527) , rgba(216, 215, 228, 0.127) , rgba(212, 93, 93, 0.253));
}
.b6 h2{
    color: white;
    font-size: 22px;
    font-family: sans-serif;
    font-weight: bolder;
}
.b6 h4{
    color: rgba(255, 255, 255, 0.664);
    font-family: sans-serif;
    font-weight: lighter;
}
.b7{
    width: auto;
    height: auto;
    display: grid;
    padding: 0px 0px 0px 40px;
    row-gap: 8px;
    padding: 0px 150px;
    background-color: rgb(0, 0, 0);
}
.b7 h4{
    font-size: 28px;
    font-family: sans-serif;
    font-weight: bolder;
    color: white;
}
.b7 div{
    background-color: rgb(44, 44, 44);
    height: 84px;
    width: 92%;
    padding: 0px 40px;
    align-items: center;
    display: flex;
}
.b7 h5{
    font-size: 20px;
    font-family: sans-serif;
    font-weight: bolder;
    color: rgba(255, 255, 255, 0.87);
}
.b8{
    width: 100%;
    height: 200px;
    display: grid;
    justify-items: center;
    align-items: center;
    background-color: black;
}
.b8 h4{
    color: white;
    font-family: sans-serif;
    margin-top: 80px;
}
.b8a{
    display: flex;
}
.b8a input{
    background-color: rgba(0, 0, 0, 0.4);
    margin-right: 10px;
    padding-left: 20px;
    width: 400px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.842);
    border-radius: 5px;
}
.b8 a{
    width: 200px;
    height: 50px;
    border-radius: 5px;
    text-align: center;
    align-content: center;
    text-decoration: none;
    font-weight: bolder;
    color: white;
    font-size: 24px;
    font-family: sans-serif;
    background-color: rgb(229, 9, 20);
}
footer{
    width: auto;
    height: 400px;
    padding: 60px 150px;
    background-color: rgb(0, 0, 0);
}
.f1 h4{
    color: white;
    font-family: sans-serif;
}
.f2{
    padding: 50px 0px;
    display: grid;
    grid-template-columns: auto auto auto auto;
    row-gap: 18px;
}
footer a{
    color: white;
    font-family: sans-serif;
}
.f_1{
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 150px;
}
footer select{
    width: 120px;
    height: 35px;
    margin-right: 10px;
    background: none;
    border-radius: 5px;
    text-align: center;
    align-content: center;
    text-decoration: none;
    font-weight: bolder;
    color: white;
    font-family: sans-serif;
}