/*Fonts***************************************/
@import url('https://fonts.googleapis.com/css?family=Bebas+Neue|Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i');
/*Glogbal Variables***************************************/ 
:root {
    --colorprimary: #ff7700;
    --colorsecondary: #ff8615;
    --colortertiary: #c74602;
    --colorbgblack: #161616;
  --fontheader: 'Bebas Neue', sans-serif;
  --fontbody: 'Nunito', sans-serif;
}
/*Common Elements***************************************/
body {
  font-family: var(--fontbody);
  letter-spacing: 0.0625em;
}
h1, h2, h3, h4, h5 {
  font-family: var(--fontheader);
}
a {
  color: var(--colorprimary);
}
a:focus, a:hover {
  text-decoration: none;
  color: var(--colortertiary);
}
iframe {
    width:  100%;
}
.bg-black {
  background-color: var(--colorbgblack) !important;
}
.bg-primary {
  background-color: #64a19d !important;
}
.text-primary {
  color: var(--colorprimary) !important;
}
.text-black-75 {
    color: rgba(0,0,0,0.75);
}
.btn {
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  padding: 1.25rem 2rem;
  font-family: var(--fontheader);
  font-size: 90%;
  text-transform: uppercase;
  letter-spacing: .15rem;
  border: 0;
}
.btn-primary {
  background-color: transparent;
  border: #fff 1px solid;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: var(--colorprimary);
  border: var(--colorprimary) 1px solid;
}
.btn-secondary {
    color: var(--colorprimary) !important;
  padding: .5rem 1rem;
  background-color: transparent;
  border: var(--colorprimary) 2px solid;
}
.btn-secondary:hover, .btn-primary:focus, .btn-primary:active {
    color: #fff !important;
  background-color: var(--colorprimary);
  border: var(--colorprimary) 2px solid;
}
.btn-default {
    color: #666;
    border: 2px solid #666;
}
.btn-default:hover {
    color: #fff;
    border: 2px solid #fff;
}
.input-group .btn {
    border-width: 1px;
    line-height: 10px;
}
.grecaptcha-badge { 
    visibility: hidden;
}
.captcha-text, .captcha-text a {
    color: #999;
    font-size: 0.8rem;
}
.btn-sm {
   padding: .25rem .25rem; 
}
/*Main Menu***************************************/
#mainNav {
  min-height: 56px;
  background-color: #000;
}
#mainNav .navbar-toggler {
  font-size: 80%;
  padding: 0.75rem;
  color: #fff;
  border: 1px solid #fff;
}
#mainNav .navbar-toggler:focus {
  outline: none;
}
#mainNav .navbar-brand {
  color: #fff;
  font-weight: 700;
  padding: .9rem 0;
}
#mainNav .navbar-brand img {
    max-height: 70px;
}
#mainNav .navbar-nav .nav-item:hover {
  color: fade(white, 80%);
  outline: none;
  background-color: transparent;
}
#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
  outline: none;
  background-color: transparent;
}
@media (min-width: 992px) {
  #mainNav {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    background-color: transparent;
    transition: background-color 0.3s ease-in-out;
  }
  #mainNav .navbar-brand {
    padding: .5rem 0;
    color: rgba(255, 255, 255, 0.5);
      opacity: 0.7;
  }
  #mainNav .nav-link {
    transition: none;
    padding: 2rem 1.5rem;
    color: rgba(255, 255, 255, 0.5);
  }
  #mainNav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
  }
  #mainNav .nav-link:active {
    color: white;
  }
  #mainNav.navbar-shrink {
    background-color: #000;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #fff;
      opacity: 1;
  }
  #mainNav.navbar-shrink .nav-link {
    color: #fff;
    padding: 1.5rem 1.5rem 1.25rem;
    border-bottom: 0.25rem solid transparent;
  }
  #mainNav.navbar-shrink .nav-link:hover {
    color: var(--colorprimary);
  }
  #mainNav.navbar-shrink .nav-link:active {
    color: var(--colorsecondary);
  }
  #mainNav.navbar-shrink .nav-link.active {
    color: var(--colorsecondary);
    outline: none;
    border-bottom: 0.25rem solid var(--colorsecondary);
  }
}
/*Hero Section***************************************/
.masthead {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 35rem;
  padding: 15rem 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 75%, #161616 100%), url("../../img/bg-masthead.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
.masthead h1 {
  font-family: var(--fontheader);
  font-size: 2.5rem;
  line-height: 2.5rem;
  letter-spacing: 0.8rem;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.5));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.masthead h2 {
  color: #E5E5E5;
  max-width: 20rem;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .masthead h1 {
    font-size: 4rem;
    line-height: 4rem;
  }
}
@media (min-width: 992px) {
  .masthead {
    height: 100vh;
    padding: 0;
  }
  .masthead h1 {
    font-size: 6.5rem;
    line-height: 6.5rem;
    letter-spacing: 0.8rem;
  }
  .masthead h2 {
    max-width: 40rem;
    font-size: 2rem;
  }
}
/*How It Works***************************************/
.features-icons {
  background: linear-gradient(to bottom, #161616 0%, #fff 15%), url("../../img/bg-masthead.jpg");
  padding-top: 10rem;
  padding-bottom: 7rem;
}
.features-icons .features-icons-item {
  max-width: 20rem;
}
.features-icons .features-icons-item .features-icons-icon {
  height: 7rem;
}
.features-icons .features-icons-item .features-icons-icon i {
  color: var(--colortertiary);
  font-size: 4.5rem;
}
.features-icons .features-icons-item:hover .features-icons-icon i {
  color: var(--colorprimary);
  font-size: 5rem;
}

/*Packages***************************************/
#packages .card-header {
    background-color: #000;
    color: var(--colorprimary);
}
#packages .card {
    border: none;
}
#packages .card-title {
    margin-bottom: 0;
}
#packages h2 {
    text-shadow: 1px 1px 2px #000;
}

