* {
    user-select: none;
}

li {
    list-style-type: none;
}

.video-wrap video {
    object-fit: cover;
    bottom: 0px;
    width: 100% !important;
    height: 100% !important;
    left: unset !important;
    top: unset !important;
}

.section-banner {
    background: transparent;
}

.section-banner .banner-content {
    text-align: start;
    color: rgb(255, 255, 255);
    width: 100%;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-banner .banner-content h2 {
    color: rgb(255, 255, 255);
    text-align: center;
    margin: 230px 0px 22px;
}

.section-banner .banner-content p {
    text-align: center;
    font-size: 0.9rem;
}

.section-banner .banner-cards {
    overflow: hidden;
    cursor: grab;
    width: 100%;
    padding: 0px 37px;
    display: none;
}

.section-banner .banner-content .banner-cards .banner-card {
    border: 1px solid rgba(204, 204, 204, 0.57);
    border-radius: 5px;
    user-select: none;
    margin: 0px 10px;
    color: rgb(255, 255, 255);
    transition: 0.3s;
    padding: 25px 1px;
    min-width: 20%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: rgba(4, 3, 4, 0.39);
}

.section-banner .banner-content .banner-cards .banner-card:hover {
    background: rgb(255, 255, 255);
}

.section-banner .banner-content .banner-cards .banner-card:hover .card-icon img.icon-white {
    display: none;
}

.section-banner .banner-content .banner-cards .banner-card:hover .card-icon img.icon-colored {
    display: block;
}

.section-banner .banner-content .banner-cards .banner-card:hover .card-caption span {
    color: var(--main-color);
}

.section-banner .banner-content .banner-cards .banner-card .card-icon {
    padding: 0px;
    pointer-events: none;
    display: flex;
    justify-content: center;
}

.section-banner .banner-content .banner-cards .banner-card .card-icon img {
    pointer-events: none;
    transition: 0.3s;
}

.section-banner .banner-content .banner-cards .banner-card .card-icon img.icon-colored {
    transition: 0.5s;
    display: none;
}

.section-banner .banner-content .banner-cards .banner-card:nth-of-type(1) .card-caption, .section-banner .banner-content .banner-cards .banner-card:nth-of-type(4) .card-caption {
    display: flex;
    justify-content: center;
}

.section-banner .banner-content .banner-cards .banner-card .card-caption {
    padding: 6px 0px;
    pointer-events: none;
}

.section-banner .banner-content .banner-cards .banner-card:nth-of-type(1) .card-caption span {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0px 0px;
}

.swiper-wrapper .swiper-slide:first-of-type {
    background: url("../imagesHBR/bg/66487972_160622318428413_5635291620337150387_n.jpg") 0% 0% / cover no-repeat;
}

.swiper-wrapper .swiper-slide .overlay {
    inset: 0px;
    position: absolute;
    background: rgba(0, 0, 0, 0.55);
    opacity: 0.8;
}

.section-banner .banner-content .banner-cards .banner-card .card-caption span {
    transition: 0.3s;
    font-size: 12px;
}

#slider .swiper-wrapper {
    max-width: 100%;
}

#slider .swiper-wrapper .swiper-slide .slider-caption-offers {
    margin: 0px 43px 370px auto;
}

#slider {
    height: 66vw !important;
}

#slider .slider-inner {
    transform: unset !important;
    position: relative !important;
}

.swiper-slide .parg-2 {
    border-radius: 10px;
    font-size: 0.8rem;
    line-height: 2.2;
    font-weight: 300;
}

.swiper-slide h2 {
    font-size: 1rem !important;
}

#slider .swiper-wrapper .swiper-slide .slider-caption-offers div.row div {
    width: 494px;
    height: 495px;
    margin: 190px 44px auto auto;
    padding: 0px;
}

#slider .swiper-wrapper .swiper-slide .slider-caption-offers div.row div img {
    width: 100%;
    height: 100%;
}

#slider .slider-arrow-left, #slider .slider-arrow-right {
    display: none !important;
}

#slider .swiper-pagination {
    top: 77% !important;
}

#slider .swiper-wrapper .swiper-slide:last-of-type {
    background: url("../imagesHBR/bg/66487972_160622318428413_5635291620337150387_n.jpg") 0% 0% / cover no-repeat;
}
.services-content .owl-stage-outer ul {
    padding: 20px 0px;
}

.sec-main-service .services-card {
    border: 0px !important;
}

.sec-main-service .services-content {
    border: 0px !important;
}

.sec-main-service .services-card .img-service {
    display: none;
}

.services-content .owl-stage-outer ul li button p {
    display: none;
}

.sec-main-service .services-card .card-icon {
    display: none !important;
}

.sec-main-service .services-card .card-caption {
    padding: 15px !important;
}

