#course_header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5rem;
    background-color: rgba(216, 235, 241, 0.3);

}

#course_header header{
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 50%;
    width: calc((100% - 2rem) / 2);
}

#course_header figure{
    width: calc((100% - 2rem) / 2);
}

#course_header header h1{
    font-size: 5rem;
    font-weight: 600;
}

#course_header figure img{
    height: auto;
    width: 100%;
}


#course_header header a{
    /* padding: .3rem; */
    text-decoration: none;
    width: fit-content;
}

#what_u_get{
    padding: 5rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

#what_u_get header h1{
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
}

#what_u_get .what-u-get-wrapper{
    display: flex;
    justify-content: space-evenly;  
}

.popup-course{
    display: none;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    background-color: var(--white-color);
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    padding: 2rem;
    
}

.courses-container .card{
    /* z-index: 1; */
    position: relative;
    cursor: pointer;
}


.courses-container .card:hover .popup-course{
    display: flex;
}

.popup-course a{
    padding: 2rem;
    text-decoration: none;
    color: white;
    background-color: var(--primary-color);
    width: 100%;
    text-align: center;
}

#what_u_get .what-u-get-wrapper .card{
    display: flex;
    gap: 1rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* border: 1px solid red; */
}

#what_u_get .what-u-get-wrapper figure {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(52, 166, 207, 1);
    padding: 1rem;
    border-radius: 50%;
    width: 150px;
    height: 150px;
}

#what_u_get .what-u-get-wrapper figure img{
    height: 100px;
    width: 100px;
}

#what_u_get .what-u-get-wrapper .card p{
    font-weight: 600;
}

#our_advantages{
    padding: 5rem;
    display: flex;
    flex-direction: column;
    background-color: rgba(216, 235, 241, 0.3);
    gap: 2rem;
}

#our_advantages header{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

#our_advantages header h1{
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
}

#our_advantages header p{
    color: #444444;
    font-size: 1rem;
    text-align:center;
}


#our_advantages .our-advantages-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#our_advantages .our-advantages-wrapper .card{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 2rem;
    width: 25%;
    border-radius: .5rem;
    background-color: var(--white-color);
}

#our_advantages .our-advantages-wrapper figure{
    width: 100%;
    height: 100px;
    overflow: hidden;
}

#our_advantages .our-advantages-wrapper .card figure img{
    height: 100%;
    width: auto;
}

#our_advantages .our-advantages-wrapper .card h3{
    font-weight: 600;
}


@media only screen and (max-width : 1100px){
    #course_header header p{
    display: none;

}

#course_header header h1{
    font-size: 4rem;
    font-weight: 600;

}


}

@media only screen and (max-width : 1000px){
#course_header header h1{
    font-size: 3.5rem;
}

#course_header figure img{
    height: auto;
    width: 80%;
}

#what_u_get , #course_header , #our_advantages{
    padding: 4.5rem;
}
}

@media only screen and (max-width : 900px){
#course_header header h1{
    font-size: 3rem;
}

#our_advantages .our-advantages-wrapper .card{

    width: 30%;

}

}

@media only screen and (max-width : 800px){
#course_header header h1{
    font-size: 2.5rem;
}

#what_u_get , #course_header  , #our_advantages{
    padding: 4rem;
}
#our_advantages .our-advantages-wrapper .card{

    width: 32%;

}

}

@media only screen and (max-width : 700px){
#course_header header h1{
    font-size: 2rem;
}

#what_u_get , #course_header  , #our_advantages{
    padding: 3.5rem;
}

#what_u_get .what-u-get-wrapper{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

#course_header{
    display: flex;

    /* flex-direction: column; */
    align-items: center;
    padding: 3rem;

}

#course_header header{

    align-items: start;
}

#our_advantages .our-advantages-wrapper{
    flex-direction: column;
    align-items: start;
    gap: 2rem;
}

#our_advantages .our-advantages-wrapper .card{
    width: fit-content;
}


}

@media only screen and (max-width : 600px){
#course_header header h1{
    font-size: 2.5rem;
}

#what_u_get , #course_header  , #our_advantages{
    padding: 4.5rem;
}
}

@media only screen and (max-width : 500px){
#course_header header h1{
    font-size: 1.3rem;
}
#course_header{
    padding: 2rem;

}
#what_u_get  , #course_header , #our_advantages{
    padding:2rem;
}

#our_advantages .our-advantages-wrapper .card{
    width: 100%;
}

}

@media only screen and (max-width : 400px){
#course_header header h1{
    font-size: 1.2rem;
}

#what_u_get , #course_header  , #our_advantages{
    padding: 1.5rem;
}
}