@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@1,900&display=swap");

body {
  font-family: "Nunito Sans", sans-serif;
  margin: 0px;
  padding: 0px;
}

header {
  position: fixed;
  height: 80px;
  width: 100%;
  background-color: #232323;
  z-index: 1;
}
.left {
  display: flex;
  position: absolute;
  left: 0px;
  top: 15px;
  text-align: center;
  color: white;
}

.navbar {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
}

.navbar li {
  list-style: none;
  margin: 0px 22px;
}

.navbar li a {
  text-decoration: none;
  color: white;
  font-size: 15px;
}

.navbar li a:hover {
  color: #f87171;
}

img {
  width: 100px;
}

.social {
  position: absolute;
  right: 5px;
}

.social img {
  width: 30px;
  margin: 0px 10px;
}

.social img:hover {
  transition: all 0.2s ease-in-out;
  transform: scale(1.2);
}

.fstSection {
  background-image: url("/img/fst.png");
  height: 100vh;
  background-size: cover;
  display: flex;
}

.fstSection:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background: rgba(102 15 15 / 25%);
}

.fstSection p {
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 0px 20px;
  font-size: 50px;
  font-family: "Nunito Sans", sans-serif;
}
.sndSection {
  color: white;
  height: 50vh;
  background-color: #232323;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.sndSection h1 {
  color: #f2b933;
  font-size: 40px;
}
.boxes {
  display: flex;
  margin: auto;
}
.box {
  background-size: cover;
  height: 200px;
  width: 200px;
  margin: 0px 50px;
  border: 2px solid #f2b933;
  border-radius: 5px;
}
.box p {
  color: #f2b933;
  font-size: 30px;
  font-family: "Nunito Sans", sans-serif;
  position: relative;
  bottom: -50px;
}
.box1 {
  background-image: url("img/eq.jpg");
}
.box2 {
  background-image: url("img/se.png");
}

.trdSection {
  position: relative;
  background-image: url("/img/trd.png");
  height: 100vh;
  background-size: cover;
  display: flex;
}

.trdSection:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background: #f2b933;
  opacity: 0.1;
}

.trdSection p {
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 0px 20px;
  font-size: 20px;
  font-family: "Nunito Sans", sans-serif;
}

.fthSection {
  color: #232323;
  height: 50vh;
  background-color: #f87171;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}

.ffhSection {
  position: relative;
  background-image: url("/img/ffh.png");
  height: 100vh;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ffhSection:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background: #f2b933;
  opacity: 0.1;
}

.ffhSection p {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
}
.whi {
  color: white;
}
.yel {
  color: #f2b933;
}
.pin {
  color: #f87171;
}
