/* Font */

@import url("https://use.typekit.net/zfy4goc.css");
/* Design */
*,
*::before,
*::after {
	box-sizing: border-box;
}



.main {
	max-width: 1200px;
	margin: 0 auto;
}

h1 {
	font-size: 30px;
	font-weight: 600;
	text-align: center;
}

img {
	height: auto;
	object-fit: cover;
	max-width: 100%;
	vertical-align: middle;
}

.btn:hover {
	background-color: rgba(255, 255, 255, 0.12);
}

.card {
 border:none !important;
}

.cards {
	list-style: none;
	padding: 0;
}

.cards_item {
	display: flex;
	padding: 1rem;
}

/*@media (min-width: 40rem) {*/
/*	.cards_item {*/
/*		width: 50%;*/
/*	}*/
/*}*/

/*@media (min-width: 56rem) {*/
/*	.cards_item {*/
/*		width: 33.3333%;*/
/*	}*/
/*}*/

.cardFare {
	border-radius: 0rem;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	background-color:#00509E;
}

.flex-direction {
    display:flex;
    justify-content: space-between;
    align-items: center;
}

.country-inputs {
    position:relative;
    left:125px;
    top:1px;
}

.destination {
   color:#005498;
   position:relative;
  
}

.card_content {
	padding: 0;
	/*background: linear-gradient(2.04deg, rgba(0, 0, 0, 0.43) 33.12%, rgba(0, 0, 0, 0.0129) 58.22%);*/
	background: linear-gradient(2.04deg, rgb(0 0 0 / 55%) 33.12%, rgb(0 0 0 / 2%) 58.22%);
	bottom:0px;
	position:absolute;
    border-top: none !important;
	
	/*background: linear-gradient(to bottom left, #94c746 40%, #94c746 100%);*/
	/* background: linear-gradient(to bottom left, #ef8d9c 40%, #ffc39e 100%); was the best */
}

.card_title {
	color: #ffffff;
	font-size: 1.1rem;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: capitalize;
	margin: 0px;
	padding-left:10px;
}

.cabin {
  position: relative;
  left:10px;
}

.cabin-small {
  position: relative;
  left:10px;
}

.linear {
 
}


.card_fare_price {
	color: #ffffff;
	font-size: 1.1rem;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: capitalize;
	margin: 0px;
}

.card_text {
	color: #ffffff;
	font-size: 0.875rem;
	line-height: 1.5;
	margin-bottom: 1.25rem;
	font-weight: 400;
}
.made_by {
	font-weight: 400;
	font-size: 13px;
	margin-top: 35px;
	text-align: center;
}

.discover-link{
    position:relative;
    top:30px;
}

