*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
 }
 html {
     font-size: 10px;
     font-family:'poppins', sans-serif;
     scroll-behavior: smooth;
     background-color: #000;
 }
 .material-icons-outlined {
    vertical-align: middle;
    line-height: 1px;
    color: #9799ab;
    margin-left: -30px;
  }
 a{
     text-decoration: none;
 }

 .container {
     min-height: 100vh;
     width: 100%;
     display: flex;
     align-items: center;
     justify-content: center;
     padding: 0 1em;
 }
h1 {
     font-size: 2rem;
     text-transform: uppercase;
     color: #fff;;
 }

.section-title{
    font-size: 4rem;
    font-weight: 600;
    color: black;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: .2rem;
    text-align: center;
}
.section-title span{
    color: crimson;
} 
 /* hero section */
 #hero {
    background: #fff;
    position: relative;
    flex-direction: column;
}
#hero .hero {
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
}

#hero .nav-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    max-width: 1200px;
    margin-left: 0px;
    flex-direction: row;
}

#hero .nav-bar .brand h2{
    color: #000;
    font-size: 7.5rem;
    margin-left: 5%;
}


#hero .nav-bar .brand p{
    color: #000;
    margin-top: 30px;
    margin-bottom: 5px;
    margin-left: 5%;
    font-size: 2.8rem;
}

#hero .nav-bar .brand .button{
    width: 20%;
    padding: 12px 20px;
    margin: 20px 0;
    display: inline-block;
    border: 1px solid #0e1133;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #0e1133;
    font-weight: 600;
    color: #fff;
    margin-left: 5%;
  }

#hero .nav-bar .brand .button:hover  {
    background-color: #fff;
    color: #000000;
}
#hero .nav-bar .brand .button1{
    width: 20%;
    padding: 12px 20px;
    margin: 20px 0;
    display: inline-block;
    border: 1px solid #0e1133;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #fff;
    font-weight: 600;
    color: #000000;
    margin-left: 20px;
  }
  #hero .nav-bar .brand  .button1:hover{
    background-color: #0e1133;
    color: #fff;
}
#hero .nav-bar   img {
    border-radius: 10px;
    height: 550px;
    width: 420px;
}
 /* end of hero section */
/*service section*/
#services {
    background-image: url(../../images/images/algorithims.jpg);
    background-size: cover;
    background-position:  center;
    position: relative;
    z-index: 1;
}
#services::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: .7;
    z-index: -1;
}
#services .services {
    position: relative;
    flex-direction: column;
    margin-top: 1%;
}
#services .head h1{
    margin-top: -60%;
    margin-left: -75%;
    color: #fff;
}
#services .all-projects{
    display: grid;
    margin-top: -20%;
    margin-left: 5%;
    margin-bottom: -20%;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}

#services .project-info {
    padding: 25px;
    flex-basis: 50%;
    background-color: transparent;
    height: 100%;
    width: 90%;
    display: grid;
    border-radius: 5px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    color: #000000;
}

#services .project-info h1{
    color: #fff;
    font-size: 2.8rem;
    font-weight: 600;
    text-transform: inherit;
    margin-bottom: 15px;
}
#services .project-info p{
    color: #fff;
    font-size: 2.5rem;
}



/*end service section/

/*service section*/
#services1 .services1 {
    background: #E6E6E6;
    position: relative;
    flex-direction: column;
    margin-top: 1%;
}
#services1 .head h1{
    margin-left: -40%;
}
#services1 .all-projects{
    display: grid;
    margin-left: 30px;
    margin-bottom: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    margin-left: 5%;
}

#services1 .project-info {
    padding: 25px;
    flex-basis: 50%;
    background-color: #E6E6E6;
    height: 100%;
    width: 90%;
    display: grid;
    border-radius: 5px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    color: #000000;
}

#services1 .project-info h1{
    color: #000000;
    font-size: 2.8rem;
    font-weight: 600;
    text-transform: inherit;
    margin-bottom: 15px;
}
#services1 .project-info p{
    color: #000000;
    font-size: 2.5rem;
}

/*end service section/
/* start of services */
#services4 {
    background: #E6E6E6;
    position: relative;
    flex-direction: column;
    margin-top: 1%;
}
#services4  .services4 {
    padding-bottom: 10px;
    
}
#services4 .head h1{
    margin-top: -40%;
    margin-bottom: 10%; 
    margin-right: -70%; 
    color: #000000;
}
#services4 .all-projects{
    margin-left: 30px;
    margin-bottom: 20px;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-left: -30%;
}
#services4 .chevron {
    width: 0;
    height: 0;
    margin-bottom: -2.5%;
    margin-left: -5%;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #000000;
    clip-path: polygon(0 50%, 40% 51%, 40% 50%, 39% 50%, 40% 50%, 100% 50%, 50% 100%);
  }



