@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;1,300;1,400&display=swap");
@font-face {
  font-family: OpenSans-Bold;
  src: url(../font/OpenSans-Bold.ttf);
}

@font-face {
  font-family: OpenSans-Regular;
  src: url(../font/OpenSans-Regular.ttf);
}

@font-face {
  font-family: OpenSans-SemiBold;
  src: url(../font/OpenSans-SemiBold.ttf);
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Open Sans";
}

body {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "OpenSans-Regular", "Open Sans", sans-serif;
}

a {
  text-decoration: none;
}

.nav {
  position: fixed;
  width: 100%;
  top: 0;
  width: 100%;
  opacity: 1;
  z-index: 9;
  height: 2.5em;
  background-color: #00927f;
}

.nav .inside-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 3.4em;
}

.nav .inside-nav .logo {
  color: black;
  margin-top: 15px;
  z-index: 2;
}

.nav .inside-nav .logo a {
  float: left;
  padding-right: 5px;
  margin-top: 0px;
}

.nav .inside-nav .logo div a {
  margin: 0;
  text-decoration: none;
  margin-left: 64.5px;
}

.nav .inside-nav .logo div a .fn {
  margin: 0;
  width: 100%;
  padding-left: 6px;
  margin-top: 15px;
  font-size: 22px;
  color: white;
  font-family: "OpenSans-SemiBold";
  letter-spacing: 2.5px;
}

.nav .inside-nav .logo div a .ln {
  font-family: "Open Sans";
  width: 139px;
  margin: 0;
  font-size: 15px;
  padding-left: 6px;
  color: #5d887c;
  letter-spacing: 1px;
}

.nav .inside-nav .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  text-align: center;
  width: 100%;
  margin: 27px auto;
  z-index: -1;
}

.nav .inside-nav .nav-links li {
  padding: 10px;
  list-style-type: none;
  height: 40%;
  position: relative;
}

