* {
	border: 0px;
	outline: none !important;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, ul, li {
	margin: 0px;
	padding: 0px;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	list-style-type: none;
}
body, html {
	overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
a {
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	color: inherit;
}
a:hover, a:focus {
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	text-decoration: none;
	outline: none;
	color: #5c7b9b;
}
a:focus {
	outline: none;
}
textarea {
	resize: none;
}
img {
	max-width: 100%;
}
.logo {
  display: block;
  text-align: left;
}
.banner {
  background-color: #000;
}
.bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
    text-align: center;
}
video {
   width: 100%;
  height: 100vh;
  z-index: 1;
  margin: auto;
}
.overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/cover.png");
  background-size: cover;
  z-index: 2;
  background-position: center center;
  background-repeat: no-repeat;
}

.menuBox {
  width: 280px;
  height: auto;
  position: absolute;
  top: 60px;
  left: 70px;
  background-image: none;
  z-index: 3;
  bottom: 0;
  right: auto;
}
.menuHolder {
  position: relative;
  width: 180px;
  height: auto;
  margin-left: 94.4px;
  text-align: left;
  margin-top: 0px;
}
.menuHolder li {
  position: relative;
  list-style-type: none;
  padding-top: 30px;
}
.menuHolder li::before {
  content: '';
  position: absolute;
  width: 2px;
  background-color: #fcd26b;
  left: 0px;
  top: -3px;
  bottom: 14px;
}
.menuHolder li:first-child{
  padding-top: 60px;
}
.menu {
  position: relative;
  z-index: 4;
  text-align: left;
  color: #fff;
  font-family: 'Outfit-Regular';
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-left: 28px;
  display: inline-block;
  background-image: url(../img/yellow-bullet1.png);
  background-repeat: no-repeat;
  background-position: left center;
  left: -6px;
}
.menuHolder li:last-child{
  margin-bottom: 0px;
}
.menu:hover, .menu:focus{
  color: #fcd26b;
  background-image: url(../img/yellow-bullet2.png);
}
/* .menuHolder li.active .menu{
  color: #fcd26b;
  background-image: url(../img/yellow-bullet2.png);
} */
.heading {
  position: absolute;
  left: 430px;
  bottom: 330px;
  z-index: 9;
}
.copyright{
  font-family: 'Outfit-SemiBold';
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffffd9;
  position: absolute;
  left: 70px;
  bottom: 80px;
  z-index: 9;
}
/* #pointer-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 119px;
  height: 119px;
} */
#pointer {
  /*transform-origin: center 59%;*/
  display: block;
  margin: 0 auto;
  touch-action: none;
}

