/*html {*/
/*  box-sizing: border-box;*/
/*  margin: 0;*/
/*  padding: 0;*/
/*  background: var(--background-bg-black, #19191C);*/
/*}*/

/* Generic styling */
/** {*/
/*  box-sizing: border-box;*/
/*  font-family: 'Montserrat';*/
/*  margin: 0;*/
/*  padding: 0;*/
/*}*/

/*body {*/
/*  display: flex;*/
/*  min-height: 100vh;*/
/*  flex-direction: column;*/
/*  background: var(--background-bg-black, #19191C);*/
/*  margin-top: 60px;*/
/*}*/



.front-page-banner {
    width: 100%;
    max-width: 1366px;
    display: flex;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
  justify-content: space-between;
  border-radius: 15px;
  border: 2px solid #D3A76E;
  background: #050505;
  min-height: 421px;
  flex-shrink: 0;
  gap: 100px;
}

.front-page-banner-text-container {
  display: flex;
  margin-top: 30px;
  flex-direction: column;
  gap: 25px;
}

.front-page-banner-text-logo {
  display: flex;
  margin-left: 70px;
}

.front-page-banner-button {
  /*display: none;*/
  margin: 30px auto 50px 10px;
  width: 180px;
  height: 48px;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  cursor: pointer;
  border: 1px solid var(--core-colors-white, #D3A76E);
  background: var(--background-bg-black, #050505);

  text-align: center;
  font-family: "Montserrat";
  color: #D3A76E;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
    margin-left: 70px;
  }
  @media only screen and (max-width: 1000px) {
    .front-page-banner-button {
        margin-left:10px;
    }
}
  
.front-page-banner-button:hover
{
    right: 0;
    background: var(--background-bg-black, #43434c);
}

@media screen and (max-width: 1000px) {
    .front-page-banner {
    flex-flow: wrap-reverse;
    gap: 10px;
  }

  .front-page-banner-text-logo {
    margin-left: 10px;
  }

  .front-page-banner-img {
    margin-left: auto;
  }

  .front-page-banner-text-linear {
    width: 70%;
    color: #1A1A1A;
    font-family: "bebas-neue-pro", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    padding-left: 10px;
    background: #D3A76E;
  }

  .front-page-banner-text {
    color: #EBEBF4;
    font-family: "Montserrat";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    padding: 10px;
  }
  .front-page-banner-img {
  display: flex;
  border-radius: 0px;
  width:100%;
}
}

@media only screen and (min-width: 1001px) {
  .front-page-banner {
    min-width: 360px;
    gap: 10px;
  }

  .front-page-banner-text-logo {
    margin-left: 10px;
  }

  .front-page-banner-img {
    margin-left: auto;
  }

.front-page-banner-text-linear {
  display: flex;
  background: #D3A76E;
  height: 55px;
  flex-shrink: 0;
  padding-left: 70px;
  flex-shrink: 0;
  align-items: center;
  color: #1A1A1A;
  font-family: 'bebas-neue-pro';
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 64px */
}

.front-page-banner-text {
  display: flex;
  flex-direction: column;
  margin-left: 70px;
  color: #EBEBF4;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
}
.front-page-banner-img {
  display: flex;
  border-radius: 15px;
  width:100%;
}
}

.front-page-top-banner-app{
    width: 100%;
    max-width: 1366px;
    display: flex;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
    margin-top: 0px;
    flex-direction: column;
    background: var(--background-bg-black, #19191C);
}