@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Ubuntu:wght@400;500;700&display=swap');
 *{
    margin:0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: 'Poppins', sans-serif;
 }


 body {
    background: #18252e;
    color: #fff;

 }

  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 10%;
    
    display: flex;
    justify-content:space-between;
    align-items: center;
    z-index: 100;
    background: linear-gradient(45deg, rgb(212, 218, 22), rgb(18, 86, 234), rgb(212, 218, 22));
  
 }
 .logo {
    position: relative;
    font-size: 35px;
    text-decoration: none;
    font-weight: 800;
    pointer-events: none;
    opacity: 0;
    animation: slideTop 1s ease forwards;
   color: #fff;
  }
   .header a span{
        color: #1b457a;
    }
 .navbar a {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    margin-left: 25px;
    transition: .3s;
    opacity: 0;
    animation: slideTop .5s ease forwards;
    animation-delay: calc(.2s * var(--i));
 }

 
 .navbar a:hover {
    background: linear-gradient(45deg, rgb(212, 218, 22), rgb(18, 86, 234), rgb(212, 218, 22));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
/*menu btn styling */
.menu-btn{
    color: #fff;
    font-size: 23px;
    cursor: pointer;
    display: none;
}
.home{
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: space-between ;
    align-items: center;
    padding: 70px 10% 0;
    background: url(office5.jpg);
    background-size: cover;
   background-position: center;
   
}

.home-content {
 max-width: 500px;
 margin-left: -30px;
}  

 .home-content h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.2;
    color: #0e0f0f;
    opacity: 0;
    animation: slideRight 1s ease forwards;
    animation-delay: .7s;
    }

    .home-content h3 {
        font-size: 32px;
        font-weight: 700;
        opacity: 0;
        animation: slideLeft 1s ease forwards;
        animation-delay: 1s;
    }
   
    .home-content h3 span {
        color: rgb(196, 114, 12);
    }

    .home-content p {
        font-size: 18px;
        margin: 20px 10 10px;
        opacity: 0;
        animation: slideLeft 1s ease forwards;
        animation-delay: 1.3s;
    }

    .btn {
        position: relative;
        display: inline-flex;
        justify-content: center;
        align-items: center;
         width: 200px;
        height: 48px;
      border-radius: 40px;
        font-size: 19px;
        color: #111;
        text-decoration: none;
       font-weight: 600;
      letter-spacing: 1px;
      z-index: 1;
      opacity: 0;
      animation: slideTop 1s ease forwards;
      animation-delay: 2s;
   box-shadow: 0 0 5px #12b76a,
               0 0 25px #e90e0e;
    }
    
    .btn::before {
        content: '';
        position: absolute;
        top:0;
        left: 0;
        inset: 0;
        background: linear-gradient(45deg, rgb(212, 218, 22), rgb(18, 86, 234), rgb(212, 218, 22));
        background-size: 200%;
        background-position: 0 0;
        border-radius: 40px;
        z-index: -1;
        filter: blur(5px);
        transition: .5s ease;
    }
    
     
     .btn:hover::before{
     background-position: 100%;
     }

    .btn::after {
        content: '';
        position: absolute;
        top:0;
        left: 0;
        inset: 0;
        background: linear-gradient(45deg, rgb(212, 218, 22), rgb(18, 86, 234), rgb(212, 218, 22));
        background-position: 0 0;
        background-size:200%;
        z-index: -1;
        border-radius: 400px;
        transition: .5s ease;
    }
     
    .btn:hover::after{
        background-position:100% 0;
    }

    .home-sci a {
     position: relative;
   display: inline-flex ;
   justify-content: center;
   align-items: center;
   width: 40px;
   height: 40px;
   background: linear-gradient(45deg, rgb(212, 218, 22), rgb(18, 86, 234), rgb(212, 218, 22));
    border-radius: 50%;
  font-size: 20px;
   color: #fff;
   text-decoration: none;
   margin: 30px 15px 30px 0;
   z-index: 1;
  
    }

    
    .home-sci a:nth-child(1) {
        opacity: 0;
        animation: slideBottom 1s ease forwards;
        animation-delay: 2.1s;  
    }

    .home-sci a:nth-child(2) {
        opacity: 0;
        animation: slideRight 1s ease forwards;
        animation-delay: 2.1s;  
    }

    .home-sci a:nth-child(3) {
        opacity: 0;
        animation: slideTop 1s ease forwards;
        animation-delay: 2.1s;  
    }

    .home-sci a::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: linear-gradient(45deg, rgb(212, 218, 22), rgb(18, 86, 234), rgb(212, 218, 22)); 
        border-radius: 50%;
         z-index: -1;
        transition: .5s ease;
        box-shadow: 0 0 5px #d5580a,
            0 0 25px #d5580a;
       }

   .home-sci a:hover::before{
filter: blur(5px);
   }

    .home-sci a::after {
     content: '';
     position: absolute;
     width: 100%;
     height: 100%;
     background: #111;
     border-radius: 50%;
     transform: scale(.88);
     z-index: -1;
     transition: .5s ease;
    }

    .home-sci a:hover::after {
     transform: scale(0);
    }

    .home-img {
        width: 410px;
        height: 410px;
        opacity: 0;
        animation: zoomIn 1s ease forwards, floatImage 
        4s ease-in-out infinite;
        animation-delay: 2.1s, 3.1s;
        
    }

    .home-img .glowing-circle {
      position: relative;  
      width: 100%;
      height: 100%;
      
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .home-img .glowing-circle::after {
        content: '';
        position: absolute;
        width: 280px;
        height: 280px;
        background: #fff;
        border-radius: 50%;
    }
    .glowing-circle span {
        position: absolute;
        width: 100%;
        height: 100%;
       background: linear-gradient(rgb(212, 218, 22), rgb(18, 86, 234)); 
        border-radius: 50%;
        animation: circleRotate 5s linear infinite;
        
    }

    .glowing-circle span:nth-child(1) {
        filter: blur(10px);
    }

    .glowing-circle .image {
        position: relative;
        width: 380px;
        height: 380px;
        
        border-radius: 50%;
        z-index: 1;
        overflow: hidden;
      }

    .image img {
       
        position:absolute;
        top: 10px;
        left: 50%;
        transform: translateX(-50%);
        max-width: 350px;
        object-fit:cover;
 }

 .about {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 1.5rem;
    background: #032337;
     }
.about-img img{
    padding-bottom:30%;
    max-width: 630px;
    height:auto;
    width: 100%;
    border-radius:18px;
   
}
.about-text h2{
    font-size: 60px;
    color: #111;
}
.about-text h2 span{
    color: rgb(32, 16, 203);
}
.about-text h4{
    font-size: 29px;
    font-weight: 700;
    color:#111;
    line-height: 1.7;
    margin: 15px 0 30px;
} 
.about-text h3{
    font-weight: 900;
    font-size: 25px;
    align-items: center;
    margin-top: -53px;
    color: #f4f6f6;
}
.about-text p{
    color: rgb(246, 250, 250);
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 4rem;
    
} 
.about-text li{
    color: #efeff8;
    font-weight: 700;
}
.about .btn{
    color: #f6ebeb;
  left: -10px;
   top: -50px;
   display: inline-flex;
   justify-content: center;
   align-items: center;
    width: 800px;
   height: 48px;
  
}
 
.btn:hover::after{
    background-position: 100% 0;
}
#services {
 color: aliceblue;
font-size: 20px;
line-height: 1.4;
margin-bottom: 4rem;
background: #0e0f0f;
}
.sub-title{
    text-align: center;
    font-size:60px;
    padding-bottom:60px;
}
.sub-title span{
    color:  rgb(32, 16, 203);
}

