html {}

body {
    background: url(../imgs/website.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    color: #fff;
    font-family: 'Tajawal', sans-serif;
    font-size: 22px;
    background-color: #3f0956;
}

body.ar {
    direction: rtl;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

a {
    text-decoration: none
}

body {
    overflow-x: hidden;
}

.logo-col {
    text-align: center
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.logo {
    display: inline-flex;
    margin-inline: auto
}

.title {
    display: flex;
    justify-content: center;
    margin-block: 30px 20px;
}

.title.first {
    margin-block: 80px 40px;
}

.h-wrap {
    background: url(../imgs/frame.png);
    background-size: 100%;
    background-repeat: no-repeat;
    padding-block: 25px;
    padding-inline: 32px;
    background-position: 50%;
}

.title h1 {
    margin: 0;
    display: inline-flex;
    font-weight: 800;
}

.cutom-menu {
    display: flex;
    margin-block: 260px 140px;
    justify-content: center;
}

.cutom-menu>ul {
    display: flex;
    justify-content: center;
}

.cutom-menu>ul li {
    /* margin-inline: 10%; */
}

.cutom-menu>ul li:nth-child(2) {
    margin-inline: 7.5%;
}

.cutom-menu>ul a {
    display: flex;
    background: #330544;
    padding-inline: 20px;
    padding-block: 5px 9px;
    color: #fff;
    border-radius: 200px;
    font-size: 30px;
    font-weight: 900;
    width: max-content;
    font-family: system-ui;
}

.empty-45 {
    padding-block: 35px;
}

.empty-35 {
    padding-block: 35px;
}

.empty-25 {
    padding-block: 25px;
}

.empty-20 {
    padding-block: 20px;
}

.heaad-2 {
    margin-bottom: 30px
}

.heaad-2 h1 {
    font-weight: 700;
}

.border-img {
    border-radius: 30px;
    border: 6px solid #fff;
    overflow: hidden;
    margin-block: 12px 18px;
}

.border-img img {
    width: 100%;
    display: flex;
}

.heros-row {
    display: flex;
    justify-content: center;
}

.production-row h1 {
    font-weight: 600;
}

.with-absolute-row .relative {
    margin-top: 80px;
    margin-bottom: 40px;
}

.img-abs {
    inset: 0;
}

.img--1 {
    margin-top: -70px;
    margin-inline-end: auto;
    margin-inline-start: 40px;
}

.img--2 {
    margin-top: auto;
    margin-bottom: -70px;
    margin-inline-end: -58px;
    margin-inline-start: auto
}

.img--3 {
    margin-top: -140px;
    margin-inline-end: auto;
    margin-inline-start: 70px;
}

.img--4 {
    margin-top: auto;
    margin-bottom: -6.4%;
    margin-inline-end: auto;
    margin-inline-start: auto
}

.img--5 {
    margin-top: -70px;
    margin-inline-end: auto;
    margin-inline-start: 40px;
}

.img--6 {
    margin-top: -140px;
    margin-inline-end: 112px;
    margin-inline-start: auto;
    z-index: -1
}

.img--7 {
    margin-top: auto;
    margin-bottom: -90px;
    margin-inline-end: 14%;
    margin-inline-start: auto;
}

.img--a1 {
    margin-top: auto;
    margin-bottom: -70px;
    margin-inline-end: auto;
    margin-inline-start: 10px;
}

.img--a2 {
    margin-top: 38px;
    margin-bottom: auto;
    margin-inline-end: 3%;
    margin-inline-start: auto
}

.img--a3 {
    margin-top: -200px;
    margin-bottom: auto;
    margin-inline-end: auto;
    margin-inline-start: -50px;
}

.img--a4 {
    margin-top: auto;
    margin-bottom: -70px;
    margin-inline-end: -48px;
    margin-inline-start: auto
}

.last-part {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 90px;
    margin-bottom: 30px;
}

.date {
    background: #f69546;
    display: flex;
    padding: 24px 10px 20px 10px;
    margin-block: 0px 15px;
    border-radius: 0 45px;
    min-width: 260px;
    justify-content: center;
}

.date>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-inline: 24px;
}

.date>div:first-child {
    border-inline-end: 4px solid #fff;
}

.date>div>span {
    font-size: 36px;
    margin-bottom: 0;
    line-height: 36px;
}

.date>div>span:first-child {
    font-size: 54px;
    font-family: math;
    font-weight: 600;
}

.orde-now {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 15px
}

.orde-now>* {
    margin-block: 10px 18px
}

.orde-now>h3 {
    margin-block-end: -0px
}

.buy {
    font-size: 38px;
    margin-block: 10px 30px;
}

@media only screen and (max-width: 1199px) {
    .cutom-menu>ul a {
        font-size: 24px
    }
}

@media only screen and (max-width: 991px) {
    .cutom-menu>ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .cutom-menu>ul li:nth-child(2) {
        margin-inline: 0;
        margin-block: 15px
    }

    .cutom-menu {
        display: flex;
        margin-block: 120px 100px;
        justify-content: center;
    }

    .logo {
        max-width: 200px
    }

    .img-abs {
        max-width: 200px;
        max-height: 120px;
    }

}

@media only screen and (max-width: 767px) {
    .h-wrap {
        padding-inline: 10px;
    }

    .buy {
        font-size: 25px;
        text-align: center
    }

    .animation-row .empty-35 {
        display: none
    }

    .with-absolute-row .empty-45 {
        padding-block: 15px
    }

    .img-abs {
        max-width: 100px;
        max-height: 80px;
    }

    .img--1 {
        margin-top: -30px;

    }

    .img--2 {
        margin-bottom: -30px;
        margin-inline-end: -18px;
    }

    .img--3 {
        margin-top: -43px;
        margin-inline-start: 20px;
    }

    .img--4 {
        margin-top: auto;
        margin-bottom: -9.4%;
        width: 190px !important;
        height: auto !IMPORTANT;
        max-width: 200px !important;
    }

    .img--5 {
        margin-top: -50px;
        margin-inline-start: 30px;
    }

    .img--6 {
        margin-top: -46px;
        margin-inline-end: 42px;
    }

    .img--7 {
        margin-top: auto;
        margin-bottom: -40px;
        margin-inline-end: 10%;
    }

    .img--a1 {
        margin-top: auto;
        margin-bottom: -95px;
        margin-inline-end: auto;
        margin-inline-start: 10px;
        width: 120px !IMPORTANT;
        height: auto !important;
        max-width: unset;
        max-height: unset;
    }

    .img--a2 {
        margin-top: 38px;
        margin-bottom: auto;
        margin-inline-end: 3%;
        margin-inline-start: auto
    }

    .img--a3 {
        margin-top: -72px;
        margin-bottom: auto;
        margin-inline-end: auto;
        margin-inline-start: 20px;
        height: unset;
        max-width: unset;
        max-height: unset;
        width: 80px;
    }

    .img--a4 {
        margin-top: auto;
        margin-bottom: -100px;
        margin-inline-end: 2px;
        margin-inline-start: auto;
        max-width: unset;
        max-height: unset;
        height: 180px;
    }


}