* {
  margin: 0;
  padding: 0;
}

body {
  font-family: BrandonTextWeb-Regular;
  background-color: white;
  color: white;
}

#container {
  width: 100%;
}
nav {
  /* border: 2px solid red; */
  display: flex;
  font-family: Arial, Helvetica, sans-serif;
  width: 100%;
  margin: auto;
  font-weight: bolder;
  position: fixed;
  justify-content: space-around;
  align-items: center;
  height: 50px;
  background-color: black;
  z-index: 9999;
  margin-bottom: 50px;
}


#mid {
  justify-content: space-around;
  display: flex;
  width: 30%;
}

a.active {
  z-index: 2;
  border-bottom: 2px solid white;
}

#last {
  display: flex;
  justify-content: space-around;
  width: 30%;
}

#logo {
  display: block;
  justify-content: space-around;
  width: 20%;
}

#logo>a>img {
  width: 50%;
  justify-content: center;
  margin-left: 10px;
}

nav>div>a {
  color: #b6b7b9;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bolder;
}

a:hover {
  color: white;
  border-bottom: 1px solid white;
}


#banner>img {
  width: 100%;
}

#therapy-top>p {
  width: 80%;
  margin: auto;
  font-family: BrandonTextWeb-Bold, "Helvetica Neue", Helvetica, Roboto, Arial,
    sans-serif;
  color: black;

  font-size: 24px;
  line-height: 34px;
  margin-top: 30px;
  margin-bottom: 20px;
}

#therapy {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 80%;
  margin: auto;
  position: relative;
  color: black;

  font-family: BrandonTextWeb-Bold, "Helvetica Neue", Helvetica, Roboto, Arial,
    sans-serif;
}

#therapy>div {
  position: relative;
}

#therapy>div:hover {
  transform: scale(1.02);
  transition: all 0.5s;

}

#therapy>div>img {
  width: 100%;
  z-index: -1;
  border-radius: 10px;
}

#therapy>div>h2 {
  position: absolute;
  z-index: 1;
  top: 0px;
  margin-left: 30px;
}

#therapy>div>p {
  position: absolute;
  z-index: 1;
  top: 40px;
  font-size: 13px;
  width: 80%;
  margin-left: 30px;
}

#therapy>div>h5 {
  position: absolute;
  z-index: 1;
  top: 70px;

  margin-bottom: 50px;
  margin-left: 30px;
}

#therapy>div>p>img {
  width: 10%;
  margin-right: 4px;
  margin-top: 30px;
  margin-left: 10px;
}

#therapy>div>h3 {
  position: absolute;
  z-index: 1;
  top: 180px;
  margin-left: 30px;
}

button {
  background: #ffffff;
  border: none;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 4px;
  box-sizing: border-box;
  color: #ff4742;
  cursor: pointer;
  padding: 10px 12px;
  text-align: center;
  display: block;
  margin: auto;
  margin-top: 30px;
  font-weight: 900;
  position: absolute;
  top: 95px;
}

button:hover,
button:active {
  background-color: white;
  background-position: 0 0;
  color: #000000;
}

button:active {
  opacity: 0.5;
}

#assure {
  width: 80%;
  margin: auto;
  margin-top: 40px;
}

#assure>img {
  width: 100%;
}

#help {
  width: 80%;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

#help>img {
  width: 100%;
}

#footer-top {
  background-color: rgb(0, 0, 0);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding: 0px 20px 0px 20px;
  gap: 10px;
  justify-content: space-around;
}

#footer-top>div {
  margin-bottom: 20px;
  margin-top: 60px;
}

#footer-top>div:nth-child(2),
#footer-top>div:nth-child(3),
#footer-top>div:nth-child(4) {
  display: flex;
  flex-direction: column;
  color: red;
  padding: 30px;
}

#footer-top>div:nth-child(5) {
  text-align: right;
}

#footer-top>div:nth-child(2)>a,
#footer-top>div:nth-child(3)>a,
#footer-top>div:nth-child(4)>a {
  text-decoration: none;
  font-family: Inter-Regular, "Helvetica Neue", Helvetica, Roboto, Arial,
    sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 30px;
  color: white;
  text-align: left;
  margin-left: 30px;
}

#footer-top>div:nth-child(1)>p {
  margin-top: 50px;

  width: 70%;
  font-size: 14px;
  line-height: 22px;
  margin-left: 30px;
  font-family: Inter-Regular, "Helvetica Neue", Helvetica, Roboto, Arial,
    sans-serif;
}

#footer-top>div:nth-child(5)>a>img {
  width: 70%;
  margin-bottom: 30px;
}

#footer-top>div:nth-child(5)>div>a>img {
  width: 10%;

  margin-top: 50px;
  margin-left: 20px;
}