* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Tajawal', sans-serif !important;

}

body,
html {
    width: 100%;
}

html::-webkit-scrollbar {
    width: 8px;
}

html::-webkit-scrollbar-track {

    background: #301C85;
}

html::-webkit-scrollbar-thumb {
    background: #F7CE46;
    border-radius: 8px;
    background: #87248A;

}

#PageHome {
    width: 100%;
    /* overflow-y: hidden !important; */
    overflow-x: hidden !important;
}

/* start Page About Us */

.bg-cover-about {
    width: 100%;
    min-height: calc(100vh - 80px) !important;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2));
    position: relative;
    background-size: cover !important;

}

.bg-cover-about img {
    width: 100%;
    min-height: calc(100vh - 80px) !important;
    object-fit: cover;
}

.custome-bg-navBar {
    width: 100%;
    min-height: 80px;
    background: linear-gradient(80deg, #301C85, #7A2288);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;

}

.custome-bg-navBar ul li {
    padding: 0px 15px;
    text-transform: capitalize;
    font-family: 'Tajawal', sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.custome-bg-navBar ul li a {
    color: #fff !important;
}

.Header-Cutome-Top-search-chaneg-languages {
    display: flex;
    align-items: center;
}

.Header-Cutome-Top-search-chaneg-languages .box-search-header {
    width: 170px;
    height: 45px;
    display: flex;
    align-items: center;
    border-radius: 24px 0px;
    border: 1.5px solid #fff;
    padding: 5px 10px;
    margin: 0px 5px;
}

.Header-Cutome-Top-search-chaneg-languages .box-search-header input {
    border: none;
    outline: none;
    background: transparent;
    width: 80%;
    margin: 0px 5px;
    color: #fff !important;
}

.Header-Cutome-Top-search-chaneg-languages .box-search-header input::placeholder {
    color: #fff !important;
}

.Header-Cutome-Top-search-chaneg-languages .box-search-header span {
    color: #fff;
}

.Header-Cutome-Top-search-chaneg-languages .box-arabic {
    width: 53px;
    height: 47px;
    border: 1px solid #fff;
    border-radius: 16px 0px;
    opacity: 1;
    padding: 10px;
    margin: 0px 5px;
    position: relative;
}

.Header-Cutome-Top-search-chaneg-languages .box-arabic img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.Our-Massage {
    margin: 150px 0px;
    position: relative;
    overflow: hidden;
}

.Our-Massage .row {
    align-items: center !important;
}

.content-our-massage {
    position: relative;
}

.content-our-massage h6 {
    color: #000000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    margin: 0px 130px;
    position: relative;
}

.content-our-massage h6::before {
    content: "";
    position: absolute;
    top: 0px;
    left: -120px;
    width: 107px;
    height: 9px;
    clip-path: polygon(0 0, 100% 0, 100% 99%, 0 16%);
    border-radius: 12px;

    background: linear-gradient(to left, #7A2288 20%, #87248A 100%);
}

.content-our-massage h3 {
    color: #000000;
    width: 80%;

    margin: 12px 0px;
    font-weight: bold;
    font-size: 32px;
    text-transform: uppercase;
    position: relative;

}

/* .content-our-massage h3::after{
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 15px;
  height: 15px;
  background-color: #241566;
  border-radius: 50%;
} */

.content-our-massage p {
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 30px;
    color: #747474;
}

.image-ourMassage {
    width: 100%;
    height: 400px;
    position: relative;
}

.image-ourMassage img {
    width: 100%;
    height: 100%;
    border-radius: 90% 50% 50% 50%;

}

.shape-pos-img-our-massage {
    position: absolute;
    bottom: 0px;
    right: 30px;
    z-index: 800 !important;
    width: 150px;
    height: 150px;
    border-radius: 90% 50% 50% 50%;
    background: #87248A;
    padding: 10px;
    text-align: center;
    padding-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column !important;

}

.shape-pos-img-our-massage h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    margin: 8px 0px;
}

.shape-pos-img-our-massage h5 {
    font-weight: 500;
    color: #fff;
    font-size: 19px;
    line-height: 1.3;
}

/* our-video */
.our-video {
    width: 100%;
    padding: 25px;
    height: 600px;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)), url(../img/slider-image2.jpg) no-repeat center center;
    background-size: cover;
    margin: 80px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.content-our-video {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 40%;
    margin: auto;
    text-align: center;

}

.content-our-video p {
    color: #E8E8E8;
    font-weight: 500;
    line-height: 1.8;
    font-size: 17px;
    margin: 15px 0px;
}

.content-our-video .video-play {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.content-our-video .video-play .box-play-video {
    border-radius: 35px 0px;
    width: 85px;
    height: 80px;
    background: linear-gradient(90deg, #301C85 0%, #87248A 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
}

.content-our-video h6 {
    font-weight: 600;
    font-size: 25x;
    color: #fff;
    margin: 0px 20px;
    text-decoration: none;
    cursor: pointer;
}

.content-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 45%;
    height: 400px;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    transition: all 0.6s;
}

.popUpVideo.ActiveVideoClass .content-video {
    transform: translate(-50%, -50%) scale(1);
}

.content-video video {
    width: 100%;
    height: 100%;
}

/* .overlay-popUpVideo{
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  min-height: 100vh;
  background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.9));
  z-index: 1000;
} */
/* our-client */
.our-client {
    margin-top: 100px !important;
    position: relative;
    overflow: hidden !important;
    /* overflow: hidden !important; */
}

.our-client .content-our-massage h3 {
    width: 50%;
}

.our-client .content-our-massage p {
    width: 50%;
}

.row-client {
    display: flex;
    justify-content: space-between;
    align-items: center;

    flex-wrap: wrap;
    margin: 30px 0px;
}

.row-client .columes-client {
    flex-basis: 18%;
}

.row-client .columes-client .box-client {
    width: 100%;
    height: 250px;
    border: 2px solid #87248A;
    border-radius: 75px 0px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.row-client .columes-client .box-client img {
    width: 150px;
    height: 150px;
    /* object-fit: cover; */
    /* object-fit: contain !important; */
}

/* end Page About Us */



.containers {
    width: 100%;
    padding: 40px 0;
}

.slide-container {
    overflow: hidden;
}

.slider-feadbak .card {
    background: #fff;
    border-radius: 8px;
    min-height: 200px !important;
    border: 2px solid #87248A;
    border-radius: 75px 0px;
    padding: 20px;
    width: 95% !important;
    position: relative;
}

.slider-feadbak .card .flex-silder-feadback {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: 15px;
}

.slider-feadbak .card .flex-silder-feadback img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.slider-feadbak .card .flex-silder-feadback .content-silder-feadback {
    margin: 0px 12px;
}

.slider-feadbak .card .flex-silder-feadback .content-silder-feadback h6 {
    color: #000000;
    font-size: 14px;
}

.slider-feadbak .card .content-clients {
    color: #454444;
    margin: 10px 0px;
    font-size: 16px;
}

.slider-feadbak .card .SpanLinks {
    color: #7A2288 !important;
    font-weight: 550;
}

.swiper-navBtn {
    color: #000;
    height: 40px;
    width: 40px;
    background: #fff;
    border-radius: 50%;
}

.swiper-navBtn::before,
.swiper-navBtn::after {
    font-size: 18px;
}

.swiper-pagination-bullet {
    background-color: #87248A;
}

.flex-rating-silders {
    display: block;
    justify-content: space-between;
}

.flex-rating-silders span {
    color: #87248A;
    font-size: 16px;
}

.flex-rating-silders h5 {
    font-size: 18px;
    font-weight: 700;
}

.slider-feadbak .card p {
    color: #000000;
    font-size: 15px;
}

.slider-feadbak {
    margin-bottom: 100px !important;
}

/* start page Team */
.Header-custome-bg-gray nav {
    width: 100%;
    min-height: 80px;
    background: #FEFEFE;
    box-shadow: 0px 4px 6px #BFBFBF29;
    position: fixed;
    top: 0px;
    z-index: 1000 !important;
}

.Header-custome-bg-gray nav ul li {
    padding: 0px 15px;
    text-transform: capitalize;
    font-family: 'Tajawal', sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.Header-custome-bg-gray nav ul li a {
    color: #303030;
}

.Header-custome-bg-gray nav ul .active a {
    color: #AD28B1 !important;
    font-weight: bold;
}

.Header-custome-bg-gray .box-search-header span {
    color: #87248A !important;
}

.Header-custome-bg-gray .box-search-header input {
    color: #87248A !important;
    font-weight: 500;
}

.Header-custome-bg-gray .box-search-header {
    border: 1px solid #87248A !important;
}

.Header-custome-bg-gray .box-arabic {
    border: 1px solid #87248A !important;
}

.Team {
    margin-top: 100px !important;
    position: relative;
    overflow: hidden !important;
}

.box-team {
    width: 100%;
    min-height: 200px;
    /* border: 2px solid #87248A; */
    box-shadow: 6px 4px 10px #9e9c9c;
    border-radius: 60px 5px;
    margin: 20px 0px;
    position: relative !important;
    z-index: 800 !important;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.box-team::after {
    content: "";
    background-image: conic-gradient(transparent, transparent, transparent, #87248A) !important;
    width: 550px;
    height: 500px;
    position: absolute;

    z-index: 800;
    animation: anloadings 2s linear infinite;
    animation-delay: -2s;
}

.box-team::before {
    content: "";
    background-image: conic-gradient(transparent, transparent, transparent, #87248A) !important;
    width: 550px;
    height: 500px;
    position: absolute;

    z-index: 800;
    animation: anloadings 2s linear infinite;
}

@keyframes anloadings {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.box-team .flex-team-content-and-img {
    position: absolute !important;
    z-index: 1000 !important;
    inset: 5 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 97%;
    height: 190px;
    padding: 20px;
    text-decoration: none !important;
    background-color: #fff;
    /* border-radius: 50px 0px; */
}

.box-team .flex-team-content-and-img .imgTeam {
    width: 35%;
    /* position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%); */
}

.box-team .flex-team-content-and-img .imgTeam img {
    width: 100px;
    height: 100px;
    border-radius: 70% 90% 50% 90%;
    object-fit: cover !important;
}

.box-team .flex-team-content-and-img .infoTeam {
    width: 60%;
    /* text-align: center !important; */
    /* margin-top: 35px; */
}

.box-team .flex-team-content-and-img .infoTeam h4 a {
    color: #241666 !important;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}

.box-team .flex-team-content-and-img .infoTeam h5 {
    color: #241666;
    font-size: 15px;
    font-weight: 600;
}

.box-team .flex-team-content-and-img .contact-team-via-social-media {
    display: flex;
    justify-content: space-between;
    align-items: center !important;
}

.box-team .flex-team-content-and-img .contact-team-via-social-media a {
    text-decoration: none !important;
    color: #87248A;
    font-size: 20px;
    cursor: pointer;

}

.box-team .flex-team-content-and-img .contact-team-via-social-media .tst-cv {
    font-family: 'Tajawal', sans-serif !important;
    font-weight: bold;
    display: block;
}

.box-team .contact-team-via-social-media .tst-cv {

    margin-top: -10px;
}

/* end page Team */
/* ContactUs */
.ContactUs {
    width: 100%;
    min-height: 600px;
    background: url(../img/lysander-yuen-CxAcpvUlGRg-unsplash.svg) no-repeat;
    background-size: cover;
    padding: 50px;
    margin: 50px 0px;
    overflow: hidden !important;

}

.ContactUs .customeRwo {
    align-items: center !important;
    width: 100%;
    min-height: 600px;
}

.all-input-faild {
    margin: 15px 0px;
}

.all-input-faild label {
    font-weight: 550;
}

.all-input-faild input {
    display: block;
    width: 100%;
    height: 50px;
    background: #fff;
    border: 2px solid #87248A;
    border-radius: 25px 0px;
    padding: 0px 16px;
    margin-top: 10px;
}

.all-input-faild .valid-input {
    margin-top: 7px;
    color: #FF0000 !important;
    font-weight: 550;
    display: none;
}

.all-input-faild textarea {
    display: block;
    width: 100%;
    height: 150px;
    background: #fff;
    border: 2px solid #87248A;
    border-radius: 25px 0px;
    padding: 16px;
    margin-top: 10px;
}

.but-contact button {
    width: 233px;
    height: 56px;
    /* UI Properties */
    border: none;
    outline: none;
    background: linear-gradient(90deg, #241566 0%, #87248A 100%);
    border-radius: 40px 0px;
    opacity: 1;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 18px;
}

/* end ContactUs */
/* our-work-prfoile */
.our-work-prfoile {
    margin: 120px 0px;
    padding: 0px 50px;
    position: relative;
    overflow: hidden !important;
}

.ContactUs form {
    width: 100% !important;
}

.our-work-prfoile .tab-our-work {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;

}

.our-work-prfoile .tab-our-work .items-profile {
    padding: 0px 25px;
    color: #241566;
    font-weight: 600;
    font-size: 19px;
    position: relative;
    cursor: pointer;
}

.our-work-prfoile .tab-our-work .active {
    color: #CE2DD4 !important;
    font-weight: 700;
    position: relative;
}

.our-work-prfoile .tab-our-work .active::after {
    content: "";
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    background: #CE2DD4;
    border-radius: 50%;
}

.box-work-profile {
    width: 100%;
    height: 350px;
    margin: 30px 0px;
    border-radius: 75px 0px;
    position: relative;
    cursor: pointer;
    transition: all 0.5s;

}

.box-work-profile img {
    width: 100%;
    height: 100%;
    border-radius: 75px 0px;
    /* object-fit: contain; */
    /* object-fit: cover; */
    /* object-position: center top; */

}

.post-title-Job {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 800;
    width: 80%;
    margin: auto;
    background-color: #fff;
    box-shadow: 0px 6px 8px #E9E9E9CE;
    height: 50px;
    padding: 10px;
    text-align: center;
    line-height: 50px;
    transition: all 0.5s;

}

.post-title-Job h4 {
    font-weight: 500;
    color: #241566;
    font-size: 19px;
}

.box-work-profile::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6));
    transition: all 0.5s;
}

.box-work-profile:hover img {
    border-radius: 0px 0px !important;
}

.box-work-profile:hover::after {
    width: 100%;
}

.box-work-profile:hover .post-title-Job {
    bottom: 20px;
    width: 100% !important;
    background: linear-gradient(rgba(0, 0, 0, 7), rgba(0, 0, 0, 0.7)) !important;
    color: #fff !important;
    box-shadow: none !important;
}

.box-work-profile:hover .post-title-Job h4 {
    color: #fff !important;
}

/* end our-work-prfoile */
.sortingCard {
    display: block;
}

.sortingCard:nth-child(1) {
    display: block !important;
}

.sortingCard:nth-child(2) {
    display: block !important;
}

.sortingCard:nth-child(3) {
    display: block !important;
}

.sortingCard:nth-child(4) {
    display: block !important;
}

.gellery.hide {
    display: none;
}

.gellery.show {
    animation: animate1 0.4s ease;
}

/* member detalis */
.sec-member-detaisl {
    margin-top: 100px !important;
    position: relative;
}

.card-info-parson-flex {
    min-height: 350px;
    width: 100%;
    border: 1px solid #87248A;
    border-radius: 80px 8px;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;

    margin: 30px 0px;
    position: relative;
}

.Team {
    margin: 100px 0px;
}

.card-info-parson-flex .img-card-person {
    width: 80%;
    height: 200px;
    position: relative;
}

.card-info-parson-flex .img-card-person img {
    width: 100%;
    height: 100%;
    border-radius: 50% 90% 50% 50%;
    /* object-fit: cover; */
}

.card-info-parson-flex .content-meber-team {
    margin: 0px 40px;
}

.card-info-parson-flex .shape-pos-img-our-massage {
    position: absolute;
    bottom: -20px;
    right: 0px;
    z-index: 800;
    width: 100px;
    height: 100px;
    border-radius: 90% 50% 50% 50%;
    background: #87248A;
    padding: 10px;
    text-align: center;
    padding-top: 10px;
}

.card-info-parson-flex .shape-pos-img-our-massage h4 {
    font-size: 16px;
}

.card-info-parson-flex .shape-pos-img-our-massage h5 {
    font-size: 15px !important;
}

.custome .box-work-profile {
    width: 100%;
    height: 300px;
    margin: 30px 0px;
    border-radius: 0px 0px !important;
    position: relative;
    cursor: pointer;
    transition: all 0.5s;
}

.custome .box-work-profile img {
    width: 100%;
    height: 100%;
    border-radius: 0px 0px !important;
    object-fit: cover;
}

.all-but-blog a {
    width: 200px;
    height: 60px;
    /* UI Properties */
    background: linear-gradient(90deg, #241566 0%, #87248A 100%);
    border-radius: 45px 0px;
    border: none;
    outline: none;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 20px 0px;
    text-decoration: none !important;
}

.all-but-blog a i {
    margin: 0px 7px;
    font-size: 22px;
}

.but-read-more {
    text-align: center;
    position: relative;
}

.but-read-more button {
    width: 200px;
    height: 60px;
    /* UI Properties */
    background: linear-gradient(90deg, #241566 0%, #87248A 100%);
    border-radius: 45px 0px;
    border: none;
    outline: none;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto;
    position: relative;

}

.but-read-more a {
    width: 200px;
    height: 60px;
    /* UI Properties */
    background: linear-gradient(90deg, #241566 0%, #87248A 100%);
    border-radius: 45px 0px;
    border: none;
    outline: none;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto;
    position: relative;
    text-decoration: none !important;

}

.but-read-more2 button {
    width: 200px;
    height: 60px;
    /* UI Properties */
    background: linear-gradient(90deg, #241566 0%, #87248A 100%);
    border-radius: 45px 0px;
    border: none;
    outline: none;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto;
    position: relative;

}

.but-read-more button .loadingViewWork {
    pointer-events: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #fff;
    animation: anLoder 0.8s ease infinite;
    text-align: center;
    line-height: 60px;
    opacity: 1;
    position: absolute;
    top: 30%;
    left: 40%;
    transform: translate(-50%, -50%);
}

@keyframes anLoder {
    0% {
        transform: rotate(0turn);
    }

    100% {
        transform: rotate(1turn);
    }
}

.but-read-more button i {
    margin: 0px 7px;
    font-size: 22px;
}

.but-read-more a i {
    margin: 0px 7px;
    font-size: 22px;
}

/* HeaderHome */
#HeaderHome {
    width: 100%;
    min-height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)), url(../img/blog-3.jpg) no-repeat;
    position: relative !important;
    background-size: cover !important;

}

#HeaderHome .custome-bg-navBar {
    width: 100%;
    min-height: 80px;
    background: linear-gradient(80deg, #301C85, #7A2288);
    /* position: fixed; */
    top: 0px !important;
    left: 0px !important;
    right: 0px !important;
    z-index: 1000;

}



/* our-servicec */
.our-servicec {
    width: 100%;
    min-height: 400px;
    margin-bottom: 40px;
    padding: 40px;
    overflow: hidden !important;
    position: relative !important;
    margin-top: 50px;
}

.our-servicec .content-our-massage {
    width: 50%;
}

.sec-services-silders .card {
    width: 95% !important;
    padding: 20px 20px;
    min-height: 400px !important;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 15px 40px #A5A5A529;
    border-radius: 80px 5px 80px 5px;
    opacity: 1;
    /* text-align: center; */
    transition: all 0.5s;
    margin: 0px 10px !important;
    cursor: pointer !important;
}

.sec-services-silders .card:hover {
    background: #f9f9f9;
    transform: scale(0.9);
}

.sec-services-silders .card .custome-service-silder img {
    width: 60px;
    height: 60px;
    margin: 15px auto;
}

.sec-services-silders .card .custome-service-silder h4 {
    font-weight: 600;
    font-size: 23px;
    color: #000000;
    margin: 15px 0px;
    text-align: center;
}

.sec-services-silders .card .custome-service-silder .content-service {
    color: #747474;
    line-height: 1.9;
    text-align: justify !important;
    /* height: 150px !important;
  background-color: #FF0000; */

}

.sec-services-silders .card .custome-service-silder .SpanLinks {
    border: none;
    outline: none;
    background: transparent;
    color: #792386 !important;
    font-weight: 530;
    cursor: pointer !important;
    display: block !important;
}

.hideContentService {
    display: none;
}

.hideContentService2 {
    display: none;
}

.Why_Us .content-our-massage {
    width: 50%;
}

/* .silders-whyUs{
  position: relative !important;
} */
.silders-whyUs {

    margin: 30px 0px;
    position: relative;
}


.silders-whyUs .card {
    padding: 20px;
    width: 100%;
    min-height: 250px !important;
    border: 1px solid #792386;
    border-radius: 85px 0px;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    cursor: pointer !important;
    inset: 5;
    z-index: 1000;
    transition: all 0.6s ease-in-out;

}

.silders-whyUs .card:hover {
    transform: scale(0.9);
}

.silders-whyUs .card .custome-card-whyUs h2 {
    color: #7A2288;
    font-weight: 600;
    font-size: 35px;
}

.silders-whyUs .card .custome-card-whyUs h4 {
    color: #7A2288;
    font-weight: 700;
    font-size: 25px;
    margin: 6px 0px;
}

.silders-whyUs .card .custome-card-whyUs p {
    width: 100%;

}

.silders-whyUs .card .custome-card-whyUs .icon-zoom {
    position: absolute;
    bottom: 30px;
    right: 50px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: linear-gradient(82deg, #241666 0%, #AD28B1 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
}

.silders-whyUs .model {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.silders-whyUs .model .modal-dialog {
    z-index: 3000 !important;
    background-color: #241566 !important;

}

.silders-whyUs .model .modal-dialog .modal-content {
    z-index: 3000 !important;
    background-color: #241566 !important;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.blog {
    margin: 80px 0px;
}

.blog .image-ourMassage img {
    width: 80%;
    height: 100%;
    border-radius: 90% 90% 30% 40%;

}

.news {
    position: relative;
    overflow: hidden;
}

.news .content-our-massage {
    width: 50%;
}

.box-news {
    width: 100%;
    height: 400px !important;
    position: relative;
    border: 2px solid #792386;
    border-radius: 40px 0px;
    margin: 15px 0px;
    padding: 2px;
    cursor: pointer;
    transition: all 0.8s ease-in;
}

.box-news:hover {
    box-shadow: 10px 5px 30px rgba(232, 26, 191, 0.2), -10px -5px 30px rgba(232, 26, 191, 0.2);
    transform: scale(0.9);

}

.box-news::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8));
    border-radius: 40px 0px;
}

.box-news .pos-data {
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 800;
}

.box-news .pos-data h4 {
    color: #fff;
    font-size: 17px;
    font-weight: 700;

}

.box-news img {
    width: 100%;
    height: 100% !important;
    border-radius: 40px 0px;
    object-fit: contain !important;
    /* object-fit: contain !important; */
    /* object-fit:fill ;  */
    /* يعني خذ مقاس الطبيعي وقصها */
}

.box-news .pos-cocntent-news {
    position: absolute;
    left: 20px;
    top: 60%;
    z-index: 800 !important;
    height: 100%;
}

.flex-line-and-read {
    /* position: absolute;
  left: 20px;
  top: 50%; */
    z-index: 700 !important;
    width: 100%;
}

/* .detelis-box-new{
  height: 80px !important;
  background-color: #000 !important;
  overflow: hidden;
} */
.box-news .pos-cocntent-news h4 {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    margin: 10px 0px;
    line-height: 25px;
    height: 2.5em;
    /* تحديد ارتفاع العنوان لعرض سطرين */
    line-height: 1.2em;
    /* تحديد ارتفاع الخط */
    overflow: hidden;
    /* الكلمات التي تتجاوز ارتفاع النص يتم قصها */
    text-overflow: ellipsis;
    /* إظهار النقاط إذا تم قص النص */
    display: -webkit-box;
    /* إظهار المحتوى بشكل صندوق من النص */
    -webkit-line-clamp: 2;
    /* تحديد عدد الأسطر المطلوبة */
    -webkit-box-orient: vertical;
    /* إظهار المحتوى عموديًا */
}

.box-news .pos-cocntent-news .detelis-box-new {
    width: 80%;
    color: #eee;
    font-size: 15px;
    font-weight: 500;
    margin: 10px 0px;
    /* line-height: 1.6; */
    z-index: 800 !important;
    height: 2.5em;
    /* تحديد ارتفاع العنوان لعرض سطرين */
    line-height: 1.2em;
    /* تحديد ارتفاع الخط */
    overflow: hidden;
    /* الكلمات التي تتجاوز ارتفاع النص يتم قصها */
    text-overflow: ellipsis;
    /* إظهار النقاط إذا تم قص النص */
    display: -webkit-box;
    /* إظهار المحتوى بشكل صندوق من النص */
    -webkit-line-clamp: 2;
    /* تحديد عدد الأسطر المطلوبة */
    -webkit-box-orient: vertical;
    /* إظهار المحتوى عموديًا */
}

.box-news .pos-cocntent-news .SpanLinks {
    color: #f9f99f;
    font-weight: 550;
    cursor: pointer;

}

.box-news .flex-line-and-read {
    display: flex;
    align-items: center;
    margin-top: 12px;


}

.box-news .flex-line-and-read .line {
    width: 40%;
    height: 2.5px;
    background-color: #eee;
    border-radius: 25px;
}

.box-news .flex-line-and-read a {
    color: #f9f99f;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
    margin: 0px 10px;
}

.footer-custome {
    width: 100%;
    min-height: 450px;
    position: relative;
    background: url(../img/footer.svg) no-repeat;
    background-size: cover;
    padding: 30px;
}

.footer-custome .footer-content {
    margin: 15px 0px;
    position: relative;
}

.footer-custome .footer-content img {
    width: 120px;
    height: 120px;
}

.footer-custome .footer-content p {
    margin: 10px 0px;
    color: #E8E8E8;
    font-size: 17px;
}

.footer-custome .footer-content h4 {
    color: #FFFFFF;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 20px;
    margin: 20px 0px;
}

.footer-custome .footer-content ul li {
    list-style: none;
    padding: 3px 0px;
    font-size: 17px;
    cursor: pointer !important;
}

.footer-custome .footer-content ul li a {
    color: #E8E8E8;
    cursor: pointer !important;
}

.pos-img-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100% !important;
}

.pos-img-footer img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.phoneCustome span {
    font-weight: 700;
    font-size: 18px;
    margin-right: 5px;
}

.copy-pos-footer {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000 !important;
}

.copy-pos-footer p {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

.icon-pos-flex {
    /* position: absolute;
  bottom: 20px;
  left: 50px; */
    display: flex;
    align-items: center;
}

.icon-pos-flex .box-footer-icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    margin: 0px 6px;
    color: #87248A;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.icon-pos-flex .box-footer-icon:hover {
    background-color: #330a39;
    color: #fff !important;
}

@keyframes animate1 {
    0% {
        transform: scale(0.5);
    }

    100% {
        transform: scale(1);
    }
}

/* mebers detelis */
.sec-popUp .content-popUp {
    background-color: #fff;
    padding: 10px 30px;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    border-radius: 3px;
    z-index: 1000;
    width: 80%;
    transition: all 0.5s;
}

.overlay-popUp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 200vh;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4));
    display: none;
}

.sec-popUp .content-popUp .slide-container {
    width: 90% !important;
    margin: 5px auto !important;
}

.sec-popUp .content-popUp .slide-container .card {
    border: none;
    outline: none;
    background: transparent;
}

.sec-popUp .content-popUp .slide-container .card img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.sec-popUp.AcitveSilderDetelis .content-popUp {
    transform: translate(-50%, -50%) scale(1);
}

.sec-popUp.AcitveSilderDetelis .overlay-popUp {
    display: block;
}

.swiper-pagination span {
    width: 15px;
    height: 5px !important;
    border-radius: 5px !important;
}

.swiper-pagination-bullet-active-main {
    width: 30px !important;
    height: 5px !important;
    border-radius: 5px !important;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    font-size: 40px;
    color: #792386 !important;
}

.swiper-button-next::after,
.swiper-rtl .swiper-button-prev::after {
    font-size: 40px;
    color: #792386 !important;
}

.close-popUp {
    text-align: right;
    color: #FF0000;
    font-size: 30px;
    font-weight: 700;
    cursor: pointer;

}

.detelis-info-job-flex {
    width: 90%;
    margin: 15px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.detelis-info-job-flex .tools-user-project .flex-img-use {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.detelis-info-job-flex .tools-user-project .flex-img-use img {
    width: 45px;
    height: 45px;
    margin: 0px 5px;
    object-fit: cover;
}

.name-job-and-detelis h5 {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
}

.name-job-and-detelis p {
    width: 80%;
    line-height: 1.7;
    color: #747474;
}

.detelis-info-job-flex .tools-user-project h5 {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}

.download-project {
    width: 180px;
    height: 50px;
    background-color: #87248A;
    border-radius: 30px;
    border: none;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    transition: all 0.5s ease-in-out;
    text-decoration: none !important;
}

.download-project:hover {
    transform: scaleX(1.1);
}

.download-project .tst-download {
    color: #fff;
    font-weight: 550;
    font-size: 18px;
}

.download-project .bg-donload {
    width: 35px;
    height: 35px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    color: #7A2288;
}

/* Multiple-languages-of-the-site */
.Multiple-languages-of-the-site {
    position: absolute;
    top: 80px;
    right: 0px;
    height: 150px;
    overflow-y: scroll;
    width: 200px;
    /* border-radius: 8px; */
    box-shadow: 0px 4px 6px #BFBFBF29;
    /* padding-top: 15px; */
    background: #fff;
    display: none;
    padding-bottom: 15px;
    border-radius: 8px 8px 0px 0px;
}

.Multiple-languages-of-the-site::-webkit-scrollbar {
    width: 4px;
}

.Multiple-languages-of-the-site::-webkit-scrollbar-track {

    background: #ccc;
}

.Multiple-languages-of-the-site::-webkit-scrollbar-thumb {
    background: #F7CE46;
    border-radius: 8px;
    background: #87248A;

}

.Multiple-languages-of-the-site .flex-item-languages {
    display: flex;
    text-decoration: none;
    align-items: center;
    cursor: pointer;
    height: 60px;
    padding: 0px 25px;
}

.activeLanguages {
    background: #d9d9d9 !important;
    border-radius: 8px 8px 0px 0px;
}

.Multiple-languages-of-the-site .flex-item-languages img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.Multiple-languages-of-the-site .flex-item-languages span {
    margin: 0px 10px;
    color: #792386;
    font-weight: 600;
    font-size: 17px;
}

.sec-new-Detelis {
    margin: 100px 0px;
}

.flex-cat-page-title {
    display: flex;
    align-items: center;
}

.flex-cat-page-title span {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
}

.flex-cat-page-title i {
    margin: 0px 10px;
    font-size: 20px;
}

.flex-cat-page-title .page-name-actives {
    color: #792386;
    font-weight: 600;
}

.box-detelisNews h4 {
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
}

.box-detelisNews p {
    color: #000;
    font-weight: 500;
    line-height: 1.8;
    font-size: 16px;
}

.box-detelisNews img {
    border-radius: 80% 50% 30% 50%;
}

.detelis p {
    margin: 20px 0px;
    font-weight: 600;
    font-size: 16px;
    color: #555;
    line-height: 1.8;
}

.lastedNews {
    color: #241666;
    font-weight: 500;
    font-size: 30px;
}

.blogDetelis {
    margin: 150px 0px;
}

.Desrption h4 {
    color: #000000;
    font-weight: 600;
    font-size: 22px;
    margin: 15px 0px;
}

.Desrption p {
    line-height: 1.8;
    color: #454444;
    font-size: 18px;

}

/* slider-step */
.slider-step {
    position: relative;
    padding: 30px 0px;
    overflow: hidden !important;
    min-height: 700px;
}

.shape-massage {
    width: 400px;
    min-height: 200px;
    border: 1px solid #792386;
    position: relative;
    margin: 5px auto;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.shape-massage::before {
    content: "";
    position: absolute;
    top: 137px;
    left: 16px;
    width: 20px;
    height: 20px;
    /* border: 1px solid #792386; */
    border-top: 1px solid #792386;
    border-right: 1px solid #792386;
    transform: rotate(175deg);
    z-index: 1000;
    background-color: #fff;


}

.shape-massage p {
    width: 85%;
    margin: 10px auto;
    font-size: 14px;
    color: #747474;
}

.img-work-silder {
    width: 100%;
    margin: 15px auto;
}

.img-work-silder img {
    width: 250px !important;
    height: 250px;

}

.content-works h4 {
    font-size: 25px;
    font-weight: 600;
    color: #792386;
}

.content-works h5 {
    font-size: 22px;
    font-weight: 600;
    color: #330a39;
}

.content-works p {
    line-height: 1.9;
    color: #747474;
}

.circle-silder-step {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -250px;
    border: 2px solid #330a39;
    width: 450px;
    height: 450px;
    border-radius: 50%;
}

.circle-silder-step .cir {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #AD28B1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    cursor: pointer;
}

.posSilder {
    width: 70%;
    position: absolute;
    left: 10%;
    top: 20%;
    z-index: 22;
    display: flex;


}

.flex-row-slider-custom-step {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 85%;
    height: 100%;
}

.flex-row-slider-custom-step {
    transform: scale(0);
}

#One {
    transform: scale(1);
    width: 100%;
    position: absolute;
}

#Tow {
    transform: scale(1);
    width: 100%;
    position: absolute;
}

#Three {
    transform: scale(1);
    width: 100%;
    position: absolute;
}

#Four {
    transform: scale(1);
    width: 100%;
    position: absolute;
}

#Four {
    transform: scale(1);
    width: 100%;
    position: absolute;
}

#Five {
    transform: scale(1);
    width: 100%;
    position: absolute;
}

