/*
Theme Name: Glaramara
Author: Keiran Smart
Description: Custom theme for Glaramara 
Version: 1
Tags: bootstrap
*/

body {
  overflow-x: hidden;
  font-family: 'Montserrat', sans-serif;
}

p {
  line-height: 1.75;
  color:#393939;
}

a {
  color: #00608c;
}

a:hover {
  color: #79a0b3;
}



h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

h2{
	font-size: 40px;
	font-weight:600;
}


/* GALLERY CAROUSEL STYLING */
#photos{
	position: relative;
}

#photos .shape{
	clip-path: polygon(0 0, 100% 65%, 100% 100%, 0% 100%);
	background-color:#e1fefe;
	width:100%;
	height:250px;
	position: absolute;
	bottom:0;
	left:0;
}

#photos .cf-nopad{
	padding-left:0;
	padding-right: 30px;
}

#photos .gallery-item{
	background:#eeeeee;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	margin:0 0 30px;
}

#photos .gallery-item{
	height:300px;
}

#photos .desktop-gallery{
    display: none;
}

#photos .mobile-gallery .cf-nopad{
    padding:0;
}

#photos .owl-nav{
    position: absolute;
    bottom:-50px;
    right:0;
    width:auto;
    font-size:100px;
    padding:0 10px;
}
#photos .owl-nav .owl-next, #photos .owl-nav .owl-prev{
    margin: 0 20px;
    outline:none;
}

/* VIDEO STYLING */
#video {
    padding-bottom: 150px;
}
video{
    cursor: pointer;
}

/* TESTIMONIALS STYLING */

#testimonials .testimonial{
    background:#fff;
    padding:25px;
    border-radius: 10px;
    box-shadow: 0px 2px 10px rgba(0,0,0,.08);
	margin:1em 0;
    height:450px;
}

#testimonials .testimonial .content:before{
    content: "\201C";
    color:#ec008c;
    font-weight:bold;
    font-size:100px;
    line-height:10px;
    padding-right:5px;
    position: relative;
    top:46px;
}

#testimonials .icon{
    width:40%;
    height: auto;
    margin:0 auto;
}

#testimonials .author{
	text-transform: uppercase;
	color:#ec008c;
	font-weight: bold;
	margin-top:15px;
    position: absolute;
    bottom:20px;
}
#testimonials .author span{
	font-weight:400;
}


/* PACKAGES */
#packages .pink{
    background-color:#fde6e6;
}
#packages .blue{
	background-color:#e1fefe;
}
#packages .purple{
    background-color:#d0cfdf;
}
#packages .package{
	padding:30px;
	text-align: center;
	transition: all 1s;
	box-shadow: 0px 0px 10px rgba(0,0,0,.08);
	border-radius: 15px;
	margin:1em 0;
}
#packages .package:hover{
	box-shadow: 0px 0px 10px rgba(0,0,0,.20);
}
#packages .package ul{
	list-style: none;
	padding:0;
}
#packages .package ul li{
    margin:16px 0 8px;
    border-bottom:1px solid rgba(0,0,0, 0.1);
    width:auto;
}
#packages h3{
    text-transform: uppercase;
    font-size:26px;
    color:#ec008c;
}
#packages h4{
    font-size:18px;
}


#services h2{
    text-align: center;
}
#services .service-circle{
    position: relative;
    width:250px;
    height:250px;
    background-color: #00608c;
    border-radius: 150px;
    text-align: center;
    margin: 0 auto;
    z-index:2;
}
#services .service-icon img{
    width:60%;
    height:auto;
    position: absolute;
    top:50%;
    left:50%;
      -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
#services .service-row{
    text-align: center;
    margin:6em 0;
}
#services .service-row h3{
    text-transform: uppercase;
    color: #00608c;
    font-size:1.5em;
    letter-spacing: 7px;
    margin:0.5em 0;
}
#services .service-row{
    color:#79a0b3;
}

#services .service-mobile{
    display: block;
    margin:0 auto;
}
#services .service-desktop{
    display: none;
    margin:0 auto;
}

/*#services .service-circle::after{
    content:'';
background: rgb(121,160,179);
background: linear-gradient(270deg, rgba(121,160,179,1) 0%, rgba(121,160,179,0) 100%);
    height:250px;
    width:100%;
    position: absolute;
    top:0;
    left:-150px;
    z-index:1;
}*/
#services ul li{
	list-style-type: none;
	font-size:1.25em;
	margin-bottom:0.75em;
}

