/*! 
 * * Theme Name: LARAPRESS
 * * Theme URI: none
 * * Description: Larapress and Tailwind custom wordpress theme.
 * * Author: Fast Eddy
 * * Author URI:
 * * Version: 1.0
 * * License: GNU General Public License v2
 * * License URI: http://www.gnu.org/licenses/gpl-2.0.html 
 * */

 .main-header{
	position: fixed;
	transition: .3s ease-in-out;
}
.main-header .container>.bg-white{
	box-shadow: 0 0 6px rgba(0,0,0,.2)
}
.fixed-bar .main-header{
	top: 10px;
}
@media(min-width: 1024px) and (max-width: 1439px){
	.navigation{
		gap: 17px !important;
	}
	.navigation li a{
		font-size: 16px !important;
	}
	.main-header .btn{
		font-size: 16px !important;
	}
	.main-header .w-\[280px\]{
		width: 240px !important;
	}
}
@media (min-width: 1024px) {
    .section--course .side-course.on-top {
        transform: translateY(-110%);
    }
}