@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');

.firstpage-hero {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  background: white;
  display: flex;
  align-items: center;
}
h2.admin-title {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 26px;
}
.admin-panel {
  width: 100%;
  height: auto;
  min-height: 20px;
  overflow: hidden;
  padding: 20px;
  background-color: #f7f7f7;
  border-radius: 12px;
  margin-top: 20px;
}
table * {
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
}
.auth-container {
  width: 100%;
  height: auto;
  min-height: 200px;
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  max-width: 360px;
  margin-top: 40px;
  overflow: hidden;
  padding: 30px;
  padding-top: 15px;
  text-align: center;
  display: block;
}
.auth-container h1 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.4rem;
  color: #46466c;
  margin-top: 20px;
  font-weight: 900;
  margin-bottom: 20px;
}
.auth-container button.confirm {
  background: #ffc002;
  border-radius: 100px;
  font-size: 17px;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  height: 60px;
  display: block;
  letter-spacing: -0.2px;
  float: left;
  text-decoration: none;
  color: #000;
  line-height: 60px;
  display: block;
  width: 100%;
  float: left;
  transition-duration: 0.2s;
  border: none;
}
.auth-container p {
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  margin-bottom: 20px;
}
.auth-section {
  width: 100%;
  height: auto;
  min-height: 300px;
  padding-top: 40px;
}
.admin label {
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.admin-menu {
  width: 100%;
  height: 60px;
  background-color: rgba(0,0,0,0.15);
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 10px;
}
.admin-menu .menu-item {
  font-family: 'Manrope', sans-serif;
  float: left;
  font-weight: 700;
  font-size: 12px;
  width: fit-content;
  padding-left: 10px;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  margin-right: 10px;
  border-radius: 7px;
  background-color: white;
  padding-right: 10px;
}
.auth-container .bankid {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
}
.auth-container .logo {
  width: 200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.custom-navbar {
  width: 100%;
  height: 100px;
  position: fixed;
  z-index: 5;
  padding-left: 30px;
  padding-right: 30px;
}
.custom-navbar .menu-items {
  width: fit-content;
  float: right;
}
.custom-navbar .menu-items .menu-item {
  width: fit-content;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 20px;
  margin-left: 20px;
  font-size: 17px;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  height: 50px;
  display: block;
  letter-spacing: -0.2px;
  float: left;
  text-decoration: none;
  color: #fff;
  line-height: 50px;
  margin-top: 30px;
  transition-duration: 0.2s;
}
.custom-navbar .menu-items .menu-item:hover {
  color: gray;
  transform: translateY(-2px);
  transition-duration: 0.2s;
}
.custom-navbar .menu-items .menu-item.cta {
  background: #ecf9ff;
  margin-left: 35px;
  padding-left: 30px;
  padding-right: 30px;
  color: black;
  border-radius: 100px;
}
.custom-navbar .menu-items .menu-item.cta img {
  float: left;
  height: 50px;
  margin-left: -20px;
}
.letterorder-holder {
  padding-left: 30px;
}
.custom-navbar .logo {
  width: 270px;
  margin-top: 20px;
  float: left;
  margin-right: 30px;
}
.firstpage-hero .video-container {
  position: absolute;
  width: 55vw;
  left: 45%;
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
  overflow: hidden;
  top: 0;
  height: 100vh;
}
.firstpage-hero .container-fluid {
  position: relative;
  z-index: 2;
}
.firstpage-hero .video-container .overlay {
  width: 100%;
  height: 100%;
  background-color: black;
  position: absolute;
  top: 0;
  z-index: 2;
  left: 0;
  opacity: 0.6;
}
.firstpage-hero .video-container video {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  top: 0;
  left: 0;
  width: auto;
  left: -25%;
  max-width: unset;
}
.firstpage-hero h2 {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 0.7rem;
  color: #46466c;
  display: block;
  margin-left: 20px;
  margin-top: 46px;
  float: left;
}
.firstpage-hero h1 {
  font-family: 'Manrope', sans-serif;
  font-weight: 900;
  font-size: 3rem;
  color: #46466c;
  line-height: 50px;
  margin-bottom: 40px;
}
.firstpage-hero h1 small {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 0px;
}
.firstpage-hero .orderButton {
  background: #ffc002;
  border-radius: 100px;
  width: fit-content;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 17px;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  height: 60px;
  display: block;
  letter-spacing: -0.2px;
  float: left;
  text-decoration: none;
  color: #000;
  line-height: 60px;
  margin-top: 30px;
  transition-duration: 0.2s;
  border: none;
}
.firstpage-hero .panel {
  background: rgb(245 245 247);
  border-radius: 10px;
  width: 100%;
  padding: 15px;
  height: auto;
  overflow: hidden;
}
.firstpage-hero .panel h3 {
  font-family: 'Manrope', sans-serif;
  margin: 0px;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  margin-top: 4px;
}
.firstpage-hero .panel img {
  height: 50px;
  float: left;
  margin-right: 15px;
}
.firstpage-hero .orderButton img {
  float: left;
  height: 60px;
  margin-left: -25px;
}
.priceCalculator {
  width: 100%;
  height: auto;
  min-height: 500px;
  background-color: white;
  border-radius: 0px 0px 6px 6px;
  border-top: 3px solid #cbb397;
  box-shadow: 0px 0px 20px 3px rgba(0,0,0,0.1);
  padding: 30px;
  padding-bottom: 0px;
  text-align: center;
}
.thank-you-panel {
  width: 100%;
  height: auto;
  min-height: 50px;
  overflow: hidden;
  border-radius: 18px;
  margin-bottom: 30px;
  background-image: linear-gradient(45deg, #fdc910, #ffe27a54), url(../img/thankyoubg.png);
  padding: 30px;
  background-size: cover;
  background-position: center bottom;
  box-shadow: 0px 5px 25px 0px #d7a800ad;
}
.thank-you-panel h2 {
  font-family: 'Manrope', sans-serif;
  font-size: 2.2rem;
  text-shadow: 0px 2px 18px #00000045;
  color: white;
  font-weight: 900;
  margin-bottom: 20px;
}
.thank-you-panel button {
  width: fit-content;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 100px;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 20px;
  height: 40px;
  line-height: 40px;
  font-weight: 600;
  display: block;
  background-color: white;
  transition-duration: 0.2s;
}
.thank-you-panel a.changeAddress {
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  color: white;
  display: block;
  font-size: 13px;
  float: left;
  text-shadow: 0px 2px 10px #0000005c;
  margin-left: 20px;
  margin-top: 30px;
}
.thank-you-panel button:hover {
  transition-duration: 0.2s;
  transform: translateY(-3px);
  cursor: pointer;
}
.thank-you-panel p {
  font-family: 'Manrope', sans-serif;
  color: #2e2e2e;
  font-weight: 600;
  font-size: 17px;
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 20px;
  line-height: 17px;
  letter-spacing: 0.3px;
}
.subpage-hero {
  width: 100%;
  height: auto;
  min-height: 300px;
  background-color: #f1f1f1;
  padding-top: 180px;
  background-size: cover;
  background-position: center;
}

.subpage-hero h1 {
  font-family: 'Manrope', sans-serif;
  font-size: 2.4rem;
  color: white;
  font-weight: 900;
  margin-bottom: 20px;
}
.subpage-hero h1 small {
  font-weight: 900;
  color: #ffc90d;
  font-size: 25px;
}
.text p, ul, li, address {
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  margin-bottom: 9px;
}
.text h2 {
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  margin-bottom: 12px;
  margin-top: 22px;
  font-weight: 700;
}
.priceCalculator h2 {
  font-family: 'Crete Round', serif;
  font-size: 2.4rem;
  color: black;
  font-weight: 900;
  margin-bottom: 20px;
}
.firstpage-hero h2 #countdown {
  color: #ffc002;
}

.priceCalculator h4.goldPrice {
  font-weight: 900;
  font-size: 5rem;
  width: fit-content;
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: #f1be4b;
  line-height: 30px;
  margin-top: 60px;
  display: none;
  margin-bottom: 30px;
}
.priceCalculator h4.goldPrice.active {
  display: block;
}
.priceCalculator h4.goldPrice span {
  display: block;
  float: right;
  margin-top: -2px;
  margin-left: 5px;
  font-weight: 700;
  font-size: 2.5rem;
}
.priceCalculator h4.goldPrice small {
  font-size: 16px;
  color: gray;
  font-weight: 400;
}

.priceCalculator .information-container {
  width: calc(100% + 60px);
  margin-left: -30px;
  height: auto;
  min-height: 300px;
  background-color: #cbb3972e;
  border-top: 2px solid #cbb39736;
  padding: 30px;
}
.priceCalculator .information-container p.description {
  display: none;
  font-size: 14px;
  font-family: 'Times New Roman', sans-serif;
  color: gray;
  margin-top: 69px;
}
.priceCalculator .information-container p.description.active {
  display: block;
}
.priceCalculator .information-container .priceButton {
  width: 100%;
  height: 60px;
  line-height: 60px;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
  background-color: white;
  border-radius: 6px;
  transition-duration: 0.2s;
}
.priceCalculator .information-container .priceButton:hover {
  cursor: pointer;
  transform: translateY(-2px);
  transition-duration: 0.2s;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
.priceCalculator .information-container .priceButton.active {
  background: #f1be4b;
  color: #fff;
  font-weight: 700;
}

@media screen and (max-width: 992px) {
  .firstpage-hero .video-container .overlay {
    background-color: white;
    opacity: 0.8;
  }
  .firstpage-hero h1 {
    text-align: center;
    font-size: 2.5rem;
    line-height: 40px;
  }
  .firstpage-hero h1 small {
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 0px;
  }
  .custom-navbar .logo {
    width: 210px;
    margin-top: 30px;
  }
  .firstpage-hero .panel h3 {
    font-size: 18px;
    line-height: 21px;
  }
  .firstpage-hero .panel {
    margin-bottom: 20px;
  }
  .firstpage-hero .orderButton {
    width: 100%;
    margin-top: 0px;
    height: 80px;
  }
  .firstpage-hero h2 {
    width: 100%;
    text-align: center;
    margin: 0px;
    margin-top: 20px;
    font-size: 19px;
  }
  .firstpage-hero {
    display: block;
    padding-top: 130px;
  }
  .firstpage-hero .video-container {
    width: 100vw;
    height: 50vh;
    left: 0;
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 63%);
    top: 50%;
  }
  .custom-navbar .menu-items {
    display: none;
  }
  .custom-navbar {
    padding: 0px;
  }
  .letterorder-holder {
    padding: 0px;
  }
  .firstpage-hero .video-container video {
    height: 100%;
  }
}