.sec1-main {
    padding: 100px 0px;
}

.sec1-main h2 {
    color: var(--main-color);
    padding: 0px 0px 12px;
    position: relative;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -2px;
    line-height: 58px;
}

.sec1-main h2::after {
    content: "";
    background: var(--main-color);
    position: absolute;
    bottom: 0px;
    right: 0px;
    border: 0px;
    height: 3px;
    width: 50px;
}

.sec1-main p {
    font-size: 15px !important;
    line-height: 2.5;
}

.sec2-main {
    position: relative;
    background: rgba(134, 88, 163, 0.094) !important;
}

.sec2-main .mask {
    position: absolute;
    inset: 0px;
    background: rgba(48, 45, 45, 0.78);
    z-index: 2;
}

.sec2-main h2 {
    color: var(--main-color);
    padding: 0px 0px 12px;
    position: relative;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -2px;
    line-height: 58px;
    text-align: center;
}

.sec2-main p {
    color: rgb(255, 255, 255);
    font-weight: 400;
    text-align: center !important;
}

.sec2-main .fbox-plain .fbox-icon {
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px !important;
}

.sec2-main h3 {
    margin: 0px 0px 20px;
    font-size: 19px;
    color: var(--main-color);
}

.sec-main-service {
    padding: 150px 0px 100px;
    background-color: rgba(134, 88, 163, 0.094) !important;
}
.sec-main-service.sec-main-service-about{
        background-color: #FFF !important;

}
.sec-main-service .row .sec-main-service-content {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.sec-main-service .services-card button .card-caption span {
    font-size: 15px;
    color: rgb(255, 255, 255);
}

.sec-main-service .services-card button {
    padding: 5px 1px;
    border-radius: 0px;
}

.sec-main-service .services-card button.active {
    background: transparent;
    border: none;
}

.sec-main-service .services-card.active button .card-caption {
    background: var(--main-color);
}

.sec-main-service .services-card button .card-caption {
    background: rgb(49, 41, 51);
    border-radius: 46px;
    margin: 0px auto;
    width: 60%;
}

.sec-main-service h2 {
    padding-bottom: 12px;
    width: 100%;
    color: var(--main-color);
    font-size: 36px;
    letter-spacing: -2px;
    text-align: center;
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
    display: inline-block;
    font-weight: 700;
    line-height: 58px;
    margin-bottom: 30px !important;
}
.section1-offer {
    padding: 200px 0px;
}
.section1-offer .product-desc > a {
    padding: 10px 0;
    font-size: 12px;
    line-height: 24px;
    border-radius: 50px;
    width: 131px;
    transition: 0.3s;
    font-weight: 700;
    background: var(--main-color) !important;
    color: rgb(255, 255, 255) !important;
    border: none !important;
    display: flex;
    justify-content: center;
    margin: 0 5px;
}

.section1-offer .product-desc > a:hover {
    background: rgb(0, 0, 0) !important;
}

.section1-offer .owl-carousel .owl-nav [class*="owl-"]:hover {
    background-color: var(--main-color) !important;
}

.section1-offer .product-desc .product-title h3 a,
.section1-offer .product-price ins {
    color: #212529 !important;
}

.section1-offer .product-image>.badge,
.sale-flash {
    background: var(--main-color) !important;
}

.section1-offer h2 {
    padding: 0px 0px 12px 20px;
    width: 100%;
    color: var(--main-color);
    font-size: 36px;
    text-align: center;
    margin: 20px 0px;
    display: inline-block;
    position: relative;
    font-weight: 700;
    letter-spacing: -2px;
    line-height: 58px;
}

.section1-offer .product .product-image {
    min-height: auto;
    height: auto;
}

.section1-offer h2::after {
    content: "";
    background: var(--main-color);
    position: absolute;
    bottom: 0px;
    right: 50%;
    border: 0px;
    height: 3px;
    width: 50px;
    transform: translateX(50%);
}

.section1-offer p {
    color: rgb(82, 82, 82);
    text-align: center;
    margin: 0px 0px 50px;
    font-size: 22px;
}

.section1-offer h1 {
    color: var(--main-color);
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -2px;
    line-height: 58px;
    font-family: cairo;
    text-align: center;
    margin: 20px 0px;
    display: inline-block;
    padding-bottom: 5px;
    text-shadow: rgba(0, 0, 0, 0.1) 1px 1px 5px;
    background: linear-gradient(90deg, rgb(134, 88, 163), rgb(109, 58, 138)) text;
    -webkit-text-fill-color: transparent;
}

.section1-offer .owl-item {
    border-radius: 10px;
    overflow: hidden;
    border-color: rgb(204, 204, 204) !important;
}

.section1-offer .product-desc {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section1-offer h4 a{
    color: rgb(60, 60, 60);
    font-size: 13px;
    font-family: cairo;
    padding: 8px 12px;
    border-radius: 5px;
    display: inline-block;
}

.section1-offer .product-btn a {
    color: rgb(255, 255, 255);
    background: var(--main-color);
    padding: 1px 14px;
    border-radius: 2px;
    font-weight: bold;
    font-size: 13px;
}


.sec-main-service p, .section1-offer p {
    color: rgb(40, 34, 41);
    margin-bottom: 20px !important;
    font-size: 1rem !important;
}

.sec-main-service h3 {
    font-size: 1.5rem;
    margin: 20px 0px;
}

.section1-offer h2::before, .sec-main-service h2::before, .sec3-main-team h2::before {
    content: "";
    position: absolute;
    top: 0%;
    right: 50%;
    border: 0px;
    height: 43px;
    width: 63px;
    transform: translate(50%, -100%);
}

.section1-offer h2::after, .sec-main-service h2::after, .sec3-main-team h2::after {
    content: "";
    background: var(--main-color);
    position: absolute;
    bottom: 0px;
    right: 50%;
    border: 0px;
    height: 3px;
    width: 50px;
    transform: translateX(50%);
}

.sec3-main-team h2 {
    color: var(--main-color);
    padding: 0px 0px 12px;
    position: relative;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -2px;
    line-height: 58px;
    text-align: center;
}

.section3-offer {
    background-color: rgba(134, 88, 163, 0.16) !important;
}

.sec3-main-team .team-card {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    user-select: none;
    cursor: pointer;
    position: relative;
    transition: 0.5s;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 20px 0px; */
    overflow: hidden;
    /* border: 1px solid rgba(64, 31, 83, 0.26); */
}

.sec3-main-team .team-card .mask {
    transition: 0.5s;
    /* position: absolute; */
    /* content: ""; */
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.6;
    z-index: -1;
    background-position: 78% center;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.sec3-main-team .team-card:hover .mask {
    transition: 0.5s;
    opacity: 1;
}

.sec3-main-team .team-card button.active .line {
    background: rgba(238, 238, 238, 0.753) !important;
}

.sec3-main-team .team-card button.active .see-more {
    color: rgb(255, 255, 255) !important;
}

.sec3-main-team .team-card .container-modules-loaded {
    width: 100%;
    height: 100%;
    color: rgb(0, 0, 0);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 10px 20px 0px !important;
}

.sec3-main-team .team-card .container-modules-loaded .card-caption {
    margin: 14px 0px 0px;
    height: 50px;
    font-size: 20px;
    font-weight: 700;
    color: var(--main-color);
}

.sec3-main-team .team-card .container-modules-loaded p {
    text-align: center;
    margin: 0px 0px 10px;
    font-size: 13px;
}

.sec3-main-team .team-card .container-modules-loaded p:nth-of-type(2) {
    margin: 30px 0px 0px;
    font-size: 13px;
}

.teamBtn {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin: 24px 0px;
}

.teamBtn .pricing--action {
    padding: 5px 18px;
    width: 120px;
    font-size: 11px;
    font-weight: bold;
}

.teamBtn .teamBtn-icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.teamBtn .teamBtn-icon a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--main-color);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 5px;
    color: rgb(255, 255, 255) !important;
}

.sec-main-service-header::before, .sec-main-team-header::before {
    content: "";
    width: 100%;
    height: 43px;
    /* background: url("../imagesHBR/h2-bg2.png") 50% center no-repeat; */
    top: -43px;
    left: 0px;
    position: absolute;
}

.section1-offer .overlay-trigger-icon:not([class*="text-white"]):hover {
    color: var(--main-color) !important;
}

.section4-offer .section4-offer-allpackages {
    display: flex;
    justify-content: center;
}

.section4-offer .section4-offer-allpackages > a {
    width: 60%;
    font-weight: bold;
    padding: 20px 0px;
    border-radius: 30px;
    background: var(--main-color);
    text-align: center;
    transition: 0.5s;
    cursor: pointer;
}

.section4-offer .section4-offer-allpackages > a:hover {
    background-color: rgb(0, 0, 0);
}

.sec3-main-team h2 {
    color: var(--main-color);
    padding: 0px 0px 12px;
    position: relative;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -2px;
    line-height: 58px;
    text-align: center;
}

.section3-offer {
    background-color: rgba(134, 88, 163, 0.16) !important;
}

.sec3-main-team .team-card {
    border-radius: 15px;
    justify-content: center;
}

.sec3-main-team .team-card:hover .mask {
    transition: 0.5s;
    opacity: 1;
}

.sec3-main-team .team-card .img-team {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    pointer-events: none;
    overflow: hidden;
    min-height: 200px;
}

.sec3-main-team .team-card .img-team .bg-overlay {
    height: 466px !important;
}

.sec3-main-team .team-card .img-team .bg-overlay .overlay-trigger-icon:not([class*="text-white"]):hover {
    color: var(--main-color) !important;
}

.sec3-main-team .team-card button.active .see-more {
    color: rgb(255, 255, 255) !important;
}

.teamBtn {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 17px 0px;
    background: rgba(163, 125, 184, 0) !important;
}

.teamBtn:hover a {
    color: rgb(0, 0, 0) !important;
}

.teamBtn a {
    padding: 5px 18px;
    width: 120px;
    font-size: 13px;
    font-weight: bold;
    line-height: 24px;
    color: rgb(130, 100, 148) !important;
}

.teamBtn .teamBtn-icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.teamBtn .teamBtn-icon a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--main-color);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 5px;
    color: rgb(255, 255, 255) !important;
}

