* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/*  */


body {
  /* background: linear-gradient(135deg, #667eea, #764ba2); */
  /* color: #fff; */
}
.navbar {
  background: rgba(0, 0, 0, 0.7);
}
.card, .course {
  background: #fff;
  color: #333;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
footer {
  background: #222;
  color: #eee;
}

/* Center navbar items */
.navbar-nav {
  margin: 0 auto;          /* Centers content */
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;               /* spacing between links */
}

/* Style navbar links */
.navbar-nav .nav-link {
  font-weight: 500;
  padding: 8px 16px;
  transition: all 0.3s ease;
  color: #333;
}

/* Hover effect */
.navbar-nav .nav-link:hover {
  color: #0d6efd;          /* blue hover */
  background-color: rgba(13, 110, 253, 0.1);
  border-radius: 6px;
}

/* Dropdown button alignment */
.navbar .dropdown .btn {
  font-weight: 500;
  transition: all 0.3s ease;
}

/* Dropdown hover */
.navbar .dropdown .btn:hover {
  color: #0d6efd;
}





/*  */
.navbar{
    z-index: 1;
}

#logo {
    width:100px;
    height: 50px;
    background-color:transparent;
    margin-top: 10px;
    margin-left: 20px;
    text-align: center;
}

#logo:hover {
    font-size: 50px;
    margin-top: 20px;
}


/*  Course Style */

.content {
    width: 90%;
    height: auto;
    /* border: 2px solid black; */
    margin-top: 40px;
    margin-left: 40px;
    margin: 30px;

    justify-content: space-evenly;
    display: grid;
    grid-template-columns: 4fr 4fr 4fr;
    display: flex;
    flex-wrap: wrap;
}

.course {
    width: 350px;
    height: 400px;
    /* border: 2px solid green; */
    margin: 10px 20px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    background-color: rgb(243, 240, 240);
    transition: all 2s;   
}

.course:hover{
    transform: scale(1.03);
    transition: 1s;
    box-shadow: 3px 2px 2px gray;
}

/*  coures write */
.coures-img {
    width: 98%;
    height: 250px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    background-size: cover;
    margin: 5px;
}

.course-box-img {
    /* box-shadow:  2px 3px 3px  rgb(158, 156, 156); */
}

.course-title {
    /* margin-top: 10px;
     margin-left: 20px; */
    /* margin: 10px 10px 0px; */
    background-color:rgb(231, 236, 237);
    height: 70px;
    line-height: 2;
    width: 100%;

}

p {
    margin-left: 20px;
}

#view-more {
    background: red;
    color: white;
    width: 80%;
    height: 30px;
    margin-left: 30px;
    border-radius: 10px;
    border: none;
    text-align: center;
    margin-top: 20px;

}

#view-more:hover {
    background-color: rgb(42, 42, 91);
}


/* marquee */
.marque-container{
    width: 70%;
    border: 2px solid rgb(244, 242, 242);
    margin-left: 200px;
}
hr{
    width: 90%;
}

.marque-container img{
    width: 150px;
    height: 90px;
    padding: 20px;
}



/* Footer Style */
.foot-container {
    width: 100%;
    height: auto;
    background-color: rgb(40, 38, 38);
    margin-top: 10px;

    display: grid;
    grid-template-columns: 2fr 2fr 2fr 2fr 2fr;
    display: flex;
    flex-wrap: wrap;

}

.foot-part {
    /* border: 2px solid green; */
    margin: 10px;
    width: 250px;
    /* height: 400px; */
    color: white;
    /* margin: auto; */
    text-align: center;

}

.foot-part>h3 {
    color: rgb(231, 215, 215);
    margin: auto;
}

hr {
    width: 100px;
    line-height: 2;
    margin: auto;
}


.foot-part #foot-logo {
    width: 150px;
    height: 100px;
    background-color: aliceblue;
}

.foot-details .basic-details {
    font-size: 14px;
}

.foot-details ul li a {
    text-decoration:none ;
    color: white;
    font-size: 14px;
    line-height: 1.5;

}

.foot-details ul li {
    text-align: start;
    list-style: none;
    
}


.foot-details .fa-solid:hover {
    color: red;
}




.foot-contact {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
    background-color: rgb(59, 56, 56);
}




/* ********** Icons************  */
#follow-contact {
    color: red;
    font-size: 20px;

}

.fa-brands {
    font-size: 25px;
}

.fa-whatsapp {
    color: green;
}

.fa-whatsapp:hover {
    color: rgb(97, 97, 232);
}

.fa-instagram {
    color: palevioletred;
}

.fa-instagram:hover {
    color: rgb(97, 97, 232);
    font-size: 28px;
}

.fa-facebook {
    color: rgb(81, 81, 179);


}

.fa-facebook:hover {
    color: rgb(97, 97, 232);
    font-size: 28px;
}

.fa-youtube {
    color: red;
}

.fa-youtube:hover {
    color: rgb(97, 97, 232);
    font-size: 28px;
}

.fa-linkedin {
    color: rgb(14, 14, 222)
}

.fa-linkedin:hover {
    color: rgb(97, 97, 232);
    font-size: 28px;
}

/*  copy Right */
.foot-copy {
    width: 100%;
    text-align: center;
    background-color: rgb(59, 56, 56);
    color: white;
    font-size: 15px;
    margin-bottom: 3px;
    /* line-height: 0.6; */

}
.foot-copy p{
    margin: 20px;
    line-height: 0.4;
}

.fa-duotone {
    color: yellow;

}