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

:root {
  --main-color:#613887;
  --copyright-color:#331f46;
}

/* ---------------------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: 72px;
  height: 72px;
  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;
}

/* ------------------ section one------------------------------ */
.section-background {
  background-image: url(../images/e921bad2-group-15_11hc0nt00000000000001o.jpg);
  background-position: center;
  background-size: cover;
  min-width: 1000px;
}

.section-daycare {
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  position: relative;
  min-height: 673px;
}

.section-contant {
  padding-top: 80px;
  position: absolute;
  right: -10px;
}
.section-contant h2 {
  font-family: "Noto Kufi Arabic", sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  color: #4e4b4b;
}
.section-contant h2 span {
  font-weight: bolder;
}
.section-contant .h2-title {
  margin-top: 30px;
}
.section-contant .title {
  line-height: 58px;
  font-family: "Noto Kufi Arabic", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: var(--main-color);
  font-size: 40px;
}
.section-contant .title-2 {
  line-height: 75px;
  font-weight: 800;
  font-size: 44px;
}
.section-contant .title-2 span {
  margin-right: 38px;
}
.section-contant .centered-container {
  text-align: right;
  width: 321.81px;
  float: right;
}
.section-contant .centered-container p {
  font-family: "Noto Kufi Arabic", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: rgb(88, 88, 88);
  font-size: 20px;
  text-align: right;
  direction: rtl;
  line-height: 26px;
}

