:root {
  --color-dark-blue: #233871;
  --color-light-blue: #4f608d;
  --color-gray-blue: #4f608d;
  --color-sky-blur: #48ace0;
  --color-purple: #6248b0;
  --color-orange: #be6c3e;
  --color-footer: #c0d5e9;
  --text-size-h2: clamp(0.9rem, 2vw + 1rem, 5rem);
  --text-size-p: clamp(15px, 10px + 0.7vw, 25px);
}

@import url(https://necolas.github.io/normalize.css/);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Display:wght@300;400;500;600;700;800&amp;display=swap");
@import url("https://necolas.github.io/normalize.css/");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Display:wght@300;400;500;600;700;800&amp;family=Noto+Sans:wght@100;200;300;400;500;600;700;800&amp;display=swap");
/* arabic font */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic:wght@300;400;500;600;700;800&amp;display=swap");

* {
  box-sizing: border-box;
  scroll-behavior: smooth;
  outline: none;
  padding: 0px;
  margin: 0px;
}

body,
html {
  font-family: "Noto Sans", sans-serif;
  overflow-x: hidden;
}
.loader {
  display: none; /* Initially hide the loader */
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  border-radius: 5px;
}
.hero-section {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: linear-gradient( 180deg, rgb(35 56 113 / 73%) 0%, #2338714f 25%, rgb(35 56 113 / 18%) 100% ), url(../img/accueil.jpg);
  border-bottom: 4px solid #233871;
  animation: transitionIn 0.75s;
}
@keyframes transitionIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.hero-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 90%;
  flex-direction: column;
  height: 100%;
}
.hero-title {
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  margin: 0px;
  width: 80%;
  line-height: 1.3;
  color: white;
}

.hero-subtitle {
  color: rgba(255, 255, 255, 0.751);
  text-align: center;
  padding: 2px;
  animation: moveInRight 1s ease-out;
}

@keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  80% {
    transform: translate(10px);
  }
  100% {
    opacity: 1;
    transition: translate(0);
  }
}
@keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  80% {
    transform: translate(-10px);
  }
  100% {
    opacity: 1;
    transition: translate(0);
  }
}

.btn-services {
  padding: 15px 30px;
  background:#233871;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.4px;
  border-radius: 6px;
  color: white;
  border: 0px;
  cursor: pointer;
  margin-top: 50px;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  transition: 0.5s;
  animation: moveInTop 0.5s ease-out 0.7s;
  animation-fill-mode: backwards;
}
.btn-services:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.btn-services:active {
  transform: scale(0.95);
}

@keyframes moveInTop {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transition: translate(0);
  }
}
.aboutUs-section {
  width: 100%;

  display: flex;
  justify-content: center;
  align-items: center;

  margin-top: 20px;
  margin-bottom: 20px;
}

.aboutUs-container {
  max-width: 1170px;
  margin: 0 auto;
  margin-bottom: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
}

.aboutUs-img {
  min-width: 100%;
  height: 100%;
  z-index: 100;
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: 50% 50%;
  column-gap: 0px;
}

