@import url('https://fonts.googleapis.com/css2?family=Exo+2&family=Montserrat&display=swap');

 html{
  background-position: center;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
}

body{
  margin:0;
  font-size:16px;
}

.mainHeader{
  width:100%;
  height:auto;
}

* {
  box-sizing: border-box;
}

.mainNav {
  overflow:hidden;
  background-color: #ffffff;
}

.mainNav img{
  float:left;
  display:block;
  padding:5px;
}

.brand_title {
  float: left;
  display: block;
  font-family: 'Exo 2', sans-serif;
  padding: 10px 4px 0 8px;
  font-size: 22px;
  font-weight: 600;
  color: #FFA800;
}

.mainNav a{
  float: right;
  display: block;
  color: black;
  text-align: center;
  padding: 14px 10px;
  text-decoration: none;
  font-size: 17px;
}

.mainNav a:hover{
  background-color: #FFA800;
  color:white;

}

.mainNav a.active{
  background-color: white;
  color: #FFA800;
}

.search_pos {
  padding-top: 28px;
  padding-left: 10vh;
  padding-right: 20px;
}


#search_area {
  width: 65%;
  background-color: white;
  max-width: 920px;
  min-width: 350px;
  margin-top:0;
  padding: 15px 15px 5px 15px;
  border: none;
  outline: none;
  font-size: 17px;
  -webkit-border-top-left-radius:10px;
  -webkit-border-top-left-radius:10px;
  -moz-border-radius-topleft:10px;
  -moz-border-radius-bottomleft:10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: 0 0 15px rgba(31, 31, 31, 0.274);
}

#searchBtn {
    width: 10%;
    border:none;
    padding: 6.2px 44px 6.6px 24px;
    max-width: 130px;
    min-width: 50px;
    font-size:15px;
    background: #4747f2;
    font-weight:bold;
    cursor:pointer;
    outline:none;
    -webkit-border-top-right-radius:10px;
    -webkit-border-top-right-radius:10px;
    -moz-border-radius-topright:10px;
    -moz-border-radius-bottomright:10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  }

  #searchBtn:active{
    background: rgb(246,157,24);
  }

  #search_icon{
    height:24px;
  }

  .close{
    margin:10px 24px 0 8px;
    text-decoration:none;
  }


  @media only screen and (max-width: 1060px){
    .search_pos {
      padding-top: 28px;
      padding-left: 20px;
      padding-right: 10px;
    }
    #search_area {
      width: 55%;
    }
  }

#signUp input {
    border-radius:8px;
    font-size:17px;
    border-color: grey;
}

.mainHeading {
    font-size: larger;
    text-align: center;
    padding: 15px;
}

.mainHeading2{
    font-size: larger;
    text-align: center;
    padding: 6px;
    margin: 6px;
}

#thanks {
  text-align: center;
 display:block;
 padding-top:90px;
 margin: 20px;
  }

.tt {
    font-size: 18px;
    font-weight: bold;
    margin:4px;
    padding:5px;
    text-decoration:none!important;
  }
  .tt a:link {
    text-decoration: none;
    text-decoration: none;
  }


.tt a:hover{
    background-color: #FFA800;
    color:white;
    text-decoration: none;
}

.tt a.active{
    background-color: white;
    color: #FFA800;
    text-decoration: none;
}
  
#task {
    display:block;
    padding-top:10px;
    color:#365f79;
    }

#statistic > table{
    border: solid 1px black;
    width:50%;
    text-align: center;

}
/* #book_button:hover {
    background:#FFA800;
} */


.book_button{
    background-color: transparent;
    border: 1px solid #4747f2;
    color: #4747f2;
    margin-left: 35%;
    margin-right: 35%;
    border-radius: 100px;
    text-align: center;
    padding: 12px;
    font-size: 18px;
    line-height: 20px;
    box-sizing: border-box;
    height: 44px;
    width: 220px;
    font-weight: bold;
    cursor:pointer;
}


.book_button:active {
    background-color: #4747f2;
    color: #eaf5fd;
}

