

body {
	overflow-x: hidden;
}
* {
	font-family: 'Raleway', monospace;
}

.site-container {
	display: block;
	max-width: 1340px;
	margin: auto;
	padding: 0 15px;
}

p {
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 15px;
}
li {
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 5px;
}

h2 {
	font-size: 38px;
    text-transform: capitalize;
    text-align: center;
    color: #000;
    margin: 25px 0;
}


header {
	display: inline-block;
	width: 100%;
	float: left;
	padding: 10px 0;
}
header .logo {
	display: inline-block;
	width: auto;
	float: left;
}
header .logo img {
    max-width: 300px;
}
header .menu {
	display: inline-block;
	width: auto;
	float: right;
}
header .menu a {
    font-size: 16px;
	padding: 10px;
	display: inline-block;
	color: #000;
	text-transform: uppercase;
}


.home-hero {
	display: inline-block;
	width: 100%;
}
.home-hero .big-img {
	position: relative;
	width: 100%;
	text-align: center;
}
.home-hero .big-img img{
	display: block;
	margin: auto;
}
.home-hero .big-img h1 {
    position: absolute;
    top: 10px;
    right: 60%;
    color: #fff;
    font-size: 70px;
    font-family: cursive;
}



.select-country {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 20px 0;
}
.select-country .country-list {
	display: inline-block;
	width: 100%;
	margin-top: -30px;
}
.select-country .item {
	display: inline-block;
    width: 130px;
}
.select-country .item a {

}
.select-country .item a span {
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
}	
.select-country .item img {
    width: auto;
    max-width: 100%;
    display: block;
    margin: auto;
}
.select-country .item.africa {
	width: 140px;
}


.big-articles {
	display: inline-block;
	width: 100%;
	padding: 50px 0 20px;
}
.big-articles .item {
	margin-bottom: 30px;
}
.big-articles .inner {
	display: block;
	margin: auto;
	max-width: 500px;
}
.big-articles .inner .img {
	display: inline-block;
}	
.big-articles .inner .img img {
	width: 100%;
	height: auto;
}
.big-articles .inner h3 {
    margin: 10px 0;
    color: #000;
    font-size: 22px;
    font-weight: bold;
}


.text-section {
	display: inline-block;
	width: 100%;
	padding: 30px 0;
}

.text-section p {
	text-align: justify;
}

.select-tour {
    display: inline-block;
    width: 100%;
    padding: 30px 0;
}
.select-tour .links {
	display: inline-block;
    width: 100%;
    text-align: center;
}
.select-tour .links a {
    display: inline-block;
    color: #000;
    text-transform: uppercase;
    padding: 10px;
    margin: 10px;
    font-size: 16px;
}
.select-tour .item {
	margin: 20px 0;
}
.select-tour .item .img {
	position: relative;
}
.select-tour .item .img img {
	width: 1005;
	height: auto;
}
.select-tour .item .title {
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: flex-end;
    background: rgb(0 0 0 / 0.5);
    margin: 0;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
}
.select-tour .item .img:hover .title {
	background: rgb(0 0 0 / 0.8);
}
.select-tour .item .text .price {
	color: #2a7018;
    margin: 10px 0;
}
.select-tour .item .text .price span {
	font-size: 22px;
    font-weight: bold;
}
.select-tour .item .text .desc {
	font-size: 16px;
}


footer {
    background: #322f14;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 30px 0;
    margin-top: 50px;
}
footer p {
	color: #b9b9b9;
	text-align: center;
	margin: 0;
	font-size: 16px;
}











