.header1Container{
    width: 100%;
    height: 48px;
    border-top: 1px solid rgb(187, 187, 187) ;
    border-bottom:1px solid rgb(187, 187, 187) ;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.leftnavhead1{
    display: flex;
    align-items: center;
}

*{
    margin: 0;
    padding: 0;
}

.sec{
    margin-left: 40px;
}

.leftsidehead1{
    display: flex;
    margin-left: 190px;
}

.nav-holder{
    display: flex;
    align-items: center;
    margin-left: 30px;
}
.navs{
    display: flex;
    align-items: center;
    margin: 10px;
}

.rightsideheader{
    margin-right: 190px;
    display: flex;
    align-items: center;
}
.contact{
    font-size: 17px;
    color: #a2a1a1; 
}
.navs p{
    font-size: 17px;
    color: #a2a1a1;
    margin-right: 7px;
}
.navs img{
    height: 12px;
}

.leftsideheader{
    display: flex;
    align-items: center;
    margin-left: 190px;
}
.upServices{
    display: flex;
    flex-wrap: wrap;
}

.left-up{
    color: white;
    margin-top: 120px;
    width: 600px;
    font-size: 17px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.5em;
}
.right-up{
    color: white;
    margin-top: 120px;
}

.right-up h6{
    font-size: 21px;
    color: #4C3DA6;
}

.right-up h1{
    font-size: 39px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.services-container-wrapper{
    width: 80%;
    
}
.headerContainer{
    width: 100%;
    height: 120px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0px;
    z-index: 100;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.hero-container{
   width: 100%;
   height: calc(100vh - 168px);
  background-image: url(./slide.jpg);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.hero-container h1{
    font-size: 95px;
    font-weight: 700;
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.hero-container button{
    width: 130px;
    height: 60px;
    background-color: #6653E8;
    color: white;
    font-size: 17px;
    border: none;
    margin-top: 30px;
}

.stop-wasting{
    width: 100%;
    height: 100px;
    background-color: #6653E8;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.main-sec-component{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.grid-sec1{
    background-image:url(./cyber.jpg);
    display: flex;
    align-items: flex-end;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.tbdiv{
    width: 100%;
    height: 70px;
    /* background-color: red; */
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
}

li{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    margin: 10px;
}

.flex-list{
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.grid-sec1 p{
    margin-left: 30px;
    margin-bottom: 30px;
    font-size: 23px;
    font-weight: 600;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
}
.grid-sec2 p{
    margin-left: 30px;
    margin-bottom: 30px;
    font-size: 23px;
    font-weight: 600;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
}
.grid-sec3 p{
    margin-left: 30px;
    margin-bottom: 30px;
    font-size: 23px;
    font-weight: 600;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
}
.grid-sec2{
    background-image:url(./digital.jpg);
    display: flex;
    align-items: flex-end;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}

.main{
    width: 100%;
    height: 100%;
 display: none;
    position: absolute;
    background-color: rgba(0,0,0,0.8);
    transition: all 2s ease-in;
}

.grid-sec1:hover .main{
   display: block;
   background-color: rgba(0,0,0,0.8);
}
.grid-sec3{
    background-image:url(./manage.jpg);
    display: flex;
    align-items: flex-end;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.leftsideget p{
    width: 500px;
}
.leftsideget h1{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 40px;
    margin: 0;
    margin-top: 20px;
}

.leftsideget h6{
    font-size: 19px;
    color: #6653E8;
    margin: 0;
}
.leftsideget button{
    padding: 20px 28px;
    background-color: #6653E8;
    color: white;
    font-size: 17px;
    border: none;
    margin-top: 30px;
}

.services-container{
    width: 100%;
    height: 830px;
    background-color: #171121;
    /* margin-bottom: 10px; */
    margin-top: 150px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.boxes-serve{
  border: 1px solid white;
}

.services-boxes-container{
    width: 100%;
    height: calc(570px - 250px);
   display: grid;
   grid-template-columns: repeat(5,1fr);
    margin-top: 60px;
    gap: 25px;
}

.leftsideget h4{
    font-size: 24px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
   line-height: 1.6em;
   margin-top: 29px;
}

.leftsideget p{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 17px;
    line-height: 1.9rem;
    margin-top: 27px;
}
.easy-container{
    width: 80%;
    min-height: 200px;
    /* background-color: gold; */
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
    justify-content: space-between; 
    margin-bottom: 25px;
    margin-top: 90px;
}
.imageeasy{
    height: 550px;
}

.imgeasyholder{
    position: relative;
}

.imageeasy2{
    height: 250px;
    position: absolute;
    top: 70%;
    left: 40%;
    border: 10px solid white;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.wrapper-sec-component{
    width: 80%;
    height: 300px;
    margin-bottom: 10px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 25px;
    margin-top: 90px;
}
.span{
    font-weight: 900;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-color: #2BE4AC;
}

.stop-wasting p{
    font-size: 17px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}

.hero-container p{
    width: 600px;
    color: white;
    font-size: 19px;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.menu-box{
    width: 35px;
    height: 35px;
   box-shadow: 0px 8px 10px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.src{
    margin-right: 20px;
}

.headerimg{
    height: 20px;
}
.rightsideheadright{
    display: flex;
    align-items: center;
    color: #a2a1a1;
}
.rightsideheadright img{
    height: 15px;
    margin: 10px;
}
.abhead{
    margin-right: 20px;
    color: #a2a1a1;
}

.rightsidehead1{
    display: flex;
    align-items: center;
    margin-right: 190px;
}

.leftsidehead1 img{
    height: 20px;

}

.leftsidehead1 p{
    margin-left: 10px;
    color: #a2a1a1;
}

/* Media Query */

@media screen and (max-width:500px) {

    
.right-up h1{
    font-size: 27px;
}

.services-boxes-container{
    grid-template-columns: repeat(1,1fr);
    height: 1300px;
}
    .leftsidehead1{
        display: none;
    }
    .left-up{
   margin: 0;
   margin-top: 20px;
    }
    .stop-wasting p{
      font-size: 12px;
      text-align: center;
    }

    .hero-container h1{
        font-size: 30px;
    }
    .hero-container p{
        font-size: 12px;
        width: 300px;
    }

    .header1Container{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .rightsidehead1{
        margin: 0;
    }


    .abhead{
        margin: 0;
        font-size: 13px;
    }

    .rightsideheadright img{
        height: 10px;
    }

    .leftsideget{
        margin-top: 200px;
    }

    .leftsideget h1{
        font-size: 22px;
    }

    .leftsideget p{
        font-size: 12px;
       width: 97%;
    }

    .imageeasy{
        height: 200px;
    }

    .imageeasy2{
        height: 130px;
    }

    .wrapper-sec-component{
        grid-template-columns: repeat(1,1fr);
        height: 900px;
    }

    .leftsideget h4{
        font-size: 25px;
        margin-top: 90px;
    }

    .tbdiv{
  grid-template-columns: repeat(1,1fr);
    }

    .services-container{
        height: 1800px;
    }
}


@media screen and (max-width:900px) {
   .nav-holder{
    display: none;
   }
   .leftsideheader{
     margin: 0;
     margin-left: 20px;
   }
      
   .rightsideheader{
    margin: 0;
    margin-right: 20px;
   }
}