.sec-main-service-header::before, .sec-main-team-header::before {
    content: "";
    width: 100%;
    height: 43px;
    /* background: url("../imagesHBR/h2-bg2.png") 50% center no-repeat; */
    top: -43px;
    left: 0px;
    position: absolute;
}

#sec-main-testimonials {
    position: relative;
    padding: 200px 0px;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

#sec-main-testimonials .mask {
    position: absolute;
    inset: 0px;
    background: rgba(71, 45, 76, 0.82);
}

#sec-main-testimonials #oc-testi {
    border-top: 1px solid rgba(0, 0, 0, 0.43) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.43) !important;
}
.owl-carousel .owl-stage{
    
}
#sec-main-testimonials .owl-item .card {
    border: 0px;
    background: transparent;
    color: rgb(255, 255, 255);
}

#sec-main-testimonials .owl-item h4 {
    color: rgb(255, 255, 255);
}

#sec-main-testimonials .owl-item p, #sec-main-testimonials .owl-item small {
    color: rgb(255, 255, 255) !important;
}

#sec-main-testimonials h2 {
    color: rgb(255, 255, 255);
    padding: 0px 0px 12px;
    position: relative;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -2px;
    line-height: 58px;
}

#sec-main-testimonials p {
    font-size: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    word-spacing: 1px;
    padding-bottom: 28px;
    border-bottom: 1px solid rgb(240, 232, 232);
}

