.container {
  margin: 0 auto;
}
.container .wrapper {
  width: 1040px;
  margin: 0 auto;
}
.container.white {
  background: #fff;
}

nav {
  padding: 50px 0px;
  z-index: 9;
  position: sticky;
  font-size: 14px;
  margin: 0 auto;
}
nav ul {
  float: right;
  width: auto;
}
nav li {
  margin-right: 20px;
  font-weight: 300;
  color: #222;
  display: inline;
  font-weight: 400;
}
nav li a.black {
  color: #000000 !important;
}
nav li.active {
  padding-bottom: 10px;
  text-decoration: line-through;
}

.homepage-hero-wrap {
  height: 37vh;
}

.portfolio-text {
  margin: 0 auto;
  width: 300px;
  font-size: 27px;
  font-weight: 100;
  color: rgba(255, 255, 255, 0.99);
  letter-spacing: 1.17px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: baseline;
  height: 80vh;
  flex-direction: column;
}

.main-text {
  font-size: 110px;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 0.46px;
  text-align: center;
  line-height: 102px;
  width: 700px;
  text-align: center;
  margin: -70px auto 0 auto;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.heading-text {
  margin-bottom: 26px;
  font-size: 18px;
  font-weight: 500;
}

.myself {
  margin: 0 auto;
  width: 1366px;
  padding-top: 1px;
  padding-left: 70px;
}

.aboutme {
  float: left;
  width: 500px;
  margin-right: 50px;
}
.aboutme p {
  font-weight: 300;
  line-height: 29px;
  margin-top: 22px;
}

.mypic {
  float: left;
}
.mypic img {
  width: 400px;
  height: 400px;
  border-radius: 5px;
}

.myskills {
  margin: 80px auto 0 auto;
  width: 1280px;
  padding-bottom: 30px;
}

.mySkill_wrap, .js_background_image, .less_background_image, .sass_background_image, .css_background_image, .html_background_image, .photoshop_background_image, .sketch_background_image {
  width: 122px;
  height: 160px;
  background: #fff;
  box-shadow: 0 2px 57px 0 rgba(0, 0, 0, 0.2);
  border-radius: 26px;
  float: left;
  margin-right: 23px;
}
.mySkill_wrap .tool, .js_background_image .tool, .less_background_image .tool, .sass_background_image .tool, .css_background_image .tool, .html_background_image .tool, .photoshop_background_image .tool, .sketch_background_image .tool {
  padding: 99px 0 0 20px;
}
.mySkill_wrap h4, .js_background_image h4, .less_background_image h4, .sass_background_image h4, .css_background_image h4, .html_background_image h4, .photoshop_background_image h4, .sketch_background_image h4 {
  margin-top: 10px;
}
.mySkill_wrap:last-child, .js_background_image:last-child, .less_background_image:last-child, .sass_background_image:last-child, .css_background_image:last-child, .html_background_image:last-child, .photoshop_background_image:last-child, .sketch_background_image:last-child {
  margin-right: 0;
}

.skillTray {
  display: flex;
  flex-direction: row;
  justify-items: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-evenly;
}

.sketch_background_image {
  background: url("../images/sketch.png") 20px 26px no-repeat #fff;
}

.photoshop_background_image {
  background: url("../images/photoshop.png") 20px 26px no-repeat #fff;
}

.html_background_image {
  background: url("../images/html.png") 20px 26px no-repeat #fff;
}

.css_background_image {
  background: url("../images/css.png") 20px 26px no-repeat #fff;
}

.sass_background_image {
  background: url("../images/sass.png") 20px 26px no-repeat #fff;
}

.less_background_image {
  background: url("../images/less.png") 20px 26px no-repeat #fff;
}

.js_background_image {
  background: url("../images/js.png") 20px 26px no-repeat #fff;
}

.color-1 {
  color: #EA6F06;
}

.color-2 {
  color: #15BBF0;
}

.color-3 {
  color: #E75028;
}

.color-4 {
  color: #1F62AE;
}

.color-5 {
  color: #CC6699;
}

.color-6 {
  color: #003577;
}

.color-7 {
  color: #FDB416;
}

.goalTray {
  padding: 50px 0 20px 0;
}

.track {
  background: #F8ECED;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  height: 10px;
  margin: 20px 20px 0 0;
}

.progressGreen {
  background: rgba(111, 143, 0, 0.6);
  border-radius: 4px;
  line-height: 6px;
  margin: 1px;
  width: 20%;
  padding-left: 10px;
  color: #fff;
}

.art-gal {
  margin-right: 40px;
}

.art-box {
  width: 200px;
}
.art-box img {
  border-radius: 5px;
  width: 225px;
}
.art-box p {
  font-weight: 300;
  line-height: 23px;
  margin: 10px 0;
}
.art-box a {
  text-decoration: underline;
  font-weight: 300;
  padding-bottom: 5px;
  color: #32C5FF;
}
.art-box.large {
  width: 1040px;
}
.art-box.large img {
  width: 950px;
}

.educationExperienceWrapper {
  width: 1040px;
  margin: 50px auto 0 auto;
  padding-left: 70px;
}

.educationExperienceWrapper .eduExpContainer {
  float: left;
  width: 410px;
}
.educationExperienceWrapper .eduExpContainer:last-child {
  width: auto;
}

.educationExperienceWrapper .eduExpContainer h6 {
  font-weight: 100;
  margin-bottom: 36px;
}

.doubleRow {
  margin-bottom: 40px;
}

.doubleRow p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 15px;
}

