@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&family=Teko:wght@300;400;500;600;700&display=swap");
:root {
  --heading-one: clamp(2rem, 4vw + 1rem, 5.625rem);
  --heading-two: clamp(1.375rem, 1.5vw + 1rem, 2.5rem);
  --heading-three: clamp(1.25rem, 1.3vw + 1rem, 1.875rem);
  --heading-four: clamp(1.125rem, 1.3vw + 1rem, 1.5rem);
  --heading-five: clamp(1.0625rem, 1vw + 1rem, 1.25rem);
  --heading-six: clamp(1rem, 1.1vw + 1rem, 1.125rem);
}

.section-bg {
  background-color: #181945;
}

.my-120 {
  margin-top: 60px;
  margin-bottom: 60px;
}

@media (min-width: 992px) {
  .my-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}

.mt-120 {
  margin-top: 60px;
}

@media (min-width: 992px) {
  .mt-120 {
    margin-top: 120px;
  }
}

.mb-120 {
  margin-bottom: 60px;
}

@media (min-width: 992px) {
  .mb-120 {
    margin-bottom: 120px;
  }
}

.my-60 {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .my-60 {
    margin-top: 120px;
    margin-bottom: 60px;
  }
}

.mt-60 {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .mt-60 {
    margin-top: 60px;
  }
}

.mb-60 {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .mb-60 {
    margin-bottom: 60px;
  }
}

