.container {
    padding: 0 15px !important;
}

.page-wrap {
    min-height: 100vh;
    background: #1a0046;
}

.s-nav {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 48px;
    height: 68px;
    background: #1a0046;
    border-bottom: 1px solid rgba(167, 139, 250, 0.1);
}

.logo {
    display: flex;
    align-items: center;
}

.logo a {
    display: block;
    line-height: 1px;
}

.logo img {
    height: 50px;
    width: auto;
    object-fit: contain;
    mix-blend-mode: screen;
    filter: brightness(1.1);
}

.head-in {
    display: flex;
    gap: 36px;
    align-items: center;
}

.head-in a {
    font-size: 13.5px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    transition: color 0.25s;
    letter-spacing: 0.02em;
}

.head-in ul {
    float: left;
}

.head-in li {
    float: right;
}

.head-in li {
    margin-right: 10px;
}

.head-in li a {
    display: block;
    padding: 5px 10px;
}

/*===============================================================================*/
.sect-intro {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #23005f;
}

.sect-intro video {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    z-index: 0;
}

.vd-mask {
    z-index: 1;
    position: absolute;
}

.vid-mask-c {
    inset: 0;
    background: linear-gradient(270deg, rgba(4, 2, 14, 0.93) 0%, rgba(4, 2, 14, 0.72) 45%, rgba(4, 2, 14, 0.35) 100%);
}

.vid-mask-b {
    bottom: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: linear-gradient(0deg, #1a0046 0%, transparent 100%);
}

.vid-mask-t {
    top: 0px;
    left: 0px;
    right: 0px;
    height: 120px;
    background: linear-gradient(rgba(4, 2, 14, 0.6) 0%, transparent 100%);
}

.sect-intro h1 {

    font-size: 60px;
    font-weight: 700;
    color: rgb(167, 139, 250);
    line-height: 1;
    margin: 0px 0px 28px;
    text-shadow: rgba(167, 139, 250, 0.35) 0px 0px 80px;
    letter-spacing: -0.01em;
}

.title-sep {
    width: 200px;
    height: 1px;
    background: linear-gradient(270deg, rgb(167, 139, 250), transparent);
    margin-bottom: 28px;
    margin-left: auto;
}

.sect-intro p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 2;
    max-width: 460px;
    margin-left: auto;
    text-align: justify;
}

/*===============================================================================*/
.sect-pillars {
    background: linear-gradient(#1a0046 0%, rgb(16, 8, 37) 100%);
    padding: 120px 0px;
    position: relative;
    overflow: hidden;
}

.sect-pillars-mask {
    position: absolute;
    left: -60px;
    top: 50%;
    transform: translateY(-50%);
    font-size: clamp(200px, 25vw, 340px);
    font-weight: 900;
    color: rgba(167, 139, 250, 0.03);
    line-height: 1;
    user-select: none;
    pointer-events: none;
}

/*===============================================================================*/
.sect-pillars .container,
.sect-allies .container,
.sect-contact .container {
    position: relative;
    z-index: 1;
}

.sect-pillars-in {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 72px;
    flex-wrap: wrap;
    gap: 24px;
}

.sect-pillars-title {
    max-width: 480px;
}

.sect-pillars-title h2 {
    font-family: 'Noto Kufi Arabic', sans-serif;
    font-size: clamp(2.4rem, 4.5vw, 3.6rem);
    font-weight: 900;
    color: rgb(255, 255, 255);
    line-height: 1.15;
    margin: 0;
}

.sect-pillars-title+p {
    color: rgba(255, 255, 255, 0.35);
    font-size: 17px;
    max-width: 320px;
    line-height: 1.9;
}

.pillars-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
}

.s-it- {
    padding: 48px 36px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    border-right: 1px solid rgba(255, 255, 255, 0.04);
    background: transparent;
    transition: 0.4s;
    cursor: default;
}

.s-it-:hover {
    transform: translateY(-20px);
    border-top-color: #a68af8;
}

.s-it-hd {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 32px;
}

.s-it-hd span {
    font-size: 26px;
    font-weight: 700;
    color: rgba(167, 139, 250, 0.5);
    letter-spacing: 0.15em;
}

.s-it-hd span+span {
    font-size: 28px;
    color: rgba(167, 139, 250, 0.3);
    transition: color 0.4s;
}

.s-it-hd+h3 {
    font-size: 17px;
    font-weight: 800;
    color: rgb(255, 255, 255);
    margin-bottom: 16px;
    line-height: 1.4;
}

.s-it- p {
    font-size: 13.5px;
    color: rgba(255, 255, 255, 0.45);
    line-height: 2;
    text-align: justify;
}

