/* يظهر فقط في الموبايل (أصغر من 992px) */
@media (max-width: 991px) {
    .contsec {
        position: absolute;
        left: unset;
        right: 0px;
        bottom: 15%;
    }

img.right-cam {
    transform: matrix3d(-1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    position: absolute;
    left: 1px;
    top: -42px;
}
.pagination-side {
    position: fixed;
    top: 39%;
    right: 20px;
    transform: translateY(-50%);
    z-index: 1000;
}
.imgsec {
    position: absolute;
    left: 0px;
    top: 23%;
}
button.btnx-2.ofont {
    margin-top: 23px;
}
.pagination-side {
    opacity: 0;
}

img.logo {
    width: 72px;
    margin: 0px;
}

.d-sm-flex-center{
  display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.d-sm-flex-center button {
    width: 100%;
}


/* ========================== */
/*page 1 */
/* ========================== */
img.light-cam {
    transform: rotate3d(0, 0, 2, -49deg);
    position: absolute;
    left: 173px;
    top: -80px;
    opacity: 45%;
}

    .contsub {
        position: absolute;
        left: 0;
        top: 28%;
        display: none !important;
    }
/* ========================== */
/* offcanvas */
/* ========================== */
nav.navbar {
    top: 0px !important;
}
h1.Jost.aos-init.aos-animate {
    z-index: 5;
    font-family: Jost !important;
    height: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: normal;
    width: 340px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: center;
    line-height: 53px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 43px;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
}

.Jost {
    font-family: "Jost", sans-serif !important;
    font-weight: 900;
    font-size: 29px;
}

.about-cont{
        font-size: 12px;
}
}