@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Outfit", sans-serif;
}
body {
  /* padding: 2rem; */
  position: relative;
  /* margin: 0 auto; */
}
.sub-nav {
  background-color: gray;
  padding: 0.4rem 2rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
header {
  display: flex;
  justify-content: space-between;
  z-index: 300;
  align-items: center;
}

.contact {
  display: flex;
  gap: 30px;
}
.g-mail {
  display: flex;
  align-items: center;
}
.tel {
  display: flex;
  align-items: center;
}

.div-one {
  display: flex;
  align-items: center;
}

.div-two {
  display: flex;
  align-items: center;
}
a {
  text-decoration: none;
}
p {
  font-size: 20px;
  color: white;
  font-weight: 100px;
  transition: all 1s;
  z-index: 300;
}
p:hover {
  color: orange;
}
.bx {
  z-index: 300;
  font-size: 25px;

  cursor: pointer;
  color: white;
  transition: all 1s;
}
.bx:hover {
  transform: scale(1.2);
  color: orange;
}
h1 {
  color: gray;
}
h3 {
  color: blue;
}
.bx-wifi {
  color: black;
}
.cafe {
  display: flex;
}
.icons {
  z-index: 300;
}
.section-one {
  padding: 1.5rem;
  background-color: white;
  position: sticky;
  top: 0;
  z-index: 1000;
}

nav {
  color: black;
  display: flex;
  gap: 2rem;
}
.bx-menu {
  /* display: none; */

  color: black;
}
.first {
  color: white;
  background-color: orangered;
  padding: 0.8rem;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
h4 {
  transition: all 1s;
}
h4:hover {
  color: white;
  background-color: orangered;
  padding: 0.8rem;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.four {
  display: flex;
  align-items: center;
}
.section-two {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 4rem;
  position: relative;
  height: 100vh;
  background: url("./images/woman-working.jpg");
  background-size: cover;
}

.h1-one {
  font-size: 3.5rem;
  width: 80%;
  color: white;
  z-index: 300;
}
h5 {
  width: 55%;
  font-size: 25px;
  color: white;
  z-index: 300;
}
.span-one {
  color: orangered;
}
.span-two {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btns {
  display: flex;
  gap: 20px;
}
.btn-one {
  z-index: 300;
  padding: 15px 40px;
  color: white;
  background-color: orangered;
  border: 0;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  cursor: pointer;
  transition: all 1s;
  font-size: 20px;
  margin-top: 20px;
}
.btn-one:hover {
  background-color: gray;
  border: 2px solid orangered;
}
.overally {
  background-color: black;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0.7;
}
.section-three {
  min-height: 80vh;
  background-color: rgb(247, 243, 243);
  padding: 4rem;
  z-index: 300;
  border-bottom: 2px dashed gray;
}

.about {
  display: flex;
  gap: 20px;
}
.about-text {
  width: 50%;
}
.about-image {
  width: 50%;
}
.p-one {
  color: black;
  margin-bottom: 20px;
  font-size: 30px;
}
.p-two {
  color: gray;
  margin-bottom: 20px;
}
.p-three {
  color: gray;
  margin-bottom: 20px;
}
.h4-about {
  margin-bottom: 20px;
  color: gray;
  text-transform: uppercase;
}
.section-four {
  padding: 4rem;
  min-height: 100vh;
}

.motivation {
  display: flex;
  gap: 20px;
}
.motivation-image {
  width: 50%;
}
.motivation-text {
  width: 50%;
}
.text-one {
  color: gray;
  text-transform: uppercase;
}
.text-two {
  color: black;
  font-size: 30px;
}
.text-three {
  color: gray;
  margin-bottom: 20px;
}
.text-four {
  color: gray;
  margin-bottom: 20px;
}
.application-one {
  color: white;
  margin-bottom: 20px;
  font-size: 35px;
}
.application-two {
  color: gray;
}
.application-four {
  display: flex;
  margin-top: 20px;
}
.application-text {
  width: 50%;
}
.computer-applications {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.section-five {
  padding: 4rem;
  min-height: 100vh;
  background-color: rgb(28, 28, 28);
}
.application-image {
  width: 33%;
  position: relative;
}
.application-image iframe {
  position: absolute;
  width: 80%;
  height: 50%;
  left: 1rem;
  top: 4rem;
}

ul {
  color: white;
}
.section-six {
  min-height: 100vh;
  padding: 4rem;
  background-color: rgb(242, 243, 245);
}
.intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.intro-one {
  color: black;
  margin-bottom: 20px;
}
.intro-two {
  color: gray;
  margin-bottom: 10px;
}
.all-services {
  display: flex;
  gap: 20px;
}

.service-one {
  width: 33%;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.service-two {
  width: 33%;
}
.service-three {
  width: 33%;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.service-img {
  width: 100%;
  height: 100%;
}
.text {
  background-color: rgb(57, 57, 57);
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.service-four {
  background-color: rgb(57, 57, 57);
  display: flex;
  border-top-left-radius: 30px;
}
.icon {
  background-color: orangered;
  width: 20%;
  height: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.icon-one {
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.icon-two {
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.service-text {
  color: white;
  font-weight: 30px;
}
.service-text-one {
  color: rgba(255, 255, 255, 0.596);
}
.btn-two {
  padding: 15px 40px;
  color: black;
  background-color: white;
  border: 2px solid orangered;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  cursor: pointer;
  transition: all 1s;
  font-size: 20px;
  margin-top: 20px;
}
.btns-one {
  display: flex;
  align-items: center;
  justify-content: center;
}

.portfolio-img {
  width: 280px;
  height: 250px;
  object-fit: cover;
}

.portfolio-images {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding: 4rem;
}
.section-seven {
  padding: 4rem;
}
.section-eight {
  min-height: 100vh;
}

.form {
  width: 60%;
  height: 600px;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  flex-direction: column;
  gap: 2rem;
  margin: 0 auto;
  padding: 20px;
  border: none;
  background-color: rgb(198, 199, 198);
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.form input {
  margin: 0 auto;
  border: none;
  width: 90%;
  padding: 1.2rem;
}
.form textarea {
  border: none;
  margin: 0 auto;
  width: 90%;
  padding: 1rem;
}
.form .first {
  width: 20%;
  margin-left: 2.1rem;
  border: none;
  font-size: 20px;
}
.contact-two {
  display: flex;
  gap: 2.5rem;
  margin-top: 2.3rem;
  align-items: center;
  justify-content: center;
  height: 150px;
}

.location {
  width: 30%;
  height: 100%;
  background-color: white;
  margin-left: 1rem;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 1rem;
}
.Email-us {
  width: 30%;
  height: 100%;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 1rem;
}
.Call-us {
  width: 30%;
  height: 100%;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 1rem;
}
.h5-location {
  color: orangered;
  font-size: 28px;
}
.p-location {
  color: gray;
  font-size: 15px;
}
.bxs-location-plus {
  color: black;
}
.bxs-envelope {
  color: black;
  font-size: 30px;
}
.bx-headphone {
  color: black;
  font-size: 30px;
}
.section-nine {
  height: 20vh;
  background-color: rgb(31, 31, 31);
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-nine p {
  font-size: 20px;
  color: gray;
}
.bx-copyright {
  font-size: 20px;
  color: gray;
}
.p-nine a {
  color: white;
}
.p-nine a:hover {
  color: orangered;
}

@media (max-width: 768px) {
  header {
    display: flex;
    flex-direction: column;
  }
  .h1-one {
    font-size: 1.2rem;
  }
  .section-two {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .page {
    display: none;
  }
  .portfolio-images {
    gap: 1rem;
  }
  .about-image {
    width: 100%;
  }
  .about-image {
    width: 100%;
  }
  .about-image iframe {
    width: 100%;
  }
  .contact-two {
    gap: 2.5rem;
    height: 150px;
  }
  .section-four {
    width: 100%;
    padding: 0.7rem;
  }
  .section-four .motivation {
    width: 100%;
  }
  .section-four .motivation .motivation-text {
    width: 100%;
  }
  .section-four .motivation .motivation-image {
    width: 100%;
  }
  .section-four .motivation .motivation-image iframe {
    width: 100%;
  }
  .section-five {
    padding: 0.7rem;
    min-height: auto;
    background-color: rgb(28, 28, 28);
  }
  .section-five .computer-applications {
    width: 100%;
  }
  .section-five .computer-applications .application-image {
    width: 100%;
  }
  .section-five .computer-applications .application-image img {
    width: 100%;
  }
  .section-five .computer-applications .application-image iframe {
    width: 95%;
    left: 2;
  }
  .section-five .computer-applications .application-text {
    width: 100%;
  }
  .location {
    width: 20vw;
  }
  .Email-us {
    width: 20vw;
  }
  .form textarea {
    width: 90%;
    padding: 1rem;
  }
  .btns-one {
    display: flex;
    flex-direction: column;
  }
  .all-services {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
    justify-content: center;
  }
  .service-two {
    display: none;
  }
  .service-four {
    width: 100%;
    height: 40%;
    gap: 1rem;
  }
  .text {
    background-color: rgb(57, 57, 57);
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .service-one {
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }
  .icon {
    background-color: orangered;
    width: 30%;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
  }

  .application-image img {
    width: 60%;
  }
  .computer-applications {
    display: flex;
    flex-direction: column;
  }
  .application-image iframe {
    position: absolute;
    width: 50%;
    height: 50%;
    left: 0.5rem;
    top: 4rem;
  }
  .motivation {
    display: flex;
    flex-direction: column;
  }

  .about {
    /* background-color: red; */
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 1rem;
  }
  .about-text {
    width: 100%;
  }
  .section-three {
    padding: 0.2rem;
  }
  .section-six {
    min-height: auto;
    padding: 0.7rem;
    background-color: rgb(242, 243, 245);
  }
  .section-six .services {
    width: 100%;
  }
  .section-six .services .all-services {
    width: 100%;
  }
  .section-six .services .all-services .service-one {
    width: 100%;
  }
  .section-six .services .all-services .service-three {
    width: 100%;
    height: 200px;
  }
  .section-six .services .all-services .service-one .service-four {
    width: 100%;
    height: 200px;
  }
  .section-six .services .all-services .service-three .service-four {
    width: 100%;
    height: 300px;
  }
  .section-six .services .all-services .service-three {
    width: 100%;
    height: 200px;
  }
  .section-seven {
    margin-top: 25rem;
    padding: 0.7rem;
    height: auto;
    width: 100%;
  }
  .section-seven .portfolio-images {
    width: 100%;
  }
  .section-seven .portfolio-images .portfolio-img {
    width: 100%;
  }
  .section-eight {
    margin-top: 14rem;
    padding: 0.7rem;
    height: 100vh;
    flex: wrap;
    flex-direction: column;
  }
  .section-eight .form {
    width: 100%;
  }

  .section-eight .location {
    width: 100%;
  }
  .section-eight .Email-us {
    width: 100%;
  }
  .section-eight .Call-us {
    width: 100%;
  }
  .h5-location {
    font-size: 20px;
  }
  .p-location {
    color: gray;
    font-size: 10px;
  }
  .section-nine {
    margin-top: 39rem;
  }
  .section-two {
    padding: 0;
    background-color: rebeccapurple;
  }
  .contact-two {
    display: flex;
    width: 100%;
    gap: 1rem;
    margin-top: 4rem;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 200px;
  }
  .location {
    width: 100%;
  }
  .h1-one {
    padding: 0.5rem;
    font-size: 2rem;
    width: 100%;
    color: white;
    z-index: 300;
  }
  h5 {
    width: 100%;
    padding: 0.5rem;
    font-size: 25px;
    color: white;
    z-index: 300;
  }
  .section-two .btns {
    padding: 0.6rem;
  }
  .span-two {
    display: flex;
    justify-content: flex-start;
    align-items: start;
  }
  .section-one {
    padding: 1rem 0;
    background-color: white;
    position: sticky;
    top: 0;
    z-index: 1000;
  }
  header {
    display: flex;
    justify-content: flex-start;
    z-index: 300;
    align-items: center;
  }
  .sub-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .sub-nav header {
    background-color: gray;
    /* height: 10vh; */
    /* margin-bottom: 1rem; */
    padding: 0.5rem;
    background-color: red;
  }
}
