.logo-image{ 
    width: 200px;
}
.page-title{
    background-image: url(/static/images/Hangout/CreativeHangout6.jpg);
    height: 500px;
}
p{
    color: rgba(34, 34, 34, 0.648);
}
/* .container{
    width: 50%;
} */
.h5{
    color: #1adb77;
}
/* .col-xl-3{
    position: relative;
    width: 100%;
    height: 100%;
} */
@media (max-width:768px) {
  
.col-xl-3, .col-xl-4{
  position: relative;
  width: 80%;
  height: 50%;
  padding: auto;
  text-align: center;
  align-content: center;

}

}
.btn-lg{
    width: 130px;
    height: 40px;
    border-radius: 0;
    font-size: 13px;
    background-color:#D7E7B6;
}
.btn-lg:hover{
    background-color:#13362F;
    color: white;
}
/* .container{
    width: 80%;
} */
.text-begin {
    position: relative; /* Position relative for the overlay */
}
.text-content {
  overflow: hidden;
  /* text-overflow: ellipsis; */
  white-space: nowrap;
}

.more-text {
  display: none; /* Initially hide the additional text */
}


.card{
  
  /* width: 300px; */
  position: relative;
}
.card-img-top{
  height: 250px;
  position: relative;
}
.card::after{
  background-color: #D7E7B6;
}
.card-footer{
  background-color: #D7E7B6;
}
.card-footer:hover{
  background-color: #13362F ;
  color: white;
}

.text-overlay{
    position: absolute;
    top: 0; /* Cover the entire image */
    left: 0; /* Cover the entire image */
    width: 100%; /* Cover the entire image */
    height: 100%; /* Cover the entire image */
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    display: flex; /* Use flexbox to center the text */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    color: white; /* Text color */
    text-align: center; /* Center text */
}


.carousel-container {
width: 100%;
margin: 0 auto;
}

#carouselExample {
width: 100%;
height: 700px;
}

.carousel-inner {
width: 100%;
height: 100%;
}

.carousel-item {
width: 100%;
height: 100%;
background-color: #f8f8f8;
position: relative; /* Added for proper overlay positioning */
}

.carousel-image {
width: 100%;
height: 400px;
object-fit: cover;
display: block;
}

/* Updated carousel caption styles for overlay effect */
.carousel-caption {
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.7);
    padding: 20px;
    border-radius: 5px;
    width: 100%;
  
    text-align: center; */

position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay */
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 20px;
text-align: center;
color: white;
} 
/* Style the title and description */
.carousel-caption h2 {
margin-top: 30%;
font-size: 2rem;
margin-bottom: 1rem;
color: white;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.carousel-caption p {
color: white;
font-size: 1.2rem;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}    

.welcome-pic{
  height: 380px;
  width: 400px;
  position: relative;
}
.col-xl-4, .col-xl-3{
    margin-top: 30px;
}
/* 
.carousel-container {
    width: 100%;
    margin: 0 auto;
  }
  
  #carouselExample {
    width: 100%; 
    height: 700px; 
  }
  
  .carousel-inner {
    width: 100%;
    height: 100%;
  }
  
  .carousel-item {
    width: 100%;
    height: 100%;
    background-color: #f8f8f8;
    position: relative;
  }
  
  .carousel-image{
    width: 100%;
    height: 100%;
    object-fit: cover; 
    display: block;
    position: relative;
  }
  
  .carousel-caption {
    background-color: rgba(0,0,0,0.5);
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
  } */
/*

.carousel-container {
    width: 100%;
    max-width: 1000px; 
    margin: 0 auto;
  }
  
  #carouselExample {
    height: 600px; 
  }
  
  .carousel-inner {
    height: 100%;
  }
  
  .carousel-item {
    height: 100%;
    width: 100%;
  }
  
  .carousel-image {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    margin: auto;
    display: block;
  }
  
  .carousel-caption {
     background-color: rgba(0,0,0,0.5);
    left: 0;
    right: 0;
    bottom: 100;
    padding: 10px;
  } */
/* 
#upcoming-events{
    width: 80%;
} */


@media (min-width:425px) {
  /* .container{
    width: 100%;
    align-items: center;
  } */
}