﻿html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  font-size: 1em;
  font-weight: normal;
  text-align: left;
  font-family: "Roboto", sans-serif;
  position: relative;
}

.grayscale {
  filter: grayscale(100%);
}

.vmiddle {
  margin: auto;
  width: 100%;
  padding: 10px;
}

.add {
  margin-left: 2px;
  padding: 8px;
}

.input-group-append .btn,
.input-group-prepend .btn {
  z-index: 1 !important;
}

.quantity {
  width: 30px;
  text-align: center;
}

.minus {
  margin-right: 2px;
  padding: 8px;
}

.layer {
  position: relative !important;
}

#parallax-2 .layer {
  position: absolute !important;
}

ul li {
  list-style: none !important;
}

.bg-black {
  background: #1a1919;
}

.btn.primary-blue {
  background-color: #4785fc;
  color: #fff;
}

.product-lists .btn.primary-blue {
  background-color: transparent;
  color: #333333;
  border: 2px solid #ddd;
  margin: 15px;
}

.desc {
  background: #0065ad;
  width: 100%;
  bottom: 0;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.added {
  background: #dc3545 !important;
  color: #fff !important;
}

.btn-minus,
.btn-add {
  padding: 1px 6px !important;
}

.btn.primary-blue:hover {
  color: #333 !important;
  background: #00a2b7;
  border: 1px solid #4785fc;
}

.vbottom {
  position: absolute;
  bottom: 0%;
  width: 100%;
}

.primary-color {
  background-color: #2e2e8c;
}

.navbar {
  z-index: 2 !important;
}
.navbar-light .navbar-nav .nav-link {
  color: #fff;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
}
.bg-success-1 {
  background-color: #be0000 !important;
  border-radius: 5px !important;
  padding: 15px 40px;
  font-family: "Rubik", sans-serif;
}
.btn-subs {
  background-color: #be0000;
  padding: 10px;
  font-family: "Rubik", sans-serif;
  font-size: 20px;
  border-radius: 5px !important;
}
.bg-success-1:hover {
  background-color: #be0000 !important;
}
@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
}

.cart-img {
  top: 0;
  right: -20px;
}

.bounce {
  -moz-animation: bounce 3s infinite;
  -webkit-animation: bounce 3s infinite;
  animation: bounce 3s infinite;
}
/* * * ========================================== * Top fold section * ========================================== * */
#Parallax {
  position: absolute;
  z-index: 0;
  overflow: hidden;
}

.top-fold {
  height: 650px;
  background: url("../img/top-bg.jpg") no-repeat top center / cover;
}
.top-fold h1 {
  font-size: 25px;
  font-weight: 500;
  color: #fff;
}
.top-fold h1 span {
  font-size: 48px;
}

.top-fold p {
  color: #383c3e;
  font-size: 16px;
  font-weight: normal;
}

.top-fold .wrapper-inner {
  background: rgb(255 255 255 / 63%);
}

.text-accent {
  color: #0098ae !important;
  font-family: Roboto;
}

.chat-link {
  cursor: pointer;
}

.loader {
  color: #ffffff;
  font-size: 9px;
  margin: 0 auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  top: 35%;
}

@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }

  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }

  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0,
      0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }

  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em,
      0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }

  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em,
      0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }

  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em,
      0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }

  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }

  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }

  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }

  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0,
      0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }

  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em,
      0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }

  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em,
      0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }

  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em,
      0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }

  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }

  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

.loader-wrapper {
  background: rgba(0, 0, 0, 0.87);
  position: fixed;
  z-index: 3;
  width: 100%;
  height: 150%;
}

.cartItem {
  background: rgba(255, 255, 255, 0.9);
  padding: 17px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  right: 10px;
  top: 47px;
  z-index: 100;
}

.removeItem {
  color: #fff !important;
  background-color: #dc3545 !important;
  padding: 0em 0.4em;
  border-radius: 50%;
  font-size: 0.7em;
  text-indent: 28px;
}

