@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/***** 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: '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
}

@font-face {
    font-family: amplreg;
    src: url('../fonts/amplreg.ttf');
}


/* soon sec css */

#particles-js {
    position: absolute;
    height: 100%;
    width: 100%;
    background: transparent;
    opacity: 0.3;
    z-index: 1;
}

.soon-sc {
    /* background-image: url(../images/banner2.png); */
    width: 100%;
    height: 100vh;
    background-position: center top;
    background-size: cover;
    padding: 30px 0;
    overflow: hidden;
}

.soon-txt img {
    width: 8vw;
    display: block;
    margin: auto;
    z-index: 99;
    position: relative;
}

.soon-txt {
    text-align: center;
    position: relative;
    z-index: 9;
}

.soon-txt h3 {
    margin-top: 40px;
    font-size: 42px;
    margin-bottom: 0;
    color: #fe3f39;
}

.soon-txt div#countdown ul {
    display: flex;
    align-items: center;
    width: 60%;
    margin: 10px auto 20px;
    justify-content: space-between;
}

.soon-txt div#countdown ul li span {
    display: block;
    font-size: 50px;
    font-weight: 700;
    color: #597b01;
    text-decoration: none !important;
    margin-bottom: 32px;
    font-family: 'amplreg';
}

.soon-txt div#countdown ul li p {
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    letter-spacing: 6px;
    /* text-decoration: underline; */
    text-align: center;
    border-bottom: 2px solid #fe3f39;
    padding-bottom: 5px;
}

.soon-txt input {
    width: 100%;
    background: transparent;
    border: 1px solid #0000006e;
    padding: 15px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 500;
}

.soon-txt form {
    width: 60%;
    margin: auto;
}

.soon-txt i {
    position: absolute;
    right: 17px;
    color: #fe3f39;
    font-size: 22px;
    top: 16px;
}

.soon-txt input[type="text"]::placeholder {
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
}


.soon-txt h2 {
    color: #000;
    text-transform: uppercase;
    font-size: 75px;
    font-family: 'amplreg';
    margin-bottom: 20px;
    
}
.soon-txt button {
    border: 1px solid #fe3f39;
    margin: 0 auto;
    background: #fff;
    color: #fe3f39;
    width: 30%;
    height: 65px;
    font-size: 20px;
    border-radius: 40px;
    text-transform: uppercase;
    font-weight: 500;
}
@keyframes waviy {
  0%,40%,100% {
    transform: translateY(0)
  }
  20% {
    transform: translateY(-20px)
  }
}
.waviy span {
    position: relative;
    display: inline-block;
    color: #000;
    text-transform: uppercase;
    animation: waviy 1s infinite;
    animation-delay: calc(.1s * var(--i));
}
.comingsoondate h4 {
    color: #fe3f39;
    font-size: 55px;
    text-transform: uppercase;
    font-weight: 600;
}