
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200..1000&display=swap');

.nunito-sans-custom {
  font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400; /* Choose from 200 to 1000 */
  font-style: normal;
  font-variation-settings:
    "wdth" 100,
    "YTLC" 500;
}


:root{
    --red:#E50914;
    --black:#181818;
    --light-color:#000000;
    --border-shadow:0 .5rem 1.5rem rgba(0,0,0,.1);

}
 

*{
    font-family: 'nunito', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    outline:none;
    border:none;
    text-transform:capitalize; 
    transition: all .2s linear;
}

html {

   overflow-x: hidden;
    font-size: 62.5%;
    width: 100vw;
   
    background-color: white;
    font-family: 'Roboto', sans-serif;
    
}

section {

   width: 100%;
   overflow-y: scroll;
}

header
{
    position:relative;
    width: 100%;
    top: 0px;
    left: 0px;
    right: 0;
    background: linear-gradient(to bottom,grey , rgba(0, 0, 0, 0.7), transparent);;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: space-around;
    z-index: 1000;
    box-shadow: var(--box-shadow);
    font-size: large;
    text-decoration-color: aliceblue;
    -moz-text-decoration-color: aliceblue;
   
}


#menu-icon {
   color: aliceblue;
   font-size: 1.9rem;
   display: none;
}


.navibar a{
     
   margin-right: 1px;
   color: white;
   text-decoration: none;
   padding: 14px;
   font-size: 15px;
   
 
}

header .content-media a{

   color: #16e0e7;
   margin: 1rem;
}

.navibar a:hover{ 
    color: #16e0e7;
    
}
 .navibar a:visited:hover{
    color: #16e0e7;
 }
 
 .home { 
    padding: 0;
 }

 section .home {

    margin-top: 5rem;
 }


 .background-container {
    position: relative;
    width: 100%;
    height: 100%;
    
  
}




.background-container #bg-video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
  
}

 .container {

    display: block;
    align-items: center;
    justify-content: center;
    padding: 25rem;
   
 }

 .content 
 {
   
 }

 .content .tittle{
 color: black;
 margin-bottom: 2rem;
 background: white;
 border-radius: 20px;
 -webkit-border-radius: 20px;
 -moz-border-radius: 20px;
 -ms-border-radius: 20px;
 -o-border-radius: 20px;
 padding: 10px;
}
.content.tittle span {

    font-size: 1.2rem;
    margin: 5px;
}
 span {
    color: #16e0e7;
 }
