/*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 {
    --PrimaryColor: #ff7700;
    --PrimaryColor: #ff8615;
    --PrimaryColor: #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(--PrimaryColor);
}
a:focus, a:hover {
    text-decoration: none;
    color: var(--PrimaryColor);
}
iframe {
    width: 100%;
}
img {
    max-width: 100%;
}
/*Button Elements***************************************/
.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:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    background-color: var(--PrimaryColor);
    border: var(--PrimaryColor) 1px solid;    
}
.no-gutters {
  margin-right: -15px;
  margin-left: -15px;
}
/*Main Menu***************************************/
#mainNav {
    min-height: 56px;
    background-color: var(--PrimaryBackgroundColor);
}
#mainNav .navbar-toggler {
    font-size: 80%;
    padding: 0.75rem;
    color: var(--PrimaryTextColor);
    border: 1px solid var(--PrimaryTextColor);
}
#mainNav .navbar-toggler:focus {
    outline: none;
}
#mainNav .navbar-brand {
    color: var(--PrimaryTextColor);
    font-weight: 700;
    padding: .9rem 0;
}
#mainNav .navbar-brand img {
    max-height: 70px;
}
#mainNav .navbar-nav .nav-item:hover {
    color: fade(var(--PrimaryTextColor), 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: var(--PrimaryTextColor);
        opacity: 0.7;
    }
    #mainNav .nav-link {
        transition: none;
        padding: 2rem 1.5rem;
        color: var(--PrimaryTextColor);
        opacity: 0.5;
    }
    #mainNav .nav-link:hover {
        color: var(--PrimaryTextColor);
        opacity: 1;
    }
    #mainNav .nav-link:active {
        color: white;
    }
    #mainNav.navbar-shrink {
        background-color: var(--PrimaryBackgroundColor);
    }
    #mainNav.navbar-shrink .navbar-brand {
        color: var(--PrimaryTextColor);
        opacity: 1;
    }
    #mainNav.navbar-shrink .nav-link {
        color: var(--PrimaryTextColor);
        padding: 1.5rem 1.5rem 1.25rem;
        border-bottom: 0.25rem solid transparent;
    }
    #mainNav.navbar-shrink .nav-link:hover {
        color: var(--PrimaryColor);
    }
    #mainNav.navbar-shrink .nav-link:active {
        color: var(--PrimaryColor);
    }
    #mainNav.navbar-shrink .nav-link.active {
        color: var(--PrimaryColor);
        outline: none;
        border-bottom: 0.25rem solid var(--PrimaryColor);
        opacity: 1;
    }
}
/*Hero Section***************************************/
.hero {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 100vh;
    padding: 15rem 0;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    color: var(--PrimaryTextColor);
    background-color: var(--PrimaryBackgroundColor);
}
.hero h1 {
    font-family: var(--fontheader);
    font-size: 100px;
    letter-spacing: 0.8rem;
    background: -webkit-linear-gradient(var(--PrimaryTextColor), rgba(255, 255, 255, 0.5));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.hero h2 {
    font-size: 40px;
}
.hero .btn-primary {
    background-color: transparent;
    border: var(--PrimaryTextColor) 1px solid;
}
.hero .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: var(--PrimaryColor);
    border: var(--PrimaryColor) 1px solid;
}
@media (min-width: 768px) {
    .hero h1 {
        font-size: 4rem;
        line-height: 4rem;
    }
}
@media (min-width: 992px) {
    .hero {
        height: 100vh;
        padding: 0;
    }
    .hero h1 {
        font-size: 6.5rem;
        line-height: 6.5rem;
        letter-spacing: 0.8rem;
    }
    .hero h2 {
        max-width: 40rem;
        font-size: 2rem;
    }
}
/*How It Works***************************************/
#howitworks {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--SecondaryForegroundColor);
    background-color: var(--SecondaryBackgroundColor);
}
#howitworks.features-icons {
    padding-top: 10rem;
    padding-bottom: 7rem;
}
#howitworks.features-icons .features-icons-item {
    max-width: 20rem;
}
#howitworks.features-icons .features-icons-item .features-icons-icon {
    height: 7rem;
}
#howitworks.features-icons .features-icons-item .features-icons-icon i {
    color: var(--PrimaryColor);
    font-size: 4.5rem;
}
#howitworks.features-icons .features-icons-item:hover .features-icons-icon i {
    color: var(--PrimaryColor);
    font-size: 5rem;
}
#howitworks .btn-primary {
    color: var(--PrimaryColor) !important;
    padding: .5rem 1rem;
    background-color: transparent;
    border: var(--PrimaryColor) 2px solid;
}
#howitworks .btn-primary:hover, #howitworks .btn-primary:focus, #howitworks .btn-primary:active {
    color: var(--PrimaryTextColor) !important;
    background-color: var(--PrimaryColor);
    border: var(--PrimaryColor) 2px solid;
}
/*Packages***************************************/
#packages {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--PrimaryTextColor);
    background-color: var(--PrimaryBackgroundColor);
}
#packages .card-header {
    background-color: var(--PrimaryBackgroundColor);
    color: var(--PrimaryColor);
}
#packages .card {
    border: none;
    color: var(--SecondaryForegroundColor);
}
#packages .card-title {
    margin-bottom: 0;
}
#packages h2 {
    text-shadow: 1px 1px 2px var(--SecondaryForegroundColor);
}
#packages .Stepbtn {
    text-align: center;
}
#packages .btn-primary {
    color: var(--PrimaryColor) !important;
    padding: .5rem 1rem;
    background-color: transparent;
    border: var(--PrimaryColor) 2px solid;
}
#packages .btn-primary:hover, #packages .btn-primary:focus, #packages .btn-primary:active {
    color: var(--PrimaryTextColor) !important;
    background-color: var(--PrimaryColor);
    border: var(--PrimaryColor) 2px solid;
}
#packages .main-btn .btn-primary {
    color: var(--PrimaryTextColor) !important;
    padding: .5rem 1rem;
    background-color: var(--PrimaryColor);
    border: var(--PrimaryColor) 2px solid;
}
#packages .main-btn .btn-primary:hover, #packages .main-btn .btn-primary:focus, #packages .main-btn .btn-primary:active {
    color: var(--PrimaryTextColor) !important;
    background-color: transparent;
    border: var(--PrimaryColor) 2px solid;
}
/*Gallery***************************************/
#gallery {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--SecondaryForegroundColor);
    background-color: var(--SecondaryBackgroundColor);    
}
#gallery .card {
    overflow: hidden;
}
#gallery .card-img-top {
    overflow: hidden;
    cursor: pointer;
}
#gallery .card-img-top img {
    width: 100%;
    height: 20vw;
    min-height: 300px;
    object-fit: cover;
    transition: transform .5s ease;
}
#gallery .card-img-top img:hover {
    transform: scale(1.1);
}
#gallery .card-title {
    font-size: 1.5rem;
}
#gallery .card-title a {
    color: var(--SecondaryForegroundColor);
    cursor: pointer;
}
#gallery .card-title a:hover {
    color: var(--PrimaryColor);
}
#gallery .btn-primary {
    color: var(--PrimaryColor) !important;
    padding: .5rem 1rem;
    background-color: transparent;
    border: var(--PrimaryColor) 2px solid;
}
#gallery .btn-primary:hover, #gallery .btn-primary:focus, #gallery .btn-primary:active {
    color: var(--PrimaryTextColor) !important;
    background-color: var(--PrimaryColor);
    border: var(--PrimaryColor) 2px solid;
}
/*About***************************************/
.about-section {
    color: var(--PrimaryTextColor);
    background-color: var(--PrimaryBackgroundColor); 
}
.about-section img {
    object-fit: cover;
    height: 100%;
}
.about-section .p-5 {
    padding: 8vw !important;
}
.about-section .btn-primary {
    margin-top: 30px;
    color: var(--PrimaryTextColor) !important;
    padding: .5rem 1rem;
    background-color: var(--PrimaryColor);
    border: var(--PrimaryColor) 2px solid;
}
.about-section .btn-primary:hover, .about-section .btn-primary:focus, .about-section .btn-primary:active {
    color: var(--PrimaryTextColor) !important;
    background-color: transparent;
    border: var(--PrimaryColor) 2px solid;
}
/*Testimonials***************************************/
#testimonials {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--SecondaryForegroundColor);
    background-color: var(--SecondaryBackgroundColor);
    min-height: 100vh;
}
#testimonials .fa-star {
    color: #FFDD00;
}
#testimonials .fa-star-gray {
    color: #666;
}
#testimonials .btn-primary {
    color: var(--PrimaryColor) !important;
    padding: .5rem 1rem;
    background-color: transparent;
    border: var(--PrimaryColor) 2px solid;
}
#testimonials .btn-primary:hover, #testimonials .btn-primary:focus, #testimonials .btn-primary:active {
    color: var(--PrimaryTextColor) !important;
    background-color: var(--PrimaryColor);
    border: var(--PrimaryColor) 2px solid;
}
#testimonials .carousel-indicators li {
    background-color: #999;
}
#testimonials .carousel-control-prev-icon, #testimonials .carousel-control-next-icon {
    background-image: none;
    color: #333;
    font-size: 30px;
}
/*Contact***************************************/
#contact {
    padding: 0 0 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}
