.main-banner-content-holder-header-text {
    font-size: 40px;
    font-weight: 800;
}

.main-banner-content-holder-sub-hader-text {
    font-size: 20px;
    font-weight: 300;
}

.featured-category-box {
    background-color: #fff;
    border-radius: 6px;
    padding: 16px 12px;
    box-shadow: 0px 2px 12px 6px #58647312;
    transition: all 200ms ease-out;
    text-decoration: none;
    font-size: 18px;
}

.modular-box {
    box-shadow: 0px 15px 40px 0px #0000001A;
    transition: all 200ms ease-out;
    background-color: #fff;
    border-radius: 12px;
}

.modular-box h3{
	font-size: 20px;
    font-weight: 700;
}

.cyan-arrow-bg {
    background: url(../img/mainPage/cyan-arrow.png) left bottom no-repeat;
}

.active-filter, .active-featured-filter{
    color: #fff;
    background: #003865;
}


/* Cards */
.card-title{
    color: #0058AD;
    font-weight: 700;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card-metadata{
	min-height: 50px;
}

.current-price {
    color: #222943;
    font-size: 36px;
    font-weight: 800;
}

.old-price {
    color: #919EBA;
    font-size: 20px;
    font-weight: 700;
    text-decoration: line-through;
}

/* Static Slides */
.static-slider-header{
	font-weight: 800;
}

.static-slide-arrow-container{
	position: relative;
}

.static-slide-container[category="yabanci-dil"]{
	color: #fff;
	background: url(../img/mainPage/transparent-bg.png) no-repeat right bottom  #A098C8;
}

.static-slide-container[category="yabanci-dil"] .static-slide-arrow-container:before{
	content: url(../img/mainPage/transparent-arrow.png);
	position: absolute;
    right: -20px;
    top: -20px;
}

.static-slide-container[category="yabanci-dil"] .btn-custom{
	background-color: #7165AC;
	color: #fff;
	border: 1px solid #FFFFFF66;
}


.static-slide-container[category="sertifika-programlari"]{
	color: #222943;
	background: url(../img/mainPage/sertifika-programlari-bg.png) no-repeat right bottom  #FBE0DF;
}

.static-slide-container[category="sertifika-programlari"] .static-slide-arrow-container:before{
	content: url(../img/mainPage/sertifika-programlari-arrow.png);
	position: absolute;
    right: -20px;
    bottom: -20px;
}

.static-slide-container[category="sertifika-programlari"] .btn-custom{
	background-color: #E52E27;
	color: #fff;
}


.static-slide-container[category="ucretsiz-kurslar"]{
	color: #8E3979;
	background: linear-gradient(249.17deg, rgba(112, 192, 86, 0.19) 10.15%, rgba(103, 189, 115, 0.19) 13.81%, rgba(82, 185, 162, 0.19) 21.34%, rgba(58, 184, 196, 0.19) 27.59%, rgba(32, 183, 216, 0.19) 32.24%, rgba(12, 182, 224, 0.19) 34.76%, rgba(27, 177, 221, 0.19) 36.81%, rgba(49, 164, 212, 0.19) 40.15%, rgba(69, 143, 198, 0.19) 44.35%, rgba(85, 114, 179, 0.19) 49.24%, rgba(96, 76, 157, 0.19) 54.67%, rgba(99, 61, 151, 0.19) 56.36%, rgba(117, 59, 138, 0.19) 57.37%, rgba(142, 57, 120, 0.19) 59.3%, rgba(163, 54, 103, 0.19) 61.41%, rgba(182, 50, 88, 0.19) 63.66%, rgba(198, 46, 75, 0.19) 66.09%, rgba(211, 42, 63, 0.19) 68.77%, rgba(221, 38, 53, 0.19) 71.79%, rgba(227, 36, 46, 0.19) 75.34%, rgba(231, 34, 42, 0.19) 79.93%, rgba(232, 33, 41, 0.19) 89.39%);
}

.static-slide-container[category="ucretsiz-kurslar"] .static-slide-arrow-container:before{
	content: url(../img/mainPage/ucretsiz-egitim-arrow.png);
	position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
}

.static-slide-container[category="ucretsiz-kurslar"] .btn-custom{
	background-color: #fff;
	color: #8E3979;
	border: 1px solid #8E3979;
}

.static-slider-img{
	border-radius: 15px;
}

.card-horizontal{
	box-shadow: 0px 15px 40px 0px #0000001A;
}

.testimonial-header{
	font-size: 20px;
	font-weight: 800;
}

.persona-photo{
	max-width: 60px;
}

.persona-name{
	font-size: 18px;
	font-weight: 700;
}

.list-unstyled li{
	display: flex;
	align-items: center;
}
