@charset "UTF-8";
/*!
 * Veronica HTML5 E-Commerce Template
 * Author: Web_Trendy
 * Copyright 2021 © Web_Trendy (https://themeforest.net/user/web_trendy/portfolio)
 * Licensed under Envato (https://themeforest.net/licenses/standard)
 *
 * "Love is out mother, we are born of LOVE!" --Rumi
 *
 */
/*------------------------------------------------------------------
[Table of contents]

1.0 Variables
4.0 General Styles
5.0 Page Styles
6.0 Header Styles
7.0 Footer Styles
8.0 Media Queries

-------------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
2.0 Main Styles
--------------------------------------------------------------*/
body {
  font-family: 'Poppins', sans-serif;
  background-color: #1F1F1F;
  color: #efefef; }

.radius-1 {
  border-radius: 10px; }

.text-sub {
  color: rgba(239, 239, 239, 0.5); }

.line-height-1 {
  line-height: 1; }

.heading-2 {
  font-size: 2.7rem;
  font-weight: 600; }

.heading-3 {
  font-size: 1.7rem;
  font-weight: 600; }

.site-logo {
  max-width: 60px;
  max-height: 30px; }

/*--------------------------------------------------------------
3.0 Section Styles
--------------------------------------------------------------*/
section.top {
  min-height: 100vh; }
  section.top .image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  section.top .previews {
    margin-left: -25px;
    margin-right: -25px; }
    section.top .previews .column:first-child .image-wrapper, section.top .previews .column:last-child .image-wrapper {
      margin-top: -90%; }
    section.top .previews .column:nth-child(2) .image-wrapper, section.top .previews .column:nth-child(4) .image-wrapper {
      margin-top: -40%; }
    section.top .previews img {
      -webkit-filter: brightness(0.9);
              filter: brightness(0.9); }

section.features {
  background-color: #023E8A;
  position: relative;
  z-index: 99; }
  section.features .line {
    height: 1px;
    background-color: rgba(239, 239, 239, 0.3); }
  section.features .feature-wrapper {
    -webkit-perspective: 1000px;
            perspective: 1000px;
    -webkit-perspective-origin: bottom;
            perspective-origin: bottom; }
    section.features .feature-wrapper .content {
      -webkit-transition: all 300ms ease-out;
      transition: all 300ms ease-out;
      -webkit-transform: rotateX(-90deg);
              transform: rotateX(-90deg);
      opacity: 0; }
    section.features .feature-wrapper.is-inview .content {
      -webkit-transform: rotateX(0);
              transform: rotateX(0);
      opacity: 1; }

section.demo .image-wrapper {
  position: relative;
  display: inline-block;
  color: white;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  overflow: hidden; }
  section.demo .image-wrapper .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: rgba(255, 183, 33, 0.9);
    opacity: 0;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out; }
    section.demo .image-wrapper .overlay span {
      display: inline-block;
      padding-top: 40px;
      -webkit-transition: all 300ms ease-out;
      transition: all 300ms ease-out;
      -webkit-transform: translateY(-100px);
              transform: translateY(-100px); }
    section.demo .image-wrapper .overlay img {
      width: 70px;
      margin-bottom: 40px;
      -webkit-transition: all 300ms ease-out;
      transition: all 300ms ease-out;
      -webkit-transform: translateY(170%);
              transform: translateY(170%);
      -webkit-transition-delay: 250ms;
              transition-delay: 250ms; }
  section.demo .image-wrapper:hover, section.demo .image-wrapper:focus {
    -webkit-transform: scale(1.03);
            transform: scale(1.03); }
    section.demo .image-wrapper:hover .overlay, section.demo .image-wrapper:focus .overlay {
      opacity: 1; }
      section.demo .image-wrapper:hover .overlay img, section.demo .image-wrapper:hover .overlay span, section.demo .image-wrapper:focus .overlay img, section.demo .image-wrapper:focus .overlay span {
        -webkit-transform: translateY(0);
                transform: translateY(0); }

