/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@font-face {
  font-family: "Righteous";
  src: url("../fonts/Righteous-Regular.ttf");
  src: url("../fonts/Lato-Regular.ttf");
}
/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/

/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

@font-face {
  font-family: "blopy";
  src: url(/media/fonts/BlopyFont-4BxL6.ttf);
}

* {
  box-sizing: border-box !important;
  transition: ease all 0.5s;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #00b4ff;
  color: #333;
  font: 100% Arial, Sans Serif;
  height: 100vh;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.btn-icon {
  width: 50px;
  height: auto;
  stroke: #4b3a38;
  fill: #4b3a38;
  margin-right: 16px;
}
/* #4B3A38 */
.floater {
  position: fixed;
  bottom: 40px;
  right: 15px;
  z-index: 100;
  transition: all ease-in-out;
  animation: hover 2s infinite;
}
#covers {
  position: absolute;
  z-index: 110;
  left: 0;
  pointer-events: none;
}
#home-vape,
#cloud-tme,
#cloud-xapp {
  position: absolute;
  width: 18%;
  z-index: 105;
}
#home-vape {
  bottom: 40%;
  left: 15%;
}
#cloud-tme {
  bottom: 45%;
  left: 45%;
}
#cloud-xapp {
  bottom: 48%;
  left: 72%;
}
#home-vape:hover,
#cloud-tme:hover,
#cloud-xapp:hover {
  bottom: 65%;
  transform: rotate(25deg);
  stroke: #e33900;
  fill: #e33900;
}

@keyframes hover {
  0%,
  100% {
    bottom: 20px;
  }
  50% {
    bottom: 25px;
  }
}

#background-wrap {
  bottom: 0;
  left: 0;
  padding-top: 50px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1;
  max-width: 100%;
  overflow-x: hidden;
}

a {
  color: #1f1f1f;
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

nav {
  height: 80px;
  background-color: whitesmoke;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: #e33900 3px solid;
  padding: 16px;
}

#nav-icon {
  transform: rotate(105deg);
  cursor: pointer;
  margin-left: 25px;
}

#nav-icon:hover {
  transform: rotate(85deg);
}

h1 {
  font-family: "blopy", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  font-weight: normal;
  position: relative;
  padding: 0 0 10px 0;
  font-weight: normal;
  line-height: normal;
  color: #e33900;
  margin: 0;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 13px;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #212121;
  font-weight: 400;
  text-decoration: none !important;
  opacity: 1;
}

button:focus {
  outline: none;
}

ul,
li,
ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

p {
  margin: 20px;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
}

a {
  color: #222222;
  text-decoration: none;
  outline: none !important;
}

a,
.btn {
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

img {
  max-width: 100%;
  height: auto;
}

:focus {
  outline: 0;
}

.paddind_bottom_0 {
  padding-bottom: 0 !important;
}

.btn-custom {
  margin-top: 20px;
  background-color: transparent !important;
  border: 2px solid #ddd;
  padding: 12px 40px;
  font-size: 16px;
}

.lead {
  font-size: 18px;
  line-height: 30px;
  color: #767676;
  margin: 0;
  padding: 0;
}

.form-control:focus {
  border-color: #ffffff !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.navbar-form input {
  border: none !important;
}

.badge {
  font-weight: 500;
}

blockquote {
  margin: 20px 0 20px;
  padding: 30px;
}

button {
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.full {
  float: left;
  width: 100%;
}

.layout_padding {
  padding-top: 90px;
  padding-bottom: 0px;
}

.padding_0 {
  padding: 0px;
}

.logo {
  width: 18%;
  height: 18%;
  float: left;
}
.navbar {
  padding: 20px 30px;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 10px;
  padding-left: 20px;
  font-size: 18px;
}
.bg-light {
  background-color: #fefeff !important;
  box-shadow: 0px 0px 10px 0px;
}
.navbar-light .navbar-nav .nav-link {
  color: #24292f;
  font-weight: 500;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #4f99e5;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #4f99e5;
}

.banner_section {
  width: 100%;
  float: left;
  background-image: url(../images/banner-bg.png);
  height: auto;
  padding-bottom: 200px;
  background-size: cover;
}
.image_1 {
  width: 100%;
  float: left;
  padding-top: 0px;
  padding-bottom: 40px;
}

.video_text {
  width: 100%;
  float: left;
  font-size: 50px;
  color: #fefeff;
  font-weight: 600;
  text-transform: uppercase;
}
.controller_text {
  width: 100%;
  float: left;
  font-size: 70px;
  color: #599ee9;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 50px;
}
.banner_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #000000;

  font-weight: bold;
  margin-left: 0px;
  padding-top: 20px;
}

.shop_bt {
  width: 35%;
  float: left;
  font-size: 18px;
  text-align: center;
  background-color: #fcfcfd;
  color: #191919;
  border-left: 10px solid #599ee9;
  border-radius: 30px;
  border-right: 10px solid #599ee9;
  border-top: 4px solid #599ee9;
  border-bottom: 4px solid #599ee9;
  padding: 5px 0px;
  margin-top: 40px;
}

.shop_bt a {
  color: #191919;
}
.shop_bt a:hover {
  color: #599ee9;
}

#my_slider a.carousel-control-prev {
  position: absolute;
  left: 15px;
  top: 115%;
  background-color: #599ee9;
}
#my_slider .carousel-control-prev,
#my_slider .carousel-control-next {
  width: 65px;
  height: 65px;
  background: #ffffff;
  opacity: 1;
  font-size: 30px;
  color: #000;
  border-radius: 100px;
}

