.hidden {
  display: none;
}

html,
body {
  font-family: Montserrat;
  margin: 0;
  height: 100%;
  width: 100%;
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  width: 0px;
}
.main-left {
  width: 50%;
  height: 100%;
  background-color: #ffffff;
  float: left;
  display: flex;
  align-items: center;
  position: relative;
  z-index: -1;
}
.content h1 {
  font-weight: 600;
  font-size: 2vw;
  margin: 0;
}
.content h1 > span {
  color: #f9ca56;
}
.content {
  text-align: left;
  width: 100%;
  position: absolute;
  left: 15%;
}
.content p > span {
  padding-bottom: 1px;
}

/* designer bottom border color effect  */
.active {
  border-bottom: #f9ca56 solid 2px;
}
.active1 {
  border-bottom: #f3a0b8 solid 2px;
}
.active2 {
  border-bottom: #865240 solid 2px;
}
.active3 {
  border-bottom: #eaceca solid 2px;
}
.active4 {
  border-bottom: #1a1c21 solid 2px;
}
.active5 {
  border-bottom: #7a7d60 solid 2px;
}

/* designer bottom border color effect  */

/* scroll text end  */

.content p {
  margin-left: 3px;
  font-weight: 500;
  font-size: 1vw;
  position: fixed;
}

.l {
  color: #f3a0b8;
  font-size: 1.2vw;
  display: none;
}
.loves {
  transition: all 1s ease;
  display: inline-block;
}
.c {
  color: #865240;
  font-size: 0.8vw;
  display: none;
}
.coding {
  display: inline-block;
}
.d {
  color: #eaceca;
  font-size: 0.8vw;
  display: none;
}
.design {
  display: inline-block;
}
.p {
  color: #1a1c21;
  font-size: 0.8vw;
  display: none;
}
.photo {
  display: inline-block;
}
.g {
  color: #7a7d60;
  font-size: 0.8vw;
  display: none;
}
.gaming {
  display: inline-block;
}
/* scroll text end  */

.bg {
  width: 50%;
  height: 100%;
  float: left;
  background-image: url(content/images/aboutme_img1.jpg);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

#copyrights {
  color: #dddcda;
  text-align: left;
  width: 100%;
  position: absolute;
  left: 15%;
  bottom: -6px;
  margin-left: 3px;
  font-weight: 600;
  font-size: 0.9vw;
}

/* navigation */
.nav {
  z-index: 1;
  display: flex;
  justify-items: center;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 20px;
}
.logo img {
  width: 72px;
  margin-left: 100px;
}
.links {
  margin-right: 100px;
  margin-top: 5px;
}
.links tr td {
  padding-left: 50px;
  text-align: center;
}
.links tr #menu {
  display: none;
}
.links a {
  font-size: 15px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
}
.links td > span {
  position: relative;
  top: -15px;
  font-weight: 600;
  color: #fff;
  font-size: 2vw;
}

/* menu */
.menu {
  width: 100%;
  height: 100%;
  background-image: url(content/images/nav-img.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  z-index: 1;
  margin: 0 auto;
  display: none;

  animation: fadeInAnimation ease 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.menu ul {
  width: 50%;
  position: absolute;
  font-size: 30px;
  font-weight: 700;
  list-style: none;
  color: #fff;
  bottom: 40%;
  text-align: center;
  left: 20%;
}
.menu li {
  padding-top: 20px;
  display: block;
}
.menu a {
  text-decoration: none;
  color: #fff;
}
.menu span {
  position: absolute;
  right: 0;
  color: #fff;
  top: 25px;
  font-weight: 600;
  font-size: 15px;
  margin-right: 100px;
  cursor: pointer;
}
.show-menu {
  display: block;
}

/* bottom */
.left {
  width: 50%;
  height: 100%;
  float: left;
}
.background {
  width: 50%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  float: left;
}
.bg1 {
  background-image: url(content/images/aboutme_img2.jpg);
}
.bg2 {
  background-image: url(content/images/aboutme_img3.jpg);
}
.bg3 {
  background-image: url(content/images/aboutme_img4.jpg);
}
.bg4 {
  background-image: url(content/images/aboutme_img5.jpg);
}
.bg5 {
  background-image: url(content/images/aboutme_img6.jpg);
}

/* move to top */

.moveToTop {
  width: 100%;
  height: 100%;
  background-image: url(content/images/end.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  float: left;
  cursor: pointer;
  z-index: 1;
}

/* responsive */
@media (max-width: 1050px) {
  /* navigation */
  .links tr td {
    display: none;
  }
  .links tr #menu {
    display: block;
  }
}
