 :root {
  --primary: #37ca37;
  --secondary: #188bf6;
  --white: #ffffff;
  --gray: #cbd5e0;
  --black: #000000;
  --red: #e93d3d;
  --orange: #f6ad55;
  --yellow: #faf089;
  --green: #9ae6b4;
  --teal: #81e6d9;
  --malibu: #63b3ed;
  --indigo: #757BBD;
  --purple: #d6bcfa;
  --pink: #fbb6ce;
  --transparent: transparent;
  --overlay: rgba(0, 0, 0, 0.5);
  --my-custom-color-92: #999999;
  --my-custom-color-68: #56afd5;
  --my-custom-color-51: #707780;
  --my-custom-color-90: #C1C7CE;
  --my-custom-color-74: #9A65A5;
  --my-custom-color-26: #464646;
  --my-custom-color-20: #f5f8fb;
  --my-custom-color-11: #00000014;
  --my-custom-color-77: #ffffff1a;
  --color-lkpp19ky: #0F478B;
  --color-lkwk8khs: #CB8722;
  --color-ll8jxox3: #FFD523;
  --color-ll8kf3yz: rgba(248,248,248,0.4);
  --my-custom-color-86: #e94558;
  --my-custom-color-62: #333;
  --my-custom-color-40: #efefef;
  --color-lrpiha78: #0F478B;
  --color-lrzfyxja: #0E478B;
  --color-lt4oia21: #F6AD55;
  --color-m154kp44: #4A4484;
  --color-m154l64g: #4C6B98;
  --color-m154oy0q: #44E0D1;
  --color-m1dzqfbi: 4FAADB;
  --color-m1dzqxue: 1798D8;
  --color-m1sixi7k: #279CDA;
  --color-m1ug3uns: ;
  --color-m1ug4fox: #0067FF;
  --color-m1xmq578: R0 V103 B222;
  --color-m1xnczfr: R0 V103 B255;
  --color-m1xozlem: #020F58;
  --color-m23cox8g: #FFFF33;
  --arial: 'Arial';
  --lato: 'Lato';
  --open-sans: 'Open Sans';
  --montserrat: 'Montserrat';
  --roboto: 'Roboto';
  --nunito: 'Nunito';
  --nunito-sans: 'Nunito Sans';
  --contentfont: 'Open Sans';
  --headlinefont: 'Nunito';
  --text-color: var(--my-custom-color-92);
  --link-color: var(--my-custom-color-68);
}
 
 body, html {
  margin: 0;
  padding: 0;
  font-family: 'Arial', sans-serif;
}

.cont2 {
  position: relative;
  width: 105%;
  margin-top: -101px;
 
}
.z5{
  text-align: center;
  font-size: 14px !important;
    font-weight: 400;
    color: #000;
    padding-bottom: 50px;
}

.main-container {
  width: 100%;
  
}
.imagee{
  background: url('image/back.webp') no-repeat center  center/cover; 
}
.z2{
  width: 50%;
 margin-top: -29%;
}
.z4{
color: #0067ff !important;
font-family:  var(--headlinefont);
margin-top: -46px;
margin-bottom: 52px;
font-weight: bold;
}


.titre1{
  font-size: 40px!important;
 
  font-weight: 700;
  font-family:  var(--headlinefont);
  color: var(--white);
  text-shadow: none;
  line-height: 3rem;
  letter-spacing: 0;
  text-align: center;
  margin: unset;
  margin-top: -86px;
}
.z1{
  font-family:  var(--headlinefont);
}
.digital{
  color: #ffff33;
  text-decoration: none;
}

.header-content {
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white; 
    text-align: center;
    padding: 10px;
    border-radius: 5px; 
}

.header-content p {
  font-size: 14px;
  margin-bottom: 2rem;
}

.header-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.close-btn {
  font-family: var(--headlinefont);
  background-color: #0067ff;
  color:white;
  padding: 15px 90px;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  margin-bottom: 2rem;
}
.video-play{
  margin-bottom: 6%;
}

.video-play .play-button {
  font-size: 3rem;
  color: white;
  text-decoration: none;
}

.program-section {
  display: flex;
  justify-content: space-around;
  padding: 2rem;
  background-color: #0067ff;
  border-radius: 10px;
  margin-top: -5%;
  z-index: 1;
}

.program-item {
  display: flex;
  flex-direction: column;
  align-items: self-start;
  color: white;
  margin: unset;
  box-sizing: border-box;
}

.program-item img {
  width: 50px;
  margin-bottom: 1rem;
}