#my_slider .carousel-control-prev:hover,
#my_slider .carousel-control-next:hover,
#my_slider .carousel-control-prev:focus,
#my_slider .carousel-control-next:focus {
  background: #599ee9;
  color: #fff;
}
#my_slider a.carousel-control-next {
  position: absolute;
  left: 100px;
  top: 115%;
}

.about_section {
  width: 100%;
  float: left;
  background-color: #f2f7fd;
  height: auto;
  padding-bottom: 90px;
}

.image_2 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
}

.about_text {
  margin-top: 15px;
  width: 100%;
  float: left;
  font-size: 50px;
  color: #e33900;
  -webkit-text-stroke: #000 1px solid;
  text-align: right;
  font-family: "blopy", sans-serif;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
    1px 1px 0 #000;
}

.lorem_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #2d343e;
  margin-left: 0px;
  text-align: right;
}

.shop_bt_2 {
  width: 35%;
  float: right;
  font-size: 18px;
  text-align: center;
  background-color: #fcfcfd;
  color: #191919;
  border-left: 10px solid #599ee9;
  border-radius: 30px;
  border-right: 10px solid #599ee9;
  border-top: 4px solid #599ee9;
  border-bottom: 4px solid #599ee9;
  padding: 5px 0px;
  margin-top: 40px;
}

.shop_bt_2 a {
  color: #191919;
}
.shop_bt_2 a:hover {
  color: #599ee9;
}

.product_section {
  width: 100%;
  float: left;
}
.product_section_2 {
  width: 100%;
  float: left;
}

.product_text {
  width: 100%;
  float: left;
  font-size: 50px;
  color: #24292f;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  font-family: "blopy";
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
    1px 1px 0 #000;
}

.long_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #363636;
  margin-left: 0px;
  text-align: center;
  font-weight: bold;
}
.price_text {
  font-family: "blopy";
  width: 100%;
  float: left;
  font-size: 50px;
  color: #e33900;
  text-transform: uppercase;
  text-align: center;
  padding-top: 40px;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
    1px 1px 0 #000;
}

.game_text {
  width: 100%;
  float: left;
  font-size: 30px;
  color: #2d343e;
  text-align: center;
}

.see_main {
  width: 17%;
  margin: 0 auto;
  text-align: center;
}

.see_bt {
  width: 100%;
  float: right;
  font-size: 18px;
  text-align: center;
  background-color: #fcfcfd;
  color: #191919;
  border-left: 10px solid #599ee9;
  border-radius: 30px;
  border-right: 10px solid #599ee9;
  border-top: 4px solid #599ee9;
  border-bottom: 4px solid #599ee9;
  padding: 5px 0px;
  margin-top: 40px;
}

.see_bt a {
  color: #191919;
}
.see_bt a:hover {
  color: #599ee9;
}

