@import "https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700;900&display=swap";

body {
	font-family: 'Montserrat','Roboto', sans-serif;
}
.logo-area {
	background-color: #4D5B68;
	position: relative;
	padding: 15px 0;
}
.logo-area h1 {
	font-size: 50px;
  background: -webkit-linear-gradient(90deg, #DAA57B, #fff, #DAA57B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.logo-area img {
	position: absolute;
	left: 5%;
	max-width: 70px;
}
@media (max-width:767px) {
	.logo-area {
		padding: 10px 0;
	}
	.logo-area img {
		max-width: 50px;
	}
	.logo-area h1 {
		font-size: 50px;
	}
}
.text-justify {
	text-align: justify;
}
.star i {
    color: gold;
}
.rating-carousel img {
    width: 80px !important;
}
.rating-carousel .owl-nav button {
    position: absolute;
    top: 45%;
    background: #fff !important;
    color: #000 !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.rating-carousel .owl-nav button:hover {
    background: #B86A77 !important;
    color: #fff !important;
}
.rating-carousel .owl-nav button.owl-prev {
    left: 0;
}
.rating-carousel .owl-nav button.owl-next {
    right: 0;
}
.logo-footer a {
	text-decoration: none;
}
.logo-footer h3 {
	font-size: 40px;
  background: -webkit-linear-gradient(90deg, #DAA57B, #fff, #DAA57B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.statistic-box i {
	color: #DAA57B;
}
.btn-bg {
	background: #DAA57B;
	color: #fff;
}