.program-item h2 {
  font-size: 11pt;
  text-align: center;
}

.hero {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  
}

.content {
  text-align: center;
  color: #fff;
  z-index: 2;
}

.content h1 {
  font-size: 3em;
  margin-bottom: 20px;
}

.content p {
  font-size: 1.2em;
  margin-bottom: 40px;
}


.image12{
  width: 50%;  justify-content: left; margin-right: 93px;
}



.content button {
  padding: 15px 30px;
  background-color: #63b3ed;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 1em;
  cursor: pointer;
  transition: background 0.3s ease;
}

.content button:hover {
  background-color: #63b3ed;
}

.features {
  display: flex;
  justify-content: space-around;
  padding: 50px;
  background-color: #63b3ed;
  border-radius: 20px;

}

.feature {
  text-align: center;
  width: 30%;
}

.feature img {
  width: 60px;
  margin-bottom: 20px;
}

.feature h3 {
  font-size: 1.2em;
  color: #333;
}
.icon1{
  background: url();
}



/* .section-title {

  font-weight: 700px;
  color: #63b3ed;
  margin-top: -82px;
  margin-bottom: 71px;
} */

.section-subtitle {
  font-size: 18px;
  color: #5a5a5a;
}

.feature-card {
  border: none;
 
}
.card-title {
  font-size: 18px;
  color: #0067ff;
}

.card-text {
  font-size: 16px;
  color: #5a5a5a;
}



.card {
  
  border: none;
  display: flex;
  width: 100%;
}

.feature-icon img {
  width: 50px;
  height: 50px;
}

.card-title {
  font-size: 18px;
  color: #0067ff;
}

.card-text {
  font-size: 16px;
  color: #5a5a5a;


}



strong{
  color: #0067ff;
  font-weight: bold;
  font-size: 17px !important;
  font-family: var(--headlinefont);
  }


.hexagon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.imagecenter{
 width: 457px;
}

.z6{
  text-align: right;
  font-size: 30px !important;
  color:#0067ff ;
  font-weight: 700;


}
.z7{
    text-align: left;
  font-size: 30px !important;
  color:#0067ff ;
  font-weight: 700; 
   margin-left: 30px;

}
.z9{
    text-align: center;
  font-size: 30px !important;
  color:#0067ff ;
  font-weight: 700; 
   margin-left: 30px;

}
.z8{
  text-align: right !important;
}
.e1{
  color: #707780!important;
  font-size: 14px !important;
  font-weight: bold;
  
}
.b3{
  color: #707780 !important;
  font-size: 14px !important;
  font-weight: bold;
}
.b2{
  color: #707780 !important;
  font-size: 14px !important;
  font-weight: bold;
}

.e2{
  font-size: 14px !important;
  margin-top: -18px;
  color: #707780
}
.e3{
  font-size: 14px !important;
  margin-top: -39px !important;
  color: #707780
}
.e4{
  font-size: 14px !important;
  margin-top: -40px !important;
  color: #707780
}
.r1{
  color: #707780 !important;
  font-size: 14px !important;
  font-weight: bold;
}
.t3{
  color: #707780 !important;
  font-size: 14px !important;
  font-weight: bold;
}
.t2{
  color: #707780 !important;
  font-size: 14px !important;
  font-weight: bold;
}

.r2{
  font-size: 14px !important;
  margin-top: -18px;
  color: #707780
}
.r3{
  font-size: 14px !important;
  margin-top: -17px !important;
  color: #707780
}
.r4{
  font-size: 14px !important;
  margin-top: -19px !important;
  color: #707780
}

.hexagon h5 {
  font-size: 16px;
  padding: 0 10px;
}
.textLeft {
  text-align: left;
}
.paraLeft {
  text-align: left;
}

.text-left li {
  margin-bottom: 10px;
}

.text-primary {
  color: #0067ff;
}
section{
  margin-top:10%;
  
}


.programme-section {
  background: url(image/bg2.jpeg)no-repeat center center/cover ;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.1) ;
  
  
}

.text-white {
  color: #fff !important;
}

.description {
  font-size: 1.2rem;
  line-height: 1.5;
}


.line1{
  background-color: #f1f0f0;
  /* height: 300px; */
  width: 1px;
}
.line2{
  background-color: #f1f0f0;
  height: 100px;
  width: 1px;
  align-self: center;
}



.step-number {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
  
  
}

.step-box h4 {
  font-size: 1.25rem;
  font-weight: bold;
}

.step-box p {
  font-size: 0.95rem;
}