.nav .inside-nav .nav-links a {
  text-decoration: none;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.nav .inside-nav .nav-links a:hover {
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.nav .inside-nav .burger {
  display: none;
  cursor: pointer;
  float: right;
  margin-top: 21px;
}

.nav .inside-nav .burger div {
  width: 25px;
  height: 3px;
  background-color: white;
  margin: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav.scrolled {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .nav-links {
    position: absolute;
    right: 0px;
    height: 0em;
    top: 0.6em;
    background-color: #5d877be8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100% !important;
    -webkit-transition-property: height;
    transition-property: height;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
  }
  .nav-links li {
    opacity: 0;
  }
  .burger {
    display: block !important;
  }
}

.nav-active {
  height: 900%;
  width: 100% !important;
  z-index: 1;
}

@-webkit-keyframes navLinkFades {
  from {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes navLinkFades {
  from {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

.toggle .line1 {
  -webkit-transform: rotate(-45deg) translate(-5px, 6px);
  transform: rotate(-45deg) translate(-5px, 6px);
}

.toggle .line2 {
  opacity: 0;
}

.toggle .line3 {
  -webkit-transform: rotate(45deg) translate(-5px, -6px);
  transform: rotate(45deg) translate(-5px, -6px);
}

.home {
  width: 100%;
  margin-top: 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 90vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.home .left-section {
  float: left;
}

.home .left-section .piece1 {
  top: 37%;
  width: 600px;
  position: absolute;
  z-index: -1;
  left: 0%;
  height: 400px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.home .left-section .piece1:hover {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

@-webkit-keyframes shimmy {
  0%,
  100% {
    -webkit-transform: rotateY(0deg) skewX(0deg);
    transform: rotateY(0deg) skewX(0deg);
  }
  50% {
    -webkit-transform: rotateY(30deg) skewX(3deg);
    transform: rotateY(30deg) skewX(3deg);
  }
}

.home .left-section .home-div {
  height: auto;
}

.home .left-section .home-div img {
  width: 55%;
  margin-left: 13px;
}

.home .left-section .home-title {
  font-size: 34px;
  margin: 10px 0px;
}

.home .left-section .home-desc {
  font-size: 18px;
  margin: 0;
  margin-left: 20px;
}

.home .right-section .home-logo {
  height: auto;
  width: 80%;
  margin: 32px;
}

.home .right-section .piece2 {
  top: 25%;
  width: 300px;
  position: absolute;
  z-index: -1;
  margin: 0;
  right: 0%;
  height: 200px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.home .right-section .piece2:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.home .right-section .piece3 {
  top: 67%;
  width: 300px;
  position: absolute;
  z-index: -1;
  margin: 0;
  right: 0%;
  height: 200px;
}

.typing-demo {
  width: 100%;
  -webkit-animation: typing 5s steps(22), blink 0.5s step-end infinite alternate;
  animation: typing 5s steps(22), blink 0.5s step-end infinite alternate;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 auto;
}

@-webkit-keyframes typing {
  from {
    width: 0;
  }
}

@keyframes typing {
  from {
    width: 0;
  }
}

@-webkit-keyframes blink {
  50% {
    border-color: transparent;
  }
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}

.BD-gameplay .container .row div div .left-section {
  float: left;
  width: 45%;
}

.BD-gameplay .container .row div div .right-section {
  float: right;
  width: 55%;
  position: relative;
}

.BD-gameplay .container .row div div .right-section .videoBD {
  width: 93%;
  /* display: block; */
  margin: 34px 20px;
}

.BD-gameplay .container .row div div .right-section .videoBD:hover {
  cursor: pointer;
}

.BD-gameplay .container .row div div .right-section .video-play {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  color: white;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.BD-gameplay .container .row div div .right-section .video-play:hover {
  font-size: 1.5em;
  -webkit-transition: width 2s linear 1s;
  transition: width 2s linear 1s;
}

@keyframes shimmy {
  0%,
  100% {
    -webkit-transform: rotateY(0deg) skewX(0deg);
    transform: rotateY(0deg) skewX(0deg);
  }
  50% {
    -webkit-transform: rotateY(30deg) skewX(3deg);
    transform: rotateY(30deg) skewX(3deg);
  }
}

#portfolio {
  padding-bottom: 20%;
}

#portfolio h1 {
  text-align: center;
}

#portfolio .project1 {
  background-color: #f9c45e;
  margin-top: 50px !important;
  margin: auto;
  padding: 1em;
  width: 80%;
}

#portfolio .project1 div img {
  width: 20%;
  height: auto;
}

#portfolio .project1 div p {
  margin: 0;
  text-align: center;
}

#portfolio .project1:hover {
  -webkit-animation: pro-animation 2s ease-in-out infinite;
}

#portfolio .project2 {
  padding: 0;
  margin-top: 40px !important;
  width: 100%;
}

#portfolio .project2 .project-cover {
  position: absolute;
  left: 429px;
  top: -12px;
  width: 48%;
}

#portfolio .project2 .project-bg {
  width: 70%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@-webkit-keyframes pro-animation {
  0%,
  100% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

.aboutme-home {
  margin: 40px 0;
}

.aboutme-home .aboutme-title {
  text-transform: uppercase;
  letter-spacing: 3px;
}

.aboutme-home .mailto {
  text-decoration: none;
  color: black;
}

.aboutme-home .mailto:hover {
  font-weight: bold;
  color: #00927f;
}

.aboutme-home #container {
  margin: 16px 0;
}

.aboutme-home .footer {
  background-color: transparent;
}

.aboutme-home .footer .home-logo {
  margin-bottom: 0;
}

.aboutme-home .footer .sm {
  width: 70%;
  margin: 0 60px;
}

.aboutme-home .footer .sm ul li a {
  color: black;
  font-size: 20px;
}

.footer {
  padding: 15px 0;
  background-color: #00927f;
}

.footer .social-media {
  text-align: center;
  font: 800;
}

.footer .social-media ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer .social-media ul li {
  display: inline-block;
  padding: 5px;
  font-size: x-large;
}

.footer .social-media ul li a {
  color: white;
}

.footer .social-media ul li .youtube:hover {
  color: red;
}

.footer .social-media ul li .instagram:hover {
  color: crimson;
}

.footer .social-media ul li .linkedin:hover {
  color: blue;
}

.footer .rights {
  text-align: center;
  font: 800;
}

.footer .rights p {
  text-align: center;
  font: 800;
  margin: 0;
  font-size: 13px;
  color: white;
}

.footer .rights p a {
  text-decoration: none;
  color: white;
}

.footer .rights p a:hover {
  color: blue;
}

.flipit-section .container .row div .gif1 {
  position: absolute;
  left: 117px;
  top: 2152px;
  width: 13%;
}

.flipit-section .container .row div .gif2 {
  position: absolute;
  left: 280px;
  top: 2151px;
  width: 28%;
}

.flipit-section .container .row div .gif3 {
  position: absolute;
  left: 503px;
  top: 2151px;
  width: 28%;
}

@media screen and (max-width: 5120px) {
  .flipit-section .container .row div .gif1 {
    position: absolute;
    left: 150px;
    top: 2990px;
    width: 13%;
  }
  .flipit-section .container .row div .gif2 {
    position: absolute;
    left: 400px;
    top: 2989px;
    width: 28%;
  }
  .flipit-section .container .row div .gif3 {
    position: absolute;
    left: 690px;
    top: 2989px;
    width: 28%;
  }
  #portfolio .project2 .project-cover {
    position: absolute;
    left: 40%;
    top: -2%;
    width: 43%;
  }
}

@media screen and (max-width: 1366px) {
  .flipit-section .container .row div .gif1 {
    position: absolute;
    left: 145px;
    top: 2570px;
    width: 13%;
  }
  .flipit-section .container .row div .gif2 {
    position: absolute;
    left: 340px;
    top: 2569px;
    width: 28%;
  }
  .flipit-section .container .row div .gif3 {
    position: absolute;
    left: 600px;
    top: 2569px;
    width: 28%;
  }
  #portfolio .project2 .project-cover {
    position: absolute;
    left: 40%;
    top: -2%;
    width: 43%;
  }
}

@media screen and (max-width: 1024px) {
  .flipit-section .container .row div .gif1 {
    position: absolute;
    left: 117px;
    top: 2152px;
    width: 13%;
  }
  .flipit-section .container .row div .gif2 {
    position: absolute;
    left: 280px;
    top: 2151px;
    width: 28%;
  }
  .flipit-section .container .row div .gif3 {
    position: absolute;
    left: 503px;
    top: 2151px;
    width: 28%;
  }
  #portfolio .project2 .project-cover {
    position: absolute;
    left: 40%;
    top: -2%;
    width: 43%;
  }
}

@media screen and (max-width: 1125px) {
  .flipit-section .container .row div .gif1 {
    position: absolute;
    left: 112px;
    top: 2154px;
    width: 13%;
  }
  .flipit-section .container .row div .gif2 {
    position: absolute;
    left: 287px;
    top: 2153px;
    width: 28%;
  }
  .flipit-section .container .row div .gif3 {
    position: absolute;
    left: 503px;
    top: 2153px;
    width: 28%;
  }
  #portfolio .project2 .project-cover {
    position: absolute;
    left: 41%;
    top: -2%;
    width: 42%;
  }
}

