/* * ---------------------------------------------------------------------------------------- 
Template Name: Naxxe
Version : 1.0
Author  : 

* ---------------------------------------------------------------------------------------- */

/* * ---------------------------------------------------------------------------------------- * 

// Table of contents
01. General Styles
  - Preloader
  - Section title
  - Scroll Up
  -breadcrumb
01.Hero Homepage Style
    -Slider Homepage
    -Animation bg Homepage
    -Video Bg Homepage
    -Animation Bg Homepage
    -Video Bg Homepage
    -Parallax Homepage
    -Coming Soon Homepage

/* 
* ---------------------------------------------------------------------------------------- *

/*----------------------------------------------------*/


/* 01.General Styles 
/*----------------------------------------------------*/



@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap');

body {
    height: 100%;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    color: #666;
    overflow-x: hidden;
    background: #fff;
    line-height: 30px;
}

html,
body {
    height: 100%
}

h2,
h4 {
    font-weight: 600;
    color: #111111;
}

h1,
h2,
h3,
h4,
h5,
h6,
a {
    font-family: 'Poppins', sans-serif;

}

a {
    text-decoration: none;
    font-weight: 600;
}

img {
    width: 100%;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

p {
    margin-bottom: 15px;
}

ul,
li {
    margin: 0;
    padding: 0;
}

li {
    display: inline-block;
    list-style: none;
}

a {
    text-decoration: none;
}

fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

.no-pad {
    padding-left: 0;
    padding-right: 0
}

.gray-bg {
    background: #f8f9fc;
}

.bg {
    background: #1273EB;
}

.naxxe-deafult{
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 1;
}

/*Preloader*/
.preloader-area {
    position: relative;
    background: #fff;
    z-index: 11000;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.preloader-area {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

.preloader-area h2 {
    position: absolute;
    left: 50%;
    top: 57%;
    transform: translate(-50%, -50%);
    font-size: 22px;
    text-transform: capitalize;
}

.loader {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    left: 50%;
    margin-left: -40px;
}

#loader-1:before,
#loader-1:after {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 10px solid transparent;
    border-top-color: #4A00E0;
}

#loader-1:before {
    z-index: 100;
    animation: spin 1s infinite;
}

#loader-1:after {
    border: 10px solid #ccc;
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*Coming Soon Homepage 1*/
.coming-hero{
    width: 100%;
    height: 100vh;
    background: url(../img/bg/bg-1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}
.comingsoon-box {
    background: rgba(0, 0, 0, 0.4);
    padding: 60px;
    border-radius: 40px;
}

a.c-m-logo {
    display: block;
    width: 100px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 50px;
}

.comingsoon-box h2 {
    color: #fff;
    text-transform: capitalize;
    font-size: 60px;
    font-weight: 600;
}
.custom-time-date {
    margin: 80px 0;
}
.cm-social li a {
    color: #fff;
    font-size: 40px;
    display: inline-block;
    margin: 0 10px;
    transition: .5s;
}

.cm-social li a:hover {
color: #4A00E0;
}

.custom-time-date .count-down {
    padding: 30px 0;
    font-size: 45px;
    color: #ffffff;
    text-align: center;
    display: inline-block;
    width: 120px;
    margin: 0px 22px;
    height: 120px;
    font-weight: 600;
    position: relative;
    line-height: 45px;
    z-index: 1;
}

.custom-time-date .count-down::after {
    content: '';
    height: 120px;
    width: 120px;
    display: block;
    top: 0;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    position: absolute;
    z-index: -1;
    background: rgb(131,58,180);
    background: linear-gradient(315deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
    border-radius: 4px;
}

.custom-time-date .count-down span {
    display: block;
    line-height: 10px;
    color: #fff;
    font-size: 15px;
    margin-top: 10px;
}


/*Coming Soon 2*/

.coming-hero-two {
    background: url(../img/bg/bg-2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
div.overlay{
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}


.comingsoon-style-two .custom-time-date{}
.comingsoon-style-two .custom-time-date .count-down span{}
.comingsoon-style-two .custom-time-date .count-down{

}

.com-text h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 0;
    margin: 30px 0;
    display: inline-block;
}

.comingsoon-style-two .custom-time-date .count-down:after{
    content: '';
    height: 120px;
    width: 120px;
    display: block;
    top: 0;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    position: absolute;
    z-index: -1;
    background-color: #FFE53B;
    background-image: linear-gradient(147deg, #FFE53B 0%, #FF2525 74%);

    border-radius: 4px;
}

/*Coming Soon 3*/

.coming-hero-three {
    background: url(../img/bg/bg-3.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
div.overlay{
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}


.comingsoon-style-two .custom-time-date{}
.comingsoon-style-two .custom-time-date .count-down span{}
.comingsoon-style-two .custom-time-date .count-down{

}

.com-text h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 0;
    margin: 30px 0;
    display: inline-block;
}

.comingsoon-style-two .custom-time-date .count-down:after{
    background-color: #FFE53B;
    background-image: linear-gradient(147deg, #FFE53B 0%, #FF2525 74%);
    border-radius: 4px;
}

div.com-text p {
    color: #fff;
    text-transform: capitalize;
    font-size: 18px;
    padding: 0 200px;
    margin-top: 50px;
    line-height: 35px;
}


/*Coming Soon 4*/

.coming-hero-four {
    background: url(../img/bg/bg-4.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
div.overlay{
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}
.cm-social.m-top-50{
    margin-top: 50px;
}
.custom-time-date .count-down.m-btn-50{
    margin-bottom: 50px;
}
.comingsoon-style-two .custom-time-date{}
.comingsoon-style-two .custom-time-date .count-down span{}
.comingsoon-style-two .custom-time-date .count-down{

}

.com-text h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 0;
    margin: 30px 0;
    display: inline-block;
}

.com-right-intro .custom-time-date .count-down:after{
background-color: #F4D03F;
background-image: linear-gradient(132deg, #F4D03F 0%, #16A085 100%);


}
.com-text.p-0 p {
    padding-left: 0;
    padding-right: 100px;
}
a.c-m-logo.logo-left {display: inline-block;text-align: left;}

/*Coming Soon 5*/

.coming-hero-five {
    background: url(../img/bg/bg-5.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
div.overlay{
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}
.cm-social.m-top-50{
    margin-top: 50px;
}
.custom-time-date .count-down.m-btn-50{
    margin-bottom: 50px;
}
.comingsoon-style-two .custom-time-date{}
.comingsoon-style-two .custom-time-date .count-down span{}
.comingsoon-style-two .custom-time-date .count-down{

}

.com-text h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 0;
    margin: 30px 0;
    display: inline-block;
    line-height: 54px;
}

.com-right-intro .custom-time-date .count-down:after{
background-color: #21D4FD;
background-image: linear-gradient(19deg, #21D4FD 0%, #B721FF 100%);


}

.input-group.coming-soon {
    width: 55%;
    margin: 0 auto;
    height: 50px;
    border-radius: 4px !important;
}

span.input-group-btn {
    background-color: #21D4FD;
    background-image: linear-gradient(19deg, #21D4FD 0%, #B721FF 100%);
    color: #fff;
}

button.btn {
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    padding: 20px 25px;
}

.input-group.coming-soon{
    margin-top: 50px;
}

.com-right-intro.center-item {
    text-align: center;
}

/*demo css*/

section.naxxe-demo {
    padding: 100px 0;
}

.com-demo-text {
    text-align: center;
}

.com-demo-text h2 {
    text-transform: capitalize;
    font-size: 50px;
    margin-bottom: 50px;
}

.single-demo {
    text-align: center;
}

.single-demo h2 {
    color: #333;
    font-size: 22px;
    text-transform: capitalize;
    padding: 10px 0;
    display: block;
}

.single-demo {
    margin-bottom: 30px;
}