*{
    padding: 0px;
    margin: 0px;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
}

html{
    scroll-behavior: smooth;
}
.fixBtn{
   position: fixed;
   top:40%;
   right: 2px;
   z-index: 999;
}
.fixItems{
    display: flex;
    gap: 10px;
    flex-direction: column;
    
}
.fixItems button {
    border-radius:50% ;
    padding: 12px 12px; 
    border: 1px solid black;
    
}
#whatsFixed{
    color:#25d366 ;
    font-size: 30px;
}
#whatsFixed:hover{
   
}
#emailFixed{
    color: red;
    font-size: 30px;
}
#linkedFixed{
    color: #0a66c2;
    font-size: 30px;
}
.fixItems button{
    
    border: 1px solid grey;
    background:#01172d;
    transition-duration: 1s;
}
.fixItems button:hover{
    background: rgba(0, 255, 195, 0.4);;
    border: 1px solid grey;
    scale: 1.1; 
    
}
header{
    width: 100%;
    background-color: #01172d;
    position: sticky;
    top: 0px;
    box-shadow: 0 3px 5px #000000;
    z-index: 9999;
}
figure img{
    height: 80px !important;;
}
.header-midd{
    padding:5px 0px ;
    display: flex;
    max-width: 1170px;
    margin: auto;
    justify-content: space-between;

    align-items: center;
}
.header-midd nav ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:35px;
    text-transform:capitalize;
    font-size:16px;

}
.header-midd nav ul:hover{
   
}

.header-midd nav ul a{
    color:#fffafa;
    transition-duration: 0.5s;

}
.header-midd nav ul a:hover{
    color:#99979a;

}
.header-midd nav ul button{
    padding: 16px 36px;
    border-radius: 31px;
    background-color: red;
    font-size: 16px;
    border: 1px solid grey;
    transition-duration: 1s;
}
.header-midd nav ul button:hover{
    border: 1px solid red;
    background-color:#01172d;
    
}
.header-midd nav ul button a{
    
    color:#fffafa;
    text-transform: uppercase;
}
.micon{
    display: none;
}
/* home section */
.home-section{
    background-color: #01172d;
    /*background: url("/images/home.avif") center;*/
    background-size: cover;
    width: 100%;
    
}
.homebgColor{
    /*background:rgba(0,0,0,0.7) ;*/
    /*height: 90vh;*/
     height: auto;
}
.homeText{
    max-width: 1170px;
    margin: auto;
    color: white;
    padding:50px 0px;
    
}
.homeText h2{
    font-size: 80px;
    text-align: center;
    text-transform: capitalize;
}

.home-midd{
    max-width: 1170px;
    padding:120px 0px ;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:80px;
}
.homeLeft{
    flex-basis: 60%;

}
.homeLeftText h2{
    font-size: 60px;
    color: white;
    
}
.homeLeftText p{
     color: #a0a4a9;
     line-break: auto;
     line-height: 20px;
     font-size: 16px;
     padding: 30px 0px;
}
.homeLeftBtn{
    display: flex;
    align-items: center;
    gap:100px;
}
.homeLeftBtn button{
    margin:20px 0px 0px  0px;
   padding: 16px 48px;
   border-radius: 31px;
   font-size: 16px;
   color:white; 
}
.freeQuote{
    background: #6674cc;
    border: 1px solid grey;
    transition-duration: 1s;
}

.freeQuote:hover{
   background:#0f1017 ;
   border: 1px solid red;  
}
.seeWork{
   background:#0f1017 ;
   border: 1px solid red;  
   transition-duration: 1s;
}
.seeWork:hover{
    
    background: #6674cc;
    border: 1px solid grey;
 }
 
.homeRight{
    flex-grow: 1;
    background: #2a1011;
    border-radius: 14px;
    border: 1px solid red;
    padding:20px 30px ;
}
.contact-left{
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
}
.contect-left-title h2{
     font-weight: 600;
     color:#a363aa ;
     font-size: 40px;
     margin-bottom: 5px;
}
.contect-left-title hr{
    border:none ;
    width: 120px;
    height: 5px;
    background-color: #a363aa;
    border-radius: 10px;
    margin-bottom: 20px;
}
.contact-inputs{
    width: 100%;
    padding: 10px 20px;
    border: none;
    outline: none;
    font-weight: 500;
    color: #666;
    border-radius: 50px;

}
.homeRight form textarea{
  height: 150px;
  padding-top:15px;
  border-radius: 20px;

}
.contact-inputs:focus{
   border: 2px solid #ff994f; 
}
.contact-inputs::placeholder{
    color: #99979a;
 }
