* {
	webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	-ms-transition: all 500ms;
	transition: all 500ms;
}
*:focus {
	outline: none;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px;
	-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
	box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
}
body {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	color: #000;
	background-color: #E87598;
	background-size: 100% auto;
}
body.modal-open {
	overflow: auto !important;
    padding-right: 0px !important;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Montserrat", sans-serif;
	color: #fff;
}
h1 {
	font-size: 40px;
	font-weight: 900;
	line-height: 1;
}
p {
	font-size: 14px;
	color: #fff;
	font-weight: 300;
}
p.lead {
	font-family: "Kurale", serif;
	font-size: 20px;
}
ul {
    list-style-type: none;
}
li {
    position: relative;
	padding: 7px 0 7px 30px;
}
.btn {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 20px;
	padding: 9px 30px;
	border-radius: 20px;
}
.btn.btn-lg {
	font-size: 14px;
	line-height: 30px;
	padding: 9px 30px;
	border-radius: 25px;
}
.btn-warning {
	background: #FFE5D4  url(../image/arrow-right.svg) no-repeat center right 10px;
	border-color: #FFE5D4;
}
.btn-warning:hover, .btn-warning:focus {
	background: #fff  url(../image/arrow-right.svg) no-repeat center right 10px;
	border-color: #fff;
}

.phone p {
	font-size: 20px;
	font-weight: 700;
	line-height: 40px;
}
footer .phone p {
	font-size: 24px;
}
.phone p a {
	color: #fff;
	text-decoration: none;
}
.phone p a:hover, .phone p a:focus {
	color: #FFDF41;
}
.logo {
	width: 120px;
	margin: 0px auto;
}
.sign {
	position: relative;
	width: 120px;
	height: 129px;
	margin: 0px auto 3px;
}
.sign .eag-0, .sign .eag-1, .sign .eag-2 {
	position: absolute;
	left: 0px;
	top: 0px;
}
.sign .eag-1 {
	transform: scale(1, 1);
	opacity: 0;
	z-index: 1;
}
.sign .eag-1 {
	animation: translate11 10s infinite;
}
@keyframes translate11 {
  0% {
	transform: scale(1, 1);
    opacity: 0;
  }
  25% {
	transform: scale(1, 1);
    opacity: 0;
  }
  50% {
	transform: scale(1, 1);
    opacity: 1;
  }
  75% {
	transform: scale(1, 1);
	opacity: 1;
  }
  100% {
	transform: scale(1, 1);
	opacity: 0;
  }
}
.sign .eag-2 {
	transform: scale(.35, .35);
	opacity: 1;
	z-index: 1;
}
.sign .eag-2 {
	animation: translate12 10s infinite;
}
@keyframes translate12 {
  0% {
	transform: scale(.05, .05);
    opacity: 0;
  }
  20% {
	transform: scale(.05, .05);
    opacity: 0;
  }
  27.5% {
	transform: scale(.35, .35);
    opacity: 1;
  }
  30% {
	transform: scale(.35, .25) translate(0px, 60px);
    opacity: 1;
  }
  35% {
	transform: scale(.25, .35) translate(0px, -50px);
    opacity: 1;
  }
  40% {
	transform: scale(.35, .25) translate(0px, 75px);
    opacity: 1;
  }
  45% {
	transform: scale(.25, .35) translate(0px, -50px);
    opacity: 1;
  }
  50% {
	transform: scale(.35, .25) translate(0px, 60px);
    opacity: 1;
  }
  52.5% {
	transform: scale(.35, .35);
	opacity: 1;
  }
  60% {
	transform: scale(.05, .05);
	opacity: 0;
  }
  100% {
	transform: scale(.05, .05);
	opacity: 0;
  }
}

.content {
	height: 40vh;
}

.carousel-caption {
    right: 25%;
    left: 25%;
	bottom: 5%;
}
.carousel-indicators {
    bottom: 10px;
    margin-right: 0%;
    margin-left: 0%;
	margin-bottom: 0px;
}
.carousel-indicators [data-bs-target] {
    width: 6px;
    height: 6px;
    padding: 0;
    margin: 9px 15px;
	background-color: #fff;
    border: 0;
	border-radius: 3px;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    opacity: 1;
	webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	-ms-transition: all 500ms;
	transition: all 500ms;
}
.carousel-indicators [data-bs-target].active {
	width: 12px;
    height: 12px;
	margin: 6px 12px;
	background-color: #FFDF41;
	border-radius: 6px;
}
.carousel-control-next, .carousel-control-prev {
    width: 50px;
    opacity: 1;
	z-index: 3;
}
.carousel-control-prev {
    left: -25px;
}
.carousel-control-next {
	right: -25px;
}
.carousel-control-next:hover, .carousel-control-prev:hover, .carousel-control-next:focus, .carousel-control-prev:focus {
	opacity: 1;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
	width: 30px;
    height: 30px;
}
.carousel-control-prev-icon {
	background: url(../image/arrow-prev-white.svg) no-repeat center center;
}
.carousel-control-next-icon {
	background: url(../image/arrow-next-white.svg) no-repeat center center;
}
.carousel-control-prev:hover .carousel-control-prev-icon, .carousel-control-prev:focus .carousel-control-prev-icon {
	background: url(../image/arrow-prev-yellow.svg) no-repeat center center;
}
.carousel-control-next:hover .carousel-control-next-icon, .carousel-control-next:focus .carousel-control-next-icon {
	background: url(../image/arrow-next-yellow.svg) no-repeat center center;
}

footer .logo img {
	width: 80px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	h1 {
		font-size: 48px;
	}
	.carousel-control-prev {
		left: -50px;
	}
	.carousel-control-next {
		right: -50px;
	}
	.content {
		height: 40vh;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	h1 {
		font-size: 60px;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.content {
		height: 45vh;
	}
	.carousel-control-prev {
		left: -100px;
	}
	.carousel-control-next {
		right: -100px;
	}
	footer .phone p {
		font-size: 24px;
	}
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	h1 {
		font-size: 72px;
	}
	p {
		font-size: 16px;
	}
	.btn.btn-lg {
		font-size: 16px;
		padding: 9px 40px;
	}
	.content {
		height: 45vh;
	}
	footer .phone p {
		font-size: 30px;
	}
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
	h1 {
		font-size: 90px;
	}
	.content {
		height: 55vh;
	}
	footer .phone p {
		font-size: 36px;
	}
}

/* `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {

}

/* `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
	/* .sign {
		 width: 100px;
		height: 107px;
	}
	.sign img, .logo img {
		max-width: 100px;
	} */
}

/* `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {

}

/* `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
	/* .sign {
		width: 80px;
		height: 86px;
	}
	.sign img, .logo img {
		max-width: 80px;
	} */
}

/* `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

}