
   @media only screen and (max-width: 992px){

body{
    display: flex;
    flex-direction: column;
}

.row{

    text-align: center;
}


.c-nav{

    background-color: var(--blue);
    color: #fff;
}

.c-nav a,
.c-nav select {

color: #fff;
font-size: 10px;
}
.cc-navbar .navbar-brand{
    /* position: absolute; */
    max-width: 80px;
}

.cc-navbar{
    z-index: 2;
}

.cc-navbar button{

    padding: 0.3em 1em;
    /* background-color: var(--blue); */
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    border-color: var(--blue);
    color: var(--blue);
}



.cc-navbar .navbar-nav .nav-item.dropdown:hover > .nav{
    opacity: 1;
    visibility: visible;
    display: inline-block;

    top: 100%;
}

.cc-navbar .navbar-nav .nav-item.dropdown .nav{
/* background-color: #fff; */
padding: 1.5em;
position: relative;
display: none;
background-color:#fff
;
left: 0;
/* top: 00%; */
min-width: 200px;
text-align: left;
color: red;
border: none;
border-radius: 0;
opacity: 1;
visibility:visible;
transition: all .3s ease-in;

text-align: center;
}      


.cc-navbar .navbar-nav .nav-item.dropdown .nav .nav-link{
    color: rgba(0, 0, 0, .6);
}

.carousel{
    height: 100%;
    position: relative;
}


.carousel .carou-btn ,
.carousel .carousel-indicators button{
opacity: 1;
}

.carousel .carou-btn ,
.carousel .carousel-indicators button:hover{
    opacity: 1;
}

.carousel .carousel-indicators button.active{
    background-color: #fff;
}
.carousel .carou-btn span{

    background: #fff !important;
    border-radius: 100%;
    width: 60px;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    font-weight: bold;
    color: var(--blue);
    font-size: 2rem;
    z-index: 2;
}


.carousel .carou-btn span::before{

    content: '';
    background-color:;
    position: absolute;
    display: none;
   
}


.carousel::after{
    content: '';
    position: absolute;
    width: 100%;
    height:100%;
    background-color: rgba(0, 0, 0, .5);
    top: 0;
    /* bottom: 100%; */
}

.carousel .carousel-inner{
position: relative;
height: 100%;
background-size: cover;
object-fit: contain;
}


.carousel .carousel-inner img{
    background-size: cover;
    object-fit: contain;
    height: 100%;
}



.carousel .carousel-inner .carousel-caption{
    position: absolute;
    top: 0%;
    font-size: 3rem;
    z-index: 1;
    height: 100%;
}


.carousel .carousel-inner .carousel-caption h3{

    font-size: 25px;
    color: var(--blue);
    animation: animate .4s linear .4s backwards;
    font-weight: bold;
    text-transform: uppercase;

}


.carousel .carousel-inner .carousel-caption p{
    padding: 1rem;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    padding: 5px 0;
    text-center
    font-weight:bold;
    /* text-shadow: 0 5px 10px rgba(0, 0, 0, .3); */
    animation: animate .4s linear .6s backwards;

}
    
/********************************************baniere*****************************************/

.hero-header{
    /* top: 50%; */
    width: 100%;
    position: relative;
    margin-top: 0em;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/bann.jpg') center center 
    no-repeat;
    background-size: cover;
    object-fit: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100% ;  
    /* padding-bottom: 5em; */
    max-height: 100vh;
}


.about .col-md-6.ml{
    margin-left:0px; 
    padding: 0 30px

}


.about.anime{

    transform:  translateY(0);
    opacity: 0;
    overflow: hidden;
}

.about .col-md-6 h2.mlh{
    
    width: 350px;
     margin: 0px 0px 200px 0px;
     background-color: red;
    
    }
    
img{
    width: 100%;
    height: 100%;
}


.footer{

    background-color: var(--blue);
}

.footer .nav .nav-link{
    color: #fff;
    font-weight: 400;
    text-align: center;
}

.footer .row .card{
background-color: var(--bluep);
border: none;
color: var(--blue);
margin-bottom: 1em;
}


}