.kamency-zarbia-section {
    background-image: url(https://zarbia.ma/img/cms/zarbiasliderbg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 385px;
    margin: auto;
    position: relative;
    overflow: hidden;  
    z-index: 0; 
}

.kamency-zarbia-container::before{
  content: "";
  position: absolute;
  top: 0; 
  left: 0;
  right:0;
  bottom:0;
  width: 50%;
  height: 250%;
  margin:auto;
  background-color: rgba(145,8,0,0.90);
  z-index: -1;
  transform: rotate(20deg);
}

.kamency-zarbia-section .kamency-zarbia-container{
    max-width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: auto;
}

.kamency-zarbia-logo {
    max-height: 150px;
    padding-left: 25px;
    margin:0;
}

.kamency-zarbia-section h2 {
    margin:0;
    font-size:25px;
    max-width: 280px;
    text-align: center;
    color:#ffffff;
}

.kamency-zarbia-section a {
    background: #ffffff;
    padding: 8px 22px;
    border-radius: 30px;
    color: #8c1607;
    font-weight: bold;
    margin: 20px 0;
    font-size: 18px;
    border: 2px solid #e3af75;
    transition: all 0.2s ease;
}

.kamency-zarbia-section a:hover {
    background-color: #8c1607;
    color:#ffffff;
}

.header-bottom .navbar-brand .logo {
    max-width:185px;
    padding:9px;
    display:block;
}