header.header video {
    position: fixed;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
}

header.header .overlay {
    background-color: rgba(255, 255, 255, 0.7);
}

@font-face {
    font-family: ar-font;
    src: url(../fonts/Cairo-Regular.ttf);
}

body {
    direction: rtl;
    font-family: ar-font;
}

header.header .header-text h3 {
    font-size: 36px;
    margin-bottom: 40px;
    line-height: 46px;
}

header.header .header-text p {
    font-size: 18px;
    color: #5d5d5d;
    line-height: 32px;
    margin-bottom: 50px;
}

header.header .header-text {
    margin-top: 7rem;
    text-align: right;
}

header.header .header-text .buttons {
    border-radius: 0;
    font-family: ar-font;
    font-size: 18px;
    line-height: 32px;
    padding: 8px 25px;
}

header.header .header-text .buttons .first-of-type {
    background-color: #7233a2;
    color: #ffffff;
    margin-left: 15px;
}

header.header .header-text .buttons .last-of-type {
    background-color: transparent;
    color: #7233a2;
    transition: all 0.5s ease;
}

header.header .header-text .buttons .last-of-type:hover {
    background-color: #7233a2;
    color: #ffffff;
}

header.header .overlay .product-img {
    position: relative;
    margin-bottom: 30px;
}

header.header .overlay .product-img .label {
    position: absolute;
    top: -50px;
    right: -50px;
}

header.header .overlay .product-img p {
    position: absolute;
    top: -30px;
    right: 0px;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
}

header.header .overlay .product-img p span {
    display: block;
}

header.header .overlay .navbar {
    margin-bottom: 26px;
}

section.features .title h3 {
    font-size: 36px;
    color: #292727;
    line-height: 120px;
}

section.features {
    background-color: #ffffff;
    padding: 25px 0;
}

section.features .title::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 150px;
    height: 2px;
    background-color: #7233a2;
    left: 50%;
    transform: translateX(-50%);
}

section.features .title {
    position: relative;
    margin-bottom: 20px;
}

section.features .feature {
    padding: 70px 0;
    border-bottom: 3px solid #eeeeee;
}

section.features .feature .media .media-body h5 {
    font-size: 36px;
    color: #6a3093;
    font-weight: bold;
    margin-bottom: 50px;
    border-right: 2px solid #7233a2;
    padding: 0px 20px;
}

section.features .feature .media .media-body p {
    font-size: 18px;
    color: #555555;
    line-height: 32px;
}

section.features .feature .media img {
    margin: 0 4rem;
}

section.features .feature .media .media-body {
    margin-top: 45px;
}

section.features .feature:nth-of-type(odd) {
    text-align: right;
}

section.features .feature:nth-of-type(odd) .media .media-body h5 {
    border-right: 2px solid #7233a2;
}

section.features .feature:nth-of-type(even) {
    text-align: left;
}

section.features .feature:nth-of-type(even) .media .media-body h5 {
    border-right: 0px;
    border-left: 2px solid #7233a2;
}

section.prices {
    background-color: #f7f7f7;
    padding: 55px 0;
}

section.prices .title h3 {
    font-size: 30px;
    color: #555555;
}

section.prices .plan {
    background-color: #ffffff;
    color: #a9a9ab;
    border: 2px solid #ededed;
    padding-top: 15px;
    margin-top: 100px;
}

section.prices .plan p {
    color: #660ebe;
    font-size: 19px;
    font-weight: bold;
}

section.prices .plan h3 {
    font-size: 45px;
    margin-top: 30px auto;
}

section.prices .plan h3 span {
    font-size: 15px;
    vertical-align: bottom;
}

section.prices .plan ul li {
    line-height: 30px;
    margin-bottom: 20px;
    font-size: 15px;
}

section.prices .plan ul {
    margin: 0;
    padding: 0;
}

section.prices .plan button {
    border: 1px solid #660ebe;
    background-color: #ffffff;
    color: #660ebe;
    font-family: ar-font;
    font-size: 15px;
    border-radius: 0px;
    padding: .5rem 1.75rem;
}

section.prices .plan button:hover {
    background-color: #660ebe;
    color: #ffffff;
}

section.prices .plan.popular {
    margin-top: 55px;
    padding-top: 60px;
}

section.prices .plan.popular button {
    background-color: #660ebe;
    color: #ffffff;
}

section.prices .plan.popular button:hover {
    background-color: #ffffff;
    color: #660ebe;
}

section.faq {
    padding: 55px;
    background-color: #ffffff;
    text-align: right;
}

section.faq .title h3 {
    font-size: 30px;
    color: #555555;
}

section.faq .card {
    border: 1px solid #ebebeb;
    margin-bottom: 15px;
    border-radius: 0;
}

section.faq .card .card-header {
    background-color: transparent;
    border-bottom: 0px;
}