.mainFooter {
    position:absolute;
    background-color: #e9e9e9;
    color:black;
    font-size: 12px;
    width:100%;
    left:0;
    text-align: center;
    padding:1px;
}


h1,h2,h3{
  font-family:'Exo 2', sans-serif;
}

.bold_text {
    font-weight: 600;
}

.blue {
    color:#4747F2;
}
.mainHeader h1{
    text-align: center;
}

.logArea{
    margin-top: 2%;
}

.field{
    border:none;
    font-size: 14px;
}


.map-reponsive {
    overflow:hidden;
    padding-bottom: 50%;
    position: relative;
    height:0;
}

.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
    z-index: -1;
}

div.vertical-center{
    text-align: center;
}


/* form style */

.signForm {
    background-color: white;
    width: 40%;
    height: auto;
    margin: 5% 30%;
    border: 1px solid grey;
    padding: 20px;
    font-size: 12px;
    text-align: left;
}


.signForm a {
    color: dodgerblue;
}


.signForm input[type=text], .signForm input[type=password], .signForm input[type=email] {
    padding: 15px;
    display: inline-block;
    border: none;
    background: #f1f1f1;
    width: 90%;
}

.signForm input[type=text]{
    width: 40%;
}


.signForm label {
    text-align: left;
}

.signForm h1{
    font-size: 2em;
    text-align: center;
    padding: 5px;
}

.signButton {
    width: 100%;
    background-color: #4747F2;
    color:white;
    border:none;
    padding: 10px;
    margin:8px 0;
    text-decoration:none;
    font-size:14px;
    cursor:pointer;
    opacity: 1;
}

.signButton:hover {
    opacity: 0.6;
}

.signin {
    background-color: #f1f1f1;
    text-align: center;
    margin-bottom: 20%;
}

hr {
    border: 1px solid #d4d4d4;
    margin-bottom: 25px;
  }

.small{
    color: firebrick;
} 

.addForm{
    background-color: white;
    width: 20%;
    height: auto;
    margin-left:  5%;
    padding: 10px;
    font-size: 12px;
    text-align: left;
}

.addForm input[type=text], .addForm input[type=date],.addForm select, .addForm input[type=file]{
    padding: 10px;
    margin: 5px 0 22px 0;
    display: inline-block;
    border: none;
    background: #f1f1f1;
}

#result_name{
    background-color: transparent;
    border: 1px solid #4747f2;
    color: #4747f2;
    border-radius: 100px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 40px;
    padding-left: 42px;
    font-size: 16px;
    line-height: 20px;
    box-sizing: border-box;
    height: 44px;
    font-weight: bold;
    text-decoration: none;
}

#result_name:active {
    background-color: #4747f2;
    color: #f1f1f1;
  }