#sec-main-testimonials i {
    color: rgb(243, 214, 190);
}

#sec-main-testimonials .source {
    z-index: 222;
    font-size: 24px;
    margin: 0px 20px 0px auto;
}
#sec-main-testimonials .source a{

    font-size: 18px;

}

#sec-main-testimonials .other-testi {
    width: 60%;
    margin: 30px auto 30px auto;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    padding: 20px 0px;
    border-radius: 48px;
    background: rgb(0, 0, 0);
    transition: 0.5s;
}

#sec-main-testimonials .other-testi:hover {
    background: rgb(255, 255, 255);
    user-select: none;
}

#sec-main-testimonials .other-testi a {
    color: rgb(243, 214, 190);
}

.section-contact .contact-arrow {
        display: none;
        position: absolute;
        width: 140px;
        top: 15px;
        left: 45px;
        rotate: 270deg;
        opacity: 0.1;
        transform: rotateY(180deg);
}

.section-contact {
    position: relative;
    width: 100%;
    padding: var(--cnvs-section-padding) 0;
    overflow: hidden;
    background: rgb(236, 228, 240) !important;
}
.feature-box .fbox-content{
    color: #212529 !important;
    font-weight: 500;
}

.section-contact .fbox-icon i {
    background: rgb(255, 255, 255) !important;
    color: var(--main-color) !important;
}

.section-contact .fbox-content a {
    color: var(--main-color) !important;
}

.section-contact form button {
    border-radius: 50px;
}

.numbers h5,.numbers h2 {
    font-weight: 700;
    color: rgb(0, 0, 0) !important;
}

.numbers span, .numbers .counter {
    color: var(--main-color) !important;
}

.fbox-effect.fbox-dark .fbox-icon i:hover, .fbox-effect.fbox-dark:hover .fbox-icon a {
    background: var(--main-color) !important;
}

.fbox-outline .fbox-icon a {
    border-color: var(--main-color) !important;
}

.fbox-effect.fbox-dark .fbox-icon i::after {
    box-shadow: 0 0 0 2px var(--main-color) !important;
}

.fbox-effect.fbox-dark:hover .fbox-icon i {
    background-color: var(--main-color) !important;
}

.fbox-dark.fbox-outline .fbox-icon i, .fbox-dark.fbox-outline .fbox-icon img {
    background-color: var(--main-color) !important;
}

.owl-carousel .owl-nav [class*="owl-"]:hover {
    background-color: var(--main-color) !important;
}

