.hero-section{
    height: 100%;
    padding: 400px 44px 300px 44px;
}

.hero-section .indonesia-map{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
}

.hero-section .title{
    font-size: 72px;
    font-weight: bold;
    color: var(--primaryNeutral900);
    line-height: 110%;
}

.hero-section .icon{
    width: 64px;
    height: 64px;
    margin-right: 38px;
}

@media (max-width: 769px) {
    .hero-section .title{
        font-size: 30px;
        font-weight: bold;
        color: var(--primaryNeutral900);
        line-height: 110%;
    }
}

@media (max-width: 720px) {
    .hero-section{
        padding: 300px 40px 200px 40px;
    }

    .hero-section .title{
        font-size: 32px;
        font-weight: bold;
        color: var(--primaryNeutral900);
        line-height: 110%;
    }
    
    .hero-section .icon{
        width: 40px;
        height: 40px;
        margin-right: 18px;
    }
}

@media (max-width: 576px) {
    .hero-section{
        padding: 200px 38px 100px 38px;
    }

    .hero-section .title{
        font-size: 18px;
        font-weight: bold;
        color: var(--primaryNeutral900);
        line-height: 110%;
    }
    
    .hero-section .icon{
        width: 36px;
        height: 36px;
        margin-right: 18px;
    }
}

/* new outlet section */
.new-outlet-section{
    padding: 100px;
}

.new-outlet-section .title{
    font-size: 36px;
    font-weight: bold;
    color: var(--primaryNeutral900);
}

.new-outlet-section .card-outlet{
    border-radius: 12px;
    border: 1.5px solid var(--primaryNeutral200);
    padding: 24px;
    color: var(--primaryNeutral900);
}

.new-outlet-section .card-outlet .icon{
    width: 16px;
    height: 16px;
    
}

.new-outlet-section .card-outlet .place{
    font-weight: 600;
     
}

.new-outlet-section .card-outlet .address{
    font-size: 14px;
}

@media (max-width: 720px) {
    .new-outlet-section{
        padding: 80px;
    }

    .new-outlet-section .title{
        font-size: 28px;
    }
}

@media (max-width: 576px) {
    .new-outlet-section{
        padding: 40px;
    }

    .new-outlet-section .title{
        font-size: 18px;
    }
}

/* slick dot */

.slick-dots {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 1rem 0;	
	list-style-type: none;
	
}

.slick-dots li{
    margin: 0 0.25rem;
}

.slick-dots button{
    display: block;
    width: 8px;
    height: 8px;
    padding: 0;
    
    border: none;
    border-radius: 100%;
    background-color: var(--primaryNeutral900);
    
    text-indent: -9999px;
}

.slick-dots li.slick-active button{
    border: 1px solid var(--primaryNeutral900);
    border-collapse: separate;
    border-spacing: 15px;
}

/* list outlet section */
.list-outlet-section{
    padding: 100px;
}

.list-outlet-section .title{
    font-size: 36px;
    font-weight: bold;
    color: var(--primaryNeutral900);
    margin-bottom: 12px;
}

.list-outlet-section .desc{
    font-size: 16px;
    font-weight: 500;
    color: var(--primaryNeutral500);
}

.list-outlet-section .btn-outlet{
    font-weight: 600;
    color: var(--primaryNeutral900);
    width: 100%;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--primaryNeutral200);
}

.list-outlet-section .kecamatan{
    color: var(--primaryNeutral900);
    font-size: 14px;
    margin-bottom: 10px;
}

@media (max-width: 720px) {
    .list-outlet-section{
        padding: 80px;
    }

    .list-outlet-section .title{
        font-size: 28px;
    }

    .list-outlet-section .desc{
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .list-outlet-section{
        padding: 40px;
    }

    .list-outlet-section .title{
        font-size: 18px;
    }

    .list-outlet-section .desc{
        font-size: 12px;
    }
}

/* CTA SECTION */
.cta-section{
    padding: 80px 100px;
}

.cta-section .cta-wrapper{
    padding: 80px 0;
    width: 100%;
    border-radius: 40px;
}

.cta-section .cta-wrapper .title{
    color: white;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 24px;
}

.cta-section .cta-wrapper .description{
    font-size: 16px;
    font-weight: bold;
    color: white;
    margin-bottom: 40px;
}

@media (max-width: 720px) {
    .cta-section{
        padding: 60px 80px;
    }

    .cta-section .cta-wrapper .title{
        font-size: 34px;

    }
    
    .cta-section .cta-wrapper .description{
        font-size: 14px;
    }
}
@media (max-width: 576px) {
    .cta-section{
        padding: 40px 60px;
    }

    .cta-section .cta-wrapper .title{
        font-size: 32px;

    }
    
    .cta-section .cta-wrapper .description{
        font-size: 12px;
    }
}