.video_section {
  width: 100%;
  float: left;
  background-image: url(../images/video-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: auto;
  margin-top: 90px;
}

.video_text_2 {
  width: 100%;
  float: left;
  font-size: 50px;
  color: #000000;
  font-weight: 400;
  text-transform: uppercase;
}
.controller_text_2 {
  width: 100%;
  float: left;
  font-size: 58px;
  color: #fefeff;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 50px;
}
.banner_text_2 {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  margin-left: 0px;
  padding-top: 50px;
}

.testimonial_section {
  width: 100%;
  float: left;
}
.testimonial_text {
  width: 100%;
  float: left;
  font-size: 46px;
  text-align: center;
  color: #191919;
  text-transform: uppercase;
}

.ipsum_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #191919;
  text-align: center;
  margin-left: 0px;
}

.testimonial_section_2 {
  width: 100%;
  float: left;
  margin-top: 24px;
}
.box_main {
  width: 75%;
  margin: 0 auto;
  text-align: center;
  border: 2px solid #424242;
  padding: 40px;
  border-radius: 20px;
  display: flex;
}

.quote_icon {
  height: 100px;
  float: left;
  text-align: left;
}

.dolor_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #191919;
  text-align: left;
  margin-left: 0;
}

.client_main {
  width: 45%;
  float: left;
  background-color: #616169;
  height: auto;
  padding-bottom: 20px;
}

.client_left {
  width: 35%;
  float: left;
  text-align: left;
}

.client_right {
  width: 50%;
  float: right;
  text-align: right;
  padding-top: 25px;

  left: -60px;
}

.images_5 {
  width: 100%;
  float: left;
  padding-left: 15px;
}

.sandy_text {
  width: 100%;
  float: right;
  font-size: 20px;
  color: #fefeff;
  text-align: left;
  position: relative;
}

.sandy_text_1 {
  width: 100%;
  float: right;
  font-size: 18px;
  color: #191919;

  margin-top: 0px;
}

.contact_section {
  width: 100%;
  float: left;
  background-color: #f2f7fd;
  height: auto;
  padding-bottom: 90px;
  margin-top: 90px;
}

.image_6 {
  width: 100%;
  float: left;
}

.email_box {
  width: 100%;
  float: left;
  /* background-color: #ffffff; */
  /* border-radius: 20px; */
  height: auto;
  /* padding: 50px 20px; */
  /* opacity: 0.80; */
}

.email-bt {
  color: #000000;
  width: 100%;
  height: 55px;
  font-size: 18px;
  padding: 20px 20px 0px 0px;
  background: transparent;
  border: 0px;
  border-bottom: 1px solid #888686;
}

.massage-bt {
  color: #000000;
  width: 100%;
  height: 80px;
  font-size: 18px;
  padding: 36px 20px 10px 0px;
  background: transparent;
  border: 0px;
  border-bottom: 1px solid #888686;
}

