/*!
Template Name: BlackMart
Template URI: https://www.templatemonster.com/authors/DiscreteDev/
Author: DiscreteDev
Author URI: https://www.templatemonster.com/authors/DiscreteDev/
Description: Description
Version: 1.0.0
Text Domain: BlackMart
Tags:black friday, black fridayoffer, product landing page, product offer, friday landing page, black friday product anding page

*/
/*=====================================================================*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Basic typography style for copy text
 */
.body {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  line-height: 1.4;
  font-family: "Roboto", sans-serif;
  background: url(../images/body.png);
}
.body--home2 {
  color: rgba(255, 255, 255, 0.8);
  background: #160d0d;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rajdhani", sans-serif;
  color: #fff;
  line-height: 1.3;
}

h1 {
  font-size: calc(1.6rem + 4.2vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 4.75rem;
  }
}

h2 {
  font-size: calc(1.5rem + 3vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 3.75rem;
  }
}

h3 {
  font-size: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 2.25rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1.125rem;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

/*===== keyframes for banner img ====*/
@-webkit-keyframes santa-ride {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(15%);
  }
}
@-moz-keyframes santa-ride {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(15%);
  }
}
@-ms-keyframes santa-ride {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(15%);
  }
}
@-o-keyframes santa-ride {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(15%);
  }
}
@keyframes santa-ride {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(15%);
  }
}
@-webkit-keyframes floating {
  0% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-moz-keyframes floating {
  0% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-ms-keyframes floating {
  0% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-o-keyframes floating {
  0% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes floating {
  0% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes rotate {
  0%, 5% {
    transform: rotate(15deg) skew(1deg);
  }
  50% {
    transform: skew(30deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-moz-keyframes rotate {
  0%, 5% {
    transform: rotate(15deg) skew(1deg);
  }
  50% {
    transform: skew(30deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-ms-keyframes rotate {
  0%, 5% {
    transform: rotate(15deg) skew(1deg);
  }
  50% {
    transform: skew(30deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-o-keyframes rotate {
  0%, 5% {
    transform: rotate(15deg) skew(1deg);
  }
  50% {
    transform: skew(30deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes rotate {
  0%, 5% {
    transform: rotate(15deg) skew(1deg);
  }
  50% {
    transform: skew(30deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes zoom {
  0% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(0.2);
  }
}
@-moz-keyframes zoom {
  0% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(0.2);
  }
}
@-ms-keyframes zoom {
  0% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(0.2);
  }
}
@-o-keyframes zoom {
  0% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(0.2);
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(0.2);
  }
}
@-webkit-keyframes left-right {
  0% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0px);
  }
}
@-moz-keyframes left-right {
  0% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0px);
  }
}
@-ms-keyframes left-right {
  0% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0px);
  }
}
@-o-keyframes left-right {
  0% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes left-right {
  0% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0px);
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes light {
  10%, 90% {
    opacity: 0.5;
  }
  20%, 80% {
    opacity: 0.7;
  }
  30%, 50%, 70% {
    opacity: 0.9;
  }
  40%, 60% {
    opacity: 1;
  }
}
@-moz-keyframes light {
  10%, 90% {
    opacity: 0.5;
  }
  20%, 80% {
    opacity: 0.7;
  }
  30%, 50%, 70% {
    opacity: 0.9;
  }
  40%, 60% {
    opacity: 1;
  }
}
@-ms-keyframes light {
  10%, 90% {
    opacity: 0.5;
  }
  20%, 80% {
    opacity: 0.7;
  }
  30%, 50%, 70% {
    opacity: 0.9;
  }
  40%, 60% {
    opacity: 1;
  }
}
@-o-keyframes light {
  10%, 90% {
    opacity: 0.5;
  }
  20%, 80% {
    opacity: 0.7;
  }
  30%, 50%, 70% {
    opacity: 0.9;
  }
  40%, 60% {
    opacity: 1;
  }
}
@keyframes light {
  10%, 90% {
    opacity: 0.5;
  }
  20%, 80% {
    opacity: 0.7;
  }
  30%, 50%, 70% {
    opacity: 0.9;
  }
  40%, 60% {
    opacity: 1;
  }
}
@-webkit-keyframes hearbeat {
  0% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes hearbeat {
  0% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes hearbeat {
  0% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes hearbeat {
  0% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hearbeat {
  0% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

/*=-=-=-=-=-=====> utility classes start here <======= -=-=-=-=-=-=-=*/
.color--theme-color {
    color: #0295F5 !important;
}

.padding--top {
  padding-top: 90px;
}
@media (min-width: 992px) {
  .padding--top {
    padding-top: 100px;
  }
}

.padding--bottom {
  padding-bottom: 90px;
}
@media (min-width: 992px) {
  .padding--bottom {
    padding-bottom: 100px;
  }
}

/*=-=-=-=-=-=====> utility classes end here <======= -=-=-=-=-=-=-=*/
/* @@@@@@@@@@@@@  Extend Property CSS start here  @@@@@@@@@@@@@@ */
.rating, .countdown__item, .countdown__list, .social, .accordion__button {
  display: flex;
  flex-wrap: wrap;
}

.product__inner--style2 .product__thumb, .product__inner .product__thumb, .accordion__button .plus-icon, .contact__form, .contact__wrapper, .banner2__thumb, .banner2__wrapper, .banner2, .banner__thumb, .banner__content, .banner, .section-header .section-header-wrap, .navbar-toggler--icon {
  position: relative;
}

.product__inner--style2 .product__thumb .tag, .product__inner .product__thumb .tag, .accordion__button .plus-icon:before, .accordion__button .plus-icon:after, .contact__wrapper:before, .contact__wrapper:after, .banner2__shapes_item, .navbar-toggler--icon:after, .navbar-toggler--icon:before {
  position: absolute;
  content: "";
}

.accordion__item, .banner2, .banner {
  overflow: hidden;
}

.footer__form input, .accordion__button, .contact__form input,
.contact__form textarea, .navbar-toggler--icon:after, .navbar-toggler--icon:before {
  width: 100%;
}

.countdown__number, .footer__title h6, h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

.rating, .countdown__item {
  justify-content: center;
}

.accordion__button {
  justify-content: space-between;
}

.rating, .countdown__list, .social {
  align-items: center;
}

.countdown__item {
  flex-direction: column;
}

.countdown__text, .countdown__number {
  display: block;
}

.social__link, .footer__about a, .navbar-toggler--icon {
  display: inline-block;
}

/* @@@@@@@@@@@@@  Extend Property CSS Writing Now  @@@@@@@@@@@@@@ */
/* @@@@@@@@@@@@@  Extend Property CSS Writing Now  @@@@@@@@@@@@@@ */
.countdown, .social__link, .section-header, .nav-link {
  text-align: center;
}

.accordion__button, .contact .section-header {
  text-align: left;
}

.rating, .countdown__list, .social, ul,
ol {
  list-style: none;
}

/* @@@@@@@@@@@@@  Extend Property Margin 10 - 30 CSS Writing Now  @@@@@@@@@@@@@@ */
.countdown__text, .social, .footer__contactItem p {
  margin-bottom: 0;
}

.contact .section-header, .navbar-toggler {
  margin-bottom: 10px;
}

.footer__title h6, .contact__form input, .banner__content .section-header .section-header-wrap {
  margin-bottom: 20px;
}

.footer__about a {
  margin-bottom: 25px;
}

.footer__form input {
  margin-bottom: 30px;
}

.contact__form textarea {
  margin-bottom: 40px;
}

.form-massage {
  margin-top: 10px;
}

.navbar-toggler {
  margin-right: 15px;
}

/* @@@@@@@@@@@@@  Extend Property padding 10 - 30 CSS Writing Now  @@@@@@@@@@@@@@ */
.navbar-toggler {
  padding: 0;
}

.rating, .social, ul,
ol {
  padding-left: 0;
}

.header {
  background-color: #20262E;
}
@media (min-width: 992px) {
  .header--fixed {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #000000;
  }
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
}
@media (min-width: 992px) {
  .nav-link {
    text-align: left;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
.nav-link--active, .nav-link:hover, .nav-link:focus {
  color: #0295F5;
}

.navbar-toggler:focus {
  border: none;
  box-shadow: none;
  outline: none;
}
.navbar-toggler--icon {
  background-color: #fff;
  height: 2px;
  width: 27px;
  -webkit-transform: rotate(45deg) translateY(-5px);
  -moz-transform: rotate(45deg) translateY(-5px);
  -ms-transform: rotate(45deg) translateY(-5px);
  -o-transform: rotate(45deg) translateY(-5px);
  transform: rotate(45deg) translateY(-5px);
}
.navbar-toggler--icon:after, .navbar-toggler--icon:before {
  background-color: #fff;
  height: 2px;
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  -ms-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
.navbar-toggler--icon:after {
  bottom: 7px;
  left: 0;
  -webkit-transform: rotate(-90deg) translateX(-6px);
  -moz-transform: rotate(-90deg) translateX(-6px);
  -ms-transform: rotate(-90deg) translateX(-6px);
  -o-transform: rotate(-90deg) translateX(-6px);
  transform: rotate(-90deg) translateX(-6px);
}
.navbar-toggler--icon:before {
  top: 7px;
  left: 0;
  opacity: 0;
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
}
.navbar-toggler.collapsed .navbar-toggler--icon {
  transform: none;
}
.navbar-toggler.collapsed .navbar-toggler--icon:after {
  transform: none;
}
.navbar-toggler.collapsed .navbar-toggler--icon:before {
  opacity: 1;
  transform: none;
}

/*=-=-=-======< Section header start here >==========-=-=-=-*/
.section-header {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .section-header {
    margin-bottom: 60px;
  }
}
.section-header .section-header-wrap {
  display: inline-block;
}
.section-header h3 {
  position: inherit;
  z-index: 1;
  text-transform: uppercase;
}

/*=-=-=-======< Section header end here >==========-=-=-=-*/
.banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-block: 100px 0;
}
@media (min-width: 992px) {
  .banner {
    padding-block: 130px 150px;
  }
}
.banner__content {
  z-index: 1;
}
.banner__content h1 {
  font-size: 48px;
  line-height: 1.15;
}
@media (min-width: 768px) {
  .banner__content h1 {
    font-size: 60px;
  }
}
@media (min-width: 1200px) {
  .banner__content h1 {
    font-size: 72px;
  }
}
.banner__content h1 span {
    color: #0295F5;
}
.banner__content .section-header {
  text-align: left;
}
@media (min-width: 992px) {
  .banner__content .section-header {
    max-width: 80%;
  }
}
.banner__content .section-header .header-title {
  left: 35%;
  top: -45%;
}
.banner__content h1,
.banner__content p {
  color: #fff;
}
.banner__content p {
  line-height: 1.7;
}
.banner__thumb {
  z-index: 1;
}
.banner__thumb img {
  -webkit-animation: floating 2s linear infinite alternate;
  -moz-animation: floating 2s linear infinite alternate;
  -ms-animation: floating 2s linear infinite alternate;
  -o-animation: floating 2s linear infinite alternate;
  animation: floating 2s linear infinite alternate;
}
.banner .stand-shape {
  display: none;
}
@media (min-width: 992px) {
  .banner .stand-shape {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: -20%;
  }
}
@media (min-width: 1200px) {
  .banner .stand-shape {
    right: -7%;
  }
}
@media (min-width: 1440px) {
  .banner .stand-shape {
    right: -3%;
  }
}
@media (min-width: 1600px) {
  .banner .stand-shape {
    right: 11%;
  }
}
@media (min-width: 2500px) {
  .banner .stand-shape {
    right: 25%;
  }
}

@media (min-width: 992px) {
  .bg-attach--fixed {
    background-attachment: fixed;
  }
}

.banner2 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 60px;
  padding-top: 80px;
}
@media (min-width: 992px) {
  .banner2 {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
.banner2__wrapper {
  z-index: 1;
}
.banner2__thumb {
  z-index: 1;
}
.banner2__thumb img {
  -webkit-animation: hearbeat 1s linear infinite alternate;
  -moz-animation: hearbeat 1s linear infinite alternate;
  -ms-animation: hearbeat 1s linear infinite alternate;
  -o-animation: hearbeat 1s linear infinite alternate;
  animation: hearbeat 1s linear infinite alternate;
}
@media (max-width: 991px) {
  .banner2__shapes_item {
    display: none;
  }
}
.banner2__shapes_item:nth-child(1) {
  top: 5%;
  left: 10%;
  -webkit-animation: left-right 3s linear infinite alternate;
  -moz-animation: left-right 3s linear infinite alternate;
  -ms-animation: left-right 3s linear infinite alternate;
  -o-animation: left-right 3s linear infinite alternate;
  animation: left-right 3s linear infinite alternate;
}
.banner2__shapes_item:nth-child(2) {
  top: 15%;
  left: 10%;
  -webkit-animation: left-right 5s linear infinite alternate;
  -moz-animation: left-right 5s linear infinite alternate;
  -ms-animation: left-right 5s linear infinite alternate;
  -o-animation: left-right 5s linear infinite alternate;
  animation: left-right 5s linear infinite alternate;
}
.banner2__shapes_item:nth-child(3) {
  top: 55%;
  left: 3%;
  -webkit-animation: rotate 4s linear infinite alternate;
  -moz-animation: rotate 4s linear infinite alternate;
  -ms-animation: rotate 4s linear infinite alternate;
  -o-animation: rotate 4s linear infinite alternate;
  animation: rotate 4s linear infinite alternate;
}
.banner2__shapes_item:nth-child(4) {
  top: 80%;
  left: 30%;
  -webkit-animation: left-right 4s linear infinite alternate;
  -moz-animation: left-right 4s linear infinite alternate;
  -ms-animation: left-right 4s linear infinite alternate;
  -o-animation: left-right 4s linear infinite alternate;
  animation: left-right 4s linear infinite alternate;
}
.banner2__shapes_item:nth-child(5) {
  top: 15%;
  right: 10%;
  -webkit-animation: light 3s linear infinite alternate;
  -moz-animation: light 3s linear infinite alternate;
  -ms-animation: light 3s linear infinite alternate;
  -o-animation: light 3s linear infinite alternate;
  animation: light 3s linear infinite alternate;
}
.banner2__shapes_item:nth-child(6) {
  top: 15%;
  right: 2%;
  -webkit-animation: zoom 3s linear infinite alternate;
  -moz-animation: zoom 3s linear infinite alternate;
  -ms-animation: zoom 3s linear infinite alternate;
  -o-animation: zoom 3s linear infinite alternate;
  animation: zoom 3s linear infinite alternate;
}
.banner2__shapes_item:nth-child(7) {
  top: 40%;
  right: 2%;
  -webkit-animation: floating 3s linear infinite alternate;
  -moz-animation: floating 3s linear infinite alternate;
  -ms-animation: floating 3s linear infinite alternate;
  -o-animation: floating 3s linear infinite alternate;
  animation: floating 3s linear infinite alternate;
}
.banner2__shapes_item:nth-child(8) {
  top: 80%;
  right: 2%;
  -webkit-animation: floating 3s linear infinite alternate;
  -moz-animation: floating 3s linear infinite alternate;
  -ms-animation: floating 3s linear infinite alternate;
  -o-animation: floating 3s linear infinite alternate;
  animation: floating 3s linear infinite alternate;
}
.banner2 .default-btn {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .banner2 .default-btn {
    margin-top: 20px;
  }
}

@media (min-width: 992px) {
  .bg-attach--fixed {
    background-attachment: fixed;
  }
}

.contact .section-header .header-title {
  top: -45%;
}
.contact__wrapper {
  background-color: #20262E;
  border-radius: 1rem;
  padding: 50px 20px;
}
@media (min-width: 576px) {
  .contact__wrapper {
    padding: 50px 30px;
  }
}
@media (min-width: 992px) {
  .contact__wrapper {
    padding: 60px 40px;
  }
}
@media (min-width: 1200px) {
  .contact__wrapper {
    padding: 65px;
  }
}
.contact__wrapper:before, .contact__wrapper:after {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.contact__wrapper:before {
  top: 5%;
  right: 38%;
  background-image: url(../images/contact/contact-shape1.png);
  width: 100px;
  height: 100px;
  animation-delay: 2s;
  animation: floating 5s linear infinite alternate;
}
.contact__wrapper:after {
  bottom: 0;
  right: 8%;
  background-image: url(../images/contact/contact-shape2.png);
  width: 400px;
  height: 200px;
  animation: fade 5s linear infinite alternate;
}
.contact__wrapper--home2 {
  background-color: #000000;
}
.contact__content {
  max-width: 84%;
}
.contact__content > p {
  color: #fff;
}
.contact__title h5 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 2rem;
}
.contact__form {
  z-index: 1;
}
.contact__form input,
.contact__form textarea {
  -webkit-border: 1px solid transparent;
  -moz-border: 1px solid transparent;
  -ms-border: 1px solid transparent;
  -o-border: 1px solid transparent;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: rgba(79, 84, 79, 0.7);
  color: #fff;
  padding: 20px 30px;
  border-radius: 0.75rem;
}
.contact__form input::placeholder,
.contact__form textarea::placeholder {
  color: #fff;
}
.contact__form input:focus-within,
.contact__form textarea:focus-within {
  outline: none;
  -webkit-border-color: rgba(216, 218, 103, 0.15);
  -moz-border-color: rgba(216, 218, 103, 0.15);
  -ms-border-color: rgba(216, 218, 103, 0.15);
  -o-border-color: rgba(216, 218, 103, 0.15);
  border-color: rgba(216, 218, 103, 0.15);
}
.form-massage {
  color: #fff;
}

.accordion__item {
  border-radius: 0.75rem;
}
.accordion__button {
  font-size: 1.125rem;
  background-color: #4F544F;
  color: #0295F5;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  padding: 1.5rem;
  border: none;
}
.accordion__button .plus-icon {
  width: 14px;
  height: 14px;
  display: none;
}
@media (min-width: 576px) {
  .accordion__button .plus-icon {
    display: initial;
  }
}
.accordion__button .plus-icon:before, .accordion__button .plus-icon:after {
  background-color: currentColor;
}
.accordion__button .plus-icon::before {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14px;
  height: 2px;
  top: 50%;
}
.accordion__button.collapsed {
  color: #ffffff;
}
.accordion__button.collapsed .plus-icon::before {
  background-color: currentColor;
}
.accordion__button.collapsed .plus-icon::after {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 14px;
  width: 2px;
  top: 50%;
  left: 6px;
  background-color: currentColor;
}
.accordion__button--home2 {
  color: #f9ad00;
}
.accordion__body {
  padding: 0.5rem 1.5rem 1.5rem;
  background-color: #20262E;
}

.cta-banner {
  background-image: url(../images/cta/cta-bg.png);
  background-size: cover;
  background-position: center;
  padding-block: 80px;
  border-radius: 30px;
  overflow: hidden;
}
.cta-banner .cta__contents {
  position: relative;
}
@media (max-width: 1399px) {
  .cta-banner .cta__contents {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (max-width: 767px) {
  .cta-banner .cta__contents {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cta-banner .cta__contents h2 {
  margin-top: -14px;
  font-size: 60px;
  line-height: 120%;
}
@media (max-width: 1200px) {
  .cta-banner .cta__contents h2 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .cta-banner .cta__contents h2 {
    font-size: 32px;
  }
}
@media (max-width: 485px) {
  .cta-banner .cta__contents h2 {
    font-size: 28px;
  }
}
.cta-banner .cta__contents p {
  padding-right: 30px;
  margin-bottom: 10px;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .cta-banner .cta__contents p {
    padding-right: 0;
  }
}
.cta-banner .cta__contents a {
  margin-top: 40px;
  display: inline-block;
  margin-right: 25px;
}
@media (max-width: 1400px) {
  .cta-banner .cta__contents a {
    margin-top: 30px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .cta-banner .cta__contents a {
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .cta-banner .cta__contents a {
    display: block;
  }
}
.cta-banner--home2 {
  background-image: url(../images/cta/cta-bg2.png);
}

.footer {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-position: center;
  overflow: hidden;
}
.footer__wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 992px) {
  .footer__about {
    max-width: 90%;
  }
}
.footer__about p {
  color: #fff;
}
.footer__title h6 {
  color: #fff;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .footer__title h6 {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .footer__contact {
    max-width: 90%;
  }
}
.footer__contactItem p {
  color: #fff;
}
.footer__contactItem:not(:last-child) {
  margin-bottom: 1rem;
}
.footer__form input {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-border: 1px solid transparent;
  -moz-border: 1px solid transparent;
  -ms-border: 1px solid transparent;
  -o-border: 1px solid transparent;
  border: 1px solid transparent;
  outline: none;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 1rem;
  color: #fff;
}
.footer__form input::placeholder {
  color: #fff;
}
.footer__form input:focus-within {
  border-color: rgba(216, 218, 103, 0.3);
}
.footer__form button {
  border: 0;
}
.footer__copyright {
  -webkit-border-top: 1px solid rgba(0, 0, 0, 0.2);
  -moz-border-top: 1px solid rgba(0, 0, 0, 0.2);
  -ms-border-top: 1px solid rgba(0, 0, 0, 0.2);
  -o-border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  color: #fff;
}
.footer__copyright a {
  color: #0295F5;
}

.social {
  gap: 10px;
}
.social__link {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  line-height: 55px;
  background-color: #fff;
}
.social__link svg {
  color: #4F544F;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .social__link svg {
    font-size: 1.5rem;
  }
}
@media not all and (pointer: coarse) {
  .social__link:hover {
    background-color: #0295F5;
  }
  .social__link:hover svg {
    color: #fff;
  }
}

.default-btn {
	background-color: #0576ED;
	padding: 1rem 1.5rem;
	border-radius: 0.75rem;
	color: #000000;
	font-weight: 500;
	transition: 0.5s;
	display: inline-block;
}
.default-btn:hover,
.default-btn .active {
	background-color: #1AC8E4;
	color: #fff;
}
.default-btn--style2 {
    background-color: #0295F5;
    padding: 0.75rem 1.5rem;
    color: #fff;
}

.default-btn2 {
  background-color: #FB0000;
  padding: 1rem 1.5rem;
  border-radius: 0.75rem;
  color: #fff;
  font-weight: 500;
  transition: 0.5s;
  display: inline-block;
}
.default-btn2:hover,
.default-btn2 .active {
  background-color: #f9ad00;
  color: #000000;
}
.default-btn2--style2 {
  background-color: #f9ad00;
  padding: 0.75rem 1.5rem;
  color: #000000;
}
.default-btn2--style2:hover {
  background-color: #FB0000;
  color: #fff;
}

.scrollToTop {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: fixed;
  bottom: 100px;
  right: 5%;
  z-index: 9;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #0295F5;
  text-align: center;
  border-radius: 5px;
  color: #20262E;
}
.scrollToTop:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
  color: #20262E;
}

.product__inner {
  background-image: url(../images/product/bg.png);
  background-size: cover;
  text-align: center;
  padding-block: 1.5rem;
  border-radius: 1rem;
  border: 2px solid transparent;
  transition: 0.5s;
}
.product__inner .product__thumb img {
  transition: 0.8s;
}
.product__inner .product__thumb .tag {
  top: 0;
  left: 26px;
  color: transparent;
  font-size: 20px;
  -webkit-text-stroke: 1px #0295F5;
}
.product__inner .product__content {
  padding-bottom: 1rem;
}
.product__inner .product__content a {
  text-decoration: none;
}
.product__inner .product__content .price {
  margin-bottom: 2rem;
}
.product__inner .product__content .price del {
  color: #f53b57;
  font-size: 18px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.product__inner--style2 {
  background-image: url(../images/product/bg-lg.png);
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  border-radius: 1rem;
  padding: 24px;
  border: 2px solid transparent;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .product__inner--style2 {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    text-align: start;
  }
}
.product__inner--style2 .product__thumb img {
  transition: 0.8s;
}
.product__inner--style2 .product__thumb .tag {
  top: 0;
  left: -15px;
  color: transparent;
  font-size: 20px;
  -webkit-text-stroke: 1px #0295F5;
}
.product__inner--style2 .product__thumb .tag--home2 {
  -webkit-text-stroke: 2px #f9ad00;
}
.product__inner--style2:hover {
  border-color: #4F544F;
}
.product__inner--style2:hover .product__thumb img {
  transform: scale(1.1, 1.1);
}
.product__inner--style2--home2 {
  background-image: url(../images/product/bg-lg2.png);
}
.product__inner:hover {
  border-color: #4F544F;
}
.product__inner:hover .product__thumb img {
  transform: scale(1.1, 1.1);
}
.product__inner--home2 {
  background-image: url(../images/product/bg2.png);
}

.countdown-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.countdown h2 {
  color: #fff;
  margin-bottom: 70px;
}
.countdown__list {
  gap: 30px;
}
.countdown__list-mb50 {
  margin-bottom: 50px;
}
.countdown__item {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  min-width: 60px;
  align-content: center;
  color: #fff;
  border: 2px solid transparent;
  border-image: linear-gradient(0deg, #0295F5 0%, #ED40A0 100%);
  border-image-slice: 1;
  padding: 0.5rem 0.75rem;
}
@media (min-width: 576px) {
  .countdown__item {
    min-width: 90px;
    padding: 0.5rem 1.25rem;
  }
}
.countdown__number {
  font-size: calc(1.35rem + 1.2vw);
  font-family: "Rajdhani", sans-serif;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .countdown__number {
    font-size: 2.25rem;
  }
}
.rating {
  gap: 3px;
}
@media (min-width: 768px) {
  .rating {
    justify-content: start;
  }
}
.rating__star svg {
  font-size: 1rem;
  color: #0295F5;
}

.header-title-lg {
  position: relative;
  color: #0295F5;
}

.header-title-lg2 {
  position: relative;
  color: #FB0000;
}

/*# sourceMappingURL=style.css.map */
