html {
  scroll-behavior: smooth;
}
body{
  background-color: #202020;
  font-family: 'Montserrat', sans-serif;
}
button:focus {
  outline: 0;
}
.buy-btn:hover{
  opacity: 0.5;
}
.btn:hover {
  color: #fff;
}
a:hover {
  color: #a7bbab;
  text-decoration: none;
}
a{
  color: #878787;
}
.w-100 {
  width: 100% !important;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0rem rgb(0 123 255 / 25%);
}
.top_btn{
  position: fixed;
    width: 60px;
    height: 60px;
    bottom: 15px;
    right: 15px;
    background-color: #2b2b2b;
    border-radius: 8px;
    box-shadow: 0 4px 80px 0 #000000;
    background-image: url(../assets/icons/arrow_icon.svg);
    background-repeat: no-repeat;
    background-position: top 50% left 50%;
    cursor: pointer;
    z-index: 1;
}

/*footer*/
.col-lg-11.col-sm-11.col-12.align-items-center{
  display: flex;
}
.footer{
  background-color: #181818;
}
.footer-menu{
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: #878787;
}
.footer-rights{
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  color: #5F5F5F;
}
.social-icons a{
  margin: 0 15px;
}
.main-section-bg{
  background-image: url('../assets/image/main-bg-1.png'), url('../assets/image/main-bg-2.png');
  background-repeat: no-repeat;
  background-position: left -70px;
  background-size: auto, 36%;
}

/* header */
header nav {
  float: right;
}
.navbar-nav {
  flex-direction: row !important;
  position: relative !important;
  margin-right: 0px;
}
.hb_logo-header {
  position: absolute;
}
nav ul li {
  position: relative;
  margin: 5px 0 0 41px;
  cursor: pointer;
  overflow: hidden;
}
nav ul li:before {
  position: absolute;
  content: '';
  width: 70%;
  height: 4px;
  bottom: -3px;
  left: -100%;
  background-color: #7D7D7D;
  transition: 300ms all;
}
nav ul li a {
  font-size: 14px;
  color: #fff;
  transition: 300ms opacity;
}
.nav-link {
  padding: 0 !important;
}
.nav-item.nav-link:before {
  position: absolute;
  content: '';
  width: 70%;
  height: 4px;
  bottom: -3px;
  left: -100%;
  background-color: #7D7D7D;
  transition: 300ms all;
}
a:hover {
  color: #757575 !important;
}
.nav-item.nav-link:hover:before {
  left: 0%;
}
nav.navbar {
  padding: 28px 0px;
}
.section1-heading-wrap {
  margin-left: 55px;
  margin-top: 70px;
}
.fa-bars{
  color: #fff;
}

/* section 1 */
.section1-heading{
  font-weight: 300;
  font-size: 35px;
  line-height: 37px;
  color: #DCBD91;
}
.section1-heading-wrap p{
  font-weight: 300;
  font-size: 24px;
  line-height: 24px;
  color: #5A5A5A;
}
.section1-heading-wrap span,.slogun span{
  color: #878787;
}
.section-main-content {
  margin-top: 61px;
}
.logo-text {
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.315em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 43px;
  font-style: normal;
}
.slogun{
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #535353;
  margin-top: 20px;
}

/* section 2 */
.section_title h3{
  position: relative;
  font-size: 20px;
  color: #dcbd91;
  margin-bottom: 43px;
}
.section_title h3:before {
  position: absolute;
  content: '';
  width: 16px;
  height: 3px;
  bottom: 0%;
  margin-bottom: -3px;
  background-color: #dcbd91;
}

.about_us_info p {
  color: #878787;
  font-size: 16px;
  font-weight: 300;
}

