:root {
  --primary: #4214ae;
  --white: #fff;
  --black: #000d33;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

/* new font */

/* @import url('https://db.onlinewebfonts.com/c/3d9baeab120f944c61f043b21730bb51?family=Intro+Rust+G+Base'); */
/* @import url('https://db.onlinewebfonts.com/c/916b90745d4fc6c6fa3b4af2c9f7c840?family=Nexa Black');
@import url('https://www.jiuzhai.com/templates/rt_topaz/fonts/nexa/nexa-bold/nexa_bold-webfont.css'); */
/* @import url('https://db.onlinewebfonts.com/c/6b7c2e748d2a2a57ff3c1b6fc243f6ad?family=Intro Rust Base'); */
@import url('https://db.onlinewebfonts.com/c/6edf472d4f774926a031f95b32a59bc2?family=Intro+Rust+Base');
/* @import url('https://fonts.cdnfonts.com/css/nexa-bold'); */
@import url(https://db.onlinewebfonts.com/c/741bec04d9df4e09a4520cd65a95dbaa?family=Nexa+Black);



/* end new font */

@font-face {
    font-family: "Intro Rust Base";
    src: url("https://db.onlinewebfonts.com/t/6edf472d4f774926a031f95b32a59bc2.eot");
    src: url("https://db.onlinewebfonts.com/t/6edf472d4f774926a031f95b32a59bc2.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/6edf472d4f774926a031f95b32a59bc2.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/6edf472d4f774926a031f95b32a59bc2.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/6edf472d4f774926a031f95b32a59bc2.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/6edf472d4f774926a031f95b32a59bc2.svg#Intro Rust Base")format("svg");
}



/* Add more as needed */

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  font-family: 'Intro Rust Base', sans-serif!important;
  font-size: 1.6rem;
  color: var(--black);
  font-weight: 400;
  background-color: white !important;
}

p {
  font-family: 'Nexa'!important;
}

h1 {
  font-family: "Intro Rust Base"!important;
}

h2,h3,h4{
  font-family: "Nexa Black"!important;
}

a {
  text-decoration: none;
  color: inherit;
}

li {
  list-style: none;
}

.container {
  max-width: 114rem;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .container {
    padding: 0 3rem;
  }
}

@media (max-width: 768px) {
  .container {
    max-width: 60rem;
  }
}

.d-flex {
  display: flex;
  align-items: center;
}

/* =========== Navigation ============ */
nav {
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: white;
  /*height: 8rem;*/
  line-height: 6rem;
}

/*.nav .wrapper {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: space-between;*/
/*  position: relative;*/
/*  height: 100%;*/
/*}*/

.wrapper .logo a {
  font-size: 3rem;
  color: var(--white);
}

/*.wrapper .nav-list {*/
/*  display: inline-flex;*/
/*  text-transform: uppercase;*/
/*}*/

/*.nav-list li i {*/
/*  color: #3371b4;*/
/*}*/

/*.nav-list a {*/
/*  color: #3371b4;*/
/*  font-size: 1.5rem;*/
/*  padding: 0.9rem 0.5rem;*/
/*  border-radius: 0.5rem;*/
/*  transition: all 300ms ease;*/
/*  font-weight: 700;*/
/*}*/

/*.nav-list a:hover {*/
/*  color: var(--primary);*/
/*}*/

/* =========== Drop Down ============ */
/*.nav-list .drop-menu1,*/
/*.nav-list .drop-menu2 {*/
/*  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);*/
/*  width: 20rem;*/
/*  top: 8.5rem;*/
/*  line-height: 4.5rem;*/
/*  position: absolute;*/
/*  background-color: var(--black);*/
/*  opacity: 0;*/
/*  visibility: hidden;*/
/*  transition: all 300ms ease;*/
/*}*/

/*.nav-list .drop-menu1 li a,*/
/*.nav-list .drop-menu2 li a {*/
/*  display: block;*/
/*  font-size: 1.5rem;*/
/*  width: 100%;*/
/*  padding: 0 0 0 1.5rem;*/
/*  border-radius: 0;*/
/*  color: var(--white);*/
/*}*/

/*.nav-list .drop-menu1 li a:hover {*/
/*  color: var(--primary);*/
/*}*/

/*.nav-list li:hover .drop-menu1,*/
/*.nav-list li:hover .drop-menu2,*/
/*.nav-list li:hover .mega-box {*/
/*  opacity: 1;*/
/*  visibility: visible;*/
/*  top: 6.5rem;*/
/*  z-index: 999999;*/
/*}*/

/* =========== Mega Menu ============ */
/* .mega-box {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 8.5rem;
  left: 0;
  width: 100%;
  padding: 0 3rem;
  background-color: #8d64a5;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
} */


/*.mega-box {*/
/*  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);*/
/*  position: absolute;*/
/*  top: 8.5rem;*/
/*  left: 50%;*/
/*  transform: translateX(-50%);*/
/*  width: 98vw;*/
/*  padding: 0 3rem;*/
/*  background-color: #8d64a5;*/
/*  opacity: 0;*/
/*  visibility: hidden;*/
/*  transition: all 300ms ease;*/
/*}*/



/*.mega-box .content {*/
/*  padding: 2.5rem 2rem;*/
/*  display: flex;*/
/*  width: 100%;*/
/*  justify-content: space-between;*/
/*}*/



/*.mega-box .content .row img {*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  object-fit: cover;*/
/*}*/

/*.mega-box .content .row header {*/
/*  font-size: 1.6rem;*/
/*  font-weight: 700;*/
/*  color: var(--white);*/
/*}*/

/*.mega-box .content .row .mega-links {*/
/*  border-left: 1px solid rgba(255, 255, 255, 0.09);*/
/*  margin-left: -4rem;*/
/*  line-height: 33px;*/
/*}*/

/*.mega-box .content li {*/
/*  padding: 0 0rem;*/
/*}*/

/*.mega-box .content li a {*/
/*  padding: 0px 2rem 7px;;*/
/*  display: block;*/
/*  font-size: 1.2rem;*/
/*  color: var(--white);*/
/*  text-transform: uppercase;*/
/*  white-space: nowrap;*/
/*}*/

/*.mega-box .content li a:hover {*/
/*  color: white;*/
/*  text-decoration: underline;*/
/*  font-weight: 600;*/
/*}*/

/*.nav-list .mobile-item {*/
/*  display: none;*/
/*}*/

/*.nav-list input {*/
/*  display: none;*/
/*}*/

/*.wrapper .btn {*/
/*  color: #3371b4;*/
/*  font-size: 3rem;*/
/*  cursor: pointer;*/
/*  display: none;*/
/*}*/

/*.nav-list .icons span {*/
/*  display: inline-block;*/
/*  margin: 0.5rem 1rem 0 0;*/
/*  position: relative;*/
/*}*/

/*.nav-list .icons span i {*/
/*  font-size: 2rem;*/
/*}*/

/*.nav-list .icons a {*/
/*  padding: 0;*/
/*  display: inline-block;*/
/*}*/

/*.nav-list .icons .count {*/
/*  justify-content: center;*/
/*  position: absolute;*/
/*  top: 0.8rem;*/
/*  right: -0.8rem;*/
/*  background-color: var(--white);*/
/*  height: 2rem;*/
/*  padding: 0.5rem;*/
/*  color: var(--black);*/
/*  font-weight: 700;*/
/*  border-radius: 50%;*/
/*}*/


/* =========== Hero ============ */
.hero {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  max-width: 100rem;
}

.hero h1 {
  font-family: "Intro Rust Base";
  color: var(--black);
  font-size: 8rem;
  width: 100%;
  margin: 0 auto 3rem;
}

.hero h2 {
  font-size: 4rem;
  font-family: 'Nexa Black';
  padding: 1.5rem 2rem;
  color: var(--white);
  background-color: var(--black);
  max-width: 70%;
  margin: auto;
}

@media (max-width: 996px) {
  .hero {
    max-width: 80rem;
  }

  .hero h1 {
    font-size: 6rem;
  }

  .hero h2 {
    font-size: 3rem;
  }
}

/*@media (max-width: 567px) {*/
/*  .hero h1 {*/
/*    font-size: 4rem;*/
/*  }*/
/*}*/

/* Start Simo*/



.btn-header {
  background: #3371b4;
  padding: 13px 15px;
  border-radius: 100px;
  color: white;
  font-size: 15px;
}

/* Links styling */
.nav-links {
  display: flex;
  gap: 20px;
  margin-left: auto;
  /* Pushes links to the far right */
}

.nav-links a {
  text-decoration: none;
  font-weight: bold;
  color: #fff !important;
}

/* End Simo*/

/* Home page */
.container-fluid {
  display: flex;
  padding: 0 40px 40px;
  width: 100%;
  color: #ffffff;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.col-lg-6 {
  flex: 1 1 50%;
  /* Takes 50% width on large screens */
  padding: 20px;
}

.left-section,
.right-section {
  padding: 40px;
  border-radius: 8px;
}

.left-section h1 {
  margin-bottom: 20px;
}

.left-section p {
  margin-bottom: 30px;
  font-size: 1.7rem;
}

.right-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.registration {
  background-color: #EACE16;
}

.tep-section {
  background-color: #000000;
}

.registration,
.tep-section {
  padding: 20px;
  border-radius: 8px;
}

.registration h2,
.tep-section h2 {
  font-size: 21px;
  margin-bottom: 10px;
}

.registration ul {
  list-style: none;
  padding: 0;
}

.registration li {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  font-size: 16px;
}

.status {
  font-weight: bold;
}

.tep-section p {
  margin-bottom: 20px;
  font-size: 16px;
}

.background-card {
  height: 200px;
  /* Adjust height as needed */
  width: 100%;
  /* background-position: center; */
  /* background-repeat: no-repeat; */
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
  padding: 20px;
}

.background-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.btn-link {
  position: relative;
  z-index: 1;
  font-size: 1.5rem;
}

.btn-principal {
  background: #EACE16;
  padding: 20px 35px;
  border-radius: 50px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  transition: transform 0.3 ease, background-color 0.3 ease;
  color:white;
  /* Smooth transition for transform and background-color */
}

.btn-second {
  background: #fff4cc;
  font-weight: bold;
  display: inline-block;
  padding: 20px 35px;
  border-radius: 50px;
  text-transform: uppercase;
  text-decoration: none;
  color: #EACE16;
  display: inline-block;
  transition: transform 0.3 ease, background-color 0.3 ease;
  /* Smooth transition for transform and background-color */
}

.btn-second-rdv {
  background: #8d64a5 !important;
  font-weight: bold;
  display: inline-block;
  padding: 20px 35px;
  border-radius: 50px;
  text-transform: uppercase;
  text-decoration: none;
  color: #3371b4;
  display: inline-block;
  transition: transform 0.3 ease, background-color 0.3 ease;
  /* Smooth transition for transform and background-color */
}

.background-campus {
  height: 458px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.h1-title {
  color: #1f5085;
  font-family: 'Intro Rust Base';
  font-size: 42px;
  margin-bottom: 2%;
  text-transform: uppercase;
}

p {
  text-align: justify;
  font-size: 13px !important;
}

.h2-title {
  color: #EACE16;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 2%;
  text-transform: uppercase;
}

.h3-title {
  color: #EACE16;
  font-weight: bold;
  font-size: 23px;
  margin-bottom: 2%;
  text-transform: uppercase;
}

.pt-section {
  margin-top: 4%;
  text-transform: uppercase;
}

.h1-slide-home {
  font-size: 40px;
  font-family: 'Intro Rust Base';
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .col-lg-6 {
    flex: 1 1 100%;
  }
}

.btn-second:hover {
  transform: scale(1.05);
}

.btn-principal:hover {
  color: white;
  transform: scale(1.05);
}

.card-header {
  background-color: #000000;
  color: white;
  font-weight: bold;
}

.card-body {
  background-color: #EACE16;
}

.quote-icon {
  font-size: 1.5rem;
  color: #4775ac;
}

.read-more {
  color: #4775ac;
  text-decoration: none;
  font-weight: bold;
}

.text-quote {
  font-size: 14px;
}

.read-more {
  float: left;
}

.card-header.text-center {
  margin-left: -10px;
  width: 300px;
}

.div-quote .col-md-4 {
  width: 30% !important;
  margin: 15px;
}

.div-quote .card {
  border: none !important;
}

/* start footer */

/* footer */
.footer-section {
  background: #0d1619;
  position: relative;
  padding: 20px;
  gap: 20;
}

.footer-cta {
  border-bottom: 1px solid #373636;
  padding-bottom: 8px !important;
}

.single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}

.cta-text {
  padding-left: 15px;
  display: inline-block;
}

.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}