#services4 .project-info {
    padding: 25px;
    flex-basis: 50%;
    background-color: #E6E6E6;
    height: 1%;
    width: 100%;
    display: flex;
    border-radius: 5px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    color: #000000;
}

#services4 .project-info h1{
    color: #000000;
    font-size: 2.8rem;
    font-weight: 600;
    text-transform: inherit;
    margin-bottom: 15px;
}
#services4 .project-info p {
    color: #000000;
    font-size: 2.5rem;
    position: relative;
    width: 90%;
    animation: movedown 6s linear forwards;
    opacity: 0;
}
@keyframes movedown {
    0% {
        opacity: 1;
        transform: translateY(-30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}
#services4 .project-info p::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 100%;
    background: #000000;
    top: 0;
    left: -3.5%;
    margin-left: -3px;
    z-index: -1;
    animation: moveline 6s linear forwards;
}
@keyframes moveline {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}


/* end of services */
/* start */
#services5 {
    margin-top: 1%;
    background: #E6E6E6;
    margin-bottom: -7%;
}
#services5 .Provide {
    position: relative;
    flex-direction: column;
}
#services5 .head h1 {
    margin-left: 7%;
    margin-bottom: -5%;
    color: #add8e6;
    font-size: 5.5rem;
}
#services5 .timeline {
    position: relative;
    max-width: 1200px;
    margin: 100px auto;
}
#services5 .Service1 {
    padding: 10px 50px;
    position: relative;
    width: 50%;
    animation: movedown 1s linear forwards;
    opacity: 0;
    color: #000;
}
@keyframes movedown {
    0% {
        opacity: 1;
        transform: translateY(-30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}
#services5 .Service1::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 100%;
    background: #000;
    top: 0;
    left: 100%;
    margin-left: -3px;
    z-index: -1;
    animation: moveline 6s linear forwards ;
}
@keyframes moveline {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}
#services5 .Service2 {
    padding: 10px 50px;
    position: relative;
    width: 50%;
    animation: movedown 1s linear forwards;
    opacity: 0;
    color: #000;
}
@keyframes movedown {
    0% {
        opacity: 1;
        transform: translateY(-30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}
#services5 .Service2::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 100%;
    background: #000;
    top: 0;
    right: 99.5%;
    margin-left: -3px;
    z-index: -1;
    animation: moveline 6s linear forwards ;
}
@keyframes moveline {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}

.Service:nth-child(1){
    animation-delay: 0s;
}
.Service:nth-child(2){
    animation-delay: 2s;
}
.Service:nth-child(3){
    animation-delay: 4s;
}
.text-box{
    padding: 20px 30px;
    position: relative;
    border-radius: 6px;
    font-size: 15px;
}
.left-container {
    left: 0;
}
.right-container {
    left: 50%;
    margin-top: -2%;
}
.Service1 .brand {
    position: absolute;
    width: 40px;
    border-radius: 50%;
    right: -20px;
    top: 32px;
    z-index: 15;
}
.Service2 .brand {
    position: absolute;
    width: 40px;
    border-radius: 50%;
    right: -20px;
    top: 32px;
    z-index: 15;
}
.right-container .brand {
    left: -20px;
}

.text-box h2 {
    font-weight: 600;
}

.left-container-arrow {
    height: 0;
    width: 0;
    position: absolute;
    top: 28px;
    z-index: 1;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #000;
    right: -15px;
}
.right-container-arrow {
    height: 0;
    width: 0;
    position: absolute;
    top: 28px;
    z-index: 1;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #000;
    left: -15px;
}
#services5 .square6 {
    align-items: flex-end;
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
    background: #000;
    border: 2px solid #000;
}
#services5 .square6 a {
 align-items: center;
  margin-left: 25%;
  margin-top: 15%;
  font-size: 3.5rem;
  color: #fff;
}
/*service section*/
#services3 .services3 {
    background: #E6E6E6;
    position: relative;
    flex-direction: column;
    margin-top: 1%;
}
#services3 .head h1{
    margin-left: -35%;
}
#services3 .all-projects{
    display: grid;
    margin-left: 30px;
    margin-bottom: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    margin-left: 5%;
}

