/*
Theme Name: BongDa
Theme URI: 
Author: Dev
Author URI: https://wordpress.org
*/

@font-face {
  font-family: "SVN-Gilroy";
  src: url("assets/font/SVN-Gilroy-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
section.hero {
  position: relative;
}
body {
  width: 100%;
  height: 100vh;
  background-position: center;
  margin: 0;
  font-family: "SVN-Gilroy";
      user-select: none;
}
header.hero__head {
  width: 100%;
  background: url(assets/image-header.png);
  background-size: contain;
  background-position: top center;
  height: 140px;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
  font-size: 60px;
  font-weight: bold;
  position: absolute;
  top: 0;
  max-width: 1400px;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  padding-top: 10px;
}
aside.hero__side.hero__side--left img,
aside.hero__side.hero__side--right img {
  width: 100%;
}
aside.hero__side.hero__side--left,
aside.hero__side.hero__side--right {
  width: 400px;
}
.login-grid {
  max-width: 800px;
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 50px;
}
p.cta-banner {
  max-width: 500px;
  margin: auto;
}

p.cta-banner img {
  width: 100%;
}
.login-grid .btn:nth-child(1),
.login-grid .btn:nth-child(3) {
  background: url(assets/cta-left.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.login-grid .btn:nth-child(2),
.login-grid .btn:nth-child(4) {
  background: url(assets/cta-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.login-grid .btn {
  width: calc(100% / 2 - 25px);
  height: 110px;

  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: unset;
}

.hero__grid {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99;
  transform: translate(-50%, -54%);
}

span.btn__label {
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
  background: linear-gradient(180deg, #f9d93e 0%, #feed9e 55%, #eecd43 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;

  text-decoration: unset;
  border-bottom: 0;
  user-select: none;
}
.login-grid .btn:nth-child(1) .btn__label,
.login-grid .btn:nth-child(3) .btn__label {
  padding-left: 40px;
}

.login-grid .btn:nth-child(2) .btn__label,
.login-grid .btn:nth-child(4) .btn__label {
  padding-right: 40px;
}
.image-desktop {
  display: block;
}

.image-mobile {
  display: none;
}
@media (max-width: 800px) {
  .image-desktop {
    display: none;
  }

  .image-mobile {
    display: block;
  }
  header.hero__head {
    width: 100%;
    background-size: 700px;
    background-position: top;
    height: 58px;
    background-repeat: no-repeat;
    font-size: 27px;
    padding-top: 7px;
    background-position: center;
  }
  .hero__grid {
    transform: translate(-50%, calc(-60% - 120px));
  }
  .login-grid .btn:nth-child(1) .btn__label,
  .login-grid .btn:nth-child(3) .btn__label {
    padding-left: 20px;
    font-size: 16px;
  }
  .login-grid .btn:nth-child(2) .btn__label,
  .login-grid .btn:nth-child(4) .btn__label {
    padding-right: 20px;
    font-size: 16px;
  }
  .login-grid .btn {
    width: calc(100% / 2 - 3px);
    height: 52px;
    text-align: center;
  }
  .login-grid {
    column-gap: 6px;
  }
  p.cta-banner {
    display: none;
  }
}