.content h1 {

    font-size: 3rem;
    color: white;
    margin-bottom: 1rem;

 }


 .content p {

    width: 350px;
    word-wrap: break-word;
    margin-bottom: 1rem;
    color: white;
    font-size: 1.4rem;
    font-style: italic;
 }

 .button {

display: flex;
gap: 2rem;
    
 }

 .button .more {
    padding: 1rem;
    background: #16e0e7;
    font-size: 1.2rem;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

 .button a {
    padding: 1rem;
    background: white;
    font-size: 1.2rem;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}


section .services {

   position: relative;
   background-color: #181818;
 height: 100%;
   width:100%;
   z-index: -5;


 
}


.services-container{
 
   padding: 10rem;
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content:space-between;
}


.services-containe .content {

   margin-top:5rem
}

.list-container i{
  color: #16e0e7;
  padding: 3px;
   
}

.page-container{

   display: flex;
   margin-top: 5rem;
   align-items: center;

   
}

.profile{
   display: flex;
   align-items: center;
   gap: 2rem;
}

.profile img{
   width: 100px;
   height: 100px;
   border-radius:  50%;
   -webkit-border-radius:  50%;
   -moz-border-radius:  50%;
   -ms-border-radius:  50%;
   -o-border-radius:  50%;
   -webkit-border-radius:;
   box-shadow: #16e0e7 1px 2px 10px;
}

.page-container a{
   color: white;
   padding:10px;
   background-color: #16e0e7;
   font-size: 1.5rem;
   border-radius: 20px;
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   -ms-border-radius: 20px;
   -o-border-radius: 20px;
   box-shadow: #1103df 1px 2px 10px  ;
}


.box-container{

   display: grid;
   grid-template-columns: repeat(2, 1fr);
  

}

.box{
   display: flex;
   border: 2px solid  #070707 ;
   width: 200px;
   height:150Px;
   gap: 2rem;
   margin:2rem ;
   border-radius: 20px ;
   -webkit-border-radius: 20px ;
   -moz-border-radius: 20px ;
   -ms-border-radius: 20px ;
   -o-border-radius: 20px ;
   align-items: center;
   justify-content: center;
   text-align: center;
   background-color: black;
   box-shadow:  #16e0e7 1px 2px 10px;

}

.box i{

   font-size: 3rem;
   color: #16e0e7;
 
  

}

.box h1{

   font-size: 1rem;
   width: 120px;
   word-wrap: break-word;
   text-align: center;
}

section .about-us{

   background-color: rgb(252, 249, 249);
   width: 100%;
  padding-top: 10rem;
   height: 100vh;
   
  
  
  
}

.about-us h1{

   justify-content: center;
}

h1 .head-content{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3rem;
  background-color: #16e0e7;
  width: 80%;
  margin-left: 12rem;
  border-radius:20px ;
  -webkit-border-radius:20px ;
  -moz-border-radius:20px ;
  -ms-border-radius:20px ;
  -o-border-radius:20px ;
  transform:translate(0%, -50%) ;
  z-index:1000;
  -webkit-transform:translate(0%, -50%) ;
  -moz-transform:translate(0%, -50%) ;
  -ms-transform:translate(0%, -50%) ;
  -o-transform:translate(0%, -50%) ;
}

h1 .head-content i {
   margin-right: 1rem;
   background-color: #1103df;
   border-radius:50%;
   -webkit-border-radius:50%;
   -moz-border-radius:50%;
   -ms-border-radius:50%;
   -o-border-radius:50%;
   box-shadow: #000000 1px 2px 10px ;
   padding: 1.5rem;
   font-size:2rem;
}

h1 .head-content .number{

   font-size: 2rem;

}

h1 .head-content p {

   width: 350px;
   word-wrap: break-word;
   font-size: 1rem;
}

h1 .head-content button {
    padding: 1rem;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}


.about-container {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: center;
   position: relative;
  
}

.images {
   position: relative; 
   width: 300px; 
   height: 300px;
   justify-self: center;
}

.img-1, .img-2, .img-3 {
   position: absolute;
   border: #16e0e7 solid 2px;
 
}


.img-1 {
   top: 0;
   left: 50%;
   transform: translate(-50% , 50%);
   z-index: 5;
   border-radius: 50%;
   -webkit-transform: translate(-130% , -15%);
   -moz-transform: translate(-50% , 50%);
   -ms-transform: translate(-50% , 50%);
   -o-transform: translate(-50% , 50%);
}

.img-2 {
   top: 50%;
   left: 50%;
   transform: translate(-60%, -60%);
   z-index: 1;
   -webkit-transform: translate(-60%, -60%);
   -moz-transform: translate(-60%, -60%);
   -ms-transform: translate(-60%, -60%);
   -o-transform: translate(-60%, -60%);
}

.img-3 {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  transform:translateX(-90%);
  
}


.about-container .content h1 {

   width: 350px ;
   word-wrap: break-word;
   color:black;
   font-size: 3rem;
   margin-bottom: 1rem;
}

.about-container .content p {
   width: 350px;
   word-wrap: break-word;
   margin-bottom: 1rem;
   color: black;
   font-size: 1.4rem;
   font-style: italic;


}

.paragraph i {

   color: #16e0e7;
}

.about-container .content span {

   font-size: 3rem;
   color: #16e0e7;
   font-weight: bolder;



}

 .icons {

   display: flex;
   flex-wrap: wrap;
   align-items: center;
   position: relative;
}

.card{
   border: #16e0e7 solid 2px;
   width:100px;
   border-radius:20px;
   -webkit-border-radius:20px;
   -moz-border-radius:20px;
   -ms-border-radius:20px;
   -o-border-radius:20px;
   padding: 1rem;
}

.card h2 {

   font-size: 2rem;
   color: black;
}
.icons {

   margin-bottom: 3rem;
}

.about-container .content a{
   
   font-size: 1.5rem;
   padding: 10px;
   background-color: #16e0e7;
   border-radius:20px ;
   -webkit-border-radius:20px ;
   -moz-border-radius:20px ;
   -ms-border-radius:20px ;
   -o-border-radius:20px ;
}

.bar-container {

   background-color: #181818;
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: space-between;
   position: relative;
   padding: 5rem;
}

.circle {
   background-color: brown;
   padding: 8rem;
   border-radius:50% ;
   -webkit-border-radius:50% ;
   -moz-border-radius:50% ;
   -ms-border-radius:50% ;
   -o-border-radius:50% ;
   align-items: center;
   justify-content: center;
   display: block;
}

.circle button{
   margin-bottom: 1rem;
   padding: 1rem;
   border-radius: 20px;
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   -ms-border-radius: 20px;
   -o-border-radius: 20px;
}


.circle h1 {
   width: 150px;
   word-wrap: break-word;
   margin-bottom: 1rem;

}


.circle p {

   width: 150px;
   word-wrap: break-word;
   font-style: italic;
}

.bar-container .body {
   border-radius:50% ;
   -webkit-border-radius:50% ;
   -moz-border-radius:50% ;
   -ms-border-radius:50% ;
   -o-border-radius:50% ;
   display: block;
   justify-content: center;
   align-items: center;
   margin: 2rem;
   text-align: center;
   padding: 2rem;

}


.bar-container .body span{
  color: #16e0e7;
  font-size: 2rem;
  margin-bottom: 5rem;
  border: #16e0e7 solid 1px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  padding: 5rem;
}



.bar-container .body h1{

   margin-top: 5rem;
   color: #16e0e7;
}

.bar-container .body p{
   margin-top: 1rem;
   color: rgb(206, 195, 195);
   width:150px;
   word-wrap: break-word;
   font-style: italic;
}

section .project{

   background-color: white;
   width:100%;
   padding-bottom: 4rem;
   height: 100vh;
   

}

.project {

   display: block;
   align-items: center;
   justify-content: center;
   position: relative;
   
}

.project h1{

   text-align: center;
   font-size: 3rem;
   padding-top: 3rem;
   margin-bottom: 2rem;
}

.project p{
   text-align: center;
   font-size: 1.4rem;
   font-style: italic;
   width:650px;
   word-wrap: break-word;
   transform: translateX(50%);
   -webkit-transform: translateX(50%);
   -moz-transform: translateX(50%);
   -ms-transform: translateX(50%);
   -o-transform: translateX(50%);
}

.project-container {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   margin: 2rem;
   gap: 2rem;


}

.project-container .card {
  position: relative;
   width:250px;
   height: 250px;
   border: black solid 1px;
   border-radius:20px ;
   -webkit-border-radius:20px ;
   -moz-border-radius:20px ;
   -ms-border-radius:20px ;
   -o-border-radius:20px ;
 
   overflow: hidden;
   box-shadow: #16e0e7 1px 2px 10px;
  
}

.project-container .card .background-image {

 position: absolute;
 top: 0;
 left: 0;
   width: 100%;
   height:100%;
   object-fit: cover;
   object-position: center;
  
   
}


.project-container .card .overlay {

   position: absolute;
   top:0;
   left:0 ;
   height: 100%;
   width:auto;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   text-align: start;
   background: rgba(0, 0, 0, 0.5);

}

.project-container .card .overlay h1 {
color: #16e0e7;
margin-bottom: 1rem;

}

.project-container .card .overlay p{
   font-size: 1.5rem;
   text-align: center;
   width: 100%;
   margin-bottom:2rem;
   width: auto;
   word-wrap: break-word;
   transform:translateX(-0%) ;
   -webkit-transform:translateX(-0%) ;
   -moz-transform:translateX(-0%) ;
   -ms-transform:translateX(-0%) ;
   -o-transform:translateX(-0%) ;
   color: antiquewhite;
  
}

.project-container .card .overlay li {
   
      list-style: none;
      margin: 5px 0;
      font-size: 16px;
      color: white;
  
  
   
 
}


.project-container .card .overlay a{
   font-size: 1.5rem;
   margin-top: auto;
   background-color: #16e0e7;
   padding: 1rem;
   border-radius:20px ;
   -webkit-border-radius:20px ;
   -moz-border-radius:20px ;
   -ms-border-radius:20px ;
   -o-border-radius:20px ;
   margin-bottom: 1rem;
}


section .contact {

   background-color: white;
   padding: 3rem;
   height: 100%;
  

   
}

.contact-container
{

   position: relative;
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: space-around;
   gap: 2rem;
  
}


.contact  button {
   font-size: 2rem;
   background-color: white;
   box-shadow: 1px 2px 10px grey;
   border-radius:20px;
   -webkit-border-radius:20px;
   -moz-border-radius:20px;
   -ms-border-radius:20px;
   -o-border-radius:20px;
   padding: 8px;
}


.contact h2 {

   font-size: 4rem;
   margin-top: 3rem;
   margin-bottom: 2rem;
}

.contact p{
   font-size: 1.5rem;
   font-style: italic;
   width: 350px;
   word-wrap:break-word;
   margin-bottom: 2rem;
}

.list {

   display: flex;
   align-items: center;
   gap:3rem;
   margin: 2rem;
}

.list i {
 font-size: 2rem;
 background-color: #070707;
 color: white;
 border-radius:10px ;
 padding: 1rem;
 -webkit-border-radius:10px ;
 -moz-border-radius:10px ;
 -ms-border-radius:10px ;
 -o-border-radius:10px ;
}
.list h1{

   font-size: 2rem;
   color: black;
}
.list p{

   font-size: 1.5rem;
   font-style: normal;
}
/* General form styling */
form {
   width: 100%;
   max-width: 400px;
   margin: 20px auto;
   padding: 20px;
   background: white;
   border-radius: 10px;
   box-shadow: 1px 2px 10px black;
   text-align: center;
}

/* Form title */
h1 {
   font-size: 24px;
   margin-bottom: 10px;
   color: #333;
}

/* Form description */
.form {
   font-size: 14px;
   color: #666;
   margin-bottom: 15px;
}

/* Input fields */
.field, .space{
   width: 100%;
   padding: 12px;
   margin-bottom: 10px;
   border: 1px solid #ccc;
   border-radius: 5px;
   font-size: 16px;
}

/* Adjust text area */
.space {
   height: 100px;
   resize: none;
  


}

/* Submit button */
.btn {
   width: 100%;
   padding: 12px;
   background:#16e0e7;
   color: white;
   border: none;
   border-radius: 5px;
   font-size: 16px;
   cursor: pointer;
   transition: background 0.3s ease;
}

.btn:hover {
   background: #08cfe9;
}

.footer-container {

   display:flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: space-around;
   padding: 3rem;
   background-color: #666;
}

.footer-section {
   position: relative;

   margin: 10px;
   padding: 2rem;
  
}

.footer-section h1
{
   font-size: 1.5rem;
   
}

.footer-section h2{
   margin-bottom: 1rem;
}

.footer-section p{
   word-wrap: break-word;
   width: 250px;
   margin-bottom: 1rem;

}

.icons-2 i{
   margin: 10px;
   font-size: 1.4rem;
   background-color: #08cfe9;
   color: black;
   padding: 5px;
   border-radius: 50%;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   -ms-border-radius: 50%;
   -o-border-radius: 50%;
}


@media  (max-width: 481px )   

{

   html{

      overflow-x: hidden;
   }
   
   
      body{

         overflow-x: hidden;
         font-size: 70%;  /* 14.4px */
      }

      header {
         display:flex;
         flex-wrap:wrap;
          align-items: center;
          text-align: center;
          justify-content:space-around;
          
         
      }
      header .logo img {
         width: 100px;  /* or whatever size you want */
        height: auto;
         margin: 0 auto;
         justify-content: end;
     }

.navibar{
   position: absolute;
   top: 100%;
   left:0;
   width:100%;
   padding: 1rem 3%;
   border-top: .1rem solid #ec8105;
   display: none;
   justify-content: space-between;
   background: linear-gradient(to bottom, grey, black);
   
  
  } 

  header .content-media i {
    font-size: 2rem;
  }
  
#menu-icon {
   display: flex;
   align-items: center;
   justify-content: start;
   font-size: 4rem;
   cursor: pointer;
}

      .navibar a {

         display:block;
         padding: 25px;
         font-size: 2rem;
        
         

      }

      

   
      .navibar.active{

         display: block;
         
        }

   .background-container{

      overflow: hidden;
      
   }


      

        .container{

         display: flex;
         flex-direction: column;
      justify-content: start;
      align-items: center;
      transform: translate(-20% , -05%);
       margin: 0 auto;
     
    

        }

      .content {

         align-items: center;
         justify-content: center;
         display: flex;
         flex-direction: column;
         padding: 2px;
      
         
      }

      .content .tittle {

         font-size: 10px;
        padding: 2px;
        width: auto;
        word-wrap: break-word;
        margin-bottom: 15px;
       
        
      }


      .content.tittle span {

         font-size: 20px;
         width: auto;
         padding: 2px;
      }

      .content .tittle i {
         font-size: 8px;
         margin-bottom: 2px;
      }

      .content h1 {

         font-size:30px;
         width: auto;
         margin-bottom: 25px;
         
      }

      .content p{

         font-size: 12px;
         width: auto;
         margin-bottom: 25px;
      }

      .button .more, 
      a {

         font-size: 10px;
         width: 90px;
      }
      
      .button a{

         font-size: 10px;
      }


      section .services{
         height: 100%;
         height: 100%;

      }
      .services-container {

         display: block;
         align-items: center;
         justify-content: center;
         
        
         
      }

     .list-container i {

      font-size: 10px;
      width: auto;

     }

     .profile img{

      width: 80px;
      height: 80px;
     }
.name h2 {

   font-size: 10px;
}
.content a {
   font-size: 10px;
   transform:translateX(30%) ;
   -webkit-transform:translateX(30%) ;
   -moz-transform:translateX(30%) ;
   -ms-transform:translateX(30%) ;
   -o-transform:translateX(30%) ;
}

.box-container{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
   
}

.box {

   width: 200px;
   height: auto;
   padding: 10px;
}
   
.box .content i {
   font-size: 10px;
   width: auto;
   margin-bottom: 5px;
}

.box .content h1{

   font-size: 10px;
   width: auto;
}

h1 .head-content 

{
   display: flex;
  
      transform: translate(-20% , -100%);
      padding: 3px;
   width: auto;
   display: none;
}
.head-content i{

   font-size: 2px;

}


h1 .head-content p{
   font-size: 5px;
   width: auto;

  
}


h1 .head-content button a {
   font-size: 5px;
}

section .about-us {
   height: 100%;
overflow: hidden;
}
.about-container {

   display: block;
   align-items: center;
   justify-content: center;

   
   padding: 5rem;


}

.images{
   margin-bottom: 20rem;
   transform: translate(25%, -0%);
}

.img-1 {
   width: 220px;
   height: 220px;
   transform: translate(-120% ,-15%);
   
}

.img-2 {

   width: 300px;
   height: 300px;
}


.img-3{
   width: 200px;
   height: 150px;
   bottom: 0;
   transform: translate(-90% , 20%);

   
}

.about-container .content h1 
 {

   font-size: 30px;
   width: auto;
}


.about-container .content h1 span {

   font-size: 30px;
   width: auto;
}

.about-container .content p{

   font-size: 15px;
   margin: 15px;
}
.icons{

   gap: 5px;
}

.card {
 height: 95px;
 width: 150px;


}

.about-container .content .card span {

   font-size: 25px;
}

.about-container .content .card h2 {

   font-size:10px ;
}

.about-container .content a {

   font-size: 10px;
   
}
.circle {
   width: 250px;
   height: 250px;
   align-items: center;
   display: flex;
   flex-direction: column;
   margin-bottom: 3.5rem;
   margin-top: 3.5rem;
   padding: 10px;
}

.circle h1 {

   font-size: 15px;
   width: auto;
}

.circle p{

   font-size: 8px;
   width: auto;
}
.bar-container{
 display: flex;
 flex-direction: column;
 gap: 2px;
 padding:2px;
 align-items: center;
 justify-content: center;
   
}

.bar-container .body {

   display: block;
text-align: center;
align-items: center;
justify-content: center;

}

.bar-container .body h1{

  
font-size: 10px;
   margin: 2px;
   margin-top: 5rem;
}


.bar-container .body p{
   transform: translateX(0%);
   
   font-size: 10px;
}


section .project {

   align-items: center;
   justify-content: center;
   height: 360vh;
   width: auto;
}

.project h1 {

   font-size: 20px;
}

.project p {
   font-size:10px;
   justify-content: center;
   width: fit-content;
   transform: translateX(0%);
   width: auto;
   margin: 5px;
    
   
}

.project-container {
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: space-between;
 gap: 5rem;

}

.project-container .card {

   position: relative;
   width: 80vw ;
   margin: 2rem;
   height: 80vh;
   overflow: hidden;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   
}

.project-container .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.project-container .card .overlay {

    position: absolute;
    inset: 0;
   display: flex;
   flex-direction: column;
   align-items:center;
   justify-content: center;
   text-align: center;
   height: 100%;
}

.project-container .card .overlay p{
   font-size: 10px;
   width: auto;
   height: auto;
   
  
}

.project-container .card .overlay li {
   font-size:10px ;
   width: auto;
   width: 90vw;
   margin-top: 5rem;
   
   
}

.project-container .card .overlay a {
   font-size: 10px;
   text-align: center;
 
}

.contact-container {

   display: flex;
   flex-direction: column;
   overflow: hidden;
}

.contact h1 button {

   font-size: 20px;
}

.contact-content h2 {

   font-size: 20px;
}

.contact-content p{

   font-size: 10px;
   text-transform: lowercase;
}

.contact-content .list i {

   font-size: 10px;

}

.contact-content .list .details h1 {

   font-size: 20px;
}
/* MOBILE FIRST */
form {
  width: 100%;
  padding: 1rem;
  margin: 0;

  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  transform: translateX(-22%);
}

form h1 {
  font-size: 24px;
  text-align: center;
}

.form {
  font-size: 13px;
  text-align: center;
}

/* Inputs */
.field,
.space {
  width: 100%;
  padding: 0.7rem;
  font-size: 14px;
}

/* Textarea */
.space {
  min-height: 120px;
}

/* Button */
.btn {
  padding: 0.8rem;
  font-size: 15px;
}

/*
.footer-container {
   flex-direction: column; /* Stack sections vertically */
   padding: 1.5rem;
   height: auto;
}