/* #Four{
  transform: scale(1);
  width: 100%;
  position: absolute;
}
#Five{
  transform: scale(1);
  width: 100%;
  position: absolute;
}
#Six{
  transform: scale(1);
  width: 100%;
  position: absolute;
} */
.cir1 {
    position: absolute;
    right: 300px;
    transform: scale(1.8);
}

.cir2 {
    position: absolute;
    right: 365px;
    top: 10%;
}

.cir3 {
    position: absolute;
    right: 412px;
    top: 26%;
    cursor: pointer;
}

.cir4 {
    position: absolute;
    right: 431px;
    top: 47%;

}

.cir5 {
    position: absolute;
    right: 404px;
    top: 71%;
}

.cir6 {
    position: absolute;
    right: 317px;
    top: 90%;
}

#Tow,
#Three,
#Four,
#Five,
#Six {
    transform: scale(0);
    transition: all 0.2s;
    /* position: absolute; */
    width: 100%;
    /* position: absolute; */
}

.title-step-silders {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: rotate(-90deg);

}

.title-step-silders h4 {
    color: #792386;
    font-size: 35px;
    font-weight: 600;
    text-shadow: 1px 1px 3px #dd8dca;
}

.title-step-silders h4::first-letter {
    color: #CF29D4;
}

/* slider-step */

