@import url("https://fonts.googleapis.com/css2?family=Krub:wght@300;400;500;600;700&family=Open+Sans:wght@400;500;600;700;800&display=swap");

.slideshow-container {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	/* overflow: hidden; */
	z-index: -1;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	height: 100%;
}

.mySlides {
	display: none; /* Hide the images by default */
	width: 100%;
	height: 100%;
	position: relative;
}
.mySlides img {
	/* object-fit: cover; */
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: 500px;
	max-width: 100%;
	max-height: 100%;
	border-radius: 0px 15px 0px 0px;
}
/* Next & previous buttons */
.prev,
.next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -22px;
	padding: 16px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}

/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

/* Caption text */
.text {
	color: #fff;
	font-family: "Open Sans";
	letter-spacing: 1px;
	font-size: 15px;
	padding: 10px;
	position: absolute;
	border-radius: 0px 15px;
	/* width: 37%; */
	margin: 0 2%;
	text-align: left;
	background-color: rgba(0, 0, 0, 0);
	top: 12%;
	transform: translateY(-50%);
}

.text h1 {
	margin: 0px !important;
	font-size: 48px;
	color: #fff;
	font-family: "krub";
	font-style: italic;
	text-shadow: 1px 1px #fff;
}

.text p {
	color: #fff !important;
	font-weight: 600 !important;
}

.text p iconify-icon {
	font-size: 11px;
}

/* Number text (1/3 etc) */
.numbertext {
	color: #333;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

/* Fading animation */
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}

@-webkit-keyframes fade {
	from {
		opacity: 0.4;
	}
	to {
		opacity: 1;
	}
}

@keyframes fade {
	from {
		opacity: 0.4;
	}
	to {
		opacity: 1;
	}
}

.box {
	position: absolute;
	bottom: 0%;
	left: 43%;
	transform: translateX(-50%);
	padding: 1em;
}

/* The dots/bullets/indicators */
.dot {
	cursor: pointer;
	height: 8px;
	width: 8px;
	margin: 0 2px;
	border: 2px solid #fff;
	border-radius: 50%;
	display: inline-block;
	background-color: #fff;
	transition: background-color 0.6s ease;
	-webkit-box-shadow: 0px 4px 8px -3px rgba(0, 0, 0, 0.59);
	-moz-box-shadow: 0px 4px 8px -3px rgba(0, 0, 0, 0.59);
	box-shadow: 0px 4px 8px -3px rgba(0, 0, 0, 0.59);
}

/* .active,
.dot:hover {
  background-color: #9e0100;
} */

button {
	padding: 8px 15px;
	font-size: 14px;
	margin-top: 24px;
	border: none;
}

/*
.slidein {
  animation-duration: 3s;
  animation-name: slidein;
}

@keyframes slidein {
  from {
    margin-top: 100%;
  }

  to {
    margin-top: 0%;
  }
} */

.home-banner .slick-next.slick-arrow {
	right: 3%;
	transform: rotate(0);
}
.home-banner .slick-prev.slick-arrow {
	left: 3%;
	display: block !important;
	transform: rotate(180deg);
}

.home-banner .slick-arrow {
	width: 40px;
	height: 40px;
	z-index: 9;
	background: rgb(0, 0, 0, 0.5);
	border-radius: 60px;
	padding: 10px;
	color: #fff;
}

.home-banner .slick-arrow:before {
	display: none;
}

.home-banner .slick-arrow:hover {
	background: #000;
	color: #fff;
}

button.btn.btn-default.btn-number {
	width: 40px !important;
	height: 40px;
	font-size: 14px !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

button.btn.btn-default.btn-number .glyphicon-plus {
	position: relative;
	left: 1px;
	top: 0px;
}

button.btn.btn-default.btn-number .glyphicon-minus {
	position: relative;
	left: 0px;
	top: 0px;
}

.home-banner .slick-arrow svg {
	display: flex;
	align-items: center;
	justify-content: center;
}