.displayForm{
    background: rgb(255,254,254);
    background: -moz-linear-gradient(207deg, rgba(255,254,254,1) 0%, rgba(227,227,227,1) 100%);
    background: -webkit-linear-gradient(207deg, rgba(255,254,254,1) 0%, rgba(227,227,227,1) 100%);
    background: linear-gradient(207deg, rgba(255,254,254,1) 0%, rgba(227,227,227,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffefe",endColorstr="#e3e3e3",GradientType=1); 
    max-width: 52vh;
    min-width: 40vh;
    height: auto;
    margin-left: 10vh;
    padding-left: 2px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #a0a0a0;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.534);
}


.displayForm .results{
    margin-top: 20px;
}


/* homepage */

.container img {
    width: 100%;
    margin:0;
}

.top-middle {
    position: absolute;
    top: 10%;
    left:40%;
    text-align: center;
    color: black;
  }

#lgoshow{
    float: left;;
    padding-top:5px;
    margin-left: 16%;

  }

  .top-middle2 {
    position: absolute;
    padding: 20px;
    top: 20%;
    left:30%;
    text-align: center;
    border-radius: 15px;
    background: rgb(255,254,254);
    background: -moz-linear-gradient(207deg, rgba(255,254,254,1) 0%, rgba(227,227,227,1) 100%);
    background: -webkit-linear-gradient(207deg, rgba(255,254,254,1) 0%, rgba(227,227,227,1) 100%);
    background: linear-gradient(207deg, rgba(255,254,254,1) 0%, rgba(227,227,227,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffefe",endColorstr="#e3e3e3",GradientType=1); 
    color: rgb(32, 32, 32);
    box-shadow: 0 0 13px rgba(31, 31, 31, 0.24);
  }

  .no_dec {
    text-decoration: none;
  }

  .top-middle3 {
    position: absolute;
    padding: 15px 5px 5px 5px;
    top: 10vh;
    left:30%;
    border-radius: 15px;
    background: rgb(255,254,254);
    background: -moz-linear-gradient(207deg, rgba(255,254,254,1) 0%, rgba(188,186,186,1) 100%);
    background: -webkit-linear-gradient(207deg, rgba(255,254,254,1) 0%, rgba(188,186,186,1) 100%);
    background: linear-gradient(207deg, rgba(255,254,254,1) 0%, rgba(188,186,186,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffefe",endColorstr="#bcbaba",GradientType=1); 
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.308);
    color: #365f79;
  }

  .top-middle4 {
    position: absolute;
    top: 20%;
    left:30%;
    width: 36%;
    padding-top: 20px;
    padding-bottom: 40px;
    text-align: center;
    border-radius: 15px;
    background: rgb(255,254,254);
    background: -moz-linear-gradient(207deg, rgba(255,254,254,1) 0%, rgba(227,227,227,1) 100%);
    background: -webkit-linear-gradient(207deg, rgba(255,254,254,1) 0%, rgba(227,227,227,1) 100%);
    background: linear-gradient(207deg, rgba(255,254,254,1) 0%, rgba(227,227,227,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffefe",endColorstr="#e3e3e3",GradientType=1); 
    color: rgb(32, 32, 32);
    box-shadow: 0 0 13px rgba(31, 31, 31, 0.24);
  }

  .homeHeading{
      color: #FFA800;
      text-align: center;
      margin:13px;
  }

  .top-right {
    position: relative;
    top: 75%;
    right: 16px;
    color: grey;
    text-align: left;
    width: 100%;
    background-color: white;
  }

  #chgr_img2{
    display: block;
    padding-top:0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:30px;
    max-width:490px;
    min-width:350px;
    height:auto;
    border-radius: 10px;
}

.charger_details {
    margin-top:20px;
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom:38px;
}

.date_feild{
  width: 100%;
  padding: 8px;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  border: 2px solid #bdbdbd;
  background: #ffffff;
  outline: none;
  border-radius: 5px;
  resize: vertical;
  transition: border-color 0.5s

}

.date_feild:focus {
  border-color: #4747f2;
}

.time_field , .time_field_2 {
  padding: 8px;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  border: 2px solid #bdbdbd;
  background: #ffffff;
  outline: none;
  border-radius: 5px;
  resize: vertical;
  transition: border-color 0.5s;
}

.time_field {
  width: 47%;
}

.time_field_2 {
  width: 45%;
}

.charger_border {
  border-top: 2px solid rgba(168, 168, 168, 0.726);
  margin-bottom: 20px;
}

.grid-booking {
  display: grid;
  grid-template-columns: 23% 77%;
}

.grid-cont {
  display: grid;
  grid-template-columns: auto auto;
}

.col-l {
  padding: 5px;
}

.col-r {
  padding: 5px;
}

  .top-left {
    top: 90%;
    left: 16px;
    color: grey;
    text-align: left;
    width: 100%;
    background-color: white;
 }

#lockscren {
 overflow: hidden;
 }

  p.newline {
    clear: both;
}

#left{
    float: left;
    width: 20%;
}


#right {
    float: right;
    width: 20%;
}


@media only screen and (max-width: 600px){
  body, #homebody, .addForm, .displayForm, .signForm {
      font-size:12px;
      margin-left: 0;
  }
  .button {
  padding: 5px 10px;
  }
}


/* Form style */

.form-container{
    background-color: white;
    width: 40%;
    height: auto;
    margin-left:180px;
    margin-top:6vh;
    border-radius: 14px;
    border: none;
    padding: 20px;
    text-align: left;
    box-shadow: 0 0 15px rgba(31, 31, 31, 0.274);
    min-width: 425px; 
    max-width: 850px;
  }


.form-container{
    color: #1d3557;
  }
  
.heading_2{
    font-size: 27px;
    color: #365f79;
  }
  
.form_bg {
  background: #dbdbdb;
}

.field{
    font-size: 17px;
    padding: 15px;
    display: inline-block;
    border: none;
    background: #d3d3d3;
    width: 100%;
  }
  
  #genre{
    font-size: 15px;
    padding:8px;
    display: inline-block;
    border: none;
    background: #ffffff;
    width: 50%;
    font-size: 17px;
  }
  
  