.send_btn {
  padding-left: 15px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.main_bt {
  background: #ed1c24;
  border: none;
  color: #faf9f9;
  width: 160px;
  height: 58px;
  font-size: 24px;
  padding-top: 3px;
  border-radius: 30px;
  margin-left: 15px;
  text-align: center;
  padding-top: 8px;
  margin-top: 60px;
}
.main_bt a {
  color: #faf9f9;
}

.main_bt a:hover {
  color: #000;
}

.ipsum_text_2 {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #ffffff;
  margin-left: 0px;
  margin-top: 0px;
}

.section_footer {
  width: 100%;
  float: left;
  background-color: rgb(41, 40, 40);
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.account_text {
  width: 100%;
  float: left;
  font-size: 28px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  padding: 25px 0px;
}

.email_text {
  width: 100%;
  float: left;
  font-size: 12pt;
  color: #eceaea;
  background-color: #ffffff;
  padding: 10px;
  border: 0px;
}

.subscribr_bt {
  width: 60%;
  float: left;
  font-size: 16pt;
  color: #eceaea;
  background-color: #599ee9;
  padding: 5px 0px;
  border: 0px;
  text-align: center;
  margin-top: 20px;
  font-weight: 600;
}

.useful_link {
  width: 100%;
  float: left;
}
.useful_link ul {
  margin: 0px;
  padding: 0px;
}

.useful_link li {
  color: #ffffff;
  font-size: 16px;
}

.useful_link li a {
  color: #ffffff;
}

.useful_link li a:hover {
  color: #599ee9;
}

.footer_section_2 {
  width: 100%;
  float: left;
  border-bottom: 1px solid #898989;
  padding-bottom: 40px;
}

.social_icon {
  width: 19%;
  margin: 0 auto;
  text-align: center;
}

.social_icon ul {
  margin: 0px;
  padding: 0px;
}

.social_icon li {
  float: left;
  padding-right: 20px;
  padding-top: 40px;
}

.copyright_section {
  width: 100%;
  float: left;
  background-color: #599ee9;
  height: auto;
}

.copyright_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  margin-left: 0px;
}

.copyright_text a {
  color: #ffffff;
}

.copyright_text a:hover {
  color: #000;
}

.margin_top_0 {
  margin-top: 90px;
}

.padding_top_0 {
  margin-top: 0px;
}

.margin_top_2 {
  margin-top: 90px;
}

.padding_video_0 {
  margin-top: 0px;
}

.glow-btn {
  display: inline-block;
  padding: 20px 35px;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000000;
  background-color: #ffd54d; /* Gold color */
  border: none;
  border-radius: 10px;
  box-shadow: 0 0 20px #d4af37; /* Gold glow */
  transition: box-shadow 0.3s ease;
  margin-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.glow-btn:hover {
  box-shadow: 0 0 80px #ffc70f; /* Increase glow on hover */
  color: #00ff15;
}

/* KEYFRAMES */

@-webkit-keyframes animateCloud {
  0% {
    margin-left: -1000px;
  }
  100% {
    margin-left: 100%;
  }
}

@-moz-keyframes animateCloud {
  0% {
    margin-left: -1000px;
  }
  100% {
    margin-left: 100%;
  }
}

@keyframes animateCloud {
  0% {
    margin-left: -1000px;
  }
  100% {
    margin-left: 100%;
  }
}

/* ANIMATIONS */

.x1 {
  -webkit-animation: animateCloud 35s linear infinite;
  -moz-animation: animateCloud 35s linear infinite;
  animation: animateCloud 35s linear infinite;

  -webkit-transform: scale(0.65);
  -moz-transform: scale(0.65);
  transform: scale(0.65);
}

.x2 {
  -webkit-animation: animateCloud 20s linear infinite;
  -moz-animation: animateCloud 20s linear infinite;
  animation: animateCloud 20s linear infinite;

  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  transform: scale(0.3);
}

.x3 {
  -webkit-animation: animateCloud 30s linear infinite;
  -moz-animation: animateCloud 30s linear infinite;
  animation: animateCloud 30s linear infinite;

  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  transform: scale(0.5);
}

.x4 {
  -webkit-animation: animateCloud 18s linear infinite;
  -moz-animation: animateCloud 18s linear infinite;
  animation: animateCloud 18s linear infinite;

  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
}

.x5 {
  -webkit-animation: animateCloud 25s linear infinite;
  -moz-animation: animateCloud 25s linear infinite;
  animation: animateCloud 25s linear infinite;

  -webkit-transform: scale(0.55);
  -moz-transform: scale(0.55);
  transform: scale(0.55);
}

/* OBJECTS */

.cloud {
  background: #fff;
  background: -moz-linear-gradient(top, #fff 5%, #f1f1f1 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(5%, #fff),
    color-stop(100%, #f1f1f1)
  );
  background: -webkit-linear-gradient(top, #fff 5%, #f1f1f1 100%);
  background: -o-linear-gradient(top, #fff 5%, #f1f1f1 100%);
  background: -ms-linear-gradient(top, #fff 5%, #f1f1f1 100%);
  background: linear-gradient(top, #fff 5%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f1f1f1',GradientType=0 );

  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;

  -webkit-box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);

  height: 120px;
  position: relative;
  width: 350px;
}

.cloud:after,
.cloud:before {
  background: #fff;
  content: "";
  position: absolute;
  z-index: -1;
}

.cloud:after {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;

  height: 100px;
  left: 50px;
  top: -50px;
  width: 100px;
}

.cloud:before {
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;

  width: 180px;
  height: 180px;
  right: 50px;
  top: -90px;
}
