/*
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&family=Roboto+Slab:wght@300;400;500;600;700;800;900&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;
}
.hero-section {
    padding-top: 200px;
    padding-bottom: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 1;
}
.hero-section:after{
    content: "";
    clear: both;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: -1;
    opacity: .5;
    top: 0px;
    left: 0px;
}
.hero-section h2 {
    font-weight: 900;
    text-transform: capitalize;
    font-size: 30px;
    color: #fff;
    line-height: 45px;
    margin-top: 30px;
    margin-bottom: 50px;
}
.hero-section .content a {
    display: inline-block;
    padding: 20px 40px;
    background: var(--primary-color);
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 600;
    transition: all .2s;
}
.hero-section .content a:hover{
    background: var(--headding-color);
}
h2.section-title {
    font-size: 40px;
    font-weight: 900;
    text-transform: capitalize;
}
.demo-item {
    position: relative;
    overflow: hidden;
    background: #fff;
    text-align: center;
    height: 100%;
    box-shadow: 0px 7px 10px #ddd;
}
.demo-item img{
    width: 100%;
}
.demo-item h3 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 900;
    margin-top: 10px;
    margin-bottom: 10px;
}
.demo-item .overly-btn {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #120350c9;
    transition: all .3s ease;
    opacity: 0;
}
.demo-item:hover .overly-btn {
    opacity: 1;
}
.demo-item .overly-btn a {
    display: inline-block;
    float: left;
    margin: 0px 4px;
    padding: 10px 20px;
    background: var(--primary-color);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 5px;
    transition: all .3s ease;
}
.demo-item .overly-btn a:hover{
    color: var(--primary-color);
    background: #fff;
}
.demo-category ul li {
    display: inline-block;
    margin: 4px 4px;
    padding: 14px 25px;
    background: #d2d2d2;
    color: var(--headding-color);
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    transition: all .3s ease;
    cursor: pointer;
}
.demo-category ul li.mixitup-control-active {
    color: #fff;
    background: var(--primary-color);
}
@media (max-width: 991px){
    .hero-section {
        padding-top: 150px;
        padding-bottom: 150px;
    }
}