body {
  background-color: black;
  color: white;
  margin: 0;
  justify-content: center;
  align-items: center;
  /* font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    min-height: 100vh; */
}

header {
  background-color: rgb(85, 85, 85);
  padding: 5px;
  text-align: center;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: fixed;
}
.header img {
  margin-left: 10px;
}
.homehdr {
  margin-right: 47rem;
  font-size: 1.7rem;
}
nav {
  display: flex;
  justify-content: flex-end;
  padding: 10px;
}

nav a {
  color: white;
  text-decoration: none;
  margin-left: 8px;
}

.navBar a {
  margin: 10px;
  font-size: 13px;
}
.navBar {
  margin-right: 60px;
}

section {
  flex: 1;
  /* Add more styles for your section if needed */
  padding: 200px;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.solfst h2 {
  font-size: 45px;
  text-align: center;
  margin-bottom: 5rem;
}

.solsec h3 {
  font-size: 45px;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.solthird h4 {
  font-size: 45px;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.instone h5 {
  font-size: 45px;
  margin-top: 10rem;
  margin-bottom: 5rem;
}
.instone p {
  display: flex;
  text-align: justify;
  margin-bottom: 10rem;
}
.solfourth
{
  font-size: 45px;
  margin-bottom: 10rem;
}
.solfifth{
  font-size: 45px;
  margin-bottom: 10rem;
}
.solsix 
 {
  font-size: 40px;
  margin-bottom: 10rem;
}

.solsix img{
  margin-top: 4rem;
}
.insttwo {

}
.insttwo div{
  display: flex;
  justify-content: space-between;
}
footer {
  display: flex;
  justify-content: space-between;
  background-color: rgb(85, 85, 85);
  width: 100%;
  /* padding: 5px; */
  /* height: 280px ; */
}

.foterLog {
  padding: 0 4rem;
}

.foterLog p {
  font-size: 26px;
}
.address p {
  font-size: 15px;
}

form {
  /* background-color: #fff; */
  padding: 20px;
  border-radius: 8px;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}

label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
}

input,
textarea {
  width: 100%;
  padding: 8px;
  margin-bottom: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type="submit"] {
  background-color: #4caf50;
  color: #fff;
  cursor: pointer;
}

input[type="submit"]:hover {
  background-color: #45a049;
}
/* Media Query for Smaller Screens */
@media (max-width: 768px) {
  .homehdr {
    margin-left: 2rem;
    font-size: 1.2rem;
  }
  .navBar {
    margin-right: 10px;
  }
}
/* Mobile-first styles */
body {
  font-size: 16px;
}

/* Media query for tablets */
@media screen and (min-width: 600px) {
  body {
    font-size: 18px;
  }
}

/* Media query for small desktops */
@media screen and (min-width: 768px) {
  body {
    font-size: 20px;
  }
}

/* Media query for larger desktops */
@media screen and (min-width: 1024px) {
  body {
    font-size: 22px;
  }
}
