.hr-hero-banner {
	position: relative;
}
.home-slider .swiper-slide.slide-1 {
	background-image: url('https://dynamicechildrenacademy.itsprowebsite.com/public/DNMCHLDACA/themeaB9xY12z/assets/images/banner/banner-01.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
.home-slider .swiper-slide.slide-2 {
	background-image: url('https://dynamicechildrenacademy.itsprowebsite.com/public/DNMCHLDACA/themeaB9xY12z/assets/images/banner/banner-02.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
.home-slider .swiper-slide.slide-3 {
	background-image: url('https://dynamicechildrenacademy.itsprowebsite.com/public/DNMCHLDACA/themeaB9xY12z/assets/images/banner/banner-03.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
/*.hr-hero-banner .swiper-container {
	height: 100%
}*/
.hr-hero-banner .swiper-container .swiper-slide {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-position: center;
	/* background-size: cover; */
	background-repeat: no-repeat;
	transform: translateY(-100px);
	background-size: 100% 100% !important;
	transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
}
.hr-hero-banner .swiper-container .swiper-slide-active {
	opacity: 1;
	transform: translateY(0);
	animation: zoomInSlow 5s ease-out forwards;
}

.hr-desktop-slider .hr-btn.btn-main {
	width: max-content;
	position: relative;
	color: var(--white);
}
.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-titel {
	font-size: 70px;
	font-weight: 700;
	line-height: 70px;
	color: var(--color-2);
	  font-family: var(--font-03);
}

.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-titel span {
	color: var(--color-6)
}

.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-text {
	max-width: 600px;
	font-size: 18px;
	margin-bottom: 40px;
	font-weight: 400;
	color: #000;
	line-height: 30px;
}

.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-btns-wrap {
  	transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
}
.hr-hero-banner .swiper-container .swiper-slide-active .hr-content .hr-btns-wrap {
  opacity: 1;
  transform: translateY(0);
}
.animate-content {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
}
.hr-hero-banner .swiper-button-prev {
	left: 50px
}

.hr-hero-banner .swiper-button-next {
	right: 50px
}
.hr-btn.btn-main {
	color: #fff;
	display: inline-block;
	cursor: pointer;
	outline: none;
	border-width: 0;
	border-style: solid;
	border-color: transparent;
	line-height: 1.42857;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	overflow: hidden;
	border-radius: 100px;
	padding: 18px 50px;
	font-size: 15px;
	font-weight: 600;
	background: var(--color-1);
}

.hr-hero-banner .swiper-button-next, .hr-hero-banner .swiper-button-prev {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	background: var(--color-1);
	color: var(--white);
	border-radius: 50%;
}
.hr-desktop-slider {
	display: block;
	height: 700px;
	object-fit: cover;
}
.home-slider {
	height: 600px;
}

.hr-tablet-slider {
	display: none
}

.hr-mobile-slider {
	display: none
}

.home-banner-content {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	z-index: 2;
}
.banner-lawer-img {
  position: absolute;
  bottom: 0;
  right: 70px;
  margin: 0;
}
.hr-desktop-slider .swiper-slide .container {
	height: 100%;
}
@keyframes zoomInSlow {
  from {
    background-size: 100%;
  }
  to {
    background-size: 110%;
  }
}
.home-banner-content .hr-content h1 {
	font-size: 70px;
	line-height: 70px;
	font-family: var(--font-03);
	color: #3d56f0;
	margin-bottom: 25px;
}
.home-banner-content .hr-content p {
  max-width: 600px;
  font-size: 18px;
  margin-bottom: 40px;
  font-weight: 400;
  color: #000;
  line-height: 30px;
}
.hr-btn.btn-main:hover {
	background: var(--color-2);
}
.home-slider .swiper-button-next, .swiper-button-prev {
	color: #fff;
	background: var(--color-1);
	width: 51px;
	height: 51px;
	border-radius: 50%;
}
@media(max-width:1200px){
	.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-titel {
  font-size: 50px
}
.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-titel {
	font-size: 40px;
}	
}
@media screen and (max-width:1024px) {
	.hr-desktop-slider {
		display: none
	}

	.hr-tablet-slider {
		display: block
	}

	.hr-mobile-slider {
		display: none
	}

	.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-sub-titel {
		font-size: .9rem
	}

	.hr-hero-banner .swiper-button-prev {
		left: 15px
	}

	.hr-hero-banner .swiper-button-next {
		right: 15px
	}
	.hr-header .hr-main-header .hr-inner-header .hr-brand .hr-brand-link img{
		height: 50px;
	}
	.hr-hero-banner .swiper-container .swiper-slide::after{
    z-index: -1;
  }
  .hr-hero-banner{
  	height: 565px;
  }
  .banner-lawer-img img{
  	max-width: 240px;
  }
}

@media(max-width:992px){
	.banner-lawer-img img {
	max-width: 180px;
}
}

@media screen and (max-width:480px) {
	.hr-desktop-slider {
		display: none
	}

	.hr-tablet-slider {
		display: none
	}

	.hr-mobile-slider {
		display: block
	}

	.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-sub-titel {
		font-size: .8rem
	}

.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-titel {
	font-size: 28px;
}
	.hr-hero-banner .swiper-container .swiper-slide::after{
    z-index: -1;
  }
  .hr-hero-banner{
  	height: 520px;
  }
  .hr-hero-banner .swiper-button-next, .hr-hero-banner .swiper-button-prev {
	width: 35px;
	height: 35px;
	display: none;
}
.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-text {
	font-size: 16px;
}
.hr-hero-banner .hr-content {
	padding-top: 100px;
	padding-left: 0px;
}	
.hr-hero-banner .swiper-button-prev {
	left: 2px;
}
.hr-hero-banner .swiper-button-next {
	right: 2px;
}			
}