/* Why_Us */
.Why_Us {
    position: relative;
    overflow: hidden !important;
}

.popUpZoom .overlay-zoom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.9));
    z-index: 1000;
    display: none;
}

.content-zoom {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    background-color: #fff;
    border-radius: 75px 0px;
    border: 5px solid #7A2288;
    padding: 20px;
    z-index: 1000;
    width: 35%;
    transition: all 0.6s ease-in-out .2s;
}

.popUpZoom.ActiveToggleScreen .overlay-zoom {
    display: block;
}

.popUpZoom.ActiveToggleScreen .content-zoom {
    transform: translate(-50%, -50%) scale(1);
}

.content-zoom h2 {
    color: #7A2288;
    font-weight: 600;
    font-size: 35px;
}

.content-zoom h4 {
    color: #7A2288;
    font-weight: 700;
    font-size: 25px;
    margin: 6px 0px;
}

.content-zoom .icon-toggleScreen {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: linear-gradient(82deg, #241666 0%, #AD28B1 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: absolute;

    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}

.navbar-brand img {
    width: 65px;
    height: 65px;
}

.slider-clients .card {
    width: 95% !important;
    height: 250px;
    border: 2px solid #87248A;
    border-radius: 75px 0px;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.slider-clients .card .box-client {
    width: 70%;
    height: 70%;
}

.slider-clients .card img {
    width: 100%;
    height: 100%;
    object-fit: contain !important;
}

.slider-clients .swiper-pagination {
    position: absolute;
    bottom: -30px;
}

/* modal-dialog */
/* .modal-dialog{
  z-index: 1000 !important;
  width: 100% !important;
} */
/* .slick-dots{
  margin-top: 100px !important;
} */
.slick-dots {
    margin-top: 50px !important;
    position: absolute;
    bottom: -50px !important;
    /* background-color: red; */
}

.slick-dots li {
    width: 15px !important;
    height: 5px !important;
    background-color: #f986f7 !important;
    opacity: 1 !important;
    display: inline-block !important;
    margin: 0px 5px !important;
    border-radius: 5px;
}

.slick-dots li.slick-active {
    width: 25px !important;
    background-color: #792386 !important;
}

/* .slick-dots li button{
  width: 18px !important;
  height: 3px !important;
  border-radius: 5px !important;
  background-color: #e8adea !important;
  margin-top: 30px !important;
}
.slick-dots li.slick-active button{
  background-color: #241566 !important;
  width: 25px;
  height: 5px !important;
  border-radius: 5px !important;
}  */
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 3px;
    content: '';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
}

.custome-model {
    width: 100% !important;
    background-color: #fff !important;
}

.custome-model .modal {
    width: 100% !important;

}

.custome-model .modal-dialog {
    display: block !important;
    min-width: 60% !important;
}

.custome-model .modal-content {
    z-index: 1000 !important;
    width: 100% !important;
}

.custome-model .work-team-silders .img-mokup img {
    width: 100%;
    height: 500px !important;
    object-fit: contain;
}

/* .work-team-silders .swiper-pagination{
  background-color: #000 !important;
  display: block !important;
} */
.imgProfileMokUp {
    width: 100%;
    height: 500px !important;
}

.custome-model .modal-header .close {
    color: #FF0000 !important;
    opacity: 1 !important;
}


/* --------------------- */
.modell-WhyUs .modal-dialog {
    max-width: 45% !important;

}

.modell-WhyUs .modal-dialog .modal-content {
    border-radius: 75px 15px !important;
    padding: 15px 45px;
    border: 4px solid #792386;
    position: relative;
}

.modell-WhyUs .modal-dialog .modal-content h3 {
    color: #7A2288;
    font-weight: 600;
    font-size: 35px;
}

.modell-WhyUs .modal-dialog .modal-content h4 {
    color: #7A2288;
    font-weight: 700;
    font-size: 25px;
    margin: 6px 0px;
}

.modell-WhyUs .modal-dialog .modal-content p {
    color: #747474;
    line-height: 1.6;
    margin: 12px 0px;
}

.toggle-modell-pos {
    z-index: 1200 !important;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(82deg, #241666 0%, #AD28B1 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
}

.slick-prev,
.slick-next {
    display: none !important;
}

@media screen and (max-width: 768px) {
    .swiper-navBtn {
        display: none;
    }
}

/* --------------------------------------- */






.step-work-silders {
    margin: 0;
    padding: 0;
    padding: 0px 0px;
    position: relative;
    overflow: hidden;

    height: 700px !important;
    /* background-color: red; */
}

.line-pos-right-work-step {
    position: absolute;
    top: 20px;
    right: -470px;
    width: 500px;
    height: 500px;
    border-left: 2px solid #F800FF;
    border-right: 2px solid #7A2288;
    border-top: 2px solid #301C85;
    border-bottom: 2px solid #301C85;
    border-radius: 50%;
    z-index: 1000 !important;
}

.line-pos-left-work-step {
    position: absolute;
    top: 150px;
    left: -470px;
    width: 500px;
    height: 500px;
    border-left: 2px solid #87248A;
    border-right: 2px solid #301C85;
    border-top: 2px solid #301C85;
    border-bottom: 2px solid #301C85;
    border-radius: 50%;
    z-index: 1000 !important;
}

#msform {
    width: 100%;
    margin: 0% auto;
    text-align: center;
    position: relative;
    /* background: rgb(139, 63, 63); */
    z-index: 1;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    /* overflow-y: hidden !important; */
    /* min-height: 600px !important; */
    min-height: 80vh !important;
    /* height: 8zz00px !important;
    overflow-x: hidden; */
}


#msform fieldset {

    border: 0 none;
    padding: 20px 30px;
    box-sizing: border-box;
    width: 100%;
    margin: -40px 0;
    position: relative;
    width: 100% !important;
    min-height: 100vh !important;
}