.container{
    padding: 90px;
}

.services-list{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(259px,1fr));
    grid-gap: 40px;
    margin-top: 50px;
}

.services-list div{
    background-color: transparent;
    padding: 40px;
    font-size: 13px;
    font-weight: 13px;
    border-right: 10px;
    border-radius: 20px;
    transition: background 0.5s, transform 0.5s;
    box-shadow: 1px 1px 20px #6250a9,
                1px 1px  40px #0b0be2
}

.services-list div i{
    font-size: 50px;
    margin-top: 30px;
    margin-bottom: 15px;
}
.services-list div a{
    text-decoration: none;
    color: #111;
    font-size: 16px;
    margin-top: 20px;
    display: inline-block;
}
.read {
    display: inline-block;
    padding: 12px 28px;
    background: #de7e09;
    border-radius: 40px;
    font-size: 16px;

    letter-spacing: 1px;
    text-decoration: none;
    font-weight: 600;
    opacity: 0;
    animation: slideTop 1s ease forwards;
    animation-delay: 2s;
box-shadow: 0 0 5px #d5580a,
            0 0 25px #d5580a;
}

.read:hover {
  box-shadow: 0 0 5px #de7e09,
  0 0 25px #de7e09, 0 0 50px #de7e09,
  0 0 100px #de7e09, 0 0 200px#de7e09;
}

.services-list div:hover{
    transform: translateY(-10px);
}

