*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Nunito Sans', sans-serif;
}

body, html{
	background: linear-gradient( to left, rgba(0,0,0,0.4), rgba(0,0,0,0.5)), url(background.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	color: #EFE7DF;
}

p,h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
}

a{
	text-decoration: none !important;
	color: inherit;
}

.logo{
	margin-bottom: 100px;
	text-align: center;
}

.logo img{
	width: auto;
	height: 80px;
	object-fit: cover;
	padding: 20px 0 0;
}

.choose{
	width: 100%;
	height: fit-content;
	padding: 100px 0;
	text-align: center;
}

.choose h3{
	color: #EFE7DF;
	text-transform: uppercase;
	font-size: 20px;
	text-align: center;
}

.choose p{
	font-size: 20px;
	width: 50%;
	margin: auto;
}

.country{
	width: fit-content;
	height: fit-content;
	margin: auto;
	padding: 40px;
	text-align: center;
}

.country section{
	width: 400px;
	height: 200px;
	display: inline-block;
	background: #EFE7DF;
	margin-bottom: 20px;
}

.country section p{
	line-height: 200px;
	color: #683A28;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}

footer{
	width: 100%;
	height: fit-content;
	padding: 50px;
	text-align: center;
}

.foot{
	width: fit-content;
	height: fit-content;
	margin: auto;
	text-align: center;
	color: #EFE7DF;
}

.foot p{
	padding: 15px 0;
}

.foot a{
	padding: 0 4px;
}

.middle .fa-brands{
	color: #EFE7DF;
	font-size: 20px;
}

.foot a:hover{
	color: inherit;
}




/*Media responsive css*/
@media (max-width: 1440px){

	

}


@media (max-width: 1024px){

	.choose p{
	font-size: 18px;
	width: 80%;
	}

}



@media (max-width: 768px){

	

}



@media (max-width: 425px){

	.choose h3{
	font-size: 17px;
	}

	.choose p{
	font-size: 16px;
	width: 90%;
	}

	.country{
	width: 100%;
	padding: 30px;
	}

	.country section{
	width: 100%;
	height: 200px;
	display: block;
	}

	.country section p{
	line-height: 200px;
	font-size: 1.2em;
	}

}



@media (max-width: 375px){

	.country{
	width: 100%;
	padding: 15px;
	}

}



@media (max-width: 320px){

	.choose p{
	font-size: 15px;
	}

}