@import url("https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap");
* {
  text-align: right;
}

/* ---------------------header------------------------------ */
header {
  background-color: #F0F0F0;
  width: 100%;
  min-width: 1000px;
}

.header-container {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 30px;
}

nav .logo {
  width: 154px;
  height: 48px;
  background-image: url(../images/LOGO.png);
  background-size: cover;
  background-position: center;
}

ul li {
  padding: 0 8px;
  align-items: center;
  align-self: center;
}

ul li a {
  font-family: "Noto Kufi Arabic", sans-serif !important;
  color: #5B5B5B !important;
  font-size: 12px !important;
  line-height: 14px;
  font-weight: 400 !important;
  font-style: normal !important;
}

.link2 {
  display: none;
}

/* -----------------------*/
@media screen and (max-width: 600px) {
  /*    ----------header-------- */
  header {
    width: 100%;
    min-width: auto;
  }
  .header-container {
    width: auto;
    margin: 0;
    padding: 0;
  }
  .nav {
    justify-content: space-evenly !important;
  }
  .link1 {
    display: none;
  }
  .link2 {
    display: block;
  }
  .navbar-nav li {
    padding: 0 10px;
  }
}
/* -----------------------------section two----------------------- */
.section-two {
  width: 100%;
  min-width: 1000px;
}

.container-section-two {
  margin: 0 auto;
  height: 582px;
  width: 1000px;
}

.section-two-contant {
  margin-top: 90px;
  padding-right: 50px;
}
.section-two-contant h3 {
  font-family: "Tajawal", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #4f4f4f;
}
.section-two-contant h2 {
  font-family: "Tajawal", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #613887;
}
.section-two-contant h1 {
  margin-top: -20px;
  font-family: "Tajawal", sans-serif;
  font-weight: 800;
  font-size: 65px;
  color: #613887;
  white-space: nowrap;
}
.section-two-contant p {
  padding-left: 109px;
  margin-top: 50px;
  direction: rtl;
  font-family: "Tajawal", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #4f4f4f;
}
.section-two-contant .main-img-mobile {
  display: none;
}

