
 /*----------------------------------------------------
                       Global settingd
 ------------------------------------------------------*/   
 
  img{
        padding-top:  20px;
        max-width: 100%;
        height: auto;
}

 .hero{
    text-align: center;
    color: white;
    font-size: 2rem;
 }

  html, body{
        background-color: black;
    }
 
 .mobile-menu{
    position: relative;
    font-family: sans-serif;
 }

 .burger-trigger{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 2rem;
    height: 21px;
    cursor: pointer;
    padding: 15px;
    position: fixed;
    top: 15px;
    left: 15px;
    z-index: 100;
 }

 .burger-trigger span{
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 2px;
    transition: 0.3s ease;
    background-color: white;
 }

 .navbar{
   position: fixed;
    top: 0;
    left: 0;
    width: 180px;
    height: 100vh;
    background-color: black;
    padding-top: 80px;
    z-index: 99;
    transform: translatex(-100%);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
 }

  .nav-link{
    display: flex;
    flex-direction: column;
    padding: 15px;
    color: white;
    text-decoration: none;
  }

  .nav-link:hover{
    background-color: black;
    color: orange;
  }

  .navbar.active {
  transform: translateX(0);
}
 
 @media (min-width: 768px) {
    .burger-trigger{
        display: none;
    }

    .navbar{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        padding-top: 0%;
        background-color: black;
        transform: translateX(0);
        transition: none;
         display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .nav-link{
    color: white;
    text-decoration: none;
  }
   .nav-link:hover{
    color: orange;
    transition: all 0.25s ease;
   }

   .nav-link.active{
      color: orange;
      font-weight: 600;
   }
}


 .header_image{
  display:flex;
  flex-direction: column;
  align-items: center;
 }

 .header_image .gadget{
  color: white;
  font-size: 70px;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
 }

 .header_image .gorilla{
  color: orange;
  font-size: 70px;
   margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
 }

 .header_image .subtitle{
  color: white;
  text-align: center;
 }

 @media (min-width: 768px){

  .header_image{
  display:flex;
  flex-direction: row;
  align-items: center;
  content: 50%;
 }

 .header_image img{
  max-width: 50%;
  height: auto;
  
 }

 .header_image .gadget{
  padding-top: 30px;
  color: white;
  font-size: 70px;
  margin-left: 150px;
  margin-top: 0px;
  margin-bottom: 0px;
 }

 .header_image .gorilla{
  color: orange;
  font-size: 70px;
  margin-left: 150px;
  margin-top: 0px;
  margin-bottom: 0px;
 }

 .header_image .title{
  padding-top: 20px;
 margin-left: 150px;
  color: white;
 }

 .header_image .subtitle{
  color: white;
  margin-left: 150px;
  letter-spacing: 2px;
  font-weight: 400;
  text-transform: uppercase;
 }
 }

 .title{
  text-align: center;
  color: white;
 }

 .title::after{
  content: "";
    display: block;
    width: 100px;
    height: 3px;
    background: #00c853;
    margin: 10px auto;
 }

 .header_image .subtitle{
  letter-spacing: 2px;
  font-weight: 400;
  text-transform: uppercase;
 }
 /*---------FOOTER--------*/

 .footer{
  display: flex;
  flex-direction: column;
  border: 3px solid #1E3A1A;
  border-radius: 20px;
  background: #111;
  color: white;
  max-width: auto;
  position: relative;
  
 }

 .footer img{
  width: 140px;
  height: 120px;
  margin-top: 10px;
  margin-bottom: 0px;
  object-fit: cover;
  object-position: -40px -10px;
 }

 .footer .footer-title{
  margin-top: 0px;
  font-size: 20px;
  color: white;
  max-width: 50%;
  position: absolute;
  top: 20px;
  left: 150px;
 }

 .footer .subtitle {
  margin-top: 0px;
  display: flex;
  flex-direction: row;
  font-size: 18px;
  color: white;
  gap: 15px;
  position: absolute;
  top: 50px;
  left: 130px;
  font-weight: 200;
 }

  .socials  {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  gap: 70px;
  font-size: 20px;
  position: absolute;
  top: 100px;
  left: 170px;
 } 

 .socials a{
  color: inherit;
 }

 .footer .socials a:nth-of-type(1):hover{
  color: orange;
 }

 .footer .socials a:nth-of-type(2):hover{
  color: orange;
 }

 .footer .socials a:nth-of-type(3):hover{
  color: orange;
 }

 .site-map{
  color: white;
  font-size: 10px;
 }

 .map{
  margin-left: 10px;
 }

 .items{
  display: flex;
  flex-wrap: wrap;
 }

  .footer .copyright{
  color: white;
  margin-left: 20px;
  margin-bottom: 10px;
 }

@media (min-width: 768px){
  .footer{
  display: flex;
  flex-direction: column;
  border: 3px solid #1E3A1A;
  border-radius: 20px;
  background: #111;
  color: white;
  max-width: auto;
  position: relative;
  
 }

 .footer img{
  width: 220px;
  height: 180px;
  margin-top: 70px;
  margin-bottom: 0px;
  object-fit: cover;
  object-position: -40px -10px;
 }

 .footer .footer-title{
  margin-top: 0px;
  font-size: 40px;
  color: white;
  max-width: 50%;
  position: absolute;
  top: 20px;
  left: 550px;
 }

 .footer .subtitle {
  margin-top: 0px;
  display: flex;
  flex-direction: column;
  font-size: 20px;
  color: white;
  gap: 10px;
  position: absolute;
  top: 40px;
  left: 250px;
  font-weight: 200;
 }

  .socials  {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  gap: 100px;
  font-size: 20px;
  position: absolute;
  top: 100px;
  left: 620px;
 } 

 .socials a{
  color: inherit;
 }

 .footer .socials a:nth-of-type(1):hover{
  color: orange;
 }

 .footer .socials a:nth-of-type(2):hover{
  color: orange;

 }

 .footer .socials a:nth-of-type(3):hover{
  color: orange;
 }

 .site-map{
  position: absolute;
  top: 20px;
  left: 1000px;
  color: white;
  font-size: 10px;
 }

 .items{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 350px;
  margin-left: 10px;
 }

  .footer .copyright{
  color: white;
  margin-left: 620px;
  margin-bottom: 10px;
 }

}
 /*----------------------------------------------------
                       Home page
 ------------------------------------------------------*/    
 
.product{
    color: white;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 400;
 }

 .web_header{
  margin-top: 40px;
  color: white;
  font-weight: 200;
  margin-left: 20px;
 }

 .web{
  color: white;
  font-weight: 200;
  margin-bottom: 40px;
  margin-left: 20px;
 }

 .button{
   display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
 }

 .button a{
  padding: 10px 20px;
  background-color: green;
  color: white;
  text-align: center;
  text-decoration: none; /* Removes the underline */
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  min-width: 150px;
 }

 .button a:hover{
  background-color: orange;
  color: black;
  transition: all 0.25s ease;
 }

 @media (min-width: 768px){

  .button a{
  background-color: green;
  color: white;
  text-align: center;
  text-decoration: none; /* Removes the underline */
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  min-width: 180px;
 }
 .button{
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 40px;
 }
 }
 /*----------------------------------------------------
                       Repairs page
 ------------------------------------------------------*/    
 
 .pcb{
   padding-top: 30px;
   text-align: center;
   color: white;
 }

 .pcb::after{
  content: "";
    display: block;
    width: 100px;
    height: 3px;
    background: #00c853;
    margin: 10px auto;
 }
 
 .pcb-text{
   text-align: center;
   color: white;
   
 }

 .circuitboards{
  display: grid;
   grid-template-columns: repeat(auto-fit, minmax(180px, 220px));
   justify-content: center;
   gap: 1rem;
 }

  .circuitboards img{
    width: 100%;
    max-height: 520px;
    object-fit: cover;
    border-radius: 8px;
   border: 1px solid #00c853;
    border-radius: 12px;
    margin-top: 40px;
    margin-bottom: 40px;
 }

 .consoleboards{
  display: grid;
   grid-template-columns: repeat(auto-fit, minmax(180px, 220px));
   justify-content: center;
   gap: 1rem;
 }

  .consoleboards img{
    width: 100%;
    max-height: 520px;
    object-fit: cover;
    border-radius: 8px;
   border: 1px solid #00c853;
    border-radius: 12px;
    margin-top: 40px;
    margin-bottom: 40px;
 }


 .consoles{
   padding-top: 30px;
   text-align: center;
   color: white;
 }

 .consoles::after{
  content: "";
    display: block;
    width: 100px;
    height: 3px;
    background: #00c853;
    margin: 10px auto;
 }
 
 .console-text{
   text-align: center;
   color: white;
   font-weight: 200;
 }


  /*----------------------------------------------------
            Apps Software Development page
 ------------------------------------------------------*/    

 .apps-text{
   text-align: center;
   color: white;
   font-weight: 200;
 }

 .current-app{
   text-align: center;
   color: white;
 }
 
 .gallery{
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(180px, 220px));
   justify-content: center;
   gap: 1rem;
 }
 
 .gallery img{
    width: 100%;
    max-height: 520px;
    object-fit: cover;
    border-radius: 8px;
   border: 1px solid #00c853;
    border-radius: 12px;
 }

 .app-description{
  text-align: center;
   color: white;
 }

 .app-text{
   text-align: center;
   color: white;
 }

 .badges {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin: 1rem 0;
}