.cta-text span {
  color: #757575;
  font-size: 15px;
}

.footer-content {
  position: relative;
  z-index: 2;
}

.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}

.footer-logo img {
  max-width: 150px;
}

.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #ffffff;
  line-height: 21px;
  font-weight: 500;
}

.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}

.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}

.facebook-bg {
  background: #3b5998;
}

.twitter-bg {
  background: #55acee;
}

.google-bg {
  background: #dd4b39;
}

.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
  text-transform: uppercase;
}

.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: rgb(236, 192, 94);
  background: linear-gradient(86deg,
      rgba(236, 192, 94, 1) 13%,
      rgba(204, 170, 96, 1) 50%,
      rgba(204, 170, 96, 1) 95%);
}

.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}

/* .footer-widget ul li a:hover {
  color: #ff5e14;
} */

.footer-widget ul li a:hover {
  text-decoration: none;
}

.footer-widget ul li a {
  color: white;
  text-transform: capitalize;
}

.subscribe-form {
  position: relative;
  overflow: hidden;
}

.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2e2e2e;
  border: 1px solid #2e2e2e;
  color: white !important;
}

.subscribe-form input::placeholder {
  color: white !important;
}



.subscribe-form a {
  position: absolute;
  right: 0;
  background: #000000;
  padding: 13px 20px;
  border: 1px solid #000000;
  top: 0;
}

