body {
    font-family: Arial, sans-serif;
}
.container1 {
    background-color:#ec6c5a;
    text-align: center;
    color:white;
    height: auto;
    justify-content: center;
    margin-top: -15px;
    display: inline-flexbox;
}

.container1 p{
    
    height:auto;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}


.header{
    background-color: white;
}

.container{
    background-color: white;
}

.container img{
    padding-left: -10px;
}

.container2{
    background-color: rgb(250, 210, 188);
    width: 100%;
    height:auto;
}

/* cateorgy cards page*/

h1 {
    font-size: 4rem;
    color: #333;
    font-weight: bold;
}

p {
    color: #f0667c;
}

h5{
    font-weight: bold;
    font-size: 1rem;
}

.category-card {
    border-radius: 8px;
    transition: background-color 0.3s, color 0.3s;
    display: flex;
    align-items: center;
    padding: 20px;
    
}

.category-card i {
    font-size: 45px;
    margin-right: 15px;
}

.category-card p {
    color: black;
    margin: 0;
}

.bg-lightgreen {
    background-color: #e2f3f0;
}

.text-darkgreen {
    color: black;
}

.bg-lightgreen:hover {
    background-color: #4CC082;
    color: white;
}




.bg-lightgray {
    background-color: #e0e5eb;
    
}

.text-darkgray {
    color: black;
}

.bg-lightgray:hover {
    background-color: #6c757d;
    color: white;
}

.bg-lightyellow {
    background-color: #ffeed3;
}

.text-darkyellow {
    color: black;
}

.bg-lightyellow:hover {
    background-color: #f8be60;
    color: white;
}

.bg-lightred {
    background-color: #ffebec;
}

.text-darkred {
    color: black;
}

.bg-lightred:hover {
    background-color: #EC6C5A;
    color: white;

}

.fa-pencil {
    color: #4CC082;
    font-size: 48px;
  }
  
.text-darkgreen .fa-pencil:hover {
    color: black;
  }
  

.btnn-success {
    background-color: #4CC082;
    border-color: #4CC082;
    font-size: 1.1rem;
    padding: 13px 40px;
    float: right;
    border-radius: 30px;
    color: white;
}

.btnn-success:hover {
    background-color: #44a872;
    color: white;
}
/* courses*/

#online h1 {
    font-size: 2.5 rem;
    color: #333;
    text-align: center;
    font-weight: bold;
}

#online h6 {
    font-size: 1rem;
    color: #f0667c;
    text-align: center;
}

.card {
    border:none;
    border-radius: 8px;
    padding: 12px;
    
}


.card-title {
    font-size: 1.2rem;
    color: #333;
    border-color: #19ea32;
}

.card-text {
    color: #555;
    padding:10px;
    
}

.card-body .card-title{
    font-weight: bold;

}

.badge {
    font-size: 0.8rem;
    padding: 5px 10px;
   
}

.btnnn-success {
    background-color: #4CC082;
    border-color: #4CC082;
    font-size: 1.1rem;
    padding: 13px 40px;
    border-radius: 30px;
    color:white;
    
}

.btnnn-success:hover {
    background-color:#44a872;
    color: white;
}


/*banner and navbar*/



.navbar-brand img {
    height: 40px;
}
.nav-link {
    color: #000;
    font-weight: bold;
}
.nav-link:hover {
    color: #4CC082; 
}
.nav-link.active {
    color: #28a745;
}



.container-fluid{
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
   
    
    

}

.banner {
    background:  rgb(250, 210, 188);
    color: #333;
    padding: 10px;
    text-align: center;
}

.banner h1 {
    font-family: 'Arial', sans-serif;
    color: #333;
    text-align: center;
}

.banner p {
    font-family: 'Arial', sans-serif;
    font-size: 1.25rem;
    text-align: center;
}

.input-group {
    max-width: 600px;
    height:50px;
    margin: auto;
    border-radius: 20px;
}

.input-group .form-control {
    border-radius: 10px;
}

.input-group .btn {
    border-radius: 20px;
}

.banner img{
    width: 80%;
    margin-top: 10px;
    height:auto;
}

.cards .card {
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;

}



/* 4 cards hip hover */

.cards .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    background-color: #4CC082; 
    color: white;
}

.cards .card-body {
    padding: 30px;
    
}

.cards .card-title {
    font-size: 2rem;
    font-weight: bold;
    color: #EC6C5A;
}

