body {
  margin: 0;
  padding: 0;
}

.container1 {
  background-image: url(./resources/page1/bg.jpg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#container2 {
  display: flex;
  background-image: url(./resources/page1/bg.jpg);
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

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

.details input {
  width: 60%;
  height: 30px;
  border-radius: 5px;
  border: none;
}

.dateTimeDiv {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 66%;
  gap: 5px;
  margin-top: 5%;
  margin-bottom: 5%;
}
.date,
.time {
  width: 50%;
  text-align: center;
}

.date input,
.time input {
  width: 80%;
  border-radius: 5px;
  border: none;
  margin-top: 5%;
}

#inputText {
  margin-top: 5%;
  margin-bottom: 2%;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

select {
  width: 60%;
  height: 30px;
  border-radius: 5px;
  border: none;
}

.appName {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 80%;

  padding-left: 5px;
}

.detailsDisplay {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.appNameLogo {
  display: flex;
  flex-direction: row;

  justify-content: start;
  width: 100%;
}

#appNameDisplay {
  width: 85%;
  text-align: left;
  max-height: 60px;
  overflow: hidden;
  color: rgb(255, 239, 79);
  font-family: "Oswald", sans-serif;
  font-size: 1.4rem;
  font-weight: bolder;

  text-transform: capitalize;
}

#lockdownHeader {
  font-family: "Lora", serif;
  color: white;
  font-weight: 700;
  margin-top: 5%;
  border-bottom: 1px solid white;
  text-align: left;
  padding-bottom: 8px;
  display: none;
}

#apneConcepts {
  font-family: "Oswald", sans-serif;
  padding-top: 5px;
  text-align: left;
  font-weight: 700;
  color: rgb(255, 239, 79);
  padding-left: 5px;
  width: 90%;
  align-self: start;
}

#onlineTestHead {
  font-weight: 600;
  color: white;
  font-family: "Lora", serif;
  text-align: left;
}

#topicDisplay {
  color: rgb(255, 239, 79);
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  margin-top: 3%;
  font-size: 0.8rem;
  max-height: 20px;
  overflow: hidden;
  text-transform: capitalize;
}

#uploadImage-appLogo {
  border-radius: 30px;
}

.educator-div {
  border: 0.5px solid #f2bd44;
  margin-top: 3%;
  padding: 5px;
  border-radius: 65px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

#uploadImage-educator {
  border-radius: 65px;
  margin-left: 5%;
}

#vector {
  display: none;
  width: 35%;
}

.subjectTutorPhoto {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;

  width: 120%;
  padding-left: 5px;
}

.subjectTopic {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 55%;
  /* padding-left: 6%; */
}

.bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 5px;
  gap: 15px;
}

#calenderImage {
  width: 25%;
}

.dateTimeDisplay {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

.dateDisplayDiv {
  width: 33%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 3px;
}

#dateDisplay {
  color: white;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  font-size: 0.7rem;
  text-align: left;
}

#timeDisplay {
  color: white;
  font-weight: 700;
  font-size: 0.7rem;
  font-family: "Montserrat", sans-serif;
  text-align: left;
  color: rgb(255, 239, 79);
}

#hashtagGoogle {
  width: 33%;
}

#subjectDisplay {
  font-size: 0.8rem;
  color: rgb(255, 239, 79);
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 2%;
  max-height: 20px;
}

#contactImage {
  width: 20%;
}

#contactUs {
  color: white;
  font-size: 0.7rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.download {
  text-align: center;

  margin-top: 10%;
  margin-bottom: 75%;
}