#contact .card h4 {
    font-size: 0.8rem;
    font-family: var(--fontheader);
    text-transform: uppercase;
    letter-spacing: 0.15rem;
}
#contact .card hr {
    border-color: var(--PrimaryColor);
    border-width: 0.25rem;
    width: 3rem;
}
#contact a {
    color: #000;
}
#contact a:hover {
    color: var(--PrimaryColor);
    cursor: pointer;
}
#contact .card i {
    transition: transform .5s ease;
    color: var(--PrimaryColor);
    font-size: 2rem;
    height: 3rem;
}
#contact .card:hover i {
    color: var(--PrimaryColor);
    transform: scale(1.3);
}
#contact .social {
    margin-top: 5rem;
}
#contact .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 .social a:hover {
    color: rgba(255, 255, 255, 0.5);
}
#contact .social a:active {
    color: #fff;
}
#contact .social a:hover .fa-twitter {
    color: #08a0e9;
}
#contact .social a:hover .fa-facebook-f {
    color: #3b5998;
}
#contact .social a:hover .fa-instagram {
    color: #D7027F;
}
#contact .btn-primary {
    color: var(--PrimaryColor) !important;
    padding: .5rem 1rem;
    background-color: transparent;
    border: var(--PrimaryColor) 2px solid;
}
#contact .btn-primary:hover, #contact .btn-primary:focus, #contact .btn-primary:active {
    color: var(--PrimaryTextColor) !important;
    background-color: var(--PrimaryColor);
    border: var(--PrimaryColor) 2px solid;
}
/*Thank You Page***************************************/
#thankyoutop {
    min-height: 90px;
    background-color: var(--PrimaryBackgroundColor);
}
#thankyou {
    height: 70vh;
    min-height: 500px;
}
/*Footer***************************************/
footer {
    color: var(--PrimaryTextColor);
    background-color: var(--PrimaryBackgroundColor); 
    padding: 5rem 0;
}
footer p {
    font-size: 13px;
    opacity: 0.3;
}
footer a {
    color: var(--PrimaryTextColor);
    opacity: 0.5;
}
footer a:hover {
    color: var(--PrimaryTextColor);
    opacity: 1;
}

.modal .btn-primary {
    color: var(--PrimaryColor) !important;
    padding: .5rem 1rem;
    background-color: transparent;
    border: var(--PrimaryColor) 2px solid;
}
.modal .btn-primary:hover, .modal .btn-primary:focus, .modal .btn-primary:active {
    color: var(--PrimaryTextColor) !important;
    background-color: var(--PrimaryColor);
    border: var(--PrimaryColor) 2px solid;
}