* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  }

.nav {
  background-color: #167683;
  height: 3vw;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
  font-size: 1vw;
  color: #fff;
  gap: 5vw;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.5vw;
}

.logo-sec {
  display: flex;
  align-items: center;
}

/* navbar */
.navbar {
  background-color: white;
  /* height:7vw; */
  /* width: 100%; */
}

.nav-content {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.nav-content a:hover {
  text-decoration: underline;
  font-weight: 600;
}

.logo-cont-first {
  font-size: 2vw;
  font-weight: 600;
}

.logo-cont-sec {
  font-size: 1.22vw;
}

.logo-sec img {
  height: 6vw;
  width: 6vw;
  border-radius: 50%;
}

.logo-sec i {
  font-size: 3vh;
}

.link {
  color: inherit;
  font-size: 1.5vw;
}

.logo-next {
  display: flex;
  align-items: center;
  gap: 2vw;
  color: #fff;
}

button {
  height: 4.5vw;
  width: 10.5vw;
  font-size: 1vw;
  border-radius: 1vw;
  border: 0.05vw solid black;
  background-color: #167683;
  color: #fff;
}

button:hover {
  background-color: #BD2A2E;
  color: #fff;
}

/* hero section */
.main {
  background-image: url(./img/mountain-477832.jpg);
  opacity: 0.95;
  height: 35vw;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main h1 {
  font-size: 4vw;
  font-weight: 600;
  color: #fff;
  display: flex;
  text-align: center;
  justify-content: center;
}

/* contact page */
.contact-page {
  background: #278a97d3;
  align-items: center;
  padding-top: 2vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1vw;
}

.contact-page h1 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 2.5vw;

}

.contact-cont {
  display: flex;
  align-items: center;
  flex-wrap: wrap;

}

.contact-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  text-wrap: wrap;

}

.contact-cont p,
a {
  font-size: 1.5vw;
}

.contact-cont i {
  font-size: 1.5vw;

}

.contact-form {
  display: flex;
  flex-wrap: wrap;
  width: 30vw;
  padding: 3vw;
  background: #e7e3e3;

}

.contact-form h1 {
  font-size: 1.5vw;
  color: #333;
  font-weight: 600;
}

.contact-form .inputbox {
  position: relative;
  /* width: 60vh; */
  margin-top: 0.5vw;
}

.contact-form .inputbox input,
.contact-form .inputbox textarea {
  width: 25vw;
  padding: 0.5vw 0;
  font-size: 0.85vw;
  margin: 0.5vw 0;
  border: none;
  border-bottom: 0.05vw solid #333;
  outline: none;
}

.contact-form .inputbox span {
  position: absolute;
  left: 0;
  padding: 0.5vw 0;
  font-size: 1vw;
  margin: 0.5vw 0;
  pointer-events: none;
  transition: 0.5s;
  color: #666;
}

.contact-form .inputbox input:focus~span,
.contact-form .inputbox input:valid~span,
.contact-form .inputbox textarea:focus~span,
.contact-form .inputbox textarea:valid~span {
  color: #e91e63;
  font-size: 1vw;
  transform: translateY(-20px);
}

.contact-form .inputbox input[type="submit"] {
  width:100%;
  background: #167683;
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 0.5vw;
  font-size: 1.5vw;
}

.map {
  display: flex;
  flex-wrap: wrap;
  
}

/* footer */

.footer {
  margin-top: 1vw;
}

.foot-panel1 {
  background-color: #167683;
  color: white;
  height: 3vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1vw;
}

.foot-panel2 {
  background-color: #222f3d;
  color: white;
  height: 20vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding-top: 2vw;
}

ul {
  margin-top: 1vw;
}

ul p {
  font-size: 1.22vw;
}

ul a {
  display: block;
  font-size: 1vw;
  margin-top: 1.5vw;
  color: #dddddd;
}

.about-foot {
  font-size: 1vw;
  width: 20vw;
  padding-top: 1vw;
  padding-left: 5vw;
}

a.design {
  font-size: 1.15vw;
  padding-left: 5vw;
  line-height: 2.5vw;
}


.foot-panel4 {
  background-color: #324558;
  color: white;
  height: 5vw;
  font-size: 1vw;
  text-align: center;
  border-top: 0.05vw solid white;
}

.pages {
  padding-top: 1vw;
 }

 .pages a{
  font-size: 1vw;
 }

.copyright {
  padding-top: 0.5vw;
}