@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;
}
.socialmedia{
  position: fixed;
  bottom:200px;
  left:0px;
  display:flex;
  flex-direction: column;
  z-index: 9;
}
.socialmedia fa-envelope{
  width:50px;
}
.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;
}
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;
      }
}
.page1{
  width: 100%;
  height: 330vh;
}
.page1 .img{
  width: 100%;
  height: 60vh;
  display: flex;
  justify-content: space-between;
}
.page1 .frame{
  width:60vw;
  height: 45vh;
  position:relative;
  left:0px;
  top:70px;
  background-image: url("https://img.freepik.com/free-psd/marketing-landing-page-template-with-photo_23-2148925949.jpg?t=st=1729609646~exp=1729613246~hmac=b094256774f3338658b581fd7d6e706e3f9babeef8a621176f4ec0bf64d41d06&w=900");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 1;
  animation:slide 9s infinite linear;
  animation-delay: 3s;
}
.page1 .normalimg{
  width:40vw;
  height: 45vh;
  position:relative;
  top:70px;
  z-index: 1;
}
.page1 .normalimg img{
  width:100%;
  height: 100%;
}
#h2{
  color: #304dee;
  font-size: 30px;
}
.page1 .infor{
  width:100%;
  height: 60vh;
  background-color: aqua;
  display:flex;
  align-items: center;
  justify-content: space-between;
}
.page1 .infor .itext{
  width:60%;
  padding: 10px;
  height: 70%;
  background-color: #fff;
}
.page1 .infor .itext h2{
  font-size: 30px;
  color:#304dee;
}
.page1 .infor .itext a{
  font-size: 16px;
  color: #304dee;
}
.page1 .infor .iimg{
  width:33vw;
  height: 50vh;
  padding: 10px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page1 .infor .iimg img{
  width:95%;
  height: 95%;
}
.empolyee{
  width: 100%;
  height: 70vh; 
}
.empolyee h2{
  width:100%;
  height: auto;
  text-align: center;
}
.empolyee .empo{
  width:100%;
  height: 90%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.empolyee .empo .eintro{
  width:25vw;
  height: 55vh;
  border: 1px solid #7fffd4;
  box-shadow: 0px 12px 0px #304dee;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.empolyee .empo .eintro .eimg {
  width:100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid rgb(148, 143, 143);
}
.empolyee .empo .eintro .etext{
  width:90%;
  height: 50%;
}
.empolyee .empo .eintro .etext h2{
  font-size: 25px;
}
.empolyee .empo .eintro .etext p{
  font-size: 16px;
}
.empolyee .empo .eintro button{
  width:120px;
  height:40px;
  font-size: 16px;
  border-radius: 50px;
  background-color: #00ade3;
  color:#fff;
  padding: 5px;
}
.testimonial{
  padding: 100px 0;
  background-color: rgb(10, 248, 161);
}
.container{
  max-width: 1000px;
  margin: auto;
  padding:0 15px
}
.section-header{
  text-align: center;
  margin-bottom: 50px;
}
.section-header .title{
  font-size: 35px;
  font-weight: 600;
  text-transform: capitalize;
  color:#304dee;
  line-height: 1.1em;
}
.testimonial-items{
  background-color: #fff;
  padding: 30px;
  border-radius: 30px;
}
.testimonial-items .info{
  display:flex;
  align-items: center;
}
.testimonial-items img{
  max-width: 100px;
  height: 50px;
}
.testimonial-items .name{
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 600;
  color:#5a616c
}
.testimonial-items .job{
  text-transform: uppercase;
  color:#5a616c;
}
.testimonial-items p{
  color:#5a616c
}
.testimonial-items .rating{
  margin-top: 14px;
  font-size: 16px;
}
.testimonial-items .fa-solid{
  color: #ffdb0d;
}
.testimonial .swiper-pagination{
  position: relative;
  left:40px;
  bottom: auto;
}
marquee img{
  width:200px;
  height: 200px;
  margin-top: 10px;
}
@keyframes slide{
  0%{
    background-image: url("https://img.freepik.com/free-psd/marketing-landing-page-template-with-photo_23-2148925949.jpg?t=st=1729609646~exp=1729613246~hmac=b094256774f3338658b581fd7d6e706e3f9babeef8a621176f4ec0bf64d41d06&w=900");
  }
  25%{
    background-image: url("https://img.freepik.com/free-psd/marketing-banner-template-with-photo_23-2148925963.jpg?t=st=1729614620~exp=1729618220~hmac=aa948760ee70913850bdbf76ee52d15da934b67a3272e0bd01521382ec212701&w=900");
  }
  50%{
    background-image: url("https://img.freepik.com/free-psd/marketing-landing-page-template-with-photo_23-2148925949.jpg?t=st=1729609646~exp=1729613246~hmac=b094256774f3338658b581fd7d6e706e3f9babeef8a621176f4ec0bf64d41d06&w=900");
  }
  75%{
    background-image:url("https://img.freepik.com/free-vector/internet-marketing-strategy-poster-with-business-growth-symbols-flat_1284-31955.jpg?t=st=1729647708~exp=1729651308~hmac=fe8d6cd467e234d13aea9fdd378c0edefacd770b322b98c568947d61edb97f7b&w=1380");
  }
  100%{
    background-image: url("https://img.freepik.com/free-vector/digital-marketing-concept-with-online-advertising-media-symbols-flat_1284-31958.jpg?t=st=1729647812~exp=1729651412~hmac=d8dd824d63cf55d93d3df66f8a284d36cb230f90e50f9af8a5742674918573a4&w=1060");
  }
}
@media (max-width:768px) {
  .page1{
    height:auto;
  }
  .page1 .img{
    flex-direction:column; 
    height: 90vh;
  }
  .page1 .frame{
    width:100%;
  }
  .page1 .normalimg{
    width:100%
  }
  .page1 .infor{
    width:100%;
    height: auto;
    background-color: aqua;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .page1 .infor .itext{
    width:90%;
    padding: 10px;
    height: 50%;
    background-color: #fff;
    margin-top: 10px;
  }
  .page1 .infor .itext h2{
    font-size: 25px;
    text-align: center;
  }
  .page1 .infor .iimg{
    width:73vw;
  }
  .empolyee{
    width: 100%;
    height: 100vh; 
  }
  .empolyee .empo .eintro{
    width:25vw;
    height: auto;
    border: 1px solid #7fffd4;
    box-shadow: 0px 12px 0px #304dee;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width:540px) {
  .empolyee{
    width: 100%;
    height: 150vh; 
  }
  .empolyee .empo{
    width:100%;
    height: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
  .empolyee .empo .eintro{
    width:100vw;
    height: auto;
    border: 1px solid #7fffd4;
    box-shadow: 0px 12px 0px #304dee;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
footer{
  width: 100%;
  height:70vh;
  background-color: #716d6d;
  color:#fff;
  position: relative;
  display:flex;
  align-items: center;
  justify-content: space-between;
}
footer .aboutUs{
  width: 45%;
  height: 100%;
  margin: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .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-brands{
  font-size: 30px;
}
.fa-instagram{
  color: rgb(239, 79, 162);
}
.fa-whatsapp{
  color: #1dfdb2;
}
.fa-facebook, .fa-twitter{
  color:#304dee;
}
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;
  }
}