#services3 .project-info {
    padding: 25px;
    flex-basis: 50%;
    background-color: #E6E6E6;
    height: 100%;
    width: 90%;
    display: grid;
    border-radius: 5px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    color: #000000;
}

#services3 .project-info h1{
    color: #000000;
    font-size: 2.8rem;
    font-weight: 600;
    text-transform: inherit;
    margin-bottom: 15px;
}
#services3 .project-info p{
    color: #000000;
    font-size: 2.5rem;
}

#services3 .project-info li{
    color: #000000;
    font-size: 1.5rem; 
    margin-left: 120px;
}

/*end service section/
/*service section*/
#services6 .services6 {
    background: #0c0d11;
    position: relative;
    flex-direction: column;
    margin-top: 1%;
}
#services6 .head h1{
    margin-top: 2%;
    margin-bottom: 1%;
    margin-left: 10%;
    color: #add8e6;
}
#services6 .bond {
    margin-right: 30%;
    margin-left: 3%;
}
#services6 img {
    margin-left: 95%;
    margin-bottom: -170%;
    margin-top: 10%;
    width: 420px;
    height: 550px;
}
#services6 .project-info {
    padding: 25px;
    flex-basis: 50%;
    background-color: #0c0d11;
    height: 1%;
    width: 90%;
    margin-left: 7%;
    margin-top: -19%;
    display: grid;
    border-radius: 5px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    color: #000000;
}

#services6 .project-info h1{
    color: #add8e6;
    font-size: 2.8rem;
    font-weight: 600;
    text-transform: inherit;
    margin-bottom: 15px;
}
#services6 .project-info p{
    color: #fff;
    font-size: 2.5rem;
}

#services6 .project-info li{
    color: #000000;
    font-size: 1.5rem; 
    margin-left: 120px;
}


#services6 .brand {
    margin-top: 20px;
    margin-bottom: -70px;
    margin-left:-80px ;
}
#services6 .square1 {
    align-items: flex-end;
    width: 100px;
    height: 100px;
    margin-bottom: 2%;
    background: #808080;
    border: 2px solid #808080;
    clip-path: polygon(100% 88%, 53% 100%, 0 88%, 0 0, 52% 14%, 100% 0);
}
#services6 .square1 li {
 align-items: center;
 list-style: none;
  margin-left: 38%;
  margin-top: 28%;
  font-size: 5.5rem;
  color: #000;
}
#services6 .square2 {
    align-items: flex-end;
    width: 100px;
    height: 100px;
    margin-bottom: 2%;
    background: #808080;
    border: 2px solid #808080;
    clip-path: polygon(100% 88%, 53% 100%, 0 88%, 0 0, 52% 14%, 100% 0);
}
#services6 .square2 li {
 align-items: center;
 list-style: none;
  margin-left: 38%;
  margin-top: 28%;
  font-size: 5.5rem;
  color: #000;
}
#services6 .square3 {
    align-items: flex-end;
    width: 100px;
    height: 100px;
    margin-bottom: 2%;
    background: #808080;
    border: 2px solid #808080;
    clip-path: polygon(100% 88%, 53% 100%, 0 88%, 0 0, 52% 14%, 100% 0);
}
#services6 .square3 li {
 align-items: center;
 list-style: none;
  margin-left: 38%;
  margin-top: 28%;
  font-size: 5.5rem;
  color: #000;
}
/*end service2 section/

/*service section*/
#services2 .services2 {
    background: #E6E6E6;
    position: relative;
    flex-direction: column;
    margin-top: 1%;
}
#services2 .head h1{
    margin-left: -20%;
    margin-top: -20%;
}
#services2 .all-projects{
    display: grid;
    margin-left: 30px;
    margin-bottom: -10%;
    grid-template-columns: 1fr 1fr  1fr;
    gap: 10px;
    margin-top: -5%;
    margin-left: 5%;
    border: 1px solid #fdfbfb;
}

#services2 .project-info {
    padding: 25px;
    flex-basis: 50%;
    background-color: #E6E6E6;
    height: 100%;
    width: 90%;
    display: grid;
    border-radius: 5px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    color: #000000;
}

#services2 .project-info h1{
    color: #000000;
    font-size: 2.8rem;
    font-weight: 600;
    text-transform: inherit;
    margin-bottom: 15px;
}
#services2 .project-info p{
    color: #000000;

    font-size: 2.5rem;
}

#services2 .project-info li{
    color: #000000;
    font-size: 1.5rem; 
    margin-left: 120px;
}

