.navbar {
  background-color: black;
  color: white;
}
.nav-link {
  margin: 0 15px;
  color: white;
}
.nav-link:hover {
  color: orange;
}

.logo {
  margin-right: 0;
  padding: 20px;
  width: 100%;
}
.logo-img {
  margin-left: 80%;
}
.logo h1 {
  color: black;
  font-size: 50px;
  margin-top: 50px;
  font-family: "Lobster", cursive;
}
@media (max-width: 990px) {
  .logo {
    text-align: center;
    padding: 30px;
  }
  .logo-img {
    margin-left: 0%;
  }
  .logo h1 {
    margin: 10px 0 0 0;
    font-size: 38px;
    font-family: "Lobster", cursive;
  }
}

.contact {
  text-align: center;
  background-color: pink;
  padding: 30px;
}
.fas {
  color: blue;
}
.no {
  color: black;
}
.no:hover {
  text-decoration: none;
  color: white;
}
.fab {
  color: #075e54;
}
.what a {
  text-decoration: none;
  color: black;
}
.what a:hover {
  color: white;
  text-decoration: none;
}
.topa {
  margin: 40px;
}
.ankits {
  text-align: center;
}
.ankits p {
  background-color: black;
  color: white;
  padding: 10px;
}
.ankit {
  height: 400px;
  width: 350px;
  margin: 40px;
  margin-left: 40px;
  border-style: solid;
  border-color: orangered;
  border-radius: 100%;
  border-width: thick;
  position: relative;
}
.ashishs {
  text-align: center;
}
.ashishs p {
  background-color: black;
  color: white;
  padding: 10px;
}
.ashish {
  height: 400px;
  width: 350px;
  margin: 40px;
  margin-right: 40px;
  border-style: solid;
  border-color: orangered;
  border-radius: 100%;
  border-width: thick;
  position: relative;
}
@media screen and (max-width: 600px) {
  .ashish {
    height: 400px;
    width: 350px;
    margin: 40px 0px 40px 0;
    border-style: solid;
    border-color: orangered;
    border-radius: 100%;
    border-width: thick;
    position: relative;
  }
  .ankit {
    height: 400px;
    width: 350px;
    margin: 40px 0px 40px 0;
    border-style: solid;
    border-color: orangered;
    border-radius: 100%;
    border-width: thick;
    position: relative;
  }
}

.middle {
  text-align: center;
  position: relative;
  top: 60px;
  background-color: aliceblue;
  display: inline-grid;
  float: right;
  border-radius: 10%;
  padding: 10px;
}
.frmonpc {
  float: right;
  padding: 16px;
  background-color: lightblue;
  margin-bottom: 30px;
}
* {
  box-sizing: border-box;
}
input[type="text"],
input[type="password"],
input[type="number"] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background-color: white;
}

input[type="text"]:focus,
input[type="password"]:focus input[type="number"]:focus {
  background-color: aqua;
  outline: none;
}
#subject {
  width: 100%;
  height: 200px;
  padding: 15px;
  margin: 5px 0 22px 0;
}
/* Set a style for the submit button */
.btn {
  background-color: red;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

.btn:hover {
  opacity: 1;
}
@media screen and (max-width: 600px) {
  .side {
    margin-left: 40px;
  }
}
.side {
  top: 0;
  float: right;
  background-color: pink;
  margin-right: 30px;
  padding: 20px;
  height: 100%;
}
.mapa {
  margin-left: 400px;
  padding: 40px;
  background-color: black;
  margin: 30px 0 0 0;
}
.map {
  margin-left: 400px;
}
@media screen and (max-width: 990px) {
  .map {
    width: 300px;
    height: 300px;
    margin-left: 40px;
  }
}
.footer {
  background-color: black;
  color: white;
  padding: 50px;
}
.c {
  float: right;
}
@media (max-width: 990px) {
  .footer {
    text-align: center;
  }
  .c {
    float: none;
  }
}