.doubleRow p + p {
  font-size: 16px;
  font-weight: 300;
}

.resume-container {
  display: flex;
  justify-content: left;
}
.resume-container button {
  width: 160px;
  height: 46px;
  background: #4A00A9;
  border-radius: 28px;
  border: none;
  margin: 40px 0;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

.home-work-container {
  max-width: 1366px;
  padding: 150px 0 180px 0;
}
.home-work-container .page-header {
  font-size: 66px;
  font-weight: 600;
  font-family: inter;
  margin-top: 28px;
  color: #344054;
}
.home-work-container .page-header-btm {
  padding-bottom: 30px;
}
.home-work-container .page-header-sub {
  font-size: 30px;
  font-weight: 500;
  line-height: 43px;
  width: 900px;
  margin-top: 15px;
  margin-bottom: 10px;
  letter-spacing: 0.12px;
}
.home-work-container .page-header-sub a {
  font-size: 30px;
  font-weight: 500;
  color: #32C5FF;
}
.home-work-container .working-at {
  font-size: 16px;
  letter-spacing: 0.09px;
  font-weight: 400;
  margin-top: 15px;
}
.home-work-container .hack-details {
  font-size: 16px;
  font-weight: 300;
  margin-top: 20px;
  width: 96%;
  line-height: 28px;
}
.home-work-container .page-header-hack {
  font-weight: 400;
  font-size: 26px;
  letter-spacing: 2.31px;
  width: 900px;
  line-height: 50px;
  text-align: right;
}
.home-work-container .page-header-hack span {
  display: block;
  text-align: right;
}

.home-work-wrap {
  clear: both;
  margin-bottom: 100px;
  margin-top: 40px;
}
.home-work-wrap .work-block {
  float: left;
  margin-right: 40px;
  width: 480px;
  height: 500px;
}
.home-work-wrap .work-block:last-child {
  margin-right: 0;
}
.home-work-wrap .work-block img {
  border: 5px solid #fff;
  border-radius: 5px;
}
.home-work-wrap .task {
  font-size: 13px;
  display: inline-block;
  margin: 46px 0 20px 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  font-weight: 400;
}
.home-work-wrap .ptitle {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.home-work-wrap p {
  font-size: 14px;
  color: #000;
  line-height: 21px;
  font-weight: 100;
}

.wrap-other {
  background: #000;
  width: 100%;
  height: 300px;
}

.footer-small {
  padding: 40px 0;
  border-top: 1px solid #eaeaea;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-small .icon-container {
  float: right;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: 20px;
}
.footer-small .icon-container img {
  vertical-align: middle;
}

.password-protected {
  padding-bottom: 90px;
}

.password-field {
  margin: 0 auto;
  text-align: center;
  padding: 40px 0;
  background: #f8f8f8;
}
.password-field .enter-pass {
  background-color: #fff;
  color: #333;
  padding: 15px;
  height: 43px;
  width: 300px;
  box-shadow: none;
  border-radius: 4px;
  border: 1px solid rgb(213, 213, 213);
}
.password-field .enter-pass::placeholder {
  color: rgb(202, 202, 202);
  font-style: italic;
}
.password-field h2 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #000;
}
.password-field p {
  text-align: center;
  font-weight: 300;
  line-height: 20px;
  padding: 0 140px;
  color: rgb(67, 67, 67);
}
.password-field .password-bg {
  margin-bottom: 20px;
  margin-left: -30px;
}

.nav-buttons {
  position: absolute;
  width: 1680px;
}
.nav-buttons .left, .nav-buttons .right {
  position: fixed;
  font-size: 14px;
  font-weight: 500;
  color: #8B8B8B;
}
.nav-buttons .left img, .nav-buttons .right img {
  padding: 0 5px;
  vertical-align: middle;
  margin-top: -2px;
}
.nav-buttons .left {
  left: 90px;
}
.nav-buttons .right {
  right: 90px;
}

.work-container {
  max-width: 1280px;
  margin: 80px auto 0 auto;
}
.work-container .page-header {
  font-size: 50px;
  letter-spacing: 2.31px;
  line-height: 60px;
}

.work-info-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.doubleRowLight {
  padding: 0 25px 0 0;
  border-right: 1px solid #E4E4E4;
}
.doubleRowLight:last-child {
  border: 0;
}
.doubleRowLight p {
  font-size: 14px;
  font-weight: 100;
  color: #8B8B8B;
  line-height: 26px;
  letter-spacing: 2px;
}
.doubleRowLight p + p {
  font-size: 19px;
  font-weight: 100;
  color: #000;
}

.work-details .doubleRowLight {
  border: 0;
}
.work-details {
  padding: 50px 0 50px 0;
}
.work-details .top {
  font-size: 14px;
  font-weight: 100;
  color: #8B8B8B;
  line-height: 26px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.work-details .bottom {
  font-size: 19px;
  font-weight: 400;
  color: #000;
}
.work-details .description {
  margin-top: 10px;
}
.work-details p {
  line-height: 34px;
  margin-bottom: 10px;
  font-weight: 100;
  font-size: 16px;
}

.project-blocks, .title {
  float: left;
}

.project-blocks {
  width: 770px;
}

.block {
  width: 380px;
  height: 315px;
  float: left;
  background: #000;
  margin: 1px;
  color: #fff;
  padding: 30px;
  box-sizing: border-box;
}
.block .task {
  font-size: 12px;
}
.block h3 {
  font-size: 30px;
  font-weight: 200;
  margin: 45px 0 25px 0;
}
.block p {
  font-size: 14px;
  font-weight: 100;
  line-height: 23px;
  margin-bottom: 50px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.pabs {
  position: absolute;
}

.prl {
  position: relative;
}

.bdr {
  border: 1px solid #000;
}

.box-shadow {
  box-shadow: 0px 0px 19px 7px rgba(0, 0, 0, 0.05);
}

.width20 {
  width: 1320px !important;
}

.pt0 {
  padding-top: 0;
}

.p0 {
  padding: 0;
}

.tac {
  text-align: center;
}

.clearfix {
  clear: both;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.mtb40 {
  margin: 40px 0;
}

.mt40 {
  margin-top: 40px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mb10 {
  margin-bottom: 10px;
}

.bg40 {
  background-color: rgba(253, 180, 22, 0.5333333333);
}

.myBorder {
  border: 5px solid #fff;
}

.minifont {
  font-size: 15px;
  font-weight: 400;
}

.extended-content-container {
  width: 500%;
  margin-left: -200%;
  padding: 20px 0;
}
.extended-content-container.bg40 {
  background: rgba(215, 68, 68, 0.05);
}
.extended-content-container.bg50 {
  background: linear-gradient(180deg, rgba(242, 242, 242, 0) 0%, #F2F2F2 100%);
}
.extended-content-container.bg60 {
  background: #F7F7F7;
}

.extended-content {
  width: 980px;
  margin: 0 auto;
  padding: 40px 0 0;
}
.extended-content.large {
  width: 1070px;
}

h6 {
  font-size: 16px;
  font-weight: 400;
  margin: 15px 0 10px 0;
}

.split-area {
  clear: both;
}
.split-area .area-left {
  width: 590px;
  float: left;
}
.split-area .area-right {
  width: 308px;
  float: right;
}
.split-area .area-right .anw {
  display: block;
  margin-bottom: 10px;
  width: 180px;
  font-weight: 100;
}
.split-area .area-block {
  margin-bottom: 25px;
}
.split-area .area-list li {
  list-style: disc;
  margin-left: 30px;
  line-height: 30px;
}

.hack-page-wrapper {
  width: 980px;
  margin: 0 auto;
}

.work-page-wrap {
  padding: 50px 0 50px 0;
}
.work-page-wrap li {
  list-style: inside;
  line-height: 35px;
  margin-left: 20px;
  text-indent: -18px;
  padding-left: 20px;
}

.work-page-title-wrap {
  width: 980px;
  margin: 0 auto;
  padding: 60px 0 0;
}

.work-page-main-title {
  font-weight: 500;
  text-align: left;
  font-size: 32px;
  margin-bottom: 20px;
}

.work-page-title {
  font-weight: 300;
  text-align: left;
  font-size: 24px;
  line-height: 35px;
  margin-bottom: 60px;
}

.work-page-main-figure {
  margin: 36px 0;
}

.work-page-subtitle {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
}

.work-page-paraheader {
  font-weight: 500;
  margin-bottom: 5px;
}

.work-page-para {
  line-height: 30px;
  font-weight: 100;
}

.footer-large {
  padding: 100px 0;
  margin-bottom: 30px;
}
.footer-large .icon-container {
  float: right;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: 20px;
}
.footer-large .icon-container img {
  vertical-align: middle;
}
.footer-large .footer-wrap {
  width: 1280px;
  margin: 0 auto;
}

.contact {
  height: 300px;
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
}
.contact .contact-wrap {
  width: 1040px;
  margin: 0 auto;
  padding-top: 50px;
  padding-left: 70px;
}
.contact p {
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

#carousel-container {
  height: 600px;
}

.img-filter {
  filter: gray;
  -webkit-filter: grayscale(0.5);
  filter: grayscale(0.76);
}
.img-filter:hover {
  -webkit-filter: grayscale(0.1);
  filter: grayscale(0.1);
}

.git-btn {
  -webkit-border-radius: 2;
  -moz-border-radius: 2;
  border-radius: 2px;
  color: #ffffff;
  font-size: 14px;
  background: #2da44e;
  padding: 10px 15px;
  text-decoration: none;
  text-align: center;
}

.git-btn:hover {
  background: #2eab43;
  text-decoration: none;
  color: #FFFFFF;
}

.is-live {
  font-size: 12px;
  vertical-align: middle;
  font-weight: 500;
  color: #fff;
  background: #2da44e;
  padding: 7px;
  margin-left: 20px;
}
.is-live:hover {
  background: #2eab43;
  color: #fff;
}

.is-link {
  border-bottom: 1px dashed #0262d7;
  color: #0262d7;
}

/* Initial styles for the div */
.fade-out-div {
  opacity: 1;
  transition: opacity 1s ease; /* Add a smooth transition effect */
}

/* Styles to make the div fade out when the user scrolls down */
.fade-out-div.fade-out {
  opacity: 0;
}

.page-header2 {
  font-size: 50px;
  font-weight: 600;
  font-family: inter;
  margin: 28px 0 40px 0;
  color: #344054;
}/*# sourceMappingURL=home.css.map */