.col-25 {
  float: left;
  width: 35%;
  margin-top: 6px;
}

.col-75 {
  float: left;
  width: 65%;
  margin-top: 6px;
}
  

.field:after {
  content: "";
  display: table;
  clear: both;
}

.label_t {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

.input_field {
  width: 100%;
  padding: 12px;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  border: 2px solid #bdbdbd;
  background: #ffffff;
  outline: none;
  border-radius: 5px;
  resize: vertical;
  transition: border-color 0.5s;
}
  
.input_field:focus {
  border-color: #4747f2;
}

.text_area{
  height:200px;
}

.input_field::placeholder {
    color: #aaaaaa;
}

@media screen and (max-width: 1100px) {
  .col-25, .col-75 {
    width: 100%;
    margin-top: 0;
  }
}

  /* Table */

  .table_container{
    background-color: white;
    width: 60%;
    height: auto;
    margin-left:180px;
    margin-top:6vh;
    border-radius: 14px;
    border: none;
    padding: 20px;
    box-shadow: 0 0 15px rgba(31, 31, 31, 0.274);
    min-width: 710px; 
    max-width: 1100px;
  }

  .table_container{
    color: #1d3557;
  }

  .field_data{
    margin-top: 20px;
    font-size: 17px;
    display: inline-block;
    padding-top: 60px;
    padding-left: 14%;
    border: none;
    background: #c3c3c3;
    border-radius: 10px;
    width: 100%;
  }
  
  /* Form style */

.form-container{
  background-color: white;
  width: 40%;
  height: auto;
  margin-left:180px;
  margin-top:6vh;
  border-radius: 14px;
  border: none;
  padding: 20px;
  text-align: left;
  box-shadow: 0 0 15px rgba(31, 31, 31, 0.274);
}


.form-container{
  color: #1d3557;
}

.heading_2{
  font-size: 27px;
  color: #365f79;
}

.table_field{
  font-size: 17px;
  padding: 15px;
  display: inline-block;
  border: none;
  background: #d3d3d3;
  width: 90%;
}

.table_field input[type=text]{
  width: 100%;
  padding: 3px;
  border: none;
  font-size: 17px;
}

.table_field label{
  text-align: left;
}

.calender_container{
  background-color: white;
  color: #365f79;
  width: 60%;
  max-width: 1200px;
  min-width: 625px;
  height: auto;
  margin-left:180px;
  margin-top:6vh;
  border-radius: 14px;
  border: none;
  padding: 20px;
  text-align: left;
  box-shadow: 0 0 15px rgba(31, 31, 31, 0.274);
}

.calender_field_1{
  font-size: 17px;
  padding: 25px 3vw 25px 3vw;
  border: none;
  background: #d3d3d3;
  width: 100%;
}

.calender_field_1 input[type=text]{
  width: 100%;
  padding: 8px;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  border: 2px solid #bdbdbd;
  background: #ffffff;
  outline: none;
  border-radius: 5px;
  resize: vertical;
  transition: border-color 0.5s;
}

.calender_field_1 input[type=text]:focus {
  border-color: #4747f2;
}

.calender_field_1 label{
  text-align: left;
}

.calender_field_2{
  font-size: 17px;
  padding: 25px 3vw 25px 5vw;
  display: inline-block;
  border: 2px solid  rgb(146, 146, 146); 
  outline: 4px solid rgb(221, 221, 221);
  width: 100%;
}

@media only screen and (max-width: 1177px){
  .calender_field_1{
    padding: 25px 0 25px 0;
  }
  .calender_field_2{
    padding: 25px 0 25px 0;
    border: none; 
    outline: none;
}
}

#details{
  width: 100%;
}

