* {
	margin: 0;
	padding: 0;
    font-weight: normal;
}

body {
	font-size: 18px;
	color: #000;
}

h1,h2,h3,h5,h5{
    font-weight: normal;
}

.insert_code {
	background: #cccccc;
	color: red;
	text-align: center;

}

.title {
	font-family: 'GeographWeb-Medium';
	text-transform: uppercase;
	letter-spacing: 4px;
	line-height: 1.25;
    font-weight: 400;
}

.title.main {
	font-size: 3rem;
	color: #fff;
	text-align: center;
}

.title.second {
	font-family: 'GeographWeb-Medium';
	font-size: 2.5rem;
	text-transform: uppercase;
    font-weight: 400;
}

.title.third {
	font-family: 'GeographWeb-Medium';
	font-size: 1.8rem;
	letter-spacing: 0px;
	text-transform: inherit;
    font-weight: 400;
}

p {
	font-family: 'GeographWeb-Regular';
	letter-spacing: .1px;
	line-height: 1.5;
	margin: 30px 0;
	font-size: 1rem;
    font-weight: 400;
}

p a {
	background-image: linear-gradient(120deg, #fc0 0%, #fc0 100%);
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 100% 0;
	border-bottom: 2px solid #fc0;
	color: inherit;
	text-decoration: none;
	transition: background-size .125s ease-in;
}

p a:hover {
	background-size: 100% 100%;
	border-color: #fc0;
	color: #000;
}

.promo_logos {
	max-height: 70px;
	max-width: 100%;
	width: auto;
}

.banner {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: space-between;
	align-items: center;
	height: calc(100vh - 450px);
	background-image: url(https://specials.fnghub.com/ng/global/perpetual-planet/images/perpetualPlanet.jpg);
	background-attachment: fixed;
	background-position: 0 -80px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}


/* MODULES*/

.module {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-content: flex-start;
	align-items: center;
	text-align: center;
	padding: 40px 0;
}

div#block2 {
    padding-top: 0;
}
div#block6 {
    padding-bottom: 0;
   
}
div#block7 {
    padding-bottom: 0;
    
}
div#block8 {
    margin-top: 60px;
}

.module>div {
	padding: 40px 20px 0 20px;
	max-width: 1020px;
}

.fullwidth {
	margin: 0 auto;
	max-width: 1600px;
	flex-direction: row;
}

.fullwidth>div {
	max-width: 1600px;
}



.fullwidth.grid>div {
	width: calc(100% / 3);
    min-width: 355px;
    padding: 0;
    min-height: 500px;
    height: 550px;
}

.fullwidth.grid > div:nth-child(2n){
    margin: 0 10px;
}

.carruousel>div {
	max-width: 100%;
	padding: 0;
}

.module.image {
	background-color: rgb(247, 247, 247);
}

.link_image {
	display: block;
	position: relative;
	width: 555px;
	height: 370px;
	overflow: hidden;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.link_image:hover img {
	transform: scale(1.2);
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.link_image {
	width: 555px;
	height: 370px;
}

.link_image img {
	width: 100%;
}

.image_text_module {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: flex-start;
	align-items: center;
	text-align: left;
}

.image_text_module div:nth-child(2n) {
	padding: 60px 40px;
}


/*Buttons*/

.btn_main {
	font-family: 'GeographWeb-Medium';
	position: relative;
	display: inline-block;
	padding: 12px 20px;
	font-weight: 700;
	font-size: 15px;
	letter-spacing: 2px;
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
	outline: 0;
	overflow: hidden;
	background: none;
	z-index: 1;
	cursor: pointer;
	transition: 0.08s ease-in;
	-o-transition: 0.08s ease-in;
	-ms-transition: 0.08s ease-in;
	-moz-transition: 0.08s ease-in;
	-webkit-transition: 0.08s ease-in;
	background: #ffcc00;
}

.outline {
	border: 2px #000000 solid;
	background: transparent;
}

.btn_main:hover {
	color: whitesmoke;
}

.btn_main:before {
	content: "";
	position: absolute;
	background: #000000;
	bottom: 0;
	left: 0;
	right: 100%;
	top: 0;
	z-index: -1;
	-webkit-transition: right 0.09s ease-in;
}

.btn_main:hover:before {
	right: 0;
}

.separator {
	background-color: #fc0;
	height: 4px;
	line-height: 0;
	width: 40px;
	display: inline-block;
	margin: 2%;
}


/* ANIMATIONS */


.down-arrow.bounce {
	position: absolute;
	bottom: 30px;
	fill: #fff;
}

.bounce {
	-moz-animation: bounce 3s infinite;
	-webkit-animation: bounce 3s infinite;
	animation: bounce 5s infinite;
}

@-moz-keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-moz-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-moz-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	60% {
		-moz-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@-webkit-keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-moz-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	60% {
		-moz-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}


/******/

.insert_code {
  background-image: linear-gradient(90deg, #F4F4F4 0px, rgba(229, 229, 229, 0.8) 90px, #F4F4F4 340px);
  background-size: 600px;
  animation: shine-lines 2s infinite ease-out;
}

@keyframes shine-lines {
  0% {
    background-position: -100px;
  }
  40%, 100% {
    background-position: 1200px;
  }
}





/* SWIPER */

.swiper-container {
    width: 100%;
    height: 100%;
    max-height: 470px;
	margin: 0 0 40px 0;
}

.swiper-slide {
    font-size: 18px;
    background: #fff;
    height: auto;
    width: 260px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}


.swiper-container:hover .swiper-slide:hover{
    opacity: 1;
}

.swiper-container:hover .swiper-slide{
    opacity: 0.5;
    
}
.swiper-container:hover .swiper-slide.swiper-slide-active {
    opacity: 1;
}




.carousel__thumbnail-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	height: 100%;
	left: 0;
	position: relative;
	top: 0;
	transition: opacity .35s ease-in, -webkit-transform .2s ease-in;
	transition: opacity .35s ease-in, transform .2s ease-in;
	transition: opacity .35s ease-in, transform .2s ease-in, -webkit-transform .2s ease-in;
	width: 100%;
}

.carousel .kicker_refresh {
	color: #999;
}

.carousel__description {
	text-align: left;
}

.kicker_refresh p {
	font-family: 'GeographWeb-Regular', 'CenturyGothic', AppleGothic, Gill Sans, Gill Sans MT, sans-serif;
	text-transform: uppercase;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 1.5;
	color: #999;
	cursor: default;
	display: inline-block;
	padding-bottom: 1px;
	position: relative;
	text-decoration: none;
	margin: 10px 0 0 0;
}

.carousel__title {
	font-family: 'GeographWeb-Medium', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Helvetica, Arial, sans-serif;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	letter-spacing: 0;
	letter-spacing: .1px;
	font-size: 16px;
	line-height: 1.5;
	color: #000;
	margin-bottom: 0;
	margin-top: 10px;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	color: #000000;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 0;
	right: auto;
	height: 100%;
	top: 0;
	width: 70px;
	background: rgba(255, 255, 255, 1);
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
    outline: 0!important;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 0px;
	left: auto;
	width: 70px;
	top: 0;
	height: 100%;
	background: rgba(255, 255, 255, 0);
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 1)));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
    outline: 0!important;
}