.subscribe-form a i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}

.copyright-area {
  padding: 25px 0;
}

.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}

.copyright-text p a {
  color: #ff5e14;
}

.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}

.footer-menu li:hover a {
  color: #ff5e14;
}

.footer-menu li a {
  font-size: 14px;
  color: #878787;
}

.footer-cta .row .col-xl-4:nth-child(1) .single-cta i {
  position: absolute;
  color: #ff5e14;
}

.footer-cta .row .col-xl-4:nth-child(1) .single-cta .cta-text {
  padding-left: 32px;
}

.footer-cta .row .col-xl-4:nth-child(2) .single-cta i {
  color: #14ffa7;
}

.footer-cta .row .col-xl-4:nth-child(3) .single-cta i {
  color: #ffd700;
}

.footer-social-icon .social_icon {
  text-align: left;
}

.footer-social-icon .social_icon li {
  float: inherit !important;
  display: inline-block !important;
  width: 45px;
}

.footer-social-icon .social_icon li a i {
  font-size: 15px;
  line-height: 39px;
}

.footer-social-icon .social_icon li a {
  width: 40px;
  height: 40px;
}

.social_icon {
  text-align: right;
  margin: 0;
  margin-top: 3px;
}

.social_icon li {
  display: inline-block;
  margin: 0 5px;
}

