* {
  box-sizing: border-box;
  background-color: black;
  font-family: 'Crimson Text', serif;
}

.mySlides {
  display: none;
}

/* img {vertical-align: middle;} */

/* body{
  width: 100%;
  height: 100%;
} */

html {
  scroll-behavior: smooth;
}

h1 {
  z-index: 4;
  font-size: x-large;
  background: none;
  color: white;
}

.bgtext {
  display: flex;
  color: rgb(236, 231, 231);
  font-size: 46px;
  background: none;
  padding-left: 41px;
  justify-content: center;
}

/* Slideshow container */
.navbar {
  z-index: 2;
  display: flex;
  position: relative;
  top: 0;
  color: white;
  /* background-color: rgba(0, 0, 0, 1); */
  background: none;
  margin: -8px;
  height: 10vh;
  width: 1263px;
  justify-content: end;
  align-items: center;
}

.navbar div,
a {
  font-size: larger;
  background: none;
}

.navbar a {
  float: left;
  text-align: center;
  text-decoration: none;
  color: white;
  padding: 16px;
  margin-right: 36px;
  justify-content: space-between;
}

.anch:hover {
  color: red;
}

i {
  font-size: larger;
  background: none;
  margin-right: 592px;
}

.slideshow-container {
  max-width: 1282px;
  margin: -8px;
  margin-top: -59px;
}

/* Caption text */
.text {
  color: white;
  font-size: 70px;
  padding: 140px 90px;
  position: absolute;
  bottom: 260px;
  width: 100%;
  background: none;
}

.texty {
  color: white;
  font-size: 35px;
  padding: 140px 90px;
  position: absolute;
  bottom: 200px;
  width: 100%;
  background: none;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: aqua 0.6s ease;
}

.dots {
  margin-top: -46px;
  background: none;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 3.5s;
}

@keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {
    font-size: 11px
  }
}

.mySlides img {
  height: 579px;
}


.section {
  height: 387px;
  /* border: 2px solid white; */
  display: flex;
  color: white;
  /* background-color: yellowgreen; */
  align-items: center;
  justify-content: space-around;
  max-width: 100%;
  margin: -4px;
  margin-bottom: 75px;
  margin-top: -59px;
}

.categories {
  display: flex;
}

.bigtext {
  font-size: 50px;
}

.muscle {
  display: flex;
  width: 95%;
  justify-content: space-around;
}

.card {
  width: 280px;
  height: 360px;
  padding: 2rem 1rem;
  background: #040404;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.7);
  transition: 0.5s ease-in-out;
}

.card:hover {
  transform: translateY(20px);
  cursor: pointer;
}

.card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(67, 67, 67, 0.7), rgba(0, 0, 0, 0.7));
  transition: 0.5s all;
  z-index: 2;
  opacity: 0;
}

.card:hover:before {
  opacity: 1;
}

.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

.info {
  position: absolute;
  z-index: 3;
  color: #fff;
  opacity: 0;
  transform: translateY(30px);
  transition: 0.5s all;
  background: none;
}

.card:hover .info {
  opacity: 1;
  transform: translateY(0px);
}

footer * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

footer ul {
  list-style: none;
}

footer {
  color: white;
}

footer p {
  color: white;
  max-width: 25em;
  font-size: 0.9em;
  line-height: 23px;
}

footer a {
  color: white;
  text-decoration: none;
}

footer h4 {
  margin-bottom: 1em;
  text-transform: uppercase;
}

footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2em;
}

.brand {
  display: block;
  font-size: 1.8em;
  font-weight: 600;
  margin-bottom: 1em;
}

.media-icons li,
.service-icons li {
  display: inline-block;
  margin: 0.5em 0.5em 0.5em 0;
}

.media-icons a {
  font-size: 1.1em;
  width: 2em;
  height: 2em;
  border: 2px white solid;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.media-icons a:hover {
  background: white;
  color: black;
}

.service-icons a {
  font-size: 1.6em;
}

.service-icons a:hover {
  color: white;
}

.footer-bottom {
  border-top: 1px white solid;
}

.footer .menu a {
  transition: 0.3s;
  font-weight: 500;
}

.footer .menu a:hover {
  color: #ff2b00;
}

.footer {
  text-align: center;
}

.footer .menu li {
  display: inline-block;
  margin: 0.7em;
  text-align: center;
}

.footer p {
  margin: 0 auto;
}

.footer .media-icons {
  margin: 1.5em 0;
}

.heading {
  margin-top: 3em;
}

hr {
  width: 70%;
  z-index: 5;
}

/* .cardimage{
  height: 150px;
  width: 150px;
  border-radius: 50px;
}

.cardimg{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50px;
}

.carder{
  border-radius: 25px;
  background-color: #bbb;
} */

.formwrapper {
  border: 2px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  color: white;
  background-color: #717171;
  width: 420px;
  border-radius: 20px;
  padding: 5px 36px;
  background: transparent;
  backdrop-filter: blur(20px);
}

.formwrapper *{
  background: transparent;
}
/* 
.formwrapper form{
  background-color: #717171;
}
.formwrapper div{
  background-color: #717171;
}
.formwrapper label{
  background-color: #717171;
}
.formwrapper p{
  background-color: #717171;
} */

form h1 {
  margin-top: 0;
  text-align: center;
  font-size: 36px;
}

.formwrapper .input {
  width: 100%;
  height: 50px;
  margin-bottom: 25px;
}

.input input {
  width: 100%;
  height: 100%;
  background: transparent;
  outline: none;
  border: none;
  border: 2px solid white;
  border-radius: 40px;
  color: white;
  padding: 20px 45px 20px 20px;
  font-size: 16px;
}

input::placeholder {
  color: #fff;
}

.formwrapper .remember {
  display: flex;
  justify-content: space-between;
  font-size: 14.5px;
  margin: -15px 0px 15px;
}

.remember label input {
  margin-right: 3px;
}

.remember a {
  color: white;
  text-decoration: none;
}

.remember a:hover {
  color: red;
}

.btn {
  width: 100%;
  height: 45px;
  background: transparent;
  outline: none;
  border: none;
  border: 2px solid white;
  border-radius: 40px;
  color: white;
  /* padding: 20px 45px 20px 20px; */
  font-size: 16px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
  cursor: pointer;
  font-weight: 600;
}

.formwrapper .register {
  text-align: center;
  margin-top: 20px;
}

.register p a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.register p a:hover {
  color: red;
}