
a.nav-link:hover{
    background-color:grey;
}

a.nav-link{
    cursor:pointer;
}

a.navbar-brand:hover{
    background-color:grey;
}

button.ctb:hover {
    background-color: grey;
}
   section {
      width: 100%;
      padding: 2px;
      background-color: #fff;
   }
   
   .sectionc{
      width: 100%;
      padding: 0;
      background-color: #fff; 
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    transition: transform 0.3s ease-in-out;
    border:4px solid;
    padding-right:5px;
   }

   .serv {
      font-family: 'Poppins Bold', sans-serif;
      font-weight: 700;
      font-size: 36px;
      text-align: center;
      margin-bottom: 20px;
      margin-top: 20px;
   }

   .website-project {
      margin-bottom: 40px;
   }

   .website-project h4 {
      font-family: 'Poppins Bold', sans-serif;
      font-weight: 900;
      margin-left: 2vh;
      font-size: 22.5px;
      color: #333;
   }

   .project-content {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 20px;
      margin: 0 auto;
      width: 90%;
      max-width: 1400px;
      padding: 5px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      border-radius: 8px;
      transition: transform 0.3s ease-in-out;
   }

   .project-content:hover {
      transform: translateY(-5px);
   }

   .project-description {
      width: 45%;
      color: black;
      font-size: 17.5px;
      font-family: 'Poppins Bold', sans-serif;
      font-weight: 500;
      line-height: 35px;
      word-wrap: break-word;
      text-align: justify;
   }

   .project-image {
      width: 52%;
      height: auto;
      border: 5px solid #000;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      border-radius: 8px;
      transition: transform 0.3s ease-in-out;
   }

   .project-image:hover {
      transform: scale(1.05);
   }

   section {
      width: 100%;
      padding: 2px;
      background-color: #fff;
   }

   .servv {
      font-family: 'Poppins Bold', sans-serif;
      font-weight: 700;
      font-size: 36px;
      text-align: center;
      margin-bottom: 40px;
   }
   
   .servvv {
      font-family: 'Poppins Bold', sans-serif;
      font-weight: 700;
      font-size: 26px;
      text-align: center;
      margin-bottom: 10px;
   }

   .app-project {
      margin-bottom: 40px;
   }

   .app-project h4 {
      font-family: 'Poppins Bold', sans-serif;
      font-weight: 900;
      margin-left: 2vh;
      font-size: 24px;
      color: #333;
   }

   .project-contentt {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 20px;
      margin: 0 auto;
      width: 100%;
      max-width: 1400px;
      padding: 5px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      border-radius: 8px;
      transition: transform 0.3s ease-in-out;
   }

   .project-contentt:hover {
      transform: translateY(-5px);
   }

   .project-descriptionn {
      width: 25%;
      color: black;
      font-size: 20px;
      font-family: 'Poppins Bold', sans-serif;
      font-weight: 500;
      line-height: 30px;
      word-wrap: break-word;
      text-align: justify;
   }

   .project-imagee {
      width: 65%;
      height: auto;
      border: 5px solid #000;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      border-radius: 8px;
      transition: transform 0.3s ease-in-out;
   }

   .project-imagee:hover {
      transform: scale(1.05);
   }

   .containerr {
      width: 100%;
      position: relative;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      animation: fadeIn 1.5s ease-in-out;
   }

   .content {
      width: 60%;
      left: 5%;
      top: 6px;
      position: absolute;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      gap:0px;
   }

   .title {
      align-self: center;
      color: black;
      font-size: 22.5px;
      font-family: 'Poppins Bold', sans-serif;
      font-weight: 700;
      word-wrap: break-word;
      margin-top:0vh;
      text-align:center;
   }

   .description {
      align-self: stretch;
      text-align: justify;
      color: black;
      font-size: 17.5px;
      font-family: 'Poppins Bold', sans-serif;
      font-weight: 400;
      line-height: 37.2px;
      word-wrap: break-word;
      margin-left: 2%;
    margin-right: 2%;
   }

  

   @keyframes fadeIn {
      0% {
         opacity: 0;
      }
      100% {
         opacity: 1;
      }
   }

   @keyframes slideIn {
      0% {
         opacity: 0;
         transform: translateX(50px);
      }
      100% {
         opacity: 1;
         transform: translateX(0);
      }
   }
   
    body, html {
    overflow-x: hidden;
}

body, html {
    height: 100%;
}

