/*Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;1,600&display=swap");
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-padding-top: 2rem;
    scroll-behavior: smooth;
    list-style: none;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}
:root{
    --main-color: #fe5b3d;
    --second-color: #ffac38;
    --text-color: #444;
    --gradient: linear-gradient(#fe5b3d,#ffac38 );
}
/*Custom Scroll Bar*/
html::-webkit-scrollbar-track {
    background: transparent;
}
html::-webkit-scrollbar-thumb{
    background: var(--main-color);
    border-radius:5rem;
}
section{
    padding: 50px 100px;
}
header{
    position:fixed;
    width: 100%;
    top: 0;
    right: 0;
    z-index:1000;
    display:flex;
    align-items:center;
    justify-content:space-between;
    background: #eeeff1;
    padding: 15px 100px;
}
.logo img{
    width: 60px;
}
.navbar {
    display:flex;
}
.navbar.li{
    position:relative;
}
.navbar a{
    font-size: 1rem;
    padding: 10px 20px;
    color: var(--text-color);
    font-weight: 500;
}
#menu-icon{
    font-size: 24px;
    cursor: pointer;
    z-index: 10001;
    display:none;
}
.home{
    width: 110%;
    min-height: 120vh;
    position:relative;
    background:url(img/car-gfd77dbc27_1920.png);
    background-repeat: no-repeat;
    background-position:center right;
    background-size:contain;
    display: grid;
    align-items: center;
}
.text h1{
    font-size: 3.5rem;
    letter-spacing: 1px;
}
.text span{
    color:var(--main-color)
}
text p{
    margin:00.5rem 0 1rem;
}


table{
    width: 105%;
    margin: 30px auto;
    background: rgb(124,154);
    background-color: #809ca0;
}
table.list{
    text-align:center;
    
    
}

td{
    border: 2px solid rgb;
    text-align:left;
    padding: 6px 15px;
}
tr:nth-child(even), table.list thread> tr{
    background-color: #0e40a5;
}

input[type="text"],input[type="number"]{
    width: 91%;
    padding:12px 20px;
    margin:8px 0;
    display: inline-block;
    border: 1px solid rgb(221, 210, 210);
    border-radius: 4px;
}

input[type="submit"],input[type="reset"]{
    
    background: #eeeff1;
    padding:6px 12px;
    margin: 15px 0 10px;
    display:inline-block;
    border: none;
    border-radius: 30px;
    font-size: 1rem;
    cursor: pointer;
    outline:none;
    
}

input[type="submit"]:hover{
    background:#444;
}

input[type="reset"]:hover{
    background:rgb(9, 151, 104);

}

button{
    background: rgb(250, 245, 245);
    padding:6px 12px;
    margin:15px 0 10px;
    display:inline-block;
    border:1px;
    border-radius: 30px;
    font-size: 1rem;
    cursor: pointer;
    outline: none;

}

button:hover{
    background: #4b994b;
}
.left, .content{
    position:absolute;
    top:50%;
    left:50%;
}
.click-me{
    display:inline block;
    width: 91px;
    height:40px;
    border: 1px solid #999;
    color:rgba(255, 255, 255, 0.658);
    font-size: 13px;
    line-height: 30px;
}
.click-me:hover{
    background:#2c4144;
}
.content{
    opacity: 0;
    visibility:hidden;
    width:250px;
    height:180px;
    background: rgb(218, 206, 206);
    border-radius:2px;
    transition: 2s ease-in;
    box-shadow: 0 2px 12px 0 rgba(255, 255, 255, 0.658);
}
#click:checked ~ .content{
    opacity: 1;
    visibility:visible;
}
.header{
    height:60px;
    background:#bedfe4;
    overflow:hidden;
    border-radius:3px 3px 0 0;
    box-shadow:0 2px 3px 0 rgba(0, 0, 0)
}
.header h2{
    color:rgb(190, 214, 206);
    padding-left: 32px;
    font-weight:normal;
}
.fa-times{
    position:relative;
    left:20px;
    top:20px;
    color:#4b994b;
    font-size:20px;
    font-weight:bold;
    cursor:pointer;
}
.fa-check{
    font-size:30px;
    color: #272727;
    font-weight: bold;
    height:80px;
    width:80px;
    border: 2px solid #444;
    text-align: center;
    padding-top: 13px;
    border-radius:50%;
    box-sizing:border-box;
    margin: 30px 0 0 160px;
}
.p1{
    padding: top 70px;
    font-size:19px;
    color:#272727;
    text-align: center;
}