.aboutUs-text {
  width: 100%;
  flex-shrink: 3;
  align-self: stretch;
}
.aboutUs-text h2 {
  font-size: 25px;
  padding-top: 40px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #233871;
}
.description {
    font-size: 1rem;
    text-align: justify;
    padding-top: 20px;
    color: #5a5757;
    margin-top: 10px;
    line-height: 30px;
}
.values-container {
  width: 100%;
  height: 100px;
  display: flex;
  margin-top: 30px;
  justify-content: space-around;
  align-items: center;
}
.value {
  width: 110px;
  height: 110px;
  background-color: var(--color-dark-blue);
  border-radius: 25px;
  padding: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.value img {
  width: 40px;
}
.text-value {
  color: white;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  padding: 0px;
  margin-top: 4px;
}
.hr-line {
  width: 108px;
  height: 5px;
  background-color: #233871;
  border: none;
  position: relative;

  display: inline-block;
  margin: 0px;
}

.about-ctn-img {
  height: 80%;
  padding-top:40px;
  position: relative;
}
.square {
  width: 68px;
  height: 56px;
}
.square:nth-child(3) {
  background-color: var(--color-sky-blur);
  top: -5px;
  right: 10px;
  position: absolute;
  z-index: -1;
}
.square:nth-child(2) {
  border: 5px solid var(--color-dark-blue);
  bottom: -10px;
  left: 10px;
  position: absolute;
  z-index: -1;
}
.white {
  background-color: white;
}

.testimonials {
  background: linear-gradient(90deg, #1cb5e0 0%, #000851 100%);

  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 10px;
  padding-bottom: 100px;
}

.container-slides {
  margin: auto;
  padding: 0 50px;
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
}

.section-header .pr-title {
  font-size: var(--text-size-h2);
  font-weight: 600;
  text-transform: capitalize;
  color: white;
  margin-top: 15px;
}

.testimonials-item {
  background-color: white;
  height: 310px !important;
  padding: 30px;
  border-radius: 30px;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px,
    rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

.pr-logo {
  max-width: 80px;
  margin-top: 10px;
  border-radius: 50%;
  margin-right: 20px;
  vertical-align: middle;

  box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px,
    rgba(6, 24, 44, 0.65) 0px 4px 6px -1px,
    rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}

.testimonials-item .info {
  display: flex;

  align-items: center;

  /* row-reverse arabic */
}
.text-box {
  width: 100%;
}
.info .text-box h3 {
  text-transform: capitalize;
  font-weight: 600;
  color: #233871;
  font-size: clamp(10px, 16px + 0.4vw, 20px);
}

.testimonials-item p {
  margin-top: 20px;
  color: rgba(80, 79, 79, 0.683);
  line-height: 1.4;
  font-size: calc(14px + 0.2vh);
}

.testimonials .swiper-pagination {
  position: relative;
  margin-top: 40px;
  bottom: auto;
}

.testimonials .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  background-color: white;
}

.localisation-section {
    width:100%;
    background: rgb(159 159 159 / 45%);
}

.localisation-container{
  max-width: 1170px;
  margin: 0 auto;    
  display: flex;
  flex-direction: column;
  align-items: center;
}

.vw-more button {
  background-color: transparent;
  outline: none;
  border: none;
  color: #233871;
  cursor: pointer;
  font-weight: 600;
  transition: 1s all ease;
  margin-top: 10px;
  position: absolute;
  bottom: 10px;
  left: 30px;
  font-size: calc(11px + 0.2vh);
}
.vw-more button::after {
  content: "\2192";
  position: relative;
  left: 5px;
  right: 5px;
  font-size: 15px;
  transition: 1s all ease;
}
.vw-more button:hover {
  color: var(--color-sky-blur);
}
.localisation {
  margin: 40px 0 50px 0;
  width: 100%;
}

.local-title {
  font-size: 25px;
  margin-bottom: 15px;
  color: #233871;
  margin-top: 40px;
}

.hidden {
  overflow: hidden;
}
.active {
  color: #1cb5e0;
}
footer {
  width: 100%;
  min-height: 200px;
  background-color: var(--color-footer);
  margin-top: 20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.footer-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: start;
  flex-wrap: wrap;
}

.c-items img {
  width: 200px;
}
.bx {
  font-size: 20px;
  color: rgba(66, 66, 66, 0.6);
  cursor: pointer;
}
.bx:hover {
  color: #233871;
}
h3 {
  padding-left: 10px;
  padding-right: 10px;
  color: rgb(58, 58, 58);
}
.bxl-facebook,
.bxl-instagram,
.bxl-youtube {
  text-align: center;
  padding-left: 10px;
}
.social-media {
  display: flex;

  align-items: center;
}
.contact-items li {
  padding-bottom: 10px;
  color: rgba(66, 66, 66, 0.6);
}

.section-inscription {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0px;
  margin-bottom: 80px;
  position: relative;
}
.inscription-container {
  max-width: 1170px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  display: flex;
  padding: 0px 30px;
}

.inscription h2 {
  font-size: 25px;
  font-weight: 700;
  position: relative;
  margin-bottom: 10px;
  color: #233871;
}
.inscription form .user_detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px 0 12px 0;
}

.user_detail{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.form {
  display: block;
}

form .user_detail .input_box {
  width: 49%;
  margin-bottom: 35px;
}

.user_detail .input_box label {
  font-weight: 700;
  margin-bottom: 5px;
  display: block;
}

.user_detail .input_box input,
.input {
  height: 45px;
  width: 100%;
  outline: none;
  border-radius: 5px;
  border: 1px solid #333;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  border-bottom-width: 2px;
  transition: all 0.3s ease;
}

.user_detail .input_box input:focus,
.user__details .input__box input:valid {
  border-color: var(--color-dark-blue);
}

select {
  padding: 5px 10px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  border: none;
  border-radius: 5px;
  width: 100%;
}

form input[type="radio"] {
  display: none;
}

form .button {
  display: flex;
  justify-content: center;
}

form .button input {
  margin-top: 20px;
  cursor: pointer;
  padding: 8px 15px;
  outline: none;
  color: #fff;
  border: none;
  font-size: 18px;
  font-weight: 500;
  border-radius: 5px;
  background: var(--color-dark-blue);
  transition: all 0.3s ease;
}

form .button input:hover {
  background: #4865b5;
}

.infoInscri {
  color: rgba(49, 49, 49, 0.662);
  font-size: 20px;
  margin: 25px 0;
}

@media only screen and (max-width: 584px) {
  .section-inscription {
    margin-top: 20px;
    margin-bottom: 60px;
  }
  .inscription {
    max-width: 100%;
  }
  .ija-text-ctn p {
    line-height: 20px;
  }

  form .user_detail .input_box {
    margin-bottom: 15px;
    width: 100%;
  }

  form .gender_details .category {
    width: 100%;
  }
  form .gender__details {
    padding-left: 0px;
    width: 100%;
  }
}

.errorText {
  color: #ff0033;
  margin: 0 5px;
  visibility: hidden;
  font-size: 14px;
  padding-top: 5px;
}

.input_box input.error,
.user_detail .input_box input.error:focus,
.user__details .input__box input.error:valid,
.dropdown.error {
  border: 1.3px solid rgb(240, 19, 19);
  background-color: #ffadbe38;
}
.input_box.error .errorText {
  visibility: visible;
}

@media (max-width: 1070px) {
  .testimonials-item {
    min-height: 340px !important;
  }
}

@media (max-width: 890px) {
  .testimonials-item p {
    margin-top: 20px;
  }
  .hero-title {
    width: 100%;
  }
  .btn-services {
    padding: 15px 20px;
  }
  .about-ctn-img {
    display: none;
  }
  .footer-container {
    justify-content: left;
    padding: 10px;
  }
  .c-items:nth-child(2),
  .c-items:nth-child(3) {
    padding-left: 10px;
    padding-right: 10px;
  }
  .c-items img {
    width: 130px;
  }
  .testimonials-item {
    min-height: 380px !important;
  }
  
  .localisation-container {
    max-width: 90%;
  }

  .aboutUs-container{
    width: 90%;
  }
}

@media (max-width: 400px) {
  .value {
    width: 90px;
    height: 90px;
  }
  .container-slides {
    margin: auto;
    padding: 0 25px;
  }
  .testimonials-item p {
    font-size: calc(11px + 0.2vh);
    margin-top: 20px;
  }
  .testimonials-item {
    padding: 20px;
    min-height: 250px !important;
  }
  .pr-logo {
    width: 60px;
    margin-top: 0px;
    margin-right: 5px;
  }
  .description {
    line-height: 25px;
  }
}