.my-80 {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .my-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.mt-80 {
  margin-top: 40px;
}

@media (min-width: 992px) {
  .mt-80 {
    margin-top: 80px;
  }
}

.mb-80 {
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .mb-80 {
    margin-bottom: 80px;
  }
}

.my-40 {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.mt-40 {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .mt-40 {
    margin-top: 40px;
  }
}

.mb-40 {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .mb-40 {
    margin-bottom: 40px;
  }
}

.py-120 {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 576px) {
  .py-120 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.pt-120 {
  padding-top: 60px;
}

@media (min-width: 576px) {
  .pt-120 {
    padding-top: 80px;
  }
}

@media (min-width: 992px) {
  .pt-120 {
    padding-top: 120px;
  }
}

.pb-120 {
  padding-bottom: 60px;
}

@media (min-width: 576px) {
  .pb-120 {
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .pb-120 {
    padding-bottom: 120px;
  }
}

.py-60 {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 576px) {
  .py-60 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.pt-60 {
  padding-top: 30px;
}

@media (min-width: 576px) {
  .pt-60 {
    padding-top: 40px;
  }
}

@media (min-width: 992px) {
  .pt-60 {
    padding-top: 60px;
  }
}

.pb-60 {
  padding-bottom: 30px;
}

@media (min-width: 576px) {
  .pb-60 {
    padding-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .pb-60 {
    padding-bottom: 60px;
  }
}

.pt-md-60 {
  padding-top: 60px;
}

@media (min-width: 576px) {
  .pt-md-60 {
    padding-top: 80px;
  }
}

@media (min-width: 992px) {
  .pt-md-60 {
    padding-top: 60px;
  }
}

.pb-md-60 {
  padding-bottom: 60px;
}

@media (min-width: 576px) {
  .pb-md-60 {
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .pb-md-60 {
    padding-bottom: 60px;
  }
}

.py-80 {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 992px) {
  .py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.pt-80 {
  padding-top: 40px;
}

@media (min-width: 992px) {
  .pt-80 {
    padding-top: 80px;
  }
}

.pb-80 {
  padding-bottom: 40px;
}

@media (min-width: 992px) {
  .pb-80 {
    padding-bottom: 80px;
  }
}

.py-40 {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 992px) {
  .py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.pt-40 {
  padding-top: 20px;
}

@media (min-width: 992px) {
  .pt-40 {
    padding-top: 40px;
  }
}

.pb-40 {
  padding-bottom: 20px;
}

@media (min-width: 992px) {
  .pb-40 {
    padding-bottom: 40px;
  }
}

.py-50 {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 992px) {
  .py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.pt-50 {
  padding-top: 30px;
}

@media (min-width: 992px) {
  .pt-50 {
    padding-top: 50px;
  }
}

.pb-50 {
  padding-bottom: 30px;
}

@media (min-width: 992px) {
  .pb-50 {
    padding-bottom: 50px;
  }
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  color: #cccccc;
  word-break: break-word;
  background-color: #181d20;
}

p {
  color: "Roboto", sans-serif;
  font-size: 16px;
  margin: 0;
  font-weight: 400;
  word-break: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px 0;
  font-family: "Teko", sans-serif;
  color: #fff;
  line-height: 1.3;
  word-break: break-word;
}

@media (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0 0 15px 0;
  }
}

h1 {
  font-size: var(--heading-one);
  font-weight: 700;
}

h2 {
  font-size: var(--heading-two);
  font-weight: 700;
}

h3 {
  font-size: var(--heading-three);
  font-weight: 600;
}

h4 {
  font-size: var(--heading-four);
  font-weight: 600;
}

h5 {
  font-size: var(--heading-five);
  font-weight: 600;
}

h6 {
  font-size: var(--heading-six);
  font-weight: 600;
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  font-weight: 600;
  -webkit-transition: .4s;
  transition: .4s;
  line-height: 1.4;
  word-break: break-word;
}

a {
  display: inline-block;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none;
}

a:hover {
  color: #DF0E0E;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

select {
  cursor: pointer;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

*:focus {
  outline: none;
}

button {
  border: none;
  cursor: pointer;
  background: none;
}

button:focus {
  outline: none;
}

span {
  display: inline-block;
}

button {
  border: none;
}

button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.purchase-button {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.btn--base {
  background-color: #DF0E0E;
  color: #fff;
  padding: 10px 25px;
  letter-spacing: .5px;
  font-weight: 400;
  font-size: 16px;
  position: relative;
  isolation: isolate;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 5px;
  overflow: hidden;
  background-color: transparent;
  border: 1px solid #fff;
}

.btn--base::before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  background-color: #DF0E0E;
  content: "";
  z-index: -1;
  border-radius: 5px;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

.btn--base:hover::before {
  width: 100%;
  height: 100%;
  border-radius: 1px;
}

@media (max-width: 575px) {
  .btn--base {
    padding: 10px 20px;
  }
}

.btn--base i {
  margin-left: 5px;
  font-size: 16px;
}

.btn--base:hover {
  color: #fff;
  border-color: #DF0E0E;
}

.btn--base:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.nav-item .nav-link.active {
  color: #DF0E0E !important;
}

.nav-item .nav-link.active::before {
  width: 100%;
}

@media (max-width: 991px) {
  .navbar-brand.logo {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.navbar-brand.logo img {
  height: 100%;
  max-width: 160px;
}

@media (max-width: 991px) {
  .navbar-brand.logo img {
    max-width: 120px;
  }
}

.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 991px) {
  .header-menu {
    display: block;
  }
}

.header-menu .navbar {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header-contact {
  color: #DF0E0E;
  font-weight: 800;
  font-size: 20px;
}

.header-contact a {
  color: #DF0E0E;
}

.fixed-header .top-header-area {
  display: none;
}

.fixed-header .header-bottom {
  top: 0;
}

.header-bottom {
  position: absolute;
  width: 100%;
  top: -1px;
  left: 0;
  right: 0;
  z-index: 5;
  background-color: transparent;
}

.header-bottom.fixed-header {
  background-color: #181945;
  position: fixed;
  -webkit-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #c9c3c36b;
  top: 0;
  -webkit-animation: slide-down .8s;
          animation: slide-down .8s;
  width: 100%;
}

@media (max-width: 991px) {
  .header-bottom {
    padding: 10px 0;
    background-color: #181945;
  }
}

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.navbar {
  padding-top: 0;
  padding-bottom: 0;
}

.nav-menu .nav-item {
  position: relative;
}

@media (max-width: 991px) {
  .nav-menu .nav-item {
    text-align: left;
    display: block;
    position: relative;
  }
}

.nav-menu .nav-item:hover .nav-link i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: .4s;
  transition: .4s;
}

.nav-menu .nav-item:hover .nav-link::before {
  width: 100%;
}

.nav-menu .nav-link {
  font-weight: 400;
  font-size: 16px;
  color: #fff !important;
  padding: 33px 0 !important;
  position: relative;
  margin: 0 10px;
  cursor: pointer;
}

@media (max-width: 991px) {
  .nav-menu .nav-link {
    display: inline-block;
    margin-bottom: 8px;
    padding: 0 !important;
  }
}

.nav-menu .nav-link:hover::before {
  width: 100%;
  -webkit-transition: .5s;
  transition: .5s;
}

.nav-menu .nav-link::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 30px;
  width: 0;
  height: 2px;
  background-color: #DF0E0E;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: .4s;
  transition: .4s;
}

.nav-menu .nav-link i {
  -webkit-transition: .5s;
  transition: .5s;
  font-size: 13px;
  margin-left: 3px;
}

@media (min-width: 992px) {
  .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
    -webkit-transition: .3s;
    transition: .3s;
    top: 100px;
    padding: 0 !important;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transition: .3s linear;
    transition: .3s linear;
    overflow: hidden;
  }
  .nav-menu .nav-item:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    top: 100% !important;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@media (max-width: 991px) {
  .nav-menu .nav-item:hover .nav-link i {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .navbar-nav {
    margin-top: 20px;
  }
  .nav-menu .nav-item {
    border-bottom: 1px solid #c9c3c36b;
    padding: 10px 0;
  }
  .nav-menu .nav-item:last-child {
    border-bottom: none;
  }
  .nav-menu .nav-item:nth-child(3) {
    border-bottom: none;
  }
  .nav-menu .nav-item .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 !important;
  }
  .nav-menu .nav-item .nav-link::before {
    display: none;
  }
  .nav-menu .nav-item .nav-link.show i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .dropdown-menu {
    border-radius: 3px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: .25rem;
    width: 100%;
    margin-left: 10px !important;
    margin-bottom: 10px !important;
    padding: 0 !important;
    border: none;
    background-color: #fff;
    margin-top: 11px !important;
  }
}

.dropdown-menu li {
  border-bottom: 1px solid #c9c3c36b;
}

.dropdown-menu li:nth-last-child(1) {
  border-bottom: none;
}

.dropdown-item {
  padding: 10px 20px;
  font-weight: 600;
  font-size: 16px;
  -webkit-transition: .3s;
  transition: .3s;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #fff;
  background-color: #DF0E0E;
}

.navbar-toggler.menu-bar[aria-expanded="true"] i::before {
  content: "\f00d";
}

.navbar-light .navbar-toggler.header-button {
  color: #181d20;
  border-color: 0;
  color: #fff;
  background: transparent !important;
  padding: 0 !important;
  font-size: 23px !important;
  border: 0 !important;
  border-radius: 0 !important;
  -webkit-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
  width: 30px;
}

.navbar-toggler.header-button:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.navbar-toggler.header-button[aria-expanded="true"] i::before {
  content: "\f00d";
}

.bottom-footer {
  background-color: #181945;
  border-top: 1px solid #c9c3c36b;
}

@media (max-width: 400px) {
  .bottom-footer-text {
    font-size: 15px;
  }
}

.bottom-footer-text a {
  color: #DF0E0E;
  font-weight: 400;
  padding: 0 5px;
}

.bottom-footer-text a:hover {
  color: #fff;
}

.preloader {
  position: fixed;
  z-index: 999999;
  background-color: #181d20;
  width: 100%;
  height: 100%;
}

.loader-p {
  border: 0 solid transparent;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  position: absolute;
  top: calc(50vh - 75px);
  left: calc(50vw - 75px);
}

.loader-p:before, .loader-p:after {
  content: '';
  border: 1em solid #DF0E0E;
  border-radius: 50%;
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: loader 2s linear infinite;
  animation: loader 2s linear infinite;
  opacity: 0;
}

.loader-p:before {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes loader {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

.scroll-top {
  position: fixed;
  right: 40px;
  bottom: 30px;
  color: #fff;
  background-color: #DF0E0E;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3px;
  font-size: 16px;
  z-index: 5;
  -webkit-transition: .5s;
  transition: .5s;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  bottom: 210px;
}

.scroll-top:hover {
  color: #fff;
  background-color: #181945;
}

.scroll-top.show {
  visibility: visible;
  opacity: 1;
  bottom: 30px;
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .section-header {
    margin-bottom: 45px;
  }
}

@media (max-width: 575px) {
  .section-header {
    margin-bottom: 30px;
  }
}

.section-header.style-two {
  text-align: left;
}

.section-header.style-two .title {
  margin: 0;
}

.section-header .subtitle {
  font-size: 16px;
  font-weight: 500;
  color: #DF0E0E;
  margin-bottom: 0;
}

.section-header .underline {
  position: relative;
}

.section-header .underline::before {
  position: absolute;
  content: "";
  width: 90px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 3px;
  background: #DF0E0E;
}

.section-header .underline::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 3px;
  background: #181945;
}

.section-header .title {
  max-width: 29ch;
  margin: 0 auto;
  font-size: 35px;
  font-weight: 600;
  color: #181945;
}

@media (max-width: 767px) {
  .section-header .title {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .section-header .title {
    font-size: 25px;
  }
}

.section-header .title span {
  color: #DF0E0E;
}

.section-header .para {
  margin-top: 20px;
  max-width: 495px;
}

.banner {
  padding: 160px 0 140px;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

@media (max-width: 1199px) {
  .banner {
    padding: 140px 0 120px;
  }
}

@media (max-width: 991px) {
  .banner {
    padding: 120px 0 70px;
  }
}

@media (max-width: 767px) {
  .banner {
    padding: 100px 0 50px;
  }
}

.banner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #181945;
  opacity: 0.7;
  z-index: -1;
}

.banner-content {
  position: relative;
  z-index: 3;
}

.banner-content .subtitle {
  color: #DF0E0E;
  font-size: 20px;
  font-weight: 600;
  display: block;
}

@media (max-width: 767px) {
  .banner-content .subtitle {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .banner-content .subtitle {
    font-size: 16px;
  }
}

.banner-content .heart-icon {
  position: relative;
  color: #DF0E0E;
  display: inline-block;
  margin-left: 50px;
}

.banner-content .heart-icon::before {
  position: absolute;
  content: "";
  width: 41px;
  height: 2px;
  right: -50px;
  top: 50%;
  background: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.banner-content .heart-icon::after {
  position: absolute;
  content: "";
  width: 41px;
  height: 2px;
  top: 50%;
  background: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 23px;
}

.banner-content .title {
  color: #fff;
}

.banner-content .title span {
  color: #DF0E0E;
}

.banner-content .para {
  color: #cccccc;
}

.website-demos {
  position: relative;
}

.website-demos img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
  max-height: 450px;
}

@media (max-width: 1199px) {
  .website-demos img:nth-child(2) {
    top: -30px;
  }
}

@media (max-width: 991px) {
  .website-demos img:nth-child(2) {
    top: -6px;
  }
}

.home-damo {
  background-color: #fafafa;
}

.demo-content {
  max-width: 500px;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  margin: 0 auto;
  border-radius: 5px;
  overflow: hidden;
}

.demo-content:hover {
  -webkit-box-shadow: 0px -2px 20px rgba(0, 0, 0, 0.04);
          box-shadow: 0px -2px 20px rgba(0, 0, 0, 0.04);
}

.demo-content .demo-thumb {
  max-width: 500px;
  max-height: 500px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

.demo-content .demo-thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background-color: #181945;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.demo-content .demo-thumb:hover::before {
  opacity: 0.3;
}

.demo-content .demo-thumb:hover img {
  -o-object-position: bottom center;
     object-position: bottom center;
}

.demo-content .demo-thumb img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  -webkit-transition: all 4s ease-in-out;
  transition: all 4s ease-in-out;
}

.demo-content .demo-thumb .demo-click a {
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  color: #fff;
  background-color: #DF0E0E;
  border-radius: 0;
  padding: 13px 20px;
  font-weight: 500;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .demo-content .demo-thumb .demo-click a {
    padding: 9px 20px;
  }
}

.demo-content .demo-thumb .demo-click a:hover {
  background-color: #181945;
}

.demo-content .demo-thumb:hover .demo-click a {
  bottom: 0;
}

.demo-content .demo-name {
  background-color: #fff;
  max-width: 500px;
  margin: 0 auto;
}

.demo-content .demo-name .name {
  margin-bottom: 0;
}

.demo-content .demo-name .name a {
  color: #181945;
  font-size: 18px;
  padding: 15px 20px;
  display: block;
}

@media (max-width: 767px) {
  .demo-content .demo-name .name a {
    padding: 12px 20px;
  }
}

@media (max-width: 575px) {
  .demo-content .demo-name .name a {
    padding: 10px 20px;
  }
}

.demo-content .demo-name .name a:hover {
  color: #DF0E0E;
}

.others-damo {
  background-color: #fff;
}

.key-features {
  background-color: #fafafa;
}

.features-item {
  background-color: #fff;
  padding: 40px 30px;
  position: relative;
  border: 1px solid #b9babb;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
}

.features-item:hover {
  -webkit-box-shadow: 0px -2px 20px rgba(0, 0, 0, 0.04);
          box-shadow: 0px -2px 20px rgba(0, 0, 0, 0.04);
}

.features-item::before {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  right: 0;
  top: 0;
  background-color: #DF0E0E;
  -webkit-transition: .5s;
  transition: .5s;
}

.features-item:hover::before {
  width: 100%;
}

.features-item:hover::after {
  width: 100%;
}

.features-item::after {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: #DF0E0E;
  -webkit-transition: .5s;
  transition: .5s;
}

.features-item .thumb {
  width: 45px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}

@media (max-width: 575px) {
  .features-item .thumb {
    width: 40px;
    height: 45px;
  }
}

.features-item .thumb img {
  width: 100%;
  height: auto;
}

.features-item .title {
  font-size: 18px;
  font-weight: 500;
  color: #181945;
  margin-top: 15px;
}

.purchase .title {
  font-size: 28px;
}

@media (max-width: 991px) {
  .purchase .title {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .purchase .title {
    font-size: 22px;
  }
}

@media (max-width: 575px) {
  .purchase .title {
    font-size: 18px;
  }
}

.purchase .title span {
  color: #DF0E0E;
}

::-moz-selection {
  color: #e6e6e6;
  background: #970909;
}

::selection {
  color: #e6e6e6;
  background: #970909;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

::-webkit-scrollbar-thumb {
  background-color: #af0b0b;
  border: 0px solid transparent;
  border-radius: 10px;
}
/*# sourceMappingURL=style.css.map */