/*Gallery***************************************/

.gallery-section .card {
	overflow: hidden;
}
.gallery-section .card-img-top {
    overflow: hidden;
}
.gallery-section .card-img-top img {
    width: 100%;
    height: 20vw;
    object-fit: cover;
	transition: transform .5s ease;
}
.gallery-section .card-img-top img:hover {
	transform: scale(1.1);
}
.gallery-section .card-title {
    font-size: 1.5rem;
}
.gallery-section .card-title a {
    color: #212529;
}
.gallery-section .card-title a:hover {
    color: var(--colortertiary);
}
.gallery-section img {
    max-width: 100%;
}

/*About***************************************/
.packages-section {
  padding-top: 10rem; 
    

  background: linear-gradient(to bottom, #fff 0%, rgba(0, 0, 0, 0.9) 7%, rgba(0, 0, 0, 0.4) 18%, rgba(0, 0, 0, 0.9) 90%, #f8f9fa 100%), url("../../img/packages2.jpg");
  /*background: linear-gradient(to bottom, #fff 0%, rgba(0, 0, 0, 0.6) 10%, rgba(0, 0, 0, 0.9) 90%, #fff 100%), url("../../img/packages2.jpg");*/
  padding-bottom: 10rem;
    background-repeat: no-repeat;
    background-size: cover;
}
.about-section {
  padding: 10rem 0;
}
.about-section .featured-text {
  padding: 2rem;
}
@media (min-width: 992px) {
  .about-section .featured-text {
    padding: 0 0 0 2rem;
    border-left: 0.5rem solid var(--colorprimary);
  }
}
.about-section .project-text {
  padding: 3rem;
  font-size: 90%;
}
@media (min-width: 992px) {
  .about-section .project-text {
    padding: 5rem;
  }
  .about-section .project-text hr {
    border-color: var(--colorprimary);
    border-width: .25rem;
    width: 30%;
  }
}
.about-section .fa-star {
    color: #FFDD00;
}
.about-section .fa-star-gray {
    color: #666;
}
.about-section .img-fluid {
  object-fit: cover !important;
    height:  100%;
}
.about-section .carousel-item {
    min-height: 300px;
    overflow: hidden;
}
@media (max-width: 768px) {
.about-section .carousel-item {
    min-height: 500px;
    overflow: hidden;
}
}

/*Signup***************************************/
.signup-section {
  padding: 10rem 0;
  background: linear-gradient(to bottom, rgba(22, 22, 22, 0.9) 0%, rgba(22, 22, 22, 0.95) 75%, #161616 100%), url("../../img/signup.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
.signup-section .form-inline input {
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  padding: 1.25rem 2rem;
  height: auto;
  font-family: var(--fontheader);
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  border: 0;
}
.signup-section h2 {
    text-shadow: 1px 1px 2px #000;
}

/*Contact***************************************/
.contact-section {
  background: linear-gradient(to bottom, rgba(22, 22, 22, 0.9) 0%, rgba(22, 22, 22, 0.95) 75%, #161616 100%), url("../../img/signup.jpg");
  padding: 5rem 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.contact-section .card h4 {
  font-size: 0.8rem;
  font-family: var(--fontheader);
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}
.contact-section .card hr {
  border-color: var(--colorprimary);
  border-width: 0.25rem;
  width: 3rem;
}

.contact-section a {
    color: #000;
}
.contact-section a:hover {
    color: var(--colorprimary);
    cursor: pointer;
}
.contact-section .card i {
	transition: transform .5s ease;
  color: var(--colortertiary);
  font-size: 2rem;
  height: 3rem;
}
.contact-section .card:hover i {
    color: var(--colorprimary);
	transform: scale(1.3);
}


.contact-section .social {
  margin-top: 5rem;
}
.contact-section .social a {
    text-align: center;
    height: 3rem;
    width: 3rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 100%;
    line-height: 3rem;
    padding-top: 1px;
    padding-left: 1px;
    color: rgba(255, 255, 255, 0.3);
}
.contact-section .social a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.contact-section .social a:active {
  color: #fff;
}
.contact-section .social a:hover .fa-twitter {
    color: #08a0e9;
}
.contact-section .social a:hover .fa-facebook-f {
    color: #3b5998;
}
.contact-section .social a:hover .fa-instagram {
    color: #D7027F;
}

/*Footer***************************************/
footer {
  padding: 5rem 0;
}
footer a {
    color: rgba(255,255,255,.5) !important;
}

#upload-progress{
    height: 20px;
    border: 1px solid #ddd;
    width: 100%;
}
#upload-progress .progress-bar{
	background: #bde1ff;
    width: 0;
    height: 20px;
}
.admin-btn, .admin-btn-bottom {
    position: fixed;
    bottom: 5px;
    right: 5px;
}
.admin-btn .dropdown-menu, .admin-btn-bottom .dropdown-menu {
    min-width: 250px;
}