#msform fieldset:not(:first-of-type) {
    display: none;
}

/* #msform fieldset .next:last-child(){
    display: none !important;
  } */
/*inputs*/
#msform input,
#msform textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 13px;
}

/*buttons*/
#msform .action-button {
    width: 200px;
    height: 60px;
    /* UI Properties */
    /* background:  linear-gradient(90deg, #241566 0%, #87248A 100%); */
    background: transparent !important;
    border-radius: 45px 0px !important;
    border: none;
    outline: none;
    color: #330a39;
    font-weight: 600;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;

}

/* #msform .action-button:hover,
  #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #AD28B1;

  } */




.fs-title {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 15px;
    color: #666;
    margin-bottom: 20px;
    background: white;
    z-index: 0;


}

#progressbar {

    overflow: hidden;
    counter-reset: step;
    padding: 20px 20px;
    width: 60%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#progressbar li {
    list-style-type: none;
    text-transform: uppercase;
    font-size: 14px;
    width: 16.6%;

    position: relative;
}



#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    font-size: 18px;
    color: #333;
    border-radius: 0px 15px;
    margin: 0 auto 5px auto;
    font-weight: bold;
    background: #fff;
    border: 1px solid #301C85;
}



#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: -50%;
    top: 15px;
    z-index: -1;
}