#solid_button, #solid_button_2 {
  font-family: 'Montserrat', sans-serif;
  background-color: #4747f2;
  border: 1px solid #4747f2;
  color: #f3f3f3;
  border-radius: 100px;
  text-align: center;
  padding: 12px;
  font-size: 16px;
  line-height: 20px;
  box-sizing: border-box;
  height: 44px;
  width: 220px;
  font-weight:500;
  cursor:pointer;
  border: none;
}

#solid_button{
  margin-left: 35%;
  margin-right:35%;
}


#solid_button:active {
    background-color: #FFA800;
    color: #353535;
}

#solid_button_2:active {
  background-color: #FFA800;
  color: #353535;
}

.outline_button{
  text-decoration: none;
  background-color: transparent;
  border: 2px solid #4747f2;
  color: #4747f2;
  border-radius: 15px;
  text-align: center;
  margin: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 20px;
  box-sizing: border-box;
  font-weight: bold;
  cursor:pointer;
}


.outline_button:active {
  background-color: #4747f2;
  color: #eaf5fd;
}

.solid_button_mini, .solid_button_mini2 {
  background-color: #4747f2;
  border: 1px solid #4747f2;
  color: #f3f3f3;
  border-radius: 100px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 17px;
  line-height: 20px;
  box-sizing: border-box;
  height: 44px;
  width: 220px;
  font-weight:500;
  cursor:pointer;
  border: none;
}

.solid_button_mini{
  margin-left: 35%;
  margin-right:35%;
}

.solid_button_mini:active {
  background-color: #FFA800;
  color: #353535;
}

.solid_button_mini2:active {
  background-color: #FFA800;
  color: #353535;
}

.div_line{
  border-bottom: 2px solid rgb(190, 190, 190);
}
.space{
  margin:40px 0 40px 0;
}

.pattern_1{
  background-image: url("../images/maze.png");
  background-repeat: repeat;
}

.pattern_2{
  background-image: url("../images/maze.png");
  background-repeat: repeat;
  width: 100vw;
  min-height: 100vh;
}

.background_color{
    background: rgb(255,254,254);
    background: -moz-linear-gradient(207deg, rgba(255,254,254,1) 0%, rgba(227,227,227,1) 100%);
    background: -webkit-linear-gradient(207deg, rgba(255,254,254,1) 0%, rgba(227,227,227,1) 100%);
    background: linear-gradient(207deg, rgba(255,254,254,1) 0%, rgba(227,227,227,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffefe",endColorstr="#e3e3e3",GradientType=1); 
    width: 100vw;
    min-height: 100vh;
}

.background_color_2{
  background: rgb(255,254,254);
  background: -moz-linear-gradient(207deg, rgba(255,254,254,1) 0%, rgba(125,125,125,1) 100%);
  background: -webkit-linear-gradient(207deg, rgba(255,254,254,1) 0%, rgba(125,125,125,1) 100%);
  background: linear-gradient(207deg, rgba(255,254,254,1) 0%, rgba(125,125,125,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffefe",endColorstr="#7d7d7d",GradientType=1); 
  width: 100vw;
  min-height: 100vh;
}

/* The Modal */

.modal {
  display: none;
  position: fixed; 
  z-index: 1; 
  padding-top: 100px; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%;
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 
}

.modal-content {
  position: relative;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #888;
  width: 80%;
  max-width: 450px;
  min-width: 400px;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  background: #fffbf5;
}

.booking_info{
  margin-top:20px;
  padding-bottom: 6px;
  border-bottom: 2px solid rgba(168, 168, 168, 0.726); 
}

.booking_details{
  margin-top:15px;
}

@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

.close {
  color: rgb(54, 54, 54);
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #FFA800;
  text-decoration: none;
  cursor: pointer;
}

.modal-body {padding: 2px 16px;}
