* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #f7f7f7;
}

.float-right {
  float: right;
}

.padding-100 {
  padding: 100px 0;
}

.text-center {
  text-align: center;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.float {
  float: right;
}

.align-items-center {
  align-items: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-content {
  justify-content: center;
}

.justify {
  justify-content: justify;
}

a {
  text-decoration: none;
}

.slide-right {
  margin: right;
}

img {
  width: 100%;
  height: auto;
}

ul,
ol {
  list-style: none;
}

.padding-70 {
  padding-bottom: 100px;
}

.mb-30 {
  margin-bottom: 30px;
}

.btn-12,
.btn-12 *,
.btn-12 :after,
.btn-12 :before,
.btn-12:after,
.btn-12:before {
  border: 0 solid;
  box-sizing: border-box;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12 {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  margin-bottom: 60px;
}

.col-xs-1 {
  width: 8.3333%;
}

.col-xs-2 {
  width: 16.6666%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333%;
}

.col-xs-5 {
  width: 41.6666%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333%;
}

.col-xs-8 {
  width: 66.6666%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333%;
}

.col-xs-11 {
  width: 91.6666%;
}

.col-xs-12 {
  width: 100%;
}

.container {
  max-width: 100%;
  margin: auto;
}

html {
  scroll-behavior: smooth;
}

/* Header Css */
header {
  width: 100%;
  position: fixed;
  backdrop-filter: blur(150px);
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.6784313725);
  z-index: 3;
  transition: all 0.5s;
}
header .logo {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  float: left;
  letter-spacing: 1px;
  padding: 20px;
  color: #FFFFFF;
  text-transform: uppercase;
}
header nav ul li a {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding: 15px;
  position: relative;
  letter-spacing: 1.6px;
}
header nav ul li a:hover {
  /* color: #51ff00; */
  font-weight: 900;
}
header .active {
  /* color: #51ff00; */
  border-bottom: 2px solid #ffffff;
  font-weight: 900;
}
header .nav {
  display: none;
}
header .menu-icon {
  z-index: 1;
}
header .menu-icon :hover {
  color: #ff0000;
}
header .fa-bars {
  margin-right: 30px;
}
header i {
  font-size: 20px;
  color: #FFFFFF;
}

/* Home Css */
.black-overly {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100vh;
}

video {
  width: 100%;
  position: relative;
  z-index: -2;
  height: 100vh;
  object-fit: cover;
}

.home .midel {
  position: absolute;
  width: 100%;
  top: 40%;
  left: 0;
}

.midel .caption h5 {
  text-align: center;
  font-size: 50px;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  color: #ffffff;
}
.midel .caption h1 {
  text-align: center;
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  padding: 12px;
  color: #ffffff;
}

.caption .is-visible {
  font-size: 60px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #FFFFFF;
}
.caption .social-icon a span {
  height: 35px;
  width: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  color: #ffffff;
  line-height: 30px;
  font-size: 14px;
}

.cd-title {
  position: relative;
  height: 160px;
  line-height: 230px;
  text-align: center;
  color: #FFFFFF;
}
.cd-title h1 {
  font-size: 30px;
  font-weight: 700;
}

.cd-intro {
  width: 90%;
  max-width: 768px;
  text-align: center;
  color: #FFFFFF;
}

.cd-intro {
  margin: 4em auto;
  color: #FFFFFF;
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
  color: #FFFFFF;
}
.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
  color: #FFFFFF;
}
.cd-words-wrapper b.is-visible {
  position: relative;
  color: #FFFFFF;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

.cd-headline.clip span {
  display: inline-block;
  padding: 0.2em 0;
  color: #ffffff;
  font-weight: 300;
}
.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.cd-headline.clip .cd-words-wrapper ::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #FFFFFF;
}
.cd-headline.clip b {
  opacity: 0;
  font-size: 30px;
  font-weight: 300;
  color: #ffffff;
}
.cd-headline.clip b.is-visible {
  opacity: 1;
}

/* Mobil Nav Css */
.mobile-nav {
  width: 100%;
  height: 400px;
  position: fixed;
  background-color: #000000;
  backdrop-filter: blur(7px);
  border-radius: 15px;
  top: 9%;
  padding-bottom: 15px;
  z-index: 4;
  display: none;
}
.mobile-nav .nav li {
  padding: 15px 0;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}
.mobile-nav .nav li a {
  color: #ffffff;
  position: relative;
}
.mobile-nav .nav li a::after {
  content: "";
  position: absolute;
  margin-left: 20%;
  margin-top: 0px;
  left: -8px;
  top: 71%;
  border-radius: 2px;
  height: 2px;
  width: 100%;
  background-color: #000000;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}
.mobile-nav .nav li a:hover::after {
  opacity: 1;
  visibility: visible;
  transform: translateY(5px);
}

.mobile-nav-2 {
  display: block;
  transform: translateY(50px);
}

/* Hero Css */
.hero .hero-image {
  padding: 0 0 0 30px;
  position: relative;
  width: 100%;
}
.hero .hero-image img {
  border-radius: 15px;
}
.hero .hero-image::after {
  content: "";
  width: 80%;
  height: 80%;
  position: absolute;
  left: 0px;
  bottom: -20px;
  background-image: url(../image/dots.png);
  background-repeat: repeat;
  z-index: -1;
}
.hero .content {
  margin-bottom: 30px !important;
}
.hero .content h3 {
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  color: #343434;
  margin-bottom: 5px;
}
.hero .content span {
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}
.hero .content p {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
  margin: 0;
  color: #748182;
  margin-top: 20px;
}
.hero .content h2 {
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  color: #343434;
  margin-bottom: 20px;
}
.hero .content .personl-info {
  margin-top: 30px;
}
.hero .content .personl-info h2 {
  font-size: 30px;
  text-align: center;
  border-bottom: 2px solid #343434;
}
.hero .skill {
  margin-top: 30px;
}
.hero .skill .skill-prog {
  width: 100%;
  padding: 5px 10px;
  border-radius: 5px;
  background: #f7f7f7;
  position: relative;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15) inset;
}
.hero .skill .skill-prog h6 {
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  z-index: 2;
  color: #FFFFFF;
  position: relative;
  font-weight: 600;
}
.hero .skill .skill-prog span {
  width: 95%;
  height: 100%;
  background-color: #3fbf57;
  top: 0;
  left: 0;
  position: absolute;
  border-radius: 5px;
}
.hero .skill .skill-prog span:nth-child(4) {
  background-color: #2486ff;
}
.hero .skill .skill-prog span::after {
  content: attr(data-value);
  position: absolute;
  top: 6px;
  right: 10px;
  font-size: 11px;
  color: #FFFFFF;
}
.hero .skill .iteam {
  margin-bottom: 30px;
}
.hero .skill .button {
  margin-top: 50px;
  margin-bottom: 40px;
}
.hero .skill .button a {
  background-color: #1C1C1C;
  color: #FFFFFF;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  transition: all 0.5s;
}
.hero .skill .button a:hover {
  background-color: #FFFFFF;
  border: 1px solid #343434;
  color: #343434;
}

/* Resume Css */
.resume h2 {
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #343434;
}
.resume .header h1 {
  margin-bottom: 10px;
}
.resume .header h3 {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
}
.resume .header .img-area {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  margin: 25px auto;
  border: 15px groove #000000;
}
.resume .header .img-area img {
  width: 100%;
}
.resume .header .main {
  display: flex;
  flex-wrap: wrap;
}
.resume .header .main .list-style {
  list-style-type: circle;
  margin-left: 20px;
  margin-bottom: 20px;
}
.resume .header .main .list-style li {
  font-family: "Poppins";
  padding: 5px;
}
.resume .header .main p {
  font-family: "Poppins";
  font-weight: 500;
}
.resume .header .left {
  flex: 1;
  padding: 30px;
}
.resume .header .left p {
  line-height: 2;
}
.resume .header .left ul li {
  line-height: 2;
  font-family: "Poppins";
}
.resume .header h2 {
  background: #000000;
  padding: 15px;
  color: #fff;
  margin: 30px 0;
  font-size: 20px;
  border-radius: 0 50px 50px 0;
}
.resume .header .right {
  flex: 1;
  padding: 30px;
}
.resume .header .right h3 {
  margin-bottom: 15px;
}
.resume .header .right p {
  line-height: 2.9;
}
.resume .header .right ul li {
  line-height: 2;
}

/* Project Css */
.project .card {
  position: relative;
  width: 100%;
  height: 350px;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #ffffff;
  z-index: 2;
  margin-top: 40px;
}
.project .card h1 {
  text-align: center;
  margin-top: 10px;
  font-family: "Poppins";
}
.project .bg {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 97%;
  height: 340px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(24px);
  border-radius: 10px;
  overflow: hidden;
  z-index: 3;
  outline: 2px solid white;
}
.project .bg .demo-btn button {
  border: none;
  position: relative;
  width: 200px;
  height: 73px;
  padding: 0;
  display: block;
  margin: 0 auto;
  z-index: 5;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='868' width='2500' viewBox='0 0 726 252.17'%3E%3Cpath d='M483.92 0S481.38 24.71 466 40.11c-11.74 11.74-24.09 12.66-40.26 15.07-9.42 1.41-29.7 3.77-34.81-.79-2.37-2.11-3-21-3.22-27.62-.21-6.92-1.36-16.52-2.82-18-.75 3.06-2.49 11.53-3.09 13.61S378.49 34.3 378 36a85.13 85.13 0 0 0-30.09 0c-.46-1.67-3.17-11.48-3.77-13.56s-2.34-10.55-3.09-13.61c-1.45 1.45-2.61 11.05-2.82 18-.21 6.67-.84 25.51-3.22 27.62-5.11 4.56-25.38 2.2-34.8.79-16.16-2.47-28.51-3.39-40.21-15.13C244.57 24.71 242 0 242 0H0s69.52 22.74 97.52 68.59c16.56 27.11 14.14 58.49 9.92 74.73C170 140 221.46 140 273 158.57c69.23 24.93 83.2 76.19 90 93.6 6.77-17.41 20.75-68.67 90-93.6 51.54-18.56 103-18.59 165.56-15.25-4.21-16.24-6.63-47.62 9.93-74.73C656.43 22.74 726 0 726 0z'/%3E%3C/svg%3E") no-repeat 50% 50%;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='868' width='2500' viewBox='0 0 726 252.17'%3E%3Cpath d='M483.92 0S481.38 24.71 466 40.11c-11.74 11.74-24.09 12.66-40.26 15.07-9.42 1.41-29.7 3.77-34.81-.79-2.37-2.11-3-21-3.22-27.62-.21-6.92-1.36-16.52-2.82-18-.75 3.06-2.49 11.53-3.09 13.61S378.49 34.3 378 36a85.13 85.13 0 0 0-30.09 0c-.46-1.67-3.17-11.48-3.77-13.56s-2.34-10.55-3.09-13.61c-1.45 1.45-2.61 11.05-2.82 18-.21 6.67-.84 25.51-3.22 27.62-5.11 4.56-25.38 2.2-34.8.79-16.16-2.47-28.51-3.39-40.21-15.13C244.57 24.71 242 0 242 0H0s69.52 22.74 97.52 68.59c16.56 27.11 14.14 58.49 9.92 74.73C170 140 221.46 140 273 158.57c69.23 24.93 83.2 76.19 90 93.6 6.77-17.41 20.75-68.67 90-93.6 51.54-18.56 103-18.59 165.56-15.25-4.21-16.24-6.63-47.62 9.93-74.73C656.43 22.74 726 0 726 0z'/%3E%3C/svg%3E") no-repeat 50% 50%;
  -webkit-mask-size: 100%;
  cursor: pointer;
  background-color: transparent;
  transform: translateY(8px);
}
.project .bg .demo-btn button:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0px 0 0 0 white;
  transition: all 2s ease;
}
.project .bg .demo-btn button:hover:after {
  box-shadow: 0px -13px 56px 12px rgba(255, 255, 255, 0.6509803922);
}
.project .bg .demo-btn button a {
  position: absolute;
  width: 100%;
  font-size: 15px;
  font-weight: 100;
  margin-top: 2px;
  left: 50%;
  top: 40%;
  letter-spacing: 3px;
  text-align: center;
  transform: translate(-50%, -50%);
  color: rgb(0, 0, 0);
  font-weight: 600;
  transition: all 2s ease;
}
.project .bg .demo-btn button:hover a {
  color: white;
}
.project .bg .demo-btn button:before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  background-color: black;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 1s ease;
}
.project .bg .demo-btn button:hover:before {
  width: 100%;
}
.project .blob {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 97%;
  height: 250px;
  border-radius: 50%;
  background-color: #000000;
  opacity: 1;
  filter: blur(12px);
  animation: blob-bounce 5s infinite ease;
}
@keyframes blob-bounce {
  0% {
    transform: translate(-100%, -100%) translate3d(0, 0, 0);
  }
  25% {
    transform: translate(-100%, -100%) translate3d(100%, 0, 0);
  }
  50% {
    transform: translate(-100%, -100%) translate3d(100%, 100%, 0);
  }
  75% {
    transform: translate(-100%, -100%) translate3d(0, 100%, 0);
  }
  100% {
    transform: translate(-100%, -100%) translate3d(0, 0, 0);
  }
}