.pricing {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 0px auto 3em;
}

.pricing--rabten .pricing--item {
    padding: 32px 50px;
    cursor: default;
    color: rgb(38, 43, 56);
    min-width: 345px;
    margin-bottom: 25px !important;
}

.pricing--rabten .pricing--item:nth-child(1) {
    border: 1px solid rgba(198, 192, 201, 0.59);
    border-radius: 5px 100px 5px 5px;
}

.pricing--rabten .pricing--item:nth-child(3) {
    border: 1px solid rgba(198, 192, 201, 0.59);
    border-radius: 100px 5px 5px;
}

.pricing--rabten .pricing--item:nth-child(1) button:hover,
.pricing--rabten .pricing--item:nth-child(3) button:hover {
    color: var(--main-color) !important;
    background: rgba(134, 88, 163, 0.157) !important;
}

.pricing--rabten .pricing--item:nth-child(2) {
    border-right: 1px solid rgba(139, 144, 157, 0.18);
    border-left: 1px solid rgba(139, 144, 157, 0.18);
    background: var(--main-color);
    margin: 0px 30px;
    border-radius: 5px;
}

.pricing--rabten .pricing--item:nth-child(2) button {
    font-weight: bold;
    margin-top: auto;
    padding: 1em 2em;
    border-radius: 30px;
    transition: background-color 0.3s;
    color: var(--main-color) !important;
    background: rgb(255, 255, 255) !important;
}

.pricing--rabten .pricing--item:nth-child(2) button:hover {
    background: rgb(204, 204, 204) !important;
}

.pricing--rabten .pricing--item:nth-child(2),
.pricing--rabten .pricing--item:nth-child(2) .icon,
.pricing--rabten .pricing--item:nth-child(2) h3,
.pricing--rabten .pricing--item:nth-child(2) p,
.pricing--rabten .pricing--item:nth-child(2) .pricing--feature-list {
    color: rgb(255, 255, 255);
}

.pricing--item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    flex: 0 1 330px;
}

.pricing--feature-list {
    text-align: left;
}

.pricing--feature-list li {
    padding: 10px 0px;
    font-size: 18px;
}

.pricing--action {
    padding: 18px 35px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 50px;
    width: 174px;
    transition: 0.3s;
    color: rgb(255, 255, 255) !important;
    background: var(--main-color) !important;
    border: 0px !important;
}

.pricing--action:focus {
    outline: none;
}

.pricing--rabten .icon {
    font-size: 2.5em;
    color: rgb(0, 0, 0);
    transition: color 0.3s;
}

.pricing--rabten .pricing--title {
    font-size: 1em;
    margin: 1.5em 0px 0px;
}

.pricing--rabten .pricing--sentence {
    font-weight: bold;
    margin: 0px 0px 1em;
    padding: 0px 0px 0.5em;
    color: rgb(0, 0, 0);
}

.pricing--rabten .pricing--price {
    font-size: 3em;
    font-weight: bold;
    margin: 0.5em 0px 0.75em;
    overflow: hidden;
}

.pricing--rabten .pricing--anim {
    display: inline-block;
    position: relative;
}

.pricing--rabten .pricing--currency {
    font-size: 0.5em;
    vertical-align: super;
}

.pricing--rabten .pricing--period {
    font-size: 0.35em;
    color: rgb(0, 0, 0);
}

.pricing--rabten .pricing--feature-list {
    font-size: 0.85em;
    margin: 0px;
    padding: 0.25em 0px 2.5em;
    list-style: none;
    text-align: center;
    color: rgb(0, 0, 0);
}

.pricing--rabten .pricing--action {
    font-weight: bold;
    margin-top: auto;
    padding: 1em 2em;
    color: rgb(255, 255, 255);
    border-radius: 30px;
    background: var(--main-color);
    transition: background-color 0.3s;
}

