@import url("https://fonts.googleapis.com/css2?family=Saira:ital,wght@0,100..900;1,100..900&display=swap");

html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Saira", sans-serif;
}

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

body {
  background: black;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.image-container {
  padding-top: 70px;
  position: relative;
  width: 100%;
  height: 50%;
  mask-image: linear-gradient(to bottom, black 25%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, black 25%, transparent 100%);
}

.first-section {
  color: #fff;
  padding: 1rem;
  width: 95%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.first-section h1 {
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 2.2rem;
  text-align: left;
  width: 100%;
}

.first-section p {
  font-size: 1.2rem;
  font-weight: 300;
  text-align: justify;
}

.first-section h3 {
  font-size: 1.3rem;
  font-weight: 400;
  margin-top: 1rem;
}

.first-section ul {
  margin-top: 0.5rem;
  width: 90%;
  font-size: 1.2rem;
  font-weight: 300;
}

.cot-section {
  color: #fff;
  padding: 1rem;
  width: 95%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cot-section p {
  font-size: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form-cont {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form-cont label {
  font-size: 1.2rem;
  width: 100%;
  margin-top: 1rem;
}

.form-cont input {
  outline: none;
  font-size: 1.1rem;
  width: 100%;
  padding: 0.2rem 0.4rem;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  border-radius: 5px;
}

.form-cont textarea {
  outline: none;
  font-size: 1.1rem;
  width: 100%;
  padding: 0.2rem 0.4rem;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  border-radius: 5px;
}

.form-cont button {
  margin-top: 1rem;
  border: none;
  font-size: 1.2rem;
  width: 100%;
  padding: 0.2rem 0.4rem;
  background-color: black;
  color: #fff;
  border: 1px solid #fff;
}

.nav_container {
  z-index: 3000;
}

.footer {
  width: 100%;
}
