* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body {
    font-family: 'Poppins', sans-serif;
  }
  .logo{
      width: 20%;
      max-height: 100%;
      height: auto;
      margin-right: 3%;
      border-radius: 40%;
  }
.title{
    color: #AAA8A7; 
    font-size: 137%;
}

  nav {
    height: 10vh;
    background: #232429;
    align-items: stretch;
    display: flex;
}
  .logo-div {
    display: flex;
    width: 20%;
    height: 100%;
    align-items: center;
    margin-left: 5%;
  }
  .landing button{
      transition-duration: 0.4s;
  }
  .landing button:hover{
    background-color: #0088A9;
    color: white;
  }   

  .nav-links {
    display: flex;
    list-style: none;
    width: 50%;
    height: 100%;
    justify-content: space-around;
    align-items: center;
    margin-left: 30%;
  }
  
  .nav-links li a {
    color: white;
    text-decoration: none;
    font-size: 16px;
  }
  .nav-links :hover a{
    color: #0088A9;
  }
  .nav-links :hover .submenu a {
    color: white;
  }
  .nav-links li:hover .arrow{
    opacity: 0;
}
.nav-links :hover .submenu-2 a {
  color: white;
}
.arrow{
  color: #edf0f1;
  font-size: 14px;
}
  .landing a {
    color: white;
    text-decoration: none;
    font-size: 18px;
  }
  .landing button {
    background-color: white;
    border: 2px solid #0088A9; 
    border-radius: 4px;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 5% 2%;
    transition-duration: 0.4s;
    cursor: pointer;
  }
  .landing button a{
    color: #232429;
  }
  .landing {
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .landing div{
      width: 30%;
      margin: 2%;
      text-align: center;
  }
  .landing h1 {
      margin: 3%;
    font-size: 30px;
    color: #0088A9;
  }
  .landing p{
      font-size: 18px;
  }

  @media screen and (max-width: 768px) {
    .title{
      color: #AAA8A7; 
      font-size: 100%;
  }
  
    nav {
      height: 10vh;
      background: #232429;
      align-items: stretch;
      display: flex;
  }
    .logo-div {
      display: flex;
      width: 20%;
      height: 100%;
      align-items: center;
      margin-left: 5%;
    }
    .landing button{
        transition-duration: 0.4s;
    }
    .landing button:hover{
      background-color: #0088A9;
      color: white;
    }   
  
    .line {
      width: 30px;
      height: 3px;
      background: white;
      margin: 5px;
    }
    .logo{
        width: 50%;
        max-height: 100%;
        height: auto;
        border-radius: 40%;
        margin-right: 10%;
    }
    .landing {
        height: 100%;
        justify-content: center;
        align-items: center;
      }
      .landing div{
        width: 80%;
        margin: 10% 10% 15% 10%;
        text-align: left;
        background-color: #E9E8E8;
      padding: 20px;
      border-radius: 15%;
    }
    .landing div:first-child{
        margin-top: 20%;
    }
      .landing h1 {
        margin: 3%;
      font-size: 20px;
      color: #0088A9;
    }
    .landing p{
        font-size: 10px;
    }
    nav {
      position: relative;
    }
  
    .hamburger {
      position: absolute;
      cursor: pointer;
      right: 5%;
      top: 50%;
      transform: translate(-5%, -50%);
      z-index: 2;
    }
  
    .nav-links {
      position: fixed;
      background: #232429;
      height: 100vh;
      width: 100%;
      flex-direction: column;
      clip-path: circle(100px at 90% -10%);
      -webkit-clip-path: circle(100px at 90% -10%);
      transition: all 1s ease-out;
      pointer-events: none;
    }
    .nav-links.open {
      clip-path: circle(1000px at 90% -10%);
      -webkit-clip-path: circle(1000px at 90% -10%);
      pointer-events: all;
    }
    .landing {
      flex-direction: column;
    }
    .nav-links li {
      opacity: 0;
      margin-right: 35%;
    }
    .nav-links li a {
      font-size: 15px;
    }
    .nav-links li:nth-child(1) {
      transition: all 0.5s ease 0.2s;
    }
    .nav-links li:nth-child(2) {
      transition: all 0.5s ease 0.4s;
    }
    .nav-links li:nth-child(3) {
      transition: all 0.5s ease 0.6s;
    }
    li.fade {
      opacity: 1;
    }
  }
.seemore{
  opacity: 0;
  pointer-events: none;
}
  /* dropdown */
  .nav__links{
    margin-top: 5px;
    margin-bottom: 0px;  }
    ul .submenu li{
      padding-left: 15px;
      padding-top: 2px;
      padding-bottom: 10px;
      }
    .submenu{
      position: absolute;
      color: #edf0f1;
      background-color: #232429;
      list-style: none;
      width: 140px;
      height: 220px;
      padding-left: 0px;
      padding-top: -4.4px;
      opacity: 0;
      pointer-events: none;
      border-radius: 7px;
    }
    
    ul .submenu :first-child{
      padding-top: 20%;
    }
    
    .nav-links li:hover .submenu{
      opacity: 1;
      transition: all 0.7s ease 0s;
      pointer-events: all;
    
    }
    ul .submenu-2 li{
      padding-left: 15px;
      padding-top: 10%;
      padding-bottom: 10px;
    }
     .submenu-2{
      position: absolute;
      color: #edf0f1;
      background-color: #232429;
      list-style: none;
      width: 140px;
      height: 158px;
      padding-left: 0px;
      padding-top: -4.4px;
      opacity: 0;
      pointer-events: none;
      border-radius: 7px;
    }
    ul .submenu-2 a:hover{
      color: white;
    }
    
    ul .submenu-2 :first-child{
      padding-top: 20%;
    }
    
    .nav-links li:hover .submenu-2{
      opacity: 1;
      transition: all 0.7s ease 0s;
      pointer-events: all;
    
    }
    
    
    .nav-links li:hover .arrow{
      opacity: 0;
    
    }
@media screen and (max-width: 1000px) {
  .submenu{
    display: none;
  }
  .submenu-2{
    display: none;
  }
  .arrow{
    display: none;
  }
}
@media screen and (max-width: 769px) {
  .landing button {
    display: none;
  }
  .landing h1{
    font-size: 27px;
  }
  .landing p{
    font-size: 17px;
  }
  .seemore{
    opacity: 1;
    pointer-events: all;
  }
  .seemore a {
    color: #0087a9d0;
  }
}

/* social icons */
.s-m{
  margin: 310px auto;
  justify-content: space-around;
  display: grid;
  max-width: 100px;
  position: relative;
}
.s-m a{
  text-decoration: none;
  font-size: 28px;
  color: #f1f1f1;
  width: 60px;
  height: 60px;
  text-align: center;
  transition: 0.4s all;
  line-height: 58px;
  cursor: pointer;
  background: #232429;
  border-radius: 50%;
}
.s-m a:hover{
  transform: scale(1.2);
}
@media screen and (min-width: 900px){
  .text-center {
    text-align: center;
    color: white;
  }
  footer{
    background-color: #232429;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    left: 0;
    bottom: 0;
    
  }
  footer a{
    text-decoration: none;
    color: #066c86d4;
  }
}
@media screen and (max-width: 1250px) {
  .s-m{
    display: none;
  }

}


  