section.preview .image-wrapper {
  position: relative; }
  section.preview .image-wrapper img:not(.overlay) {
    -webkit-box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.3); }
  section.preview .image-wrapper .overlay {
    position: absolute;
    width: 70%;
    z-index: -4;
    -webkit-filter: brightness(0.9);
            filter: brightness(0.9); }
    section.preview .image-wrapper .overlay:nth-child(2) {
      top: 20px;
      left: 0;
      z-index: -1; }
    section.preview .image-wrapper .overlay:nth-child(3) {
      bottom: 20px;
      left: 0; }
    section.preview .image-wrapper .overlay:nth-child(4) {
      top: 20px;
      right: 0; }
    section.preview .image-wrapper .overlay:nth-child(5) {
      bottom: 20px;
      right: 0; }

section.gallery {
  overflow-x: hidden; }
  section.gallery .column {
    min-width: calc(100vw / 2); }
    section.gallery .column:first-child {
      margin-left: -25vw;
      margin-top: 200px; }
    section.gallery .column:last-child {
      margin-top: 200px; }

section.specs .spects-line {
  display: inline-block; }
  section.specs .spects-line:after {
    content: '';
    width: 30px;
    height: 1px;
    display: inline-block;
    margin-left: 10px;
    background-color: rgba(239, 239, 239, 0.5); }
section.specs .color-disc {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 15px;
  border-radius: 50%; }
  section.specs .color-disc.yellow {
    background-color: #ffb721; }
  section.specs .color-disc.red {
    background-color: #e53945; }
  section.specs .color-disc.blue {
    background-color: #023E8A; }
  section.specs .color-disc.white {
    background-color: #efefef; }
section.specs .icon-wrapper i:nth-of-type(1) {
  opacity: 0.7; }
section.specs .icon-wrapper i:nth-of-type(2) {
  opacity: 0.6; }
section.specs .icon-wrapper i:nth-of-type(3) {
  opacity: 0.5; }
section.specs .icon-wrapper i:nth-of-type(4) {
  opacity: 0.4; }
section.specs .icon-wrapper i:nth-of-type(5) {
  opacity: 0.3; }
section.specs .icon-wrapper i:nth-of-type(6) {
  opacity: 0.2; }
section.specs .icon-wrapper i:nth-of-type(7) {
  opacity: 0.1; }

section.cta-2 .image-wrapper {
  position: relative; }
  section.cta-2 .image-wrapper .overlay {
    position: absolute;
    width: 100%;
    top: 0;
    left: 70%;
    z-index: -1; }

section.tools .tool-img {
  max-width: 60px;
  max-height: 60px; }

section.products .image-wrapper {
  display: inline-block; }
  section.products .image-wrapper img {
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out; }
  section.products .image-wrapper:hover img, section.products .image-wrapper:focus img {
    -webkit-transform: scale(1.03);
            transform: scale(1.03); }

/*--------------------------------------------------------------
4.0 Footer Styles
--------------------------------------------------------------*/
footer.site-footer .contacts a, footer.site-footer .links a {
  color: #a3a3a3 !important; }
  footer.site-footer .contacts a:hover, footer.site-footer .contacts a:focus, footer.site-footer .links a:hover, footer.site-footer .links a:focus {
    color: #efefef !important; }
footer.site-footer .social-media a {
  color: #a3a3a3 !important; }
  footer.site-footer .social-media a:hover, footer.site-footer .social-media a:focus {
    color: #efefef !important; }

/*--------------------------------------------------------------
5.0 Media Queries
--------------------------------------------------------------*/
/* md */
@media only screen and (min-width: 768px) {
  .w-md-30 {
    width: 30%; } }
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  section.top {
    min-height: calc(100vh - 80px); }

  section.gallery .column:first-child {
    margin-top: 100px; }
  section.gallery .column:last-child {
    margin-top: 100px; } }
/* Desktops and laptops ----------- */

/*# sourceMappingURL=main.css.map */