.hero-slider {
	position: relative;
	/* overflow: hidden; */
}

.hero-slide {
	display: none;
	align-items: center;
	color: #fff;
}

.hero-slide:first-child {
	display: flex;
}

.nkg_ttdff {
    display: flex;
    align-items: start;
    width: 100%;
}


.hero-left {
	width: 50%;
}

.hero-right {
	width: 50%;
	text-align: right;
}
.nkg_ttdff h1 {
    margin-bottom: 0;
}
.nkg_ttdff .hero-left p {
    margin-bottom: 25px;
}
.hero-right img {
	max-width: 90%;
	border-radius: 0 80px 0 0;
}
.nkg_ttdff .hero-left {
    padding-top: 75px;
}

.hero-btn {
	display: inline-block;
	margin-top: 20px;
	padding: 12px 28px;
	border-radius: 30px;
	text-decoration: none;
}

.hero-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 10;
}
.nkg_ttdff a.hero-btn {
    text-decoration: none;
}

.hero-arrow.prev { left: 20px; }
.hero-arrow.next { right: 20px; }
.elementor-widget-hero_slider {
    width: 100%;
}
.nkg_slider .hero-dots {
    position: absolute;
    bottom: 90px;
    left: 25px;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 20;
}
.hero-dot {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #7D7C7D;
	cursor: pointer;
	
}
.hero-dot.active {
	background: #FD5117;

}
.nkg_slider .hero-arrow {
    border: 1px solid;
    width: 48px;
    height: 48px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nkg_slider .hero-arrow.prev {
    left: -70px;
}
.nkg_slider .hero-arrow.next {
    right: -70px;
}
.hero-slider.nkg_slider .hero-left p {
    font-size: 50px !important;
}
.hero-slider.nkg_slider .hero-left h1 {
    font-size: 46px !important;
}
.hero-slider.nkg_slider .hero-left a.hero-btn {
    position: absolute;
    bottom: 0;
}
.hero-slider.nkg_slider .hero-left {
    height: 410px;
    position: relative;
}
