@font-face {
    font-family: "cairo-ragular";
    src: url(../font/Cairo-Regular.ttf);
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "cairo-ragular", sans-serif;
}

header video {
    max-width: 100%;
    /* max-height: 100%; */
    position: fixed;
    z-index: -1;
}

header .overlay {
    background-color: rgba(255, 255, 255, 0.7);
}

header .overlay .brand {
    padding-top: 40px;
    padding-right: 50px;
}

header .product-img img {
    width: 100%;
}

header .header-text {
    padding-top: 190px;
}

header .header-text h2 {
    font-size: 36px;
    margin-bottom: 40px;
    line-height: 46px;
    color: rgb(85, 85, 85);
}

header .header-text p {
    font-size: 18px;
    line-height: 32px;
    color: rgb(93, 93, 93);
    margin-bottom: 50px;
}

header .header-button a.btn {
    background-color: rgba(238, 130, 238, 0.815);
    color: rgb(255, 255, 255);
    margin-left: 15px;
    padding: 22px 55px;
}

header .header-button a.btn:last-child {
    color: gray;
    background: transparent;
}

header .product {
    position: relative;
    margin-bottom: 30px;
}

header .product .product-img img {
    width: 100%;
}

header .product .product-label img {
    position: absolute;
    top: -50px;
    right: -50px;
}

header .product .product-label p {
    position: absolute;
    top: -25px;
    right: 0px;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
}

header .product .product-label p span {
    display: block;
}


#tablet-photo {
    height: 340px;
}

section.features {
    background-color: white;
    padding: 70px 0 30px 0;
}

section.features .feature-title h2 {
    font-size: 36px;
    padding-bottom: 45px;
    line-height: 32px;
    color: #555555;
    position: relative;
}

section.features .feature-title h2::after {
    content: "";
    width: 150px;
    height: 2px;
    background-color: violet;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

section.features .media-features .d-flex .flex-grow-1 {
    margin-right: 130px;
}

section.features .media-features .d-flex .flex-grow-1:nth-child(2) {
    margin-left: 130px;
}

section.features .media-features .d-flex p {
    color: #555555;
    font-size: 18px;
}

section.features .media-features .d-flex h4 {
    color: #6a3093;
    font-weight: bold !important;
    font-size: 36px;
    padding: 0 25px;
    margin: 50px auto;
}

section.features .media-features .d-flex:nth-child(even) h4 {
    border-left: 2px solid #6a3093 !important;
}

section.features .media-features .d-flex:nth-child(odd) h4 {
    border-right: 2px solid #6a3093 !important;
}

section.features .media-features .d-flex {
    padding: 70px 0;
    border-bottom: 3px solid #eeeeee;
}

section.features .media-features .d-flex:last-child {
    border-bottom: 0;
}

section.features .media-features .d-flex:nth-child(even) {
    direction: ltr;
    margin-right: 0 !important;
}

#prices {
    background-color: #f7f7f7;
    padding: 60px 0 !important;
}

section.prices .prices-text h2 {
    font-size: 30px;
    margin-bottom: 60px;
    color: #555555;
}

section.prices .plan-card {
    background-color: white;
    padding: 10px 60px 60px 60px;
    border: 2px solid #ededed;
}

section.prices .plan-card .title {
    color: #a044ff;
    font-size: 18px;
    font-weight: bold;
}

section.prices .plan-card h5 {
    margin-top: 30px;
    font-size: 48px;
    color: #a9a9ab;
}

section.prices .plan-card h5 span {
    font-size: 15px;
    vertical-align: bottom;
}

section.prices .plan-card ul li {
    list-style: none;
    font-size: 15px;
    padding: 15px;
    color: #a9a9ab;
}

section.prices .plan-card a.btn {
    border: 2px solid #7233a2;
    background-color: #fff;
    color: #7233a2;
    padding: 10px 40px;
    border-radius: 0;
    transition: 0.5s all ease;
}

section.prices .plan-card a.btn:hover {
    background-color: #7233a2;
    color: #fff;
}

section.prices .col-md-6:nth-child(3) .plan-card {
    padding-top: 60px;
    margin-top: 55px;
}

section.prices .col-md-6:nth-child(3) .plan-card a.btn {
    background-color: #7233a2;
    color: #fff;
}

section.prices .row {
    align-items: center;
}

section.faq {
    padding: 55px 0;
    background-color: #fff;
}

