body {
  font-family: freight-light, sans-serif;
  color: #fff;
  overflow-x: hidden;
  height: 100vh;
  overflow-y: hidden;
}

.main-container {
  padding: 0 0% 0 4%;
  display: flex;
  justify-content: space-between;
}

.wrap {
  width: 23%;
  margin-top: 10%;
}

.wrap h1 {
  padding-bottom: 25%;
}

.wrap h2 {
  padding-bottom: 8%;
}

.wrap p {
  padding-bottom: 3%;
}

.wrap ul {
  margin: 20% 10% 0 0;
  display: inline-block;
}

.wrap li {
  margin: 0 0 20px 0;
}

.list-categories span {
  font-family: "freight-medium";
}

.main-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-img {
  width: 50%;
  height: 100vh;
}

.categories {
  position: absolute;
  margin-top: 270px;
}

.categories p :nth-of-type(1) {
  padding-top: 1000px;
}

section {
  /* height: 100vh; */
  padding: 0 0% 0 4%;
  margin-top: 10%;
  /* display: flex;
  flex-direction: column;
  align-items: center; */
}

.section1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section1 h1 {
  width: 666px;
  font-size: 36px;
}

.section2 {
  margin-top: 10%;
}

.text-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.text-align {
  width: 596px;
}

.text-align span {
  font-size: 24px;
}

.space1 {
  margin-top: 50px;
}

.space2 {
  margin-top: 20px;
}

.resumebtn {
  margin-left: 25%;
  margin-top: 100px;
  text-align: right;
}

.resumebtn button {
  margin-top: 10px;
}

section {
  position: absolute;
  bottom: -200vh;
  opacity: 0;
  width: 100vw;
  /* margin-top: 100vh; */
}

.section3 {
  margin-top: 10%;
  padding-right: 20%;
}

.serviceList {
  display: flex;
  justify-content: center;
}

.serviceList ul {
  padding-left: 19%;
}

.serviceList li {
  padding-bottom: 50px;
}

.section4 {
  margin-top: 10%;
  padding-right: 8%;
}

.experienceList {
  display: flex;
  justify-content: center;
}

.experienceList ul {
  padding-left: 5%;
}

.experienceList li {
  padding-bottom: 50px;
}

.spacing {
  width: 188px;
}

.section5 {
  margin-top: 10%;
  margin-right: 22%; 
}

.ebookContainer {
  display: flex;
  justify-content: center;
}

.ebookContainer p {
  max-width: 300px;
  padding-right: 100px;
  text-align: left;
}

.ebookContainer a {
  color: white;
  text-decoration: underline;
}

.footer {
  margin-top: 10%;
  height: 200px;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* color: black; */
}

.contactContainer {
  margin-right: 34%;
  display: flex;
  justify-content: space-evenly;
  gap: 100px;
}

.contactContainer p:nth-of-type(1) {
  max-width: 300px;
}

.white-space {
  height:100vh;
  width: 100vw;
  background-color: #1C1C1C;
}