.badges a {
    display: inline-flex;
    align-items: center;
}

.badges img {
    height: 60px;
    width: auto;
    max-width: none;
    display: block;
}

 /*----------------------------------------------------
                       Prices Page
 ------------------------------------------------------*/ 

 .pricing-grid{
  display: flex;
  flex-direction: column;
 }

.price-card h3{
    margin-top:0;
    border-bottom: 2px solid green;
    color: white;
  }

 .price-list{
    color: white;
    padding: 0;
    margin: 0;
  }

.price-list li{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 10px o;
    border-bottom: 1px dashed green;
  }

 .price-card{
    width: 88%;
    border: 2px solid green;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
  }

  

  .dev{
    font-size: 16px;
   padding-top: 20px;
    margin-left: 20px;
  }

 @media (min-width: 768px){
  .pricing-grid{
   flex-wrap: wrap;
   gap: 20px;
   padding: 20px;
  }
  .price-card{
    flex: 1 1 calc(25% - 20px);
    min-width: 250px;
    border: 2px solid green;
    border-radius: 8px;
    padding: 20px;
  }

  .price-card h3{
    margin-top:0;
    border-bottom: 2px solid green;
    color: white;
  }

  .price-list{
    color: white;
    padding: 0;
    margin: 0;
  }

  .price-list li{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 10px o;
    border-bottom: 1px dashed green;
  }
}
 
 /*----------------------------------------------------
                       About Page
 ------------------------------------------------------*/    
 .about{
  color: white;
  font-size: 14px;
 }

 .about-heading{
  font-weight: bold;
  text-align: center;
  margin-top: 50px;
 }
 
 .about-heading::after{
  content: "";
    display: block;
    width: 100px;
    height: 3px;
    background: #00c853;
    margin: 10px auto;
 }

 .about-type{
  font-weight: 400;
  line-height: 1.7;
  padding: 0 24px;
 }

 /*----------------------------------------------------
                  Privacy policy Page
 ------------------------------------------------------*/  
 

 .policy{
  text-align: center;
  color: white;
  
 }

 .policy-1{
  text-align: center;
  color: white;
  
 }

 .policy-2{
  margin-left: 60px;
  text-align: left;
  color: white;
  
 }

 .paragraph-1{
  margin-left: 60px;
  font-size: 18px;
  text-align: left;
  color: white;
}

