@import url(/css/_owl-carousel.css);
@import url(/css/_header.css);
@import url(/css/_custom-splide.css);
@import url(/css/_about-hampa.css);
@import url(/css/_blogs.css);
@import url(/css/_big-image.css);
@import url(/css/_carousel-services.css);
@import url(/css/_footer.css);

@font-face {
    font-family: Pelak;
    src: url(../fonts/PelakFA-Regular.woff2) format("woff2");
}

@font-face {
    font-family: Peyda;
    src: url(../fonts/Peyda-Regular.woff2) format("woff2");
}


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Pelak;
    }

  
    
    body{
        direction: rtl;
        
    }
    
    a{
        text-decoration: none;
        color: black;
    }
    
    li, ol, ul{
        margin: 0;
        padding: 0;
        list-style: none;
    }

    p{
        margin: 0;
    }
    

.color-primary{
    background-color: #6aa3ee;
}

@media (min-width: 1200px){
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl{
        max-width: 1340px !important;
    }
}

.full-width-line{
    background-color: black; width: 100%; height: 2px; position: relative;
}

.title-on-full-with-line{
    position: absolute; background-color: white; padding-left: 20px; padding-right: 20px;
}