body {
  background-color: #14181D;
}
.cus-navbar {
  position: fixed;
  width: calc(100% - 40px);
  left: 20px;
  top: 20px;
  height: 60px;
  z-index: 10;
  border-radius: 12px;
  background: linear-gradient(142.59deg, #222836 18.61%, #323B4D 81.54%);
  box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.4);
}
.cus-navbar .menu-items {
  float: right;
}
.cus-navbar .menu-items .menu-item {
  width: fit-content;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  height: 60px;
  font-family: "Montserrat", sans-serif;
  line-height: 60px;
  color: white;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  transition-duration: 0.2s;
}
.dashboard-holder {
  width: 100%;
  min-height: 100vh;
  height: auto;
  overflow: hidden;
  padding: 40px;
  padding-top: 100px;
  display: flex;
  align-items: center;
}
.dashboard-holder .panel {
  max-width: 400px;
  margin-left: auto;
  min-height: 500px;
  margin-right: auto;
}
.dashboard-holder .panel.noOwn {
  text-align: center;
  padding: 30px;
}
.dashboard-holder .panel.noOwn h2 {
  font-family: "Montserrat", sans-serif;
  color: white;
}
.cus-navbar .menu-items .menu-item:hover {
  cursor: pointer;
  color: #a9c4f6;
  transform: translateY(-2px);
  transition-duration: 0.2s;
}
.cus-navbar a {
  text-decoration: none;
}
.cus-navbar a:hover {
  color: white;
}
.cus-navbar .menu-items .cta {
  float: left;
  font-size: 12px;
  height: 40px;
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 15px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 40px;
  text-decoration: nonE;
}
.cus-navbar .logo {
  height: 40px;
  position: absolute;
  left: 14px;
  top: 8px;
}
.firstpage-hero {
  width: 100%;
  height: auto;
  min-height: 600px;
  overflow: hidden;
  background-image: url('../img/hero-bg.png');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  display: flex;
  align-items: center;
}
.custom-button .meta {
  width: 30px;
  margin-right: 5px;
}
.custom-button.cta .meta {
  width: 24px;
  margin-right: 3px;
}
.firstpage-hero p {
  font-family: "Montserrat", sans-serif;
  color: #e2ecff;
  font-size: 17px;
  font-weight: 700;
  max-width: 520px;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}

.custom-button {
  display: block;
  width: fit-content;
  font-family: "Montserrat", sans-serif;
  max-width: 100%;
  box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.4);
  font-weight: 700;
  color: white;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  height: 50px;
  background: linear-gradient(45deg, #ff5047, #ffd808);
  line-height: 50px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 8px;
  transition-duration: 0.2s;
}
.custom-button:hover {
  cursor: pointer;
  transform: scale(1.05);
  transition-duration: 0.2s;
}
.firstpage-hero .custom-button {
  padding-left: 80px;
  padding-right: 80px;
  margin-top: 60px;
}
.firstpage-hero .partner {
  width: 280px;
  margin-top: 30px;
}
.firstpage-hero h1 {
  font-family: "Montserrat", sans-serif;
  color: white;
  font-weight: 700;
  line-height: 70px;
  font-size: 3rem;
  margin-top: 10px;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
}
.firstpage-hero .blur {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  z-index: 2;
  background-color: rgba(41, 191, 255, 0.5);
  backdrop-filter: blur(5px);
}
.firstpage-hero .container {
  position: relative;
  z-index: 4;
  max-width: 900px;
}
.container {
  max-width: 1200px;
}

.firstpage-hero .model {
  position: absolute;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  left: 50%;
  z-index: 3;
  top: 30px;
}
.firstpage-hero .divider {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 5;
}