.s-it- p+div {
    margin-top: 36px;
    height: 2px;
    width: 0;
    background: linear-gradient(90deg, rgb(167, 139, 250), transparent);
    transition: width 0.5s;
    border-radius: 2px;
}

.s-it-:hover p+div {
    width: 100%;
}

.s-it-:hover span {
    color: #a68af8;
}


/*===============================================================================*/
.sect-allies {
    background: #1a0046;
    padding: 120px 0px;
    position: relative;
    overflow: hidden;
}

.sect-allies-bgr {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 700px;
    height: 700px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(167, 139, 250, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

.sect-allies-title {
    text-align: right;
    margin-bottom: 64px;
}

.sect-allies-title-divi {
    width: 28px;
    height: 2px;
    background: rgb(167, 139, 250);
    border-radius: 2px;
}

.sect-allies-title span {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    color: rgb(167, 139, 250);
    text-transform: uppercase;
}

.sect-allies-title h2 {
    font-size: clamp(2.4rem, 4.5vw, 3.6rem);
    font-weight: 900;
    color: rgb(167, 139, 250);
    line-height: 1.15;
    margin: 0px;
}

.sect-allies-tabs {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 2px;
    min-height: 360px;
}

.sect-allies-tabs-nav {
    border-right: 1px solid rgba(255, 255, 255, 0.06);
    padding-right: 0px;
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.sect-allies-tabs-nav button {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 24px 32px;
    background: transparent;
    border-width: medium medium 1px 3px;
    border-style: none none solid solid;
    border-color: currentcolor currentcolor rgba(255, 255, 255, 0.04) transparent;
    cursor: pointer;
    text-align: right;
    transition: 0.3s;
    width: 100%;
}

.sect-allies-tabs-nav button.active {
    background: rgba(167, 139, 250, 0.08);
    border-width: medium medium 1px 3px;
    border-style: none none solid solid;
    border-color: currentcolor currentcolor rgba(255, 255, 255, 0.04) rgb(167, 139, 250);

}

.sect-allies-tabs-nav button .num-- {
    font-size: 10px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.2);
    letter-spacing: 0.12em;
    min-width: 20px;
    margin-left: 10px;
}

.sect-allies-tabs-nav button.active .num-- {
    color: rgb(167, 139, 250);
}

.sect-allies-tabs-nav button .t- {
    font-family: Cairo, sans-serif;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.4);
    font-weight: 400;
    flex: 1 1 0%;
    transition: color 0.3s;
}

.sect-allies-tabs-nav button.active .t- {
    color: rgb(255, 255, 255);
    font-weight: 700;
}

.sect-allies-tabs-content-wrap {
    padding: 40px 48px;
    background: rgba(255, 255, 255, 0.02);
    border-top: 1px solid rgba(167, 139, 250, 0.15);
    position: relative;
    overflow: hidden;
}

.sect-allies-tabs-content h3 {
    font-size: 1.5rem;
    font-weight: 800;
    color: rgb(167, 139, 250);
    margin-bottom: 24px;
    line-height: 1.4;
}

.sect-allies-tabs-content p {
    font-size: 14.5px;
    color: rgba(255, 255, 255, 0.65);
    line-height: 2.1;
    margin-bottom: 16px;
    text-align: justify;
}

.sect-allies-tabs-content p+p {
    font-size: 13.5px;
    color: rgba(255, 255, 255, 0.38);
}

.tab-content-tags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.tab-content-tags span {
    font-size: 12px;
    font-weight: 600;
    color: rgb(167, 139, 250);
    background: rgba(167, 139, 250, 0.1);
    border: 1px solid rgba(167, 139, 250, 0.2);
    border-radius: 4px;
    padding: 5px 14px;
    letter-spacing: 0.04em;
}


.sect-allies-tabs-content {
    display: none;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

.sect-allies-tabs-content.tab-content-active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

/*===============================================================================*/
.sect-team {
    background: linear-gradient(#1a0046 0%, rgb(10, 4, 24) 100%);
    padding: 120px 0px;
    border-top: 1px solid rgba(167, 139, 250, 0.08);
}

.sect-team-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 72px;
    flex-wrap: wrap;
    gap: 24px;
}

.sect-team-title h2 {
    font-size: clamp(2.4rem, 4.5vw, 3.6rem);
    font-weight: 900;
    color: rgb(255, 255, 255);
    line-height: 1.15;
    margin: 0px;
}

.sect-title span {
    color: #b065ff;
}

.sect-team-title h2 span {
    color: rgb(167, 139, 250);
}

/* .sect-team-title p {
    color: rgba(255, 255, 255, 0.28);
    font-size: 13px;
    max-width: 280px;
    line-height: 1.9;
    text-align: right;
} */
.sect-team-title-divi {
    width: 28px;
    height: 2px;
    background: rgb(167, 139, 250);
    border-radius: 2px;
}

.sect-team-title-divi+span {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    color: rgb(167, 139, 250);
    text-transform: uppercase;
}

.team-logos-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 8px;
    margin-top: 8px;
}

.t-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 16px;
    border-radius: 12px;
    cursor: default;
    transition: background 0.3s;
    background: transparent;
    min-height: 80px;
}

