
*{
    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-image: url(../../images/Homepage/api.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}
#hero::after {
    content: '';
    position: absolute;
    left:  0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: .7;
    z-index: -1;
}
#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:#a0c6d3;
    font-size: 7.5rem;
    margin-left: 10%;
}


#hero .nav-bar .brand p{
    color: #fff;
    margin-top: 30px;
    margin-bottom: 5px;
    margin-left: 10%;
    font-size: 2.8rem;
}

#hero .nav-bar .brand .button{
    width: 40%;
    padding: 12px 20px;
    margin: 20px 0;
    display: inline-block;
    border: 1px solid #add8e6;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #add8e6;
    font-weight: 600;
    color: #000000;
    margin-left: 10%;
  }

#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 #add8e6;
    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: #add8e6;
    color: #fff;
}
#hero .nav-bar   img {
    border-radius: 10px;
    height: 550px;
    width: 420px;
}
 /* end of hero section */
/*service section*/
/*service section*/
#services .services {
    background: #E6E6E6;
    position: relative;
    flex-direction: column;
    margin-top: 1%;
}
#services .head h1{
    margin-left: 5%;
    color: li;
}
#services .all-projects{
    display: grid;
    margin-left: 30px;
    margin-bottom: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    margin-left: 5%;
}

#services .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: #fff;
}

#services .project-info h1{
    color: #add8e6;
    font-size: 2.8rem;
    font-weight: 600;
    text-transform: inherit;
    margin-bottom: 15px;
}
#services .project-info p{
    color: #fff;
    font-size: 2.5rem;
}

#services .project-info li{
    color: #000000;
    font-size: 1.5rem; 
    margin-left: 120px;
}

/*end service section/1
/*service section*/
#services2 .services2 {
    background: #E6E6E6;
    position: relative;
    flex-direction: column;
    margin-top: 1%;
}
#services2 .head h1{
    margin-left: 3%;
    color: #add8e6;
}
#services2 .all-projects{
    display: grid;
    margin-left: 30px;
    margin-bottom: 1%;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    margin-left: 10%;
}

#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: #add8e6;
    font-size: 2.8rem;
    font-weight: 600;
    text-transform: inherit;
    margin-bottom: 15px;
}
#services2 .project-info p{
    color: #fff;
    font-size: 2.5rem;
}

#services2 .project-info li{
    color: #000000;
    font-size: 1.5rem; 
    margin-left: 120px;
}

#services2 .squareBase  {
    border-radius: 10%;
  }
#services2 .brand {
    margin-top: 20px;
    margin-bottom: -70px;
    margin-left:-40px ;
}
.square6 {
    align-items: flex-end;
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
    background: #deb887;
    border: 2px solid #deb887;
}
.square6 a {
 align-items: center;
  margin-left: 25%;
  margin-top: 15%;
  font-size: 3.5rem;
  color: #000;
}
/*end service2 section/
/*service section*/
#services3 .services3 {
    background: #361966;
    position: relative;
    flex-direction: column;
    margin-top: 1%;
}
#services3 .head h1{
    margin-left: -5%;
    color: #fff;
}
#services3 .all-projects{
    display: grid;
    margin-left: 30px;
    margin-bottom: 1%;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-left: 5%;
}
#services3 .all-projects1{
    display: grid;
    margin-left: 30px;
    margin-bottom: 1%;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-left: 5%;
}
#services3 .project-info {
    padding: 25px;
    flex-basis: 50%;
    background-color: #252836;
    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: #fff;
    font-size: 2.8rem;
    font-weight: 600;
    text-transform: inherit;
    margin-bottom: 15px;
}
#services3 .project-info p{
    color: #fff;
    font-size: 2.5rem;
}

#services3 .project-info li{
    color: #000000;
    font-size: 1.5rem; 
    margin-left: 120px;
}


#services3 .brand {
    margin-top: 20px;
    margin-bottom: -70px;
    margin-left:-40px ;
}

