
.text_information_about{
	width: 100%;
	position: absolute;
	top: 200px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.text_information_about h1{
	width: 1300px;

	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	text-shadow: 0px 0px 3px 9px rgba(0, 0, 0, 0.5);
	color: aliceblue;
}
.text_information_about p{
	width: 1000px;

	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 25px;
	line-height: 40px;
	text-align: center;

	color: rgb(191, 196, 201);
}
section{
    width: 100vw;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
	position: absolute;
	top: 500px;
}
.position_links{
    width: 1500px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}
.tour{
    width: 500px;
    height: 300px;
    background-image: url('../img/svg/tour_banner500_300.svg');
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 2px 2px rgba(255, 255, 255, 0.5);
	
}
.tour_link .info_link{
    text-decoration: none;
    width: 100%;
    height: 100%;
}
.info{
    width: 500px;
    height: 300px;
    background-image: url('../img/svg/info_banner500_300.svg');
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 2px 2px rgba(255, 255, 255, 0.5);
}
.footer{
	width: 100vw;
	position: absolute;
	top: 900px;
	text-align: center;
} 
@media only screen and (min-width: 1000px) and (max-width: 1400px){
	.text_information_about h1{
		width: 800px;
		font-size: 25px;
	}
	.text_information_about p{
		width: 700px;
		font-size: 20px;
	}

}
@media only screen and (min-width: 500px) and (max-width: 999px){
	.cd-header{
		background-color: #1f2029;
		height: 120px;
		box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.55);
	}
    section{
        height: 490px;
		top: 830px;
    }
    .position_links{
        flex-direction: column;
        justify-content: space-around;
    }
    .info{
        margin-top: 20px;
    }

	.logo-wrap {
		position: absolute;
		display:block;
		left:0;
		top: 50px;
		cursor: pointer;
	}
	.logo-wrap a {
		cursor: pointer;
		font-family: 'Montserrat', sans-serif;
		font-weight: 900;
		font-size: 40px;
		line-height: 20px;
		text-transform: uppercase;
		letter-spacing: 2px;
		color: #fff;
		transition : all 0.3s ease-out;
	}
	.switch-wrap p {
		font-weight: 600;
		font-size: 26px;
		letter-spacing: 1px;
		line-height: 1;
		color: #8167a9;
		text-align: center;
		margin-top: 15px;
	}
	.text_information_about h1{
		width: 760px;
		font-size: 30px;
		line-height: 55px;
		font-weight: 700;
	}
	.text_information_about p{
		width: 850px;
		font-size: 30px;
		line-height: 50px;
		position: relative;
		top: 20px;
	}
	.nav__list-item {
		font-size: 5vh;
		font-weight: 900;
	}
	.footer{
		width: 100vw;
		position: absolute;
		top: 1479px;
		text-align: center;
	} 
}
@media screen and (max-width: 499px){
    section{
        height: 200px;
		top: 620px;
    }
    .position_links{
        flex-direction: column;
        justify-content: space-around;
    }
    .info{
        margin-top: 20px;
    }

	.logo-wrap {
		position: absolute;
		display:block;
		left:0;
		top: 40px;
		cursor: pointer;
	}
	.logo-wrap a {
		cursor: pointer;
		font-family: 'Montserrat', sans-serif;
		font-weight: 900;
		font-size: 40px;
		line-height: 20px;
		text-transform: uppercase;
		letter-spacing: 2px;
		color: #fff;
		transition : all 0.3s ease-out;
	}
	.switch-wrap p {
		font-weight: 600;
		font-size: 26px;
		letter-spacing: 1px;
		line-height: 1;
		color: #8167a9;
		text-align: center;
		margin-top: 15px;
	}
	.text_information_about h1{
		width: 400px;
		font-size: 37px;
	}
	.text_information_about p{
		width: 360px;
		font-size: 30px;
	}
	.nav__list-item {
		font-size: 3vh;
		font-weight: 900;
	}
	.footer{
		width: 100vw;
		position: absolute;
		top: 1600px;
		text-align: center;
	} 
}