.homeRight form button {
    padding: 16px 48px;
    font-size: 16px;
    color: white;
    gap: 10px;
    border: none;
    border-radius:31px;
    background: linear-gradient(270deg,#ff994f,#fa6d86);
    cursor: pointer;
  }
  .freeQuote a{
    color: white;
  }
  .seeWork a{
    color: white;
  }

  /* about section */
.about-section{
    width: 100%;
    background: #1E293B;
    /*background-color: #01172d;*/
}
.aboutText{
     max-width:1170px;
     margin: auto;
     padding: 50px 0px;
}
.aboutText h2{
    color:#899cb5;
    font-size: 50px;
    text-align: center;
   text-transform: uppercase;
}
.aboutText h2 i{
    padding-right: 10px;
}





.about-midd{
    max-width: 1170px;
    margin: auto;
    padding: 20px 0px 80px  0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:5%;
   
}

.aboutLeft{
    flex-basis:42%;
}
.aboutLeft p{
    line-height: 30px;
    color: white;
    text-align: justify;
    font-size: 16px;
}
.aboutLeft p i{
    background-color: #6674cc;
    padding:10px 10px;
    border-radius: 50%;

}
.aboutRignt{
    flex-grow: 1;
}

/* offer */
.offer-section{
    width: 100%;
    background-color: #01172d;
    padding: 40px 0px 40px 0px;
}
.offerText{
    padding:60px 0px 20px  0px;

}
.offerText i{
  color: white;
  padding-right:10px;
}
.offerText h2{
    color:#899cb5 ;
    text-transform: uppercase;
    font-size:50px;
    text-align: center;
}

.offer-midd{
    max-width: 1170px;
    margin: auto;
    padding: 60px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}
.offerItems{
  flex-basis: 30%;
  padding:20px 20px;
  transition-duration: 1s;
  
 /* border-radius: 8px;
  box-shadow: 0 0 10px  #6674cc;*/
}
.offerItems:hover{
    border-radius: 8px;
    box-shadow: 0 0 10px  #6674cc;
  }
  .offerItems img{
    display: block;
    margin: auto;
  }
  .offerItems h2{
    text-align: center;
    font-size: 30px;
    color: white;
    padding: 10px 0px 20px 0px;
  }
 .custom{
    height:60px;
 }
  .offerItems p{
    color: white;
    font-size: 16px;
    color:#899cb5 ;
    text-align: center;
  }


  /* recent project */
  .recent-section{
     width: 100%;
    background: #1E293B;
    padding:10px 0px 40px 0px ;
  }
  
  .recentText{
    padding: 40px 0px 60px  0px;
    font-size: 40px;
    text-align: center;
    color:#899cb5;
  }
  
  .recentText i{
    padding-right: 10px; 
  }

  .recent-midd{
    padding: 40px 0px;
    max-width: 1170px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:50px;
    background-color: #2c303a;
    border-radius: 14px;
    
    box-shadow: 0 0 15px rgba(0, 255, 195, 0.4);
    transition-duration: 1s;
     }
     
  .recent-midd:hover{
    padding:20px 20px ;
    background: #1a1f2b;
    box-shadow:0 0 15px #0a66c2 ;
     }
     
     .recentItems{
        max-width:1170px;
        margin: auto;
        border-radius: 30px;
        padding: 40px 40px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap:100px;
     }
     .recentVideo{
        flex-basis:100%;
         padding:5px;
         border-radius: 8px;
         border: 1px solid grey;
         background: #1a1f2b;
     }
     
     .recentVideo img{
        height: 250px;
        width: 100%;
        object-fit: cover;
     }
     .recentVideo button{
        margin:15px 0px;
        width: 100%;
        padding: 16px 48px;
        border-radius: 31px;
        background: #0a66c2;
        color: white;
        border: 1px solid grey;
        
     }
     .recentVideo button a{
         color:white;
         font-size: 16px;
     }
     
     .recentVideo button:hover{
       border: 1px solid red;
       background:#281010 ;  
     }
.recentVideoText{
    flex-grow: 1;
    text-align: start;

}
.recentVideoText h2{
    font-size: 35px;
    color: white;
}
.recentVideoText h3{
    font-size:20px;
    padding: 30px 0px;
    color: #f9f9f9;
}
.recentVideoText p{
    font-size:18px;
    line-height: 25px;
    color: #aaaeb4;
}

     /* choose section */
     .choose-section{
        
     width: 100%;
     background: #1E293B;
     padding:20px 0px 90px 0px;
     }

     .chooseText{
        
    padding: 40px 0px 65px  0px;
    font-size: 35px;
    text-align: center;
    color:#899cb5;
    text-transform: capitalize;
     }
       
     .chooseText i{
    padding-right: 10px; 
  }

     .choose-midd{

        padding: 30px 0px 60px 0px;
        max-width: 1170px;
        margin: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap:50px;
        transition-duration:1s ;
     }
     .choose-midd:hover{
        box-shadow: 0 0 15px rgba(0, 255, 195, 0.4);
        border-radius: 8px;
        padding:50px 35px;
     }
     .chooseItems{
        flex-basis: 30%;
         padding:30px 30px;
         border-radius: 8px;
         background: #2c303a;
         text-align: center;
         transition-duration: 1s;
     }
     .chooseItems:hover{
        background: #1a1f2b;
        color: #00ffc3;
        box-shadow: 0 0 15px rgba(0, 255, 195, 0.4);
        transform: translateY(-4px) scale(1.03);
     }
     .chooseItems i{
        color: white;
        font-size: 40px;

     }
     .chooseItems h3{
      padding:30px 0px 0px 0px;
     
      color: white;
     }


/*end */

     /* contact section */
.contact-section{
    width: 100%;
    background-color: white;
    margin:40px 0px 40px 0px;
}
.contactText{
    max-width: 1170px;
    margin: auto;
}

.contactText h2{
 font-size: 45px;
 text-align: center;
 padding: 50px 0px 50px 0px;
 color: black;
}
.contactText h2 i{
    padding-right: 10px;
   }

.contact-midd{
    max-width: 1170px;
    margin: auto;
    padding:20px 0px 40px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:30px;
    flex-wrap: wrap;
    
} 
.contactItems{
    flex-basis:20%;
    margin:20px 0px ;
    text-align: center;
    padding:50px 0px;
    border-radius: 50%;
    box-shadow: 0 0 10px #515BD4; 
}
.contactItems h4 a{
    color: black;
    font-size: 18px
}

.contactItems i{
   font-size: 35px;
   padding:16px 72px ;
}

.contactItems h3{
    padding:30px 0px 0px 0px ;
    text-align: center;
}

#linked{
    color: #0a66c2;
}
#email{
    color: red;
}
#insta{
    background: linear-gradient(#515BD4,#8134AF,#DD2A7B,#FEDA77,#F58529);
    -webkit-background-clip: text;
   color: transparent;
}

