html {
  font-family: "Poppins", sans-serif;
  font-size: 68%;
}

#header {
  width: 1085px;
  height: 90px;
  display: flex;
  justify-content: start;
}

.project-container {
  overflow: hidden;
  max-width: 1085px;
  height: 550px;
  border: 0.6px solid #282828;
  border-radius: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 5px;
  align-items: center;
  position: relative;
  margin: auto;
}

.project_wrapper {
  display: none;
  width: 1085px;
  height: 550px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.left_col,
.center_col {
  width: 354px;
  height: 540px;
  border-radius: 35px;
  background: #121212;
  display: flex;
  justify-content: center;
  align-items: center;
}

.upper_right_ui {
  width: 354px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.lower_right_ui {
  width: 354px;
  height: 470px;
  background: #121212;
  border-radius: 0px 35px 35px 35px;
  display: flex;
  justify-content: center;
  align-items: center;

}

.right_p_wrap_02 {
  width: 342px;
  height: 456px;
  border-radius: 0px 30px 30px 30px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.right_ui_01 {
  width: 284px;
  height: 70px;
  background: #121212;
  border-radius: 35px 35px 0px 0px;
  display: flex;
  justify-content: center;
  align-items: end;
}

.right_ui_02 {
  width: 70px;
  height: 70px;
  background: #121212;
  border-radius: 0px 35px 0px 0px;
}

.seg {
  width: 100%;
  height: 100%;
  background: #080808;
  border-radius: 0px 35px 0px 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cir_btn {
  width: 52px;
  height: 52px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.right-arr {
  width: 30px;
  height: 30px;
}

.left_p_wrap,
.center_p_wrap {
  width: 342px;
  height: 528px;
  border-radius: 30px;
}

.proj_illu {
  width: 100%;
  height: 270px;
  border-radius: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.proj_illu_01 {
  background-image: url(../images/progpt.png);
}

.proj_illu_02 {
  background-image: url(../images/todo.png);
}

.proj_illu_03 {
  background-image: url(../images/shortfy.png);
}
.proj_illu_04{
  background-image: url(../images/cargo-town.jpg);
}
.proj_illu_05{
  background-image: url(../images/safari-1.png);
}

.content_wrap {
  width: 100%;
  height: 270px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.upper_ui_wrap {
  margin-top: 10px;
  color: #fff;
  width: 354px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}

.txt-pro {
  margin-left: 12px;
  font-size: 14px;
  font-weight: 500;
}

.btn_view {
  margin-right: 10px;
  width: 84px;
  height: 40px;
  border-radius: 30px;
  border: 1px #222222 solid;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
}

.btn_link {
  text-decoration: none;
  color: #706f6f;
  font-size: 14px;
}

.lower_ui_wrap {
  width: 100%;
  height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.lowerUI {
  width: 100%;
  height: 100px;
}

.techie_wrap {
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  width: 100%;
  height: 50px;
  background: #000000;
  border-radius: 30px;
}

.dev_icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #0F0F0F;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
}

.coding-icon {
  width: 20px;
  height: 20px;
}
.tech_stack{
  margin-left: 40px;
}
.tech_stack ul {
  color: #fff;
}

.github_link {
  width: 324px;
  margin-left: 10px;
  margin-bottom: 18px;
  height: 48px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  color: #fff;
  border: 1px #222222 solid;
  border-radius: 30px;
  position: relative;
  text-decoration: none;
}

.github_link_01 {
  width: 250px;
  margin: 0 auto;
  height: 48px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  color: #fff;
  border: 1px #222222 solid;
  border-radius: 30px;
  position: relative;
  text-decoration: none;
}

.github_icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 0.8px solid #222222;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 4px;
}

.github_icon-1 {
  width: 24px;
  height: 24px;
}

.url_git {
  position: absolute;
  right: 10px;
}

.far-icon {
  width: 30px;
  height: 30px;
}

.footer-wrap-1 {
  width: 1070px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}/*# sourceMappingURL=project.css.map */