.social_icon li a {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: #fff;
  color: #000;
  text-align: center;
  border-radius: 100%;
  transition: 0.2s ease-in-out;
}

.social_icon li a i {
  font-size: 15px;
  line-height: 20px;
}

.social_icon li:nth-child(1) a {
  background: #4267b2;
  color: #fff;
}

.social_icon li:nth-child(2) a {
  background: #2d51ae;
  color: #fff;
}

.social_icon li:nth-child(3) a {
  background: #f09433;
  background: -moz-linear-gradient(45deg,
      #f09433 0%,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%);
  background: -webkit-linear-gradient(45deg,
      #f09433 0%,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%);
  background: linear-gradient(45deg,
      #f09433 0%,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
  color: #fff;
}

.social_icon li:nth-child(4) a {
  background: #ff0000;
  color: #fff;
}

.social_icon li:nth-child(1):hover a {
  background: #fff;
  color: #4267b2;
}

.social_icon li:nth-child(2):hover a {
  background: #fff;
  color: #1da1f2;
}

.social_icon li:nth-child(3):hover a {
  background: #fff;
  color: #bc1888;
}

.social_icon li:nth-child(4):hover a {
  background: #fff;
  color: #ff0000;
}

.sec-content {
  margin-top: 7%;
  margin-bottom: 7%;
}

.sub-text {
  font-size: 10px;
  color: white;
}

.heading-qpv {
  color: white;
}

/***/

/* end footer */

.social-icons {
  display: flex;
  /* Ensures icons are in a row */
  justify-content: left;
  /* Aligns icons to the left */
  gap: 10px;
  /* Adds space between icons */
  margin-top: 5%;
  padding-left: 5px;
  padding-bottom: 5px;
}

.social-icons i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  /* Set the width of the icons */
  height: 40px;
  /* Set the height of the icons */
  background-color: #eace16;
  /* Change to desired background color */
  color: white;
  /* Icon color */
  border-radius: 50%;
  /* Makes the icons circular */
  font-size: 20px;
  /* Icon size */
  transition: background-color 0.3s, transform 0.3s;
  /* Smooth transitions for hover */
}

.social-icons i:hover {
  background-color: #0d1619;
  /* Change the hover background color */
  transform: scale(1.1);
  /* Slightly enlarge icon on hover */
}

/* carousel 2 divs */

/*Slider Classes*/
.cascade-slider_container {
  position: relative;
  width: 100%;
  height: 280px;
  margin: 25px auto;
  padding-top: 150px;
  overflow-x: hidden;
}

.cascade-slider_item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0.3);
  transition: all 1s ease;
  opacity: 0;
  z-index: -1;
  text-align: center;
}