.footer-section {
   text-align: center; /* Ensures content is centered */
   font-size: 1.3rem;
}

.icons-2 i {
   font-size: 1.5rem; /* Slight increase for touch accessibility */
   padding: 8px;
}






@media (min-width: 482px) and (max-width: 741px) {
   body {
       font-size: 20px;
       overflow-x: hidden;
   }
   
   html {
    font-size: 62.5%;
  }
  section {
      width: 100%;
      overflow-y: auto; /* Allows scrolling only inside the section */
  }

   
#menu-icon {
   display: flex;
   align-items: center;
   justify-content: start;
   font-size: 4rem;
   cursor: pointer;
}

.navibar{
   position: absolute;
   top: 100%;
   left:0;
   width:100%;
   padding: 1rem 3%;
   border-top: .1rem solid #ec8105;
   display: none;
   justify-content: space-between;
   background: linear-gradient(to bottom, grey, black);
  } 

  .navibar.active{

   display: block;
  }
  .navibar a {
   display: block;
   font-size: 15px;
  


  }


  .container {
    padding: 10rem 4rem;
  }

  .button {

   transform: translateX(07%);
  }

 



  .services-container {
    justify-content: center;
    gap: 3rem;
    padding: 5rem;
     
  }
.content{

   padding-left: 4rem;
}
  .content p{

   font-size: 15px;
  }


  .content h1 {
   font-size: 20px;
   
  }

  .list-container i {

   font-size: 15px;
  }

  .name h2, p {

   font-size: 15px;
  }

  .page-container {

   display: flex;
   gap:1rem;
  }

  .page-container a {
   display: none;
  }

  .box {

   position: relative;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   text-align: center;
  }

 
  .box .content i {

   font-size: 15px;
  }