/*end service2 section/

/*service section*/
#services4 .services4 {
    background: #E6E6E6;
    position: relative;
    flex-direction: column;
    margin-top: 1%;
}
#services4 .head h1{
    margin-left: 2%;
    color: #add8e6;
}
#services4 .all-projects{
    display: grid;
    margin-left: 30px;
    margin-bottom: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
    margin-left: 7%;
}

#servicese4.project-info {
    padding: 25px;
    flex-basis: 50%;
    background-color: #0c0d11;
    height: 100%;
    width: 90%;
    display: grid;
    border-radius: 5px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    color: #000000;
}

#services4 .project-info h1{
    color: #add8e6;
    font-size: 2.8rem;
    font-weight: 600;
    text-transform: inherit;
    margin-bottom: 15px;
}
#services4 .project-info p{
    color: #fff;
    font-size: 2.5rem;
}
/*end service section/
/* 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;
}
 .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);
    }
}
 .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%;
    }
}
.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);
    }
}
.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: -7%;
}
.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;
}
/*end service section/
/* start of services */
#services6 {
    background: #0c0d11;
    position: relative;
    flex-direction: column;
    margin-top: 1%;
}
#services6  .services6 {
    padding-bottom: 10px;
    
}
#services6 .head h1{
    margin-top: 3%;
    margin-bottom: 100%;
    margin-left: -5%;
    margin-right: -8%;
    color: #add8e6;
}
#services6 .nav-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    margin-top: -35%;
    margin-left: -73%;
    margin-bottom: -35%;
    margin-right: 20%;
    flex-direction: row;
}

#services6 .chevron {
    width: 0;
    height: 0;
    margin-bottom: -6%;
    margin-left: -6%;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #808080;
    clip-path: polygon(0 50%, 40% 51%, 40% 50%, 39% 50%, 40% 50%, 100% 50%, 50% 100%);
  }
#services6 .nav-bar .brand h2{
    color:#a0c6d3;
    font-size: 7.5rem;
    margin-left: 10%;
}


#services6 .project-info {
    padding: 25px;
    flex-basis: 50%;
    background-color: #0c0d11;
    height: 70%;
    width: 140%;
    margin-right: 10%;
    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;
    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);
    }
}
#services6 .project-info p::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 100%;
    background: gray;
    top: 0;
    left: -3.5%;
    margin-left: -3px;
    z-index: -1;
    animation: moveline 6s linear forwards;
}
@keyframes moveline {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}

#services6 .nav-bar   img {
    border-radius: 10px;
    height: 550px;
    width: 420px;
    margin-left: 50%;
}
/* end of services */
/*service section*/
#services7 .services7 {
    background: #0c0d11;
    position: relative;
    flex-direction: column;
    margin-top: 1%;
}
#services7 .head h1{
    margin-top: 2%;
    margin-bottom: 1%;
    margin-left: -5%;
    color: #add8e6;
}
#services7 .bond {
    margin-left: 2%;
}
#services7 .all-projects{
    display: grid;
    margin-left: 30px;
    margin-bottom: 1%;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    margin-left: 1%;
}
#services7 .project-info {
    padding: 25px;
    flex-basis: 50%;
    background-color: #0c0d11;
    height: 70%;
    width: 90%;
    margin-left: 7%;
    margin-top: -9%;
    display: grid;
    border-radius: 5px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    color: #000000;
}

#services7 .project-info h1{
    color: #add8e6;
    font-size: 2.8rem;
    font-weight: 600;
    text-transform: inherit;
    margin-bottom: 15px;
}
#services7 .project-info p{
    color: #fff;
    font-size: 2.5rem;
}

#services7 .project-info li{
    color: #000000;
    font-size: 1.5rem; 
    margin-left: 120px;
}