#progressbar li:first-child:after {
    content: none;
}


#progressbar li.active:before,
#progressbar li.active:after {

    color: white;

    background: #301C85;
}


.image-shape-content {
    display: flex;
    /* justify-content: center; */
    align-items: center;

    margin-top: 0px;
}

.image-shape-content img {
    width: 45%;
    height: 250px;
    margin: 10px auto;
    object-fit: contain;
}

.image-shape-content .box-shape {
    width: 300px;
    min-height: 150px;
    border: 1px solid #792386;
    position: absolute;
    top: 50px;
    left: 48%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    /* position: absolute;
  top: 0px;
  left: 60%; */
    /* margin-right: -10px; */
}

.image-shape-content .box-shape::before {
    content: "";
    position: absolute;
    top: 105px;
    left: 16px;
    width: 20px;
    height: 20px;
    /* border: 1px solid #792386; */
    border-top: 1px solid #792386;
    border-right: 1px solid #792386;
    transform: rotate(172deg);
    z-index: 1000;
    background-color: #fff;


}

.image-shape-content .box-shape p {
    line-height: 1.6;
}

/* .content-step-siler-fieldsests{
  margin: 15px 0px;
} */
.content-step-siler-fieldsests h4 {
    font-size: 28px;
    color: #AD28B1 !important;
}