.contact-us {
  margin-top: 50px;
  margin-right: 50px;
  border-style: none;
  border-radius: 51px;
  width: 261px;
  height: 49px;
  background: linear-gradient(#1fc3d9, #1FC3D9);
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
  transition: background-color 1s ease-in-out;
}
.contact-us a {
  font-style: normal;
  color: #fff;
  font-size: 24px;
  font-weight: bolder;
  text-align: center;
  font-family: "Noto Kufi Arabic", sans-serif;
}
.contact-us:hover {
  background: linear-gradient(#1ca0b5, #1CA0B5);
  box-shadow: none;
  color: #fff;
}

@media screen and (max-width: 600px) {
  .section-two {
    width: 100%;
    min-width: auto;
    background-color: #F0F0F0;
  }
  .container-section-two {
    padding-bottom: 50px;
    margin: 0 auto;
    height: auto;
    width: auto;
  }
  .test {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .main-img {
    display: none;
  }
  .main-contant {
    width: 100%;
  }
  .section-two-contant {
    padding-right: 10px;
    text-align: center;
  }
  .section-two-contant .main-img-mobile {
    margin: 0 auto;
    display: inline;
    width: 320px;
    height: 300px;
  }
  .section-two-contant h3, .section-two-contant h2, .section-two-contant h1 {
    text-align: center;
    white-space: normal;
  }
  .section-two-contant p {
    padding: 0 50px;
    text-align: justify;
    direction: rtl;
  }
  .contact-us {
    margin: 0 auto;
    margin-top: 50px;
    float: none;
  }
}
@media screen and (max-width: 600px) {
  .section-two {
    width: 100%;
    min-width: auto;
  }
  .container-section-two {
    margin: 0 auto;
    height: auto;
    width: auto;
  }
}
/* ------------------------section 2.5----------------------- */
.seaction-2-5 {
  width: 100%;
  min-width: 1000px;
  background-color: #9981B0;
}

.container-section-2-5 {
  margin: 0 auto;
  height: 436px;
  width: 1000px;
}

.section-2-5-contant {
  padding-top: 124px;
  padding-left: 50px;
  padding-right: 100px;
}
.section-2-5-contant img {
  float: left;
  /*  margin-top: 50px; */
  margin-top: -46px;
  margin-left: 13px;
  width: 154px;
  height: 154px;
}
.section-2-5-contant h2 {
  font-weight: 700;
  font-family: "Noto Kufi Arabic", sans-serif;
  font-size: 22px;
  color: #ffffff;
}
.section-2-5-contant h2:nth-child(2) {
  font-size: 28px;
}
.section-2-5-contant p {
  margin-top: 30px;
  padding-left: 207px;
  font-style: normal;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: justify;
  direction: rtl;
  font-family: "Noto Kufi Arabic", sans-serif;
}

@media screen and (max-width: 600px) {
  .seaction-2-5 {
    width: auto;
    min-width: auto;
    background-color: #9981B0;
  }
  .container-section-2-5 {
    margin: 0 auto;
    height: auto;
    width: 320px;
  }
  .section-2-5-contant {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }
  .section-2-5-contant img {
    float: none;
    margin-left: 0;
    margin: 0 auto;
    width: 137px;
    height: 125px;
  }
  .section-2-5-contant h2 {
    text-align: center;
    font-weight: 700;
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 22px;
    color: #ffffff;
  }
  .section-2-5-contant h2:nth-child(2) {
    font-size: 28px;
  }
  .section-2-5-contant p {
    margin-top: 30px;
    padding-left: 0;
    font-style: normal;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
    direction: rtl;
    font-family: "Noto Kufi Arabic", sans-serif;
  }
}
/* --------------------------section services------------------------- */
.section-services {
  width: 100%;
  min-width: 1000px;
}

.container-services {
  margin: 0 auto;
  margin-top: 50px;
  height: 697px;
  width: 1000px;
}
.container-services h2 {
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  color: #613887;
  font-family: "Noto Kufi Arabic", sans-serif;
}

.services-row {
  margin-top: 50px;
}

.services-col {
  width: 23.6667%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.services-col img {
  border-radius: 50%;
  width: 200px;
  height: 238px;
}
.services-col .GYM {
  margin-top: -36px;
  width: 230px;
  height: 277px;
}
.services-col strong {
  text-align: center;
  font-family: "Tajawal", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
}
.services-col p {
  color: rgb(48, 48, 48);
  text-align: justify;
  direction: rtl;
  font-family: "Tajawal", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}

@media screen and (max-width: 600px) {
  .section-services {
    width: 100%;
    min-width: 320px;
  }
  .container-services {
    margin: 0 auto;
    margin-top: 50px;
    height: auto;
    width: 320px;
  }
  .services-col {
    width: 100%;
  }
  .services-col img {
    margin: auto;
    width: 247px;
    height: 270px;
  }
  .services-col p {
    padding: 0 19px;
  }
}
/*  ------------------------section three------------------------------- */
.section-three {
  background-color: #EDEDED;
  width: 100%;
  min-width: 1000px;
}

.container-section-three {
  padding-top: 40px;
  padding-bottom: 40px;
  margin: 0 auto;
  height: auto;
  width: 1000px;
  /* background-color: rgba(255, 0, 0, 0.473); */
}
.container-section-three .section-three-contant h2 {
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  color: #613887;
  font-family: "Noto Kufi Arabic", sans-serif;
}

.section-three-row {
  margin-top: 86px;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  gap: 95px;
}
.section-three-row .section-three-col {
  margin-top: 50px;
  position: relative;
  border-radius: 50px;
  min-height: 263px;
  width: 342px;
  background-color: #fff;
  padding: 0 28px;
}
.section-three-row .section-three-col h4 {
  margin-top: 84px;
  text-align: center;
  font-weight: 700;
  font-style: normal;
  font-family: "Noto Kufi Arabic", sans-serif;
  font-size: 20px;
  color: #613887;
}
.section-three-row .section-three-col p {
  font-size: 16px;
  font-family: "Noto Kufi Arabic", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #545454;
  text-align: center;
}
.section-three-row .section-three-col .circle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #1B507C;
  border-radius: 148px;
  height: 118px;
  width: 118px;
  display: flex; /* Add flex container */
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  box-sizing: content-box;
  /*  border: 10px solid #EDEDED; */
}
.section-three-row .section-three-col .circle img {
  /* max-width: 100%; */
  width: 174px;
  height: 174px;
  border-radius: 148px;
}
.section-three-row .section-three-col .circle .circle1 {
  margin-top: -17px;
}
.section-three-row .section-three-col .circle .circle4 {
  width: 171px;
  height: 152px;
}

/* .n2 .section-three-col{
    .circle{
        background-color: #1FC3D9;
    }
        h4{
            color: #1FC3D9;
        }

} */
.contact-us-section3 {
  position: static;
  margin: auto;
  margin-top: 70px;
  float: none;
}

@media screen and (max-width: 600px) {
  .section-three {
    background-color: #EDEDED;
    height: auto;
    width: 100%;
    min-width: auto;
  }
  .container-section-three {
    margin: auto;
    margin-top: 50px;
    height: auto;
    width: 320px;
    /* background-color: rgba(255, 0, 0, 0.473); */
  }
}
/*  ------------------------section fore------------------------------- */
.section-fore {
  background-color: #F7F7F7;
  width: 100%;
  min-width: 1000px;
}

.container-section-fore {
  padding: 40px 0px;
  margin: 0 auto;
  width: 1000px;
  height: 369px;
}
.container-section-fore img {
  width: 70px;
  height: 70px;
}
.container-section-fore h3 {
  text-align: center;
  font-weight: 700;
  font-style: normal;
  font-family: "Noto Kufi Arabic", sans-serif;
  font-size: 22px;
  color: #613887;
}
.container-section-fore p {
  padding: 0 17px;
  color: #666666;
  font-weight: 400;
  text-align: center;
  font-size: 16px;
  font-family: "Noto Kufi Arabic", sans-serif;
}

@media screen and (max-width: 600px) {
  .section-fore {
    background-color: #F7F7F7;
    width: 100%;
    min-width: auto;
  }
  .container-section-fore {
    padding: 40px 0px;
    margin: 0 auto;
    width: 320px;
    height: auto;
  }
  .aaa {
    gap: 25px;
    flex-direction: column !important;
  }
}
/* -------------------------section five----------------------------- */
.section-five {
  width: 100%;
  min-width: 1000px;
}

.container-section-five {
  margin: 0 auto;
  padding: 60px 0;
  max-width: 1000px; /* Use max-width instead of width */
  width: 100%; /* Add this to make it responsive */
}

.section-five-contant h2 {
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  color: #613887;
  font-family: "Noto Kufi Arabic", sans-serif;
}

.slider, #owl-demo .item {
  display: flex;
  margin: 3px;
  width: 150px;
  height: 150px;
}
.slider img, #owl-demo .item img {
  align-self: center;
}

.slider, #owl-demo, .item img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 600px) {
  .section-five {
    width: 100%;
    min-width: 100%;
  }
  .container-section-five {
    margin: 0 auto;
    width: 90%;
  }
}
/* -------------------------------section-form--------------------------------- */
.section-form {
  background-color: #FF942C;
  width: 100%;
  min-width: 1000px;
}