section.faq .card .card-header h5 a {
    font-size: 18px;
    color: #555555;
    display: block;
    font-weight: bold;
    position: relative;
}

section.faq .card .card-header h5 i {
    position: absolute;
    top: 2px;
    left: 5px;
}

section.faq .card .card-block {
    font-size: 15px;
    color: #c9c9c9;
    padding: 0 1.25rem 1.25rem;
    line-height: 24px;
}

section.faq .title {
    margin-bottom: 50px;
}

section.faq .card .card-header h5 a:hover,
section.faq .card .card-header h5 a:focus {
    text-decoration: none;
}

section.faq .card .card-header h5 a.collapsed i:before {
    content: "\f107";
}

section.video {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}

section.video video {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    min-width: 100%;
}

section.video .overlay {
    background-color: rgba(106, 48, 147, 0.7);
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

section.video button {
    outline: none;
    position: absolute;
    top: 50%;
    right: 50%;
    color: #ffffff;
    font-size: 30px;
    font-family: ar-font;
    background-color: transparent;
    border: 0px;
    transform: translate(50%, -50%);
}

section.video button i {
    display: block;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    border: 2px solid #ffffff;
    border-radius: 50%;
    margin-bottom: 50px;
    line-height: 90px;
}

section.contact {
    background-color: #131313;
    padding: 60px 0 40px;
    text-align: right;
}

section.contact .contact-us .title h4 {
    font-size: 18px;
    color: #758594;
    line-height: 50px;
}

section.contact .contact-us form .form-group {
    margin-bottom: 6px;
}

.form-group input, 
.form-group textarea {
    border-radius: 3px;
    border: 0px solid #181717;
    background-color: #181717;
    font-size: 18px;
    color: #aeadad;
    line-height: 35px;
    font-family: ar-font;
}

section.contact .contact-us form button {
    font-size: 18px;
    color: #ffffff;
    font-family: ar-font;
    background-color: #660ebe;
    padding: 7px 24px;
}

section.contact .contact-us form .error {
    color: red;
}

section.contact .other-products .title h4 {
    color: #758594;
    font-size: 18px;
    line-height: 50px;
}

.other-products .media .media-body h5 {
    color: #aeadad;
    font-size: 18px;
    margin-bottom: 15px;
}

.other-products .media .media-body p {
    font-size: 15px;
    color: #737373;
    line-height: 20px;
}

section.contact .other-products .media {
    margin-bottom: 25px;
}

.other-products .media img {
    margin-left: 20px;
}

footer {
    background-color: #1d1d1d;
    line-height: 80px;
}

footer ul li a {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: block;
    color: #1d1d1d;
    background-color: #718292;
    border-radius: 50%;
}

footer ul {
    padding: 0;
    margin: 0;
}

footer ul li {
    margin-left: 10px;
}

footer ul li a:hover {
    background-color: #1479ec;
}

footer .copyright p {
    font-size: 15px;
    color: #7c7a7a;
    text-align: left;
}

@media (max-width: 991px) {
    header {
        overflow-x: hidden;
    }
    .product-img img:first-of-type {
        width: 120%;
    }
    .buttons {
        margin-bottom: 50px;
    }
    section.features .feature .media img {
        margin: 0 2rem;
    }
}

@media (max-width: 767px) {
    .product-img img:first-of-type {
        width: 100%;
    }
    header.header .overlay .product-img img.label {
        top: -30px;
        right: 0;
        left: 0;
        margin: auto;
    }
    header.header .overlay .product-img p {
        top: -4px;
        right: 0;
        left: 0;
        margin: auto;
    }
    section.features .feature .media .media-body p{
        padding: 0 28px;
    }
    section.features .feature .media .media-body h5 {
        font-size: 30px;
    }
    .feature .media{
        display: flex;
        flex-flow: column;
        align-items: center;
    }
    section.features .feature:nth-of-type(even) {
        text-align: right;
    }
    section.features .feature:nth-of-type(even) .media{
        flex-flow: column-reverse;
    }
    section.features .feature:nth-of-type(even) .media .media-body h5{
        border-left: 0px;
        border-right: 2px solid #7233a2;
    }
    section.prices .plan.popular {
        margin-top: 100px;
        padding-top: 15px;
    }
    .prices .container > .row .row > div{
        flex-basis: auto;
    }
    .footer .container .row > div{
        flex-basis: auto;
    }
    .footer .container .row > div ul{
        text-align: center;
        padding-top: 20px;
    }
    .footer .container .row > div .copyright p{
        text-align: center;
        margin-bottom: 0;
    }
}

@media (max-width: 575px) {
    header.header .overlay .product-img img.label {
        top: -20px;
        margin: auto;
        width: 120px;
    }

    header.header .overlay .product-img p {
        top: -3px;
        font-size: 18px;
    }

    footer .row {
        flex-wrap: nowrap;
    }
    footer ul li{
        font-size: 15px;
    }
}