#services ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #ec008c; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 0.85em; /* Also needed for space (tweak if needed) */
  margin-left: -0.85em; /* Also needed for space (tweak if needed) */
  font-size:50px;
  position: relative;
  top:8px;
  line-height:20px;
}
.scroll-animations .animated{
opacity: 1;
}

/* ABOUT */
#about{
    clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
    background-color:#79a0b3;
    color:#FFF;
}
#about .row{
    padding-bottom:4em;
}
#about p{
    color:#FFF;
}
#about .section-heading{
    text-align: center;
}
#about .container{
    padding-bottom:50px;
}
ul.liststyle {
    padding: 0;
    list-style:none;
}
ul.liststyle > li{
    border-bottom:2px solid #FFFFFF;
    padding:0.5em 0;
}


.angledBG{
	clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
}
.lightBG{
	background-color:#79a0b3;
	color:#FFF;
}
.lightBG p{
	color:#FFF;
}
.lightBG ul.liststyle > li{
	border-bottom:2px solid #FFF;
}
.darkBG{
	background-color:#00608c;
	color:#FFF;
}
.darkBG p{
	color:#FFF;
}


.page-section {
  padding: 100px 0 0;
}

.page-section h2.section-heading {

}

.page-section h3.section-subheading {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 75px;
  text-transform: none;
  font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.navbar, #mainNav .header-logo-stacked, #mainNav .header-logo-horiztonal{
	transition:all ease 1s;
}
#mainNav .header-logo-stacked{
	width:175px;
	height:auto;
}


/*  MAIN HERO AREA STYLING */
section.hero-area{
    padding-top:80px;
	margin:0 auto;
}
section.hero-area, section#hero-video-area {
    /*clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);*/
  position:relative;
  text-align: center;
  color: white;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  min-height: 400px;
}

/** HERO VIDEO AREA STYLING **/
section#hero-video-area{
	overflow:hidden;
	height:80vh;
}
section#hero-video-area .video-container{
	width:100%;
	height:100%;
}

section#hero-video-area .video-container video{
	position: absolute;
	top:50%;
	left:50%;
	min-width: 100%;
	min-height:100%;
	width:auto;
	height: auto;
	transform:translateX(-50%) translateY(-50%);
}
/*section#hero-video-area .hero-text {
	position: absolute;
 	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%) skew(-7deg);
	background: #FFF;
	padding:1em;
	color:#212529;
	z-index:3;
	box-shadow: 20px 20px 0 5px #0084b7;
}*/
section#hero-video-area .hero-text {
	position: absolute;
 	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
	padding:1em;
	color:#FFF;
	z-index:3;
}
section#hero-video-area .hero-text h1{
	font-size:2.5em;
	line-height: 0.75em;
}
section#hero-video-area .hero-text h3{
	font-weight: 300;
	font-size:1em;
}
section#hero-video-area .hero-text a{
	color:#FFF;
	text-decoration: underline;
}
section#hero-video-area .overlay{
	width:100%;
	min-height:100%;
	height:100%;
	position: relative;
	top:0;
	left:0;
	/*background: #293768;*/
	background: linear-gradient(30deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
	/*background-image: url(https://cdnjs.cloudflare.com/ajax/libs/vegas/2.3.1/overlays/03.png);*/
	/*background-repeat: repeat;*/
	z-index:3;
	opacity:0.75;
}
section.hero-area .hero-text {
	position: relative;
	z-index:2;
    top: 220px;
}
section.hero-area .hero-text .hero-wrapper{
	position: absolute;
 	top: 25%;
  	left: 50%;
  	transform: translate(-50%, -80%);
}

section.hero-area #hero-text{
    background: #FFF;
    padding:20px;
    position: relative;
    bottom: 0;
    z-index: 3;
    width:100%;
}
section.hero-area .hero-btn{
    position:relative;
    top:20px;
	text-decoration: none;
}
section.hero-area h1{
	font-size:5em;
	line-height: 0.75em;
	margin-bottom:0.3em;
}
p.intro{
	font-weight: 700;
    font-size:1.3em;
}
section.page-element{
    /*margin:50px 0 0;*/
}



@media (min-width: 768px) {
  section {
    padding: 150px 0;
  }

}

::-moz-selection {
  background: rgba(121,160,179,0.70);
  text-shadow: none;
}