#v-pills-tab {
  width: 252px;
  background-color: #2070b9;
  height: 100%;
  position: absolute;
  padding-top: 35px;
}
#v-pills-tabContent {
  padding-left: 252px;
}
.deskLogo {
  width: 163px;
  margin: 0 auto;
  padding-top: 55px;
  position: absolute;
  z-index: 9;
  bottom: 40px;
  left: 45px;
}
.nav-link {
  display: block;
  padding: 13px 12px 13px 40px;
  color: #fff;
  text-decoration: none;
  text-align: left;
  margin-left: 12px;
    margin-bottom: 1px;
  border-radius: 20px 0 0 20px !important;
  text-transform: uppercase;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  background-image: url("../img/right1.png") !important;
  background-position: center left !important;
  background-repeat: no-repeat !important;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link, .nav-pills .nav-link:hover {
  color: #2070b9;
  background-color: #fff;
    background-image: url("../img/right.png") !important;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  background-position: 50%;
  background-size: 25px;
  border-radius: 50%;
  font-size: 14px;
  background-color: #5a67fd;
  padding: 10px;
  background-repeat: no-repeat;
}
.carousel-control-prev, .carousel-control-next {
  width: 50px;
  height: 50px;
  margin: auto;
}
.carousel-control-next {
  right: 20px;
}
.carousel-control-prev {
  left: 20px;
}

/* ============Smoke=========== */

.vapour {
  margin: 0px auto;
  position: absolute;
  display: flex;
  z-index: 1;
  padding: 0 20px;
  top: 500px;
  right: 0px;
  width: 260px;
  left: 0px;
  transform: translateX(50px);
}
.vapour span{
  position: relative;
  bottom: 50px;
  display: block;
  margin: 0 2px 50px;
  min-width: 9px;
  height: 120px;
  background-color: #fff;
  border-radius: 50%;
  animation: animate 5s linear infinite;
  opacity: 0;
  filter: blur(8px);
  animation-delay: calc(var(--i) * -0.5s);
}
@keyframes animate {
  0%{
      transform: translateY(0) scaleX(1);
      opacity: 0;
  }
  15%{
      opacity: 0.7;
  }
  50%{
      transform: translateY(-150px) scaleX(5);
  }
  100%{
      transform: translateY(-300px) scaleX(10);
  }
}
.social-post{
  position: relative;
}
.gif-thumb {
  position: absolute;
  top: 1060px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  max-width: 1480px;
}
.gif-thumb ul{
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  margin: 0px !important;
  padding: 0px !important;
}
.gif-thumb ul li {
  list-style-type: none;
  margin: 0px 15px 30px 15px !important;
  padding: 0px !important;
  width: calc(50% - 30px);
}

@media (max-width: 1600px) {
  .menuHolder li {
    padding-top: 25px;
}
.menuHolder li:first-child {
  padding-top: 45px;
}
.heading {
  position: absolute;
  left: 400px;
  bottom: 330px;
  z-index: 9;
}
.heading img{
  width: 280px;
}
.vapour {
  top: 440px;
  right: 0px;
  width: 240px;
  left: 0px;
  transform: translateX(60px);
}
.gif-thumb {
  top: 920px;
  max-width: 1234px;
}

}
@media (max-width: 1440px) {
  .menuBox {
    top: 60px;
    left: 50px;
}
.heading {
  left: 345px;
  bottom: 325px;
}
.heading img {
  width: 260px;
}
.gif-thumb {
  top: 810px;
  max-width: 1111px;
}

}
@media (max-width: 1366px) {
.logo img{
  width: 160px;
}
.menuHolder {
  margin-left: 79.4px;
  margin-top: 0px;
  margin-right: 0px;
}
.menuHolder li {
  padding-top: 20px;
}
.menuHolder li:first-child {
  padding-top: 40px;
}
.heading {
  left: 330px;
  bottom: 270px;
}
.copyright {
  left: 50px;
  bottom: 50px;
}
.vapour {
  top: 360px;
  right: 0px;
  width: 230px;
  left: 0px;
  transform: translateX(50px);
}
.gif-thumb {
  top: 770px;
  max-width: 1053px;
}
.gif-thumb ul li {
  margin: 0px 12px 24px 12px !important;
  width: calc(50% - 24px);
}

}
@media (max-width: 1280px) {
  .menuBox {
    top: 40px;
    left: 40px;
  }
  .heading {
    left: 300px;
    bottom: 150px;
}
.heading img {
  width: 220px;
}
.heading {
  left: 300px;
  bottom: 255px;
}
.gif-thumb {
  top: 720px;
  max-width: 987px;
}
.gif-thumb ul li {
  margin: 0px 10px 20px 10px !important;
  width: calc(50% - 20px);
}
}
@media (max-width: 1200px) {
  .gif-thumb {
    top: 690px;
    max-width: 924px;
}
      
 }
 @media (max-width: 1100px) {
 video {
  height: 770px;
  width: 1024px;
}    
     
       
     
}
@media (max-width: 991px) {
	.p-10 {
		padding: 70px 0 !important;
	}
}
@media screen and (max-width: 800px) {
  .no-js .menu-panel {
    display: none;
  }
  .no-js .container {
    padding: 0;
  }
  }
 @media (max-width: 767px) {
}
 @media (max-width: 575px) {
}
