@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');
@import url("../fonts/woff/Webfonts/fontiran.css");

@keyframes circleAnimate {
    10%, 80% {
        opacity: 1;
    }

    80%, 90% {
        opacity: 0;
    }
}

@keyframes scaleLine {
    0%, 5% {
        transform: scaleX(1);
    }

    25% {
        transform: scaleX(10000);
    }
}

@keyframes arrow {
    0% {
        top: 4px;
        opacity: 1;
    }

    80% {
        top: 20px;
        opacity: 0;
    }

    90% {
        top: 20px;
        opacity: 0;
    }

    92% {
        top: 4px;
    }
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.imgDetail {
    max-height: 350px !important;
    max-width: 250px !important;
    border-radius: 8px;
}

.closebtn {
    position: absolute;
    top: 0;
    font-size: 36px;
    margin-left: 50px;
}

.avatarHome {
    border-radius: 50% !important;
    padding: 2px;
    height: 300px !important;
    width: 300px;
    float: left;
    border: 10px solid #0037FF;
    overflow: hidden;
    transition: 500ms;
}

    .avatarHome img {
        transform: scale(1.1);
    }

        .avatarHome img:hover {
            transform: scale(-1.1, 1.1);
        }

.infoMe {
    border-radius: 10% !important;
    padding: 55px;
    height: 400px;
    width: 400px !important;
    float: left;
    position: absolute;
    background: #0037FF;
    left: 292px;
    color: #ffffff;
    transition: scale 1s;
    box-shadow: 2px 2px 5px 1px #fff;
    transition: 500ms;
}
.infoMe-F {
    border-radius: 10% !important;
    padding: 55px;
    height: 400px;
    width: 400px !important;
    float: left;
    position: absolute;
    background: #0037FF;
    right: 292px;
    color: #ffffff;
    transition: scale 1s;
    box-shadow: 2px 2px 5px 1px #fff;
    transition: 500ms;
}

    .infoMe:hover {
        transform: scale(1.2);
    }

body {
    position: relative;
    min-height: 100vh;
    overflow-x: hidden !important;
 /*   background: radial-gradient(98.25% 331.74% at 4.65% 0%, #0C0C9B 0%, #222257 100%);*/
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-size: cover;
}
/* body,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
a,
p,
span,
strong {
    font-family: 'Cairo', sans-serif;
} */

/*body {
    animation: gradient 5s ease infinite;
    height: 100vh;
}*/

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.btn {
    font-size: 1.25rem;
    padding: .8rem 1.6rem;
}

.btn-white-rounded {
    background-color: #fff;
    border-radius: 80px;
    transition: 300ms;
}

    .btn-white-rounded:hover {
        box-shadow: 0px 29px 38px -23px rgba(0, 0, 0, 0.35);
    }

.btn-media-download {
    background-color: #0037FF;
    color: #fff;
}

    .btn-media-download:hover {
        background-color: #0030df;
        color: #fff;
    }

.btn-PDF-download {
    background-color: #FF5C00;
    color: #fff;
}

    .btn-PDF-download:hover {
        color: #fff;
        background-color: #da5001;
    }

.btn-RAR-download {
    background-color: #FFC700;
    color: #fff;
}

    .btn-RAR-download:hover {
        color: #fff;
        background-color: #e6b400;
    }

.btn-word-download {
    background-color: #00945F;
    color: #fff;
}

    .btn-word-download:hover {
        color: #fff;
        background-color: #007c51;
    }

.btn-other-download {
    background-color: #222257;
    color: #fff;
}

    .btn-other-download:hover {
        color: #fff;
        background-color: #17173d;
    }

h1 {
    font-weight: 700;
    font-size: 2.75rem;
}

h2 {
    font-weight: 700;
    font-size: 2.25rem;
}

h3 {
    font-weight: 700;
    font-size: 2rem;
}

h4 {
    font-weight: 700;
    font-size: 1.625rem;
}

h5 {
    font-weight: 700;
    font-size: 1.25rem;
}

p {
    font-size: 1.25rem;
    line-height: 2.25rem;
}

ul {
    list-style-type: none;
}

a {
    color: #00A3FF;
}

    a:hover {
        color: #0ba6ff;
    }

.syen-blur {
    position: absolute;
    left: -250px;
    top: -250px;
    z-index: -1;
}

.img-blur {
    position: absolute;
    top: 150px;
    width: 150px;
    height: 150px;
    z-index: -1;
}

.img-blur-red {
    position: absolute;
    top: 200px;
    right: 0;
    z-index: -1;
}

    .img-blur-red img {
        height: 600px;
    }

.top-nav {
    padding: 1rem 0;
    z-index: 2;
}

    .top-nav ul {
        padding: 0;
        margin: 0;
    }

    .top-nav a {
        color: #fff;
        padding: .5rem 1rem;
        display: block;
        text-decoration: none;
        transition: 300ms;
        font-weight: bold;
    }

.top-nav-mobile {
    z-index: 1200 !important;
}

.avatarabout {
    position: absolute;
    top: -37px;
    left: -4%;
}
/* nav menu Large */

nav {
    margin: 15px auto 0;
    position: relative;
    width: 100%;
    height: 50px;
    background-color: midnightblue;
    border-radius: 8px;
    font-size: 0;
}

    nav > a {
        line-height: 50px;
        height: 100%;
        font-size: 15px;
        display: inline-block;
        position: relative;
        z-index: 1;
        text-decoration: none;
        text-transform: uppercase;
        text-align: center;
        color: white;
        cursor: pointer;
    }

        nav > a:focus {
            background: #1abc9c;
        }

    nav > .animation {
        position: absolute;
        height: 100%;
        top: 0;
        z-index: 0;
        transition: all .5s ease 0s;
        border-radius: 8px;
    }

    nav > a:nth-child(1) {
        width: 100px;
    }

    nav > a:nth-child(2) {
        width: 100px;
    }

    nav > a:nth-child(3) {
        width: 100px;
    }

    nav > a:nth-child(4) {
        width: 100px;
    }

    nav > a:nth-child(5) {
        width: 120px;
    }

    nav > a:nth-child(6) {
        width: 100px;
    }

    nav > a:nth-child(7) {
        width: 100px;
    }

    nav > a:nth-child(8) {
        width: 100px;
    }

    nav > a:nth-child(9) {
        width: 100px;
    }

    nav > a:nth-child(10) {
        width: 100px;
    }

    nav > a:nth-child(1):hover ~ .animation {
        width: 100px;
        left: 0;
        background-color: #1abc9c;
    }

    nav .start-about, nav > a:nth-child(2):hover ~ .animation {
        width: 120px;
        left: 100px;
        background-color: #e74c3c;
    }

    nav .start-blog, nav > a:nth-child(3):hover ~ .animation {
        width: 120px;
        left: 200px;
        background-color: #3498db;
    }

    nav .start-portefolio, nav > a:nth-child(4):hover ~ .animation {
        width: 120px;
        left: 300px;
        background-color: #9b59b6;
    }

    nav .start-contact, nav > a:nth-child(5):hover ~ .animation {
        width: 120px;
        left: 400px;
        background-color: #e67e22;
    }

a:nth-child(6):hover ~ .animation {
    width: 100px;
    left: 500px;
    background-color: #1abc9c;
}

nav .start-about, nav > a:nth-child(7):hover ~ .animation {
    width: 100px;
    left: 600px;
    background-color: #e74c3c;
}

nav .start-blog, nav > a:nth-child(8):hover ~ .animation {
    width: 100px;
    left: 700px;
    background-color: #3498db;
}

nav .start-portefolio, nav > a:nth-child(9):hover ~ .animation {
    width: 100px;
    left: 800px;
    background-color: #9b59b6;
}

nav .start-contact, nav > a:nth-child(10):hover ~ .animation {
    width: 100px;
    left: 900px;
    background-color: #e67e22;
}

/* nav Farsi */

.navFarsi > a:nth-child(1):hover ~ .animation {
    width: 100px;
    right: 0;
    background-color: #1abc9c;
}

.navFarsi .start-about, .navFarsi > a:nth-child(2):hover ~ .animation {
    width: 100px;
    right: 100px;
    background-color: #e74c3c;
}

.navFarsi .start-blog, .navFarsi > a:nth-child(3):hover ~ .animation {
    width: 100px;
    right: 200px;
    background-color: #3498db;
}

.navFarsi .start-portefolio, .navFarsi > a:nth-child(4):hover ~ .animation {
    width: 100px;
    right: 300px;
    background-color: #9b59b6;
}

.navFarsi .start-contact, .navFarsi > a:nth-child(5):hover ~ .animation {
    width: 100px;
    right: 400px;
    background-color: #e67e22;
}

a:nth-child(6):hover ~ .animation {
    width: 100px;
    right: 500px;
    background-color: #1abc9c;
}

.navFarsi .start-about, .navFarsi > a:nth-child(7):hover ~ .animation {
    width: 100px;
    right: 600px;
    background-color: #e74c3c;
}

.navFarsi .start-blog, .navFarsi > a:nth-child(8):hover ~ .animation {
    width: 100px;
    right: 700px;
    background-color: #3498db;
}

.navFarsi .start-portefolio, .navFarsi > a:nth-child(9):hover ~ .animation {
    width: 100px;
    right: 800px;
    background-color: #9b59b6;
}

.navFarsi .start-contact, .navFarsi > a:nth-child(10):hover ~ .animation {
    width: 100px;
    right: 900px;
    background-color: #e67e22;
}




.top-nav a:hover {
    color: #00D1FF;
}

.menu-icon {
    position: relative;
    margin-bottom: 12px;
    margin-left: 8px;
    z-index: 1200;
    cursor: pointer;
    width: 35px;
    height: 20px;
}

    .menu-icon span {
        background: #FFFFFF;
        border-radius: 51px;
        position: absolute;
        height: 2px;
        display: inline-block;
        left: 0;
    }

        .menu-icon span:first-child {
            width: 11px;
            top: 0;
        }

        .menu-icon span:nth-child(2) {
            width: 22px;
            top: 8;
        }

        .menu-icon span:last-child {
            width: 16px;
            top: 16;
        }

.mobile-menu {
    background: rgba(12, 12, 155, 0.5);
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    backdrop-filter: blur(13px);
    /*width: 100%;*/
    border: none;
    border-right: 2px solid #fff;
}

    .mobile-menu ul {
        margin-top: 5rem;
        line-height: 3.5rem;
    }

        .mobile-menu ul li a {
            font-weight: 800;
            font-size: 22px;
            color: #fff;
            text-decoration: none;
        }

.header {
    margin-top: 6rem;
}

.about-me {
    position: relative;
}

    .about-me .cube {
        position: absolute;
        right: -20px;
        bottom: -30px;
    }

.visit-card {
    background: radial-gradient(100.12% 305.89% at 2.48% 6.4%, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.14) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
    ;
    backdrop-filter: blur(10px);
    border-image-width: 1px 1px 1px 1px;
    border-image-outset: 0px 0px 0px 0px;
    border-image-repeat: stretch stretch;
    top: 20px;
    width: 100%;
    border-image-source: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA1OCIgaGVpZ2h0PSIxMDU4IiB2aWV3Qm94PSIwIDAgMTA1OCAxMDU4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8ZyBmaWx0ZXI9InVybCgjZmlsdGVyMF9iXzE4NV85MjApIj4KPHJlY3Qgd2lkdGg9IjEwNTgiIGhlaWdodD0iMTA1OCIgcng9IjgiIGZpbGw9InVybCgjcGFpbnQwX3JhZGlhbF8xODVfOTIwKSIvPgo8cmVjdCB4PSIwLjUiIHk9IjAuNSIgd2lkdGg9IjEwNTciIGhlaWdodD0iMTA1NyIgcng9IjcuNSIgc3Ryb2tlPSJ1cmwoI3BhaW50MV9yYWRpYWxfMTg1XzkyMCkiLz4KPC9nPgo8ZGVmcz4KPGZpbHRlciBpZD0iZmlsdGVyMF9iXzE4NV85MjAiIHg9Ii0yMCIgeT0iLTIwIiB3aWR0aD0iMTA5OCIgaGVpZ2h0PSIxMDk4IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUdhdXNzaWFuQmx1ciBpbj0iQmFja2dyb3VuZEltYWdlIiBzdGREZXZpYXRpb249IjEwIi8+CjxmZUNvbXBvc2l0ZSBpbjI9IlNvdXJjZUFscGhhIiBvcGVyYXRvcj0iaW4iIHJlc3VsdD0iZWZmZWN0MV9iYWNrZ3JvdW5kQmx1cl8xODVfOTIwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9iYWNrZ3JvdW5kQmx1cl8xODVfOTIwIiByZXN1bHQ9InNoYXBlIi8+CjwvZmlsdGVyPgo8cmFkaWFsR3JhZGllbnQgaWQ9InBhaW50MF9yYWRpYWxfMTg1XzkyMCIgY3g9IjAiIGN5PSIwIiByPSIxIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgZ3JhZGllbnRUcmFuc2Zvcm09InRyYW5zbGF0ZSgyNi4yNjI0IDY3Ljc2NDUpIHJvdGF0ZSg0My4wNzEzKSBzY2FsZSgxNDUwLjAzIDMwNDAuMzcpIj4KPHN0b3Agc3RvcC1jb2xvcj0id2hpdGUiIHN0b3Atb3BhY2l0eT0iMC4xNSIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IndoaXRlIiBzdG9wLW9wYWNpdHk9IjAuMjEiLz4KPC9yYWRpYWxHcmFkaWVudD4KPHJhZGlhbEdyYWRpZW50IGlkPSJwYWludDFfcmFkaWFsXzE4NV85MjAiIGN4PSIwIiBjeT0iMCIgcj0iMSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGdyYWRpZW50VHJhbnNmb3JtPSJ0cmFuc2xhdGUoODMuNzg5NiAxMjguOTcxKSByb3RhdGUoNDMuNjQwMSkgc2NhbGUoMTM0Ni4xNyAyNzk1LjE5KSI+CjxzdG9wIHN0b3AtY29sb3I9IndoaXRlIiBzdG9wLW9wYWNpdHk9IjAuNjUiLz4KPHN0b3Agb2Zmc2V0PSIwLjQzMjI5MiIgc3RvcC1jb2xvcj0id2hpdGUiIHN0b3Atb3BhY2l0eT0iMC4wOSIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGRjAwNEQiLz4KPC9yYWRpYWxHcmFkaWVudD4KPC9kZWZzPgo8L3N2Zz4K");
}

.avatar {
    width: 70px;
    height: 70px;
    border-radius: 50px;
    /*overflow: hidden;*/
}

    .avatar img {
        width: 100%;
    }

.visit-card h3,
.visit-card p,
.visit-card span {
    font-family: 'Rajdhani', sans-serif !important;
    color: #fff !important;
}

.visit-card-parent {
    position: relative;
}

.card-visit-information {
    position: absolute;
    top: 10px;
}

.my-skils {
    margin-top: 13rem;
}

.skill-card {
    background: #FFFFFF;
    border-radius: 8px;
    transition: 300ms;
}

    .skill-card h5 {
        font-weight: 900;
        transition: 300ms;
    }

    .skill-card a {
        text-decoration: none;
    }

.arrow-more {
    margin-top: 1rem;
    position: relative;
    overflow: hidden;
}

    .arrow-more span {
        font-size: 1.25rem;
        display: inline-block;
        transform: translateX(-100%);
        transition: 300ms;
    }

    .arrow-more img {
        transition: 300ms;
        position: absolute;
        left: 0;
        margin-top: 5px;
    }

.content {
    width: 85%;
    margin-top: 150px;
}
.skill-card-Farsi {
    background: #FFFFFF;
    border-radius: 8px;
    transition: 300ms;
}

.skill-card-Farsi h5 {
        font-weight: 900;
        transition: 300ms;
    }

.skill-card-Farsi a {
        text-decoration: none;
    }
.skill-card-Farsi:hover {
        background-color: #0037FF;
    }

    .skill-card-Farsi:hover h5 {
        transform: scale(1.5);
        color: #fff;
        transform-origin: top right;
    }

    .skill-card-Farsi:hover .arrow-more span{
        transform: translateX(0);
        color: #fff;
    }

    .skill-card:hover .arrow-more img{
        right: 40px;
    }
.skill-card:hover {
    background-color: #0037FF;
}

.skill-card:hover h5 {
    transform: scale(1.5);
    color: #fff;
    transform-origin: top left;
}

.skill-card:hover .arrow-more span,
.servis-card:hover .arrow-more span {
    transform: translateX(0);
    color: #fff;
}

.skill-card:hover .arrow-more img,
.servis-card:hover .arrow-more img {
    left: 40px;
}
.my-articles {
    margin-top: 5rem;
}

.my-articles-information {
    position: relative;
}

    .my-articles-information > img {
        position: absolute;
        right: 0;
        bottom: -50px;
    }

.article-card {
    border-radius: 8px;
    padding-bottom: 1rem;
}

.event-card {
    border-radius: 8px;
}

    .article-card a,
    .event-card a {
        text-decoration: none !important;
    }

.article-image {
    border-radius: 6px;
    overflow: hidden;
    height: 100%;
}

.products-box {
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 44px;
    background: var(--bs-white);
    box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    border: none;
    width: 400px;
    display: none;
    z-index: 100;
}

.cart-counter {
    position: absolute;
    background: #0030df;
    border: 1px solid white;
    padding: 0px 6px;
    border-radius: 9px;
    top: 20px;
    left: 61%;
    color: white;
    height: 21px;
    font-size: 15px;
}

.cart-box {
    position: relative;
    cursor:pointer;
}

    .cart-box:hover .products-box, .cart-box:focus .products-box {
        display: block !important;
    }

.products-box-header {
    border-bottom: 2px solid var(--bs-black-rgb);
}

.products-box-body {
    height: 300px;
    overflow: auto;
}

.banner {
    background: none;
    margin-top: 6rem;
    margin-bottom: 6rem;
    border: none;
    border-radius: 8px;
    box-shadow: 0px 130px 91px -96px rgba(0, 14, 67, 0.46);
    position: relative;
    overflow: hidden;
}
.titleBanner {
    position: absolute;
    top: 56px;
    z-index: 10;
    left: 84px;
    width: 70%;
}
.regular {
    font-weight: 300;
}

.bold {
    font-weight: 900;
}

.circles {
    position: relative;
    top: -20%;
    left: -28%;
}

.circle {
    position: absolute;
    border-radius: 60px;
    border: 1px solid #4dff007a !important;
    z-index: 0;
    animation: circleAnimate 2.5s infinite;
}

.circle0 {
    background: #4bff00;
    top: 55%;
    left: 55%;
    width: 10px;
    height: 10px;
    animation: none;
}

.circle1 {
    border: 1px solid rgba(0, 209, 255, 0.55);
    top: 40%;
    left: 40%;
    width: 40px;
    height: 40px;
}

.circle2 {
    border: 1px solid rgba(0, 209, 255, 0.45);
    top: 30%;
    left: 30%;
    width: 60px;
    height: 60px;
    animation-delay: .5s;
}

.circle3 {
    border: 1px solid rgba(0, 209, 255, 0.35);
    top: 20%;
    left: 20%;
    width: 80px;
    height: 80px;
    animation-delay: 1s;
}

.circle4 {
    border: 1px solid rgba(0, 209, 255, 0.25);
    top: 10%;
    left: 10%;
    width: 100px;
    height: 100px;
    animation-delay: 1.5s;
}

.circle5 {
    border: 1px solid rgba(0, 209, 255, 0.15);
    top: 0%;
    left: 0%;
    width: 120px;
    height: 120px;
    animation-delay: 2s;
}

.my-servises {
    margin-top: 0rem;
}

.servis-card {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    border: none;
    transition: 300ms;
    box-shadow: 0px 73px 138px -23px rgba(0, 0, 0, 0.3);
    height: 5rem;
    text-align: center;
}

    .servis-card a {
        text-decoration: none;
    }

    .servis-card:hover {
        box-shadow: 0px 73px 138px -23px rgba(0, 0, 0, 0.3);
        /*border: 4px solid #1abc9c;*/
    }
.hoverBook .servis-card {
    /*background: white;*/
}
.imgindex1 {
    padding-bottom: 1px;
}
.imgindex2 {
}
.my-books-information {
    position: relative;
}

    .my-books-information > img {
        position: absolute;
    }

.my-books {
    margin-top: 5rem;
}

.page-footer {
    border-top: 4px solid #0037FF;
    margin-top: 6rem;
    position: relative;
    overflow: hidden;
}
.page-footer a{
    text-decoration: none;
}

.social,
.social span {
    transition: 300ms;
    text-decoration: none;
}

    .social span {
        visibility: hidden;
        transform: scale(0);
        max-width: 0;
        display: inline-block;
        margin-left: 5px;
        font-weight: 700;
    }

    .social:hover span {
        visibility: visible;
        transform: scale(1);
        max-width: 150px;
    }

.ellipsis-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.ellipsis-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.ellipsis-6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.articles-header {
    margin-top: 6rem;
}

.articles-body {
    margin-top: 6rem;
}

.article-single-header {
    margin-top: 3rem;
}

    .article-single-header > div > img {
        border: 5px solid #FFFFFF;
        box-sizing: border-box;
        border-radius: 10px;
    }

.article-text {
    background-color: #fff;
    margin-top: 2rem;
    padding: 2rem 0;
}

.article-heading {
    padding-left: 1.5rem;
    border-left: 8px solid #0E0E33;
    margin-top: 3rem;
    margin-bottom: 1rem;
}

.books-body {
    margin-top: 5rem;
}

.book-information {
    top: 20px;
}

.page-footer .line {
    position: absolute;
    top: -4px;
    left: 50%;
    height: 4px;
    width: 10px;
}

.page-footer .line-1 {
    animation: scaleLie 3s infinite;
    background-color: #00D1FF;
}

#download-book-box {
    margin-top: 10rem;
    border: 3px solid #0037FF;
    box-sizing: border-box;
    border-radius: 8px;
    position: relative;
}