.paragraph-2{
  margin-left: 25px;
  font-size: 18px;
  text-align: left;
  color: white;
  list-style-type: none;
}

.paragraph-2::after{
  content: "";
    display: block;
    width: 100px;
    height: 3px;
    background: #00c853;
    margin: 10px auto;
}

.website{
  margin-left: 60px;
  font-size: 18px;
  text-align: left;
  color: white;
}

#website{
  font-size: 18px;
  text-align: left;
  color: #00c853;
}

.email{
  margin-left: 60px;
  font-size: 18px;
  text-align: left;
  color: white;
}

#email{
  font-size: 18px;
  text-align: left;
  color: #00c853;
}

/*----------------------------------------------------
                  Terms of use Page
 ------------------------------------------------------*/  
 
 .service{
  padding-top: 20px;
  text-align: center;
  color: white;
 }

 .service::after{
   content: "";
    display: block;
    width: 100px;
    height: 3px;
    background: #00c853;
    margin: 10px auto;
 }

 @media (min-width: 768px) {
  
 
 .paragraph-1{
    text-align: center;
    color: white;
    font-size: 16px;
   }

   .paragraph-2{
    text-align: center;
    color: white;
    font-size: 16px;
    list-style-type: none;
  }

  .paragraph-2::after{
    content: "";
    display: block;
    width: 300px;
    height: 3px;
    background: #00c853;
    margin: 10px auto;
  }
  .website{
  font-size: 18px;
  text-align: center;
  color: white;
}

#website{
  font-size: 18px;
  text-align: center;
  color: #00c853;
}

