body{
    margin: 0px;
    padding: 0px;
}

/* .navline{
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: nowrap;
    margin: 5px;
    padding: 15px; 
    width: 100%;
    border-bottom: 3px solid rgb(244,245,247); 
     border-top: 3px solid rgb(244,245,247);
} */

.qwickresponse{
    height:60px ;
    width: 320px;
    object-fit: cover;
    display: inline-flex;
    align-items: center;
    position: sticky;
    top: 0px;
}



.linkstyle{
     text-decoration: none;
}
 .list{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 16px;
   font-weight: 600;
   color: black;

 }
 @media (max-width:400px) {
    .listdiv{
    margin-top: 30%;
    }
    
 }
 
.taskerbutton{
    color: rgb(108,189,229);
     font-family: Arial, Helvetica, sans-serif;
     background-color: white;
     padding: 5px;
     width: 200px;
     font-weight: bolder;
     border-radius: 10px;
     border: 1px solid  skyblue;
     margin: 2%;
}
.taskerbutton:hover{
    color: rgb(123, 186, 211);
    border: 1px solid rgb(123, 186, 211);
}
.languagedropdown{
        color: rgb(108,189,229);
        /* margin: 5px; */
        cursor: pointer;
        padding: 2px;
        margin-left: 15px;
}
.dropdown-menu{
    color: black;
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif;
    width: 50px;
}
.searchdiv {
  width: 600px;
  max-width: 90%;
  margin: 0 auto;              
  display: flex;
  justify-content: center;
  padding: 20px;
}
.searchdiv form {
  display: flex;
  align-items: center;
  border: 1.5px solid #cfcfcf;
  border-radius: 50px;
  overflow: hidden;
  background: #fff;
  width: 100%;
}
.searchdiv .input {
  flex: 1;
  border: none;
  outline: none;
  padding: 18px 24px;
  font-size: 1rem;
  
}
.searchdiv .searchicon {
  background-color: rgb(103, 183, 215);
  border: none;
  padding: 0 28px;
  height: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.searchicon svg  {
  color: #fff;
  width: 20px;
  height: 20px;
}
.searchdiv .searchicon:hover {
  background: #0ea5e9;      
}


.searchdiv form:focus-within {
  border-color: #38bdf8;
  box-shadow: 0 0 0 3px rgba(56,189,248,0.25);
}
.categories {
  margin-top: -1px; 
  padding: 20px;
}
.categorygrid{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.category{
  font-weight: 600;
  font-size: 20px;
  border: 3px solid rgb(98, 93, 93) ;
  border-radius: 20px;
  padding: 6px;
  
}
.category:hover{
    box-shadow: 1px 1px 1px 1px rgb(177, 177, 177);
    cursor: pointer;
}

.header{
    display: flex;
    gap: 10%;
    background: linear-gradient( 120deg, rgb(32, 177, 235), white);
    height: 530px;
}

.help{
    display: flex;
    flex-direction: column;
    position: relative;
    top: 70px;
    left: 55px;
    /* width: 300px; */
    /* font-size: 20px; */
}
.text-header{
    gap: 15%;
    display: flex;
    flex-direction: row;
    font-size: 20px;
    font-weight: bold;
    color: white;
}
#paragraph{
    font-weight: 500;
    color: white;
}

.header-services{
    font-weight: bolder;
    padding-left: 5%;
    text-shadow: 2px gray;
    font-size: 30px;
    color: rgb(32, 177, 235);
    /* gap: 20%; */
    /* border: 2px solid green; */
    /* display: flex; */
    /* flex-direction: row; */
}
 /* .img{
    height: 320px; 
    width: 500px; 
    min-height: 200px;
    
 } */

 .image{
    padding-right: 5%;
    padding-top: 5%;
 }

.box-context{
    /* border: 2px solid red; */
    padding: 10px 10px;
    margin: 0 auto;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    position: relative;
    bottom: 70px;
    /* left: 70px; */
    background: whitesmoke;
    height: 60%;
    width: 90%;
    box-shadow: 5px 5px 7px 1px grey;
}
.context{
    padding: 10px;
    /* border: 2px solid black; */
    /* display: flex; */
    /* flex-direction: row; */
}

.subject{
    text-align: center;
}

/* .field{
    display: flex;
    flex-direction: column;
} */
.form{
    gap: 5%;
    display: flex;
    flex-direction: column;
}
.form-context{
    display: flex;
    flex-direction: column;
}

.uto{
    border-radius: 6px;
    background-color: rgb(32, 177, 235);
    border: none;
    height: 50px;
    color: white;
    text-align: center;
}

.uto:hover{
    background-color: rgba(8, 177, 244, 0.612);
}

.security-header{
     box-shadow: 3px 2px 2px 2px  grey;
  border-radius: 30px 0px 30px 0px;
  height: max-content;
  display: flex;
  flex-direction: column;
}
.security-text{
    background-color: rgb(225, 227, 226);
  width: 240px;
  height: 100%;
  text-wrap: wrap;
  text-align: center;
  border-radius: 0px 0px 30px 0px;
  padding: 10px;
}

.box-services{
    width: fit-content;
    display: flex;
    flex-wrap: wrap; 
  align-items: center;
  justify-content: center;
  padding: 20px; 
}
.box-wrap{
  margin-left: 10%;
}
.servicesection{
    display: flex;
    flex-wrap: wrap;
    margin-left: 4%;
}


 .system-img{
   width: 240px;
  height: 163px;
  background-position: center;
  border-radius: 30px 0px 0px 0px;
} 




@media (max-width:890px) {
    body{
        padding: 0 16px;
        width: 100%;
        /* border: 2px solid red; */
    }

    .text-header{
        /* border: 2px solid purple; */
        /* width: 100%; */
        display: flex;
        flex-direction: column;
        margin: auto;
        position: relative;
        right: 50px;
        /* bottom: 65px; */
    }
  .header{
    height: 880px;
    width: 100%;
  }

  .help{
    padding: 5px 3px;
  }
  .img{
    width: 95%;
    margin-top: 2%;
    height: 260px;
    object-fit: contain;
}

.image{
    display: flex;
    flex-direction: column;
    position: relative;
    top: 65px;
    left: 65px;
    /* width: 90%; */
    align-items: center;
    justify-content: center;
    /* position: relative;
    left: 15px; */
}
 

 .box-context{
    width: 90%;
    /* height: 980px; */
     height: max-content;
    padding: 20px;
    border-radius: 12px; 
  } 

  
  .form{
    display: flex;
    flex-direction: column;
    width: 100%;
  }


}
@media (max-width:1170px)  {
    .header{
    display: flex;
    gap: 10%;
    background: linear-gradient( 120deg, rgb(32, 177, 235), white);
    height: 690px;
}
}
@media (max-width:499px) {
     .img{
    width: 97%;
    margin-top: 2%;
    height: 200px;
    object-fit: cover;
    border-radius: 15px;
    padding-bottom: 15px;
}
}
.footersection{
  color: white;
  background-color:rgb(60, 120, 170);
  padding: 5px;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  text-shadow: 2px 2px 2px 2px grey;

} 
.footerdiv1{
  padding: 15px;
  margin: 10px;
  display:flex ;
  flex-wrap: wrap;
}
.footerdiv2{
 padding: 20px;
}
.contact{
  display: flex;
  flex-direction: column;
}
li{
    list-style: none;
    padding: 10px;
}
.head{
  font-size: 18px;
  font-weight: 700px;
}
.twitter{
  height: 30px;
  margin: 2%;
}
