@import "_base.css";
@import "_grid.css";
@import "_form.css";
@import "_nav.css";
@import "_card.css";
@import "_tab.css";
@import "_tag.css";
@import "_dropdown.css";
@import "_util.css";
@import "_buttons.css";
@import "_hovers.css";
@import "_animations.css";
@import "_global.css";
@import "_collapse.css";
@import "_popups.css";
@import "_slider.css";
@import "_btn-gradient-hover.css";
@import "_anim-text-shine.css";
@import "_modal-blow.css";

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

[v-cloak] {
  display: none;
}

img {
  display: block;
  max-width: 100%;
}

html {
  padding: 0;
  margin: 0;
  height: 100%;
  scroll-behavior: smooth;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  padding: 0;
  margin: 0;
  height: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background-color: #212121;
}
a {
  color: inherit;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}

a:hover {
  cursor: pointer;
}
.h1-title {
    font-size: calc(85 / 1600 * 100vw);
    line-height: 1.05;
}
.container {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
  display: flex;
	align-items: flex-c;
	flex-direction: column;
	height: 100%;
	margin-top: -60px !important;
  justify-content: center;
}
.section-banner {
  background-image: url(../img/pg-1/bg1-d.jpg);
  background-size: cover;
  background-position: center;
  height: 100dvh;
  width: 100%;
  position: relative;
}
.banner-info{
  position: relative;
  margin-top: 50px;
}
.section-banner .container {
  max-width: 1440px;
  width: 100%;
}
.btn {
  display: flex;
}
.translate-center{
  left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
@media (max-width: 1600px){
  .h1-title {
    font-size: 85px;
  }
}

@media (max-width: 768px) {
  .h1-title {
    font-size: 8vw;
  }


}
@media screen and (max-width: 500px) {
  .section-banner {
    padding: 30px 0px 30px;
    background-image: url(../img/pg-1/bg1-m.jpg);
  }
  .banner-wrapper{
    padding-top: 60px;
     height: 100%;
    justify-content: start;
  }
  .container {
    justify-content: start;
    padding: 0 10px;
  }
  .banner-info{
    width: 100%;
  }
  .h1-title{
    font-size: 9vw;
  }
  .btn-group{
    flex: 1;
  }
  .hover-item-sm {
	  transition: transform 0.3s ease;
	  border-radius: 20px;
  }
}
