@charset "UTF-8";
/*! ------------------------------------------------
 * Project Name: Axio Coming Soon Template
 * Project Description: Axio - awesome coming soon template to kick-start your project
 * Tags: mix_design, axio, coming soon, under construction, template, coming soon page, html5, css3
 * Version: 4.0.2
 * Build Date: April 2017
 * Last Update: December 2024
 * This product is available exclusively on Themeforest
 * Author: mix_design
 * Author URI: https://themeforest.net/user/mix_design
 * File name: color-3.css
 * ------------------------------------------------
 *
 * ------------------------------------------------
 * Table of Contents
 * ------------------------------------------------
 *  1. Basic Color Options
 *  2. Menu Colors
 *  3. Intro Сopyright Colors
 *  4. Main Section Aside Colors
 *  5. Socials Colors
 *  6. Buttons & Triggers Colors
 *  7. Forms and Reply Groups Colors
 *  8. PhotoSwipe Gallery Colors
 *  9. Google Map Controls Colors
 *  10. Notify Screen Colors
 *  11. Stay-in-touch Screen Colors
 * ------------------------------------------------
 * Table of Contents End
 * ------------------------------------------------ */
.blockquote__container {
  background-image: url("https://dummyimage.com/1400x900/3d3d3d/7a7a7a");
}

/* ------------------------------------------------*/
/* Basic Color Options Start */
/* ------------------------------------------------*/
::-moz-selection {
  background-color: #000000;
  color: #ffffff;
  text-shadow: none;
}
::selection {
  background-color: #000000;
  color: #ffffff;
  text-shadow: none;
}

::-webkit-scrollbar {
  background: #9d203d;
}

::-webkit-scrollbar-track {
  background-color: #9d203d;
}

::-webkit-scrollbar-thumb {
  background-color: #000000;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  color: #444;
  background-color: #ffffff;
}

h1 {
  color: silver;
}

.headline__subtitle {
  color: silver;
}

.headline__description {
  color: #ffffff;
}

h2 {
  color: silver;
}
h2::after {
 
}

h3 {
  
  color: #d32424;
}
h3.light {
  color: #ffffff;
}

h4 {
  color: #ffffff;
}
h4.light {
  color: #ffffff;
}

a {
  color: #ffffff;
}
a.light {
  color: #ffffff;
}
.no-touch a:hover {
  color: #d67d92;
}
.no-touch a:hover.light {
  color: #f6b0c9;
}

p {
  color: #ffffff;
}
p.light {
  color: #ffffff;
}
p.copyright {
  color: rgba(255, 255, 255, 0.6);
}
p.copyright a {
  color: #ffffff;
}
.no-touch p.copyright a:hover {
  color: rgba(255, 255, 255, 0.6);
}

.aside__title {
  color: #ffffff;
}

.aside__text {
  color: #ffffff;
}

.popup__title {
  color: #ffffff;
}
.popup__title.light {
  color: #ffffff;
}

.popup__subtitle {
  color: #444;
}
.popup__subtitle.light {
  color: rgba(255, 255, 255, 0.8);
}

.clip .words-wrapper::after {
  background-color: #000000;
}

.section-main {
  background-color: #000000;
}

.section-main__intro {
  background-color: #d32424;
}

.color-layer-medium {
  background-color: rgba(45, 5, 53, 0.5);
}

.color-layer-dark {
  background-color: rgba(45, 5, 53, 0.7);
}

.bg-light {
  background-color: #f2f2f2;
}

.bg-medium {
  background-color: #000000;
}

.bg-dark {
  background-color: #d32424;
}

/* ------------------------------------------------*/
/* Basic Color Options End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Menu Colors Start */
/* ------------------------------------------------*/
.menu {
  background-color: #d32424;
}
@media only screen and (min-width: 1200px) {
  .menu {
    background-color: transparent;
  }
}

.navigation li a {
  color: #ffffff;
}
.no-touch .navigation li:hover a {
  color: #f288ae;
}

.menu-close {
  border: 2px solid #ffffff;
}
.menu-close i {
  color: #ffffff;
}

/* ------------------------------------------------*/
/* Menu Colors End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Intro Сopyright Colors Start */
/* ------------------------------------------------*/
p.copyright {
  color: rgba(255, 255, 255, 0.6);
}
p.copyright a {
  color: #ffffff;
}
.no-touch p.copyright a:hover {
  color: #f6b0c9;
}

/* ------------------------------------------------*/
/* Intro Сopyright Colors End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Main Section Aside Colors Start */
/* ------------------------------------------------*/
.section-main__aside {
  background-color: #d32424;
  background-repeat: repeat;
  background-position: top left;
}
/* ------------------------------------------------*/
/* Main Section Aside Colors End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Socials Colors Start */
/* ------------------------------------------------*/
.socials li a {
  color: #ffffff;
}
.no-touch .socials li a:hover {
  color: #f6b0c9;
}

