*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

header{
    background-color: rgba(4, 99, 195, 0.6);
    display: flex;
    padding-top: 1em;
    justify-content: space-between;
    align-items: center;
    border: none;
}
.Home{
    background-image: url('img/bg-hero.png');
    height: 96vh;
    background-size: contain;
    background-color: rgb(4, 99, 195);
    padding-left: 8em;
    padding-right: 8em;
}

.logo a{
    color: white;
    
    text-decoration: none;
    font-size: 2em;
    font-family: Arial, Helvetica, sans-serif;
}
.logo span{
    color: black;
    font-size: 15px;
}
.navbar a{
    text-decoration: none;
    color: rgba(255, 255, 255, 0.67);
    font-size: 1.3em;
    font-family: Arial, Helvetica, sans-serif;
}
.navbar a:hover{
    color: white;
}
.navbar{
    gap: 2em;
    display: flex;
}
.navbar select{
    border: none;
    background-color: rgba(4, 99, 195, 1);
    font-size: 1.3em;
    font-family: Arial, Helvetica, sans-serif;
    color: rgba(255, 255, 255, 0.67);
    width: 4.1em;
}

.navbar a i{
    color: white;
}


.dropbtn {
    font-family: Arial, Helvetica, sans-serif;
    color: rgba(255, 255, 255, 0.67);
    width: 4.1em;
    font-size: 1.3em;
    border: none;

}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);

}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
    color: black;
}
.dropdown:hover .dropdown-content {
     display: block;
}

.Hero{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    overflow: hidden;
    gap: 1em;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    
}
.hero2 img{
    height: 35em;
    margin-top: 7.1em;
}
.hero_b{
    border: 1px white solid;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    background-color: rgba(0, 85, 170, 0);
    padding: 0.7em 1.5em;
    border-radius: 15em;
}
.hero1 h2{
    font-size: 3em;
    margin: 0px;
}
.hero1{
    padding-top: 8rem;
    line-height: 5em;
}
.hero1 p{
    font-size: 1.15em;
    margin: 18px 0px;
    line-height: 2em;
}
.h_button1{
    padding: 1.5em 3em;
    border: none;
    border-radius: 40px;
    margin-right: 2em;
    font-size: 1em;
}
.h_button2{
    padding: 1.5em 3em;
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    font-size: 1em;
    border: white 1px solid;
    border-radius: 40px;
}
.h_button2:hover{
    border: none;
    font-size: 1em;
    background-color: white;
    color: black;
    border-radius: 40px;
}

/* About */
.Aboutus{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    gap: 10px;
    padding-right: 40px;
    padding-bottom: 50px;
}
.i{
    width: 50%;
    height: 100%;
    background-image: url('bg-about-img.png');
    background-size: cover;
    background-position: center;
    padding: 100px;
    height: 500px;
}
.i .image1{
    position: relative;
    top: 0px;
    padding: 0px;
    
}
.i .image2{
    position: absolute;
    top:59.9em;
   
}
.child{
    margin-top: 10em;
}
.child .button{
    border-radius: 20px;
    background-color: white;
    color: blue;
    border: 1px solid;
    padding: 1em 2em;
    margin-top: 50px;
    margin-bottom: 1em;
}
.child h1{
    font-family: Arial, Helvetica, sans-serif;
}
.child p{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 1em;
}
.ch{
    display: flex;
    gap: 90px;
    width: 25em;
    font-size: 1.5em;
}
.ch p{
    color: blue;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 1em;
}
.pr{
    display: flex;
    gap: 90px;
    width: 25em; 
    font-size: 1.5em;
}
.pr p{
    color: blue;
    font-family: Arial, Helvetica, sans-serif;
}
.child h1{
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}
.child{
    padding-right: 60px;
}
.in{
    display: flex;
    gap: 1em;
    margin-top: 1em;
}
.in button{
    background-color: rgba(0, 0, 255, 0.708);
    color: white;
    border: 0px solid;
    padding: 1em 1.5em;
    width: 11em;
    border-radius: 2em;
}
.in button:hover{
    background-color: white;
    border: blue solid ;
    color: blue;
}
.br{
    display: flex;
    align-items: center;
    gap: 1em;
    font-size: 2em;
    
}
.br a{
    color: rgba(0, 0, 255, 0.756);
    border-radius: 50%;
}




/* services */

.service_body{
    padding: 0em 8em;
    padding-right: 8em;
}



