body {
	margin: 0;
	padding: 0;
	background-color: hsl(0, 0%, 98%);
}

.models {
	display: none;
}

.countrie--card {
	max-width: 264px;
	width: 100%;
}

.ahrefCountrie {
	text-decoration: none;
}

header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 80px;
	box-sizing: border-box;
	padding: 0 80px;
	background-color: white;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.content--area {
	padding: 0 80px;
}

.title {
	font-family: 'Nunito Sans', sans-serif;
	color: hsl(200, 15%, 8%);
	font-weight: 800;
	font-size: 32px;
	text-decoration: none;
}

.styleChange {
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	padding: 0;
	border: none;
	width: 105px;
	font-family: 'Nunito Sans', sans-serif;
	color: hsl(200, 15%, 8%);
	font-weight: 600;
	font-size: 16px;
	background-color: transparent;
	cursor: pointer;
}

.filterInputs {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 0;
	margin: 45px 0;
}

.inputSearch_Area {
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	padding: 0 30px;
	max-width: 480px;
	width: 100%;
	height: 55px;
	border: none;
	background-color: white;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	border-radius: 5px;
	color: hsl(209, 23%, 22%);
	margin: 0 15px 0 0;
}

.inputSearchWhite {
	width: 100%;
    margin-left: 20px;
    height: 100%;
    border: none;
    background-color: transparent;
}

.inputSearchWhite::placeholder {
	color: hsl(200, 15%, 8%);
}

.inputSearchWhite:focus {
    border: none;
    outline: 0;
}

.inputSearchBlack {
	width: 100%;
    margin-left: 20px;
    height: 100%;
    border: none;
    background-color: transparent;
}

.inputSearchBlack::placeholder {
	color: white;
}

.inputSearchBlack:focus {
    border: none;
    outline: 0;
}

.inputSelect {
	max-width: 200px;
	width: 100%;
	height: 55px;
	box-sizing: border-box;
	padding: 0 0 0 25px;
	border: none;
	border-radius: 5px;
	border-right: 25px solid transparent;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.inputSelect:focus {
	border: none;
	border-right: 25px solid transparent;
    outline: 0;
}

.inputSelect_white option {
	background-color: white;
	height: 20px;
}

.inputSelect_blakc option {
	background-color: hsl(209, 23%, 22%);
	height: 20px;
}

.countries--area {
	display: grid;
	justify-content: center;
	grid-template-columns: repeat(auto-fill, 264px);
	grid-column-gap: 70px;
	grid-row-gap: 70px;
	box-sizing: border-box;
	padding: 0;
}

.countrie--card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	max-width: 264px;
	width: 100%;
	height: 335px;
	border-radius: 5px;
}

.card_white {
	background-color: white;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	color: hsl(200, 15%, 8%);
}

.card_black {
	background-color: hsl(209, 23%, 22%);
	box-shadow: rgba(19, 19, 19, 0.2) 0px 2px 8px 0px;
	color: white;
}

.flag--img {
	width: 100%;
	border-radius: 5px 5px 0 0;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.info--area {
	box-sizing: border-box;
	padding: 25px;
}

.countrie--name {
	margin: 0 0 25px 0;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 800;
	font-size: 16px;
}

.populationLabel, .regionLabel, .capitalLabel {
	margin: 0px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 600;
	font-size: 14px;
}

.population--countrie, .region--countrie, .capital--countrie {
	margin: 0px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
}

/* COUNTRY PAGE */

.btnBack {
	width: 135px;
	height: 40px;
	border: none;
	border-radius: 5px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	background-color: white;
	margin: 45px 0;
}

.ct--area {
	display: flex;
	column-gap: 120px;
	align-items: center;
}

.ct--Name {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 800;
	font-size: 32px;
	text-decoration: none;
}

.imgArea {
	max-width: 560px;
	width: 100%;
	margin: 0;
	padding: 0;
}

.flag--image {
	width: 100%;
}

.infosArea {
	max-width: 600px;
	width: 100%;
}

.iAreaWhite {
	color: white;
}

.iAreaBlack {
	color: black;
}

.ct--infos {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin: 0 0 70px 0;
}

.nativeNameLabel, .populationLevel, .regionLevel, .subRegionLevel, .capitalLevel, .tpLevelDomainLevel, .currenciesLevel, .languagesLevel, .borderLabel
{
	margin: 0px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 600;
	font-size: 16px;
	margin: 0 0 5px 0;
}

.ct--nativeName, .ct--population, .ct--region, .ct--subRegion, .ct--capital, .ct--topLevelDomain, .ct--currencies, .ct--languages, .ct--borderName {
	margin: 0px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
}

.tpLevelDomainLevel {
	margin: 40px 0 0 0;
} 

@media(max-width: 1020px) {
	.ct--area {
		flex-wrap: wrap;
		justify-content: center;
	}

	.infosArea {
		margin-bottom: 100px;
	}

	.ct--name {
		text-align: center;
	}
}

@media(max-width: 854px) {
	.inputSelect {
		margin-top: 40px;
	}

	.inputSearch_Area {
		max-width: 100%;
		margin: 0;
	}
}

@media(max-width: 620px) {
	.title {
		font-size: 22px;
	}
}

@media(max-width: 540px) {
	header {
		padding: 0 30px;
	}

	.content--area {
		padding: 0 30px;
	}
}

@media(max-width: 420px) {
	.title {
		font-size: 18px;
	}
}