/* .content-step-siler-fieldsests h4::first-letter{
  color: #241666 !important;
} */

.content-step-siler-fieldsests p {
    color: #747474;
    line-height: 1.7;
    margin: 12px 0px;
}

.addClassSilder {
    position: relative;
    /* height: 230px !important; */
    width: 100%;
    margin: 15px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column !important;
    background: url(../img/Path\ 766.svg) no-repeat;
    /* background-color: red; */
    background-size: cover !important;
}

.content-step-siler-fieldsests {
    position: relative;
    /* height: 230px !important; */
    width: 100%;
    margin: 15px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column !important;
    background: url(../img/Path\ 766.svg) no-repeat;
    /* background-color: red; */
    background-size: cover !important;

}

.content-pos-silder-works {
    /* position: absolute;
  top: 0px; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column !important;
    width: 100%;
    height: 250px !important;
    /* background-color: #fff; */
}

.content-pos-silder-works h3 {
    color: #fff !important;
    font-weight: bold !important;
    font-size: 28px;
}

.content-pos-silder-works h4 {
    color: #fff !important;
    font-weight: bold !important;
    margin: 10px 0px;
}

.content-pos-silder-works .prag-silder-work-step {
    width: 55% !important;
    margin: 10px auto;
    color: #fff !important;

}