@media screen and (max-width: 990px) {
  .flipit-section .container .row div .gif1 {
    position: absolute;
    left: 102px;
    top: 1931px;
    width: 13%;
  }
  .flipit-section .container .row div .gif2 {
    position: absolute;
    left: 258px;
    top: 1930px;
    width: 28%;
  }
  .flipit-section .container .row div .gif3 {
    position: absolute;
    left: 450px;
    top: 1930px;
    width: 28%;
  }
  #portfolio .project2 .project-cover {
    position: absolute;
    left: 39%;
    top: -3%;
    width: 43%;
  }
  .aboutme-home .footer .sm {
    width: 70%;
    margin: 0px 87px;
  }
  .home {
    margin-bottom: 10em;
  }
  .home .right-section .home-logo {
    height: auto;
    width: 58%;
    display: block;
    margin: 0 auto;
    margin-top: 60px;
  }
  .home .right-section .aboutme-logo {
    margin-bottom: 0;
  }
  .home .left-section .home-div {
    height: auto;
    width: 76%;
    display: block;
    margin: 0 auto;
  }
}

@media screen and (max-width: 900px) {
  #portfolio .project2 .project-cover {
    position: absolute;
    left: 41%;
    top: -2%;
    width: 42%;
  }
  .aboutme-home .footer .sm {
    width: 70%;
    margin: 0px 87px;
  }
  .home {
    margin-bottom: 10em;
  }
  .home .right-section .home-logo {
    width: 64%;
    margin-top: 98px;
  }
  .home .right-section .aboutme-logo {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 766px) {
  .flipit-section .container .row div .gif1 {
    position: absolute;
    left: 78px;
    top: 1428px;
    width: 13%;
  }
  .flipit-section .container .row div .gif2 {
    position: absolute;
    left: 196px;
    top: 1427px;
    width: 28%;
  }
  .flipit-section .container .row div .gif3 {
    position: absolute;
    left: 338px;
    top: 1427px;
    width: 28%;
  }
}

