*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family:  Funnel Sans;
    overflow-x: hidden;
}
header {
    position: relative;
    width: 100%;
    height: 5rem;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: center;

}
.navbar{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    
}
.logo{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 45px;
}
.logo img{
    width: 90px;
    height: 50px;
}
.navbar a{
    text-decoration: none;
    color: grey;
    font-size: 18px;
    position: relative;
    list-style: none;
    border-radius: 3px;
    padding: 0.5rem ;
    transition:all 1s ease-in-out;
   
}
.navbar a:hover{
    background: #afadad;
    color: #000;
    opacity: 0.7;
}
.navbar2{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-left: 32rem;
    margin-right: 3rem;
}
.navbar2 a{
    text-decoration: none;
    color: grey;
    font-size: 23px;
    position: relative;
}
.navbar2 a:hover{
    /* padding: 1rem;
    color: #000;
    border-bottom: 4px solid blue; */
    /* background: #ffffff; */
    background-color: transparent;
    color: #2a15e3;
}
.line{
    background-color: rgb(228, 228, 228);
    width: 100%;
    height: 1px;
}
/* .back{
    width: 100%;
} */
.back img{
    width: 100%;
}
.bookdrive{
    width: 100%;
    height: 35.7rem;
    position: relative;
    top: 4rem;
    /* margin-bottom: 10rem; */
}
.para{
    margin-left: 110px;
}
.book{
    height: 400px;
    width: 80%;
    margin-left: 150px;
    /* margin-top: 50px; */
}
.book .head1{
    font-size: 30px;
    font-weight: 50;
    /* opacity: 0.5; */
}
.book .head2{
    font-size: 15px;
    font-weight: 100;
    opacity: 0.8;
}
.input{
    margin-left: 90px;
    margin-top: 50px;
    
}
input::placeholder {
    opacity: 0.5;
}
select::placeholder{
    opacity: 0.5;
}
.finput{
    margin-bottom: 10px;
}
#gender{
    margin: 20px;
    width: 150px;
    height: 20px;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid black;
    outline: none;
    color: gray;
}
.fname{
    margin: 20px;
    width: 250px;
    height: 20px;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid black;
    outline: none;
}
#series{
    margin: 20px;
    width: 350px;
    height: 20px;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid black;
    outline: none;
    color: gray;
}
#city{
    margin: 20px;
    width: 345px;
    height: 20px;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid black;
    outline: none;
    color: gray;
}
.fsname{
   margin-top:25px;
   margin-left: 25px;
}
.tcond{
    text-decoration: none;
}
.fservices{
    font-size: 12px;
}
.btn-box {
    display: inline-block;
    padding: 14px 50px;
    background: #1C69D4;
    font-size: 15px;
    color: #ffff;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    margin-top: 1%;
    margin-left: 25px;
    border: none;
    font-family: Arial, sans-serif;
    font-weight: bold;
}
.term{
    font-size: 12px;
    margin-top: 20px;
    margin-left: 10%;
}
.hrt{
    background-color: #fff;
    position: sticky;
    bottom: 0;
    /* margin-top: 450px; */
}
hr.line{
    margin-top: 20rem;
    width: 100%;
    color: gray;
}
.drive{
    margin-top: -0.2rem;
    width: 100%;
    justify-content: center;
    display: flex;
    font-size: 18px;
    gap:3%;
    
}
.drive .d{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    height: 8vh;
    width: 10%;
    cursor: pointer;
    
}
.drive .d:hover{
    background-color: #b6b6b62c;
    border-top: 5px solid blue;

}

.drive i {
    color: #000;
    padding: 0 1rem;
    transition: text-decoration 0.3s ease;
    
}
.drive a {
    display: flex;
    text-decoration: none;
    
    
}
.drive span {
    /* margin-top: 5px;  */
    font-size: 14px;
    color: lightslategray; 
}
.fhead{
    width: 100%;
    height: 100px;
    display:flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
    gap:20px;
}
.your{
    margin-left: 4%;
    font-size: 12px;
}
.mode a{
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-weight: bold;
}
.mode a:hover{
    color: #1C69D4;
}
/* footer */
footer{
    background-color: #f2f2f2;
    padding: 4rem 1rem 4rem;
    width: 100%;
    height: 450px;

  }
footer h3{
    margin-bottom: 0.4rem;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 2px;
  }
.contact{
    color: #000;
    display: flex;
    /* justify-content: space-evenly; */
    gap: 20px;
    margin-left: 50px;
  }
  .contact li{
    cursor: text;
    transition: all 0.3s ease-in-out;
    margin: 0.7rem 0;
    list-style: none;
    margin-right: 100px;
    line-height: 25px;
    margin-left: 20px;
  }
.contact li:hover{
    color:black;
    font-weight:550;
    cursor: pointer;
  }
.main-text li{
    color: lightslategray;
    font-size: 0.8rem;
}
.main-text li:hover{
    color: lightslategray;
    transition: none;
    font-weight: 100;
    cursor: text;
  }
.icons{
    display: flex;
    font-size: 20px;
    gap: 20px;
}
.icons i{
    color: #000;
    position: relative;
    left: 45px;
    top: 50px;
}
/* end page */
.footerend{
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 60%;
}
.footerend .agbmw p{
    font-size: 18px;
}
.footerend .legal {
    display: flex;
    flex-direction: row;
    gap:30px;
}
.footerend .legal a{ 
    text-decoration: none;
    color: #000;
    font-size: 12px;
    /* font-family: Arial, sans-serif; */
    font-weight: bold;
}
.legal a:hover{
    color:#1C69D4;
}
.top{
    position: fixed;
    bottom: 15.5rem;
    right: 1.6rem;
}
.top i{
    color: #000;
    background: #fff;
    font-size: 20px;
    padding: 15px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.top :hover{
    background: lightgray;
}