.img {
  width: 100%;
}

.para {
  position: absolute;
  font-size: large;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  padding: 30px;
  opacity: 0.7;
  width: 30%;
  color: black;
  text-align: justify;
  border: 2px solid white;
  color: white;
  left: 115px;
  border-radius: 32px;
  background: black;
  top: 310px;
}
@media screen and (min-width: 480px) and (max-width: 720px) {
  .para {
    top: 27vh;
    width: 162px;
    height: 200px;
    font-style: oblique;
    font-size: smaller;
    left: 10px;
    position: absolute;
    font-size: x-small;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS",
      sans-serif;
    padding: 4px;
    opacity: 0.7;
    width: 37%;
    color: black;
    text-align: justify;
    border: 2px solid white;
    color: white;
    border-radius: 32px;
    background: black;
  }
}
.about {
  border-radius: 40px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 6px;
  box-shadow: white;
  color: black;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  font-weight: 40px;
  background-color: rgb(207, 199, 186);
}
.about:hover {
  border-radius: 40px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 16px;
  box-shadow: black;
  background-color: rgb(22, 21, 21);
  font-family: inherit;
  color: blanchedalmond;
}
.firstrow {
  width: 100%;
}
.men {
  position: relative;
  text-align: center;
  top: -186px;
  color: white;
  font-weight: bold;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  font-style: oblique;
}
.mjacket {
  width: 30%;
}
.wjacket {
  width: 30%;
  float: right;
}
.background {
  background-color: rgb(46, 45, 51);
  width: 100%;
  height: 300px;
}
.text-aligh {
  text-align: center;
  position: relative;
  bottom: 250px;
  /* left: 150px; */
  color: white;
}
@media screen and (min-width: 480px) and (max-width: 820px) {
  .text-aligh {
    text-align: center;
    position: relative;
    bottom: 81px;
    /* left: 150px; */
    color: white;
  }
}
.ptext {
  position: relative;
  text-align: center;
  color: black;
  font-style: oblique;
}

.pjacket {
  height: 366px;
}
.addtocard {
  background-color: rgb(22, 21, 21);
  color: white;
  border-radius: 5px;
  font-style: italic;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-variant: small-caps;
  padding: 5px;
}
.addtocard:hover {
  background-color: rgb(145, 168, 177);
  color: black;
  border-radius: 5px;
  font-style: italic;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-variant: small-caps;
  padding: 5px;
}
.register {
  float: left;
  display: flex;

  bottom: 443px;
  color: rgb(255, 251, 0);
  background: black;
  height: 400px;
  opacity: 0.7;
  border-radius: 10px;
  border: 1px soid rgba(225, 255, 255, 0.5);
  box-shadow: 2px 2px 15px;
  color: white;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-style: oblique;
}
.formregister {
  padding: 20px;
  font-style: oblique;
  font-family: "Times New Roman", Times, serif;
  color: yellow;
}
.input {
  font-family: Georgia, "Times New Roman", Times, serif;
  border-radius: 20px;
  padding: 5px;
  width: 200px;
}
.main {
  background-image: url(darkwallpaper.jpg);
  padding-top: 53px;
  padding-bottom: 10px;
}
.data {
  overflow: hidden;
}
.sub {
  position: relative;
  left: -10px;
  top: 356px;
  border-radius: 6opx;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 6px;
  box-shadow: white;
  font-style: oblique;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  background-color: rgb(31, 29, 29);
  color: beige;
}
.sub:hover {
  background-color: rgb(236, 231, 231);
  color: black;
  border-radius: 5px;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-style: oblique;
  padding: 5px;
}
.mapouter {
  padding-top: 50px;
  width: 700px;
  height: 400px;
}
.google {
  width: 35rem;
  height: 25rem;
}
@media screen and (min-width: 480px) and (max-width: 820px) {
  #mapsec {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  .google {
    width: 20rem !important;
    height: 20rem !important;
    margin-bottom: 2rem;
  }
  .footerend {
    width: 67% !important;
  }
  .text-aligh {
    bottom: 6rem !important;
  }
  h1 {
    font-size: 1rem !important;
  }
  .background {
    height: 173px !important;
  }
  .para {
    padding: 17px;
    width: 55%;
    top: 70px;
    left: 8%;
  }
}