@media screen and (max-width: 750px) {
  .flipit-section .container .row div .gif1 {
    position: absolute;
    left: 78px;
    top: 1428px;
    width: 13%;
  }
  .flipit-section .container .row div .gif2 {
    position: absolute;
    left: 196px;
    top: 1427px;
    width: 28%;
  }
  .flipit-section .container .row div .gif3 {
    position: absolute;
    left: 338px;
    top: 1427px;
    width: 28%;
  }
  #portfolio .project2 .project-cover {
    position: absolute;
    left: 200px;
    top: -6px;
    width: 54%;
  }
  .aboutme-home .footer .sm {
    width: 70%;
    margin: 0px 52px;
  }
  .home .right-section .home-logo {
    height: auto;
    width: 90%;
    margin: 15px;
  }
  .home .right-section .aboutme-logo {
    margin-bottom: 0;
  }
  .home .left-section .home-div {
    height: auto;
    width: 81%;
    margin: 75px 65px;
  }
}

@media screen and (max-width: 635px) {
  .home {
    height: 71vh;
  }
  nav .inside-nav .logo div a {
    width: 96%;
  }
  #portfolio .project2 .project-cover {
    position: absolute;
    left: 200px;
    top: -6px;
    width: 54%;
  }
  .aboutme-home {
    padding-bottom: 35%;
  }
  .aboutme-home .footer .sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    width: 100%;
  }
  .aboutme-home ul li a {
    text-decoration: none;
  }
  .home {
    display: block;
    height: 108vh;
  }
  .home .right-section {
    width: 100%;
  }
  .home .right-section .piece2 {
    top: 15%;
    width: 40%;
    height: auto;
  }
  .home .right-section .piece3 {
    top: 50%;
    width: 50%;
    height: auto;
  }
  .home .right-section a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .home .right-section a .aboutme-logo {
    height: auto;
    width: 75%;
    margin: 80px;
    margin-bottom: 0;
  }
  .home .right-section a .home-logo {
    height: 100%;
    width: 90%;
    margin: 60px;
    margin-bottom: 0;
  }
  .home .left-section {
    width: 100%;
  }
  .home .left-section .piece1 {
    width: 80%;
    height: auto;
  }
  .home .left-section .home-div {
    width: 100%;
    margin: 0;
  }
  .home .left-section .home-div img {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 81%;
  }
  .home .left-section .home-div .home-title {
    text-align: center;
    margin: 10px 20px;
    font-size: 28px;
  }
  .home .left-section .home-div .home-desc {
    text-align: center;
    margin: 10px 20px;
    font-size: 18px;
  }
  .home .left-section .home-div #container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .home .left-section .home-div .mailto {
    text-align: center;
    margin: 10px 20px;
  }
}

@media screen and (max-width: 575px) {
  .flipit-section .container .row div .gif1 {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 13%;
    transform: translate(-268%, 541%);
  }
  .flipit-section .container .row div .gif2 {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 26%;
    transform: translate(-52%, 486%);
  }
  .flipit-section .container .row div .gif3 {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 26%;
    transform: translate(46%, 486%);
  }
}

@media screen and (max-width: 567px) {
  .flipit-section .container .row div .gif1 {
    position: absolute;
    left: 78px;
    top: 1447px;
    width: 13%;
  }
  .flipit-section .container .row div .gif2 {
    position: absolute;
    left: 196px;
    top: 1447px;
    width: 28%;
  }
  .flipit-section .container .row div .gif3 {
    position: absolute;
    left: 338px;
    top: 1447px;
    width: 28%;
  }
}

@media screen and (max-width: 559px) {
  .flipit-section .container .row div .gif1 {
    position: absolute;
    left: 78px;
    top: 1415px;
    width: 13%;
  }
  .flipit-section .container .row div .gif2 {
    position: absolute;
    left: 193px;
    top: 1415px;
    width: 28%;
  }
  .flipit-section .container .row div .gif3 {
    position: absolute;
    left: 332px;
    top: 1415px;
    width: 28%;
  }
}

