
/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

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


/***** Font Files *****/

@font-face {
    font-family: 'Eurostile-Bold-Regular';
    src: url(../fonts/Eurostile-Bold-Regular.otf);
}


@font-face {
    font-family: 'Hey-August';
    src: url(../fonts/Hey-August.ttf);
}


@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}


/***** Custom Classes *****/

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'Eurostile-Bold-Regular';
    line-height: 78px;
    margin: 0 0 17px;
    color: #000;
    font-size: 164px;
    font-weight: 400;
    letter-spacing: 11px;
}

h2 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 55px;
    line-height: 60px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 30px;
}

h3 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 30px;
    line-height: 34px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 24px;
    line-height: 29px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 20px;
    line-height: 25px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 18px;
    line-height: 23px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

p {
    color: #41ACCA;
    font-size: 50px;
    line-height: 60px;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}
/*Coming Soon Start*/


.progress {
    background-color: #d8d8d8;
    border-radius: 60px;
    position: relative;
    margin: 15px 0;
    height: 60px;
    width: 100%;
    border: 2px solid #000;
}

.progress-done {
    background: linear-gradient(to left, #019bff, #019bff);
    /* box-shadow: 0 3px 3px -5px #292929, 0 2px 5px #F2709C; */
    border-radius: 60px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: start;
    height: 100%;
    width: 0;
    opacity: 0;
    transition: 1s ease 0.3s;
    font-size: 30px;
    font-family: 'Eurostile-Bold-Regular';
    padding-left: 30px;
}

section.comingsoon-sec {
    position: relative;
    padding: 80px 0 0;
    height: 100vh;
}

section.comingsoon-sec:before {
    content: '';
    position: absolute;
    background-image: url(../images/coming-left.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 30%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    );
}

.coing-logo {
    text-align: center;
    margin: 0 0 50px;
}

.coing-logo img {
    width: 30%;
    /* width: 60%; */
}

h1 span {
    background: linear-gradient(-89.78deg, rgb(1 155 255) 0%, rgb(1 155 255) 50%, rgb(1 155 255) 100%) !important;
    background-clip: text;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    -webkit-text-stroke: 1px #ffffff !important;
    font-family: 'Hey-August';
    font-size: 130px;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-text-stroke-width: 3px;
    stroke-width: 3px;
    -webkit-text-stroke-color: #FFFFFF;
    stroke: #FFFFFF;
    letter-spacing: 10px;
}

.coming-txt h4 {
    text-align: right;
    color: #000000;
    font-size: 24px;
    font-family: 'Eurostile-Bold-Regular';
    margin-top: -80px;
    margin-right: 30px;
}

.coming-txt a {
    text-align: right;
    display: block;
    color: #019bff;
    font-size: 20px;
    font-family: 'Eurostile-Bold-Regular';
    outline: none;
}


.progress-barrrr {
    position: relative;
}

.progress-barrrr span {
    position: absolute;
    top: 30%;
    right: 30px;
    color: #292929;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Eurostile-Bold-Regular';
}

.wesite-name a {
    text-align: center !important;
    margin: 40px auto 0;
    background: linear-gradient(90deg, rgb(0 0 0) 0%, rgb(0 0 0) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Eurostile-Bold-Regular';
}

.coing-logo a {
    text-align: center;
    font-size: 35px;
    color: #019bff;
}

.email-shop {
    margin-bottom: 50px;
}


.coimg-form {
    padding-top: 50px;
    width: 66%;
    margin: auto;
}

.coimg-form input {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border: 1px solid #000;
    margin: 0 0 20px;
    color: #000;
}

.coimg-form textarea {
    width: 100%;
    height: 150px;
    padding: 20px;
    border: 1px solid #000;
}

.fotm-btn {
    text-align: center;
    margin-top: 20px;
}

.btn1 {
    background: #019bff;
    font-size: 16px;
    color: #fff;
    font-family: 'Eurostile-Bold-Regular';
    border: 0;
    height: 50px;
    padding: 0 40px;
}

section.comingsoon-sec:after {
    content: '';
    position: absolute;
    background-image: url(../images/coming-right.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 31%;
    height: 100%;
    z-index: -1;
    top: 0;
    right: 0;
}

.coming-txt {
    padding: 0 70px;
    padding-top: 170px;
}

@media only screen and (min-width: 1366px) and (max-width: 1440px) {
    .coming-txt {
    padding: 0 20px;
    padding-top: 210px;
}
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .coming-txt {
    padding: 0 20px;
    padding-top: 130px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .coming-txt {
    padding: 0 0;
    padding-top: 50px;
}

.coming-txt h4 {
    margin-top: 0;
}

.coming-txt h4 a {
    text-align: center;
}

.coming-txt h1 {
    font-size: 110px;
    line-height: 100px;
    text-align: center;
}

section.comingsoon-sec:before {
    width: 40%;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .coming-txt {
    padding: 0 0;
    padding-top: 50px;
}

.coming-txt h4 {
    margin-top: 0;
}

.coming-txt h4 a {
    text-align: center;
}

.coming-txt h1 {
    font-size: 110px;
    line-height: 100px;
    text-align: center;
}

section.comingsoon-sec:before {
    width: 10%;
    display:none;
}

section.comingsoon-sec:after {
    display:none;
}
    
}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {
    section.comingsoon-sec:before{
        display:none;
    }
    section.comingsoon-sec:after{
         display:none;
    }
    .coming-txt h1 {
    line-height: 78px;
    font-size: 76px;
    letter-spacing: 4px;
    text-align: center;
}

.coming-txt h4 {
    margin-top: 0;
    margin-right: 0;
    text-align: center;
}

.coing-logo {
    margin-bottom: 10px;
}

.coming-txt a {
    text-align: center;
    font-size: 30px;
}

.coming-txt h1 span {
    font-size: 100px;
    text-align: center;
}
.coming-txt {
    padding: 0 0;
    padding-top: 50px;
}
    
}