.container-section-form {
  margin: 0 auto;
  width: 1000px;
  height: 444px;
  padding-top: 35px;
  position: relative;
}

.container-img {
  background-image: url(../images/form-img.png);
  background-size: 100% 105%;
  padding: 0px 104px;
  padding-top: 27px;
  background-repeat: no-repeat;
  margin: auto;
  width: 871px;
  height: 400px;
}

.section-form-contant {
  color: white;
}
.section-form-contant h2 {
  text-align: right;
  font-size: 36px;
  font-weight: 700;
  font-style: normal;
  font-family: "Noto Kufi Arabic", sans-serif;
}
.section-form-contant h3 {
  font-family: "Noto Kufi Arabic", sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.section-form-contant h5 {
  font-size: 14px;
  font-family: "Noto Kufi Arabic", sans-serif;
}
.section-form-contant p {
  text-align: justify;
  direction: rtl;
  margin-top: 20px;
  font-family: "Noto Kufi Arabic", sans-serif;
  font-weight: 200;
  font-size: 18px;
  line-height: 21px;
}
.section-form-contant h4 {
  font-family: "Noto Kufi Arabic", sans-serif;
  font-size: 16px;
}

.succsess-message {
  display: none;
  margin-top: 100px;
  font-family: "Noto Kufi Arabic", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
}

.iti__selected-flag {
  margin-top: 8px !important;
}

input[type=text], input[type=tel], input[type=email], textarea, select, .iti input[type=tel] {
  margin-top: 13px !important;
}

input[type=text], input[type=tel], input[type=email], textarea, select, .iti input[type=tel] {
  text-align: left;
  width: 244px !important;
  border-style: solid;
  border-width: 1px;
  border-color: #e3e3e3;
  box-shadow: inset 0px 2px 3px #dddddd;
  -webkit-box-shadow: inset 0px 2px 3px #dddddd;
  -moz-box-shadow: inset 0px 2px 3px #dddddd;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  font-size: 14px;
  font-family: "Noto Kufi Arabic", sans-serif;
  font-weight: 400;
  text-align: left;
  padding-left: 10px;
}

input::placeholder, textarea::placeholder, select > option {
  font-size: 14px;
  font-family: "Noto Kufi Arabic", sans-serif;
  font-weight: 400;
  text-align: left;
  padding-left: 10px;
}

.form-btn {
  border-style: none;
  border-radius: 68px;
  width: 244px;
  height: 36px;
  background: linear-gradient(#9047d3, #5c189c);
  box-shadow: none;
  text-shadow: none;
  color: #ffffff;
  display: flex;
  justify-content: center;
  text-align: center;
  float: right;
}
.form-btn:hover {
  background: linear-gradient(#a153eb, #530b96);
}
.form-btn button {
  color: #ffffff;
  font-size: 16;
  font-weight: 700;
  font-family: "Noto Kufi Arabic", sans-serif;
  border: none;
  background: none;
}

@media screen and (max-width: 600px) {
  .section-form {
    background-color: #FF942C;
    width: 100%;
    min-width: auto;
    height: 753px;
  }
  .container-section-form {
    margin: 0 auto;
    width: 320px;
    padding-top: 35px;
    position: relative;
  }
  .container-img {
    background-image: none;
    padding: 0;
    padding-top: 43px;
    background-repeat: no-repeat;
    margin: auto;
    width: auto;
  }
  .container-img .form-row {
    flex-direction: column !important;
    justify-content: center !important;
  }
  textarea {
    width: 100% !important;
    border-radius: 13px !important;
  }
  input[type=text], input[type=tel], input[type=email], select, .select, .iti input[type=tel] {
    width: 100% !important;
    height: 37px !important;
    border-radius: 13px !important;
  }
  .form-btn {
    width: 320px;
    height: 51px;
    margin: auto;
    float: none;
    font-size: 26px;
  }
}
#success-message {
  padding: 50px 0;
  color: white;
}
#success-message h2 {
  text-align: center;
  font-size: 16;
  font-weight: 700;
  font-family: "Noto Kufi Arabic", sans-serif;
}
#success-message h3 {
  margin-top: 69px;
  text-align: center;
  font-size: 16;
  font-weight: 700;
  font-family: "Noto Kufi Arabic", sans-serif;
  line-height: 40px;
}