@media screen and (max-width: 548px) {
  .flipit-section .container .row div .gif1 {
    position: absolute;
    left: 78px;
    top: 1392px;
    width: 13%;
  }
  .flipit-section .container .row div .gif2 {
    position: absolute;
    left: 196px;
    top: 1392px;
    width: 26%;
  }
  .flipit-section .container .row div .gif3 {
    position: absolute;
    left: 338px;
    top: 1392px;
    width: 26%;
  }
}

@media screen and (max-width: 548px) {
  .flipit-section .container .row div .gif1 {
    position: absolute;
    left: 78px;
    top: 1394px;
    width: 13%;
  }
  .flipit-section .container .row div .gif2 {
    position: absolute;
    left: 196px;
    top: 1394px;
    width: 26%;
  }
  .flipit-section .container .row div .gif3 {
    position: absolute;
    left: 338px;
    top: 1394px;
    width: 26%;
  }
}

@media screen and (max-width: 540px) {
  .flipit-section .container .row div .gif1 {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 13%;
    transform: translate(-268%, 541%);
  }
  .flipit-section .container .row div .gif2 {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 26%;
    transform: translate(-52%, 486%);
  }
  .flipit-section .container .row div .gif3 {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 26%;
    transform: translate(46%, 486%);
  }
}

@media screen and (max-width: 535px) {
  .flipit-section .container .row div .gif1 {
    position: absolute;
    left: 78px;
    top: 1353px;
    width: 13%;
  }
  .flipit-section .container .row div .gif2 {
    position: absolute;
    left: 189px;
    top: 1353px;
    width: 26%;
  }
  .flipit-section .container .row div .gif3 {
    position: absolute;
    left: 329px;
    top: 1353px;
    width: 26%;
  }
}

@media screen and (max-width: 530px) {
  .flipit-section .container .row div .gif1 {
    position: absolute;
    left: 78px;
    top: 1348px;
    width: 13%;
  }
  .flipit-section .container .row div .gif2 {
    position: absolute;
    left: 189px;
    top: 1348px;
    width: 26%;
  }
  .flipit-section .container .row div .gif3 {
    position: absolute;
    left: 329px;
    top: 1348px;
    width: 26%;
  }
  .home {
    height: 71vh;
  }
  nav .inside-nav .logo div a {
    width: 96%;
  }
  #portfolio .project2 .project-cover {
    position: absolute;
    left: 177px;
    top: -6px;
    width: 54%;
  }
}

@media screen and (max-width: 524px) {
  .flipit-section .container .row div .gif1 {
    position: absolute;
    left: 78px;
    top: 1325px;
    width: 13%;
  }
  .flipit-section .container .row div .gif2 {
    position: absolute;
    left: 180px;
    top: 1325px;
    width: 28%;
  }
  .flipit-section .container .row div .gif3 {
    position: absolute;
    left: 317px;
    top: 1325px;
    width: 28%;
  }
}

@media screen and (max-width: 516px) {
  .flipit-section .container .row div .gif1 {
    position: absolute;
    left: 78px;
    top: 1304px;
    width: 13%;
  }
  .flipit-section .container .row div .gif2 {
    position: absolute;
    left: 178px;
    top: 1304px;
    width: 28%;
  }
  .flipit-section .container .row div .gif3 {
    position: absolute;
    left: 313px;
    top: 1304px;
    width: 28%;
  }
}

@media screen and (max-width: 509px) {
  .flipit-section .container .row div .gif1 {
    position: absolute;
    left: 69px;
    top: 1283px;
    width: 13%;
  }
  .flipit-section .container .row div .gif2 {
    position: absolute;
    left: 176px;
    top: 1283px;
    width: 28%;
  }
  .flipit-section .container .row div .gif3 {
    position: absolute;
    left: 310px;
    top: 1283px;
    width: 28%;
  }
}

@media screen and (max-width: 501px) {
  .flipit-section .container .row div .gif1 {
    position: absolute;
    left: 70px;
    top: 1259px;
    width: 13%;
  }
  .flipit-section .container .row div .gif2 {
    position: absolute;
    left: 173px;
    top: 1259px;
    width: 28%;
  }
  .flipit-section .container .row div .gif3 {
    position: absolute;
    left: 304px;
    top: 1259px;
    width: 28%;
  }
}

