@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Dosis:wght@300;400;500;600&display=swap');

body{
    background-color: #E0E8F4;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 0px;
}

.to-top {
    background-color: white;
    position: fixed;
    bottom: 16px;
    right: 32px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    text-decoration: none;
    opacity: 0;
    pointer-events: none;
    transition: all .4s ease;
	z-index: 1;
    
}

.to-top.active{
	bottom: 32px;
	pointer-events: auto;
	opacity: 1;
	text-decoration: none;
}

.navbar-color{
    background-color: #E0E8F4;
}

.top-content{
	width: 100%;
	padding: 0;
}

h1,h2,h3{
	font-family: 'Bebas Neue', cursive;
}

h1{
    font-size: 45pt;
}

h2{
    font-size: 38pt;
}

h3{
    font-size: 28pt;
	color: #8E8E8E;
}

h4{
    font-size: 25pt;
	color: #00AEEF;
}

.h1-blue{
	color: #00AEEF;
}

.h2-white{
	color: #FFF;
}

.h7{
    font-family: 'Bebas Neue', cursive;
    font-size: 60px;
    color: #FFFFFF;
    text-align: center;
    font-weight: bolder;
    border-bottom: 9px solid #0AA8E0;
    display: block;
    width: 345px;
    margin-left: auto;
    margin-right: auto;
}

.h7-faq{
    font-family: 'Bebas Neue', cursive;
    font-size: 60px;
    color: #FFFFFF;
    text-align: center;
    font-weight: bolder;
    border-bottom: 9px solid #0AA8E0;
    display: block;
    width: 70px;
    margin-left: auto;
    margin-right: auto;
}

.h7-explore{
    font-family: 'Bebas Neue', cursive;
    font-size: 60px;
    color: #FFFFFF;
    text-align: center;
    font-weight: bolder;
    border-bottom: 9px solid #0AA8E0;
    display: block;
    width: 166px;
    margin-left: auto;
    margin-right: auto;
}

.h7-memories{
    font-family: 'Bebas Neue', cursive;
    font-size: 60px;
    color: #FFFFFF;
    text-align: center;
    font-weight: bolder;
    border-bottom: 9px solid #0AA8E0;
    display: block;
    width: 292px;
    margin-left: auto;
    margin-right: auto;
}

.h7-gallery{
    font-family: 'Bebas Neue', cursive;
    font-size: 60px;
    color: #FFFFFF;
    text-align: center;
    font-weight: bolder;
    border-bottom: 9px solid #0AA8E0;
    display: block;
    width: 289px;
    margin-left: auto;
    margin-right: auto;
}

a{
    color: #00AEEF;
    text-decoration: none;
}

a:hover{
    text-decoration: none;
}

section{
    padding-top: 100px;
    padding: 20px;
}

.navbar{
	transition: all 0.4s ease;
}

.navbar-dark .navbar-nav .nav-link{
	color: white
}

.navbar-dark .navbar-nav .nav-link:hover{
	color: #00AEEF;
}

.navbar-dark .navbar-nav .nav-link:active{
	color: #00AEEF;
}

.divider {
    background-color: #CCD5D9;
    height: 1px;
    width: auto;
    margin-top: 2px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2px;
}

#about{
	padding-top: 140px;
}

#explore{
    padding-top: 140px;
    background-image: url(../images/home_bg_explore.png);
    background-attachment: fixed;
    background-position: center center;
    filter: brightness(1);
}

#package{
	padding-top: 140px;
}

#memories{
    padding-top: 140px;
    background-image: url(../images/home_memories_bg.jpg);
	background-attachment: fixed;
    background-position: center center;
    filter: brightness(1);
}

#gallery{
	padding-top: 140px;
	background-color: #213147;	
}


#testimonials{
	padding-top: 140px;
	background-color: #213147;	
}

#malaysia{
	padding-top: 140px;
}

#contact{
	background-color: #213147;
	padding-top: 40px;
	padding-bottom: 20px;
}

#should-know{
	background-color: #213147;
	padding-top: 40px;
	padding-bottom: 20px;
}

#memories p{
    color: #FFFFFF;
    text-align: center;
    font-size: 23pt;
    line-height: 27pt;
}

#hero{
   padding-top: 200px;
	padding-bottom: 30px;
    background-image: url(../images/explore_hero_header.jpg);
	background-attachment: fixed;
    background-position: center center;
    filter: brightness(1);
}

#content{
	padding-top: 90px;
	background-color: #E0E8F4;	
}

#footer{
	padding-top: 40px;
	padding-bottom: 20px;
	background-color: #213147;	
}