.cascade-slider_item.next {
  left: 50%;
  transform: translateY(-50%) translateX(-135%) scale(0.8);
  filter: brightness(85%);
  opacity: 1;
  z-index: 1;
}

.cascade-slider_item.prev {
  left: 50%;
  transform: translateY(-50%) translateX(35%) scale(0.8);
  filter: brightness(85%);
  opacity: 1;
  z-index: 1;
}

.cascade-slider_item.now {
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(1);
  opacity: 1;
  z-index: 5;
}

.cascade-slider_arrow {
  display: inline-block;
  position: absolute;
  top: 45%;
  cursor: pointer;
  z-index: 5;
}

.cascade-slider_arrow-left {
  left: 20px;
}

.cascade-slider_arrow-right {
  right: 20px;
}

.cascade-slider_arrow-left img {
  height: 40px;
  left: 40px;
}

.cascade-slider_arrow-right img {
  height: 40px;
  left: 40px;
}

.cascade-slider_nav {
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  z-index: 5;
}

.cascade-slider_dot {
  display: inline-block;
  width: 17px;
  height: 17px;
  border: 1px solid #4196ef;
  margin: 3px;
  transition: all 0.5s;
  background: none;
  list-style: none;
  cursor: pointer;
  border-radius: 50px;
}

.cascade-slider_dot:hover {
  background: #2c8fab;
}

.cascade-slider_dot.cur {
  background: #2c8fab;
  width: 17px;
  height: 17px;
}

/*Profile card classes*/
.card-caroussel {
  background-color: #fff;
  color: #243c82;
  width: 450px;
  height: 215px;
  border-radius: 20px;
  transition: all 1s 0s;
  vertical-align: middle;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}

.photo {
  width: 50%;
  vertical-align: middle;
  display: inline;
}

.photo img {
  transform: translateY(-35px) translateX(-10px);
}

.info {
  display: inline-block;
  width: 50%;
  height: 100%;
  text-align: center;
}

.info h2 {
  font-family: "Nexa Black";
  text-transform: uppercase;
  font-size: 26px;
  color: #4196ef;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.subtitle {
  font-family: 'Intro Rust Base';
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 98%;
  text-align: center;
  letter-spacing: 0.055em;
  color: #243c82;
}

.content {
  font-family: 'Intro Rust Base';
  font-weight: 300;
}

.button {
  transform: translateX(23px) translateY(15px);
  position: absolute;
  padding: 12px 17px;
  border-radius: 30px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #243c82;
}