@media screen and (max-width: 499px) {
  .flipit-section .container .row div .gif1 {
    position: absolute;
    left: 70px;
    top: 1253px;
    width: 13%;
  }
  .flipit-section .container .row div .gif2 {
    position: absolute;
    left: 171px;
    top: 1253px;
    width: 28%;
  }
  .flipit-section .container .row div .gif3 {
    position: absolute;
    left: 299px;
    top: 1253px;
    width: 28%;
  }
}

@media screen and (max-width: 490px) {
  .flipit-section .container .row div .gif1 {
    position: absolute;
    left: 70px;
    top: 1231px;
    width: 13%;
  }
  .flipit-section .container .row div .gif2 {
    position: absolute;
    left: 167px;
    top: 1231px;
    width: 28%;
  }
  .flipit-section .container .row div .gif3 {
    position: absolute;
    left: 296px;
    top: 1231px;
    width: 28%;
  }
}

@media screen and (max-width: 482px) {
  .flipit-section .container .row div .gif1 {
    position: absolute;
    left: 70px;
    top: 1211px;
    width: 13%;
  }
  .flipit-section .container .row div .gif2 {
    position: absolute;
    left: 165px;
    top: 1211px;
    width: 28%;
  }
  .flipit-section .container .row div .gif3 {
    position: absolute;
    left: 290px;
    top: 1211px;
    width: 28%;
  }
}

@media screen and (max-width: 476px) {
  .flipit-section .container .row div .gif1 {
    position: absolute;
    left: 70px;
    top: 1191px;
    width: 13%;
  }
  .flipit-section .container .row div .gif2 {
    position: absolute;
    left: 162px;
    top: 1191px;
    width: 28%;
  }
  .flipit-section .container .row div .gif3 {
    position: absolute;
    left: 287px;
    top: 1191px;
    width: 28%;
  }
}

@media screen and (max-width: 476px) {
  .flipit-section .container .row div .gif1 {
    position: absolute;
    left: 70px;
    top: 1172px;
    width: 13%;
  }
  .flipit-section .container .row div .gif2 {
    position: absolute;
    left: 159px;
    top: 1172px;
    width: 28%;
  }
  .flipit-section .container .row div .gif3 {
    position: absolute;
    left: 283px;
    top: 1172px;
    width: 28%;
  }
}

@media screen and (max-width: 480px) {
  #portfolio .project2 .project-cover {
    position: absolute;
    left: 168px;
    top: -5px;
    width: 54%;
  }
}

@media screen and (max-width: 461px) {
  .flipit-section .container .row div .gif1 {
    position: absolute;
    left: 70px;
    top: 1152px;
    width: 13%;
  }
  .flipit-section .container .row div .gif2 {
    position: absolute;
    left: 157px;
    top: 1152px;
    width: 28%;
  }
  .flipit-section .container .row div .gif3 {
    position: absolute;
    left: 277px;
    top: 1152px;
    width: 28%;
  }
}

@media screen and (max-width: 460px) {
  #portfolio .project2 .project-cover {
    position: absolute;
    left: 160px;
    top: -5px;
    width: 54%;
  }
}

@media screen and (max-width: 454px) {
  .flipit-section .container .row div .gif1 {
    position: absolute;
    left: 70px;
    top: 1133px;
    width: 13%;
  }
  .flipit-section .container .row div .gif2 {
    position: absolute;
    left: 156px;
    top: 1133px;
    width: 28%;
  }
  .flipit-section .container .row div .gif3 {
    position: absolute;
    left: 274px;
    top: 1133px;
    width: 28%;
  }
}

@media screen and (max-width: 447px) {
  .flipit-section .container .row div .gif1 {
    position: absolute;
    left: 65px;
    top: 1113px;
    width: 13%;
  }
  .flipit-section .container .row div .gif2 {
    position: absolute;
    left: 152px;
    top: 1113px;
    width: 28%;
  }
  .flipit-section .container .row div .gif3 {
    position: absolute;
    left: 267px;
    top: 1113px;
    width: 28%;
  }
}

