/*!*********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./public/static/css/web/landingpage.css ***!
  \*********************************************************************************************************************/
*{
  padding: 0;
  margin: 0;
}
body{
  background-color: #151518;
  font-family: "Montserrat", Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
}
a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  outline: 0;
}
:root{
  --max-width: 62.5%;
}
.hg-connect{
  width: 100vw;
  height: auto;
  padding: 2.813vw 0;
  box-sizing: border-box;
  min-height: 100vh;
  background-color: #151518;
}
.hg-banner{
  width: var(--max-width);
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 4.167vw;
}

.hg-banner-left{
  width: 56%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.hg-banner-left .product-img{
  display: block;
}
.hg-banner-left .product-img img{
  width: auto;
  height: 36.77vw;
  margin-left: -18.5vw;
  display: block;
}

.hg-banner-left .icon{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  margin-left: 4.375vw;
}
.hg-banner-left .icon .icon-img{
  width: 8.542vw;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-top: 2.5vw;
  margin-bottom: 1.094vw;
}

.hg-banner-left .icon span{
  width: 100%;
  height: auto;
  font-size: 1.667vw;
  font-weight: 700;
  text-align: center;
  color: #Fff;
  display: block;
  margin-bottom: 3.49vw;
}
.hg-banner-left .btn-img{
  width: 11.458vw;
  height: auto;
  display: block;
}
.app-btn{
   margin: 0 auto;
   width: 11.458vw;
}
.hg-banner-left a{
  display: block;
  height: auto;
  margin: 0 auto;
  font-size: 0;
}
.hg-banner-left .app-store{
  margin-bottom: 1.25vw;
}
.hg-banner-right{
  margin-top: 2.1vw;
  width: 44%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column; 
}
.hg-banner-right .title{
  color: #FFF;
  width: 100%;
  font-size: 2.396vw;
  font-weight: 700;
  letter-spacing: 0.052vw;
  margin-bottom: 2.344vw;
}
.hg-banner-right .desc{
  width: 100%;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 3.646vw;
  font-size: 1.146vw;
  font-weight: 500;
  line-height: 1.9;
}

.hg-content{
  width: var(--max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.354vw;
}
.hg-content-item{
  width: 100%;
  min-height: 11.14583vw;
  box-sizing: border-box;
  position: relative;
  background-image: url('https://elfbar-test.s3.us-west-2.amazonaws.com/elfbar/test/rays_bg_2x.jpg');
  background-size: cover;
  background-position: center; 
  background-repeat: no-repeat;
  padding: 1.25vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hg-content-item  .left{
  width: 10.375vw;
  height: auto;
}
.hg-content-item  .left .title{
   font-size: 24px;
   font-weight: 700;
   line-height: 1.2;
   color: #fff;
   margin-bottom: 8px;
}
.hg-content-item  .left .desc{
   font-size: 12px;
   font-weight: 500;
   line-height: 1.7;
   color: rgba(255, 255, 255, 0.5);
}
.hg-content-item .img-icon{
  width: 6.042vw;
  height: auto;
}
.button-box {
  display: flex;
  width: 100%;
  gap: 18px;
}
.button-box .btn {
  flex: 1;
  max-width: 50%;
  text-transform: uppercase;
  font-size: 1.09375vw;
  font-weight: 500;
  height: 3.229vw;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 1.563vw;
  -webkit-border-radius: 1.563vw;
  -moz-border-radius: 1.563vw;
  -ms-border-radius: 1.563vw;
  -o-border-radius: 1.563vw;
}
.button-box .download {
  background: linear-gradient(180deg, #42D357 33.62%, #008748 100%);
  color: #FFF;
}
@media (max-width: 1200px),
(orientation: portrait){
  :root{
    --max-width: 80%;
  }
}
@media (max-width: 858px),
(orientation: portrait) {
  :root{
    --max-width: 100%;
    --page-padding: 6.1vw;
  }
  .hg-connect{
    padding: 0;
    background-color: #000;
  }
  .hg-banner{
    padding:10.94vw 0;
    flex-direction: column;
    overflow: hidden;
    margin-bottom: 0;
  }
  .hg-banner-left{
    width: 100%;
    box-sizing: border-box;
    padding-right: var(--page-padding);
    overflow: hidden;
    justify-content: space-between;
  }
  .hg-banner-left .product-img{
    height: 85.641vw;
  }
  .hg-banner-left .product-img img{
    width: auto;
    height: 100%;
    margin-left: -30vw;
  }
  .hg-banner-right{
    width: 100%;
    box-sizing: border-box;
  }
  .hg-banner-left .icon .icon-img{
    width: 23vw;
    margin-bottom: 2.79vw;
    margin-top: 4.32vw;
  }
  .hg-banner-left .icon span{
    font-size: 4.58vw;
    margin-bottom: 11.5vw;
  }
  .hg-banner-left .app-btn{
    width: 34.35vw;
  }
  .hg-banner-left .app-store{
    margin-bottom: 4.05vw;
  }
  .hg-banner-right{
     padding: 0 var(--page-padding);
  }
  .hg-banner-right .title{
     font-size: 8.14vw;
     line-height: 1.2;
  }
  .hg-banner-right .desc{
    font-size: 4.07vw;
    line-height: 1.87;
  }
  .hg-banner-right .button-box {
    position: fixed;
    z-index: 99;
    bottom: 10.43vw;
    left: 0;
    right: 0;
    width: 88%;
    margin: auto;
    border-radius: 7.633vw;
    -webkit-border-radius: 7.633vw;
    -moz-border-radius: 7.633vw;
    -ms-border-radius: 7.633vw;
    -o-border-radius: 7.633vw;
    font-size: 4.58vw;
    flex-direction: column;
  }
  .hg-banner-right .btn {
    flex: initial;
    height: 14.87vw;
    margin: auto;
    border-radius: 7.633vw;
    -webkit-border-radius: 7.633vw;
    -moz-border-radius: 7.633vw;
    -ms-border-radius: 7.633vw;
    -o-border-radius: 7.633vw;
    font-size: 4.58vw;
    max-width: initial;
    width: 100%;
  }
  .hg-content{
     grid-template-columns: 1fr;
     grid-template-rows: repeat(3, 1fr);
     gap: 5.089vw;
     padding-bottom: 48vw;
  }
  .hg-content-item{
    padding: var(--page-padding);
    box-sizing: border-box;
    background-image: url('https://elfbar-test.s3.us-west-2.amazonaws.com/elfbar/test/rays_bg.jpg');
  }
  .hg-content-item .left{
    width: 45.8vw;
  }
  .hg-content-item .img-icon{
    width: 30.53vw;
  }
  .hg-content-item .left .title{
     font-size: 6.361vw;
     line-height: 1.12;
     margin-bottom: 2vw;
  }
  .hg-content-item .left .desc{
     font-size: 3.052vw;
     line-height: 1.7;
  }
}

