html {
    scroll-behavior: smooth;
}

body {
    direction: rtl;
    font-family: 'Cairo', sans-serif;
}

main .title {
    color: #D5C1A9;
}

main .desc {
    margin-top: 1em;
    line-height: 1.7em;
}

#about {
    overflow-x: hidden;
}

@media(max-width: 1024px) {
    .img-svg {
        width: 0 !important;
    }
}

@media(max-width: 576px) {
    #menu {
        display: none;
    }
}

.open {
    display: block !important;
}

.slider {
    padding-top: 5%;
}

@media(max-width: 1024px) {
    .slider {
        padding-top: 10%;
    }
}

.swiper-container {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    width: 50%;
}

@media(max-width: 768px) {
    .swiper-slide img {
        width: 70%;
    }
}

@media(max-width: 576px) {
    .swiper-slide img {
        width: 90%;
    }
}
 .features .title{
    color: #D5C1A9;
    margin-bottom: .5em;
}

.download .desc, .features .desc, .about .desc {
    font-size: 0.9em !important;
}

.download img, .features .img, .about .img {
    width: 90%;
}

@media(max-width: 576px) {
    .apple {
        margin-top: 1em;
    }
}

.contact {
    margin-top: 2%;
    margin-bottom: 2%;
}

.contact .title {
    color: #D5C1A9;
}

.contact .cards .card-item {
    border-right-color: #D5C1A9 !important;
    width: 70%;
}

@media(max-width: 576px) {
    .contact .cards .card-item {
        width: 100%;
    }
}

.contact .cards .card-item .head {
    color: #F1582E;
    margin-bottom: 1em;
}

.contact input {
    height: 3em;
    outline: none;
    text-indent: 1em;
    border-radius: 0;
    border-bottom: 3px solid #D5C1A9;
}

.contact textarea {
    height: 8em;
    resize: none;
    outline: none;
    text-indent: 1em;
    border-radius: 0;
    border-bottom: 3px solid #D5C1A9;
}

.contact .btn {
    padding-right: 2em;
    padding-left: 2em;
    color: white;
    background-color: #D5C1A9;
}


/* width */

::-webkit-scrollbar {
    width: 15px;
}


/* Track */

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ddd;
    border-radius: 5px;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #D5C1A9;
    border-radius: 5px;
}

.head-span:after {
    content: ' ';
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 1;
    transform-origin: 100% 0;
}