@media screen and (max-width: 440px) {
  .flipit-section .container .row div .gif1 {
    position: absolute;
    left: 65px;
    top: 1096px;
    width: 13%;
  }
  .flipit-section .container .row div .gif2 {
    position: absolute;
    left: 152px;
    top: 1096px;
    width: 28%;
  }
  .flipit-section .container .row div .gif3 {
    position: absolute;
    left: 264px;
    top: 1096px;
    width: 28%;
  }
}

@media screen and (max-width: 433px) {
  .flipit-section .container .row div .gif1 {
    position: absolute;
    left: 60px;
    top: 1079px;
    width: 13%;
  }
  .flipit-section .container .row div .gif2 {
    position: absolute;
    left: 149px;
    top: 1079px;
    width: 28%;
  }
  .flipit-section .container .row div .gif3 {
    position: absolute;
    left: 259px;
    top: 1079px;
    width: 28%;
  }
}

@media screen and (max-width: 430px) {
  .home {
    display: block;
    height: 68vh;
  }
  nav .inside-nav .logo div a {
    width: 129%;
    margin-left: 0 !important;
  }
  #portfolio .project2 .project-cover {
    position: absolute;
    left: 147px;
    top: -5px;
    width: 54%;
  }
}

@media screen and (max-width: 433px) {
  .flipit-section .container .row div .gif1 {
    position: absolute;
    left: 60px;
    top: 1079px;
    width: 13%;
  }
  .flipit-section .container .row div .gif2 {
    position: absolute;
    left: 149px;
    top: 1079px;
    width: 28%;
  }
  .flipit-section .container .row div .gif3 {
    position: absolute;
    left: 259px;
    top: 1079px;
    width: 28%;
  }
}

@media screen and (max-width: 428px) {
  .flipit-section .container .row div .gif1 {
    position: absolute;
    left: 60px;
    top: 1066px;
    width: 13%;
  }
  .flipit-section .container .row div .gif2 {
    position: absolute;
    left: 146px;
    top: 1066px;
    width: 28%;
  }
  .flipit-section .container .row div .gif3 {
    position: absolute;
    left: 257px;
    top: 1066px;
    width: 28%;
  }
}

@media screen and (max-width: 423px) {
  .flipit-section .container .row div .gif1 {
    position: absolute;
    left: 60px;
    top: 1051px;
    width: 13%;
  }
  .flipit-section .container .row div .gif2 {
    position: absolute;
    left: 141px;
    top: 1051px;
    width: 28%;
  }
  .flipit-section .container .row div .gif3 {
    position: absolute;
    left: 253px;
    top: 1051px;
    width: 28%;
  }
}

@media screen and (max-width: 418px) {
  .flipit-section .container .row div .gif1 {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 13%;
    transform: translate(-268%, 541%);
  }
  .flipit-section .container .row div .gif2 {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 26%;
    transform: translate(-52%, 486%);
  }
  .flipit-section .container .row div .gif3 {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 26%;
    transform: translate(46%, 486%);
  }
}

@media screen and (max-width: 412px) {
  .flipit-section .container .row div .gif1 {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 13%;
    transform: translate(-268%, 541%);
  }
  .flipit-section .container .row div .gif2 {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 26%;
    transform: translate(-52%, 486%);
  }
  .flipit-section .container .row div .gif3 {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 26%;
    transform: translate(46%, 486%);
  }
}

@media screen and (max-width: 407px) {
  .flipit-section .container .row div .gif1 {
    position: absolute;
    left: 58px;
    top: 1004px;
    width: 13%;
  }
  .flipit-section .container .row div .gif2 {
    position: absolute;
    left: 141px;
    top: 1004px;
    width: 28%;
  }
  .flipit-section .container .row div .gif3 {
    position: absolute;
    left: 243px;
    top: 1004px;
    width: 28%;
  }
}

@media screen and (max-width: 402px) {
  .flipit-section .container .row div .gif1 {
    position: absolute;
    left: 58px;
    top: 989px;
    width: 13%;
  }
  .flipit-section .container .row div .gif2 {
    position: absolute;
    left: 137px;
    top: 989px;
    width: 28%;
  }
  .flipit-section .container .row div .gif3 {
    position: absolute;
    left: 238px;
    top: 989px;
    width: 28%;
  }
}

@media screen and (max-width: 400px) {
  .home {
    height: 71vh;
  }
  nav .inside-nav .logo div a {
    width: 144%;
  }
  #portfolio .project2 .project-cover {
    position: absolute;
    left: 140px;
    top: -5px;
    width: 54%;
  }
}