.download-list {
    line-height: 3rem;
    margin-left: 10px;
}

    .download-list li {
        list-style-image: url(../images/icons/lsi.svg);
        font-size: 1.25rem;
    }

.img-download {
    position: absolute;
    bottom: 10px;
    right: 10px;
    border: 5px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 8px;
}

.card-download {
    border-radius: 8px;
    border: 3px solid;
}

.media-file {
    border-color: #0037FF;
}

    .media-file span {
        color: #0037FF;
    }

.PDF-file {
    border-color: #FF5C00;
}

    .PDF-file span {
        color: #FF5C00;
    }

.border-left {
    padding-left: 2rem;
    border-left: 1px solid #fff;
}

.contact-card {
    position: relative;
}

.send {
    position: absolute;
    right: 10px;
    top: -70px;
    width: 190px;
}

input,
textarea {
    width: 100%;
    font-size: 1.25rem;
    padding: .8rem 1.6rem;
    border: 1px solid #C8C8C8;
    box-sizing: border-box;
    border-radius: 6px;
}

    input:focus,
    textarea:focus {
        outline: #0030df;
        border: 2px solid #0030df;
    }

.contact-card::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #0030df;
    top: -15px;
    right: -15px;
    z-index: -1;
    border-radius: 8px;
}

.servise-single-header {
    margin-top: 3rem;
}