#hero-memories{
	padding-top: 200px;
	padding-bottom: 30px;
    background-image: url(../images/memories_hero_header.jpg);
	background-attachment: fixed;
    background-position: center center;
    filter: brightness(1);
}

#hero-testimonials{
	padding-top: 200px;
	padding-bottom: 30px;
    background-image: url(../images/testimonials_hero_header.jpg);
	background-attachment: fixed;
    background-position: center center;
    filter: brightness(1);
}

.p-quotes{
    font-size: 10pt;
    color: #000000;
    text-align: right;
	margin-bottom: 0;
}

.p-quotes-grey{
    font-size: 9pt;
	line-height: 12pt;
    color: #999797;
    text-align: right;
    font-style: italic;
	margin-bottom: 0;
}

.p-footer{
    color: #FFFFFF;
    font-size: 12pt;
}

.p-explore-subheading{
    font-size: 17pt;
    margin-bottom: 10px;
    color: #00AEEF;
}

#contact ul{
    list-style: none;
    margin: 0;
	padding: 0;
}

.a-footer:link{
    color: #A5A5A5;
    font-size: 12pt;
    text-decoration: none;
}

.a-footer:hover{
    color: #00AEEF;
    font-size: 12pt;
	text-decoration: none
}

.p-footer-yg{
    color: #B1B1B1;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 10pt;
    text-decoration: none;
}

.p-testimonials{
    font-size: 11pt;
	line-height: 15pt;
}

.faq-bar-colour-grey{
	background-color: #2C2C2C;
}

.faq-bar-colour-blue{
	background-color: #07A0F3;
}

.faq-bar-colour-white{
    background-color: #FFFFFF;
}

.p-faq-1{
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    color: rgba(252,252,252,1.00);
    font-size: 20pt;
}

.explore-anthony {
	position: relative;
	
}

.explore-bait {
    position: absolute;
    transform: rotate(-50deg);
    right: 104px;
    top: 280px;
}

.home-aboutPic{
	position: relative;
}

.home-aboutBait{
    position: absolute;
    right: 60px;
    top: 314px;
    transform: rotate(-30deg);
}

.photo {
    width: 350px;
    height: 265px;
    overflow: hidden;
}

img {
  transition: transform 0.25s;
}

.photo:hover img {
  transform: scale(1.1);
}

.media li{
    list-style: none;
    display: inline-block;
    font-size: 20pt;
    padding-right: 20px;
    color: #07A0F3;
    cursor: pointer;
}

.media li a:hover{
    color: #fff;
}

@media (max-width: 1185px){
	.img-package{
		margin-bottom: 30px;
	}
	
	.explore-h3{
		text-align: center
	}
}

@media (max-width: 841px){
	#home h1{
    font-size: 30pt;
	}
	#home p{
    font-size: 12pt;
	}
}

@media (max-width: 681px){
	#home h1{
    display: none;    
	}
	#home p{
    display: none; 
	}
}

@media (max-width: 767px){
	.bungaRaya{
    margin-bottom: 30px;
		width: 100%;
	}
	.tourist{
    margin-bottom: 30px;
		width: 100%;
	}
	
	.landContrast{
    text-align: center;		
	}
	
	.landPara{
    text-align: center;		
	}
	
	#memories p{
    color: #FFFFFF;
    text-align: center;
    font-size: 18pt;
    line-height: 23pt;
}
}

@media (max-width: 990px){
	.contactLogo{
    width: 50%;
    display: block;
    margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	}
}

@media (max-width: 1199px){
	.faq-icons{
    width: 20%;
	}
	
	#content p{
    text-align: center;		
	}
	
	.explore-bait{
		display: none;
	}
	
	.home-aboutBait{
    display: none;
}
}

@media (max-width: 580px){
	.hook-logo{
    width: 60%;
    height: 60%;
    margin-left: auto;
	margin-right: auto;
    display: block;
	}
	
	.navbar-toggler{
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	.tourism-icons {
		width: 50%;
}
	
	h2{
    font-size: 32pt;
	}
	
	h2, h3, h4{
		text-align: center
	}
	
	#about p{
    text-align: center;
	}
	
	.about-container{
	width: auto;
	}
	
	#about, #explore, #package, #gallery, #memories, #testimonials, #malaysia{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.package-div {
		padding-left: 0;
	}
    
    .h7{
    font-family: 'Bebas Neue', cursive;
    font-size: 50px;
    color: #FFFFFF;
    text-align: center;
    font-weight: bolder;
    border-bottom: 9px solid #0AA8E0;
    display: block;
    width: 286px;
    margin-left: auto;
    margin-right: auto;
    }
	
}
