@import url("https://fonts.googleapis.com/css2?family=Iceberg&display=swap");

body {
  font-family: "Iceberg", serif;
  font-weight: 400;
  font-style: normal;
}

* {
  padding: 0;
  margin: 0;
}

.icon {
  text-decoration: none;
  color: #000000;
  font-size: 20px;
  
}

.icon:hover {
  color: rgb(190, 165, 21);
  font-size: 60px;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

.nav-items {
  list-style-type: none;
  display: flex;
  gap: 60px;
  margin: 20px;
  font-size: 20px;
  text-decoration: none;
 
}

.navbar {
  display: flex;
  /* font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; */
  align-items: center;
  justify-content: space-around;
  font-size: 15px;
  /* background-color: rgb(206, 206, 231); */
}

.header-bg {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)),
    url(./image/photo10.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 100vh;
  /* margin: 50px; */
  padding: 30px;
}

.header-text {
  text-align: center;
  align-items: center;
  /* font-family: sans-serif; */
  color: rgb(2, 0, 3);
  /* color: rgb(213, 221, 220); */
  display: flex;
  justify-content: center;
  height: 90vh;
  flex-direction: column;
  font-size: 60px;
}

.header-text h1 {
  font-weight: 1000;
}

button {
  padding: 10px;
  border-radius: 20px;
  border: none;
  background-color: rgb(200, 197, 226);
}

.forms {
  background: rgb(2, 0, 36);
  background: linear-gradient(
    90deg,
    rgba(2, 0, 36, 1) 0%,
    rgba(95, 107, 96, 1) 53%
  );
  display: flex;
  justify-content: center;
  height: 20vh;
  align-items: center;
  gap: 3.5rem;
}

.input-field {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

input,
select {
  padding: 10px;
}

label {
  text-transform: uppercase;
}

.t1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 100px;
}
.t1 h1 {
  font-size: 70px;
  text-align: center;
}

.grid-items {
  display: flex;
  justify-content: center;
  margin: 50px;
  gap: 30px;
}

.bg1 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)),
    url(./image/photo\ 11.jpg);
  height: 60vh;
  width: 20vw;
  background-position: center;
  text-align: center;
  align-items: center;
  /* font-family: sans-serif; */
  color: rgb(2, 0, 3);
  display: flex;
  justify-content: center;
  height: 80vh;
  flex-direction: column;
  font-size: 30px;
}

.bg2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)),
    url(./image/photo\ 12.jpg);
  height: 60vh;
  width: 20vw;
  background-position: center;
  text-align: center;
  align-items: center;
  /* font-family: sans-serif; */
  color: rgb(2, 0, 3);
  display: flex;
  justify-content: center;
  height: 80vh;
  flex-direction: column;
  font-size: 30px;
}

.bg3 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)),
    url(./image/photo\ 13.jpg);
  height: 60vh;
  width: 20vw;
  background-position: center;
  text-align: center;
  align-items: center;
  /* font-family: sans-serif; */
  color: rgb(2, 0, 3);
  display: flex;
  justify-content: center;
  height: 80vh;
  flex-direction: column;
  font-size: 30px;
}

.bg1 h1 {
  font-weight: 1000;
  color: rgb(190, 165, 21);
  margin: 50px;
}

.bg2 h1 {
  font-weight: 1000;
  color: rgb(190, 165, 21);
  margin: 50px;
}

.bg3 h1 {
  font-weight: 1000;
  color: rgb(190, 165, 21);
  margin: 50px;
}

.middle {
  background-color: rgb(103, 107, 109);
  height: 90vh;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-content: center;
  align-items: center;
}

.second-middle {
  background-color: rgb(117, 160, 145);
  height: 55vh;
  width: 80%;
}

.third-middle h1 {
  display: flex;
  padding-top: 5%;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.third-middle h3 {
  display: flex;
  padding-top: 5%;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.click {
  display: flex;
  padding-top: 5%;
  justify-content: center;
  align-items: center;
  text-align: center;
}

footer {
  display: flex;
  flex-direction: column;
  justify-items: center;
  text-align: center;
  padding: 30px;
}
a {
  text-decoration: none;
  color: black;
}
