@font-face {
    font-family: 'Swiss 721 BT';
    src: url('/fonts/swis/Swiss 721 BT.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: "Russo One", sans-serif;
    font-weight: 400;
    font-style: normal;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 9999;
    border: none;
    outline: none;
    background: #CE0217;
    color: white;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
}
  
#myBtn:hover {
    background-color: #555;
}

.red{
    color: #CE0217;
}

.background{
    background: rgba(0, 0, 0, 1);
}

.carousel-caption {
    text-align: left;
    left: 0;
    right: auto;
    bottom: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 5%;
    background: linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
    width: 50%;
}

.carousel-caption h5 {
    font-size: 2rem;
    font-weight: bold;
}

.carousel-caption p {
    font-size: 1.2rem;
}

.mobile p{
    margin-bottom: .5rem !important;
}

.justify{
    text-align: justify;
}

.sf{
    font-family: 'Swiss 721 BT', sans-serif;
}

.dark-red{
    color: #9f774b;
}

.bg-red{
    background: #CE0217;
    color: white;
}

.services-banner {
    background-image: url('/img/mayadeen/banner.webp');
    background-size: cover;
    background-position: center;
    padding: 20px 0;
    position: relative;
}

.services-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
}

.black-background{
    background: rgba(0, 0, 0, 0.7);
}

.services-content {
    position: relative;
    margin: 0 auto;
    color: white;
}

.services-content h2 {
    background-color: #CE0217;
    display: inline-block;
    padding: 10px 60px 10px 20px;
    margin-bottom: 20px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}

.services-content p {
    margin-bottom: 20px;
}

.services-content ul {
    list-style-type: none;
    padding-left: 0;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.services-content li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}

.services-content li::before {
    content: '•';
    position: absolute;
    left: 0;
}

.view-more {
    background-color: #CE0217;
    color: white;
    padding: 10px 20px;
    cursor: pointer;
}

.box-shadow{
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

@media (max-width: 768px) {
    .carousel-caption {
        width: 100%;
    }

    .mobile{
        font-size: 0.65rem !important;
    }

    .services-content ul {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }

    .mt-sm-3{
        margin-top: 5% !important;
    }
}