

  .btn{
    border: 1px solid white !important;
    border-radius:10px ;
    background-color: white;
  }
  .zones{
    width: 410px; 
    height: 455px; 
    object-fit: cover"
  }

.fff{
  padding: 10px 20px 10px !important;
}





/* Responsive */

@media screen and (max-width: 580px){
  .slogan{
    position: relative;
    display: flex;
    align-items: center;
    gap: 35px;
    color: transparent;
    -webkit-text-stroke: 1px #ffffff;
    font-size: 50px;
    line-height: 115px;
    font-weight: 700;
    text-transform: capitalize;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    font-family: var(--eventflow-font-two);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}