body {
    direction: rtl;
    font-size: 1em;
    line-height: 1.9em;
    overflow-x: hidden;
}

.title,
.description,
.expert p {
    font-weight: 100;
}

h1 {
    font-size: 1.8em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.3em;
}

.text-justify {
    text-align: justify;
}

.heading-title {
    font-size: 2.4em;
}

.bg-brown-dark {
    background-color: #33312a;
}

.our-product-section .content {
    width: 40%;
    padding: 25px;
}

.our-product-section .content .title {
    font-size: 1.7rem;
    font-weight: bold;
}

.our-product-section .content .expert {
    font-size: 1rem;
    font-weight: 300;
}

.videoFrame {
    position: relative;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

.myVideo {
    position: relative;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.videoContent {
    position: absolute;
    text-align: center;
    top: 20%;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding: 3% 20px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.videoContent h1 {
    font-size: 5em;
}

.videoContent h2 {
    font-size: 1.5em;
}

.videoContent svg {
    cursor: pointer;
    transition: fill 2s;
}

.videoContent svg:hover {
    fill: #ffb93c;
}

.cta {
    position: absolute;
    bottom: 25%;
    left: 20%;
    width: 300px;
    height: 100px;
    display: none;
}

.videoBar {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    padding: 20px;
    text-align: center;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.videoBar ul {
    list-style: none;
}

.videoBar ul li {
    display: inline;
    padding: 0 10px;
}

.videoBar ul li svg {
    transform: scale(1);
    transition: transform 0.3s;
}

.videoBar ul li svg:hover {
    fill: #ffb93c;
    transform: scale(1.5);
}

details {
    margin: 0 auto;
    margin-bottom: .5rem;
    overflow: hidden;
}

summary {
    display: block;
    padding-right: 2.2rem;
    position: relative;
    cursor: pointer;
}

details[open] > summary:before {
    transform: rotate(90deg);
}

details summary::-webkit-details-marker {
    display: none;
}

.stack {
    display: grid;
    grid: [stack] / [stack];
    perspective: 5000
}

.stack:before {
    content: "";
    background: rgb(240, 240, 240);
    transition: background 2s ease;
    pointer-events: none;
}

.stack:hover:before,
.stack:active:before {
    background: rgb(37, 37, 37);
}

.stack:hover .layers,
.stack:active .layers {
    --bg-opacity: 5%;
    transition-duration: 2s;
    transition-timing-function: var(--easeInOutCirc);
    transform: rotateX(45deg) rotate(45deg) translateZ(var(--z-offset)) translateY(20vh) translateX(20vh)
}

.stack:hover .layers:nth-child(1),
.stack:active .layers:nth-child(1) {
    --z-offset: 75vh;
}

.stack:hover .layers:nth-child(2),
.stack:active .layers:nth-child(2) {
    --z-offset: 50vh;
}

.stack:hover .layers:nth-child(3),
.stack:active .layers:nth-child(3) {
    --z-offset: 25vh;
}

.stack:hover .layers:nth-child(4),
.stack:active .layers:nth-child(4) {
    --z-offset: 0vh;
}

.stack:hover .layers:nth-child(5),
.stack:active .layers:nth-child(5) {
    --z-offset: -25vh;
}

.stack:hover .layers:nth-child(1)::after,
.stack:active .layers:nth-child(1)::after {
    transition-delay: 1.5s;
}

.stack:hover .layers:nth-child(2)::after,
.stack:active .layers:nth-child(2)::after {
    transition-delay: 1.7s;
}

.stack:hover .layers:nth-child(3)::after,
.stack:active .layers:nth-child(3)::after {
    transition-delay: 1.9s;
}

.stack:hover .layers:nth-child(4)::after,
.stack:active .layers:nth-child(4)::after {
    transition-delay: 2.1s;
}

.stack:hover .layers:nth-child(5)::after,
.stack:active .layers:nth-child(5)::after {
    transition-delay: 2.3s;
}

.stack:hover .layers::after,
.stack:active .layers::after {
    opacity: 1;
    transform: rotate(-45deg) rotateY(45deg) translateX(0px);
}

.stack:hover .layers.contentBox,
.stack:active .layers.contentBox {
    background: transparent;
    color: white;
    border-color: transparent;
    transition: border-color 1s var(--easeInOutCirc) 0s,
    background-color 1s var(--easeInOutCirc) 0s,
    color 1s var(--easeInOutCirc) 0s,
    transform 2s var(--easeInOutCirc) 0s;
}

.stack:hover .layers.padding,
.stack:active .layers.padding {
    transition-delay: .1s;
}

.stack:hover .layers.border,
.stack:active .layers.border {
    transition-delay: .2s;
}

.stack:hover .layers.background,
.stack:active .layers.background {
    background: white;
    transition: background-color 2s var(--easeInOutCirc) .3s,
    transform 2s var(--easeInOutCirc) .2s;
}

.stack:hover .layers.box-shadow,
.stack:active .layers.box-shadow {
    transition-delay: .4s;
    box-shadow: 0 -1px 25px rgba(0, 0, 0, 0.4),
    0 7.6px 6.1px rgba(0, 0, 0, 0.051),
    0 14.3px 11.5px rgba(0, 0, 0, 0.059),
    0 25.5px 20.5px rgba(0, 0, 0, 0.07),
    0 47.6px 38.4px rgba(0, 0, 0, 0.094),
    0 114px 92px rgba(0, 0, 0, 0.19);
}

.layers {
    grid-area: stack;

    --z-offset: 0;
    --easeInOutCirc: cubic-bezier(0.85, 0, 0.15, 1);
    --bg-opacity: 0%;

    transition: transform 4s ease;
    box-sizing: border-box;
    color: white;
    background: rgba(255, 255, 254, 0.05);
    position: relative;
    color: #000;
    font-size: 22px;
    font-weight: 400;
}

.layers:nth-child(1) {
    z-index: 3;
}

.layers:nth-child(2) {
    z-index: 2;
}

.layers::after {
    position: absolute;
    left: -45%;
    top: 110%;
    font-size: 1.25rem;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
    white-space: nowrap;
    padding: 1ch 2ch;
    opacity: 0;
    transition: opacity .5s ease 0s, transform .5s ease;
    transform: rotate(-45deg) rotateY(45deg) translateX(20px);
    background: rgba(0, 0, 0, 0.7)
}

.layers.contentBox {
    z-index: 5;
    transition: border-color 4s ease,
    background-color 5s ease 2s,
    color 4s ease 0s,
    transform 4s ease 0s;
    font-size: max(2.5vmin, .9rem);
    line-height: 1.5;
    background: rgb(255, 255, 254);
    color: black;
    width: 100%;
    height: 100%;
}

.layers.contentBox::after {
    left: -50%
}

.layers.padding {
    background: transparent;
    z-index: 4;
    transition-delay: .1s
}

.layers.padding::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-clip-path: polygon(0% 0%, 0% 100%,
    5vmin 100%, 5vmin 5vmin,
    calc(100% - 5vmin) 5vmin,
    calc(100% - 5vmin) calc(100% - 5vmin),
    5vmin calc(100% - 5vmin), 5vmin 100%,
    100% 100%, 100% 0%);
    clip-path: polygon(0% 0%, 0% 100%,
    5vmin 100%, 5vmin 5vmin,
    calc(100% - 5vmin) 5vmin,
    calc(100% - 5vmin) calc(100% - 5vmin),
    5vmin calc(100% - 5vmin), 5vmin 100%,
    100% 100%, 100% 0%);
    background: repeating-linear-gradient(-45deg,
    cyan, cyan 1px,
    rgba(255, 255, 254, 0.05) 1px, rgba(255, 255, 254, 0.05) 10px);
}

.layers.border {
    z-index: 3;
    background: transparent;
    transition-delay: .2s
}

.layers.border::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-clip-path: polygon(0% 0%, 0% 100%,
    5px 100%, 5px 5px,
    calc(100% - 5px) 5px,
    calc(100% - 5px) calc(100% - 5px),
    5px calc(100% - 5px), 5px 100%,
    100% 100%, 100% 0%);
    clip-path: polygon(0% 0%, 0% 100%,
    5px 100%, 5px 5px,
    calc(100% - 5px) 5px,
    calc(100% - 5px) calc(100% - 5px),
    5px calc(100% - 5px), 5px 100%,
    100% 100%, 100% 0%);
    background: linear-gradient(hotpink, hotpink);
}

.layers.background {
    z-index: 2;
    transition: background-color 4s ease .3s,
    transform 4s ease .3s
}

.layers.box-shadow:hover {
    z-index: 1;
    background: transparent;
    transition: box-shadow 4s ease .4s,
    transform 4s ease .4s;

    box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.02),
    0 6.7px 5.3px rgba(0, 0, 0, 0.028),
    0 12.5px 10px rgba(0, 0, 0, 0.035),
    0 22.3px 17.9px rgba(0, 0, 0, 0.042),
    0 41.8px 33.4px rgba(0, 0, 0, 0.05),
    0 100px 80px rgba(0, 0, 0, 0.07)
}

figure {
    margin: 0;
}

.snip0019 {
    direction: ltr;
    color: #fff;
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #000000;
    text-align: center;
}

.snip0019 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.snip0019 img {
    opacity: 1;
    width: 100%;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

.snip0019 figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: left;
}

.snip0019 figcaption > div {
    float: left;
    height: 100%;
    overflow: hidden;
    width: 50%;
    position: relative;
}

.snip0019 figcaption::before {
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 50%;
    width: 2px;
    content: '';
    opacity: 0;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.snip0019 h2,
.snip0019 p {
    margin: 0;
    padding: 20px;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    -webkit-transition: opacity 0.45s, -webkit-transform 0.45s;
    transition: opacity 0.45s, -webkit-transform 0.45s, -moz-transform 0.45s, -o-transform 0.45s, transform 0.45s;
}

.snip0019 h2 {
    text-align: right;
    display: inline-block;
    word-spacing: -0.1em;
    font-weight: 300;
    text-transform: uppercase;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transform: translate3d(50%, 0%, 0);
    transform: translate3d(50%, 0%, 0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.snip0019 h2 span {
    font-weight: 800;
}

.snip0019 p {
    display: block;
    bottom: 0;
    text-align: left;
    font-weight: 300;
    top: 0%;
    color: #000;
    background: rgba(255, 255, 255, 0.7);
    -webkit-transform: translate3d(-50%, 0%, 0);
    transform: translate3d(-50%, 0%, 0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.snip0019 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    color: #ffffff;
}

.snip0019:hover img {
    opacity: 0.7;
}

.snip0019:hover figcaption h2,
.snip0019:hover figcaption p {
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.snip0019:hover figcaption h2 {
    opacity: 1;
}

.snip0019:hover figcaption p {
    opacity: 1;
}

.snip0019:hover figcaption::before {
    background: #ffffff;
    top: 0px;
    bottom: 0px;
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.vertical {
    writing-mode: vertical-rl;
}

.faq_section .card {
    width: 49% !important;
}

.faq_section .card h3 {
    line-height: 30px;
}

svg#wave {
    /* display: none; */
    position: absolute;
    bottom: 0;
    width: 100%;
    right: 0;
}

.section-x1 .videoBar {
    bottom: 150px;
}

.section-x1 .videoBar ul li {
    cursor: pointer;
}

.section-x1 svg#wave {
    bottom: 0 !important;
}

.section-x1 svg#wave2 {
    bottom: -13px;
    position: absolute;
    right: -1px;
    transform: rotate(0.7deg) !important;
    width: 100%;
}

.header-hero {
    display: none;
}

.header, .header-top, .header-bottom {
    transition: all 0.5s ease !important;
}

details p {
    text-align: justify;
}

details[open] summary ~ * {
    animation: sweep .5s ease-in-out;
}

@keyframes sweep {
    0% {
        opacity: 0;
        margin-left: -10px
    }
    100% {
        opacity: 1;
        margin-left: 0
    }
}

/* Media */

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

@media screen and (max-width: 768px) {

    .myVideo {
        position: relative;
        right: 0;
        bottom: 0;
        min-width: 100%;
        min-height: 100%;
        object-fit: fill;
    }

    .home-video-content svg {
        display: none;
    }

    .videoBar {
        display: none;
    }

    .home-video-content {
        font-size: 0.5em;
    }

    .our-product-section .content {
        width: 100% !important;
        padding: 2rem 1.5rem;
    }

    .contact-us-section {
        margin-bottom: 26rem;
    }

    .contact-us-section .heading-title {
        display: block;
        margin-top: 21rem
    }

    .design-web-section .content {
        height: 18rem;
    }

    .faq_section .card {
        width: 100% !important;
    }

    .section-x1 svg#wave {
        bottom: 8px !important;
    }

    .section-x1 svg#wave2 {
        bottom: 0 !important;
        position: absolute;
        right: -1px;
        transform: rotate(0.7deg) !important;
        width: 100%;
    }

    .implementation-steps img {
        width: 100% !important;
    }

    .options .option img {
        width: auto !important;
    }

    .our-product-section img {
        width: 100% !important;
    }

}

.video-tools {
    position: absolute;
    left: 10px;
    top: 60px;
    border: 1px solid #fff;
    opacity: 0.7;
    border-radius: 8px;
    background-color: #000;
    padding: 10px;
    z-index: 102;
    display: none;
    transition: all 0.5s ease;
}
.video-tools.show {
    display: block;
}
.my-video.show {
    display: block !important;
}
.video-tools ul {
    list-style: none;
    padding: 0px !important;
    margin: 0px !important;
}

.video-tools ul li {
    display: inline;
    text-align: center;
    cursor: pointer;
}

summary {
    /*border: 4px solid transparent;*/
    /*outline: none;*/
    /*padding: 1rem;*/
    /*display: block;*/
    /*background: #444;*/
    /*color: white;*/
    /*padding-left: 2.2rem;*/
    position: relative;
    cursor: pointer;
}

details {
    /*max-width: 500px;*/
    box-sizing: border-box;
    margin-top: 5px;
    background: white;
}

details summary::-webkit-details-marker {
    display: none;
}

details[open] > summary:before {
    transform: rotate(90deg);
}

summary:before {
    content: '';
    border-width: .4rem;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 1.3rem;
    left: 1rem;
    transform: rotate(0);
    transform-origin: .2rem 50%;
    transition: .25s transform ease;
}


@media (orientation: landscape) {

    .layers {
        width: 100%;
        height: 100%
    }
}

@media (max-width: 540px) {

    .layers {
        width: 60vw;
        height: 60vw
    }
}

@media (max-width: 540px) {

    .layers::after {
        left: -20%;
        top: 70%
    }
}

@media (max-width: 540px) {
    .layers.contentBox::after {
        left: -23%
    }
}

.web-design main#main-page{
    margin-top: -50px !important;
}
