body{
    position: relative;
    overflow-x: auto;
}
header{
    background-attachment: fixed;
    background-size: cover;
    background-color: white;
    background-repeat: no-repeat;
    text-align: center;
    background-image: url("../img/mobile/mobile-kasabeh.jpg");
}
#header-inner{
    height: 500px;
    background-attachment: fixed;
}
.mask{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,94,80,0.7);
}
#head-icons{
    display: flex;
    align-items: center;
    justify-content: center;
}
.head-ic{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px 8px;
    margin-left: 16px;
}
.head-ic div{
    font-size: small;
    font-weight: normal;
    margin-top: 8px;
}
.head-ic img{
    width: 35px;
    filter: var(--white-f);
}
.about-text p{
  font-size: large;
}
.desc-ul li {
    margin-top: 24px;
    list-style: disc;
}
li{
    text-align: left !important;
}
li::marker{
    font-size: 1.8em;
    line-height: 0.5;
}
li::marker{
    color: var(--primary-color);
}
.half-h{
    height:250px;
}
.half-padding{
    padding: 32px !important;
}
.expand-specs{
    width: 100%;
    text-align: center;
    cursor: pointer;
    padding: 128px 32px 32px 32px;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.07783743380164565) 100%);
    font-weight: bold;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    z-index: 10;
}
.expand-specs:hover i{
    color: var(--primary-color);
}
.spec-icon{
    width: 50px;
    height: 50px;
    margin-left: 0 !important;
}
.spec-card{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.stick{
    opacity: 1 !important;
    z-index: 10000;
}
/******* photos *******/
#app-ui-photos{
    background-image: url("../img/svg/bg-icon.png");
    background-size: contain;
    background-attachment: fixed;
    background-repeat: repeat;
}
.photos-carousel{
    width: 60%;
    margin: 16px auto;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
    width: 40px;
    height: 40px;
}
.owl-dots{
    position: absolute;
    top:-50px;
    right: 0;
}
.owl-nav{
    position: absolute;
    top:-100px;
    left: 0;
}
.photo{
    background-color: white;
    direction: rtl;
    margin: 16px;
    position: relative;
}
.photo-item{
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 8px;
    border: 2px solid var(--light-gray);
}
.photo img{
    height: 400px !important;
    object-fit: cover;
    cursor: pointer;
}
.photo .image-caption{
    padding: 8px;
    font-size: medium;
    font-weight: bold;
    text-align: center;
    width: 100%;
    background-color: var(--primary-color);
    cursor: pointer;
    color: white;
    direction: ltr !important;
}
.photo .image-description{
    font-size: medium;
    font-weight: normal;
    padding:8px;
    text-align: center;
    direction: ltr !important;
}
.zoom{
    cursor: zoom-in;
    transform: scale(2);
    object-fit: none !important;
    height: auto !important;
}
#modal-img{
    transform: scale(1.5) !important;
}
#modal-img:hover{
    /*
    cursor: zoom-in;
    */
}
@media (max-width: 1280px) {
    .photos-carousel{
        width:80%;
        margin: 16px auto;
    }
}
@media (max-width: 1024px) {
    .specs-section-inner{
        flex-direction: column !important;
        align-items: center !important;
    }
    #specs-img{
        width: 250px !important;
        margin-top: 16px;
    }
    .specs-section .col-md-6, .desc-ul{
        width: 100% !important;
    }
    .photos-carousel{
        width:100%;
        margin: 16px auto;
    }

    #photos{
        width: 100% !important;
        margin: 0 !important;
    }
}
@media (max-width: 768px) {
    .photo-item{
        flex-direction: column;
        justify-content: start !important;
        height: auto !important;
    }
    .photo{
        margin: 8px;
    }
    .photo img{
        width: 100% !important;
        height: auto !important;
    }
    .image-description{
        font-size: small;
    }
    .vid{
        width: 100%;
        margin: 0 auto;
    }
    #specs{
        flex-direction: column !important;
        align-items: start !important;
        margin-bottom: 24px !important;
    }
    #specs-section{
        padding: 16px !important;
    }
    #specs .desc-ul{
        width: 100% !important;
        padding: 8px 24px !important;
        margin-bottom: 0 !important;
    }
    #specs-section{
        width: 100% !important;
    }
}
@media (max-width: 580px) {
    #head-icons{
        display: flex;
        align-items: start;
        flex-direction: column;
        margin-top: 16px !important;
    }
    .head-ic{
        padding: 8px 0 !important;
        flex-direction: row;
        align-items: center;
        justify-content: start;
        width: 100% !important;
    }
    .head-ic .card-text{
        margin-top: 0 !important;
    }
    .about-text{
        display: flex;
        align-items: center;
        flex-direction: column;
        text-align: center !important;
    }
    .about-text .section-divider-lg, .about-text .section-divider-sm{
        margin-right: auto !important;
        margin-left: auto !important;
    }
    #register-pos{
        top: -90px;
        width: 200px;
        left:5%;
    }
    .admin-img,.user-img{
        height: 30px;
        width: 30px;
    }
    #head-btns .btn-prim{
        margin-left: 0 !important;
    }
    #head-btns{
        flex-direction: column;
        align-items: center;
    }
    #scrollspy{
        flex-direction: row;
        align-items: center;
        bottom: 0;
        width: 100%;
        left: 0;
        right: 0;
        top: unset;
    }
    #scrollspy .list-group-item{
        flex-grow: 1;
        padding: 8px 4px !important;
    }
    .back-to-top {
        position: fixed;
        left: 10px;
        right: unset;
        bottom: 70px;
    }
    #header-inner{
        height: 650px;
        background-attachment: fixed;
        padding: 150px 16px !important;
    }
}

@media (max-width: 425px) {
    .customers-carousel{
        width: 100%;
    }
    .customer-img{
       object-fit: scale-down;
    }
    .head-ic{
        display: flex;
        align-items: center;
        flex-direction: row;
        text-align: right !important;
    }
    #head-btns .btn-prim{
        font-size: small;
    }
    .head-ic img{
        margin-left: 16px;
    }
}
@media (max-width: 375px) {
    #scrollspy .list-group-item span{
        display: none;
    }
}
