.section {
  overflow: hidden;
}

.skat {
  z-index: -2;
  width: 100%;
  height: 100px;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #3183fd;
}

.skat:nth-child(1) {
  left: -500px;
}

.skat:nth-child(2) {
  left: -300px;
}

.skatSkill {
  width: 100%;
  height: 200px;
  position: absolute;
  top: -100px;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}

.skatSkill:nth-child(1) {
  right: -400px;
}

.skatSkill:nth-child(2) {
  right: -280px;
  height: 300px;
  top: -270px;
}

.skat-gallery {
  width: 100%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: #3183fd;
  z-index: -100000;
  bottom: 0;
}

.skat-gallery:nth-child(1) {
  left: -550px;
}

.skat-gallery:nth-child(2) {
  left: -400px;
}

.skat-contact {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  height: 300px;
  width: 300%;
  right: 100px;
}

.skat-contact:nth-child(1) {
  left: -900px;
}

.skat-contact:nth-child(2) {
  height: 70px;
  left: -1350px;
}

#pp-nav ul li a span {
  width: 10px;
  height: 10px;
}

.mc-item .mc-item__caption {
  background-color: #fff !important;
}

.mc-item .mc-item__caption p {
  color: #333;
  font-family: "Poppins", sans-serif;
}

.mc-item .mc-item__caption p span {
  font-weight: bold;
}