::selection {
  background: rgba(121,160,179,0.70);
  text-shadow: none;
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

.btn {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-weight: 700;
}

.btn-xl {
  font-size: 18px;
  padding: 20px 40px;
}

.btn-primary {
  background-color: #00608c;
  border-color: #00608c;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #79a0b3 !important;
  border-color: #79a0b3 !important;
  color: white;
}

.btn-primary:active, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}

#mainNav {
  background-color: #212529;
}


#mainNav .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: white;
  border: 0;
  background-color: #00608c;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

#mainNav .navbar-brand {
  color: #ec008c;
  font-family: 'Kaushan Script', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #d0cfdf;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 90%;
  font-weight: 400;
  padding: 0.75em 0;
  letter-spacing: 1px;
  color: white;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #00608c;
}

@media (min-width: 992px) {
    header.masthead{
        height:170vh !important;
    }
  #mainNav {
    padding-top: 25px;
    padding-bottom: 25px;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    font-size: 1.75em;
    transition: all 0.3s;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
  }
  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #212529;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }
#mainNav .header-logo-stacked{
	width:250px;
	height:auto;
}
.navbar-shrink .header-logo-stacked{
    width:200px !important;
}



}

header.masthead {
  position:relative;
  text-align: center;
  color: white;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  overflow: hidden;  
  height:130vh;
}


.icon-circle{
    position: relative;
    border-radius: 50px;
    width:80px;
    height:80px;
    border:3px solid #FFF;
    text-align: center;
    margin:0 auto;
}
.icon-circle .fa{
    position: absolute;
     top: 50%; left: 50%;
      transform: translate(-50%,-50%);

}
.icon-circle a{
    color:#FFF;
}
.icon-circle {
    animation-duration: 2.5s;
      animation-iteration-count: infinite;
}

header .overlay{
	position:absolute;
	width:100%;
	height:100%;
	z-index:1;
	background: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,0.5)); /*Standard*/
}

header .video{
	position:absolute;
	width:100%;
	height:100%;
 top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header.masthead .container{
    position: relative;
    height:100vh;
}

header.masthead .intro-text {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
	z-index:2;
}

header .container div.animated{
        animation-duration: 3s;
}

header.masthead .intro-text .intro-lead-in {
  position: relative;
  font-size: 100px;
  line-height: 80px;
  margin-bottom: 25px;
font-family: 'Montserrat', sans-serif;
}

header.masthead .intro-text .intro-heading {
  font-size: 20px;
  font-weight: 50;
    letter-spacing: 10px;
  margin-bottom: 25px;
  font-family: 'Montserrat', sans-serif;
}

@media (min-width: 768px) {
  header.masthead .intro-text {
    padding-top: 300px;
    padding-bottom: 200px;
  }
  header.masthead .intro-text .intro-lead-in {


  }
  header.masthead .intro-text .intro-heading {
    font-size:1.75em;
	 
  }
}




@media (min-width: 767px) {
#services h3{
    font-size:2.75em;
}
    
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
    
    #services .service-text{
        text-align: left;
    }
#services .service-mobile{
    display: none;
}
#services .service-desktop{
    display: block;
}
    .scroll-animations .animated{
opacity: 0;
}
}



@media (min-width: 768px) {

    #photos .gallery-item{
        height:284px;
    }

    #photos .gi-tall{
        height:600px;
    }
    
    #photos .desktop-gallery{
        display: block;
    }
    
    #photos .mobile-gallery{
        display: none;
    }
    
    h2{
	font-size: 55px;
	font-weight:600;
    }
}



section#contact {
    padding-bottom: 150px;
}

section#contact .form-group {
  margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
}

section#contact .form-group input.form-control {
  height: auto;
}

section#contact .form-group textarea.form-control {
  height: 248px;
}

section#contact .form-control:focus {
  border-color: #00608c;
  box-shadow: none;
}

section#contact ::-webkit-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

section#contact :-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

section#contact ::-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

section#contact :-ms-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.footer {
  padding: 25px 0;
  text-align: center;
}

.footer span.copyright {
  font-size: 90%;
  line-height: 40px;
  text-transform: none;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.footer ul.quicklinks {
  font-size: 90%;
    text-align: right;
  line-height: 40px;
  margin-bottom: 0;
  text-transform: none;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

ul.social-buttons {
  margin-bottom: 0;
}

ul.social-buttons li a {
  font-size: 20px;
  line-height: 50px;
  display: block;
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  color: white;
  border-radius: 100%;
  outline: none;
  background-color: #212529;
}

ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
  background-color: #ec008c;
}
