* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

html, body {
  height: 100%;
  width: 100%;
}

.main {
  width: 100%;
  overflow: hidden;
}
.main video {
  position: top;
  height: 30%;
  width: 100%;
  background-size: cover;
  z-index: -1;
}
.main .nav {
  width: 100%;
  background-color: #fff;
  padding: 3vh 5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main .nav .neft h1 {
  font-size: 2.5vw;
  font-weight: 500;
}
.main .nav .night a {
  font-size: 1.2vw;
  font-weight: 600;
  margin-left: 1.5vw;
  text-decoration: none;
  text-transform: uppercase;
  color: black;
}
.main .nav .night a:hover {
  background-color: #553A30;
  color: #fff;
  padding: 1.5vh 2vw;
}
.main .hero {
  width: 100%;
  height: 88%;
  position: absolute;
  top: 10%;
  left: 0%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3vw 6vw;
}
.main .hero .nlefthero {
  width: 50%;
  background-color: #fff;
  padding: 1.5vh 1vw;
  border-radius: 1.5vw;
}
.main .hero .nlefthero h1 {
  font-size: 5vw;
  text-transform: uppercase;
}
.main .hero .nlefthero h1 span {
  color: #553A30;
}
.main .hero .nlefthero h2 {
  line-height: 5vw;
  font-size: 2.5vw;
  text-transform: uppercase;
  opacity: 0.8;
}
.main .hero .nlefthero button {
  margin-top: 1.5vw;
  align-items: center;
  font-size: 1.2vw;
  padding: 1.2vw 2.4vw;
  border: none;
  border-radius: 1.2vw;
}
.main .hero .nlefthero button:hover {
  background-color: #553A30;
  color: #fff;
}
.main .hero .nlefthero .n1hero #k1 {
  position: absolute;
  left: 5%;
  background-color: #fff;
  margin-top: 2.5vw;
  font-size: 2vw;
  border: 1.5px solid #000;
  padding: 1vw;
  border-radius: 50%;
  margin-left: 1vw;
}
.main .hero .nlefthero .n1hero #k2 {
  position: absolute;
  left: 10%;
  background-color: #fff;
  margin-top: 2.5vw;
  font-size: 2vw;
  border: 1.5px solid #000;
  padding: 1vw;
  border-radius: 50%;
  margin-left: 1vw;
}
.main .hero .nlefthero .n1hero #k3 {
  position: absolute;
  left: 15%;
  background-color: #fff;
  margin-top: 2.5vw;
  font-size: 2vw;
  border: 1.5px solid #000;
  padding: 1vw;
  border-radius: 50%;
  margin-left: 1vw;
}
.main .hero .nrighthero {
  width: 50%;
}
.main .hero .nrighthero video {
  padding-top: 10vw;
  height: 700px;
  width: 550px;
  margin-left: 10vw;
  font-size: 1.2vw;
  font-weight: 800;
  border-radius: 5vw;
  border: none;
}
.main .hero1 h1 {
  font-size: 5.5vw;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2vw;
}
.main .hero1 .product1 {
  width: 100%;
  padding: 3vw 5vw;
  display: flex;
}
.main .hero1 .product1 .npleft {
  width: 50%;
  background-image: url(bgc\ short.jpg);
  position: top;
  background-size: cover;
  padding: 2vw;
}
.main .hero1 .product1 .npleft h1 {
  font-size: 3vw;
  text-transform: uppercase;
}
.main .hero1 .product1 .npleft p {
  font-size: 1vw;
  text-transform: capitalize;
  padding: 2vw 4vw;
}
.main .hero1 .product1 .npleft .diff {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .hero1 .product1 .npleft .diff a {
  text-decoration: none;
  text-transform: capitalize;
  color: #000;
  border: 1.5px solid #000;
  padding: 1vh 1vw;
}
.main .hero1 .product1 .npleft .diff a:hover {
  color: white;
  background-color: #553A30;
}
.main .hero1 .product1 .npright {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.main .hero1 .product1 .npright .dif1 {
  width: 50%;
}
.main .hero1 .product1 .npright .dif1 video {
  height: 100%;
  width: 100%;
}
.main .hero1 .product1 .npright .dif2 {
  width: 50%;
  display: flex;
  justify-content: space-between;
  padding-top: 2vw;
}
.main .hero1 .product1 .npright .dif2 img {
  height: 60px;
  width: 100px;
}
.main .hero2 {
  width: 100%;
  background-image: url(social.jpg);
  background-size: cover;
  position: top;
  z-index: -1;
}
.main .hero2 .item h1 {
  font-size: 7.5vw;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2vw;
}
.main .hero2 .item1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6vw 5vw;
}
.main .hero2 .item1 .s1 video {
  height: 600px;
  width: 350px;
  border-radius: 2vw;
}
.main .hero2 .cta {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .hero2 .cta button {
  font-size: 1.5vw;
  font-weight: 400;
  color: #000;
  border: none;
  padding: 0.8vw 1vw;
  margin-bottom: 1.2vw;
}
.main .hero2 .cta button:hover {
  color: #fff;
  background-color: #553A30;
  padding: 1vw 2vw;
  font-size: 1.2vw;
}/*# sourceMappingURL=style.css.map */