.redeem-section {
  width: 100%;
  margin-top: 60px;
  transform: scale(0.8);
}
.redeem-section .headphone {
  width: 100%;
}
.redeem-section .col-lg-2 {
  display: flex;
  text-align: center;
  align-items: center;
}
.redeem-section h5 {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  width: 100%;
  text-align: center;
  line-height: 5px;
}
.redeem-section h5 small {
  font-weight: 300;
  font-size: 12px;
  color: gray;
}
.info-section {
  margin-top: 60px;
}
.panel {
  width: 100%;
  background-image: url('../img/panel-bg.svg');
  background-size: cover;
  background-position: center bottom;
  height: auto;
  min-height: 300px;
  margin-bottom: 20px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 20px 30px 3px #0000001f;
}
.panel .hero {
  width: 100%;
  height: 130px;
  position: relative;
  background: linear-gradient(180deg, #00c3ff, #0a61ff);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0px 10px 20px 3px rgba(0,0,0,0.2);
  color: white;
  line-height: 130px;
  text-align: center;
  font-size: 3rem;
}
.panel .content {
  padding: 20px;
}
.panel .content h3 {
  color: #a9c4f6;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  width: 100%;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 22px;
}
.panel .content p {
  color: #536887;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 30px;
  margin: 0px;
  text-align: left;
}
.info2-section h2 {
  font-family: "Montserrat", sans-serif;
  color: white;
  font-weight: 700;
  font-size: 2rem;
  margin-top: 10px;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
}
.partner-section {
  position: relative;
  margin-top: 50px;
  min-height: 100vh;
}
.partner-section .partner {
  margin-top: 28vh;
  width: 220px;
}
.partner-section h2 {
  font-family: "Montserrat", sans-serif;
  color: white;
  font-weight: 700;
  font-size: 2rem;
  margin-top: 10px;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
}
.partner-section p {
  color: #536887;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 30px;
  margin: 0px;
  text-align: left;
  margin-bottom: 50px;
  margin-top: 15px;
}
.partner-section .phones {
  position: absolute;
  top: 0;
  right: 55%;
  height: 100vh;
  opacity: 0.6;
}
footer {
  width: 100%;
  min-height: 140px;
  background-image: url('../img/panel-bg.svg');
  background-size: cover;
  background-position: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
footer .logo {
  float: left;
  width: 70px;
}
footer .footer-link {
  float: right;

  color: #536887;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  margin-left: 20px;
  text-decoration: none;
}
.phones-mob {
  width: 100%;
  margin-bottom:
}
.partner-section .phones-mob {
  display: none;
}
.cus-navbar .menu-trigger {
  display: none;
  position: absolute;
  right: 7.5px;
  border-radius: 10px;
  height: 45px;
  top: 7.5px;
  width: 45px;
  background-color: #56606e;
}
.burger-scaler {
  transform: scale(0.5);
  margin-left: -1.5px;
}
.hamburger .line{
  width: 50px;
  height: 5px;
  background-color: #ecf0f1;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover{
  cursor: pointer;
}

/* ONE */

#hamburger-1.is-active .line:nth-child(2){
  opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1){
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3){
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}

.mobile-menu {
  width: calc(100% - 40px);
  height: calc(100vh - 140px);
  top: 100px;
  left: 20px;
  position: fixed;
  background-color: #3b455a;
  z-index: 10;
  border-radius: 10px;
  box-shadow: 0px 0px 100px 1000px rgba(0, 0, 0, 0.7);
  padding: 20px;

  opacity: 0;
  left: 100vh;
  pointer-events: none;
  transition-duration: 0.2s;
}
.mobile-menu.is-active {
  opacity: 1;
  left: 20px;
  pointer-events: auto;
  transition-duration: 0.2s;
}
.mobile-menu .menu-item {
  display: block;
  width: 100%;
  float: left;
  height: 50px;
  line-height: 50px;
  font-family: "Montserrat", sans-serif;
  color: white;
  text-decoration: none;
  font-weight: 500;
  font-size: 20px;
  transition-duration: 0.2s;

}
.mobile-menu a {
  text-decoration: none;
}
.mobile-menu .custom-button {
  float: left;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 992px) {
  .cus-navbar .menu-items .menu-item {
    display: none;
  }
  .cus-navbar .menu-items .cta {
    display: none;
  }
  .cus-navbar .menu-trigger {
    display: block;
  }
  .partner-section .partner {
    margin-top: 30px;
  }
  footer .logo {
    float: unset;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 20px;
  }
  footer .footer-link {
    float: unset;
    width: 100%;
    display: block;
    text-align: center;
    margin: 0px;
    margin-bottom: 15px;
  }
  footer {
    margin-top: 70px;
  }


  .firstpage-hero p {
    max-width: 70%;
  }

  .partner-section .phones {
    display: none;
  }
  .partner-section .phones-mob {
    display: block;
  }
  .firstpage-hero .model {
    left: 25%;
  }
  .firstpage-hero .container {
    transform: scale(0.87);
  }
}