@media (min-width: 460px) and (max-width: 680px) {
  .cascade-slider_item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0.3);
    transition: all 1s ease;
    opacity: 0;
    z-index: -1;
    text-align: center;
  }

  .cascade-slider_item.next {
    left: 50%;
    transform: translateY(-50%) translateX(-90%) scale(0.4);
    filter: brightness(70%);
    opacity: 1;
    z-index: 1;
  }

  .cascade-slider_item.prev {
    left: 50%;
    transform: translateY(-50%) translateX(-10%) scale(0.4);
    filter: brightness(70%);
    opacity: 1;
    z-index: 1;
  }

  .cascade-slider_item.now {
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0.6);
    opacity: 1;
    z-index: 5;
  }

  .cascade-slider_arrow-left img {
    height: 30px;
    left: 30px;
  }

  .cascade-slider_arrow-right img {
    height: 30px;
    left: 30px;
  }

  .cascade-slider_nav {
    display: none;
  }
}

@media (max-width: 460px) {
  .cascade-slider_item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0.3);
    transition: all 1s ease;
    opacity: 0;
    z-index: -1;
    text-align: center;
  }

  .cascade-slider_item.next {
    left: 50%;
    transform: translateY(-50%) translateX(-80%) scale(0.3);
    filter: brightness(70%);
    opacity: 1;
    z-index: 1;
  }

  .cascade-slider_item.prev {
    left: 50%;
    transform: translateY(-50%) translateX(-20%) scale(0.3);
    filter: brightness(70%);
    opacity: 1;
    z-index: 1;
  }

  .cascade-slider_item.now {
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0.5);
    opacity: 1;
    z-index: 5;
  }

  .cascade-slider_arrow-left img {
    height: 30px;
    left: 30px;
  }

  .cascade-slider_arrow-right img {
    height: 30px;
    left: 30px;
  }

  .cascade-slider_nav {
    display: none;
  }
}

.btn-all-bachelors {
  background: #3371b4;
  padding: 15px 30px;
  border-radius: 40px;
  font-size: 13px;
}

.logo {
  padding-left: 5%;
}

.card.h-100 {
  background: #ece4f0;
}

.partners-section {
  text-align: center;
  padding: 50px 20px;
}

.partners-section h2 {
  font-size: 1.5rem;
  color: #2c2c2c;
  margin-bottom: 20px;
}

.partners-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.partners-grid img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.view-all {
  display: inline-block;
  margin-top: 20px;
  text-decoration: none;
  font-size: 0.9rem;
  color: #2c2c2c;
  background-color: #e4e4e4;
  padding: 10px 20px;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.view-all:hover {
  background-color: #ccc;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .partners-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .partners-grid {
    grid-template-columns: 1fr;
  }

  .partners-section h2 {
    font-size: 1.2rem;
  }

  .view-all {
    font-size: 0.8rem;
    padding: 8px 15px;
  }
}

/**/

#cCarousel {
  position: relative;
  max-width: 1235px;
  margin: auto;
}

#cCarousel .arrow {
  position: absolute;
  top: 50%;
  display: flex;
  width: 45px;
  height: 45px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 1;
  font-size: 26px;
  color: #3371b4;
  background: #ffffff72;
  cursor: pointer;
}

#cCarousel #prev {
  left: 0;
}

#cCarousel #next {
  right: 0;
}

#carousel-vp {
  width: 1140px;
  height: 585px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  margin: auto;
}

@media (max-width: 770px) {
  #carousel-vp {
    width: 510px;
  }
}

@media (max-width: 510px) {
  #carousel-vp {
    width: 370px;
  }
}

#cCarousel #cCarousel-inner {
  display: flex;
  position: absolute;
  transition: 0.3s ease-in-out;
  gap: 10px;
  left: 0;
}

.cCarousel-item {
  width: 355px;
  height: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  margin: 10px;
}

.cCarousel-item img {
  width: 100%;

  min-height: 246px;
  color: white;
}

.cCarousel-item .infos {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  background: white;
  color: black;
  padding: 30px 15px;
}

.cCarousel-item .infos button {
  background: #222;
  padding: 10px 30px;

  color: white;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
}