section.faq .faq-title h2 {
    font-size: 30px;
    color: #555;
    margin-bottom: 55px;
}

section.faq .accordion .accordion-item {
    margin-bottom: 15px;
    border: 1px solid #ebebeb;
    border-radius: 0;
}

section.faq .accordion .accordion-item button {
    font-size: 18px;
    color: #555;
    font-weight: bold;
}

section.faq .accordion .accordion-item .accordion-body {
    font-size: 15px;
    color: #c9c9c9;
    line-height: 24px;
}

section.faq .accordion .accordion-item .accordion-button:not(.collapsed) {
    background-color: #fff;
}

section.faq .accordion .accordion-item .accordion-button:focus {
    border: 0;
    box-shadow: 0 0 0;
}

section.video {
    min-height: 100vh;
    position: relative;
    overflow: hidden !important;
}

section.video video {
    min-height: 100%;
    min-width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

section.video .overlay {
    background-color: rgba(130, 77, 178, 0.9);
    min-height: 100%;
    position: absolute;
    inset: 0;
}

section.video .overlay button {
    position: absolute;
    bottom: 50%;
    right: 50%;
    font-size: 30px;
    color: white;
    background-color: transparent;
    border: 0;
    transform: translate(50%, 50%);
}

section.video .overlay button i {
    display: block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin: 0 auto 45px;
}



section.contact {
    padding: 60px 0 40px;
    background-color: #131313;
}

section.contact h4 {
    font-size: 18px;
    color: #758594;
    line-height: 50px;
}

section.contact form input,
section.contact form textarea {
    display: block;
    margin-bottom: 10px;
    background-color: #242424;
    font-size: 18px;
    line-height: 35px;
    color: #aeadad;
    border: none;
    text-align: right;
    width: 90%;
}

section.contact form input:focus,
section.contact form textarea:focus {
    outline: none !important;
    background-color: #242424;
    color: #aeadad;
}

section.contact form input::placeholder,
section.contact form textarea::placeholder {
    color: #aeadad;
}

section.contact form button {
    font-size: 18px;
    padding: 10px 20px;
    background-color: #a044ff;
    color: #fff;
    border: none;
    border-radius: 3px;
}

section.contact form button i {
    margin-right: 15px;
}

section.contact form .invalid-feedback {
    margin-bottom: 15px;
}

section.contact .blog a.blog-link {
    text-decoration: none;
}

section.contact .blog a.blog-link img {
    height: 90px !important;
}

section.contact .blog .d-flex {
    margin-bottom: 25px;
}

section.contact .blog h5 {
    font-size: 18px;
    color: #aeadad;
    margin-bottom: 15px;
}

section.contact .blog p {
    font-size: 15px;
    line-height: 20px;
    color: #737373;
}

footer {
    background-color: #1d1d1d;
    padding: 25px 0;
}

footer .list-inline .list-inline-item a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    color: #1d1d1d;
    background-color: #758594;
    text-align: center;
    border-radius: 50%;
    transition: 0.5s all ease;
}

footer .list-inline .list-inline-item a:hover {
    background-color: #1479ec;
}

footer .copyright p {
    font-size: 15px;
    color: #919191;
    text-align: left;
}



@media (max-width: 1400px) {
    header .header-text {
        padding-top: 90px;
    }
    section#prices .plan-card a.btn{
        display: ruby;
    }
}

@media (max-width:1200px) {
    header .header-text {
        padding: 30px 0;
    }
    section.features .media-features .d-flex .flex-grow-1{
        margin: auto 10px !important;
    }
}

@media (max-width: 992px) {
    header .header-text {
        padding: 10px 0;
    }

    section.features .media-features .d-flex .flex-grow-1 {
        margin: auto 0 auto 0 !important;

    }

    section.features .media-features .d-flex {

        flex-flow: column;
        text-align: center;
    }

    section.features .media-feature .d-flex img {
        margin: 0 auto 50px;
    }


    section.features .media-feature .d-flex h4 {
        border: none !important;
    }
}




@media (max-width: 768px) {
    header .overlay .product {
        margin-top: 100px;
    }

    header .overlay .product .product-label img {
        right: 50%;
        transform: translateX(50%);
    }

    header .overlay .product .product-label p {
        right: 50%;
        transform: translateX(50%);
    }

    section.contact h4 {
        margin-top: 25px;
    }
}

@media (max-width: 576px) {
    footer {
        text-align: center;
    }

    footer .copyright p {
        text-align: center;
    }
}