.cards .card-text {
    font-size: 1rem;
    text-transform: uppercase;
    margin-top: 10px;
    color: black;
}

.cards{
    padding: 10px;
}

/* about us */


#aboutus h6{
    color:brown;
    
}
#aboutus h2 {
    font-size: 3rem;
    color: #333;
    font-weight: bold;
    
    
}

p {
    color: #555;
    
}


.list-unstyled img {
    width:20px;
    height:auto;
}

.btn-success {
    background-color: #4CC082;
    border-color:#4CC082;
    font-size: 1.1rem;
    padding: 10px 30px;
    border-radius: 30px;
}



/*teacher*/

h1 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    font-weight: bold;
}

h6{
    color:#f0667c;
}

.card {
    border: none;
    transition: transform 0.3s;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    border-radius: 10px;
    

}

.roww {
    
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
    gap: 20px;
    justify-content: center;
}


.img-container {
    position: relative;
    overflow: hidden;
    border-radius: 15px;

}

.img-container img {
    width: 100%;
    transition: transform 0.3s;
    border-radius: 15px;
  
}

.img-container:hover img {
    transform: scale(1.1);
    
}

.social-icons {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    opacity: 0;
    transition: opacity 0.3s;
}

.img-container:hover .social-icons {
    opacity: 1;
}

.social-icons i {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    transition: transform 0.05s;
}

.social-icons i:hover {
    transform: translateX(-5px);
    color: #ff6363;
}

.card-body {
    padding: 0;

    
}

.card-body h5 {
    font-size: 1.2rem;
}

.card-body p {
    font-size: 0.9rem;
    color:#EC6C5A
}


/* core features*/



.feature-item {
    display: flex;
    align-items: center;
    font-size: 17px;
    color: #333;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: auto;
    margin-right: auto;
    
}

.feature-item .icon {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    
}

h1 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    
}

/* reviewers*/

.swiper {
    width: 100%;
    height: auto;
    background-color: #e2f3f0;
    padding-bottom: 130px;
    padding-top: 60px;
}

.swiper h6 {
    padding-top: 10px;
    text-align: center;
}

.swiper h1 {
    text-align: center;
}

.swiper-slide {
    text-align: initial;
    font-size: 17px;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.reviewer-info {
    margin-top: 20px;
}

.reviewer-info img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
}

.reviewer-info h5 {
    margin: 0;
}

.reviewer-info span {
    font-size: 14px;
    color: #777;
}


/*20 % offer*/


#hero-section {
    background-color: #ffe5cc;
    
    
    
     
}
#herosection{
    margin-top: 80px;
    margin-bottom: 80px;


}

#hero-section h1 {
    font-weight: bold;
    color: #333;
    
    font-size: 2.8rem;

}

#hero-section p {
    color: #ff6f61;
    font-size: 16px;
}

.subscribe-form {
    max-width: 500px;
    margin: 0 auto;
}

.subscribe-form input {
    border-radius: 30px;
    padding: 15px;
}

.subscribe-form button {
    border-radius: 30px;
    background-color:#4CC082 ;
    border: 0;
    padding: 15px;
    color:white;
}

.subscribe-form button :hover{
    background-color: #41a26f;
    color:white;
}









/*footer*/

footer {
    background-color: #ffffff;
    margin-top: 80px;
    margin-bottom: 50px;
    color: #333;
    padding: 20px 0;
    font-size: 14px;
}



footer h5 {
    font-weight: bold;
    margin-bottom: 20px;
}



footer a {
    color: #050000;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
    color: #19ea32;
}

.footer-menu .img-fluid {

    max-width: 100px;
}

.footer-menu .social-links ul {
    padding: 0;
    list-style: none;
}

.footer-menu .social-links li {
    display: inline-block;
    margin-right: 15px;
}

.footer-menu .social-links img {
    width: 30px;
    height: 30px;
    filter: grayscale(100%);
}

.footer-menu .social-links img:hover{
    color:#19ea32;
}

#footer-bottom {
    background-color: #ffffff;
    padding: 10px 0;
}

#footer-bottom p {
    margin: 0;
}

@media (max-width: 768px) {
    .footer-menu {
        text-align: center;
    }
    
    .footer-menu .social-links ul {
        justify-content: center;
    }
    
    #footer-bottom .text-md-end {
        text-align: center !important;
    }
}