/* section 3 */
.feature-content h1{
  font-size: 16px;
  color: #DADADA;
  padding-top: 50px;
}
.feature-content p{
  font-size: 13px;
  color: #878787;
  padding: 30px 20px 0px 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px;
}
.counter .one {
  display: block;
  position: absolute;
  width: 4px;
  height: 117px;
  left: 0%;
  top: -40%;
  left: 50px;
  background-color: #202020;
}
.counter .two {
  display: block;
  position: absolute;
  width: 4px;
  height: 180px;
  left: 0%;
  top: -40%;
  left: 50px;
  background-color: #202020;
}
.counter .three {
  display: block;
  position: absolute; 
  width: 4px;
  height: 150px;
  right: 0%;
  top: -40%;
  left: 50px;
  background-color: #202020;
}
.counter{
  background-color: #181818;
  height: 256px;
  
}
.ss:before {
  position: absolute;
  content: '';
  width: 25px;
  height: 25px;
  bottom: 0%;
  left: -11px;
  transform: rotate(50deg);
  border-radius: 4px;
  background-color: #202020;
}
.ss:after {
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  bottom: -15px;
  left: -10px;
  transform: rotate(50deg);
  border-radius: 4px;
  border: 3px solid #202020;
}
.counter-content{
  color: #fff;
}
.counter-content h3{
  font-size: 81px;
}
.counter-content p{
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
}
.product-section{
  margin: 121px 0 0 0;
}
/* section 4 */
.brand{
  margin-bottom: 60px;
}
.brand-img{
  border-radius: 8px;
  box-shadow: 0 4px 80px 0 rgb(0 0 0);
  transition: 300ms all;
}
.brand-img:hover{
  transform: scale(1.1);
}
.brand .link {
  min-width: 180px;
  width: auto;
  height: auto;
  text-align: left;
  /* margin: 105px 0 0 35px; */
  /* display: inline-grid; */
}

.brand-sub-link {
  display: block;
  color: #767676;
  padding-top: 18px;
}

/* section 5 */
.product-content h3,.product-content h4{
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  color: #DADADA;
}
.product-content h5{
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: #878787;
}
.product-content p{
  font-weight: 300;
  font-size: 13px;
  line-height: 16px;
  color: #878787;
  padding-top: 40px;
}
.buy-btn{
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #171516;
  width: 138px;
  height: 42px;
  border-radius: 8px;
  background-color: #dcbd91;
  box-shadow: 0 4px 10px 0 rgb(0 0 0 / 25%);
  cursor: pointer;
  z-index: 0;
  transition: 300ms opacity;
  border: none;
  margin-top: 50px;
}
/*partners*/
.partners{
  padding: 50px 0;
  background: #181818;
}
/*wait-list*/
.join-waitlist {
  padding: 15px;
  width: 869px;
  height: 320px;
  margin: -82px 22%;
  background: #2B2B2B;
  box-shadow: 0px 4px 80px #000000;
  border-radius: 8px;
}
.waitlist-content{
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #878787;
}
/*contact-us*/
.contact-bg{
  background-image: url('../assets/image/contact-bg1.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #202020;
  background-blend-mode: color-burn;
}
.contact-que{
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  color: #DADADA;
}
.contact-ans{
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: #878787;
}
/*privacy-policy*/
.privacy-section-bg{
  background-image: url('../assets/image/main-bg-1.png');
  background-repeat: no-repeat;
  background-position: top;
}
/*brands*/
.brand-section-bg{
  background-image: url('../assets/image/main-bg-2.png');
  background-repeat: no-repeat;
  background-position: top left;
}
.hero-brand-section{
  background-image: url('../assets/image/bb-bg-img.png');
  background-repeat: no-repeat;
  background-position: center -70px;
}
.hero-brand-section1{
  background-image: url('../assets/image/backbange-bg-img.png');
  background-repeat: no-repeat;
  background-position: center -70px;
  background-size: cover;
  
}
.brand-hero-section {
  padding: 0 0 586px 0px;
}
.brand-section-main-content{
  margin: 61px 70px;
}
.brand-main-logo{
  margin: 1px 50px;
}

.brand-section1-img{
  position: absolute;
  left: 40%;
}
.hero-brand-section2{
  background-image: url('../assets/image/bange-bg-img.png');
  background-repeat: no-repeat;
  background-position: center -70px;
  background-size: cover;
}
.hero-brand-section3{
  background-image: url('../assets/image/anore-bg-img.png');
  background-repeat: no-repeat;
  background-position: center -70px;
  background-size: cover;
}

/*block-none/ order css*/
.icon-block {
  display: flex;
}
.icon-none {
  display: none;
  visibility: hidden;
}
.close-icon-block{
  display: block;
  visibility: visible;
}
.closeicon-none{
  display: none;
  visibility: hidden;
}