.product .toggle-header .mask{
    background: #83559b0d;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
    .product .toggle-header {
        width: 73%;
        border-radius: 40px !important;
        margin: 0 auto;
        justify-content: center;
        align-items: center;
        padding: 25px;
        background: url(../imagesHBR/bg-global/landing-background-2.png);
        overflow: hidden;
        border: 1px solid #ccc;
        background-size: cover;
        transition: all 0.5s;
    }
    .our-team .social a {
        /* padding: 4px 0; */
        font-size: 11px;
        line-height: 17px;
        border-radius: 50px;
        width: 110px;
        transition: 0.3s;
        /* font-weight: 700; */
        /* background: var(--main-color) !important; */
        color: rgb(255, 255, 255) !important;
        /* border: none !important; */
        display: flex;
        justify-content: center;
        margin: 0 5px;
    }
.our-team {
    text-align: center;
    position: relative;
    height: 100%;
    border: 1px solid #e1e1e1;
    border-radius: 15px;
}



.our-team .shape {
    display: inline-block;
    width: 130px;
    height: 130px;
    margin-bottom: 50px;
    z-index: 1;
    position: relative;
    border-radius: 50%;
}

.our-team .pic {
    display: inline-block;
    /* margin-bottom: 50px; */
    z-index: 1;
    /* position: absolute; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    overflow: hidden;
    border-radius: 15px 15px 0 0;
}
.our-team .pic img{
    height: 500px !important;
}

.our-team .shape::before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--main-color);
    position: absolute;
    bottom: 144%;
    right: 0%;
    opacity: 1;
    transform: scale(3);
    transition: 0.3s linear;
}

.our-team:hover .shape::before {
    height: 100%;
    background: rgb(47, 47, 47);
}

.our-team .shape::after {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--main-color);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    transition: 0.3s linear;
}

.our-team:hover .shape::after {
    background: rgb(122, 185, 45);
}

.our-team .shape img {
    width: 100%;
    height: auto;
    transition: 0.9s;
    box-shadow: rgb(247, 245, 236) 0px 0px 0px 14px;
    position: relative;
    z-index: 2;
}

.our-team:hover .shape img {
    box-shadow: rgb(247, 245, 236) 0px 0px 0px 14px;
}

.our-team .team-content {
    margin-bottom: 30px;
}

.our-team .title {
    font-size: 22px;
    font-weight: 700;
    color: var(--main-color);
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 5px;
    transition: 0.4s linear;
}

.our-team:hover .title {
    color: rgb(78, 80, 82);
}

.our-team .post {
    display: block;
    font-size: 15px;
    color: rgb(78, 80, 82);
    text-transform: capitalize;
}

.our-team .social {
 width: 100%;
 padding: 0;
 margin: 0;
 /* background: #745183; */
 position: relative;
 bottom: -7px;
 transition: all 0.5s ease 0s;
 display: flex;
 justify-content: center;
 align-items: center;
 border-radius: 0px 0px 15px 15px;
}


.our-team:hover .social li a {
     color: rgb(243, 214, 190);
}

@media only screen and (max-width: 990px) {
    .our-team {
        margin-bottom: 30px;
    }
}
@media (min-width: 768px) {
    .section-banner .banner-content .banner-cards .banner-card {
        width: 18%;
        margin: 0px 2px;
    }

    .section-banner .banner-content .banner-cards .banner-card .card-icon {
        margin: 0px;
    }

    .swiper-slide h2 {
        font-size: 2rem !important;
    }

    .section-banner .banner-content p {
        font-size: 1rem;
        margin: 0px 70px 0px 0px;
    }

    .section-banner .banner-cards {
        display: flex;
    }

    .swiper-slide .parg-2 {
        font-size: 1rem;
    }

    #slider .swiper-pagination {
        margin: 0px 0px 200px !important;
    }

    #slider .slider-arrow-left .slider-arrow-right {
        display: block;
    }
    .our-team .social{
        bottom: 7px;
    }
    .section4-offer .section4-offer-allpackages > a{
        width: 40%;
    }

}