.btn-primary {


  padding: 0.75rem 1.5rem;
}
.p{
  color: black;
}

.accordion-button {
  color: #707780;
  font-size: 11pt;
 background-color: white;
 border-radius: 10px;

}
.text-gray{
  color: #707780;
}
.s1{
  border-top: 1 !important;
  color: #707780;
  margin: unset;
}
h4{
  font-weight: bold;
}
/* .accordion-button:hover {
  background-color: #d4d9df;
} */

.accordion-button:not(.collapsed) {
  color: black;
  background-color: white;
}

.accordion-body {
  font-size: 0.9rem;
 color: #707780;
}

.card-body1{
 margin-right: 32px;
}
.card-body2{
  margin-left: 16px;
 }

.card-body{
      background-color: #F5F8FB;
      border-radius: 10px;
}
h5.text-primary {
  font-weight: 600;
  margin-bottom: 0;
}

p {
  margin-top: 0;
}

.partner-logo {
  max-width: 150px;
  height: auto;
  margin: 10px;
}

.accordion-button:not(.collapsed) {
  color: #707780;

  box-shadow: none;
}



.bg-blue {
  background: linear-gradient(135deg, rgba(55, 152, 243, 0.8), rgba(137, 164, 245, 0.8)), url('background.jpg') no-repeat center center;
  background-size: cover;
}

h2, h4 {
  font-weight: 600;
}

/* .step {
  border-left: 2px solid #fff;
} */
.line1{
  background-color: white;
  width: 1px;
  margin-left: 130px;
}
.line2{
  background-color: white;
  width: 1px;
  height: 100px;
  margin: 20px;
}

.numberSize{
  font-size: 40pt;
}
.step h3 {
  color: #ffd700;
}

.step .icon i {
  font-size: 50px;
}

.step p {
  font-size: 14px;
}

.btn-outline-light {
  border-color: #fff;
}

.btn-outline-light:hover {
  background-color: #fff;
  color: #0067ff;
}
.display-4{
  font-family: var(--headlinefont);
  color: var(--white);
  font-weight: 400;
  text-shadow: none;
  line-height: 1.3em;
  letter-spacing: 0;
  text-align: center;
  font-size: 46px !important;
    font-weight: 700;
}

.imlage{
  height: 877px;
  width: 100%;
  background-image: url('image/bg2.jpeg') no-repeat center; 
}
/* h3,h4,p{
  text-align: left;
} */
.step1{
  border-left: 2px solid #fff;
height: 50px;
}
.div{
  background-color: #f1f0f0;
  width: 1px;
  align-self: center;
}

.cont{
  width: 53%;
}

/* .size {
  width: 44%;
  margin-left: -125px;
} */
.row {
  /* margin-bottom: 20px;
  margin-top: 15px; */
  padding: 15px 1px 34px 43px;
  margin: 46px 68px 7px 23px;
}


.text-gray{
  font-size: 13px;
  color: #707780;
  line-height: 1.5;
  font-family: Arial;
  align-items: center;
  cursor: pointer;
  padding: 2px;
}


.video-container {
  position: relative;
  width: 100%;
  max-width: 100%; 
  margin: 0;
}

.thumbnail {
  width: 100%;
  height: auto;
  display: block;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* width: 60px; */
  height: 10%;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ff{
  margin-top: -80px;
}
.play-button img {
  width: 100%;
  height: 87px;
}
.container
{
    position: relative;
    width: 100%;
    margin-top: -101px;
    padding: 30px;
}
.a2{
  text-align: left;
}
.a3{
font-family:  var(--arial);
font-size: 18px !important;
margin-top: 20px;
font-weight: bold;
line-height: 1.3em;
}
.a4{
font-size: 14px;
text-align: left !important;
  line-height: 17px;
}
.background-blur
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
 
    background-position: center;
    filter: blur(10px); 
    z-index: 1;
}

.main-image
{
    position: relative;
    z-index: 2;
    width: 100%; 
    height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); 
}

.nav-btn {
  position: absolute;
  top: 50%;
  padding: 16px;
  margin-top: -22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 30px;
  user-select: none;
  transform: translateY(-50%);
}

.prev {
  left: 0;
}

.next {
  right: 0;
}

.nav-btn:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.accordion-item{
  border: 1px solid #dee2e6 !important;
  border-radius: 10px !important;

}

.accordion-header,.accordion{
  outline: none !important;
  box-shadow: none !important;
}

.accordion-button{
  border: 0 !important;
  border-radius: 10px !important;
}

.ques{
  margin-bottom: -300px;
}


























