*{
  margin: 0;
  padding: 0;
}
body{
  font-family: monospace;
}
nav{
  padding: 5px;
  background-color: black;
}
ul{
  max-width: 700px;
float: right;
list-style: none;
margin: 30px 0px 0px 0px;
}
ul li{
  display: inline-block;
  padding: 5px 12px;
}

ul li a{
  color: white;
  text-decoration: none;
  padding:4px 20px;
  font-size: 15px;
  transition: all 0.7s;
}

ul li a.active{
  border: 1px solid orange;
}

ul li a:hover{
  background-color: orange;
  border-radius: 15px;
}

.headersection{
  color: white;
  text-align: center;
  margin-top: 20vh;
}
  @media screen and (max-width: 600px) {
  .headersection{
   margin-top: 15vh;
   font-size: large;
    }
  }

.headersection h1{
  text-transform: uppercase;
  /* font-size: 45px; */
}

  @media screen and (max-width: 600px) {
  .headersection h1{
   font-size: large;
    }
  }

.headersection p{
  font-size: 20px;
  text-align: center;
}

.headersection em{
  padding: 10px;
}

.header{
  background-image: linear-gradient(rgba(0, 0, 0, 0.795), rgba(0, 0, 0, 0.705)), url(../images/bkg.jpg);
  height: 100vh;
  background-size: cover;
}

.user {
  margin-top: 50px;
}

.headersection .btn {
  border: 1px solid white;
  padding: 10px 30px;
  margin-right: 5px;
  font-size: 13px;
  color: white;
}

.headersection.login{
  background-color: orange;
}

.headersection.register{
  background: none;
}

.headersection .register:hover{
  background-color: green;
  transition: all 0.5s ease;
}

nav img{
  width:  120px;
  margin:  15px 0px 0px 30px;
}

/*=================== about us styling ===================*/
.aboutnav{
  background-color: black;
}

.banner{
  widows: 100%;
  height: 100px;
  background-color: gold;
}

.bannertext{
  text-align: center;
  color: white;
  font-family: monospace;
  padding-top: 10px;
}

.bannertext h1{
  /* font-size: 4rem; */
  font-weight: bolder;
}

.bannertext p{
  font-size: 1rem;
}

.trianers{
  width: 100%;
  margin-top: -10px;
}

.trianers .trianerhead{
  background-color: black;
  padding: 10px;
  text-align: center;
  color: white;
  /* width: 20%; */
  margin-left: 40%;
  font-family: monospace;
}

.trianerbody{
  width: 100%;
}

.trianer{
  width: 100%;
  list-style: none;
  text-align : center;
}

.trianer li{
  /* display: inline-block; */
  display: inline;
  width: 20%;
  /* margin-right: center; */
}

.trianer li img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

/*================= Modal Section for login ===============*/
.bg-modal-login{
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  justify-content: center;
  align-items: center;
  display: none;
}

.modal-content-login{
  width: 400px;
  height: 300px;
  background-color: white;
  border-radius: 6px;
  text-align: center;
  padding: 20px;
  position: relative;
}

.show{
  font-family: monospace;
  color: green;
}

.logo{
  height: 70px;
  width: 70px;
  border-radius: 50%;
  padding: 2px;
  border: 1px solid green;
}

.modalbtn{
background-color: green;
text-decoration: none;
padding: 8px 40px;
border-radius: 20px;
color: white;
border: 2px solid green;
}

.modalbtn:hover{
  background: none;
  border: 2px solid green;
  color: green;
  font-weight: bold;
  transition: 0.5s ease;
}

input{
  width: 50%;
  display: block;
  margin: 20px auto;
  padding: 10px 40px 10px 10px;
  border-radius: 5px;
  box-shadow: black;
}

input::placeholder{
  font-family: arial;
  font-size: 15px;
}

.close-login{
  position: absolute;
  top: 0;
  right: 14px;
  font-size: 40px;
  transform: rotate(45deg);
  color: red;
  cursor: pointer;
}

/* =============Modal Section For Register ===============*/

.bg-modal-reg{
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0; 
  justify-content: center;
  align-items: center;
  display: none;
}

.modal-content-reg{
  width: 500px;
  height: 500px;
  background-color: white;
  border-radius: 6px;
  text-align: center;
  padding: 20px;
  position: relative;
}

.close-reg{
  position: absolute;
  top: 0;
  right: 14px;
  font-size: 40px;
  transform: rotate(45deg);
  color: red;
  cursor: pointer;
}


/* ===============GALLERY STYLES=============== */
.gallery{
  width: 900px;
  margin: 50px auto;
  display: inline;
}
.gallery img{
  width: 250px;
  height: 180px;
  padding: 20px;
  transition: 1s;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
}

.gallery img:hover{
  filter: grayscale(100%);
  transform: scale(1.1);
}

.animated{
  text-align: center;
}




/*============CONTACT PAGE STYLING============*/
.form{
  /* width: 600px; */
  width: 75%;
  padding: 20px;
  margin: 20px auto;
  box-shadow: 10px 10px 10px 10px rgba(0, 0, 0, .5);
  border: solid black 2px;
  
}

textarea, input.text{
  color: black;
  font-weight: bold;
  border: none;
  border-bottom: 2px;
   border: solid black 2px;
     width: 100%;
   /* width: auto; */
}

 /* @media screen and (max-width: 600px) {
textarea, input{
     width: 100%;
    }
  } */

input.text:focus{
  border-bottom: 4px solid red;
}

input.text:focus:valid{
  border-bottom: 4px solid green
}

/* input.text:{
  display: inline;
  width: 290px;
} */

button{
  /* padding: 15px 10px; */
  cursor: pointer;
  /* width: 150px; */
  margin: 30px 0px 30px 40px;
  color:white;
  font-size: large;
  background-color: rgb(16, 133, 16);
 
}

textarea::placeholder{
  font-size: larger;
}
h3{
  text-align: center;
}


/* ================ map styling ================== */
.mapouter {
  position: relative;
  text-align: right;
  height: 500px;
  /* width: 600px; */
  width: 100%;
}

.gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 500px;
  /* width: 600px; */
  width: 100%;
}

p{
  text-align: justify;
  margin: 20px;
}

.footer{
  position: relative;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color:#212529;
  margin-top: 60px;
}


