/**
* Name: Spirit - Domain for Sale WordPress Plugin
* Author: TwinkleTheme
* Support: https://twinkletheme.com/docs/support/
* Description: Spirit - Domain for Sale WordPress Plugin
* Version: 1.0.0
*/


/*
CSS INDEX
===================
01. Default
02. Preloader
03. Domain for Sale
*/


/**
*   01. Default
*/

@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@300;400;500;600;700;800;900&family=Rubik:wght@300;400;500;600;700;800;900&display=swap');
:root {
    /**
  @font family declaration
  */
    --tt-ff-fira-sans: 'Fira Sans', sans-serif;
    --tt-ff-rubik: 'Rubik', sans-serif;
    --tt-ff-fontawesome: "Font Awesome 5 Free";
    /**
  @color declaration
  */
    --tt-common-white: #ffffff;
    --tt-common-black: #222222;
    --tt-heading-primary: #001d23;
    --tt-heading-primary-hover: #001d23;
    --tt-grey-1: #f1f1f1;
    --tt-grey-2: #f9f9f9;
    --tt-grey-3: #fbfbfa;
    --tt-grey-4: #edebe6;
    --tt-text-body: #787878;
    --tt-text-1: #ff6f0f;
    --tt-text-2: #cdb30c;
    --tt-theme-1: #ff6f0f;
    --tt-theme-2: #3a2701;
    --tt-theme-3: #fff;
    --tt-button-theme-1: #001d23;
    --tt-button-theme-2: #ff6f0f;
    /**
  @font weight declaration
  */
    --tt-fw-normal: normal;
    --tt-fw-elight: 200;
    --tt-fw-light: 300;
    --tt-fw-regular: 400;
    --tt-fw-medium: 500;
    --tt-fw-sbold: 600;
    --tt-fw-bold: 700;
    --tt-fw-ebold: 800;
    --tt-fw-black: 900;
    /**
  @font size declaration
  */
    --tt-fz-body: 16px;
    --tt-fz-p: 14px;
    --tt-fz-h1: 40px;
    --tt-fz-h2: 35px;
    --tt-fz-h3: 28px;
    --tt-fz-h4: 22px;
    --tt-fz-h5: 18px;
    --tt-fz-h6: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--tt-ff-rubik);
    font-weight: var(--tt-fw-normal);
    font-size: var(--tt-fz-body);
    font-style: normal;
    color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--tt-ff-fira-sans);
    color: var(--tt-heading-primary);
    margin-top: 0px;
    font-weight: var(--tt-fw-sbold);
    text-transform: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: var(--tt-heading-primary);
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #fff;
}

h1 {
    font-size: var(--tt-fz-h1);
}

h2 {
    font-size: var(--tt-fz-h2);
}

h3 {
    font-size: var(--tt-fz-h3);
}

h4 {
    font-size: var(--tt-fz-h4);
}

h5 {
    font-size: var(--tt-fz-h5);
}

h6 {
    font-size: var(--tt-fz-h6);
}

p {
    font-size: var(--tt-fz-body);
    font-weight: var(--tt-fw-normal);
    line-height: 28px;
    color: #fff;
    margin-bottom: 15px;
}

input,
select {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

img {
    width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
.img,
img,
a,
a:hover,
.button,
button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:focus,
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus .button:focus {
    text-decoration: none;
    outline: none;
}

a:hover {
    color: inherit;
}

a,
button {
    color: inherit;
    outline: medium none;
    text-decoration: none;
}

*::-moz-selection {
    background: var(--tt-common-black);
    color: var(--tt-common-white);
    text-shadow: none;
}

::-moz-selection {
    background: var(--tt-common-black);
    color: var(--tt-common-white);
    text-shadow: none;
}

::selection {
    background: var(--tt-common-black);
    color: var(--tt-common-white);
    text-shadow: none;
}

*::-moz-placeholder {
    color: #555;
    font-size: 14px;
    opacity: 0.6;
}

*::placeholder {
    color: #555;
    font-size: 14px;
    opacity: 0.6;
}


/**
*   Common Classes
*/

.fix {
    overflow: hidden;
}

.clear {
    clear: both;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.bg-property {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ddd;
}

.box-shadow-1 {
    -webkit-box-shadow: 0px 3px 81px 0px rgba(6, 6, 6, 0.09);
    -moz-box-shadow: 0px 3px 81px 0px rgba(6, 6, 6, 0.09);
    -ms-box-shadow: 0px 3px 81px 0px rgba(6, 6, 6, 0.09);
    -o-box-shadow: 0px 3px 81px 0px rgba(6, 6, 6, 0.09);
    box-shadow: 0px 3px 81px 0px rgba(6, 6, 6, 0.09);
}

.box-shadow-2 {
    -webkit-box-shadow: 0px 3px 81px 0px rgba(6, 6, 6, 0.09);
    -moz-box-shadow: 0px 3px 81px 0px rgba(6, 6, 6, 0.09);
    -ms-box-shadow: 0px 3px 81px 0px rgba(6, 6, 6, 0.09);
    -o-box-shadow: 0px 3px 81px 0px rgba(6, 6, 6, 0.09);
    box-shadow: 0px 3px 81px 0px rgba(6, 6, 6, 0.09);
}

.box-shadow-3 {
    -webkit-box-shadow: 0px 3px 81px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 3px 81px 0px rgba(0, 0, 0, 0.09);
    -ms-box-shadow: 0px 3px 81px 0px rgba(0, 0, 0, 0.09);
    -o-box-shadow: 0px 3px 81px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 3px 81px 0px rgba(0, 0, 0, 0.09);
}

[data-overlay=theme-1]::before {
    background-color: var(--tt-theme-1);
}

[data-overlay=theme-2]::before {
    background-color: var(--tt-theme-2);
}

[data-overlay=black]::before {
    background-color: #000;
}

.spirit-overlay {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2;
}

.spirit-overlay::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    z-index: -10;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
    background-color: #000;
}

#scrollUp {
    bottom: 100px;
    right: 175px;
    width: 50px;
    height: 61px;
    line-height: 61px;
    font-size: 18px;
    text-align: center;
    border-radius: 20px 20px 0 0;
    background-color: var(--tt-theme-1);
    color: #fff;
}

#contact-form .error {
    margin-bottom: 10px;
    color: red;
}