.product-lists .badge {
  font-size: 1rem;
  font-weight: normal;
  background-color: #fcd105;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  color: #1e1c1c;
}

.bg-light {
  background: #fff !important;
}

.navbar-collapse {
  flex-grow: 0 !important;
  width: auto !important;
}

.cart svg {
  width: 24px;
  height: 19px;
  stroke: black;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  position: relative;
  z-index: 1;
  transform: translateZ(0);
  cursor: pointer;
}

.cart div {
  position: relative;
  display: inline;
}

.cart svg {
  margin: auto 0;
}

.text-bold {
  font-weight: bold;
}

.btn-add,
.btn-minus {
  padding: 1px 6px !important;
}

.cartCount {
  position: absolute;
  right: -8px;
  top: 2px;
  display: block;
  background-color: #ff0066;
  padding: 0px;
  width: 21px;
  height: 21px;
  border-radius: 23px;
  text-align: center;
  color: white;
  line-height: 22px;
  font-weight: 400;
  display: none;
  cursor: pointer;
}

.product-lists .badge {
  opacity: 0;
}

.product-lists .badge.Coming {
  opacity: 1;
  font-size: 1.2rem;
  padding: 5px 15px;
}

.cart_item {
  display: block !important;
  margin-bottom: 0.9rem;
  border-bottom: 1px solid #dfdede;
  padding-bottom: 14px;
  font-size: 14px;
}

.sec1 {
  background: url("../img/1.jpg");
  background-size: cover;
}

.sec2 {
  background: url("../img/2.jpg");
  background-size: cover;
}

.sec3 {
  background: url("../img/3.jpg");
  background-size: cover;
}
/* * logos section */
.logos img {
  filter: grayscale(100%);
  opacity: 0.5;
  transition: all 0.3s ease;
}

.logos img:hover {
  filter: grayscale(0%);
  opacity: 1;
}
/* * product list section */
.divider h2 {
  font-weight: bold;
}

.divider {
  background: url("../img/join-now-bg.jpg") #2a2a2a no-repeat top center;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 14px;
}
::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 14px;
}
:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 14px;
}
:-moz-placeholder {
  /* Firefox 18- */
  font-size: 14px;
}

.btn-group-lg > .btn,
.btn-lg,
.form-control-lg {
  border-radius: 0 !important;
}
/* * product list section */
.product-lists {
  background: #ffffff;
}

.product-lists .prod div.content {
  background: white;

  border-radius: 0.9px;
  position: relative;
  border: 1px solid #dddddd;
}

.product-lists .prod div.content:hover {
  box-shadow: 1px 0px 15px 0px rgba(0, 0, 0, 0.29);
  -webkit-box-shadow: 1px 0px 15px 0px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 1px 0px 15px 0px rgba(0, 0, 0, 0.29);
}

.product-lists .prod figure {
  box-sizing: border-box;
  min-height: 250px;
  height: 250px;
  width: 100%;
  position: relative;
  transition: all 0.5s ease;
}

.product-lists .prod div figure.preview {
  position: absolute;
  background: black;

  opacity: 0;
}

.product-lists .preview p {
  padding: 0.6em 0.4em;
  text-align: left;
  background: rgba(0, 0, 0, 0.5);
  margin: 0px;
  text-align: center;
  line-height: 20px;
  /* font-size: 1em;
     */
  font-weight: 300;
}

.product-lists .prod div:hover figure.preview {
  opacity: 1;
}

/*.product-lists .prod div:hover figure.item {
        opacity: 0;
    }*/

.product-lists h3 {
  color: #000;
  font-weight: bold;
  font-size: 1.3em;
  margin-top: 5px;
}

.product-lists h4 {
  font-size: 1.1em;
}

.product-lists h5 {
  font-size: 25px;
  font-weight: 600;
}
/* * testimonials section */
.testimonials p {
  padding: 1em 6em;
}
/* carousel */
.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

