  @import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');

  *{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

    .html{
      scroll-behavior: smooth;
    }


  :root {
    --clr-1:#052b2f;
    --clr-2:#073438;
    --clr-3:#0e4b50;
    --clr-4:#2d8f85;
    --clr-5:#637c54;

    --primary-color: #FD4766;
    --bg-blue: #0d6efd;
    --bg-indigo: #6610f2;
    --bg-purple: #6f42c1;
    --bg-pink: #d63384;
    --bg-red: #dc3545;
    --bg-orange: #fd7e14;
    --bg-yellow: #ffc107;
    --bg-green: #198754;
    --bg-teal: #20c997;
    --bg-cyan: #0dcaf0;
    --bg-white: #fff;
    --bg-gray: #6c757d;
    --bg-gray-dark: #343a40;
    --bg-gray-100: #f8f9fa;
    --bg-gray-200: #e9ecef;
    --bg-gray-300: #dee2e6;
    --bg-gray-400: #ced4da;
    --bg-gray-500: #adb5bd;
    --bg-gray-600: #6c757d;
    --bg-gray-700: #495057;
    --bg-gray-800: #343a40;
    --bg-gray-900: #212529;
    --bg-primary: #0d6efd;
    --bg-secondary: #6c757d;
    --bg-success: #198754;
    --bg-info: #0dcaf0;
    --bg-warning: #ffc107;
    --bg-danger: #dc3545;
    --bg-light: #f8f9fa;
    --bg-dark: #212529;
    --aqua-color:#0063a5;
    --bg-black:#000000;
    --bg-dark-blue:#091020;
    --shade:#060c0f;
    --secondary-color:#0e1525;
    --bg-white:#FFF;
    --gray-color:#c6c9d8bf;
    --gradient-color: linear-gradient(
        -224deg, var(--primary-color) 0, #337DFF 100%);
        --gradient-text: linear-gardient(
        120deg, #1C99FE 20.69%, #7644FF 50.19%, var(--primary-color) 70.69%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--primary-color)', endColorstr='var(--secondary-color)', GradientType=1);
        


       
          filter: blur(#14ffe9 67.98%, #ffeb3b 25.98% , #ff00e0 46.67%,);

        
       --primary-font: 'Oswald', sans-serif;
       --primary-text: #FD4766;
       --text-gray: #c6c9d8bf;
       --text-white:#FFF;
    }
    

       body{
        font-family: var(--primary-font);
        background-color: var(--secondary-color);
       }
        
       a{
        text-decoration: none;
       }
    
       ::-webkit-scrollbar{
        width: 6px;
       }
       ::-webkit-scrollbar-track{
        background: var(--bg-black);
       }
       ::-webkit-scrollbar-thumb{
        background: var(--primary-color);
       }
       
       input[type=number]::-webkit-inner-spin-button,
       input[type=number]::-webkit-outer-spin-button{
        -webkit-appearance: none;
        margin: 0;
       }

       section{
        padding: 50px 0;
       }

       .main-btn{
        display: inline-block;
        border-radius: 50px;
        transition: all .3s ease-in-out;
        padding: 10px 27px;
        background-color: transparent;
        border: 2px solid var(--gray-color);
        color: var(--text-gray);
        font-weight: 500;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 2px;
        text-decoration: none;
       }
       .main-btn:hover{
        background-color: var(--primary-color);
        border-color: var(--primary-color);
        color:var(--text-white)
       }
       h1{
        font-size:54px;
        line-height: 68px;
        font-weight: 800;
        color: var(--text-white);
        margin-bottom: 20px;
       }
h1 span{
    color: var(--primary-color);
}
h2{
    font-size:50px;
        line-height: 1.3px;
        font-weight: 600;
        color: var(--text-white);
        margin-bottom: 15px;
}
h3{
    font-size:20px;
        font-weight: 600;
        color: var(--text-white);
        margin-bottom: 19px;
}
h6{
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 5px;
    display: block;
    color: var(--text-white);
    margin-bottom: 20px;
}
p{
    color: var(--text-gray);
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 1px;
    font-weight: 400;
}

h5{
  color: var(--text-gray);
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1px;
  font-weight: 400;
}

.subtitle{
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 18px;
    font-size: 16px;
    margin-bottom: 12px;
    background: var(--gradient-color);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

input:hover,
input:focus,
textarea:focus,
textarea:hover,
button{
    outline: none !important;
    box-shadow: none  !important;
}



.header_wraper .navbar{
    padding: 15px 0;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.header_wraper .navbar-brand img{
    max-width: 400px;
    height: auto;
}

.header_wraper .navbar-toggler{
    border: none;
    color:var(--text-white);
    line-height: 2;
}

.header_wraper .navbar-toggler:focus{
    box-shadow: none;
}

.header_wraper .nav-item{
    margin: 0 10px;
}
  .header_wraper .nav-item .nav-link{
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: var(--text-gray);
    display: inline-block;
  }
  .header_wraper .nav-item .nav-link::after{
    position: absolute;
    content: '';
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary-color);
    transition: 0.4s;
    bottom: 0;
  }
  .header_wraper .nav-item .nav-link.active::after,
  .header_wraper .nav-item .nav-link:hover::after{
    width: 100%;
  }

  .header_wraper .nav-item .nav-link.active,
  .header_wraper .nav-item .nav-link:hover{
    color: var(--text-white);
  }

  .header-scrolled{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var();
    -webkit-box-shadow:0 4px 6px 0 rgba(12,0,46,.05);
    box-shadow: 0 4px 6px 0 rgba(12,0,46,.05);
  }

  .header_scrolled.nav-item .nav-link.active,
  .header_scrolled .nav-item .nav-link:hover{
    color: var(--primary-color);
  }

 .banner_wraper{
    width: 100%;
    display: inline-flex;
    height: auto;
    min-height: 650px;
    background-image: url('../images/bg\ 4.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    padding: 200px 0 100px 0;
 }

  

 
  


 

  /*Qualification*/

 .Qualification_wrapper ul.nav-pills{
  border: 1px solid var(--bg-white);
  border-radius: 50px;

 }


 .Qualification_wrapper ul li .nav-link{
  border-radius: 50px;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.45s cubic-bezier(0,0,0.2,1);
  display: inline-block;
  color: var(--text-white);
  border: 0;
 }

 .Qualification_wrapper ul li .nav-link.active{
  background-color: var(--aqua-color);
  

 }

 .Qualification_wrapper .single-progress{
  margin-top: 16px;
  position: relative;
  overflow: hidden;
 }




 .Qualification_wrapper .single-progress h6{
  text-align: left;
  
 }

 .Qualification_wrapper  .single-progress .label{
  position: absolute;
  right: 0;
  top: 0;
  color: var(--bg-white);
  font-size: 15px;
 }

 .Qualification_wrapper .tab-pane li{
  color: var(--bg-white);
  font-size: 15px;
  margin-bottom: 15px;
  font-weight: 300;
  list-style: none;
 }

 .Qualification_wrapper .tab-pane li a{
  font-weight: 500;
  display: block;
  color: var(--bg-white);
 }


.nav-link_active{
  display: inline-block;
  border-radius: 20px;
  transition: all .4s ease-in-out;
  padding: 10px 20px;
  background-color: transparent;
  border: 2px solid var(--text-white);
  color: var(--text-white);
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
 }
/* background: linear-gradient(#14ffe9,#ffeb3b,#ff00e0)*/


 

.nav-link_active:hover{
  background-color: var(--primary-color);
  border-color: var(--primary-color);
 }
 
 

 


 
 .nav-link_2{
  display: inline-block;
  border-radius: 20px;
  transition: all .4s ease-in-out;
  padding: 10px 20px;
  background-color: transparent;
  border: 2px solid var(--text-white);
  color: var(--text-white);
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
 }

 .nav-link_2:hover{
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color:var(--text-white)
}
 

 .nav-link_3{
  display: inline-block;
  border-radius: 20px;
  transition: all .4s ease-in-out;
  padding: 10px 20px;
  background-color: transparent;
  border: 2px solid var(--text-white);
  color: var(--text-white);
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
 }

 .nav-link_3:hover{
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color:var(--text-white)
}


 /* Experience  */

 .btn4{color: rgb(255, 0, 0);
 }
 .btn4 a{ text-decoration: none;
 color: red;}

 .btn4:hover {color: aliceblue;}
 .btn4 a:hover {color: aliceblue;}


 .btn2{
   color:rgb(24, 124, 255);
 }
 .btn2 a{ text-decoration: none;
 color: rgb(24, 124, 255);}

 .btn2:hover {
   color: aliceblue;
 }

 .btn2 a:hover{color: aliceblue;}
 

 .btn3{color: aliceblue;
 }
 .btn3 a{ text-decoration: none;
 color:aliceblue ;}

 .btn3:hover {color:rgb(24, 124, 255);}
 .btn3 a:hover {color: rgb(24, 124, 255);}


/*Services*/



.container2{
  position: relative;
  display: flex;
  padding: 80px 40px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 80px;
}

.card{
  position: relative;
  width: 350px;
  height: 180px;
  background: var(--bg-black);
  transition: 0.8s;
}
 
.card:hover{
  height: 450px;
}

.card .lines{
  position: absolute;
  inset: 0;
  background: var(--bg-dark-blue);
  overflow: hidden;

}


.card .lines::before{
  content: '';
  position: absolute;
  top: 50%;
  width: 600px;
  left: 50%;
  height: 120px;
  background: linear-gradient(transparent,#45f3ff,#45f3ff,#45f3ff,transparent);
  animation: animate 4s linear infinite;
  /*animation-play-state: paused;*/
}

.card:hover .lines::before{
  animation-play-state: running;
}




@keyframes animate{
  0%{
    transform: translate(-50%,-50%) rotate(0deg);
  }
  100%{
    transform:translate(-50%,-50%) rotate(360deg);
  }
}



.card .lines::after{
  content: '';
  position: absolute;
  inset: 3px;
  background: var(--bg-dark-blue);
}


.card .img8x{
  position: absolute;
  top: -60px;
  left: 50%;
  width: 150px;
  height: 150px;
  transform: translateX(-50%);
  background:var(-);
  transition: 0.5s;
  z-index: 10;
  overflow: hidden;
  justify-content: center;
  display: flex;
  align-items: center;

}

.card:hover .img8x{
  top: 25px;
  width: 200px;
  height: 200px;
  background: var(--bg-dark-blue);
}

.card .img8x::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 500px;
  height: 150px;
  background: linear-gradient(transparent,#ff3c7b,#ff3c7b,#ff3c7b,transparent);
  animation: animate2 6s linear infinite;
 /* animation-play-state: paused;*/
}

.card:hover .img8x::before{
  animation-play-state: running;
}


@keyframes animate2{
  0%{
    transform: translate(-50%,-50%) rotate(360deg);
  }
  100%{
    transform: translate(-50%,-50%) rotate(0deg);
  }
}

.card .img8x::after{
  content: '';
  position: absolute;
  inset: 3px;
  background: var(--bg-dark-blue);

}

.card .img8x img{
  position: absolute;
  width: 100px;
  z-index: 1;
  filter: invert(1);
  opacity: 0.5s;
  transition: 0.5s;
}

.card:hover .img8x img{
  opacity: 1;
}

.card .content{
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
}
.card .content .details{
  padding: 30px 20px;
  text-align: center;
  width: 100%;
  transition: 0.5s;
  transform: translateY(145px);
}

.card:hover .content .details{
  transform: translateY(0px);
}
.card .content .details h3{
   font-size: 1.5em;
   font-weight: 500;
   color: var(--bg-cyan);
   line-height: 1.2em;
}

.card .content .details p{
  color: var(--bg-white);
  opacity: 0;
  transition: 0.5s;

}


.card:hover .content .details p{
  opacity: 1;
}


.card .content .details a{
  display: inline-block;
  position: relative;
 
  padding: 10px 30px;
  border: 2px solid var(--bg-cyan);
  margin-top: 0px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-reflect: below 0px linear-gradient(trasparent,#05E8BA);
  letter-spacing: 2px;
  transition: 0.5s;
  color: #fff;
  transition-delay: 0s;
}



.card .content .details a:hover{
  transition-delay: 1.5s;
  color: #000;
  box-shadow: 0 0 10px var(--bg-cyan),
  0 0 20px var(--bg-cyan),
  0 0 40px var(--bg-cyan),
  0 0 80px var(--bg-cyan),
  0 0 160px var(--bg-cyan);
}

.card .content .details a span{
  position: relative;
  z-index: 100;
}



.card .content .details a:nth-child(2){
  filter: hue-rotate(80deg);
}

.card .content .details a::before{
  content: '';
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 2px;
  background: var(--bg-cyan);
  box-shadow: 5px -8px 0   var(--bg-cyan)  ,
              5px 8px 0   var(--bg-cyan)  ;
              transition: width 0.5s, left 0.5s, height 0.5s, box-shadow 0.5s;
  transition-delay: 1s,0.5s,0s,0s;            
}

.card .content .details a:hover::before{
  width: 60%;
  height: 100%;
  left: -2px;
  box-shadow: 5px 0 0   var(--bg-cyan)  ,
              5px 0 0   var(--bg-cyan)  ;
  transition-delay: 0s,0.5s,1s,1s;
}




.card .content .details a::after{
  content: '';
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 2px;
  background: var(--bg-cyan);
  box-shadow: -5px -8px 0   var(--bg-cyan)  ,
              -5px 8px 0   var(--bg-cyan)  ;
              transition: width 0.5s, left 0.5s, height 0.5s, box-shadow 0.5s;
  transition-delay: 1s,0.5s,0s,0s;            
}

.card .content .details a:hover::after{
  width: 60%;
  height: 100%;
  right: -2px;
  box-shadow: -5px 0 0   var(--bg-cyan)  ,
              -5px 0 0   var(--bg-cyan)  ;
  transition-delay: 0s,0.5s,1s,1s;
}


.Potential_wrapper .center{
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;

}
.button{
  position: relative;
   margin-top: 30px;
   background: linear-gradient(#14ffe9, #ffeb3b, #ff00e0);
   height: 60px;
   width: 180px;
   border-radius: 30px;
}

.Potential_wrapper .outer button,.outer span{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.Potential_wrapper .outer button{
  background: #000;
  color: #f2f2f2;
  z-index: 9;
  outline: none;
  border: none;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 20px;
  cursor: pointer;
}

.button button{
  height: 50px;
  width: 170px;
  border-radius: 30px;
}

.outer span{
  height: 100%;
  width: 100%;
  background: inherit;
}

.outer.button span{
  border-radius: 30px;
}

.outer:hover span:nth-child(1){
  filter: blur(7px);
 
 
}

.outer:hover span:nth-child(2){
  filter: blur(14px);
 
 
}

.outer{
  animation: circling 1.8s linear infinite;
}

@keyframes circling {
  0%{
    filter: hue-rotate(0deg);
  }
  100%{
    filter: hue-rotate(360deg);
  }
}








/*Portfolio*/
.Portfolio_wrapper .card{
  height: 220px;
 width: 270px;
  
  overflow: hidden;
  border: 1px solid var(--bg-white);
  cursor: pointer;
  box-shadow: 0 0 16px 4px var(--bg-dark-blue);
}



.Portfolio_wrapper .card span{
  width: 100%;
  height: 100%;
  transition:background-position 2.5s ease-in-out 0s;
  background-position: top center;
  background-size: cover;
  
}


.Portfolio_wrapper .card:hover span{
  background-position: bottom center;
}  


.Portfolio_wrapper .center{
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;

}


 .button{
  position: relative;
   margin-top: 30px;
   background: linear-gradient(#14ffe9, #ffeb3b, #ff00e0);
   height: 60px;
   width: 180px;
   border-radius: 30px;
}

.Portfolio_wrapper .outer button,.outer span{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.Portfolio_wrapper .outer button{
  background: #000;
  color: #f2f2f2;
  z-index: 9;
  outline: none;
  border: none;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 20px;
  cursor: pointer;
}

.button button{
  height: 50px;
  width: 170px;
  border-radius: 30px;
}

.outer span{
  height: 100%;
  width: 100%;
  background: inherit;
}

.outer.button span{
  border-radius: 30px;
}

.outer:hover span:nth-child(1){
  filter: blur(7px);
 
 
}

.outer:hover span:nth-child(2){
  filter: blur(14px);
 
 
}

.outer{
  animation: circling 1.8s linear infinite;
}

@keyframes circling {
  0%{
    filter: hue-rotate(0deg);
  }
  100%{
    filter: hue-rotate(360deg);
  }
}





  






.Contact_wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.Contact_wrapper .container{
  position: relative;
  width: 100%;
  height: 100vh;
  background: var(--bg-dark-blue);
  display: flex;
  justify-content: center;
  align-items: center;

}
.Contact_wrapper .item{
  width: 100%;
  height: 550px;
  max-width: 820px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.4) ;
  overflow: hidden;
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  z-index: 1000;
}

.Contact_wrapper .contact{
  background: #fff;
}

 .submit-form{
  background-color:var(--bg-dark-blue);
 }

 .first-text{
  
  padding-left: 20px;
  padding-top: 20px;
  font-size: 35px;
  color: var(--bg-dark-blue);
  font-weight: 600;
 }

 .Contact_wrapper .image{
  height: 200px;
  width: 300px;
  align-items: center;
 
 }

 .social-media{
  display: flex;
  list-style: none;

 }

  ul li{
  padding-left:15px ;
  font-size: 24px;
  margin-top: 10px;

 }

 .social-media i{
  background: var(--bg-dark-blue);
  padding: 5px;
  border-radius: 5px;
  transition: .3s;
  text-transform: capitalize;


 }

 .social-media i:hover{
  background: #fff;
  color:var(--bg-dark-blue) ;

 }

 .second-text{
  font-weight: 500;
 color: var(--bg-dark-blue);
 padding-left: 10px;
 }

 .third-text{
  font-size: 25px;
  position: relative;
  top: 20px;
  left: 20px;
  padding-top: 10px;
  color: #fff;
 }

 form{
  padding: 0 50px;
  height: 100%;
  width: 100%;
  overflow: hidden;
 }

 .input-box{
  height: 40px;
  width: 70%;
  margin: 30px 0;
  position: relative;
 }

 .Contact_wrapper .input{
  width: 280px;
  height: 100%;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 20px;
  outline: none;
  padding-left: 10px;
  color: #fff;
  font-size: 16px;
 }

 .Contact_wrapper .input-box label{
  position: absolute;
  top: 50%;
  left: 10px;
  padding-left: 10px;
  transform: translateY(-50%);
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  transition: .3s;

 }
  
 .Contact_wrapper .input-box .input:focus ~ label,
 .Contact_wrapper .input-box .input:valid ~ label{
  top: -1px;
  left: 10px;
  background: var(--bg-dark-blue);
  font-weight: 500;
  font-size: 12px;
  padding: 5px;
 }

  .Contact_wrapper   textarea.input{
  resize: none;
  height: 150px;
  overflow: auto;
  padding-top: 10px;
 }

 .Contact_wrapper  .btn{
  position: relative;
  top: 100px;
  background: #FFF;
  outline: none;
  border: none;
  border-radius: 4px;
  
  font-size: 16px;
  color: var(--bg-dark-blue);
  cursor: pointer;
  font-weight: 500;
  
 }




















































































