.pos-but-sidler-next {
    position: absolute;
    right: 30px;
    bottom: 120px;


}

@-moz-document url-prefix() {
    .pos-but-sidler-next {

        position: absolute;
        /* bottom: 120px !important; */
        bottom: 300px !important;
    }

    .pos-but-sidler-prev {
        position: absolute;
        /* bottom: 120px !important; */
        bottom: 300px !important;
    }
}

/* @supports(){
  .pos-but-sidler-next{
    position: absolute;
    right: 30px;
    bottom: 180px;
  }
} */
.pos-but-sidler-prev {
    position: absolute;
    left: 30px;
    bottom: 130px;
}

.pos-but-sidler-prev button {
    opacity: 0.5;
    cursor: none !important;
}

.icon-silder-pos-one {
    position: absolute;
    top: 3%;
    left: 91px;
}

.icon-silder-pos-one img {
    width: 25px;
    height: 25px;
    opacity: 0.6;
}

.icon-silder-pos-tow {
    position: absolute;
    top: 3%;
    right: 91px;
}

.icon-silder-pos-tow img {
    width: 25px;
    height: 25px;
    opacity: 0.6;
}

.icon-silder-pos-three {
    position: absolute;
    top: 40%;
    left: 55%;
}

.icon-silder-pos-three img {
    width: 25px;
    height: 25px;
    opacity: 0.6;
}

.icon-silder-pos-four {
    position: absolute;
    top: 20%;
    left: 250px;
}

.icon-silder-pos-four img {
    width: 25px;
    height: 25px;
    opacity: 0.6;
}

.icon-silder-pos-five {
    position: absolute;
    top: 40%;
    left: 91px;
}

.icon-silder-pos-five img {
    width: 25px;
    height: 25px;
    opacity: 0.6;
}

.icon-silder-pos-sive {
    position: absolute;
    top: 40%;
    right: 91px;
}

.icon-silder-pos-sive img {
    width: 25px;
    height: 25px;
    opacity: 0.6;
}

.icon-silder-pos-six {
    position: absolute;
    top: 20%;
    right: 250px;
}

.icon-silder-pos-six img {
    width: 25px;
    height: 25px;
    opacity: 0.6;
}

.anmationAllContent {
    opacity: 0;
    filter: blur(5px);
    transform: translateY(-120%);
    transition: all 1s;

}

.showElement {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0%);
}

/* @media(prefers-reduced-motion){
  .anmationAllContent{
    transition: none;
  }
} */

.gellery .box-work-profile {
    background-color: 400px !important;
}

/* .gellery .box-work-profile img{
  object-fit: cover !important;
} */



/* .viewLoadingData{
  display: none !important;
}
.gellery:nth-child(1){
  display: block !important;
} */
.footer-content p {
    line-height: 1.7;
}

.footer-content ul li {
    margin: 7px 0px;
}

.content-loading {
    width: 100%;
    height: 100vh;
    background-color: #fff;
    position: fixed;
    z-index: 5000 !important;
    display: flex;
    justify-content: center;
    align-items: center;

}

.content-loading svg {
    width: 0;
    height: 0;
}

.lodingLogo {
    position: relative;
    width: 200px;
    height: 200px;
    filter: url(#gooey);
}

.lodingLogo span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    animation: animate 4s ease-in-out infinite;
    animation-delay: calc(0.2s * var(--i));
}

.lodingLogo span::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 20px);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    box-shadow: 0 0 10px #241666;
    background: linear-gradient(300deg, #CF29D4 0%, #241666 100%);

}

@keyframes animate {
    0% {
        transform: rotate(0deg);
    }

    50%,
    100% {
        transform: rotate(360deg);
    }
}

/* testLogin */
.testLogin {
    display: none;
}

.testLogin:nth-child(1) {
    display: block;
}

.itemBoxFilterClass {
    display: block;
}

.itemBoxFilterClass:nth-child(1) {
    display: block;
}

.itemBoxFilterClass:nth-child(2) {
    display: block;
}

.itemBoxFilterClass:nth-child(3) {
    display: block;
}

.itemBoxFilterClass:nth-child(4) {
    display: block;
}

.itemBoxFilterClass:nth-child(5) {
    display: block;
}

.itemBoxFilterClass:nth-child(6) {
    display: block;
}

#HideProfileItem {
    display: none;
}

.sec-services-silders {
    margin: 30px 0px;
}

/* AllBlogs */
.AllBlogs {
    margin-top: 100px;
    position: relative !important;
    overflow: hidden !important;
}

.line-pos-right-AllNews {
    position: absolute;
    top: 20px;
    right: -470px;
    width: 500px;
    height: 500px;
    border-left: 2px solid #F800FF;
    border-right: 2px solid #7A2288;
    border-top: 2px solid #301C85;
    border-bottom: 2px solid #301C85;
    border-radius: 50%;
    z-index: 950 !important;
}

.line-pos-left-AllNews {
    position: absolute;
    top: 20%;
    left: -470px;
    width: 500px;
    height: 500px;
    border-left: 2px solid #F800FF;
    border-right: 2px solid #7A2288;
    border-top: 2px solid #301C85;
    border-bottom: 2px solid #301C85;
    border-radius: 50%;
    z-index: 950 !important;
}

.line-pos-right-Service {
    position: absolute;
    top: 0px;
    right: -470px;
    width: 500px;
    height: 500px;
    border-left: 2px solid #F800FF;
    border-right: 2px solid #7A2288;
    border-top: 2px solid #301C85;
    border-bottom: 2px solid #301C85;
    border-radius: 50%;
    z-index: 950 !important;
}

.line-pos-left-Service {
    position: absolute;
    bottom: -80px;
    left: -470px;
    width: 500px;
    height: 500px;
    border-left: 2px solid #F800FF;
    border-right: 2px solid #7A2288;
    border-top: 2px solid #301C85;
    border-bottom: 2px solid #301C85;
    border-radius: 50%;
    z-index: 950 !important;
}

.Why_Us .line-pos-left-Service {
    bottom: -80px !important;
    left: -470px;
    border-right: 2px solid #F800FF !important;
}

.Why_Us .line-pos-right-Service {
    position: absolute;
    top: -100px !important;
    right: -470px;
    width: 500px;
    height: 500px;
    border-left: 2px solid #7A2288;
    border-right: 2px solid #7A2288;
    border-top: 2px solid #301C85;
    border-bottom: 2px solid #301C85;
    border-radius: 50%;
    z-index: 950 !important;
}

.line-pos-right-team {
    position: absolute;
    bottom: -100px !important;
    right: -470px;
    width: 500px;
    height: 500px;
    border-left: 2px solid #7A2288;
    border-right: 2px solid #7A2288;
    border-top: 2px solid #301C85;
    border-bottom: 2px solid #301C85;
    border-radius: 50%;
    z-index: 950 !important;
}

.line-pos-left-team {
    position: absolute;
    top: -100px !important;
    left: -470px;
    width: 500px;
    height: 500px;
    border-left: 2px solid #7A2288;
    border-right: 2px solid #7A2288;
    border-top: 2px solid #301C85;
    border-bottom: 2px solid #301C85;
    border-radius: 50%;
    z-index: 950 !important;
}

.blog {
    position: relative !important;
    overflow: hidden !important;
}

