@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');

body {
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif !important;
}

.banner1 {
  text-align: center;
  width: 100%;
  /* padding-top: 5%; */
}

#red-text {
  color: red;
  font-size: 1.3rem;
}

#text {
  color: white;
  margin-top: 20px;
  font-size: 1.3rem;
}

#classplus {
  width: 45%;
}
.banner1 img {
  width: 90%;
  margin-top: 5%;
}

#input {
  background: url("./resources/WEBPAGE/BG.jpg");
  background-position: center;
  background-size: cover;
  width: 100%;
}

input {
  width: 75%;
  height: 30px;
  border-radius: 10px;
  margin-top: 10px;
}

.details-input {
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  /* gap: 15px; */
  margin-top: 10%;
}

.class-type {
  width: 60%;
  text-align: center;

}

.class-type select {
  width: 60%;
  height: 30px;
  font-size: 1rem;
}

.color-div {
  width: 100%;
  text-align: center;
}
#color {
  margin-top: 10%;
  width: 40%;
  height: 30px;
  font-size: large;
}
/* .details-input input {
  gap: 100px;
} */
.cta {
  text-align: center;
  margin-top: 20%;
}

.cta img {
  width: 90%;
}

.details3 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;

}

#posterDisplay {
  flex-direction: column;
  justify-items: center;
  align-items: center;
  background-image: url("./resources/WEBPAGE/BG.jpg");
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
}

.ctas-2 {
  /* display: flex; */
  width: 100%;
  flex-direction: row;
  justify-items: center;
  align-items: center;
  text-align: center;
  margin-top: 20%;
}

.ctas-2 img {
  width: 20%;
}
.coaching-name {
  width: 90%;
  max-height: 97px;
  background-color: black;
  align-self: flex-start;
  margin-left: 3%;
  margin-top: 2%;

 
}

#coachingName {
  font-family: "Poppins", sans-serif;
  /* width: 85%; */
  max-height: 65px;
  overflow: hidden;
  color: white !important;
  margin-top: 1%;
  margin-bottom: 1%;
  font-size: 1.4rem;
  text-align: left;
  padding-left: 2%;
  text-transform: uppercase;

  
}


.class  {
  font-family: "Poppins", sans-serif;
  color: white;
  margin-top: 5%;
  padding-right: 10px;
  padding-left: 10px;
}

.topic {

  font-family: "Poppins", sans-serif;
  max-height: 65px;
  color: #494949;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 90%;
}

#topic-display{
  text-transform: uppercase;
  font-size: 1.7rem;
  margin-top: 1%;
  margin-bottom: 1%;
  max-height: 45px;
  overflow: hidden;
  width: 100%;
}

.topic p {
  font-family: "Poppins", sans-serif;
  color: #494949;
  margin-top: 0px;
  text-transform: uppercase;
  max-height: 55px;
  overflow: hidden;
  width: 99%;
}

#date-time {
  margin-top: 1px;
  margin-bottom: 3px;
  text-align: left;
  font-size: 0.8rem;
  color: white;
  font-weight: lighter;
  width: 30%;
  border-left: 1px solid white;
  padding-left: 2%;
}

#attend {
  margin-bottom: 1px;
  margin-top: 3px;
  font-size: 0.5rem;
  font-weight: lighter;
}


#poweredBy{

  width: 50%;
  position: absolute;
  bottom: 0;
  right: 5px;
}
