@import url('bootstrapar.min.css');

html {
    font-size: 75%;
    -webkit-font-smoothing: antialiased;
    height: 100%;
}

body {
    font-family: 'Cairo', sans-serif;
    font-size: 1em;
    line-height: 1.7;
    color: rgba(255,255,255,0.6);
    height: 100%;
    direction:rtl
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #c5a47e;
}

::selection {
    background-color: #c5a47e;
    color: #fff;
}

-webkit-::selection {
    background-color: #c5a47e;
    color: #fff;
}

::-moz-selection {
    background-color: #c5a47e;
    color: #fff;
}

@font-face {
    font-family: 'Cairo';
    src: url('../fonts/montserrat/Montserrat-Light.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratsemibold';
    src: url('../fonts/montserrat/Montserrat-SemiBold.ttf');
    font-weight: normal;
    font-style: normal;
}

h3,
.h3 {
    font-family: 'Cairo', sans-serif;
    font-weight: 600;
    font-size: 1em;
 
    color: #fff;
}

    h3 a,
    .h3 a {
        color: inherit;
    }

        .h3 a:hover {
            text-decoration: none;
        }

p {
    margin-bottom: 1.2em;
}

a {
    color: #c5a47e;
    -webkit-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s ease-out;
}

    a:hover,
    a:focus {
        color: #c5a47e;
        outline: none;
    }

    a:focus {
        text-decoration: none;
    }

.loader {
    position: fixed;
    overflow: hidden;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #272727;
    color: #fff;
    text-align: center;
}

.loader-brand {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.changlang {
    float: left;
  
}
    .changlang img {
        width: 23px;
        height: 23px;
        transition: transform 0.5s ease;
    }

    .changlang .linklang:hover img {
        transform: scale(1.2);
    }
    .changlang .linklang {
        font-weight: bold;
        color: #df8d00;
        text-decoration: none;
        font-size:14px
    }
        .changlang .linklang:hover {
            color: #fdcf81;
        }



.sk-folding-cube {
    margin: 20px auto;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

    .sk-folding-cube .sk-cube {
        float: left;
        width: 50%;
        height: 50%;
        position: relative;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

        .sk-folding-cube .sk-cube:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #c5a47e;
            -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
            animation: sk-foldCubeAngle 2.4s infinite linear both;
            -webkit-transform-origin: 100% 100%;
            -ms-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
        }

    .sk-folding-cube .sk-cube2 {
        -webkit-transform: scale(1.1) rotateZ(90deg);
        transform: scale(1.1) rotateZ(90deg);
    }

    .sk-folding-cube .sk-cube3 {
        -webkit-transform: scale(1.1) rotateZ(180deg);
        transform: scale(1.1) rotateZ(180deg);
    }

    .sk-folding-cube .sk-cube4 {
        -webkit-transform: scale(1.1) rotateZ(270deg);
        transform: scale(1.1) rotateZ(270deg);
    }

    .sk-folding-cube .sk-cube2:before {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .sk-folding-cube .sk-cube3:before {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }

    .sk-folding-cube .sk-cube4:before {
        -webkit-animation-delay: 0.9s;
        animation-delay: 0.9s;
    }

@-webkit-keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

.btn {
    font-family: 'montserratsemibold';
    position: relative;
    display: inline-block;
    border-radius: 30px;
    padding: 1em 2.1em 1em;
    font-size: 0.8em;
    color: #fff;
    
    text-transform: uppercase;
    text-decoration: none;
    border: 0.2em solid #fff;
    -webkit-transition: all .3s ease-out !important;
    transition: all .3s ease-out !important;
}

    .btn:hover,
    .btn:focus {
        color: #fff;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: none !important;
    }

.layout {
    background: url(../bg.jpg) 50% 0 no-repeat;
    background-size: cover;
    min-height: 100%;
}

.page-lines .col-line {
    padding: 0;
}

.page-lines .line {
    position: absolute;
    left: 0;
    width: 1px;
    height: 50000px;
    background-color: rgba(255,255,255,0.08);
}

.page-lines .col-line:last-child .line:last-child {
    left: auto;
    right: 0;
}

.brand {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 3.2em;
    line-height: 1;
    color: #fff;
}

    .brand:hover,
    .brand:focus {
        color: #fff;
        text-decoration: none;
    }

.page-lines {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.text-primary {
    color: #c5a47e;
}

.main {
    padding-top: 13px;
    text-align: center;
}

.description {
    margin-top: 3.6em;
}

.demo-version {
    margin: 4em 0 3em;
}

    .demo-version h3 {
        margin-bottom: 2.3em;
    }

    .demo-version figure {
        position: relative;
    }

        .demo-version figure img {
            display: block;
        }

    .demo-version figcaption {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(197, 164, 126, 0.9);
        opacity: 0;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

        .demo-version figcaption .inner {
            position: absolute;
            top: 50%;
            width: 100%;
            text-align: center;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
        }

    .demo-version figure:hover figcaption {
        opacity: 1;
    }

@media (min-width:768px) {
    html {
        font-size: 85%;
    }
}

@media (min-width:992px) {
    html {
        font-size: 92%;
    }
}

@media (min-width:1200px) {
    html {
        font-size: 100%;
    }
}


.watsapp {
    opacity: 1;
    position: fixed;
    bottom: 20px;
    left: 44px;
    display: block;
    width: 60px;
    height: 60px;
    background: #3aa904;
    background-size: 14px auto;
    border-radius: 50%;
    z-index: 2;
    -webkit-animation: bounce 2s infinite 2s;
    animation: bounce 2s infinite 2s;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    display: block;
    z-index: 99999999999;
}

    .watsapp svg {
        width: 40px;
        height: 40px;
        fill: #fff;
        margin-right: 9px;
        margin-top: 9px;
        margin-left: 9px;
    }

.shommobile {
    display: none;
}


@media only screen and (max-width: 767px) {
    .watsapp {
        display: none
    }

    .shommobile {
        display: block;
    }

    .callviewmobile {
        position: fixed;
        z-index: 99999999;
        bottom: 0;
        background-color: #ad0707;
        display: inline-block;
        float: right;
        right: 0;
        width: 50%;
        min-height: 35px;
        color: #fff;
        text-align: right;
        font-weight: bold;
        font-size: 15px;
        padding: 10px 10px;
        margin-right: 0;
    }

        .callviewmobile svg {
            width: 32px;
            height: 26px;
            fill: #fff;
            margin-left: 9px;
            margin-right: 10px;
            margin-top: 0px;
            float: right;
        }

    .callwhatsapp {
        position: fixed;
        z-index: 99999999;
        bottom: 0;
        background-color: #3aa904;
        display: inline-block;
        float: left;
        left: 0;
        width: 50%;
        min-height: 35px;
        color: #fff;
        text-align: right;
        font-weight: bold;
        font-size: 15px;
        padding: 10px 10px;
        margin-right: 0;
    }

        .callwhatsapp svg {
            width: 32px;
            height: 26px;
            fill: #fff;
            margin-left: 9px;
            margin-right: 10px;
            margin-top: 0px;
            float: right;
        }
}