.arrow-down {
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 64px;
    width: 28px;
    height: 41px;
    position: relative;
}

.arrow {
    position: absolute;
    left: 6px;
    top: 4px;
    animation: arrow 2s infinite;
}

.arrow-2 {
    animation-delay: 1s;
}

.arrow-down {
    margin: 2rem auto;
}

.cantact {

    background-attachment: fixed;
    background-position: top;
    background-size: cover;
    padding: 2rem 0;
    margin: 5rem 0;
}

@media(min-width: 996px) {
}

@media(min-width: 768px) {
}

@media(max-width: 1400px) {
}

@media(max-width: 1200px) {
}

@media(max-width: 992px) {
}

@media(max-width: 768px) {
    .sliderIndex {
        margin-top: 80px;
    }
    .about-me .cube {
        position: absolute;
        right: 0;
        bottom: -30px;
    }

    .header {
        padding-top: 0;
        margin-top: 2px;
    }

    .my-skils, .my-articles, .my-servises, .my-books {
        margin-top: 5rem;
    }
    .my-servises {
        margin-top: 3rem;
    }
    .articles-header {
        margin-top: 0rem;
    }

    .products-box {
        left: 0;
    }
}

@media(max-width: 576px) {
}

@media(max-width: 400px) {
}



/*���� ���ј */


