@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

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

body {
  width: 100%;
  height: 100%;
  font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #f2f5f5;
  background-color: #1e1e23;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 0px;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 600;
    letter-spacing: -.5px;
}

h1 {
    margin: 20px 0px 0px;
    font-size: 50px;
    line-height: .9;
    letter-spacing: -3px;
    color: #f2f5f5 !important;
}

@media(min-width:767px) {
    h1 {
    font-size: 80px;
    line-height: .9;
    letter-spacing: -5px;
    color: #f2f5f5 !important;

    }
}


h2 {
    margin: 20px 0px 0px;
    font-size: 20px;
    line-height: .9;
    letter-spacing: -1px;
    color: #ffffff !important;
}

@media(min-width:767px) {
    h2 {
    font-size: 30px !important;
    line-height: .9 !important;
    letter-spacing: -2px !important;
    color: #ffffff !important;

    }
}


p {
    margin: 0 0 25px;
    font-size: 16px;
    line-height: 1.5;

}

@media(min-width:767px) {
    p {
        margin: 0 0 35px;
        font-size: 18px;
        line-height: 1.6;
    }
}

a {
    color: #c0d596;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #ffffff;
}

.lighter {
    font-weight: lighter;

    }

/* Hero video */



/* Hero Image */

    .intro {
    display: table;
    margin-top: -60px;
    width: 100%;
    height: auto;
    padding-top: 400px;
    background: url(img/pxxl-background-snow.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;

    }

    @media(min-width:767px) {
    .intro {
        height: 100%;

    }
  }


.responsive {
  width: 100%;
  height: auto;
  margin-top: -5px;
}

.small-txt {
    font-size: 80%;
}


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

.txt-mint {
  color: #c0d596;
}

.content {
  background-color: #32323c;
  min-height: 200px;
}
  

.txt-content {
  margin: auto;
  width: 90%;
  margin-top: 50px;
  margin-bottom: 50px;
}

@media(min-width:767px) {
    .txt-content {
      max-width: 900px;

    }
}

.dark-background {
  background-color: #c0d596;
  width: 100%;
}

.footer {
  margin-left: 20px;
  margin-right: 20px;

}

@media(min-width:767px) {
  .footer {
  margin-left: 50px;
  margin-right: 50px;
  margin-bottom: 20px;

    }
}



/* Branding Adjustment */

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.sticky-footer {
  position: fixed;
  bottom: 0px;
}


.logo {
  position: absolute;
  top: 11px;
  left: 0px;
  font-size: 1.2rem;
  color: #ffffff;
  margin-left: 20px;
  margin-right: 20px;


}

@media(min-width:767px) {
  .logo {
    margin-left: 50px;
    margin-right: 50px;
    }
}



.navbar {
  box-shadow: 0 0px 0px rgb(146 161 176 / 15%);
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 62px;
}

.navbar .menu-items {
  display: flex;
}

.navbar .nav-container li {
  list-style: none;
}

.navbar .nav-container a {
  text-decoration: none;
  color: #c0d596;
  font-weight: 500;
  font-size: 1.2rem;
  padding: 0.7rem;
}

.navbar .nav-container a:hover{
    font-weight: lighter;
    color: #ffffff;
}

.nav-container {
  display: block;
  position: relative;
  height: 60px;
}

.nav-container .checkbox {
  position: absolute;
  display: block;
  height: 32px;
  width: 32px;
  top: 20px;
  right: 0px;
  z-index: 5;
  opacity: 0;
  cursor: pointer;

}

.checkbox {
  margin-left: 20px;
  margin-right: 20px;
}

@media(min-width:767px) {
  .checkbox {
    margin-left: 50px;
    margin-right: 50px;
    }
}

/* Hamburger Size */

.nav-container .hamburger-lines {
  display: block;
  height: 26px;
  width: 32px;
  position: absolute;
  top: 17px;
  right: 0px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}

.hamburger-lines {
  margin-left: 20px;
  margin-right: 20px;
}

@media(min-width:767px) {
  .hamburger-lines {
    margin-left: 50px;
    margin-right: 50px;
    }
}


/* Hamburger Attributes */

.nav-container .hamburger-lines .line {
  display: block;
  height: 2px;
  width: 100%;
  border-radius: 10px;
  background: #c0d596;
}

.nav-container .hamburger-lines .line1 {
  transform-origin: 0% 0%;
  transition: transform 0.4s ease-in-out;
}

.nav-container .hamburger-lines .line2 {
  transition: transform 0.2s ease-in-out;
}

.nav-container .hamburger-lines .line3 {
  transform-origin: 0% 100%;
  transition: transform 0.4s ease-in-out;
}

.navbar .menu-items {
  background: #1e1e23;
  padding-top: 100px;
  box-shadow: inset 0 0 0px rgba(255, 255, 255, .5);
  height: 100vh;
  width: 100%;
  transform: translate(-200%);
  display: flex;
  flex-direction: column;
  margin-left: -0px;
  padding-left: 0px;
  transition: transform 0.5s ease-in-out;
  text-align: center;


}


.navbar .menu-items li {
  margin-bottom: 1.2rem;
  font-size: 1.5rem;
  font-weight: 500;
}

.nav-container input[type="checkbox"]:checked ~ .menu-items {
  transform: translateX(0);
     animation: fadeIn 2s;
  -webkit-animation: fadeIn 2s;
  -moz-animation: fadeIn 2s;
  -o-animation: fadeIn 2s;
  -ms-animation: fadeIn 2s;
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
  transform: rotate(45deg);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
  transform: scaleY(0);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
  transform: rotate(-45deg);
}


@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-moz-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-ms-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}


