:root {
    --dark:#16191c;
    --dark-x:#1e2126;
    --ligth:#fff;
}

body{
    color:#fff;
}

.bg-dark {background-color: var(--dark)!important;}
.bg-dark-x {background-color: var(--dark-x)!important;}
.bg-ligth {background-color: var(--ligth)!important;}


.form-control, button{
    min-height: 3.125rem;
    line-height: initial;

}

.img-1{
    background-image:url('../img/slide-1.png');
    background-size: cover;
    background-position: center;
}

.img-2{
    background-image:url('../img/slide-2.png');
    background-size: cover;
    background-position: center;
}

.img-3{
    background-image:url('../img/slide-3.png');
    background-size: cover;
    background-position: center;
}


.ali-ver{
    justify-content: space-between;
}

.g-0,.gx-0{--bs-gutter-x:0}

.g-0,.gy-0{--bs-gutter-y:0}

.col-lg-7{
    flex:0 0 auto;
    width:58.33333333%
}

.col-lg-5{
    flex:0 0 auto;
    width:41.66666667%
}

.px-lg-5{
    padding-right:3rem!important;
    padding-left:3rem!important
}
.font-weight-bold{font-weight:700!important}