@font-face {
  font-family: poppins;
  src: url(Poppins/Poppins-Medium.ttf);
}

@font-face {
  font-family: static;
  src: url(static/Oswald-Medium.ttf);
}

* {
  margin: 0;
  padding: 0;
  font-family: "poppins";
}

.top-nav {
  width: 100%;
  height: 9vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #dadada;
}

.top-nav > .icons {
  width: 16%;
  height: 8vh;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-left: 115px;
}

.fa-brands,
.fa-solid {
  cursor: pointer;
  font-size: 12px;
  color: #838383;
}

.fa-brands:hover {
  color: #fab700;
}

.fa-solid:hover {
  color: #fab700;
}

.buttons > .select {
  width: 90px;
  height: 30px;
  padding-left: 12px;
  font-size: 12px;
}

.buttons > button {
  background-color: #fab700;
  width: 90px;
  height: 30px;
  outline: none;
  border: none;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
  font-size: 12px;
  margin-right: 120px;
}

.buttons > button:hover {
  background-color: #fff;
  border: 1px solid #fab700;
  color: #000;
}

.nav {
  width: 100%;
  height: 16vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0px;
  bottom: 0px;
  background-color: #fff;
  z-index: 3;
}

.nav > ul {
  display: flex;
  margin-right: 120px;
}

.nav > ul > li {
  list-style: none;
  margin-left: 50px;
  font-size: 12.7px;
  text-transform: uppercase;
  cursor: pointer;
}

.nav > ul > li:hover {
  color: #fab700;
}

.home {
  color: #fab700;
}

.nav > .logo {
  margin-left: 130px;
}

