#fullpage.no-scroll {
	overflow-y: hidden;
	max-height: 100vh;
}

.section {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.section.one {
	/*
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(56,181,198,1) 100%);
	*/
    background-image:
    linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)),
    url(../media/mag.jpg);
}

.section.two {
	background-image: url(../media/akkufresh.jpg);
}

.section.three {
	background-image: url(../media/cosmetics.jpg);
}

.section.four {
	background-image: url(../media/textile.jpg);
}

.section.five {
	background-image: url(../media/water.jpg);
}

.section.six {
	background-image: url(../media/agriculture.jpg);
}

.section.seven {
	background-image: url(../media/condom.jpg);
}

.section.eight {
	background-image: url(../media/contact.jpg);
}

.section__content {
	position: absolute;
	top: 13%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
	text-transform: capitalize;
	color: var(--primary-color);
}

.section__content__title {
	font-size: 4rem;
	font-weight: bold;
	margin-bottom: 0.5rem;
}

.section__content__subtitle {
	font-size: 1.5rem;
	font-weight: 500;
	text-transform: none;
}

.section__content__subtitle a {
	color: inherit;
}

.section__content__info {
    display: block;
    margin-left: 17%;
    margin-top: 0%;
    width: 40%;
    height: 80px;
}

.section__content__subtitle a:hover {
	text-decoration: underline;
}

.section__action__container {
	position: absolute;
	bottom: 3%;
	left: 16%;
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.section__action__btn {
	font-size: 1.5rem;
	font-weight: 500;
	padding: 1rem;
	border-radius: 2rem;
	flex-basis: 80%;
	margin-bottom: 1rem;
}

.action__btn__primary {
	background: rgba(23, 26, 42, 0.8);
	color: white;
}

.action__btn__secondary {
	background: rgba(255, 255, 255, 0.65);
	color: var(--primary-color);
}
