
* {
  font-family: Poppins;
}
html {
  scroll-behavior: smooth;
}

.navbar {
 padding: 0.5em !important;
}

 



.carousel-indicators li {
background: #111 !important;
 border:1px solid #999;
    border-radius: 100%;
    margin-left: 10px;
   width: 16px !important;
  height: 16px !important;

}

.carousel-indicators .active {
  background-color: #fff !important;
  border-radius: 100%

  width: 16px !important;
  height: 16px !important;
}
.heading {
   color: var(--wave-coruleam, #164776);
  text-align: center;
  font: 500 20px/25px 'Visby CF', sans-serif;
  position: relative;
}


.home-card{
   background:  #e1e1e1;
  width: auto;
  height: auto;
  position: relative;
}

.accordion{
  margin:0px;
}

.accordion .item {
    border: none;
    margin-bottom: 40px;
    background: none;
}
.t-p{
  color: #000;
  padding: 40px 10px 0px 10px;
}
.accordion .item .item-header h2 button.btn.btn-link {
    background: #a71c21;
    color: white;
    border-radius: 0px;
    font-size: 18px;
    font-weight: bold;
    line-height: 0.5;
    text-decoration: none;
}
.accordion .item .item-header {
    border-bottom: none;
    background: transparent;
    padding: 0px;
    margin: 2px;
}

.accordion .item .item-header h2 button {
    color: white;
    font-size: 18px;
    padding: 15px;
    display: block;
    width: 100%;
    text-align: left;
}

.accordion .item .item-header h2 i {
    float: right;
    font-size: 16px;
    color: #fff;
    width: 20px;
    height: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

button.btn.btn-link.collapsed i {
    transform: rotate(0deg);
}

button.btn.btn-link i {
    transform: rotate(180deg);
    
}

.content {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
}

.content .content-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
    background:#a71c21;
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%; height:auto; object-fit: cover;  object-position:  bottom center;
}

.content-details {
  position: absolute;
  text-align: left;
  padding-left: 2em;
  padding-right: 2em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}



.btn-black {
   border-radius: 5rem;
 background: #000;
 color: #fff;
  width: 100%;
  height: 54px;
  margin-top: 0.5rem;
  cursor: pointer;
}
      
@media only screen and (max-width: 767px) {

.carousel-indicators li {
   width: 10px !important;
  height: 10px !important;

}

.carousel-indicators .active {

  width: 10px !important;
  height: 10px !important;
}
}