.title-cCarousel {
  padding-top: 10px;
  color: #EACE16;
  font-size: 17px;
  text-transform: uppercase; 
}

.section-cCarousel,
.section-Carousel-3 {
  background: #000000;
  padding: 4% 0;
}

.read-more-cCarousel {
  color: #000000;
  text-decoration: underline 2px solid;
  font-weight: 600;
}

/* coursel 2 */

.div-see-more {
  margin-top: 3%;
}

.iti {
  width: 100% !important;
}

.iti__dropdown-content {
  color: black !important;
}

input::placeholder {
  color: black;
  
}

.input-text {
  line-height: 2 !important;
  font-size: 17px !important;
}

.text-cCarousel {
  padding-bottom: 24px;
  padding-top: 15px;
}

img.flech-right {
  margin-right: 10px;
}

.btn-download-brochure {
  color: white;
  background: #EACE16;
  border-radius: 47px;
  padding: 0;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 3%;
  line-height: 3;
  border: none;
  text-align: center !important;
}

.row-formulaire-brochure .col-lg-6 {
  padding: 5px 30px;
}

.circle-formation {
  width: 100%;
}

.logo-formation {
  width: 17%;
  margin-bottom: 2%;
}

.btn-download-brochure:hover {
  transform: scale(1.05);
}

/* css nav bar multiheader simo  */

/* .submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1000;
  white-space: nowrap;
  
} */



/* Display items in a row for desktop */
/*.submenu li {*/
/*  display: inline-block;*/
  /* Horizontal layout */
/*  margin: 0 -10px;*/
  /* Add spacing between items */
/*}*/

/* Submenu links */
/*.submenu li a {*/
/*  text-decoration: none;*/
/*  color: #333;*/
/*  padding: 5px 10px;*/
/*}*/

/* Show the submenu on hover for desktop */
/*.has-submenu:hover>.submenu {*/
/*  display: block;*/
/*}*/

/* Position parent element correctly */
/*.has-submenu {*/
/*  position: relative;*/
/*}*/

/* General styles for submenu arrows */
/* General styles for submenu arrows */
/*.has-submenu>a .arrow {*/
/*  display: inline-block;*/
/*  margin-left: 2px;*/
/*  width: 8px;*/
/*  height: 8px;*/
/*  border: solid currentColor;*/
/*  border-width: 0 2px 2px 0;*/
/*  transform: rotate(45deg);*/
  /* Default down arrow */
/*  transition: transform 0.3s ease;*/
/*}*/

/* On hover, change arrow direction to right */
/*.has-submenu>a:hover .arrow {*/
/*  transform: rotate(320deg);*/
  /* Right arrow */
/*}*/

.btn-contact {
  width: 30%;
  background-color: #9064A5;
  border-radius: 5px;
}

/* end css nav bar multiheader simo */


/*.menu {*/
/*  list-style: none;*/
/*  margin: 0;*/
/*  padding: 0;*/
/*  position: relative;*/
/*}*/

/*.menu .submenu {*/
/*  display: none;*/
/*  position: absolute;*/
/*  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);*/
/*}*/

/*.menu .has-submenu:hover > .submenu {*/
/*  display: block;*/
/*}*/
/*.menu .submenu a {*/
/*  width: 100%;*/
/*  display: block;*/
/*}*/

/*.menu li {*/
/*  position: relative;*/
/*}*/
/*.menu a:hover {*/
/*  overflow: visible;*/
/*  white-space: normal;*/
/*  position: relative;*/
/*  z-index: 10;*/
/*  padding: 10px;*/
/*}*/

/*.menu .arrow {*/
/*  margin-left: 5px;*/
/*}*/









.header-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  flex-wrap: wrap;
  
}

.logo img {
  height: 60px;
  
}

.buttons {
  display: flex;
  gap: 10px;
 
}

.btn {
  padding: 10px 19px;
  border-radius: 20px;
  text-decoration: none;
  color: black;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  transition: background-color 0.3s ease;
  font-weight: 800;
}

.btn.blue {
  background-color: #EACE16;
  
}

.btn.purple {
  background-color: #EACE16;
 
}

