body {
	margin: 0px;
	background-image: url(resources/alhambra.jpg);
	height: auto;
	padding: 0.6em;
	display: flex;
	justify-content: center;
	align-items: center;
}

#languages {
	display: flex;
	flex-direction: row;
	padding-left: 15px;
}

.lang-button {
	width: 50px;
	height: 50px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border: none;
	border-radius: 15px 15px 0px 0px;
	margin-right: 1em;
}

.lang-button:active {
	filter: brightness(50%);
}

#spanish {
	background-image: url(resources/spanish.png);
}

#english {
	background-image: url(resources/english.svg);
}

#french {
	background-image: url(resources/french.png);
}

#german {
	background-image: url(resources/german.png);
}

#card {
	width: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
	flex-wrap: wrap;
	border: 2px rgb(70, 121, 191) solid;
	border-radius: 1em;
	padding: 1em;
	background-color: rgba(80, 122, 180, 0.5);
	backdrop-filter: blur(5px);
	font-family: "Roboto", sans-serif;
	color: white;
}

#card>div {
	display: flex;
	flex-direction: column;
	width: 40%;
}

#side-separator {
	width: 2px !important;
	background-color: rgb(70, 121, 191, 0.5);
	align-self: stretch;
	border-radius: 1px;
}

#right-side>*{
	margin: 1rem;
}

#buttons {
	display: flex;
	flex-wrap: nowrap;
}

#tel-number {
	background-color: rgb(45, 189, 67);
	border: 2px solid rgb(36, 159, 55);
	border-radius: 15px;
	color: white;
	flex-grow: 3;
}

#tel-number:active {
	background-color: rgb(36, 159, 55);
}

#telegram {
	background-color: #21a9e7;
	border: 2px solid #1e97cf;
	border-radius: 15px;
	color: white;
	flex-grow: 1;
	font-size: 1.5em;
}

#telegram:active {
	background-color: #1e97cfe0;
}

#telegram h1 {
	margin: none;
}

#right-side>span{
	font-size: 1.2em;
}

#left-side>img{
	width: 100%;
	border-radius: 15px;
}

#left-side>h1{
	font-style: italic;
}

#left-side>span{
	font-size: 1.3em;
	font-style: italic;
}

#right-cards {
	display: grid;
	grid-template-columns: 50% 50%;
	gap: 5px;
}

#payments {
	margin-top: 0px;
	display: flex;
	flex-direction: row;
	font-size: 1.2em;
	align-items: flex-end;
	flex-wrap: wrap;
}

#payments>*{
	margin-right: 5px;
}

#payments>img{
	height: 30px;
}

.info-card{
	border-radius: 5px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	padding: 1em;
	font-size: 1.25rem;
}

.info-card i {
	text-align: center;
	font-size: 2em;
	margin-bottom: 1em;
}

.info-card img {
	margin-bottom: 1em;
}
/* .info-card>span {
	flex-grow: 2;
	margin-left: 1em;
} */

#airport-card {
	background-color: #38b1dd;
	border: 2px solid #3a9fc3;
}

#hotel-card {
	background-color: #42a4d3;
	border: 2px solid #3592bd;
}

#travel-card {
	background-color: #228fc7;
	border: 2px solid #1f81b2;
}

#events-card {
	background-color: #0a80ae;
	border: 2px solid #096c93;
}

#car-card {
	background-color: #04638f;
	border: 2px solid #02577f;
}

#car-card img{
	filter: invert(100%) sepia(0%)hue-rotate(138deg) brightness(1000%) contrast(102%);
	width: 50px;
}

.tel-card h2{
	margin: 0px;
}

.author-container {
	border: 2px rgb(70, 121, 191) solid;
	border-radius: 1em;
	padding: 1em;
	margin: 1em 0px;
	background-color: rgba(80, 122, 180, 0.5);
	backdrop-filter: blur(5px);
}

#author {
	font-family: "Roboto", sans-serif;
	color: white;
}

#author a {
	color: white;
}

@media (max-width: 700px) {

	body {
		height: auto;
		padding: 0.6em;
	}

	#card {
		flex-direction: column;
	}

	#card > div {
		width: auto;
	}
}

@media (max-width: 1300px) {

	body {
		height: auto;
		padding: 0.6em;
	}

	#card {
		align-items: start;
	}

	#left-side>h1{
		margin-top: 0.2em;
		margin-bottom: 0.2em;
	}

	#tel-number h2, #tel-number h1, #telegram h1{
		font-size: 1.2rem;
	}

	#right-side>*{
		margin: 0.3em 0.1em;
	}

	#right-side>span {
		margin-bottom: 1.7em;
	}

	.info-card {
		font-size: 1em;
	}
}

/* @media (max-height: 920px) {

	body {
		height: 100%
	}
} */
