/*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: solid;
    font-family: 'Poppins', sans-serif;
}
section{
    padding: 0px 0px;
}

header{
    position:fixed;
    width: 100%;
    top: 0;
    right: 0;
    z-index:1000;
    display:flex;
    align-items:center;
    justify-content:space-between;
    background: #374b72;
    padding: 20px 80px;
}
.logo img{
    position: left;
    width: 100px;
}


h1 {
    color: #292424;
    padding: 0,1%;
    font-size: medium;
    margin-right: 3%;
    margin-top: 0,8%;
}
.wrapper{
    font-size: 1rem;
    text-decoration:solid;
    text-shadow: #27354b;
    color:rgb(50, 11, 112);
  
   position: absolute;
   left: 0.12%;
   font-weight: 600;  
   padding:5px 10px;
   background: url(./img/parking-lot-g2bdae420d_1920.jpg);
   width: 280vh;
   height: 140%;
   
   
}
.url{
    width: 140%;
    min-height: 160vh;
}


.navbar {
    display:flex;
    
}
.navbar.li{
    position:relative;
}
.navbar a{
    font-size: 1rem;
    padding: 10px 20px;
    color: beige;
    font-weight: 500;
}
#menu-icon{
    font-size: 24px;
    cursor: pointer;
    z-index: 1000;
    display:none;
}
.home{
    width: 100%;
    min-height: 140vh;
    position:relative;
    background:url(img/parking-g8554cebb2_1920.jpg);
    background-repeat: no-repeat;
    background-position:center;
    background-size:contain;
    display: grid;
    align-items: center;
}


.text h1{
    position:absolute;
    font-size: 2.5rem;
    letter-spacing: 1px;
    color:burlywood;
    margin-left: 2em;
    bottom:6.5em;
}
.text p{
    position: absolute;
    color:bisque;
    bottom:10em;
    margin-left: 4em;
}
text p{
    margin:00.5rem 0 1rem;
    
}


table{
    position:relative;
    display: inline-block;
    height: 50%;
    width: 450px;
    left: 4px;
    top:3em;
    font-size: 1rem;
    color:rgb(21, 21, 117);
    text-shadow: 1px 0 #eeeff1;
    background: rgb(202, 198, 163);

}
table input{
    text-align: center;
    position: relative;
    left:9.5%;
    height: 32px;
    width: 40%;
}
form span{
    position:absolute;
    top: 5.5em;
    width:8px ;
    left: 15em;
    padding: 0.5px 0.10;
}



table.list{
    text-align:center;
    
}

td{
    border: 2px solid rgb;
    text-align:left;
    padding: 1px 1px;
}
tr:nth-child(even), table.list thread> tr{
    background-color: #0e40a5;
}
.fields{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 600;
    color:rgb(23, 23, 24);  
    padding: 5px;
    width: 50%;;
    margin: 5px 0 5px;
    border: none;
}
.i {
    height: 3%;
}

.fields span{
    position:absolute;
    top: 5.5em;
    width:17% ;
    left: 15em;
    padding: 0.5px 0.10;

}

input[type="text"],input[type="number"]{
    width: 91%;
    padding:10px 15px;
    margin:3px 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:rgb(54, 68, 21);
}

input[type="reset"]:hover{
    background:rgb(33, 32, 75);

}

button{
    background: rgb(144, 175, 102);
    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:80%;
    left:50%;
}
.click-me{
    display:inline block;
    width: 60px;
    height:30px;
    border: 0.5px solid #999;
    color:rgba(255, 255, 255, 0.658);
    font-size: 12px;
    line-height: 25px;
    position: absolute;
    left:11.5%;
}
.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:30px;
    top:30px;
    color:#4b994b;
    font-size:20px;
    font-weight:bold;
    cursor:pointer;
}
input[type='checkbox'] {
    width:15px;
    height:15px;

}


.fa-check{
    font-size:30px;
    color: #272727;
    font-weight: bold;
    height:60px;
    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;
}

.trailer{
    position: absolute;
    border: 2px solid rgb(42, 43, 40);
    top:15em;
    padding: 1px;
    right:40em;
    display: inline-block;
    padding:5px;
    font-size: 16px;
    font-weight: 3px;
    color:#28058a;
   }
   .p{
    font-size:17px;
    margin-right:240px;
    position:absolute;
    left: 40em;
    top:14.5em;
  }
  
  
  .container {
    height: 300px;
    width: 35em;
    position:absolute;
    left:41.8em;
    top:20em;
    background:rgb(221, 217, 180);
    
   }
   .first [type="radio"]{
    width: 11px;
    position: relative;
    top:6px;
    margin-right:4px;
   }
   .first input{
    text-align: center;
    position: relative;
    left:3.7%;
    height: 25px;
    width: 17%;
    display: inline-block;
    
   }
   .first input[type='checkbox'] {
    width: 13px;
    height: 13px;
    position:relative;
    margin-left: 9px;
   }
   .second input{
    text-align: center;
    position: relative;
    left:5.7%;
    height: 25px;
    width: 17%;
    display: inline-block;
   }
   .second [type="radio"]{
    width: 11px;
    position: relative;
    top:6px;
    margin-right:4px;
   }
   .second input[type='checkbox'] {
    width: 13px;
    height: 13px;
    position:relative;
    margin-left: 9px;
   }
   .third input{
    text-align: center;
    position: relative;
    left:2.8%;
    height: 25px;
    width: 17%;
   }
   .third [type="radio"]{
    width: 11px;
    position: relative;
    top:6px;
    margin-right:4px;
   }
   .third input[type='checkbox'] {
    width: 13px;
    height: 13px;
    position:relative;
    margin-left: 9px;
    display: inline-block;
   }
   .fourth input{
    text-align: center;
    position: relative;
    left:3.2%;
    height: 25px;
    width: 17%;
    display: inline-block;
   }
   .fourth [type="radio"]{
    width: 11px;
    position: relative;
    top:6px;
    margin-right:4px;
   }
   .fourth input[type='checkbox'] {
    width: 13px;
    height: 13px;
    position:relative;
    margin-left: 9px;
   }
   .row{
    position: relative;
    top:6em;
    left:0.5em;
    width: 91%;
    height: 38px;
    background-color: rgb(227, 240, 154);
   }
   .row input {
    font-size: 1px;
    height: 25px !important;
    width: 390em;
    position:absolute;
    right:50em; 
    top:2px;
  }
  
 
   
   
   
   


   
   

 
 








    









