@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*	01	- Default CSS
----------------------------------------------*/
/*
  1.0 - Normalize
 */
html {
  font-family: "Barlow", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  font-family: "Barlow", sans-serif;
  font-size: 15px; /*  base font size  15px= 1em*/
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
  color: #696969;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
code,
kbd,
pre,
samp {
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
select {
  text-transform: none;
}
button {
  overflow: visible;
}
button,
input,
select,
textarea {
  max-width: 100%;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
  opacity: 0.5;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0.4375em;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #d1d1d1;
  margin: 0 0 1.75em;
  min-width: inherit;
  padding: 0.875em;
}
fieldset > :last-child {
  margin-bottom: 0;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
optgroup {
  font-weight: bold;
}
/**
 * 2.0 - Typography
 */
body,
button,
input,
select,
textarea {
  color: #1a1a1a;
  font-family: "Barlow", sans-serif;
  line-height: 1.75;
  font-weight: 500;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1em;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  font-family: "Barlow", sans-serif;
}
h1 {
  color: #fff;
  font-size: 36px;
}
h2 {
  font-size: 48px;
}
h3 {
  font-size: 36px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
p {
  font-size: 15px;
  color: #696969;
  line-height: 24px;
  margin: 0 0 1.75em;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  border: 1px solid #e9e9e9;
  color: #939595;
  font-size: 17px;
  font-style: italic;
  line-height: 28px;
  font-weight: 700;
  padding: 30px 25px 25px 80px;
  position: relative;
}
blockquote > p {
  margin: 0;
  padding: 0;
  font-size: 17px;
  color: #939595;
}
blockquote:after {
  content: "\f10d" !important;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -20px;
  font: normal normal normal 48px/1 FontAwesome;
  color: #e9e9e9;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote p {
  margin-bottom: 1.4736842105em;
}
blockquote cite,
blockquote small {
  color: #1a1a1a;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}
blockquote cite:before,
blockquote small:before {
  content: "\2014\00a0";
}
blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}
blockquote strong,
blockquote b {
  font-weight: 400;
}
blockquote > :last-child {
  margin-bottom: 0;
}
address {
  color: #939595;
  font-weight: 600;
  font-size: 1em;
  margin-bottom: 10px;
}
code,
kbd,
tt,
var,
samp,
pre {
  font-family: "Barlow", sans-serif;
}
pre {
  border: 1px solid #d1d1d1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125;
  margin: 0 0 1.75em;
  max-width: 100%;
  overflow: auto;
  padding: 1.75em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
code {
  background-color: #d1d1d1;
  padding: 0.125em 0.25em;
}
abbr,
acronym {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help;
}
mark,
ins {
  background: #007acc;
  color: #fff;
  padding: 0.125em 0.25em;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/**
 * 3.0 - Elements
 */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
hr {
  background-color: #d1d1d1;
  border: 0;
  height: 1px;
  margin: 0 0 1.75em;
}
ul,
ol {
  padding: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
  margin-left: 1.5em;
}
li > ul,
li > ol {
  margin-bottom: 0;
}
dl {
  margin: 0 0 1.75em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 0 1.75em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: middle;
}
del {
  opacity: 0.8;
}
table,
th,
td {
  border: 1px solid #d1d1d1;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.75em;
  table-layout: fixed;
  /* Prevents HTML tables from becoming too wide */
  width: 100%;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}
td {
  border-width: 0 1px 1px 0;
}
th,
td {
  padding: 0.4375em;
}
/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: #696969;
  font-family: "Barlow", sans-serif;
}
:-moz-placeholder {
  color: #696969;
  font-family: "Barlow", sans-serif;
}
::-moz-placeholder {
  color: #696969;
  font-family: "Barlow", sans-serif;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}
:-ms-input-placeholder {
  color: #696969;
  font-family: "Barlow", sans-serif;
}
/**
 * 4.0 - Forms
 */
input {
  line-height: normal;
}
button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
  background: #1a1a1a;
  border: 0;
  border-radius: 2px;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  letter-spacing: 0.046875em;
  line-height: 1;
  padding: 0.84375em 0.875em;
}
.default-button {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
}
.default-button:hover,
.default-button:focus {
  text-decoration: none;
  color: #fff;
}

.purchase-btn a {
  text-transform: capitalize;
  font-size: 15px;
  padding: 10px 20px;
  background: #fff;
  display: inline-block;
  font-weight: 500;
  color: #000;
  transition: all 0.3s ease;
}

.main-menu {
  display: inherit;
}
/*======= header-section start =====*/
.header-section {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  z-index: 1;
}
.fixed-top-menu {
  background-color: #242424;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
}
.header-section .primary-menu {
  overflow: hidden;
}
.header-section .primary-menu .menu-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.header-section .primary-menu .main-menu ul {
  list-style-type: none;
  display: inline-block;
  overflow: hidden;
  margin: 0;
}
.header-section .primary-menu .main-menu ul li {
  float: left;
}
.header-section .primary-menu .main-menu ul li a {
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
  padding: 10px 15px;
}
.header-section .primary-menu .main-menu ul li a i {
  font-size: 16px;
  color: #fff;
  margin-right: 4px;
}
.header-section .primary-menu .purchase-btn {
  overflow: hidden;
  display: inline-block;
  margin: 0;
  border-radius: 5px;
}
.header-section.fixed-top-menu .primary-menu .main-menu ul li a,
.header-section.fixed-top-menu .primary-menu .main-menu ul li a i {
  color: #fff;
}
.header-section.fixed-top-menu .primary-menu .purchase-btn a {
  color: #000;
  background: #fff;
}
/*===== banner-section start ====*/
.banner-section {
  background: url(../../assets/images/banner/banner-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-block: 300px;
}
.banner-section .banner-content h1 {
  font-size: 48px;
  line-height: 1.5;
  text-transform: capitalize;
  color: #fff;
  margin-top: 20px;
}
.banner-section .banner-content h1 > span {
  display: block;
  font-weight: 700;
}
.banner-section .banner-content .banner-logo {
  display: inline-block;
  margin-bottom: 50px;
  width: 175px;
}
.banner-section .banner-content .band {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 40px;
}
.banner-section .banner-content .band .band-item {
}
.banner-section .banner-content .band .band-item-inner {
  margin: 5px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.banner-section .banner-content .band .band-item img {
  border-radius: 5px;
  max-width: 100%;
  display: block;
}

/*===== demos-secton start ====*/
.demos {
  padding: 110px 0;
  background: #fff;
}
.demos .demos-header {
  text-align: center;
  margin: 0 15px;
  margin-bottom: 35px;
  border-bottom: 1px solid #d6d1e04a;
}
.demos .demos-header h2 {
  color: #000;
  font-weight: 700;
  font-size: 30px;
  padding-bottom: 20px;
  text-transform: capitalize;
}
.demos .demos-header p {
  font-size: 18px;
  color: #000;
  max-width: 60%;
  margin: auto;
  margin-bottom: 35px;
}
.demos-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.demos-item {
  width: 50%;
}
.demos-item .demos-item-inner {
  margin: 10px;
  text-align: center;
}

.demos-item .demos-thumb {
  position: relative;
  transition: all 0.3s;
  /*box-shadow: 0 3px 5px rgba(136, 136, 136, .10);*/
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.demos-item .demos-thumb span {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 4px 20px;
  color: #fff;
  background: #852d6d;
  border-radius: 3px;
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.demos-item .demos-thumb img {
  max-width: 100%;
  display: block;
  margin: 0;
}
.demos-item .demos-item-inner h3 {
  margin-top: 20px;
}
.demos-item .demos-item-inner h3 a {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.3s ease;
}
.demos-item .demos-item-inner h3 a:hover {
  color: #ff4600;
}
.demos-item .demos-item-inner:hover .demos-thumb {
  transform: translateY(-5px);
}
/*======= demos-section End =====*/

/*===== inner-page-secton start ====*/
.inner-page {
  padding: 110px 0px;
  background: #f7d2d280;
}
.inner-page .inner-page-header {
  text-align: center;
  margin: 0 15px;
  margin-bottom: 35px;
  border-bottom: 1px solid #d6d1e04a;
}
.inner-page .inner-page-header h2 {
  color: #000;
  font-weight: 700;
  font-size: 30px;
  padding-bottom: 20px;
  text-transform: capitalize;
}
.inner-page .inner-page-header p {
  font-size: 16px;
  color: #000;
  max-width: 60%;
  margin: auto;
  margin-bottom: 35px;
}
.section-wrapper {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 -15px;
}
.inner-page-item {
  width: 50%;
  overflow: hidden;
}
.inner-page .inner-page-item {
  text-align: center;
}
.inner-page .inner-page-item-inner {
  margin: 15px;
}
.inner-page .inner-page-thumb {
  transition: all 0.3s ease;
}
.inner-page .inner-page-thumb img {
  max-width: 100%;
  display: block;
  margin: 0;
}
.inner-page-item .inner-page-item-inner h3 {
  margin-top: 15px;
}
.inner-page-item .inner-page-item-inner h3 a {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.3s ease;
}
.inner-page-item .inner-page-item-inner h3 a:hover {
  color: #ff4600;
}
.inner-page-item .inner-page-item-inner:hover .inner-page-thumb {
  transform: translateY(-5px);
  box-shadow: 0 3px 10px rgba(136, 136, 136, 0.1);
}

/*======= footer-section start =====*/
footer {
  background: #000;
}
.footer-bg {
  background: url(../../assets/images/banner/banner-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding-block: 250px;
}
.footer-bg .footer-content-area {
  /* text-align: center;
  position: absolute;
  top: 50%;
  overflow: hidden;
  left: 0;
  width: 100%;
  z-index: 999;
  transform: translateY(-50%); */
}
.footer-bg .footer-content-area h2 {
  font-size: 30px;
  line-height: 1.5;
  color: #fff;
  text-transform: capitalize;
  padding-bottom: 25px;
}
.footer-bg .footer-content-area h2 sup {
  top: -7px;
}

.footer-bg .footer-content-area h2:nth-child(3) {
  color: #fff;
}
.footer-bg .footer-content-area .purchase-btn a {
  color: #fff;
  background: #ff2863;
  border-radius: 5px;
}
/* scrollToTop */

.scrollToTop {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #ff2863;
  color: #fff !important;
  position: fixed;
  bottom: 70px;
  right: 70px;
  z-index: 999;
  display: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.new-offer-section {
  background: url(../../assets/images/offer-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.offer-countdown {
}
.offer-countdown li {
  padding: 10px 20px;
  text-align: center;
}
.offer-countdown li p {
  margin-bottom: 0;
}
.offer-buy p {
  font-size: 14px;
}
.new-offer-section h2,
.new-offer-section h5 {
  font-weight: 500;
}
.new-offer-section h5 {
  margin-bottom: 10px;
  text-transform: capitalize;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
/* Update versoin 2.0.0*/

.demos-thumb,
.inner-page-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}

.demos-thumb:after,
.inner-page-thumb::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  transform: scale(0);
  transition: all 0.3s ease;
}

.demo-view {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #ff2863;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  transform: translate(-50%, -50%) scale(0);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
  z-index: 1;
  transition: all 0.3s ease;
}
.demo-view:hover {
  color: #ff2863;
  background: #fff;
}
.demos-thumb:hover::after,
.inner-page-thumb:hover::after {
  transform: scale(1);
}
.demos-thumb:hover .demo-view,
.inner-page-thumb:hover .demo-view {
  transform: translate(-50%, -50%) scale(1);
}