.btn:hover {
  opacity: 0.8;
  color: white;
}



@media (max-width: 480px) {
  .btn {
    padding: 8px 15px;
    
    font-size: 14px;
   
  }

  .buttons {
    gap: 10px;
    
  }
}





/* end code header */


/*.menu {*/
/*  list-style: none;*/
/*  padding: 0;*/
/*  margin: 0;*/
  /*background: #9064A5;*/
/*  display: flex; */
/*}*/


/*.menu li {*/
/*  position: relative;*/
/*  display: inline-block;*/
/*  padding: 10px 20px;*/
/*}*/


/*.menu li a {*/
/*  color: white;*/
/*  text-decoration: none;*/
/*}*/

/*.submenu {*/
/*  display: none;*/
/*  position: absolute;*/
/*  top: 0; */
/*  left: 100%; */
/*  background: #9064A5;*/
/*  padding: 10px;*/
/*  border-radius: 5px;*/
/*  min-width: 200px;*/
/*  flex-direction: column; */
/*  white-space: nowrap;*/
/*}*/


/*.has-submenu:hover > .submenu {*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*}*/


/*.menu > li {*/
/*  float: left;*/
/*}*/


/*.has-submenu {*/
/*  position: relative;*/
/*}*/


/* css burger menu*/

.navbar {
  background-color: #000;
    padding: 0px;
  
}



.menu {
  list-style: none;
  display: flex;
}

.menu > li {
 position: static; /* Empêche les positions relatives qui recentrent */
  margin-right: 20px;
}
/*.menu > li:hover .mega-menu {*/
/*    display: block; */
/*}*/

.menu > li > a {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  padding: 0;
  display: block;
  font-family: 'Nexa Black';
}



/* Simo*/
.mega-menu {
    position: absolute;
    top: 100%;
    left: 0; /* Assure que tous les menus s'ouvrent à gauche */
    width: 100vw; /* Le fond prend toute la largeur */
    background-color: #EACE16;
    z-index: 1000;
    display: none;
    padding: 20px 0;
    box-sizing: border-box;
}



.header{
      position: fixed; /* Fixe le header en haut */
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    z-index: 1100; /* Garde le header au-dessus des autres éléments */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); 
} 

.top-header {
    background-color: #f4f4f4; /* Couleur de fond du top header */
    padding: 10px;
    text-align: center;
}


/* Ensure the navbar itself has relative positioning */

/* Simo*/



.mega-content {
   display: flex;
    justify-content: flex-start; /* Aligner tout le contenu à gauche */
    max-width: 1300px; /* Largeur maximale */
    margin: 0 auto;
    flex-wrap: wrap;
    padding-left: 20px; /* Pour éviter que ça colle au bord */
}

.mega-column {
    flex: 1;
    min-width: 200px;
    padding: 10px;
    text-align: left; /* Alignement du texte à gauche */
}

html, body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

.mega-column ul {
   list-style: none;
    padding: 0;
}

.mega-column li {
  color: white;
  /*text-decoration: underline;*/
  font-weight: 600;
  margin: 0;
}

.mega-column a {
  /*text-decoration: none;*/
  /*  color: white;*/
  /*  font-size: 14px;*/
  /*  font-weight: bold;*/
    
    padding: 0px 2rem 0px;
    display: block;
    font-size: 1.2rem;
    color: var(--black);
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: 600;
    line-height: 32px;
    font-family: 'Nexa Black';
}

.mega-column a:hover {
      text-decoration: underline;
}

.active {
  display: block;
}

/* Sous-menus */
.submenu {
  display: none;
  list-style: none;
  padding-left: 15px;
}

.submenu.active {
  display: block;
  padding-left: 20px; /* Ajustez selon le décalage souhaité */
  transition: padding-left 0.3s ease-in-out;
}

/* Style du bouton burger */
.burger-menu {
  display: none;
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 1000;
}


/* end  css burger menu  */


/* new css hakimi  */


/* end css hakimi
*/




/* end css hakimi */



::placeholder { 
  color: gray;
  font-style: italic;
  opacity: 1; /* Assurez-vous que le placeholder est bien visible */
}