/*  --------------------footer------------------------------------ */
.start-footer {
  width: 100%;
  min-width: 1000px;
  background-color: #613887;
  min-height: 221px;
}

.container-footer {
  margin: 0 auto;
  /*  padding: 40px 50px; */
  width: 1000px;
}

.QR-code {
  float: left;
  width: 130px;
  height: 129px;
}

.footer-row {
  gap: 36px;
  margin-right: 39px;
  align-items: center;
  align-self: center;
}

.footer-contant-logo {
  margin-right: -10%;
  align-items: center;
  align-self: center;
  gap: 15px;
}
.footer-contant-logo .footer_logo {
  background-image: url(../images/LOGO.png);
  background-position: center;
  background-size: cover;
  width: 137px;
  height: 56px;
}
.footer-contant-logo p {
  font-family: "Noto Kufi Arabic", sans-serif;
  line-height: 0;
  font-weight: 700;
  font-size: 14px;
  color: white;
}

.footer-row p {
  font-family: "Noto Kufi Arabic", sans-serif;
  text-align: justify;
  font-weight: 400;
  font-size: 14px;
  color: white;
  direction: rtl;
}

.footer-col {
  position: relative;
}

.fotter-media::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  position: absolute;
  /* width: 129%; */
  height: 95%;
  top: 0;
  left: -43px;
  /*  border-left: 2px solid #FFF; */
  border-left: 2px solid #FFF;
}

.fotter-media::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  position: absolute;
  /* width: 129%; */
  height: 95%;
  top: 0;
  right: -25px;
  /*  border-left: 2px solid #FFF; */
  border-right: 2px solid #FFF;
}

.fotter-media {
  position: relative;
}
.fotter-media .media-logo {
  width: 25px;
  height: 25px;
  float: right;
  font-family: "Noto Kufi Arabic", sans-serif;
}
.fotter-media p {
  margin-right: 37px;
  text-align: right;
}
.fotter-media a {
  color: white;
}

.copyright {
  width: 100%;
  min-width: 1000px;
  height: 38px;
  background-color: #53198a;
  background-color: #331f46;
}
.copyright .copyright-contant {
  margin: 0 auto;
  width: 1000px;
}
.copyright .copyright-contant h5 {
  padding-top: 5px;
  text-align: center;
  font-weight: 400;
  font-weight: 14px;
  font-family: "Noto Kufi Arabic", sans-serif;
  color: white;
  font-style: normal;
  font-weight: normal;
}

@media screen and (max-width: 600px) {
  .start-footer {
    width: 100%;
    min-width: auto;
    /*  background-color: #DC3C58; */
    min-height: auto;
  }
  .container-footer {
    margin: 0 auto;
    padding: 40px 20px;
    width: auto;
  }
  .QR-code1 {
    display: none;
  }
  .footer-row {
    gap: 0px;
    margin-right: 39px;
  }
  .footer-row p {
    text-align: right;
  }
  .footer-col {
    width: 100%;
  }
  .fotter-media::after {
    display: none;
    content: "";
  }
  .fotter-media::before {
    display: none;
    content: "";
  }
  .copyright {
    width: 100%;
    min-width: auto;
    min-height: 60px;
  }
  .copyright .copyright-contant {
    margin: 0;
    height: auto;
    width: auto;
  }
  .copyright .copyright-contant h5 {
    padding-top: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .footer-contant-logo {
    margin-right: 0;
    align-items: center;
    align-self: center;
    gap: 15px;
  }
}/*# sourceMappingURL=styles.css.map */