.email{
  
  font-size: 18px;
  text-align: center;
  color: white;
}

#email{
  font-size: 18px;
  text-align: center;
  color: #00c853;
}
}

/*----------------------------------------------------
                  Contact us Page
 ------------------------------------------------------*/  
 .form-section {
  display: none;
}

.form-section.active {
  display: block;
}

.enquiry{
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}

#enquiryType{
  background-color: #00c853;
  color: white;
  font-size: 30px;
  border-radius: 12px;
}

 #enquiryType:hover{
  background-color: orange;
  transition: all 0.3s ease;
 }

 #enquiryType:active{
  background-color: orange;
 }

 input,
 textarea,
 select {
 
     background: #1a1a1a;
     color: white;
     border: 2px solid green;
     border-radius: 8px;
     padding: 12px;
     font-size: 16px;
     transition: all 0.25s ease;
 
 }

 input::placeholder,
textarea::placeholder {
    color: #999;
}

input:focus,
textarea:focus,
select:focus {
    border-color: orange;
    outline: none;
    box-shadow: 0 0 8px rgba(255, 152, 0, 0.3);
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: min(90%, 500px);
  background: #111;
  border: 2px solid green;
  border-radius: 12px;
  padding: 30px;
}

.form-section {
  display: none;
  flex-direction: column;
  gap: 15px;
}

.form-section.active {
  display: flex;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  box-sizing: border-box;
}

button{
  background-color: #00c853;
  color: white;
  font-size: 20px;
}

button:disabled {
    background-color: orange;
    color: #ccc;
    cursor: not-allowed;
    opacity: 0.8;
}

.response{
  color: white;
  padding-left: 40px;
  padding-bottom: 20px;
  font-weight: 200;
}

.alternate{
  color: white;
  font-size: 20px;
  margin-left: 20px;
}

.phone{
  color: white;
  font-size: 20px;
  margin-left: 20px;
  margin-bottom: 40px;
}

.address{
  color: white;
  font-size: 20px;
  margin-left: 20px;
}

.contact-message{
  color: white;
  font-size: 16px;
  margin-left: 20px;
}

@media (min-width: 768px){
  .appreciated{
    display: flex;
    justify-content: center;
    font-size: 30px;
}
}

@media (min-width: 768px){
  .alternate{
    display: flex;
    justify-content: center;
  }

  .phone{
     display: flex;
    justify-content: center;
  }

  .address{
     display: flex;
    justify-content: center;
  }

  .contact-message{
     display: flex;
    justify-content: center;
  }
}


.back{
 display: flex;
 justify-content: center;
  color: white;
  font-size: 20px;
  text-align: center;
padding-bottom: 40px;
}

.back a{
background-color: green;
}

.back a:hover{
  background-color: orange;
  color: black;
}