* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: Georgia, serif;
  text-decoration: none;
  list-style: none;
}

#particle-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  display: block;
  pointer-events: none;
}

body {
  background-color: black;
}

.flex-container {
  display: flex;
  justify-items: center;
  align-items: center;
  flex-direction: column;
  padding: 6rem 0 6rem;
}

header {
  position: fixed;
  width: 100%;
  background-color: black;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 5%;
  transition: all .50s ease;
  flex-direction: row;
  z-index: 100;

}

.logo {
  display: flex;
  align-items: center;
  margin-left: 300px;
}

.logo span {
  color: whitesmoke;
  font-size: 28px;
  font-weight: 400;
}

.missile {
  opacity: 0.7;
}

.services {
  display: grid;
  grid-template-columns: .1fr .1fr .1fr;
  z-index: 10;
  padding: 1rem 0rem;
  justify-items: center;
  justify-content: center;
  gap: 100px
}

.box {
  color: whitesmoke;
  width: 480px;
  height: 600px;
}

.box-text {
  text-align: center;
  padding: 10px;
  font-size: 2rem;
  color: whitesmoke;
  position: relative;
}

.box-text2 {
  text-align: center;
  padding: 10px;
  font-size: 1.5rem;
  color: whitesmoke;
  position: relative;
}

.box:hover {
  box-shadow: 0px 2px 10px rgba(220, 220, 220, 0.7);
  transition: 0.25s;
}

.box-image {
  opacity: 0.7;
  width: 100%;
}

.navbar {
  display: flex;
}

.navbar a {
  color: whitesmoke;
  font-size: 18px;
  font-weight: 100;
  padding: 5px 0;
  margin: 0px 30px;
  transition: all .50s ease;
}

.navbar a:hover {
  color: orange;
}

.menu-icon {
  display: none;
  color:whitesmoke;
  font-size:54px;
  cursor:pointer;
}

.overlay-text {
  position: relative;
  transform: translate(-50%, -600%);
  font-size: 30px;
  color: whitesmoke;
}

@media(max-width:1090px) {

  header {
    padding: 14px 2%;
    transition: .2s;
  }

  .logo{
  margin-left:10px;
  }

  .menu-icon {
    display:block;
  }

  .navbar {
    position: absolute;
    top: 100%;
    right: -100%;
    width: 270px;
    height: 29px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border-radius: 10px;
    transition: all .50s ease;
  }

  .navbar a {
    display: block;
    margin: 12px 0;
    padding: 0px 25px;
    transition: all 0.50s ease;
  }

  .navbar a:hover {
    color: orange;
  }

  .navbar.open {
    right: 2%;
  }

  .services{
    grid-template-columns: 1fr;
  }

  .overlay-text{
  margin-left: 180px; 
  transform: translate(-50%, -600%);
  font-size: 20px;
  color: whitesmoke;  
  }
}

.contact {
  min-height: 500px;
  padding: 50px;
  text-align: center;
}

.container {
  max-width: 800px;
  margin: 0 auto;
}

.container h2 {
  font-size: 36px;
  margin-bottom: 40px;
  color: whitesmoke;
  margin-left: 0;
}

.contact-form {
  text-align: center;
}

.contact-form h3 {
  font-size: 24px;
  margin-bottom: 20px;
  color: whitesmoke;
}

.form-group {
  margin-bottom: 20px;
}

input {
  font-size: 15px;
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: none;
  background-color: rgb(34, 34, 36);
  color: whitesmoke;
}

textarea {
  width: 100%;
  height: 200px;
  padding: 12px;
  border-radius: 8px;
  border: none;
  background-color: rgb(34, 34, 36);
  color: whitesmoke;
}

input:focus,
textarea:focus {
  outline: none;
  box-shadow: 0 0 3px orange;
}

button {
  display: inline-block;
  padding: 12px 24px;
  background-color: whitesmoke;
  border-radius: 10px;
  color: black;
  border: none;
  cursor: pointer;
}

button:hover {
  background-color: gray;
  transition: 0.5s;
}

footer {
  position: relative;
  text-align: center;
  box-sizing: border-box;
  z-index: 5;
  height: 100px;
  padding: 2rem 0;
  color: whitesmoke;
  border-top: 1px solid rgb(120, 120, 120);
  background-color: rgb(20, 20, 20);
  width: 100%;
  bottom: 0;
}

h1,
h2 {
  color: whitesmoke;
}

h2 {
  margin-left: 230px;
}

.pagetitle {
  margin-top: 270px;
  margin-bottom: 20px;
  text-align: center;
}

.servicebox {
  width: 100%;
  height: 300px;
}

.servicecontainer {
  display: flex;
  align-items: top;
  margin-right: 100px;
}

.line {
  height: 2px;
  width: 100%;
  background-image: linear-gradient(to right, whitesmoke, black);
}

.line2 {
  height: 2px;
  width: 100%;
  background-image: linear-gradient(to right, orange, black);
}

.servicetext {
  font-size: 24px;
  margin-left: 40px;
  margin-top: 20px;
  color: whitesmoke;
}

.sectiontext {
  font-size: 20px;
  margin-left: 230px;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-right: 180px;
  color: whitesmoke;
  line-height: 1.5;
}

.aboutusli1 {
  font-size: 20px;
  margin-left: 230px;
  margin-top: 50px;
  margin-bottom: 50px;
  color: whitesmoke;
  line-height: 0;
}

.aboutusli2 {
  font-size: 20px;
  margin-left: 230px;
  margin-right: 180px;
  margin-top: 50px;
  margin-bottom: 20px;
  color: whitesmoke;
  line-height: 1.5;
}