.Services{
    display:grid;
    grid-template-columns: 1.8fr repeat(2,1fr);
    
}
.services-child-1{
    margin:400px 0px;
    font-family: Arial, Helvetica, sans-serif;
    width: 40em;

}
.main{
    border:1px solid rgb(194, 185, 185);
    border-radius: 50px;
    width:7rem;
    background-color: white;
    color:blue;
    padding:3px;
    text-align: center;
    box-shadow:5px 7px 10px;  
    margin-bottom: 1em;
}
.main:hover{
    color:aqua;
    background-color:blueviolet;
}
.services-child-1 h1{
    font-style:italic;
    font-weight:bold;
    font-size:3rem;
    margin-bottom: 0.5em;
}
.services-child-1 p{
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    line-height: 2em;
    color: black;
    margin-bottom: 1em;
}
.btn{
    background-color:blue;
    border:none;
    font-size: 1em;
    padding:1em 2em;
    border-radius:50px;
    color:white;
}
.btn:hover{
    background-color:white;
    color:blue;
    border: solid blue;
}
.services-child-2{
    display:grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(2,1fr);
    width:500%;
    gap:2em ;
    margin:auto;
    max-width:700px;
    padding:50px;
    
}
.box{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    border-radius:15px;
    padding:30px;
    width: 18em;
    text-align: center;
    background-color:rgba(237, 232, 232, 0.74);
    position:relative;
    left:0;
    border: 0.1px solid white;
    transition:transform 0.3s ease-in-out,width 0.3s ease-in-out;

}

.box:hover i{
    background-color: white;
    font-display:white;
    
}

.box:hover{
    color:white;
    background-color: rgba(0, 0, 255, 0.636);
    font-display:white;
    transform: translate(2px);
    /* width:300px; */
    
}

.box i{
    display:flex;
    justify-content: center;
    align-items: center;
    border:none;
    border-radius:50%;
    padding:20px;
    width:2em;
    height:2em;
    font-size:2rem;
    color:rgb(49, 49, 239);
    background-color:rgb(220, 220, 250);
}
.box p{
    color: black;
    font-family: Arial, Helvetica, sans-serif;

}
.box h3{
    background:none;
    border:none;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.box p{
    background:none;
    font-size:18px;
    font-style:oblique ;
}

.btn-1{
    /* background-color:white; */
    border:none;
    padding:5px;
    font-size:1rem;
    border-radius:50px;
    height:30px;
    width:100px;
    color:blue;
}




/* features */

        .item {
            background-color: #0a6bff;
            background-image: url('img/bg-hero.png');
            background-size: contain;
            background-color: rgb(1, 10, 20);
            padding-left: 8em;
            padding-right: 8em;

            height: 85vh;
            color: white;
            font-family: Arial, sans-serif;
            padding: 70px 8em;
        }

        .content {
            display: grid;
            grid-template-columns: repeat(2,1fr);
            /* justify-content: space-between;
            align-items: flex-start;
            flex-wrap: wrap; */
        }

        .text-content {
            width: 90%;
            min-width: 300px;
            line-height: 2.2em;
        }

        .robot-img {

            /* display: flex;
            justify-content: center;
            align-items: flex-start; */
            margin-top: 20px;
        }

        .robot-img img {
            max-width: 100%;
            height: auto;
            border-radius: 10px;
            padding-left: 4em;
            
        }

        .but {
            background-color: transparent;
            border: 1px solid white;
            border-radius: 20px;
            padding: 6px 14px;
            font-size: 14px;
            margin-bottom: 10px;
            display: inline-block;
            color: white;
        }

        .text-content h1 {
            font-size: 40px;
            margin-bottom: 15px;
            font-weight: bold;
        }

        .text-content p {
            font-size: 18px;
            margin-bottom: 25px;
        
        }

        .check-list {
            list-style: none;
            padding: 0;
            margin-bottom: 20px;
        }

        .check-list li {
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            font-size: 20px;
        }

        .check-list i {
            color: white;
            margin-right: 10px;
            font-size: 30px;
        }
        .users{
            display: flex;
            gap: 50px;
            margin-top: 50px;
        }

        .users .Child, .users .child-1 {
            background-color: rgba(255, 255, 255, 0.1);
            padding: 20px;
            border-radius: 8px;
            display: flex;
            align-items: center;
            margin-bottom: 15px;
            width: 40%;
            
        }

        .users .Child i, .child-1 i {
            margin-right: 10px;
            font-size: 40px;
        }

        .gc-1, .sc-1 {
            font-size: 20px;
            font-weight: bold;
        }

        .gc-2, .sc-2 {
            font-size: 14px;
            font-weight: bold;
        }







/* projects */
.project_body{
    margin-top: 5em;
    padding-top: 1em;
    padding-bottom: 5em;
}
.project_body button{
    border: 1px solid rgb(208, 203, 203);
    font-weight: bold;
    color: rgb(6, 177, 235);
    background-color: white;
    padding: 1em 2em;
    border-radius: 2em;
    margin-left: 45%;
    margin-right: 45%;
}

.project_h{
    font-weight: bold;
    font-size: 1.5em;
    text-align: center;
    margin: 1em;

}
.projects{
    display: flex;
    justify-content: space-evenly;
}

.p1 {
  position: relative;
  width: 100%;
  max-width: 450px;
  overflow: hidden;
  background-image: linear-gradient(rgba(0, 0, 0, 0.1) rgba(0, 0, 255, 0.1));
  border-radius: 2em;
  
}
.p1 img:hover{
    transform: scale(1.1);
}

.p1 img {
  width: 100%;
  height: auto;
  display: block;
}

.p11 {
  position: absolute;
  bottom: 2px;
  left: 0px;
  color: white;
  height: 100%;
  padding: 20px 20px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 255, 0.6));
  max-width: 100%;
  
}