@media (min-width: 992px) {
    .section-banner .banner-cards {
        display: flex;
        overflow: hidden;
        cursor: auto;
        width: 100%;
    }

    .section-banner .banner-content .banner-cards .banner-card {
        width: 13%;
        margin: 0px 3px;
    }

    .section-banner .banner-content h2 {
        margin: 330px 0px 22px;
    }

    .sec-main-service {
        padding: 150px 0px 100px;
        background-color: rgba(134, 88, 163, 0.094) !important;
    }
.sec-main-service .services-card.active button .card-caption {
    background: transparent;
}
    .sec-main-service .row .sec-main-service-content {
        padding: 0px 0px 50px;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .sec-main-service .tab-content {
        margin-top: 50px;
    }

    .sec-main-service h3 {
        font-weight: 500;
        font-size: 1.8rem;
        position: relative;
    }

    .sec-main-service h2 {
        color: var(--main-color);
        padding: 0px 0px 12px;
        position: relative;
        font-size: 40px;
        font-weight: 700;
        letter-spacing: -2px;
        line-height: 58px;
        text-align: center;
    }

    .sec-main-service .services-card {
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        user-select: none;
        cursor: pointer;
        position: relative;
        transition: 0.5s;
        width: 100%;
        height: 210px;
        background: url("../imagesHBR/bg-global/landing-background-2.png") 0% 0% / cover no-repeat;
        overflow: hidden;
        border: 1px solid rgba(70, 50, 50, 0.2) !important;
    }

    .sec-main-service .services-card::before {
        position: absolute;
        top: 0px;
        left: -100%;
        display: block;
        content: "";
        width: 50%;
        height: 100%;
        transform: skewX(-25deg);
        z-index: 1;
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(237, 235, 242) 100%);
    }

    .sec-main-service .services-card:hover::before {
        animation: 1s ease 0s 1 normal none running shine;
    }

    .sec-main-service .services-card.active {
        overflow: hidden;
    }
.sec-main-service .services-card:first-of-type{
    margin-left:0 !important
}
    .sec-main-service .services-card .nav-item {
        width: 100%;
    }

    .sec-main-service .services-card button.active .line {
        background: rgba(238, 238, 238, 0.753) !important;
    }

    .sec-main-service .sec-main-service-content .see-more {
        width: 22%;
        padding: 10px 0px !important;
    }

    .sec-main-service .services-card button.active .see-more {
        color: rgb(255, 255, 255) !important;
    }

    .sec-main-service .services-card .mask {
        transition: 0.5s;
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        opacity: 0.15;
        z-index: -1;
        background-position: initial;
        background-attachment: initial;
        background-origin: initial;
        background-clip: initial;
        background-color: initial;
        background-size: auto !important;
        background-repeat: no-repeat !important;
    }

    .sec-main-service .services-card:hover .mask {
        transition: 0.5s;
        opacity: 1;
    }

    .sec-main-service .services-card .img-service {
        transition: 0.5s;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
    }

    .sec-main-service .services-card:hover .img-service {
        transition: 0.5s;
        transform: translateY(5px);
    }

    .sec-main-service .services-card button {
        width: 100%;
        height: 100%;
        color: rgb(0, 0, 0);
        border-radius: 5px;
    }

    .sec-main-service .services-card button::after {
        content: "";
        width: 10px;
        height: 10px;
        background: rgb(0, 0, 0);
        position: absolute;
        bottom: -20px;
    }

    .sec-main-service .services-card button p {
        font-size: 15px;
    }

    .sec-main-service .services-card button {
        padding: 30px 0px 25px;
        border-radius: 0px;
    }

    .sec-main-service .services-card button .card-caption {
        background: rgb(49, 41, 51);
        border-radius: 46px;
        margin: 45px 0px 0px;
        width: auto;
        padding: 0px !important;
    }

    .sec-main-service h2 {
        margin-bottom: 30px !important;
        padding-bottom: 20px;
    }

    .sec-main-service p {
        color: rgb(0, 0, 0);
    }

    .sec-main-service h3 {
        font-size: 1.5rem;
        margin: 20px 0px;
    }

    .sec-main-service .services-card button.active {
        background: rgb(105, 84, 128);
        width: 100%;
        height: 100%;
    }

    .sec-main-service .services-card button .card-caption {
        background: transparent;
        border-radius: 0px;
        padding: 0px;
        height: 47px;
        font-size: 14px;
        font-weight: 100;
    }

    .services-content .owl-stage-outer ul li button p {
        display: block;
        font-size: 19px;
    }

    .sec-main-service .services-card button .card-caption span {
        font-weight: 600;
        color: rgb(40, 34, 41);
        font-size: 11px;
    }

    .sec-main-service .services-card button.active .card-caption span {
        color: rgb(255, 255, 255);
    }

    .sec-main-service .services-card button.active .card-caption {
        background: transparent;
    }

    .sec-main-service .services-card button .description {
        font-size: 15px;
    }

    .sec-main-service .services-card button.active .icon-white {
        display: block;
    }

    .sec-main-service .services-card .card-img {
        display: block;
        width: 150px;
        height: 150px;
        border-radius: 50%;
        pointer-events: none;
        overflow: hidden;
    }

    .sec-main-service .services-card .card-img img {
        height: 100%;
    }
    img.icon-white, img.icon-colored{
        width:70px !important
    }
    .sec-main-service .services-card .card-icon {
        /* border-radius: 50%; */
        pointer-events: none;
        overflow: hidden;
        margin-bottom: 20px;
        display: flex !important;
    }

    .sec-main-service .services-card button.active .icon-colored {
        display: none;
    }

    .sec-main-service .services-card button .icon-white {
        display: none;
    }

    .sec-main-service ul li {
        padding: 0px !important;
    }

    .sec-main-service .owl-nav button {
        border-radius: 0px !important;
    }

    .sec-main-service .owl-nav .owl-next {
        transform: translateX(14%);
        z-index: 222;
        background: transparent;
        font-size: 35px;
        border: 0px !important;
        border-radius: 5px 0px 0px 5px !important;
    }

    .sec-main-service .owl-nav .owl-prev {
        transform: translateX(-53%);
        z-index: 222;
        background: transparent;
        font-size: 35px;
        border: 0px !important;
        border-radius: 5px 0px 0px 5px !important;
    }

    .sec-main-service .owl-nav .owl-prev:hover, .sec-main-service .owl-nav .owl-next:hover {
        color: rgb(105, 84, 128) !important;
        background-color: transparent !important;
    }

    .sec-main-service .owl-dots {
        display: none;
    }

    .sec-main-service .tab-content .tab-pane p {
        font-size: 14px !important;
    }

    .sec-main-service .services-card button .card-caption {
        padding: 0px !important;
    }
        .section4-offer .section4-offer-allpackages > a{
        width: 30%;
    }
        #sec-main-testimonials .other-testi{
        width:22%
    }
}
@media (min-width: 1200px) {
    .section-banner .banner-content {
        text-align: start;
        width: 100%;
        overflow: unset;
    }

    .banner-content p {
        color: rgb(221, 219, 219);
    }

    .section-banner .banner-cards {
        justify-content: center;
        overflow: unset;
        margin-top: 30px;
        flex-direction: row-reverse;
        cursor: grab;
        display: flex;
        width: 100%;
    }

    .section-banner .banner-content .banner-cards .banner-card {
        min-width: 120px;
        text-align: center;
        border-radius: 5px;
        user-select: none;
        /* margin: 0px 10px; */
        color: rgb(255, 255, 255);
        transition: 0.3s;
    }

    .section-banner .banner-content .banner-cards .banner-card .card-caption span {
        justify-content: center;
    }
    
.section-contact .contact-arrow {
    display: block;
}
footer .footer-container > div {
    width: 20%;
}
}