p.form-message {
    margin-bottom: 0!important;
}

p.form-message.error {
    color: red;
    margin-top: 15px;
    margin-bottom: 0!important;
}

p.form-message.success {
    color: green;
    margin-top: 15px;
    margin-bottom: 0!important;
}

.white-color {
    color: var(--tt-common-white);
}

.white-bg {
    background: var(--tt-common-white);
}

.gray-bg {
    background: var(--tt-grey-1);
}

.gray-bg-2 {
    background: var(--tt-grey-2);
}

.theme-bg-1 {
    background: var(--tt-theme-1);
}

.theme-bg-2 {
    background: var(--tt-theme-2);
}

.b-color-1 {
    border-color: var(--tt-border-1);
}

.b-color-2 {
    border-color: var(--tt-border-2);
}


/**
*   02. Preloader
*/

.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: var(--tt-theme-1);
    z-index: 99;
}

.preloader .sk-plane,
.preloader .sk-chase,
.preloader .sk-bounce,
.preloader .sk-wave,
.preloader .sk-pulse,
.preloader .sk-flow,
.preloader .sk-swing,
.preloader .sk-circle,
.preloader .sk-circle-fade,
.preloader .sk-grid,
.preloader .sk-fold,
.preloader .sk-wander {
    position: absolute;
    left: 50%;
    top: 45%;
    margin: 0;
    margin-left: -20px;
    margin-top: -20px;
}

.sk-plane,
.sk-chase-dot:before,
.sk-bounce-dot,
.sk-wave-rect,
.sk-pulse,
.sk-flow-dot,
.sk-swing-dot,
.sk-circle-dot:before,
.sk-circle-fade-dot:before,
.sk-grid-cube,
.sk-fold-cube:before,
.sk-wander-cube {
    background-color: var(--tt-theme-3);
}


/**
*   03. Domain for Sale
*/

.domain-for-sale-content {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: auto;
    margin-bottom: auto;
}

.domain-for-sale-content h5 {
    display: inline-block;
    font-size: 30px;
    padding: 10px 25px;
    text-transform: uppercase;
    margin-bottom: 30px;
    border-radius: 5px;
}

.domain-for-sale-content h4 {
    font-size: 24px;
    margin-bottom: 30px;
}

.domain-for-sale-content h4 span {
    padding: 8px 20px;
    margin-left: 10px;
    border-radius: 50px;
}

.domain-for-sale-content h1 {
    font-size: 70px;
    margin-bottom: 30px;
}

.clip-path-1 {
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}

.domain-for-sale-contact {
    margin-top: 30px;
}

.domain-for-sale-contact a {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    margin-right: 20px;
}

.domain-for-sale-contact a:hover {
    color: #ff6f0f;
}

.domain-for-sale-form {
    position: relative;
    padding: 50px 40px;
}

.domain-for-sale-form p {
    color: var(--tt-text-body);
    margin-bottom: 35px;
}

.form-special-design-1:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 200px 200px 0;
    border-color: transparent #ff6f0f transparent transparent;
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: -1;
}

.form-special-design-1:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 200px 200px 0;
    border-color: transparent #ffd6ba transparent transparent;
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: -2;
}

.domain-for-sale-form input {
    display: block;
    width: 100%;
    height: 50px;
    padding: 15px 25px;
    margin-bottom: 20px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.domain-for-sale-form textarea {
    display: block;
    width: 100%;
    padding: 15px 25px;
    margin-bottom: 20px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.theme-btn {
    background-color: var(--tt-button-theme-2);
    color: #fff;
    font-family: var(--tt-ff-fira-sans);
    font-size: 18px;
    font-weight: 700;
    padding: 15px 40px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    line-height: 1;
    height: 50px;
    text-transform: uppercase;
    text-align: center;
    border: none;
}

.theme-btn:hover {
    background-color: var(--tt-text-1);
    color: var(--tt-common-white);
}

.theme-btn:focus {
    background-color: var(--tt-text-1);
    color: #fff;
}

.cmk-button:before,
.cmk-button:after {
    background-color: var(--tt-button-theme-1);
}

.modal-backdrop {
    z-index: inherit;
}

.domain-for-sale-form .btn-close {
    position: absolute;
    right: 30px;
}

.domain-for-sale-2 .domain-for-sale-content p {
    margin-bottom: 40px;
}

.domain-for-sale-content.style-2 {
    padding: 250px 80px;
    text-align: center;
}

.domain-for-sale-form.style-2 {
    position: relative;
    padding: 50px 40px;
    margin: 170px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.swal2-container.swal2-center>.swal2-popup .nice-select {
    display: none;
}