.home {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.home .left {
  position: relative;
}

.home .left .text {
  position: relative;
  margin-left: 50px;
  z-index: 1000000;
  font-family: 'Poppins', sans-serif;
  color: white;
  word-wrap: none;
}

.home .left .text h4 {
  font-weight: 500;
  white-space: nowrap;
  margin-top: 30px;
}

.home .left .text h4.hello {
  margin-bottom: -7px;
}

.home .left .text h4 span {
  font-weight: 300;
}

.home .left .text h1 {
  font-weight: 700;
  letter-spacing: 3px;
  z-index: 10000;
  white-space: nowrap;
}

.home .left .text h1 span {
  font-weight: 500;
}

.home .left .text h5 {
  font-weight: 400;
  right: -100px;
  margin-bottom: 40px;
}

.home .left .text h5 span {
  font-weight: 500;
}

.home .left .text a.btn {
  border: 1px solid #fff;
  color: white;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.home .left .text a.btn:hover {
  color: #0d6efd;
  background-color: white;
}

.home .left .sosmed {
  margin-top: 200px;
  text-align: center;
}

.home .left .sosmed .fab {
  color: white;
  margin: 0 5px;
  border: 1px solid #fff;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}

.home .left .sosmed .fab.fa-facebook-f:hover {
  background-color: #4064ac;
}

.home .left .sosmed .fab.fa-instagram:hover {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.home .left .sosmed .fab.fa-twitter:hover {
  background-color: #1d9ceb;
}

.home .left .sosmed .fab.fa-youtube:hover {
  background-color: #f60000;
}

.home .right {
  background-image: url(../../../img/photo.jpg);
  background-size: cover;
  background-position-y: -350px;
  background-repeat: no-repeat;
  position: relative;
  padding: 0;
  border-left: 5px solid #0d6efd;
}

.home .right .text {
  background-color: white;
  position: absolute;
  bottom: 0;
  padding: 20px;
}

.home .right .text::before {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  background-color: white;
  position: absolute;
  left: -20px;
  top: 0;
}

@media only screen and (max-width: 990px) {
  .home .left .text {
    margin-left: 0;
  }
  .home .left .sosmed {
    margin-top: 100px;
  }
  .home .left .sosmed .fab {
    margin: 0;
  }
  .home .right {
    background-position-y: -230px;
  }
}

@media only screen and (max-width: 767px) {
  .home .left {
    background-image: url(../../../img/photo.jpg);
    background-size: cover;
    background-position-y: -310px;
    background-repeat: no-repeat;
    position: relative;
    padding: 0;
  }
  .home .right .text::before {
    background-color: #0d6efd;
  }
}

.skill {
  height: 500px;
}

.skill .left {
  height: 500px;
  position: relative;
}

.skill .left .top {
  width: 250px;
  padding: 50px 0;
  position: absolute;
  left: -50px;
  top: 20px;
}

.skill .left .top h5 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 2px;
  margin-bottom: 0;
}

.skill .left .top h5 span {
  font-weight: 300;
}

.skill .left .top img {
  width: 120px;
  border: 6px solid rgba(180, 179, 179, 0.5);
}

.skill .left .bottom {
  position: absolute;
  bottom: 20px;
  padding: 20px;
  padding-top: 100px;
}

.skill .right {
  position: relative;
}

.skill .right .header {
  position: absolute;
  left: -150px;
  top: 50px;
}

.skill .right .header h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 80px;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.skill .right .header h2 span {
  position: absolute;
  font-size: 100px;
  z-index: 0;
  white-space: nowrap;
  left: 100px;
  top: 15px;
  z-index: -1;
}

.skill .right .body {
  position: absolute;
  bottom: 150px;
  right: 0;
  left: 0;
}

.skill .right .body .cards {
  width: 87%;
  margin: auto;
}

.skill .right .body .cards .myCard {
  text-align: center;
  padding: 20px;
  color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.skill .right .body .cards .myCard i {
  font-size: 35px;
}

.skill .right .body .cards .html {
  background-color: #dd4b25;
  border: 1px solid #dd4b25;
}

.skill .right .body .cards .html:hover {
  color: #dd4b25;
  background-color: #fff;
}

.skill .right .body .cards .css {
  background-color: #254bdd;
  border: 1px solid #254bdd;
}

.skill .right .body .cards .css:hover {
  color: #254bdd;
  background-color: #fff;
}

.skill .right .body .cards .js {
  background-color: #f7d724;
  border: 1px solid #f7d724;
}

.skill .right .body .cards .js:hover {
  color: #f7d724;
  background-color: #fff;
}

.skill .right .body .cards .jquery {
  background-color: #0865a7;
  border: 1px solid #0865a7;
}

.skill .right .body .cards .jquery:hover {
  color: #0865a7;
  background-color: #fff;
}

.skill .right .body .cards .sass {
  background-color: #c76395;
  border: 1px solid #c76395;
}

.skill .right .body .cards .sass:hover {
  color: #c76395;
  background-color: #fff;
}

.gallery {
  position: relative;
}

.gallery .text {
  position: absolute;
  right: -15px;
  top: -73px;
  font-size: 80px;
  font-weight: 700;
  padding: 10px 120px 10px 50px;
  color: white;
  font-family: "Poppins", sans-serif;
  letter-spacing: 2px;
  z-index: -10;
  white-space: nowrap;
}

.gallery .img {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.gallery .img img {
  max-width: 100%;
  max-height: 300px;
  float: left;
  right: 0;
}

.gallery .img::after {
  content: "";
  display: block;
  clear: both;
}

.project h2 {
  font-size: 100px;
  color: #0d6efd;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 5px;
  position: relative;
  white-space: nowrap;
}

.project h2 span {
  position: absolute;
  top: 50px;
  right: 150px;
  z-index: -10;
  color: white;
  white-space: nowrap;
}

.project .js-tilt {
  position: relative;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.project .js-tilt img {
  max-width: 100%;
}

.project .js-tilt .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.project .js-tilt h3 {
  position: absolute;
  top: 50%;
  text-align: center;
  left: 0;
  right: 0;
  text-shadow: 0 0 1px #333;
  -webkit-transform: translateZ(50px);
          transform: translateZ(50px);
  color: white;
  font-family: "Poppins", sans-serif;
  display: none;
  -webkit-transition: 1s;
  transition: 1s;
}

.project .js-tilt:hover {
  z-index: 1000;
}

.project .js-tilt:hover .overlay {
  left: 0;
}

.project .js-tilt:hover h3 {
  display: inline;
}

.contact {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

.contact .address {
  width: 70%;
  color: white;
  margin: auto;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.contact .address p.icon {
  white-space: nowrap;
  margin: 0;
}

.contact .address .map i {
  font-size: 170px;
  position: absolute;
  top: -18px;
  right: 10px;
}

.contact .row textarea {
  height: 200px;
}

@media only screen and (max-width: 1199px) {
  .skill .right .header {
    left: -80px;
    top: 50px;
  }
  .skill .right .body {
    bottom: 170px;
    left: -100px;
  }
  .contact .address .map {
    z-index: -1;
  }
  .contact .address .map i {
    position: absolute;
    right: -100px;
  }
}

@media only screen and (max-width: 990px) {
  .skatSkill {
    width: 130%;
    top: -120px;
  }
  .skatSkill:nth-child(1) {
    right: -250px;
  }
  .skatSkill:nth-child(2) {
    right: -250px;
    top: -250px;
  }
  .skill .left .top {
    position: absolute;
    left: -90px;
  }
  .skill .right .header {
    left: -70px;
    top: 50px;
  }
  .skill .right .body {
    bottom: 170px;
    left: -100px;
  }
  .gallery .img {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: end !important;
    padding: 5px !important;
  }
  .gallery .img .col {
    text-align: center;
    padding: 5px !important;
  }
  .gallery .img .col img {
    padding: 5px !important;
    max-height: 390px;
  }
  .gallery .img .col img:nth-child(1), .gallery .img .col img:nth-child(2) {
    padding-top: 0;
  }
  .gallery .img .col img:nth-child(4) {
    padding-bottom: 0;
  }
  .project h2 span {
    left: 50px;
  }
  .contact .address .map {
    z-index: -1;
  }
  .contact .address .map i {
    position: absolute;
    right: -100px;
  }
}

@media only screen and (max-width: 870px) {
  .skill .left .top {
    text-align: right !important;
    padding-right: 20px;
  }
  .skill .left .top h5 span {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .skill .right .header {
    left: -150px;
    top: -500px;
  }
  .skill .right .header h2 {
    font-size: 50px;
    z-index: 10000000000;
    margin-left: 330px;
  }
  .skill .right .header h2 span {
    display: none;
  }
  .skill .right .body {
    bottom: 110px;
    left: 0;
  }
  .skill .right .body .cards {
    width: 60%;
    right: 50px;
    bottom: 0px;
    position: absolute;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .skill .right .body .cards .myCard {
    padding: 20px;
    cursor: pointer;
    margin: 1px;
  }
  .project h2 {
    font-size: 80px;
  }
  .project h2 span {
    top: 30px;
  }
  .contact iframe {
    display: none;
  }
}

@media only screen and (max-width: 575px) {
  .skill .right .header {
    left: -150px;
    top: -500px;
  }
  .skill .right .header h2 {
    font-size: 50px;
    z-index: 10000000000;
    margin-left: 330px;
  }
  .skill .right .header h2 span {
    display: none;
  }
  .skill .right .body {
    bottom: 0px;
    left: 0;
    margin-bottom: 10px;
  }
  .skill .right .body .cards {
    width: 60%;
    right: 50px;
    bottom: 100px;
    position: absolute;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .gallery .text {
    left: -50px;
    font-size: 70px;
  }
  .project .row .js-tilt {
    width: 80%;
    margin: auto;
  }
}

@media only screen and (max-width: 480px) {
  .home .left {
    background-position-y: -200px !important;
  }
  .skill .left .top {
    display: none;
  }
  .skill .left .bottom {
    padding: 0;
    margin-bottom: -20px;
  }
  .skill .right .header h2 {
    margin-left: 190px;
  }
  .skill .right .header h2 span {
    display: none;
  }
  .skill .right .body .cards {
    width: 60%;
    left: 20px;
  }
  .gallery .text {
    font-size: 60px;
    top: -60px;
  }
  .project h2 {
    font-size: 40px;
  }
  .project .row .js-tilt {
    width: 70%;
    margin-left: 50px;
    margin-bottom: 10px;
  }
}
/*# sourceMappingURL=style.css.map */