html{
    background: url(./images/screen7-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

@font-face {
	font-family: 'Gilroy-Bold';
	src: url('fonts/Gilroy-Bold.otf?#iefix') format('embedded-opentype'), url('fonts/Gilroy-Bold.otf') format('woff'), url('fonts/Gilroy-Bold.otf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Legendaria';
	src: url('fonts/Legendaria.ttf?#iefix') format('embedded-opentype'), url('fonts/Legendaria.ttf') format('woff'), url('fonts/Legendaria.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'YunusH';
	src: url('fonts/YunusH.ttf?#iefix') format('embedded-opentype'), url('fonts/YunusH.ttf') format('woff'), url('fonts/YunusH.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


a{
    text-decoration: none;
}
.wrapper {
	margin-top: 50px;
	background-color: transparent;
}

.title_all_hotel {
	position: relative;
    width: 1100px;
    margin: auto;
}

.title_all_hotel {
	position: relative;
    width: 1100px;
    margin: auto;
}

.title_all_hotel p{
	font-family: "Legendaria";
	background: linear-gradient(294.71deg, #b95e01 7.21%, #f1b67b 51.36%, #f89226 97.39%);
	-webkit-background-clip: text;
	line-height: 140px;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 64px;
	padding: 0 10px;
	text-align: center;
}

.title_all_hotel span {
	font-family: Gilroy-Bold;
	font-size: 20px;
	line-height: 125%;
	letter-spacing: .15em;
	text-transform: uppercase;
	color: rgba(114, 53, 39, .9);
	position: absolute;
	left: 400px;
	top: 10px;
}


.team {
	display: flex;
	justify-content: center;
	width: auto;
	text-align: center;
	flex-wrap: wrap;
	background-color: transparent;
}

.team .team_member {
	background: #fff;
	margin: 10px;
	margin-bottom: 50px;
	width: 500px;
	line-height: 20px;
	color: #8e8b8b;
	position: relative;
	border-radius: 12px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.team .team_member h3 {
	color: #000;
	font-size: 24px;
	margin-top: 10px;
}

.team .team_member p.role {
	color: orange;
	margin: 12px 0;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: none
}

.team .team_member .team_img {
	width: 100%;
	height: 300px;
	/* border: 5px solid orange; */
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.team .team_member .team_img img {
	width: 90px;
	height: 90px;
	padding: 5px;
	border-radius: 50%;
}

.button_but{
	margin-bottom: 15px;
}

.button_but a{
	color: #ffff;
    text-shadow: none;
    padding: 5px;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.button_but .button_book{
	background: #e67e22;
}

.button_but .button_more{
	background: #e67e22;
}

.team_img_1 {
	background-image: url(/images/upload/lotush.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.team_img_2 {
	background-image: url(/images/upload/golden_lotusgrand.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.team_img_3 {
	background-image: url(/images/upload/luxuryh.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.title_intro{
	padding: 10px;
    text-align: justify;
	text-shadow: none;
}
.title_intro h3, .title_intro .role{
	text-align: center	!important;
}

.title_intro .welcome_hotel{
	color: #333;
}

@media (max-width: 767px) {
	.team .team_member h3{
		font-size: 19px;
	}

	.title_intro .welcome_hotel{
		height: unset;
	}

	.title_all_hotel{
		width: 100%;
	}

	.title_all_hotel p{
		font-size: 35px;
		line-height: 90px;
	}

	.title_all_hotel span{
		left: 10px;
		font-size: 16px;
	}
	body {
		/* margin:0;
	padding:0;
	text-align:center;
	background:url(/css/bg_intro.jpg) no-repeat  fixed center;
	background-size: auto 100%; */
	}

	.logo_intro {
		width: 100%;
	}

	.box {
		margin: 0 0 20px 0;
	}
}