.t-logo img {
    max-width: 100%;
    max-height: 60px;
    object-fit: contain;
    display: block;
    filter: grayscale(1) brightness(10) opacity(0.5);
    transition: filter 0.45s, transform 0.3s;
    transform: scale(1);
}

.t-logo:hover img {
    filter: grayscale(0) brightness(10) opacity(1);
}

/*===============================================================================*/
.sect-contact {
    background: #1a0046;
    padding: 120px 0px;
    border-top: 1px solid rgba(167, 139, 250, 0.08);
    position: relative;
    overflow: hidden;
}

.sect-contact-bgr {
    position: absolute;
    top: -100px;
    right: -100px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(167, 139, 250, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

.sect-contact-title {
    text-align: right;
    margin-bottom: 72px;
    display: block;
}

.sect-contact-in {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 64px;
    align-items: start;
    text-align: center;
}

.sect-contact-txt {
    font-family: Cairo, sans-serif;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 2.1;
    margin-bottom: 48px;
}

.sect-contact-it {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 52px;
}

.sect-contact-it a {
    display: block;
}

.sect-contact-it>div {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: flex-end;
    text-align: right;
}

@media (min-width: 840px) {
    .sect-contact-it {
        gap: 24px;
        flex-direction: row;
        flex-wrap: wrap;

    }

    .sect-contact-it>div {
        width: calc(33.333% - 16px);
    }
}

.labl- {
    font-family: Cairo, sans-serif;
    font-size: 11px;
    color: rgba(167, 139, 250, 0.6);
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 3px;
}

.labl-+div {
    font-family: Cairo, sans-serif;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
    direction: ltr;
}

.contact-item--3 {
    display: none !important;
}

.c-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: rgba(167, 139, 250, 0.08);
    border: 1px solid rgba(167, 139, 250, 0.15);
    display: flex;
    align-items: center;
    justify-content: center !important;
    font-size: 18px;
    color: rgb(167, 139, 250);
    flex-shrink: 0;
}

.sect-contact-it-divi {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(167, 139, 250, 0.25), transparent);
    margin-bottom: 40px;
}

.sect-contact-soc-icon {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    margin-bottom: 30px;
    justify-content: center;
}

.sect-contact-soc-icon a {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.45);
    transition: 0.3s;
    text-decoration: none;
}

.sect-contact-form-wrap {
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 16px;
    padding: 20px 40px 1px;
}

.sect-contact-form-wrap form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.foot-map {
    height: 370px;
    overflow: hidden;
    border-radius: 25px;
    border: 4px solid #471f8a;
}

.foot-map iframe {
    width: 100%;
}

.foot-map+p {
    margin: 0;
    font-size: 13px;
    padding: 5px 0;
    color: #fff;
}

.sect-contact-form-wrap form b {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: rgba(167, 139, 250, 0.7);
    margin-bottom: 8px;
    letter-spacing: 0.08em;
}

.sect-contact-form-wrap form input[type=text],
.sect-contact-form-wrap form input[type=email],
.sect-contact-form-wrap form textarea {
    width: 100%;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    padding: 14px 18px;
    color: rgb(255, 255, 255);
    font-family: Cairo, sans-serif;
    font-size: 14px;
    outline: none;
    transition: border-color 0.3s;
    direction: rtl;
}

.sect-contact-form-wrap form textarea {
    height: 200px;
}



/*===============================================================================*/
#cursor {
    position: fixed;
    top: -3px;
    left: -3px;
    width: 6px;
    height: 6px;
    background-color: #b065ff;
    border-radius: 50%;
    pointer-events: none;
    z-index: 999;
}

#cursor-border {
    --size: 30px;
    position: fixed;
    top: calc(var(--size) / -2);
    left: calc(var(--size) / -2);
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    box-shadow: 0 0 0 1px #b065ff;
    pointer-events: none;
    transition:
        top 0.15s ease-out,
        left 0.15s ease-out,
        width 0.15s ease-out,
        height 0.15s ease-out,
        background-color 0.15s ease-out;
    z-index: 999;
}