.section-Our-Vision {
    position: relative;
    overflow: hidden;
}

.work-step-heading {
    text-align: center !important;
    margin-top: 50px;
    margin-bottom: 50px;
    z-index: 700 !important;
    position: relative;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.work-step-heading h2 {
    position: absolute;
    font-size: 7.5vw;
}

.work-step-heading h2:nth-child(1) {
    color: #fff !important;
    text-shadow: -2px 2px 0px #111,
        -4px 4px 0px #ccc,
        -6px 6px 0px #ccc,
        -8px 8px 0px #ccc,
        -18px 18px 20px rgba(0, 0, 0, 0.5),
        -18px 18px 50px rgba(0, 0, 0, 0.5);
}

.work-step-heading h2:nth-child(2) {
    color: #AD28B1;
    opacity: 0.5;
    animation: anmTitle 3s ease-in-out infinite;
}

.work-step-heading h2:nth-child(3) {
    color: #AD28B1;
    opacity: 0.5;
    animation: anmTitle 3s ease-in-out infinite;
}

.work-step-heading h2:nth-child(4) {
    color: #AD28B1;
    opacity: 0.5;
    animation: anmTitle 3s ease-in-out infinite;
}

@keyframes anmTitle {

    0%,
    100% {
        clip-path: polygon(0% 46%, 16% 45%, 43% 52%, 50% 61%, 68% 65%, 85% 61%, 100% 53%, 100% 100%, 0% 100%);

    }

    50% {
        clip-path: polygon(0% 59%, 18% 67%, 36% 70%, 51% 66%, 66% 56%, 82% 49%, 100% 45%, 100% 100%, 0% 100%);

    }
}

.custome-bg-navBar ul .active a {
    color: #AD28B1 !important;
    font-weight: 600;
}


/* ------------ Start Code CV */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Tajawal', sans-serif;

}

body,
html {
    width: 100%;
}

.cv {
    width: 100%;
    display: flex;
    padding: 0px 15px;
    /* height: 3600px !important; */
    /* background-color: red; */
}

.cv .part-left {
    width: 428px;

    min-height: 100vh !important;
    /* UI Properties */
    border-radius: 100px 0px;
    padding: 40px 40px;
    border: 5px solid #5D1982;
}

.cv .part-left h4 {
    font-size: 22px;
    font-weight: 540;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: #000000;
    margin: 12px 0px;
}

.part-left .parg p {
    font-weight: 500;
    font-size: 17px;
    color: #000000;
    margin: 7px 0px;
    font-weight: 500;

}

.custome-prag-left {
    font-weight: 520 !important;
}

.flex-rating {
    display: flex;
    align-items: center;
    margin: 10px 0px;
}

.flex-rating p {
    color: #000000;
    font-weight: 510;
    font-size: 17px;
    width: 20%;

}

.flex-rating span {
    width: 17px;
    height: 17px;
    color: #7A2288;

}

.flex-rating .class-icon-star img {
    width: 15px;
    height: 15px;
    margin: 0px 3px;
}

.flex-rating .class-icon-star {
    margin: 0px 10px !important;
    width: 70%;
}

.prag-website p {
    font-weight: 510;
    font-size: 17px;

}

.prag-website {
    margin: 15px 0px;
}

.prag-website a {
    color: #5D1982 !important;
    font-size: 15px !important;
    font-weight: 600;
}

.part-right {
    padding: 40px !important;
}

.part-right .test-name {
    color: #1a1a1a;
    font-weight: 600;
    font-size: 50px;
    text-transform: capitalize;
}

.des-name {
    font-size: 17px !important;
    margin-top: 5px;
    color: #7A2288;
    font-weight: 510;
}

.info {
    margin-top: 50px !important;
}

.info h5 {
    color: #7A2288;
    font-size: 22px;
    font-weight: 600;
    margin: 15px 0px;
    text-transform: uppercase !important;
}

.ed-test {
    margin: 12px 0px;
}

.ed-test .span-tst {
    color: #1a1a1a;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 510;
    margin: 0px 7px;
}

.ed-test {
    display: flex;
    align-items: center;
}

.ed-test .icon-span {
    font-size: 8px;
    color: #7A2288 !important;
}

.info hr {
    border-radius: 8px;
    height: 1px;
    background-color: #7A2288 !important;
    margin: 5px 0px;
}

.list {
    margin: 0px 70px;
}

.list ul li {
    margin: 10px 0px;
    color: #7A2288 !important;
    font-weight: 600;
}

.list ul li span {
    color: #000000 !important;
}

.newList ul li {
    margin: 15px 0px;
}

.flex-info-user {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-info-user img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover !important;
}

.fixed-pos-download {
    position: fixed;
    bottom: 50px;
    right: 50px;
    width: 50px;
    height: 50px;
    background: linear-gradient(82deg, #241666 0%, #AD28B1 100%);
    color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 25px;
    cursor: pointer;
}

.fixed-pos-download a {
    color: #fff;
    text-decoration: none !important;
}

/* @media print{
    body{
        background-color: #7A2288 !important;
    }
    span{
        font-size: 10px !important;
    }
} */

.sec-bg-cover {
    width: 100%;
    min-height: calc(120vh - 80px) !important;

}

.sec-bg-cover img {
    width: 100%;
    height: calc(120vh - 80px) !important;
    position: relative;
    /* object-fit: cover; */
}

.sec-bg-cover::after {
    content: "";
    position: absolute !important;
    top: 0px;
    left: 0px;
    background-color: #222 !important;
    width: 100% !important;
    min-height: calc(120vh - 80px) !important;
    opacity: 0.4;

}

.content-bg-home {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 13%;
    width: 40%;
    z-index: 900 !important;
}

.content-bg-home h3 {
    width: 60%;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 50px;
    line-height: 1.1;
}

.content-bg-home .flex-bg-contactUs {
    display: flex;
    align-items: center;
    margin: 15px 0px;
}

.content-bg-home .flex-bg-contactUs .box-icon-contact {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(300deg, #CF29D4 0%, #241666 100%);
    display: flex;
    justify-content: center;
    align-items: center;

}

.content-bg-home .flex-bg-contactUs .box-icon-contact i {
    color: #fff;
    font-size: 22px;
}

.content-bg-home .flex-bg-contactUs h6 {
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0px 15px;
}

.founder {
    overflow: hidden !important;
    margin: 50px 0px;
    width: 100%;
}

.flex-card-founder {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.col-founder-left {
    flex-basis: 70%;
    background-color: #fff;
    padding: 40px 25px;
    box-shadow: 0px 4px 25px rgba(193, 193, 193, 0.25);
    border-radius: 5px;
}

.prag-founder p {
    color: #747474;
    line-height: 1.8;
    margin: 12px 0px;
}

.col-founder-right {
    flex-basis: 30%;
    background-color: #fff;
    padding: 40px 25px;
    box-shadow: 0px 4px 25px rgba(193, 193, 193, 0.25);
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.col-founder-right img {
    width: 80%;
    height: 80%;
}

/*  list-Pagination */
.list-Pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0px;
}

.list-Pagination ul li {
    display: inline-block;
    list-style: none !important;
    width: 45px;
    height: 45px;
    /* padding: 0px 20px; */
    border: 1.1px solid #792386;
    border-radius: 15px 0px;
    margin: 0px 15px;
    text-align: center;
    line-height: 45px;
    font-size: 18px;
    cursor: pointer;
}

.activeList {
    background: linear-gradient(80deg, #301C85, #7A2288);
    color: #fff !important;
    font-weight: 600;
}
