.navbar {
  width: 1200px;
  padding: 50px;
  margin: auto;
  background-color: #181818;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar-img {
  width: 120px;
}
.navbar-list {
  margin-left: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.navbar-link {
  display: inline-block;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #FFFFFF;
  transition-property: all;
  transition-duration: 1s;
}
.navbar-link:hover {
  color: red;
  transform: scale(1.1);
}
.navbar-btn {
  width: 150px;
  height: 42px;
  border: none;
  background: #FFFFFF;
  border-radius: 14px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.4px;
  color: #000000;
  transition-property: all;
  transition-duration: 1s;
}
.navbar-btn:hover {
  transform: scale(1.1);
}

.intro {
  position: relative;
  width: 1200px;
  padding: 50px;
  margin: auto;
  background-image: url(/images/IMAGEmountain1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.intro-text1 {
  position: relative;
  top: 280px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #C0C0C0;
}
.intro-text {
  width: 580px;
  margin: auto;
  margin-top: 400px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #C0C0C0;
}
.intro-title {
  position: absolute;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 54px;
  line-height: 59px;
  text-align: center;
  color: #FFFFFF;
  left: 440px;
  margin-top: 300px;
}

.what {
  width: 1200px;
  padding: 50px;
  margin: auto;
  background-color: #000000;
}
.what-title {
  margin-top: 50px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 42px;
  text-align: center;
  color: #FFFFFF;
}
.what-text {
  margin-top: 20px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #C0C0C0;
}
.what-boxes {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.what-box {
  position: relative;
  width: 400px;
  height: 500px;
  padding: 10px;
  background-image: url(/images/IMAGEtech1.png);
}
.what-box1 {
  position: relative;
  width: 400px;
  height: 500px;
  padding: 10px;
  background-image: url(/images/IMAGEtech2.png);
}
.what-box2 {
  position: relative;
  width: 400px;
  height: 500px;
  padding: 10px;
  background-image: url(/images/IMAGEtech3.png);
}
.what-box3 {
  position: relative;
  width: 400px;
  height: 500px;
  padding: 10px;
  background-image: url(/images/IMAGEtech4.png);
}
.what-title1 {
  position: absolute;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #FFFFFF;
  top: 300px;
}
.what-text1 {
  position: absolute;
  width: 400px;
  height: 80px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 20px;
  color: #C0C0C0;
  top: 350px;
}
.what-button {
  width: 150px;
  height: 40px;
  background-color: #ffffff;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-radius: 10px;
  margin-top: 430px;
}
.what-circle {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background-color: #000000;
  transition-property: all;
  transition-duration: 1s;
}
.what-text2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.4px;
  color: #000000;
  transition-property: all;
  transition-duration: 1s;
}
.what-button:hover .what-circle {
  transform: translate(100px);
}
.what-button:hover .what-text2 {
  transform: translate(-50px);
}

.clients {
  position: relative;
  width: 1200px;
  padding: 50px;
  margin: auto;
  background-color: #000000;
  bottom: 100px;
}
.clients-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 42px;
  text-align: center;
  color: #FFFFFF;
}
.clients-text {
  margin-top: 10px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #C0C0C0;
}
.clients-images {
  margin-top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
}
.clients-img {
  width: 150px;
  height: 30px;
}

.foot {
  width: 1200px;
  padding: 50px;
  margin: auto;
  background-color: #000000;
}
.foot-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.foot-box2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.foot-box3, .foot-box4 {
  width: 220px;
}
.foot-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #C0C0C0;
}
.foot-text {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
}
.foot-hr {
  height: 1px;
  margin-top: 50px;
  background-color: #FFFFFF;
}
.foot-box5 {
  margin-top: 20px;
}
.foot-button {
  width: 460px;
  height: 40px;
  margin-top: 20px;
  border: none;
  border-radius: 10px;
  background-color: #FFFFFF;
  display: flex;
  justify-content: start;
  align-items: center;
}
.foot-circle {
  width: 60px;
  height: 30px;
  margin-left: 5px;
  border-radius: 10px;
  background-color: #000000;
  transition-property: all;
  transition-duration: 1.5s;
}
.foot-button:hover .foot-circle {
  transform: translate(390px);
}
.foot-icons {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.foot-icon {
  font-size: 30px;
  color: #ffffff;
  transition-property: all;
  transition-duration: 1s;
}
.foot-icon:hover {
  transform: scale(1.5);
}
.foot-text2 {
  margin-top: 40px;
}

* {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.wrapper {
  width: 100%;
  background-color: #181818;
}

.monstera {
  position: relative;
  width: 1100px;
  height: 500px;
  padding: 100px;
  margin: auto;
  background-image: url(/images/IMAGEplant1.png);
  background-repeat: no-repeat;
}
.monstera-box {
  width: 300px;
  height: 70px;
  margin-top: 200px;
  margin-left: 800px;
}
.monstera-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.monstera-text {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #C0C0C0;
}

.mountain {
  width: 1200px;
  height: 500px;
  padding: 50px;
  margin: auto;
  background-image: url(/images/IMAGEmountain2.png);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.mountain-box {
  width: 300px;
  height: 70px;
  margin-top: 250px;
  margin-left: 900px;
}
.mountain-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
}
.mountain-text {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #c0c0c0;
}

.photo {
  width: 1200px;
  padding: 50px;
  margin: auto;
  background-color: #000000;
}
.photo-title {
  width: 570px;
  margin: auto;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 42px;
  text-align: center;
  color: #FFFFFF;
}
.photo-text {
  margin-top: 20px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #C0C0C0;
}
.photo-button {
  width: 160px;
  height: 40px;
  border-radius: 10px;
  border: none;
  background-color: #FFFFFF;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: auto;
  margin-top: 20px;
}
.photo-circle {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background-color: #000000;
  transition-property: all;
  transition-duration: 1s;
}
.photo-text1 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.4px;
  color: #000000;
  transition-property: all;
  transition-duration: 1s;
}
.photo-button:hover .photo-circle {
  transform: translate(110px);
}
.photo-button:hover .photo-text1 {
  transform: translate(-40px);
}

.sunset {
  width: 1200px;
  padding: 50px;
  margin: auto;
  background-image: url(/images/IMAGEmountain3.png);
  background-repeat: no-repeat;
  margin-top: -100px;
}
.sunset-box {
  width: 300px;
  height: 70px;
  margin-top: 400px;
  margin-left: 900px;
}
.sunset-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.sunset-text {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #C0C0C0;
}

.tools {
  position: relative;
  width: 1200px;
  margin: auto;
}
.tools-text {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
}
.tools-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 32px;
  color: #FFFFFF;
}
.tools-button {
  width: 170px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #FFFFFF;
  margin-top: 30px;
}
.tools-circle {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background-color: #000000;
  transition-property: all;
  transition-duration: 1s;
}
.tools-text1 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.4px;
  color: #000000;
  transition-property: all;
  transition-duration: 1s;
}
.tools-button:hover .tools-circle {
  transform: translate(120px);
}
.tools-button:hover .tools-text1 {
  transform: translate(-40px);
}
.tools-box1 {
  position: absolute;
  width: 550px;
  height: 440px;
  padding: 50px;
  background-color: #000000;
  left: -50px;
}
.tools-box2 {
  width: 650px;
  height: 540px;
  background-image: url(/images/IMAGEphoto.png);
  background-repeat: no-repeat;
  margin-left: 600px;
}
.tools-text2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  margin-top: 10px;
}
.tools-text {
  margin-top: 200px;
}
.tools-title {
  margin-top: 10px;
}/*# sourceMappingURL=style.css.map */