@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600&display=swap");
* {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  border: none;
  transition: all 0.2s linear;
}


.container{
  width:  80%;
  margin: 0 auto ; 
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 9rem;
}
html::-webkit-scrollbar {
  width: 1rem;
}
html::-webkit-scrollbar-track {
  background: #111;
}
html::-webkit-scrollbar-thumb {
  background: #008080;
}


i{
  color: #fff;
}

section {
  padding: 3rem 9%;
}

body {
  background: #fff;
  overflow-x: hidden;
}

h1{
  color: #008080;
}

.header__right h1{
  color: #008080;
  font-size: 30px;
}


h5{
  font-size: 15px;
  color: #fff;
}





p{
  color: #fff;
  font-size: 1.5rem;
}
a{
  color: #008080;
  font-size: 1.5rem;
  text-decoration: none;
}

img{
  width: 70%;
  display: block;
  object-fit: cover ;
}

/* ===========================Nav BAr Start===================== */
.btn{
  color: #fff!important;
}


.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #008080;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 9%;
  line-height: 2;
}

.header .navbar a {
  font-size: 2rem;
  color: #fff;
  display: inline-block;
  margin: 0.1rem 1rem;
  text-decoration: none;
}
.header .navbar a:hover {
  color: #111;
}
.header .btn {
  margin-top: 0;
}

.logo {
  font-size: 1.7rem;
  color: #fff;
  font-weight: bolder;
  display: flex;
}
.logo img {
  display: inline-block;
  width: 25px;
  height: 25px;
}

.logo1 img {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin-top: 30px;
  margin-bottom: 15px;
}


.section_header h3{
  margin-top: 50px;
  color: #008080;
}

#menu-btn {
  font-size: 2.5rem;
  color: #fff;
  cursor: pointer;
  display: none;
}


.logo-image img{
  border-radius: 50%;
}


.logo1 img{
  border-radius: 50%;
}

/* ===========================Start About Achievement================ */

.about__achievements-container{
  padding-top: 100px;
  display: grid;
  grid-template-columns: 40% 55%;
  gap: 5rem;
}
.about__achivements-right > p{
  margin: 1.6rem 0 2.5rem;
}

