*{
    margin: 0;
    padding: 0;
    line-height: 20px;
    font-family: "Montserrat", Arial, sans-serif;
}
body{
    /* width: 100%; */
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 0px auto;
    background-color: whitesmoke;
}


.about-us{
    padding: 10px;
    margin:  10px 10px 50px 10px;
    font-size: 22px;
    color:white;
    font-size: 35px;
    /* font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; */
    font-weight:600;
    text-align: center;
}
.about-first-div{
    /* background-image: url(../img/ai-generated-7992462_1280.jpg) ; */
    background-size: cover;
    background-position: center;
    justify-content: center;
    align-items: right;
    text-align: center;
    padding: 20px 0;
    color: white;
    width:  100%;
    height: auto; 
    margin: 0 auto;
    padding: 20px 0  80px 0;
    /* align-items: center; */
    background-color: #0eafea;
    margin: auto;
    margin-bottom: 40px;
}
.about-us-flex{
    margin: auto;
    display: flex;
}
/* .about-us-flex>div>img{
    height: 435px; 
    width: 500px; margin: auto;
    margin-top: -155px;
   
} */
.about-us-flex>div{
    margin: auto;
}
.about-us-disc{
    font-size: 30px;
    line-height: 50px;
    max-width: 750px;
    margin: auto;
    transition: 350ms;
}
.about-us-disc:hover{
   /* text-decoration: underline; */
}
.aboutus-content>div>p{
    font-weight: 100;
    font-size: 18px;
    text-align: left;
    transition: 350ms;
    line-height: 1.5;
    color: #0a0a0a;
    padding: 20px;
    letter-spacing: 1px;
    border-radius: 5px;
    border: 1px solid  #0486C4;
   
}
.about-left-p:hover,.about-right-p:hover{
    background-color: #0486C4;
    color: white;
    padding: 20px;
    border-radius: 5px 60px 5px 60px;
    margin-top: -10px;
}


.about-lern-more {
    background-color: white;
    padding: 10px 20px;
    border-radius: 5px;
    width: fit-content;
    border-color:#0486C4;
    font-size: 17px;
    color: #0486C4;
}
.we-provide{
    margin-top: 140px;
}

.about-lern-more:hover {
    background-color: #0486C4;
    color: white;
}

@media (max-width: 768px){
.aboutus-content{
    max-width:370px ;
    margin: 10px  auto;
    padding: 0 4%;
}
.content-img{
  display: none;
}

                                        /* lern more */
    .about-lern-more {
        background-color: white;
        padding: 8px 15px;
        border-radius: 5px;
        width: fit-content;
        border-color:#0486C4;
        font-size: 14px;
        color: #0486C4;
        transition: 500ms;
        
    }
    
.about-lern-more:hover {
    background-color: #0486C4;
    color: white;
}
.about-right,.about-left{
  margin: auto;
}


}


@media (min-width: 769px){
    .aboutus-content{
        max-width: 912px ;
        margin: 50px  auto;
        display: flex;
        justify-content: space-between;
    }    
    .aboutus-content>div{
        width: 46%;
    }
                                            /* lern more */
    .about-lern-more {
        background-color: white;
        padding: 10px 20px;
        border-radius: 5px;
        width: fit-content;
        border-color:#0486C4;
        font-size: 17px;
        color: #0486C4;
        transition: 500ms;
    }
    
.about-lern-more:hover {
    background-color: #0486C4;
    color: white;
}

}

 .more-than{
   height: auto;
   padding: 70px;
   background-color: #ffffff;

 }
 .more-than-big{
    max-width:500px;
    margin: auto;
    font-size: 40px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: 2px;
 }
 .more-than-sml{
    font-size: 20px;
    max-width: 600px;
    margin:20px auto;
    line-height: 27px;
 }
 .to-blue{
    color: #0486C4;
 }

 
.container {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
  }
  
  h1 {
    text-align: center;
    margin-bottom: 30px;
  }
  
  .courses {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
  }
  
  .course {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
  }
  
  .course:hover {
    background-color: #0487c49f;
    /* box-shadow: 0 0 70px#ffd700; */
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
   }
  
  .course i {
    margin-bottom: 10px;
    display: block;
    text-align: center;
  }
  
  .course h2 {
    text-align: center;
    color: #333;
  }
  
  .course ul {
    padding: 0;
    margin: 10px 0;
  }
  
  .course ul li {
    list-style-type: none;
    margin-bottom: 5px;
  }
  
  .course p {
    color: #666;
    font-size: 0.9em;
  }

  @keyframes slideInFromLeft {
    0% {
      transform: translateX(-100%);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }

  .about-us p, .about-us-disc {
    opacity: 0;
    animation: slideInFromLeft 1s ease-out forwards;
  }

  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

  .course {
    animation: fadeIn 1s ease-out;
  }

  .about-left-p, .about-right-p, .about-us-disc {
    opacity: 0;
    animation: fadeIn 1s ease-out forwards;
  }

  @keyframes slideInFromBottom {
    0% {
      transform: translateY(100%);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }

  .about-us p, .about-us-disc {
    animation-delay: 0.5s;
  }

  .about-left-p, .about-right-p {
    animation: slideInFromBottom 1s ease-out forwards;
  }






.container1 {
  display: flex;
  max-width: 1100px;
  margin: auto;
  /* height: 300px; */
}

.text {
  flex: 1;
  padding: 20px;
}

.content {
  flex: 1;
  padding: 20px;
  background-color: #f0f0f0;
  border-left: 1px solid #ccc;
}

.custom-ul {
  list-style-type: none;
  padding: 0;
}
.content-img{
  background-image: url(../img/1711487826758.png);
  background-size: contain;
  background-repeat: no-repeat;
    background-position: center;
    justify-content: center;
    width: 550px;
    height: 400px; 
    margin: auto;
}

.custom-li {
  margin-bottom:10%;
  height :max-content;
  padding: 10px;
  transition: background-color 0.3s ease; /* Adding transition for smooth background change */
}

.custom-li:hover {
  background-color:white;
}

.custom-i {
  margin-right: 10px;
}

.custom-li {
  font-size: 18px; /* Increasing font size */
  vertical-align: top; /* Aligning text to the top */
}



  



  /* mentenanc */



  
.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
}

h1 {
  text-align: center;
  margin-bottom: 30px;
}

.services {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.service {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.service:hover {
  color: #f9f9f9;
  background-color: #0487c49f; 
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); /* Add a subtle shadow */
}
.service h2 {
  text-align: center;
  color: #333;
}
        
.service ul {
  padding: 0;
  margin: 10px 0;
}

.service ul li {
  list-style-type: none;
  margin-bottom: 5px;
}

.service p {
  color: #666;
  font-size: 0.9em;
}
/* ul>li{
  text-align: left;
  margin: 0 0 0 25% ;
} */


.none{
  display: none;
}
.block{
display: block;
}


/* -----------ditail info servese---------- */

.detail {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 300px;
  background-color: #f0f0f0; /* Change this to your desired background color */
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 0 20px#ffd700; /* Adding shadow for depth */

  /* Fancy animation */
  animation-name: slideIn;
  animation-duration: 0.5s;
}



.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #888;
}

.close-btn:hover {
  color: #555;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translate(-50%, -70%);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  
}
@keyframes slideout {
  from {
    opacity: 0;
    transform: translate(-50%, -70%);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  
}


}
/* -----------ditail info servese---- end ------ */