.contact-us {
  position: absolute;
  border-style: none;
  border-radius: 51px;
  color: #fff;
  right: 52px;
  top: 494px;
  z-index: 2;
  width: 261px;
  height: 49px;
  background: linear-gradient(#fea815, #ff830b);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 1s ease-in-out;
}
.contact-us:hover {
  background: linear-gradient(#f19410, #f27008);
}
.contact-us a {
  font-style: normal;
  color: #fff;
  font-size: 24px;
  font-weight: bolder;
  text-align: center;
  font-family: "Noto Kufi Arabic", sans-serif;
}

.ministy-health-mobile {
  display: none;
}

.ministy-health {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
}
.ministy-health .ministy-health-triangle {
  background-image: url(../images/data-src-desktop-2x.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 478px;
  height: 197px;
}

.triangle {
  position: absolute;
  left: 132px;
  bottom: -2px;
  width: 220px;
}
.triangle img {
  width: 100px;
  height: 95px;
}
.triangle h3 {
  margin-top: 20px;
  font-weight: 500;
  font-size: 15px;
  color: #ffffff;
  text-align: center;
}
.triangle h2 {
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
  line-height: 24px;
  text-align: center;
}

.sheet {
  height: 33px;
  background-color: var(--main-color);
  width: 100%;
  min-width: 1000px;
}

/* -----------------------*/
@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;
  }
  /*   ----------section one-------- */
  .section-background {
    background-image: url(../images/backgroung\ mobile_.jpg);
    background-position: center;
    background-size: cover;
    min-width: auto;
    width: 100%;
    height: 685px;
  }
  .section-daycare {
    margin: 0;
    width: 100%;
    position: relative;
    min-height: 685px;
  }
  .section-contant {
    padding-top: 30px;
    position: static;
    right: 13px;
  }
  .section-contant h2 {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    text-align: center !important;
  }
  .section-contant h2 span {
    font-weight: bolder;
  }
  .section-contant .title {
    margin: auto;
    text-align: center;
    line-height: 46px;
    font-weight: 500;
  }
  .section-contant .title-2 {
    /*   line-height: 26px; */
    font-weight: 800;
    line-height: 61px;
  }
  .section-contant .centered-container {
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    border-radius: 21px;
    min-height: 244.5px;
    max-width: 320px;
    margin: auto;
    margin-top: 270px;
    padding: 0 24px;
    padding-top: 29px;
    float: none;
  }
  .section-contant .centered-container p {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #585858;
    font-size: 18px;
    text-align: center;
    /* text-align: justify; */
    direction: rtl;
  }
  .section-contant .contact-us {
    position: static;
    margin: auto;
    margin-top: -25px;
  }
  .ministy-health {
    display: none;
  }
  .ministy-health-mobile {
    padding-top: 80px;
    display: block;
    height: 300px;
    width: 100%;
    background-color: var(--main-color);
  }
  .ministy-health-mobile img {
    margin-bottom: 20px;
    width: 100px;
    height: 95px;
  }
  .ministy-health-mobile h3 {
    font-family: "Noto Kufi Arabic", sans-serif;
    text-align: center;
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    color: rgb(255, 255, 255);
  }
  .ministy-health-mobile h2 {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    line-height: 24px;
    text-align: center;
  }
  .sheet {
    background-color: var(--main-color);
    width: 100%;
    min-width: auto;
    height: 100px;
  }
}
/* ------------------------------seaction-two-------------------------------- */
.seaction-two {
  margin: 0 auto;
  margin-top: 50px;
  width: 1000px;
  min-height: auto;
}

.myrow {
  display: flex;
  justify-content: flex-end;
  gap: 50px;
}

.gg {
  display: flex;
  flex-direction: column;
}

.seaction-two-title h2 {
  font-family: "Noto Kufi Arabic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  color: var(--main-color);
  width: 280px;
}

.seaction-two-people img {
  width: 603px;
  height: 600px;
}

.myrow2 {
  display: flex;
  justify-content: flex-end;
}

.seaction-two-contant-img {
  display: none;
}

.seaction-two-contant {
  border-radius: 25px;
  height: 130px;
  width: 280px;
  background-color: #F0F0F0;
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
  margin-top: 30px;
  margin-right: 30px;
  padding: 0 20px;
  direction: rtl;
}
.seaction-two-contant p {
  margin: 0;
  color: black;
  font-size: 16px;
  font-family: "Noto Kufi Arabic", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 24px;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .seaction-two {
    margin-top: 50px;
    width: 100%;
    height: auto;
  }
  .myrow {
    display: flex;
    justify-content: center;
    gap: 0px;
  }
  .seaction-two-people img {
    display: none;
  }
  .myrow2 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .seaction-two-contant {
    display: flex;
    flex-direction: column;
    height: 350px;
    width: 320px;
    gap: 15px;
    margin-right: 0;
  }
  .seaction-two-contant-img {
    display: block;
    border-radius: 156px;
    height: 200px;
    width: 200px;
  }
  .seaction-two-contant2 {
    height: 250px;
    width: 320px;
    border-radius: 25px;
    background-color: var(--main-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 34px;
    margin-right: 0px;
    gap: 25px;
    margin-top: 30px;
  }
  .seaction-two-contant2 p {
    font-size: 16px;
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: rgb(255, 255, 255);
    text-align: center;
  }
}
/*  ------------------------section three------------------------------- */
.section-three {
  background-color: #EDEDED;
  height: 987px;
  width: 100%;
  min-width: 1000px;
}

.container-section-three {
  padding: 40px 0px;
  margin: 0 auto;
  margin-top: 50px;
  height: 987px;
  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: var(--main-color);
  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: var(--main-color);
}
.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: var(--main-color);
  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;
}

@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: var(--main-color);
}
.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: var(--main-color);
  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;
    height: auto;
  }
  .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: var(--main-color);
  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: 72px;
  height: 72px;
}
.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: var(--copyright-color);
}
.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 */









/* الحاوية الرئيسية */
#products {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px; /* مسافة بين العناصر */
    padding: 20px;
    background-color: #f5f5f5; /* خلفية خفيفة */
}

/* عنصر المنتج */
.product-item {
    text-align: center;
    flex: 0 0 22%; /* 4 عناصر في الصف الواحد */
    background-color: #fff;
    padding: 10px;
    border: 1px solid #ddd; /* إطار خفيف */
    border-radius: 8px; /* زوايا دائرية */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* ظل خفيف */
    transition: transform 0.3s, box-shadow 0.3s;
}

/* التأثير عند تمرير الماوس */
.product-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* الصورة */
.product-img {
    width: 100%;
    aspect-ratio: 1 / 1; /* يضمن الشكل المربع */
    background-size: cover; /* تغطية الصورة */
    background-position: center;
    border: 2px solid #ddd; /* إطار حول الصورة */
    border-radius: 8px; /* زوايا دائرية */
    margin-bottom: 10px;
}

/* النص */
.product-title {
    font-family: 'Tajawal', sans-serif;
    font-size: 1.1rem;
    color: #333;
    margin: 0;
}