section{
    display: flex;
 
}
    

.container1{
  width: 600px;  
  height: 500px;
  padding: 75px 90px;
  margin-left: 120px;
}
.heading1{
   text-align:center; 
   text-decoration: underline;
   text-underline-offset: 10px;
   text-decoration-thickness: 5px;
   margin-bottom: 50px;
   color: #fff;
   display: grid;
}
.sub-title{
    padding-bottom: 10px;

}
.bar{
    font-size: 23px;
 }
.Technical-bars .bar{
    margin-top: 40px 0;
}
.Technical-bars .bar:first-child{
margin-top: 0;
}
.Technical-bars .bar:last-child{
margin-bottom: 0;
}
.Technical-bars .bar .info{
    margin-bottom: 7px;
}
.Technical-bars .bar .info span{
    font-size: 17px;
    font-weight: 500;
   animation: showText 0.5s 1s linear forwards; 
   opacity: 0;
}
.Technical-bars .bar .progress-line{
position: relative;
border-radius: 10px;
width: 100%;
height: 5px;
background-color: #0f068f;
animation: animate 1s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
transform: scaleX(0);
transform-origin: left;
}
@keyframes animate{
    100%{
        transform: scaleX(1);
    }
}
.Technical-bars .bar .progress-line span{
    position: absolute;
    border-radius: 10px;
    height: 100%;
    background-color: #d7ca1e;
    animation: animate 1s 1s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
    transform: scaleX(0);
    transform-origin: left;
    }

     .progress-line.html span{
       width: 90%;
    }
    .progress-line.css span{
        width: 60%;
}
    .progress-line.javascript span{
        width: 85%;
 }
    .progress-line.python span{
         width: 50%;
}
   .progress-line.react span{
    width: 75%;
     }
     .progress-line span::after{
        position: absolute;
        padding: 1px 8px;
        background-color: #1ec5bd;
        color: #0e0d0e;
        font-size: 12px;
        border-radius: 3px;
        top: -28px;
        right: -20px;
        animation: showText 0.5s 1.5s linear forwards;
        opacity: 0;
     }
.progress-line.html span::after{
    content: "90%";
}
.progress-line.css span::after{
    content: "60%";
}
.progress-line.javascript span::after{
    content: "85%";
}
.progress-line.python span::after{
    content: "50%";
}
.progress-line.react span::after{
    content: "75%";
}
.progress-line span::before{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-bottom-width: 0px;
    border-right-width: 0px;
    border-top-color: #1adfae;
    top: -10px;
   right: 0; 
   animation: showText 0.5s 1.5s linear forwards;
   opacity: 0;
}
@keyframes showText {
       100%{
        opacity: 1;
       }
}

.radial-bars{
    width: 100%;
    display: flex;
    flex-wrap:wrap;
    justify-content: space-evenly;
    align-items: flex-start;
   
}
.radial-bars .radial-bar{
    width: 50%;
    height: 170px;
    margin-bottom: 10px;
    position: relative;
    
}
.radial-bars .radial-bar svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    width: 120px;
    height: 160px;
   
}
.radial-bars .radial-bar .progress-bar{
    stroke-width: 10;
    stroke: #0f068f;
    stop-color: black;
    fill: transparent;
    stroke-dasharray: 502;
    stroke-dashoffset: 502;
    stroke-linecap: round;
    animation: animate-bar 1s linear forwards;
}
@keyframes animate-bar{
    100%{
        stroke-dashoffset: -1;
    }
}
.path{
    stroke-width: 10;
    stroke: #d7ca1e;
    fill: transparent;
    stroke-dasharray: 502;
     stroke-dashoffset: 502;
     stroke-linecap: round;
}
.path-1{animation: animate-path1 1s 1s linear forwards;}
.path-2{animation: animate-path2 1s 1s linear forwards;}
.path-3{animation: animate-path3 1s 1s linear forwards;}
.path-4{animation: animate-path4 1s 1s linear forwards;}

@keyframes animate-path1{
    100%{
        stroke-dashoffset: 50;
    }
}
@keyframes animate-path2{
    100%{
        stroke-dashoffset: 175;
    }
}
@keyframes animate-path3{
    100%{
        stroke-dashoffset: 125;
    }
}
@keyframes animate-path4{
    100%{
        stroke-dashoffset: 75;
    }
}

.radial-bar .percentage{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 17px;
    font-weight: 500;
    animation: showText 0.5s 1s linear forwards;
    opacity: 0;
}
.radial-bar .text{
    width: 100%;
    position: absolute;
    text-align: center;
    left: 50%;
    bottom: -5px;
 transform: translateX(-50px);
 font-size: 17px;
  font-weight: 500;
 animation: showText 0.5s 1s linear forwards;
 opacity: 0;
}