/* ------------------------------------------------*/
/* Socials Colors End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Buttons & Triggers Colors Start */
/* ------------------------------------------------*/
.button-solid-light {
  background-color: #000000;
  border: 2px solid #000000;
  color: #ffffff;
}
.no-touch .button-solid-light:hover {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.button-solid-dark {
  background-color: #be3152;
  border: 2px solid #be3152;
  color: #ffffff;
}
.no-touch .button-solid-dark:hover {
  background-color: transparent;
  border: 2px solid #be3152;
  color: #ffffff;
}

.button-outline-light {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}
.no-touch .button-outline-light:hover {
  background-color: #000000;
  border: 2px solid #000000;
  color: #ffffff;
}

.button-outline-dark {
  background-color: transparent;
  border: 2px solid #2c2c2c;
  color: #ffffff;
}
.no-touch .button-outline-dark:hover {
  background-color: #be3152;
  border: 2px solid #be3152;
  color: #ffffff;
}

/* ------------------------------------------------*/
/* Buttons & Triggers Colors End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Forms and Reply Groups Colors Start */
/* ------------------------------------------------*/
.form-dark ::-webkit-input-placeholder {
  color: #8f8f8f;
}
.form-dark :-moz-placeholder {
  color: #8f8f8f;
}
.form-dark ::-moz-placeholder {
  color: #8f8f8f;
}
.form-dark :-ms-input-placeholder {
  color: #8f8f8f;
}
.form-dark input:focus:required:invalid,
.form-dark textarea:focus:required:invalid {
  color: #ffffff;
}
.form-dark input:required:valid,
.form-dark textarea:required:valid {
  color: #ffffff;
}
.form-dark input, .form-dark textarea {
  border-bottom: 1px solid #444;
  color: #ffffff;
}
.form-dark input:focus, .form-dark textarea:focus {
  border-bottom: 1px solid #000000;
}
.form-dark .inputs-description {
  color: #444;
}

.form-light ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
}
.form-light :-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
}
.form-light ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
}
.form-light :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
}
.form-light input:focus:required:invalid,
.form-light textarea:focus:required:invalid {
  color: #ffffff;
}
.form-light input:required:valid,
.form-light textarea:required:valid {
  color: #ffffff;
}
.form-light input, .form-light textarea {
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
}
.form-light input:focus, .form-light textarea:focus {
  border-bottom: 1px solid #f288ae;
}
.form-light .inputs-description {
  color: rgba(255, 255, 255, 0.6);
}

.reply-group__icon {
  color: #000000;
}
.reply-group__icon.light {
  color: #f288ae;
}

.reply-group__title {
  color: #ffffff;
}
.reply-group__title.light {
  color: #ffffff;
}

.reply-group__text {
  color: #444;
}
.reply-group__text.light {
  color: rgba(255, 255, 255, 0.8);
}

/* ------------------------------------------------*/
/* Forms and Reply Groups Colors End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* PhotoSwipe Gallery Colors Start */
/* ------------------------------------------------*/
.my-gallery__descr {
  color: #ffffff;
}
.my-gallery__descr::after {
  background-color: #ffffff;
}

.pswp__caption__center h4 {
  color: #ffffff;
}
.pswp__caption__center h4 small {
  color: #ffffff;
}
.pswp__caption__center p {
  color: #ffffff;
}

.pswp__counter {
  color: #ffffff;
}

.pswp__bg {
  background: #70172c;
}

.pswp__button--close {
  background-color: #000000;
}

/* ------------------------------------------------*/
/* PhotoSwipe Gallery Colors End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Google Map Controls Colors Start */
/* ------------------------------------------------*/
#zoom-in, #zoom-out {
  background-color: #f07ba5;
  color: #ffffff;
}
.no-touch #zoom-in:hover, .no-touch #zoom-out:hover {
  background-color: #000000;
}

/* ------------------------------------------------*/
/* Google Map Controls Colors End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Notify Screen Colors Start */
/* ------------------------------------------------*/
.notify {
  background-color: #d32424;
}

/* ------------------------------------------------*/
/* Notify Screen Colors End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Stay-in-touch Screen Colors Start */
/* ------------------------------------------------*/
.stayintouch {
  background-color: #d32424;
}
@media only screen and (min-width: 1200px) {
  .stayintouch {
    background-color: transparent;
  }
}

/* ------------------------------------------------*/
/* Stay-in-touch Screen Colors End */
/* ------------------------------------------------*/