*{
    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);
  opacity: 0.95;
  height: 35vw;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.main h1 {
  font-size: 4vw;
  font-weight: 600;
  color: #fff;
  display: flex;
  text-align: center;
  justify-content: center;
}

  /* About secion  */
   .about-section {
    background-color: #e6e4e4;
    height: 24vw;
    }
    .about-content {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 2vw;
        gap: 2vw;
    }
    .about-content img {
        height: 20vw;
        width: 30vw;
        }
        .about-content p {
            width:50vw;
            font-size: 1.25vw;
         }
         .about-relation {
            margin-top:2vw;
            border-top: 0.05vw solid black;
            }
           .about-relation h2 {
            margin-top: 1vw;
            display: flex;
            justify-content: center;
              }
              .about-main {
                display: flex;
                justify-content: center;
                gap:2vw;
                 }

         .about-logo {
            margin-top: 2vw;
            }
         .about-logo img {
            height: 10vw;
            width: 10vw;
         } 



/* 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;
}       
             