*{
    margin: 0;
    padding:0;
   
}
.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;
 }

.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: 0.5vw;
  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);
    height:40vw;
   background-repeat:no-repeat;
    background-size: cover;
   display: flex;
   flex-direction: column;
   justify-content: center;
    align-items: center;
   flex-wrap: wrap;
}
.main .main-sec{
  font-size: 4vw;
}
.main p {
    font-size:4.5vw;
    font-weight: 600;
    /* width: 150vh; */
    color: #fff;
    display: flex;
    text-align: center;
   justify-content: center;
  
   }
   .main .main-address {
    font-size: 1.5vw;
   }
   .main a {
   color: #fff;
    font-size:2vw;
   }
  
  
/* about us */
   .about-sec {
    /* height: 75vh; */
    background-color: #31a1afd7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2vw;
   }
  
   .about-sec h1 {
    display: flex;
    justify-content: center;
    padding-top:2vw;
    font-size: 3vw;
    text-decoration: underline;
    flex-wrap:wrap;
   }
   .content {
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
    /* padding-top: 5vh; */
    gap: 5vh;
   }
   .content p {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 1.25vw;
    width: 40vw;
    
   }
  .content img {
    height: 25vw;
    width: 35vw;
    border-radius:2vw;
  }

/* gallery */
  .gallery {
    background-color: #31a1afd7;
    /* height: 20vw; */
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 2vw;
    }

    .gallery h1 {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      padding-top: 2vw;
      font-size: 3vw;
      text-decoration: underline;
    }
    .gallery-image {
      height:22vw;
      display: flex;
      justify-content: center;
      gap: 2vw;
      }
    .gallery-image img {
      height:20vw;
      width:25vw;
     }
    
  /* main content */
  .main-content {
    height: 25vw;
    background-color:#fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1vw;
   }
 .main-content h1 {
    font-size:3vw;
    text-decoration: underline;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 1vw;
  }
  .main-text {
    display: flex;
    flex-direction: column;
     flex-wrap: wrap;
     padding-left:10vw;
  /* padding-top: 5vh; */
   }

  .main-text p {
   line-height:3vw;
   font-size: 1.22vw;
   }
  
   /* contact page */
  
   .contact-page {
    /* height: 75vh; */
    background-color:#167683;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
   }
   .contact-info {
    background-color: rgba(77, 83, 85, 0.836);
    width:30vw;
    height:30vw;
    line-height:2vw;
    color: white;
    margin-top:2vw;
    /* padding-left:10vh; */
   
   }
   .contact-logo{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
   }
   
   .contact-logo h1 {
    display: flex;
    align-items: center;
    padding-top: 2vw;
    font-size: 2vw;
    justify-content: center;
     }
     .contact-logo p {
      margin-top: 3vw;
      font-size: 1.22vw;
     }
   .contact-logo .first {
   font-size:1vw;
   margin-top: -0.5vw;
   }
   
    .contact-form {
      display: flex;
      flex-wrap: wrap;
      width: 30vw;
      padding: 3vw;
      background: #e7e3e3;
      margin-top: 2vw;
      height: 25vw;
      }
      form {
       line-height: 3vw;
      }
    
    .contact-form h2 {
      font-size: 2vw;
      color: black;
      font-weight: 500;
    }
    
    .contact-form .inputbox {
      position: relative;
      margin-top: 0.5vw;
    }
    
    .contact-form .inputbox input,
    .contact-form .inputbox textarea {
      width: 30vw;
      height: 2vw;
      padding: 0.5vw 0;
      font-size: 0.85vw;
      margin: 1vw 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.22vw;

    }
     /* Member section */
                .members {
                /* height:300vh; */
                /* width: 207vh; */
                background-color: #dddddd;
                display: flex;
                flex-direction: column;
                flex-wrap:wrap;
                gap: 3vw;
                 }
                
               .members h1 {
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
                align-items: center;
                padding-top:2vw;
                text-decoration: underline;
                font-size: 2.5vw;
               }
               table {
                display: flex;
                flex-direction: column;
                align-items: center;
                border-collapse: collapse;
               flex-wrap: wrap;
                }
                 th{
                    border:0.1vw solid black;
                    border-style: solid;
                    border-collapse: collapse;
                    color:rgb(231, 225, 225);
                    background-color:#2b8b97;
                    height:2vw;
                }

                 td{
                    border:0.1vw solid black;
                    border-style: solid;
                    border-collapse: collapse;
                    align-items: center;
                    background-color: rgb(235, 236, 238);
                    height:3vw;
                    width: auto;
                    text-align: center;
                    /* padding: 1vh; */
                    padding-top:1vw;
                    font-size: 1.22vw;
                    }
                    td img {
                      height: 5vw;
                      width:5vw;
                      border-radius: 50%;
                      display: flex;
                      justify-content: center;
                      align-items: center;
                      }
                     
                  
                  /* 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;
                  }
                  ul i{
                    font-size: 1.25vw;
                  }
                  
                  .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;
                  }       
                               