/*waves****************************/


.box {
    transform: rotate(339deg);
    overflow: hidden;
    background: #00a3ff;
    width: 500px;
    height: auto;
}
.box-F {
    transform: rotate(20deg);
    overflow: hidden;
    background: #00a3ff;
    width: 500px;
    height: auto;
}
.wave {
    opacity: .4;
    position: absolute;
    top: 3%;
    left: 10%;
    background: #0af;
    width: 176px;
    height: 1300px;
    margin-top: -250px;
    transform-origin: 50% 48%;
    border-radius: 43%;
    animation: drift 7000ms infinite linear;
}

    .wave.-three {
        animation: drift 7500ms infinite linear;
        position: fixed;
        background-color: #77daff;
    }

    .wave.-two {
        animation: drift 3000ms infinite linear;
        opacity: .1;
        background: black;
        position: fixed;
    }

.box:after {
    content: '';
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: translate3d(0, 0, 0);
}

@keyframes drift {
    from {
        transform: rotate(0deg);
    }

    from {
        transform: rotate(360deg);
    }
}

/*LOADING SPACE*/

.contain {
    animation-delay: 4s;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #25a7d7;
    background: -webkit-linear-gradient(#25a7d7, #2962FF);
    background: linear-gradient(#25a7d7, #25a7d7);
}

.icon {
    width: 100px;
    height: 100px;
    margin: 0 5px;
}

    /*Animation*/
    .icon:nth-child(2) img {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s
    }

    .icon:nth-child(3) img {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s
    }

    .icon:nth-child(4) img {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s
    }

    .icon img {
        -webkit-animation: anim 2s ease infinite;
        animation: anim 2s ease infinite;
        -webkit-transform: scale(0,0) rotateZ(180deg);
        transform: scale(0,0) rotateZ(180deg);
    }

@-webkit-keyframes anim {
    0% {
        -webkit-transform: scale(0,0) rotateZ(-90deg);
        transform: scale(0,0) rotateZ(-90deg);
        opacity: 0
    }

    30% {
        -webkit-transform: scale(1,1) rotateZ(0deg);
        transform: scale(1,1) rotateZ(0deg);
        opacity: 1
    }

    50% {
        -webkit-transform: scale(1,1) rotateZ(0deg);
        transform: scale(1,1) rotateZ(0deg);
        opacity: 1
    }

    80% {
        -webkit-transform: scale(0,0) rotateZ(90deg);
        transform: scale(0,0) rotateZ(90deg);
        opacity: 0
    }
}

@keyframes anim {
    0% {
        -webkit-transform: scale(0,0) rotateZ(-90deg);
        transform: scale(0,0) rotateZ(-90deg);
        opacity: 0
    }

    30% {
        -webkit-transform: scale(1,1) rotateZ(0deg);
        transform: scale(1,1) rotateZ(0deg);
        opacity: 1
    }

    50% {
        -webkit-transform: scale(1,1) rotateZ(0deg);
        transform: scale(1,1) rotateZ(0deg);
        opacity: 1
    }

    80% {
        -webkit-transform: scale(0,0) rotateZ(90deg);
        transform: scale(0,0) rotateZ(90deg);
        opacity: 0
    }
}



/*
@media (max-width: 1400px)
{
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container { max-width: 1600px !important; }
}
@media (max-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1140px !important;
    }
}
@media (max-width: 992px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 960px !important;
    }
}
@media (max-width: 768px) {
    .container-md, .container-sm, .container {
        max-width: 720px !important;
    }
}
@media (max-width: 576px) {
    .container-sm, .container {
        max-width: 540px !important;
    }
}
*/



/*background body*/

@import url('https://fonts.googleapis.com/css?family=Exo:400,700');



.context {
    width: 100%;
    position: absolute;
    top: 50vh;
}

.circles {
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .circles li {
        position: absolute;
        display: block;
        list-style: none;
        width: 20px;
        height: 20px;
        background: rgba(255, 255, 255, 0.2);
        animation: animate 25s linear infinite;
        bottom: -150px;
    }

        .circles li:nth-child(1) {
            left: 25%;
            width: 80px;
            height: 80px;
            animation-delay: 0s;
        }


        .circles li:nth-child(2) {
            left: 10%;
            width: 20px;
            height: 20px;
            animation-delay: 2s;
            animation-duration: 12s;
        }

        .circles li:nth-child(3) {
            left: 70%;
            width: 20px;
            height: 20px;
            animation-delay: 4s;
        }

        .circles li:nth-child(4) {
            left: 40%;
            width: 60px;
            height: 60px;
            animation-delay: 0s;
            animation-duration: 18s;
        }

        .circles li:nth-child(5) {
            left: 65%;
            width: 20px;
            height: 20px;
            animation-delay: 0s;
        }

        .circles li:nth-child(6) {
            left: 75%;
            width: 110px;
            height: 110px;
            animation-delay: 3s;
        }

        .circles li:nth-child(7) {
            left: 35%;
            width: 150px;
            height: 150px;
            animation-delay: 7s;
        }

        .circles li:nth-child(8) {
            left: 50%;
            width: 25px;
            height: 25px;
            animation-delay: 15s;
            animation-duration: 45s;
        }

        .circles li:nth-child(9) {
            left: 20%;
            width: 15px;
            height: 15px;
            animation-delay: 2s;
            animation-duration: 35s;
        }

        .circles li:nth-child(10) {
            left: 85%;
            width: 150px;
            height: 150px;
            animation-delay: 0s;
            animation-duration: 11s;
        }



@keyframes animate {

    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}




/*avatar index*/


.center {
    margin: 0 auto;
}

.outer-ring {
    position: absolute;
    height: 300px;
    width: 300px;
    background-image: linear-gradient(135deg, #FEED07 0%, #FE6A50 5%, #ED00AA 15%, #2FE3FE 50%, #8900FF 100%);
    border-radius: 50%;
    /*  Rotate  */
    animation-duration: 2s;
    animation-name: rotate;
    animation-iteration-count: infinite;
}

.inner-ring {
    position: absolute;
    height: 280px;
    width: 280px;
    background-image: linear-gradient(0deg, #36295e, #1c1045);
    border-radius: 50%;
    overflow: hidden;
    left: 10px;
    top: 10px;
}
.inner-ring-F {
    position: absolute;
    height: 280px;
    width: 280px;
    background-image: linear-gradient(0deg, #36295e, #1c1045);
    border-radius: 50%;
    overflow: hidden;
    right: 10px;
    top: 10px;
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



/*switch.................................*/

.switch {
    position: relative;
    display: inline-block;
    margin: 0 5px;
}

    .switch > span {
        position: absolute;
        top: 9px;
        pointer-events: none;
        font-family:;
        font-weight: bold;
        font-size: 16px;
        text-transform: uppercase;
        text-shadow: 0 1px 0 rgba(0, 0, 0, .06);
        width: 50%;
        text-align: center;
    }

input.check-toggle-round-flat:checked ~ .off {
    color: #F36F25;
}

input.check-toggle-round-flat:checked ~ .on {
    color: #fff;
}

.switch > span.on {
    left: 0;
    padding-left: 2px;
    color: #F36F25;
}

.switch > span.off {
    right: 0;
    padding-right: 4px;
    color: #fff;
}

.check-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}

    .check-toggle + label {
        display: block;
        position: relative;
        cursor: pointer;
        outline: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

input.check-toggle-round-flat + label {
    padding: 2px;
    width: 100px;
    height: 41px;
    background-color: #F36F25;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
}

    input.check-toggle-round-flat + label:before, input.check-toggle-round-flat + label:after {
        display: block;
        position: absolute;
        content: "";
    }

    input.check-toggle-round-flat + label:before {
        top: 2px;
        left: 2px;
        bottom: 2px;
        right: 2px;
        background-color: #F36F25;
        -webkit- -moz-border-radius: 60px;
        -ms-border-radius: 60px;
        -o-border-radius: 60px;
        border-radius: 60px;
    }

    input.check-toggle-round-flat + label:after {
        top: 4px;
        left: 4px;
        bottom: 4px;
        width: 48px;
        background-color: #fff;
        -webkit-border-radius: 52px;
        -moz-border-radius: 52px;
        -ms-border-radius: 52px;
        -o-border-radius: 52px;
        border-radius: 52px;
        -webkit-transition: margin 0.2s;
        -moz-transition: margin 0.2s;
        -o-transition: margin 0.2s;
        transition: margin 0.2s;
    }

input.check-toggle-round-flat:checked + label {
}

    input.check-toggle-round-flat:checked + label:after {
        margin-left: 44px;
    }

















    /*-------------box*/

/* scenes (the good stuff) */

.scenes {
    position: relative;
    aspect-ratio: 2.4 / 1;
}

.scene-1, .scene-2 {
    position: absolute;
    inset: 0;
    background-size: cover;
}

.scene-1 {
    background-image: url(../images/creambackground.jpg);
}

.scene-2 {
    background-image: url(../images/creambackground.jpg);
    -webkit-mask-image: linear-gradient( to right, transparent 47.5%, #fff 52.5% );
    -webkit-mask-size: 210%;
    -webkit-mask-position: left;
}

.scenes:is(:hover, :focus) .scene-2 {
    -webkit-mask-position: right;
    transition: -webkit-mask-position 1s linear;
}

.scene-title {
    position: absolute;
    max-width: 45%;
    margin: min(40px, 4vw);
    font-size: 1.25em;
}

.scene-1 .scene-title {
    top: 0;
    left: 0;
    color: #000;
    text-align: left;
}

.scene-2 .scene-title {
    top: 0;
    right: 0;
    color: #fff;
    text-align: right;
}

.banner p {
    padding: 71px;
}
/* everything else */
*, *::before, *::after {
    box-sizing: border-box;
}


.intro {
    text-align: center;
}

.heading {
    margin: 0;
    font-size: 2.5em;
}

    .heading::before, .heading::after {
        content: ' — ';
    }

.nudge {
    margin: 0;
    color: #888;
    font-size: 1.25em;
}

.visualizer {
    display: flex;
    justify-content: center;
}

.visualizer-frame {
    position: relative;
    width: min(150px, 25vw);
    aspect-ratio: 2.4 / 1;
    outline: 2px solid #ccc;
}

.visualizer-mask {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    width: 210%;
    background-color: #333;
    background-image: linear-gradient(to right, transparent 47.5%, #fff 52.5%), linear-gradient(45deg, #444 25%, transparent 25%, transparent 75%, #444 75%), linear-gradient(45deg, #444 25%, transparent 25%, transparent 75%, #444 75%);
    background-size: auto auto, 16px 16px, 16px 16px;
    background-position: 0 0, 0 0, 8px 8px;
    box-shadow: inset 0 0 0 2px #111;
}

.scenes:is(:hover, :focus) + .visualizer .visualizer-mask {
    transform: translateX(calc((100% - 210%) / 2.1));
    transition: transform 2s linear;
}




/*tooltip*/

/* Start Fonts from Google Fonts */
/*Google Fonts*/

@import url('https://fonts.googleapis.com/css?family=Arapey|Cantarell|Comfortaa|Khand|Russo+One|Ubuntu');


/*End Fonts*/


/* Start Body */

/*tooltip Box*/
.con-tooltip {
    position: relative;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    cursor: default;
}

/*tooltip */
.tooltip {
    visibility: hidden;
    z-index: 1;
    opacity: .40;
    width: 100%;
    padding: 0px 20px;
    background: #333;
    color: #E086D3;
    position: absolute;
    top: -140%;
    left: -25%;
    border-radius: 9px;
    font: 16px;
    transform: translateY(9px);
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 3px rgba(56, 54, 54, 0.86);
}


    /* tooltip  after*/
    .tooltip::after {
        content: " ";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 12px 12.5px 0 12.5px;
        border-color: #333 transparent transparent transparent;
        position: absolute;
        left: 40%;
    }

.con-tooltip:hover .tooltip {
    visibility: visible;
    transform: translateY(-10px);
    opacity: 1;
    transition: .3s linear;
    animation: odsoky 1s ease-in-out infinite alternate;
}

@keyframes odsoky {
    0% {
        transform: translateY(6px);
    }

    100% {
        transform: translateY(1px);
    }
}

/*hover ToolTip*/
.left:hover {
    transform: translateX(-6px);
}

.top:hover {
    transform: translateY(-6px);
}

.bottom:hover {
    transform: translateY(6px);
}

.right:hover {
    transform: translateX(6px);
}



/*left*/

.left .tooltip {
    top: -20%;
    left: -170%;
}

    .left .tooltip::after {
        top: 40%;
        left: 90%;
        transform: rotate(-90deg);
    }




/*bottom*/

.bottom .tooltip {
    top: 115%;
    left: -0%;
}

    .bottom .tooltip::after {
        top: -17%;
        left: 40%;
        transform: rotate(180deg);
    }



/*right*/

.right .tooltip {
    top: -20%;
    left: 115%;
}

    .right .tooltip::after {
        top: 40%;
        left: -12%;
        transform: rotate(90deg);
    }

.top .tooltip1 {
    top: -336%;
    left: -4px;
}
.top .tooltip2 {
    top: -249%;
    left: -4px;
}
.tooltip p { color: white;}


.font-14 {
    font-size: 14px;
}

titleArticleEN {
    font-family: Comic Sans MS, cursive;
    font-size: 30px;
}












/* scenes (the good stuff) */

@property --angle {
    syntax: '<angle>';
    inherits: true;
    initial-value: -10deg;
}

@keyframes scene-transition {
    to {
        --angle: 370deg;
    }
}

.hoverBook .scenes {
    position: relative;
    aspect-ratio: 2.4 / 1;
 /*   outline: 2px solid #ccc;*/
}

.hoverBook .scene-1, .hoverBook .scene-2 {
    position: absolute;
    inset: 0;
    background-size: cover;
}

.hoverBook .scene-1 {
/*    background-image: url(https://assets.codepen.io/77020/sw-clock-wipe-scene-1.jpg);*/
}

.hoverBook .scene-2 {
    background-image: url(/DesignPrivateSite/assest/images/creambackground.jpg);
    z-index: -1;
    -webkit-mask-image: conic-gradient( #fff 0deg, #fff calc(var(--angle) - 10deg), transparent calc(var(--angle) + 10deg), transparent 360deg ), conic-gradient( transparent 340deg, #fff 360deg );
    -webkit-mask-size: 100%;
    border-radius:8px;
}
.arrow-more2 {
    float: left;
    margin-left: 50px;
}
.arrow-more3 {
    float: right;
    margin-right: 50px;
}
.article-text p, .article-single-header p {
    text-align: justify;
    line-height: 1.7;
    margin: 0px;
}
.article-text img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.swal2-html-container {
    font-family: 'Cairo', sans-serif;
}
.article-single-header span, .article-single-header strong, .my-books-information span, .my-books-information strong, .my-articles-information span, .my-articles-information strong {
    color: white;
}

.article-text li, .article-single-header li {
    list-style-type: initial !important;
}
.hoverBook .scenes:is(:hover, :focus) .scene-2 {
    z-index: 1;
    animation: scene-transition 1s linear forwards;
}

.hoverBook .scene-title {
    position: absolute;
    max-width: 45%;
    margin: min(40px, 4vw);
    font-size: 1.25em;
}

.hoverBook .scene-1 .scene-title {
    bottom: 0;
    left: 0;
    color: #fff;
    text-align: left;
}

.hoverBook .scene-2 .scene-title {
    top: 0;
    left: 0;
    color: #fff;
    text-align: left;
}

/* everything else */

.intro {
    text-align: center;
}

.heading {
    margin: 0;
    font-size: 2.5em;
}

    .heading::before, .heading::after {
        content: ' — ';
    }

.nudge {
    margin: 0;
    color: #888;
    font-size: 1.25em;
}

.visualizer {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.visualizer-frame-1, .visualizer-frame-2 {
    position: relative;
    width: min(150px, 25vw);
    aspect-ratio: 2.4 / 1;
    outline: 2px solid #ccc;
    background-color: #333;
    background-image: linear-gradient(45deg, #444 25%, transparent 25%, transparent 75%, #444 75%), linear-gradient(45deg, #444 25%, transparent 25%, transparent 75%, #444 75%);
    background-size: 16px 16px, 16px 16px;
    background-position: 0 0, 8px 8px;
}

.visualizer-mask {
    position: absolute;
    inset: 0;
    box-shadow: inset 0 0 0 2px #111;
}

.hoverBook .scenes:is(:hover, :focus) + .visualizer .visualizer-frame-1 .visualizer-mask {
    background-image: conic-gradient(#fff 0deg, #fff calc(var(--angle) - 10deg), transparent calc(var(--angle) + 10deg), transparent 360deg);
    animation: scene-transition 2s linear forwards;
}

.hoverBook .scenes:is(:hover, :focus) + .visualizer .visualizer-frame-2 .visualizer-mask {
    background-image: conic-gradient(transparent 340deg, #fff 360deg);
}

.hoverBook .operator {
    display: grid;
    place-items: center;
    font-size: 1.25em;
}



/*banner*/

.imgbanner {
    --g: -7px; /* the gap */
    --b: 12px; /* border thickness*/
    --c: #669706; /* the color */


    padding: calc(var(--g) + var(--b));
/*    --_c: #0000 0 25%, var(--c) 0 50%;
    --_g1: repeating-linear-gradient(90deg,var(--_c)) repeat-x;
    --_g2: repeating-linear-gradient(180deg,var(--_c)) repeat-y;*/
    background: var(--_g1) var(--_p, 25%) 0,var(--_g2) 0 var(--_p,125%), var(--_g1) var(--_p,125%) 100%,var(--_g2) 100% var(--_p, 25%);
    background-size: 200% var(--b),var(--b) 200%;
    cursor: pointer;
    filter: grayscale(50%);
    transition: .3s;
}

.imgbanner:hover {

    }

.menuHeader {
    z-index: 999;
    position: fixed !important;
    top: 0;
    left: 0;
    margin-bottom: 8px;
    background: #002587;
    width: 100%;
}
.custom-navbar {
    position: fixed;
    top: 20px;
    left: 0;
    right: 0;
    height: 4rem;
    width: calc(100% - 40px); /* Full width minus the padding */
    margin: 0 20px; /* Horizontal padding */
    padding: 10px; /* Vertical padding */
    background-color: rgba(255, 255, 255, 0.2);/* Transparent background */
    backdrop-filter: blur(10px); /* Blur effect */
    border-radius: 12px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1050;
    display: flex;
    justify-content: center; /* Center content horizontally */
    align-items: center; /* Center content vertically */
}


.transparent-nav {
    background-color: transparent;
    text-wrap: nowrap;
    display: flex;
}

.custom-link {
    color: white !important;
    padding: 0 !important;
    margin: 0 !important;
}

.custom-link:hover {
    background-color: #ccc;
}
