@import url(https://fonts.googleapis.com/css2?family=Google+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap);

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    background-color: black;
}

li,
a,
button,
h1,
p,
label {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: white;
    text-decoration: none;

}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-left: 30px;
}

.nav_links {
    
    list-style: none;
    font-weight: 500;
    padding-left: 1135px;

}

.nav_links li {
    display: inline-block;
    padding-right: 50px;


}

.nav_links li a {


    opacity: 0.3;
}

.nav_links li a:hover {
    opacity: 1;
    transition: ease-in-out 0.5s;



}

button {


    background-color: black;
    border: none;
    border-radius: 50px;
    cursor: pointer;


}

button:hover {
    opacity: 1;
    transition: ease-in-out 0.5s;

}

.logo_white {

    width: 50%;
    margin-left: auto;
    margin-right: auto;
    display:block;
    
    opacity: 0.5;
    animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;



}

.logo_white:hover {
    opacity: 1;
    transition: ease-in-out 0.5s;

}

p {
    align-self: center;
    letter-spacing: 5px;
    line-height: 30px;

}

h1 {

    font-size: 50px;




}

.lightbulb {
    padding-top: 350px;
    width: 800px;


}

#aboutus {
    position: absolute;
    padding-left: 950px;
    padding-top: 300px;

    opacity: 1;
}

#aboutus:hover {
    cursor: default;
    opacity: 1;
    transition: ease-in-out 0.5s;

}

#ourservices {

    margin-left:200px;
    

}

#ourservices:hover {
    cursor: default;
    opacity: 1;
    transition: ease-in-out 0.5s;
}

.serviceicon {
    opacity: 0;
    margin-left: 37%;
    width: 400px;
}

.list {
    display: inline-block;
    padding-left: 470px;
    line-height: 50px;

}

.lastp {
    padding-left: 430px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.msg {
    height: 100px;
    width: 250px;
    font-family: 'Courier New', Courier, monospace;
    color: white;
    border-radius: 5px 5px 5px 5px;
    border: 2px solid;
}

.email {

    width: 250px;
    font-family: 'Courier New', Courier, monospace;
    color: white;
    border-radius: 5px 5px 5px 5px;
    border: 2px solid;
}

.form {
    padding-left: 645px;

}

.contact {
    padding-left: 680px;

}

html {
    scroll-behavior: smooth
}


@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fade-in {
    opacity: 0;
    transition: opacity 2s ease-in;

}

.fade-in.appear {
    opacity: 1;

}

.section1 {
    display: flex;
    margin-bottom: 200px;
}

.p1 {
    padding-left: 40px;
    padding-top: 150px;
}

.network {

    padding-left: 400px;
    height: 500px;
    opacity:1;


}

.service {
    display: flex;
    margin-bottom: 50px;

}

.serviceimage1 {
    width: 400px;

    height: 400px;



}

.serviceimage2 {
    width: 400px;
    height: 400px;





}

.p2 {
    padding-top: 100px;
    margin-left: auto;
    margin-right: auto;

}

.list1 {
    display: inline-block;
    padding-left: 210px;
    line-height: 50px;
}

.send {
    margin-top:20px;
    margin-left:100px;
    background-color: black;
    border: none;
    border-radius: 50px;
    cursor: pointer;

    opacity: 0.5;
}

.send:hover {
    opacity: 1;
    transition: ease-in-out 0.5s;
    border-color: white;
    border-width:3px;
    border-radius:4px;

}
.send:focus{
    border-color: white;
}

.div2 {
    display: block;
}

.box {
    display: block;
}

.emailLabel {
    display:block;
}
.msgLabel {
    padding-top:20px;
    display:block;
}