/*end service section/


                                                                                                          
 
/*key frames*/
@keyframes hamburger_puls {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1.4);
    }
}
@keyframes text_reveal_box{
 50% {
    width: 100%;
    left: 0;
}
 100% {
    width: 0;
    left: 100%;
}
}
@keyframes text_reveal{
    100% {
        color: white;
    } 
}
@keyframes text_reveal_name{
    100%{
        color: crimson;
        font-weight: 500px;
    }
}
/*end key frames*/

/* media query */
/* media mobile */


@media screen and (max-width: 600px) {
    #services5 .timeline {
        margin: 50px auto;
        margin-top: -15%;
    }
    #services5 .head h1 {
        font-size: 4.5rem;
    }
    #services5 .container {
        width: 100%;
        padding-left: 80px;
    }
    #services5 .Service1{
        width: 100%;
    }
    #services5 .Service1::after {
        content: '';
        position: absolute;
        width: 6px;
        height: 100%;
        background: #000;
        top: 0;
        left: 4.4%;
        margin-left: -3px;
        z-index: -1;
        animation: moveline 6s linear forwards;
    }
    #services5 .Service2 {
        width: 100%;
    }
    #services5 .Service2::after {
        content: '';
        position: absolute;
        width: 6px;
        height: 100%;
        background: #000;
        top: 0;
        right: 95%;
        margin-left: -3px;
        z-index: -1;
        animation: moveline 6s linear forwards ;
    }
    #services5 .square5,#services5 .square6 {
        display: none;
         }
         #services5 .right-container {
             left: 0;
             margin-top: 0;
         }
         #services5 .left-container img, .right-container img{
         left: 10px;
     }
     #services5 .left-container-arrow, .left-container-arrow {
         border-right: 15px solid #000;
         border-left: 0;
         left: -15px;
     }
#services4 .head h1{
    margin-top: -29%;
    margin-bottom: 100%; 
    margin-left: -28%;
}
#services4 .all-projects{
    margin-left: 30px;
    margin-bottom: 20px;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-left: -50%;
}
#services4 .chevron {
    margin-bottom: -5.5%;
    margin-left: -8.5%;
}
}
/* media query for tablet*/
@media only screen and (max-width:768px){
    .cta {
        font-size: 2.5rem;
        padding: 20px 60px;
    }
    h1 .section-title {
        font-size: 6rem;
    } 

/* hero section */
#hero {
    margin-bottom: 30px;
    margin-top: -120%;
}

#hero .nav-bar {
    width: 100%;
    height: 100%;
}
#hero .nav-bar .brand {
    align-items: center;
    margin-bottom: 1%;
}
#hero .nav-bar .brand h2{
    font-size: 4.5rem;
    margin-left: 10%;
    margin-right: -100%;
}

#hero .nav-bar .brand p{
    align-items: center;
    margin-top: 5%;
    margin-bottom: 5px;
    margin-left: 10%;
    margin-right: -100%;
}

#hero .nav-bar .brand .button{
    width: 100%;
    margin-bottom: 2%;
  }
  #hero .nav-bar .brand .button1{
    width: 100%;
  }
  #hero img {
    margin-top: 255%;
    margin-left: -55%;
}
 /* end of hero section */
/*service section*/
#services .services{
    margin-top: -5%;
}
#services .head h1{
    margin-top: 5%;
    margin-left: -10%;
}
#services .all-projects{
    margin-top: 4%;
    display: grid;
    margin-left: 30px;
    margin-bottom: 5%;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-left: -5%;  
}

#services1 .head h1{
    margin-left: -5%;
}
#services2 .head h1{
    margin-left: -1%;
}
#services3 .head h1{
    margin-left: -13%;
}
#services6 .head h1{
    margin-top: 5%;
    margin-left: -10%;
}

#services6 .brand {
    display: none;
  }
#services6 img {
    display: none;
}
#services6 .project-info {
    height: 1%;
    width: 100%;
    margin-left: 7%;
    margin-top: -4%;
}
#services1 .all-projects,
#services2 .all-projects,
#services3 .all-projects{
    display: grid;
    margin-left: 30px;
    margin-bottom: 5%;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-left: 8%;
}
#services5 .head h1{
    margin-top: 2%;
    margin-bottom: 25%;
    margin-left: 2%;
}
#services2 .head h1{
    margin-top: 2%;
    margin-bottom: 5%;
    margin-left: -12%;
}

/*end service2 section/
/*end service section*/
}