/*
Theme Name: cmd bara
Theme URI: 
Description: cmd bara
Author: cmd bara
Author URI: https://devcom-media.com
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cmd bara
*/
 

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*
section{
    
}

.container-fluid{
    scroll-snap-align: start;
    height: 100vh;
}

footer{
    scroll-snap-align: start;
    background-color: red; 
}
*/

*:active, *:focus{
    box-shadow: none !important;
    outline: none !important;
}
.no-scroll,
body.no-scroll,
html.no-scroll{
    overflow: hidden !important;
}
 
.grecaptcha-badge{
    display: none;
}


html{
    scroll-behavior: smooth;
    overflow-x: hidden;
}
 
body{
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #777; 
    line-height: normal;
}


.wysiwyg *:last-child{
    margin-bottom: 0;
}

.aligncenter{
    display: flex;
    margin: auto;
}
.alignright{
    float: right;
    margin-left: 50px;
}
.primary-color{
    color: #D20000 !important;
}
.secondary-color{
    color: #D20000 !important;
} 
.primary-background{
    background-color: #D20000 !important;
}
.secondary-background{
    background-color: #D20000 !important;
}
.white-background{
    background-color: #FFF !important;
}

b, strong{
    font-weight: 600;
}
h1, h2{
    font-family: 'Poppins', sans-serif;
    color: #231F1E
}

h1{
    font-size: 40px;
    font-weight: 600;  
    margin-bottom: 20px;
    line-height: normal;
}
h2{
    font-size: 40px;
    font-weight: 600;  
    margin-bottom: 20px;
    line-height: 1.3;
}
h3{
    font-size: 24px;
    font-weight: 600;  
    line-height: normal;
}
h4{
    font-size: 24px;
    font-weight: 600;  
    line-height: normal;
}
h5{
    font-size: 15px;
    font-weight: 600;  
    margin-bottom: 10px;
    text-transform: uppercase;
    line-height: normal;
    padding-left: 80px;
    position: relative;
}
h5:before{
    content: '';
    width: 72px;
    height: 3px;
    position: absolute;
    left: 0;
    top: 7px;
    background-color: #D20000;
}
h6{  
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    font-size: 40px;
} 



h1 strong, h1 b, h2 strong, h2 b, h3 strong, h3 b{
    color: #D20000 !important;
    font-weight: inherit;  
}


a{
    text-decoration: none; 
    color: #D20000
}
a:hover{
    text-decoration: none;
    color: #D20000;
}
button.btn,
a.btn{
    background-color: #D20000;
    color: #FFFFFF; 
    padding: 8px 33px; 
    border-radius: 100px;
    font-size: 16px;
    font-weight: 600;
    min-width: 150px; 
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;  
} 
button.btn:hover,
a.btn:hover,
button.btn.yellow,
a.btn.yellow{
    background-color: #231F1E;
    color: #FFFFFF;
} 
.ancre{
    position: absolute;
    top: -100px;
}


.maintenance{
    height: 100vh;
    display: flex;
    align-items: center;
    background-image: url(assets/images/cmd-bara-facade.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #F2F2F2;
    position: relative;
    z-index: 0;
}

.maintenance:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, .7);
}

.maintenance h1{
    color: #F2F2F2;
    line-height: 1.3;
}
.maintenance form label{
    position: relative;
    padding-left: 15px;
    font-size: 13px;
}
.maintenance form label:before{
    content: '';
    position: absolute;
    bottom: -2px;
    width: 302px;
    height: 1px;
    background-color: #F2F2F2;
    right: 6px;
}
.maintenance form label:after{
    content: '';
    position: absolute;
    top: 12px;
    width: 254px;
    height: 1px;
    background-color: #F2F2F2;
    right: 6px;
}
.maintenance form label > span{
    padding: 5px;
    position: relative;
    display: block !important;
}
.maintenance form label > span:before{
    content: '';
    width: 6px;
    height: 60px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #F2F2F2;
    border-right: 0;
    left: -12px;
    top: -8px;
    position: absolute;
}
.maintenance form label > span:after{
    content: '';
    width: 6px;
    height: 60px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid white;
    border-left: 0;
    right: 0;
    top: -8px;
    position: absolute;
}
.maintenance form label > span input{
    width: 300px;
    height: 40px;
    background-color: transparent;
    border: unset;
    margin-left: -8px;
    font-size: 15px;
    color: #F2F2F2;
} 

.maintenance form input[type=submit]{
    width: 318px;
    border-radius: 5px;
    height: 60px;
    font-weight: 600;
    border: 0;
    margin-top: 10px;
    background-color: white;
    color: black;
}
.maintenance form input[type=submit]:hover{
    background-color: #D20000;
    color: #F2F2F2;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
    position: absolute;
    bottom: -21px;
    left: 0;
}
.maintenance  ul li{
    margin-bottom: 10px;
}
.maintenance  ul li a{
    color: #F2F2F2;
}
.maintenance img{
    position: absolute;
    top: 0;
    right: 0;
}
footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    color: #F2F2F2;
}

@media screen and (min-width: 320px) and (max-width: 700px) {
    body{
        font-size: 13px;
        background-color: black;
    }
    .maintenance{
        background-image: unset;
        display: block;
        height: unset;
        background-color: black;
    }
    .maintenance h1{
        font-size: 25px;
    }
    .maintenance img.img_facade{
        position: unset;
    }
    .maintenance img.opening_soon{
        width: 240px;
    }
    .maintenance p, .maintenance h1{
        max-width: 317px;
    }
    footer{
        position: unset;
        background-color: black;
    }
    footer p{
        font-size: 13px;
    }
    .col-sm-5.pt-4{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    
}

@media (min-width: 768px){
    
}

@media (min-width: 992px){
    
}
@media (min-width: 1200px){
     
}

@media (min-width: 1400px){
    
}