.achievements__cards{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.achievement__card{
 background-color: #008080;
  padding: 1.6rem;
  border-radius: 1rem;
  text-align: center;
  transition: all 400ms ease
}


.achievement__icon{
  background: #f75842;
  padding: 0.6rem;
  border-radius: 1rem;
  display: inline-block;
  margin-bottom: 2rem;
  font-size: 2rem;
}

.achievement__card:nth-child(2) 
.achievement__icon{
  background-color: #00bf8e;
}

.achievement__card:nth-child(3) 
.achievement__icon{
  background-color: #6c63ff;
}

.achievement__card p {
  margin-top: 1rem;
}

/* ===========================End About Achievement================ */


/* ====================Header Start================= */



.header__container{
  padding-top: 100px;
  display: grid;
  grid-template-columns: 3fr 1fr;
  align-items: center;
  gap: 5rem;
  height: 100%;
}


.header__left h1{
  padding-top: 1.5rem;
  color: #008080;
  font-size: 26px;
  line-height: 31px;
  font-weight: bold;
}


.header__left p{
  padding-top: 1.5rem;
  color: #111;
  font-size: 16px;
  line-height: 26px;
}

.image_store{
  width: 150px;
  display: inline-block;
}
.header__right{
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 3fr 1fr;
  align-items: center;
}
.header__right-image1{
  width: 320px;
}

.header__right-image2{
  width: 350px;
}


.header__right__text{
  padding-left: 50px;
}

/* ====================Header End================= */


/* ==================== Categories Start ================= */

.categories{
  background: #D8E8EA;
  height: 60rem;
}
.categories h1{
  line-height: 1;
  margin-bottom: 3rem;
}

.categories__container{
  display: grid;
  grid-template-columns: 60% 40%;
}

.categories__left{
  margin-right: 4rem;
}

.categories__left p{
  margin: 1rem 0 3rem;
  color: #111;
}


.categories__right{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}
.category{
  background: #008080;
  padding: 2rem;
  border-radius: 2rem;
  transition: all 400ms ease; 
  width: 150px;
}

.category:hover{
  box-shadow: 0 3rem 3rem rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.category:nth-child(2) .category__icon{
  background: #f75842;
}
.category:nth-child(3) .category__icon{
  background: #00bf8e;
}
.category:nth-child(4) .category__icon{
  background: #f7c94b;
}
.category:nth-child(5) .category__icon{
  background: #f75842;
}


/* ====================================Footer Start========== */

.footer_container h5{
  color: #008080;
  font-size: 2rem;
} 
/* ====================================Footer End========== */




.category__icon{
  background: #6c63ff;
  padding: 0.5rem;
  border-radius: 0.9rem ;
}

.category h5{
  margin: 2rem 0 1rem;
}
.category p{
  font-size: 0.85rem;
}

.custom_btn{
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 20px;
}

.custom_btn_div1{
  text-align: center;
}

.custom_btn_div2{
  text-align: center;
}

.custom_btn:hover h2{
  color: #fff!important;
  
}


/* ==================== Categories End ================= */

.about__achievements-right{
  padding-top: 10px;
  padding-bottom: 10px;
}

.about__achievements-right h1{
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
}

.about__achievements-right p{
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
}

/* ====================Partaire Section Start================= */
.partners {
  font-size: 2rem;
  font-weight: bolder;
  display: flex;
  overflow: auto;
  background-color: #d6f8f8;
  padding-top: 20px;
  padding-bottom: 20px;
}
.partners img {
  display: inline-block;
  width:auto;
  height: 100px;
}
.imageLogo {
  margin: 0 5px;
}

/* ====================Partaire Section End================= */


/* ====================Footer Start================= */
footer p{
  font-size: 1.2rem;
}
/* ====================Footer End================= */






@media (max-width: 991px) {

  .header {
    padding: 1.5rem 2rem;
  }

  section {
    padding: 3rem 2rem;
  }

  /* ==============================Categories================= */
  .categories{
    height: auto;
  }
  .categories__container{
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .categories__left{
    margin-right: 0;
  }
  /* ==========================Header================ */

  img{
    width: 100%;
    display: block;
    object-fit: cover ;
  }

  .header__container{
    gap: 0;
    padding-bottom: 3rem;
  }
  /* ============================== Courses ================= */
  .courses{
    margin-top: 0;
  }
  .courses__container{
    grid-template-columns: 2fr 1fr;
  }
  /* ============================== Courses ================= */
}
@media (max-width: 768px) {
  #menu-btn {
    display: inline-block;
  }

  .header .navbar {
    position: absolute;
    top: 99%;
    left: 0;
    right: 0;
    background: #008080;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  .header .navbar.active {
    display: inline-block;
    clip-path: polygon(0 0, 45% 0, 45% 100%, 0% 100%);
  }
  .header .navbar a {
    margin: 2rem;
    display: block;
  }

  
}
@media (max-width: 600px) {
  html {
    font-size: 50%;
  }

  .about .contant h3 {
    font-size: 3.5rem;
  }


  /* ==================== Header Start==================== */
  .header__container{
    grid-template-columns: 1fr;
    text-align: center;
  }

  .header__right{
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .header__left p{
    margin-bottom: 1.3rem;
    align-items: center;
  }

  .header__right-image1{
    align-items: center;
    width: 280px;
  }

  .header__right-image2{
    align-items: center;
    width: 300px;
  }

  .header__right__text{
    padding-left: 0px;
  }

 

    /* ==================== Header End==================== */

  /* ==================== Categories ==================== */
  .categories__right{
    grid-template-columns: 1fr 1fr;
    gap: 0.7rem;
  } 
  .category{
    padding: 1rem;
    border-radius: 1rem;
    width: 140px;
  }
  .category__icon{
    margin-top: 4px;
    display: inline-block; 
  }

  .bg-image{
    height: 70px;
    width: 80px;
  }


  /* ==============================Start Archievement=========== */

  .about__achievements-container{
    padding-top: 50px;
    display: inline-block;
  }

  .about__achievements-right{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .about__achievements-right h1{
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 20px;
  }

  .about__achievements-right p{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 15px;
  }

  /* ==============================END Archievement=========== */

}



@media (max-width: 400px) {

  .header__left p{
    align-items: center;
    padding-right: 20px;
  }
  
}


@media (max-height: 600px) {
  .header__right-image1{
    width: 280px;
  }
  
  .header__right-image2{
    width: 300px;
  }
  
 
}

/*# sourceMappingURL=style.css.map */