body {
    margin: 0;
    background:linear-gradient(135deg, #f5f7fa, #c3cfe2);
}

*, :after, :before {
    box-sizing: border-box;
}

.bg-light {
    background-color: white !important;
}

.awim{
    margin:1vh;
     font-family: 'Poppins Bold', sans-serif;
     font-weight:400;
}
    
    .imgl{
         width:60px;
       height:60px;
       margin-top:0vh;
       margin-left:0vh;
       margin-bottom:0vh;
    }
    
   



  .slide img {
    width: 100%;
    height: 540px;
  }

    .contact-form {
        max-width: 600px;
        margin: 0 auto;
        padding: 30px;
        border: 1px solid black;
        border-radius: 10px;
        background-color:#282C35;
        color: white;
        font-family: 'Poppins Bold', sans-serif;;
    }
    .form-group {
        margin-bottom: 8px;
    }
    .form-group label {
        display: inline-block;
        margin-bottom: 4px;
        font-weight:800;
    }
    .form-group input[type="text"],
    .form-group input[type="email"],
    .form-group textarea {
        width: 100%;
        padding: 5px;
        border: 1px solid black;
        border-radius: 5px;
    }
    .form-group input[type="radio"] {
        margin-right: 5px;
    }
    .form-group textarea {
        height: 65px;
    }
    .form-group button {
        padding: 5px 10px;
        background-color: #007bff;
        color: #fff;
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }
    .form-group button:hover {
        background-color: #0056b3;
    }

    .mobile-input {
    display: flex;
    align-items: center;
    gap: 5px;
}

.country-code {
    flex: 1; 
    padding: 8px;
    border: 1px solid black;
    border-radius: 5px;
    width:50%;
}

.mobile-number {
    flex: 2; /* Adjust width as needed */
    padding: 5px;
    border: 1px solid black;
    border-radius: 5px;
}

footer {
    background-color: black;
    padding: 20px;
    text-align: center;
    color: white;
}

.copyright{
    font-size: 22px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.social-icons a {
    margin-right: 8vh;
    color: white;
    font-size: 25px;
}

.social-icons a:hover {
    color: #007bff;
}

@media only screen and (max-width:768px) {
    section {
      width: 100%;
      padding: 3px;
      background-color: #fff;
   }
   
    .imgl{
         width: 5.5vh;
       height: 5.5vh;
       margin-top:-0.5vh;
       margin-left:2vh;
       margin-bottom:0vh;
    }
    

    .awim{
        font-size:13px;
        padding:4px 5px;
        font-weight:500;
    }
    
    ol{
        margin-top:-2vh;
    }
    
    .country-code {
        width:50%;
    }
    
     .contact-form {
          max-width: 600px;
        margin: 0 auto;
        margin-left:0%;
        padding: 30px;
        border: 1px solid black;
        border-radius: 10px;
        background-color:#282C35;
        color: white;
        font-family: 'Poppins Bold', sans-serif;;
        margin-top:0vh;
     }
    
    footer {
    background-color: black;
    padding: 20px;
    text-align: center;
    color: white;
}

.copyright{
    font-size: 14px;
    margin-left:-2vh;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.social-icons a {
    margin-left: 2vh;
    color: white;
    font-size: 22px;
}

.social-icons a:hover {
    color: #007bff;
}

li.nav-item{
    margin-left:0vh;
    font-size:13px;
    font-weight:700;
    font-family:'Poppins Bold', sans-serif;
}

.navbar {
      position: relative; 
      z-index: 1000; 
    }

    .container {
      position: relative;
    }

    .navbar-collapse {
      position: absolute;
      z-index: 999; 
      top:100%;
       margin-left:-15vh;
       width:110%;
       height:600px !important;
      background-color:#fff;
    }
    
   section#contact-form.webc {
    flex-direction: column; 
    align-items: center; 
    height:640px;
  }
  
  section.wbscap{
    height:660px
}

 .serv{
   text-align: center;font-family:'Poppins Bold', sans-serif;;font-weight:bolder;
}
  
  .ols{
     font-weight:500; font-size:15px;margin-top:1vh;
  }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .title{
        font-size:36px;
    }
    
    .description{
        font-size:19.8px;
    }
    
    .serv{
        font-size:30px;
    }
    
     .servv{
        font-size:30px;
    }
    
    .website-project h4{
        font-size:20px;
    }
    
    .app-project h4 {
         font-size:20px;
    }
    
    .project-descriptionn {
           font-size:17px;
    }
    
    .project-description {
        font-size:17px;
    }
        
}

@media only screen and (min-width: 1601px) {
    div.container-fluid.p-0.banner {
        display: none!important;
    }
}

@media only screen and (min-width:992px) and (max-width:1600px) {
   .collapse.navbar-collapse{
     margin-right:12vh;
    margin-left:12vh;
}
}

.navbar{
    padding:0px;
    margin:0px;
    border-bottom:1px solid;
}

li.nav-item{
    margin-left:18vh;
    font-size:14px;
   font-weight: 500;
    font-family: 'Poppins Bold', sans-serif;
}

.wbscap{
    height:450px
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 1);
}

@media only screen and (min-width:1200px) {
.collapse.navbar-collapse{
    margin-right:25vh;
    margin-left:25vh;
}}
 .webc {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 540px; 
    background-image: url('webbackg.webp'); 
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: center;
  }
  
   .contact-form {
    flex: 1;
    height:540px;
  }
  
   .serv{
   text-align: center;font-family:'Poppins Bold', sans-serif;font-weight:bolder;
}

 .ols{
     font-weight:500; font-size:15px
  }
  
.whatsapp-popup {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: transform 0.3s ease;
}

.whatsapp-popup img {
    width: 55px;
    height: 55px;
}

.whatsapp-popup:hover {
    transform: scale(1.1);
}  

.ctb{
    margin-right:4vh;
    background-color:blue;
    color:white;
     font-weight: bold;
    font-family: 'Poppins Bold', sans-serif;
    border-radius:5%;
    padding:8px;
    font-size:14px;
}

.mob{
  display:none;
} 


@media (max-width: 768px) {
      .ctb {
    display:none;
}
    
    .lap{
        display:none;
    }
    
    .mob{
     display:block;   
    }
    
   .containerrm {
      flex-direction: column;
      align-items: flex-start;
      margin-left:0vh;
      width:100%;
       position: relative;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      animation: fadeIn 1.5s ease-in-out;
   }

   .profile-imagem {
      width: 100%;
      height: auto;
       border:2px solid;
   }

   .title {
      font-size: 16px;
      text-align: center;
      margin-top: -25px;
      font-weight:bolder;
   }

   .description {
      text-align: justify;
      color: black;
      font-size: 14px;
      font-family: 'Poppins Bold', sans-serif;
      line-height: 25px;
      word-wrap: break-word;
      padding:2px;
   }
   
    .sectionc{
      width: 100%;
      padding: 0px;
      background-color: #fff; 
   }

   .servm {
      font-family: 'Poppins Bold', sans-serif;
      font-size: 22px;
      text-align: center;
      margin-bottom: 10px;
       margin-top: 10px;
      font-weight: 900;
   }
   
   .servvm {
      font-family: 'Poppins Bold', sans-serif;
      font-weight: 900;
      font-size: 22px;
      text-align: center;
      margin-bottom: 10px;
   }

   .website-projectm {
      margin-bottom: 40px;
   }

   .website-projectm h4 {
      font-family: 'Poppins Bold', sans-serif;
      font-weight: 900;
      margin-left: 0vh;
      font-size: 20px;
      color: #333;
      text-align: justify;
   }

   .project-contentm {
      flex-direction: column;
      align-items: flex-start;
      margin-left:-1vh;
      width:100%;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease-in-out;
   }

   .project-contentm:hover {
      transform: translateY(-5px);
   }

   .project-descriptionm {
     text-align: justify;
      color: black;
      font-size: 20px;
      font-family: 'Poppins Bold', sans-serif;
      font-weight: 400;
      line-height: 30px;
      word-wrap: break-word;
      padding:7px;
   }

       .project-imagem {
        width: 97%;
        height: auto;
        border: 1px solid;
        margin-left: 1vh;
        margin-right: 1vh;
        padding: 0px;
    }

   .project-imagem:hover {
      transform: scale(1.05);
   }
   
   .app-projectm {
      margin-bottom: 10px;
   }

   .app-projectm h4 {
      font-family: 'Poppins Bold', sans-serif;
      font-weight: 900;
      margin-left: 0vh;
      font-size: 20px;
      color: #333;
      text-align: justify;
   }

   .project-contenttm {
      flex-direction: column;
      align-items: flex-start;
      margin-left:-1vh;
      width:100%;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease-in-out;
   }

   .project-contenttm:hover {
      transform: translateY(-5px);
   }

   .project-descriptionnm {
     text-align: justify;
      color: black;
      font-size: 20px;
      font-family: 'Poppins Bold', sans-serif;
      font-weight: 400;
      line-height: 30px;
      word-wrap: break-word;
      padding:7px;
   }

   .project-imageem {
     width: 97%;
        height: auto;
        border: 1px solid;
        margin-left: 1vh;
        margin-right: 1vh;
        padding: 0px;
   }

   .project-imageem:hover {
      transform: scale(1.05);
   }
   
    .form-group input[type="radio"] {
        margin-right: 0vh;
        margin-left:0vh;
    }
}