.box .content h1{

   font-size: 12px;
}
section.about-us {

   width: 100%;

   
}


.about-us h1{
position: relative;
display: flex;
justify-content: start;
width: auto;
}


h1 .head-content{

   width:auto;
   display: flex;
   padding: 10px;
   align-items: center;
   justify-content: space-around;
}

.about-container .content h1, span{


   width: 250px;
   word-wrap: break-word;
}




.circle {

   margin-bottom: 2rem;
}
  .box-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .project p {
    width: 80%;
    transform: none;
    margin: auto;
    font-size: 10px;
  }

  .project-container .card {
    width: 45%;
    height: 240px;
  }

.project-container .card .overlay{

   width: 100%;
}
 .project-container .card .overlay p{

   font-size: 10px;


  }

  .project-container .card .overlay li{

   font-size: 10px;

  
  }

.project-container .card .overlay h1{

   font-size: 20px;
}


.contact-content p{

   font-size: 10px;
   text-transform: lowercase;
}

  .about-container {
    gap: 4rem;
  }

  form {
    max-width: 450px;
  }

  footer P{
   text-transform: lowercase;
  }
}


/* Tablets (Portrait & Landscape) */
@media (min-width: 742px) and (max-width: 1024px) {
   body {
       font-size: 16px;
       overflow-x: hidden;
   }
   section {

      width: 100%;
      overflow-y: auto;
   }

   .navibar a {
       font-size: 14px;
   }

   .container {
       padding: 15rem;
   }

   .box-container {
       grid-template-columns: repeat(2, 1fr);
   }

   section .project{

      height: 120vh;
   }


   .project p{
      transform:  translateX(30%) ;
      -webkit-transform:  translateX(30%) ;
      -moz-transform:  translateX(30%) ;
      -ms-transform:  translateX(30%) ;
      -o-transform:  translateX(30%) ;
}
}

/* Laptops and Desktops */

/* Large Screens (Ultra-wide monitors) */
@media (min-width: 1441px) {
  
   body {
      font-size: 20px;
      overflow-x: hidden;
  }
  section {

     width: 100%;
     overflow-y: auto;
  }

   .navibar a {
       font-size: 18px;
   }

   .container {
       padding: 25rem;
   }

   .box-container {
       grid-template-columns: repeat(4, 1fr);
   }
}