@import url("https://fonts.googleapis.com/css?family=Poppins");

@font-face {
	font-family: "Mulish";
	src: url("fonts/mulish/Mulish-Regular.ttf");
}

@font-face {
	font-family: "Mulish-ExtraBold";
	src: url("fonts/mulish/Mulish-ExtraBold.ttf");
	/* font-weight: bold; */
}

@font-face {
	font-family: "Mulish-SemiBold";
	src: url("fonts/mulish/Mulish-SemiBold.ttf");
	font-weight: bold;
}

.btn-outline-danger{
border: unset;
    color: white;
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show{
	background-color: #EA232A !important;
	border-color: var(--bs-btn-active-border-color);
color: #fff;

}

.hide-map-button {
	display: none;
}

.fz-12 {
	font-size: 12px !important;
}

.coin-colomn {
	width: 176px;
	margin-left: 10px;
	margin-right: 10px;
}

.container-coin-group {
	padding-left: 12%;
	padding-right: 12%
}

.coin-group-size {
	width: 220px;
	margin-left: 25px;
	margin-right: 25px;
}

.coin-group-size .card-body {
	padding: 0%
}

.container-rnd-group {
	padding-left: 10%;
	padding-right: 10%
}

.rnd-group-size {
	position: relative;
	margin: auto;
	width: 347px;
	/* margin-left: 10px;
	margin-right: 10px; */
}

.rnd-item-1 {
	margin-right: 10px;
}

.rnd-item-2 {
	margin-left: 10px;
}

body {
	font-family: "Mulish";
	font-size: 22px;
}

.custom-black {
	color: #333333 !important;
}

.custom-red {
	color: #ea232a !important;
}

.custom-pale-red {
	color: #eb5757 !important;
}

.custom-maroon-red {
	color: #c31d23 !important;
}

.bg-maroon-red {
	background-color: #c31d23 !important;
}

.bg-pale-red {
	background-color: #eb5757 !important;
}

.bg-red {
	background-color: #ea232a !important;
}

.img-responsive {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.img-responsive-50 {
	text-align: center;
	width: 50%;
	height: auto;
	object-fit: cover;
}

.form-control {
	border-radius: 0;
}

.home-title-position {
	position: relative;
	top: -8%;
}

/* .s1-content-position {
	height: 100vh;
	background-image: url("/assets/image/svg/bg-home-first-top-section.svg"),
		url("/assets/image/svg/bg-home-first-bottom-section.svg");
	background-repeat: no-repeat;
	background-size: 55vw;
	background-position: center 20%, center 75%;
} */

.bg-section-7{
	min-height:  100vh;
	background-image: url("/assets/image/svg/bg-section-6.svg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}

.coin-text{
	width: 100px;
	margin: auto 0;
	padding-top:52px;
	font-size:24px;
	font-family: "Mulish";
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.3px;
    color: #828282;
}

.img-second-section {
	padding: 0 16rem;
}

/* .text-position-section-3 {
	margin-left: 15%;
} */

.bg-footer-abstract {
	background-image: url("/assets/image/svg/bg-footer-section.svg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}

.h1-custom {
	font-family: "Mulish-ExtraBold";
	font-style: normal;
	font-weight: 800;
	font-size: 64px;
	line-height: 72px;
	letter-spacing: -2px;
	color: #ffffff;
}

.h1-custom-thin{
  font-family: "Mulish";
	font-style: normal;
	font-weight: 400;
	font-size: 64px;
	line-height: 72px;
	letter-spacing: -2px;
	color: #ffffff;
}

.h2-custom {
	font-family: "Mulish-ExtraBold";
	font-style: normal;
	font-weight: 800;
	font-size: 48px;
	line-height: 48px;
	letter-spacing: -2px;
	color: #333333;
}

p {
	font-family: "Mulish";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.3px;
	color: #828282;
}

@media screen and (max-width: 991px) {
	.h1-custom {
		font-size: 56px;
		line-height: 72px;
	}
}

@media screen and (max-width: 768px) {
	.h1-custom {
		font-size: 48px;
		line-height: 72px;
	}
}

@media screen and (max-width: 480px) {
	.h1-custom {
		font-family: 'Mulish-ExtraBold';
	font-style: normal;
	font-weight: 800;
	font-size: 40px;
	line-height: 42px;
	/* or 105% */
	letter-spacing: -2px;
		}

	.h2-custom {
		font-size: 36px;
		line-height: 36px;
	}

	p {
		font-size: 14px;
	}

	/* .s1-content-position {
		background-size: unset;
		background-position: 62% 14%, 41% 83%;
	} */

	.img-second-section {
		padding: 1rem;
	}
}

.map_container {
	position: relative;
	display: inline-block;
}
.map_container img {
	display: block;
	max-width: 100%;
	height: auto;
}
.map-marker {
	position: absolute;
	font-size: 5px;
	text-shadow: 1px 1px 1px #ea232a;
	text-decoration: none;
}

.map-marker-popup {
	position: absolute;
	text-decoration: none;
}

.map-marker-popup button{
	position: absolute;
	text-decoration: none;
}

.map-marker span {
	position: relative;
	color: #ea232a;
}
.map-marker:before {
	content: url(/assets/image/svg/marker-on-map.svg);
	/* font-family: "FontAwesome"; */
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

#one {
	top: 91%;
    left: 68%;
}


#two {
 top: 35%;
    left: 82%;
}




.item-owl-carousel {
	width: 100% !important;
}

.owl-stage-outer {
	padding: 0;
}

a {
	text-decoration: unset;
	color: inherit;
}

.bg-lg-transparent {
	--bs-bg-opacity: 1;
	background-color: transparent !important;
}

@media screen and (max-width: 991px) {
	.bg-lg-transparent {
		--bs-bg-opacity: 1;
		background-color: rgba(
			var(--bs-light-rgb),
			var(--bs-bg-opacity)
		) !important;
	}
}

.card-body p{
	color: #fff !important;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.2rem;
  color: var(--bs-card-color);
}

.card {
	border-radius: 0;
	border: none;
	color: #fff;
	background-color: #ea232a;
}

/* .card-active,.card:hover  {
	cursor: pointer;
  	color: #fff;
	background-color: #333333;
	box-shadow: unset;
	transform: scale(1);
	transition: 0.5s;
} */

.card-contact-us {
	border-radius: 0;
	padding: 1rem;
	border: none;
	color: #fff;
	background-color: #ea232a;
}


.container {
	overflow: hidden;
	/* margin-top: 3rem; */
}

i {
	color: #ffc371;
}

.form-control::placeholder {
	font-size: 0.95rem;
	color: #aaa;
}

.form-control.shadow-0:focus {
	box-shadow: none;
}