/* footer section */
.footer-section{
    width: 100%;
    background-color:  #202329;
   
}
.footer-midd{
    max-width: 1170px;
    margin: auto;
    padding: 50px 0px 40px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
     gap:30px;
}

.footerItems
{
    flex-basis:30%;
    padding: 0px 0px 25px 0px;
}
@keyframes zoom-in-zoom-out {
    0% {
      transform: scale(1, 1);
    }
    50% {
      transform: scale(1.5, 1.5);
    }
    100% {
      transform: scale(1, 1);
    }
  }
.footerItems img{
    
  animation: zoom-in-zoom-out 2s ease-out infinite;
    height:80px;
}
.quickText{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
.quickBold h3{
    flex-direction: column;
    font-size: 25px;
    color: white;
}
.quickSpan {
    color: #666;
    padding: 20px 0px 0px 0px;
    font-size:16px ;
}
.quickSpan p{
    color: #abafb5;
    line-height: 25px;
}
.footerContact{
    text-align: center;
}
.footerContact h4{
    color: white;
    font-size: 25px;

}
.footerContact p {
    padding-top:20px ;
}
.footerContact p a{
    
    color: #abafb5;
    font-size: 16px;
}

.copyRight{
    padding: 20px 0px 40px 0px;
    color: white;
    text-align: center;
}
    
.copyRight p{
    text-transform: capitalize;
}

.quickSpan a{
    
    color: #abafb5;
}

/* fixed */
.mobileBtn{
    display: none;
}


/* animation */

.app {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  
  .tag-list {
    width: 30rem;
    max-width: 90vw;
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    gap: 1rem 0;
    position: relative;
    padding: 1.5rem 0;
    overflow: hidden;
  }
  
  .loop-slider {
    .inner {
      display: flex;
      width: fit-content;
      animation-name: loop;
      animation-timing-function: linear;
      animation-iteration-count: infinite;
      animation-direction: var(--direction);
      animation-duration: var(--duration);
    }
  }
  
  .tag {
    display: flex;
    align-items: center;
    gap: 0 0.2rem;
    color: #e2e8f0;
    font-size: 0.9rem;
    background-color: #334155;
    border-radius: 0.4rem;
    padding: 0.7rem 1rem;
    margin-right: 1rem; // Must used margin-right instead of gap for the loop to be smooth
    box-shadow: 
      0 0.1rem 0.2rem rgb(0 0 0 / 20%),
      0 0.1rem 0.5rem rgb(0 0 0 / 30%),
      0 0.2rem 1.5rem rgb(0 0 0 / 40%);
    
    span {
      font-size: 1.2rem;
      color: #64748b;
    }
  }
  
  .fade {
    pointer-events: none;
    background: linear-gradient(90deg, #1e293b, transparent 30%, transparent 70%, #1e293b);
    position: absolute;
    inset: 0;
  }
  
  @keyframes loop {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  .about-midd{
    gap: 80px;
  }

  /* loader */
  .loading-gif {
    max-width: 500px;
}

.pre-loader {
    position: fixed;
    z-index: 100; /** make sure this is the highest value compared to all other divs **/
    top: 0;
    left: 0;
    background:grey;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width:100%;
}

.pre-loader.hidden {
    animation: fadeOut 3s; /** change to 1s */
    animation-fill-mode: forwards;
}

@keyframes fadeOut {
    100% {
        opacity: 0;
        visibility: hidden;
    }
}

