#wdes {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.wdes-inner {
    text-align: center;
    background-image: url("../img/element_7.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: rgba(0, 0, 0, 0.42);
}


.box-wedding {
    width: 418px;
    padding: 80px;
    display: inline-block;
}

.top-box-w {
    background-image: url("../img/violet-frame01.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 417px;
    height: 67px;
    display: inline-block;
}

.center-box-w {
    background-image: url("../img/violet-frame03.png");
    background-repeat: repeat-y;
    background-position: center top;
    width: 337px;
    display: inline-block;
    padding: 0px 40px;
}

.down-box-w {
    background-image: url("../img/violet-frame02.png");
    background-repeat: no-repeat;
    background-position: center top;
    width: 417px;
    height: 67px;
    display: inline-block;
}

.title-box-w {
    text-align: center;
    color: #FFF;
    font-size: 20pt;
    font-family: "Droid Arabic Kufi";
    padding-bottom: 20px;
}

.h-box i {
    color: #F12840 !important;
    font-size: 48px !important;
}


.time-w-box {
}

.time-w-box div {
    width: calc(33.3333% - 40px);
    padding: 20px;
    display: inline-block;
    float: right;
    text-align: center;
}

.time-w-box div i {
    color: #fff;
    font-size: 20px;
}

.time-w-box div h3 {
    font-family: dast nevis;
    color: rgba(255, 255, 255, 0.76);
    font-size: 18pt;
    direction: rtl;
    margin-top: 20px;
}

.wdes-h3 {
    text-align: right;
    color: #fff;
    font-family: yekan;
    margin-top: 20px;
    direction: rtl;
}

@media ( max-width: 990px ) {
}

@media ( max-width: 768px ) {
    .box-wedding {
        width: calc(100% - 40px);
        padding: 20px;
    }

    .top-box-w {
        width: 100%;
        background-size: 100%;
    }

    .center-box-w {
        width: calc(100% - 80px);
        background-size: 100%;
    }

    .down-box-w {
        width: 100%;
        background-size: 100%;
    }

    .box-wedding img[alt='border-violet'] {
        width: 100%;
    }
}

@media ( max-width: 400px ) {
}