#contact{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 3rem;
    padding-left: 30px;
    margin-top: 130px;
    color: #e9ede9;
    background: url(con123.webp);
}

.contact-text h2{
    font-size: 90px;
    line-height: 1;
    text-align: center;
}
.contact-text h2 span{
    color: rgb(32, 16, 203);
}
.contact-text h4 {
    margin: 15px;
    color: #7cf700;
    font-size: 20px;
    font-weight: 600;
}
.contact-text p{
    color: #eeedec;
    font-size: 15px;
    line-height:30px;
    margin-bottom: 2rem;
}
.contact-list{
    margin-bottom: 3rem;
    }
.contact-list li{
    margin-bottom: 10px;
    display: block;
}

.contact-list i{
    display: inline-block;
    color: #651208;
    font-size: 30px;
    font-weight: 700;
    transition: all .40s ease;
}

.contact-list li a:hover{
    transform: scale(1.01) translateY(-5px);
    color: #0a85c6;
}
.contact-icons i {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 2px solid #0f7e7e;
    border-radius: 50%;
    font-size: 20px;
    color: #e9eeee;
    text-decoration: none;
    margin: 30px 15px 30px 0;
    transition: .5s ease;
    opacity: 0;
    animation: slideLeft 1s ease forwards;
    animation-delay: calc(.2s * var(--i));
}
.contact-icons i:hover{

box-shadow: 0 0 20px #d4840b;
width: 40px;
   height: 40px;
   background: linear-gradient(45deg, rgb(212, 218, 22), rgb(18, 86, 234), rgb(212, 218, 22));
    border-radius: 50%;
  font-size: 20px;
   color: #fff;
   text-decoration: none;
   margin: 30px 15px 30px 0;
   z-index: 1;
}

.contact-form form{
    position: relative;
}
.contact-form form input,form textarea{

    border: none;
    outline: none;
    width: 90%;
    padding: 18px;
    background: #ece7e6;
    color: #111;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    border-radius: 0.5rem;
}
.contact-form textarea{
    resize: none;
    height: 220px;
}
.contact-form form .send{

 display: inline-block;
    padding: 14px 60px;
    background: #de7e09;
    border-radius: 40px;
    font-size: 18px;
    color: #141212;
    letter-spacing: 1px;
    text-decoration: none;
    font-weight: 600;
    opacity: 0;
    animation: slideTop 1s ease forwards;
    animation-delay: 2s;
box-shadow: 0 0 5px #d5580a,
            0 0 25px #d5580a;
}

.contact-form form .send:hover{
    box-shadow: 0 0 5px #de7e09,
    0 0 25px #de7e09, 0 0 50px #de7e09,
    0 0 100px #de7e09, 0 0 200px#de7e09;
  }


  footer{
    background: #111;
    padding: 20px 23px;
    color: #960808;
 }

.top{
    position: fixed;
    bottom: 2.1rem;
    right: 2.1rem;
}
.top i {
    color: #121212;
    
    font-size: 20px;
    padding: 10px;
    border-radius: 0.5rem;
   
    background: linear-gradient(45deg, rgb(24, 206, 151), rgb(18, 86, 234), rgb(218, 133, 22));
     background-size: 100%;
    z-index: -1;
    border-radius: 800px;
}









/* KEYFRAMES ANIMATION */
    @keyframes slideTop {
        0%{
            opacity: 0;
            transform: translateY(100px);
        }
        100%{
            opacity: 1;
            transform: translateY(0);
        }
    }

    @keyframes slideRight {
        0%{
            opacity: 0;
            transform: translateX(-100px);
        }
        100%{
            opacity: 1;
            transform: translateX(0);
        }
    }


    @keyframes slideLeft {
        0%{
            opacity: 0;
            transform: translateX(100px);
        }
        100%{
            opacity: 1;
            transform: translateX(0);
        }
    }

    @keyframes slideBottom {
        0%{
            opacity: 0;
            transform: translateY(-100px);
        }
        100%{
            opacity: 1;
            transform: translateY(0);
        }
    }

    @keyframes zoomIn {
        0% {
            opacity: 0;
            transform: scale(0);

        }
        100% {
            opacity: 1;
            transform: scale(1);
        }
    }

    @keyframes floatImage {
        0% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(24px);
        }
       100% {
            transform: translateY(0);
        }
    }



    @keyframes  circleRotate {
        0% {
            transform: rotate(0);
        }

       
    }