/* Contact Me Css */
.contact h2 {
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #343434;
}
.contact .sub-heading {
  text-align: center;
  position: relative;
}
.contact .sub-heading h4 {
  display: inline-block;
  padding: 5px 10px;
  font-size: 25px;
  font-family: "Montserrat", sans-serif;
  margin-top: 40px;
  color: #343434;
  text-align: center;
  border-bottom: 2px solid #343434;
  position: relative;
}
.contact .sub-heading h4::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 5px;
  bottom: 0;
  right: 0;
  background-color: #343434;
}
.contact .sub-heading h4::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 5px;
  bottom: 0;
  left: 0;
  background-color: #343434;
}
.contact .form-contact {
  padding: 30px;
  margin-top: 40px;
  width: 100%;
}
.contact .form-contact .input_text {
  display: block;
}
.contact .form-contact input {
  width: 100%;
  border: 2px solid rgba(194, 188, 188, 0.7411764706);
  padding: 10px;
  font-size: 15px;
  outline: none;
}
.contact .form-contact textarea {
  width: 100%;
  border: 2px solid rgba(194, 188, 188, 0.7411764706);
  padding: 10px;
  font-size: 15px;
  outline: none;
}

.form-contact .btn {
  width: 200px;
  height: 2.3em;
  margin: 0.5em;
  background: black;
  color: white;
  border: none;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 1.3px;
  z-index: 1;
  overflow: hidden;
}
.form-contact .btn::after {
  content: "";
  background: white;
  position: absolute;
  z-index: -1;
  left: -20%;
  right: -20%;
  top: 0;
  bottom: -1px;
  transform: skewX(-45deg) scale(0, 1);
  transition: all 0.5s;
}
.form-contact .btn:hover {
  color: #000000;
  font-weight: bold;
}
.form-contact .btn:hover:hover::after {
  transform: skewX(-45deg) scale(1, 1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.contact-app {
  margin-top: 80px;
}
.contact-app a {
  display: inline-block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #000000;
  color: white;
  margin-bottom: 10px;
}
.contact-app a i {
  font-size: 15px;
  margin-left: -3px;
  line-height: 50px;
}
.contact-app h5 {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
}
.contact-app p {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  width: 100%;
  margin: auto;
}

/* Footer Css */
footer {
  width: 100%;
  background-color: #000000;
  padding: 20px;
}
footer h4 {
  color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  text-align: center;
  font-weight: 300;
  letter-spacing: 0.6px;
  font-size: 15px;
}

/* Loader Css */
.loader {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #000000;
  z-index: 5;
}

@keyframes stageBackground {
  0%, 10%, 90%, 100% {
    background-color: #00B6BB;
  }
  25%, 75% {
    background-color: #0094bd;
  }
}
@keyframes earthRotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes sunrise {
  0%, 10%, 90%, 100% {
    box-shadow: 0 0 0 25px #5ad6bd, 0 0 0 40px #4acead, 0 0 0 60px rgba(74, 206, 173, 0.6), 0 0 0 90px rgba(74, 206, 173, 0.3);
  }
  25%, 75% {
    box-shadow: 0 0 0 0 #5ad6bd, 0 0 0 0 #4acead, 0 0 0 0 rgba(74, 206, 173, 0.6), 0 0 0 0 rgba(74, 206, 173, 0.3);
  }
}
@keyframes moonOrbit {
  25% {
    transform: rotate(-60deg);
  }
  50% {
    transform: rotate(-60deg);
  }
  75% {
    transform: rotate(-120deg);
  }
  0%, 100% {
    transform: rotate(-180deg);
  }
}
@keyframes nightTime {
  0%, 90% {
    opacity: 0;
  }
  50%, 75% {
    opacity: 1;
  }
}
@keyframes hotPan {
  0%, 90% {
    background-color: #74667e;
  }
  50%, 75% {
    background-color: #b2241c;
  }
}
@keyframes heat {
  0%, 90% {
    box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0.3);
  }
  50%, 75% {
    box-shadow: inset 0 -2px 0 0 white;
  }
}
@keyframes smoke {
  0%, 50%, 90%, 100% {
    opacity: 0;
  }
  50%, 75% {
    opacity: 0.7;
  }
}
@keyframes fire {
  0%, 90%, 100% {
    opacity: 0;
  }
  50%, 75% {
    opacity: 1;
  }
}
@keyframes treeShake {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-2deg);
  }
  40% {
    transform: rotate(4deg);
  }
  50% {
    transform: rotate(-4deg);
  }
  60% {
    transform: rotate(6deg);
  }
  75% {
    transform: rotate(-6deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes fireParticles {
  0% {
    height: 30%;
    opacity: 1;
    top: 75%;
  }
  25% {
    height: 25%;
    opacity: 0.8;
    top: 40%;
  }
  50% {
    height: 15%;
    opacity: 0.6;
    top: 20%;
  }
  75% {
    height: 10%;
    opacity: 0.3;
    top: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fireLines {
  0%, 25%, 75%, 100% {
    bottom: 0;
  }
  50% {
    bottom: 5%;
  }
}
.scene {
  display: flex;
  align-items: flex-end;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  transform: translateY(-80%);
  height: 300px;
  position: relative;
}

.forest {
  display: flex;
  width: 75%;
  height: 90%;
  position: relative;
}

.tree {
  display: block;
  width: 50%;
  position: absolute;
  bottom: 0;
  opacity: 0.4;
}

.tree .branch {
  width: 80%;
  height: 0;
  margin: 0 auto;
  padding-left: 40%;
  padding-bottom: 50%;
  overflow: hidden;
}

.tree .branch:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: -600px;
  border-left: 600px solid transparent;
  border-right: 600px solid transparent;
  border-bottom: 950px solid #000;
}

.tree .branch.branch-top {
  transform-origin: 50% 100%;
  animation: treeShake 0.5s linear infinite;
}

.tree .branch.branch-middle {
  width: 90%;
  padding-left: 45%;
  padding-bottom: 65%;
  margin: 0 auto;
  margin-top: -25%;
}

.tree .branch.branch-bottom {
  width: 100%;
  padding-left: 50%;
  padding-bottom: 80%;
  margin: 0 auto;
  margin-top: -40%;
}

.tree1 {
  width: 31%;
}

.tree1 .branch-top {
  transition-delay: 0.3s;
}

.tree2 {
  width: 39%;
  left: 9%;
}

.tree2 .branch-top {
  transition-delay: 0.4s;
}

.tree3 {
  width: 32%;
  left: 24%;
}

.tree3 .branch-top {
  transition-delay: 0.5s;
}

.tree4 {
  width: 37%;
  left: 34%;
}

.tree4 .branch-top {
  transition-delay: 0.6s;
}

.tree5 {
  width: 44%;
  left: 44%;
}

.tree5 .branch-top {
  transition-delay: 0.7s;
}

.tree6 {
  width: 34%;
  left: 61%;
}

.tree6 .branch-top {
  transition-delay: 0.2s;
}

.tree7 {
  width: 24%;
  left: 76%;
}

.tree7 .branch-top {
  transition-delay: 0.1s;
}

.tent {
  width: 60%;
  height: 25%;
  position: absolute;
  bottom: -0.5%;
  right: 15%;
  z-index: 1;
  text-align: right;
}

.roof {
  display: inline-block;
  width: 45%;
  height: 100%;
  margin-right: 10%;
  position: relative;
  z-index: 1;
  border-top: 4px solid #4D4454;
  border-right: 4px solid #4D4454;
  border-left: 4px solid #4D4454;
  border-top-right-radius: 6px;
  transform: skew(30deg);
  box-shadow: inset -3px 3px 0px 0px #F7B563;
  background: #f6d484;
}

.roof:before {
  content: "";
  width: 70%;
  height: 70%;
  position: absolute;
  top: 15%;
  left: 15%;
  z-index: 0;
  border-radius: 10%;
  background-color: #E78C20;
}

.roof:after {
  content: "";
  height: 75%;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(231, 140, 32, 0.4) 0%, rgba(231, 140, 32, 0.4) 64%, rgba(231, 140, 32, 0.8) 65%, rgba(231, 140, 32, 0.8) 100%);
}

.roof-border-left {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 1%;
  height: 125%;
  position: absolute;
  top: 0;
  left: 35.7%;
  z-index: 1;
  transform-origin: 50% 0%;
  transform: rotate(35deg);
}

.roof-border-left .roof-border {
  display: block;
  width: 100%;
  border-radius: 2px;
  border: 2px solid #4D4454;
}

.roof-border-left .roof-border1 {
  height: 40%;
}

.roof-border-left .roof-border2 {
  height: 10%;
}

.roof-border-left .roof-border3 {
  height: 40%;
}

.door {
  width: 55px;
  height: 92px;
  position: absolute;
  bottom: 2%;
  overflow: hidden;
  z-index: 0;
  transform-origin: 0 105%;
}

.left-door {
  transform: rotate(35deg);
  position: absolute;
  left: 13.5%;
  bottom: -3%;
  z-index: 0;
}

.left-door .left-door-inner {
  width: 100%;
  height: 100%;
  transform-origin: 0 105%;
  transform: rotate(-35deg);
  position: absolute;
  top: 0;
  overflow: hidden;
  background-color: #EDDDC2;
}

.left-door .left-door-inner:before {
  content: "";
  width: 15%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: repeating-linear-gradient(#D4BC8B, #D4BC8B 4%, #E0D2A8 5%, #E0D2A8 10%);
}

.left-door .left-door-inner:after {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 15%;
  left: 10%;
  transform: rotate(25deg);
  background-color: #fff;
}

.right-door {
  height: 89px;
  right: 21%;
  transform-origin: 0 105%;
  transform: rotate(-30deg) scaleX(-1);
  position: absolute;
  bottom: -3%;
  z-index: 0;
}

.right-door .right-door-inner {
  width: 100%;
  height: 100%;
  transform-origin: 0 120%;
  transform: rotate(-30deg);
  position: absolute;
  bottom: 0px;
  overflow: hidden;
  background-color: #EFE7CF;
}

.right-door .right-door-inner:before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 15%;
  right: -28%;
  z-index: 1;
  transform: rotate(15deg);
  background-color: #524A5A;
}

.right-door .right-door-inner:after {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 15%;
  right: -20%;
  transform: rotate(20deg);
  background-color: #fff;
}

.floor {
  width: 80%;
  position: absolute;
  right: 10%;
  bottom: 0;
  z-index: 1;
}

.floor .ground {
  position: absolute;
  border-radius: 2px;
  border: 2px solid #4D4454;
}

.floor .ground.ground1 {
  width: 65%;
  left: 0;
}

.floor .ground.ground2 {
  width: 30%;
  right: 0;
}

.fireplace {
  display: block;
  width: 24%;
  height: 20%;
  position: absolute;
  left: 5%;
}

.fireplace:before {
  content: "";
  display: block;
  width: 8%;
  position: absolute;
  bottom: -4px;
  left: 2%;
  border-radius: 2px;
  border: 2px solid #4D4454;
  background: #4D4454;
}

.fireplace .support {
  display: block;
  height: 105%;
  width: 2px;
  position: absolute;
  bottom: -5%;
  left: 10%;
  border: 2px solid #4D4454;
}

.fireplace .support:before {
  content: "";
  width: 100%;
  height: 15%;
  position: absolute;
  top: -18%;
  left: -4px;
  border-radius: 2px;
  border: 2px solid #4D4454;
  transform-origin: 100% 100%;
  transform: rotate(45deg);
}

.fireplace .support:after {
  content: "";
  width: 100%;
  height: 15%;
  position: absolute;
  top: -18%;
  left: 0px;
  border-radius: 2px;
  border: 2px solid #4D4454;
  transform-origin: 0 100%;
  transform: rotate(-45deg);
}

.fireplace .support:nth-child(1) {
  left: 85%;
}

.fireplace .bar {
  width: 100%;
  height: 2px;
  border-radius: 2px;
  border: 2px solid #4D4454;
}

.fireplace .hanger {
  display: block;
  width: 2px;
  height: 25%;
  margin-left: -4px;
  position: absolute;
  left: 50%;
  border: 2px solid #4D4454;
}

.fireplace .pan {
  display: block;
  width: 25%;
  height: 50%;
  border-radius: 50%;
  border: 4px solid #4D4454;
  position: absolute;
  top: 25%;
  left: 35%;
  overflow: hidden;
  animation: heat 5s linear infinite;
}

.fireplace .pan:before {
  content: "";
  display: block;
  height: 53%;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: -1;
  border-top: 4px solid #4D4454;
  background-color: #74667e;
  animation: hotPan 5s linear infinite;
}

.fireplace .smoke {
  display: block;
  width: 20%;
  height: 25%;
  position: absolute;
  top: 25%;
  left: 37%;
  background-color: white;
  filter: blur(5px);
  animation: smoke 5s linear infinite;
}

.fireplace .fire {
  display: block;
  width: 25%;
  height: 120%;
  position: absolute;
  bottom: 0;
  left: 33%;
  z-index: 1;
  animation: fire 5s linear infinite;
}

.fireplace .fire:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -4px;
  z-index: 1;
  border-radius: 2px;
  border: 1px solid #efb54a;
  background-color: #efb54a;
}

.fireplace .fire .line {
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  bottom: 0;
  animation: fireLines 1s linear infinite;
}

.fireplace .fire .line2 {
  left: 50%;
  margin-left: -1px;
  animation-delay: 0.3s;
}

.fireplace .fire .line3 {
  right: 0;
  animation-delay: 0.5s;
}

.fireplace .fire .line .particle {
  height: 10%;
  position: absolute;
  top: 100%;
  z-index: 1;
  border-radius: 2px;
  border: 2px solid #efb54a;
  animation: fireParticles 0.5s linear infinite;
}

.fireplace .fire .line .particle1 {
  animation-delay: 0.1s;
}

.fireplace .fire .line .particle2 {
  animation-delay: 0.3s;
}

.fireplace .fire .line .particle3 {
  animation-delay: 0.6s;
}

.fireplace .fire .line .particle4 {
  animation-delay: 0.9s;
}

.time-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.time {
  display: block;
  width: 100%;
  height: 200%;
  position: absolute;
  transform-origin: 50% 50%;
  transform: rotate(270deg);
  animation: earthRotation 5s linear infinite;
}

.time .day {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20%;
  left: 40%;
  border-radius: 50%;
  box-shadow: 0 0 0 25px #5ad6bd, 0 0 0 40px #4acead, 0 0 0 60px rgba(74, 206, 173, 0.6), 0 0 0 90px rgba(74, 206, 173, 0.3);
  animation: sunrise 5s ease-in-out infinite;
  background-color: #ef9431;
}

.time .night {
  animation: nightTime 5s ease-in-out infinite;
}

.time .night .star {
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  bottom: 10%;
  border-radius: 50%;
  background-color: #fff;
}

.time .night .star-big {
  width: 6px;
  height: 6px;
}

.time .night .star1 {
  right: 23%;
  bottom: 25%;
}

.time .night .star2 {
  right: 35%;
  bottom: 18%;
}

.time .night .star3 {
  right: 47%;
  bottom: 25%;
}

.time .night .star4 {
  right: 22%;
  bottom: 20%;
}

.time .night .star5 {
  right: 18%;
  bottom: 30%;
}

.time .night .star6 {
  right: 60%;
  bottom: 20%;
}

.time .night .star7 {
  right: 70%;
  bottom: 23%;
}

.time .night .moon {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: 22%;
  right: 33%;
  border-radius: 50%;
  transform: rotate(-60deg);
  box-shadow: 9px 9px 3px 0 white;
  filter: blur(1px);
  animation: moonOrbit 5s ease-in-out infinite;
}

.time .night .moon:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -9px;
  left: 9px;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.05), 0 0 0 15px rgba(255, 255, 255, 0.05), 0 0 0 25px rgba(255, 255, 255, 0.05), 0 0 0 35px rgba(255, 255, 255, 0.05);
  background-color: rgba(255, 255, 255, 0.2);
}