.owl-nav button.owl-prev {
  left: 0;
}

.owl-nav button.owl-next {
  right: 0;
}
#height {
  height: 90vh;
  overflow: hidden;
}
.owl-dots {
  text-align: center;
  padding-top: 15px;
}

.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}

.owl-dots button.owl-dot.active {
  background-color: #000;
}

.owl-dots button.owl-dot:focus {
  outline: none;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.38) !important;
}

.owl-slider span {
  font-size: 70px;
  position: relative;
  top: -5px;
}

.owl-nav button:focus {
  outline: none;
}

.prod:hover {
  cursor: pointer;
}

.prod a:hover {
  text-decoration: none;
}
/* end carousel */
/* * nearfooter section */
.nearfooter {
  background-color: #2a2a2a;
  background: url("../img/background2.jpg") #2a2a2a no-repeat left top;
}

.nearfooter .col-md-6.vmiddle {
  background: #2a2a2a;
  position: relative;
  padding: 3em 2em;
}
/*misc*/
.font-hammersmith {
  font-family: "Hammersmith One", sans-serif;
}
/* * footer section */
footer.bg-white {
  background-color: #0d0d0d !important;
}

footer p {
  font-weight: 300;
  padding: 5px 20px 5px 0px;
  color: #fff;
}

footer h3 {
  font-size: 1.1em;
  color: #fff;
}

footer a {
  color: #e1e1e1;
  font-weight: 300;
}

.copy p {
  color: #fff;
}

footer a:hover {
  text-decoration: none;
  color: #ebc403;
}

footer li {
  display: block;
}

footer .social i {
  color: white;
  font-size: 1em;
  padding: 5px;
}

footer i::before {
  font-size: 1.6em;
}

footer .social li {
  display: inline-block;
}
/*copy */
.copy {
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: rgba(255, 255, 255, 0.19);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  background-color: #ffb800 !important;
}

.copy p {
  font-size: 0.9em;

  color: #000000;
  font-weight: bold;
}

.view_plans {
  background: #01afe4;
  padding: 10px;
  color: #fff;
  border-radius: 4px;
}

.view_plans:hover {
  color: #fff;
  text-decoration: unset;
}

/*media query */
@media screen and (max-width: 1200px) {
  .cartItem {
    right: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .nearfooter .row {
    flex-direction: column-reverse;
  }

  .top-fold {
    height: 100% !important;
    background-position: -60px 30px;
  }
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 367px) {
  #parallax-1 img {
    width: 18em;
  }

  body {
    font-size: 0.8em;
  }
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .navbar-brand img {
    width: 7em;
  }

  #parallax-2 img {
    width: 102% !important;
  }

  .divider img.d-inline-block {
    width: 6em;
    display: block !important;
    margin: 0 auto;
  }

  .divider h2,
  .divider p {
    text-align: center;
  }

  .testimonials p {
    padding: 0px;
  }

  .testi-box img {
    width: 30% !important;
  }

  .cart-icon {
    position: absolute !important;
    right: 70px !important;
    top: 20px !important;
  }

  .navbar-light .navbar-toggler {
    position: absolute;
    right: 10px;
    top: 20px;
  }

  .top-fold h1 {
    font-size: 30px;
  }

  .top-fold h1 span {
    font-size: 35px;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  body {
    font-size: 0.9em;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  body {
    font-size: 0.9em;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  body {
    font-size: 1em;
  }
}

@media only screen and (min-width: 1200px) {
}

@media (max-width: 767px) {
  .cart .nav-link {
    margin-right: 1rem !important;
  }

  .cartItem {
    width: 100vw !important;
    height: 100vh !important;
    left: 0px;
    z-index: 1;
    margin-top: 30px;
  }
}

@media (max-width: 599px) {
  .navbar.fixed-top {
    padding-top: 1.3rem;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
