/* 
Theme Name: STT Migas Cilacap
Theme URI: https://sttmigascilacap.ac.id/
Description: STT Migas Cilacap is a child theme of Hello Elementor, created by Inovis team. This theme for STT Migas Cilacap site.
Author: Ahmad Rosid
Author URI: https://www.inovis.id/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, responsive
*/

/*
    Add your custom styles here
*/
.hero-slider .title, .hero-slider .content{
    font-family: "Poppins", Sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.2em;
}
.hero-slider .sub-title{
    font-family: 'Playfair Display', serif;
    font-size: 50px;
    font-weight: 700;
}
.hero-slider .overlay{
    background: linear-gradient(90deg, rgba(30, 30, 30, 0.9) 38.16%, rgba(0, 0, 0, 0.539062) 68.64%, rgba(255, 255, 255, 0) 100%)
}
.hero-slider .bg-cover.bg-no-repeat{
    background-position: top center;
}
.bc-link, .bc-text{
    font-family: "Poppins", Sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1em;
}
.bc-link{
    color: #A0A0A0;
}
.bc-link:hover, .bc-text{
    color: #3DB166;
}
.slick-dots {
    display: flex;
    justify-content: center;
    bottom: 20px;
    z-index: 999;
}
.slick-dots li{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    border-radius:100%;
    border: none;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 14px;
    line-height: 1em;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li:hover, .slick-dots li.slick-active{
    background: #dd7521;
}
.slick-dots li:focus{
    outline: none;
}
.slick-dotted.slick-slider{
    margin-bottom:0;
}

@media(max-width:1024px){
    .hero-slider .sub-title{
        font-size: 46px;
    }
}

@media(max-width:767px){
    .hero-slider .sub-title{
        font-size: 32px;
    }
    .hero-slider .hero-item{
        max-width: 450px;
    }
    .hero-slider .bg-cover.bg-no-repeat{
    background-position: top left;
    }
}