@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@400;500;600;700;800&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Mukta', sans-serif;
    transition: .5s all !important;
   
}

:root{
    --primary-color:#FF2F00;
    --white-color:rgb(255, 255, 255);
    --black-color:rgb(0, 0, 0);
    
}
.bg-dark{
    /* background-color: rgb(235, 200, 1) !important; */
    background-color: rgb(235, 134, 1) !important;
}
h1,h2,h3,h4,h5,h6{
    color:rgb(235, 134, 1);
}
.navbar .nav-item .nav-link{
    margin: 0px 25px;
    color:var(--white-color) !important;
}
.gallery_image .col-6 img{
    width: 100%;
    height:300px;
    object-fit: cover;
}

@media(max-width:768px){
 .header .hides{
   display:none;
  }
}
@media (max-width:991px){
    .header .col-sm-12>.d-flex{
        flex-direction: column !important;
    }
    .navbar .socials-head {
        display: none;
    }
}
.fasility_area .cards{
    
}
.container-fluid .position-fixed h6{
    color:white;
    padding: 5px;
}
.container-fluid .position-fixed .d-flex{
    background-color: rgb(235, 134, 1) !important;
}
.owl-carousel .item {
    margin: auto !important;
    align-items: center;
    justify-content: center;
}
.owl-carousel .item .container{
    width: 100% !important;
    /* margin: auto !important; */
    
    /* background-color: rgba(175, 93, 0, 0.658); */
    top:30%;
    /* justify-content: center; */
    z-index: 10000 !important;
}
.owl-carousel .item .container h1{
    text-align: center;
    color:rgb(248, 0, 74) !important;
   font-size: 60px;
}

.cards:hover h6, .cards:hover .mb-5{
    color:white !important;
}
.cards:hover{
    background-color: rgb(235, 134, 1);
}