@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;
}
section.soon-sc {
    /*background: #ededed;*/
    display: flex;
    align-items: center;
}

.choose-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 170px;
    background: #f6f6f6;
    padding: 0 4rem;
    text-align: center;
    border-radius: 10px;
    transition: 0.4s all;
    width: 90%;
    margin: 0 auto;
}

.choose-box:hover {
    box-shadow: 0px 0px 5px #bdbdbd;
}

.choose-box>img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    display: block;
    margin-bottom: 10px;
}

.choose-box>h5 {
    color: black;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
}

.choose-sec .row {
    width: 90%;
    margin: 0 auto;
}

.soon-sc {
    /* background-image: url(../images/banner2.png); */
    width: 100%;
    height: 100vh;
    background-position: center top;
    background-size: cover;
    padding: 20px 0;
    overflow: hidden;
}

.soon-txt img {
    width: 205px;
    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: 35px;
    margin-bottom: 0;
    color: #000;
}

.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: #fff;
    text-decoration: none !important;
    margin-bottom: 32px;
    font-family: 'amplreg';
}

.soon-txt div#countdown ul li p {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    letter-spacing: 6px;
    /* text-decoration: underline; */
    text-align: center;
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
}

.soon-txt input[type="text"] {
    width: 100%;
    background: transparent;
    border: 1px solid #000;
    padding: 10px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 500;
}
.soon-txt input[type="text"]::placeholder {
    color: #000;
}
.soon-txt form {
    width: 60%;
    margin: auto;
}

.soon-txt i {
    position: absolute;
    right: 17px;
    color: #000;
    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: 50px;
    font-family: 'amplreg';
    margin-bottom: 20px;
    
}
.soon-txt button {
    border: 1px solid #fff;
    margin: 0 auto;
    background: linear-gradient(90deg, #fe0e0d, #080c3c, #032041, #213092);
    width: 30%;
    height: 50px;
    font-size: 16px;
    border-radius: 40px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
}
.soon-txt input[type="text"]::placeholder {
    color: #000;
}
@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));
}


@media only screen and (min-width: 300px) and (max-width: 519px){
    .soon-sc {
    height: auto;;
    }
    .choose-box {
        margin-bottom: 30px;
    }
    .soon-txt h2 {
        font-size: 35px;
    }
    .soon-txt form {
        width: 90%;
    }
    .soon-txt button {
        width: 60%;
    }
}
@media only screen and (min-width: 520px) and (max-width: 768px){
    
    .soon-sc {
    height: auto;;
    }
    .choose-box {
        margin-bottom: 30px;
    }
    .soon-txt h2 {
        font-size: 35px;
    }
    .soon-txt form {
        width: 90%;
    }
    .soon-txt button {
        width: 60%;
    }
    
}
@media only screen and (min-width: 769px) and (max-width: 1024px){
    
    .soon-sc {
    height: auto;;
    }
    .choose-box {
        margin-bottom: 30px;
    }
    .soon-txt h2 {
        font-size: 35px;
    }
    .soon-txt form {
        width: 90%;
    }
    .soon-txt button {
        width: 60%;
    }
    .choose-box p {
        font-size: 11px;
        line-height: 20px;
        font-weight: 500;
    }
    .soon-txt h2 {
        font-size: 40px;
    }
    .soon-txt h3 {
        font-size: 30px;
    }
    .soon-txt input[type="text"] {
        padding: 8px 20px;
    }
    .choose-box {
        padding: 0 1rem;
        width: 100%;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1300px){
    .soon-sc {
    height: auto;;
    }
    .choose-box p {
        font-size: 11px;
        line-height: 20px;
        font-weight: 500;
    }
    .soon-txt h2 {
        font-size: 40px;
    }
    .soon-txt h3 {
        font-size: 30px;
    }
    .soon-txt input[type="text"] {
        padding: 8px 20px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1199px){
    .soon-sc {
    height: auto;;
    }
    .choose-box p {
        font-size: 11px;
        line-height: 20px;
        font-weight: 500;
    }
    .soon-txt h2 {
        font-size: 40px;
    }
    .soon-txt h3 {
        font-size: 30px;
    }
    .soon-txt input[type="text"] {
        padding: 8px 20px;
    }
    .choose-box {
        padding: 0 1rem;
        width: 100%;
    }
}