.wel {
  text-align: center;
  position: absolute;
  bottom: -30%;
  color: white;
  z-index: 5;
  width: 100%;
}
.wel .glitch {
  position: relative;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  letter-spacing: 5px;
  z-index: 1;
  animation: shift 1s ease-in-out infinite alternate;
}
.wel .glitch:before,
.wel .glitch:after {
  display: block;
  content: attr(data-glitch);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
}
.wel .glitch:before {
  animation: glitch 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both infinite;
  color: #8b00ff;
  z-index: -1;
}
.wel .glitch:after {
  animation: glitch 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) reverse both infinite;
  color: #00e571;
  z-index: -2;
}
@keyframes glitch {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translate(-3px, 3px);
  }
  40% {
    transform: translate(-3px, -3px);
  }
  60% {
    transform: translate(3px, 3px);
  }
  80% {
    transform: translate(3px, -3px);
  }
  to {
    transform: translate(0);
  }
}
@keyframes shift {
  0%, 40%, 44%, 58%, 61%, 65%, 69%, 73%, 100% {
    transform: skewX(0deg);
  }
  41% {
    transform: skewX(10deg);
  }
  42% {
    transform: skewX(-10deg);
  }
  59% {
    transform: skewX(40deg) skewY(10deg);
  }
  60% {
    transform: skewX(-40deg) skewY(-10deg);
  }
  63% {
    transform: skewX(10deg) skewY(-5deg);
  }
  70% {
    transform: skewX(-50deg) skewY(-20deg);
  }
  71% {
    transform: skewX(10deg) skewY(-10deg);
  }
}

/* Top Button CSS */
.top-btn {
  height: 50px;
  width: 50px;
  background-color: #000000;
  position: fixed;
  right: 20px;
  bottom: 40px;
  text-align: center;
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
  z-index: 1;
}
.top-btn :hover {
  color: #2bff00;
  transition: all 0.5s;
}
.top-btn i {
  color: #ffffff;
  line-height: 50px;
  font-size: 20px;
}
.top-btn.show {
  opacity: 1;
  visibility: visible;
}

/* New Header CSS */
.new-header {
  background-color: #000000;
  color: #FFFFFF;
  transition: all 0.5s;
}

/*# sourceMappingURL=style.css.map */
