@media only screen and (max-width: 600px) {
    .main-menu__logo img {
        width: 100%;
    }
    .about-one__img > img {
        width: 100%;
        border-radius: 20px;
      }
      
      .about-one-bg {
        position: absolute;
        bottom: 82px;
        left: -57px;
        width: 500px;
        height: 500px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right center;
        z-index: -1;
    }
    .ins-feature-item {
        margin: 0 10px;
    }
    .ins-feature-item .ins-feature-img {
  
        margin-top: 20px;
    }
    .team-thumb {
        background: var(--white-color);
        position: absolute;
        bottom: 0;
        right: 0;
        width: 50%;
        padding: 22px 32px 32px 32px;
      }
      
      .carousel-control-next, 
      .carousel-control-prev {
        top: auto;
        bottom: 10px;
      }
      
      .carousel-control-prev {
        right: 4rem;
        left: auto;
      }
      
      .carousel-control-next-icon, .carousel-control-prev-icon {
        background-color: var(--dark-color);
        background-size: 50% 50%;
        border-radius: 100px;
        width: 40px;
        height: 40px;
      }
      .carousel-item.principal-sild {
        display: block;
      }
      .img-fluid {
        width: 100%;
        height: auto;
      }
      .principal-img{
        max-width: 100%;
        height: auto;
      }
      .principalmessage-bg{
        background-color: black;
      }
      .principalmessage-bg p {
        color: #FFF;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.5;
      }
      .custom-links a{
        text-decoration: none;
      }
        
      .team-thumb.image-title {
        background: linear-gradient(to right, rgb(7 91 202), rgb(36 171 108));
      }
      .image-title {
        background: linear-gradient(to right, rgb(0 90 155), rgb(1 113 61));
      }
      .image-title p {
        color: white;
      }
      .events-one {
        position: relative;
        display: block;
        background-color: #ffebdb;
        padding: 10px;
        z-index: 1;
    }
  }
  .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: #f9aa89;
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

/* Adjust for mobile devices */
@media (max-width: 768px) {
    .btn-play:before {
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 480px) {
    .btn-play:before {
        width: 45px;
        height: 45px;
    }
    .events-one__left .button-new{
        margin-bottom: 32px;
    }
    .events-one__right{
            margin-left: 0px;
     margin-right: 0px; 
    }
    .main-footer {
        position: relative;
        background-repeat: no-repeat;
        background-position: initial;
        background-size: cover;
       
        background-image: url(../img/footer-bg.png);
    
    }
}

@media (max-width: 768px) {
    .site-footer-five__contact__list {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .site-footer-five__contact__icon {
        font-size: 20px;
    }

    .site-footer-five__contact__content {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .site-footer-five__contact__icon {
        font-size: 18px;
    }

   
}

.site-footer-five__contact__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    text-align: center;
}

.site-footer-five__contact__icon {

    margin-bottom: 10px;
}

.site-footer-five__contact__content {
    color: white;
}

.site-footer-five__contact__text a {
    color: white;
    text-decoration: none;
}