.line{
    position:absolute;
    bottom: 60px;
    width: 100%;
    height:1px;
    background:rgb(90, 85, 85);
}
.close-btn{
    position:absolute;
    bottom: 10px;
    left: 210px;
    font-size: 13px;
    border: 1px solid;
    border-radius:3px;
    color:rgb(54, 52, 52);
    cursor:pointer; 
}
.close-btn:hover{
    background:fixed;
}

.section{
    padding-block:inherit;
    
}

.h1{
    font-size:medium;
    text-transform: uppercase;
}
.h2{
    font-weight: 700;
    bottom: 10px;
}
.hero-content{
    padding-top: 100px;
    margin-left:0.5px;
    
}
.hero-title{
    max-width: 50ch;
    margin-bottom: 70px;
}
.hero-text{
    color:rgb(70, 64, 64);
    line-height:2;
    margin-bottom: 20px;
    
}
.hero-banner{
    display:block;
    background-size: cover;
    
    position:absolute;
    background-position: left;
    top:100px;
    bottom:300px;
    font-weight: 700;
    bottom: 10px;
    width: 400px;
    border-radius:30px;
    z-index: -1;
}
.hero-form{
    background:#ffac38;
    border: 2px solid var(--white);
    box-shadow:#bedfe4;
    border-radius: 15px;
    font-family:sans-serif;
    display:grid;
    grid-template-columns:0.3fr 0.3fr 0.3fr 0.3fr 0.3fr 0.3fr ;
    width: 110%;
    margin:right 0.5%;

}
.h3{
    font-size:30px;
    letter-spacing: 1px;
    font-family: sans-serif;
    font-style:inherit;
    font-variant: var(--main-color);
    position: relative;
    margin-right: 30px;
    display: inline;
    color: #28058a;

}

.input-wrapper { padding: 20px, 20px;};

.input label{
    color:rgb(92, 87, 77);
    font-size:10px;
    margin-bottom: 80px;
}

.input-field{
    color:#bedfe4;
    outline:2px solid transparent;
    outline-offset: 5px;
    border-bottom: 4px;
    transition:var(--transition);
}

.input-field:focus { outline-color: #252120;}

.input-field::placeholder { color:#1a150e;}

.hero-form .btn{
    margin-right:40px;
    text-transform: uppercase;
}

.input-wrapper:not(:last-of-type)  {
    border-color: none;
    border-right: 1px solid hsla(0, 0%, 0%, 0.08);
}
.p4 text{
    font-weight: 700;
    bottom: 70px;

};
.form{
    width: 700px;
    height: 700px;
  
}
.form-text{
    text-align: center;
    margin: 40px 0;
}
.main form div{
    margin:15px 20px;
    width: 270px;
    display:inline-block;
    background-color: #809ca0;

}
.main form div input{
    width: 100%;
    font-size: 20px;
    border:px solid #4b994b;
    font-family:'Akaya Telvigala';
    color:#bedfe4;
    outline:#444;
}
.main form div select{
    font-family:'Akaya Telvigala'; 
    width: 100px;
    font-size: 20px;
    background:#4b994b;
    color:#809ca0;
    padding:3px 0 3px 10px;
    margin-top: 8px;

}
    
#save input {
    text-align: center;
    width: 100%;
    
    
    
}
#save input{
    font-family:'Akaya Telvigala'; 
    width: 180px;
    background-color: darkgoldenrod;
    color:black;
    

}