#services7 .brand {
    margin-top: 20px;
    margin-bottom: -70px;
    margin-left:-40px ;
}
#services7 .square1 {
    align-items: flex-end;
    width: 350px;
    height: 70px;
    margin-left: 19%;
    margin-bottom: 18%;
    background: #808080;
    border: 2px solid #808080;
    clip-path: polygon(91% 0, 100% 50%, 91% 100%, 0 100%, 9% 50%, 0% 0%);
}
#services7 .square1 li {
 align-items: center;
 list-style: none;
  margin-left: 38%;
  font-size: 5.5rem;
  color: #000;
}
#services7 .square2 {
    align-items: flex-end;
    width: 350px;
    height: 70px;
    margin-left: 10%;
    margin-bottom: 18%;
    background: #808080;
    border: 2px solid #808080;
    clip-path: polygon(91% 0, 100% 50%, 91% 100%, 0 100%, 9% 50%, 0% 0%);
}
#services7 .square2 li {
 align-items: center;
 list-style: none;
  margin-left: 38%;
  font-size: 5.5rem;
  color: #000;
}
#services7 .square3 {
    align-items: flex-end;
    width: 350px;
    height: 70px;
    margin-left: 1%;
    margin-bottom: 18%;
    background: #808080;
    border: 2px solid #808080;
    clip-path: polygon(91% 0, 100% 50%, 91% 100%, 0 100%, 9% 50%, 0% 0%);
}
#services7 .square3 li {
 align-items: center;
 list-style: none;
  margin-left: 38%;
  font-size: 5.5rem;
  color: #000;
}
/*end service2 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;
    }
    #services5 .head h1 {
        font-size: 4.5rem;
    }
    #services5 .container {
        width: 100%;
        padding-left: 80px;
    }
    .Service1 {
        width: 100%;
    }
    .Service1::after {
        content: '';
        position: absolute;
        width: 6px;
        height: 100%;
        background: #000;
        top: 0;
        left: 2%;
        margin-left: -3px;
        z-index: -1;
        animation: moveline 6s linear forwards;
    }
    .Service2 {
        width: 100%;
    }
    .Service2::after {
        content: '';
        position: absolute;
        width: 6px;
        height: 100%;
        background: #000;
        top: 0;
        left: 2%;
        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;
}
#services6 .head h1{
    margin-top: -0%;
    margin-bottom: 160%;
    margin-right: 15%;
    margin-left: -0px;
}

#services6 .chevron {
    display: none;
  }
  #services6 .all-projects {
    margin-left: -75%;
    margin-top: 160%;
    margin-bottom: 70%;
}
#services6 .nav-bar   img {
    display: none;
}
}

/* 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 {
    margin-bottom: 30px;
    margin-top: -0%;
}

#hero .nav-bar {
    width: 100%;
    height: 100%;
}
#hero .nav-bar .brand {
    align-items: center;
    margin-bottom: 1%;
}
#hero .nav-bar .brand h1{
    color: #2b70fa;
    font-size: 1.2rem;
    line-height: 16px;
    margin-bottom: 20px;
    margin-left: 10%;
}
#hero .nav-bar .brand h2{
    font-size: 5.5rem;
    margin-left: 10%;
}

#hero .nav-bar .brand p{
    align-items: center;
    margin-top: 5%;
    margin-bottom: 5px;
    margin-left: 10%;
}

#hero .nav-bar .brand .button{
    width: 50%;
    padding: 12px 20px;
    display: inline-block;
    border: 1px solid #0e1133;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #0e1133;
    font-weight: 600;
    color: #fff;
    margin-left: 10%;
    margin-bottom: 2%;
  }
  #hero .nav-bar .brand .button1{
    width: 50%;
    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: 10%;
  }
 /* end of hero section */
/*service section*/
#services .services{
    margin-top: -5%;
    
}
#services .head h1,
#services1 .head h1,
#services2 .head h1{
    margin-left: -5%;
}
#services .all-projects,
#services1 .all-projects,
#services2 .all-projects,
#services3 .all-projects,
#services4 .all-projects{
    display: grid;
    margin-left: 30px;
    margin-bottom: 5%;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-left: 8%;
}
#services3 .all-projects1{
    display: grid;
    margin-left: 30px;
    margin-bottom: 5%;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-left: 8%;
}
#services7 .all-projects{
    display: grid;
    margin-left: 30px;
    margin-bottom: 5%;
    margin-top: 8%;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-left: 3%;
}
#services7 .project-info{
    margin-top: 10%;
}
#services7 .square1,
#services7 .square2,
#services7 .square3 {
    display: none;
}
/*end service section*/
}