.main-img {
  width: 100%;
  height: 60vh;
  background-image: url(images/stars.avif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  object-fit: cover;
  color: #fff;
  font-family: "Lucida Sans", Arial, sans-serif;
  text-align: center;
  padding-top: 160px;
}

.main-img > h1 {
  font-size: 60px;
  font-family: "static";
}

.main-img > p {
  margin: 25px 0;
}

.main-img > .btn2 {
  width: 180px;
  height: 50px;
  background-color: #3f3f3f;
  color: #fab700;
  border: none;
  outline: none;
  border-radius: 5px;
  margin-top: 30px;
}

.main-img > .btn2:hover {
  background-color: #fab700;
  color: #000;
}

.dream {
  background-color: #fab700;
  border-radius: 8px;
}

.services {
  width: 100%;
  height: 95vh;
  text-align: center;
}

.services > .ser {
  font-size: 40px;
  padding-top: 60px;
  font-weight: normal;
  color: #000;
  font-family: "static";
}

.services > p {
  font-size: 14px;
  padding-top: 15px;
  color: #696969;
}

.services > .boxes {
  width: 100%;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  box-sizing: border-box;
  margin-top: 40px;
}

.services > .boxes > .tool-box {
  width: 25%;
  height: 55vh;
  padding-top: 50px;
  box-sizing: border-box;
}

.services > .boxes > .tool-box:hover {
  box-shadow: 0.7px 0.7px 7px #3f3f3f;
  border-radius: 20px;
}

.services > .boxes > .tool-box > h2 {
  font-size: 22px;
  margin: 17px 0;
}

.services > .boxes > .tool-box > p {
  font-size: 13px;
  line-height: 24px;
  color: #696969;
}

.our-projects {
  width: 100%;
  height: 140vh;
  text-align: center;
  box-sizing: border-box;
}

.our-projects > h1 {
  font-size: 40px;
  padding-top: 60px;
  font-family: "static";
}

.our-projects > p {
  color: #3f3f3f;
  margin: 15px 0;
  font-size: 14px;
}

.our-projects > .img-box {
  width: 100%;
  height: 90vh;
  background-color: #fab700;
  margin-top: 90px;
  display: flex;
  flex-wrap: wrap;
}

.our-projects > .img-box > .imgs {
  width: 33.3%;
  height: 45vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.our-projects > .img-box > .imgs:hover {
  opacity: 0.7;
}

.members {
  width: 100%;
  height: 122vh;
  text-align: center;
  box-sizing: border-box;
}

.members > h1 {
  font-size: 40px;
  font-family: "static";
  padding-top: 55px;
}

.members > p {
  font-size: 14px;
  padding-top: 15px;
  color: #696969;
}

.members > .m-boxes {
  width: 90%;
  height: 75vh;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  box-sizing: border-box;
  margin-top: 41px;
}

.members > .m-boxes > .member > h4 {
  font-family: "static";
  font-size: 18px;
  margin-top: 16px;
  font-weight: normal;
}

.members > .m-boxes > .member > p {
  font-size: 15px;
  font-family: "static";
  color: #696969;
}

.members > .m-boxes > .member > img:hover {
  opacity: 0.7;
}

.tranding {
  width: 100%;
  height: 54vh;
  background-color: #fab700;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.tranding > .num > h1 {
  font-family: "static";
  font-weight: normal;
  font-size: 40px;
}

.tranding > .num > p {
  font-family: "static";
  font-weight: normal;
  color: #2e2e2e;
}

.features {
  width: 100%;
  height: 137vh;
  text-align: center;
  box-sizing: border-box;
}

.features > h1 {
  font-size: 40px;
  font-family: "static";
  padding-top: 93px;
}

.features > p {
  font-size: 15px;
  color: #696969;
  margin-top: 15px;
}

.features > .f-box {
  width: 90%;
  height: 80vh;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  box-sizing: border-box;
  margin-top: 50px;
}

.features > .f-box > .feath {
  width: 28.5%;
  height: 33vh;
  border: 1px solid #dbdbdb;
  border-radius: 16px;
  text-align: left;
  align-items: center;
  box-sizing: border-box;
  padding-top: 35px;
  padding-left: 45px;
}

.features > .f-box > .feath:hover {
  box-shadow: 0.5px 0.5px 5px #a8a8a8;
}

.features > .f-box > .feath > h3 {
  font-family: "static";
  font-weight: normal;
  font-weight: 500;
}

.features > .f-box > .feath > p {
  font-family: "static";
  color: #696969;
  font-size: 15px;
  margin-top: 9px;
}

.features > .f-box > .feath > h3 > .fat {
  font-size: 25px;
  color: #000;
  padding-right: 13px;
}

.features > .f-box > .feath > h3:hover {
  color: #fab700;
}

.users {
  width: 100%;
  height: 75vh;
  background-color: #f5f5f5;
  display: flex;
  padding: 0 110px;
  align-items: center;
  box-sizing: border-box;
  justify-content: space-between;
}

.users > .user {
  width: 48%;
  height: 38vh;
  border: 1px solid #dbdbdb;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  box-sizing: border-box;
}

.users > .user:hover {
  box-shadow: 0.5px 0.5px 5px #a8a8a8;
  background-color: #fff;
}

.users > .user > .u-text > h3 {
  font-family: "static";
  font-weight: normal;
  font-weight: 450;
  margin-top: 6px;
}

.users > .user > .u-text > h3:hover {
  color: #fab700;
}

.users > .user > .u-text > p {
  font-size: 14px;
  color: #696969;
  padding: 5px 0;
}

.com-logos {
  width: 100%;
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.footer {
  width: 100%;
  height: 88vh;
  background-color: #353535;
  box-sizing: border-box;
}

.footer > .top {
  width: 100%;
  height: 57vh;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 0 50px;
  padding-top: 45px;
}

.footer > .top > .lef {
  width: 23%;
  height: 35vh;
}

.footer > .top > .bet {
  width: 23%;
  height: 35vh;
}

.footer > .top > .rig {
  width: 39%;
  height: 35vh;
}

.footer > .top > .tex > h3 {
  color: #fff;
  font-size: 27px;
  font-family: "static";
}

.footer > .top > .tex > p {
  font-size: 14.5px;
  color: #838383;
  font-family: "static";
  margin: 11px 0;
}

.footer > .top > .tex > h3 > .color {
  color: #fab700;
}

.footer > .top > .tex > .inp {
  display: flex;
  align-items: center;
}

.footer > .top > .tex > .inp > input {
  width: 475px;
  height: 40px;
  padding-left: 26px;
  border-radius: 25px;
  border: none;
  outline: none;
  border: 0.7px solid #fff;
}

.footer > .top > .tex > .inp > .buttton {
  width: 40px;
  height: 40px;
  background-color: #fab700;
  border-radius: 50%;
  position: absolute;
  margin-left: 445px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.footer > .top > .tex > .inp > .buttton > .fa-arrow-right {
  font-size: 18px;
  color: #000;
}

.footer > .bottom {
  width: 86%;
  height: 31vh;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  align-items: center;
}

.footer > .bottom > .b-left {
  width: 52%;
  height: 28vh;
}

.footer > .bottom > .b-right {
  width: 17%;
  height: 28vh;
  display: flex;
  justify-content: space-between;
}

.footer > .bottom > .b-left > p {
  font-size: 14.5px;
  color: #838383;
}

.footer > .bottom > .b-left > p > .asad {
  color: #fab700;
}

.footer > .bottom > .b-right > .soc {
  width: 34px;
  height: 34px;
  background-color: #000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer > .bottom > .b-right > .soc:hover {
  background-color: #fab700;
}

.footer > .bottom > .b-right > .soc > .social {
  font-size: 14.5px;
  color: #fff;
}