/*===============================================================================*/
/*===============================================================================*/
/*===============================================================================*/
/*===============================================================================*/
/*===============================================================================*/
/*===============================================================================*/
/*===============================================================================*/
/*===============================================================================*/
/*===============================================================================*/
/*===============================================================================*/
/*===============================================================================*/
/*===============================================================================*/
/*===============================================================================*/
/*===============================================================================*/
.sect {
    position: relative;
    z-index: 4;
}

.sect-intro-inner {

    padding: 100px 0 40px;
    background-color: #150929;
}

.sect-srvs-template h1,
.sect-srvs-template h2 {
    font-size: 24px;
    margin: 0 0 20px;
}

.sect-srvs-template h2 {
    font-size: 30px;
}

.sect-srvs-template p {
    margin: 0 auto;
    max-width: 500px;
    font-size: 16px;
    line-height: 30px;
}

/*===============================================================================*/
.page-srvs-bgr {
    position: relative;
    background-color: #080415;
    padding-bottom: 70px;
}

.page-srvs-bgr::before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: url(img/bgr-1.png) 0 90px / 100% auto no-repeat #301c74;
    opacity: .6;
}

.page-srvs-bgr .sect-intro-inner {
    background-color: transparent;
}

.page-srvs-bgr .sect,
.page-srvs-bgr>div {
    position: relative;
    z-index: 2;
}

/* Tabs */
.tabs {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.tab,
.tab-contents {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.tab {
    flex: 1;
    padding: 15px 20px;
    cursor: pointer;
    transition: 0.3s;

}

.tab:hover {
    background: rgba(255, 255, 255, 0.1);
}

.tab.active {
    border-color: #b388ff;
    box-shadow: 0 0 20px rgba(179, 136, 255, 0.5);
    background: rgba(179, 136, 255, 0.15);
}

/* Content */
.tab-contents {
    margin-top: 15px;
    padding: 2px;
}

.t-content {
    display: none;
}

.t-content.active {
    display: block;
}

.tab-in {
    display: block;
    padding-top: 20px;
    text-align: center;
    position: relative;
}

.s-num,
.s-i {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    line-height: 30px;
}

.s-num {
    font-size: 32px;
    color: #c687f9;
}

.s-i {
    right: 0;
    left: auto;
    opacity: 0;
    color: #e8c2fe;
}

.tab.active .s-i {
    opacity: 1;
}

.s-ico {
    margin: 0 auto 10px;
    display: block;
    height: 70px;
}

.tab-in h2 {
    font-size: 17px;
    margin: 0 0 20px;
    font-weight: 400;
    line-height: 28px;
    position: relative;
    padding-bottom: 20px;
}

.tab-in h2:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 40px;
    margin-left: -20px;
    display: block;
    content: '';
    height: 4px;
    background-color: #d89af5;
}

.tab.active h2 {
    font-weight: 700;
}

/* Responsive */
/* @media (max-width: 768px) {
    .tabs {
        flex-direction: column;
    }
} */

.tab {
    backdrop-filter: blur(10px);
}

.services {
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}

.srvs-items {
    border: 1px solid #6244b4;
    background-color: #3d267d;
    padding: 25px;
    border-radius: 25px;
}

.srvs-items ul {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.srvs-items ul {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.srvs-items li {
    flex: 0 0 100%;
    margin-bottom: 12px;
}

@media screen and (min-width: 780px) {
    .srvs-items li {
        flex: 0 0 calc(50% - 8px);
    }
}

@media screen and (min-width: 1200px) {
    .srvs-items li {
        flex: 0 0 calc(25% - 12px);
        margin-bottom: 0;
    }
}

.t-c-img {
    float: left;
    width: 500px;
    display: block;
}

.t-c-img img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 25px;
}

.t-c-in {
    float: right;
    width: calc(100% - 520px);
    position: relative;

}

.t-c-in::before {
    position: absolute;
    top: 40px;
    bottom: 80px;
    left: 50%;
    width: 2px;
    display: block;
    content: '';
    background: linear-gradient(to bottom, rgba(42, 30, 87, 0) 0%, rgba(77, 52, 165, 1) 29%, rgba(78, 53, 168, 1) 30%, rgba(78, 53, 168, 1) 69%, rgba(42, 30, 87, 0) 100%);

}

.t-c-in>.clfx {
    margin-bottom: 5px;
}

.t-c-items,
.t-c-txt {
    float: left;
    width: 50%;
}

.t-c-items {
    padding: 20px 30px 0 30px;
}



.ic- {
    float: right;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    border: 1px solid #623db6;
    display: block;
    padding: 5px;
}

.ic- img {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    height: auto;
    max-width: 98%;
}

.t-c-items li {
    margin-bottom: 12px;
}

.t-c-items li p {
    margin: 0 60px 0 0;
    font-size: 13px;
    border-bottom: 1px solid #623db6;
    padding: 5px 0 17px;
}

.t-c-items h4 {
    font-size: 16px;
    margin: 0 60px 20px 0;
}

.t-c-txt {
    padding: 20px 20px 0 0;
    position: relative;
}

.t-c-txt h3 {
    margin: 0 0 30px;
    font-size: 26px;
    max-width: 300px;
    line-height: 38px;
}

.t-c-txt-num {
    position: absolute;
    left: 0;
    top: 32px;
    font-size: 44px;
    line-height: 50px;
}

/* .t-c-txt-num:before {
    position: absolute;
    top: 28px;
    left: 110%;
    width: 60px;
    display: block;
    content: '';
    border-top: 2px dashed #9d86cb;
} */

.t-c-txt p {
    font-size: 14px;
    margin: 0;
    line-height: 35px;
}

.srv-btn {
    text-align: center;
    margin: 0 auto;
    max-width: 650px;
}


.btn {
    text-align: center;
    display: inline-block;
    padding: 6px 20px;
    font-size: 18px;
    color: #fff;
    border-radius: 60px;
    border: 1px solid #f1d8fe;
    cursor: pointer;
    background: linear-gradient(90deg, #6a3df0, #b86bff);
    box-shadow:
        0 0 20px rgba(140, 80, 255, 0.6),
        inset 0 0 10px rgba(255, 255, 255, 0.2);
    transition: 0.3s;
    position: relative;
    z-index: 2;
    font-family: 'Noto Kufi Arabic';
}

.btn:hover {
    transform: scale(1.05);
    box-shadow:
        0 0 30px rgba(180, 120, 255, 0.9),
        inset 0 0 12px rgba(255, 255, 255, 0.3);
}

.btn-2 {
    display: block;
    margin: 0 auto;
    max-width: 300px;
    padding: 4px 30px;
    font-size: 24px;
}

.li-c {
    margin-top: 18px;
    display: block;
    position: relative;
    width: 150px;
    height: 20px;
    float: right;

}

.li-c+.li-c {
    float: left;
    transform: scaleX(-1);
}

.g-line {
    display: block;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #b388ff, transparent);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.g-line::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background: #c9a6ff;
    border-radius: 50%;
    box-shadow:
        0 0 8px #c9a6ff,
        0 0 20px #a970ff,
        0 0 30px #7a3cff;
}

/*===============================================================================*/
.icon-- {
    display: block;
    float: right;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    padding: 13px;
    background: linear-gradient(90deg, #473282, #7842ab);
    box-shadow: inset 0 2px 6px rgba(255, 255, 255, 0.22), inset 0 -4px 10px rgba(109, 50, 160, 0.6);
    border: solid 1px #9779e9;
}

.icon-- img {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    height: auto;
    max-width: 98%;
}

.s-it div {
    margin-right: 95px;
}

.s-it div h4 {
    font-size: 18px;
    color: #c494fd;
    margin: 0 0 5px;
}

.s-it div p {
    font-size: 15px;
    margin: 0;
    line-height: 22px;
    color: #ddd4f9;
}

/*===============================================================================*/
.sect-about-template {
    padding-top: 140px;
    background-color: #000001;
    border-bottom: 1px solid #493471;
}

.sect-about-template:before {
    position: absolute;
    top: 80px;
    bottom: 0;
    left: 0;
    width: 50%;
    display: block;
    content: '';
    background: url(img/about-img-1.png) 0 0 / 100% auto no-repeat transparent;
}

.sect-about-template .container {
    position: relative;
    z-index: 5;
}

.title-b span {
    display: block;
}

.about-sect-content-txt {
    font-size: 14px;
    line-height: 30px;
    max-width: 700px;
}

.about-sect-content-txt p {
    margin: 0 0 20px;
}

/*------------------------------------*/
.about-items {
    max-width: 1400px;
}

.about-items li {
    margin-bottom: 30px;
}

.about-items:hover .about-box::before,
.about-items:hover .about-box::after {
    opacity: 0;
}

.about-box {
    position: relative;
    border: 1px solid #493471;
    padding: 20px;
    border-radius: 25px;
    height: 244px;
    overflow: hidden;
    border-color: transparent;
}

.about-items li:nth-child(2) .about-box::before,
.about-items li:nth-child(2) .about-box::after {
    position: absolute;
    display: block;
    right: 0;
    top: 50px;
    bottom: 50px;
    width: 1px;
    display: block;
    content: '';
    background-color: #493471;
}

.about-items li:nth-child(2) .about-box::after {
    left: 0;
    right: auto;
}

.about-items li:nth-child(1) .about-box,
.about-box:hover {
    border-color: #493471;
    background-color: #180a3fab;
}

.about-box:hover {
    transform: translateY(-20px);
}

.about-box-in {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.ab-first-icon {
    position: absolute;
    left: -20px;
}

.ab-first-icon img {
    width: 220px;
    display: block;
}

.ab-icon {
    width: 60px;
    height: 60px;

}

.about-box a,
.about-box p,
.about-box-title h3 {
    position: relative;
    display: block;
    z-index: 5;
}

.about-box a {
    margin: 0 auto 14px;
    max-width: 220px;
    font-size: 15px;
}

.about-box a+em {
    font-style: normal;
    font-size: 13px;
    display: block;
    text-align: center;
}

.about-box-title {
    margin-bottom: 30px;
}

.about-box-title h3 {
    margin: 0 70px 0 0;
    padding: 10px 0 15px 0;
    font-size: 20px;
    position: relative;
}

.about-box-title h3::before {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 3px;
    width: 38px;
    background-color: #fff;
    display: block;
    content: '';

}

.about-box p {
    margin: 0;
    font-size: 15px;
    line-height: 27px;
}

.about-items li:nth-child(1) .about-box p {
    line-height: 20px;
}

.about-box-1 p {
    max-width: 230px;
    margin-bottom: 20px;
}

.about-box-1 .about-box-title h3 {
    margin: 0;
}

/*---------------------------------------------------*/
.sect-about-2 {
    background-color: #1f0e4b;
    padding: 40px 0 0;
}

.sect-about-2-right {
    float: right;
    width: 40%;
    position: relative;
    padding: 60px 310px 0 0;
    min-height: 360px;
}

.sect-about-2-left {
    float: left;
    width: 57%;
    padding-bottom: 30px;
}

.sect-about-2-right>img {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 490px;
}

.sect-about-2-right .about-sect-title,
.sect-about-2-right p {
    position: relative;
    z-index: 2;
}



.sect-about-2-left li:nth-child(1),
.sect-about-2-left li:nth-child(2),
.sect-about-2-left li:nth-child(3) {
    margin-bottom: 30px;
}

.sect-about-2-left li {
    border: 1px solid transparent;
    border-width: 0 1px;
}

.sect-about-2-left li:nth-child(2),
.sect-about-2-left li:nth-child(5) {
    border-color: transparent #493471;
}

.s2-i img {
    display: block;
    margin: 0 auto 20px;
    width: auto;
    height: 50px;
}

.s2-box {
    margin: 0 auto;
    max-width: 250px;
}

.s2-box h3 {
    font-size: 15px;
    margin: 0 0 10px;
}

.sect-about-2-right p,
.s2-box p {
    font-size: 14px;
    margin: 0;
}

.about-sect-title h1 {
    font-size: 20px;
}

.about-sect-title h2 {
    line-height: 44px;
    font-size: 33px;
}

/*-------------------------------------------*/
.sect-about-2-right {
    padding-right: 0;
}

/*-------------------------------------------*/
.bookly-form-group[data-type="staff"] {
    display: none !important;
}

.bookly-form * {
    font-family: Cairo, sans-serif;
}

.bookly-form select {
    padding: 10px !important;
}

.bookly-form input[type="text"],
.bookly-form input[type="tel"],
.bookly-form input[type="number"],
.bookly-form input[type="password"],
.bookly-form select,
.bookly-form textarea {
    border: 1px solid #4b2788 !important;
}

.bookly-service-step .bookly-week-days>div,
.bookly-repeat-step .bookly-week-days>div {
    min-width: 66px !important;
}

.bookly-form .select2-container--default .select2-selection--single {
    position: relative;
}

.bookly-form .select2-selection__arrow {
    left: 10px !important;
    right: auto !important;
}

.bookly-form .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent !important;
}

.bookly-form .select2-selection--single {
    height: 50px !important;
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 10px !important;
    display: flex !important;
    align-items: center !important;
}

.bookly-form .select2-selection__arrow {
    display: none;
}

.bookly-form .select2-selection--single::after {
    content: "⌄";
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    pointer-events: none;
}

.bookly-form option {
    color: rgb(139, 63, 246) !important;
    direction: rtl;
    font-family: Cairo, sans-serif;
}

.page-content {
    padding: 50px 0;
    min-height: 550px;
}

.bookly-nav-steps {
    border-top: 1px solid #482486 !important;

}

.bookly-form-group.bookly-time-to.bookly-left {
    float: left !important;
}

.bookly-time-zone-switcher {
    display: none !important;
}

/*===============================================================================*/
/*===============================================================================*/
/*===============================================================================*/
/*===============================================================================*/
/*===============================================================================*/
/*===============================================================================*/
/*===============================================================================*/
/*===============================================================================*/
/*===============================================================================*/
/*===============================================================================*/
/*===============================================================================*/
.side-menu {
    position: fixed;
    z-index: 999999;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    /* border-left: 1px solid #3d1188; */
    background-color: #1a0046;
    padding: 10px 0 50px;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    opacity: 0;
    visibility: hidden;
}

.side-menu.side-menu-show {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.side-menu ul {
    clear: both;
    max-height: 90%;
    overflow: auto;
}

.side-menu ul li {
    padding: 3px 0;
    border-bottom: 1px solid #250756;
}

.side-menu ul ul li a {
    line-height: 23px;
}

.side-menu ul li:last-child {
    border-width: 0;
}

.side-menu ul a {
    display: block;
    padding: 6px 10px;
    line-height: 36px;
    font-size: 17px;
}

.side-menu ul a i.down-arrow {
    float: left;
    display: block;
    line-height: 36px;
    font-size: 19px;
}

.side-menu-toggle {
    display: block;
    float: right;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    line-height: 44px;
    text-align: center;
}

.s-nav .side-menu-toggle {
    padding: 0;
    font-size: 19px;
}

.side-menu .side-menu-toggle {
    margin: 10px 0 30px 20px;
    background-color: #512897;
    float: left;
    color: #200f3d;
}

.gototop {
    position: fixed;
    bottom: 80px;
    right: 40px;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 33px;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
    z-index: 99;
    opacity: 0;
    overflow: hidden;
    background-color: #b065ff;
}

.gototop:before {
    display: block;
    position: absolute;
    top: 0;
    bottom: -15px;
    left: 0;
    right: 0;
    content: "";
    background: url(img/arrow.png) 0 0 /100% auto no-repeat transparent;
    transform: rotate(180deg);
}

.gototop-show {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

/*===============================================================================*/

.foot-links {
    padding: 10px 0;
    text-align: center;
    background-color: #23005f;
}

.foot-links li {
    display: inline-block;
}

.foot-links a {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    border: 1px solid #67558a;
    background-color: #483966;
    min-width: 120px;
    margin: 0 4px;
}

.s-footer {
    background: #23005f;
    border-top: 1px solid rgba(167, 139, 250, 0.08);
    padding: 40px 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.foot-logo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.foot-logo img {
    height: 44px;
    width: auto;
    object-fit: contain;
    mix-blend-mode: screen;
}

.foot-left a,
.foot-copy {
    font-size: 12px;

}

.foot-left a,
.foot-copy,
.foot-copy a {
    color: rgba(255, 255, 255, 0.50);
}

.foot-left {
    display: flex;
    gap: 24px;
}

.foot-left a {
    direction: ltr;
}

.b-btns {
    position: fixed;
    left: 16px;
    bottom: 80px;
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 0px;
    flex-direction: row-reverse;
}

.b-btn-tip {
    opacity: 0;
    transform: translateX(-8px) scale(0.95);
    transition: 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
    pointer-events: none;
    background: rgba(20, 10, 40, 0.92);
    border: 1px solid rgba(167, 139, 250, 0.25);
    border-radius: 12px;
    padding: 10px 18px;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 600;
    color: rgb(226, 217, 243);
    letter-spacing: 0.3px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 8px 32px;
}

.b-btn-tip span {
    display: block;
    font-size: 11px;
    color: rgba(167, 139, 250, 0.7);
    font-weight: 400;
    margin-top: 1px;
}

.b-btns:hover .b-btn-tip {
    opacity: 1;
    transform: translateX(-5px) scale(1);
}

.b-btns button,
.b-btns a {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    border: 1.5px solid rgba(167, 139, 250, 0.45);
    background: linear-gradient(135deg, rgba(30, 14, 60, 0.97) 0%, rgba(50, 20, 90, 0.97) 100%);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.5) -2px 0px 16px;
    transform: translateY(0px);
    transition: 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    outline: none;
    padding: 0;
}


/*===============================================================================*/
form input[type="submit"],
form input[type="reset"],
form input[type="button"],
form button {
    /* width: 100%; */
    padding: 16px 32px;
    background: linear-gradient(135deg, rgb(124, 58, 237), rgb(167, 139, 250));
    border: medium;
    border-radius: 8px;
    color: rgb(255, 255, 255);
    font-family: Cairo, sans-serif;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    letter-spacing: 0.05em;
    transition: opacity 0.3s, transform 0.2s;
    box-shadow: rgba(124, 58, 237, 0.35) 0px 8px 32px;
}

.sect-pillars-title h2 span {
    color: #b065ff;
}

.color-2 {
    color: #b065ff;
}

a {
    color: #573699;
}

.side-menu a,
.tab-in h2,
.color-w,
.foot-links a {
    color: #fff;
}

/*===============================================================================*/


/*===============================================================================*/
/*===============================================================================*/
/*===============================================================================*/
@media screen and (max-width: 1400px) {
    .sect-contact-in {
        display: flex;
    }

    .sect-contact-in> :first-child {
        width: 55%;
    }

    .sect-contact-in> :last-child {
        width: 45%;
    }
}

@media screen and (max-width: 1200px) {

    .container,
    .s-nav {
        max-width: none !important;
        padding: 0 12px;
    }
}

@media screen and (max-width: 1160px) {

    #cursor,
    #cursor-border {
        display: none !important;
    }

    .sect-contact-in {
        display: block;
    }

    .sect-contact-in>div {
        width: 100% !important;
        display: block;
        justify-content: unset;
    }

    .sect-contact-in>div {
        width: 100% !important;
        display: block;


    }

    .sect-contact-it div {
        justify-content: unset;

    }

    .sect-about-2-right,
    .sect-about-2-left {
        float: none;
        width: auto;
    }

    .sect-about-2-right {
        margin-bottom: 40px;
        text-align: center;
    }

}

@media screen and (max-width: 1024px) {
    .tab {
        flex: 0 0 calc(33.333% - 10px);
    }
}

@media screen and (min-width: 980px) {
    .s-nav .side-menu-toggle {
        display: none;
    }
}

@media screen and (max-width: 980px) {
    .head-in ul {
        display: none;
    }

    .pillars-items,
    .s-it- {
        display: block;
    }

    .s-it- {
        margin: 0 auto 10px;
        max-width: 500px;
    }

    .sect-allies-tabs {
        display: block;
    }

    .sect-allies-tabs-nav {
        display: flex;
        gap: 10px;
        flex-direction: row;
    }

    .sect-allies-tabs-nav button {
        flex: 1;
    }

    .about-sect-content {
        margin-bottom: 40px;
    }

    .about-items li {
        float: none;
        width: auto !important;
        margin: 0 auto 30px;
        max-width: 500px;

    }

    .about-box {
        border: 1px solid #493471 !important;
    }

}

@media screen and (max-width: 880px) {
    .grd-3>li {
        width: 50%;
    }

    .sect-about-2-left li {
        border-width: 0 !important;
        min-height: 175px;
        margin-bottom: 20px !important;
    }

    .sect-about-2-left li:nth-child(1),
    .sect-about-2-left li:nth-child(3),
    .sect-about-2-left li:nth-child(5),
    .sect-about-2-left li:nth-child(7) {
        border-left: 1px solid #493471 !important;
    }

    .tab {
        flex: 0 0 calc(50% - 10px);
    }
}

@media screen and (max-width: 780px) {
    .gototop {
        right: 10px;
        width: 40px;
        height: 40px;
        bottom: 150px;
    }
}

@media screen and (max-width: 680px) {
    .li-c {
        display: none;
    }
}

@media screen and (min-width: 560px) {
    .row- {
        margin: 0 -10px;
    }

    .wd-50p {
        float: right;
        width: 50%;
        padding: 0 10px;
    }
}

@media screen and (max-width: 560px) {

    .sect-allies-tabs-nav {
        display: block;
    }

    .sect-allies-tabs-nav button {
        display: block;
        width: 100%;
    }

    .s-footer {
        display: block;
    }

    .foot-logo,
    .foot-copy {
        display: block;
        text-align: center;
    }

    .foot-left {
        justify-content: center;
    }

    .sect-about-2-left li {
        padding: 20px;
        min-height: auto;
        float: none;
        width: auto;
        border: 1px solid #493471 !important;
        border-radius: 20px;
        margin: 0 auto 30px;
        max-width: 400px;
    }

    .tab {
        flex: 0 0 100%;
    }

}

@media screen and (max-width: 80rem) {
    .t-c-img {
        float: none;
        width: auto;
        max-width: 600px;
        margin: 0 auto 30px;
    }

    .t-c-in {
        float: none;
        width: auto;
        padding: 0 12px;
    }

    .t-c-items,
    .t-c-txt {
        padding: 0 20px;
    }
}

@media screen and (max-width: 860px) {

    .t-c-items,
    .t-c-txt {
        width: auto;
        float: none;
    }

    .t-c-in::before {
        display: none;
    }

    .t-c-items h4 {
        margin-right: 0;
    }

    .t-c-txt {
        border-bottom: 1px solid #483685;
        padding-bottom: 14px;
        margin-bottom: 14px;
    }

    .srv-btn {
        padding-bottom: 15px;
    }
}