@font-face {
    font-family: "sharkFont";
    src: url("/Site/fonts/Tanha.eot"); /* IE9 Compat Modes */
    src: url("/Site/fonts/Tanha.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */ url("/Site/fonts/Tanha.woff2") format("woff2"),
        /* Super Modern Browsers */ url("/Site/fonts/Tanha.woff") format("woff"),
        /* Pretty Modern Browsers */ url("/Site/fonts/Tanha.ttf") format("truetype"); /* Safari, Android, iOS */
}

@font-face {
    font-family: Sahel;
    src: url("/Site/fonts/Sahel-Black.eot");
    src: url("/Site/fonts/Sahel-Black.eot?#iefix") format("embedded-opentype"),
    url("/Site/fonts/Sahel-Black.woff2") format("woff2"),
    url("/Site/fonts/Sahel-Black.woff") format("woff"),
    url("/Site/fonts/Sahel-Black.ttf") format("truetype");
    font-weight: 900;
}

:root {
    --SharkBlue: #304d73;
    --SharkWhite: #fff;
    --SharkOrange: #f18619;
    --SharkViolet: #971cb9;
    --SharkGreen: #69ac0d;
    --SharkLightBlue: #2395c0;
}

body {
    direction: rtl;
    overflow-x:hidden;
    font-size: 100%;
}

.menu > li {
    display: inline-block;
    margin: 15px;
}

ul.menu {
    padding: 0;
    margin: 0;
    text-align: right;
}

a {
    color: var(--SharkBlue);
    transition: 0.5s !important;
    display: inline-block;
    text-decoration: none !important;
}

p {
    text-align: justify;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-family: Sahel;*/
    font-weight: 900;
}

a:hover {
    transform: translateY(5px) scale(0.97);
}

.menu li a {
    font-size: 17px;
    color: var(--SharkWhite);
    display: inline-block;
}

img {
    max-width: 100%;
}

header {
    background: var(--SharkBlue);
    z-index: 1;
    position: relative;
}

.sharkBtn:hover {
    background-color: var(--SharkBlue);
    color: var(--SharkWhite);
}

.btn-anim:hover::before {
    animation: sharkBtnAnim 0.3s linear forwards;
}

.btn-anim:hover {
    transform: unset;
    z-index: 5;
}

.sharkBtn.btn-anim {
    overflow: hidden;
}

.btn-anim::before {
    background-position-x: 0;
    content: "";
    background-image: url(/Site/Images/sharkWeb.svg);
    position: absolute;
    right: -100%;
    width: 100%;
    height: 100%;
    top: 0;
    background-repeat: no-repeat;
    background-color: inherit;
}

.sharkBtn {
    background-color: var(--SharkBlue);
    color: var(--SharkWhite);
    position: relative;
}

.sharkBtn.oragnebtn {
    background-color: var(--SharkOrange);
}

.sharkBtn.greenBtn {
    background-color: var(--SharkGreen);
}

.sharkBtn.blueBtn {
    background-color: var(--SharkLightBlue);
}

.sharkBtn.violetBtn {
    background-color: var(--SharkViolet);
}

.flexCenter {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.wow {
    visibility: hidden;
}

.bg {
    position: absolute;
    width: 100%;
    height: 100%;
}

.gpt {
    padding-top: 100px;
}

.gpb {
    padding-bottom: 100px;
}

.sharkCard {
    text-align: center;
    position: relative;
    perspective: 800px;
    /* border-right: 2px solid #ccc; */
}

.cardBg > div {
    position: relative;
    transform: rotate(-50deg);
    transform-origin: center;
    transition: 0.5s;
}

.cardBg > div > span {
    display: inline-block;
    border-radius: 40px;
    width: 50px;
    height: 10px;
    position: absolute;
    transition: 0.5s;
    transform-origin: left;
}

.cardBg {
    height: 150px;
    text-align: right;
}

.cardBg > div > span:nth-child(6),
.cardBg > div > span:nth-child(1) {
    background: rgb(72, 122, 191);
    background: linear-gradient(
        90deg,
        rgba(72, 122, 191, 1) 0%,
        rgba(72, 122, 191, 1) 47%,
        rgba(16, 171, 237, 1) 100%
    );
    transition-delay: 0.2s;
    transition-duration: 0.8s;
}

.cardBg > div > span:nth-child(8),
.cardBg > div > span:nth-child(2) {
    background: rgb(252, 201, 34);
    background: linear-gradient(
        90deg,
        rgba(252, 201, 34, 1) 0%,
        rgb(255 239 82) 52%
    );
    transition-delay: 0.3s;
    transition-duration: 0.6s;
}

.cardBg > div > span:nth-child(11),
.cardBg > div > span:nth-child(7),
.cardBg > div > span:nth-child(3) {
    background: rgb(220, 61, 115);
    background: linear-gradient(90deg, rgb(204 15 79) 0%, rgb(220 81 128) 73%);
    transition-delay: 0.4s;
    transition-duration: 0.6s;
}

.cardBg > div > span:nth-child(9),
.cardBg > div > span:nth-child(5) {
    background: rgb(66, 174, 140);
    background: linear-gradient(
        90deg,
        rgba(66, 174, 140, 1) 0%,
        rgba(83, 237, 186, 1) 73%
    );
    transition-duration: 0.5s;
}

.cardBg > div > span:nth-child(10),
.cardBg > div > span:nth-child(4) {
    background-color: #63589a;
    transition-delay: 0.5s;
    transition-duration: 0.7s;
}

.cardBg > div > span:nth-child(1) {
    top: -50px;
    left: 60px;
    width: 70px;
    height: 14px;
}

.cardBg > div > span:nth-child(2) {
    top: -16px;
    left: 54px;
    height: 20px;
}

.cardBg > div > span:nth-child(3) {
    top: 18px;
    left: 102px;
    width: 34px;
    height: 14px;
}

.cardBg > div > span:nth-child(4) {
    top: -91px;
    left: 70px;
    width: 30px;
    height: 30px;
    transform-origin: center;
}

.cardBg > div > span:nth-child(6) {
    top: 43px;
    left: 76px;
    height: 3px;
    width: 60px;
}

.cardBg > div > span:nth-child(7) {
    height: 5px;
    left: 101px;
    top: -28px;
}

.cardBg > div > span:nth-child(5) {
    top: -30px;
    left: 11px;
}

.cardBg > div > span:nth-child(8) {
    top: -64px;
    left: 32px;
    width: 20px;
    height: 2px;
}

.cardBg > div > span:nth-child(9) {
    top: 9px;
    left: 85px;
    height: 2px;
    width: 100px;
}

.cardBg > div > span:nth-child(10) {
    top: 60px;
    left: 60px;
    width: 40px;
    height: 3px;
}

.cardBg > div > span:nth-child(11) {
    width: 20px;
    height: 20px;
    top: 18px;
    left: 43px;
    transform-origin: center;
}

.cardBg .notRunedCard span {
    transform: scale(0) !important;
}

.sharkCard:hover .cardBg > div > span {
    transform: scale(0.3);
}

.cardBg i::before {
    font-size: 90px;
}

.cardBg i {
    z-index: 2;
    position: relative;
    margin-right: 50px;
    transition: 0.3s;
    display: inline-block;
    transition-delay: 0.2s;
}

.sharkCard:hover .cardBg i {
    color: var(--SharkBlue);

    transform: translateX(-30px);
}

.sharkCard p {
    padding: 10px 15px;
    border-right: 2px solid #ccc;
    margin: 10px 15px;
}

.sliverGradient {
    background: rgb(249, 249, 249);
    background: linear-gradient(
        90deg,
        rgba(249, 249, 249, 1) 0%,
        rgba(252, 252, 252, 1) 61%
    );
}

@keyframes sharkBtnAnim {
    0% {
        right: -100%;
    }

    55% {
        right: 0%;
    }
    100% {
        right: 0%;

        background-position-x: 50%;
    }
}

/* articleBox */
.articleBox {
    direction: rtl;
    text-align: right;
    position: relative;
    z-index: 1;
    margin: 0 20px 90px 20px;
    height: 100%;
    padding-bottom: 42px;
}

.articleBox::before,
.articleBox::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    left: -6%;
    bottom: 3%;
    border: 1px solid var(--gray);
    border-top: none;
    border-right: none;
}

.articleBox::after {
}

.articleBox::after {
    transform: rotate(-5deg);
    width: 80%;
    height: 40%;
    border-color: #ccc;
}

.articleBox p {
    margin: 30px 0;
}

.articleBox h3 {
    font-size: 20px;
    margin-bottom: 70px;
    text-align: right;
    position: relative;
    padding: 20px 0;
}

.articleBox .imgDivider {
    margin-bottom: 50px;
    position: relative;
    perspective: 600px;
}

.articleBox .imgDivider img:last-child {
    transform: translate(50px, -30px) rotateY(-15deg);
    transform-style: preserve-3d;
    box-shadow: 0 0 0 2px #fff;
}

.articleBox .imgDivider img:first-child {
    position: absolute;
    filter: blur(12px);
}

.articleBox .imgDivider img {
    width: 100%;
}

.articleBox a {
    text-align: revert;
    position: absolute;
    bottom: 6%;
    /* width: 100%; */
    /* height: 30%; */
    background: #f18619;
    z-index: -1;
    /* border-top-right-radius: 50%; */
    /* border-top-left-radius: 119%; */
    vertical-align: middle;
    /* padding: 50px 20px; */
    font-size: 18px;
    font-family: sahel;
}

.articleBox h3::before {
    content: "";
    display: block;
    width: 60%;
    height: 2px;
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    background: var(--SharkOrange);
}

/* title */
.title {
    text-align: center;

    margin: 20px;
}

/* footer */

footer {
    direction: rtl;
    text-align: right;
    padding-bottom: 40px;
    color: #fff;
    background-repeat: no-repeat;
    background: linear-gradient(
        60deg,
        rgb(48 77 115) 0%,
        #7ACDF1 100%
    );
    position: relative;
    z-index: 1;
    overflow: hidden;
}

footer h3 {
    text-align: center;
}

.svg {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -55555;
}

.waves {
    position: absolute;
    width: 100%;
    height: 20vh;
    margin-bottom: -30px; /*Fix for safari gap*/
    min-height: 100px;
    max-height: 150px;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.content {
    position: relative;
    height: 20vh;
    text-align: center;
    background-color: white;
}

/* Animation */

.parallax > use {
    animation: move-forever 2s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 3s;
    fill: #a6d2efbf;
}

.parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 1s;
    fill: #c5daeca3;
}

.parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
    fill: #b0c5e666;
}

.parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 2s;
    fill: #ffffff94;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }
    100% {
        transform: translate3d(85px, 0, 0);
    }
}

#sharkAnim {
    max-width: 300px;
    position: absolute;
    z-index: -1;
    animation: sharkFooter 15s infinite linear;
}

@keyframes sharkFooter {
    0% {
        bottom: -15%;
        right: -20%;
        transform: rotate(-14deg);
    }
    10% {
        bottom: 0%;
        right: 25%;
        transform: rotate(-4deg);
    }
    15% {
        bottom: -17%;
        right: 45%;
        transform: rotate(-14deg);
    }
    25% {
        bottom: -17%;
        right: 100%;
        transform: rotate(-14deg);
    }
    25.000001% {
        transform: rotate(8deg) rotateY(180deg);
    }
    35% {
        bottom: -17%;
        right: 60%;
        transform: rotate(8deg) rotateY(180deg);
    }
    40% {
        bottom: 15%;
        right: 48%;
        transform: rotate(-22deg) rotateY(180deg);
    }
    43% {
        bottom: 8%;
        right: 41%;
        transform: rotate(28deg) rotateY(180deg);
    }
    46% {
        bottom: -50%;
        right: 21%;
        transform: rotate(42deg) rotateY(180deg);
    }
    50.00001% {
        bottom: -50%;
        right: 21%;
        transform: rotate(42deg);
    }
    60% {
        bottom: 10%;
        right: 28%;
        transform: rotate(8deg);
    }
    65% {
        bottom: 9%;
        right: 38%;
        transform: rotate(-32deg);
    }
    75% {
        bottom: -43%;
        right: 63%;
        transform: rotate(-44deg);
    }
    75.00001% {
        bottom: -10%;
        right: 100%;
        transform: rotate(16deg) rotateY(180deg);
    }
    100% {
        bottom: -10%;
        right: -20%;
        transform: rotate(16deg) rotateY(180deg);
    }
}

.social {
    direction: ltr;
}

.social a {
    color: var(--SharkWhite);
    margin: 0 10px;
}

#anim.small {
    width: 10%;
    z-index: 8;
}

.allServices > div > div {
    margin: 40px 0;
}
