.aboutbox{
    height: 80vh;
    width: 99.5%;
    border: 1px solid red;
    margin-top: 20px;
    margin-left: 8px;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    margin-bottom: 15px;
}
  .aboutbox h1, h4{
    text-align: center;
    color: green;
  }
  .mabout{
    height: 80%;
    width: 100%;
    border: 1px solid green;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .aboutimg img{
    height: 350px;
  }
  .abtbanner{
    margin: 100px;
    height: 30vh;
    padding: 35px;
    width: 85%;
    /*border: 1px solid blue;*/
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    display: flex;
    background-color: #f1c152;
}
.abtbanner2{
    display: flex;
    justify-content: space-around;
    
}
.abtbanner2  i{ 
    font-size: 100px;
}
.abtbanner2 h1 {
    margin-left: 60px;
}
/*** Activities Start ***/
.activities .activities-item {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 45px rgba(12, 18, 20, .08);
  transition: 0.5s;
}
.btnclr{
    background-color: #f1c152;
    border: none;
}
.activities .activities-item:hover {
  background: #f1c152;
  color: white;
}

.activities .activities-item:hover a {
  background: white;
  color:  black;
}
.textprm{
    color: #f1c152;
}
.activities .activities-item:hover a:hover {
  background: green;
  color: white;
}
.abtimg{
    height: 250px;
    width: 250px;
}
/*** Activities End ***/
/*** Events Start ***/
.event-item img {
    transition: 0.5s;
}

.event .event-item a {
    transition: 0.5s;
}

.event-item:hover img {
    transition: 0.5s;
    transform: scale(1.2)
}
.btn-primary{
    background-color: #f1c152;
    border: none;
}
.event-item a:hover {
    background: green;
    color: white;
    opacity: 0.5s;
}
/*** Events End ***/

/*** Team Start ***/
.team .team-img {
    height: 100%;
    padding: 25px;
    background: var(--bs-white);
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.team .team-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team .team-item {
    position: relative;
    overflow: hidden;
}

.team .team-item img {
    transition: 0.5s;
}

.team .team-item:hover img {
    transform: scale(1.2);
}

.team .team-item .team-content {
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   padding: 15px;
   transform: translateX(-50%, -50%);
   display: flex;
   align-items: center;
   justify-content: center;
   opacity: 0;
   transition: 0.5s;
}

.team .team-item:hover .team-content {
    opacity: 1;
    background: rgba(241, 193, 82, .7);
}
/*** Team End ***/

/*** testimonial Start ***/
.testimonial-item {
    background: var(--bs-light);
    padding: 40px;
}

.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel {
    position: relative;
    padding-left: 60px;
    padding-right: 60px;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 60px;
    height: 40px;
    background: var(--bs-primary);
    color: var(--bs-dark);
    font-size: 22px;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover {
    background: var(--bs-dark) !important;
    color: var(--bs-primary) !important;
}

.testimonial-carousel .owl-nav .owl-next {
    left: auto;
    right: 0px;
}

.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--bs-dark) !important;
    color: var(--bs-primary) !important;
}
/*** testimonial End ***/
  @media only screen and (max-width: 768px) {
  /* Styles for tablets */
  .sliderdiv {
   height: 25vh;
  }

  .slider_container {
   height: 25vh;
  }

  .aboutbox {
   height: auto;
   margin-top: 100px;
   margin-left: 5px;
   margin-right: 5px;
   padding: 10px;
  }

  .mabout {
   flex-direction: column;
   align-items: stretch;
   height: auto;
  }

  .aboutimg {
   width: 100%;
   display: flex;
   justify-content: center;
   margin-bottom: 20px;
  }

  .aboutimg img {
   height: 250px;
   width: auto;
  }

  .abttext {
   width: 100%;
  }

  .abtbanner {
   margin: 50px auto;
   height: auto;
   padding: 20px;
   width: 90%;
   display: flex;
  }

  .abtbanner2 {
   flex-direction: column;
   align-items: center;
  }

  .abtbanner2 i {
   font-size: 80px;
   margin-bottom: 10px;
  }

  .abtbanner2 h1 {
   font-size: 1.5rem;
   text-align: center;
   margin-left: 0;
  }

  .activities .activities-item {
   flex-direction: column;
   align-items: center;
   text-align: center;
  }

  .abtimg {
   height: 200px;
   width: auto;
   margin-bottom: 15px;
  }

  .activities .activities-item .ms-4 {
   margin-left: 0 !important;
  }

  .event .event-item {
   flex-direction: column;
   align-items: center;
   text-align: center;
  }

  .event .event-item .pe-0,
  .event .event-item .border-start {
   border: none !important;
   padding-right: 0 !important;
  }

  .event .event-item .col-3,
  .event .event-item .col-9,
  .event .event-item .col-12 {
   width: 100%;
  }

  .event .event-item .text-center {
   border-bottom: 1px solid #333;
   padding-bottom: 10px;
   margin-bottom: 10px;
  }

  .event .event-item .ms-3 {
   margin-left: 0 !important;
   padding-top: 20px;
  }

  .event .event-item .overflow-hidden {
   margin-top: 20px;
  }

  .team .row.g-5 {
   flex-direction: column;
  }

  .team .col-lg-4,
  .team .col-lg-8,
  .team .col-xl-5,
  .team .col-xl-7 {
   width: 100%;
  }

  .team .team-item {
   margin-bottom: 30px;
  }

  .team .team-img {
   padding: 15px;
  }

  .team .team-item .team-content {
   position: static;
   transform: translate(0, 0);
   opacity: 1;
   padding: 10px;
  }

  .team .team-item:hover .team-content {
   background: rgba(241, 193, 82, 0.9);
  }

  .team .row.g-4 .col-md-4 {
   width: 50%;
  }

  .testimonial-carousel {
   padding-left: 20px;
   padding-right: 20px;
  }

  .testimonial-carousel .owl-nav .owl-prev,
  .testimonial-carousel .owl-nav .owl-next {
   top: auto;
   bottom: 0;
   transform: translateY(0);
   left: 0;
   margin-top: 20px;
  }

  .testimonial-carousel .owl-nav .owl-next {
   left: auto;
   right: 0px;
  }
 }

 @media only screen and (max-width: 412px) {
  /* Styles for mobile phones (overriding existing mobile styles) */
  .sliderdiv {
   height: 15vh;
  }

  .slider_container {
   height: 15vh;
  }

  .aboutbox {
   margin-top: 30px;
  }

  .aboutimg img {
   height: 200px;
   width: auto;
   margin-top: 0;
  }

  .abttext {
   margin-top: 15px;
  }

  .abtbanner {
   margin: 30px auto;
  }

  .abtbanner2 i {
   font-size: 60px;
  }

  .abtbanner2 h1 {
   font-size: 1.2rem;
  }

  .abtimg {
   height: 150px;
  }

  .team .row.g-4 .col-md-4 {
   width: 100%;
  }

  .testimonial-carousel .owl-nav {
   display: none;
  }
 }
 