.p11 h6 {
  font-size: 20px;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 15em;
  padding: 0.5em;
  width: 70%;
  border-radius: 5em;
  background-color: rgba(0, 0, 0, 0.267);
}

.p11 h4 {
  font-size: 20px;
  margin-bottom: 14px;
}

.p11 i {
  font-size: 40px;
  color: aqua; 
}
.p11 i:hover{
    font-size: 40px;
    color: white; 
}






/* Faqs */
.Faqs{
    text-align: center;
    padding-top: 3em;
}

.Faqs button{
    color: blue;
    background-color: white;
    border: 0.2px solid;
    font-size: 1.2em;
    padding: 1em 1.5em;
    border-radius: 2em;
    margin-bottom: 1em;
}
.faqs{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 2em;
    padding: 0px 8em;
    margin-bottom: 3em;
}
.Faqs h1{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 3em;
    text-align: center;
    margin-bottom: 1em;
}
.faqs summary{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    border: solid 0.1px;
    text-align: start;
    padding: 1em;
    border-radius: 1em;
    background-color: whitesmoke;
}
.faqs p{
    font-size: 1.5em;
}



/* ourteam */
.ourteam_body{
    padding: 2em 8em;
}
.ourteam{
    display: flex;

}

.ourteam-child-1{
    width: 45%;
    padding-right: 2em;
    align-content: center;
}
.ourteam-child-1 .button{
    border: 1px blue solid;
    background-color: white;
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
    padding: 1em 1.5em;
    border-radius: 2em;
    margin-bottom: 1em;
}
.ourteam-child-1 h1{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 3em;
    margin-bottom: 0.5em;
}
.ourteam-child-1 p{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: black;
    line-height: 1.8em;
    padding-right: 2em;
    margin-bottom: 1em;
}
.ourteam-child-1 .button1{
    border: 1px white solid;
    background-color: blue;
    font-size: 1.2em;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    padding: 1em 1.7em;
    border-radius: 2em;
} 
.ourteam-child-1 .button1:hover{
    border: 1px solid blue;
    background-color: white;
    color: blue;

}

.ourteam-child-2{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 2em;
}
.ourteam_box{
    text-align: center;
    border: 1px solid white;
    padding: 2em 3em;
    background-color: whitesmoke;
    border-radius: 1.5em;
    line-height: 2.5em;
}
.ourteam_box:hover{
    border: 1px blue solid;
}
.ourteam_box img{
    height: 17em;
    border-radius: 50%;
    margin-bottom: 1em;
}
.ourteam_box h3{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5em;
}
.ourteam_box h5{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}
.ourteam_box i{
    font-size: 2.5em;
    color: rgba(5, 5, 241, 0.796);
}













/* news letter */
.newsLetter{
    margin-top: 5em;
    background-image: url('img/bg-hero.png');
    background-position: center;
    background-size: cover;
    background-color: rgb(4, 99, 195);
    display: grid;
    height: 50vh;
    grid-template-columns: 2fr 3fr;
}
.news1{
    align-content: center;
    
}
.news1 img{
    width: 35em;
}
.news2{
    padding-top: 5em;
}
.news2 h3{
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 3em;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

.news2 button{
    border: 1px white solid;
    color: white;
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    background-color: rgba(0, 85, 170, 0);
    padding: 0.7em 1.5em;
    border-radius: 15em;
}

.email {
  position: relative;
  width: 50em;
}


.email input {
  width: 90%;
  padding: 15px 4px 15px 20px;
  border: none;
  border-radius: 28px;
  background-color: white;
  font-size: 20px;
  outline: none;
}
.email i {
  position: absolute;
  right: 4em;
  top: 30%;
  color: rgb(4, 99, 195);
  font-size: 25px;
}




.footer{
    background-image: url('img/footer.png');
    background-size: cover;
    background-color: rgba(3, 4, 64, 0.889);
    color: white;
    height: 55vh;
    margin-bottom: 0px;
}
.footer_top{
    display: flex;
    justify-content: space-evenly;
    font-size: 1.3em;
    padding-top: 2em;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.footer_top .f1{
    width: 200px;
}
.f1 p{
    width: 14em;
}
.footer_mid{
    background-color: rgb(51, 49, 49);
    height: 0.2em;
    margin: 2em 8em;

}
.footer_btm{
    display: flex;
    justify-content: space-between;
    font-size: 1.7em;
    text-align: center;
    padding-top: 2em;
    padding:1em  5em;
}
.footer ul , p{
    color: rgb(180, 178, 178);
}
.footer_btm a{
    color: white;
    text-decoration: none;
}
.footer_btm a:hover{
    color: blue;
}
