@font-face {
    font-family: 'Gumela Arabic';
    src: url('../fonts/gumela-arabic-regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gumela Arabic';
    src: url('../fonts/gumela-arabic-bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gumela Arabic';
    src: url('../fonts/gumela-arabic-light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

* {
    direction: rtl;
    font-family: 'Gumela Arabic', sans-serif;
    font-weight: normal;
}

.btn-bunbun-black i {
    transform: translate(-10px, 6px) rotate(45deg)
}

.btn-bunbun-black:hover i {
    transform: translate(-10px, 5px) rotate(90deg);
}

.hamburger-lines,
.hamburger-lines-checkbox {
    left: 20px;
    right: auto;
}

.about-us-section .btn-bunbun-black {
    float: inline-end;
}

.rtl-text{
    text-align:right !important;
}