/* pop up */

.btn {
	position: absolute;
	height: 100%;
	z-index: 1;
	width: 100%;
	left: 0;
	background: transparent;
	border: 0;
    outline: 0;
}

.btn:hover {
	cursor: pointer;
}


.popup_container {
	color: #ffffff;
}

.popup_content {
	text-align: left;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	height: 100vh;
}

.popup_content>div {
	max-width: 980px;
}

.popup_content h2 {
	font-family: 'GeographWeb-Medium', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Helvetica, Arial, sans-serif;
	font-size: 2.625rem;
	line-height: 1.3;
	word-spacing: .05em;
	margin-bottom: 10px;
}

.popup_content h4 {
	font-family: 'GeographWeb-Regular', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Helvetica, Arial, sans-serif;
	line-height: 1.3;
	word-spacing: .05em;
	margin-bottom: 20px;
}

.popup_content img {
	float: left;
	margin-right: 20px;
	max-width: 450px;
}


/* MEDIA QUERIES*/


/* EXTRA LARGE*/

@media screen and (min-width: 1400px){
.insert_code {
    height: 800px;  
    }
}


@media screen and (max-width: 1150px) {
    
    
    
    .fullwidth.grid{
    flex-wrap: wrap;
    justify-content: center;
    }
    
    .fullwidth.grid>div {
	    width: calc(96% / 2);
    margin: 1%;}
}



/* TABLET AND SMALLER */

@media screen and (max-width: 768px) {
    
    .title.main{font-size: 2.5rem;}
    .title.second{font-size: 1.5rem;}
    
    
    p{
        font-size: 1.1rem;
    }
    .module {
		padding: 40px 20px;
	}
	.module>div {
		padding: 0px 0;
	}
	.link_image {
		width: auto;
        height: auto;
	}
	.image_text_module {
		flex-direction: column;
	}
	.image_text_module div:nth-child(2n) {
		padding: 30px 0 30px 0px;
	}
	.fullwidth {
		flex-direction: column;
	}
	.fullwidth>div {
		width: 100%;
		margin: 20px;
	}
	
	.popup_content {
		height: auto;
	}
	.popup_content>div {
		padding: 40px 20px;
		max-width: 668px;
		width: auto;
	}
	.popup_content img {
		width: 100%;
		float: none;
	}
	.swiper-button-prev,
	.swiper-container-rtl .swiper-button-next {
		margin-top: 0px;
		width: 30px;

	}
	.swiper-button-next,
	.swiper-container-rtl .swiper-button-prev {
		width: 30px;
		margin-top: 0px;
       
	}
	.swiper-button-next:after,
	.swiper-container-rtl .swiper-button-prev:after,
	.swiper-button-prev:after,
	.swiper-container-rtl .swiper-button-next:after {
		font-size: 20;
        display: none;
	}
    
    .carousel__description {
    text-align: center;
    }
    
    
    .water-tower{
        display: none!important;
    }
    
    .fullwidth.grid {
    margin: 0 10px;
    padding: 0;
    align-items: center;
}
    
    .fullwidth.grid>div {
    width: 98%;
    margin: 1% 0;
    min-width: 348px;
}
    
    .fullwidth.grid > div:nth-child(2n) {
    margin: 0;
}
    
    div#block8 {
    padding: 40px 0;
}
    
}

/* Larger than mobile*/

@media screen and (min-width: 501px) {
  .popup_close {
    width: 100vw!important;
    height: 100vh!important;
}  
    
}


/* MOBILE */

@media screen and (max-width: 500px) {
.banner {
	background-image: url(https://specials.fnghub.com/ng/global/perpetual-planet/images/perpetualPlanet_mobile.jpg);
	background-attachment: inherit;
	background-position: top center;
	background-size: 100%;
    height: calc(100vh - 225px);
}
    
.title.second {
    font-size: 1.9rem;
}
    
    
    
    .carruousel{
        padding: 0;
    }
     .carruousel .title.second{
           margin:0 20px;
           }
 
    .kicker_refresh p {
    font-size: 10px;
    }
    
    .swiper-container {
        max-height: 300px;
    }
    
    div#block2 {
    padding-top: 30px;
    }
    
    
}

