@charset "utf-8";

/*tagline */
.tagline-wrapper {
    background-color: #1F3343;
    padding: 40px;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
}
.tagline-box {
    text-align: center;
    max-width: 800px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    border: none;
}
.tagline-text {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    text-align: center;
}
.tagline-text h2 {
    color: #fff;
    font-size: 48px;
    margin-bottom: 0;
    line-height: normal;
    font-weight: 500;
}
.tagline-text h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 400;
}
.tagline-btn {
    background: #fff;
    border:2px solid #fff;
    font-size: 16px;
    border-radius:50px;
    padding: 10px;
    color: #1F3343;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 158px;
    height: 60px;;
    font-weight: 400;
    transition: all .5s ease-out;
}
.tagline-btn:hover {
    background: transparent;
    color:#fff;
}
/*end course list*/
@media (max-width:768px){
    .tagline-wrapper {
        padding:20px;
        background-size: contain;
    }
    .tagline-box {
        flex-direction:column;
        gap:10px;
    }
    .tagline-text {
        flex-direction:column;
    }
}
/*--------------------------  Laptop with HiDPI screen ( max 1440 ) --------------------------*/
@media (max-width:1440px){

}

/*--------------------------  MD ( max 1200 ) --------------------------*/
@media (max-width:1200px){
    
}

/*--------------------------  SM ( max 992 ) --------------------------*/
@media(max-width:992px){
    .youTubeSection{
	    padding: 40px 20px;
	    height: auto;
        background-position: right;
	}
	.partnersSection, .footerCols ,.FooterText{
		height: auto;
	}
    iframe {
        aspect-ratio: 16 / 9;
        height: auto !important;
    }
    .course-list-columns {
        flex-wrap: wrap;
    }
    .ai-search-wrapper {
        top: 280px;
    }
    .course-list-text h2,.tagline-text h2 {
        font-size:40px;
    }
}

/*--------------------------  XS ( max 767 ) --------------------------*/
@media (max-width:767px){

}

/*--------------------------  max 480 --------------------------*/
@media (max-width:480px){
    
}