* {
  box-sizing: border-box;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Helvetica Neue",  Arial, sans-serif;
  margin: 0;
  scroll-behavior: smooth;
}
html,
body{
  background-color: black;
}
h1{
  color: #3f05f7;
}
.form{
  width: 100%;
  background-color: rgba(0, 0, 0, 0.577);
  padding: 2em 1em;
  border-radius: 5px;
  margin-top: 1em;
  width: 100%;
  max-width: 500px;
  outline: 1px solid #3d05f74b;
  box-shadow: rgba(255, 255, 255, 0.459) 0px 5px 10px -5px;
}
form{
  color: white;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
input{
  border-radius: 5px;
  background-color: #00070d23;
  height: 40px;
  min-width: 300px;
  border: none;
  outline: 1px solid #3f05f7;
  color: white;
  margin-left: 3em;
}
textarea{
  border-radius: 5px;
  background-color: #00070d23;
  height: 50px;
  min-width: 300px;
  border: none;
  outline: 1px solid #3f05f7;
  color: white;
  margin: 0 1em;
}
label{
  display: flex;
  align-items: center;
  margin:1em;
}
.btn{
  text-decoration: none;
  border-radius: 5px;
  color: white;
  border: none;
  height: 50px;
  cursor: pointer;
  width: 100%;
  font-weight: bolder;
  font-size: 20px;
  padding: 0 2em;
  margin: 0 1em;
  transition: .3s;
  background-color: transparent;
  text-transform: uppercase;
}
.btn:hover{
  color: #3f05f7;
  outline: 3px solid white;
  background-color: white;
}
.bg-image {
  position: absolute;
  bottom: -88%;
}

.navbar{
  position: absolute;
  width: 100%;
  color: white;
  display: flex;
  flex-wrap: wrap;
  min-height: 70px;
  justify-content: space-around;
  align-items: center;
}
.menu{
  margin: 8px 0 0 2em;
  display: flex;
}
.menu a{
  margin-left: 3em;
  text-decoration: none;
  color: white;
  border-bottom: 1px solid #3f05f7;
  transition: .1s;
}
.menu a:hover{
  border-bottom: 5px solid #3f05f7;
}
.logo-head{
  display: flex;
  margin: 0 10px;
  align-items: center;
}
.logo-header h1{
  font-size: 50px;
}
.logo-header h1 span{
  color: #3f05f7;
}
@media screen and (max-width: 600px) {
  .logo-header h1{
    font-size: 20px;
  }
  .menu{
    margin: 0;
  }
  .menu p{
    margin-left: 1em;
  }
  .navbar{
    justify-content: space-around;
  }
  .btn-head{
    display: none;
  }
  .learn-more{
    display: flex;
    flex-direction: column;
  }
  .service-box, .test-box{
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  input, textarea{
    min-width: auto;
    width: 100%;
  }
  .form{
    justify-content: center;
  }
}
.btn-head{
  margin: 0 10px;
}

.btn-head a{
  text-decoration: none;
  border-radius: 5px;
  color: white;
  outline: 3px solid #3f05f7;
  padding: .5em;
  transition: .3s;
}
.btn-head a:hover, .btn a:hover{
  color: #3f05f7;
  outline: 3px solid white;
  background-color: white;
}

.container-2{
  background-color: black;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 165px 0 124px;
  width: 100%;
  margin: auto;
}
.service, .aboutus, .mindset{
  background: rgb(2,0,36);
  background: radial-gradient(circle, rgba(2,0,36,1) 16%, rgba(9,9,121,0) 70%);
  width: 100%;
  max-width: 1000px;
}
.container-3{
  background-color: #00070d;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 165px 0 124px;
  width: 100%;
  margin: auto;
}
.service-box{
  display: flex;
  justify-content: space-between;
  color: white;
  margin: 2em 0;
}
.test-box{
  display: flex;
  width: 100%;
  max-width: 1000px;
}
.testbox{
  color: white;
  padding: 1em;
}

.box1 li, .box2 li, .box3 li{
  line-height: 2em;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 165px 0 124px;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  border: #3f05f7;
  height: 100vh;
  background-image: url('./assets/world.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-origin: padding-box;
}

.header h2, .mission-text h2, .Services-text h2, .test-text h2, .aboutus-text h2  {
  text-align: center;
  color: #3f05f7;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  margin: 0;
  line-height: 36px;
}

.header, .mission-text, .Services-text, .test-text, .aboutus-text {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;
  width: 100%;
  max-width: 1000px;
  font-style: normal;
  background: rgb(2,0,36);
  background: radial-gradient(circle, rgba(2,0,36,1) 7%, rgba(9,9,121,0) 48%);
}

.header > h1, .mission-text > h1, .Services-text > h1, .test-text > h1, .aboutus-text > h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 150%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff;
}

.header > p, .mission-text > p, .Services-text > p, .test-text > p, .aboutus-text > p {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  color: #ffffff;
  flex-grow: 0;
  margin: 16px 0px;
  padding: 0 10px;
  max-width: 1000px;
}

.options {
  display: flex;
  flex-direction: row;
}

.options > a {
  color: #ffffff;
  text-decoration: underline;
  margin: 0px 8px;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
}

.options > a:first-of-type {
  margin-right: 30px;
}

.logo {
  margin-top: 75px;
}

.logo > img {
  width: 160px;
  height: 64px;
}

.learn-more > a > button {
  background: #3f05f7;
  border-radius: 4px;
  border: none;
  width: 180px;
  margin-top: 78px;
  height: 55px;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  background: #3f05f7;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
    .container {
        background-size: contain;
        background-position-y: center;
    }
}

@media screen and (max-width: 600px) {

.container{
    background-size: contain;
    background-position-y: center;
    }
  pre {
    font-size: 0.8rem;
    padding: 8px 12px;
    width: 100%;
  }

  body {
    width: 100vw;
  }

  .header img {
    margin-left: 0;
  }

  .installation-steps {
    width: 100%;
    box-sizing: border-box;
  }

  h1 {
    font-size: 1.6rem;
  }

  ol {
    padding-left: 20px;
  }

  li {
    margin-bottom: 5px;
  }
}
