* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Open Sans", sans-serif;
}

/*-------------- global styles ---------------*/
:root {
  --site-color: #2e01db;
  --white: #ffffff;
  --dark: #000000;
}
.text-main {
  color: var(--site-color);
}
a {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.625rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1.2;
}

.sticky-top {
  top: -100px;
  transition: 0.5s;
}
/*-------------- Top Bar ---------------*/
.top-bar {
  /* position: relative; */
  height: 100px;
  background: var(--site-color);
}

.top-bar .logo {
  padding: 15px 0;
}

.top-bar .logo img {
  max-width: 100%;
  max-height: 60px;
}

.top-bar .top-bar-item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.top-bar .top-bar-icon {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-bar .top-bar-text h3 {
  margin: 0 0 5px 0;
  font-size: 16px;
  font-weight: 400;
}

.top-bar .top-bar-text p {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
}

@media (min-width: 992px) {
  .top-bar {
    padding: 0 60px;
  }
}

@media (max-width: 991.98px) {
  .top-bar .logo {
    text-align: center;
  }
}
/*--------------- Hero One -----------*/
.hero-one {
  background: url(/assets/img/hero-bg.jpg) no-repeat center center;
}
.flot {
  float: right;
}

/*--------------- Tabs --------------------*/
section {
  padding: 60px 0;
}

section .section-title {
  text-align: center;
  /* color: #007b5e; */
  margin-bottom: 50px;
  text-transform: uppercase;
}
#tabs {
  background: var(--site-color);
  color: #eee;
}

#tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #f3f3f3;
  background-color: transparent;
  border-color: transparent transparent #f3f3f3;
  border-bottom: 4px solid !important;
  font-size: 20px;
  font-weight: bold;
}
#tabs .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  color: #eee;
  font-size: 20px;
}

/*---------------- Testimonial CSS ----------------*/

.testimonial {
  position: relative;
  margin: 45px 0 0;
  padding: 90px 0;
  text-align: center;
  background: linear-gradient(rgba(3, 15, 39, 0.9), rgba(3, 15, 39, 0.9)),
    url(/assets/img/img2.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.testimonial .container {
  max-width: 760px;
}
.about-page .testimonial {
  padding-bottom: 90px;
}
.testimonial .testimonial-slider-nav {
  position: relative;
  width: 300px;
  margin: 0 auto;
}
.testimonial .testimonial-slider-nav .slick-slide {
  position: relative;
  opacity: 0;
  transition: 0.5s;
}
.testimonial .testimonial-slider-nav .slick-active {
  opacity: 1;
  transform: scale(1.3);
}
.testimonial .testimonial-slider-nav .slick-center {
  transform: scale(1.8);
  z-index: 1;
}
.testimonial .testimonial-slider-nav .slick-slide img {
  position: relative;
  display: block;
  margin-top: 37px;
  width: 100%;
  height: auto;
  border-radius: 100px;
}
.testimonial .testimonial-slider {
  position: relative;
  margin-top: 15px;
  padding-top: 50px;
}
.testimonial .testimonial-slider::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 50px;
  top: 0;
  left: calc(50% - 30px);
  background: url(../img/quote.png) top center no-repeat;
}
.testimonial .testimonial-slider h3 {
  color: var(--white);
  font-size: 22px;
  font-weight: 700;
}
.testimonial .testimonial-slider h4 {
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  font-style: italic;
  margin-bottom: 10px;
}
.testimonial .testimonial-slider p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}

/*------------- Brand Video  ----------*/
.video_product {
  padding: 0 !important;
}
.vid-text {
  color: #fff;
  background: var(--site-color);
  font-weight: 600;
  font-size: 23px;
  padding: 10px;
  margin: 0;
}

/*--------------- Whatsapp ---------------*/

.w-app {
  position: fixed;
  bottom: -5px;
  left: 0;
  transform: translate(-50%, -50%) rotate(0deg);
  width: 100px;
  height: 60px;
  z-index: 9999;
}
.w-app ul {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.w-app ul li {
  position: absolute;
  top: 2px;
  left: 80px;
  list-style: none;
  width: 55px;
  height: 55px;
  border-radius: 100px;
  background: #4dc247;
  transition: 0.5s;
  overflow: hidden;
}
.w-app ul.active li {
  transform: scale(0.95);
}
.w-app ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 18px !important;
  color: #fff;
  transition: 0.5s;
}
.w-app ul li a span {
  transform: rotate(0deg);
  font-size: 40px;
  position: relative;
  top: 8px;
  color: #fff;
}
.w-app ul li a:hover {
  color: #fff;
  background: var(--site-color);
}
.w-app ul.active li:nth-child(1) {
  top: -120%;
  left: 30%;
  transition-delay: 0s;
}
.w-app ul.active li:nth-child(2) {
  top: -225%;
  left: 30%;
  transition-delay: 0.2s;
}
.w-app ul.active li:nth-child(3) {
  top: -100%;
  left: 100%;
  transition-delay: 0.4s;
}
.w-app ul.active li:nth-child(4) {
  top: 0;
  left: 100%;
  transition-delay: 0.6s;
}
.w-app ul.active li:nth-child(5) {
  top: 100%;
  left: 100%;
  transition-delay: 0.8s;
}
.w-app ul.active li:nth-child(6) {
  top: 100%;
  left: 0;
  transition-delay: 1s;
}
.w-app ul.active li:nth-child(7) {
  top: 100%;
  left: -100%;
  transition-delay: 1.2s;
}
.w-app ul.active li:nth-child(8) {
  top: 0;
  left: -100%;
  transition-delay: 1.4s;
}
/*----------- Facts ------------*/
.plus [data-toggle="counter-up"]::after {
  content: "+";
}

/*-------------- Footer ---------*/
.footer {
  background-color: var(--site-color);
}
