*{
    padding: 0;
    border: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

html, body {
  width: 100%;
  overflow-x: hidden;
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler:focus-visible {
  outline: none;
  box-shadow: none;
}

 

.social-icons i{
  font-size: 20px;
}
.nav p{
  margin: 0px;
  padding: 0px;
}
.ft p span{
  cursor: pointer !important;
}









.nav-link .active{
  color: white;
}
body{
  overflow-x: hidden;
}

.header-hero {
  height: 520px;
  width: 100%;
  background-image: url("2.jpeg");
  background-size: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  position: relative;
  
}

/* ================= HEADER ================= */
.header-nav {
  background-color:#0000002a;
color: white;
  padding: 25px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Montserrat', sans-serif;

  
 
}
.header-nav.scrolled {
  background-color: rgba(0, 0, 0, 0.647); 
}



.hero-content .hero-row {
    min-height: 90vh; 
    display: flex;      
    align-items: end; 
    position: relative; 
}


.hero-content span{
  font-size: 100px;
  color: black;
}





.custom-line {
    width: 60px;              
    height: 4px;              
    background-color: #000;   
    margin-top: 15px;         
    margin-left: 0;           
    border-radius: 2px;       
}





.header-nav .nav-link {
  color: white;
  font-size: 13px;
  text-transform: uppercase;
  margin: 0 10px;
  letter-spacing: 2px;
  
}

.header-nav .nav-link.active,
.header-nav .nav-link:hover {
  color: white;
 
  border-bottom: 2px solid white;
  border-radius: 2px;
  
  
}

.social-icons i {
  font-size: 20px;
  margin-left: 12px;
  cursor: pointer;
}

/* ================= HERO SECTION ================= */
.hero-section {
  padding: 80px 0;
  background: #fff;
}

.hero-text h1 {
  font-size: 100px;
  font-weight: 400;
  line-height: 1;
  color: black;
  
}
.my-mission{
  
  padding-top: 30px;
 


}


.hero-text h1 span {
  font-weight: 800;
  color: black;
  font-size: 100px;

  
}

.hero-text p {
  letter-spacing: 4px;
  color: #666;
  font-size: 52px;
  color: black;
  font-weight: 400;
}

.hero-img {
  max-height: 420px;
  object-fit: cover;
}
.section-title {
 /* Brings the text close to the line */
  
  font-size: 45px;
  color: black;
  cursor: pointer;


}
.PERSONAL {
    font-size: 130px;
}


.btn-primary{
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #64abf8;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
  border: 2px solid rgb(7, 243, 243);
   box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
  
}
.btn-primary:hover{
  
  transform: translateY(-4px);
  background-color: steelblue;
 
}

.accent-line {
  width: 60px;        
  height: 3px;        
  background-color: #64abf8; 
  margin-bottom: 20px; 
  border-radius: 10px;

}
.icon{
  position: absolute;
  top: 0;
  right: 0;
  font-size: 30px;
  color: darkgrey;
  font-weight: 900;
}
.text-about{
  position: relative;
}

.button{
  position: absolute;
  top: 82%;
  left: 49%;
color: rgba(0, 0, 0, 0.597);
font-size: 20px;
cursor: pointer;
transition: all 1s ease;
  
}
.button:hover{
  color: #64abf8;
  transform: translateY(-5px);
  
}
.p-p{
  margin-top: 20px;
  line-height: 35px;
  
  color: #666;
  font-size: 19px;
  font-weight: 300;
  
}
.about-p{
  margin-top: 20px;
  line-height: 35px;
  letter-spacing: 1px;
  color: #666;
  font-size: 20px;
  font-weight: 300;



}

.about-img img{
  height: 600px;
  object-fit: cover;
}


.about-img {
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.about-img:hover {

  transform: translateY(-5px);
}


.parent{
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
  margin-top: 15px;
  
  

}
.parent-p{
  font-size: 18px;
  color: black;
  font-weight: 400;
  
}

.parent img{
  height: 50px;
  width: 80px;
  border-radius: 5px;
}
.col h2{
font-weight: 500;
font-size: 25px;
color: black;

}
.p{
  margin-top: 20px;
  line-height: 35px;
  letter-spacing: 1px;
  color: #666;
  font-size: 19px;
  font-weight: 300;
}
.mission-h{
  font-size: 25px;
  font-weight: 400;
  color:black;
}
.my-programe{
  margin-top: 50px;
  padding-top: 40px;
  
  margin-bottom: 50px;
  padding-bottom: 50px;
}
.Programme img{
  height: auto;
  width: 100%;
  
  transition: 0.4s;
  border-radius: 10px;
}
.p-img{
  overflow: hidden;
  border-radius: 10px;
}
.Programme{
  overflow: hidden;


}
.footer-bottom{
  background-color: #90caf9;
  padding-bottom: 25px;
  color: white;
  
}
.footer-bottom p{
  letter-spacing: 2px;
font-weight: 400;
line-height: 35px;
color: white;

font-size: 15px;

}
.Programme img:hover{
  transform: scale(1.1);
 
}

.Programme-p{
  letter-spacing: 2.5px;
font-weight: 400;
  color: #666;
  font-size: 18px;
  font-weight: 300;
}
.Programme h2{
  font-weight: 400;
font-size: 25px;
color: black;
margin-top: 35px;
 
}
.date{
  font-size: 16px;
  color: #666;
  font-weight: 300;
 

}
.mission-text p{
  margin: 0;
  padding-top: 10px;

}

.site-footer {
  background-color: #89bdf0; 

}


.border-top {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

.site-footer h5 {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.5px;
  cursor: pointer;
}

.site-footer p, 
.site-footer li, 
.site-footer a {
  letter-spacing: 2px;
font-weight: 400;
line-height: 35px;
color: white !important;

font-size: 15px;

  
}
.site-footer{
  position: relative;
}
.down i{
  color: black;
  font-size: 30px;
  color: #64abf8;
  
}
.down a{
  text-decoration: none;
  border-bottom: none !important;
}

.down{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color:whitesmoke;
  top: -35px;
  left: 50%;
    box-shadow: 0 4px 15px rgb(138 138 138 / 52%);
  z-index: 111;
  font-size: 30px;

}
.Contact i{
  font-size: 22px;
}
.site-footer a{
  text-decoration: none !important;
  border-bottom: 2px solid rgba(0, 0, 0, 0.118);
  
  color: white !important;
}


.site-footer a:hover {
  color: #ffffff !important;
  
  
}


.contact-list i {
  font-size: 0.85rem;
  vertical-align: middle;
}



/* ======================================================
   RESPONSIVE DESIGN (Media Queries)
   ====================================================== */

@media (max-width: 992px) {
    .hero-content h1, .hero-content span, .PERSONAL {
        font-size: 80px;
        
        
    }
    .hero-content{
      padding-top: 100px;
    }
    .hero-text p {
        font-size: 35px;
    }
    .about-img img {
        height: 450px;
    }
    .header-nav .nav-link {
        margin: 0 5px;
        font-size: 12px;
    }
}


@media (max-width: 768px) {

    .header-hero {
        min-height: auto; 
        background-size: cover;
        background-position: center;
       
        
        
           
       
    }
    .hero-content h1 span{
      font-size: 50px;
    }
    
    .hero-content h1, .hero-content span {
        font-size: 50px;
        line-height: 1.1;
        
        
    }
    .PERSONAL {
        font-size: 40px !important;
        letter-spacing: 2px;
    }
    .hero-text p {
        font-size: 24px;
        letter-spacing: 2px;
    }
    .button {
        left: 67%; 
        top: 62%;
        font-size: 16px;
    }

    
    .navbar-collapse {
        background: rgba(0, 0, 0, 0.9);
        padding: 20px;
        border-radius: 10px;
        margin-top: 10px;
    }

    
    .about-img img {
        height: auto;
        margin-bottom: 20px;
    }
    .ps-5 {
        padding-left: 1rem !important; 
    }
    .section-title {
        font-size: 35px;
    }
    .about-p, .p, .p-p {
        font-size: 16px;
        line-height: 28px;
    }

    
    .Programme {
        margin-bottom: 40px;
    }
    .icon {
        display: none; 
    }

    
    .site-footer {
        text-align: center;
    }
    .offset-lg-7 {
        margin-left: 0;
    }
    .site-footer .row div {
        margin-bottom: 30px;
    }
   
  
}


@media (max-width: 480px) {
    .hero-content h1, .hero-content span {
        font-size: 45px;
    }
    .down{
      left: 42%;
    }
    .PERSONAL {
        font-size: 30px !important;
    }
    .button{
      display: none;
    }
    .mission-h {
        font-size: 22px;
        margin-top: 20px;
    }
    .Programme h2 {
        font-size: 20px;
    }
     
}


