@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
}
.wrapper{
  background: #46a7d4;
  position: fixed;
  width: 100%;
  z-index: 9;
}
.wrapper nav{
  position: relative;
  display: flex;
  max-width: calc(100% - 200px);
  margin: 0 auto;
  height: 70px;
  align-items: center;
  justify-content: space-between;
  z-index: 9;
}
#show-menu{
  display:none;
}
#show-about,#show-pm,#show-about,#show-partner,#show-partner,#show-Careere,#show-prolicies,#show-project,#show-services,#show-feature{
  display: none;
}
nav .content{
  display: flex;
  align-items: center;
  justify-content: center;
}
nav .content .links{
  margin-left: 30px;
  display: flex;
}
.content .logo img{
    width:100px;
    height: 70px;
}
.fa-angle-down{
    margin-left: 5px;
    display: block;
}
.content .links li{
  list-style: none;
  line-height: 50px;
}
.content .links li a,
.content .links li label{
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 15px 5px;
  margin-left: 7px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.content .links li label{
  display: none;
}
.content .links li a:hover,
.content .links li label:hover{
  background: #4d88f6;
}
.wrapper .search-icon,
.wrapper .menu-icon{
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  line-height: 70px;
  width: 70px;

  text-align: center;
}
.wrapper .menu-icon{
  display: none;
}
.content .links ul{
  position: absolute;
  background: #4d88f6;
  top: 80px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.content .links li:hover > ul{
  top: 70px;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}
.content .links ul li a{
  display: block;
  width: 100%;
  line-height: 30px;
  border-radius: 0px
}
.content .links ul ul{
  position: absolute;
  top: 0;
  right: calc(-100% + 8px);
}
.content .links ul li{
  position: relative;
}
.content .links ul li:hover ul{
  top: 0;
}
@media screen and (max-width: 1024px){
    .wrapper .menu-icon{
        display: block;
        position: fixed;
        right: 0px;
      }
      .wrapper #show-menu:checked ~ .menu-icon i::before{
        content: "\f00d";
      }
      #show-menu{
        display:none;
      }
      .logo{
        position: fixed;
        left: 0;
      }
      nav .content .links{
        display: block;
        position: fixed;
        background: #14181f;
        height: 200vw;
        width: 100%;
        top: 70px;
        left: -100%;
        margin-left: 0;
        max-width: 350px;
        overflow-y: auto;
        padding-bottom: 100px;
        transition: all 0.3s ease;
      }
      nav #show-menu:checked ~ .content .links{
        left: 0%;
      }
      .content .links li{
        margin: 15px 20px;
      }
      .content .links li a,
      .content .links li label{
        line-height: 40px;
        font-size: 20px;
        display: block;
        padding: 8px 18px;
        cursor: pointer;
      }
      .content .links li a.desktop-link{
        display: none;
      }
      .content .links ul,
      .content .links ul ul{
        position: static;
        opacity: 1;
        visibility: visible;
        background: none;
        max-height: 0px;
        overflow: hidden;
      }
      #show-about,#show-pm,#show-about,#show-partner,#show-partner,#show-Careere,#show-prolicies,#show-project,#show-services,#show-feature{
        display: none;
      }
      .content .links #show-pm:checked ~ ul,
      .content .links #show-about:checked ~ ul,
      .content .links #show-partner:checked ~ ul,
      .content .links #show-Careere:checked ~ ul,
      .content .links #show-prolicies:checked ~ ul,
      .content .links #show-project:checked ~ ul,
      .content .links #show-services:checked ~ ul,
      .content .links #show-features:checked ~ ul{
        max-height: 100vh;
      }
      .content .links ul li{
        margin: 7px 20px;
      }
      .content .links ul li a{
        font-size: 18px;
        line-height: 30px;
        border-radius: 5px;
      }
}
.pagebandhan{
    width:100%;
    height: 100vh;
    background-color: aqua;
}
footer{
    width: 100%;
    height:70vh;
    background-color: #716d6d;
    color:#fff;
    position: relative;
    display:flex;
    align-items: center;
    justify-content: space-between;
  }
  footer .aboutUs, .link{
    width: 45%;
    height: 100%;
    margin: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer .aboutUs h2, .link h2{
    width:200px;
    height: 50px;
    font-size: 30px;
    background-color: #46a7d4;
    box-shadow: 5px #5a616c;
  }
  footer .link .lbox .ltext{
    display:flex;
    gap:10px;
  }
  footer .link .lbox{
    display:flex;
    gap:10px;
    flex-direction: column;
  }
  footer .aboutUs .socilm{
    display: flex;
    gap:10px;
  } 
  .fa{
    font-size: 30px;
  }
  footer .link .lbox .ltext .circle{
     width:30px;
     height: 30px;
     border-radius: 50%;
     text-align: center;
     background-color: #4d88f6;
  }
  footer .link .lbox .ltext a{
    color:#fff;
  }
  @media (max-width:768px) {
    footer{
      width: 100%;
      height:auto;
      flex-direction: column;
      justify-content: center;
    }
    footer .aboutUs, .link{
      width: 80%;
      height: 60%;
      margin: 10px;
      text-align: center;
    }
    footer .link{
      display:flex;
      flex-direction: column;
      align-items: center;
      justify-self: center;
    }
  }
  @media (max-width:430px){
    footer{
      width: 100%;
      height:auto;
      flex-direction: column;
      justify-content: center;
    }
    footer .aboutUs, .link{
      width: 80%;
      height: 70%;
      margin: 10px;
      text-align: center;
    }
  }
  @media (max-width:1024px){
    footer{
      width: 100%;
      height:auto;
      flex-direction: column;
      justify-content: center;
    }
  }