.sec1-img {
    position: relative;
    display: block;
    z-index: 1;
    background: rgb(255, 255, 255);
    border-radius: 10px;
    overflow: hidden;
}

.sec1-img::before {
    position: absolute;
    top: 0px;
    left: -75%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    transform: skewX(-25deg);
    z-index: 1;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
}

.sec1-img:hover::before {
    animation: 1s ease 0s 1 normal none running shine;
}

@keyframes shine {
    0% {
        left: -100%;
        opacity: 0;
    }

    1% {
        opacity: 1;
    }

    100% {
        left: 125%;
        opacity: 0;
    }
}

.our-team-section {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}

.our-team-section::before {
    position: absolute;
    top: 0px;
    left: 0px;
    content: " ";
    background: url("img/service-section-bottom.png") 0% 0% / 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}




/* العروض */

table {
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    unicode-bidi: isolate;
    border-spacing: 2px;
    border-color: gray;
    border-collapse: collapse;

  }
  tbody{
    display: table-row-group;
    vertical-align: middle;
    unicode-bidi: isolate;
    border-color: inherit;
  }
tr{
    display: table-row;
    vertical-align: inherit;
    unicode-bidi: isolate;
    border-color: inherit;
}
  td, th {
    font-size: 13px;
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
  }
  th{
    display: table-cell;
    vertical-align: inherit;
    font-weight: bold;
    text-align: -internal-center;
    unicode-bidi: isolate;
  }
  td{
    display: table-cell;
    vertical-align: inherit;
    unicode-bidi: isolate;
  }

table .sessions-name{

    flex: 0 0 auto;
    width: 91.66666667%;
    text-align: end;
    margin: 0 0.25rem 0 0;
}












.sessions-container {
    display: grid;
    gap: 8px;
    max-width: 600px;
    margin: auto;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    font-family: 'Cairo', sans-serif;
}

.session-header {
    background-color: #9980a9;
    color: white;
    text-align: center;
    padding: 10px;
    /* font-weight: bold; */
    font-size: 16px;
}

.session-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-bottom: 1px solid #ddd;
}

.session-price, .session-name {
    padding: 10px;
    text-align: center;
    border-right: 1px solid #ddd;
    unicode-bidi: plaintext;
}



.session-number {
    font-weight: bold;
    color: #8658A3;
    margin: 0 0px 0 4px;
}

.currency {
    font-size: 12px;
    color: gray;
}

/* إزالة الحد الأيمن من آخر عنصر في كل صف */
.session-row > :last-child {
    border-right: none;
}

.product .toggle-header:hover {
    background:var(--main-color) !important
}
.product .toggle-header:hover .toggle-title{
    color:#FFF !important
}
.product .toggle-header .toggle-title {
    display: flex;
    justify-content: center;
    color: #000;
    font-weight: 300;
}

.product .toggle-header .toggle-icon {
    border-radius: 50%;
    display: flex;
    justify-content: center;
}
.product .toggle-header .toggle-icon i {
    color: #080808;
    bottom: 0px;
    position: absolute;
}
.modal1 .list-group .list-group-item{
    font-size: 0.9rem;
    font-weight: 400;
}
.modal1 form button{
    background: var(--main-color);
}
