*{
    box-sizing: border-box;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}


.bar {
    width: 100%;
    padding: 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    background: #000 !important;
  }

  .collapse {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;

  }

  .nav-item a {
    text-align: center;
    justify-content: center;
    height: 50px;
    color: #fff !important;
  }

  .nav-item a:hover {
    background: #fff;
    color: #000 !important;
  }

  .collapse ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    margin-bottom: 0px !important;
    padding: 0px 100px;
    background: #000;
    margin-bottom: 0px !important;
  }

  .icon {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-evenly;
  }

  .con {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .main-bar {
    width: 100%;
  }

.spacer{
    width: 100%;
    height: 100px;
}


.container-main{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
.container-main .title{
    margin: 0;
    padding: 20px;
    text-align: center;
    color: white;
    width: 100%;
    background-color: red;
}

.flex-container{
    
    flex-wrap: wrap;
    display: flex;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    max-width: 80%;
}
.flex-container-w{
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    overflow: hidden;
    max-width: 80%;
}

#carouselExampleControls{
    width: 40%; /* Set width to 40% */
    margin: 0; /* Center the carousel */
}

.carousel-item img {
    width: 100%; /* Ensure images fit within the carousel */
    height: 380px; /* Maintain aspect ratio */
    border-radius: 5px;
}
.m-l{
    /* margin-left: 100px; */
}

.m-r{
    /* margin-right: 100px; */
}

.list-description{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.list-description .list-title{
    font-size: x-large;
    font-weight: bold;
    margin-bottom: 50px;
}

.list-description .list-title span{
    color: red;
}
.list-description .desc{
    list-style-type: none;
    
 }

 .list-description .desc .desc-item span{
    margin-right: 10px;
    color: red;
 }

 @media (max-width:375px) {
  

 .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}
}
@media screen and (max-width: 768px) {
  .con {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
  }
 
}