@media screen and (max-width: 397px) {
  .flipit-section .container .row div .gif1 {
    position: absolute;
    left: 58px;
    top: 975px;
    width: 13%;
  }
  .flipit-section .container .row div .gif2 {
    position: absolute;
    left: 137px;
    top: 975px;
    width: 26%;
  }
  .flipit-section .container .row div .gif3 {
    position: absolute;
    left: 237px;
    top: 975px;
    width: 26%;
  }
}

@media screen and (max-width: 391px) {
  .flipit-section .container .row div .gif1 {
    position: absolute;
    left: 58px;
    top: 962px;
    width: 13%;
  }
  .flipit-section .container .row div .gif2 {
    position: absolute;
    left: 137px;
    top: 962px;
    width: 26%;
  }
  .flipit-section .container .row div .gif3 {
    position: absolute;
    left: 237px;
    top: 962px;
    width: 26%;
  }
}

@media screen and (max-width: 386px) {
  .flipit-section .container .row div .gif1 {
    position: absolute;
    left: 58px;
    top: 950px;
    width: 13%;
  }
  .flipit-section .container .row div .gif2 {
    position: absolute;
    left: 135px;
    top: 950px;
    width: 26%;
  }
  .flipit-section .container .row div .gif3 {
    position: absolute;
    left: 233px;
    top: 950px;
    width: 26%;
  }
}

@media screen and (max-width: 381px) {
  .flipit-section .container .row div .gif1 {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 13%;
    transform: translate(-268%, 541%);
  }
  .flipit-section .container .row div .gif2 {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 26%;
    transform: translate(-52%, 486%);
  }
  .flipit-section .container .row div .gif3 {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 26%;
    transform: translate(46%, 486%);
  }
}

@media screen and (max-width: 370px) {
  .home {
    height: 71vh;
  }
  nav .inside-nav .logo div a {
    width: 144%;
  }
  #portfolio .project2 .project-cover {
    position: absolute;
    left: 125px;
    top: -5px;
    width: 54%;
  }
}

@media screen and (max-width: 340px) {
  .home {
    height: 80vh;
  }
  nav .inside-nav .logo div a {
    width: 173%;
    margin-left: 0 !important;
  }
  #portfolio .project2 .project-cover {
    position: absolute;
    left: 115px;
    top: -5px;
    width: 54%;
  }
}

@media screen and (max-width: 315px) {
  .home {
    display: block;
    height: 68vh;
  }
  nav .inside-nav .logo div a {
    width: 129%;
    margin-left: 0 !important;
  }
  #portfolio .project2 .project-cover {
    position: absolute;
    left: 109px;
    top: -3px;
    width: 54%;
  }
}

@media screen and (max-width: 315px) {
  #portfolio .project2 .project-cover {
    position: absolute;
    left: 100px;
    top: -3px;
    width: 54%;
  }
}

@media screen and (max-width: 370px) {
  #portfolio .project2 .project-cover {
    position: absolute;
    left: 127px;
    top: -3px;
    width: 54%;
  }
}

@media screen and (max-width: 360px) {
  #portfolio .project2 .project-cover {
    position: absolute;
    left: 130px;
    top: -4px;
    width: 54%;
  }
}

@media screen and (max-width: 330px) {
  #portfolio .project2 .project-cover {
    position: absolute;
    left: 114px;
    top: -4px;
    width: 54%;
  }
}

@media screen and (max-width: 320px) {
  #portfolio .project2 .project-cover {
    position: absolute;
    left: 115px;
    top: -4px;
    width: 54%;
  }
}

@media screen and (max-width: 290px) {
  .home {
    display: block;
    height: 68vh;
  }
  nav .inside-nav .logo div a {
    width: 202%;
    margin-left: 0 !important;
  }
  .nav .inside-nav .logo div a .fn {
    font-size: 19px;
  }
  .nav .inside-nav .logo div a .ln {
    font-size: 13px;
  }
  #portfolio .project2 .project-cover {
    position: absolute;
    left: 102px;
    top: -4px;
    width: 54%;
  }
}

@media screen and (max-width: 280px) {
  #portfolio .project2 .project-cover {
    position: absolute;
    left: 102px;
    top: -3px;
    width: 54%;
  }
}
/*# sourceMappingURL=nav2.css.map */
