*{
    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/monitoring.jpeg);
    background-size: cover;
    background-position: top 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: -50px;
    flex-direction: row;
}

#hero .nav-bar .brand h2{
    color: #fff;
    font-size: 7.5rem;
    margin-left: 10%;
}


#hero .nav-bar .brand p{
    color: #ffff;
    margin-top: 30px;
    margin-bottom: 5px;
    margin-left: 10%;
    font-size: 2.8rem;
}

#hero .nav-bar .brand .button{
    width: 15%;
    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: 10%;
  }

#hero .nav-bar .brand .button:hover  {
    background-color: #fff;
    color: #000000;
}
#hero .nav-bar .brand .button1{
    width: 15%;
    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;
}
 /* end of hero section */
/*service section*/
#services .services {
    background: #E6E6E6;
    position: relative;
    flex-direction: column;
    margin-top: -2%;
}
#services .head h1{
    margin-left: -50%;
}
#services .all-projects{
    display: grid;
    margin-left: 30px;
    margin-bottom: 1%;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    margin-left: 8%;
}

#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: #000000;
}

#services .project-info h1{
    color: #000000;
    font-size: 2.8rem;
    font-weight: 600;
    text-transform: inherit;
    margin-bottom: 15px;
}
#services .project-info p{
    color: #000000;
    font-size: 2.5rem;
}

#services .project-info li{
    color: #000000;
    font-size: 1.5rem; 
    margin-left: 120px;
}

.squareBase  {
    border-radius: 10%;
  }
#services .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 service section/

/*service section*/
#services1 .services1 {
    background: #E6E6E6;
    position: relative;
    flex-direction: column;
    margin-top: 1%;
}
#services1 .head h1{
    margin-left: -230%;
}
#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;
}

#services1 .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: -35%;
}
#services2 .all-projects{
    display: grid;
    margin-left: 30px;
    margin-bottom: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
    margin-left: 5%;
}

#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 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: -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{
    display: grid;
    margin-left: 30px;
    margin-bottom: 5%;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-left: 8%;
}
/*end service section*/
#services1 .services1 {
    margin-top: 2%;
}

}