*
{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: sans-serif;
}
header
{
    display: flex;
    justify-content: space-around;
    cursor: pointer;
    background-color: blue;
    height:40px;
    width: 100%;
}
.Allbox
{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

.container .box1 #img{
    width: 80px;
    height: 80px;
    margin-top: -5px;

}

.box2:hover p,
.box3:hover p,
.box4:hover p,
.box5:hover p,
.box6:hover p,
.box7:hover p,
.box8:hover p
{
    color: crimson;
    cursor: pointer;
}
.container
{
    width: 100%;
    height: 100px;
    display: flex;
    padding: 10px;
    font-size: 12px;
    justify-content: space-around;
} 


.dropdown{
    position: relative;
    display: inline-block;
}

.dropdown-content{
    display: none;
    background-color: white;
    position: absolute;
    width: 180px;
    z-index: 1;
    
}

.dropdown:hover .dropdown-content{
    display: block;
    margin-top: 16px;
}
.img
{
    width: 100%;
    height: 500px;
    margin-bottom: 200px;
    margin-top: -10px;
    background-image: url(./image/Ai-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.heading 
{
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    margin-top: -150px;
    font-size: 35px;
}
.heading2
{
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 50px;
    font-size: 35px;
}
.mainicon
{
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    margin-left: 190px;
    gap: 50px;
    cursor: pointer;
   
}
.card1 , .card2 ,.card3 ,.card4 , .card5 ,.card6 , .card7 , .card8 ,.card9 , .card10 , .card11 ,.card12
{
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    width: 150px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.icon , .icon2 , .icon3 , .icon4 , .icon5 , .icon6 , .icon7 , .icon8 , .icon9 , .icon10 , .icon11 , .icon12
{
    width: 40px;
    margin-left: 10px;
}
.card-title , .card-title2 , .card-title3 , .card-title4 , .card-title5 , .card-title6 , .card-title7 , .card-title8 , .card-title9 , .card-title10 , .card-title11 , .card-title12
{
    font-size: 18px;
    color:  #004080;
}
.card1:hover, .card2:hover, .card3:hover, .card4:hover, .card5:hover, .card6:hover, .card7:hover, .card8:hover, .card9:hover, .card10:hover, .card11:hover, .card12:hover {
    background-color: #f0f8ff; 
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); 
}
.mentor-section {
    text-align: center;
    padding: 50px 0;
}
.mentor-section h2 {
    font-size: 32px;
    margin-bottom: 30px;
}
.mentor-container {
    display: flex;
    justify-content: space-around;
    /* flex-wrap: wrap;  */
    margin: 0 auto;
    max-width: 1000px;
}
.mentor {
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    width: 250px;
    margin: 15px;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
}
.mentor img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.group-photo
{
    width: 450px;
    height: 300px;
    border-radius: 10px;
    margin-left: 100px;
    margin-right: 50px;
    margin-top: 50px;
    display: flex;
    justify-content: center;
}
.image-container {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.right-side {
    flex: 1;
    padding-left: 20px;
}

h2 {
    font-size: 2.5em;
    color: #333;
    line-height: 1.2;
}

p {
    font-size: 1.2em;
    color: #666;
    margin: 20px 0;
}

ul.benefits {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}

ul.benefits li {
    font-size: 1.1em;
    margin-bottom: 10px;
    width: 50%; 
    box-sizing: border-box;
}
.mac-book
{
    background-image: url(./image/mc-book_img.png);
    background-size: 100% 100%;
    margin-right: 50px;
}
.image-container2 {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.left-side {
    flex: 1;
    padding-left: 20px;
}

h2 {
    font-size: 2.0em;
    color: #333;
    line-height: 1.2;
}

p {
    font-size: 1.2em;
    color: #666;
    margin: 20px 0;
}

ul.benefits2 {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}

ul.benefits2 li {
    font-size: 1.1em;
    margin-bottom: 10px;
    width: 50%; 
    box-sizing: border-box; 
}
.icon-city {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
    cursor: pointer;
    max-width: 1200px;
    margin: 0 auto;
}

.card {
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    width: 250px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.city-icon {
    width: 100%;
    margin: 0 auto 10px;
    display: block;
}

.city-name {
    font-size: 1.2em;
    font-weight: bold;
    margin: 10px 0 5px;
}

.city-locations {
    font-size: 1em;
    color: #555;
}
.card-title {
    font-size: 1.2em; 
    font-weight: bold;
}
.career-courses {
    text-align: center;
    padding: 20px;
}

.career-courses h1 {
    font-size: 2em;
    color: #333;
    margin-bottom: 20px;
}

.course-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 20px;
}

.course-card {
    background-color: white;
    width: 350px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
}

.course-card img {
    width: 200px;
    height: 100px;
    margin-bottom: 15px;
    margin-top: 10px;
}

.course-card h2 {
    font-size: 1.2em;
    color: #333;
    margin-bottom: 10px;
}

.course-card p {
    font-size: 0.9em;
    color: #666;
    line-height: 1.5;
    margin-bottom: 20px;
}

.course-card button {
    background-color: #0a5a82;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 0.9em;
}

.course-card button:hover {
    background-color: #084a6e;
}
.trending-courses {
    padding: 40px;
    text-align: center;
}

.trending-courses h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #333;
}

.course-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    /* gap: 20px; */
}

.course-card {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 200px;
    text-align: center;
    padding: 20px;
    transition: transform 0.3s ease;
}

.course-card img {
    width: 100%;
    height: 120px;
    border-radius: 8px;
}

.course-card h3 {
    font-size: 1rem;
    margin: 15px 0;
    color: #333;
}

.course-card button {
    background-color: #003366;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.course-card button:hover {
    background-color: #0055aa;
}

.course-card:hover {
    transform: translateY(-5px);
}
