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

html,
body {
  width: 100%;
  height: 100%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  color: white;
  background-color: #121212;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px;
}
nav .logo p {
  font-size: 23px;
}
nav .other_services {
  display: flex;
  gap: 10px;
}
nav .other_services button {
  padding: 10px 20px;
  color: white;
  background-color: #222222;
  border: none;
  border-radius: 8px;
  font-size: 18px;
  cursor: pointer;
}
nav .other_services button .yellow {
  background-color: #cebd63;
  padding: 4px 8px;
  border-radius: 50%;
}
nav .other_services #last_btn {
  background-color: #cebd63;
}

main {
  width: 100%;
  height: 90vh;
  padding: 0 20px 0 20px;
}
main .veiw1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
main .veiw1 .top {
  width: 50%;
  height: 90vh;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}
main .veiw1 .top img {
  height: 90vh;
  width: 100%;
}
main .veiw1 .bottom {
  background-color: #222222;
  width: 50%;
  height: 90vh;
  border-radius: 10px;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  gap: 30%;
}
main .veiw1 .bottom .text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
main .veiw1 .bottom .text h1 {
  font-size: 4rem;
  font-weight: 300;
}
main .veiw1 .bottom .text p {
  font-size: 1.5rem;
  opacity: 0.5;
}
main .veiw1 .bottom .text button {
  text-align: left;
  width: 30%;
  padding: 10px;
  font-size: 1rem;
  background-color: #222222;
  color: white;
  border: none;
}
main .veiw1 .bottom .text button i {
  font-size: 20px;
  margin-right: 8px;
  border: 1px solid rgb(146, 145, 145);
  background-color: #373737;
  color: lightgray;
  border-radius: 50%;
  padding: 5px;
}
main .veiw2 {
  width: 100%;
  padding: 3rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15vw;
}
main .veiw2 .box {
  width: 10vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main .veiw2 .box p {
  opacity: 0.5;
}
main .veiw2 .box h2 {
  font-size: 3.5rem;
  font-weight: 350;
}
main .veiw3 {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  gap: 20px;
  height: 90%;
  padding: 0 10px 0 10px;
}
main .veiw3 .top {
  width: 50%;
  background-color: #222222;
  border-radius: 10px;
  padding: 50px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
main .veiw3 .top .sec-head {
  padding-bottom: 15vh;
}
main .veiw3 .top h3 {
  font-size: 3rem;
  font-weight: 300;
}
main .veiw3 .top .para {
  display: flex;
  gap: 20px;
  opacity: 0.5;
  font-size: 20px;
}
main .veiw3 .bottom {
  width: 50%;
  border-radius: 10px;
  overflow: hidden;
}
main .veiw3 .bottom img {
  height: 100%;
  width: 100%;
}
main .veiw4 {
  display: flex;
  justify-content: center;
  gap: 20px;
  height: 90%;
  padding: 0 10px 0 10px;
}
main .veiw4 .top {
  width: 50%;
  background-color: #222222;
  border-radius: 10px;
  padding: 50px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
main .veiw4 .top .sec-head {
  padding-bottom: 20vh;
}
main .veiw4 .top h3 {
  font-size: 3rem;
  font-weight: 300;
}
main .veiw4 .top .para {
  display: flex;
  gap: 20px;
  opacity: 0.5;
  font-size: 20px;
}
main .veiw4 .bottom {
  width: 50%;
  border-radius: 10px;
  overflow: hidden;
}
main .veiw4 .bottom img {
  height: 100%;
  width: 100%;
}
main .veiw5 {
  height: 20%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
}
main .veiw5 h1 {
  font-size: 3vw;
  font-weight: 300;
  text-transform: uppercase;
}
main .veiw5 button {
  padding: 10px 20px;
  color: white;
  background-color: #121212;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  cursor: pointer;
  text-transform: uppercase;
}
main .veiw5 button i {
  font-size: 20px;
  margin-right: 8px;
  border: 1px solid rgb(146, 145, 145);
  background-color: #373737;
  color: lightgray;
  border-radius: 50%;
  padding: 5px;
}
main .veiw6 {
  height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 20px;
}
main .veiw6 .card {
  height: 100%;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding: 30px;
}
main .veiw6 .card .icons {
  width: 90%;
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 10px;
}
main .veiw6 .card .icons i {
  -webkit-backdrop-filter: blur(2rem);
          backdrop-filter: blur(2rem);
  background-color: rgba(255, 255, 255, 0.05);
  color: rgb(168, 167, 167);
  border: 1px solid rgb(101, 100, 100);
  padding: 10px;
  border-radius: 50%;
}
main .veiw6 .card .info {
  -webkit-backdrop-filter: blur(2rem);
          backdrop-filter: blur(2rem);
  background-color: rgba(255, 255, 255, 0.05);
  width: 100%;
  height: 10vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px 0 20px;
  text-transform: uppercase;
}
main .veiw6 .card .info h2 {
  font-size: 1.5rem;
  font-weight: 350;
}
main .veiw6 .card .info p {
  font-size: 1rem;
}
main .veiw6 #card1 {
  background-image: url(forthimage.webp);
  background-size: cover;
}
main .veiw6 #card2 {
  background-image: url(fifthimahge.webp);
  background-size: cover;
}
main .veiw6 #card3 {
  background-image: url(sixthimge.webp);
  background-size: cover;
}
main .veiw7 {
  height: 68vh;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 0 10px 0 10px;
}
main .veiw7 .left {
  width: 50%;
  border-radius: 10px;
  overflow: hidden;
}
main .veiw7 .left img {
  height: 100%;
  width: 100%;
}
main .veiw7 .right {
  width: 50%;
  background-color: #222222;
  border-radius: 10px;
  padding: 50px;
  display: flex;
  flex-direction: column;
  gap: 20vh;
}
main .veiw7 .right .up p {
  opacity: 0.5;
  font-size: 20px;
}
main .veiw7 .right .up h2 {
  font-size: 4rem;
  font-weight: 300;
}
main .veiw7 .right .down button {
  text-align: left;
  width: 30%;
  padding: 10px;
  font-size: 1rem;
  background-color: #222222;
  color: white;
  border: none;
}
main .veiw7 .right .down button i {
  font-size: 20px;
  margin-right: 8px;
  border: 1px solid rgb(146, 145, 145);
  background-color: #373737;
  color: lightgray;
  border-radius: 50%;
  padding: 5px;
}

@media (max-width: 1000px) {
  nav .other_services {
    visibility: hidden;
    gap: 5px;
  }
  nav .other_services .only-visible {
    font-size: 18px;
    visibility: visible;
  }
  main .veiw1 {
    display: flex;
    flex-direction: column;
  }
  main .veiw1 .top {
    width: 100%;
  }
  main .veiw1 .bottom {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
  }
  main .veiw1 .bottom .first-para {
    padding-bottom: 30vh;
  }
  main .veiw2 {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 5vw;
    place-items: center;
    padding: 20px;
  }
  main .veiw3 {
    height: -moz-fit-content;
    height: fit-content;
    flex-direction: column-reverse;
  }
  main .veiw3 .top,
  main .veiw3 .bottom {
    width: 100%;
  }
  main .veiw4 {
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    flex-direction: column;
  }
  main .veiw4 .top,
  main .veiw4 .bottom {
    width: 100%;
  }
  main .veiw6 {
    flex-direction: column;
    height: 180vh;
  }
  main .veiw7 {
    display: flex;
    flex-direction: column;
    height: -moz-fit-content;
    height: fit-content;
  }
  main .veiw7 .left,
  main .veiw7 .right {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */