/* Thin - 100 */
@font-face {
    font-family: 'Alexandria';
    src: url('../css/fonts/Alexandria-Thin.woff2') format('woff2'),
        url('../css/fonts/Alexandria-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/* ExtraLight - 200 */
@font-face {
    font-family: 'Alexandria';
    src: url('../css/fonts/Alexandria-ExtraLight.woff2') format('woff2'),
        url('../css/fonts/Alexandria-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

/* Light - 300 */
@font-face {
    font-family: 'Alexandria';
    src: url('../css/fonts/Alexandria-Light.woff2') format('woff2'),
        url('../css/fonts/Alexandria-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Regular - 400 */
@font-face {
    font-family: 'Alexandria';
    src: url('../css/fonts/Alexandria-Regular.woff2') format('woff2'),
        url('../css/fonts/Alexandria-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Medium - 500 */
@font-face {
    font-family: 'Alexandria';
    src: url('../css/fonts/Alexandria-Medium.woff2') format('woff2'),
        url('../css/fonts/Alexandria-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* SemiBold - 600 */
@font-face {
    font-family: 'Alexandria';
    src: url('../css/fonts/Alexandria-SemiBold.woff2') format('woff2'),
        url('../css/fonts/Alexandria-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Bold - 700 */
@font-face {
    font-family: 'Alexandria';
    src: url('../css/fonts/Alexandria-Bold.woff2') format('woff2'),
        url('../css/fonts/Alexandria-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ExtraBold - 800 */
@font-face {
    font-family: 'Alexandria';
    src: url('../css/fonts/Alexandria-ExtraBold.woff2') format('woff2'),
        url('../css/fonts/Alexandria-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* Black - 900 */
@font-face {
    font-family: 'Alexandria';
    src: url('../css/fonts/Alexandria-Black.woff2') format('woff2'),
        url('../css/fonts/Alexandria-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* استخدام الخط */
body {
    font-family: 'Alexandria', sans-serif;
}

:root {
    --main-color: #A37DB8;
    --bg-color1: #8658a329 !important;
}

::selection {
    background-color: var(--main-color);
}

* {
    font-family: Alexandria, serif !important;
}

html {
    scroll-behavior: smooth;
}

ul {
    list-style-type: none;
}

p {
    /* font-size: 1rem !important; */
}

/* h2{
    font-size: 1.875rem !important;
} */
h3 {
    font-size: 1.2rem !important;
}

h4 {
    font-size: 1.25rem !important;
}

a {
    cursor: pointer;
}

#logo {
    margin-left: auto;
    margin-right: unset;
}

.is-expanded-menu #header.transparent-header.full-header #logo {
    margin-left: auto;
    margin-right: unset;
    border: 0px;
}

/* --------------Start top header-------------- */

#top-header {
    position: absolute;
    z-index: 222;
    left: 0px;
    right: 0px;
    display: none;
}

#top-header .top-header-container {
    background: rgba(163, 125, 184, 0.7);
    border-radius: 0px 0px 20px 20px;
    border: 0px !important;
}

#top-header .top-header-container .top-links ul li:hover {
    background-color: transparent !important;
}

#top-header #top-social li a:hover {
    background: transparent !important;
}

#top-header #top-social li a:hover span:first-of-type {
    color: rgb(204, 204, 204) !important;
}

#top-header #top-social li a {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.73) !important;
}

#top-header .top-links span {
    font-size: 14px;
    padding: 12px;
    display: block;
    color: rgba(255, 255, 255, 0.73) !important;
}

.top-links-item>a>i.sub-menu-indicator {
    display: none;
}

/* --------------End top header-------------- */

/* --------------Start header-------------- */
#header {
    position: fixed;
    width: 100%;
    z-index: 30;
    top: 0px;
}

#header .header-row {
    justify-content: space-between;
    flex-wrap: wrap;
}

#header .primary-menu .menu-container {
    border-left: 0px;
    border-right: 0px;
}

#header.sticky-header nav.primary-menu:first-of-type .menu-container {
    background: transparent;
    transform: unset;
}

#header .primary-menu:first-of-type {
    margin-left: auto;
}

#header-wrap {
    background: rgb(255, 255, 255);
    border: 0px !important;
}

.cnvs-hamburger .cnvs-hamburger-inner,
.cnvs-hamburger .cnvs-hamburger-inner::before,
.cnvs-hamburger .cnvs-hamburger-inner::after {
    background: rgb(0, 0, 0);
}

#header #header-wrap nav:last-of-type .menu-container>.menu-item {
    position: static;
    padding-right: 0px;
    width: 160px;
    margin: 20px 0px;
}

#header .menu-link {
    font-size: 11px;
    padding: 12px 1px;
}

#header #header-wrap nav:last-of-type .menu-container>.menu-item a {
    border-radius: 50px;
    padding: 11px 25px !important;
}

#header #header-wrap .menu-container>.menu-item>a {
    color: rgb(0, 0, 0);
}

#header #header-wrap .menu-container>.menu-item:hover>a {
    color: var(--main-color);
}

#header #header-wrap nav:first-of-type .menu-item a {
    margin: 0px 13px;
}

.is-expanded-menu #header.transparent-header.full-header .menu-link {
    font-size: 8px;
}

#header.sticky-header .menu-link {
    color: rgb(0, 0, 0) !important;
}

.is-expanded-menu #header #header-wrap nav:last-of-type .menu-container>.menu-item a {
    width: 85%;
    padding: 10px 0px !important;
}

.is-expanded-menu #header #header-wrap nav:last-of-type .menu-container>.menu-item a span {
    font-size: 12px !important;
}

/* --------------End header-------------- */

/* --------------Start page title-------------- */
.page-title {
    height: 130vh;
    user-select: none;
    justify-content: center;
    align-items: center;
    display: flex !important;
    margin-top: -147px !important;
    padding: 0;
}

.page-title .breadcrumb {
    margin-top: 20px;
}

.page-title .breadcrumb li {
    font-size: 20px;
}

.page-title .page-title-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 245px;
}

.page-title .page-title-content span {
    font-size: 18px;
}

.page-title .breadcrumb-item:last-of-type::before {
    display: none;
}

.page-title video {
    object-fit: cover;
    left: unset !important;
    height: 100% !important;
    top: unset !important;
}

.page-title .video-overlay {
    background: rgba(0, 0, 0, 0.69);
}

.page-title.page-title-video .container {
    z-index: 6;
}

.page-title .breadcrumb-item.active {
    color: var(--main-color) !important;
}

.page-title .page-title-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.page-title .page-title-content h1 {
    font-size: 30px;
}

.page-title a:hover {
    color: var(--main-color) !important;
}

/* --------------End page title-------------- */

#content .content-wrap {
    padding: 0px;
}


.product .product-image {
    min-height: 277px;
    height: 277px;
    border-radius: 0px;
}

/* -------------Start Footer title-------------- */
footer {
    /* background: url("../imagesHBR/bg/footer.png") 0% 0% / cover no-repeat fixed; */
    /* position: relative; */
    /* text-shadow: rgba(105, 91, 91, 0.7) 2px 2px 5px; */
    /* font-family: cairo; */
    /* background-position: 55% -100%; */
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(139 93 168 / 73%) 30%, rgb(109 58 138 / 81%) 100%);
}

footer h4 {
    font-family: cairo;
}

footer a {
    font-size: 12px;
    transition: 0.5s;
    color: rgb(255, 255, 255) !important;
}

footer a:hover {
    color: rgb(0, 0, 0) !important;
}

footer li {
    font-size: 13px !important;
}

footer .overlay {
    /* position: absolute; */
    /* top: 0px; */
    /* left: 0px; */
    /* width: 100%; */
    /* height: 100%; */
    /* background: linear-gradient(135deg, rgb(139 93 168 / 73%) 30%, rgb(109 58 138 / 81%) 100%); */
    background: url(../imagesHBR/footer/footer-320.webp) 0% 0% / cover no-repeat fixed;
    position: absolute;
    text-shadow: rgba(105, 91, 91, 0.7) 2px 2px 5px;
    font-family: cairo;
    background-position: 30% -265%;
}

footer .line {
    margin: 3rem 0px !important;
}

#footer .footer-widgets-wrap {
    padding: 0px;
}

footer .footer-widgets-wrap>.row>.row div.col-lg-3 div:last-of-type {
    display: flex;
}

footer .footer-parag {
    font-size: 11px !important;
}
#copyrights{
        position: relative;
    padding: 15px 0;
    background-color: rgba(134,88,163,.16);
    text-align: center;
    font-size: 14px
}
#copyrights p{
    color: #555;
    margin: 0 0 10px 0;
}
#copyrights a{
    color: var(--main-color);
    transition: all 0.3s;
}
#copyrights a:hover {
    color: #000 !important;
}
#gotoTop {
    user-select: none;
    opacity: 1 !important;
}

#gotoTop:hover {
    background: var(--main-color);
}

/* -------------Start Footer title-------------- */


.btn-underline::before,
.btn-strikethrough::before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0%;
    height: 2px;
    background: var(--main-color);
    transition: width 0.3s;
}

/* chat */
.ertaqy-home-choices .feature-box:nth-of-type(1),
.ertaqy-home-choices .feature-box:nth-of-type(2) {
    display: none !important;
}

.ertaqy-home-choices .feature-box:nth-of-type(3) .feature-options a:nth-of-type(2),
.ertaqy-home-choices .feature-box:nth-of-type(3) .feature-options a:nth-of-type(3) {
    display: none !important;
}

#content .whatsapp-support.fixed-icon,
.ertaqySupportMenu .ertaqySupportOptions .showList {
    left: 30px !important;
    background: linear-gradient(135deg, #25D366 0%, #25D366 100%) !important;
    user-select: none;
    animation: glow-ring 4s ease-in-out infinite;
    box-shadow: 0 0 6px #309a58;

}

#content .whatsapp-support.fixed-icon {
    position: fixed;
    bottom: 10px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    background: #7d7d7d;
    border-radius: 50%;
    z-index: 222;
    box-shadow: 0px 1px 4px #bbb;
    cursor: pointer;
}

#content .whatsapp-support.fixed-icon:not(.loading) i.fa-spinner {
    display: none;
}

#content .whatsapp-support.fixed-icon i {
    font-size: 24px;
}

.elementor-shape-bottom {
    bottom: -60px;
}

.elementor-shape {
    direction: ltr;
    /* left: 0px; */
    /* line-height: 0; */
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 22;
    height: 100px;
    top: -99px;
}

.elementor-1811 .elementor-element.elementor-element-8cc7bcb>.elementor-shape-bottom svg,
.elementor-1811 .elementor-element.elementor-element-8cc7bcb>.e-con-inner>.elementor-shape-bottom svg {
    width: calc(130% + 1.3px);
    height: 100px;
}

.elementor-shape svg {
    display: block;
    left: 35%;
    position: absolute;
    /* transform: translateX(-35%); */
    /* width: calc(135% + 1.3px); */
    /* top: 0; */
    /* transform: rotate(-9deg); */
    width: 100%;
    left: 0;
    bottom: -1px;
    /* height: 50%; */
}

.elementor-shape .elementor-shape-fill {
    fill: rgb(255, 255, 255);
    transform: rotateY(0deg);
    transform-origin: center center;
}

.curve-text {
    position: absolute;
    bottom: 33%;
    right: 63%;
    z-index: 22;
}

.curve-text .icon-box {
    position: absolute;
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    top: 30px;
    right: 25px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 30px 0px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(231, 227, 228);
    border-radius: 50%;
}

.curve-text .icon-box img {
    width: auto;
}

.elementor img {
    border: none;
    border-radius: 0px;
    box-shadow: none;
    display: inline-block;
    max-width: 100%;
    height: auto;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.7s;
    transition-property: all;
}

.curved-circle {
    color: var(--main-color);
    position: absolute;
    visibility: visible;
    height: 160.346px;
    top: 0px;
    right: 0px;
    width: 150px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}

/* --------------responsive-------------- */
@media (min-width: 768px) {
    #header {
        position: relative
    }

    #header .menu-link {
        font-size: 13px;
    }

    #header-wrap {
        background: #FFF;
    }


    #top-header {
        position: relative;
    }

    .page-title .page-title-content span {
        font-size: 30px;
    }

    .page-title .page-title-row {
        margin-top: 0px;
    }

    .page-title .page-title-row nav {
        margin-top: 20px;
    }

    .elementor-shape {
        height: 250px;
        top: -250px;
    }

    footer .overlay {
        background-position: 55% -265%;
    background: url(../imagesHBR/footer/footer-800.webp) 0% 0% / cover no-repeat fixed;
    }
}

@media (min-width: 992px) {
    #header {
        top: 18px;
    }

    #top-header {
        display: block;
    }

    #header-wrap {
        background: transparent;
    }

    #header .header-row {
        flex-wrap: nowrap;
    }

    #slider {
        margin-top: -165px !important;
    }

    #header #header-wrap .menu-container>.menu-item>a {
        color: rgb(255, 255, 255);
    }

    #header #header-wrap .menu-container>.menu-item>a.active {
        color: var(--main-color)
    }

    #header #header-wrap nav:first-of-type .menu-item {
        margin: 0px 5px;
    }
}

@media(min-width:1200px) {
    .is-expanded-menu #header.transparent-header.full-header .menu-link {
        font-size: 11px;
    }

    .btn-underline:hover::before,
    .btn-strikethrough:hover::before {
        width: 100%;
    }

    nav ul li a.active .btn-underline::before,
    nav ul li a.active .btn-strikethrough::before {
        width: 100%;
    }

    .col-lg-20 {
        width: 20%;
    }

    #header #header-wrap nav:first-of-type .menu-item {
        margin: 0px 8px;
    }
        footer .overlay {
        background-position: 55% -265%;
    background: url(../imagesHBR/footer/footer-1900.webp) 0% 0% / cover no-repeat fixed;
    }
}

/* --------------animation-------------- */

@keyframes buttonAnimate {
    0% {
        transform: translate(-25%, -75%) rotate(0deg);
    }

    100% {
        transform: translate(-25%, -75%) rotate(360deg);
    }
}

/* --------------my frame work clasess-------------- */

.overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.78);
}

.py-200 {
    padding-top: 200px;
    padding-bottom: 200px;
}

.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.btn-rounded {
    border-radius: 50px;
    width: 40%;
    padding: 14px 0px !important;
}

.btn-animate {
    background-color: var(--main-color);
    color: rgb(255, 255, 255);
    justify-content: center;
    position: relative;
    overflow: hidden;
    box-shadow: rgb(114 107 116) 0px 0px 50px inset;
    z-index: 2;
    transition: 0.6s;
    text-decoration: none;
    display: inline-flex;
    outline: none;
    cursor: pointer;
    font-size: 14px;
}

.btn-animate::before {
    position: absolute;
    content: "";
    width: 250px;
    height: 160px;
    top: -11px;
    left: 0px;
    transform: translate(-25%, -75%);
    border-radius: 40%;
    background: rgb(53 31 60 / 50%);
    animation: 7s linear 0s infinite normal none running buttonAnimate;
    z-index: -1;
}

.btn-animate::after {
    position: absolute;
    content: "";
    width: 250px;
    height: 160px;
    top: -11px;
    left: 0px;
    transform: translate(-25%, -75%);
    border-radius: 45%;
    background: rgb(6 6 6);
    animation: 5s linear 0s infinite normal none running buttonAnimate;
    opacity: 0.8;
    z-index: -1;
}

.cea-button-text {
    line-height: 22px;
    color: rgb(255, 255, 255);
    font-size: 11px;
    justify-content: center;
    display: flex !important;
}

.show {
    display: block !important
}

.hidden {
    display: none !important;
}


