/*
Template Name: bforum - Coming Soon Form Template
Description: bforum - Commin Soon HTML5 Template
Author: CodexUnicTheme
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,700&amp;family=Roboto+Slab:wght@300;400;500;600;700;800;900&amp;display=swap');
:root {
  --body-color: #444;
  --main-color: #1e1b39;
  --primary-color: #5f3afc;
  --headding-color: #0B2B3C;
  --section-bg: #dadfe4;
  --btn-color2: #ED2C41;
}
body{
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: var(--body-color);
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-style: normal;
}
a,
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;
}
*::-moz-selection {
    background: var(--primary-color);
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background: var(--primary-color);
    color: #fff;
    text-shadow: none;
}
::selection {
    background: var(--primary-color);
    color: #fff;
    text-shadow: none;
}
h1,h2,h3,h4,h5,h6,p{
    margin:0;
    padding: 0;
}
h1,h1,h2,h3,h4,h5,h6{
    color: var(--headding-color);
    font-weight: 700;
    font-family: 'Roboto Slab', serif;
}
ul{
    margin:0;
    padding: 0;
    list-style: none;
}
a{
    text-decoration: none;
    transition: .4s;
    -webkit-transition: all .4s ease-in-out;
}
a:hover{
    text-decoration: none;
    color: var(--primary-color);
}
button:focus{
    outline: none;
}
input:focus{
    outline: none;
}
textarea:focus{
    outline: none;
}
p{
    color: var(--main-color);
    line-height: 26px;
}
img{
    max-width:100%;
}
.section-bg{
    background-color: var(--section-bg);
}
.section-padding{
    padding: 100px 0px;
}
.section-padding-2{
    padding-top: 100px;
    padding-bottom: 70px;
}
.section-padding-80{
    padding: 80px 0px;
}
.section-padding-70{
    padding: 70px 0px;
}
.section-padding-50{
    padding: 50px 0px;
}
.text-right{
    text-align: right;
}
.b-from-coming-soon.style-2 {
    background: linear-gradient(45deg, #0f23ff, #ff0f8d, #9064ff);
}
.content-coming-soon {
    padding: 100px 20px;
}
.content-coming-soon h2 {
    font-size: 50px;
    font-weight: 900;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.content-coming-soon  p {
    font-size: 16px;
    color: #fff;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 30px;
    font-weight: 500;
    line-height: 28px;
}
.content-countdwon ul li {
    display: inline-block;
    color: #fff;
    margin: 0px 15px;
}
.content-countdwon ul li span {
    font-size: 32px;
    font-weight: 700;
    line-height: 35px;
}
.content-countdwon ul li span small {
    display: block;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding-top: 4px;
}
.subscribe-from {
    max-width: 500px;
    margin: 0 auto;
    text-align: left;
    margin-top: 30px;
}
.subscribe-from form {
    position: relative;
}
.subscribe-from form input {
    width: calc( 100% - 120px );
    padding: 10px 20px;
    height: 60px;
    color: var(--body-color);
    font-weight: 600;
    border-radius: 6px 0px 0px 6px;
    border: none;
    font-family: 'Roboto Slab', serif;
    letter-spacing: 1px;
}
.subscribe-from form button.button-1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    border: none;
    height: 60px;
    color: #fff;
    background: var(--primary-color);
    border-radius: 0px 6px 6px 0px;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: 'Roboto Slab', serif;
}
.subscribe-from p {
    margin-top: 5px;
    font-size: 13px;
}
.coming-soon-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.b-from-coming-soon-3 {
    overflow: hidden;
}
.b-from-coming-soon-3 .container-fluid {
    padding: 0;
}
.content-coming-soon-3 {
    padding: 50px 0px;
}
.content-coming-soon-3 h2 {
    font-size: 51px;
    font-weight: 900;
    line-height: 60px;
    margin-bottom: 10px;
}
.content-coming-soon-3 p {
    color: #898ba6c9;
    font-family: 'Roboto Slab', serif;
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 30px;
}
.content-coming-soon-3  .content-countdwon ul li {
    color: var(--headding-color);
    margin: 0px 6px;
}
.content-countdwon ul li span strong {
    width: 100px;
    background: var(--section-bg);
    text-align: center;
    height: 90px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: 700;
    justify-content: center;
}
.content-coming-soon-3 .subscribe-from p {
    margin-top: 5px;
    font-size: 13px;
}
.content-coming-soon-3 .subscribe-from form input {
    background: var(--section-bg);
}
@media (max-width: 991px){
    .content-coming-soon-3 {
        padding: 50px 50px;
    }
}
@media (max-width: 576px){
    .content-coming-soon h2 {
        font-size: 40px;
    }
    .content-coming-soon {
        padding: 50px 20px;
    }
    .content-coming-soon-3 h2 {
        font-size: 32px;
        line-height: 36px;
    }
    .content-coming-soon-3 p {
        font-size: 15px;
        margin-bottom: 30px;
    }
}
@media (max-width: 450px){
    .content-coming-soon h2 {
        font-size: 32px;
    }
    .content-coming-soon  p {
        font-size: 14px;
    }
    .content-countdwon ul li span {
        font-size: 20px;
        line-height: 30px;
    }
    .content-countdwon ul li span small {
        padding-top: 0px;
    }
    .content-countdwon ul li {
        margin: 0px 8px;
    }
    .subscribe-from form button.button-1 {
        width: 92px;
        height: 50px;
        font-size: 12px;
    }
    .subscribe-from form input {
        width: calc( 100% - 92px );
        padding: 6px 20px;
        height: 50px;
        font-size: 13px;
    }
    .subscribe-from p {
        font-size: 12px;
        line-height: 20px;
    }
}